@charset "UTF-8";
/* CSS Document */
@media (max-width: 1366px) {
  .bkgB {
    min-height: 260px;
  }
  .bkgB p {
    margin-left: 36px;
    margin-right: 36px;
  }
  .tCenter {
    top: 140px;
  }
  .menu {
    padding-right: 2%;
    padding-left: 10%
  }
}
@media (min-width: 1281px) and (max-width: 1920px) {}
@media (max-width: 1280px) {
  .tCenter {
    top: 80px;
  }
  .no1 {
    background-position-X: -40px;
    background-position-y: -40px;
    background-size: 360px;
  }
  .no2 {
    background-position-X: -15px;
    background-size: 360px;
    background-position-y: -40px;
  }
  .serviciosContenido {
    width: 90%;
  }
  .menuLogo {
    width: 50%;
  }
  .menu {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1111px) {}
@media (max-width: 1024px) {
  .why-slider {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .menuLogo img {
    max-width: 300px;
  }
  .bkgB {
    min-height: 220px;
  }
  .tCenter {
    top: 40px;
  }
  .no1 {
    background-position-X: -40px;
    background-position-y: -40px;
    background-size: 300px;
  }
  .no2 {
    background-position-X: -15px;
    background-position-y: -40px;
    background-size: 300px;
  }
  .serviciosContenido {
    width: 96%;
  }
  .servicios li {
    font-size: 100%;
    line-height: 150%;
    font-weight: 400;
    list-style-position: inside;
  }
  #socialV p {
    left: 5px;
  }
}
@media (max-width: 960px) {
  .why-slider {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) and (max-width: 960px) {}
/*iPad Horizontal*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
/*END iPad Horizontal*/
/*iPad Vertical*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
/*END iPad Vertical*/
/*iPhone PLUS Landscape*/
@media (max-width: 736px) {
  .menu {
    /*left: -170px !important;
    width: 60%;
    transform: rotate(90deg);
    position: relative;
    top: 160px;*/
    display: none;
  }
  .menuLogo {
    width: 100%;
  }
  .mobLogo {
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 2%;
    display: block;
    height: 185px;
    direction: ltr;
  }
  .botmenu {
    position: fixed;
    right: 12px;
    top: 24px;
    display: block;
  }
  .intro h1 {
    font-size: 360%
  }
  .wAllies {
    width: calc(100%/3);
  }
  .wClientes {
    width: calc(100%/3);
  }
  .mClientes {
    margin-left: 0;
  }
  .mAuto {
    width: 100%;
  }
  .pAb {
    width: 100%;
  }
  #socialV {
    top: 75%;
  }
  #socialV p {
    left: 0;
  }
  .tCenter {
    top: 20px;
  }
  .no1 {
    background-position-X: -40px;
    background-position-y: -60px;
    background-size: 300px;
  }
  .no2 {
    background-position-X: -15px;
    background-position-y: -50px;
    background-size: 300px;
  }
  .serviciosContenido {
    width: 96%;
  }
  .servicios li {
    font-size: 115%;
    line-height: 175%;
    font-weight: 400;
    list-style-position: inside;
  }
  .servicios img {
    max-width: 420px;
    margin-top: 30px;
  }
  .fR {
    float: right !important;
  }
  .fL {
    float: left !important;
  }
  .hide {
    display: none;
  }
  .w33 {
    width: 100%;
  }
  .social {
    position: relative;
    left: 0;
    width: 50%;
  }
  .social h4 {
    margin-left: 24px;
  }
  .glass-card {
    width: 98%;
    left: 0%;
  }
  .glass-card button {
    width: 80% !important;
  }
  .animation {
    position: absolute;
    top: 35%;
    left: calc(4%);
    width: 90%;
    z-index: 999999;
    display: block;
    margin: auto;
  }
  .termometro {
    margin-top: 8px;
    margin-left: 16px;
    width: 88%
  }
  .termometroT h5 {
    top: 0 !important;
    left: -10px;
  }
  header {
    background-color: rgba(0, 0, 0, 0.33);
    height: unset !important;
  }
}
/* --- Mobile: horizontal slider with centered snap --- */
@media (max-width: 736px) {
  /* keep the page from showing a horizontal scrollbar */
  html, body {
    overflow-x: clip;
  }
  /* full-bleed track even inside the 80% wrapper */
  .porContenido .why-slider {
    width: 100dvw;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  /* make slides narrower than the viewport for “peek” effect */
  .why-slider {
    /* tune these two values to taste */
    --slide: 88%; /* visible width of each slide (try 90–94% if you want less peek) */
    --gap: 2%; /* space between slides */
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    gap: var(--gap);
    /* ensures the first/last slide can still snap to CENTER
       despite being narrower than the viewport */
    padding-inline: calc((100% - var(--slide)) / 2);
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .why-slider::-webkit-scrollbar {
    display: none;
  }
  .why-slider > .why {
    flex: 0 0 var(--slide); /* narrower than 100% → next slide peeks in */
    margin: 0; /* gap handles spacing */
    float: none;
    max-width: none;
    padding: 0;
    box-sizing: border-box;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .why img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
  }
  section {
    padding: 1%;
  }
  .intro h3 {
    margin-bottom: 24px;
  }
  .intro p {
    margin-bottom: 48px;
  }
  .intro h3::before {
    width: 40px;
  }
}
/* --- ≥577px: graceful layout (grid of 4; tweak as needed) --- */
@media (min-width: 737px) {
  .why-slider {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    overflow: visible; /* no slider on desktop */
  }
  .why {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (max-width:576px) {
  html {
    font-size: 14px !important;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: geometricPrecision !important;
  }
  .menu {
    left: -125px !important;
    top: 150px;
  }
  .menu a {
    font-size: 14px;
  }
  .menu a:hover {
    transform: none;
  }
  .menuLogo img {
    max-width: 220px;
  }
  .porQue {
    min-height: 480px;
  }
  /*.why {
    width: calc(100%*1);
    margin-bottom: 10%;
  }*/
  .intro h1 {
    font-size: 250%;
  }
  .wAllies, .wClientes {
    width: 50%;
  }
  .mL25 {
    margin-left: 25%;
  }
  .servicios h2 {
    font-size: 200%;
  }
  .cotiza h2 {
    font-size: 200%;
  }
  .cotiza h3 {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 150%;
  }
  .cotiza h4 {
    font-size: 125%;
    padding-bottom: 4%;
    padding-top: 4%;
  }
  .ig a, .ig a:hover {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-size: 20px;
  }
  .in a, .in a:hover {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-size: 20px;
  }
  .ig, .in {
    top: 50px;
  }
  #socialV {
    top: 75%;
  }
  #socialV p {
    left: 0;
    top: -10px;
  }
  #face {
    left: calc(50% - 65px);
    opacity: 0;
  }
  .carrusel {
    min-height: 852px;
    display: block;
  }
  .aliados {
    min-height: 853px;
  }
  .cotiza {
    margin-top: 60px;
  }
  .cotizaContenido {
    padding-top: 25%;
  }
  #socialV.is-hidden {
    display: none !important;
  }
  .simply-scroll .simply-scroll-list li img {
    max-width: 110px;
  }
  .tCenter {
    left: 8%;
    width: 92%;
  }
  .socialBot {
    width: 75%;
  }
.t2 {
  float: left;
  width: calc(100%/1);
  margin-bottom: 18px;
  }
  .ig2, .in2 {
    width: 50%;
  }
  .logoBot{
    margin-bottom: 24px;
  }
  .bottom{
    min-height: 360px;
  }
  .aliados h2, .servicios h2{
    padding-top: 48px!important;
  }
  /* Flip each servicios row so text shows above the image */
  .servicios .w100.p2 {
    display: flex;
    flex-direction: column-reverse; /* text first, image second */
  }
  /* Neutralize desktop floats so flex can stack naturally */
  .servicios .w100.p2 > .pAb {
    float: none !important; /* overrides .fL/.fR on mobile */
    width: 100%; /* already set for mobile, keep explicit */
  }
}
/*iPhone PLUS Landscape*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {}
/*iPhone Landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {}
/*END iPhone Landscape*/
/*iPhone Portrait*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {}
/*END iPhone Portrait*/
@media (max-width: 440px) {
  .menu {
    left: -95px !important;
    top: 125px;
  }
  .termometro {
    margin-top: 8px;
    margin-left: 16px;
    width: 80%
  }
  .termometroT h5 {
    top: 0 !important;
    left: -10px;
  }
}
@media (max-width : 414px) {
  .menu {
    left: -85px !important;
    top: 125px;
  }
  #face {
    left: calc(50% - 35px);
  }
}
@media (max-width: 393px) {
  .menu {
    width: 80%;
    left: -125px !important;
  }
}
@media (max-width: 375px) {
  .menu {
    left: -115px !important;
    width: 80%;
  }
  .carrusel {
    min-height: 667px;
    display: block;
  }
  .termometro {
    margin-top: 8px;
    margin-left: 16px;
    width: 82%
  }
  .termometroT h5 {
    top: 0 !important;
    left: -10px;
  }
}
@media (max-width: 320px) {
  .menu {
    width: 100%;
    left: -125px !important;
  }
  .termometro {
    margin-top: 8px;
    margin-left: 16px;
    width: 80%
  }
  .termometroT h5 {
    top: 0 !important;
    left: -10px;
  }
}
/* OPEN = right→left, CLOSE = left→right (to the RIGHT side) */
.mobile {
  /* ensure transitions can run (override any display:none) */
  display: block;
  position: fixed;
  inset: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  /* baseline: off-screen to the RIGHT */
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform .35s ease, opacity .35s ease, visibility 0s linear .35s; /* hide after slide-out finishes */
}
/* OPEN state: on-screen */
.mobile.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  /* visibility becomes immediate when opening */
  transition:
    transform .35s ease, opacity .35s ease, visibility 0s;
}
/* optional: prevent background scroll while menu is open */
body.menu-open {
  overflow: hidden;
}
/* allow JS to hide/show the scroll block cleanly */
.scroll.is-hidden {
  display: none !important;
}
/* =========================================================
   SAFE OVERRIDES (append-only) — keeps desktop intact
   ========================================================= */
/* 1) Mobile scroll-snap slider (.why) — only at ≤576px */
@media (max-width: 576px) {
  /* prevent page-level horizontal scroll while allowing inner slider scroll */
  html, body {
    overflow-x: clip;
  }
  /* make the slider track full-bleed even inside narrow wrappers like .porContenido */
  .porContenido .why-slider {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .why-slider {
    /* tune these for the “peek” */
    --slide: 90%;
    --gap: 2%;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    gap: var(--gap);
    /* centered snap incl. first/last */
    scroll-snap-type: x mandatory;
    padding-inline: calc((100% - var(--slide)) / 2);
    scroll-padding-inline: calc((100% - var(--slide)) / 2);
    /* hide native scrollbar chrome */
    scrollbar-width: none;
  }
  .why-slider::-webkit-scrollbar {
    display: none;
  }
  .why-slider > .why {
    flex: 0 0 var(--slide); /* narrower than viewport for “peek” */
    float: none; /* neutralize desktop float */
    padding: 0;
    max-width: none;
    box-sizing: border-box;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .why img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
/* 2) Servicios: text above image on mobile only */
@media (max-width: 576px) {
  .servicios .w100.p2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .servicios .w100.p2 > .pAb {
    float: none !important;
    width: 100%;
  }
}
/* 3) COTIZA: flexible section height + stable inner width (desktop/tablet/mobile) */
.cotiza {
  min-height: 100dvh; /* hero feel when short; grows if content taller */
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@supports not (height: 1dvh) {
  .cotiza {
    min-height: 100vh;
  }
}
/* put content back into normal flow; keep a fixed, stable width per breakpoint */
.cotiza .cotizaContenido {
  position: static;
  top: auto;
  left: auto;
  transform: none; /* undo absolute centering */
  width: 960px; /* desktop stable width */
  max-width: 100%;
  margin-inline: auto;
  padding-block: clamp(24px, 6vh, 72px);
  display: flow-root; /* contains floated children like .glass-card2 */
  box-sizing: border-box;
}
/* tablet */
@media (max-width: 1024px) {
  .cotiza .cotizaContenido {
    width: 720px;
  }
}
/* mobile */
@media (max-width: 576px) {
  .cotiza {
    min-height: auto;
    align-items: flex-start;
  } /* natural height on phones */
  .cotiza .cotizaContenido {
    width: calc(100vw - 32px);
    max-width: 480px;
  }
}
/* 4) Hero (~98% of viewport to hint content below) */
.carrusel .rslides, .carrusel .rslides li {
  min-height: clamp(560px, 98dvh, 1080px);
}
/* 5) Mobile menu — only ensure it can animate (leave your current JS as-is) */
.mobile {
  display: block;
} /* overrides old display:none from 0.css, no other changes */
/* 6) Utility (used by your hamburger JS to hide the “scroll” hint) */
.scroll.is-hidden {
  display: none !important;
}
/* iPhone focus zoom fix: keep form controls at >=16px on small screens */
@media (max-width: 576px) {
  input, select, textarea {
    font-size: 16px !important; /* prevents Safari focus zoom */
    line-height: 1.25; /* optional: keeps height tidy */
  }
}
/* === Inputs: amber focus instead of blue === */ :root {
  --focus-color: #ffa000;
}
input:not([type="checkbox"]):not([type="radio"]), select, textarea {
  transition: border-color .2s ease, box-shadow .2s ease, outline-color .2s ease;
}
/* On focus, use amber border and a soft amber glow; kill the blue ring */
input:focus, select:focus, textarea:focus {
  border-color: var(--focus-color) !important;
  box-shadow: 0 0 0 2px rgba(255, 160, 0, .25); /* subtle glow */
  outline: none; /* remove default blue ring */
}
/* Keyboard users still get a clear outline */
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--focus-color);
  outline-offset: 2px;
}
/* If you're using Bootstrap-like classes, override them too */
.form-control:focus {
  border-color: var(--focus-color) !important;
  box-shadow: 0 0 0 .25rem rgba(255, 160, 0, .25) !important;
}
/* MOBILE: make the hero video fill the screen vertically */
@media (max-width: 576px) {
  /* Let the hero be as tall as the viewport on phones */
  .carrusel {
    height: 100dvh !important;
    min-height: 100dvh !important;
  }
  @supports not (height: 1dvh) {
    .carrusel {
      height: 100vh !important;
      min-height: 100vh !important;
    }
  }
  /* Make all slider layers inherit that height */
  .carrusel .callbacks_container, .carrusel .rslides, .carrusel .rslides li, .carrusel .video-container {
    height: 100% !important;
    min-height: 100% !important;
  }
  /* The video should cover the box (crop as needed) */
  .carrusel .video-player {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
}