/*PRIMERA SECCION*/
.sect-nosotros{
    background-image: url(../../../../public/img/galeria/galeriaportada.jpg); 
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}
.sect-nosotros:before{
    background: #000000;
    opacity: 0.6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}
.height{
    height: 100%;
}
.align-items-center{
    align-items: center;
}
.nosotros-text1{
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 32px;
    margin: 0px;
    letter-spacing: 0px;
}
.nosotros-text2{
    font-weight: 700;
    font-style: normal;
    color: #82C341;
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: 0px;
}
.nosotros-text3{
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
}
@media(max-width: 539px){
    .nosotros-text1{
        font-size: 20px;
    }
    .nosotros-text2{
        font-size: 30px;
    }
    .nosotros-text3{
        font-size: 15px;
    }
}
/**/
.sect_title_interna{
    background: linear-gradient(to right, #864fd1 0%, #00b9c2 100%);
    padding: 50px 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;
}
/*SETION GALERIA*/
.sect_galeria{
	padding: 50px 0;
	padding-bottom: 100px;
}