@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{  
    font-family:  Roboto, 'Helvetica', sans-serif;  
    color: #272829;
}

html,
body {
    width: 100%;
    height: 100%;
}

a{  
    text-decoration: none;
    color:#0d6efd !important;
}

.borde{ border: 0px solid black;    }

.contenedor{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.margen-lateral{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.text-justify{  text-align: justify !important; }

#B2, #B3, #B4, #B5, #B6 {   display: none;  }

@media only screen and (max-width: 1920px) {
    .contenedor{    
        max-width: 100% !important;
        border: 0px red solid;
    }
}

@media only screen and (min-width: 1921px) {
    .contenedor{    
        max-width: 2000px !important;
        border: 0px blue solid;
    }
}

@media only screen and (min-width: 0) and (max-width: 950px) {
    
}


@media only screen and (min-width: 0) and (max-width: 500px) and (orientation: portrait) {

}

@media only screen and (min-width: 0) and (max-width: 1000px) and (orientation: landscape) {

}