    .ratio-16x9 {
      --bs-aspect-ratio: 56.25%;
    }
  .texto-expandible a {
	font-size: 1.5em;
	font-weight: 900;
	color: #02051b;
	text-decoration: none;
}

  .texto-expandible a:hover {
	font-size: 1.5em;
	font-weight: 900;
	color: #00bde6;
	text-decoration: none;
}

  .texto-expandible a:visited {
	font-size: 1.5em;
	font-weight: 900;
	color: #02051b;
	text-decoration: none;
}
    .texto-expandible {
	position: relative;
	overflow: hidden;
	transition: max-height 0.5s ease;
	transition: max-height 0.7s ease-in-out;
	white-space: pre-line;
	max-height: 220px;
	background-color: rgba(255,255,255,0.5);
	border-radius:10px;
	padding-right: 5px;
	padding-left: 5px;	
	 transition: max-height 0.7s ease-in-out;
    }
	
	.texto-expandible::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px; /* Altura del degradado, ajústala a tu gusto */
  /* IMPORTANTE: Cambia #FFFFFF por el color de fondo de tu web */
  background: linear-gradient(to bottom, transparent, #FFFFFF);
  transition: opacity 0.3s ease-in-out;
}
	  .texto-expandible2 {
	position: relative;
	max-height: 500px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
	padding-top: 60px;
	padding-bottom: 30px;
    }
	
	
	.mini {
	font-size: 0.4em !important;
	font-weight: 900;
	
}
.componente-duplicable h2 {
    font-size: 3.2em !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: lighter;
    line-height: 48px;
    letter-spacing: -0.01em;
}
.componente-duplicable h3
{
	font-size: 2.2em !important;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: lighter;
	line-height: 40px;
	padding-top: 40px;
	letter-spacing: -0.01em;
}

.componente-duplicable h4
{
	font-size: 2em !important;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: lighter;
	line-height: 40px;
	letter-spacing: -0.01em;
	padding-left: 45px;
	background-image: url(../imagenes/repite-pie2.png);
        background-repeat: no-repeat;
}
.componente-duplicable b
{
	
	font-weight: 900;
	
}
.componente-duplicable p
{
	font-size: 1.2em;
	line-height: 25px;
	text-align: justify;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
}
.componente-duplicable ul
{
	margin-top:-43px;
}
.componente-duplicable li
{
	font-size: 1.2em;
	line-height: px;
	text-align: justify;
	font-weight: lighter;	
	
}
.boton-leer-mas 
{
	color: #02051b;
	background-color:transparent;
	/*background-color: rgba(255,255,255,0.1);*/
	border: 0px;
	font-size: 1.5em;
	font-weight: 900;
	float: Right;
	}

.boton-leer-mas:hover
{
	color: #999;
	background-color: transparent;
	}
	
.boton-leer-mas  b
{font-size: 1em;font-weight: 100;}

    .cerrar-texto {
	position: absolute;
	top: -15px;
	 
	right: 30px;
	line-height: 1;
	font-weight: 900;
	cursor: pointer;
	display: none;
	color: #070c20;
	font-size: 4em;
    }


    .texto-expandible.abierto .cerrar-texto {
      display: block;
    }

    .leer-mas-contenedor {
      text-align: center;
      padding-top: 10px;
    }
	

    @media (max-width: 768px) {
    .componente-duplicable h4 {
        font-size: 1.6em !important;
        padding-top: 0px;
        padding-bottom: 10px;
        font-weight: lighter;
        line-height: 25px;
        letter-spacing: -0.01em;
        padding-left: 28px;
        background-image: url(../imagenes/repite-pie2.png);
        background-repeat: no-repeat;
    }

.componente-duplicable h3
{
	font-size: 1.5em !important;
	padding-top: 0px;
	padding-bottom: 0px;	
	line-height: 25px;
	padding-top: 0px;
	
}
.componente-duplicable h2 {
    font-size: 2.1em !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: -0.02em;
	text-align:center;
}
.componente-duplicable h4
{
	font-size: 1.5em !important;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: lighter;
	line-height: 40px;
	letter-spacing: -0.01em;
	padding-left: 30px;
	background-image: url(../imagenes/repite-pie2.png);
	background-repeat: no-repeat;
}

}