/********GENERALES*********/

body {
    background: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
}
img {
    width: 100%;
}
a {
    color: #0d6efd!important;
    text-decoration: none;
}
a:hover {
    color: #959595!important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h2 {
    font-weight: 700;
    font-size: 2rem;
    margin: 20px auto;
    color: #274377;
    text-align: center;
}
textarea {
    resize: none;
    height: 100px;
}
.apro_marginTB30 {
    margin: 30px 0;
}
.apro_marginB30 {
    margin-bottom: 30px;
}
.apro_btnGeneral {
    background: #274377;
    color: #FFF!important;
}
.apro_btnGeneral i {
    color: #FFF;
}
.apro_btnGeneral:hover {
    background: #0c55db;
    color: #FFF;
}
/********LOGIN***********/

.apro_cardLogin {
    width: 400px;
    height: auto;
    border: 1px solid #274377;
    border-radius: 15px;
    padding: 20px;
}
.apro_logo {
    width: 70%;
    margin-bottom: 10px;
}
.apro_helperText {
    font-size: 13px;
    margin: 15px;
    text-align: right;
    display: block;
}
.apro_legales {
    font-size: 12px;
    margin: 20px;
}
/************HEADER************/

header {
    border-bottom: 4px solid #274377;
}
.apro_logoNav {
    width: 15%;
}
.apro_sesion {
    font-size: 12px;
}
.apro_sesion i {
    font-size: 16px;
    margin-left: 7px;
}
.navbar-nav {
    margin-right: 30px;
}
/*************BANNERS PROMOCIONES**********/

.apro_bannersPromo {
    width: 50%;
    margin: 0 auto;
}
/***************TABLA POLIZAS**************/

.apro_tablaPrincipal {
    text-align: center;
}
.apro_tablaPrincipal i {
    font-size: 22px;
}
.apro_rechazada {
    color: #ff1313;
}
.apro_revision {
    color: #f6b726;
}
.apro_aprobada {
    color: #31d00d;
}
.apro_btnGeneral.apro_btnTabla {
    font-size: 12px;
}
.apro_banner {
    width: 50%;
    margin: 0 auto;
}
.apro_helpForm {
    width: 50%;
    margin: 0 auto;
}
.apro_helpForm.apro_textProducto {
    background: aliceblue;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 16px #ccc;
}
/*********LEVANTAMIENTO RECLAMACIONES**********/

.apro_btnDatosAsegurado {
    margin: 10px 0 0;
}
.apro_datosAfectado {
    padding: 30px;
    background-color: #e9ecef;
    border-radius: 15px;
    margin: 30px 0;
}
.apro_txtAfectado {
    margin: 20px 0;
}
.apro_btnCarga {
    margin-top: 30px;
}
.apro_txtChecklist {
    margin: 30px;
}
.apro_txtChecklist h3 {
    font-weight: 700;
    color: #274377;
}
.apro_division {
    width: 50%;
    height: 3px;
    background-color: #ccc;
    margin: 20px auto;
}
#modalChecklist li {
    margin: 5px;
}
.apro_inputFile {
    width: 30%;
    display: inline-block;
}
.apro_btnAgregarComplemento {
    font-size: 12px;
}
/*CUADROS DISPLAY*/

#rembolso1, #programacion1, #maternidad1, #rembolso5, #programacion5, #maternidad5, #rembolso6, #programacion6, #maternidad6, #rembolso9, #programacion9, #maternidad9, #rembolso3, #programacion3, #maternidad3, #rembolso12, #programacion12, #maternidad12, #rembolso28, #programacion28, #maternidad28, #rembolso13, #programacion13, #maternidad13, #rembolso24, #programacion24, #maternidad24, #rembolso43, #programacion43, #maternidad43, #rembolso16, #programacion16, #maternidad16 {
    display: none;
}
/**********PRODUCTOS************/

.apro_moduloProducto {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.apro_sliderProductos {
    width: 700px;
    margin: 30px auto;
}
/**********FOOTER*********/

footer {
    width: 100%;
    padding: 30px 0;
    background-color: #274377;
    text-align: center;
    color: #FFF;
    margin-top: 40px;
    font-size: .8rem;
}
/*****************MEDIA QUERIES*****************/

/*********************0 a 575.98*******************/

@media (max-width: 575.98px) {
    .apro_cardLogin {
        width: 90%;
    }
    .apro_logoNav {
        width: 35%;
    }
}
/*********************576 a 767.98*******************/

@media (min-width: 576px) and (max-width: 767.98px) {
    .apro_logoNav {
        width: 25%;
    }
}
/*********************768 a 991.98*******************/

@media (min-width: 768px) and (max-width: 991.98px) {}
/*********************992 a 1199.98*******************/

@media (min-width: 992px) and (max-width: 1199.98px) {}
/*********************1200 a 1399.98*******************/

@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*************** IMAGENES DEL BANNER ***************/
.mosaico {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
    padding: 20px;
}

.imagen-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.imagen-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 2s ease-in-out;
}

.cta-overlay {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    font-size: 14px;
    color: white;
    background-color: rgba(0, 123, 255, 0.8);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0; /* Inicialmente invisible */
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.imagen-container:hover .cta-overlay {
    opacity: 1; /* Visible al hacer hover */
}

.cta-overlay:hover {
    background-color: rgba(0, 86, 179, 0.8);
}

/* Estilos para la sección de carga */
.upload-section {
    margin: 20px;
    padding: 20px;
    border: 2px dashed #007BFF;
    border-radius: 8px;
    text-align: center;
}

.upload-section input[type="file"] {
    display: none; /* Ocultar el input file por defecto */
}

.upload-section label {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.upload-section label:hover {
    background-color: #0056b3;
}
/* Estilos para la tabla de progreso */
.upload-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.upload-table th,
.upload-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.upload-table th {
    background-color: #007BFF;
    color: white;
}

.progress {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-top: 10px;
}
.progress-bar {
    width: 0;
    height: 20px;
    background-color: #ff5733;
    border-radius: 5px;
    text-align: center;
    color: white;
    line-height: 20px;
}
/* EStilos para la listas sin viñetas */
.sin-vineta {
    list-style: none;
    font-size: 12px;
    padding-left: 0; /* Elimina el relleno a la izquierda */
    margin-left: 0; /* Elimina el margen a la izquierda */  
}
.capitalize {
    text-transform: capitalize;
}