
/* tirar 20230630 */

.region-cabecera-med-derecha .redes-sociales .icon-tiktok{
  background: #ff0050;
  transition: .25s ease-in-out;
}


/* eol tirar 20230630 */

.paragraph.hero{
	border-bottom: 10px solid #1d3564;
	position: relative;
	&:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: black;
    opacity: 0.3;
	}
	& h1{
		font-size: 4.3rem;
    line-height: 1.2;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    text-shadow: 0px 0px 10px #444444;
	}

}

.paragraph.bgcolor.bg-grey.leyenda {
    background-color: #f5f5f5 !important;
    	& a.botonr1p, & a.botonr2p, & a.botonr3p {
    font-weight: 600;
	}
}

.field__item:has(.mensaje){
	position: relative;
	&:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    top: 20%;
    left: 0;
    background: #1d3564;
	}
	& .texto-parrafo{
		background: white;
		padding-right: 7rem;
	}
}