 body{
        background-color:#6a8968 ;
        font-family: sans-serif;
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
}

#contenedor{
    position: relative;
    padding-bottom: 56.25%;
    width: 99,5vw;
}
#contenedor iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0; 
}

.icono {
    width: 80px;
    float: left
}
h1 {
    font-family: "Raleway" , sans-serif;
    font-weight: 700;
    background: #9ba783;
    font-size: 16px;
    color: #3b533b;
    margin-left: 10px;
    margin-top: 30px;
    padding: 0;
    float: left;
   
}

nav {
    font-family: "Raleway" , sans-serif;
    font-weight: 600;
    background: #9ba783;
    height: 80px;
    width: 100%;
    
}
nav ul{
    float: right;
    margin: 0;
    margin-right: 30px;
}
nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px; 
}
nav ul li a {
    padding-left: 3px;
    padding-right: 20px;
    text-decoration: none;
    color: #1c590a;
}


.chkbtn {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    display: none;
    cursor: pointer;
    
}
#chk {
    display: none;
    
}

@media(max-width: 1000px)
{
    nav ul li a {
        font-size: 20px;
    }
}
@media(max-width: 900px)
{
    .chkbtn{
        display: block;
        margin-right: 20px;
       
       
    }
    ul{
        position:fixed;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        background: #9BA783;
        top: 80px;
        left: 112%;
        text-align: center;
        transition: .5s;
         z-index: 9999;
    }
    nav ul li{
        display: block;
        margin: 40px 0;
        line-height: 30px;
        
    }
    a:hover, a.active{
        background-color: none;
        color: #76d64c;
        font-weight: 700;
        
    }
    #chk:checked ~ ul {
        left: 0;
    }
}

i {
    color: #1c590a;
}


h2{
    font-family: "Raleway", serif;
    text-align: center;
    color: #ADCFDE;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 26px;
}
h3{
    text-align: left;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    background: #ADCFDE;
    border-radius: 5px;
    border: 2px solid #6890a2;
    padding: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #204d12;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
}
p{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    font-family: 'Lora', serif;
}
.centro img{
  margin-left: 135px;
}
.legales{
    font-size: 11px;
    text-align: center;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
}
footer{
    background-color: #9BA783;
}
.acumar{
    text-transform: uppercase;
}
span{
    color:#ADCFDE;
}



.grueso {
    font-weight: 600;
}
.collage{
    width: 100vw;
}
