.titulo-seccion  {
    font-size: 70px;
    line-height: 74px;
    color: #0e3c57;
    margin-top: 0px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
}

.titulo-seccion.w-after:after {
    content: '';
    width: 41px;
    height: 45px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 34px;
    top: 6px;
    left: -52px;
}


.titulo-seccion span  {
    color: #1f1f1f;
	font-weight: 600;
	display: block;
}

.pre-titulo-seccion  {
	font-size: 30px;
	/* text-transform: uppercase; */
	color: #7496ab;
	font-weight: 700;
}

.sub-titulo-seccion  {
	font-size: 13px;
	font-weight: 400;
	color: #212121;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
	padding-left: 40px;
}

.sub-titulo-seccion:after {
    content: '';
    width: 24px;
    height: 1px;
	background-color: #212121;
    position: absolute;
    top: 6px;
    left: 0px;
}


.destacado {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #212121;
	font-style: italic;
    margin-bottom: 28px;
}



.descripcion {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #2a2a2a;
	margin-bottom: 20px;
}

.descripcion.marker {
	background-repeat:no-repeat;
	background-position: center left;
	padding-left:30px;
	margin-left:10px;
}

@media (max-width:767px){
.titulo-seccion  {
font-size: 29px;
    line-height: 35px;
}

.titulo-seccion:after {
    width: 41px;
    height: 28px;
    top: 0px;
    left: -46px;
}

.sub-titulo-seccion  {
	margin-bottom: 12px;
}
	
.descripcion {
    font-size: 15px;
    line-height: 27px;
}	

.destacado {
	font-size: 21px;
	line-height: 28px;
}
.pre-titulo-seccion  {
	font-size: 18px;
}

}

@media (max-width:767px){
.titulo-secciones  {
	font-size:30px;
	margin-bottom:22px;
}
}	

.line-orange {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 4px;
    background-color: #ec5b2c;
    border-radius: 50px;
    margin-bottom: 17px;
}
/*-----------------------*/

.inicio  {
	position: relative;
}

.shadow-div:before {
    content: '';
    width: 100%;
    height: 100%;
	/*background-image:url(../img/mascara-rotador.png);*/
	background-repeat:repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;
	/*background-color: rgb(0 0 0 / 75%);*/
}

.inicio::after {
    /*position: absolute;
    content: '';
    pointer-events: none;
    bottom: -100px;
    left: -10%;
    right: -10%;
    z-index: 1;
    height: 100px;
    background: inherit;
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform-origin: -3% 0;
    transform-origin: -3% 0;
    background-color: white;*/
}

/*----------------------*/

.modulo-empresa {
	position:relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 180px;
	height: 100vh;
}

.modulo-empresa .img-pic{
    border-radius: 5px;
    /*border: solid 10px white;*/
    box-shadow: 6px 9px 17px rgb(0 0 0 / 43%);
}

@media (min-width:767px){
.modulo-empresa:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 60%;
	background-color: #f2f5f6;
	top: 0;
}
}


.modulo-empresa:after {

}

.modulo-empresa:after {
    /*content: '';
    width: 100%;
    height: 114px;
    background-image: url(../img/imgs-emp.jpg);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;*/
}


@media (max-width:767px){
.modulo-empresa {
	padding-top: 70px;
	height: auto;
	padding-bottom: 40px;
}
}
	


/*-----------------------------------*/

.modulo-conoce {
	position:relative;
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100%;
	background-image: url("../img/bg-laura-2.jpg");
	background-attachment: fixed;
	    background-color: #0e3c570d;
}

.modulo-conoce:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	/*background-color: white;*/
	top: 0;
}

.modulo-conoce .box {
	background-color: rgb(255 255 255 / 83%);
	padding: 50px;
}

@media (max-width:767px){
.modulo-conoce {
	background-size: cover;
	background-attachment: fixed;
	background-color: #0e3c570d;
}
.modulo-conoce .box {
	padding: 20px;
}

}
	
