@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /* font-family: 'Montserrat', sans-serif; */
:root{
	--colorVerde: #90c73e;
	--textoAzul: #1e7a89;
	--colorVerde2: #25927e;
	--colorGris: #000;
	--colorAzul2: #2793c5;
	--animate-duration: 3s;
	--animate-delay: 2s;
}

*{
	margin: 0px;
	border:0px;
	padding: 0px;
}
body {
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
/*GLOBALES*/
.top-centrado{
	display: flex;
	justify-content: center;
	align-items: start;
}
.centrado{
	display: flex;
	justify-content: center;
	align-items: center;
}
.centrado-drch{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.bottom-end{
	display: flex;
	justify-content: flex-end;
	align-items: end;
}
h3.titulo{
	font-size: 3rem;
	color: var(--textoAzul);
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.linea{
	width: 100%;
	height: 1px;
	background: var(--colorVerde);
	margin: 30px 0px;
}

.swiper {
	width: 100%;
	height: 90%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}


.swiper-slide img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.swiper-slide div.caja{
    min-height: 640px;
    margin-top: 70px;
}
.swiper-slide h3{
	margin-top: 70px;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: var(--textoAzul);
}

.swiper-pagination-bullet{
	background: var(--colorAzul);
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--colorNaranja);
}

.pc{
	display: block;
}
.movil{
	display: none;
}
.whatsappfooter {
    position: fixed;
    bottom: 5%;
    right: 2%;
    width: 70px;
    z-index: 99999;
}
.whatsappfooter img {
    border-radius: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
}

.navbar-light .collapse {
    justify-content: end;
}




/*HEADER*/
header{
	padding: 10px 0px;
	position: fixed;
	width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.6937368697478992) 0%, rgba(71,71,71,0.6041010154061625) 31%, rgba(255,255,255,0) 100%);
	z-index: 9;
	height: 98px;
}
header img.logo{
	width: 300px;
}
header a{
	color: #FFF !important;
	font-weight: 500 !important;
	text-decoration: none;
	margin: 0px 0px;
}
header .navbar-nav li a{
	padding: 5px 10px !important;
}
header a:hover{
	font-weight: 600 !important;
	border-bottom: 2px solid var(--colorNaranja);
}
header li a img{
	width: 30%;
}
header .logoa:hover{
	border-bottom: none;
}
header .nav-item{
	text-align: center;
	border-right: 1px solid #FFF;
}
header .nav-item.noborder{
	border-right: none !important;
}
header .nav-item .nav-link{
	text-transform: uppercase;
	color: var(--colorGris);
	font-weight: 300 !important;
}
header .navbar-nav{
	align-items: center;
}
header .nav-item.redes a{
	display: contents !important;
}
header .nav-item.redes a:first-child img{
	margin-left: 30px !important;
}
header .nav-item.redes a img{
	width: 30px !important;
	margin-left: 10px !important;
}
header .logo.blanco{
	display: block;
}
header .logo.color{
	display: none;
}
/*--Stycky*/
.stycky{
	background: #FFF;
}
.stycky .nav-item{
	border-color: var(--textoAzul);
}
.stycky a{
	color: var(--textoAzul) !important;
}
.stycky .logo.blanco{
	display: none;
}
.stycky .logo.color{
	display: block;
}

/*Banner 1*/
.banner-1{
	/* height: 100vh; */
	padding: 0px 0px 80px;
	background: url('../img/WOHA_AEREA-Puerto_Cacun.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner-1 .container{
	padding-top: 200px;
}
.banner-1 h2{
	color: #FFF;
	font-weight: bold;
	font-size: 6rem;
	text-transform: uppercase;
}


/*INVIERTE*/
.invierte{
	padding: 50px 0px 20px;
}
.invierte h4{
	font-size: 2rem;
	color: var(--textoAzul);
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.invierte h5{
	font-size: 1.5rem;
	color: var(--textoAzul);
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.invierte h5 span{
	display: block;	
	color: #000;
}
.invierte h5 span b{
	font-size: 2.2rem;
}
.invierte .col-md-4.borde{
	border-right: 1px solid var(--colorVerde);
}

/*ECOLOGIC*/
.ecologic{
	padding: 50px 0px;
}
.ecologic h3{
	font-size: 4rem;
	color: var(--colorVerde);
	font-weight: 300;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.ecologic h3 span{
	font-weight: bold;
	color: var(--textoAzul);
}
.ecologic h4{
	margin-top: 0px;
	font-size: 1.7rem;
	color: var(--colorVerde2);
	margin-bottom: 50px;
}
.ecologic p{
	color: var(--colorGris);
    font-size: 1.5rem;
    font-weight: 300;
    text-align: justify;
}

/*DEPARTAMENTOS*/
.departamentos{
	padding: 50px 0px 0px;
}
.departamentos h3{
	margin-bottom: 10%;
}
.departamentos h4{
	color: var(--colorVerde);
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 0px;
}
.departamentos ul{
	list-style: none;
	padding-left: 0px !important;
}
.departamentos ul li{
	color: var(--colorGris);
	font-size: 1.7rem;
	font-weight: 300;
}
.departamentos h5{
	font-size: 3rem;
	font-weight: 300;
	color: var(--colorAzul2);
}
.departamentos h5 span{
	font-size: 1.7rem;
	font-weight: 300;
}
.departamentos h5 span b{
	font-size: 3rem;
	font-weight: 400;
}
.departamentos .izq{
	padding-left: 19%;
}
.departamentos .linea{
	margin: 6% 0%;
}

/*WOHA*/
.woha{
	padding: 0px 0px 50px;
}
.woha h3{
	margin-bottom: 5%;
}
.woha .centrado img{
	display: block;
	width: 50%;
	margin: auto;
	text-align: center;
	margin-bottom: 16%;
}
.woha ul{
	padding-right: 10%;
}
.woha ul li{
	font-size: 1.2rem;
	font-weight: 300;
	color: var(--colorGris);
	text-align: justify;
}
.woha p{
	font-size: 1rem;
	font-weight: 100;
	color: var(--colorGris);
	text-align: justify;
}

/*FORMULARIO*/
.formulario{
	padding: 50px 0px;
} 
.formulario h3{
	margin-bottom: 50px;
}
.formulario #hbspt-form-c0db0cb5-9e33-4a85-ac03-74a15173188c label{
	font-family: 'Montserrat', sans-serif !important;
	color: var(--colorGris) !important;
}
.hs-form-fc6e6c05-1e4e-4015-b425-e64ded0fdff1_72a7185b-2f1f-498f-87d6-0fd22394d2ec .hs-form-field label:not(.hs-error-msg){
	font-family: 'Montserrat', sans-serif !important;

}
.formulario #hbspt-form-c0db0cb5-9e33-4a85-ac03-74a15173188c label span{
	font-family: 'Montserrat', sans-serif !important;

}
.formulario #hbspt-form-c0db0cb5-9e33-4a85-ac03-74a15173188c input{
	font-family: 'Montserrat', sans-serif !important;
	background: transparent !important;
	border: 1px solid var(--textoAzul) !important;
	border-radius: 8px;
}
/*FOOTER*/
footer{
	padding: 50px 0px;
}
footer img.logo-footer{
	margin-bottom: 6%;
}
footer h4{
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--textoAzul);
}
footer p{
	font-size: 1.1rem;
	font-weight: 300;
	color: var(--textoAzul);
	margin-bottom: 0px;
}
footer p a{
	color: var(--textoAzul);
	font-weight: 300;
	text-decoration: none;
}
footer ul{
	list-style: none;
	padding-left: 0px !important;
}
footer ul li{
	display: inline-block;
}
footer ul li a img{
	width: 40px;
	margin: 0px 5px;
}

/*ICONOS*/
.iconos{
	padding: 0px 0px 50px;
}
.iconos .col-md-2{
	text-align: center;
}
.iconos img{
	width: 80%;
}
.iconos p{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 1rem;
	text-align: center;
}
.iconos .linea{
	margin-top: 70px;
}