@charset "UTF-8";
/* CSS Document */
:root {
	--fuente-documento: 'GillSans-Light';;
	--color-primario: #774A1B;
	--color-secundario: #C8A24F;
	--color-extra:#FDF2D9;
	--color-link: #B5CC34;
	--color-oscuro: #1C1E23;
	--titulo-h1: 3.2rem;
	--titulo-h2: 2.4rem;
	--titulo-h3: 2.0rem;
	--p-font-size: 1.6rem;
	--gris-fuerte: #424346;
	--gris-claro: #f1f1f1;
}

.owl-theme .owl-dots .owl-dot span {
        width: 1em;
        height: 1em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid var(--color-secundario);
        background: transparent;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        width: 1em;
        height: 1em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: var(--color-secundario);
    }


html{
	font-size: 62.5%;
}
body{
font-family: var(--fuente-documento);
	color: var(--gris-fuerte);
}
/* ==========================================================================
   header 
   ========================================================================== */

.text-campana{
	position: absolute;
	z-index: 10;
	top: 30%;
	left: 8%;
	max-width: 350px;
}
.text-campana h1{
	font-size: 3.8rem;
	text-transform: uppercase;
	font-family: 'poppinsmedium';
}
.text-campana h2{
	font-size: 2.8rem;
	text-transform: uppercase;
	
}
.franja{
	background: rgb(119,74,27);
background: linear-gradient(90deg, rgba(119,74,27,1) 0%, rgba(200,162,79,1) 50%, rgba(119,74,27,1) 100%);
	
}
.boton-dorado{
	background: none;
	border: 1px solid var(--color-secundario);
	color: var(--color-secundario);
	font-size: 1.8rem;
	padding: 0.3rem 1.5rem;
}
button:hover{
	background: var(--color-primario);
	color:#fff;
}
.navegacion2{
	margin-bottom: 2.6rem;
}
.navegacion2 h6{
	font-size: 1.4rem;
	color: #fff;
}
.navegacion2 h6 a{
	color: #fff;
}
.navegacion2 aside{
	background: var(--color-primario);
	padding: 0.3rem 3.2rem 0.3rem 2.2rem;
}

.navegacion3 h6{
	font-size: 1.4rem;
	color: #fff;
}
.navegacion3 h6 a{
	color: #fff;
}

.separador-menu{
	font-size: 1.1rem!important;
	color: #ffffff60!important;
}
   .navegacion ul {
	display: flex;
	justify-content: flex-end;
	flex-flow: wrap;
	   align-items: center;
}
.navegacion ul li{
	list-style: none;
	font-size: 1.8rem;
	color: #fff;
	
	
}
.navegacion ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0 1.5rem;
}
.navegacion ul:first-child{
	padding-left: 0;
}
.navegacion ul:last-child{
	padding-right: 0;
}

.navegacion ul li a:last-child{
	margin-right: 0;
	
}
.navegacion li ul{
	
	position: absolute;
	background: var(--color-secundario);
	padding:0 1.0rem;
	min-width: 140px;
	display: none;
	
}
.navegacion li ul li{
	border-bottom: 1px solid #ffffff10;
	padding-bottom: 1.0rem;
	padding-top: 1.0rem;
	
}
.navegacion li ul li:last-child{
	border-bottom: none;
}

.navegacion li:hover > ul{
	display: block;
	
}
.navegacion ul li a:hover{
	background:var(--color-primario);
	transition: 0.5s ease-in-out;
	/*border-radius: 0.8rem;*/
}
.campana-extra{
	/*background:url("../images/dorado-campana-extranet.webp") no-repeat center;*/
	background:url("../images/banner-extranet.jpeg") no-repeat center;
	background-size: cover;
	height: 600px;
	position: relative;
}
.campana-extra::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(6,63,121, 48%);
   
	mix-blend-mode: multiply
}
.campana{
	background:url("../images/dorado-campana.webp") no-repeat center;
	background-size: cover;
	height: 100vh;
}
.campana::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 30%;
	top: 0;
	left: 0;
	background: rgb(0,0,0);
   background: linear-gradient(180deg, rgba(0,0,0,0.5970763305322129) 0%, rgba(0,0,0,0) 100%);
	mix-blend-mode: multiply
}
.franja-reserva{
	background: #00000056;
	width: 100%;
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	background-color:rgba(0,0,0,0.56);
	position: relative;
}
.grid-reserva{
	display: grid;
	grid-template-columns: 0.8fr 1fr 1fr 1fr 1fr 0.6fr;
	align-items: end;
	gap: 2.0rem;
}
.grid-reserva input[type=text]{
	background: #fff;
	width: 100%;
	border: 1px solid var(--color-secundario); 
	font-size: 1.3rem;
	padding: 0.6rem;
	font-family: 'poppinsmedium';
	
}
.grid-reserva select{
	background-color: #fff;
	width: 100%;
	border: 1px solid var(--color-secundario); 
	font-size: 1.3rem;
	font-family: 'poppinsmedium';
	padding: 0.6rem 0 0.6rem 2.5rem;
	appearance:none;
	background-image: url("../images/dorado-flecha.webp"), url("../images/dorado-calendario.webp");
	background-repeat: no-repeat, no-repeat;
	background-position: right 2% top 50%, left 2% top 50%;
	color: var(--color-secundario)!important;
	
}
.person select{
	font-size: 1.1rem!important;
	font-family: 'poppinsmedium';
	padding: 0.8rem 0 0.7rem 2.5rem;
	appearance:none;
	background-image: url("../images/dorado-flecha.webp"), url("../images/dorado-perfil.webp");
	background-repeat: no-repeat, no-repeat;
	background-position: right 2% top 50%, left 2% top 50%;
	color: var(--color-secundario)!important;
}
.destino select{
	font-size: 1.1rem!important;
	font-family: 'poppinsmedium';
	padding: 0.8rem 2.8rem 0.7rem 0.8rem;
	appearance:none;
	background-image: url("../images/dorado-flecha.webp");
	background-repeat: no-repeat, no-repeat;
	background-position: right 2% top 50%;
	color: var(--color-secundario)!important;
}
.grid-reserva input[type=text]::placeholder{
	color: var(--color-secundario)!important;
}
.grid-reserva label{
	color: #fff;
	font-size: 1.3rem;
	font-family: 'poppinsmedium';
}
.grid-reserva h2{
	color: #fff;
	font-size: 2.5rem;
}
.boton-dorado2{
	padding: 0.7rem 3.2rem;
	font-size: 1.3rem;
	background: var(--color-secundario);
	border: none;
	color: #fff;
	min-height: 28px;
	font-family: 'poppinsmedium';
}

.campana-inter{
	background:var(--color-primario);
	height: 500px;
}
.logo{
	padding: 0.6rem;
}
.logo img{
	max-width: 200px;
	width: 100%;
}
.menu-movil{
	padding: 1.6rem;
}
.menu-movil div{
	height: 6px;
	width: 35px;
	background: #fff;
	margin-bottom: 3px;
}

   @media (max-width:1200px) {
	    .campana, .c-circulo{
	height: 700px;
}
	   
}
   @media (max-width: 992px){
	   :root {
	--texto-campana: 3.0rem;
	--lineado-campana:3.5rem;
}
	   .txt-campana{
	position: absolute;
	bottom: 20%;
	left: 50%;
	font-family: var(--fuente-documento);
	color: #fff;
		   transform: translateX(-50%);
		   text-align: center;
}
	   .campana, .c-circulo{
	height: 500px;
}
	   .boton-borde{
	font-size: 1.8rem;
}
	   .logo img{
	max-width: 185px;
	width: 100%;
}
}
   @media (max-width: 768px){}
/* ==========================================================================
   Fin header 
   ========================================================================== */



/* ==========================================================================
   footer 
   ========================================================================== */
.footer-dorado{
	background: #2B1C0D;
}
.logo-pie img{
	max-width: 280px;
	width: 100%;
}
.borde-pie{
	border-bottom: 1px solid rgba(255,255,255,19%);
	border-top: 1px solid rgba(255,255,255,19%);
	
}
.borde-pie-dora{
	border-right: 1px solid #70707060 ;
}
   @media (max-width:1200px) {}
   @media (max-width: 992px){}
   @media (max-width: 768px){}
 @media (max-width: 575px){
	 .borde-pie-dora{
	border-right: none;
}
}
/* ==========================================================================
   Fin footer
   ========================================================================== */



/* ==========================================================================
   CLASES GLOBALES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   ========================================================================== */
.bg-extra{
	background: var(--color-extra)!important;
}
.color-primario{
	color: var(--color-primario);
}
.bg-primario{
	background: var(--color-primario);
}
.color-secundario{
	color: var(--color-secundario);
}
.bg-secundario{
	color: var(--color-secundario);
}
.grid-cards{
	display: grid;
	grid-gap: 2.0rem;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.contenedor-grande{
	max-width: 1400px;
	margin: 0 auto;
}
.contenedor-small{
	max-width: 600px;
	margin: 0 auto;
}
.separa-text{
	width: 1px;
	background:url("../images/linea.png") repeat-y;
	min-height: 180px;
	margin: auto;
}
.destinos{
	display: flex;
	gap:1.0rem;
	justify-content: center;
}
.destinos div{
	position: relative;
	cursor: pointer;
}
.destinos figcaption{
	position: absolute;
	padding: 1.5rem;
	bottom: 5px;
	z-index: 2;
}
.destinos figcaption h3{
	font-size: 2.8rem;
	color: #fff;
	 font-family: 'poppinsbold';
}
.destinos figcaption h4{
	font-size: 2.0rem;
	color: var(--color-secundario);
	font-family: 'Gill Sans';
	
}
.destinos img{
	width: 100%;
	height: auto;
}
.destinos figure::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background:rgba(0,0,0,34%);
	z-index: 1;
}
.bg-secundario{
	background: var(--color-secundario);
}
figure{
	margin: 0;
	padding: 0;
}

.logo-oferta{
	position: absolute;
	background: rgba(0,0,0,49%);
	padding: 1.6rem;
	width: 30%;
	text-align: center;
}
.logo-oferta img{
	max-width: 180px;
	width: 100%;
}
.img-oferta img{
	width: 100%;
}
.ofertas-txt h6{
	font-family: 'poppinslight';
	font-size: 1.4rem;
}
.ofertas-txt h3{
	font-size: 3.0rem;
	font-family: 'poppinsbold';
}
.ofertas-txt h4{
	 font-family: 'GillSans-Medium';
	font-size: 2.0rem;
	color: var(--color-secundario);
	
}
.ofertas-txt h6{
	font-family: 'poppinslight';
	font-size: 1.6rem;
}
.ofertas-txt p{
	font-family: 'poppinslight';
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: var(--color-primario);
}
.f-hoteles{
	background: #2B1C0D;
}
.grid-hoteles{
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap:1.0rem;
}
.gale-imgs1{
	position: relative;
}
.gale-imgs1 img{
	height: 510px;
	width: 100%;
	object-fit: cover;
}
.gale-imgs2 img{
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.info-gale{
	position: absolute;
	width: 40%;
	background: rgba(0,0,0,70%);
	height: 100%;
}
.info-gale img{
	max-width: 250px;
	width: 100%;
	height: auto;
}
.circulo{
	height: 10px;
	width: 10px;
	border: 1px solid var(--color-secundario);
	border-radius: 50%;
}
.circulo-act{
	height: 10px;
	width: 10px;
	border: 1px solid var(--color-secundario);
	border-radius: 50%;
	background: var(--color-secundario);
}
.f-experiencia{
	background: url("../images/fondo-experiencia.webp") repeat-x;
}

.f-experiencia2{
	padding: 4.2rem 4.2rem 2.2rem 4.2rem;
	position: relative;
}
.f-experiencia2 figure{
	position: relative;
	z-index: 2;
}
.f-experiencia2 img{
	width: 100%;
	height: auto;
	-webkit-box-shadow: -1px 1px 9px -3px rgba(0,0,0,0.21); 
box-shadow: -1px 1px 9px -3px rgba(0,0,0,0.21);
	
}
.cuadro-exp{
	position: absolute;
	background: url("../images/f-experiencia2.jpg");
	top: 0;
	left: 0;
	height: 100%;
	width: 20%;
	z-index: 1;
}
.text-exp{
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background: rgba(0,0,0,69%);
	padding: 3% 0 3% 4%; 
}
.text-exp div{
	padding: 8% 10% 8% 8%; 
}
.text-exp h3{
	font-size: 2.0rem;
}



/* ==========================================================================
   Textos
   ========================================================================== */
.titulo-h1{
	font-size: var(--titulo-h1);
	font-family: 'GillSans-Light';
}
.titulo-h2{
	font-size: var(--titulo-h2);
}
.titulo-h3{
	font-size: var(--titulo-h3);
	font-family: 'GillSans-Light';
}
p{
	font-size: var(--p-font-size);
}
.vineta ul li{
	font-size: var(--p-font-size);
	list-style: url("../images/vineta.png");
	margin-bottom: 1.0rem;
	padding-left: 1.0rem;
}
.vineta ul{
	padding-left: 1.0rem;

}
/* ==========================================================================
   font-face
   ========================================================================== */
@font-face {
    font-family: 'poppinsblack_italic';
    src: url('../fonts/poppins-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsbold_italic';
    src: url('../fonts/poppins-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold_italic';
    src: url('../fonts/poppins-extrabolditalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextralight';
    src: url('../fonts/poppins-extralight-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextralight_italic';
    src: url('../fonts/poppins-extralightitalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsitalic';
    src: url('../fonts/poppins-italic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight_italic';
    src: url('../fonts/poppins-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GillSans-HeavyItalic';
    src: url('../fonts/GillSans-HeavyItalic.woff2') format('woff2'),
        url('../fonts/GillSans-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans-BoldItalic';
    src: url('../fonts/GillSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/GillSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans-Bold';
    src: url('../fonts/GillSans-Bold.woff2') format('woff2'),
        url('../fonts/GillSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans-Heavy';
    src: url('../fonts/GillSans-Heavy.woff2') format('woff2'),
        url('../fonts/GillSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans-CondensedBold';
    src: url('../fonts/GillSans-CondensedBold.woff2') format('woff2'),
        url('../fonts/GillSans-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans-Italic';
    src: url('../fonts/GillSans-Italic.woff2') format('woff2'),
        url('../fonts/GillSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans.woff2') format('woff2'),
        url('../fonts/GillSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans-Medium';
    src: url('../fonts/GillSans-Medium.woff2') format('woff2'),
        url('../fonts/GillSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans-LightItalic';
    src: url('../fonts/GillSans-LightItalic.woff2') format('woff2'),
        url('../fonts/GillSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans-MediumItalic';
    src: url('../fonts/GillSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/GillSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans-Light';
    src: url('../fonts/GillSans-Light.woff2') format('woff2'),
        url('../fonts/GillSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans-CondensedRegular';
    src: url('../fonts/GillSans-CondensedRegular.woff2') format('woff2'),
        url('../fonts/GillSans-CondensedRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
  font-face
   ========================================================================== */


/* ==========================================================================
  inputs
   ========================================================================== */

.contact input[type=text]{
	border: none;
	background: none;
}
.contact input::placeholder{
	color: #fff !important;
}
   @media (max-width:1200px) {}
   @media (max-width: 992px){
	   
.f-experiencia2{
	padding: 1.2rem;
	position: relative;
}
.f-experiencia2 figure{
	position: relative;
	z-index: 2;
}
.f-experiencia2 img{
	width: 100%;
	height: 350px;
	object-fit: cover;
	text-align: center;
	
}
.cuadro-exp{
	position: absolute;
	background: url("../images/f-experiencia2.jpg");
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.text-exp{
	position:static;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,69%);
	padding: 3% 0 3% 4%; 
}
.text-exp div{
	padding: 3% 10% 3% 3%; 
}
	   
	   
	   
	   
	   
	   
	   .grid-hoteles{
	display: block;

}
	   .gale-imgs1 img{
	height:auto;
	margin-bottom: .5rem;
}
.gale-imgs2 img{
	height: auto;
	
}
	   .destinos{
	display: block;
		   padding: 0 1.6rem;
}
.destinos div{
	position: relative;
	margin-bottom: 1.6rem;
}
}
   @media (max-width: 768px){
	   html{
	font-size: 52.5%;
}
	   .grid-reserva{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: end;
	gap: 2.0rem;
}
}
 @media (max-width: 500px){
	 .gale-imgs1 img{
	   min-height: auto;
	
}
	 .info-gale img{
	max-width: 250px;
	width: 100%;
	min-height: auto;
}

}
/* ==========================================================================
  inputs
   ========================================================================== */



/* ==========================================================================
   CLASES GLOBALES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   ========================================================================== */

