.imgMovil{
    display: none;
}
@media (max-width: 450px){
    .imgMovil{
        display: block;
        padding-left: 0px !important;
    } 
    .imgDesktop{
        display: none;
    }  
    .imgMovil img{
        width: 90%;
        margin-left: 0px;
    }
}
.botonCotizaNextDay{
    font-size: 18px;
    line-height: 24px;
    width: auto;
    float: left;
    background-color: #004993;
    color: #fff;
    border: transparent;
    padding: 7px 14px;
    border-radius: 3px !important;
    font-weight: 500;
    font-style: italic;
    font-family: 'Fira Sans';

}
.botonCotizaNextDay:hover{
    background-color: #fff;
    color: #004993;
    font-weight: bold;
    border: 1px solid #004993;

}
.parrafoNext{
    margin-top: 15px;
    font-size: 12px;
}

@media (max-width: 450px){
    .botonCotizaNextDay{
        font-size: 14px;
        padding: 4px 14px;
        margin-bottom: 10px;
    }
    .divBoton{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}