.titulo{
 font-size: 18px;
 background: white;
 color: #FBAF23;
 font-family: 'Poppins', sans-serif;
 margin-top: 1;
 margin-bottom: .25rem

}

.dos{ display: inline-block; }

.titulo marca{ background: white; color:#FBAF23;}

.tres { background: initial; color: initial;
        }

.tres marca{ 
    background: white;
	    }

.popup-link {
                position: relative;
                display: inline-block;
              }
              
.popup-link img {
                cursor: pointer;
              }
              
.popup-content {
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 1;
                display: none;
                padding: 10px;
                background-color: #fff;
                border: 1px solid #ccc;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
              }
              
.popup-link:hover .popup-content {
                display: block;
              }
              
/* ENCABEZADOS INTERNOS */
.card-header {
  background-color: #FBAF23 !important; /* Fondo naranja */
  color: #ffffff !important;           /* Texto blanco */
  font-weight: bold;
  font-size: 16px;
}              
              