/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Alerts Home */
.alert-source{
    background-color: #A6A6A6;
    color: white;
    padding: 2px 7px;
    border-radius: 7px;
    font-weight: 600;
    font-family: 'Rubik';
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.alert-home-list-item{
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.2);
    list-style: none;
    width:100%;
    margin-bottom: -20px;
}

.alert-home-list-item .flex-column{
    display: flex;
    flex-flow: row;
    column-gap: 30px;
}

.alert-date{
    display: block;
}

.alert-title{
    font-weight: 600;
    font-family: 'Rubik';
}

.alert-home-list-item .colum-1{
    width:15%;
}
.alert-home-list-item .colum-2{
    width:85%;
}

.alert-home-list-item .colum-1 img{
    width: 100%;
    border-radius:99px;
}

.alert-home-list-item .colum-1 .vl{
    display: block;
    background-color: #E4E4E4;
    width: 2px;
    height: 100px;
    margin: 10px auto 0;
    position: relative;
}

@media screen and (max-width:767px){
    .alert-home-list-item .colum-1 img{
        border-radius:100px;
    }
}

@media screen and (max-width:540px){
    .alert-home-list-item .colum-1 .vl{
        height: 200px;
    }
}

/*Alert ping*/
.animate-ping-container{
    display: flex; 
    left: -13px;
    width: 0.5rem;
    height: 0.5rem;
    top: -16px;
    position: absolute;
}

.animate-ping{
    display: inline-flex; 
    position: absolute; 
    border-radius: 9999px; 
    width: 100%; 
    height: 100%; 
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    opacity: 0.75; 
    background-color: red;
}

.animate-solid{
    display: inline-flex; 
    position: relative; 
    border-radius: 9999px; 
    width: 0.5rem; 
    height: 0.5rem; 
    background-color: red;
}

@keyframes ping {
    75%, 100% {
      transform: scale(2);
      opacity: 0;
    }
} 


/* Novedades Home */

.novedades-list-item{
    list-style: none;
    width:100%;
} 

.novedades-list-item{
    list-style: none;
    width:100%;
} 

.noticia-container-ul{
    padding: 0px;
}

.novedades-list-item .flex-column{
    display: flex;
    flex-flow: col;
    column-gap:20px;
}

.novedades-list-item .colum-1{
    width:50%;
}
.novedades-list-item .colum-2{
    width:50%;
}

.novedades-list-item.last-home .colum-1{
    width:100%;
    margin-bottom: 20px;
}
.novedades-list-item.last-home .colum-2{
    width:100%;
}

.novedades-list-item .colum-1 img{
    border-radius: 24px;
    filter: grayscale(100%);
}

#resources-container .novedades-list-item .colum-1 img{
    border-radius: 18px;
    filter: grayscale(30%);
}

#resources-container .alert-source{
    background-color: #A6A6A6;
}

#resources-container .novedades-list-item .colum-1{
    width: 40%;
}

#resources-container .novedades-list-item .colum-2{
    width: 60%;
}

#resources-container .novedades-list-item .flex-column{
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 30px;
    background-color: whitesmoke;
    padding: 20px 15px 30px 15px;
    border-radius: 24px;
    border: 1px solid #ebebeb;
}

#resources-container .alert-date{
    font-family: 'Rubik', sans-serif;
}




.novedades-list-item h3{
    font-size: 25px;
}

.novedades-list-item.last-home h3{
    font-size:31px;
    margin-top: 0px;
}

.novedades-list-item .colum-2 a{
    font-weight: 600;
    text-decoration: underline;
    color: #3f3f42;
    font-family: 'Rubik', sans-serif;
    
}

.novedades-metadata{
    display: flex;
    justify-content: space-between;
}

@media (max-width:400px){
    .novedades-list-item .flex-column{
        display: flex;
        flex-flow: column;
        column-gap:20px;
    }
    .novedades-list-item .colum-1{
        width:100%;
    }
    .novedades-list-item .colum-2{
        width:100%;
    }  

    #resources-container .novedades-list-item .colum-1{
        width: 100%;
    }
    
    #resources-container .novedades-list-item .colum-2{
        width: 100%;
    }

    .novedades-list-item .colum-1 img{
        margin-bottom:10px
    }
}


/* Loader */


/*Loader*/
#loader {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 400px;
    background-color: rgba(236, 236, 236, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    text-align: center;
    border-radius: 20px;
}

#loader-alert {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 400px;
    background-color: rgba(236, 236, 236, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    text-align: center;
    border-radius: 20px;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #4f7da2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

#loader-alert .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid red;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

#loader-test {
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 400px;
    background-color: rgba(218, 218, 218, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    text-align: center;
    border-radius: 20px;
}

#loader-test .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid red;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




@media screen and ( max-width:767px){
    .animate-ping-container{
        display: flex; 
        left: -13px;
        width: 0.5rem;
        height: 0.5rem;
        top: -16px;
        position: absolute;
    }
}