

@import url('https://fonts.googleapis.com/css?family=Muli:300,600');
@import url(menu.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
  font-family: 'Muli', sans-serif;  
    overflow-x:hidden;
}
header{
    width: 100%;
    height: 65px;
    background: white;
    color: black;
    border-bottom: 1px solid rgba(51,51,51,0.8);
    
    position: fixed;
    top: :0;
    left: 0;
    z-index: 100;
}
header img{
    width: 200px;
    margin-top: -20px;
}
.contenedor{
    width: 90%;
    margin: auto;
}
header .contenedor{
    display: table;
}
main{
 margin: auto;
margin-top: 45px; 
   
}
section{
     width: 100%;
    margin: auto;
    margin-bottom: 25px;
}

/*FOOTER*/

footer{
    width: 100%;
    background-color:#1A2435  ; 
    color: white;
    padding-top: 20px;
    padding-bottom: 0px;
}
.footer-1{
    width: 80%;
    margin: auto;

}
.footer-1 h3{
    font-size:17px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-1 p{
    font-size: 13px;
    margin-left: 6%;
    width: 90%;
     margin-bottom: 0px;
   
}
.footer-1 a{
    text-decoration: none;
    color: white;
}
.footer-2{
     background-color:#171D26 ;
    margin-top: 20px;
    width: 100%;
}
.footer-2 p{
    width: 80%;
    margin: auto;
    font-size: 14px;
    padding-top:20px;
    padding-bottom:20px;
}
