/*CSS CASA JAGUAR*/
/*PALETA DE COLOR*/

:root {
  --verde-oliva: #87773c;
  --cafe-oscuro: #4b3c20;
  --beige: #cec5b2;
  --blanco-suave: #e6e2db;
}

/*ESTILOS GENERALES*/

body {
  background-color: var(--verde-oliva);
  color: var(--blanco-suave);
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

/*HEADER*/

main {
  padding-top: 85px;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--blanco-suave);
  padding: 15px 0;
  box-shadow:
    0 2px 12px rgba(0, 0, 0, .08);
}


.navbar-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--cafe-oscuro);
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.7rem;
}

.navbar-brand img {
    height: 40px;
    transition: .4s ease;
  }

.navbar-brand:hover {
  color: var(--cafe-oscuro);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(25%);
}

.nav-link {
  color: var(--cafe-oscuro) !important;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-link:hover {
  color: var(--verde-oliva) !important;
}

.navbar-brand:hover img{

    transform:translateY(-2px);

    filter:

        drop-shadow(0 6px 10px rgba(0,0,0,.20));

}

/* HERO GENERAL */

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-content {
  width: 100%;
  padding: 0 20px;
}

/* HERO HOME */

.hero-home {
  min-height: 650px;
  background-image:
    linear-gradient(rgba(75, 60, 32, .45),
      rgba(75, 60, 32, .45)),
    url("../imagenes/inicio/hero-casa-jaguar.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomHero 8s ease-out forwards;
}

/* ANIMACIONES HERO */

@keyframes fadeHero {

  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomHero {
  from {
    background-size: 105%;
  }

  to {
    background-size: 100%;
  }
}

.hero-estudio,
.hero-artistas,
.hero-cursos,
.hero-citas,
.hero-contacto {
  background-size: cover;
  background-position: center;
}

.fade-1,
.fade-2,
.fade-3 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeHero 1.2s ease forwards;
}

.fade-1 {
  animation-delay: .3s;
}

.fade-2 {
  animation-delay: .8s;
}

.fade-3 {
  animation-delay: 1.2s;
}

/* TIPOGRAFÍA HERO */

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: 6px;
  color: var(--blanco-suave);
  text-shadow: 0 4px 20px rgba(0, 0, 0, .35);
}

.hero p {
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: var(--blanco-suave);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}

/* BOTÓN */

.btn-reserva {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 35px;
  border-radius: 50px;
  background-color: var(--blanco-suave);
  color: var(--verde-oliva);
  text-decoration: none;
  transition: .3s ease;
}

.btn-reserva:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
  color: var(--verde-oliva);
}

.columna-izquierda .btn-reserva {
  margin-top: 20px;
}

/* MANIFIESTO */

.seccion-nosotros {
  padding: 100px 0;
  overflow: hidden;
}

.titulo-seccion {
  margin-bottom: 50px;
  font-family: "Playfair Display", serif;
}

.columna-izquierda {
  max-width: 420px;
  padding-right: 40px;
  margin-top: -20px;
}

.texto-nosotros {
  margin-bottom: 25px;
}

.pregunta-final {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}

/* JAGUAR */

.jaguar-home {
  position: relative;
  width: 100%;
  max-width: 430px;
  aspect-ratio: 1 / 1.8;
  margin: auto;
  transform: translateY(30px);
  transform-origin: center center;
  animation: respirar 8s ease-in-out infinite;
}

.jaguar-home img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* CAPAS */

.jaguar-cuerpo {
  position: relative;
  z-index: 1;
}

.jaguar-manchas {
  z-index: 2;
}

.jaguar-garras {
  z-index: 3;
}

/* CABEZA */

.jaguar-cabeza-contenedor {
  transition: transform .45s ease;
}

.jaguar-cabeza {
  z-index: 1;
}

.jaguar-ojo {
  z-index: 2;
}

/* OJO MÓVIL */

.jaguar-ojo-contenedor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.jaguar-pupila,
.jaguar-brillo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.jaguar-pupila {
  z-index: 1;
}

.jaguar-brillo {
  z-index: 2;
  animation: destello 3s ease-in-out infinite;
  opacity: 1 !important;
  transform: scale(1);
}

/* ANIMACIONES JAGUAR */

@keyframes respirar {

  0%,
  100% {
    transform: translateY(30px) scale(1);
  }

  40% {
    transform: translateY(26px) scale(1.025);
  }

  60% {
    transform: translateY(25px) scale(1.03);
  }
}

/* INTERACCIÓN */

.jaguar-home:hover .jaguar-brillo {
  animation-duration: 1.5s;
}

.jaguar-home:hover .jaguar-cabeza-contenedor {
  animation-duration: 4s;
}

/* ESTUDIO */

/* HERO ESTUDIO */

.hero-estudio {
  min-height: 300px;
  background-image:
    linear-gradient(rgba(135, 119, 60, 0.55),
      rgba(135, 119, 60, 0.55)),
    url("../imagenes/estudio/hero-estudio.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-estudio h1 {
  font-size: 5rem;
}

/* CONTENIDO */

.estudio-contenido {
  margin-top: 40px;
}

.estudio-texto h2 {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 30px;
}

.estudio-texto .btn-reserva {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* IMÁGENES */

.estudio-img-principal {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: .5s ease;
}

.estudio-img-principal:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.estudio-miniatura {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.imagen-secundaria,
.imagen-principal,
.imagen-panorama {
  transition: .5s ease;
}

.imagen-secundaria:hover,
.imagen-principal:hover,
.imagen-panorama:hover {
  transform: scale(1.08);
  filter: brightness(1.1);
}

.imagen-secundaria {
  width: 100%;
  height: 320px;
  object-fit: cover;
  margin-top: auto;
}

.imagen-panorama {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* ARTISTAS */

/* HERO ARTISTAS */

.hero-artistas {
  min-height: 300px;

  background-image:
    linear-gradient(rgba(135, 119, 60, .55),
      rgba(135, 119, 60, .55)),
    url("../imagenes/artistas/hero-artistas.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-artistas h1 {
  font-size: 5rem;
}

/* CONTENIDO */

.artistas-contenido {
  margin-top: 40px;
  margin-bottom: 60px;
}

/* TARJETAS */

.artista-card {
  background-color: var(--blanco-suave);
  border: none;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: .4s ease;
  display: flex;
  flex-direction: column;
}

.artista-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, .15);
}

.artista-card img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.artista-card .card-body {
  padding: 25px;
}

.artista-card h2 {
  font-family: "Playfair Display", serif;
  color: var(--cafe-oscuro);
  margin-bottom: 15px;
}

.artista-card p {
  color: var(--cafe-oscuro);
  line-height: 1.7;
  margin-bottom: 25px;
}

.artista-card .card-body {
  padding: 25px;

  display: flex;
  flex-direction: column;

  flex-grow: 1;
}

.artista-card .btn-reserva {
  margin-top: auto;
  align-self: flex-start;
}

/* MODAL ARTISTAS */

.modal.fade .modal-dialog {
  transform: translateY(50px);
  opacity: 0;
  transition: all .4s ease;
}

.modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.modal {
  z-index: 10000;
}

.modal-backdrop {
  z-index: 9998;
}

.modal-dialog {
  max-width: 900px;
}

.modal-content {
  background-color: var(--blanco-suave);
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.modal-header {
  border-bottom:
    1px solid rgba(75, 60, 32, .15);
  padding: 20px 30px;
}

.modal-title {
  font-family: "Playfair Display", serif;
  color: var(--cafe-oscuro);
  font-size: 2rem;
}

.modal-body {
  padding: 30px;
}

.modal-body img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.modal-body p {
  color: var(--cafe-oscuro);
  line-height: 1.8;
}

.modal-footer {
  border-top:
    1px solid rgba(75, 60, 32, .15);
  padding: 20px 30px;
}

.btn-close:focus {
  box-shadow: none;
}

.trabajos-artista img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  transition: .3s ease;
  cursor: pointer;
}

.trabajos-artista img:hover {
  transform: scale(1.03);

  box-shadow:
    0 8px 20px rgba(0, 0, 0, .15);
}

.instagram-artista {
  margin: 30px 0;
}

.instagram-artista i {
  margin-right: 8px;
}

.etiquetas-artista {
  margin-bottom: 20px;
}

.instagram-artista a {
  color: var(--verde-oliva);
  text-decoration: none;
  font-weight: 500;
}

.instagram-artista a:hover {
  color: var(--cafe-oscuro);
  transition: .3s ease;
}

.etiquetas-artista span {
  display: inline-block;
  background-color: rgba(135, 119, 60, .15);
  color: var(--cafe-oscuro);
  padding: 6px 12px;
  border-radius: 30px;
  font-size: .9rem;
  margin-right: 8px;
  margin-bottom: 10px;
}

.artista-card .btn-reserva {
  margin-top: auto;
}

/* BOTONES */

.btn-reserva {
  display: inline-block;
  cursor: pointer;
  transition: .3s ease;
}

.btn-reserva:hover {
  transform: translateY(-3px);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, .2);
}

/*PORTAFOLIO*/

.hero-portafolio {
  min-height: 300px;

  background-image:
    linear-gradient(rgba(135, 119, 60, .55),
      rgba(135, 119, 60, .55)),
    url("../imagenes/portafolio/hero-portafolio.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-portafolio h1 {
  font-size: 5rem;
}

/* INTRODUCCIÓN */

.portafolio-intro {
  margin: 50px 0 60px;
}

.portafolio-intro h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: var(--blanco-suave);
  margin-bottom: 20px;
}

.portafolio-intro p {
  font-size: 1.2rem;
  line-height: 1.8;
  max-width: 800px;
  color: var(--blanco-suave);
  margin-bottom: 15px;
}

/* GALERÍA */

.portafolio-galeria {
  margin-top: 50px;
}

.glightbox {
  display: block;
  text-decoration: none;
  color: inherit;
}

.glightbox:hover {
  text-decoration: none;
}

.portafolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* IMÁGENES */

.portafolio-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  filter:
    sepia(20%) saturate(90%) brightness(.92);
  transition:
    transform .4s ease,
    filter .4s ease;
}

.portafolio-img:hover {
  transform: scale(1.03);
  filter: none;
}

/* VIDEO */

.portafolio-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
  opacity: 0;
  z-index: 2;
  transition:
    opacity .3s ease,
    transform .4s ease,
    filter .4s ease;
}

/* PLAY */

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  opacity: .8;
  pointer-events: none;
  z-index: 3;
}

/* OVERLAY */

.portafolio-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    rgba(135, 119, 60, .35);

  transition: .4s ease;
  pointer-events: none;
}

.portafolio-item:hover::after {
  opacity: 0;
}

/* INFORMACIÓN SOBRE LA IMAGEN */

.info-portafolio {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  background: linear-gradient(transparent,
      rgba(0, 0, 0, .75));
  opacity: 0;
  transform: translateY(15px);
  transition: .35s ease;
  z-index: 5;

}

.portafolio-item:hover .info-portafolio {
  opacity: 1;
  transform: translateY(0);

}

.info-portafolio h3 {
  font-family: "Playfair Display", serif;
  color: white;
  font-size: 1.6rem;
  margin-bottom: 4px;

}

.info-portafolio p {
  color: rgba(255, 255, 255, .8);
  margin: 0;
  font-size: .9rem;
  letter-spacing: 1px;

}

.info-portafolio {
  background: linear-gradient(transparent 0%,
      rgba(0, 0, 0, .85) 100%);

}

/* CIERRE PORTAFOLIO */

.portafolio-cierre {
  text-align: center;
  padding: 100px 20px;
}

.portafolio-cierre h2 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: var(--blanco-suave);
  margin-bottom: 25px;
}

.portafolio-cierre p {
  max-width: 650px;
  margin:
    0 auto 40px;

  color: var(--blanco-suave);
  line-height: 1.8;
}

.botones-portafolio {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* CURSOS */

/* HERO */

.hero-cursos {
    min-height: 300px;

    background-image:
        linear-gradient(
            rgba(135,119,60,.55),
            rgba(135,119,60,.55)
        ),
        url("../imagenes/cursos/hero-cursos.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-cursos h1 {
    font-size:4.3rem;
    line-height:1.05;
}


/* INTRODUCCIÓN */

.cursos-intro {
    margin: 55px 0 65px;
}

.cursos-intro h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.8rem;
    font-weight: 400;
    color: var(--blanco-suave);
    margin-bottom: 20px;
}

.cursos-intro p {
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 820px;
    color: var(--blanco-suave);
}


/* GALERÍA */

.cursos-galeria {
    margin-top: 60px;
    row-gap: 50px;
}

.curso-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    filter:
        sepia(18%)
        saturate(92%)
        brightness(.95);
    box-shadow:
        0 12px 28px rgba(0,0,0,.25);
    transition:
        transform .45s ease,
        filter .45s ease,
        box-shadow .45s ease;
}

.glightbox:hover .curso-img {
    transform:
        translateY(-6px)
        scale(1.02);
    filter: none;
    box-shadow:
        0 18px 35px rgba(0,0,0,.35);
}


/* INFORMACIÓN */

.info-curso {
    padding-top: 22px;
}

.info-curso h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.45rem;
    font-weight: 500;
    color: var(--blanco-suave);
    margin-bottom: 8px;
}

.info-curso p {
    font-family: "Inter", sans-serif;
    font-size: .95rem;
    letter-spacing: 1px;
    color: rgba(230,226,219,.85);
    margin-bottom: 18px;
}


/* ETIQUETAS */

.etiquetas-curso {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.etiqueta {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(230,226,219,.15);
    border-radius: 30px;
    color: var(--blanco-suave);
    font-family: "Inter", sans-serif;
    font-size: .85rem;
}


/* BOTÓN */

.info-curso .btn-reserva {
    display: inline-block;
    margin-top: 10px;
}


/* BENEFICIOS */

.beneficios {
    margin: 100px 0;
    text-align: center;
}

.beneficios .col-md-3 {
    transition:
        transform .35s ease;
}

.beneficios .col-md-3:hover {
    transform:
        translateY(-8px);
}

.beneficios i {
    font-size: 3rem;
    color: var(--blanco-suave);
    margin-bottom: 20px;
    transition: .35s ease;
}

.beneficios .col-md-3:hover i {
    color: var(--beige);
}

.beneficios h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--blanco-suave);

    margin-bottom: 15px;
}

.beneficios p {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--blanco-suave);
}


/* CIERRE */

.cursos-cierre {
    text-align: center;
    padding: 90px 20px;
    border-top:
        1px solid rgba(230,226,219,.15);
}

.cursos-cierre h2 {
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    font-weight: 400;
    color: var(--blanco-suave);
    margin-bottom: 25px;
}

.cursos-cierre p {
    max-width: 650px;
    margin:
        0 auto 40px;
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--blanco-suave);
}

.botones-cursos {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}


/* RESPONSIVE */

@media (max-width:768px){
    .hero-cursos h1{
        font-size:4rem;
    }
    .cursos-intro h2{
        font-size:2.3rem;
    }
    .beneficios{
        row-gap:50px;
    }
}

@media (max-width:576px){
    .hero-cursos h1{
        font-size:3rem;
    }
    .cursos-intro{
        margin:45px 0 55px;
    }
    .cursos-intro h2{
        font-size:2rem;
    }
    .cursos-intro p{
        font-size:1.05rem;
    }
    .cursos-cierre h2{
        font-size:2.3rem;
    }

}
/*CITAS*/

.hero-citas {
  min-height: 300px;
  background-image:
    linear-gradient(rgba(135, 119, 60, 0.55), rgba(135, 119, 60, 0.55)),
    url("../imagenes/citas/hero-citas.jpg");
  background-size: cover;
  background-position: center;
}

.hero-citas h1 {
  font-size: 5rem;
}

.citas-contenido {
  margin-top: 60px;
  margin-bottom: 80px;
}

.citas-texto h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--blanco-suave);
  margin-bottom: 25px;
}

.citas-texto p,
.citas-texto ul,
.citas-texto li {
  font-family: "Inter", sans-serif;
  color: var(--blanco-suave);
}

.citas-texto ul {
  padding-left: 25px;
  line-height: 1.8;
}

.formulario-citas label {
  display: block;
  margin-bottom: 8px;
  color: var(--blanco-suave);
  letter-spacing: 0.15em;
}

.formulario-citas input,
.formulario-citas textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 15px;
  margin-bottom: 20px;
  background: #f3f0eb;
  color: var(--cafe-oscuro);
  transition: 0.3s ease;
}

.formulario-citas textarea {
  min-height: 120px;
  resize: vertical;
}

.formulario-citas input:focus,
.formulario-citas textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  transform: scale(1.01);
}

.btn-jaguar {
  background-color: var(--blanco-suave);
  color: var(--verde-oliva);
  border: none;
  border-radius: 15px;
  padding: 15px 35px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
  cursor: pointer;
}

.btn-jaguar:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ENCABEZADO DEL FORMULARIO */

.encabezado-formulario{

    margin-bottom:40px;

}

.encabezado-formulario h2{

    font-family:"Playfair Display",serif;
    font-size:2.4rem;
    color:var(--blanco-suave);
    margin-bottom:15px;

}

.encabezado-formulario p{

    font-family:"Inter",sans-serif;
    color:var(--blanco-suave);
    line-height:1.8;

}

.pasos-cita{

    margin:45px 0;

}

.paso-cita{

    display:flex;
    gap:25px;
    align-items:flex-start;
    margin-bottom:45px;

}

.numero-paso{

    width:70px;
    height:70px;
    flex-shrink:0;
    border-radius:50%;
    background:var(--blanco-suave);
    color:var(--verde-oliva);
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:"Playfair Display",serif;
    font-size:2rem;
    font-weight:700;
    box-shadow:
        0 10px 20px rgba(0,0,0,.18);
    transition:.35s ease;

}

.paso-cita:hover .numero-paso{

    transform:translateY(-5px);
    background:var(--cafe-oscuro);
    color:var(--blanco-suave);

}

.paso-cita h4{

    font-family:"Playfair Display",serif;
    font-size:1.7rem;
    color:var(--blanco-suave);
    margin-bottom:12px;

}

.paso-cita p{

    font-family:"Inter",sans-serif;
    line-height:1.8;
    color:var(--blanco-suave);

}

/* NOTA */

.nota-formulario{

    margin-top:25px;
    font-family:"Inter",sans-serif;
    font-size:.95rem;
    color:rgba(230,226,219,.75);
    line-height:1.7;

}

/* SELECT */

.formulario-citas select{

    width:100%;
    padding:14px 18px;
    margin-bottom:25px;
    font-family:"Inter",sans-serif;
    font-size:1rem;
    color:var(--cafe-oscuro);
    background:var(--blanco-suave);
    border:none;
    border-radius:10px;
    outline:none;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor:pointer;
    transition:.3s ease;

}

.formulario-citas select:hover{
    box-shadow:
        0 0 0 3px rgba(230,226,219,.15);

}

.formulario-citas select:focus{
    box-shadow:
        0 0 0 3px rgba(206,197,178,.35);

}

/*CONTACTO*/

.hero-contacto {
  min-height: 300px;
  background-image:
    linear-gradient(rgba(135, 119, 60, 0.55), rgba(135, 119, 60, 0.55)),
    url("../imagenes/contacto/hero-contacto.jpg");
  background-size: cover;
  background-position: center;
}

.hero-contacto h1 {
  font-size: 5rem;
}

.contacto-contenido {
  margin-top: 60px;
  margin-bottom: 80px;
}

.contacto-info {
  align-items: center;
  margin-top: 40px;
}

.mapa-jaguar iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 20px;
}

.contacto-texto h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--blanco-suave);
}

.contacto-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
  color: var(--blanco-suave);
}

/* CONTACTO */

/* INTRO CONTACTO */

.contacto-intro{

    margin:60px 0 50px;

    max-width:760px;

}

.contacto-intro h2{

    font-family:"Playfair Display",serif;

    font-size:3rem;

    color:var(--blanco-suave);

    margin-bottom:20px;

}

.contacto-intro p{

    font-family:"Inter",sans-serif;

    font-size:1.15rem;

    line-height:1.9;

    color:var(--blanco-suave);

}

.contacto-item i {
  font-size: 2rem;
}

.contacto-item h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.contacto-item p {
  font-family: "Inter", sans-serif;
  line-height: 1.7;
}

/* HORARIOS */

.horarios-contacto{

    margin:90px 0;
    text-align:center;

}

.horarios-contacto h2{

    font-family:"Playfair Display",serif;
    font-size:2.8rem;
    color:var(--blanco-suave);
    margin-bottom:50px;

}

.horarios-contacto h3{

    font-family:"Playfair Display",serif;
    font-size:1.5rem;
    color:var(--blanco-suave);
    margin-bottom:15px;

}

.horarios-contacto p{

    font-family:"Inter",sans-serif;
    color:var(--blanco-suave);
    font-size:1.1rem;

}

.contacto-cierre{

    padding-top:140px;

}

.hero-contacto{

    min-height:380px;

}

/*FOOTER*/

.credito-web {
  margin-top: 8px;
  font-size: .8rem;
  opacity: .55;
  font-style: italic;
}

footer {
  margin-top: 150px;
  padding: 80px 0 30px;
  background-color: var(--cafe-oscuro);
}

footer h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: var(--blanco-suave);
}

footer p {
  color: var(--blanco-suave);
  line-height: 1.8;
}

footer a {
  color: var(--blanco-suave);
  transition: 0.3s ease;
}

footer a:hover {
  color: var(--beige);
  padding-left: 5px;
}

footer a:active {
  color: var(--verde-oliva);
}

footer hr {
  margin: 50px 0 30px;
  border-color: rgba(255, 255, 255, 0.2);
}

footer i {
  margin-right: 10px;
  color: var(--beige);
  transition: 0.3s ease;
}

footer a:hover i {
  color: var(--blanco-suave);
  transform: translateX(3px);
}

footer .text-center p {
  margin-bottom: 0;
  opacity: 0.7;
}

/*ANIMACIONES*/

.owl-carousel img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.owl-stage-outer {
  height: auto !important;
}

/* RESPONSIVE GENERAL */

/*  XL (1200px)  */

@media (max-width: 1200px) {

  /* HERO */

  .hero h1 {
    font-size: 6rem;
  }

}

/*  LG (992px)  */

@media (max-width: 992px) {

  /* HOME */

  .hero-home {
    animation: none;
  }

  .hero h1 {
    font-size: 5rem;
  }

  .jaguar-home {
    max-width: 350px;
    transform: translateY(10px);
  }

  .jaguar-cabeza-contenedor {
    animation-duration: 10s;
  }

}

/*  MD (768px)  */

@media (max-width: 768px) {

  /* HERO */

  .hero h1 {
    font-size: 4rem;
  }

  /* HOME */

  .columna-izquierda {
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .texto-nosotros {
    margin-left: auto;
    margin-right: auto;
  }

  .titulo-seccion {
    font-size: 2.5rem;
  }

  .jaguar-home {
    max-width: 320px;
    margin-top: 50px;
    transform: none;
  }

  /* ESTUDIO */

  .estudio-texto h2 {
    font-size: 4rem;
    line-height: 1.05;
  }

  /* PORTAFOLIO */

  .portafolio-cierre h2 {
    font-size: 2.3rem;
  }

  .botones-portafolio {
    flex-direction: column;
    align-items: center;
  }

  .portafolio-img,
  .portafolio-video {
    height: 300px;
  }

}

/*  SM (576px)  */

@media (max-width: 576px) {

  /* HERO */

  .hero {
    min-height: 520px;
  }

  .hero-home {
    animation: none;
    background-size: cover;
    background-position: center center;
  }

  .hero h1 {
    font-size: 3rem;
    letter-spacing: 3px;
  }

  .hero p {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  /* HOME */

  .titulo-seccion {
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 40px;
  }

  .seccion-nosotros {
    padding: 70px 0;
  }

  .columna-izquierda {
    text-align: center;
  }

  .jaguar-home {
    max-width: 260px;
    margin-top: 40px;
    transform: none;
  }

  .jaguar-cabeza-contenedor,
  .jaguar-ojo-contenedor {
    animation-duration: 10s;
  }

  /* ESTUDIO */

  .estudio-texto h2 {
    font-size: 3rem;
  }

  /* PORTAFOLIO */

  .info-portafolio h3 {
    font-size: 1.3rem;
  }

  .portafolio-img,
  .portafolio-video {
    height: 250px;
  }

}

/* XS (350px)  */

@media (max-width: 350px) {

  .hero h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .hero p {
    font-size: .9rem;
  }

  .jaguar-home {
    max-width: 220px;
  }

}