@charset "UTF-8";
/* CSS Document
01 section title spbuilder
02 section subtitle spbuilder
03 section text spbuilder
*/


/* ----------------------------------
01 section title spbuilder
------------------------------------- */
.section-title, .section-title-dark {
 position: relative;
    padding-bottom: 20px!important;
    margin-bottom: 20px!important;
  
	/* h2-------------- */
	  font-size: 24px; /* separacion contenedor texto + linea--------------- */
    line-height:30px;
    font-weight: 700;
    letter-spacing: -0.02em;
}



/* lineas blancas por defecto sobre fondo oscuro---------- */
 .section-title:before {
    width: 30%;
    background: rgba(255,255,255,0.74);
    z-index: 1;
	
   
}
 .section-title:after {
    width: 100%;
    background: rgba(251,251,251,0.60);
	
 
}

.section-title:after, .section-title:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
}


/* ----------------------------------
 section title dark sobre fondo claro
------------------------------------- */

.section-title-dark {

color:var(--color-text-dark);

}


 .section-title-dark:before {
    width: 30%;
    background: #333;
    z-index: 1;
}

.section-title-dark:after {
    width: 100%;
    background: rgba(161,161,161,1.00);
}


.section-title-dark:after, .section-title-dark:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
}





h1.section-title-dark  {
color:	var(--color-text-dark);
}






.title-gradient {
    background: linear-gradient(120deg ,#1c99fe 20.69%,#1C99FE 50.19%,#1C99FE 79.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


/* ----------------------------------
02 section subtitle spbuilder
------------------------------------- */
.section-subtitle{ margin-top: 25px!important;margin-bottom: 25px!important;font-size: 26pt!important;line-height: 40px!important;    font-weight: 400 !important;}


/* ----------------------------------
03 section text spbuilder
------------------------------------- */
.section-text , .section-text p ,.section-text-wite , .section-text-white p{ 
font-weight: 500!important;
   
    margin-bottom: 0.2rem!important;
    font-size: 12pt!important;
    line-height: 22px!important;
    margin-bottom: 15px!important;
  
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    color: #777;
    margin: 0;
}

.section-text-wite , .section-text-white p{ 

    color: white;
   
}

/* ----------------------------------
new section title
------------------------------------- */

.section-title-dark:before{

}

