

/* Large desktops and laptops */
@media (min-width: 1368px){

}
@media (min-width: 1200px) and (max-width: 1367px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .btnMenu {
        font-size: 14px;
    }
    .textoProducto1 {
        font-size: 20px;
    }
    .textoProducto2 {
        font-size: 14px;
    }
    .textoProducto3 {
        font-size: 20px;
    }
    .textoNosotros {
        font-size: 13px;
        line-height: 20px;
        width: 230px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .btnMenu {
        font-size: 11px;
    }
    .textoNosotros {
        font-size: 12px;
        line-height: 18px;
        width: 190px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .btnMenu {
        font-size: 12px;
    }
    .boxMenu {
        display: none;
    }
    .botonMenuCollapse{
        display: block;
    }
    .producto2 {
        margin-top: 20px;
    }
    .producto3 {
        margin-top: 20px;
    }
    .producto4 {
        margin-top: 20px;
    }
    .producto3 {
        margin-top: 20px;
    }
    .producto5 {
        margin-top: 20px;
    }
    .producto6 {
        margin-top: 20px;
    }
    .producto7 {
        margin-top: 20px;
    }
    .producto8 {
        margin-top: 20px;
    }
    .producto9 {
        margin-top: 20px;
    }
    .producto10 {
        margin-top: 20px;
    }
    .mainProductos {
        padding-top: 120px;
    }
    .tituloProductos {
        font-size: 18px;
    }
    .mainShowroom {
        padding-top: 120px;
    }
    .boxShow1 {
        margin-top: 20px;
    }
    .boxShow2 {
        margin-top: 20px;
    }
    .boxShow3 {
        margin-top: 20px;
    }
    .boxShow4 {
        margin-top: 20px;
    }
    .boxShow5 {
        margin-top: 20px;
    }
    .boxShow6 {
        margin-top: 20px;
    }
    .boxShow7 {
        margin-top: 20px;
    }
    .boxShow8 {
        margin-top: 20px;
    }
    .boxShow9 {
        margin-top: 20px;
    }
    .boxShow10 {
        margin-top: 20px;
    }
    .boxShow11 {
        margin-top: 20px;
    }
    .boxShow12 {
        margin-top: 20px;
    }
    .mainContacto {
        padding-top: 120px;
    }
    .tituloContacto {
        font-size: 16px;
    }
    .tituloContacto2 {
        font-size: 12px;
    }
    .mainNosotros {
        padding-top: 120px;
    }
    .mainContacto {
        padding-top: 150px;
    }
    .tituloMarca {
        font-size: 20px;
    }
    .tituloMarca span {
        font-size: 30px;
        padding: 20px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #customHeight {
        height: 500px;
    }
    .boxLogo {
        height: 70px;
    }
    .logo {
        height: 30px;
        margin-top: 10px;
    }
    .containerBtnIdioma {
        text-align: left;
        width: 80%;

    }
    .containerBtnIdioma span{
        font-size: 8px;
        letter-spacing: -1px;
    }
    .boxMenu {
        display: none;
    }
    .textNewsletter {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .textoFooter {
        padding-top: 10px;
        text-align: center;
    }
    .botonesFooter {
        text-align: center;
        font-size: 9px;
    }
    .boxAnmat {
        padding-top: 10px;
    }
    .botonesRedes {
        text-align: center;
    }
    .textoProducto1 {
        font-size: 24px;
    }
    .textoProducto2 {
        font-size: 18px;
    }
    .textoProducto3 {
        font-size: 24px;
    }
    .seccionNosotros2 {
        min-height: 200px;
    }
    .popup {
        width: 90%;
        margin-left: 5%;
        margin-top: 20px;
        background-size: cover;
        background-position: center center;
        height: 450px;
        position: absolute;
    }
    .insidePopup {
        height: 440px;
    }

}
@media (max-width: 415px) {
    .btnNewsletter {
        padding-left: 5px;
        padding-right: 5px;
    }
    .logo {
        height: 30px;
    }
    .containerBtnIdioma {
        width: 65%;
    }
    .containerBtnIdioma span{
        font-size: 8px;
        letter-spacing: -1px;
    }
}


