@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400&family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400&family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --arrow-bg: rgba(255, 255, 255, 0.3);
  --arrow-icon: url("../images/arrow_icon.png");
  --option-bg: white;
  --select-bg: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 1024px) {
  .section .wrapper {
    max-width: 1200px;
  }
  .section .mb {
    margin-bottom: 40px;
  }
  .section .h2 {
    max-width: 820px;
    font-size: 92px;
    line-height: 86px;
    letter-spacing: -.75px;
    position: relative;
  }
  .section .p {
    max-width: 640px;
  }
  .section.section2 {
    padding: 40px;
  }
  .section.section2 .wrapper {
    padding-top: 160px;
    padding-bottom: 140px;
  }
  .section.section2 .cols {
    display: flex;
  }
  .section.section2 .cols .col.col1 {
    width: 380px;
  }
  .section.section2 .cols .col.col2 {
    width: calc(100% - 380px);
  }
  .section.section2 .cols .col.col2 .h2 {
    margin-top: -8px;
  }
  .section.section2 .cols .col.col2 .h2::before {
    content: "";
    position: absolute;
    width: 235px;
    height: 254px;
    top: -100px;
    left: -115px;
    z-index: -1;
    background-image: url("../images/ring.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section.section3 {
    padding: 40px;
  }
  .section.section3 .cols {
    display: flex;
  }
  .section.section3 .cols .col1 {
    width: 380px;
  }
  .section.section3 .cols .col2 {
    width: calc(100% - 380px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section.section3 .grafico-servicios {
    background-image: url("../images/bg-servicios-desktop.svg");
    background-position: center;
    position: relative;
    width: 100%;
    min-height: 650px;
    padding-top: 75%;
  }
  .section.section3 .grafico-servicios .servicio {
    position: absolute;
    width: 160px;
  }
  .section.section3 .grafico-servicios .servicio.servicio1 {
    top: 6%;
    left: 16%;
  }
  .section.section3 .grafico-servicios .servicio.servicio2 {
    top: 6%;
    right: 16%;
  }
  .section.section3 .grafico-servicios .servicio.servicio3 {
    top: calc(50% - 100px);
    left: calc(50% - 80px);
  }
  .section.section3 .grafico-servicios .servicio.servicio4 {
    bottom: -5%;
    left: 16%;
  }
  .section.section3 .grafico-servicios .servicio.servicio5 {
    bottom: -5%;
    right: 16%;
  }
  .section.section3 .grafico-servicios .servicio.servicio5 span {
    display: block;
  }
  .section.section4 .wrapper {
    padding: 160px 40px 260px;
  }
  .section.section4 .h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  .section.section4 .p2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
  }
  .section.section4 .montanas .m {
    min-width: 700px;
  }
  .section.section4 .montanas .m.m1a {
    width: 45%;
    max-width: 1000px;
    bottom: -20%;
    background-position: left bottom;
    left: -20px;
    z-index: 5;
    background-size: contain;
  }
  .section.section4 .montanas .m.m1b {
    width: 45%;
    max-width: 1000px;
    background-image: url("../images/m1-b.svg");
    bottom: -7%;
    background-position: right bottom;
    background-size: contain;
    animation-name: moveM1a;
    right: -5%;
    z-index: 5;
  }
  .section.section4 .montanas .m.m2 {
    width: 55%;
    bottom: -6%;
    left: 0;
    background-size: contain;
    opacity: .7;
  }
  .section.section4 .montanas .m.m3 {
    width: 70%;
    right: -20%;
    bottom: -12%;
    background-size: contain;
    opacity: .7;
  }
  .section.section4 .montanas .m.m4 {
    width: 80%;
    bottom: -12%;
    left: -20%;
    background-size: contain;
    opacity: .7;
  }
  .section.section4 .montanas .m.m5 {
    width: 100%;
    right: -10%;
    bottom: -12%;
    background-size: contain;
    opacity: .7;
  }
  .section.section5 .reloj {
    width: 100%;
    height: 900px;
    max-height: unset;
    max-width: 1100px;
    padding-top: 50px;
    background-size: contain;
  }
  .section.section5 .reloj .h2 {
    font-size: 76px;
    line-height: 76px;
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
  }
  .section.section5 .reloj .h2 span {
    display: block;
  }
  .section.section5 .boton a {
    border-radius: 14px;
    padding: 20px 55px;
    font-size: 20px;
  }
  .section.section-tarifario .subtitle {
    margin-bottom: 80px;
  }
  .section.section-tarifario .cols {
    display: flex;
    justify-content: space-between;
  }
  .section.section-tarifario .cols .col1 {
    width: 310px;
  }
  .section.section-tarifario .cols .col2 {
    width: calc(100% - 380px);
    margin-bottom: 80px;
  }
}

:root {
  --arrow-bg: rgba(255, 255, 255, 0.3);
  --arrow-icon: url("../images/arrow_icon.png");
  --option-bg: white;
  --select-bg: rgba(255, 255, 255, 0.2);
}
/*# sourceMappingURL=responsive.css.map */