/*
	CSS personalizado para 90 TEXTOS LEGALES
*/

/**************************************** GAMA DE COLORES ****************************************/

/*    Rojo Oscuro: E11F1D rgb(225, 31, 29) */
/*           Gris: 999999 rgb(153,153,153) */
/*     Rojo Medio: F08F8E rgb(240,143,142) */
/*     Rojo Claro: F7C7C6 rgb(247,199,198) */
/* Rojo Muy Claro: FBE3E2 rgb(251,227,226) */

/*           Gris: B0B0B0 rgb(176,176,176) */

/************************************ MODIFICADOS DE syle-home ***********************************/

/************************************* #rowLegalesCabecera **************************************/

#rowLegalesCabecera .divLegalesCabecera  { padding: 80px 0px; background-image: var(--fondo-huella-gris); }
#rowLegalesCabecera .divHeading108       { position: relative; left: -55px; margin: auto; padding: 0px; width: fit-content; display: block; }
#rowLegalesCabecera .divHeading108 h2    { height: auto; font-size: 70px !important; color: #FFFFFF; }
#rowLegalesCabecera .divHeading108:after { position: absolute; top: auto; bottom: 0px; left: auto; right: -110px; width: 110px; height: calc(110px * 192 / 300); }

@media (max-width: 1180px) {
	#rowLegalesCabecera .divLegalesCabecera  { padding: 60px 0px; }
	#rowLegalesCabecera .divHeading108       { left: -45px; }
	#rowLegalesCabecera .divHeading108 h2    { font-size: 60px !important; }
	#rowLegalesCabecera .divHeading108:after { right: -90px; width: 90px; height: calc(90px * 192 / 300); }
}

@media (max-width: 1080px) {
	#rowLegalesCabecera .divLegalesCabecera  { padding: 40px 0px; }
	#rowLegalesCabecera .divHeading108       { left: -40px; }
	#rowLegalesCabecera .divHeading108 h2    { font-size: 50px !important; }
	#rowLegalesCabecera .divHeading108:after { right: -80px; width: 80px; height: calc(80px * 192 / 300); }
}

@media (max-width:  980px) {
	#rowLegalesCabecera .divLegalesCabecera  { padding: 30px 0px; }
	#rowLegalesCabecera .divHeading108       { left: -35px; }
	#rowLegalesCabecera .divHeading108 h2    { font-size: 40px !important; }
	#rowLegalesCabecera .divHeading108:after { right: -70px; width: 70px; height: calc(70px * 192 / 300); }
}

@media (max-width:  780px) {
	#rowLegalesCabecera .divLegalesCabecera  { padding: 20px 0px; }
	#rowLegalesCabecera .divHeading108       { left: -30px; }
	#rowLegalesCabecera .divHeading108 h2    { font-size: 30px !important; }
	#rowLegalesCabecera .divHeading108:after { right: -60px; width: 60px; height: calc(60px * 192 / 300); }
}

@media (max-width:  580px) {
	#rowLegalesCabecera .divHeading108       { left: -25px; }
	#rowLegalesCabecera .divHeading108 h2    { font-size: 25px !important; }
	#rowLegalesCabecera .divHeading108:after { right: -50px; width: 50px; height: calc(50px * 192 / 300); }
}

@media (max-width:  380px) {
	#rowLegalesCabecera .divHeading108       { left: -20px; }
	#rowLegalesCabecera .divHeading108 h2    { font-size: 20px !important; }
	#rowLegalesCabecera .divHeading108:after { right: -40px; width: 40px; height: calc(40px * 192 / 300); }
}
