@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rhodium+Libre&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

html h1 {
  line-height: 1.1; }

html ul {
  list-style: none; }
  html ul li {
    list-style: none; }

html i {
  color: currentColor;
  line-height: 1; }

html button {
  font-family: "Inter", sans-serif;
  padding: 20px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 600; }

html a {
  text-decoration: none;
  color: currentColor; }

body {
  font-family: "Inter", sans-serif;
  position: relative;
  overflow-x: hidden; }

h1 {
  font-size: 50px; }

img {
  font-style: italic;
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  shape-margin: 1rem; }

input {
  height: 45px;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding-inline: 10px; }

.opacity {
  transition: all 0.8s; }
  .opacity.hidden {
    opacity: 0; }
  .opacity.show {
    opacity: 1; }

.hero {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  height: 100vh; }
  @media screen and (max-width: 576px) {
    .hero {
      flex-direction: column;
      position: relative; } }
  .hero__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
    justify-content: center;
    flex-shrink: 1; }
    @media screen and (max-width: 576px) {
      .hero__info {
        display: none; } }
    .hero__info nav {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: space-between;
      margin-bottom: auto;
      position: fixed;
      top: 25px;
      width: 800px;
      margin: 0 auto;
      z-index: 1000;
      transition: all 0.3s; }
      .hero__info nav.fixed {
        position: fixed;
        top: 15px;
        width: 1500px;
        z-index: 1000;
        mix-blend-mode: difference;
        color: #fff; }
      .hero__info nav ul {
        display: flex;
        align-items: center;
        gap: 15px; }
        .fixed .hero__info nav ul {
          color: #fff; }
        .hero__info nav ul li a {
          font-size: 17px;
          font-weight: 400;
          background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 2px no-repeat;
          padding-bottom: 5px;
          transition: all 0.4s; }
          .hero__info nav ul li a:hover {
            --d: 100%; }
      .hero__info nav img {
        max-width: 150px; }
      .hero__info nav svg {
        width: 150px;
        fill: currentColor; }
    .hero__info--logo svg {
      width: 700px; }
    .hero__info--bajada {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .hero__info--bajada a {
        background-color: #000;
        color: #fff;
        padding: 15px 25px;
        border-radius: 50px;
        width: fit-content; }
  .hero__img {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s; }
    .hero__img:hover {
      opacity: .75; }
      .hero__img:hover i {
        font-size: 70px; }
    .hero__img img {
      max-width: 580px;
      height: auto; }
      @media screen and (max-width: 576px) {
        .hero__img img {
          max-width: 380px; } }
    .hero__img i {
      font-size: 60px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      transition: all 0.2s; }
    @media screen and (max-width: 576px) {
      .hero__img {
        margin: 15px auto; } }

.modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 2000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  transition: all .2s; }
  .modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  cursor: pointer; }
  @media screen and (max-width: 576px) {
    .modal-close {
      top: -5px;
      right: 20px;
      font-size: 50px; } }

.modal-content {
  margin: auto;
  background-color: white;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
  height: fit-content; }
  @media (max-width: 780px) {
    .modal-content {
      flex-direction: column;
      overflow: scroll;
      background-image: linear-gradient(to bottom, rgba(28, 28, 28, 0), rgba(28, 28, 28, 0.7)); } }
  .modal-content video {
    max-width: 680px;
    height: 100vh;
    height: 90vh;
    margin-bottom: 0;
    margin-block: 0;
    padding-block: 0; }
    @media screen and (max-width: 576px) {
      .modal-content video {
        max-width: 100%; } }

main {
  padding-block: 50px;
  height: 300vh;
  position: relative;
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: showBg;
  animation-range: entry 80% cover 80%;
  animation-fill-mode: both;
  animation-delay: 2s; }

.zona-a {
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: 25px;
  height: 100vh;
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: showSticky;
  animation-range: entry 70% cover 80%;
  animation-fill-mode: both; }
  .zona-a img {
    max-width: 1920px;
    height: auto;
    transition: all 0.2s; }
    .zona-a img.hidden {
      opacity: 0;
      scale: .5; }
    .zona-a img.show {
      opacity: 1;
      scale: 1; }

.sticker1 {
  z-index: 50;
  position: sticky;
  display: flex;
  justify-content: end;
  padding-right: 30px;
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: sticker01;
  animation-range: entry 100% cover 50%;
  animation-fill-mode: both; }
  .sticker1 img {
    transform: rotate(15deg);
    width: 140px; }

.sticker2 {
  z-index: 50;
  position: sticky;
  display: flex;
  justify-content: start;
  padding-left: 30px;
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: sticker02;
  animation-range: entry 80% cover 40%;
  animation-fill-mode: both; }
  .sticker2 img {
    width: 120px; }

h2 {
  font-size: 120px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 50px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0); }
  @media screen and (max-width: 576px) {
    h2 {
      font-size: 50px; } }

.marquesinas {
  overflow: hidden;
  max-width: 100vw;
  transition: all 0.1s; }
  .marquesinas.hidden {
    opacity: 1; }
  .marquesinas.show {
    opacity: 1; }
  .marquesinas .marquee {
    transform: rotate(-2deg);
    padding: 10px;
    position: absolute;
    bottom: 60px;
    z-index: 10;
    margin-inline: 0px;
    overflow: hidden;
    background-color: #8ea9ee;
    color: #e9ff55; }
    .marquesinas .marquee.marqueeDos {
      background-color: #e9ff55;
      color: #4b6734;
      bottom: -110px;
      transform: rotate(3deg); }
    @media screen and (max-width: 576px) {
      .marquesinas .marquee {
        display: none; } }
    .marquesinas .marquee__cont {
      display: flex;
      align-items: center;
      gap: 15px;
      animation: marquee 45s linear infinite; }
      .marquesinas .marquee__cont.marqueeContDos {
        background-color: #e9ff55;
        color: #4b6734;
        bottom: 10px;
        animation: marqueeDos 50s linear infinite; }
      .marquesinas .marquee__cont span {
        font-size: 18px;
        font-weight: 600;
        flex-shrink: 0; }
        .marquesinas .marquee__cont span::before {
          content: '-';
          font-size: 18px;
          margin-inline: 10px;
          font-weight: 300; }
        .marquesinas .marquee__cont span:nth-child(odd) {
          font-family: "Rhodium Libre", serif;
          text-transform: uppercase; }

@keyframes marquee {
  0% {
    transform: translateX(10%); }
  100% {
    transform: translateX(-100%); } }

@keyframes marqueeDos {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(50%); } }

@keyframes showSticky {
  from {
    width: 50%;
    height: auto;
    scale: 0.5;
    border-radius: 500px; }
  to {
    width: 100%;
    height: auto;
    scale: 1;
    border-radius: 10px; } }

@keyframes showBg {
  from {
    background-color: #fff; }
  to {
    background-color: #4b6734; } }

@keyframes sticker01 {
  from {
    top: 80%;
    right: 25px;
    transform: translateY(300px); }
  to {
    top: 80%;
    right: 25px;
    transform: translateY(0px); } }

@keyframes sticker02 {
  from {
    bottom: 0px;
    left: 25px; }
  to {
    bottom: 150px;
    left: 25px; } }

.sucursales {
  max-width: 1400px;
  margin: 0 auto;
  padding-block: 80px; }
  .sucursales h2 {
    text-align: center;
    font-size: 40px; }
  .sucursales__cont {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
    gap: 30px; }
    .sucursales__cont--item {
      display: flex;
      flex-direction: column;
      gap: 0;
      background-color: #e9ff55;
      color: #000;
      border-radius: 8px; }
      .sucursales__cont--item figure {
        overflow: hidden;
        border-radius: 10px 10px 0 0; }
        .sucursales__cont--item figure img {
          max-width: 400px; }
      .sucursales__cont--item--info {
        padding: 25px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        line-height: 1.5; }
        .sucursales__cont--item--info h3 {
          font-size: 28px;
          font-weight: 700;
          text-transform: uppercase; }
        .sucursales__cont--item--info h4 {
          font-size: 18px;
          font-weight: 400; }
        .sucursales__cont--item--info h5 {
          font-size: 14px;
          font-weight: 400; }

.aTuBarrio {
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: showBgBarrio;
  animation-range: entry 0% cover 100%;
  animation-fill-mode: both;
  animation-delay: 2s; }
  .aTuBarrio__cont {
    max-width: 1400px;
    margin: 0 auto;
    padding-block: 80px;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .aTuBarrio__cont h2 {
      text-transform: none;
      position: relative;
      color: currentColor;
      font-size: 48px;
      bottom: 0; }
    .aTuBarrio__cont p {
      font-size: 18px;
      line-height: 1.5;
      border: 2px solid #4b6734;
      border-radius: 10px;
      padding: 25px 35px; }
    .aTuBarrio__cont--link {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center; }
      .aTuBarrio__cont--link a {
        width: fit-content;
        background-color: #000;
        color: #fff;
        padding: 25px 40px;
        border-radius: 50px;
        font-size: 25px;
        font-weight: 500;
        transition: all 0.2s; }
        .aTuBarrio__cont--link a:hover {
          background-color: #8ea9ee; }

@keyframes showBgBarrio {
  from {
    background-color: #fff; }
  to {
    background-color: #e9ff55; } }

.nosotros {
  background-image: url("../../assets/bg_sky.jpg");
  min-height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e9ff55;
  display: flex;
  align-items: center;
  gap: 10px; }
  .nosotros__cont {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); }
    .nosotros__cont p {
      color: #fff;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400; }
      .nosotros__cont p strong {
        font-weight: 600;
        color: #e9ff55; }

.pie {
  padding-block: 80px; }
  .pie__cont {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between; }
    @media screen and (max-width: 576px) {
      .pie__cont {
        flex-direction: column; } }
    .pie__cont--redes {
      display: flex;
      align-items: center;
      gap: 15px; }
      @media screen and (max-width: 576px) {
        .pie__cont--redes {
          flex-direction: column; } }
      .pie__cont--redes h3 {
        font-size: 18px;
        font-weight: 400;
        color: black; }
      .pie__cont--redes a {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        transition: all 0.2s; }
        .pie__cont--redes a:hover {
          color: #8ea9ee; }
        .pie__cont--redes a span {
          color: currentColor; }
    .pie__cont--datos {
      font-size: 16px;
      color: #000;
      font-weight: 400;
      line-height: 1.5; }
