* {
    margin: 0;
    padding: 0;
}
body, html {
    height: 100%;
    margin: 0px !important;
    font-family: 'Open Sans', sans-serif;
}
button {
    padding: 20px;
    width: 400px;
    background-color: #4ea936;
    color: white;
    font-size: 24px;
    font-weight:500;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
.bloque-texto {
    width: 50%;
    text-align: center;
    margin: auto;
    padding: 50px 0px;
}
.bloque-texto h3{
    font-weight: 300;
    font-size: 24px;
    line-height: 44px;
}
.seccion-3, .seccion-4, .seccion-7{
    display: flex;
    align-items: center;
    padding: 10px 90px;
}
.seccion-3 {
    background-color: #262626;
    height: 150px;
    margin: 105px 100px 100px 0px;
}
.seccion-3 .block-50 p {
    text-align: right;
    font-size: 22px;
    font-weight: 100;
    line-height: 31px;
    color: white;
    border-right: 50px solid #2d6930;
    padding: 15px 60px 15px 130px;
    margin-right: -135px;
}
.bloque-color {
    background-color: #4ea936;
    padding: 30px 20px;
}
.bloque-color h2{
    color: white;
    font-size: 32px;
    text-align: center
}
.seccion-4 .block-50 p {
    font-weight: 700;
    font-size: 22px;
}
.seccion-4 .block-50 ul{
    font-weight: 100;
    margin-left: 20px;
}
.block-50 {
    width: 50%;
    padding: 20px;
}
.block-50 img{
    width: 100%;
}
.container {
    height: 280px;
}
.block-100 {
    width: 30%;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0px;
}
.btn {
    text-align: center;
    width: 260px;
    background-color: #262626;
    padding: 20px 30px;
    border-radius: 50px;
    margin: 20px auto;
}
.btn a{
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}
.seccion-5 {
    display: flex;
    justify-content: center;
}
.seccion-6 {
    background: url('../img/Foresta.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 10px solid #262626;
}
.seccion-6 .block-100 h3 {
    margin: 0px 10px;
    font-size: 26px;
}
.seccion-6 .block-100 p {
    padding: 20px 0px;
    margin: 0px 10px;
    border-top: 1px solid #262626;
}
div.grwf2-wrapper.wf2-embedded {
    margin: 0 !important;
}
.seccion-7 p {
    font-size: 26px;
    line-height: 27px;
    color: white;
    font-weight: 300;
}
.mobile, .seccion-3-mobile {
    display: none;
}
.block {
    display: flex;
}
.column {
    text-align: center;
    margin: 30px 0px 15px 0px;
    width: 50%;
    float: left;
}
.center {
    margin: 0 auto;
    text-align: center
}
.video {
    text-align: center;
    margin-top: 20px;
}
.footer {
    background-color: #444;
    color: white;
    text-align: center;
    width: 100%;
}
.bottom {
    position: absolute;
    bottom: 0px;
}
.banner {
    background-color: #006329;
    width: 100%;
    color: white;
    display: flex;
    margin: auto;
    align-items: center;
    flex-direction: column;
    padding: 30px 0px;
}
.banner h3{
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding: 30px;
}

.treinta {
    color: #1E4422;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.treinta img{
    width: 100%;
}

.treinta li {
    font-size: 22px;
    padding: 5px;
    margin: 0px 20px;
    font-weight: 700;
}
.treinta h2{
    font-size:32px;
    color: #73BE00;
}
.treinta .block-text{
    padding: 50px;
}
@media only screen and (max-width: 1200px) {
    .bloque-texto {
        width: 80%;
    }
    .seccion-3-desktop {
        display: none;
    }
    .seccion-3-mobile {
        display: inherit;
        text-align: center;
        background-color: #f9f9f9;
        padding: 30px 10px;
    }
    .seccion-3-mobile p{
        font-size: 20px;
        padding: 30px 80px;
    }

}
@media only screen and (max-width: 800px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: inherit;
    }
    .video {
    width: 90%;
    }
    .column {
    width: 90%;
    }
    .block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .treinta {
flex-direction: column;
}

    .seccion-3-mobile img{
        width: 90%;
    }
    .seccion-4 {
        padding: 10px 50px;
        flex-direction: column;
    }
    .seccion-4 .block-50 {
        width: 100%;
    }
    .seccion-6 .block-100 {
        width: 80%;
        text-align: center;
        padding: 70px 0px;
        margin: auto;
    }
    div.grwf2-wrapper.wf2-embedded {
        margin: auto!important;
    }
    .seccion-7 {
        flex-direction: row;
        padding: 10px;
    }
    .seccion-7 p{
        font-size: 15px;
        font-weight: bolder;
        line-height: 19px;
        text-decoration: none !important;
    }
    .seccion-7 a{
        text-decoration: none !important;
        color: white !important;
    }
}
.w3-black, .w3-hover-black:hover {
    color: #fff!important;
    background-color: #000!important;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0;
}