.test-seo {
    padding:0;
}
.phone-link:hover, .phone-link:focus{
    color:#A8C715;
}
.head-box {
    margin-top: -88px;
    background: #555;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.content-1 {
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 50px;
}
.content-1 h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
}
.content-1 h1 .dest {
    color: #A8C715;
}
.content-2 {
    background: #eee;
    padding-top: 40px;
    padding-bottom: 35px;
}
.content-2 h2 {
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    color: #A8C715;
}
.content-2-5 {
    background: url(../images/bg-SEO-local-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
}
.formulario-green {
    background: #A8C715;
    color: #fff;
    margin-top: -629px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.3);
    padding: 50px;
}
@media (max-width:768px){
    .content-2-5 {
        min-height: 244px;
    }
    .formulario-green {
        margin-top: 0;
    }
}
.formulario-green fieldset {
    border-bottom: solid 1px #fff;
    margin-bottom: 36px;
}
.formulario-green h3 {
    color: #fff;
    font-weight: 700;    
}
.formulario-green label {
    font-size: 22px;
    font-weight: 500; 
}
.content-4 {
    padding-bottom: 45px;
}