﻿@media screen and (min-width: 1200px) {
    
}

@media screen and (min-width: 500px) and (max-width: 600px) {

    .modal-content-barraH {
        width: 452px !important;

    } 
}


@media screen and (min-width: 300px) and (max-width: 900px) {

    .modal-content-barraH {
        width: 350px !important;
    }
}

