/* ================================================================================================================================================ */
/* ============================================================ ESTILOS PERSONALIZADOS ============================================================ */
/* ================================================================================================================================================ */




/* ======================== DEFINICIÓN DE COLORES ======================== */
:root {
    --color-principal: #192f59;
    --color-secundario: #7a828c;
    --color-terciario: #cea680;
    --color-cuartiario: #f0bd0f;

    --color-principal-rgb: rgb(11, 31, 64);
    --color-secundario-rgb: rgb(122, 130, 140);
    --color-terciario-rgb: rgb(206, 166, 128);
    --color-cuartiario-rgb: rgb(240, 189, 15);



    --color-link: #cea680;
    --color-link-hover: #fdcfa3;


    --color-add-1: #efd9b9;
    --color-add-2: #dcb73d;
    --color-add-3: #91be48;
    --color-add-4: #405169;
    --color-add-5: #d66e25;
    --color-add-6: #a9b1bb;

}












/* ==================== REVOLUTION SLIDER ==================== */
#rev_slider_1_1 .uranus.tparrows {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0);
}

#rev_slider_1_1 .uranus.tparrows::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all .3s;
}

#rev_slider_1_1 .uranus.tparrows:hover::before {
    opacity: .75;
}

#rev_slider_1_1 .uranus .tp-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    background: transparent;
    transition: box-shadow .3s ease;
}

#rev_slider_1_1 .uranus .tp-bullet.selected,
#rev_slider_1_1 .uranus .tp-bullet:hover {
    border: none;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
}

#rev_slider_1_1 .uranus .tp-bullet-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    text-indent: -999em;
    cursor: pointer;
    transition: background-color .3s ease, transform .3s ease;
}

#rev_slider_1_1 .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_1_1 .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(.4);
    background-color: #fff;
}




/* ==================== BANNERS ==================== */





/* ==================== UNIFORMES ==================== */
.espacio {
    margin-top: 80px;
    text-align: center !important;
}

.columna_uniformes {
    float: left;
}

.c_segunda {
    margin-left: 100px;
}

.caja_centrada {
    margin-left: calc(50% - 200px);
}

.espacio-texto {
    margin-top: 15px;
}

@media (max-width: 500px) {
    .espacio {
        margin-top: 80px;
        text-align: center !important;
    }

    .columna_uniformes {
        float: none;
    }

    .c_segunda {
        margin-left: inherit;
    }

    .caja_centrada {
        margin-left: inherit;
    }

    .espacio-celular {
        margin-top: 70px;
    }
}




/* ==================== MODALES GLOBALES ==================== */
.modal-body img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 65vh;
    object-fit: contain;
    margin: 0 auto;
}


.modal-vista-previa .modal-content {
    position: relative;
    border: 4px solid #2b2b2b;
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.65);
    overflow: visible;
}

.modal-vista-previa .modal-header {
    position: relative;
    background: #202020;
    color: #fff;
    border-bottom: 0;
    padding: 18px 65px 18px 22px;
}

.modal-vista-previa .modal-title {
    color: #fff;
    margin: 0;
}

.modal-vista-previa .modal-body {
    position: relative;
    padding: 22px;
}

.modal-vista-previa .modal-sin-titulo .modal-body {
    padding-top: 35px;
}

.modal-vista-previa .modal-close-circle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 3px solid #202020;
    border-radius: 50%;
    background: #a8840a;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transform: translate(50%, -50%);
    transition: transform 0.2s ease, background 0.2s ease;
}

.modal-vista-previa .modal-close-circle:hover {
    background: #f0bd0f;
    color: #fff;
    transform: translate(50%, -50%) scale(1.08);
}

.modal-vista-previa .modal-close-circle:focus {
    outline: none;
}

.modal-backdrop.show {
    opacity: 0.7;
}



/* ==================== GALERÍA ==================== */

.galeria-uniforme .gdlr-core-gallery-column {
    height: 280px;
    overflow: hidden;
}

.galeria-uniforme .gdlr-core-gallery-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.galeria-uniforme .gdlr-core-gallery-list > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.galeria-uniforme .gdlr-core-gallery-list img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

/* Overlay del efecto al pasar el mouse */
.galeria-uniforme .gdlr-core-image-overlay {
    width: 100%;
    height: 100%;
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 991px) {
    .galeria-uniforme .gdlr-core-gallery-column {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .galeria-uniforme .gdlr-core-gallery-column {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .galeria-uniforme .gdlr-core-gallery-column {
        height: 240px;
    }
}










/* ==================== FUNCIONARIOS ==================== */
.funcionarios-holder {
    display: flex;
    flex-wrap: wrap;
}

.funcionarios-holder > .gdlr-core-item-list {
    float: none;
    width: 25%;
}

@media (max-width: 999px) {
    .funcionarios-holder > .gdlr-core-item-list {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .funcionarios-holder > .gdlr-core-item-list {
        width: 100%;
    }
}
