.langEn-txt {
    display: block !important;
}

.langEs-txt {
    display: none !important;
}

.cotizarProduct {
    font-size: 14px !important;
}

.btnCotizarContacto {
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
    text-align: center;
}

@media only screen and (max-width: 426px) {
    .cotizarProduct {
        width: 140px !important;
    }

    .btnCotizarContacto {
        margin: 0 auto;
    }
}