.sect_title_interna{
    background: linear-gradient(to right, #005c9c 0%, #00b9c2 100%);
    padding: 30px 0;
}
.h2_title_interna{
	color: #fff;
    font-weight: 700;
}
.nav_internas{
	align-items: flex-end;
}
.list_nav_internas{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}
.list_nav_internas>li{
	display: inline-block;
	margin: 0 10px;
}
.list_nav_internas>li{
	color: #fff;
	font-weight: 700;
}
.list_nav_internas>li:last-child{
	color: #000000;
    font-size: 18px;
}
.list_nav_internas>li>a{
	font-weight: 700;
	color: #fff;
    font-size: 16px;
	text-decoration: none;
}
/*FORMULARIO DE CONTACTO*/
.sect_formulario{
	padding: 50px 0;
	padding-bottom: 100px;
}
.h6_subtitle{
	margin-bottom: 15px;
}
.input_contact {
    height: 45px;
    border-radius: 16px;
    margin-bottom: 10px;
    font-style: italic;
	background: rgb(237, 237, 237);
}
.textarea_contact {
    min-height: 120px;
    border-radius: 16px;
    font-style: italic;
	background: rgb(237, 237, 237);
}

.input_contact::placeholder,
.textarea_contact::placeholder{
	font-size: 14px;
} 

.btn_enviar{
    display: block;
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
    background: #00bac4;
    border: 0;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 700;
    padding: 10px;
    cursor: pointer;
    transition: all ease 500ms;
}
.btn_enviar:hover,
.btn_enviar:active,
.btn_enviar:focus{
    background: #974ed6;
    color: #fff;
    outline: none;
    transition: all ease 500ms;
}

/*ASIDE*/
.list_aside{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.list_aside>li{
	position: relative;
	padding-left: 50px;
	margin-bottom: 40px;
	color: #00b9c2;
}
.list_aside>li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
}
.list_aside>li h4{
	color: #000;
	font-weight: 700;
}
.list_aside>li a{
	display: block;
	color: #00b9c2;
	text-decoration: none;
}
@media(max-width: 767px){
	.list_aside{
		margin-top: 50px;
	}
}