* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family:  sans-serif;
}

header {
    width: 100%;
    height: 50px;
    background: #e6e6e6;
    color: #fff;    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    
}
.contenedor {
    width: 100%;
    margin: auto;
    
}


header .contenedor{
    display: table;
}
section {
    width: 100%;
    margin-bottom: 25px;
}

.container-slider {
    border-top: 40px;
    
}


/* footer*/

footer .contenedor{
    background: #000000;
    color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
}
@media (min-width:1024px) {
     .contenedor {
        width: 1000px;
}
   


.copy{
    font-size: 20px;
    color: #fff;
}
.sociales{
    width: 100%;
    text-align: center;
    font-size: 28px;
}

.sociales a {
    color: #fff;
    text-decoration: none;
}