:root{
    --azul: #051A52;;
}
.site_header{
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.54) 0%, rgba(0, 2, 46, 1) 97%);
    height: 150px;
}
.site_header .row{
    position: relative;
}
.site_header_brand img{
    filter: brightness(100);
}
main {
    margin-top: 0;
}
.section_hero {
    min-height: 100vh;
}
.site_header_nav{
    flex-direction: column;
    align-items: end;
}
.main_menu a{
    color: white;
}
.main_menu a:hover{
    color: #00BEB4;
}
.menu_lang{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.menu_lang .btn_cta{
    background: white;
    color: #051A52;
    padding: 8px 30px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}
.menu_lang .btn_cta:hover{
    background: #1E6EF0;
    color: white;
}
.menu_lang .lang-item a{
    color: white;
    border-radius: 100%;
    background-color:#474868;
    font-weight: 100 !important;
    padding: 5px;
    width: 40px;    
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    border: 1px solid transparent;
    opacity: .6;
}
.menu_lang .lang-item a:hover{
    color: white;
}

.menu_lang .lang-item:not(:last-child){
    border: none;
}
.btn-trigger span,
.btn-trigger.show span{
    color: white;
    background-color: white;
}
.site_header_nav.active{
    background-color: #1E6EF0;
}
.section_content.py{
    padding-top:190px;

}

@media only screen and (max-width: 1199px){
    .site_header_nav.active{
        align-items: start;
        
    }
}

#tags-noticias.tags_menu{
    background-color: transparent;    
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 0;
}
#tags-noticias.tags_menu li{
    background-color: white;        
    border: none;
    border-radius: 20px;    
    padding: 5px 10px;
    width: auto;
}
#tags-noticias.tags_menu li a{
    color: var(--azul);
    font-size: 16px;    
}
.select-custom {
    position: relative;
}
.select-custom select{
    width: 100%;
    padding: 5px 25px 5px 18px;
    border: none;
    border-radius: 50px;
    background: #1E6EF0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    outline: none;
    position: relative;
}

/* Flecha */
.select-custom::after{
    content: "▼";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 15px;
    pointer-events: none;
    z-index: 9;
}

.bl-inferior{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (max-width: 1199px){
    .bl-inferior{
        flex-direction: column;
        
    }
}
.bl-inferior .compartir{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
}
.bl-inferior .compartir .rrss_links {
    gap: 10px;
    display: flex;
}
.obj-media{
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}