.bannersection{
    background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
}
.area_sup{
    background-size: cover !important;
        background-position: center !important;
        height: 250px !important;
}
.txtbanner{font-size: 4em !important}
.txtbanner02 {
    font-size: 3.2em !important
}
.sombra{
    text-shadow: 2px 3px 4px #111111;
}
.bk_gris{
    background-color: #E8EDF4;
}
.mt-10{
    margin-top: -10px;
}
.btn_colors{
    background: rgb(245, 60, 141);
        background: linear-gradient(93deg, rgba(245, 60, 141, 1) 34%, rgba(253, 179, 57, 1) 76%);
        border-radius: 20px !important;
        color: #fff !important;
        box-shadow: 1px 1px 2px #000;
        cursor: pointer;
        font-weight: 600;
        padding: 0.5rem 1.3rem;
        font-size: 1.2rem;

}
.btn_colors:hover{
    background: linear-gradient(93deg, rgba(245, 60, 141, 1) 70%, rgba(253, 179, 57, 1) 95%);
    text-decoration: none !important;
}
.text-morado{
    color:#D21259 !important;
}
.cuadro01{
    background: linear-gradient(176deg, rgba(255, 255, 255, 1) 21%, rgba(148, 236, 246, 1) 94%);
    border-radius: 10px;
    padding: 10px;
    text-align: left !important;
    font-size: 1.5rem;
}
.bolas li {  
    margin-bottom: 8px;
}
   
.bolas li::marker {
    color: #1760C9;
    margin-bottom: 3px;
}

.mt-m50{
    margin-top: -50px;
}

.cuadro02 {
    background: linear-gradient(176deg, rgba(255, 255, 255, 1) 21%, rgba(248, 185, 163, 1) 94%);
    border-radius: 10px;
    padding: 10px;
    text-align: left !important;
    font-size: 1.5rem;
}
.bolas2 li {
    margin-bottom: 8px;
}

.bolas2 li::marker {
    color: #EE396B;
    margin-bottom: 3px;
}

/* Estilos del botón para abrir el modal */
.css-modal-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
}

/* Estilos del checkbox oculto */
.css-modal-toggle {
    display: none;
}

/* Estilos del overlay (fondo oscuro) */
.css-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

/* Estilos del modal */
.css-modal {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 50%;
    text-align: center;
    position: relative;
}

/* Estilos del botón de cerrar */
.css-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Mostrar el modal cuando el checkbox está marcado */
.css-modal-toggle:checked+.css-modal-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}
.modal-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

/* Animación de aparición del modal */
.css-modal-overlay {
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.css-modal-toggle:checked+.css-modal-overlay {
    transform: scale(1);
}


/* Estilos generales para pantallas mayores a 760px */
body {
    font-size: 18px;
    background-color: #f4f4f4;
}

/* Pantallas de 760px a 600px */
@media (max-width: 760px) {

}

/* Pantallas de 599px a 480px */
@media (max-width: 599px) {

}

/* Pantallas de 479px a 390px */
@media (max-width: 479px) {
    section.section {           
            padding: 0px 0 !important
        }

    .txtbanner {
            font-size: 2.4em !important;
        }
    .txtbanner02 {
            font-size: 2em !important;
        }
    h2 {
        line-height: 44px !important;
    }
    .header-row ul li { font-size: 14px  !important;}
    .text-11 {
        font-size: 2em !important;
    }
    .custom-font-size-1 {
        font-size: 1.1em !important;
    }
    .text-9 {
        font-size: 2.1em !important;
    }

    .text-2 {
        font-size: 0.7em !important;
    }
    .area_sup {
        background-size: cover !important;
        background-position: center !important;
        height: 110px !important;
    }
        .page-header.page-header-modern.page-header-background.page-header-background-sm {
            padding: 15px 0 !important;
        }
    .text-8 {
        font-size: 1.8em !important;
    }
    .breadcrumb>li {
        
        font-size: 0.6em !important;
        
    }

}
