a{
    color: white !important;
    text-decoration: none !important;
}

.slider{
    background-image: url('../images/slider-corporativo.jpg');
    background-size: cover;  /* Ajusta la imagen para cubrir toda la pantalla */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    padding-bottom: 10%;
}

.title{
    font-size: 90px !important;
    line-height: 80px !important;
    font-family: 'Oswald' !important;
    color: #fff !important;
    font-weight: 800;
}

.title2{
    font-size: 65px !important;
    line-height: 65px !important;
    font-family: 'Oswald' !important;
    color: #e8e8e8 !important;
    font-weight: 200;
    margin-bottom: 0px;
}

.title3{
    font-size: 35px !important;
    font-family: 'Oswald' !important;
    color: #e8e8e8 !important;
    font-weight: 200;
}

.button-slider{
    color: white !important;
    background-color: #00000066 !important;
    border-radius: 3px !important;
    font-family: 'Oswald' !important;
    font-weight: 100 !important;
    border-bottom: solid 3px #4accff !important;
    font-size: 20px !important;
}

@media only screen and (max-width: 991px) {
    .title{
        font-size: 70px !important;
        line-height: 65px !important;
    }
    .title2{
        font-size: 40px !important;
        line-height: 50px !important;

    }
    .title3{
        font-size: 25px !important;
    }
    .button-slider{
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 340px) {
    .title{
        font-size: 50px !important;
        line-height: 10px !important;

    }
    .title2{
        font-size: 30px !important;
        line-height: 30px !important;

    }
    .title3{
        font-size: 20px !important;
    }
    .button-slider{
        font-size: 10px !important;
    }
}
