.titulo-seccion  {
    font-size: 41px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 400;
}

.titulo-seccion:after {
	/*content: url(../img/arrow-red.png);
	width: 30px;
	height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;*/
}

.titulo-seccion span  {
    font-weight: 700;
}

.sub-titulo-seccion  {
	font-size: 15px;
	font-weight: 400;
	color: #2d2d2d;
	margin-top: 0px;
	margin-bottom: 30px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}

.descripcion {
	font-size: 16px;
	font-weight: 400;
	line-height:26px;
	margin-bottom: 18px;
}

.destacado {
	font-size: 19px;
	font-weight: 300;
	line-height: 27px;
	color: #505454;
	margin-bottom: 18px;
}

@media (max-width:767px){
.titulo-seccion  {
	font-size: 29px;
	margin-bottom: 10px;
	line-height: 34px;
}

.sub-titulo-seccion  {
	margin-bottom: 12px;
}

.destacado {
	font-size: 15px;
	margin-bottom: 8px;
}


}

@media (max-width:767px){
.titulo-secciones  {
	font-size:30px;
	margin-bottom:22px;
}
}	

.bg-comun{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image:url(../img/bg-comun.jpg);
}


/*---------------------------------------*/

.modulo.modulo-cabecera-interior {
padding-bottom: 80px;
    padding-top: 80px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-empresa.jpg);
    position: relative;
}

.modulo.modulo-cabecera-interior::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	/*background: rgb(0 0 0 / 38%);
	background: linear-gradient(90deg, rgb(0 143 135) 0%, rgb(0 0 0 / 15%) 74%);*/
	top: 0;
}


.modulo.modulo-cabecera-interior h1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0px;
	color:#fff;
	
	color:#038f88;
}

.modulo.modulo-cabecera-interior h2 {
	margin-bottom:20px;
	color:#fff;
	margin-top: 4px;
	
	color:#038f88;
}

@media (max-width:767px){
.modulo.modulo-cabecera-interior {
padding-bottom: 50px;
    padding-top: 50px;
}

.modulo.modulo-cabecera-interior h1 {
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 0px;
}	
	
.modulo.modulo-cabecera-interior h2 {
	margin-bottom: 0px;
    font-size: 28px;
}	
}

/*------------------------------------------*/


.logos-asociados {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.logos-asociados li {
    border: solid 1px #e1e1e1;
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
}
.logos-asociados li p{
    display: none;
}	
.logos-asociados li img {
    max-width: 100%;
    /*max-height: 70px;*/
}
	
@media (max-width: 767px){
	.logos-asociados{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
	.logos-asociados div img{
		max-width: 100%;
		max-height: 55px;
	}		
	
}		
	
.blockquote {
    padding: 60px 150px 40px;
    position: relative;
	border: 0px;
}
.blockquote p {
	font-size: 21px;
	font-weight: 100;
	text-align: center;
	color: #939393;
	line-height: 31px;
}

/*blockquote p::before {
    content: "\f095"; 
    font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
  font-size: 180px;
 }*/

.blockquote:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: -22px;
    content: "\f10d";
    font-size: 140px;
    color: rgb(190 220 219 / 36%);
    z-index: -2;
}

.blockquote::after {
    content: "";
    bottom: 8px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #51b3ad;
    height: 3px;
    width: 200px;
}
	
@media (max-width: 767px){
.blockquote {
    padding: 60px 11px 40px;
}		
.blockquote p {
    font-size: 19px;
    line-height: 26px;
}
.blockquote:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: -3px;
    content: "\f10d";
    font-size: 120px;
    color: rgb(190 220 219 / 36%);
    z-index: -2;
}	
}

/*------------------------------------------*/


.modulo-inicio{
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("../img/rotador/bg.jpg");
	background-position:center;
	margin-bottom: 25px;
	overflow: visible;
	/*padding: 120px 0px;*/
	padding: 40px 0px;
}

.modulo-inicio::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	/*background: rgb(0 0 0 / 38%);
	background: linear-gradient(90deg, rgb(0 143 135) 0%, rgb(0 0 0 / 15%) 74%);*/
	top: 0;
}

@media (max-width: 767px){

.modulo-inicio{
	background-position: left top;
	background-position:center;
	padding: 30px 0px;
	background-size: cover;
}
}

/*----------------------*/

.modulo-nuestros-servicios .service-wrapper{
    background-color: #e3ecf2;
    display: block;
    width: fit-content;
    float: left;
    margin: 15px;
    border-radius: 5px;
    padding: 50px 30px;
}

.modulo-nuestros-servicios .titulo-seccion{
	font-size: 44px;
	font-weight: 600;
	color: #626e6e;
}

@media (max-width: 767px){
.modulo-nuestros-servicios .service-wrapper{
    padding: 30px 16px;
}

.modulo-nuestros-servicios .titulo-seccion{
	font-size: 32px;
}
}

.modulo-nuestros-servicios a {
    text-align: center;
    background-color: #0e948d;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
    padding: 12px 31px;
    margin-top: 15px;
	margin-bottom: 30px;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo-nuestros-servicios a:hover{
    background-color: #597c7b;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
/*--------------------*/

.modulo-rotador-paquetes {

}




.titulo-cat-paquetes  {
    font-size: 32px;
    color: #55595f;
    margin-top: 0px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
}

@media (min-width: 767px){
.modulo-rotador-paquetes .swiper {
	margin-right: -15px;
	margin-left: -15px;
}

}

@media (max-width: 767px){

.titulo-cat-paquetes  {
    font-size: 26px;
	margin-bottom: 15px;
}	
	
}

/*--------------------------*/

.modulo-titulo{
}

/*--------------------------*/

.modulo-cuatro-prod .box-resultados {
    display: grid;
    gap: 16px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(1, 1fr);
}	

@media (min-width: 768px) {
    .modulo-cuatro-prod .box-resultados {
        grid-template-columns: repeat(2, 1fr);
    }
}	
	
@media (min-width: 992px) {
    .modulo-cuatro-prod .box-resultados {
        grid-template-columns: repeat(3, 1fr);
    }
}	
	
@media (min-width: 1360px) {
    .modulo-cuatro-prod .box-resultados {
        grid-template-columns: repeat(4, 1fr);
    }
}	

/*--------------------------*/

.modulo-marcas{
}

.modulo-marcas img {
    width: 100%;
    max-width: 100%;
}

.modulo-marcas .slider-wrapper-3{
    overflow: hidden;
    max-width: 1310px;
    margin: 0 70px 55px;
    margin: 0 30px 10px;
}

@media (min-width: 767px) {
    .modulo-marcas .swiper {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (max-width: 768px) {
    .modulo-marcas .slider-wrapper-3 {
        margin: 0 10px 10px;
    }
}

@media (max-width: 768px) {
    .modulo-marcas .slider-wrapper-3 .card-item.swiper-slide.swiper-slide-active {
        width: auto;
    }
}

/*--------------------------*/

.modulo-divisor-link .info-wrapper{
    align-items: center;
    background-color: white;
    display: flex;
	gap: 24px;
    height: 88px;
    justify-content: center;
    width: 100%;
}

.modulo-divisor-link .info-wrapper .titulo-info{
	font-size: 32px;
}

.modulo-divisor-link .info-wrapper .boton-info{
	color: #ffffff;
	background-color: #10928b;
	border-radius: 5px;
	padding: 10px 25px;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo-divisor-link .info-wrapper .boton-info:hover{
    background-color: #eaf0f0;
    color: #0e948d;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767px){
.modulo-divisor-link .info-wrapper{
	display: flex;
	flex-direction: column;
	gap: 0px;
	height: auto;
	text-align: center;
	padding: 22px 15px;
}
.modulo-divisor-link .info-wrapper .titulo-info{
	font-size: 22px;
}
	
}

/*---------------------*/

.destinos-gap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 0 15px;
	margin-bottom: 25px;
}
.destination {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	height: 250px;
}			    
.destination .thumb-div {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	transform: scale(1);
	transition: transform .5s;
	z-index: 0;
}		
.destination .thumb-div:hover {
	transform: scale(1.1);
	transition: transform .5s;
}	
	
@media (min-width: 768px) {
	.destination:first-child {
		grid-column-start: 1;
		grid-column-end: 4;
		height: 350px;
	}

	.destination:nth-child(2) {
		transform: translateY(0%);
		height: 350px;
	}	
	.destination:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 3
	}
	.destination:nth-child(4) {
		grid-column-start: 3;
		grid-column-end: 5
	}
}
	
.destination img {
	width: 100%;
	height: auto;
	display: block;
	transform: translateY(-25%);
}
.destination .label {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
	
@media (max-width: 768px) {
	.destinos-gap {
		grid-template-columns: repeat(2, 1fr);
	}
	.destination .label {
		font-size: 18px;
		padding: 0;
	}
}

/*----------------------*/

.modulo-panel-postulaciones{

}

.modulo-panel-postulaciones .box-resultados {
    display: grid;
    gap: 16px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(1, 1fr);
}	

@media (min-width: 768px) {
    .modulo-panel-postulaciones .box-resultados {
        grid-template-columns: repeat(2, 1fr);
    }
}	
	
@media (min-width: 992px) {
    .modulo-panel-postulaciones .box-resultados {
        grid-template-columns: repeat(3, 1fr);
    }
}	
	
@media (min-width: 1360px) {
    .modulo-panel-postulaciones .box-resultados {
        grid-template-columns: repeat(4, 1fr);
    }
}	

/*------------------------------------------*/


.modulo-amplia{
	padding: 45px 0px;
	position: relative;
	z-index: 0;
	overflow: inherit;
}



.modulo-amplia .categoria{
	font-weight: 700;
	font-size: 26px;
	color: #333;
	margin-bottom: 10px;
}

@media (max-width:778px){
	
.modulo-amplia .sin-padd-xs{
	padding: 0px 0px;
}	
	
}


.modulo-amplia .info-productos{
	margin-bottom: 0px;
}

.modulo-amplia .info-productos li{
    width: auto;
    margin-bottom: 14px;
    display: inline-flex;
padding-right: 19px;
    margin-right: 4px;
    position: relative;
    align-items: center;
}

.modulo-amplia .info-productos li:before {
    font-family: 'Font Awesome 6 Brands';
    content: "\2b";
    /* float: right; */
    transition: all 0.5s;
    position: absolute;
    right: 0px;
    font-size: 11px;
    color: gray;
}

.modulo-amplia .info-productos li:last-child:before {
	display: none;
}

.modulo-amplia .info-productos li:last-child {
	padding-right: 0px;
}

.modulo-amplia .info-productos li .tit{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.modulo-amplia .info-productos li .tit i{
    font-size: 13px;
	margin-right: 2px;
}

.modulo-amplia .the-box{
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 7px;
}

.modulo-amplia .the-box .no-border{
    border-top: 0px solid #ddd;
}


.modulo-amplia .salidas{
    font-size: 14px;
    background-color: #f2f4f5;
    padding: 9px 15px;
    border-radius: 50px;
    display: inline-block;
}

.modulo-amplia .dias {
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
	background-color: #971598;
    color: #ffffff;
	display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    max-width: 210px;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
	margin-bottom: 12px;
}

.modulo-amplia .precio{
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.modulo-amplia .precio .persona {
    color: #333;
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
}
.modulo-amplia .impuestos{
    font-size: 13px;
}

.modulo-amplia .boton-wapp {
    background-color: #fff;
    border: 1px solid #25d366;
    color: #25d366;
    border-radius: 58px;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    height: 42px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.modulo-amplia .boton-wapp:hover {
    background-color: #25d366;
    border: 1px solid #25d366;
    color: #fff;
}

.modulo-amplia .boton-wapp i {
    font-size: 20px;
}

.modulo-amplia .boton-pdf{
    background-color: #202020;
    font-size: 16px;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.modulo-amplia .boton-pdf span {
	font-weight: 700;
	padding-right: 4px;
	border-right: solid 1px white;
	margin-right: 5px;
}

.modulo-amplia .titulo-info{
    font-size: 22px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 15px;
}

.modulo-amplia .separar{
	display: block;
	margin-bottom: 25px;
}

.modulo-amplia .item-info{
    font-size: 14px;
	color: #2d384c;
	display: flex;
}

.modulo-amplia .item-info span{
	font-weight: 500;
}

.modulo-amplia .item-info i{
    font-size: 15px;
	color: #25d366;
	margin-right: 7px;
}

.modulo-amplia .boxy {
    /*margin-top: 20px;*/
    border-radius: 7px;
    display: inline-block;
    width: 100%;
    background-color: white;
    border: solid 1px #dddddd;
    padding: 35px;
	box-shadow: 0 4px 8px #54596226;
}

.modulo-amplia .boxy .postulate-menu{
    display: grid;
    margin-top: 22px;
	gap:15px;
    position: relative;
    grid-template-columns: 30% 30% 30%;
    align-items: center;
    text-align: center;
}

.modulo-amplia .boxy .postulate-menu .msje{
	background-color:#3ec543;
    color: #fff;
    margin: 0;
    border-radius: 3px;
    padding: 10px 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo-amplia .boxy .postulate-menu .msje.dos{
	background-color:#F44336 ;
}

.modulo-amplia .boxy .type-link-dos {
    text-align: center;
	background-color:#0e948d ;
    color: #fff;
    margin: 0;
    border-radius: 3px;
    padding: 10px 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo-amplia .boxy .type-link-dos:hover {
    background-color: #eaf0f0;
    color: #0e948d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width:778px){
.modulo-amplia .boxy{
	box-shadow: -4px -1px 14px 0 rgb(137 137 137 / 0%);
	padding: 19px 18px;
	margin-bottom: 15px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	margin-top: 0px;
}
.modulo-amplia .info-productos li .des {
    font-size: 16px;
}
	
.modulo-amplia .categoria {
    font-size: 21px;
}	

.modulo-amplia .boxy .postulate-menu{
    grid-template-columns: 48% 48%
}	
	
}

@media (min-width:998px){
.modulo-amplia .col-izq  {
	/*padding-left: 40px;*/
}
}

 @media (min-width: 767px) {
.modulo-amplia .col-sticky {
	position: sticky;
	top: 90px;
	align-self: flex-start;
}
}


.modulo-amplia img  {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 7px;
}

@media (max-width:768px){
.modulo-amplia .img-galeria  {
    height: 200px;
    display: block;
}
.modulo-amplia img  {
	border-radius: 0px;
}	
}

/*---------------------------*/


.modulo-consultas .panel {
    background-color: transparent;
}

.modulo-consultas .panel-heading {
  padding: 0;
	border:0;
}
.modulo-consultas .panel-title>a, .panel-title>a:active{
	display:block;
  color:#333;
  font-size:18px;
  font-weight:500;
	text-decoration:none;
}

.modulo-consultas .panel-heading .panel-title.collapsed a:before {
	font-family: 'Font Awesome 6 Brands';
    content: "\2b";
   float: right;
   transition: all 0.5s;
	color: #219d96;
}


.modulo-consultas .panel-heading .panel-title a:before {
       font-family: 'Font Awesome 6 Free';
       content: "\f068";
   float: right;
   transition: all 0.5s;
	font-weight: 700;
}
    .modulo-consultas .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: transparent;
    }

    .modulo-consultas .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #333;
        background-color: transparent;
        border-color: transparent;
    }

    .modulo-consultas .panel-title {
        font-size: 15px;
    }

    .modulo-consultas .panel-title > a {
	display: block;
	padding: 25px 15px;
	text-decoration: none;
	border-bottom: solid 1px #f7f7f7;
	cursor: pointer;
    }


    .modulo-consultas .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent;
		
    }
	
	.modulo-consultas .panel-body p {
		color:#666;
		line-height:26px;			
    }

.modulo-consultas .panel-body p .fa {
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 6px;
    color: #219d96;
    font-size: 11px;
}

.modulo-consultas .panel-body .titulo-servicio{
    font-size: 18px;
    color: #219d96;
    margin-top: 24px;
    margin-bottom: 7px;
}

	.modulo-consultas .panel-body h4 {
		color:white;			
    }


.modulo-consultas .nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom: solid 0px #d9d9d9;
	margin-left:-15px;
	margin-right:-15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
	
	/*---- arreglo para scroll fases fechas ---- */
	
	flex-wrap: inherit;
	overflow: auto;
	padding-bottom: 10px;
}


.modulo-consultas .panel-body .recursos {
    float: left;
    width: 100%;
    background-color: #f3f7f7;
	padding: 30px;
	margin-top: 15px;
}

.modulo-consultas .panel-body .recursos .icon {
    background-image: url(../img/icon-serv.png);
    background-repeat: no-repeat;
    padding-left: 33px;
    padding-top: 4px;
    background-position: left 6px;
    margin-bottom: 15px;
}

.modulo-consultas .panel-body .recursos .corto {
    padding-left: 33px;

}

.modulo-consultas .panel-body .recursos .corto i {
    color: #149790;
    font-size: 12px;
    margin-right: 6px;
}

.modulo-consultas .nav-tabs>li {
    float: left;
    margin: 0px 8px;
    position: relative;
    border: solid 2px #EEEEEE;
    border-radius: 10px;
    background-color: #e9e9e9;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    /*flex: 1 1 100px;*/
}

.modulo-consultas .nav-tabs>li.active {
    background-color: #fff;
}

.modulo-consultas .nav-tabs>li:hover {
    box-shadow: 0px 0px 15px 3px rgb(137 137 137 / 15%);
	background-color:white;
}

.modulo-consultas .nav-tabs>li>a:hover {
    border-color: #fff #fff #fff;
	background-color: #fff;
}

.modulo-consultas .nav-tabs>li .nombre-lista {
    color: #bbbbbb;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modulo-consultas .nav-tabs>li.active .nombre-lista {
	color: #871898;
}

.modulo-consultas .nav-tabs>li .nombre-lista .grupo{
    font-size: 14px;
    color: #4e4e4e;
    display: block;
    line-height: 14px;
}

.modulo-consultas .nav-tabs>li .fecha-lista {
	color:#8E8E8E;
	font-size:12px;
	font-weight:400;
	line-height:15px;
}

.modulo-consultas .nav>li>a>img {
    max-height: 46px;
}
.modulo-consultas .nav-tabs>li>a {
    margin-right: 0px;
    line-height: inherit;
    border: 0px solid transparent !important;
    border-radius: 10px;
	padding-top:15px;
	padding-bottom:15px;
	position: relative;
	height: 100%;
}

.modulo-consultas .nav-tabs>li .icono{
    height: 18px;
    width: 18px;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    border: solid 1px #A5A5A5;
    border-radius: 50px;
    display: inline-block;
    color: #0a8cdb;
}

@media (min-width: 767px){

.modulo-consultas .nav-tabs::-webkit-scrollbar {
	width: 8px;
	height:8px;
}
.modulo-consultas .nav-tabs::-webkit-scrollbar-button {
	width: 8px;
	height:0px;
}
.modulo-consultas .nav-tabs::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:5px;
}
.modulo-consultas .nav-tabs::-webkit-scrollbar-thumb {
    background: #7fb000;
    border: thin solid #7fb000;
	border-radius:5px;
}
.modulo-consultas .nav-tabs::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}

}

@media (max-width: 767px){

.modulo-consultas{
    position: relative;
	padding-top:10px;
}

.modulo-consultas .nav-tabs>li {
    margin: 0px 3px;
    border: solid 2px #EEEEEE;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    flex: inherit;
	display:inline-block;
	max-height: 50px;
}

.modulo-consultas .nav-tabs>li.active {
    background-color: #fff;
	border-color: #871898;
}


.modulo-consultas .nav-tabs>li .nombre-lista {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.modulo-consultas .nav-tabs>li .nombre-lista .grupo {
    font-size: 12px;
    line-height: 12px;
}

.modulo-consultas .nav>li>a>img {
    max-height: 26px;
}
.modulo-consultas .nav-tabs>li>a {
    padding-top: 15px;
	/*padding-left:0px;
	padding-right:0px;*/
}
.modulo-consultas .nav-tabs {
	margin-left: -5px;
	margin-right: -5px;
	overflow-x: hidden;
	overflow-x: scroll;
	height: 56px;
	flex-wrap: inherit;
	padding-bottom: 6px;
}

.modulo-consultas .nav-tabs::-webkit-scrollbar {
	width: 8px;
	height:4px;
	display: none;
}
.modulo-consultas .nav-tabs::-webkit-scrollbar-button {
	width: 8px;
	height:0px;
}
.modulo-consultas .nav-tabs::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:5px;
}
.modulo-consultas .nav-tabs::-webkit-scrollbar-thumb {
    background: #7fb000;
    border: thin solid #7fb000;
	border-radius:5px;
}
.modulo-consultas .nav-tabs::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}	

.modulo-consultas .nav-tabs>li:hover {
    box-shadow: 0px 0px 0px 0 rgb(137 137 137 / 0%);
	/*border-color: #0a8cdb;*/
}

.modulo-consultas .tab-content .tab-pane {
        padding: 12px 0px;
        padding-top: 0px;
        /* border: solid 2px #0a8cdb; */
        /* width: auto; */
        border-radius: 10px;
        /* margin: 10px 0px;*/
}


.modulo-consultas .nav-tabs>li .icono {

    display: none;
}

}

/*------------------------*/

.modulo.modulo-contacto {

}
.modulo.modulo-contacto .input-lg {
    border-radius: 3px;
}

.modulo.modulo-contacto .datos-oficina i {
font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: solid 1px #bdbdbd;
    border-radius: 3px;
    margin-right: 10px;
	color: #008f96;
}


.modulo.modulo-contacto  label{
margin-bottom: 10px;
    font-weight: 600;
    color: #616465;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.btn-archivo{
    border: solid 1px #d4d4d4;
    margin: 0px;
    height: 46px;
    line-height: 32px;
    color: #149790;
}

.modulo.modulo-contacto .input-lg{
        font-size: initial;
}

.modulo.modulo-contacto ul.social-buttons-contacto li a {
    text-align: center;
    height: 42px;
    width: 42px;
    display: block;
    text-decoration: none;
    line-height: 40px;
    color: #008f87;
    background-color: #e4eded;
    /* font-size: 18px; */
    border-radius: 22px;
    border: solid 2px #e4eded;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo.modulo-contacto ul.social-buttons-contacto li a:hover, .modulo.modulo-contacto ul.social-buttons-contacto li a:focus, .modulo.modulo-contacto ul.social-buttons-contacto li a:active {
    color: #fff;
    border: solid 2px #008f87;
	background-color: #008f87;
}


.boton-enviar-consulta {
	color: #ffffff;
	background-color: #008f87;
	padding: 14px 14px;
	font-weight: 500;
	margin-bottom: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	display: block;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	border: solid 0px #ccc;
}

.boton-enviar-consulta:hover {
	color: #028d85;
	background-color: #e1eaea;
	border: solid 0px #064187;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/*--------------------------*/

.section-video-inicio{
	display: block;
	max-width: 100%;
	height: 500px; position:relative
}		
	
figure {
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: 50% 50%;
    margin: 0 auto;
	
	width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    left: 0!important;
    margin-left: 0!important;
}	
	
.video {
max-width: none;
    top: 50%;
    /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;*/
    min-width: 100%;
    min-height: 100%;	
	left: -20%;
}
	
@media (max-width:767px){
.video {
    height: 100%;
    width: auto!important;
    /*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
    left: 50%;
    top: 0;
}
}

	.controls{
    position: absolute;
    z-index: 099;
    bottom: 0;
    display: block;
		padding: 20px;
		left: 0;
}
	
.buttons button{
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.buttons button:before{
	content: "\f144";
	font-family: "Font Awesome 6 Free";
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 38px;
	color: white;
	-webkit-font-smoothing:antialiased;
}
	
.buttons button.play:before{
	content: "\f144";
}	
	
.buttons button.pause:before{
	content: "\f28b";
}

/*--------------------------*/

.share-buttons {
    width: auto;
    display: block;
	margin: 8px 0px;
}

.posts-shares {
/*float:left;*/
}

.share-buttons h5 {
    /* float: left; */
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8e8e8e;
    position: relative;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 5px;
}

.social-shares {
list-style:none;
margin:0;
padding:0;
}

.social-shares li {
float:left;
list-style:none;
margin:0 0 0px;
padding:0;
}

.social-shares li a {
    display: block;
    float: left;
    color: inherit;
    background-image: none;
    line-height: 28px;
    font-size: .9em;
    margin: 0 10px 0 0;
    border-radius: 50%;
	border: solid 2px #cdcdcd;
	color: #a19fa0;
}


.social-shares li a:hover {
    border: solid 2px #a60997;
    color: #a30c99;
}

.social-shares li i {
display: inline-block;
    font-size: 14px;
    /* background-color: #cc0000; 
    color: #FFF;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
}


/*---------------------------------*/

/*-----------------------*/

.seccion-tabs .panel {
    background-color: transparent;
}

.seccion-tabs .panel-heading {
  padding: 0;
	border:0;
}
.seccion-tabs .panel-title>a, .panel-title>a:active{
display: block;
    /*color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;*/
    text-decoration: none;
}

.seccion-tabs .panel-heading .panel-title.collapsed a:before {
   font-family: 'Glyphicons Halflings';
	content: "\e081";
   float: right;
   transition: all 0.5s;
}


.seccion-tabs .panel-heading .panel-title a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e082";
   float: right;
   transition: all 0.5s;
}
.seccion-tabs .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: transparent;
}

    .seccion-tabs .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

    .seccion-tabs .panel-title {
        font-size: 15px;
    }

    .seccion-tabs .panel-title > a {
	display: block;
	padding: 15px 15px;
	text-decoration: none;
	border: solid 1px rgb(199 199 199 / 51%);
	cursor: pointer;
    }


    .seccion-tabs .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent;
		
    }
	
	.seccion-tabs .panel-body p {
		/*color:white;*/
		line-height:26px;			
    }

.seccion-tabs .panel-body p .fa {
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 6px;
    color: #1e69dd;
    color: #8bc34a;
    font-size: 11px;
}

	.seccion-tabs .panel-body h4 {
		/*color:white;	*/		
    }

/*-----------------------*/

.select-dropdown {
   /* display: block;
    position: fixed;
    top: 70px;
    height: 100vh;
    background-color: white;
    width: 100%;
    left: 0px;
    z-index: 10000;
    padding: 10px 25px 25px;
    box-shadow: none;
    max-height: inherit;*/
}

search-container{
    position: fixed;
    top: 0;
    height: 100%;
    background-color: white;
    width: 100%;
    left: 0;
    z-index: 10000;
    padding: 25px;
}

/*----------------*/

.box-mision{
	display: flex;
	padding-right: 20px;
}

.box-mision .imagen{
	padding-right: 20px;
}

.box-mision .titulo-mision{
	font-size: 26px;
}
