body{
    font-family:'Poppins' !important; 
    letter-spacing: 0; 
    margin-bottom: .45em;
    font-size: 14px;
    font-weight: 400;
    color: #0A0A0B !important;
    background-color: #f6f8ff;

}

/* heading */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Shantell Sans';
  letter-spacing: 0;
  margin-bottom: 0.45em;
  color: white;
}

h1 {
  font-size: 36px;
  line-height: 49.5px;
  font-weight: 500; 
}

h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500 !important;
}

h4 {
  font-size: 22px !important;
  line-height: 27px !important;
  font-weight: 700 !important;
}

h5 {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
}

h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}


.container{
  padding-right: 15px;
  padding-left: 15px;
}


.font-Spartan {
  font-family: 'League Spartan' !important;
}


.font-Shantell{
  font-family: 'Shantell Sans';
}



 body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

.parallax-item {
  will-change: transform;
  transition: transform 0.1s ease-out;
  pointer-events: none; /* opcional: evita interferencia */
}


.float-item {
  animation: float 4s ease-in-out infinite;
  will-change: transform;
  pointer-events: none;
}

@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

/*Men*/

.toggler-open{
    top: -110px;
    position: relative;
}

.header-area{
    background-color: #cc0000;
    margin: 0px !important;
    padding: 0px !important;
}

.navbar-area {
      background-color: #cc0000;
      position: relative;
      z-index: 100;
    }

.site-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: relative;
}

.site-navbar ul {
  list-style: none;
  display: flex;
  gap: 10px;
}

.site-navbar ul li a {
  color: white;
  padding: 10px 10px;
  transition: background 0.3s;
}

    .site-navbar ul li a:hover {
      background-color: rgba(255,255,255,0.15);
    }

    .nav-toggler {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      position: relative;
      width: 40px;
      height: 40px;
      margin-left: 15px;
      z-index: 1000000;
    }

    .nav-toggler span, 
    .nav-toggler::before, 
    .nav-toggler::after {
      content: '';
      position: absolute;
      height: 3px;
      width: 28px;
      background-color: white;
      left: 6px;
      transition: all 0.3s ease;
      border-radius: 2px;
    }

    .nav-toggler span {
      top: 50%;
      transform: translateY(-50%);
    }

    .nav-toggler::before {
      top: 10px;
    }

    .nav-toggler::after {
      bottom: 10px;
    }

    .nav-toggler.toggler-open span {
      background: transparent;
    }

    .nav-toggler.toggler-open::before {
      top: -80px;
      transform: rotate(45deg);
    }

    .nav-toggler.toggler-open::after {
      bottom: 110px;
      transform: rotate(-45deg);
    }

    @media screen and (max-width: 767px) {
      .site-navbar {
        justify-content: space-between;
        padding-right: 10px;
      }

      .nav-toggler {
        display: block;
        margin-left: auto;
        margin-right: 0;
      }

      .site-navbar ul {
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 80vh;
        background-color: #cc0000;
        overflow-y: auto;
        padding-top: 0px;
        transition: right 0.4s ease;
        z-index:  ;
      }

      .site-navbar ul.open {
        right: 0;
      }

      .site-navbar ul li {
        width: 100%;
        text-align: center;
      }

      .site-navbar ul li a {
        display: block;
        padding: 15px;
        font-size: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }




/*    Gral  */

  body{
    font-size: 13px !important;
  }


  h1 {
    font-size: 30px !important;
    line-height: 35.5px !important;
    font-weight: 500 !important;;
  }

  h2 {
    font-size: 22px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
  }

  h3 {
    font-size: 20px !important;;
    line-height: 36px !important;
    font-weight: 500 !important;
  }

  h4 {
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 700 !important;
  }

  h5 {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
  }

  h6 {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
  }
  
  
}

img {
  image-orientation: from-image; /* Por defecto en navegadores modernos */
}


/* Index */

.parallax-item {
    transition: transform 0.1s linear;
    will-change: transform;
    pointer-events: none; /* para que no interfieran con clics */
  }

  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 13px !important;
  }


  .custom-gradient-banner {
    background: linear-gradient(260.02deg, #D5B100 0%, #31B763 100%);
  }

  .radial-magazine{
      background: radial-gradient(42.75% 42.78% at 50% 50%, #0045C7 0%, #00307C 100%) !important;
    }

.bg-marber-radial {
    background: radial-gradient(
      42.75% 42.78% at 50% 50%,
      #0045C7 0%,
      #00307C 100%
    );


/* Nosotros */

 .timeline-line {
      background-color: #F44336;
      height: 8px;
    }

    .nosotros .swiper-slide{
      display: flex !important;
      justify-content: center !important;
    }


