@import url('root.css?34');
@import url('general.css?34');
@import url('typography.css?34');
@import url('colors.css?34');
@import url('modals.css?34');
@import url('navigation.css?34');
@import url('controls.css?dg34');
@import url('home.css?34');
@import url('products.css?3ink6ij5');
@import url('keyframes.css?34');


.wrapper-header {
        background-color: aliceblue;
    }
.logo {
    height: 80px;
}




.hero {
    position: relative;
    background-color: #f4f4f4;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.hero-content {
    position: absolute;
    z-index: 2;
    padding: 1.5rem;
    color: var(--primary-blue);
    max-width: 80vw;
    text-align: center;
}

.hero h1, .service-title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 25px;
}

.hero .btn {
    font-size: 1.1rem;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Fondo semitransparente detrás del texto para mayor contraste */
.hero-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f8ff2e;
    z-index: -1;
}
.services {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.services .section-title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1b4165;
    margin-bottom: 2rem;
}

.service-card {
    background-color: #fff;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card img {
    /*border-top-left-radius: 50px!important;
    border-bottom-right-radius: 50px!important;*/
    max-width: 100%;
    margin-bottom: 20px;
    filter: grayscale(75%);
}

.service-card img:hover {
    filter: initial;
    border: 2px var(--secondary-green) solid;
}

.service-description {
    color: #fff;
    text-shadow: 1px 1px 10px #000;
    margin-bottom: 20px;
    padding: 1rem;
}

@media (max-width: 768px) {
    .service-card {
        padding: 15px;
    }
    hero .btn {
    font-size: 0.7rem;
    width: 100%;
}
}
@media (min-width: 769px) {
    .target-menu {
    width: 33%;
}
}



/* Responsividad */
@media (max-width: 768px) {
    .service-card {
        margin-bottom: 30px;
    }
}



    footer {
        background-color: aliceblue;
        font-size: 0.9rem;
        color: var(--primary-blue);
        padding: 20px;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    footer a {
        font-family: "Inter", sans-serif;
        text-decoration: none;
        color: var(--primary-blue);
    }
    footer a:hover{
        font-weight: 500;
        color: var(--primary-green);
    }

    .animated-title {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-in-out;
        }
        .show-title {
            opacity: 1;
            transform: translateY(0);
        }
        section h1 {
            color:rgb(27 65 101);
        }
      /* Fondo Parallax */
    .parallax-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/assets/img/si-map.png') no-repeat center center;
        background-size: cover;
        background-attachment: fixed; /* Efecto Parallax */
        z-index: 0;
        opacity: 0.7; /* Ajusta la opacidad si es necesario */
    }

    /* Contenido sobre la imagen */
    #quienes .container {
        position: relative;
        z-index: 2;
    }
    .underline {
        display: block;
        width: 0;
        height: 4px;
        background-color: #a2c330;
        margin-top: 5px;
        transition: width 1.2s ease-in-out;
    }
    .underline-alt {
        display: block;
        height: 4px;
        background-color: #a2c330;
        margin-top: 5px;
    }
    .show-title .underline {
        width:50%;
        margin-left: 25%;
    }


    .service-fullscreen {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-fullscreen .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.service-fullscreen .content {
  z-index: 2;
  max-width: 800px;
}

.service-description {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) { 
    .hero h1, .service-title {
        font-size: 4rem;
        letter-spacing: 0.05em;
        line-height: 1.1;
    }
}

 /* Estilos del botón */
    #btnSubir {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #333;
      color: white;
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      font-size: 24px;
      cursor: pointer;
      display: none; /* oculto al principio */
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: background-color 0.3s;
    }

    #btnSubir:hover {
      background-color: #555;
    }


/* Estilos generales para las marquesinas */
.marquee {
    width: 100%;
    overflow: hidden;
    background-color: #1b4165;
    color: #fafafa;
    padding: 0.5rem 0;
    white-space: nowrap;
    position: relative;
    bottom: 0;
}

.track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-animation 25s linear infinite; /* Animación para el movimiento de las categorías */
}

.track span {
  display: inline-block;
  margin-right: 20px; /* Espacio entre los elementos */
  font-size: 1.2rem; /* Tamaño de fuente para las categorías */
  font-weight: 600;
}

.bullet {
  margin: 0 1rem;
  color: #a2c330;
}


