@import url(Menu.css);
@import url(Banner.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
}

.contenedor{
    width: 95%;
    margin:auto;
    
}
.contenedor #logo img{
    width: 130px;
    height: auto;
}

section{
    width: 100%;
    margin-bottom: 25px;
}

.contenedor p1{
    margin: 10px 20PX -10PX 20PX;
    font-size: 30px;
}

.copy{
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 12px 12px 0px 12px;
}
.copy2{
    width: 100%;
    text-align: center;
    font-size: 9px;
    padding: 0px;
}

.sociales{
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding:20px;

}

.sociales a{
    color: aliceblue;
    text-decoration: none;
 
}


/*  RESPONSIVE DESIGN */
@media(min-width:600px){

}


@media(min-width:768px){
    .sociales{
        width: auto;
    }

}

@media(min-width:1024px){
    .contenedor{
        width: 80%;
    }
    
}