*{
    box-sizing: border-box;
    padding:0px;
    margin: 0px;
}
html { scroll-behavior: smooth; }
.bnrPizca{ width:100%; height: 600px; background-position-x: 50%; background-size: 100%; background-repeat: no-repeat; margin-top: 83px; }
@media only screen and (min-width: 900px) {.bnrPizca {background-size: cover; height: 600px; margin-top: 83px;} }
@media only screen and (max-width: 500px) {.bnrPizca {background-size: cover; height: 265px; margin-top: 63px;} }
a.btnCard { padding: 30px 0px; text-decoration: none; color: #666; vertical-align: middle; }
.colorBoton{ background-color: #e36099; color: white; }
.colorTitulo{ color: #61D4E6; }
.colorTitulo2{ color: #e36099; }
.sixth-m{ width: 16.5%;  }
.mainLogo{ width:250px; }
.mainLogo-m{ width:150px; }
.notification { text-decoration: none; position: relative; display: inline-block; border-radius: 2px; }
.notification .badge { position: absolute; top: -10px; right: -10px; padding: 4px 6px; border-radius: 50%; background-color: red; color: white; font-size: 10pt; }
