.titulo-seccion  {
	font-size: 60px;
	line-height: 65px;
	color: #10221b;
	margin-top: 0px;
	position: relative;
	font-weight: 700;
	padding-bottom: 15px;
}

.titulo-seccion:after {
    /*content: '';*/
    width: 41px;
    height: 28px;
	/*background-image:url(../img/logo-iso.png);*/
	background-repeat:no-repeat;
    position: absolute;
    top: 6px;
    left: -52px;
}

.titulo-seccion span  {
    color: #991b1e;
}


.titulo-seccion.con-logo  {
    color: #fff;
    padding-left: 75px;
    background-image: url(../img/iso-logo.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 290px;
    line-height: 30px;
    padding-top: 19px;
}

.titulo-seccion-2  {
	font-size: 40px;
	line-height: 45px;
	color: #10221b;
	margin-top: 0px;
	position: relative;
	font-weight: 700;
	padding-bottom: 15px;
}


.titulo-pre {
    color: #759d5d;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 4px;
    display: inline-block;
	    font-family: "Mansalva", sans-serif;
}

.sub-titulo-seccion  {
font-size: 30px;
    font-weight: 700;
    color: #161616;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
}

.sub-titulo-seccion:after {
    /*content: '';*/
    width: 24px;
    height: 1px;
	background-color: #212121;
    position: absolute;
    top: 6px;
    left: 0px;
}


.destacado{
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 0px;
}
	
.descripcion {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #323232;
    margin-bottom: 20px;
}

.descripcion.p-especial {
	border-radius: 5px;
	padding: 10px;
	background-color: #87836d21;
	color: #121212;
    margin-bottom: 12px;
}

.descripcion.marker {
	background-image:url(../img/marker-p.png);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left:30px;
	margin-left:10px;
}

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

.titulo-seccion:after {
    width: 41px;
    height: 28px;
    top: 0px;
    left: -46px;
}

.sub-titulo-seccion  {
	margin-bottom: 12px;
    font-size: 26px;   
}
	
.descripcion {
    font-size: 17px;
    line-height: 29px;
}	

.destacado {
	font-size: 21px;
}


}

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


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

.inicio  {
	position: relative;
	 height: 100vh;
}

.inicio:after {
    content: '';
    width: 1920px;
    height: 160px;
	/*background-image:url(../img/mascara-rotador.png);*/
	background-repeat:repeat-x;
    position: absolute;
    bottom: -60px;
    left: 0px;
	
    mask-image: url(../img/mascara-slider.png);
    -webkit-mask-image: url(../img/mascara-slider.png);
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: #fff;
	z-index: 2;
}

@media (max-width: 767px) {
.inicio  {
	position: relative;
	 height: calc(100vh - 240px);
}
}

.inicio.medida-interior  {
	position: relative;
	 height: 80vh;
}

.inicio.medida-interior:before {
    content: "";
    background-image: url(../img/pinos-2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1920px;
    height: 248px;
	height: 200px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
	z-index: 1;
}

@media (max-width: 767px) {
.inicio.medida-interior  {
	position: relative;
	 height: calc(90vh - 240px);
}
}

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

.modulo-empresa-top {
    position: relative;
    padding-bottom: 70px;
    padding-top: 70px;
	background-position: center;
	background-image: url("../img/bg-map-line.png");
		background-attachment: fixed;
	overflow: inherit;
	
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 25%);
}

.modulo-empresa-top:after {
	/*content: "";*/
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	top:0;
	background-image: url("../img/bg-tirolesa-2.png");
	background-size: ;
	background-position: center left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -1;
}

.modulo-empresa-top p{
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 0px;
}

@media (max-width:767px){
.modulo-empresa-top {
    padding-bottom: 50px;
    padding-top: 50px;
}
	
.modulo-empresa-top p{
	font-size: 21px;
}
}	


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

.modulo-empresa {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	padding-bottom: 0px;
	padding-top: 40px;
	background-image: url("../img/bg-empresa.png");
}

.modulo-empresa:after {
    content: '';
    width: 100%;
    height: 114px;
    background-image: url(../img/imgs-emp.jpg);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.modulo-empresa .logues img{
	filter: grayscale(100%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.modulo-empresa .logues img:hover{
	filter: grayscale(0%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.modulo-empresa .fa-check{
    width: 30px;
    height: 30px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 30px;
    margin-right: 8px;
}

.modulo-empresa .imagen{
    margin-top: 90px;
}

.carousel_quienes.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #5B5B5B;
    font-size: 26px;
    top: 45%;
}

.modulo-empresa .about-pic {
    position: relative;
}

.modulo-empresa .about-pic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    background-color: #F2F3F8;
    z-index: -1;
}

.modulo-empresa .box {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 90px;
	padding-bottom: 80px;
}

.modulo-empresa .box-2 {
    padding-top: 30px;
	padding-right: 50px;
}


.modulo-empresa .box .con-check{
    font-weight: 500;
    color: #5b5d5d;
	    display: grid;
    grid-template-columns: 40px 1fr;
	align-items: center;
}

@media (max-width:767px){
.modulo-empresa .box-2 {
    padding-top: 20px;
    padding-right: 20px;
}
}	



@media (max-width:767px){

.modulo-empresa {
	padding-top: 40px;
}

.modulo-empresa .box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
	padding-bottom: 30px;
}
	
.modulo-empresa .box img{
    max-width: 300px;
}	


}

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


.carousel-galeria-empresa.owl-carousel .owl-stage {
        left: -50px !important;
}

@media (max-width: 767px) {
.carousel-galeria-empresa.owl-carousel .owl-stage {
        left: 0px !important;
}
}

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

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


.modulo-programas{
	background-image: url("../img/bg-tirolesa.png");
	/*background-color: #f2efdf;*/
	background-size: ;
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 50px;
	background-attachment: fixed;
}

.modulo-programas .grande {
	font-size:18px;
	font-weight:300;
	line-height: 25px;
}

.modulo-programas pp{
	display:flex;
	margin-right: 50px;
}


@media (max-width:767px){

	
.modulo-programas{
	background-image: url("../img/bg-tirolesa.png");
	background-size: 50%;
	background-attachment: inherit;
	background-position: left center;
}	

.modulo-programas .grande {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

}

.modulo-programas .box-color {
	position: relative;
	margin: 0px 15px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.modulo-programas .box-color .sub-t {
color: #759d5d;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 4px;
    display: inline-block;
}

.modulo-programas .box-color .titulo-tan {
color: #121212;
    font-weight: 700;
    font-size: 33px;
    line-height: 28px;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.modulo-programas .box-color .descripcion {
color: #5c5c5c;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-right: 25px;
    margin-left: 25px;
    position: relative;
    /* padding-left: 40px;*/
	display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modulo-programas .box-color .descripcion:after {
    /*content: '';*/
    width: 24px;
    height: 1px;
    background-color: #212121;
    position: absolute;
    top: 6px;
    left: 0px;
}

.modulo-programas .box-color .descripcion img {
	margin-right:6px;
}

.modulo-programas .box-color .ver-mapa{
    font-size: 11px;
    background-color: #ffeb3b;
    color: #121212;
    line-height: 14px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 700;
}

.modulo-programas .box-color .ver-m{
margin: 18px;
    -webkit-mask-image: url(../img/button-path.svg);
    -webkit-mask-position: top left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url(../img/button-path.svg);
    mask-position: top left;
    mask-repeat: no-repeat;
    mask-size: cover;
    background: transparent;
    padding: 0;
	display: inline-block;
}

.modulo-programas .box-color .ver-m:hover{
    background-color: transparent;
}

.modulo-programas .box-color .ver-m .forma{
font-size: 13px;
    padding: 18px 30px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ede282;
    -webkit-transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-mask-image: url(../img/btn-path-right.svg);
    -webkit-mask-position: bottom right;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url(../img/btn-path-right.svg);
    mask-position: bottom right;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.modulo-programas .box-color .ver-m:hover .forma{
    background-color: #11221c;
    color: white;
}



.btn-green-border {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #FFFFFF;
    background-color: #103d81;
    border: solid 2px #103d81;
    line-height: 31px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 25px;
    min-width: 122px;
    cursor: pointer;
    text-align: center;
    position: relative;
    top: -1px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.carousel-tandil .owl-stage {
		display: flex;
	}
.carousel-tandil .owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	
.carousel-tandil .owl-item .item {
		display: flex;
		width:100%;
	}
	
.carousel-tandil_dos .owl-stage {
		display: flex;
	}
.carousel-tandil_dos .owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	
.carousel-tandil_dos .owl-item .item {
		display: flex;
		width:100%;
	}	


.owl-theme .owl-dots .owl-dot span {
	background: #ffffff !important;
    border: solid 2px #d7d7d7 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #49a142 !important;
    border: solid 2px #cddc39 !important;
}

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

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


.modulo-insta{
		background-image: url("../img/bg-trees-two.png");
	/*background-color: #f2efdf;*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 20px;
	padding-bottom: 35px;
	    overflow: inherit;
	z-index: 1;
}

/*.modulo-insta:before{
	content: "";
	background-image: url("../img/bg-color-top.png");
	position: absolute;
	width: 100%;
	height: 28px;
	top: -28px;
	left: 0;
	right: 0;
}

.modulo-insta:after{
	content: "";
	background-image: url("../img/bg-color-bot.png");
	position: absolute;
	width: 100%;
	height: 28px;
	bottom: -28px;
	left: 0;
	right: 0;
}*/

.modulo-insta::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #f2efdf;
    -webkit-mask: url("../img/forma.svg");
    mask: url("../img/forma.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center center;
    mask-position: center center;
	z-index: -2;
}

.modulo-insta::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #dddbcb;
    -webkit-mask: url(../img/bg-trees-two.png);
    mask: url(../img/bg-trees-two.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    z-index: -1;
}

.modulo-insta .ocultar-logo:after{

	content: "";
	background-color: #f2efdf;
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 99999;
}


.modulo-insta.con-mapa-bg::after {
	background-color: #000;
    -webkit-mask: url(../img/bg-maping.png);
    mask: url(../img/bg-maping.png);
	    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    z-index: -1;
}


/* ----- v CAN BE DELETED v ----- */


.modulo-claro{
		background-image: url("../img/bg-trees-two.png");
	/*background-color: #f2efdf;*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 20px;
	padding-bottom: 35px;
	    overflow: inherit;
	z-index: 1;
}

/*.modulo-insta:before{
	content: "";
	background-image: url("../img/bg-color-top.png");
	position: absolute;
	width: 100%;
	height: 28px;
	top: -28px;
	left: 0;
	right: 0;
}

.modulo-insta:after{
	content: "";
	background-image: url("../img/bg-color-bot.png");
	position: absolute;
	width: 100%;
	height: 28px;
	bottom: -28px;
	left: 0;
	right: 0;
}*/

.modulo-claro::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #fcfaee;
    -webkit-mask: url("../img/forma.svg");
    mask: url("../img/forma.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center center;
    mask-position: center center;
	z-index: -2;
}


.modulo-claro::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #ebe9da;
    -webkit-mask: url(../img/bg-trees-two.png);
    mask: url(../img/bg-trees-two.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    z-index: -1;
}

.modulo-claro.con-mapa-bg::after {
	background-color: #000;
    -webkit-mask: url(../img/bg-maping.png);
    mask: url(../img/bg-maping.png);
	    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    z-index: -1;
}


 .margin-negativo{
    margin-top: -40px !important;
}

/* ----- v CAN BE DELETED v ----- */

.btn-comun{
    background-color: #cf9d6c;
    color: white;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 30px;
    border-radius: 20px;
	margin-top:10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.btn-comun:hover{
    background-color: #373737;
    color: white;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width:767px){

}


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

.modulo-contacto{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-bottom: 0px;
    position: relative;

}

.modulo-contacto:after {
    /*content: '';*/
    width: 100%;
    height: 243px;
    /*ackground-image: url("../img/bg-line.png");*/
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
    left: 0px;
}

.modulo-contacto .datos-contacto{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
	text-align: center;
}

.modulo-contacto .datos-contacto li{
	position: relative;
}

.modulo-contacto .datos-contacto li::after{
content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    right: 0;
    background-color: #cecece;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modulo-contacto .datos-contacto li:last-child::after{
content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0;
}


.modulo-contacto .datos-contacto .direccion{
	display: inline-block;
	background-image: url("../img/direccion.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-left: 40px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
}



@media (max-width:767px){
.modulo-contacto .datos-contacto {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    text-align: center;
}
	
.modulo-contacto .datos-contacto li::after{
content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0;
    background-color: #cecece;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
	
.modulo-contacto .datos-contacto .direccion {
    margin-top: 30px;
    margin-bottom: 30px;
}	
	
}

/* Style 8
   ----------------------------- */

.modulo-contacto .separator {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  color: #30b457;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.modulo-contacto .separator span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.modulo-contacto .separator em {
  font-style: normal;
  font-weight: 600;
}

.modulo-contacto .eight .separator {
  text-align:center;
 
  text-transform:uppercase;
  font-size:26px; letter-spacing:1px;
  
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}

.eight .separator:after,.eight .separator:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #cecece;
}



.modulo-contacto .titulo-seccion{
	
}

.modulo-contacto .titulo-seccion.con-logo-c  {
    padding-left: 75px;
    background-image: url(../img/logo-t.png);
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 26px;
    padding-top: 10px;
    font-size: 24px;
    margin-left: -75px;
    padding-bottom: 24px;
}


.modulo-contacto .sitio {
    color: #545454;
    font-weight: 500;
    font-size: 15px;
}

.modulo-contacto .sitio .fa {
    color: #fff;
    font-size: 15px;margin-left: 3px;
}

.modulo-contacto .sitio:hover .fa {
    color: #30b457;
}


.modulo-contacto .telefono{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.modulo-contacto .telefono a{
    color: #fff;
}

.modulo-contacto hr.separador{

    border-top: 1px solid #2e6636;
}

.modulo-contacto .uno {
	line-height: 32px;
	padding-left:60px;
}


@media (max-width:767px){

.modulo-contacto .uno {
	font-size:15px;
	line-height: 26px;
	padding-left:0px;
}
	
.modulo-contacto img{
    max-width: 300px;
}	
	
}


.modulo-contacto .sub{
	font-weight:400;
	font-size:30px;
	color:#1c1c1c;
	line-height:44px;
}

.modulo-contacto .yellow{
	color:#f9c726;
	font-weight:600;
	font-style:italic;
}



.input-gris{
    font-size: small;
	background-color: #ffffff;
	border-color: #d3d3d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	border-radius: 2px;
}

.modulo-contacto .card{
    background: rgb(0,144,125);
    background: linear-gradient(70deg, rgba(0,144,125,1) 0%, rgba(0,195,170,1) 50%);
    border: 0px;
	color:#FFFFFF;
}

.modulo-contacto .card img{
	width:50px;
	margin-bottom:10px;
}

.modulo-contacto .card .descripcion{
	font-size:18px;
	line-height:22px;
}

.enviar{
    padding: 5px 40px;
    float: left;
    margin-top: 10px;
    border: 0px;
    background-color: #11221c;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.enviar:hover{
    background-color: #121212;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo-contacto {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.enviar:active, .enviar.active, .enviar:focus, .enviar.focus, .enviar:active.focus, .enviar.active.focus{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
	border:0px;
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}


.modulo-contacto ul.social-buttons-contacto li{
	padding-left:0px;
}

.modulo-contacto ul.social-buttons-contacto li a {
	text-align: center;
	height: 44px;
	width: 44px;
	display: list-item;
	text-decoration: none;
	line-height: 44px;
	color: #ffffff;
    background-color: #ffffff1c;
	font-size: 18px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50px;
}

.modulo-contacto ul.social-buttons-contacto li a:hover {
	background-color: #00354f;
	color: #ffffff;
}

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

.modulo-cabecera  {
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding-top:300px;
}

.modulo-cabecera .titulo-cabecera  {
	font-size:44px;
	color:#fff;
	text-transform:uppercase;
}

@media only screen and (max-width: 768px) {
.modulo-cabecera  {
    padding-top: 50px;
    margin-top: 42px;
}

.modulo-cabecera .titulo-cabecera  {
	font-size:24px;
	margin-bottom:0px;
}	
}


.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: #262626;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.seccion-tabs .panel-heading .panel-title.collapsed a:before {
	font-family: 'Font Awesome 6 Brands';
    content: "\2b";
   float: right;
   transition: all 0.5s;
}


.seccion-tabs .panel-heading .panel-title a:before {
       font-family: 'Font Awesome 6 Free';
       content: "\f068";
   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: 35px 15px;
	padding-left: 4px;	
	text-decoration: none;
	border-top: solid 1px rgb(199 199 199 / 51%);
	cursor: pointer;
	position: relative;
    }

    .seccion-tabs .panel-title > a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 5px;
		background-color: #d6d6d6;
    }

    .seccion-tabs .panel-title > a .number{
    width: 80px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .seccion-tabs .panel-title > a .number{
        width: 40px;
        display: inline-flex;
        height: 30px;
        float: left;
}
}


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

.seccion-tabs .panel-group .panel+.panel {
    margin-top: 0px;
}

.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;	*/		
    }
/*--------------------------*/

.section-video-inicio{
	display: block;
	max-width: 100%;
	height: 100%; 
	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;
    top: 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";
}

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

 @media (min-width: 767px) {
.col-sticky {
        position: sticky;
        top: 120px;
        align-self: flex-start;
        margin-top: 20px;
}

.box {
	padding: 0 20px;
}
	 
.box-l {
	padding-left: 35px;
}	
	 
.box-r {
	padding-right: 35px;
}		 
	 
}

/*------------NOVEDADES-----------------*/
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .container.cont-news {
        width: 1080px;
    }
}
	
	.lista-novedades {
		display: flex;
		width: 100%;
		float: left;
		margin: 0;
		flex-wrap: wrap;
	}
	.lista-novedades .item-noticia {
		margin: 0 0 0 2%;
		float: left;
		min-height: 1px;
		position: relative;
		
		width: 50%;
		padding: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	
@media only screen and (max-width: 767px) {
    .lista-novedades .item-noticia {
        width: 100%;
    }
}
	
	.lista-novedades .item-noticia .post {
		display: flex;
		flex-wrap: wrap;
		align-content: baseline;
	}
	.lista-novedades .item-noticia .post .thumb {
		margin-bottom: 20px;
		overflow: hidden;
				border-radius: 5px;
	}
	.lista-novedades .item-noticia .post .thumb a img {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		width: 100%;
		transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
	}
	.lista-novedades .item-noticia:hover .post .thumb a img {
		transform: scale(1);
		-webkit-transform: scale(1);
		width: 100%;
		transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
	}
	.tag-group{
		border: none;
		font-size: 14px;
		margin: 10px 0;
		padding: 0;
		text-transform: capitalize;
	}
	.tag-group .tag {
		clear: none;
		display: inline-block;
		float: none;
		margin: 5px 25px 5px 0;
		position: relative;
		width: auto;
		color: #10221b;
		font-size: 16px;
		font-weight: 300;
	}
	.tag-group .tag .fa {
		color: #b39a2d;
		margin-right: 6px;
	}	
	.lista-novedades .item-noticia .post .titulo-box {
		display: inline-block;
		float: none;
		padding: 0;
		width: 100%;
		margin-bottom: 10px;
	} 
	.lista-novedades .item-noticia .post .titulo-box h4 {
		font-weight: 500;
		letter-spacing: 0;
		margin-bottom: 5px;
		font-size: 26px;
		word-wrap: break-word;
	}
	.lista-novedades .item-noticia .post .titulo-box h4 a {
		width: 100%;
		float: none;
		display: inline-block;
		color: #11241d;
	}
	.lista-novedades .item-noticia .post .titulo-box h4 a:hover {
        color: #b39a2d;
	}
	.lista-novedades .item-noticia .post .cuerpo-nota {
		display: inline-block;
		float: none;
		padding: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.lista-novedades .item-noticia .post .cuerpo-nota p {
		display: inline-block;
		float: none;
		padding: 0;
		width: 100%;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: 300;
		line-height: 27px;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #5a5a5a;
	}
	.lista-novedades .item-noticia .post .box-boton {
		display: inline-block;
		float: none;
		padding: 0;
		width: 100%;
		margin-bottom: 35px;
	}
	.lista-novedades .item-noticia .post .box-boton .boton {
		display: inline-block;
		float: none;
		font-size: 16px;
		font-weight: 300;
		line-height: normal;
		margin: 0;
		padding: 15px 30px;
		text-transform: capitalize;
		background-color: #10221b;
		color: #fff;
		border-radius: 3px;
	}
	.lista-novedades .item-noticia .post .box-boton .boton:hover {
        background-color: #b39a2d;
	}

.lista-novedades .item-noticia .post .box-fecha {
    color: #000000;
    font-size: 12px;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 110px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    text-align: center;
    z-index: 10;
    transition: all .35s ease;
}

.lista-novedades .item-noticia .post .box-fecha::before {
    content: "";
    -webkit-mask-image: url(../img/box-fecha.png);
    mask-image: url(../img/box-fecha.png);
    transition: all .35s ease;
    -webkit-mask-position: center center;
    mask-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.lista-actividades {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.lista-actividades li {
    display: grid;
    padding: 10px 15px;
    padding-left: 40px;
    font-size: 15px;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 28px;
}

.lista-actividades li::first-letter {
	text-transform: uppercase !important;
}

@media only screen and (max-width: 767px) {
.lista-actividades {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

}
	