/* Should you need to overwrite any of our SCSS or LESS or SASS code need to add any custom code, We recommend that you add your code into this file, so whenever theme update is available and you update the theme, You will not lose your hard work :) */

.grecaptcha-badge { 
    visibility: hidden;
}

@media screen and (max-width: 400px){
  .iframe-resize{
    height: 300px !important;
    width: 350px !important;
    margin-left: 5px;
  }
}

@media screen and (min-width: 400px){
  .iframe-resize{
    height: 300px !important;
    width: 380px !important;
    margin-top: -30px;
  }
}
  @media screen and (min-width: 768px){
    .iframe-resize{
      height: 260px !important;
      width: 300px !important;
      margin-left: 0px;
      margin-top: 0px;
    }
    .secciones-footer{
        margin-top: 8px !important;
    }

    .testimonial-body .quote-text:before {
      position: absolute;
      left: 26px;
      top: -28px;
      content: '··';
      font-size: 93px;
      line-height: 1;
      color: #ccde02;
    }
  }¡
    @media screen and (min-width: 992px){
      .iframe-resize{
        height: 230px !important;
        width: auto !important;
        margin-top: 0px;
        margin-left: -0px;
      }
    }
    @media screen and (min-width: 1014px){
      .iframe-resize{
        height: 245px !important;
        width: 300px !important;
        margin-top: 0px;
        margin-left: 0px;
    }
  }
    @media screen and (min-width: 1200px){
      .iframe-resize{
        height: 315px !important;
        width: 400px !important;
        margin-top: 0px;
        margin-left: 0px;
      }
    }


      @media screen and (min-width: 1400px){
        .indimg-responsive{
          width: 680px !important;
          height: 550px !important;
        }
        }

    @media screen and (min-width: 1677px){
      .indimg-responsive{
        width: 530px !important;
        height: 550px !important;
      }
    }


    @media screen and (max-width: 767px){
      .form-responsive-inscripcion{
          margin-top: -80px !important;
      }
    }

    @media screen and (max-width: 767px){
      .form-responsive-inscripcion-box{
          height:  650px !important;
      }
    }

    @media screen and (max-width: 1199px){
      .noticia-responsive{
          margin-top: 20px !important;
      }
    }

    @media screen and (max-width: 767px){
      .imagen-pie-responsive{
          width: 4000px !important;
      }
    }

    @media screen and (max-width: 991px){
      .loader2-icon{
        animation: none !important;
        height: 92px !important;
        width: auto !important;
        max-width: 78vw;
      }

      .menu_area .navbar{
        position: relative;
        min-height: 70px;
        padding: 0 12px !important;
        justify-content: flex-start !important;
      }

      .logo_movil{
        max-height: 36px !important;
        width: auto;
      }

      .iconos_movil{
        margin-right: 8px;
      }

      .iconos_movil:last-child{
        margin-right: 0;
      }

      .navegador_movil_iconos{
        order: 2;
        margin: 0 54px 0 8px !important;
        height: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 6px;
        position: relative;
        z-index: 3;
      }

      .navbar-icono-movil{
        position: relative;
        left: auto;
        order: 1;
        margin-right: auto;
        z-index: 3;
      }

      .navbar-icono-movil .navbar-brand{
        margin-right: 0;
        padding: 0;
      }

      .navbar-toggler{
        order: 3;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 4;
      }

      .tamanyo-iconos-movil{
        font-size: 20px;
      }

      .scroll-to-top-inscipcion {
        font-size: 40px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        position: fixed;
        bottom: 30px;
        right: 50%;
        display: flex;
        z-index: 9999;
      }

    }
    
    @media screen and (min-width: 1200px){
      .secciones-footer{
          margin-top: 8px !important;
      }
    }

    .scroll-to-top-inscipcion {
  font-size: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 60px;
  display: flex;
  z-index: 9999;
}

    /* scroll to top */
.scroll-to-top-whatsapp {
  font-size: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  border-radius: 50%;
  background: #25D366;
  border: 1px solid #075E54;
  width: 60px;
  height: 60px;
  line-height: 35px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}

.service-wrapper{
  min-height:300px;
}

.value-card{
  min-height: 100%;
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
}

.value-card p{
  margin-bottom: 0;
}

.logistics-section{
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.logistics-highlight{
  background: #ffffff;
  border: 1px solid #e7edf6;
  border-left: 4px solid #0a58ca;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.logistics-highlight i{
  font-size: 26px;
}

.logistics-label{
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #0a58ca;
}

.logistics-card{
  background: #ffffff;
  border: 1px solid #e7edf6;
  border-radius: 12px;
  padding: 22px;
}

.logistics-list{
  margin: 0;
  padding-left: 18px;
}

.logistics-list li{
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #1d2a3a;
}

.logistics-list li:last-child{
  margin-bottom: 0;
}

.logistics-list-two{
  columns: 2;
  column-gap: 26px;
}

.logistics-capacity{
  background: #ffffff;
  border: 1px solid #e7edf6;
  border-radius: 12px;
  padding: 20px;
}

.logistics-stat{
  background: #f4f7fb;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  height: 100%;
}

.logistics-stat__title{
  display: block;
  font-size: 13px;
  color: #425466;
  margin-bottom: 8px;
}

.logistics-stat strong{
  font-size: 24px;
  line-height: 1;
  color: #0d1b2a;
}

.urban-section{
  background: #ffffff;
}

.urban-feature{
  background: #f4f8ff;
  border: 1px solid #dbe7fb;
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #203246;
  font-size: 14px;
}

.urban-feature i{
  font-size: 20px;
}

.urban-image-card{
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(12, 37, 67, 0.18);
  border: 1px solid #e3e8f2;
  height: 420px;
}

.urban-image-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.urban-points{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.urban-point{
  background: #ffffff;
  border: 1px solid #e7edf6;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: #2b3b4d;
}

.urban-point i{
  margin-top: 2px;
  color: #0a58ca;
}

.cookie-consent{
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 20px;
  z-index: 10001;
  background: rgba(9, 18, 31, 0.96);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.cookie-consent.is-hidden{
  display: none;
}

.cookie-consent__content{
  padding: 18px 20px;
}

.cookie-consent__title{
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 16px;
}

.cookie-consent__text{
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.cookie-consent__actions{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cookie-consent__link{
  background: transparent;
  border: 0;
  color: #a8c6ff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

.cookie-settings{
  position: fixed;
  inset: 0;
  background: rgba(7, 13, 23, 0.7);
  z-index: 10002;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.cookie-settings.is-open{
  display: flex;
}

.cookie-settings__panel{
  width: 100%;
  max-width: 760px;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
}

.cookie-settings__head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.cookie-settings__head h3{
  margin: 0;
  font-size: 20px;
}

.cookie-settings__close{
  border: 0;
  background: #f1f4fb;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.cookie-settings__group{
  margin-top: 16px;
  border-top: 1px solid #edf1f8;
  padding-top: 12px;
}

.cookie-toggle{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f8;
}

.cookie-toggle span{
  display: block;
}

.cookie-toggle strong{
  display: block;
  margin-bottom: 4px;
  color: #1b2a3d;
}

.cookie-toggle small{
  color: #5a6b82;
  font-size: 13px;
  line-height: 1.4;
}

.cookie-toggle input[type="checkbox"]{
  margin-top: 4px;
  width: 18px;
  height: 18px;
}

.cookie-settings__actions{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.scroll-to-top-whatsapp .i {
    color: #fff;
  }

.scroll-to-top-whatsapp:hover{
    color: #232323;
    background: #fff;
}

.scroll-to-top-whatsapp:hover .i{
    color: #232323;
    background: #fff;
}

.scroll-to-top-whatsapp:visited {
    color: #232323;
    text-decoration: none;
}

.project-item:hover .project-hover .project-title{
  margin-bottom: 0.5rem !important;
}

.sidebar .widget .services-list li a .title .overlay-title h3{
  font-size: 16px !important;
}

.accordion-style3 .btn-link:after{
  content: none;
}


.module-hero {
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
  padding: 0;
  height: 70vh;
  overflow: hidden;
}

.module-hero.parallax {
  background-color: #0000007a;
  z-index:auto!important;
}

.hero-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 80%;
  margin: 0 auto;
  z-index: 2;
}

.hero-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.fullheight {
  height: 100vh;
}

.hero-static-cover {
  background-position: center center;
}

.hero-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  z-index: 3;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.hero-scroll-indicator__arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
  animation: hero-scroll-bounce 1.6s ease-in-out infinite;
}

.hero-scroll-indicator:hover,
.hero-scroll-indicator:focus {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
}

@keyframes hero-scroll-bounce {
  0%, 100% {
      top: -1px;
      opacity: 1;
  }

  50% {
      top: 5px;
      opacity: 0.75;
  }
}

.process-wrapper .icon-box::before {
  content: none!important;
}

@media (max-width: 991px) {
  .module-hero {
      height: auto;
      padding: 240px 0;
  }

  .logistics-list-two{
      columns: 1;
  }

  .urban-points{
      grid-template-columns: 1fr;
  }

  .urban-image-card{
      height: 300px;
  }

  .cookie-consent{
      left: 12px;
      right: 12px;
      bottom: 12px;
  }

  .cookie-settings__panel{
      padding: 14px;
  }

  .module-hero.hero-static-cover {
      height: 100vh;
      height: 100svh;
      min-height: 100vh;
      min-height: 100svh;
      padding: 0;
  }

  .module-hero.hero-static-cover .hero-caption {
      width: 90%;
  }
}

.animated-background {
  -webkit-animation: animated-background 800s linear infinite;
          animation: animated-background 800s linear infinite;
  background-repeat: repeat-x !important;
}

@-webkit-keyframes animated-background {
  from {
      background-position: 0 0;
  }

  to {
      background-position: -50000px 0;
  }
}

@keyframes animated-background {
  from {
      background-position: 0 0;
  }

  to {
      background-position: -50000px 0;
  }
}

.footer-partner-band{
  margin-top: 24px;
  background: #252a33;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-partner-band__inner{
  padding: 16px 0;
}

.footer-partner-logos{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.footer-partner-logo-item{
  background: #ffffff;
  border: 1px solid #dce5f2;
  border-radius: 10px;
  padding: 12px 14px;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-partner-logo-item img{
  width: auto;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

@media screen and (max-width: 991px){
  .footer-partner-band{
    margin-top: 18px;
  }

  .footer-partner-band__inner{
    padding: 14px 0;
  }

  .footer-partner-logos{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-partner-logo-item{
    min-height: 72px;
  }

  .footer-partner-logo-item img{
    max-height: 44px;
  }
}
