@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2 {
    font-size: 57px;
    font-weight: 700;
    color: #852E2C;
}

a {
    text-decoration: none;
}

.w-320 {
    max-width: 320px;
}

a.active {
    font-weight: bold;
    border-bottom: solid 2px #C77B22;
    padding-bottom: 3px;
}
a.active:hover {
    color: #fff !important;
}

h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

h1 span, h2 span {
    font-weight: 300;
}

header.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 35px 0;
}
header.top .links {
    display: flex;
    align-items: center;
}
header.top .links ul {
    padding: 0;
    margin: 0;
}
header.top .links ul li {
    display: inline-block;
    margin-left: 58px;
}
header.top .links ul li a {
    color: #fff;
    transition: .3s;
}
header.top .links ul li a:hover {
    color: #C77B22;
}

section.hero {
    width: 100%;
    height: 100vh;
    background-image: url('/img/nuevos/slider1.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.hero.two {
    background-image: url('/img/nuevos/slider2.jpg')
}
section.hero.three {
    background-image: url('/img/nuevos/slider3.jpg')
}
section.hero.four {
    background-image: url('/img/nuevos/slider4.jpg')
}

/* .glide__slide {
    margin: 0 !important;
} */

section.hero .contenido {
    z-index: 0;
    text-align: center;
}

section.hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
}

section.white {
    padding: 73px 0;
}

section.quote {
    height: 700px;
    width: 100%;
    /* background-image: url('/img/quote.webp'); */
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.experiencia {
    width: 100%;
    padding: 73px 0;
    background-image: url('/img/nuevos/experienciabg.jpg');
    background-position: center;
    background-size: cover;
}

section.experiencia .heading {
    max-width: 730px;
}

section.testimonios {
    width: 100%;
    padding: 73px 0 83px;
    background-image: url('/img/nuevos/testimoniosbg.jpg');
    background-position: center;
    background-size: cover;
}

section.testimonios .glide__bullets {
    bottom: -25px;
}

.testimonio {
    background: rgba(133,46,44,0.85);
    padding: 50px 75px;
    max-width: 616px;
    border-radius: 10px;
    margin: 35px auto 0;
    display: flex;
    align-items: center;
}

.testimonio .foto {
    width: 129px;
    height: 129px;
    border-radius: 50%;
}

.testimonio .loquedice {
    border-left: solid 1px #fff;
    margin-left: 30px;
    padding-left: 30px;
}

.testimonio h3 {
    font-size: 22px;
    color: #fff;
}
.testimonio p {
    font-size: 11px;
    color: #fff;
    line-height: 11px;
    margin-bottom: 11px;
}

label {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
input, textarea {
    border-radius: 35px;
    border: solid 1px #000;
    padding: 8px 20px;
    width: 100%;
    margin-bottom: 45px;
}
textarea {
    border-radius: 10px;
    height: 170px;
}


footer {
    background-color: #852E2C;
    padding: 60px 0;
}

footer h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 22px;
}
footer a {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}
footer a:hover {
    color: #C77B22;
    text-decoration: none;
}

ul.links {
    padding: 0;
}
ul.links li {
    color: #fff;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
}
ul.links .icon {
    width: 32px;
    height: 22px;
    background-repeat: no-repeat;
    display: inline-block
}
ul.links .icon.tel {
    background-image: url('/img/icon_tel.svg');
}
ul.links .icon.direccion {
    background-image: url('/img/icon_direccion.svg');
}
ul.links .icon.horario {
    background-image: url('/img/icon_horario.svg');
}

@keyframes pulso {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(199, 123, 34, 0.8);
	  box-shadow: 0 0 0 0 rgba(199, 123, 34, 0.8);
	}
	70% {
		-moz-box-shadow: 0 0 0 15px rgba(199, 123, 34, 0);
		box-shadow: 0 0 0 15px rgba(199, 123, 34, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(199, 123, 34, 0);
		box-shadow: 0 0 0 0 rgba(199, 123, 34, 0);
	}
}

.btn-main {
    background: #852E2C;
    font-size: 16px;
    color: #fff;
    padding: 8px 23px;
    border-radius: 20px;
    display: inline-block;
    border: none;
    transition: all .3s;
}
.btn-main:hover, .btn-white:hover {
    background: #C77B22;
    color: #fff;
    animation: pulso 2s infinite;
}
.btn-underline:hover {
    background: #852E2C;
    color: #fff;
}

.btn-cta:hover {
    animation: pulso 2s infinite;
}

.btn-underline {
    background: #fff;
    border: solid 2px #852E2C;
    font-size: 16px;
    color: #000;
    padding: 8px 23px;
    border-radius: 20px;
    display: inline-block;
    transition: all .3s;
}

.btn-cta {
    background: #C77B22;
    font-size: 16px;
    color: #fff;
    padding: 8px 23px;
    border-radius: 20px;
    display: inline-block;
    transition: all .3s;
}

.btn-white {
    background: #fff;
    font-size: 16px;
    color: #000;
    padding: 8px 23px;
    border-radius: 20px;
    display: inline-block;
    transition: all .3s;
}


.alojamiento {
    padding-left: 55px;
    position: relative;
    margin: 0 60px; 
}
.alojamiento .titulo {
    border-radius: 15px;
    background: #852E2C;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    height: 320px;
    padding: 16px;
    display: flex;
    align-items: center;
}
.alojamiento .titulo h3 {
    color: #fff;
    font-size: 25px;
}
.alojamiento .titulo p {
    color: #fff;
    /* font-size: ; */
}

.glide-alojamientos .glide__arrow--right {
    right: 0;
}
.glide-alojamientos .glide__arrow--left {
    left: 0;
}
.glide__arrow {
    border: none;
    box-shadow: none;
}




.experiencia {
    padding-left: 116px;
    padding-bottom: 60px;
    position: relative;

}

.experiencia .titulo {
    background-color: rgba(133, 46, 44, 0.85);
    border-radius: 15px;
    padding: 145px 85px 25px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 460px;
}
.experiencia .titulo h3 {
    color: #fff;
    font-size: 22px;
}
.experiencia .titulo p {
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 0px;
}

.glidexperiencias .flecha {
    filter: invert();
}

.logo {
    width: 160px;
    height: auto;
    transform: translateY(-13px);
    filter: brightness(100);
}




.cafegal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 65px 0;
}
.cafegal img {
    aspect-ratio: 2 / 3;
    border-radius: 20px;
    transition: all .3s;
    margin: 0 12px;
    width: 20%;
    height: fit-content;
}
.cafegal .ampliada {
    transform: scale(1.7);
    margin: 0 64px;
}



.galeriafoto {
    aspect-ratio: 3 / 2;
    width: 100%;
    border-radius: 15px;
}




.alojamientofull {
    padding-left: 110px;
    position: relative;
}
.alojamientofull .texto {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.alojamientofull .texto .recuadro {
    background-color: #852E2C;
    border-radius: 15px;
    padding: 40px 85px 50px 33px;
    max-width: 405px;
}
.alojamientofull .texto .recuadro h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.alojamientofull .texto .recuadro h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.alojamientofull .texto .recuadro p {
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    margin-bottom: 0;
}
.alojamientofull .glide__slide img {
    /* aspect-ratio: 300 / 830; */
    border-radius: 15px;
}



.fgroup {
    margin-bottom: 35px;
}
.fgroup h3 {
    font-size: 22px;
    color: #852E2C;
}
.fgroup p {
    max-width: 340px;
    font-size: 14px;
}
.fgroup .icon {
    width: 33px;
    display: inline-block;
}



.galeria::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}
.galeria {
    position: relative;
}




/************************************
    Responsive menu
*************************************/
div.menu {
    position: absolute;
    top: 50%;
    right: 20%;
    z-index: 210;
}

div.menu li {
    /* display: inline-block; */
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 2;
}

div.menu li a {
    color: #fff;
    transition: 0.2s;
}

div.menu li a:hover {
    color: #f9b03e;
}


ul#nav img {
    max-width: 180px;
    margin-bottom: 25px;
}





div.menu {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
div.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
div.menu ul li {
    transform: translateY(50px);
    opacity: 0;
}
/* div.menu ul li a {
    display: block;
    font-size: 2em;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
} */
/* div.menu ul li a:hover {
    color: #e84a5f;
} */
.toggle-btn {
    display: block;
    position: fixed;
    z-index: 211;
    right: 45px;
    top: 60px;
    cursor: pointer;
    order: 1;
    flex-direction: column;
}

.toggle-logo {
    display: block;
    position: fixed;
    left: 45px;
    top: 30px;
}

.text-andean {
    color:#f9b03e;
}

.toggle-logo img {
    width: 215px;
}

.toggle-btn .bar {
    width: 30px;
    height: 4px;
    margin: 5px auto;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3);
}
.toggle-btn .bar:nth-child(2) {
    width: 20px;
}
#toggle:checked ~ div.menu {
    opacity: 1;
    visibility: visible;
}
/* #toggle:checked ~ div.menu ul {
    top: 70px;
} */
#toggle:checked ~ div.menu ul li {
    transform: translateY(0px);
    opacity: 1;
}
#toggle:checked ~ div.menu ul li:nth-child(1) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
#toggle:checked ~ div.menu ul li:nth-child(2) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
#toggle:checked ~ div.menu ul li:nth-child(3) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
#toggle:checked ~ div.menu ul li:nth-child(4) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}
#toggle:checked ~ div.menu ul li:nth-child(5) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
}
#toggle:checked ~ div.menu ul li:nth-child(6) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
}
#toggle:checked ~ div.menu ul li:nth-child(7) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.7s;
}
#toggle:checked ~ div.menu ul li:nth-child(8) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.8s;
}
#toggle:checked ~ div.menu ul li:nth-child(9) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.9s;
}
#toggle:checked ~ div.menu ul li:nth-child(10) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.10s;
}
#toggle:checked ~ div.menu ul li:nth-child(11) {
    transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.11s;
}
#toggle:checked + label.toggle-btn .bar {
    background-color: #f9b03e;
}
#toggle:checked + label.toggle-btn .bar:nth-child(2) {
    transform: translateX(50px);
    opacity: 0;
}
#toggle:checked + label.toggle-btn .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
#toggle:checked + label.toggle-btn .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


/*RESPONSIVE*/
@media (max-width: 992px) { 
    h1, h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 16px;
    }
    p {
        font-size: 11px;
    }
    .testimonio {
        display: block;
        text-align: center;
    }
    .testimonio .loquedice {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .testimonio .foto {
        margin-bottom: 15px;
    }
    section.white {
        text-align: center;
    }

    .alojamiento, .alojamientofull {
        padding-left: 0;
    }
    .alojamiento img {
        aspect-ratio: 1 / 1;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 15px 15px 0 0;
    }
    .alojamiento .titulo, .alojamientofull .texto {
        position: initial;
        transform: none;
        height: auto;
        width: 100%;
        border-radius: 0 0 15px 15px;
        display: inherit;
    }

    .alojamientofull .texto .recuadro {
        padding:20px;
        border-radius: 0 0 15px 15px;
        max-width: none;
    }

    .experiencia {
        padding-left: 0;
        padding-bottom: 25px;
        text-align: center;
    }
    .experiencia .titulo {
        position: initial;
        padding: 25px;
        border-radius: 0 0 15px 15px;
        width: 100%;
    }
    section.quote {
        height: 400px;
    }
    section.experiencia, section.white, section.testimonios {
        padding: 100px 0;
    }
}
@media (max-width: 768px) {
    .cafegal .ampliada {
        margin: 0 40px;
    }
}

.justificar p {
    text-align: justify;
}