/***************************** SECTION TITLE INTERNA **************************/
.sect_title_interna{
	background-image: url(../../../img/fondo/fondo-title-nosotros.jpg);
	background-position: center 38%;
	background-size: cover;
	padding-top: 150px;
    padding-bottom: 50px;
	position: relative;
}
.sect_title_interna:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .5;
}
/***************************** END SECTION TITLE INTERNA **************************/

/***************************************** SECTION SERVICIO DESCRIPCION ***************************************/
.sect_serv_descrip{
	padding: 50px 0;
}
/**/
.box_serv_descrip .box_body{
	padding: 20px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);
}
.box_serv_descrip .box_body>ul{
	/*list-style: none;
	padding-left: 0;*/
	margin-bottom: 0;
}
.box_serv_descrip .box_body>ul>li{
	position: relative;
	/*padding-left: 20px;*/
}
.box_serv_descrip .box_body>ul>li>svg{
	position: absolute;
	top: 3px;
	left: 0;
}
.box_serv_descrip .box_body>ul>li>svg .fa-secondary{
	color: #c62828;
	opacity: 1;
}
.box_serv_descrip .box_body>ul>li>svg .fa-primary{
	color: #000;
}
/*************************************** END SECTION SERVICIO DESCRIPCION *************************************/

/***************************************** SECTION ASIDE ******************************************************/

.aside_more_services {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);
    margin-bottom: 20px;
}
.aside_more_services .more_services_head{
	padding: 20px;
	padding-bottom: 0;
}
.aside_more_services .more_services_head h4{
	font-weight: 800;
	font-size: 20px;
}
.line_design{
	margin-top: 0;
    position: relative;
}
.line_design:before{
	content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #b71c1c;
}
/**/
.aside_more_services .more_services_body{
	padding: 20px;
	padding-top: 0;
	background: #03b9f8;

}
.aside_more_services .more_services_body .list_more_services{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.aside_more_services .more_services_body .list_more_services>li>a{
	display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.aside_more_services .more_services_body .list_more_services>li>a:hover{
	color: #014c9d;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.aside_more_services .more_services_body .list_more_services>li:last-child>a{
	border-bottom: 0;
}
.aside_more_services .more_services_body .list_more_services>li>a svg{
	color: #000;
	font-size: 10px;
}
.aside_more_services .more_services_body .list_more_services>li>a svg .fa-secondary{
	color: #b71c1c;
}
.aside_more_services .more_services_body .list_more_services>li>a svg .fa-primary{
	color: #000;
}
/**/
/*FORMULARIO*/
.aside_form{
	/*margin-bottom: 20px;*/
}
.box_form{
	/*margin-top: -144px;*/
}
.box_form .box_head{
	padding: 20px;
	background: #ec680a;
}
.box_form .box_head .content_header{
	position: relative;
	padding-left: 50px;
}
.box_form .box_head svg{
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 40px;
}

.box_form .box_head .content_header h4{
	margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}
.box_form .box_body{
	background-color: #fff;
    padding: 30px 30px 20px;
    box-shadow: 0 0 41px 5px rgba(0,0,0,.1);
}
/**/
.frm_contacto .input_text{
	width: 100%;
    border: 0;
    padding: 10px;
    box-shadow: 4px 4px 9px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
}
.frm_contacto .input_text:focus{
	outline: none;
}
.textarea_input{
	width: 100%;
    border: 0;
    padding: 10px;
    box-shadow: 4px 4px 9px 4px rgba(0, 0, 0, 0.08);
    min-height: 109px;
    margin-bottom: 10px;
}
.frm_contacto .textarea_input:focus{
	outline: none;
}
.input_btn{
	width: 100%;
    padding: 10px;
    text-align: center;
    background: #ec680a;
    border: 0;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.input_btn:hover{
    background: #000;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.input_btn:focus{
	outline: none;
}
/**/
@media(max-width: 991px){
	.aside_more_services{
		margin-top: 20px;
	}
}