
.img-responsive {
    margin: 0 auto 0 auto;
}

/* *************************************
* *********** interna **********
* ************************************ */
.box-interna {
    background: #f1f2f2;
    padding: 0 0 40px 0;
}

.box-interna h2{
    font-size: 22px;
    padding: 15px 0 10px 30px;
    margin: 0 0 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    background: #FF3336 ;
    width: 540px;
    height: 50px; 
    color: #fff;
}

.box-interna h3{
    font-size: 30px;
    padding: 10px 90px 10px 90px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 33px;
}

/* *************************************
* *********** asesoramiento **********
* ************************************ */
.box-asesoramiento {
    background: #fff;
    padding: 50px 0 10px 0;
}

.box-asesoramiento h3 {
    font-size: 28px;
    padding: 15px 0 40px 30px;
    margin: 0 0 0 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-asesoramiento p {
    font-size: 20px;
    padding: 10px 90px 10px 90px;
    font-weight: 500;
}

.box-asesoramiento img{    
    border: solid 5px #fff;      
    transition: all 0.3s;
    border-radius: 100%;
}

.box-asesoramiento img:hover{
    border: solid 5px #FF3336 ;
}


/* *************************************
* *********** servicio **********
* ************************************ */
.box-servicio {
    background: #fff;
    padding: 50px 0 10px 0;
}

.box-servicio h3 {
    font-size: 28px;
    padding: 15px 0 40px 30px;
    margin: 0 0 0 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-servicio p {
    font-size: 20px;
    padding: 10px 35px 10px 90px;
    font-weight: 500;
}

.box-servicio img{    
    border: solid 5px #fff;      
    transition: all 0.3s;
    border-radius: 100%;
}

.box-servicio img:hover{
    border: solid 5px #FF3336 ;
}


/* *************************************
* *********** productos **********
* ************************************ */
.box-productos {
    background: #fff;
    padding: 50px 0 100px 0;
}

.box-productos h3 {
    font-size: 28px;
    padding: 15px 0 40px 30px;
    margin: 0 0 0 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-productos h4{
    font-size: 18px;
    padding: 10px 20px 30px 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.box-productos img{    
    border: solid 5px #fff;      
    transition: all 0.3s;
}

.box-productos img:hover{
    border: solid 5px #FF3336 ;
}