header{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    z-index: 1;
    padding-left:20px;
    max-width: 1240px;
    margin: 0 auto
}
.topo_logo{
    z-index:9999;
}
.topo_logo :hover{
    filter: drop-shadow(0.5px 0.5px 1px rgba(17, 17, 17, 0.09))
}
.logo_adm{
    height:50px;
}

.menu{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #f0f0f0;
  
    border-radius: 5px;
    margin-top: 10px;
    width:100%;
    justify-content: center
}
.show_menu .menu_nav_adm{
    display:inline-flex;
    animation: fadeIn 1s
}
.bar1, .bar2, .bar3{
    width:30px;
    height:3px;
    background-color: #2f3139;
    margin: 6px 0;
    transition: 0.4s
}
.change .bar1{
    transform: rotate(-45deg) translate(-7px, 6px);
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
}
.change .bar2{
    opacity:0
}
.change .bar3{
    transform: rotate(45deg) translate(-6px, -8px);
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
}
.anchor_header_adm_li:hover{
    background-color: rgba(129, 144, 191, 0.18);
   
    
}
.anchor_header_adm .dropdown:hover{
    background-color: rgba(0, 53, 211, 0)   
}
.anchor_header_adm_li:hover .menus{
    font-weight: 500;   
}
.drop_cont a:hover{
    background-color: rgba(129, 144, 191, 0.18);
    
    font-weight: 500;   
}
.button_adm:hover{
    filter:
    brightness(1.1)
}
.logo{
    /* background-color: #ffffff; */
    /* width: 188px; */
    height: 49px;
    padding: 3px;
  
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    /* width:100%; */
    border-radius: 5px;
}
.anchor_header_adm{
    list-style: none;
    width:100%
}
.anchor_header_adm_li, .dropdown{
    padding: 10px 0;
}
.menu_nav_adm{
    display: none;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    width:100%;
    background-color: rgba(255, 255, 255, 0.501);
    z-index: 100;
    
}
.menus, .dropdown, .drop_cont a{
    color: #2f3139;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    width:100%;
    border-radius: 5px;
}
.drop_cont{
    background-color: rgba(255, 255, 255, 0.501);
    max-width: 250px;
    word-break: break-word;
}
.drop_cont a{
    display: flex;
    padding:10px;
}
.dropdown_text{
    display: flex;
    background-color: #f0f0f0;
    
    padding: 10px 0;
}
.dropdown_text img{
    width:20px
}
.button_adm{
    margin-top: 10px;
    width:100%
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (min-width:1045px){
    header{
    
    display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-wrap: wrap
}
.menu{
        width: 100%;
        position: relative;
        background-color: #f0f0f000;

}
.bar1, .bar2, .bar3{
    display:none
}
.dropdown{
    display: flex;
    width:auto;
    
}
.dropdown_ali{
    display:block
}
.dropdown_text{
    display: flex;
    flex-direction:column;
    align-items: center;
    padding: 0
}

.dropdown_text img{
    width:25px;
    filter: grayscale(9)
    brightness(2.3);
    margin-top: 5px
}
.logo_adm{
    height:50px;
}
.logo{
    background-color: #ffffff;
    border-radius: 45px;
    height: 49px;
    /* padding: 10px; */
    /* width:110px */
}
.anchor_header_adm{
    display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        height: 40px
}
.anchor_header_adm_li, .dropdown{
    padding:0;
    font-size: 0.60rem;
    word-break: break-word;
    width: 20%;
    text-align: center;

}
.drop_btn{
    font-size: 0.8rem;

}
.anchor_header_adm_li:hover{
    background: 
    linear-gradient(#357eb7,#357eb7) bottom/ 60% 2px no-repeat, 
    #ccc;
    background-color:rgba(240, 255, 255, 0);
}

.menu_nav_adm{
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-color: #f0f0f0;
    height: 80px;
    border-radius: 45px;
    padding: 10px 0 10px 10px;
    width: 100%;
    position: relative;
    flex-wrap: nowrap;
}
.button_adm{
    width: 10%;
}
.dropdown{
    width:20%
}
.dropdown:hover .drop_cont{
    display: block
}
.dropdown:hover .dropdown_text img{
    filter: none
}
.dropdown:hover .drop_btn, .menus:hover{
    color: #2c5273;
    font-weight: 500;
}
.drop_cont{
    display: none;
    position: absolute;
    background-color: #2c5273;

}
.drop_cont a:hover {
    background-color: #415c74;
    color: #ffffff
}
.drop_cont a{
    text-decoration: none;
    color: #f0f0f0;
    padding: 20px 16px;
    display:block;
    text-align: center;
    background: 
      linear-gradient(#357eb7,#357eb7) bottom/ 60% 2px no-repeat, 
      #ccc;
    background-color: #2c5273;

}


@media screen and (min-width:1240px){
    header{
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-wrap: wrap
    }
    .menu{
        display: flex;
        width: 82%;
        position: relative;
        background-color: #f4f3f300;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
        margin: 0;
        max-width: 1000px;

    }
    .dropdown_text{
        
        background-color: #f0f0f000;
    }
    
    .anchor_header_adm{
        width: 95%;
        /* max-width: 550px; */

    }
    .anchor_header_adm_li, .dropdown{
        margin-left:0;
        margin-top: 0;
        font-size:0.5rem;
        width: auto;
    max-width: 125px;
       
    }
    .menu_nav_adm{
       
        width:100%;
        /* max-width: 750px; */

    }
    .menus{
        /* margin: 0 10px; */
        float: none;
        
    }
   
    .button_adm{
        
        margin: 0 0 0 20px;
    }
}}


.swal-title, .swal-text{
    font-family: 'Roboto', sans-serif !important;
}
.swal-button{
    background-color: #9097a9 !important;
}
.swal-button:hover{
    background-color: #787c87 !important;
}