.navbar-dark {
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro transparente */
}
.nav-link{
    font-size: 18px;
    font-family: "Spline Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    color: white;
}

body {
    overflow-x: hidden;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;  /* Hace que el menú se muestre al pasar el mouse */
    margin-top: 0;  /* Evita el retraso en la animación */
}


.btn-custom_1{
    background-color: #43BA7F;
    color: white;
}

.btn-custom_1:hover{
    background-color: #167d49;
}

header {
    position: relative;
    background-image: url('/imagenes/gerentes-que-controlan-distribucion-verifican-inventario-almacen_342744-1571.jpg');
    background-size: cover top/cover;
    background-position: center;
    height: 400px; /* Ajusta la altura según necesites */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: start;
    z-index: 1;
    color: white; /* Asegúrate de que el texto sea visible */
    background-color: rgba(0, 0, 0, 0.4); /* Fondo semitransparente para mejorar el contraste */
}

.overlay p{
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 60px;
    text-align: left
    ;
}

.header-image {
    position: relative;
    z-index: 2;
    width: 850px; /* Ajusta el tamaño de la imagen superpuesta */
    height: auto;
}

.btn-cont{
    display: flex;
    margin-left: 60px;
    justify-content: left;
    gap: 10px; /* Espacio entre botones */
}

.btn-custom_2{
    background-color: #43BA7F;
    color: white;
}

.btn-custom_2:hover{
    background-color: #1b814e;
    color: white;
}

.btn-custom_3{
    background-color: #F76B07;
    color: white;
}

.btn-custom_3:hover{
    background-color: #72350a;
    color: white;
}

h1 {
  font-family: "Spline Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #43BA7F;
  text-align: center;

}

p {
  font-family: "Comme", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

.titulo_principal {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* ESTILOS PARA LAS TARJETAS DEL IMPLANT */

.contenedorTarjetasInPlant {
    display: flex;
    gap: 20px;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

.mitad-superior1{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    max-width: 450px;
    height: 150px;
    background-image: url(../imagenes/img_logistica_almacen.jpg);
    background-size: cover;
    background-position: top;
}

.mitad-superior2{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    max-width: 450px;
    height: 150px;
    background-image: url(../imagenes/vendedor-1-1024x492.jpg);
    background-size: cover;
    background-position: top;
}

.mitad-superior3{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    height: 150px;
    background-image: url(../imagenes/MEDICINA-DEL-TRABAJO-1.jpg);
    max-width: 450px;
    background-size: cover;
    background-position:center;
}

.mitad-superior4{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    height: 150px;    
    background-image: url(../imagenes/MicrosoftBuenosAires-39-515x386.jpg);
    max-width: 450px;
    background-size: cover;
    background-position:center;
}

.mitad-superior5{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    height: 150px;    
    background-image: url(../imagenes/jovenes-disenadores-web-masculinos-que-trabajan-computadora_1303-19453.jpg);
    max-width: 450px;
    background-size: cover;
    background-position:center;
}

.mitad-superior6{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    height: 150px;    
    background-image: url(../imagenes/job-interview-candidate-selection-employment.jpg);
    max-width: 450px;
    background-size: cover;
    background-position:center;
}

.fondo-letras{
    background-color: rgba(0, 0, 0, 0.6); /* #54EA9F con 50% de opacidad */
    width: 500px;
    padding-top: 5px;
}

.columnaTarjetasInPlant {
    flex: 1;
    border-radius: 20px;
    background-color: #F2F2F2;
}

.columnaTarjetasInPlant h2 {
    font-family: "Spline Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    color: #43BA7F;
    text-align: center;
}

.columnaTarjetasInPlant h3 {
    font-family: "Spline Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
    text-align: center;
}

.columnaTarjetasInPlant p {
    font-family: "Comme", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
}

.imagenTarjetaInPlant {
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 15px;
    height: 160px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 20%;
}

/* Media query para dispositivos móviles */
@media (max-width: 768px) {
    .contenedorTarjetasInPlant {
        display: block;
    }

    .columnaTarjetasInPlant {
        margin-bottom: 30px; 
    }

    .columnaTarjetasInPlant p {
        padding: 10px;
    }

    .bt_conocer_mas{
        margin-bottom: 50px;
    }
}


.icono_admin{
    width: 70px;
    height: 70px;
    margin-bottom: 50px;
    padding-top: 10px;
}

.icono_admin2{
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

.bt_conocer_mas{
    background-color:#43BA7F;
    color: white;
}

.bt_conocer_mas:hover{
    background-color:#54EA9F;
    color: white;
}


.texto_verde{
    color: #43BA7F;
}

.fondo-seccion{
    background-image: url('../imagenes/fondo-distingue.png');
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.fondo-seccion p {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400; /* Normal */
    font-size: 20px;
    color: white;
}

.fondo-seccion h1{
    font-family: "Spline Sans", sans-serif;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
}
/* */

.contenedor_nuestra_historia {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.contenedor_nuestra_historia h1{

    font-family: "Spline Sans", sans-serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
    text-align: center;
    margin-bottom: 30px;
}

.contenedor_nuestra_historia p {

    font-family: "Segoe UI", sans-serif;
    font-weight: 400; /* Normal */
}

strong {
    font-weight: 650; /* Extra negrita */
}


.icono-valores{
    width: 80px;
}

.footer{
    background-color: black;
}

.img-footer{
    width: 500px;
    margin-left: -40px;
}

.siguenos{
    color: white;
    font-size: 20px;
}

.footer h4{
    color: #37A736;
}

.footer a{
    color: white;
}

.fondo-logo-footer{
    background-color:#37A736;
    border-radius: 5px;
}

.texto_ubi{
    color: white;
    font-size: 14px;
}

.linea-verde-footer{
    background-color: #37A736;
    height: 1px;
}

.enlace-tarjeta {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s;
}

.enlace-tarjeta:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.img-historia{
    height: 85px;
    display: none;
}

.img-historia1{
    height: 180px;
}

.footer a{
    text-decoration: none;
}


.borde-oscuro {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}


.altura{
    height: 573px;
}

.circulo-verde {
    width: 120px;
    height: 120px;
    background-color: #43BA7F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen-sobre-circulo {
    width: 65%;
    height: auto;
}

.line-green{
    height: 10px;
    width: 383px;
    background-color: #43BA7F;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tres-servicios h3{
    font-family: "Spline Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #43BA7F;
    text-align: center;
    font-size: 40px;
}

.tres-servicios h2{
    font-family: "Spline Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

.tres-servicios p{
    font-family: "Segoe UI", sans-serif;
    font-weight: 400; /* Normal */
    font-size: 18px;
}

.linea-verde-implant{
    background-color: #43BA7F;
    height: 10px;
}

.lista-valores {
    list-style: none;
    padding-left: 0;
}

.lista-valores li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}

.lista-valores li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #4CAF50; /* círculo verde */
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

  /* Imágenes específicas para cada li */
.icono-precision::before {
    background-image: url('../imagenes/icons8-target-100 1.png');
}

.icono-transparencia::before {
    background-image: url('../imagenes/transparencia.png');
}

.icono-confidencialidad::before {
    background-image: url('../imagenes/documento.png');
}

.icono-innovacion::before {
    background-image: url('../imagenes/Idea Sharing.png');
}

.icono-compromiso::before {
    background-image: url('../imagenes/apreton-de-manos 1.png');
}

.icono-cumplimiento::before {
    background-image: url('../imagenes/mazo.png');
}


.Valores h2{
    font-family: "Spline Sans", sans-serif;
    font-size: 38px;
    font-weight: 700;
    font-style: normal;
    color: #43BA7F;
}

.Valores p{
    font-family: "Segoe UI", sans-serif;
    font-weight: 400; /* Normal */
    font-size: 17px;
    text-align: justify;
}

.Valores li{
    font-family: "Segoe UI", sans-serif;
    font-weight: 400; /* Normal */
    font-size: 17px;
}