.logo-menu-header {
    width: 290px;
    margin-top: 0px;
    margin-left: 30px;
}

.header-sticky {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 999;
}

.menu-icon-items {
    margin-right: 0px;
    float: right;
}

.icons-menu {
    float: right;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    margin-top: 10px;
    transition: .3s;
}

    .icons-menu:hover {
        background: rgba(255,255,255,1);
        transform: rotate(360deg);
        transition: .5s ease-out;
    }

.menu-icon {
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    margin-right: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #FFFFFF;
    margin-top: 10px;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgb(209,18,65);
    background-color: rgba(209,18,65, 1);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
}

.menu-item {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    padding: 10px !important;
    font-weight: 700;
}

    .menu-item:hover, .menu-item:focus {
        color: #fff;
    }

.overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 60px;
    opacity: 1;
}

.close {
    opacity: 1;
    transition: .2s;
    margin-top: 35px;
    margin-right: 28px;
    text-shadow: none;
    box-shadow: none;
    width: 50px;
    height: 50px;
}

    .close:hover {
        opacity: .7;
        transition: .5s;
    }

.menu-item-bg:hover {
    color: #fff;
    transition: .2s;
    text-decoration: none;
}

.mar-100 {
    margin-top: 100px;
}

.menu-item-bg a {
    color: #8f0b2b;
    transition: .2s;
}

    .menu-item-bg a:hover {
        color: #fff;
        transition: .2s;
        text-decoration: unset;
    }

.menu-item-bg {
    transition: .2s;
    font-size: 40px;
    color: rgba(255,255,255,.7);
    text-decoration: unset;
    text-align: center;
    font-weight: 700;
    line-height: 60px;
}

.menu-item-bg-not {
    font-size: 40px;
    color: rgba(255,255,255,.7);
    text-decoration: unset;
    text-align: center;
    font-weight: 700;
    line-height: 60px;
}

.menu-item-bg:hover::before {
    color: #fff;
    transition: .2s;
}

.div-menu {
    border-bottom: 2px dashed #F0B4C3;
    width: 100%;
    height: 3px;
}

.arial {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.avisos {
    margin-top: 20px;
}

.close-sm {
    margin-right: 0px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
}

.title-icon-modal {
    width: 50px;
    height: 50px;
    margin-left: 50px;
}

.header.active {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    padding: 0px 0px 10px 0px;
}

.header {
    transition: all 0.2s ease-in-out;
}

.header_2.active {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    padding: 0px 0px 10px 0px;
    margin-top: -40px;
}

.header_2 {
    transition: all 0.2s ease-in-out;
}
