.cajas {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#caja-overlay {
    display: none
}

#selector-poblacion .et_pb_code_2_tb_body {
    height: 70px !important;
}

.overlay_caja {
    background-color: rgba(255, 255, 255, 50%);
    height: 100%;
    width: 100%;
    position: absolute;
    display: block !important;
    z-index: 999;
}

.cajas .caja {
    width: 24%;
    float: left;
    position: relative;
    padding: 10px;
    margin: 10px 7px;
    border: 1px solid #111111;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cajas .caja .titulo {
    font-size: 17px;
    color: #222 !important;
    font-weight: 500;
}

.single-selector h3, .single-selector h2 {
    font-family: 'Chau Philomene One', Helvetica, Arial, Lucida, sans-serif !important;
}

.cajas .caja .enlace {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #16ABB2;
    width: 200px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    padding: 3px;
    border-radius: 10px;
}

.texto_seleccion.disabled {
    display: none;
}


#selector-poblacion {
    padding-top: 0px !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start !important;
    flex-direction: column-reverse;
}

#selector-poblacion .et_pb_column.et_pb_column_1_2.et_pb_column_6_tb_body.et_pb_css_mix_blend_mode_passthrough {
    padding: 0px;
    width: 100% !important;
}

.cajas .caja .enlace .icono {
    margin-left: 5px;
}

h3.titulo_poblacion {
    color: #16ABB2;
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Chau Philomene One', Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 20px !important;
}

#selector-provincias {
    width: 100%;
    height: 35px;
    border-color: #16ABB2;
    padding: 5px;
    background: #e5f6f7;
    border-radius: 10px;
}

.cajas_slider {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.cajas_slider div {
    background-color: #16ABB2;
    width: 25%;
    text-align: center;
    margin: 10px;
    border-radius: 10px;
}

.cajas_slider div a {
    color: #fff;
    padding: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 17px;
}

.cajas_slider div a .icono {
    margin-left: 5px;
}

.loader {
    display: block;
    width: 80px;
    z-index: 9999999999;
    height: 80px;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

.caja_cargar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.loader::before , .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid rgba(74, 89, 167, 0.79);
    animation: prixClipFix 2s linear infinite ;
}
.loader::after{
    border-color: #16ABB2;
    animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
    inset: 6px;
}

@keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

@media screen and (max-width: 1440px) {
    .cajas .caja {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .cajas {
        justify-content: center;
    }
    .cajas .caja {
        width: 47%;
    }


    #selector-poblacion {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 0 !important;
        margin: 0 !important;
    }

    #selector-poblacion .et_pb_module.et_pb_code.et_pb_code_2_tb_body {
        height: 100px;
    }

}

@media screen and (max-width: 450px) {
    .cajas {
        display: flex;
        flex-direction: column;
    }
    .cajas .caja {
        width: 100%;
    }
    .cajas_slider div {
        width: 100%;
    }
    .cajas .caja .enlace {
        width: 100%;
    }
}