

/********************************************** SECTION SERVICIOS ************************************************/
.sect_servicios{
    padding: 50px 0px;
    background: rgb(34 58 102 / 8%);
}
.aquablue{
    background: rgb(34 58 102 / 8%);
}
/**/
.box_servicios{
    background: #fff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 30px;
    margin-bottom: 30px;
}
/**/
.box_servicios .box_head{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.box_servicios .box_head img{
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_servicios:hover .box_head img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_servicios .box_body h4 {
    color: #03b162;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
}
.box_servicios .box_body p {
    color: #707070;
    text-align: center;
}
/**/
.box_servicios .box_foot a.btn_cita{
    display: block;
    position: relative;
    background-color: rgba(39, 47, 76, 0.1);
    padding: 17px 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.4px;
    border-radius: 5px 5px 5px 5px;
    color: #03b162;
    text-decoration: none;
    overflow: hidden;
        z-index: 1;
    text-align: center;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_servicios .box_foot a.btn_cita:before{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fbd83f;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.box_servicios .box_foot a.btn_cita:hover:before{
    width: 1000px;
    height: 500px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_servicios .box_foot a.btn_cita:hover{
    background-color: rgba(39, 47, 76, 0.1);
    color: #ffffff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
/********************************************** SECTION SERVICIOS ************************************************/

