

.colorVerde{
    color: #20a000;
}
.colorAzul{
    color: #0056c7;
}
.modalbackgrounModal{

    background: rgb(7,150,194);
    background: -moz-linear-gradient(225deg, rgba(7, 150, 194, 0.568) 39%, rgba(12,38,118,.568) 87%);
    background: -webkit-linear-gradient(225deg, rgba(7,150,194,.568) 39%, rgba(12,38,118,.568) 87%);
    background: linear-gradient(225deg, rgba(7,150,194,.568) 39%, rgba(12,38,118,.568) 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0796c2",endColorstr="#0c2676",GradientType=1);
}
.mostrar{
    display: block;
}

.ocultar{
    display: none;
}
.btnEscuadronGeneral{
    background-color: #E3B02A;
    color: #FFF;
    font-family: 'CarmenSans-Bold';
    width: 100%;
}

.btnEscuadronGeneral:hover{
    background-color: #D33D99;
    color: #FFF;
    font-family: 'CarmenSans-Bold';
}

/*AGENTE */

 .estrella {
      width: 95px;
      height: 95px;
      position: absolute;
      top: -30px;
      left: 0px;
      background-image: url("../img/estrella.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 30px;
        font-family: 'CarmenSans-Heavy';
        display: flex;               /* centrado */
    align-items: center;         /* centrado vertical */
    justify-content: center; 
    text-shadow: 2px -1px 1px rgba(0,0,0,0.5);

    }

.imgAgenteCURP{
    display: flex;
    position: relative;
    align-content: center;
    justify-content: center;
    align-items: center;
      
}

.imgAgenteCURP .foto{
      width: 350px;
      height: 350px;
      border-radius: 50%; /* hace la imagen circular */
      object-fit: cover; /* asegura que la imagen no se deforme */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); /* sombra opcional */
      border: 15px solid;
    }


.imgAgenteCURP .heroe{
    width: 50%;
    position: absolute;
    bottom: -50px;
    right: -50px;

}
.agenteNombre{
    font-size: 35px;
    line-height: 35px;
    font-family: 'CarmenSans-Heavy';text-shadow: 2px -1px 1px rgba(0,0,0,0.25);
    z-index: 1;
}

.agenteNombre span{
    font-size: 25px;
    line-height: 26px;
    font-family: 'CarmenSans-Regular';
}

.accordion-item {
    border-color: transparent !important;
}
.accordion-button {
    background-color: #EC445B  !important;
    color: #FFF !important; 
    font-family: 'CarmenSans-Bold' !important;
    font-style: 35px !important;
    border-radius: 15px !important;
    margin-bottom: 0.5em;
}

.fechaLogro{
    font-family: 'CarmenSans-Regular';
    font-size: 13px;
}
.descripcionLogro{
    font-family: 'CarmenSans-Heavy';  
    font-size: 15px;
}

.puntosLogro{
    font-family: 'CarmenSans-Heavy';  
    color: #E3B02A;
    font-size: 15px;
}


/*
CREDENCIAL DIGITAL
*/

.escuadronCredencial{
    width: 550px;
      height: 150px;
      position: absolute;
      top: -30px;
      left: -170px;
      background-image: url("../img/logo_ebim.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
}

.codigoCredencial{
    display: flex;               /* centrado */
    align-items: center;         /* centrado vertical */
    justify-content: center; 
}

@media (max-width: 768px) {
    .estrella{
        top: -30px;
        left: 0px;
    }

    .imgAgenteCURP .foto{
      width: 250px;
      height: 250px;
      border-radius: 50%; /* hace la imagen circular */
      object-fit: cover; /* asegura que la imagen no se deforme */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); /* sombra opcional */
       border: 8px solid;
    }


    .imgAgenteCURP .heroe{
        width: 50%;
        position: absolute;
        bottom: -40px;
        right: -50px;

    }

    .escuadronCredencial{
        width: 530px;
        height: 130px;
        position: absolute;
        top: -90px;
        left: -220px;
        background-image: url("../img/logo_ebim.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }


}