@import url('https://fonts.googleapis.com/css?family=Song+Myung');
@import url('menu.css');
@import url('cabecera.css');
@import url(cuerpo1.css);
@import url(cuerpo2.css);
@import url(cuerpoagricola.css);
@import url(cuerpo.css);
@import url(cobertura.css);


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

body {
    font-family: 'Song Myung', serif;
	background: snow;
}

header {
    width: 100%;
    height: 50px;
    background: #145A32;
    color: snow;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

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

h1 { 
    float: left;
}

header .contenedor {
    display: table;
}

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

#cuerpo {
    text-align: justify;
}

footer .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 28px;
}

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

.redessociales a {
    color: darkblue
}

.copy {
    font-size: 20px;
    text-decoration: none;
}

@media (min-width:768px){
    .redessociales {
        width: auto;
    }
    footer .contenedor {
        justify-content: space-between;
    }
}

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

h5 {
    text-align: center;
    font-size: 40px;
}

#textos {
	text-align: justify;
	font-size: 20px;
	padding: 15px;
}

#cobertura {
	max-width: 500px;
	max-height: 480px;
}

#nosotros {
	width: 75%;
	margin: auto;
	text-align: justify;
	font-size: 20px;
}

#botones {
	width: 327px;
	height: 430px;
	background: rgba(10,100,10,0.2);
	

}

#cobertura1 {
	margin: center;
	background: #ccc;
	
}

h6 {
	text-align: center;
	font-size: 22px
}
