@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,700;0,6..12,900;1,6..12,300;1,6..12,400;1,6..12,700&display=swap');

/************ TABLE OF CONTENTS ***************
1. INICIO DE SESIÓN


**********************************************/

/*** 

====================================================================
			INICIO DE SESIÓN
====================================================================

***/

body,
html {
    height: 100%;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}

.login-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

#captchaIMG {
    display: block;
  margin-left: auto;
  margin-right: auto;
  
}
#login{
    margin-bottom: 20px;
}
.login-bg {
    background-image: url(../images/salvialand.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
}

.login-form {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 14px;
}

.form-group i {
    margin-right: 5px;
    color: #aaa;
}

.login-btn {
    background-color: #6c757d;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    padding: 12px 20px;
    width: 100%;
}

.login-btn:hover {
    background-color: #495057;
}

.forgot-password {
    text-align: center;
    margin-top: 20px;
}

.forgot-password a {
    color: #6c757d;
}

/*** 

====================================================================
			TOP AND BOTTOM GOV
====================================================================

***/

.header-gov {
    height: 48px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #36c;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 86px;
    padding-right: 86px;
    display: flex;
}

.login-footer-gov {
    margin-top: 0px;
    height: 95px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #3366cc;
    flex-direction: row;
    grid-template-rows: auto auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 86px;
    padding-right: 86px;
    display: flex;
}

.footer-gov {
    margin-top: 40px;
    height: 95px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #3366cc;
    flex-direction: row;
    grid-template-rows: auto auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 86px;
    padding-right: 86px;
    display: flex;
}

.top-bar {
    background-color: #007bff;
    height: 45px;
    margin: 0;
    padding: 0;
}

.top-bar img {
    max-height: 100%;
    vertical-align: middle;
}

.welcome-section {
    background-color: #F6F5F7;
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titulo-section {
    background-color: #F6F5F7;
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
}


.search-form {
    display: flex;
    align-items: center;
}

.search-form select,
.search-form input {
    margin-bottom: 10px;
    margin-right: 10px;
}



/*** 

====================================================================
		DASHBOARD TABLA DE CASOS
====================================================================

***/
.vistas {
    color: #5106A7;
    margin-right: 10px;
}

.bg-light {
    background: white;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #ffffff;
    border-bottom-color: transparent;
}

.table-cell-red {
    background-color: #FFE8E8 !important;
    color: red;
}

.table-cell-verde {
    background-color: #ccffcc;

}

.news-icon {
    color: #2fcf2f;
}

.danger-icon {
    color: #ff5722;
}

#spinnerImg {
    width: 100px;
}

textarea.form-control {
    height: auto !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5106A7;
    background-color: #FCFAFF;
    background-clip: padding-box;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #ebebeb;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


select[multiple] {
    height: 100px;
}


h2,
h3,
h4,
h5 {
    color: #5106A7;
}

.btn {
    border-radius: 10px;
    width: auto;
}

btn-secondary.disabled,
.btn-secondary:disabled {
    color: #707070;
    background-color: #a7a7a7;
    border-color: #707070;
}

.btn-secondary {
    color: #fff;
    background-color: #5106A7;
    border-color: #6c757d;
}

.btn-primary {
    color: #fff;
    background-color: #5106A7;
    border: none;
    box-shadow: 1px 1px 5px #ebebeb;
    border-radius: 10px;
}

.btn-primary:focus {
    color: #fff;
    background-color: #5106A7;
    border-color: #0062cc;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-primary:hover {
    background-color: #DBCEEC;
    color: #5106A7
}

.btn-primary:not(:disabled):not(.disabled):active {
    background: #5106A7;
}

.logoheader {
    width: 200px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #DBCEEC;
    border-bottom-color: none;
    border-radius: 15px;
    margin-bottom: 10px;
    min-width: 100px;
    text-align: center;
    color: #5106A7;
    border: none;
    box-shadow: 1px 1px 10px #e3d8ff;

}

a {
    color: #5106A7;
}

.circulo_activos {
    color: #0cff04;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #2ba727;
    border-radius: 100px;
}
.circulo_desactivado{
    color: #ff9f9f;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #f81300;
    border-radius: 100px;
}

.circulorecontacto {
    color: #FFFAD0;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #A36D16;
    border-radius: 100px;
}

.circuloenrutados {
    color: #e2ffe5;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #005c08;
    border-radius: 100px;
}

.enrutado {

    background-color: #e2ffe5;
    border: 1px solid #005c08;
    color: #005704;
}

.circuloporaprobar {
    color: #fdffe2;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #6c7400;
    border-radius: 100px;
}

.poraprobar {

    background-color: #fdffe2;
    border: 1px solid #6c7400;
    color: #555300;
}

.circulovencidos {
    color: #ff9f9f;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #f81300;
    border-radius: 100px;
}

.circulocompletados {
    color: #0cff04;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #2ba727;
    border-radius: 100px;
}

.circuloinvalidos {
    color: #949494;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #080808;
    border-radius: 100px;
}

.circulo_caso_atendido {
    color: rgb(0, 59, 6);
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #00b60f;
    border-radius: 100px;
}

.circulo_caso_proceso {
    color: #fffb00;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #575500;
    border-radius: 100px;
}


.circulo_caso_sin_atender {
    color: #ff4a4a;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #ff0000;
    border-radius: 100px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #68676A;
    background: #F6F5F7;
    border-radius: 15px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
}

.tag {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    margin: 4px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}

.desactivado {

    background-color: #FFE0D0;
    border: 1px solid #DD736A;
    color: #DD736A;
}

.vencido {

    background-color: #FFAFAF;
    border: 1px solid #A31616;
    color: #A31616;
}

.novedad {

    background-color: #AAFFF2;
    border: 1px solid #1b8380;
    color: #1b8380;
}




.completado {

    background-color: #E9FFD0;
    border: 1px solid #62b21d;
    color: #62b21d;
}

.finalizado {

    background-color: #EBE9D9;
    border: 1px solid #9D9D9B;
    color: #9D9D9B;
}

.recontacto {

    background-color: #FFFAD0;
    border: 1px solid #A36D16;
    color: #A36D16;
}

.invalido {

    background-color: #e0e0da;
    border: 1px solid #ffc7c7;
    color: #a7a7a7;
}

.activos {
    background-color: #E9FFD0;
    border: 1px solid #62b21d;
    color: #62b21d;
}

.table thead th {
    vertical-align: bottom;
    color: #5106A7;
    border-bottom: none;
    font-size: 12px;
}

.icoacciones {
    color: #5106A7;
    cursor: pointer;
}

.acciones {
    column-gap: 10px;
}

.unable {
    color: #D1D1D1;
    cursor: pointer;
}

.nav-tabs {
    border-bottom: none;
}

.iconosacciones {
    column-gap: 15px;
}

.table td {
    padding: 0.75rem;
    vertical-align: middle;
    font-size: 13px;
    border-top: 1px solid #dee2e6;
    font-weight: 300;
}

.table td a {
    font-weight: bold;
    font-size: 10px;
    line-height: unset;
}

.nav-link:hover {
    color: #DBCEEC;
    border: none !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5106A7;
    background-color: #fff;
    border: 1px solid #5106A7;
}

.page-link:hover {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #5106A7;
    border: 1px solid #5106A7;
}

.btn-assign{
    padding: unset;
    margin: unset;
    font-weight: bold;
    font-size: 10px;
    line-height: unset;
    color: #5106A7;
}

.vc_info_text{
    font-size: 14px;
    color: #000000;
    min-height: 40px;
}


/*** 

====================================================================
		POP UP
====================================================================

***/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.publicOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.alertapop {
    color: #5106A7;
    font-weight: bold;
}

.popup-container {
    position: relative;
    width: 350px;
    height: 300px;
    background-color: #ececf5;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(133 19 19 / 50%);
    text-align: center;
    padding: 30px;
    z-index: 10000;
    align-items: center;
    display: flex;
}

.popup-container2 {
    width: auto;
    height: auto;
    
}

.popup-content {
    color: red;
    font-size: 18px;
    margin-bottom: 5px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.nuevo-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.nuevo-popup-content {
    background-color: #fff;
    max-width: 80%;
    margin: 10% auto;
    padding: 60px;
    border-radius: 8px;
    position: relative;
    max-height: 600px;
    /* Establece la altura máxima de la tabla */
    overflow: auto;
    /* Agrega barras de desplazamiento cuando sea necesario */
}

.nuevo-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.nuevo-popup-close:hover {
    color: red;
}

/*** 

====================================================================
		FORMULARIO DE REGISTRO DE NUEVO CASO
====================================================================

***/
.step-container {
    display: none;
}

.step-container.active {
    display: block;
    margin-bottom: 0px;
}

.step-progress {
    text-align: center;
    margin-bottom: 20px;
}

.tituloform {
    display: flex;
    background: #F6F5F7;
    padding: 15px 10px 10px 20px;
    border-radius: 10px;
    margin-bottom: 0px;
    align-items: center;
    column-gap: 20px;
}

.tituloform i {
    color: #5106A7;
}

label {
    font-size: 14px;
    color: #868686;
    min-height: 40px;
    padding-top: 15px;
}

input::placeholder {
    font-size: 10px;
    font-weight: lighter;
}

.badge-secondary {
    background: #ffffff;
    color: #5106A7;
    filter: grayscale(1);
}

.badge-primary {
    color: #5106A7;
    background-color: #ffffff;
}

.imgstep {
    width: 90px;
}

.botones {
    column-gap: 30px;
    margin-top: 20px;
    justify-content: center;
}

.icoruta {
    height: 65px;
}

.mensaje {
    background: #E9E6EB;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    padding-left: 40px;
    margin-bottom: 40px;
}

.hechos {
    min-height: 200px;
}

/*** 

====================================================================
		POP UP INFO CASO
====================================================================

***/

.tableinfopopup {
    background: #f0f0f1;
    width: 100%;
    border-radius: 10px;
}

.tabspopup {
    display: flex;
}

.tabpopup {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
    display: flex;
    column-gap: 20px;
}

.tabpopup.active {

    background-color: #5106A7;
    color: #ffffff;

}

.tabpopup.active i {
    color: #ffffff;
}

.tab-contentpopup {
    display: none;
}

.btn-tabpopup {
    border: none;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-tabpopup:focus {
    outline: none;
}

.ruta-info-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;

    margin-bottom: 16px;
    padding: 40px 40px 40px 40px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3), -2px -2px 8px 0 rgba(255, 255, 255, 0.06);
    /* Box shadow */
    transition: transform 0.5s;
    /* Aumentamos la duración de la transición */
}

.ruta-info-container:hover {
    transform: scale(1.05);
    /* Al hacer hover, agranda el contenedor un poco */
}

.icono-principal-ruta h3 {
    font-size: 20px;
    margin: 20px;
}

.save_log{
    margin-bottom: 20px;
}

.icono-principal-ruta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;


}

.linea-progreso-ruta {
    flex-grow: 1;
    height: 3px;
    background: #cccccc;
    display: flex;
    justify-content: space-between;
}

.linea-progreso-ruta-atendida {
    margin: 10px;
    flex-grow: 1;
    height: 3px;
    background: linear-gradient(to right, #17e892 0%, #17e892 0%, #cccccc 33.33%, #cccccc 100%, #cccccc 100%, #cccccc 100%, #cccccc 100%);
    display: flex;
    justify-content: space-between;
}

.linea-progreso-ruta-iniciada {
    margin: 10px;
    flex-grow: 1;
    height: 3px;
    background: linear-gradient(to right, #17e892 0%, #17e892 0%, #cccccc 33.33%, #cccccc 33.33%, #cccccc 50.66%, #cccccc 80%, #cccccc 100%);
    display: flex;
    justify-content: space-between;
}

.linea-progreso-ruta-finalizada {
    margin: 10px;
    flex-grow: 1;
    height: 3px;
    background: #17e892;
    display: flex;
    justify-content: space-between;
}

.linea-progreso-ruta-vencido {
    margin: 10px;
    flex-grow: 1;
    height: 3px;
    background: #F15557;
    display: flex;
    justify-content: space-between;
}

.estado-ruta {
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    margin: 0 5px;
}


.titulo-estado {
    font-size: 16px;
}


.titulo-estado-inicial {
    font-size: 16px;
    color: #cccccc;
}

.estado-circulo {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.estado-circulo-inicial {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.estado-circulo i {
    color: #17e892;
    font-size: 30px;
}

.estado-circulo-inicial i {
    color: #cccccc;
    font-size: 30px;
}

.imgruta {
    width: 40px;
}

#rutas-tab {
    margin-top: 25px;
}

.botones-container {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.boton {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 8px 16px;
    margin-left: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.estadoruta {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 45px;
    margin: 30px;
}

.inforuta {
    background: #f0eef2;
    border-radius: 10px;
    padding: 30px;
}

.inforuta td {
    padding: 30px;
    min-width: 300px;
}

.inforuta tr {
    border-bottom: 1px solid #cccccc;
}

.alert {
    font-size: 12px;
    font-style: italic;
    color: #5106a7;
}

.mensaje {
    min-height: 250px;
}

.tabla-desplegable {
    
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    margin-top: 10px;
    /* Añadimos espacio arriba */
    background-color: #F6F5F7;
    color: #68676A;
    border-radius: 10px;
    padding: 10px;
    /* Padding para espacio */
}

.tabla-desplegable table {
    width: 100%;
    /* Ocupa todo el ancho del contenedor */
    border-collapse: collapse;
}

.tabla-desplegable th,
.tabla-desplegable td {
    border: 1px solid #ccc;
    /* Añade bordes a las celdas */
    padding: 8px;
    /* Añade padding a las celdas */
}

.tabla-desplegable.mostrar {
    max-height: min-content;
    /* Altura máxima de la tabla desplegable */
    display: block;
    /* Mostrar la tabla al expandirse */
}

.container1 {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.column1 {
    width: 30%;
    float: left;
    margin: 0 3%;
    cursor: pointer;
}

.box1 {
    background-color: #3498db;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.options-container {
    display: none;
    margin-top: 20px;
}

.options-group {
    margin-bottom: 15px;
}

.autocomplete,
.select-field {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    box-sizing: border-box;
}

.selected-box {
    background-color: #007bff;
    /* Cambiar al color deseado */
    color: #fff;
    /* Cambiar al color de texto deseado */
}

.custom-tab-content {
    display: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* Sombra */
    padding: 45px;
}

.custom-tabs {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* Sombra  */
}

.custom-nav-item {
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    width: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-nav-item:hover {
    background-color: #5106A7;
    color: #ffffff;
    transform: scale(1.05);
    /* Efecto de crecimiento al hacer hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Sombra aumentada */
}

.custom-nav-item:hover a {

    color: #ffffff;

}

.custom-nav-item.active {
    background-color: #FCFAFF;
    color: #5106A7;
    /* Color de texto para la pestaña activa */
}

.custom-nav-link {
    color: #5106A7;
    display: flex;
    text-decoration: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.custom-nav-link:hover {
    text-decoration: none;

}

.autocomplete-container {
    position: relative;
    display: flex;
}

.autocomplete-input {
    padding: 8px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.autocomplete-list {
    position: absolute;
    z-index: 1000;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.autocomplete-item {
    padding: 8px;
    cursor: pointer;
}

.autocomplete-item:hover {
    background-color: #f4f4f4;
}

.tituloform1 {
    display: flex;
    background: #F6F5F7;
    padding: 15px 10px 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    align-items: center;
    column-gap: 20px;
}

.tituloform1 i {
    color: #5106A7;
}

.nombreentidad {
    color: #5106A7;
    font-weight: bold;
    margin: 10px;
}

.item1 {
    display: flex;
}

.thead {
    background: #F6F5F7;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 10px;
}

.tbody {
    font-size: 12px;
    padding: 10px;
}

.row1 {
    width: 100%;
}
.table1 {
    margin-bottom: 20px;
}
@media screen and (max-width: 920px) {
    table1 {
        display: none;
    }

    div.table1 {
        display: block;
        width: 100%;
    }

    div.item1 {
        margin-bottom: 10px;
        display: block;
    }

    div.row1 {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: row;
        width: 100%;
    }

    div.tbody,
    div.thead {

        padding: 5px;
        text-align: left;
        width: 50%;
    }

    div.thead {
        background-color: #F6F5F7;
    }
}


.loginlabel {
    font-size: 17px;
    color: #868686;
}

.titulomomento {
    display: flex;
    align-items: center;
}

.titulomomento h2 {
    color: #4ECDC4;
    margin-bottom: 0;
    margin-left: 10px;
}

.titulomomento i {
    color: #4ECDC4;
}

.titulo_seguimiento {
    margin: 20px;
    display: flex;
    align-items: center;
}

#selected_barriers{
    text-align: left;
}

.titulo_seguimiento h2 {
    color: #4ECDC4;
    margin-bottom: 0;
    margin-left: 10px;
}

.titulo_seguimiento i {
    color: #4ECDC4;
}

/*** 

====================================================================
		MAPA DE CALOR
====================================================================

***/

.mapadiv {
    display: flex;
}

.navbar-expand-lg{
    justify-content:unset !important;
}
.user{display:flex;justify-content: flex-end;
	column-gap: 15px; 
    font-size:14px; 
    color:#FFFFFF;
    padding:10px;
    z-index: 1000;
    width: 100%;
}

.user a:visited{
    color:#FFFFFF;
}
.nav_banner{
    padding: 0 !important;
}
/*** 

====================================================================
		HOMEPAGE
====================================================================

***/
header {
    background-color: #e8e5e5;
    padding: 15px 0; color:#707070;
  }
  header img {
    max-width: 100%;
    height: auto;
  }
/* Slider */
  #slider {
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
  }
  #carouselExampleControls {
    border-radius: 15px;
  }
  .carousel-item {
    position: relative;
  }
  .carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    filter: brightness(70%); /* Opacidad oscura */
  }
  .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(85 149 138 / 70%);
    border-radius: 15px;
    padding: 20px;
    color: #fff;
    text-align: center;
  }
  /* Noticias y artículos */
  .noticia {
    
      background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 8px #ebe9e9;
          padding: 15px;
  margin: 10px;
      text-align:center;
  }

.noticia h4{ font-weight:800; font-size:17px; margin-top:10px;color:#5106A7;}
.noticia p{ font-weight:100; font-size:13px;color:#707070;}
.noticiasrow {display: flex;
  justify-content: center;
margin-top:40px;margin-bottom:40px;}

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
 
  justify-content: center;
}
}

@media (max-width: 450px){

.noticiasrow {display:grid; flex-direction:column; background-image:url('../images/bg1.jpg');}
  .carousel-item {
      min-height: 325px;}
  .navbar {display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
      align-items: center;}

}

.imgmujeres {display: flex;
  justify-content: center;}

.titulos {display: flex;
  justify-content: center;margin-top:40px;}

.titulos h2 {font-weight:900;}
.imagenarticulo {display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;}
.fotoarticulo {border-radius:10px;}

.navbar-toggler {background-color:#5106A7;}
.navbar-dark .navbar-nav .nav-link {color:#5106A7;}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {color:#5106A7;}

    #salviaMap {
        width: 100%;
        height: 500px;
    }

    .groupMarker{
        width: 20px;
        height: 20px;
        background-color: #DD736A;
        text-align: center;
        border-radius: 50%;
    }

    .leaflet-div-icon{
        background:none !important;
        border: 0px !important;
    }

    #salviaMap{
        margin: 30px;
    }

    #searchButton{
        height: 50px;
        margin: 10px;
    }

    .main_banner {
        width: 100%;
        margin-top: -40px;
    }

    .mandatory{
        color: #5106A7;
        padding: 5px;
    }