@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(banner.css);
@import url(menu.css);
@import url(body.css);
@import url(lorem.css);
@import url(slider.css);





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

body {
    font-family: 'Open Sans', sans-serif;
}
    


header {
    width: 100%;
    
    background: #fff;
    color: #fff;
    
    position: fixed;
    top:0;
    left:0;
    z-index:100;
}
    

.contenedor {
    width: 100%;
    margin: auto;
}
    

.contenedor2 {
    width: 100%;
    margin: auto;
}

p {
    text-align:center;
   
    
    
}

h3 {
    text-align: center;
    font-size: 25
    
}

h4 {
    text-align: center;
    font-size: 18;
}

h5 {
    text-align: center;
    font-size: 16;
}

h2 {
    font-size: 16px;
}



footer .contenedor {
    
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
    background-color:#901212;
    color:#fff; 
    
}
.contenedora a {
    color: #000;
    text-align:center;
    font-size: 20px;
    text-decoration: none;
    font-weight:bold;
    background:#c0c0c0;
}



footer .contenedora {
    background:#c0c0c0;
    text-align: center;    
    margin-top:-10px;
}

footer .contenedora a:hover{
    cursor: pointer;
} 

.copy {
    font-size: 20px;
}

.sociales {
    width: 100%;
    text-align: center;
    font-size: 28px;
}

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

.

@media (min-width:268px) {
footer .contenedor {
        justify-content: space-between;
        background: #901212;
        color: #fff;
    }
}
@media (min-width:768px) {
    .sociales {
        width: auto;
        
    }
    
    h6 {
        display: none;
    }
    
    footer {
        background: #901212;
    }
        
    footer p{
        font-size: 13px;
        text-align: left;
    }

    footer .contenedor {
        justify-content: space-between;
        
    }
    
    footer .lado p{
        text-align:right;
    }
    
    .sociales {
        margin-top: auto;
        font-size: auto;
    }
}

footer a{
    color: #fff;
    
}

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

    
    

    
    
    
    
    
    

