.header-fullscreen {
    background-image: url('../fondoLanding.png');
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headTitle {
    font-family: 'Open Sans', serif;
    color: white;
}

.btn-secondary-rail {
    background: #e4e5df !important;
    color: black !important;
    padding: 2% 7% !important;
    letter-spacing: 5px !important;
    text-transform: uppercase !important;
    font-size: unset !important;
    font-family: 'Open Sans', serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variation-settings: 'wdth'100 !important;
}

.btn-secondary-rail:hover {
    background: transparent !important;
    color: #e4e5df !important;
    border: 1px solid #e4e5df !important;
    padding: 2% 7% !important;
    letter-spacing: 5px !important;
    text-transform: uppercase !important;
    font-size: 2vh !important;
    font-family: 'Open Sans', serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variation-settings: 'wdth'100 !important;
}

body {
    margin: 0;
}

/* Como Funciona */

.head h1 {
    font-size: 5rem;
    font-weight: 500;
    color: #08c481;
    text-shadow: 1px 1px 6px #b5b2b2;
}

.head h3 {
    font-size: xx-large;
    font-weight: 300;
    margin-top: -1.9rem;
    margin-left: 7rem;
    text-shadow: 1px 1px 1px #e2e2e2;
}

.card-title {
    font-size: 1.25rem;
    /* Tamaño de fuente consistente */
    min-height: 2rem;
    /* Asegura que las alturas sean iguales */
    line-height: 2rem;
    /* Alinea verticalmente */
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Espacio uniforme */
}

.sub-title-rail-ns {
    background: #e4e5df;
    color: #747473;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Open Sans', serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: 'wdth'100;
}

.title-rail {
    font-size: 28px;
    font-weight: 300;
}

.title-rail strong {
    font-weight: 700;
}

.p-rail {
    font-size: 22px;
    font-weight: 400;
}

#servicios {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

#productos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

#clientes {
    height: auto;
}

#problemas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

#productos h1 {
    font-size: 5rem;
}

#servicios h1 {
    margin-top: 2rem;
}

.card-problemas {
    display: none;
}

.problemas-resolvemos {
    font-size: large;
}

.card-open-sans {
    font-size: small;
    letter-spacing: 5px;
    font-family: 'Open Sans', serif !important;
    font-weight: 200;
    padding: 1rem;
    margin: 0;
}

#clientes img {
    width: -webkit-fill-available;
}

#clientes {
    height: auto;
    padding: 5vh;
}


@media (max-width: 576px) {

    .card-products {

        margin-bottom: 20px;

    }

    .card-body {

        padding: 10px;

    }

    #productos h1 {
        font-size: 3rem;
    }

    #problemas h1 {
        font-size: 3rem;
    }

    #problemas .resolvemos {
        font-size: 1.5rem;
        margin-top: -0.9rem;
    }

}


@media (min-width: 768px) {

    .open-sans-title {
        font-size: 2rem !important;
        letter-spacing: 15px;
    }

    .card-open-sans {
        font-size: 1rem !important;
        letter-spacing: 5px;
        font-family: 'Open Sans', serif !important;
        font-weight: 200;
        padding: 1rem;
    }

    .btn-secondary-rail {
        background: #e4e5df !important;
        color: black !important;
        padding: 2% 7% !important;
        letter-spacing: 5px !important;
        text-transform: uppercase !important;
        font-size: 2vh !important;
        font-family: 'Open Sans', serif !important;
        font-optical-sizing: auto !important;
        font-weight: 400 !important;
        font-style: normal !important;
        font-variation-settings: 'wdth'100 !important;
    }

    h3 .head {
        margin-left: 15rem;
    }

    #servicios {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    #clientes {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    #clientes img {
        width: 13rem;
    }


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

    #servicios h3 {
        white-space: normal;
    }

    #productos {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #productos .container {
        height: fit-content;
    }


    #problemas {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .problemas-resolvemos {
        font-size: xx-large;
    }

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

    #contacto {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #contacto h1 {
        margin-top: -1rem;
        font-size: 8rem;
        font-weight: 600;

    }

    #contacto h3 {
        font-size: 4rem;
        font-weight: 300;
    }

    #contacto .btn-secondary-rail {
        font-size: 1.5rem !important;
        font-weight: 100 !important;
        padding: 1rem 3rem !important;
    }


}