/*SECTION TITLE INTERNA*/
.sect_title_interna{
    height: 280px;
    background-image: url(../../../../public/img/fondo/title_interna_servicio.webp);
    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;
}
/**/


.cardProducto{
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

.cardProducto h5{
    color: #252525;
    padding: 12px 20px;
    margin: 0;
}

.cardProducto a{
   background-color: #0D367F;
   margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 20px;
    text-decoration: none;
}

/*SECTION TITLE HOME*/
.sect_title_home{
	padding: 50px 0;
}

.title_home{
    border-bottom: 2px solid #0D367F;
}
.h2_home{
	text-align: left;
	color: #0D367F;
	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_title h5{
    color: #0D367F;
    margin-top: 20px;
    text-align: center;
}
.box_service .box_body>span{
	display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    border-top: 4px solid #0d3569;
    padding: 10px;
    position: relative;
}
.box_service .box_body h5{
	text-align: center;
    color: #0d3569;
    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: #0d3569;
	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;
}