﻿.hidden {
    display: none;
}

.completo{
    width:50%;
}

.modo {
    width: 100%;
    margin-top: 5px;
    text-align: right;
}

#loginButton:disabled {
    background-color: #7f8c8d;
    cursor: not-allowed;
}

.completo_mo {
    width: 50%;
}

.modo_mo {
    width: 100%;
    margin-top: 5px;
    text-align: right;
}

.labl_modo {
    width: 20%;
    float: right;
    font-size: 10px;
    text-align: left;
    margin-top: 20px;
    margin-left: 5px;
    color: #C9E4CA;
}

#ima_baner {
    width: 50% !important;
}




.labl_modoC {
    width: 20%;
    float: right;
    font-size: 10px;
    text-align: left;
    margin-top: 20px;
    margin-left: 5px;
    color: #7f2841;
}


#Modo_tipo_o {
    background-color: #7f2841;
    border: solid;
    color: white;
    padding: 1px;
    width: 40px; /* Ajusta el ancho para que sea igual al alto */
    height: 40px; /* Ajusta el alto para que sea igual al ancho */
    border-radius: 50%; /* Esto hace que el botón sea circular */
    cursor: pointer;
    transition: transform 0.3s, background-color 0.3s, color 0.3s, border 0.3s, box-shadow 0.3s;
    float: right;
    border-color: #F2eada;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra inicial */
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
}

    #Modo_tipo_o:hover {
        border-color: #7f2841;
        color: #ffffff; /* Mantén el color del texto */
        transform: scale(1.05); /* Escala ligeramente el botón */
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.8); /* Sombra más pronunciada al pasar el cursor */
        background-color: #7C7C7C;
    }

#Modo_tipo_c {
    background-color: #333333;
    border: solid;
    color: white;
    padding: 1px;
    width: 40px; /* Ajusta el ancho para que sea igual al alto */
    height: 40px; /* Ajusta el alto para que sea igual al ancho */
    border-radius: 50%; /* Esto hace que el botón sea circular */
    cursor: pointer;
    transition: transform 0.3s, background-color 0.3s, color 0.3s, border 0.3s, box-shadow 0.3s;
    float: right;
    border-color: #C9E4CA;
    box-shadow: 0 0 10px rgba(242, 234, 218, 0.5); /* Sombra inicial con resplandor */
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
}

    #Modo_tipo_c:hover {
        border-color: #C9E4CA;
        color: #ffffff; /* Mantén el color del texto */
        transform: scale(1.05); /* Escala ligeramente el botón */
        box-shadow: 0 0 20px rgba(242, 234, 218, 0.8); /* Resplandor más intenso al pasar el cursor */
        background-color: #7C7C7C;
    }


#Modo_tipo_o-mo {
    background-color: #7f2841;
    border: solid;
    color: white;
    padding: 1px;
    width: 40px; /* Ajusta el ancho para que sea igual al alto */
    height: 40px; /* Ajusta el alto para que sea igual al ancho */
    border-radius: 50%; /* Esto hace que el botón sea circular */
    cursor: pointer;
    transition: transform 0.3s, background-color 0.3s, color 0.3s, border 0.3s, box-shadow 0.3s;
    float: right;
    border-color: #F2eada;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra inicial */
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
}

    #Modo_tipo_o-mo:hover {
        border-color: #7f2841;
        color: #ffffff; /* Mantén el color del texto */
        transform: scale(1.05); /* Escala ligeramente el botón */
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.8); /* Sombra más pronunciada al pasar el cursor */
        background-color: #7C7C7C;
    }

#Modo_tipo_c-mo {
    background-color: #333333;
    border: solid;
    color: white;
    padding: 1px;
    width: 40px; /* Ajusta el ancho para que sea igual al alto */
    height: 40px; /* Ajusta el alto para que sea igual al ancho */
    border-radius: 50%; /* Esto hace que el botón sea circular */
    cursor: pointer;
    transition: transform 0.3s, background-color 0.3s, color 0.3s, border 0.3s, box-shadow 0.3s;
    float: right;
    border-color: #C9E4CA;
    box-shadow: 0 0 10px rgba(242, 234, 218, 0.5); /* Sombra inicial con resplandor */
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
}

    #Modo_tipo_c-mo:hover {
        border-color: #C9E4CA;
        color: #ffffff; /* Mantén el color del texto */
        transform: scale(1.05); /* Escala ligeramente el botón */
        box-shadow: 0 0 20px rgba(242, 234, 218, 0.8); /* Resplandor más intenso al pasar el cursor */
        background-color: #7C7C7C;
    }


/* Estilo para el campo de contraseña */
.password-container .input-field {
    padding-right: 40px; /* Espacio para el ícono */
    width: 100%;
}

/* Estilo para el ícono de ojo */
.toggle-password {
    position: absolute;
    right: 10px;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
    z-index: 2;
    margin-top: -1%;
    margin-right: 22%;
}

    .toggle-password:hover {
        color: #333;
    }

.add-btn {
    margin-top: 2%;
}

.control-btn {
    font-size: 30px !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0px !important;
    margin:0px !important;
}

/* envio masivo */
.container_envio_MAsivo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 100%;
    margin: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 2%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.card {
    background-color: white;
    border: 2px solid #7C7C7C;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .card:hover {
        transform: translateY(-5px);
    }

.card-header {
    background-color: #7C7C7C;
    color: #C9E4CA;
    padding: 15px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.card-image {
    height: 150px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .card-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.card-footer {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    background-color: #f9f9f9;
}

.social-icon {
    color: #333333;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

    .social-icon:hover {
        color: #5a5a5a;
    }


.container_mapa_calor {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:1%;
}

.heatmap-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 2%;
}

.municipio-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
}

    .municipio-item:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        z-index: 10;
    }

.municipio-label {
    font-size: 0.8em;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    padding: 5px;
    word-break: break-word;
}

.color-indicator {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ddd;
}

.legend-item {
    display: flex;
    align-items: center;
}

.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid #999;
}

.colorestabla{
    color:#333333;
}