header, footer, aside, nav, hgroup, article, section { display: block; }

*{ margin: 0;}

body {
    background: url(img/fondo.jpg);
    font-family: "myriad pro", "arial", sans-serif;
    font-size: 16px;
    color: #fff;
}

img{width: 94.5%}

header {width: 90%; 
        height:auto; 
        padding: 1% 0 0 10%;
        background:rgb(255, 237, 0); 
}

.logofadu{
        float: right;
        margin-right: 13%;
        margin-top: 15px;
}

.rotulo{ 
        max-width: 780px;
        margin: 0 auto;
}

nav{ 
    min-height: 13px;
    width: 100%;
    background: rgb(0, 0, 0);
    /*padding: 8px 0;*/
    border-bottom: solid 2px rgb(255, 237, 0);
}

a{
  color: rgb(255, 237, 0);
  text-decoration: none;
  font-size: 1.2rem;
}

.menu{
      text-align: center;
    
}

main{ 
     width: 100%; 
     min-height: 500px;
     /*background: #f0998e;*/
}

section{ 
        width: 79.5%; 
        min-height: 500px; 
        background: rgb(62, 62, 64);
        display: inline-block;
        padding: 35px 10.25% 10px 10.25%;

}

section p{
          color: rgb(0, 0, 0);
          padding-left: 5%;
          font-size: 1.5rem;
          padding-bottom: 6%;
}

article img{
            padding: 3% 3% 7% 3%;
            width: 0 auto;
            height: 0 auto;
}

.colvn{
        width: 46.55%;
        height: auto;
        float: left;
        background: rgb(255, 237, 0);
        margin: 0 5% 5% 0;
}

.col1{
        width: 46.55%;
        height: auto;
        float: left;
        background: rgb(255, 237, 0);
        margin: 0 5% 5% 0;
}

.col2{
        width: 46.55%;
        height: auto;
        float: left;
        background: rgb(255, 237, 0);
        margin: 0 0 5% 0;
}

.vn{
    font-weight: 600;
    font-size: 7rem;
    color: #fff;
}

.veinte{
        font-weight: 600;
        font-size: 7rem;
        color: rgb(62, 62, 64);
}

.grupo{
       padding: 26.5% 0 26.5% 3.5%;
}

aside{ 
      width: 96%;
      min-height: 300px; 
      background: rgb(255, 237, 0);
      padding: 35px 2%;
      display: inline-block;
}

aside article{
              text-align: center;
              color: rgb(88, 88, 90);
}

h1 {
    color: rgb(255, 237, 0);
    font-family: "myriad pro", "arial", sans-serif;
    font-size: 1.35rem;
    text-align: center;
    background: rgb(62, 62, 64);
    width: 75.5%;
    margin: auto;
    padding: 10px 2%;
}

hr{
    background-color: rgb(88, 88, 90);
    height: 1px;
    width: 50%;
    border: 0;
    margin: auto;
}

.itemlight{
           font-weight: 100;
           font-size: 1.3rem;
}

.item{
      font-weight: 800;
      font-size: 1.1rem;
      line-height: 2rem;
}

footer{ 
       width: 94%;
       min-height: 30px;
       color: #9d9d9d;
       font-size: 0.75rem;
       text-align: center;
       padding: 30px 3%;
       margin: 0 auto;
       background: #272323;
}

.h2plan{
        font-size: 1.1rem;
        color: rgb(255, 237, 0);
}

.pplan{
        font-size: 0.9rem;
        color: #fff;
}

.spanplan{
          text-decoration: underline;
          color: hsla(56, 100%, 50%, 0.57);
}

.imgmapa{
        margin: 0 auto;
        padding: 35px 0 10px 3.5%;
        width: 96.5%;
}

main .imgmapa{
            height: auto;
}


@media screen and (max-width:768px) {
main section .vn, main section .veinte, main section .colvn, main section .col1, main section .col2 {
        width: 96%;
        text-align: center;
    }
    aside article{
        width: 96%;
        text-align: center;
    }
    article img{
        width: 94.5%;
    }
    .colvn{
        display: none;
    }
}

@media screen and (max-width:320px) {
    
main section .col1, main section .col2 {
        width: 96%;
        text-align: center;
    }
    aside article{
        width: 96%;
        text-align: center;
    }
    article img{
        width: 0 auto;
    }
    .colvn{
        display: none;
    }
}