#topbanner {
    background-color: #cc450f;
}

#topbanner img {
    width: 100%;
    height: auto;
}

#descripcion {
    margin-top: -5px;
}

#descripcion_in {
    margin: auto;
    padding: 0px 20px 0px 20px;
    width: auto;
    max-width: 600px;
}

#descripcion_in p {
    line-height: 20px;
    color: #f5f4d9;
}

.fam_in {
    width: 33%;
    display: inline-block;
    vertical-align: top;   
}

#fam_in_1 {
    background-image: url(img/sol_residencial.png);
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 225px;
    height: 225px;
    margin: auto;
}

.fam_in h3 {
    text-align: center;
    color: #f5f4d9;
    padding-top: 100px;
}

.fam_in p {
    padding: 20px 30px 10px 30px;
    line-height: 18px;
    font-size: 12px;
}


#fam_in_2 {
    background-image: url(img/sol_comercial.png);
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 225px;
    height: 225px;
    margin: auto;
}

#fam_in_3 {
    background-image: url(img/sol_industrial.png);
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 225px;
    height: 225px;
    margin: auto;
}

#carrusel_soluciones {
    display: inline-block;
    vertical-align: top;
    width: 715px;
}

#mas_soluciones {
    display: inline-block;
    vertical-align: top;
    width: 281px;
}

#mas_soluciones p {
    padding: 10px 20px 15px 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px; 
}

#mas_soluciones figcaption {
    padding: 10px 10px 15px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px; 
}

#distribuidor ul li{
    margin: 25px 25px 25px 25px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    width: 105px;
    height: 105px;
}

#distribuidor a {
    text-decoration: none;
}

#distribuidor a div {
    transition: 0.4s ease-in-out;
}

#distribuidor a div:hover {
    color: #c7450f;
}

#ad_servicios {
    width: 100%;
    background-color: #d85820;
    color: #f5f4d9;
}

#ad_servicios h3 {
    line-height: 35px;
    padding-top: 25px;
    font-size: 24px;
}

#ad_servicios h4 {
    line-height: 35px;
    padding-bottom: 25px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

#ad_servicios p {
    width: 870px;
    margin: auto;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
}