#galeria img {
      width: 16.66%;
    }

    #expertos h4 {
      font-size: 20px;
      margin-top: 10px;
    }

    #ventajas p:nth-child(1) {
      font-size: 18px;
    }
 .fmodosimple{   
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 0 10px 0px rgba(109, 109, 109, 0.26);
    margin-top: 0px;
    }
    
#contactform{
background-color:#f3f3f3 !important;
}

.btcontact {
    color: var(--primary-color);
}

.iform{
    margin: 20px 0 0 0;
    width: 50%;
    padding: 10px;
    font-size: 14px !important;
    line-height: normal;
    border-radius: 5px !important;
    background-color: white;
    border:1px solid #ccc;
}
.iform:focus{background:#FFF0F5;color:#333}

#contactform form .row {
    max-width: 60%;
    margin: 0px auto;
}

#destacado h4 {
    margin-bottom: 50px;
}

.iformlarge{
    margin: 20px 0 0 0;
    width: 100%;
    padding: 10px;
    border: 0px !important;
    font-size: 14px !important;
    line-height: normal;
    border-radius: 5px !important;
    background-color: white;
}

.btcontact{margin-top: 20px;width: 10%;}