@font-face {
  font-family: 'Duplet-Regular';
  src: url('../fonts/Duplet-Regular.ttf') format('truetype'),
       url('../fonts/Duplet-Regular.eot') format('eot'),
       url('../fonts/Duplet-Regular.woff') format('woff'),
	   url('../fonts/Duplet-Regular.woff2') format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'CanavaGrotesk-Regular';
  src: url('../fonts/CanavaGrotesk-Regular.ttf') format('truetype'),
       url('../fonts/CanavaGrotesk-Regular.eot') format('eot'),
       url('../fonts/CanavaGrotesk-Regular.woff') format('woff'),
	   url('../fonts/CanavaGrotesk-Regular.woff2') format('woff2');
  font-weight: normal;
}
*{
	scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
	font-family: 'Duplet-Regular';
	font-weight: 400;
	font-style: normal;
}
.minicirculo{
	width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    color: #26495a;
    position: relative;
    float: left;
    margin-right: 4px;
    text-align: center;
    font-size: 19px;
}
.wrapper{
	max-width: 1444px;
	position:relative;
	margin:0 auto;
}
.container{
	position:relative;
	float:left;
	width:100%;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.in-2{
	position:relative;
	float:left;
	width:95%;
	left:2.5%;
}
.in-3{
	position:relative;
	float:left;
	width:98%;
	left:1%;
}
.txt-cnt{
	text-align:center;
}
.txt-rig{
	text-align:right;
}
.txt-lft{
	text-align:left;
}
.txt-just{
	text-align:justify;
}
.mar-40{
	margin-top:40px;
	margin-bottom:40px;
}
.mar-30{
	margin-top:30px;
	margin-bottom:30px;
}
.mar-25{
	margin-top:25px;
	margin-bottom:25px;
}
.mar-20{
	margin-top:20px;
	margin-bottom:20px;
}
.mar-10{
	margin-top:10px;
	margin-bottom:10px;
}
#header{
	background-color:#00455a;
	color:white;
	overflow:hidden;
}
.logo{
	width:25%;
	position:relative;
	float:left;
}
.logo img{
	max-width:100%;
}
.menu{
	width:55%;
	position:relative;
	float:left;
}
.menu a {
	font-size: 23px;
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.menu a:hover{
	color: #07c6d6;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.cita{
	width:20%;
	position:relative;
	float:left;
	text-align:center;
}
.btn-cita{
	font-size: 18px;
	font-family: 'Duplet-Regular';
	background-color: #cde5e7;
    color: #26495a;
    font-weight: 600;
    border: 1px solid #26495a;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	cursor:pointer;
}
.btn-cita:hover{
	background-color:#0894b7;
	color:white;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#slider{
	background-image:url('../imagenes/slider2.png');
	min-height:500px;
	background-size:cover;
	color:white;
	overflow:hidden;
}
#slider h1{
	font-family: 'CanavaGrotesk-Regular';
}
.inbanner{
	width:55%;
	position:relative;
	float:left;
	margin-top:60px;
	font-size:18px;
	text-align:justify;
}
.fotobanner{
	position: relative;
    float: left;
    width: 45%;
	text-align:center;
}
.fotobanner img{
	max-width: 335px;
    margin-bottom: -5px;
}
#informacion{
	color:#26495a;
}
#informacion h1{
	font-weight:100;
}
.col40{
	width:45%;
	position:relative;
	float:left;
}
.col40 img{
	max-width:100%;
}
.col60{
	width:55%;
	position:relative;
	float:left;
}
#numeros{
	border-top:2px solid #e2e7e9;
	margin-top:40px;
	padding-top:30px;
	margin-bottom:20px;
}
.col25{
	width:25%;
	position:relative;
	float:left;
	text-align:center;
}
.counter{
  text-align: center;
  font-size: 60px;
  font-weight:bold;
}
#servicios{
	color:#26495a;
	font-size:20px;
}
#servicios h1{
	margin-bottom:10px;
}

.cl25{
	position:relative;
	float:left;
	width:25%;
	margin-bottom:30px;
}
.bxsh{
    /*box-shadow: 0px 0px 15px 5px rgb(201 209 214 / 80%);*/
    box-shadow: 5px 0px 8px 2px rgb(201 209 214 / 80%);
    -webkit-box-shadow: 5px 0px 8px 2px rgb(201 209 214 / 80%);
    -moz-box-shadow: 5px 0px 8px 2px rgb(201 209 214 / 80%);
    background-color: white;
	border-radius:8px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	font-size: 18px;
    min-height: 435px;
}
.bxsh h3{
	margin-top:5px;
	margin-bottom:10px;
	font-size: 19px;
}
.bxsh:hover{
	background-image:url('../imagenes/degradado.png');
	background-size:cover;
	color:white;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.icono{
	position:absolute;
	bottom:10px;
	right:0;
	margin-top:15px;
}
#beneficios{
	background-image:url('../imagenes/fondo2.png');
	min-height:500px;
	background-size:cover;
	color:#26495a;
	
}
.cl50{
	position:relative;
	float:left;
	width:50%;
}
.alineado{
	margin-top:100px;
}
.f18{
	font-size:18px;
}
.f19{
	font-size:19px;
}
.c50{
	position:relative;
	float:left;
	width:50%;
}
.wt{
	background-color: white;
	border-radius:12px;
	margin-bottom:20px;
	min-height:275px;
}
#dudas{
	color:#26495a;
}
.collapsible2 {
	font-family: 'Duplet-Regular';
	background-color: rgb(255 255 255 / 0%);
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #b8c5ca;
    text-align: left;
    outline: none;
    font-size: 21px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 20px;
	border-radius: 10px;
	margin-bottom:20px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.collapsible2 .activeded, .collapsible2:hover {
  background-color:#cde5e7;
  color:#26495a !important;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.collapsible2:active {
  background-color:#cde5e7;
  color:#26495a;
}
.collapsible2:after {
	content: '\002B';
    color: #26495a;
    font-weight: bold;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 25px;
}
.collapsible2:hover::after {
  color: #26495a; /* Or background-color, border-color, etc. */
}
.activeded{
	background-color:#cde5e7;
	color:##26495a;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.activeded:after {
    content: "\2212";
    color: #26495a;
}
.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 20px;
    font-weight: bold;
	background-color:#cde5e7;
    color:#26495a;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	margin-top: -20px;
    margin-bottom: 25px;
}
#testimonios{
	background-color:#26495a;
	color:white;
}
#testimonios h1{
	margin-top:0px;
	margin-bottom:0px;
}
.wt2{
	background-color: white;
	border-radius:12px;
	margin-bottom:20px;
	min-height: 250px;
	font-size: 18px;
}
.wt2  i{
	color:#e6b626 !important;
}
.blk{
	color:#26495a;
}
.cl33{
	position:relative;
	float:left;
	width:33.33%;
	text-align:center;
}
#ubicaciones{
	background-color:#cde5e7;
	color:#26495a;
}
.cold50{
	position:relative;
	float:left;
	width:50%;
}
#footer{
	background-image:url('../imagenes/fondo_footer.png');
	background-size:cover;
	color:#fff;
	margin-top:-5px;
}
#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	color: #07c6d6;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.ln-h{
	line-height:24px;
}
.col35{
	position:relative;
	float:left;
	width:35%;
}
.col65{
	position:relative;
	float:left;
	width:65%;
}
.cl-50{
	position:relative;
	float:left;
	width:50%;	
}
.cl-33{
	position:relative;
	float:left;
	width:33.33%;	
}
#menuresponsivo{
	display:none;
}
button.accordion {
    background-color: #00455a;
    color: #ffffff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
}

button.accordion.activated, button.accordion:hover {
    background-color: #00455a;
}
button.accordion:after {
    /*content: '\002B';*/
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    /*content: "\2212";*/
}
div.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color:white;
	text-align:left
}
.menuresp{
	width: 100%;
    text-align: left;
    background: #00455a;
    color: #fff;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
	font-size:18px;
}
.menuresp:hover{
	background-color: #ffffff;
    color: #00455a;
	transition: max-height 0.2s ease-out;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1250px){
	.cl25{
		width:33.33%;
	}
	.bxsh{
		min-height: 400px;
	}
	.icono{
		position:relative;
		float:left;
		width:100%;
		text-align:right;
	}
}
@media screen and (max-width: 1215px) {
    .bxsh {
        font-size:17px;
    }
}
@media screen and (max-width: 1155px){
	.col40{
		width:100%;
	}
	.col60{
		width:100%;
	}
	.col40 img{
		max-width:100%;
		width:400px;
	}
}
@media screen and (max-width: 1120px){
    .cl25 {
        width:50%;
    }
	.bxsh {
        min-height: 365px;
    }
}
@media screen and (max-width: 1100px){
	.cl50{
		width:100%;
	}
	.col35{
		width:30%;
	}
	.col35 img{
		max-width:100%;
	}
	.col65{
		width:70%;
	}
	.col65 img{
		width: 70px;
	}
	.rd{
		width: 33px !important;
	}
}
@media screen and (max-width: 1040px){
	.col35{
		width:100%;
	}
	.col65{
		width:100%;
	}
}
@media screen and (max-width: 1020px){
	.menu a {
		font-size: 18px;
	}
	.cita  .btn-cita{
		font-size: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
@media screen and (max-width: 1000px){
	.cold50{
		width:100%;
	}
}
@media screen and (max-width: 985px){
	.col25{
		width:50%;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 925px){
	.cl25{
		width:100%;
	}
	.bxsh {
        min-height: auto;
    }
}
@media screen and (max-width: 880px){
	.logo{
		width:100%;
		text-align:center;
	}
	.menu{
		width:100%;
		text-align:center;
	}
	.cita{
		width:100%;
		display:none;
	}
}

@media screen and (max-width: 850px){
	.inbanner{
		width:100%;
	}
	.fotobanner{
		width:100%;
		background-image:url('../imagenes/background.png');
		background-size:cover;
		background-position:center;
	}
}
@media screen and (max-width: 805px){
	.collapsible2:after {
		margin-right: 0px;
        position: relative;
        float: right;
        top: -15px;
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 800px){
	.cl-50{
		width:100%;
	}
	.cl-50 table{
		min-width:360px;
		text-align:left;
	}
	.tblimg{
		width:30%;
	}
}
@media screen and (max-width: 730px){
	.col25 {
        min-height: 135px;
    }
}
@media screen and (max-width: 700px){
	.cl-33{
		width:100%;
	}
	.cl-33 > .txt-cnt{
		text-align:left;
	}
}
@media screen and (max-width: 650px){
	.c50{
		width:100%;
	}
	.alineado {
		margin-top: 25px;
	}
	.icono{
		position:relative;
		float:left;
		width:100%;
		text-align:right;
	}
}
@media screen and (max-width: 600px){
	#menuresponsivo{
		display:block;
	}
	#menu{
		display:none;
	}
}
@media screen and (max-width: 550px){
	.rd{
		width: 30px !important;
	}
}
@media screen and (max-width: 530px){
	.col25{
		width:100%;
	}
}
