/* 
* Fuentes
* -----------------------------------------------------
*/
@font-face {
  font-family: 'LibreCaslonDisplay';
  src: url('../fonts/LibreCaslonDisplay-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir.ttc') format('truetype');
}
@font-face {
  font-family: 'LibreCaslonText-Bold';
  src: url('../fonts/LibreCaslonText-Bold.ttf') format('truetype');
}
body {
  overflow-x: hidden;
}
:root {
  --color-main: #344B2B;
}

.picture img {
  width: 100%;
  object-fit: cover;
}
.whatsapp {
  position: fixed;
  bottom: 24px;
  right: 0;
  z-index: 99;
  cursor: pointer;
  transition: transform 300ms ease;
}
.whatsapp:hover {
  transform: scale(1.1);
}

p,
ul, ul li {
  font-family: 'Avenir';
  font-size: 18px;
}
h1 {
  font-family: 'Avenir';
  font-size: 50px;
}
h2 {
  color: #464443;
  font-family: 'Avenir';
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  color: #464443;
  font-family: 'Avenir';
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h3 {
    color: #464443;
    font-family: 'Avenir';
    font-size: 18px;
    font-weight: 700;
  }
}
h4 {
  color: #464443;
  font-family: 'Avenir';
  font-size: 30px;
}
.left span {
  color: #464443;
  font-family: 'Avenir';
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .left span {
    color: #464443;
    font-family: 'Avenir';
    font-size: 18px;
    font-weight: 500;
  }
}
.left img {
  margin-left: -20px;
}
@media only screen and (max-width: 768px) {
  span {
    color: #464443;
    font-family: 'Avenir';
    font-size: 18px;
    font-weight: 500;
  }
}
section {
  padding: 120px 0;
}
@media (max-width: 1280px) {
  section {
    padding: 60px 0;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .nav-mob {
    display: flex !important;
  }
  .nav-desktop {
    display: none !important;
  }
}
/* FORM */
.form-container {
  background-color: var(--color-main);
  display: flex;
  align-items: center;
}
.form-container .form-logo {
  text-align: center;
}
.form-container .form-logo img {
  max-width: 300px;
}
@media (max-width: 1024px) {
  .info-wrapper {
    padding: 60px 40px!important;
  }
  .form-logo {
    display: none;
  }
}

/* HOME */
.logo-mobile {
  display: none;
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .logo-mobile {
    display: initial;
  }
  .logo-mobile img {
    width: 140px;
  }
}
.subtitle h1 {
  font-size: 68px!important;
}
@media (max-width: 1500px) {
  .subtitle h1 {
    font-size: 34px !important;
  }
}
@media (max-width: 1200px) {
  .subtitle h1 {
    font-size: 28px !important;
  }
}

/* RENDERS */
#renders {
  padding: 0;
}

/* CAROUSEL */
/* CAROUSEL */
.owl-carousel .owl-item {
  aspect-ratio: 16/9;
}

.owl-carousel .owl-item img {
  object-fit: cover;
}

#renders .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#renders .owl-carousel .owl-nav .owl-next {
  transform: rotate(180deg);
}

#renders .owl-carousel .owl-nav .owl-prev,
#renders .owl-carousel .owl-nav .owl-next {
  opacity: .5;
  transition: opacity 300ms ease-in-out;
}

#renders .owl-carousel .owl-nav .owl-prev:hover {
  opacity: .8;
  transition: opacity 300ms ease-in-out;
}

#renders .owl-carousel .owl-nav .owl-next:hover {
  opacity: .8;
  transition: opacity 300ms ease-in-out;
}

#renders .owl-carousel .owl-dots {
  text-align: center;
  transform: translateY(-70px);
  position: absolute;
  width: 100%;
  display: none;
}

#renders .owl-carousel .owl-dots .owl-dot {
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .5);
  margin: 0 5px;
  transition: background 300ms ease-in-out;
}

#renders .owl-carousel .owl-dots .owl-dot.active {
  background-color: rgba(255, 255, 255, .8);
  transition: background 300ms ease-in-out;
}

#renders .owl-carousel .owl-dots .owl-dot:hover {
  background-color: rgba(255, 255, 255, 1);
  transition: background 300ms ease-in-out;
}

/* UBICACIÓN */
.ubicacion {
  padding: 0px;
}
@media (max-width: 1024px) {
  .ubicacion {
    padding: 60px 40px;
  }
}


/* Section 1
*--------------------------------
*/
/* nav idiomas */
.nav-idiomas {
  color: white;
  display: flex;
  gap: 10px;
  justify-content: end;
  list-style: none;
  margin-top: 20px;
  padding: 0;
  padding-right: 20px;
}
.nav-idiomas li {
  border-right: 1px solid white;
  font-size: 14px;
}
.nav-idiomas li a.selected {
  font-weight: bolder;
}
.nav-idiomas li a {
  display: block;
  padding-right: 11px;
  width: 100%;
}
.nav-mob {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.active {
  font-weight: bolder;
}
.nav-idiomas li:last-child {
  border: none;
}
#cabecera {
  background: url(../images/cabecera.jpg) 50% 50% / cover;
  height: 100vh;
  position: relative;
}
#footer {
  background: url(../images/footer.jpg) 50% 50% / cover;
  height: 100vh;
  position: relative;
}
.page-footer .image img {
  display: none!important;
}
@media (max-width: 1024px) {
  .page-footer .image {
    background-size: cover;
    background-position: bottom center;
  }
}
#cabecera .description {
  left: 80px;
  position: absolute;
  top: 80px;
}
#cabecera .description h2,
#cabecera .description h1 {
  color: #ffffff;
  width: 600px;
}
#cabecera .description h1 {
  font-family: 'Avenir';
  font-size: 60px;
  font-weight: 700;
}
#cabecera .description h2 {
  font-family: 'Avenir';
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}
.page-header .langs-wrapper{
  position: absolute;
  top: 40px;
  right: 100px;
  z-index: 10;
  display: flex;
  gap: 10px;
  color: white;
}
.page-header .langs-wrapper .selected {
  font-weight: 800;
}
@media (max-width: 1024px) {
  .page-header .langs-wrapper{
    right: 40px;
    top: 50px;
  }
}
.subtitle h3 {
  margin-bottom: 20px;
}
.hero-price {
  font-family: 'Avenir';
  font-weight: 600;
  font-size: 34px;
  color: white;
}
@media (max-width: 1500px) {
  .hero-price {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .hero-price {
    font-size: 24px;
  }
}
/* Formulario
*--------------------------------
*/
/* 
* Formulario con Preguntas
* -----------------------------------------------------
*/
#cabecera {
  padding: 0;
}
#formulario {
  background-color: #0d0d0d;
  bottom: 0;
  font-family: 'Avenir';
  height: 100vh;
  position: absolute;
  right: 80px;
  width: 420px;
}
#formulario img {
  padding-bottom: 80px;
  padding-left: 36px;
  padding-top: 38px;
}
#formulario .header-mobile {
  display: none;
  width: 100%;
}
#formulario h1 {
  color: white;
  font-family: 'Avenir';
  font-size: 30px;
  font-weight: 700;
  padding-left: 28px;
}
#formulario p {
  color: white;
  font-family: 'Avenir';
  font-size: 17px;
  font-weight: 500;
  padding-left: 28px;
  padding-right: 20px;
}
#formulario form .box {
  background-color: #0d0d0d;
  color: white;
  display: none;
  max-width: 420px;
  padding: 0 30px;
}
#formulario form .box.active {
  display: block;
}
#formulario form .box .info {
  color: #ffffff;
  font-family: 'Avenir';
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 40px;
}
#formulario form .box .info span {
  color: #ffffff;
  font-family: 'Avenir';
  font-size: 18px;
  font-weight: 700;
}
#formulario form .box .info2 {
  color: #ffffff;
  font-family: 'Avenir';
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 40px;
}
#formulario form .box label {
  background: #ffffff;
  border-radius: 2px;
  color: #0d0d0d;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin: 5px auto;
  padding: 5px 10px;
  padding: 20px 0;
  text-align: center;
  transition: 0.4s;
  width: 100%;
}
#formulario form .box label:hover {
  background: #e2e2de;
}
#formulario form .box label.selected {
  background: white;
  color: white;
}
#formulario form .box input[type='radio'] {
  display: none;
}
#formulario form .inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#formulario form .inputs .input-style {
  padding: 10px 0;
  width: 100%;
}
#formulario form .inputs .input-style.bg {
  width: 100%;
}
#formulario form .inputs .input-style input,
#formulario form .inputs .input-style select,
#formulario form .inputs .input-style textarea {
  background: none;
  border: none;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  height: 50px;
  outline: none;
  overflow: hidden;
  padding: 0;
  resize: none;
  width: 100%;
}
/* #formulario form .inputs .input-style textarea {
    height: 70px;
  } */
#formulario form .inputs .input-style input::placeholder,
#formulario form .inputs .input-style select::placeholder,
#formulario form .inputs .input-style textarea::placeholder {
  color: inherit;
}
#formulario form .inputs .input-style input option,
#formulario form .inputs .input-style select option,
#formulario form .inputs .input-style textarea option {
  color: black;
}
#formulario form .submits {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#formulario form .submits .checkbox {
  color: #919191;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  text-align: left;
  width: 100%;
}
#formulario form .submits .checkbox input {
  margin-left: 0;
  cursor: pointer;
}
#formulario form .submits .checkbox a {
  color: inherit;
}
#formulario form .submits .checkbox span {
  color: #ffffff;
  font-size: 12px;
  padding-left: 2px;
}
#formulario form .submits .submit {
  text-align: right;
  width: 100%;
}
#formulario form .submits .submit input {
  background: #ffffff;
  border: none;
  border: solid 2px #ffffff;
  color: #0d0d0d;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 8px;
  padding: 8px 0;
  text-transform: uppercase;
  transition: 0.4s;
  width: 100%;
}
#formulario form .submits .submit input:hover {
  background: #0d0d0d;
  color: #ffffff;
}
/* .container {
  max-width: 1800px;
} */
/* Section 1
*--------------------------------
*/
#section1 .container {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
}
#section1 .container .left,
#section1 .container .right {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  #section1 .container .left,
  #section1 .container .right {
    width: 100%;
  }
}
#section1 .container .left h2 {
  color: #464443;
  font-family: 'Avenir';
  font-size: clamp(36px, 4vw - 1rem, 42px);
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  #section1 .container .left h2 {
    padding-bottom: 8px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #section1 .container .left h2 br {
    content: ' ';
    display: inline-block;
    width: 10px;
  }
}
#section1 .container .right p {
  line-height: 1.8;
}
/* Icon Section
*--------------------------------
*/
#icons {
  background-color: var(--color-main);
  padding: 60px 0;
}
#icons .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#icons .container .icon-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 18px;
  gap: 10px;
}
#icons .container .icon-container img {
  width: 80px;
}
#icons .container .icon-container p {
  font-family: 'Avenir';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 20px;
  text-align: center;
  color: white;
  border-top: 1px solid white;
}
@media only screen and (max-width: 992px) {
  #icons .container {
    grid-template-columns: repeat(2, 1fr);
  }
  #icons .container .icon-container {
    align-items: center;
  }
}
form .inputs .input-style.xs {
  width: 30% !important;
}
.tel-content {
  display: flex;
  gap: 13px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  #icons .container .icon-container p {
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
  }
  /* #icons .container .icon-container img {
    height: 38px;
  } */
}
/* Map Section
*--------------------------------
*/
#map .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #map .container {
    text-align: start;
  }
}
#map .container h3 {
  color: #aa8453;
  font-family: 'LibreCastonDisplay';
  font-size: clamp(36px, 4vw - 1rem, 50px);
  font-weight: 400;
  padding-bottom: 12px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  #map .container h3 {
    padding-top: 18px;
    padding-bottom: 0;
  }
}

#map .container img {
  width: 100%;
}
@media only screen and (max-width: 1284px) {
  #map .container {
    width: 100%;
  }
  #map .container h3 {
    padding-bottom: 18px;
  }
  #map .container span {
    padding-top: 20px;
  }
}
#map .picture img {
  margin-top: 40px;
  object-fit: cover;
  width: 100%;
  min-height: 500px;
}

.picture.picture__map img {
  max-height: 800px;
}

.paragraph {
  margin: 0 auto;
  width: 400px;
}

@media only screen and (max-width: 992px) {
  .paragraph {
    width: 100%;
  }
}
/* Everup
*--------------------------------
*/

footer {
  background-color: #000000;
  padding-top: 12px;
}
footer p {
  color: #ffffff;
  font-size: 15px;
  padding-top: 10px;
  text-align: center;
}
/* Animaciones
*--------------------------------
*/
.fadeTop1 {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 2s;
}
.fadeTop2 {
  opacity: 0;
  transform: translate(0, 14vh);
  transition: all 2s;
}
.fadeTop3 {
  opacity: 0;
  transform: translate(0, 18vh);
  transition: all 2s;
}
.fadeTop4 {
  opacity: 0;
  transform: translate(0, 22vh);
  transition: all 2s;
}
.fadeTop5 {
  opacity: 0;
  transform: translate(0, 26vh);
  transition: all 2s;
}
.fadeBottom {
  opacity: 0;
  transform: translate(0, -10vh);
  transition: all 4s;
}
.fadeRight {
  opacity: 1;
  transform: translate(58vh, 0vh);
  transition: all 3s;
}
.fadeLeft {
  opacity: 0;
  transform: translate(-10vh, 0vh);
  transition: all 2s;
}
.fadeTransparence {
  opacity: 0;
  transition: all 4s;
}
.visible {
  opacity: 1;
  transform: translate(0, 0);
}
/* 
* Responsive
* -----------------------------------------------------
*/
@media only screen and (max-width: 1284px) {
  .fadeRight {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 2s;
  }
  .fadeLeft {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 2s;
  }
}
/* PÁGINA PRIVACIDAD */
#privacidad .page-header::before,
#privacidad .page-header,
#privacidad .page-header .image {
  min-height: 0;
  height: 190px;
}
#privacidad .page-header .page-logo {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 37px;
  left: 0px;
  text-align: center;
}
#privacidad .page-header .page-logo img {
  width: 100%;
  padding: 0 20px;
  max-width: 260px;
}
#privacidad .aviso-privacidad,
#privacidad .aviso-privacidad * {
  min-width: 0;
  width: auto;
}
.comprobante {
  height: 100vh;
  background-image: url('./../images/comprobante.jpg');
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comprobante .container {
  background-color: rgba(0, 0, 0, .5);
  padding: 80px;
  color: white;
}
.comprobante .container .comprobante-text p {
  font-size: 28px;
}
@media (max-width: 768px) {
  .comprobante .container {
    padding: 80px 30px;
  }
.comprobante .container .comprobante-text p {
    font-size: 20px;
  }
}
.comprobante .container .logo {
  margin-bottom: 20px;
}
.comprobante .container .logo img {
  max-width: 250px;
}

/* MODAL COOKIES */
#PopCookies {
}
#PopCookies .modal-dialog {
  margin: 0;
  max-width: 100%;
  min-height: 100vh!important;
}
#PopCookies .modal-content {
  bottom: 0;
  position: absolute;
  width: 100%;
}
#PopCookies .modal-header {
  display: none;
}
#PopCookies .modal-dialog .modal-content .modal-body {
  padding-top: 20px!important;
  padding-bottom: 0px!important;
}
#PopCookies .modal-dialog .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row!important;
  gap: 20px;
  padding-left: 2.1rem!important;
  padding-right: 2.1rem!important;
  padding-bottom: 20px!important;
}
#PopCookies .modal-dialog .modal-content .modal-body #textoPopCookies p,
#PopCookies .modal-dialog .modal-content .modal-body #textoPopCookies a,
#PopCookies .modal-dialog .modal-content .modal-body #textoPopCookies span {
  font-size: 12px!important;
  line-height: 14px!important;
}
#PopCookies .modal-dialog .modal-content .modal-body #textoPopCookies p {
  margin-bottom: 0px!important;
  display: inline;
}
#PopCookies .modal-dialog .modal-content .modal-footer .btn {
  font-size: 12px!important;
  line-height: 14px!important;
  width: auto!important;
  border-radius: 20px!important;
  padding: 10px 20px!important;
  margin: 0!important;
}
@media (max-width: 992px) {#PopCookies .modal-dialog .modal-content .modal-footer .btn:nth-child(1),
  #PopCookies .modal-dialog .modal-content .modal-footer .btn:nth-child(2),
  #PopCookies .modal-dialog .modal-content .modal-footer .btn:nth-child(3) {
    position: relative;
    background-color: transparent !important;
    color: transparent !important;
    width: 75px !important;
  }

  #PopCookies .modal-dialog .modal-content .modal-footer .btn:nth-child(1)::before,
  #PopCookies .modal-dialog .modal-content .modal-footer .btn:nth-child(2)::before,
  #PopCookies .modal-dialog .modal-content .modal-footer .btn:nth-child(3)::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #344b2b;
    color: white;
    padding: 10px;
    border-radius: 10px;
  }

  #PopCookies .modal-dialog .modal-content .modal-footer .btn:nth-child(1)::before {
    content: "Rechazar";
  }

  #PopCookies .modal-dialog .modal-content .modal-footer .btn:nth-child(2)::before {
    content: "Configurar";
  }

  #PopCookies .modal-dialog .modal-content .modal-footer .btn:nth-child(3)::before {
    content: "Aceptar";
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  #PopCookies .modal-dialog .modal-content .modal-footer .btn {
  }
  #PopCookies .modal-dialog .modal-content .modal-footer,
  #PopCookies .modal-dialog .modal-content .modal-body {
    padding-left: 20px!important;
    padding-right: 20px!important;
    gap: 10px!important;
  }
  #PopCookies .modal-dialog .modal-content .modal-footer {
    /*justify-content: space-between;*/
  }
}