/*
Theme Name: quinta-theme
Author: Diego Cruz
Description: Tema personalizado para Quinta Pichón.
Version: 1.0
*/

#wpadminbar {
  display: none;
}
*,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
  margin: 0px!important;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
/* color palette */
:root{
  --primary-one: #FFB6AF;
  --primary-two: #FCC6C1;
  --primary-three: #FFDBD8;
  --secondary-one: #F28076;
  --secondary-two: #F5968D;
  --secondary-three: #FCBAB4;
  --tertiary-one: #FAE0C7;
  --tertiary-two: #FBE8D6;
  --tertiary-three: #FFF2E8;
  --complementary-one: #4EB09B;
  --complementary-two: #56CFB5;
  --complementary-three: #62E6CA;
  --complementary-four: #D1F3EC;
  --contrasting-one: #FBC193;
  --contrasting-two: #FDD2B0;
  --contrasting-three: #FFE5D1;
  --white-one: #FAFAFA;
  --white-two: #F5F5F5;
  --white-three: #EEEEEE;
  --black-one: #1F1F1F;
  --black-two: #4B4B4B;
  --black-three: #8E8E8E;
  --black-four: #DBDBDB;
  
  --pregrinos-primary: #66101F;
  --pregrinos-secondary: #EFEBCE;
  --pregrinos-tertiary: #D6CE93;
  --pregrinos-complementary: #105239;
  --pregrinos-contrasting-: #BA7F73;
}
/* fonts */
@font-face {
    font-family: 'countryside';
    src: url('fonts/Countryside_QP-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'graphik-reg';
    src: url('fonts/GraphikRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'graphik-med';
    src: url('fonts/GraphikMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* tag values */
h1{
  font-family: "countryside";  
  color: var(--black-one);
  font-size: 45px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 1.1px;
  margin: 0;
}
h2{
  font-family: "countryside";
  color: var(--black-one);
  font-size: 45px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 1.1px;
  margin: 0;
}
h3{
  font-family: "countryside";
  color: var(--black-one);
  font-size: 35px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 1.1px;
  margin: 0;
}
p{
  font-family: "graphik-reg";
  color: var(--black-two);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
}
a{
  color: var(--black-two);
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}
span {
  font-family: "graphik-reg";
  color: var(--black-one);
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
button{
  all: unset;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "graphik-reg";
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 700px){
  h1{
    font-size: 32px;
  }
  h2{
    font-size: 32px;
  }
  h3{
    font-size: 28px;
  }
  p{
    font-size: 16px;
  }
}
/* tag values *//*button*/
.button-icon{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: solid 3px var(--complementary-one);
  border-radius: 40px;
  width: 200px;
  height: 35px;
  color: var(--complementary-one);
  transition: all 0.6s ease;
}
.button-icon p{
  color: var(--complementary-one);
  transition: all 0.6s ease;
}
.button-icon svg{
  width: 20px; 
  fill: var(--complementary-one);
  transition: all 0.6s ease;
}
.button-icon:hover{
  background-color: var(--complementary-one);
}
.button-icon:hover p{
  color: var(--white-one);
}
.button-icon:hover svg{
  fill: var(--white-one);
}
.button-ver-one{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 3px var(--complementary-one);
  border-radius: 40px;
  width: 155px;
  height: 35px;
  color: var(--complementary-one);
  background-color: var(--white-one);
  transition: all 0.6s ease;
  font-family: "graphik-reg";
  font-size: 18px;
}
.button-ver-one:hover{
  background-color: var(--complementary-one);
  color: var(--white-one);
}
.button-ver-two{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 3px var(--pregrinos-primary);
  border-radius: 40px;
  width: 155px;
  height: 35px;
  color: var(--pregrinos-primary);
  transition: all 0.6s ease;
  font-family: "graphik-reg";
  font-size: 18px;
}
.button-ver-two:hover{
  background-color: var(--pregrinos-primary);
  color: var(--white-one);
}
.button-ver-two-menu{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 3px var(--pregrinos-primary);
  border-radius: 40px;
  width: 155px;
  height: 35px;
  color: var(--pregrinos-primary);
  transition: all 0.6s ease;
  font-family: "graphik-reg";
  font-size: 18px;
}
.button-ver-two-menu:hover{
  background-color: var(--pregrinos-primary);
  color: var(--white-one);
}
@media (max-width: 560px){
  .button-input {
    width: 100%;
  }
}
.whatsapp-button{
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: var(--complementary-one);
  border: solid 3px var(--complementary-one);
  border-radius: 100%;
  padding: 5px;
  transition: all 0.6s ease;
}
.whatsapp-button svg{
  height: 23px;
  fill: var(--complementary-one);
  transition: all 0.6s ease;
}
.whatsapp-button:hover{
  background-color: var(--complementary-one);
}
.whatsapp-button:hover svg{
  fill: var(--white-one);
}
.whatsapp-button-ver-two{
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: var(--pregrinos-primary);
  border: solid 3px var(--pregrinos-primary);
  border-radius: 100%;
  padding: 5px;
  transition: all 0.6s ease;
}
.whatsapp-button-ver-two svg{
  height: 23px;
  fill: var(--pregrinos-primary);
  transition: all 0.6s ease;
}
.whatsapp-button-ver-two:hover{
  background-color: var(--pregrinos-primary);
}
.whatsapp-button-ver-two:hover svg{
  fill: var(--white-one);
}
/* tag values *//* cloudbeds widgets */
button[data-be-url]{
  display: inline-flex!important;
  justify-content: center!important;
  align-items: center!important;
  border: solid 3px var(--complementary-one)!important;
  border-radius: 40px!important;
  width: 130px!important;
  height: 11px!important;
  color: var(--complementary-one)!important;
  transition: all 0.6s ease!important;
  font-family: "graphik-reg"!important;
  font-size: 18px!important;
  background-color: rgba(0, 0, 0, 0.0)!important;
  text-transform: none!important;
  font-weight: 500!important;
  box-shadow: none!important;
}
button[data-be-url]:hover{
  background-color: var(--complementary-one)!important;
  color: var(--white-one)!important;
}
.widgetHotelsForm .acessa_widget_block p {
  font-family: "graphik-reg"!important;
  color: var(--black-one)!important;
  font-size: 18px!important;
  font-weight: normal!important;
  margin: 0px!important;
}
.widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date, .widgetHotelsForm .acessa_widget_block select {
  width: 120px!important;
  border: solid 3px var(--complementary-one)!important;
  font-size: 16px!important;
}
.widgetHotelsForm .horizontal-widget a.submit_link {
  display: inline-flex!important;
  justify-content: center!important;
  align-items: center!important;
  border: solid 3px var(--complementary-one)!important;
  border-radius: 40px!important;
  width: 155px!important;
  height: 35px!important;
  color: var(--complementary-one)!important;
  transition: all 0.6s ease!important;
  font-family: "graphik-reg"!important;
  font-size: 18px!important;
  background-color: var(--white-one)!important;
  text-transform: capitalize!important;
  font-weight: 500!important;
  box-shadow: none!important;
}
.widgetHotelsForm .horizontal-widget a.submit_link:hover{
  background-color: var(--complementary-one)!important;
  color: var(--white-one)!important;
}
/* navbar */
.navbar-fixed{
  position: fixed;
  width: 100%;
  z-index: 100;
}
.navbar-background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.87);
  z-index: 0;
} 
#navbar{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 100;
}
.logo-navbar{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 102px;
  background-color: var(--primary-one);
  border-radius: 0px 0px 40px 40px;
}
.logo-navbar svg{
  fill: var(--black-two);
  transition: all 0.6s ease;
}
.logo-navbar:hover svg{
  fill: var(--white-one);
}
.logo-navbar svg{
  fill: var(--black-two);
  transition: all 0.6s ease;
}
.navbar-links{
  display: flex;
  align-items: center;
  gap: 55px;
  padding-bottom: 23px;
}
.navbar-links ul{
  display: flex;
  gap: 50px;
  font-family: "countryside";
  font-size: 20px;
  color: var(--black-two);
}
.navbar-menu li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-link{
  position: relative;
}
.circle-menu-links{
  width: 0px;
  height: 0px;
  background-color: var(--complementary-one);
  border-radius: 50%;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  opacity: 0;
}
.menu-link:hover .circle-menu-links{
  width: 10px;
  height: 10px;
  opacity: 1;
}
.reservations-nav{
  display: flex;
  gap: 15px;
}
#hamburguer-button{
  display: none;
}
#hamburguer-button img{
  border-radius: 7px;
  width: 40px;
}
#menu-mobile{
  display: none;
  transition: all 0.6s ease;
}
.close{
  display: none;
}
#close-button{
  display: none;
  width: 40px;
  margin-bottom: 16px;
}
#close-button img{
  border-radius: 25px;
  width: 40px;
}
@media (max-width: 1065px){
  .navbar-links{
    display: none;
  }
  #hamburguer-button, .close{
    display: block;
    width: 40px;
    margin-bottom: 16px;
  }
  #menu-mobile.active{
    display: flex;
    background: rgba(255, 255, 255, 0.87);
    color: var(--black-two);
    position: absolute;
    top: 88.5px;
    left: 0px;
    width: 100%;
    height: 100vh;
    justify-content: center;
    padding-top: 115px;
    text-align: center;
    font-family: "countryside";
    font-size: 20px;
 }
 .navbar-background.active{
  height: 89px;
 }
 .logo-navbar.active{
  background-color: transparent;
 }
 #menu-mobile ul{
  display: flex;
  flex-direction: column;
  gap: 45px;
 }
}
@media (max-width: 430px){
  #navbar{
    justify-content: space-between;
    padding: 0px 15px;
  }
  .logo-navbar{
    width: 90px;
    height: 100px;
    border-radius: 0px 0px 30px 30px;
  }
}
/* call to action mobile */
.call-to-action-mobile{
  display: none;
}
@media (max-width: 1065px){
 .call-to-action-mobile{
   display: flex;
   justify-content: center;
   gap: 30px;
   position: fixed;
   bottom: 0px;
   padding: 20px 0px;
   background-color: rgba(255, 255, 255, 0.87);
   transition: all 0.7s ease;
   width: 100%;
   z-index: 200;
 }
}
/* footer */
footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 88px 20px 35px 20px;
  background-color: var(--secondary-one);
  position: relative;
}
.icon-footer{
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: var(--secondary-one);
  border-radius: 100%;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
}
.footer-info{
  width: 100%;
  display: flex;
  align-items:center;
  justify-content: space-around;
  gap: 25px;
}
.footer-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.footer-contact p:nth-of-type(1){
  font-family: "countryside";
  font-size: 30px;
}
.footer-contact P {
  color: var(--white-one);
}
.footer-contact a {
  font-size: 16px;
  font-family: "graphik-reg";
  transition: all 0.4s ease;
  color: var(--white-one);
}
.footer-contact a:hover {
  color: var(--primary-three);
}
.footer-menu-networks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: "countryside";
  font-size: 20px;
}
.footer-menu P {
  color: var(--white-one);
}
.footer-menu a {
  color: var(--white-one);
  transition: all 0.4s ease;
}
.footer-menu a:hover{
  color: var(--primary-three);
}
.footer-networks{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 205.31px;
}
.footer-networks p{
  font-size: 16px;
  color: var(--white-one);
}
.footer-networks p:nth-of-type(1){
  font-family: "countryside";
  font-size: 30px;
  color: var(--white-one);
}
.footer-networks a{
  fill: var(--white-one);
}
.footer-menu-networks p{
  color: var(--white-one);
  font-size: 14px;
  text-align: center;
}
.conteiner-networks{
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.conteiner-networks svg{
  width: 26px;
  height: 26px;
  fill: var(--white-one);
  transition: all 0.4s ease;
}
.conteiner-networks svg:hover{
  fill: var(--primary-three);
}
@media (max-width: 1180px){
  footer{
    padding: 88px 0px 35px 0px;
  }
  .footer-info{
    flex-direction: column;
  }
  .footer-menu-networks{
    width: 64%;
  }
  .footer-networks{
    width: 214.31px;
  }
}
@media (max-width: 960px){
  footer{
    margin-bottom: 81px;
  }
}
@media (max-width: 435px){
  .footer-menu {
    flex-direction: column;
    gap: 25px;
  }
  .footer-menu-networks {
    gap: 25px;
  }
}
/* home */
/* header */
.header-home{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 80px 0px 45px 0px;
  background: linear-gradient(to right, #FFDBD8 70%, #FAE0C7 30%);
}
.img-main-header {
  width: 361px;
}
.header-home-main {
  display: flex;
  gap: 10px;
}
.header-home-sec {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.conteiner-img-header{
  display: flex;
  gap: 10px;
}
.img-header-one-home {
  width: 266px;
  height: 388px;
  object-fit: cover;
}
.img-header-two-home {
  width: 235px;
  height: 418px;
  object-fit: cover;
}
.img-header-three-home {
  width: 386px;
  height: 268px;
  object-fit: cover;
}
.img-header-four-home {
  width: 188px;
  height: 333px;
  object-fit: cover;
}
.img-header-five-home {
  width: 188px;
  height: 333px;
  object-fit: cover;
}
.img-header-six-home {
   width: 386px;
  height: 268px;
  object-fit: cover;
}
[class^="img-header-"] {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.img-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1200px){
  .header-home {
    flex-direction: column;
    gap: 35px;
  }
  .img-main-header{
    margin-top: 35px;
  }
}
@media (max-width: 380px){
  .img-main-header{
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 700px){
  .header-home {
    padding: 80px 20px 45px 20px;
  }
  .img-header-one-home {
    width: 120px;
    height: 295px;
    object-position: center;
  }
  .img-header-two-home {
    width: 120px;
    height: 315px;
    object-position: center;
  }
  .img-header-three-home {
    width: 200px;
    height: 215px;
    object-position: right;
  }
  .img-header-four-home {
    width: 95px;
    height: 270px;
    object-position: center;
  }
  .img-header-five-home {
    width: 95px;
    height: 270px;
    object-position: center;
  }
  .img-header-six-home {
    width: 200px;
    height: 170px
  }
}
/* section map home*/
.section-map{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-width: 20px 20px 0px 20px;
  border-style: solid;
  border-color: var(--white-one);
}
.conteiner-intro{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: var(--secondary-one);
  padding: 85px 0px;
}
.conteiner-intro img{
  width: 230px;
}
.conteiner-intro-one{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.conteiner-intro-one div{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.conteiner-intro-one h1{
  font-size: 34px;
  text-align: left;
  color: var(--tertiary-three);
}
.conteiner-intro-one p{
  text-align: left;
  color: var(--tertiary-three);
}
.conteiner-intro-two{
  display: flex;
  gap: 20px;
}
.intro-map{
  width: 50%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--complementary-one);
  position: relative;
  overflow: hidden;
}
.intro-map::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary-one);
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.intro-map img{
  position: relative;
  z-index: 1;
}
.intro-map:hover::before{
  height: 100%;
}
.intro-text{
  width: 25%;
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--contrasting-one);
  position: relative;
  overflow: hidden;
}
.intro-text p{
  font-family: "countryside";
  font-size: 65px;
  color: var(--tertiary-three);
}
.intro-text::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; 
  height: 0;
  background-color: var(--secondary-one);
  z-index: 0;
  transition: height 0.8s ease-in-out;
}
.intro-text p{
  position: relative;
  z-index: 1;
}
.intro-text:hover::before{
  height: 100%;
}
.intro-img-wrapper {
  position: relative;
  width: 25%;
  height: 800px;
  overflow: hidden;
}
.intro-img-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.5s ease-in-out;
}
.intro-img-hover {
  opacity: 0;
}
.intro-img-wrapper:hover .intro-img-hover {
  opacity: 1;
}
@media (min-width: 832px) and (max-width: 1110px){
  .intro-map {
    height: 600px;
  }
  .intro-text {
    height: 600px;
  }
  .intro-img-wrapper {
    height: 600px;
  }
  .intro-map img {
    width: 360px;
    height: auto;
  }
  .intro-text p {
    font-size: 50px;
  }
}
@media (max-width: 831px){
  .conteiner-intro-two{
    flex-direction: column;
  }
  .intro-map {
    width: 100%;
    height: 500px;
  }
  .intro-map img{
    width: 270px;
    height: auto;
  }
  .intro-text {
    width: 100%;
    height: 500px;
  }
  .intro-text p{
    font-size: 50px;
  }
  .intro-img-wrapper {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 1164px) {
  .conteiner-intro-one{
    width: 50%;
  }
}

@media (max-width: 1144px) {
  .line-header {
    display: none;
  }
}
@media (max-width: 750px) {
  .conteiner-intro-one{
    width: 100%;
    padding: 0px 20px;
  }
  .conteiner-intro{
    flex-direction: column;
    gap: 50px;
    text-align: center;
  }
  .conteiner-intro img{
    width: 180px;
    height: auto;
  }
  .conteiner-intro-one h1{
    text-align: center;
  }
  .conteiner-intro-one p{
    text-align: center;
  }
}
/* section info general home*/
.info-general {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 130px 0px;
  text-align: center;
}
.info-general-p-one {
  text-align: center;
}
.content-img-info-general{
  display: flex;
  justify-content: center;
  gap: 150px;
}
.content-img{
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.content-img img{
  width: 350px;
}
.content-img h2{
  text-align: center;
}
.content-img p{
  width: 100%;
  text-align: center;
}
@media (max-width: 1300px) {
  .content-img-info-general {
    justify-content: space-around;
    gap: 0;
  }
  .content-img{
    width: 30%;
  }
}
@media (max-width: 788px) {
   .info-general{
    padding: 70px 20px;
  }
  .info-general-p-one{
    width: 100%;
  }
  .line-info-general{
    display: none;
  }
}
@media (max-width: 750px) {
  .content-img-info-general{
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
  .content-img{
    width: 80%;
  }
  .content-img img{
    width: 285px;
    height: auto;
  }
}
/* section gallery home nome */
.gallery-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 130px 0px;
  position: relative;
}
/*---*/
.gallery-home-conteiner-one {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10px;
}
.img-wrapper-one {
  position: relative;
  width: 242px;
  height: 544px;
  overflow: hidden;
}
.gallery-home-img-one, .gallery-home-img-two {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease-in-out;
}
.gallery-home-img-one {
  transform: translateX(0);
  z-index: 2;
}
.gallery-home-img-two {
  transform: translateX(-100%);
  z-index: 1;
}
.img-wrapper-one:hover .gallery-home-img-one {
  transform: translateX(100%);
}
.img-wrapper-one:hover .gallery-home-img-two {
  transform: translateX(0);
}
.gallery-home-conteiner-text-img-one {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--white-one);
}
.gallery-home-text-one {
  width: 465px;
  height: 267px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: var(--primary-one);
  position: relative;
  overflow: hidden;
}
.gallery-home-text-one h2{
  color: var(--tertiary-three);
  text-align: center;
}
.gallery-home-text-one p{
  color: var(--tertiary-three);
  text-align: center;
}
.gallery-home-text-one::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--complementary-one);
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.gallery-home-text-one h2{
  position: relative;
  z-index: 1;
}
.gallery-home-text-one p{
  position: relative;
  z-index: 1;
}
.gallery-home-text-one:hover::before{
  height: 100%;
}
.gallery-home-img-three{
  width: 465px;
  height: 267px;
  object-fit: cover;
}
.img-wrapper-two {
  position: relative;
  width: 242px;
  height: 544px;
  overflow: hidden;
}
.gallery-home-img-four, .gallery-home-img-five {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease-in-out;
}
.gallery-home-img-four {
  transform: translateX(0);
  z-index: 2;
}
.gallery-home-img-five {
  transform: translateX(-100%);
  z-index: 1;
}
.img-wrapper-two:hover .gallery-home-img-four {
  transform: translateX(100%);
}
.img-wrapper-two:hover .gallery-home-img-five {
  transform: translateX(0);
}
/*---*/
.gallery-home-conteiner-two{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10px;
}
.gallery-home-img-six{
  width: 484px;
  height: 703px;
  object-fit: cover;
}
.gallery-home-conteiner-text-img-two{
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}
.img-wrapper-three {
  position: relative;
  width: 475px;
  height: 228px;
  overflow: hidden;
}
.gallery-home-img-seven, .gallery-home-img-eight {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease-in-out;
}
.gallery-home-img-seven {
  transform: translateY(0);
  z-index: 2;
}
.gallery-home-img-eight {
  transform: translateY(-100%);
  z-index: 1;
}
.img-wrapper-three:hover .gallery-home-img-seven {
  transform: translateY(100%);
}
.img-wrapper-three:hover .gallery-home-img-eight {
  transform: translateY(0);
}
.gallery-home-text-two{
  width: 475px;
  height: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: var(--complementary-two);
  position: relative;
  overflow: hidden;
}
.gallery-home-text-two h2{
  color: var(--tertiary-three);
  text-align: center;
}
.gallery-home-text-two p{
  color: var(--tertiary-three);
  text-align: center;
}
.gallery-home-text-two::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary-one);
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.gallery-home-text-two h2{
  position: relative;
  z-index: 1;
}
.gallery-home-text-two p{
  position: relative;
  z-index: 1;
}
.gallery-home-text-two:hover::before{
  height: 100%;
}
.img-wrapper-four {
  position: relative;
  width: 475px;
  height: 228px;
  overflow: hidden;
}
.gallery-home-img-nine, .gallery-home-img-ten {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease-in-out;
}
.gallery-home-img-nine {
  transform: translateY(0);
  z-index: 2;
}
.gallery-home-img-ten {
  transform: translateY(-100%);
  z-index: 1;
}
.img-wrapper-four:hover .gallery-home-img-nine {
  transform: translateY(100%);
}
.img-wrapper-four:hover .gallery-home-img-ten {
  transform: translateY(0);
}
/*---*/
.gallery-home-conteiner-three{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10px;
}
.img-wrapper-five {
  position: relative;
  width: 484px;
  height: 760px;
  overflow: hidden;
}
.gallery-home-img-eleven, .gallery-home-img-twelve {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease-in-out;
}
.gallery-home-img-eleven {
  transform: translateX(0);
  z-index: 2;
}
.gallery-home-img-twelve {
  transform: translateX(-100%);
  z-index: 1;
}
.img-wrapper-five:hover .gallery-home-img-eleven {
  transform: translateX(100%);
}
.img-wrapper-five:hover .gallery-home-img-twelve {
  transform: translateX(0);
}
.gallery-home-img-thirteen { 
  width: 475px;
  height: 760px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .gallery-home{
    padding: 0px 20px 130px 20px;
  }
  .gallery-home-conteiner-one {
    flex-direction: column;
  }
  .img-wrapper-one{
    width: 100%;
    height: 690px;
  }
  .img-wrapper-two{
    width: 100%;
    height: 690px;
  }
  .gallery-home-img-one{
    object-position: right center;
  }
  .gallery-home-img-two{
    object-position: right center;
  }
  .gallery-home-img-four{
    object-position: right center;
  }
  .gallery-home-img-five{
    object-position: right center;
  }
  .gallery-home-conteiner-two {
    flex-direction: column;
  }
  .gallery-home-img-six {
    width: 470px;
  }
  .img-wrapper-three{
    width: 471px;
  }
  .img-wrapper-four{
    width: 471px;
  }
  .gallery-home-text-two {
    width: 471px;
  }
  .gallery-home-conteiner-three {
    justify-content: center;
  }
  .img-wrapper-five{
    width: 473px;
  }
}
@media (max-width: 510px) {
  .gallery-home{
    padding: 0px 20px 70px 20px;
  }
  .gallery-home-img-thirteen{
    object-position: right center;
  }
  .gallery-home-img-six {
    width: 100%;
    object-position: right center;
  }
  .gallery-home-conteiner-one,
  .gallery-home-img-one,
  .gallery-home-text-one,
  .gallery-home-conteiner-text-img-one,
  .gallery-home-img-three,
  .gallery-home-conteiner-text-img-two,
  .gallery-home-conteiner-three,
  .gallery-home-conteiner-two,
  .gallery-home-img-thirteen, 
  .img-wrapper-one,
  .img-wrapper-two,
  .img-wrapper-three,
  .img-wrapper-four,
  .gallery-home-text-two,
  .img-wrapper-five {
    width: 100%;
  }
}
.alquiler-home {
  width: 100%;
  min-height: 610px;
  display: flex;
}
.alquiler-home-info {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background-color: var(--primary-three);
  position: relative;
  overflow: hidden;
}
.alquiler-home-info h2,
.alquiler-home-info p {
  text-align: center;
  color: var(--black-one);
  position: relative;
  z-index: 1;
}
.alquiler-home-info a {
  position: relative;
  z-index: 1;
}
.alquiler-home-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--tertiary-three);
  z-index: 0;
  transition: height 0.8s ease-in-out;
}
.alquiler-home-info:hover::before {
  height: 100%;
}
.alquiler-home-media {
  position: relative;
  width: 55%;
  height: auto;
}
.alquiler-home-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alquiler-home-img-text {
  position: absolute;
  bottom: 12px;
  left: 13px;
  font-size: 13px;
  color: var(--white-one);
}
@media (max-width: 1700px) {
  .line-alquiler {
    display: none;
  }
  .alquiler-home-info {
    padding: 60px 20px;
  }
}
@media (max-width: 1315px) {
  .alquiler-home {
    flex-direction: column;
    min-height: auto;
  }
  .alquiler-home-info {
    width: 100%;
  }
  .alquiler-home-media {
    width: 100%;
    height: 300px;
}
  .alquiler-home-img {
    width: 100%;  
  }
}
@media (max-width: 510px){
  .line-alquiler {
    display: none;
  }
}
/* section reservations home */
.reservations-home{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 130px 0px;
  text-align: center;
}
.reservations-home-text-conteiner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.reservations-home-img-conteiner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  width: 100%;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
}
.reservations-home-img {
  width: 317px;
  height: 566px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
.reservations-home-img-conteiner-one, .reservations-home-img-conteiner-two, .reservations-home-img-conteiner-three {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  position: relative;
}
.reservations-home-buttons-conteiner{
  display: flex;
  gap: 20px;
}
@media (max-width: 835px) {
  .line-reservations {
    display: none;
  }
}
@media (max-width: 1000px) {
  .reservations-home{
    padding: 70px 20px 70px 20px;
  }
  .reservations-home-img {
    width: 100%;
  }
  .reservations-home-img-conteiner-one, .reservations-home-img-conteiner-two, .reservations-home-img-conteiner-three {
    flex-direction: column;
  }
  .reservations-home-text-conteiner p{
    width: 100%;
  }
}
/* section sessions home */
.sessions-home {
  width: 100%;
  height: 1000px;
  display: flex;
}
.sessions-home-media {
  width: 33%;
  height: 100%;
  position: relative;
}
.sessions-home-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sessions-home-img-text {
  position: absolute;
  bottom: 12px;
  left: 13px;
  font-size: 13px;
  color: var(--black-one);
}
.sessions-home-info {
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 0px 20px;
  background-color: var(--tertiary-three);
  position: relative;
  overflow: hidden;
}
.sessions-home-info h2,
.sessions-home-info p {
text-align: center;
color: var(--black-one);
position: relative;
z-index: 1;
}
.sessions-home-info a {
  position: relative;
  z-index: 1;
} 
.sessions-home-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary-three);
  z-index: 0;
  transition: height 0.8s ease-in-out;
}
.sessions-home-info:hover::before {
  height: 100%;
}
.sessions-home-img-sec {
  width: 33%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1611px) {
  .line-sessions {
    display: none;
  }
}
@media (max-width: 1090px) {
  .sessions-home-media {
    width: 30%;
  }
  .sessions-home-info {
    width: 40%;
  }
  .sessions-home-img-sec {
    width: 30%;
  }
}
@media (max-width: 965px) {
  .sessions-home {
    flex-direction: column;
    height: auto;
    max-height: none;
  }
  .sessions-home-media, .sessions-home-img-sec {
    width: 100%;
    height: 690px;
  }
  .sessions-home-info {
    width: 100%;
    padding: 60px 20px;
  } 
  .sessions-home-img-text {
    color: var(--white-one);
  }
}
/* illustration home */
.illustration-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 130px 20px 130px 20px;
}
.illustration-home h2{
  text-align: center;
}
.illustration-home img{
  width: 760px;
}
.illustration-home div{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.illustration-home p{
  text-align: center;
}
@media (max-width: 799px) {
  .illustration-home {
    gap: 35px;
    padding: 70px 20px;
  }
  .illustration-home img {
    width: 100%;
    height: 100%;
  }
  .illustration-home p {
    width: 100%;
    text-align: center;
  }
  .line-illustration {
    display: none;
  }
}
/* section home networks */
.section-home-networks {
  width: 100%;
  display: flex;
  align-items: stretch;
  text-align: center;
  padding: 0px 0px 130px 0px;
  gap: 20px;
}
.home-networks-img {
  display: flex;
  justify-content: center;
  width: 33%;
  padding: 85px 0px;
  background-color: var(--secondary-one);
  position: relative;
  align-items: center;
}
.home-networks-img img:nth-of-type(1) {
  max-width: 100%;
  height: auto;
}
.home-networks-img img:nth-of-type(2) {
  width: 30%;
  height: auto;
}
.home-networks-img img:nth-of-type(3) {
  width: 30%;
  height: auto;
}
.home-networks-img img {
  position: absolute;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.home-networks-img img:nth-child(1) {
  position: relative;
  z-index: 2;
}
.home-networks-img img:nth-child(2),
.home-networks-img img:nth-child(3) {
  opacity: 0;
}
.home-networks-img:hover img:nth-child(2) {
  transform: translateX(-100%);
  opacity: 1;
}
.home-networks-img:hover img:nth-child(3) {
  transform: translateX(100%);
  opacity: 1;
}
.home-networks-text {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--complementary-one);
  gap: 20px;
  padding: 0px 10px;
}
.home-networks-text p {
  text-align: center;
  color: var(--tertiary-three);
}
.home-networks-text h2 {
  text-align: center;
  color: var(--tertiary-three);
}
.conteiner-networks-home {
  display:flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.conteiner-networks-home svg {
  width: 32px;
  height: 32px;
  fill: var(--tertiary-three);
  transition: all 0.4s ease;
}
.conteiner-networks-home svg:hover {
  fill: var(--complementary-three);
}
.home-networks-instagram {
  max-width: 31%!important;
  min-width: 31%!important;
  margin: 0px!important;  
}
@media (max-width: 1250px) {
  .section-home-networks {
    flex-direction: column;
    align-items: center;
    padding: 0px 20px 70px 20px;
  }
  .home-networks-img {
    width: 100%;
  }
  .home-networks-img img:nth-of-type(1) {
    max-width: 42%;
  }
  .home-networks-text {
    width: 100%;
    padding: 100px 5%;
  }
  .home-networks-instagram {
    max-width: 100%!important;
    min-width: 100%!important;
  }
}
/* section location home */
.location-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 0px 0px 190px 0px;
  text-align: center;
}
.location-home img {
  width: 900px;
}

@media (max-width: 970px){
  .location-home {
    padding: 0px 20px 130px 20px;
  }
  .location-home img{
    width: 100%;
    height: auto;
  }
}
@media (max-width: 550px){
  .location-home {
    padding: 0px 20px 120px 20px;
  }
  .location-home p{
    width: 100%;
  }
}
/* page hospedaje*/
/* header hospedaje*/
.header-hospedaje{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 80px 0px 45px 0px;
  background: linear-gradient(to right, #F28076 70%, #62E6CA 30%);
}
.img-main-header-hospedaje {
  width: 361px;
}
.header-hospedaje-main {
  display: flex;
  gap: 10px;
}
.conteiner-icon-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.conteiner-icon-header h1 {
  font-size: 65px;
  color: var(--white-one);
}
.header-hospedaje-sec {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.conteiner-img-header{
  display: flex;
  gap: 10px;
}
.img-header-one-hospedaje{
  width: 266px;
  height: 388px;
  object-fit: cover;
}
.img-header-two-hospedaje{
  width: 235px;
  height: 418px;
  object-fit: cover;
}
.img-header-three-hospedaje{
  width: 386px;
  height: 268px;
  object-fit: cover;
}
.img-header-four-hospedaje{
  width: 188px;
  height: 333px;
  object-fit: cover;
}
.img-header-five-hospedaje{
  width: 188px;
  height: 333px;
  object-fit: cover;
}
.img-header-six-hospedaje{
  width: 386px;
  height: 268px;
  object-fit: cover;
}
[class^="img-header-"] {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.img-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1200px){
  .header-hospedaje {
    flex-direction: column;
    gap: 35px;
  }
  .img-main-header-hospedaje {
    margin-top: 35px;
  }
}
@media (max-width: 380px){
  .img-main-header-hospedaje {
    width: 100%;
  }
}
@media (max-width: 700px){
  .header-hospedaje {
    padding: 80px 20px 45px 20px;
  }
  .img-header-one-hospedaje {
    width: 120px;
    height: 295px;
    object-position: center;
  }
  .img-header-two-hospedaje {
    width: 120px;
    height: 315px;
    object-position: unset;
  }
  .img-header-three-hospedaje {
    width: 200px;
    height: 215px;
    object-position: right;
  }
  .img-header-four-hospedaje {
    width: 95px;
    height: 270px;
    object-position: left;
  }
  .img-header-five-hospedaje {
    width: 95px;
    height: 270px;
    object-position: center;
  }
  .img-header-six-hospedaje {
    width: 200px;
    height: 170px
  }
}
/* hospedaje intro */
.hospedaje-intro{
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: var(--complementary-one);
  padding: 70px;
  position: relative;
  overflow: hidden;
}
.hospedaje-intro::before{
  content: "";
  position: absolute;
  background-color: var(--secondary-two);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.hospedaje-intro:hover::before{
  height: 100%;
}
.conteiner-hospedaje-img{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.hospedaje-intro-img{
  display: flex;
  width: 50%;
  gap: 20px;
}
.hospedaje-intro-img img{
  width: 300px;
}
.hospedaje-intro-texto{
  width: 50%;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.hospedaje-intro-texto p{
  width: 65%;
  color: var(--tertiary-three);
}
.hospedaje-intro-texto h2{
  color: var(--tertiary-three);
}
@media (max-width: 1448px){
  .hospedaje-intro-texto p{
    width: 100%;
  }
}
@media (max-width: 1610px){
  .hospedaje-intro{
    flex-direction: column;
    align-items: center;
    gap: 70px;
  }
  .hospedaje-intro-img{
    justify-content: center;
  }
}
@media (max-width: 645px){
  .hospedaje-intro-img{
    flex-wrap: wrap;
  }
}
@media (max-width: 550px){
  .hospedaje-intro{
    padding: 70px 20px 70px 20px;
  }
  .hospedaje-intro-texto{
    width: 100%;
  }
  .hospedaje-intro-texto p{
    width: 100%;
  }
}
/* section reservaciones*/
.hospedaje-reservaciones{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 130px 0px 130px 0px;
  text-align: center;
}
.hospedaje-reservaciones p{
  width: 660px;
}
.hospedaje-reservaciones-img-conteiner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hospedaje-reservaciones-img-conteiner-one {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.hospedaje-reservaciones-img-conteiner-one img{
  width: 475px;
}
.hospedaje-reservaciones-img-conteiner-two {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.hospedaje-reservaciones-img-conteiner-two img{
  width: 475px;
}
@media (min-width: 549px) and (max-width: 830px){
  .hospedaje-reservaciones p{
    width: 440px;
  }
}
@media (max-width: 550px){
  .hospedaje-reservaciones{
    padding: 70px 20px 70px 20px;
  }
  .hospedaje-reservaciones p{
    width: 100%;
  }
  .hospedaje-reservaciones-img-conteiner-one {
   padding: 0px;
  }
  .hospedaje-reservaciones-img-conteiner-two {
    padding: 0px;
   }
   .hospedaje-reservaciones-img-conteiner-one img{
    width: 100%;
  }
  .hospedaje-reservaciones-img-conteiner-two img{
    width: 100%;
  }
  .line-hospedaje-reservaciones {
    display: none;
  }
}
/* section amenidades */
.hospedaje-section-amenidades{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 0px 0px 190px 0px;
  text-align: center;
}
.conteiner-amenidades-cards-one{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.conteiner-amenidades-cards-one-two{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.card-amenidades{
  width: 250px;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 50px 25px 0px 20px;
  gap: 20px;
  border: solid 3px var(--complementary-one);
  border-radius: 5px;
  transition: all 0.6s ease;
}
.card-amenidades svg{
  stroke: var(--complementary-one);
  transition: all 0.6s ease;
}
.card-amenidades p:nth-of-type(1){
  font-family: "countryside";
  font-size: 25px;
  color: var(--complementary-one);
  transition: all 0.6s ease;
}
.card-amenidades p{
  text-align: start;
  transition: all 0.6s ease;
}
.card-amenidades:hover{
  background-color: var(--complementary-one);
}
.card-amenidades:hover p{
  color: var(--white-one);
}
.card-amenidades:hover svg{
  stroke: var(--white-one);
}
@media (max-width: 550px){
  .card-amenidades {
    height: 365px;
  }
  .hospedaje-section-amenidades{
    padding: 0px 0px 70px 0px;
  }
  .conteiner-amenidades-cards-one{
    padding: 0px 20px;
  }
  .conteiner-amenidades-cards-two{
    padding: 0px 20px;
  }
}
/*section hospedaje paginas */
.hospedaje-paginas{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 20px 190px 20px;
  gap: 35px;
}
.hospedaje-paginas-text{
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}
.conteiner-paginas{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.conteiner-paginas img{
  width: 220px;
  transition: all 0.6s ease;
  cursor: pointer;
}
.conteiner-paginas a:nth-of-type(3) img{
  width: 165px;
}
.conteiner-paginas img:hover{
  transform: scale(1.1);
}
@media (max-width: 550px){
  .hospedaje-paginas{
    padding: 0px 20px 120px 20px;
  }
  .conteiner-paginas img{
    width: 200px;
  }
  .conteiner-paginas a:nth-of-type(3) img{
    width: 130px;
  }
}
/* page renta */
/* header renta */
.header-renta {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 80px 0px 45px 0px;
  background: linear-gradient(to right, #62E6CA 70%, #FCBAB4 30%);
}
.img-main-header-renta {
  width: 361px;
}
.conteiner-icon-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.conteiner-icon-header h1 {
  font-size: 65px;
  color: var(--tertiary-three);
}
.header-renta-main {
  display: flex;
  gap: 10px;
}
.header-renta-sec {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.conteiner-img-header {
  display: flex;
  gap: 10px;
}
.img-header-one-renta {
  width: 266px;
  height: 388px;
  object-fit: cover;
}
.img-header-two-renta {
  width: 235px;
  height: 418px;
  object-fit: cover;
  object-position: center;
}
.img-header-three-renta {
  width: 386px;
  height: 268px;
  object-fit: cover;
}
.img-header-four-renta {
  width: 188px;
  height: 333px;
  object-fit: cover;
  object-position: center;
}
.img-header-five-renta {
  width: 188px;
  height: 333px;
  object-fit: cover;
  object-position: right;
}
.img-header-six-renta {
  width: 386px;
  height: 268px;
  object-fit: cover;
  object-position: center;
}
[class^="img-header-"] {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.img-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1200px){
  .header-renta {
    flex-direction: column;
    gap: 35px;
  }
  .img-main-header-renta {
    margin-top: 35px;
  }
}
@media (max-width: 380px){
  .img-main-header-renta {
    width: 100%;
  }
}
@media (max-width: 700px){
  .header-renta {
    padding: 80px 20px 45px 20px;
  }
  .img-header-one-renta {
    width: 120px;
    height: 295px;
    object-position: center;
  }
  .img-header-two-renta {
    width: 120px;
    height: 315px;
    object-position: center;
  }
  .img-header-three-renta {
    width: 200px;
    height: 215px;
    object-position: right;
  }
  .img-header-four-renta {
    width: 95px;
    height: 270px;
    object-position: center;
  }
  .img-header-five-renta {
    width: 95px;
    height: 270px;
    object-position: center;
  }
  .img-header-six-renta {
    width: 200px;
    height: 170px
  }
}
/* section menu servicios */
.menu-servicios-renta {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 35px;
 padding: 130px 0px;
}
.menu-servicios-text-renta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: var(--tertiary-one);
}
.menu-servicios-text-renta h1{
  text-align: center;
}
.menu-servicios-text-renta p{
  text-align: center;
  width: 60%;
}
.menu-servicios-img-renta {
  display: flex;
  align-items: center;
  gap: 150px;
}
.container-overlay-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  cursor: pointer;
}
.container-overlay-main p{
  font-size: 35px;
  font-family: "countryside";
  color: var(--black-one);
}
.container-overlay{
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.container-overlay img{
  display: block;
  width: 409px;
  transition: all 0.5s ease-in-out;
}
.frame-overlay{
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 25px solid rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease-in-out;
}
.frame-overlay-two{
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 25px solid rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease-in-out;
}
.overlay{
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: white;
  transition: transform 0.5s ease-in-out;
}
.text-overlay { 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--black-two);
  font-family: "countryside";
  font-size: 38px;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.5s ease;
}
.container-overlay:hover .overlay {
  transform: translateX(-100%);
}
.container-overlay:hover .frame-overlay {
  border-color: var(--tertiary-one);
}
.container-overlay:hover .frame-overlay-two {
  border-color: var(--primary-one);
}
.container-overlay:hover .text-overlay {
  opacity: 1;
}
@media (min-width: 886px) and (max-width: 1000px){
  .menu-servicios-img-renta {
    justify-content: space-around;
    gap: 25px;
  }
}
@media (max-width: 885px){
  .menu-servicios-img-renta {
    flex-direction: column;
    gap: 35px;
  }
}
@media (max-width: 500px){
  .menu-servicios-renta {
    gap: 35px;
    padding: 70px 20px;
  }
  .menu-servicios-text-renta p {
    width: 100%;
  }
  .container-overlay img {
    width: 100%;
  }
  .frame-overlay{
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 18px solid rgba(255, 255, 255, 0.8);
  }
  .frame-overlay-two{
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 18px solid rgba(255, 255, 255, 0.8);
  }
  .text-overlay{
    font-size: 35px;
  }
  .container-overlay-main p{
    font-size: 32px;
  }
}
/* section area events */
.areas-events {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 0px  20px 130px 20px;
}
.areas-events-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: var(--tertiary-one);
}
.areas-events-text h1{
  text-align: center;
}
.areas-events-text p{
  text-align: center;
  width: 60%;
}
.container-areas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.areas-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.area-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.area-option p {
  font-family: "countryside";
  font-size: 30px;
  color: var(--black-one);
  text-align: center;
}
.area-option img {
  width: 220px;
}
.frame-overlay-option {
  opacity: 0;
  position: absolute;
  top: 82px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 12px solid rgba(255, 255, 255, 0.8);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transform: scale(0.9); 
  pointer-events: none;
}
.area-option.active .frame-overlay-option {
  opacity: 1;
  transform: scale(1);
}
hr {
  width: 100%;
  height: 0.5px;
  background-color: var(--black-two);
}

.areas-info-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 520px;
}
.areas-info-conteiner {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  gap: 60px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.areas-info-conteiner.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.areas-info-conteiner img {
  width: 545px;
}
.areas-info {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.areas-info p {
  text-align: left;
}
.areas-info-title, .areas-info-features, .areas-info-price{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.areas-info-features img {
  width: 13px;
  height: 13px;
}
.areas-info-features div {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.areas-info-title p:nth-of-type(1) {
  font-family: "countryside";
  font-size: 45px;
}
@media (max-width: 1050px){
  .areas-events {
    padding: 0px 20px 70px 20px;
  }
  .areas-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .areas-info-conteiner {
    position: relative;
    display: none;
    flex-direction: column;
    gap: 25px;
    opacity: 1;
    inset: auto;
    visibility: visible;
    pointer-events: auto;
  }
  .areas-info-conteiner.active {
    display: flex;
  }
  .areas-info-conteiner p {
    text-align: center;
  }
  .areas-info, .areas-info-title, .areas-info-features, .areas-info-price {
    align-items: center;
  }
  .areas-info-conteiner img {
    width: 100%;
  }
  .areas-info-features img {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 500px) {
  .areas-events-text p {
    width: 100%;
  }
  .area-option img {
    width: 100%;
  }
  .frame-overlay-option {
    opacity: 0;
    position: absolute;
    top: 70px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 8px solid rgba(255, 255, 255, 0.8);
  }
  .area-option p {
    font-size: 25px;
  }
  .viñeta {
    display: none;
  }
}
/* ---- */
.section-sesion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 0px  20px 130px 20px;
}
.section-text-sesion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: var(--tertiary-one);
}
.section-text-sesion h1 {
  text-align: center;
}
.section-text-sesion p {
  text-align: center;
  width: 75%;
}
.container-sesion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
hr {
  width: 100%;
  height: 0.5px;
  background-color: var(--black-two);
}
.sesion-info-main {
  display: flex;
  align-items: stretch;
  max-width: 1000px;
  gap: 60px;
}
.sesion-info-main img {
  width: 545px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}
.sesion-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sesion-info p {
  text-align: left;
}
.sesion-info-title, .sesion-info-features, .sesion-info-price {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sesion-info-title p {
  font-size: 16px;
}
.sesion-info-features p {
  font-size: 16px;
}
.sesion-info-features img {
  width: 13px;
  height: 13px;
}
.sesion-info-features div {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.sesion-info-title p:nth-of-type(1) {
  font-family: "countryside";
  font-size: 45px;
}
@media (max-width: 1050px) {
  .section-sesion {
    padding: 0px 20px 70px 20px;
  }
  .sesion-info-main {
    flex-direction: column;
    gap: 25px;
  }
  .sesion-info p {
    text-align: center;
  }
  .sesion-info, .sesion-info-title, .sesion-info-features, .sesion-info-price {
    align-items: center;
  }
  .sesion-info-main img {
    width: 100%;
  }
  .sesion-info-features img {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 500px) {
  .section-sesion p {
    width: 100%;
  }
  .viñeta-sesion {
    display: none;
  }
}
/* section galeria renta */
.galeria-renta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0px  0px 130px 0px;
}
.galeria-renta-text-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}
.galeria-renta-text-main h2 {
  text-align: center;
}
.galeria-renta-text-main p { 
  width: 80%;
  text-align: center;
}
.galeria-renta-one {
  display: flex;
  gap: 10px;
}
.galeria-renta-one img {
  width: 578px;
}
.galeria-renta-text {
  width: 381px;
  height: 278.31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: var(--primary-one);
  position: relative;
  overflow: hidden;
}
.galeria-renta-text p {
  font-family: "countryside";
  font-size: 45px;
  color: var(--white-one);
  text-align: center;
}
.galeria-renta-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary-one);
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.galeria-renta-text p {
  position: relative;
  z-index: 1;
}
.galeria-renta-text:hover::before{
  height: 100%;
}
.galeria-renta-two{
  display: flex;
  gap: 10px;
}
.galeria-renta-two img:nth-of-type(1){
  width: 381px;
}
.galeria-renta-two img:nth-of-type(2){
  width: 579px;
}
.galeria-renta-three{
  display: flex;
  gap: 10px;
}
.galeria-renta-text-two{
  width: 381px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: var(--complementary-one);
  position: relative;
  overflow: hidden;
}
.galeria-renta-text-two p{
  font-family: "countryside";
  font-size: 45px;
  color: var(--white-one);
  text-align: center;
}
.galeria-renta-text-two::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary-one);
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.galeria-renta-text-two p{
  position: relative;
  z-index: 1;
}
.galeria-renta-text-two:hover::before{
  height: 100%;
}
.galeria-renta-three img{
  width: 579px;
}
.galeria-renta-four{
  display: flex;
  gap: 10px;
}
.galeria-renta-four img{
  width: 579px;
  height: 570.73px;
}
.galeria-renta-four div{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.galeria-renta-text-three{
  width: 381px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: var(--contrasting-one);
  position: relative;
  overflow: hidden;
}
.galeria-renta-text-three p{
  font-family: "countryside";
  font-size: 45px;
  color: var(--white-one);
  text-align: center;
}
.galeria-renta-text-three::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary-one);
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.galeria-renta-text-three p {
  position: relative;
  z-index: 1;
}
.galeria-renta-text-three:hover::before {
  height: 100%;
}
.galeria-renta-img {
  width: 970px;
}
.galeria-renta-five {
  display: flex;
  gap: 10px;
}
.galeria-renta-five img {
  width: 480px;
}
@media (max-width: 1000px) {
  .galeria-renta-one img {
    width: auto;
    height: 200px;
  }
  .galeria-renta-text {
    height: 200px;
  }
  .galeria-renta-two img:nth-of-type(1) {
    width: auto;
    height: 515px;
  }
  .galeria-renta-two img:nth-of-type(2) {
    width: auto;
    height: 515px;
  }
  .galeria-renta-text-two{
    width: 302px;
    height: 237px;
  }
  .galeria-renta-three img {
    width: auto;
    height: 236px;
  }
  .galeria-renta-four img {
    width: 502px;
    height: 484px;
  }
  .galeria-renta-text-three {
    width: 302px;
    height: 237px;
  }
  .galeria-renta-img {
    width: 815px;
 }
 .galeria-renta-five img {
   width: 402px;
 }
}
@media (max-width: 830px){
  .galeria-renta{
    padding: 0px  20px 70px 20px;
  }
  .galeria-renta-text-main p { 
    width: 100%;
  }
  .galeria-renta-one {
    flex-direction: column;
  }
  .galeria-renta-two {
    flex-direction: column;
  }
  .galeria-renta-three {
    flex-direction: column;
  }
  .galeria-renta-four {
    flex-direction: column;
  }
  .galeria-renta-five {
    flex-direction: column;
    width: 100%;
  }
  .galeria-renta-text p{
    font-size: 32px;
  }
  .galeria-renta-text-two p{
    font-size: 32px;
  }
  .galeria-renta-text-three p{
    font-size: 32px;
  }
  .galeria-renta-one img {
    width: 100%;
    height: auto;
  }
  .galeria-renta-text {
    width: 100%;
    height: 150px;
  }
  .galeria-renta-two img:nth-of-type(1) {
    width: 100%;
    height: auto;
  }
  .galeria-renta-two img:nth-of-type(2) {
    width: 100%;
    height: auto;
  }
  .galeria-renta-text-two{
    width: 100%;
    height: 150px;
  }
  .galeria-renta-three img {
    width: 100%;
    height: auto;
  }
  .galeria-renta-four img {
    width: 100%;
    height: auto;
  }
  .galeria-renta-text-three {
    width: 100%;
    height: 150px;
  }
  .galeria-renta-img {
    width: 100%;
    height: auto;
  }
  .galeria-renta-five img {
  width: 100%;
  height: auto;
 }
}
/* section sesiones fotograficas page renta */
.sesiones-fotograficas-renta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0px  0px 190px 0px;
  overflow: hidden;
}
.sesiones-fotograficas-renta p {
  width: 35%;
  text-align: center;
}
.sesiones-fotograficas-img-conteiner {
  display: flex;
  gap: 5px;
  overflow: hidden;
}
.sesiones-fotograficas-img {
  width: 110px;
  height: 517px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: width 0.5s ease-in-out;
  flex-grow: 0;
}
.sesiones-fotograficas-img-one {
  object-fit: cover;
}
.sesiones-fotograficas-img-two {
  object-fit: cover;
}
.sesiones-fotograficas-img-three {
  object-fit: cover;
}
.sesiones-fotograficas-img-four {
  object-fit: cover;
  width: 640px;
}
.expanded {
  width: 640px !important;
}
.sesiones-fotograficas-conteiner-mobile{
  display: none;
}
@media (max-width: 1322px){
  .sesiones-fotograficas-renta p {
    width: 100%;
  }
}
@media (max-width: 1045px){
  .sesiones-fotograficas-events-img-four {
    width: 430px;
  }
  .expanded {
    width: 430px !important;
  }
}
@media (max-width: 1010px) {
  .sesiones-fotograficas-renta {
    padding: 0px  20px 120px 20px;
  }
  .sesiones-fotograficas-img-conteiner{
    display: none;
  }
  .sesiones-fotograficas-conteiner-mobile{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .sesiones-fotograficas-img-mobile {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: height 0.5s ease-in-out;
    flex-grow: 0;
  }
  .sesiones-fotograficas-img-one-mobile {
    object-fit: cover;
    height: 300px;
  }
  .sesiones-fotograficas-img-two-mobile {
    object-fit: cover;
  }
  .sesiones-fotograficas-img-three-mobile {
    object-fit: cover;
  }
  .sesiones-fotograficas-img-four-mobile {
    object-fit: cover;
  }
  .expanded-mobile {
    height: 300px!important;
  }  
}
/* page restaurant */
/* pop up rest */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.popup-content {
  background: var(--tertiary-three);
  border-radius: 10px;
  text-align: center;
  position: relative;
  width: 545px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.popup-content p{
  font-family: "countryside";
  font-size: 32px;
  width: 80%;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.popup-overlay.active-pop {
  display: flex;
}
@media (max-width: 1200px){
  .popup-content {
    width: 320px;
    height: 225px;
  }
  .popup-content p{
    font-size: 25px;
  }
}
/* header restaurant */
.header-rest{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 80px 0px 45px 0px;
  background: linear-gradient(to right, #66101F 70%, #EFEBCE 30%);
}
.img-main-header-rest {
  width: 400px;
}
.header-rest-main {
  display: flex;
  gap: 10px;
}
.header-rest-sec {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.conteiner-img-header{
  display: flex;
  gap: 10px;
}
.img-header-one-rest{
  width: 266px;
  height: 388px;
  object-fit: cover;
  object-position: center;
}
.img-header-two-rest{
  width: 235px;
  height: 418px;
  object-fit: cover;
  background-position: left;
}
.img-header-three-rest{
  width: 386px;
  height: 268px;
  object-fit: cover;
}
.img-header-four-rest{
  width: 188px;
  height: 333px;
  object-fit: cover;
  background-position: center;
}
.img-header-five-rest{
  width: 188px;
  height: 333px;
  object-fit: cover;
  background-position: center;
}
.img-header-six-rest{
  width: 386px;
  height: 268px;
  object-fit: cover;
  background-position: center;
}
[class^="img-header-"] {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.img-visible {
  opacity: 1;
  transform: translateY(0);
}
.conteiner-proximamente-rest{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 85px 16%;
  background-color: var(--pregrinos-complementary);
}
.conteiner-proximamente-rest p{
  font-family: "countryside";
  width: 50%;
  font-size: 45px;
  color: var(--white-one);
}
@media (max-width: 1200px){
  .conteiner-proximamente-rest{
    flex-direction: column;
    padding: 85px 20px;
    gap: 35px;
  }
  .conteiner-proximamente-rest p{
    width: 100%;
    text-align: center;
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .header-rest {
    flex-direction: column;
    gap: 35px;
  }
  .img-main-header-rest {
    margin-top: 35px;
  }
}
@media (max-width: 420px) {
  .img-main-header-rest {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .header-rest {
    padding: 80px 20px 45px 20px;
  }
  .img-header-one-rest {
    width: 120px;
    height: 295px;
    object-position: center;
  }
  .img-header-two-rest {
    width: 120px;
    height: 315px;
    object-position: center;
  }
  .img-header-three-rest {
    width: 200px;
    height: 215px;
    object-position: right;
  }
  .img-header-four-rest {
    width: 95px;
    height: 270px;
    object-position: center;
  }
  .img-header-five-rest {
    width: 95px;
    height: 270px;
    object-position: center;
  }
  .img-header-six-rest {
    width: 200px;
    height: 170px
  }
}
/* section intro rest */
.intro-rest {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 130px 0px 130px 0px;
}
.intro-rest p {
  width: 45%;
  text-align: center;
}
@media (max-width: 700px) {
  .intro-rest {
    padding: 70px 20px;
  }
  .intro-rest p {
    width: 100%;
  }
}
/* section carousel rest */
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 0px 130px 0px;
}
.carousel {
  display: flex;
  opacity: 1;
}
.carousel-group {
  width: 100%;
  display: flex;
  gap: 10px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
}
.carousel-group.active-carousel {
  opacity: 1;
  position: relative;
}
.carousel img {
  width: calc(100% / 3);
  object-fit: cover;
}
.button-carousel {
  display: inline-flex;
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  border-radius: 2px;
}
.prev {
  left: 10px;
}
.next {
  right: 10px;
}
@media (max-width: 1064px){
  .carousel-container {
    padding: 0px 20px 130px 20px;
  }
  .carousel-container{
    max-width: 740px;
  }
  .carousel-group{
    gap: 0px;
  }
  .prev {
    left: 30px;
  }
  .next{
    right: 30px;
  }
  .button-carousel{
    top: 33%;
  }
}
@media (max-width: 600px){
  .carousel-group{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .carousel img {
    width: calc(80% / 1);
  }
  .prev {
    left: 8px;
  }
  .next{
    right: 8px;
  }
  .button-carousel{
    top: 43%;
  }
}
/* section menu restaurant */
.section-menu-rest {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  padding: 0px 0px 130px 0px;
}
.title-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.p-one-menu {
  width: 51%;
  text-align: center;
}
.menu-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.menu-container div {
  display: flex;
  align-items: center;
  gap: 30px;
}
/* --- */
.menu-wrapper {
  position: relative;
  width: 730px;
  height: auto;
}
.menu-info {
  width: 730px;
  display: flex;
  gap: 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.menu-info:first-of-type {
  display: flex;
  opacity: 1;
  height: auto;
  visibility: visible;
  position: relative;
}
.menu-info.active-menu {
  position: relative;
  opacity: 1;
  height: auto;
  visibility: visible;
  overflow: visible;
}
.conteiner-one-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.conteiner-one-comidas div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.conteiner-one-comidas p {
  text-align: left;
}
.title-menu-p {
  color: var(--pregrinos-primary);
}
.button-ver-two-menu.active-menu {
  background-color: var(--pregrinos-primary);
  color: white;
}
@media (max-width: 770px){
  .section-menu-rest{
    gap: 60px;
    padding: 0px 20px 70px 20px;
  }
  .title-menu{
    gap: 20px;
  }
  .section-three-rest hr{
    display: none;
  }
  .p-one-menu {
    width: 100%;
  }
  .menu-info{
    width: 100%;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .menu-container{
    flex-direction: column;
    gap: 15px;
  }
  .menu-container div {
    gap: 10px;
  }
  .conteiner-one-menu {
    gap: 25px;
  }
}
/* section pan restaurant */
.section-pan-rest {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  position: relative;
}
.section-pan-rest p {
  width: 37%;
  text-align: center;
  margin-bottom: 400px;
}
.background-img-pan-rest {
  width: 430px;
  border-radius: 210px;
  border: 25px solid white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(43%);
  top: 0;
}
.background-section-pan-rest {
  width: 100%;
  height: 398px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1275px) {
  .section-pan-rest p {
    width: 61%;
  }
}
@media (max-width: 700px) { 
  .section-pan-rest {
    padding: 0px 20px 0px 20px;
  }
  .section-pan-rest p {
    width: 100%;
    margin-bottom: 200px;
  }
  .background-img-pan-rest {
    width: 280px;
    border: 20px solid white;
    transform: translateX(-50%) translateY(70%);
  }
}
@media (max-width: 346px) { 
  .section-pan-rest p {
    margin-bottom: 185px;
  }
  .background-img-pan-rest {
    transform: translateX(-50%) translateY(70%);
  }
}
/* page gallery*/
/* header gallery */
.header-gallery{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 80px 0px 45px 0px;
  background: linear-gradient(to right, #FBC193 70%, #FAE0C7 30%);
}
.img-main-header-galeria {
  width: 361px;
}
.conteiner-icon-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.conteiner-icon-header h1 {
  font-size: 65px;
  color: var(--tertiary-three);
}
.header-galeria-main {
  display: flex;
  gap: 10px;
}
.header-galeria-sec {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.conteiner-img-header {
  display: flex;
  gap: 10px;
}
.img-header-one-gallery {
  width: 266px;
  height: 388px;
  object-fit: cover;
}
.img-header-two-gallery {
  width: 235px;
  height: 418px;
  object-fit: cover;
  object-position: center;
}
.img-header-three-gallery {
  width: 386px;
  height: 268px;
  object-fit: cover;
}
.img-header-four-gallery {
  width: 188px;
  height: 333px;
  object-fit: cover;
  object-position: center;
}
.img-header-five-gallery {
  width: 188px;
  height: 333px;
  object-fit: cover;
  object-position: right;
}
.img-header-six-gallery {
  width: 386px;
  height: 268px;
  object-fit: cover;
  object-position: center;
}
[class^="img-header-"] {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.img-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .header-gallery {
    flex-direction: column;
    gap: 35px;
  }
  .img-main-header-galeria {
    margin-top: 35px;
  }
}
@media (max-width: 380px ) {
  .img-main-header-galeria {
    width: 100%;
  }
  .img-main-header-galeria {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .header-gallery {
    padding: 80px 20px 45px 20px;
  }
  .img-header-one-gallery {
    width: 120px;
    height: 295px;
    object-position: center;
  }
  .img-header-two-gallery {
    width: 120px;
    height: 315px;
    object-position: center;
  }
  .img-header-three-gallery {
    width: 200px;
    height: 215px;
    object-position: right;
  }
  .img-header-four-gallery {
    width: 95px;
    height: 270px;
    object-position: center;
  }
  .img-header-five-gallery {
    width: 95px;
    height: 270px;
    object-position: center;
  }
  .img-header-six-gallery {
    width: 200px;
    height: 170px
  }
}
/* section gallery */
.section-gallery{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 130px 0px 190px 0px;
}
.gallery{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
/* lightbox gallery */
.gallery div {
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 210;
}
.lightbox img {
  max-width: 75%;
  max-height: 75%;
}
.close-gallery, .prev-gallery, .next-gallery {
  position: absolute;
  font-size: 24px;
  cursor: pointer;
}
.close-gallery {
  top: 65px;
  right: 15%;
}
.close-gallery svg{
  fill: var(--black-two);
}
.prev-gallery {
  left: 15%;
}
.prev-gallery svg{
  fill: var(--black-two);
}
.next-gallery {
  right: 15%;
}
.next-gallery svg{
  fill: var(--black-two);
}
.gallery-conteiner-one{
  display: flex;
  gap: 10px;
}
.gallery-img-one{
  width: 400px;
  height: 225px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-uno.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-two{
  width: 275px;
  height: 225px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-dos.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-three{
  width: 275px;
  height: 225px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-tres.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-two{
  display: flex;
  gap: 10px;
}
.gallery-img-four{
  width: 400px;
  height: 574px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-cuatro.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-two-one{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gallery-img-five{
  width: 562px;
  height: 312px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-cinco.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-two-two{
  display: flex;
  gap: 10px;
}
.gallery-img-six{
  width: 276px;
  height: 252px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-seis.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-seven{
  width: 276px;
  height: 252px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-siete.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-three{
  display: flex;
  gap: 10px;
}
.gallery-img-eight{
  width: 686px;
  height: 386px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-ocho.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-nine{
  width: 274px;
  height: 386px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-nueve.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-four{
  display: flex;
  gap: 10px;
}
.gallery-img-ten{
  width: 316px;
  height: 235px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-diez.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-eleven{
  width: 316px;
  height: 235px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-once.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-twelve{
  width: 316px;
  height: 235px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-doce.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-five{
  display: flex;
  gap: 10px;
}
.gallery-img-thirteen{
  width: 558px;
  height: 417px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-trece.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-fourteen{
  width: 402px;
  height: 417px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-catorce.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-six{
  display: flex;
  gap: 10px;
}
.gallery-img-fiveteen{
  width: 487px;
  height: 649px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-quince.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-six-one{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gallery-img-sixteen{
  width: 473px;
  height: 319px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-dieciseis.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-seventeen{
  width: 473px;
  height: 319px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-diecisiete.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-seven{
  display: flex;
  gap: 10px;
}
.gallery-img-eightteen{
  width: 275px;
  height: 225px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-dieciocho.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-nineteen{
  width: 275px;
  height: 225px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-diecinueve.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-twenty{
  width: 400px;
  height: 225px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-veinte.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-eight{
  display: flex;
  gap: 10px;
}
.gallery-img-twentyone{
  width: 275px;
  height: 385px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-veintiuno.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-twentytwo{
  width: 685px;
  height: 385px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-veintidos.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-nine{
  display: flex;
  gap: 10px;
}
.gallery-img-twentythree{
  width: 319px;
  height: 468px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-veintitres.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-twentyfour{
  width: 314px;
  height: 468px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-veinticuatro.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-twentyfive{
  width: 317px;
  height: 468px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-veinticinco.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-ten{
  display: flex;
  gap: 10px;
}
.gallery-img-twentysix{
  width: 643px;
  height: 468px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-veintiseis.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-twentyseven{
  width: 314px;
  height: 468px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-veintisiete.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-conteiner-eleven{
  display: flex;
  gap: 10px;
}
.gallery-img-twentyeight{
  width: 314px;
  height: 468px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-veintiocho.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-twentynine{
  width: 641px;
  height: 468px;
  background-image: url(/assets/images/paginas/galeria/seccion-galeria/quinta-pichon-hotel-galeria-veintinueve.jpg);
  background-position: center;
  background-size: cover;
}
.gallery-img-one:hover, .gallery-img-two:hover, .gallery-img-three:hover, .gallery-img-four:hover, .gallery-img-five:hover, .gallery-img-six:hover,
.gallery-img-seven:hover, .gallery-img-eight:hover, .gallery-img-nine:hover, .gallery-img-ten:hover, .gallery-img-eleven:hover, .gallery-img-twelve:hover,
.gallery-img-thirteen:hover, .gallery-img-fourteen:hover, .gallery-img-fiveteen:hover, .gallery-img-sixteen:hover, .gallery-img-seventeen:hover, .gallery-img-eightteen:hover,
.gallery-img-nineteen:hover, .gallery-img-twenty:hover, .gallery-img-twentyone:hover, .gallery-img-twentytwo:hover,.gallery-img-twentythree:hover, .gallery-img-twentyfour:hover,
.gallery-img-twentyfive:hover, .gallery-img-twentysix:hover, .gallery-img-twentyseven:hover, .gallery-img-twentyeight:hover, .gallery-img-twentynine:hover{
  filter: brightness(1.2);
}
@media (max-width: 1855px){
  .close-gallery {
    top: 65px;
    right: 7%;
  }
  .prev-gallery {
    left: 7%;
  }
  .next-gallery {
    right: 7%;
  }
}
@media (max-width: 1000px){
  .gallery-img-one{
    width: 200px;
    height: 200px;
  }
  .gallery-img-two{
    width: 200px;
    height: 200px;
  }
  .gallery-img-three{
    width: 200px;
    height: 200px;
  }
  .gallery-img-four{
    width: 200px;
  }
  .gallery-img-five{
    width: 411px;
  }
  .gallery-img-six{
    width: 200px;
  }
  .gallery-img-seven{
    width: 200px;
  }
  .gallery-img-eight{
    width: 413px;
  }
  .gallery-img-nine{
    width: 198px;
  }
  .gallery-img-ten{
    width: 202px;
    height: 200px;
  }
  .gallery-img-eleven{
    width: 200px;
    height: 200px;
  }
  .gallery-img-twelve{
    width: 200px;
    height: 200px;
  }
  .gallery-img-thirteen{
    width: 307px;
  }
  .gallery-img-fourteen{
    width: 307px;
  }
  .gallery-img-fiveteen{
    width: 300px;
  }
  .gallery-img-sixteen{
    width: 314px;
  }
  .gallery-img-seventeen{
    width: 314px;
  }
  .gallery-img-eightteen{
    width: 202px;
    height: 200px;
  }
  .gallery-img-nineteen{
    width: 202px;
    height: 200px;
  }
  .gallery-img-twenty{
    width: 202px;
    height: 200px;
  }
  .gallery-img-twentyone{
    width: 174px;
  }
  .gallery-img-twentytwo{
    width: 444px;
  }
  .gallery-img-twentythree{
    width: 202px;
  }
  .gallery-img-twentyfour{
    width: 202px;
  }
  .gallery-img-twentyfive{
    width: 202px;
  }
  .gallery-img-twentysix{
    width: 444px;
  }
  .gallery-img-twentyseven{
    width: 174px;
  }
  .gallery-img-twentyeight{
    width: 174px;
  }
  .gallery-img-twentynine{
    width: 444px;
  }
  .close-gallery {
    right: 5%;
  }
  .prev-gallery {
    left: 5%;
  }
  .next-gallery {
    right: 5%;
  }
}
@media (max-width: 670px){
  .section-gallery{
    padding: 70px 0px 120px 0px;
  }
  .gallery-img-one{
    width: 100px;
  }
  .gallery-img-two{
    width: 100px;
  }
  .gallery-img-three{
    width: 100px;
  }
  .gallery-img-four{
    width: 100px;
    height: 380px;
  }
  .gallery-img-five{
    width: 210px;
    height: 190px;
  }
  .gallery-img-six{
    width: 100px;
    height: 180px;
  }
  .gallery-img-seven{
    width: 100px;
    height: 180px;
  }
  .gallery-img-eight{
    width: 210px;
    height: 300px;
  }
  .gallery-img-nine{
    width: 100px;
    height: 300px;
  }
  .gallery-img-ten{
    width: 100px;
  }
  .gallery-img-eleven{
    width: 100px;
  }
  .gallery-img-twelve{
    width: 100px;
  }
  .gallery-img-thirteen{
    width: 100px;
    height: 300px;
  }
  .gallery-img-fourteen{
    width: 210px;
    height: 300px;
  }
  .gallery-img-fiveteen{
    width: 100px;
    height: 380px;
  }
  .gallery-img-sixteen{
    width: 210px;
    height: 190px;
  }
  .gallery-img-seventeen{
    width: 210px;
    height: 180px;
  }
  .gallery-img-eightteen{
    width: 100px;
  }
  .gallery-img-nineteen{
    width: 100px;
  }
  .gallery-img-twenty{
    width: 100px;
  }
  .gallery-img-twentyone{
    width: 101px;
    height: 385px;
  }
  .gallery-img-twentytwo{
    width: 210px;
  }
  .gallery-img-twentythree{
    width: 100px;
    height: 340px;
  }
  .gallery-img-twentyfour{
    width: 100px;
    height: 340px;
  }
  .gallery-img-twentyfive{
    width: 100px;
    height: 340px;
  }
  .gallery-img-twentysix{
    width: 210px;
    height: 340px;
  }
  .gallery-img-twentyseven{
    width: 101px;
    height: 340px;
  }
  .gallery-img-twentyeight{
    width: 210px;
    height: 340px;
  }
  .gallery-img-twentynine{
    width: 101px;
    height: 340px;
  }
  .close-gallery {
    right: 10%;
  }
  .prev-gallery {
    top: 50%;
    left: 12%;
  }
  .prev-gallery svg{
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.5);
    fill: var(--white-one);
    border: none;
    padding: 10px;
    border-radius: 2px;
  }
  .next-gallery {
    top: 50%;
    right: 12%;
  }
  .next-gallery svg{
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.5);
    fill: var(--white-one);
    border: none;
    padding: 10px;
    border-radius: 2px;
  }
  .lightbox img{
    max-width: 85%;
  }
}
/* page quienes somos */
/* quines somos title */
.title-quienes-somos{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 190px 0px 130px 0px;
  margin-bottom: 20px;
  background-color: var(--secondary-one);
}
.title-quienes-somos h1{
  color: var(--tertiary-three);
}
.section-intro-quienes{
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.img-intro-quienes{
  width: 35%;
  height: 600px;
  object-fit: cover;
}
.text-intro-quienes{
  width: 65%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background-color: var(--complementary-one);
  position: relative;
  overflow: hidden;
}
.text-intro-quienes::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  background-color: var(--secondary-one);
  transition: height 0.5s ease-in-out;
}
.text-intro-quienes:hover::before{
  height: 100%;
}
.text-intro-quienes p{
  text-align: center;
  color: var(--tertiary-three);
  position: relative;
  z-index: 1;
}
.text-intro-quienes p:nth-of-type(1){
  font-family: "countryside";
  font-size: 45px;
}
.text-intro-quienes p:nth-of-type(2){
  width: 60%;
}

@media (max-width: 1570px) {
  .img-intro-quienes{
    background-position-y: 0px;
  }
}
@media (max-width: 1000px) {
  .section-intro-quienes {
    flex-direction: column;
  }
  .img-intro-quienes{
    width: 100%;
    height: 600px;
    background-position: center;
  }
  .text-intro-quienes{
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 600px) {
  .title-quienes-somos h1{
    font-size: 32px;
  }
  .text-intro-quienes p:nth-of-type(1){
    font-size: 32px;
  }
  .text-intro-quienes p:nth-of-type(2){
    width: 86%;
  }
}
/* text quienes somos */
.section-text-quienes{
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.conteiner-text-quienes{
  width: 65%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background-color: var(--secondary-two);
  position: relative;
  overflow: hidden;
}
.conteiner-text-quienes::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--complementary-one);
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.conteiner-text-quienes:hover::before{
  height: 100%;
}
.section-text-quienes p{
  width: 55%;
  text-align: center;
  color: var(--tertiary-three);
  position: relative;
  z-index: 1;
}
.section-text-quienes h2{ 
  text-align: center;
  color: var(--tertiary-three);
  position: relative;
  z-index: 1;
}
.section-text-img-quienes{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  background-color: var(--contrasting-three);
}
.section-text-img-quienes img{
  width: 400px;
}
@media (max-width: 1000px) {
  .section-text-quienes{
    width: 100%;
    flex-direction: column;
  }
  .conteiner-text-quienes{
    width: 100%;
    height: 600px;
  }
  .section-text-img-quienes{
    width: 100%;
    padding: 100px 0px;
  }
}
@media (max-width: 600px) {
  .conteiner-text-quienes {
    padding: 0px 20px;
  }
  .section-text-quienes p{
    width: 100%;
  }
  .section-text-img-quienes img{
    width: 80%;
  }
}
/* origenes quines somos */
.section-historia-quienes{
  width: 100%;
  height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, var(--tertiary-two) 35%, var(--contrasting-one) 35%);
  position: relative;
  overflow: hidden;
}
.section-historia-quienes::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to right, var(--tertiary-two) 35%, var(--primary-two)  35%);
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.section-historia-quienes:hover::before{
  height: 100%;
}
.conteiner-historia{
  width: 1200px;
  display: flex;
  text-align: center;
  background-color: var(--tertiary-three);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.conteiner-historia img{
  width: 445px;
  border-radius: 10px 0px 0px 10px;
}
.historia-text-quienes{
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  padding: 65px 55px;
}
.historia-text-quienes p:nth-of-type(1){
  font-family: "countryside";
  font-size: 45px;
}
@media (max-width: 1150px) {
  .section-historia-quienes{
    height: 1300px;
  }
  .conteiner-historia{
    width: 86%;
    flex-direction: column;
  }
  .conteiner-historia img{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
  }
}
@media (max-width: 850px) {
  .section-historia-quienes{
    height: 970px;
  }
  .historia-text-quienes p:nth-of-type(1){
    font-size: 32px;
  }
   .historia-text-quienes {
    padding: 65px 15px;
  }
}
/* page facturación*/
/*title facturacion*/
.title-facturacion {  
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 190px 30% 35px 30%;
}
.title-facturacion hr {   
  width: 100%;
}
.facturacion-main {
  display: flex;
  width: 100%;
  gap: 20px;
}
.facturacion-conteiner-one {
  width: 33%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.facturacion-conteiner-one div:nth-of-type(1) {
  width: 100%;
  height: 75%;
  background-color: var(--secondary-one);
  position: relative;
  overflow: hidden;
}
.facturacion-conteiner-one div:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--complementary-two);
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.facturacion-conteiner-one div:nth-of-type(1):hover::before {
  height: 100%;
}
.facturacion-conteiner-one div:nth-of-type(2) {
  width: 100%;
  height: 25%;
  background-color: var(--tertiary-one);
}
.facturacion-conteiner-two {
  width: 34%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 65px;
  padding: 0px 100px;
  background-color: var(--complementary-one);
}
.facturacion-conteiner-two a {
  font-family: "countryside";
  text-align: center;
  color: var(--tertiary-three);
  transition: all 0.6s ease;
  cursor: pointer;
}
.facturacion-conteiner-two a:nth-of-type(1) {
  font-size: 45px;
}
.facturacion-conteiner-two a:nth-of-type(2) {
  display: flex;
  gap: 13px;
  font-size: 30px;
}
.facturacion-conteiner-two svg {
  width: 25px;
  fill: var(--tertiary-three);
  transition: all 0.6s ease;
}
.facturacion-conteiner-two a:hover {
  color: var(--complementary-three);
}
.facturacion-conteiner-two a:nth-of-type(2):hover svg {
  fill: var(--complementary-three);
}
.facturacion-conteiner-three {
  width: 33%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-one);
  position: relative;
  overflow: hidden;
}
.facturacion-conteiner-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--complementary-two); 
  z-index: 0;
  transition: height 0.5s ease-in-out;
}
.facturacion-conteiner-three:hover::before {
  height: 100%;
}
.facturacion-conteiner-three img {
  width: 65%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1693px) {
  .facturacion-conteiner-two {
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  .facturacion-main{
    flex-direction: column;
  }
  .facturacion-conteiner-one {
    width: 100%;
    height: 200px;
  }
  .facturacion-conteiner-two {
    width: 100%;
    height: 500px;
    padding: 30px;
  }
  .facturacion-conteiner-three {
    width: 100%;
    height: 500px;
  }
  .facturacion-conteiner-three img {
    width: 270px;
  }
}
@media (max-width: 850px) {
  .title-facturacion{
    padding: 135px 20% 35px 20%;
  }
  .facturacion-conteiner-two {
    gap: 35px;
  }
  .facturacion-conteiner-one div:nth-of-type(1) {
    height: 50%;
  }
  .facturacion-conteiner-one div:nth-of-type(2) {
    height: 50%;
  }
  .facturacion-conteiner-two a:nth-of-type(1) {
    font-size: 32px;
  }
  .facturacion-conteiner-two a:nth-of-type(2) {
    font-size: 25px;
  }
  .facturacion-main {
    gap: 10px;
  }
  .facturacion-conteiner-one {
    gap: 10px;
  }
}
@media (max-width: 352px) {
  .facturacion-conteiner-two a:nth-of-type(2) {
    flex-direction: column;
    align-items: center;
  }
}
/* page aviso-terminos */
/* title terminos */
.title-aviso-terminos{  
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 190px 30% 35px 30%;
}
.title-aviso-terminos h1{
  text-align: center;
}
.title-aviso-terminos hr{
  width: 100%;
}
.aviso-terminos-main{
  width: 100%;
  display: flex;
  gap: 20px;
}
.aviso-terminos-img{
  width: 25%;
  height: 100vh;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 70px 0px 0px 0px;
  background-color: var(--primary-one);
}
.aviso-terminos-img svg{
  width: 38%;
}
.aviso-terminos-content{
  width: 75%;
  height: 100vh;
  background-color: var(--complementary-one);
}
.aviso-terminos-content{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  background-color: var(--complementary-one);
  padding: 70px 50px 150px 70px;
  flex-grow: 1;
  height: auto;
}
.aviso-terminos-content p{
  color: var(--tertiary-three);
  font-size: 22px;
}
.aviso-terminos-content p:nth-of-type(1){
  font-family: "countryside";
  font-size: 45px;
}
@media (max-width: 850px){
  .title-aviso-terminos{  
    padding: 135px 15% 35px 15%;
  }
  .aviso-terminos-img{
    display: none;
  }
  .aviso-terminos-content{
    align-items: center;
    padding: 70px 30px 200px 30px;
  }
  .aviso-terminos-content p{
    text-align: center;
    font-size: 18px;
  }
  .aviso-terminos-content p:nth-of-type(1){
    font-size: 32px;
  }
}
/* preguntas frecuentes */
.preguntas-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 140px  20px 0px 20px;
}
.preguntas-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: var(--tertiary-one);
}
.preguntas-text h1{
  text-align: center;
}
.preguntas-text p{
  text-align: center;
  width: 100%;
}
.container-menu-preguntas{
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.preguntas-menu{
  width: 40%;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  background-color: var(--primary-two);
  gap: 35px;
  padding: 70px 0px 0px 0px;
}
.preguntas-menu-option{
  width: 300px;
  display: flex;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  background-color: var(--complementary-one);
  padding: 40px 0px;
  border-radius: 5px;
  transition: background-color 0.6s ease, transform 0.6s ease;
}
.preguntas-menu-option p{
  font-family: "countryside";
  font-size: 30px;
  color: var(--tertiary-three);
  text-align: center;
}
.preguntas-menu-option:hover{
  background-color: var(--secondary-two);
}
.preguntas-menu-option.active-preguntas {
  background-color: var(--secondary-one);
}
.activar-fixed-eventos,
.activar-fixed-hospedaje,
.activar-fixed-fotograficas {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.preguntas-menu-option-wrapper {
  position: relative;
  height: 120px;
}
.preguntas-menu-option {
  width: 300px;
  transition: top 0.3s ease;
}
.fixed-mode {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
hr {
  width: 100%;
  height: 0.5px;
  background-color: var(--black-two);
}
.preguntas-conteiner{
  width: 100%;
  height: 100%;
}
.preguntas-conteiner-main{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 35px;
  background-color: var(--complementary-one);
  padding: 70px 50px 150px 70px;
  flex-grow: 1;
  height: auto;
}
.preguntas-conteiner-main-two{
  width: 100%;
  min-height: 800px;
  background-color: var(--complementary-one);
}
.preguntas-individuales{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.preguntas-conteiner-main h2{
  font-family: "countryside";
  color: var(--tertiary-three);
  font-size: 45px;
}
.preguntas-individuales p:nth-of-type(1){
  text-align: left;
  color: var(--tertiary-three);
}
.pregunta-desplegable{
  display: flex;
  align-items: center;
  gap: 25px;
}
.pregunta-desplegable p:nth-of-type(1){
  font-family: "countryside";
  font-size: 35px;
  color: var(--tertiary-three);
  cursor: pointer;
}
.pregunta-desplegable svg{
  fill: var(--contrasting-one);
  transition: transform 1s ease, fill 0.2s ease;
  cursor: pointer;
}
.pregunta-desplegable svg.rotado-respuesta {
  transform: rotate(90deg);
}
.pregunta-desplegable svg.activado-respuesta {
  fill: var(--secondary-two);
}
.respuesta {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top; 
  transition: max-height 0.5s ease, opacity 0.3s ease, transform 0.5s ease;
}
.respuesta.visible-respuesta {
  max-height: 1000px;
  opacity: 1;
  transform: scaleY(1);
  transition: max-height 0.5s ease, opacity 0.3s ease, transform 0.5s ease;
}
.link-preguntas {
  color: var(--primary-one);
}
.link-preguntas:hover {
  color: var(--primary-three);
}

@media (max-width: 1500px) {
  .container-menu-preguntas {
    flex-direction: column;
  }
  .preguntas-menu {
    width: 100%;
    min-height: unset;
    padding: 25px 0px 25px 0px;
  }
  .preguntas-individuales p {
    text-align: start;
  }
}
@media (max-width: 1050px){
  .preguntas-menu{
    flex-direction: column;
  }
  .preguntas-conteiner-main{
    align-items: center;
  }
  .preguntas-individuales{
    flex-direction: column;
    gap: 25px;
  }
  .preguntas-individuales p{
    text-align: center;
  }
  .preguntas-conteiner-main h1{
    text-align: center;
  }
  .preguntas-menu{
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .pregunta-desplegable{
    flex-direction: column;
  }
}
@media (max-width: 500px){
  .preguntas-section{
    padding: 135px 20px 120px 20px;
  }
  .preguntas-conteiner-main{
    padding: 30px 20px 30px 20px;
    gap: 45px;
  }
  .preguntas-conteiner-main-two{
    min-height: 400px;
  }
  .preguntas-menu-option {
    width: 245px;
    padding: 25px 0px;
  }
  .preguntas-menu {
    gap: 25px;
  }
  .preguntas-text p {
    width: 100%;
  }
  .preguntas-menu-option p {
    font-size: 25px;
  }
  .preguntas-conteiner-main h1{
    text-align: center;
    font-size: 25px;
  }
  .preguntas-individuales p:nth-of-type(1){
    text-align: center;
    font-size: 16px;
  }
  .pregunta-desplegable p:nth-of-type(1){
    text-align: center;
    font-size: 25px;
  }
  .preguntas-conteiner-main h2{
    font-size: 32px;
    text-align: center;
  }
}
/* Page blog */
/* header blog */
.header-blog {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 80px 0px 45px 0px;
  background: linear-gradient(to right, #F28076 70%, #FAE0C7 30%);
}
.img-main-header-blog {
  width: 361px;
}
.conteiner-icon-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.conteiner-icon-header h1 {
  font-size: 65px;
  color: var(--tertiary-three);
}
.header-blog-main {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.header-blog-img {
  display: flex;
  gap: 10px;
}
.header-conteiner-img-main {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.img-header-one-blog {
  width: 326px;
  height: 294px;
  object-fit: cover;
}
.img-header-two-blog {
  width: 283px;
  height: 225px;
  object-fit: cover;
}
.img-header-three-blog {
  width: 326px;
  height: 529px;
  object-fit: cover;
}
.img-header-blog-info {
  width: 574px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  background-color: var(--primary-three);
}
.img-header-blog-info h2 {
  font-size: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.img-header-blog-info p {
  text-align: left;
  color: var(--black-two);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.img-header-blog-info span { 
  font-family: 'graphik-reg';
}
[class^="img-header-"] {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.img-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1200px){
  .header-blog {
    flex-direction: column;
    gap: 35px;
  }
  .img-main-header-blog {
    margin-top: 35px;
  }
}
@media (max-width: 380px){
  .img-main-header-blog {
    width: 100%;
  }
}
@media (max-width: 700px){
  .header-blog {
    padding: 80px 20px 45px 20px;
  }
  .header-conteiner-img-main {
    width: 100%;
  }
  .header-blog-img {
    width: 100%;
  }
  .img-header-one-blog {
    width: 100%;
  }
  .img-header-two-blog {
    width: 100%;
  }
  .img-header-three-blog {
    display: none;
  }
  .img-header-blog-info {
    width: 100%;
    padding: 20px;
  }
}
/* seccion recents blog */
.recent-post-section {
  width: 100%;
  padding: 130px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.recent-post-section h2 {
  color: var(--black-one);
  text-align: center; 
}
.conteiner-recent-post {
  display: flex;
  gap: 80px;
}
/* ---- posts recent ----*/
.post-recent {
  width: 510px;
  min-height: 575px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.img-link-post-recent {
  width: 100%;
}
.img-post-recent {
  width: 100%;
  height: 305px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-recent span {
  font-size: 16px;
}
.post-recent h3 {
  font-size: 28px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-recent p {
  width: 85%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1137px) {
  .conteiner-recent-post {
    flex-direction: column;
    gap: 55px;
  }
  .recent-post-section {
    padding: 70px 20px;
    gap: 30px;
  }
  .post-recent {
    width: 100%;
    min-height: unset;
    gap: 20px;
  }
  .img-post-recent {
    width: 100%;
    height: 500px;
  }
  .post-recent p {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .img-post-recent {
    height: 305px;
  }
}
/* section previous post */
.section-previous-post {
  width: 100%;
  padding: 70px 16% 140px 16%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 60px;
  background: linear-gradient(to right, #D1F3EC 70%, #FFDBD8 30%);
}
.header-previous-post {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 45px;
}
.input-conteiner-previous-post {
  display: flex;
  align-items: center;
  gap: 15px;
}
.input-previous-post {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
}
#busqueda-articulos {
  width: 350px;
  height: 41px;
  padding: 0 40px 0 15px; 
  box-sizing: border-box;
  border: 3px solid var(--complementary-one);
  font-family: 'graphik-reg';
  border-radius: 40px;
  font-size: 18px;
  transition: border-color 0.3s ease;
}
#busqueda-articulos:focus {
  border-color: var(--complementary-three);
  color: var(--black);
  outline: none;
}
.input-icon-post {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1190px) {
  .header-previous-post {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .header-previous-post { 
    gap: 25px;
  }
  .input-conteiner-previous-post {
    flex-direction: column;
  }
  .input-conteiner-previous-post,
  .input-previous-post, #busqueda-articulos {
    width: 100%;
  }
}
.container-previous-post {
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px 50px;
}
/* Layout 2 o 5 articulos */
.container-previous-post.solo-dos {
  justify-content: flex-start;
}
.card-articulo {
  width: 397px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 35px;
  padding: 20px;
  background-color: var(--white-one);
  overflow: hidden;
}
.info-post-pre {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.info-post-pre h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px;
  text-align: left;
  color: var(--primary);
}
.info-post-pre p {
  font-size: 16px;
  text-align: left;
  color: var(--black-two);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.img-tag-post-pre {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.imagen-post-previous {
  width: 100%;
  height: 174px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.texto-no-encontrados {
  font-size: 34px;
  font-family: "countryside";
  color: var(--primary);
}
/* paginador blog */
.pagination-post {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-number,
.page-arrow {
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
    padding: 6px 10px;
}
.page-number.active {
    color: var(--secondary-two);
}
.page-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
@media (max-width: 1899px) {
  .section-previous-post {
    padding: 70px 10% 140px 10%;
  }
  .container-previous-post {
    gap: 50px 50px;
  }
}
@media (max-width: 1570px) {
  .section-previous-post {
    padding: 70px 5% 140px 5%;
  }
}
@media (max-width: 1380px) {
  .section-previous-post {
    padding: 70px 20px 140px 20px;
  } 
}
@media (max-width: 1300px) {
  .section-previous-post {
    padding: 70px 20px 140px 20px;
  } 
}
@media (max-width: 1290px) {
  .container-previous-post {
    justify-content: center;
    align-items: center;
    gap: 50px 50px;
  }
}
@media (max-width: 560px) {
  .card-articulo {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .section-previous-post {
    gap: 40px;
  }
  .container-previous-post {
    gap: 30px 50px;
  }
  .imagen-post-previous {
    width: 100%;
  }
  .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .texto-no-encontrados {
    text-align: center;
  }
}
  /* single post */
.single-post {
  position: relative;
}
.single-bg {
  position: absolute;
  top: 0;
  right: 0; 
  width: 35vw;
  max-width: 680px;
  height: 100%;
  background: var(--complementary-four);
  z-index: 1;
  pointer-events: none;
}
.single-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: var(--primary-three);
}
.single-container {
  position: relative;
  width: 100%;
  padding-top: 202px;
  overflow: hidden;
}
.single-inner {
  position: relative;
  max-width: 840px;
  margin-left: 18%;
  z-index: 2;
}
.single-header .post-date {
  font-size: 16px;
  color: var(--black-two);
}
.single-header h1 {
  font-size: 32px;
  margin: 10px 0px 35px 0px;
  text-align: left;
}
.single-content h2 {
  font-size: 32px;
  margin: 40px 0px 20px 0px;
  text-align: left;
}
.single-content h3 {
  font-size: 32px;
  margin: 40px 0px 20px 0px;
  text-align: left;
}
.single-content p {
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: left;
}
.single-content img {
  width: 120%;
  max-width: none;
  margin: 40px 0 40px 0%;
  display: block;
}
.single-content .full-img img {
  width: 120%;
  margin-left: -10%;
}
.single-referencias {
  padding: 60px 0px 50px 0px;
}
.single-referencias h2 {
  font-size: 32px;
  margin: 0px 0px 20px 0px;
  text-align: left;
}
.single-referencias p {
  font-size: 16px;
  text-align: left;
  margin: 20px 0px;
  word-break: break-word;
}
.single-referencias a {
  color: var(--secondary-two);
}
/* botones single */
.single-actions {
  display: flex;
  gap: 25px;
  position: relative;
}
.share-popup {
  width: 114px;
  height: 55px;
  position: absolute;
  left: 346px;    
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 0px 4px;
  gap: 15px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.share-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.share-popup a {
  position: relative;
  z-index: 1;
}
.share-fb svg {
  fill: #FFF2E8;
  transition: all 0.6s ease;
}
.share-fb svg:hover {
  fill: var(--complementary-three);
}
.share-wa svg {
  fill: #FFF2E8;
  transition: all 0.6s ease;
}
.share-wa svg:hover {
  fill: var(--complementary-three);
}
.share-popup.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.button-ver-blog{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 3px var(--complementary-one);
  border-radius: 40px;
  width: 161px;
  height: 41px;
  color: var(--complementary-one);
  background-color: var(--white-one);
  transition: all 0.6s ease;
  font-family: "graphik-reg";
  font-size: 18px;
}
.button-ver-blog:hover{
  background-color: var(--complementary-one);
  color: var(--white-one);
}
/* related posts */
.related-posts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 180px 0px 180px 0px;
  gap: 50px;
}
.related-posts h2 {
  text-align: center;
}
.related-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}
.card-related {
  width: 312px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
}
.related-img {
  width: 312px;
  height: 174px;
  background-size: cover;
  background-position: center;
}
.info-card-related {
  display: flex;
  min-height: 219px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.info-card-related h3 {
  font-size: 22px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0px 25px;
}
@media (max-width: 1830px) {
  .single-inner {
    margin-left: 5%;
  }
  .single-bg {
    width: 60%;
  }
}
@media (max-width: 1616px) {
  .single-bg {
    width: 35%;
  }
}
@media (max-width: 1420px) {
  .single-bg {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .single-bg {
    width: 15%;
  }
}
@media (max-width: 1105px) {
  .single-bg {
    display: none;
  }
  .single-container {
    padding: 180px 20px 0px 20px;
  }
  .single-inner {
    width: 100%;
    max-width: unset;
    margin-left: 0;
  }
  .single-content img {
    width: 100%;
  }
}
@media (max-width: 1075px) {
  .related-posts{
    padding: 180px 20px;
  }
}
@media (max-width: 600px) {
  .single-referencias {
    padding: 20px 0px 15px 0px;
  }
  .related-list {
    gap: 60px;
  }
  .related-posts { 
    padding: 70px 0px 150px 0px;
  }
}
@media (max-width: 395px) {
  .single-actions {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  } 
}