@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
font-family: 'Montserrat', sans-serif;
*/

body{
	margin:  0 auto;
	font-size: 0px;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.tope{
	position: relative;
	width: 100%;
	height: 105px;
}
.header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 105px;
	-webkit-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);
	z-index: 10;
	background-color: #FFF;
	text-align: center;
}
.logo{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 100%;
	background-image: url(images/logotipo.png);
	background-position: center center;
	background-size: 90% auto;
	background-repeat: no-repeat;
}
.menu{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 1000px;
}
.menu li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 100px;
	font-size: 11px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: 800;
	color: #0a6a76;
}
.menu li.ajuste{
	line-height: 1.2;
    padding-top: 38px;
    height: 67px;
}
.menu li:hover{
	background: rgb(71,132,117);
	color: #FFF;
	background: linear-gradient(180deg, rgba(71,132,117,1) 0%, rgba(115,187,141,1) 7%, rgba(114,187,143,1) 11%, rgba(100,185,166,1) 100%);
}
.slider{
	position: relative;
	width: 100%;
	height: 35vw;
	margin-bottom: 5vw;
}
.servicios{
	position: relative;
	width: 100%;
}
.linea{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #687d80;
}
.menu-servicios{
	position: relative;
	width: 100%;
	border-top: solid 1px #687d80;
	border-bottom: solid 1px #687d80;
	padding: 0px;
	margin: 0px;
	margin-top: 2vw;
	text-align: center;
}
.menu-servicios li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 1vw;
	padding-right:1vw;
	font-size: .8vw;
	font-weight: 700;
	line-height: 4vw;
	color: #054e54;
	cursor: pointer;
}
.menu-servicios li:hover{
	color: #4aba4c;
}
.portada{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 55%;
	height: 38vw;
	margin-top: 3vw;
	background-image: url(images/foto_servicio.png);
	background-position: center center;
	background-size: cover;
	margin-left: 8%;
}
.info{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	height: 38vw;
	margin-top: 3vw;
	display: none;
	/*overflow: auto;*/
}
.info h1{
	position: relative;
	width: 140%;
	padding: 0px;
	margin: 0px;
	margin-left: -50%;
	font-size: 2.5vw;
	font-weight: 800;
	color: #2a374a;
	padding-left: 5%;
	padding-right: 55;
	background-color: #FFF;
	margin-top: 2vw;
}
.info div{
	display: inline-block;
	vertical-align: middle;
	font-size: 5vw;
	margin-right: 1vw;
	color: #FFF;
	-webkit-text-stroke: 1px #2a374a;
}
.info p, .info li{
	font-size: .8vw;
	color: #2a374a;
	font-weight: 500;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.info ol, .info ul{
	margin-top: 1vw;
}
.info li{
	margin-bottom: .5vw;
}
.info:nth-child(2){
	display: inline-block;
}
.banner{
	position: relative;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 5vw;
	margin-bottom: 5vw;
}
.acreditaciones{
	position: relative;
	width: 100%;
}
.acreditaciones .texto{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	background-image: url(images/bkgd_azul.png);
	background-size: cover;
	background-position: center center;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
.acreditaciones h2{
	font-size: .9vw;
	font-weight: 800;
	color: #FFF;
	padding-left: 20%;
	padding-right: 32.5%;
	width: 35%;
}
.acreditaciones h1{
	font-size: 2vw;
	font-weight: 300;
	color: #FFF;
	width: 40%;
	padding-left: 20%;
	padding-right: 32.5%;
	line-height: 1.6;
}
.acreditaciones .linea{
	position: relative;
	margin-left: 20%;
	margin-top: 3vw;
	width: 30%;
	height: 1vw;
	border-radius: 1vw;
	background-color: #FFF;
}
.acreditaciones ul{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 42%;
	padding: 0px;
	margin-left: -7%;
	list-style: none;
}
.acreditaciones li{
	font-size: .9vw;
	color: #FFF;
	font-weight: 500;
	line-height: 3vw;
	height: 3vw;
	width: 95%;
	padding-right: 5%;
}
.acreditaciones li:nth-child(1){
	background-color: #01bedc;
}
.acreditaciones li:nth-child(2){
	background-color: #00a9d4;
}
.acreditaciones li:nth-child(3){
	background-color: #0092cd;
}
.acreditaciones li:nth-child(4){
	background-color: #0172c2;
}
.acreditaciones li:nth-child(5){
	background-color: #005cb9;
}
.acreditaciones li:nth-child(6){
	background-color: #09529b;
}
.acreditaciones p{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 8%;
	margin-right: 1%;
	text-align: center;
	border-right: solid 1px #40cee4;
}
.nosotros{
	position: relative;
	width: 100%;
}
.medio{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	padding-left: 10%;
}
.simbolo{
	position: relative;
	width: 20%;
	margin-left: 10%;
}
.medio h1{
	font-size: 4vw;
	font-weight: 800;
	line-height: 1;
	margin: 0px;
	margin-top: 4vw;
	color: #333;
}
.medio div{
	position: relative;
	width: 80%;
	height: 3px;
	margin-top: 2vw;
	background: rgb(71,132,117);
	background: linear-gradient(90deg, rgba(71,132,117,1) 0%, rgba(115,187,141,1) 7%, rgba(114,187,143,1) 11%, rgba(100,185,166,1) 100%);
}
.medio p{
	color: #4ABA46;
	font-size: 1vw;
	width: 70%;
}
.medio:nth-child(2){
	background-image: url(images/imagen.png);
	height: 50vw;
	z-index: 2;
	background-size: cover;
	background-position: center center;
}
.mision{
	position: relative;
	width: 95%;
	padding-top: 10vw;
	padding-bottom: 5vw;
	margin-top: -5vw;
	background: rgb(71,132,117);
	background: linear-gradient(90deg, rgba(71,132,117,1) 0%, rgba(115,187,141,1) 33%, rgba(114,187,143,1) 33%, rgba(100,185,166,1) 100%);
}
.mision div{
	position: relative;
	width: 55%;
	padding-left: 5%;
}
.mision h1{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 2.5vw;
	line-height: 1;
	margin: 0px;
	margin-left: 20%;
	color: #fff;
	font-weight: 700;
}
.mision div{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.mision h2{
	font-size: 1.2vw;
	color: #333;
	margin-bottom: 0px;
	font-weight: 400;
}
.mision p{
	font-size: .8vw;
	color: #333;
	font-weight: 400;
	margin-top: .5vw;
	margin-bottom: 2vw;
}
.titulo-chico{
	color: #4aba4c;
	font-size: 1.3vw;
	font-weight: 400;
	margin: 0px;
	text-align: center;
	padding-top: 1vw;
}
.titulo-grande{
	color: #333;
	font-size: 2.5vw;
	font-weight: 800;
	margin: 0px;
	text-align: center;
}
iframe{
	position: relative;
	width: 100%;
	height: 35vw;
	border: 0px;
	margin-top: 3vw;
	margin-bottom: 3vw;
}
.direcciones{
	position: relative;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 3vw;
	color: #333;
}
.direcciones div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.direcciones h1{
	font-weight: 800;
	font-size: 1.5vw;
	text-align: center;
}
.direcciones p{
	font-size: .9vw;
	font-weight: 400;
}
.clientes{
	position: relative;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 6vw;
	padding-bottom: 6vw;
	text-align: center;
}
.clientes div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 10vw;
	height: 10vw;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 3vw;
}
.footer{
	position: relative;
	width: 100%;
	margin-top: 15vw;
}
.footer .columna{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}
.footer .columna:nth-child(1){
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}
.footer img{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin-left: 5%;
	margin-right: 5%;
}
.footer h2{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	margin-right: 5%;
	font-weight: 700;
	color: #a4a0a1;
	font-size: 1vw;
}
form{
	width: 90%;
	text-align: center;
}
input{
	margin-bottom: .5vw;
	text-align: center;
	font-size: 1vw;
	font-weight: 600;
	text-align: left;
	padding-left: 4%;
}
input:nth-child(1){
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(42.5% - 4px);
	height: 2.5vw;
	border: 0px;
	border: solid 1px #a4a0a1;
	margin-right: 2.5%;
}
input:nth-child(2){
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(42.5% - 4px);
	height: 2.5vw;
	border: 0px;
	border: solid 1px #a4a0a1;
	margin-left: 2.5%;
}
input:nth-child(3){
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 93.5%;
	height: 2.5vw;
	border: 0px;
	border: solid 1px #a4a0a1;
}
textarea{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 93.5%;
	border: 0px;
	border: solid 1px #a4a0a1;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding-top: 1vw;
	font-weight: 700;
	font-size: 1vw;
	text-align: left;
	padding-left: 4%;
}
input[type=submit]{
	background: rgb(71,132,117);
    color: #FFF;
    color: #FFF;
    font-weight: 800;
    border: 0px;
    height: 2.5vw;
    width: 25%;
    margin-top: .5vw;
    margin-right: 73%;
}
.columna div{
	position: relative;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #65a984;
	padding-top: 4vw;
	padding-bottom: 6vw;
}
.columna h1{
	font-weight: 700;
	font-size: 1.5vw;
	color: #FFF;
	margin-top: 0px;
}
.columna p{
	font-weight: 500;
	font-size: 1.1vw;
	color: #FFF;
}

/*BOTON MOVIL*/
#boton-menu {
    width: 50px;
    height: 40px;
    top: 27px;
    right: 20px;
    position: fixed;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 30;
    display: none;
}
#boton-menu span {
    display: block;
    position: absolute;
    height: 6px;
    width: 26px;
    background: #054E59;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#boton-menu span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}
#boton-menu span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}
#boton-menu span:nth-child(1), #boton-menu span:nth-child(2) {
    top: 0px;
}
#boton-menu span:nth-child(3), #boton-menu span:nth-child(4) {
    top: 18px;
}
#boton-menu span:nth-child(5), #boton-menu span:nth-child(6) {
    top: 36px;
}
#boton-menu.open span:nth-child(1),#boton-menu.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#boton-menu.open span:nth-child(2),#boton-menu.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#boton-menu.open span:nth-child(1) {
    left: 5px;
    top: 10px;
}
#boton-menu.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 10px;
}
#boton-menu.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#boton-menu.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
#boton-menu.open span:nth-child(5) {
    left: 5px;
    top: 26px;
}
#boton-menu.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 26px;
}
.boton-sistema{
	position: absolute;
	right: 30px;
	top: 0px;
	font-size: 20px;
	color: #65a984;
	line-height: 95px;
}
.boton-sistema span{
	font-size: 14px;
}
@media (max-width: 480px) {
	.slider{
		height: 430px;
    	margin-bottom: 20px;
	}
	#boton-menu{
		display: block;
	}
	.header{
		text-align: left;
	}
	.logo{
		margin-left: 20px;
	}
	.menu{
		display: none;
	}
	.titulo-chico{
		font-size: 22px;
		margin-top: 30px;
	}
	.titulo-grande{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.medio{
		width: 80%;
		padding-left: 105;
		padding-right: 10%;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.simbolo{
		width: 30%;
		margin-left: 35%;
	}
	.medio h1{
		font-size: 32px;
    	text-align: center;
	}
	.medio div{
		margin-left: 10%;
		margin-bottom: 15px;
    	margin-top: 15px;
	}
	.medio p{
		font-size: 20px;
	    width: 90%;
	    text-align: center;
	    padding: 0px;
	    margin: 0px;
	    margin-left: 5%;
	}
	.mision{
		margin: 0px;
	    width: 100%;
	    padding-top: 50px;
    	padding-bottom: 50px;
	}
	.mision h1{
		font-size: 32px;
	    width: 60%;
	    text-align: center;
	}
	.mision div{
		width: 80%;
	    padding-left: 10%;
	    padding-right: 10%;
	}
	.mision h2{
		font-size: 22px;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.mision p{
		font-size: 16px;
		text-align: justify;
	}
	.banner{
		margin-top: 50px;
    	margin-bottom: 50px;
	}
	.acreditaciones .texto{
		width: 100%;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.acreditaciones h2{
		width: 80%;
	    padding-left: 10%;
	    padding-right: 10%;
	    text-align: center;
	    font-size: 20px;
	}
	.acreditaciones h1{
		font-size: 26px;
	    width: 60%;
	    padding-left: 20%;
	    padding-right: 20%;
	    text-align: center;
	}
	.acreditaciones .linea{
		width: 60%;
	}
	.acreditaciones ul{
		margin: 0px;
    	width: 100%;
	}
	.acreditaciones li{
		width: 95%;
	    padding-left: 2.5%;
	    padding-right: 2.5%;
	    font-size: 10px;
	    height: 45px;
	    line-height: 45px;
	}
	.clientes{
		width: 90%;
	    padding-left: 5%;
	    padding-right: 5%;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.clientes div{
		margin-bottom: 10px;
	    width: 29%;
	    height: 126px;
	}
	iframe{
		height: 300px;
	}
	.direcciones div{
		width: 97%;
	}
	.direcciones h1{
		font-size: 24px;
		margin-top: 30px;
	}
	.direcciones p{
		font-size: 14px;
    	text-align: center;
    	text-align: justify;
	}
	.footer .columna:nth-child(1), .footer .columna{
		width: 90%;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.footer h2{
		font-size: 16px;
	    margin-left: 5%;
	    margin-right: 0px;
	}
	form{
		margin-left: 5%;
		margin-top: 30px;
	}
	input:nth-child(1), input:nth-child(2), input:nth-child(3){
		height: 40px;
    	font-size: 14px;
    	margin-bottom: 15px;
	}
	textarea{
		font-size: 14px;
	}
	input[type=submit]{
		height: 40px;
	    font-size: 16px;
	    margin-top: 15px;
	}
	.footer .columna:nth-child(3){
		width: 100%;
		padding: 0px;
		margin-top: 30px;
	}
	.columna h1{
		font-size: 20px;
	}
	.columna p{
		font-size: 16px;
	}
	.columna div{
		padding-top: 50px;
	}
	.portada{
		width: 100%;
	    margin-left: 0px;
	    height: 300px;
	    margin-top: 20px;
	}
	.info{
		width: 90%;
	    padding-left: 5%;
	    padding-right: 5%;
	    margin-top: 30px;
	    height: auto;
	}
	.info p, .info li{
		font-size: 16px;
	}
	.info h1{
		width: 100%;
	    margin: 0px;
	    font-size: 32px;
	}
	.info div{
		vertical-align: top;
    	font-size: 32px;
	}
	.menu-servicios li{
		font-size: 14px;
	    width: 80%;
	    text-align: left;
	    line-height: 2;
	}
	.linea{
		display: none;
	}
	.menu{
		width: 100%;
	    padding: 0px;
	    margin: 0px;
	    position: fixed;
	    background-color: #FFF;
	}
	.menu li, .menu li.ajuste{
		width: 100%;
	    padding: 0px;
	    margin: 0px;
	    text-align: center;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    height: auto;
	    font-size: 20px;
	    line-height: 1.2;
	    margin-bottom: 10px;
	    margin-top: 10px;
	}
	.menu li:hover{
		background: rgb(71,132,117);
		color: #FFF;
		background: linear-gradient(180deg, rgba(71,132,117,1) 0%, rgba(100,185,166,1) 100%);
	}
	.boton-sistema {
	    right: 100px;
	    font-size: 25px;
	}
	.boton-sistema span {
    font-size: 16px;
}
}





