@charset "utf=8";

* {
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0pt;
    padding: 0pt;
    border: 0pt;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}



/*     NAV 1    */

.barrasuperior img{
    height: 70px;
}
.barrasuperior {
background-color: #EEEEEE;
margin-left: 0px; 
 
}

/*     BANNER    */

img .banner{
     display: block;
}

/*     CONTENIDO    */

.pincel {
    width: 10em;
    margin: 3em;
    opacity: 10%;
}

div h1 {
    font-size: 55px;
    margin-top: 20px;
    margin-bottom: 40px;
}

article {
    padding: 20px 0px 2px 20px;
}

article h3 {
    font-size: 19px;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    display: flex;
}

div h2 {
    background-color: #0BA7B4;
    padding: 20px 0px 20px 0px;
    margin: 20px 50px 20px 50px;
    overflow: auto;
}

.registro {
    margin-bottom: 10em;
}

div ul .barra{
    background-color: #FEC04F;
}

div ul{
    background-color: #FEC04F;
}

footer {
    bottom:0;
    background-color: #FEC04F;
}

 ul li img{
    width: 4em;
    display: inline-block;
    text-align: center;
    float: left;
    padding: 20px 20px 20px 20px;
    margin-left: 0px; 
    background-color: #FEC04F;
    
}

