/*SECTION TITLE INTERNA*/
.sect_title_interna{
    height: 280px;
    background-image: url(../../../../public/img/fondo/title_interna_servicio.jpg);
    background-size: cover;
    padding-bottom: 50px;
    background-position: center;
    position: relative;
}
.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.height{
    height: 100%;
}
.h1_title_interna{
    color: #fff;
    font-weight: 700;
}
/**/

/*SECTION TITLE HOME*/
.sect_title_home{
	padding: 50px 0;
}
.h2_home{
	text-align: center;
	color: #1c608b;
	font-weight: 800;
}
.h2_home span{
	color: #93be28;
}
.h5_home{
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
}
/*SECTION SERVICIOS*/
.sect_servicios{
	padding: 50px 0;
}
.box_service{
    box-shadow: 0px 0px 5px #ccc;
    padding: 20px;
    background: #f3f3f3;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    text-align: justify;
    align-items: center;
    justify-content: center;
}
.box_service .box_body>span{
	display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    border-top: 4px solid #FFB715;
    padding: 10px;
    position: relative;
}
.box_service .box_body h5{
	text-align: center;
    color: #1f1f1f;
    font-size: 22px;
    margin-top: 0;
}
.box_service .box_foot .btn_vermore{
	display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    background: #37bbd2;
    text-decoration: none;
    color: #fff;
    margin-top: 25px;
    transition: all ease 500ms;
}
.box_service .box_foot .btn_vermore:hover{
	background: #FFB715;
	transition: all ease 500ms;
}
.p_desrip_serv{
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}
.modal .modal-header{
    background: #1c608b;
    color: #fff;
}

.modal .owl-nav [class*=owl-] {
    background: #1c608b;
}