@font-face {
    font-family: inyectech-bb;
    src: url("../font/BebasNeue.ttf");
}

.mactive {
    border-bottom: 2px solid #1DAC21;
}

.texto-justificado {
  text-align: justify;
}

.text-green {
  color: #1DAC21;
}

.text-gTitle50 {
  font-family: inyectech-bb;
  font-size: 50px;
  color: #1DAC21;
  margin-top: 30px;
  margin-bottom: 15px;
}
.text-wsubtitle50 {
    font-family: inyectech-bb;
    font-size: 50px;
    color: #FFFFFF;
}
.text-wsubtitle20 {
    font-family: inyectech-bb;
    font-size: 25px;
    font-weight: 100;
    color: #FFFFFF;
}

.text-isubtitle20 {
    font-family: inyectech-bb;
    font-size: 25px;
    font-weight: 100;
}

.text-gsubtitle20 {
    font-family: inyectech-bb;
    font-size: 25px;
    color: #1DAC21;
}

.text-gsubtitle10 {
    font-family: inyectech-bb;
    font-size: 20px;
    color: #1DAC21;
}

.imgs-0{
    max-width: 15px;
    max-height: 15px;
    min-width: 15px;
    min-height: 15px;
}
.imgs-2{
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
}
.imgs-4{
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
}

.bg-gsubtitle {
    border-radius: 10px; /* Bordes redondeados */
    padding: 10px; /* Espaciado interno para que el contenido no toque el borde */
    background-color: #1DAC21; /* Fondo verde claro (opcional) */
}

.bg-wbanner {
    border-radius: 10px; /* Bordes redondeados */
    padding: 10px; /* Espaciado interno para que el contenido no toque el borde */
    background-color: rgba(255, 255, 255, 0.9); /* Fondo verde claro (opcional) */
    color: black;
    font-weight: bold;
    font-size: 18px;
    margin-top: -20px;
    padding-top: 50px;
}

.tag {
    position: absolute;
    right: -10px;
    top: 10px;
    text-align: center;
    width: 130px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    z-index: 999;
}