/* VARIABLES DE DISEÑO */
:root {
   /* --primary-blue: #004BCE;
    --light-blue: #00A3E0;
    --text-dark: #333333;
    --text-muted: #666666;
    --bg-light: #F4F7FC;
    --white: #FFFFFF;*/
    --primary-blue: #004BCE;
    --light-blue: #00A3E0;
    --water-blue: #CBDDFA; /* Azul difuminado suave */
    --text-dark: #333333;
    --text-muted: #666666;
    --bg-light: rgba(244, 247, 252, 0.45); /* Hacemos los fondos un poco transparentes */
    --white: #FFFFFF;
}

/*PRECARGA RIPPLE*/
.preloader{ /*PRECARGAR*/
    /*background-image: linear-gradient(to right, #006bb3, #003c7e, #006bb3) !important;*/
    /*background-image: linear-gradient(to left, #020d37, #020f43) !important;*/
    background-image: linear-gradient(to left, var(--light-blue), var(--primary-blue)) !important;
    color: #fff !important;
}

/*CAJA DE PRECARGA DE FORMULARIOS*/
.preloader_data {
    /*background-image: linear-gradient(to right, #006bb3, #003c7e, #006bb3) !important;*/
    /*background-image: linear-gradient(to left, #020d37, #020f43) !important;*/
    background-image: linear-gradient(to left, var(--light-blue), var(--primary-blue)) !important;
    padding: 15px;
    border-radius: 20px;
}

/*.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}*/

.lds-ripple .lds-pos {
    /*position: absolute;*/
    /*border: 2px solid #2962ff;*/
    border: 5px solid #fff;
    /*opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0,0.1,0.5,1) infinite;*/
}

/*PRECARGA ROLLER*/
/*Roller*/
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cef;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*FIN PRECARGA*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    /*color: var(--text-dark);
    background-color: var(--white);*/
    color: var(--text-dark);
    background-color: var(--white);
    background-image: 
        radial-gradient(circle at -10% 15%, var(--water-blue) 0%, transparent 35%),
        radial-gradient(circle at 110% 40%, rgba(0, 163, 224, 0.2) 0%, transparent 40%),
        radial-gradient(circle at -5% 75%, var(--water-blue) 0%, transparent 30%),
        radial-gradient(circle at 105% 95%, rgba(0, 75, 206, 0.15) 0%, transparent 35%);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

html {
    width: 100%;
    /*overflow-x: hidden;*/
}

.logo {
    /*display: flex;
    align-items: center;*/
    display: flex;
    align-items: center;
    flex-shrink: 0; /* Evita que el logo se encoja */
}

.logo-img {
   /* height: 50px; /* Ajusta este valor (ej. entre 45px y 60px) según cómo se vea tu logo */
    /*width: auto;  /* Esto mantiene la proporción original de la imagen para que no se deforme */
    /*display: block;*/

   /* height: 150px; /* Tamaño más grande y visible */
   height: 100px;
    width: auto; /* Mantiene proporción */
    display: block;
}

.font_primary_blue
{
    color: var(--primary-blue) !important; 
}
.font_light_blue
{
    color: var(--light-blue) !important; 
}
.font_water_blue
{
    color: var(--water-blue) !important; 
}

.body-white{ /*BACKGROUND DE PANTALLAS DE DATOS*/
    background: none !important;
     /*background: url('../../../../images/background-white.jpg') !important;
     background-size: cover !important;
     background-repeat: no-repeat !important;*/
}
.body-white2{ /*BACKGROUND DE PANTALLAS DE DATOS*/
     background: url('../../../images/background-white.jpg') !important;
     background-size: cover !important;
     background-repeat: no-repeat !important;
}
.card_border_round /*BORDE REDONDEADO DE PANTALLA DE DATOS*/
{
    border-radius:20px !important;
}
/*TABLE HEADERS*/
.thead_data{
    /*background-image: linear-gradient(to right, #003c7e, #006bb3) !important;*/
    color: var(--primary-blue); 
    font-weight: bold !important;
    padding: 0.6rem !important; /*REDUCCION DE CABECERAS DE HEADER*/
}

/*FIX DE SOLAPA DE ESTILOS*/
.btn-secondary {
    background-color: transparent !important;
    background-border: transparent !important;
}
.btn-secondary:hover {
    color: var(--primary-blue) !important; 
    background-color: transparent !important;
    background-border: transparent !important;
}
.btn-secondary:focus {
    color: var(--primary-blue) !important; 
    background-color: transparent !important;
    background-border: transparent !important;
}
.btn-secondary:active {
    color: var(--primary-blue) !important; 
    background-color: transparent !important;
    background-border: transparent !important;
}
.btn-primary:hover {
    /*color: var(--primary-blue) !important; */
    background-color: var(--primary-blue) !important;
    background-border: var(--primary-blue) !important;
}


/* NAVBAR */
.navbar {
   /* display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background: var(--white);
    border-bottom: 1px solid #EAEAEA;
    position: sticky;
    top: 0;
    z-index: 1000;*/

   /* display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(234, 234, 234, 0.6);
    position: sticky;
    top: 0;
    z-index: 1000;*/

    display: flex;
    justify-content: space-between; /* Espacia los elementos: Logo a la izq, Botón a la der */
    align-items: center; /* Alinea verticalmente todos los elementos */
    padding: 20px 5%; /* Mismo padding horizontal que el resto de la web */
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(234, 234, 234, 0.6);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-text {
    font-weight: bold;
    color: var(--primary-blue);
    font-size: 1.5rem;
    line-height: 1.1;
}

.nav-links {
    display: flex;
    justify-content: center; /* Centra el menú en el espacio restante */
    flex-grow: 1; /* Permite que el menú ocupe el espacio medio */
    gap: 30px; /* Espacio entre enlaces (reemplaza márgenes) */
}

.nav-links a {
    /*text-decoration: none;
    color: var(--text-dark);
    margin: 0 15px;
    font-size: 0.95rem;
    font-weight: 500;*/

   text-decoration: none;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    padding: 5px 0;
}

/*.nav-links a.active {
    color: var(--primary-blue);
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-blue);
    border-radius: 2px;
}*/

.nav-links a.active, .nav-links a:hover {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
    padding-bottom: 5px;
}

/* Contenedor de la Acción */
.nav-actions {
    flex-shrink: 0; /* Evita que el botón se encoja */
}

/* El botón 'Ayudar Ahora' (Ya tenías estas clases) */
.btn-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* SOLUCIÓN PARA DISPOSITIVOS MÓVILES */
/* (Arregla lo que se ve en image_4.png) */
@media (max-width: 992px) {
    .nav-links {
       /* display: none; /* Oculta el menú central en móvil por ahora (requiere JS para un menú hamburguesa real) */
    }

    .navbar {
        padding: 10px 5%; /* Menor padding vertical en móvil */
    }

    .logo-img {
        /*height: 150px; /* Logo ligeramente más pequeño en móvil para ahorrar espacio */
        height: 80px;
    }

    section {
        /*scroll-margin-top: 175px; /* Ajusta este número según el alto real de tu navbar */
        /*scroll-margin-top: 250px;*/
        scroll-margin-top: 250px !important;
    }

}

/* RESPONSIVE */
@media (max-width: 768px) {
    /*.hero-container, .steps-container, .transparency-grid, .impact-grid, .aliados-grid, .footer-top {
        grid-template-columns: 1fr;
        flex-direction: column;
        width: 100%;
    }*/
    /* Forzamos a que Grid pase de 3 columnas a 1 sola columna vertical */
    .hero-container, 
    .transparency-grid, 
    .steps-container, 
    .impact-grid, 
    .footer-top {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .navbar {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 15px;
        width: 100%;
    }

    .aliados-grid {
        /* En pantallas pequeñas, reduce el tamaño mínimo para permitir 2 o 3 columnas por fila */
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        gap: 15px; /* Menos espacio entre logos en móvil */
    }

    .hero-container {
        gap: 30px;
    }

    .hero-content {
        width: 100%;
    }


    .hero-image-placeholder {
        width: 100%;
        height: auto;
        max-height: 350px; /* Ajusta la altura máxima según prefieras */
    }

    .hero-image-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    /* Ajuste para que las tarjetas de transparencia ocupen todo el ancho */
    .transparency-item {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .counter-item-ally {
        height: 65px; /* Reducimos un poco la altura en móviles para cuidar el espacio en pantalla */
    }

    /* Ajustar los pasos del Hero para que no desborden */
    .hero-steps-mini {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    /* Ocultar flechas horizontales en móvil */
    .hero-steps-mini .step-arrow {
        display: none;
    }

    /*2OBJETOS DE CATALOGO POR LINEA EN TELEFONO*/
      .catalog_mobile {
            width: 50% !important;
            max-width: 50% !important;;
        }


}

/* BOTONES */
.btn-primary {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.btn-secondary {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: bold;
    margin-left: 20px;
}

/* HERO SECTION */
.hero {
    /*background: linear-gradient(135deg, #eef3ff 0%, #ffffff 100%);
    padding: 60px 5%;*/
    background: transparent;
    padding: 60px 5%;
    /*padding-bottom:0% !important;*/ /*reducir espacio*/
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.hero-content h1 {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.hero-content .highlight {
    color: var(--light-blue);
}

.hero-content p {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-steps-mini {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.mini-step {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
}

.mini-step i {
    color: var(--primary-blue);
    font-size: 1.5rem;
}

.hero-image-placeholder {
    background: #E2E8F0; /* Reemplazar con URL de la imagen real */
    /*height: 450px;*/
    border-radius: 10px;
    position: relative;
    /* Para simular la foto del voluntario */
}

/* Esto selecciona la imagen DENTRO del placeholder */
.hero-image-placeholder img {
    /* 1. Haz que se expanda horizontalmente */
    width: 100%;
    /* 2. Haz que se expanda verticalmente (opcional, pero recomendado para forzar el llenado de la caja) */
    /*height: 100%;*/
    
    /* 3. Asegura que mantenga la proporción y cubra toda la caja sin deformarse */
    object-fit: cover;
    /* 4. Asegura que la imagen esté centrada en la caja si las proporciones no coinciden */
    object-position: center;
    /* 5. Asegura que la imagen sea un elemento de bloque para evitar espacios en blanco no deseados */
    display: block;
}

.partner-badges-hero {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    font-size: 0.8rem;
}

/* PASOS SECCIÓN */
.steps-section {
    /*padding: 60px 5%;
    text-align: center;
    background: var(--white);*/
    padding: 60px 5%;
    text-align: center;
    background: transparent; /* Permitimos ver las manchas de los márgenes */
}

.steps-section h2 {
    color: var(--primary-blue);
    margin-bottom: 40px;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.step-card {
    /*background: var(--bg-light);
    padding: 30px;
    border-radius: 10px;
    flex: 1;*/
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    padding: 30px;
    border-radius: 10px;
    flex: 1;
    border: 1px solid rgba(203, 221, 250, 0.5);
    box-shadow: 0 4px 15px rgba(0, 75, 206, 0.03);
}

.step-icon {
    font-size: 2rem;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.step-arrow {
    font-size: 2rem;
    color: var(--light-blue);
}

/* ULTIMAS DONACIONES */
.lastdon-section {
   /* padding: 60px 5%;
    background: var(--bg-light);*/
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    padding: 30px;
    border-radius: 10px;
    flex: 1;
    border: 1px solid rgba(203, 221, 250, 0.5);
    box-shadow: 0 4px 15px rgba(0, 75, 206, 0.03);
}

/* CATÁLOGO PRODUCTOS */
.products-section {
   /* padding: 60px 5%;
    background: var(--bg-light);*/
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    padding: 30px;
    border-radius: 10px;
    flex: 1;
    border: 1px solid rgba(203, 221, 250, 0.5);
    box-shadow: 0 4px 15px rgba(0, 75, 206, 0.03);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    max-width: 1200px;
    margin-inline: auto;
}

.view-all {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: bold;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-card {
    background: var(--white);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-img {
    height: 120px;
    background: #f0f0f0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.8rem;
}

.product-card h3 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.price-old {
    text-decoration: line-through;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.price-new {
    color: var(--primary-blue);
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.quantity-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.quantity-selector button {
    width: 30px;
    height: 30px;
    border: 1px solid #CCC;
    background: var(--white);
    cursor: pointer;
    border-radius: 4px;
}

.quantity-selector input {
    width: 40px;
    text-align: center;
    border: 1px solid #CCC;
    height: 30px;
    border-radius: 4px;
}

.btn-add {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.8rem;
    cursor: pointer;
    width: 100%;
}

.delivery-notice {
    text-align: center;
    margin-top: 40px;
    color: var(--primary-blue);
    font-weight: 500;
}

/* TRANSPARENCIA Y CONTADORES */
.transparency-section {
    /*padding: 60px 5%;
    max-width: 1200px;
    margin: 0 auto;*/
    padding: 60px 5%;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
}

.transparency-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.transparency-item {
    display: flex;
    gap: 15px;
}

.transparency-item i {
    font-size: 2rem;
    color: var(--primary-blue);
}

.impact-section {
    /*background: linear-gradient(to right, #EEF2F7, #FFFFFF);
    padding: 40px 5%;*/
    background: linear-gradient(to right, rgba(238, 242, 247, 0.6), rgba(255, 255, 255, 0.8));
    border-top: 1px solid rgba(203, 221, 250, 0.4);
    padding: 40px 5%;
    position: relative;
}

.impact-grid {
    display: grid;
    grid-template-columns: 2fr repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.aliados-section {
    /*background: linear-gradient(to right, #EEF2F7, #FFFFFF);
    padding: 40px 5%;*/
    background: linear-gradient(to right, rgba(238, 242, 247, 0.6), rgba(255, 255, 255, 0.8));
    border-top: 1px solid rgba(203, 221, 250, 0.4);
    padding: 40px 5%;
    position: relative;
}

.aliados-grid {
    /*display: grid;
    grid-template-columns: 2fr repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;*/
    display: grid;
    /* auto-fit calcula cuántas columnas de mínimo 150px caben en el espacio disponible */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.counter-item-ally {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 90px; /* Altura idéntica para controlar la simetría */
}
.counter-item-ally img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Mantiene la proporción original sin deformar */
    /*filter: grayscale(100%); /* Opcional: look estético uniforme */
    /*opacity: 0.7;
    transition: all 0.3s ease;*/
}

.counter-item {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.counter-item .number {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-blue);
}

.counter-item .label {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* FOOTER */
footer {
    /*background-color: #FAFAFA;
    padding: 60px 5% 30px;
    border-top: 1px solid #EAEAEA;*/
    background-color: rgba(250, 250, 250, 0.9);
    backdrop-filter: blur(5px);
    padding: 60px 5% 30px;
    border-top: 1px solid #EAEAEA;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.search-box {
    display: flex;
    margin-top: 15px;
}

.search-box input {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 4px 0 0 4px;
    flex: 1;
}

.search-box button {
    border-radius: 0 4px 4px 0;
}

.social-icons {
    margin-top: 15px;
}

.social-icons a {
    color: var(--primary-blue);
    font-size: 1.3rem;
    margin-right: 15px;
}

.footer-links ul {
    list-style: none;
    margin-top: 10px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
}



html {
    scroll-behavior: smooth;
}

/* Si tu menú superior es "sticky" (fijo arriba), 
   añade esto para que la cabecera no tape el título de la sección al bajar: */
section {
    /*scroll-margin-top: 175px; /* Ajusta este número según el alto real de tu navbar */
    scroll-margin-top: 115px;
}


/*MODAL HEADER AND FOOTER*/
.modal-header{ 
    /*background-color: #003c7e !important;*/
   /* background-image: linear-gradient(to right, #003c7e, #006bb3) !important; */
    background-image: linear-gradient(to left, var(--light-blue), var(--primary-blue)) !important;
    color: #fff !important;
}
.modal-footer{
    /*background-color: #003c7e !important;*/
   /* background-image: linear-gradient(to right, #003c7e, #006bb3) !important;*/
     background-image: linear-gradient(to left, var(--light-blue), var(--primary-blue)) !important;
    color: #fff !important;
}

/*SWEETALERT2*/
.swal2-popup {
    /*background-image: linear-gradient(to right, #006bb3, #003c7e, #006bb3) !important;*/
     background-image: linear-gradient(to left, var(--light-blue), var(--primary-blue)) !important;
    border-radius:20px !important;
    text-color:#fff !important;
}

.swal2-content {
    text-color:#fff !important;
    color: #fff !important;
}

.swal2-title {
    text-color:#fff !important;
    color: #fff !important;
}

/*ICONO ERROR*/
.swal2-icon.swal2-error {
    border-color: #a50d0d !important;
    color: #a50d0d !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    border-color: #a50d0d !important;
    color: #a50d0d !important;
    background-color: #a50d0d !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    border-color: #a50d0d !important;
    color: #a50d0d !important;
     background-color: #a50d0d !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    border-color: #a50d0d !important;
    color: #a50d0d !important;
     background-color: #a50d0d !important;
}

/*ICON SUCCESS*/

.swal2-icon.swal2-success {
    border-color: #0e670e !important;
    color: #0e670e !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #0e670e !important;
    color: #0e670e !important;
  /*  background-color: #0e670e !important;*/

}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #0e670e !important;
    color: #0e670e !important;
    background-color: #0e670e !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  border-color: #0e670e !important;
    color: #0e670e !important;
    background-color: #0e670e !important;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    border-color: #0e670e !important;
    color: #0e670e !important;
    background-color: #0e670e !important;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    border-color: #0e670e !important;
    color: #0e670e !important;
    background-color: #0e670e !important;
}
 
 /*EFECTO DE SUCCESS*/
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
   /* border-color: #0e670e !important;*/
   /* color: #0e670e !important;*/
    display: none!important;
   /* background-color: #0e670e !important;*/
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
   /* border-color: #0e670e !important;*/
    /*color: #0e670e !important;*/
    display: none!important;
   /* background-color: #0e670e !important;*/
}
.swal2-icon.swal2-success .swal2-success-fix {
    display: none!important;
}

/*BOTON CONFIRMAR*/
.swal2-styled.swal2-confirm {
    color: #fff !important;
    background-color: #0e670e !important;
    border-color: #0e670e !important;
    border-radius:20px !important;
}

.swal2-styled.swal2-confirm:focus {
    color: #fff !important;
    background-color: #0e670e !important;
    border-color: #0e670e !important;
    border-radius:20px !important;
}

/*WARNING*/
.swal2-icon.swal2-warning {
    border-color: #b57d42 !important;;
    color: #b57d42 !important;;
}


/*BOTON CANCELAR*/
.swal2-styled.swal2-cancel {
    color: #fff !important;
    background-color: #a50d0d !important;
    border-color: #a50d0d !important;
    border-radius:20px !important;
}

.swal2-styled.swal2-cancel:focus {
    color: #fff !important;
    background-color: #a50d0d !important;
    border-color: #a50d0d !important;
    border-radius:20px !important;
}

.btn_cancel{ /*BOTON CANCEL*/
    color: #fff !important;
    background-color: #a50d0d !important;
    border-color: #a50d0d !important;  
    border-radius:20px !important; 
}
.btn_cancel:hover{ /*BOTON CANCEL*/
    color: #fff !important;
    background-color: #a50d0d !important;
    border-color: #a50d0d !important;
    border-radius:20px !important; 
}

.btn_collapse{/*BOTON SUCCESS*/
    color: #fff !important; 
    background-color: #006bb3 !important;
    /*background-image: linear-gradient(to right, #006bb3, #003c7e) !important;*/
    background-image: linear-gradient(to left, var(--light-blue), var(--primary-blue)) !important;
    border-color: transparent !important;
    border-radius:20px !important;   
}

.btn_collapse:hover {/*BOTON SUCCESS*/
    color: #fff !important;
    /*background-image: linear-gradient(to right, #006bb3, #003c7e) !important;*/
    background-image: linear-gradient(to left, var(--light-blue), var(--primary-blue)) !important;
    border-color: transparent !important;
    border-radius:20px !important;   
}  

.btn_done{/*BOTON SUCCESS*/
    color: #fff !important; 
    background-color: #0e670e !important;
    border-color: #0e670e!important;
    border-radius:20px !important;   
}

.btn_done:hover {/*BOTON SUCCESS*/
    color: #fff !important;
    background-color: #0e670e;
    border-color: #0e670e;
    border-radius:20px !important;   
}  

/*CLASES ADICIONALES DE CATALOGO*/
.catalog_top_round{
    border-top-left-radius: 20px !important; 
    border-top-right-radius: 20px !important;
}

.catalog_border{
    border: 1px,solid,black !important;
}

.link_no_style {
    /* 1. Remover el subrayado */
    text-decoration: none;

    /* 2. Establecer un color de texto deseado (ej. el color del texto circundante) */
    color: inherit; 
    
    /* 3. Remover el cursor de mano si no quieres que parezca un enlace */
    /*cursor: default;*/

    /* 4. Asegurarse de que no cambie al ser visitado, enfocado o al pasar el ratón */
    /* El 'color: inherit' de arriba normalmente es suficiente, pero si quieres ser más específico: */
    
    /* Estado Normal (sin visitar) */
    color: black; 
}

/* Evitar que cambie de estilo al pasar el ratón */
.link_no_style:hover, 
.link_no_style:focus,
.link_no_style:active,
.link_no_style:visited {
    color: black; /* O el color que desees */
    text-decoration: none;
}

.text-colored {
    /*color: #27258b !important;*/
    color: var(--primary-blue) !important;
} 

/*SCROLLBAR - CHROME / SAFARI / EDGE*/
/*FIREFOX USA OTROS SELECTOLES LO CUAL IMPIDE MODIFICARLA*/
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  /*border-radius: 10px;*/
  background: #1f262d;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  /*background: #003c7e; */
  background: #1c2751;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
   /*background: #13457d;*/
   background: #28335f;
}