.mybody{
    padding-bottom: 0 !important;
}
.module-search h2{
    font-size: 44px;
}
.module-search{
    margin-bottom: 60px;
}
.module-search p{
    font-weight: bold;
    color: #2f353d;
    font-size: 18px;
    margin-bottom: 40px;
}
#search-field{
    margin: 0 auto;
    max-width: 45em;
}
#map{
    margin-bottom: 80px;
}
#contacto-anuncio{
    max-width: 62.5em !important;
}
#contacto-anuncio h2{
    font-size: 44px;
}
#contacto-anuncio p:first-of-type{
    font-weight: bold;
    font-size: 18px;
    color: #2f353d;

}
#contacto-anuncio p:last-of-type{
    font-size: 15px;
    color: #83838f;
    /*width: 48.9em !important;*/
    margin: 0 auto;
}

#opciones .row{
    padding: 65px 0;
    max-width: 62.5em !important;
}
#opciones .wrapper:nth-child(even){
     background-color: #f1f5f9;
 }
#opciones .wrapper p{
    font-size: 13px;
}
#opciones .wrapper p:first-of-type{
    font-size: 18px;
    font-weight: bold;
    color: #2f353d;
}
.linkgroup{
    margin-top: 20px;
}
@media only screen
and (max-width : 641px){
    #opciones .wrapper:nth-child(odd) img{
        margin-bottom: 20px;
    }
    #opciones .wrapper:nth-child(even) img{
        margin-top: 20px;
    }
}