.navbar a{
    font-family: "Spline Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
}

.color-navbar{
    background-image: url('../imagenes/Rectangle 628.png');
}

.nav-item.dropdown:hover .dropdown-menu {
    background-color: #43BA7F;
    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: #33A937;
    color: white;
}

.btn-custom_1:hover{
    background-color: #155f17;
}
/* Estilos para el submenu de los inplants */

.contenedorSubMenuInPlants {
    display: flex;
    text-align: center;
    margin-bottom: 5px;
}

.columnaSubMenuInPlants {
    flex: 1;
    background-color: #1B7A1D;
    height: 30px;
}

.columnaSubMenuInPlants h1 {
    font-family: "Spline Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    padding: 4px;
}

.contenedorServiciosInPlant {
    display: flex;
    flex-wrap: wrap;
}

.columnaServiciosInPlant {
    flex: 1;
    background-color: #1B7A1D;
    margin-inline: 1px;
    text-align: center;
    height: 65px;
    padding-top: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.columnaServiciosInPlant a{
    text-decoration: none;
}

.columnaServiciosInPlant:hover{
    background-color: #0d530e;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.columnaServiciosInPlant h1 {
    font-family: "Spline Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: center;
}

.columnaServiciosInPlant p {
    font-family: "Spline Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    margin-top: -10px;

}

@media (max-width: 768px) {
    .contenedorServiciosInPlant {
        flex-direction: column;
    }

    .columnaServiciosInPlant {
        margin-bottom: 2px;
    }
}

/* Estilos para la cabecera de los in plants */

.contenedorCabeceraInPlants {
    display: flex;
    padding-top: 50px;
    background-color: #E9E9E9;
}

.columnaCabeceraInPlants {
    flex: 2;
    text-align: center;
    padding: 50px;
}

.columnaCabeceraInPlants h2{
    font-family: "Spline Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #33A937;
    text-align: center;
}

.columnaCabeceraInPlants h1{
    font-family: "Spline Sans", sans-serif;
    font-size: 40px;
    font-weight: 750;
    font-style: normal;
    color: #33A937;
    text-align: center;
    margin-top: -10px;
}

.columnaCabeceraInPlants p {
    font-family: "Comme", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: black;
    margin-top: 20px;
    padding-right: 80px;
    padding-left: 80px;
}

.btn-custom_2 {
    border-radius: 20px; 
    border: 2px solid #33A937; 
    background-color: #E9E9E9;  /* Fondo blanco */
    display: inline-block;
    font-family: "Comme", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    color:#33A937;
    width: 250px;
}

.btn-custom_2:hover{
    color: #1B7A1D;
    border: solid #1B7A1D;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

body{
    background-color: #E9E9E9;
}
.columnaCabeceraInPlants_2 {
    flex: 1;
    border-radius: 20px;
    background-image: url(/imagenes/cropped-image-woman-inputting-card-information-key-phone-laptop-while-shopping-online.jpg);
    background-size: cover;
    background-position: center;
    margin-right: 40px;
    height: 300px;
}

/* Estilos para la leyenda tras la cabecera */

.contenedorLeyendaCabecera {
    display: flex;
}

.columnaLeyendaCabecera {
    flex: 1;
    background-color: #ffffff;
    text-align: center;
    margin-top: 30px;
}

.columnaLeyendaCabecera p {

    font-family: "Comme", sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    color: black;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
}



/* Seccion que incluye nuestro servicio */
.Que-incluye h2{
    font-family: "Spline Sans", sans-serif;
    font-size: 35px;
    font-weight: 600;
    font-style: normal;
    color: #525252;
}

.Que-incluye h3{
    font-family: "Spline Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    color: #37A736;
}

.Que-incluye li{
    font-family: "Comme", sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    color: black;
}

.Que-incluye p{
    font-family: "Comme", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.list-puntos-grises {
    list-style-type: none; /* Elimina los puntos por defecto */
    padding-left: 50px;
    position: relative;
}

.list-puntos-grises li {
    position: relative;
    padding-left: 30px; /* Espacio para el punto */
    margin-bottom: 10px; /* Separa los elementos entre sí */
}

.list-puntos-grises li::before {
    content: "";
    position: absolute;
    left: 0px; /* Alinea con el punto */
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border-radius: 50%;
}

.list-puntos-grises li::after {
    content: "";
    position: absolute;
    left: 9px; /* Centrado con el punto */
    top: 6px;
    width: 2px;
    height: calc(100% + 6px);
    background-color: #D9D9D9;
}

.list-puntos-grises li:last-child::after {
    display: none; /* Oculta la línea en el último elemento */
}

/* Estilos para el footer */


.footer{
    background-color: black;
}

.footer a {
    text-decoration: none;
}

.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;
}

.btn1{
    background-color: #43BA7F;
    color: white;
    font-family: "Comme", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
}

.btn1:hover{
    background-color: #155f17;
    color: white;
}

