
            .btn-menu {
                background: #334F92;
                display: list-item;
            }

            #header-toggle {
                float: left;
                margin-left: 5px;
                margin-top: 5px;
                color: #fff;
            }

            .navboard {
                overflow: hidden;
                background-color: #334F92;
                font-family: Arial, Helvetica, sans-serif;
                display: flex;
                justify-content: space-around;
            }

            @media screen and (max-width: 450px) {
                /*.navboard {
                    display: grid !important;
                }*/
            }


            .btn-menu {
                display: none;
            }

            @media screen and (max-width: 518px) {


                .container-cover {
                    margin-top: 2px;
                    margin-bottom: 28px;
                }


                .svg-menu {
                    margin-top: -31px;
                    height: 100%;
                }

                .btn-menu {
                    display: list-item;
                }

                #header-toggle {
                    display: block;
                }

                .popup {
                    left: -11%;
                    top: 1%;
                }

                    .popup.opened {
                        left: -11%;
                        background-color: #464646;
                        height: 35em !important;
                        width: 120%;
                    }
                .section-news-content {
                    display: block;
                }
            }

            @media screen and (min-width: 518px) {
                #header-toggle {
                    display: none;
                }
            }


            /*  .popup {
                            top: 1%;
                            left: 30%;
                        }
                         .popup.opened {
                                top: 1%;
                                left: 30%;
                            }*/


            .navboard {
                display: none;
            }

                .navboard a {
                    float: left;
                    font-size: 85%;
                    color: white;
                    text-align: center;
                    padding: 5px;
                    text-decoration: none;
                }

            .dropdownmenu {
                float: left;
                overflow: hidden;
            }

                .dropdownmenu .dropbtn {
                    cursor: pointer;
                    font-size: 0.8em;
                    border: none;
                    outline: none;
                    color: white;
                    padding: 5px;
                    background-color: inherit;
                    font-family: inherit;
                    margin: 0;
                }

            .navboard a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
                background-color: red;
            }

            .dropbtn {
                font-size: 0.8em;
            }

            .dropdown-content {
                display: none;
                position: absolute;
                background-color: #f9f9f9;
                min-width: 160px;
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                z-index: 9999999999;
            }

                .dropdown-content a {
                    float: none;
                    color: black;
                    padding: 12px 16px;
                    text-decoration: none;
                    display: block;
                    text-align: left;
                }

                    .dropdown-content a:hover {
                        background-color: #ddd;
                    }

            .show {
                display: block;
            }



            @media screen and (max-width: 450px) {

                .row-events {
                    margin-left: -200px !important;
                }
            }


            @media screen and (max-width: 926px) {

                .container-videos {
                    display: grid;
                }
            }

            @media screen and (min-width: 920px) {

                .container-videos {
                    display: flex;
                }
            }



            @media screen and (min-width: 768px) {


                .header__toggle {
                    display: none;
                }

                .nav-menu {
                    display: none;
                }

                button {
                    z-index: 999;
                }

                .popup {
                    top: 1%;
                    left: 30%;
                }

                    .popup.opened {
                        top: 1%;
                        left: 30%;
                        background-color: #464646;
                        height: 38em;
                    }
            }


            .slide {
                width: 700px;
                height: 300px;
                overflow: hidden;
                border-radius: 15px;
                transition: all 0.4s;
            }

            .slides {
                width: fit-content;
                display: flex;
            }

            .imageSli img {
                width: 640px;
                height: 246px;
            }

            #atual {
                transition: all 2s;
            }

            .btn {
                position: absolute;
                color: #fff;
                padding: 10px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                transition: all 0.4s;
                font-size: 1.7em;
                margin-top: -5px;
            }

                .btn:hover {
                    transform: scale(1.5);
                }

            #voltar {
                top: 30%;
                right: 80%;
            }

            #next {
                top: 30%;
                left: 95%;
            }

            .balls {
                position: absolute;
                width: auto;
                display: flex;
                justify-content: center;
                margin-top: -25px;
                left: 50%
            }

                .balls div {
                    transition: all 0.5s;
                    border: 1px solid #fff;
                    padding: 4px;
                    border-radius: 50%;
                    margin-right: 15px;
                    cursor: pointer;
                }

                    .balls div:hover {
                        background: #fff;
                    }

            .imgAtual {
                transition: all 0.5s;
                background: #fff;
            }


            .imageSlis {
                z-index: 1;
            }

            .ball {
                z-index: 1000;
            }

            #icon-menu {
                width: 20px;
                height: 20px;
                margin: 5px;
            }



            .icon-menu {
                width: 20px;
                height: 20px;
            }


            .dropdownmenu .dropbtnSa {
                cursor: pointer;
                font-size: 0.8em;
                border: none;
                outline: none;
                color: white;
                padding: 5px;
                background-color: inherit;
                font-family: inherit;
                margin: 0;
            }

            .navboard a:hover, .dropdown:hover .dropbtnSa, .dropbtnSa:focus {
                background-color: red;
            }


            .dropbtnSa {
                font-size: 0.8em;
            }

            .popup-button,
            .popup .close-popup-button {
                background-color: #ee404c;
                border: none;
                padding: 8px 30px;
                border-radius: 16px;
                color: #FFF;
                font-size: 16px;
                font-weight: 600;
                cursor: pointer;
                transition: all .4s;
                margin: 12px 0;
            }

                .popup-button:hover,
                .popup .close-popup-button:hover {
                    opacity: .8;
                }

                .popup-button:active,
                .popup .close-popup-button:active {
                    transform: scale(.8);
                }

            .popup {
                position: absolute;
                background-color: #F4F4F4;
                top: 1%;
                padding: 30px 50px;
                border-radius: 8px;
                text-align: center;
                width: 500px;
                box-sizing: border-box;
                transition: all .4s;
                z-index: -1;
                transform: scale(.4);
                opacity: 0;
            }

                .popup.opened {
                    z-index: 999;
                    top: 1%;
                    transform: scale(1);
                    opacity: 1;
                    /* background-color: #D9DD9; */
                    height: 38em;
                }



                .popup img {
                    width: 100%;
                }

                .popup h2.title {
                    color: #ee404c;
                }

                .popup p.desc {
                    color: #FFF;
                }


            .socialMediasB {
                display: flex;
                justify-content: space-evenly;
            }

            .img-video {
                width: 376px;
                height: 319px;
                cursor: pointer;
            }

            .container-videos {
                padding: 0.5rem 0;
                justify-content: start;
                gap: 1.5rem;
            }

            .container-videos::-webkit-scrollbar {
                height: 7px;
            }
            
            .container-videos::-webkit-scrollbar-track {
            background-color: #d6d6d6;
            border-radius: 5px;
            }

            .container-videos::-webkit-scrollbar-thumb {
            cursor: pointer;
            background-color: rgba(51, 79, 146, 0.7);
            border-radius: 5px;
            }

            .container-videos::-webkit-scrollbar-thumb:hover {
                background-color: rgba(51, 79, 146, 1);
                opacity: 1 !important;
            }

            .title-video {
                margin-top: 16px;
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 20px;
                color: #fff;
            }

            .fechar {
                cursor: pointer;
                display: flex;
            }

            /* video::-webkit-media-controls-panel {
                display: none !important;
                opacity: 1 !important;
            } */

            video {
                object-fit: cover;
            }

            #my-polygon {
                min-height: 100px;
                clip-path: polygon(0px 15%, 50% 0px, 100% 15%, 100% calc(100% - 20px), 50% 100%, 0px calc(100% - 20px));
                background-color: red;
            }

            #menu-penta {
                min-height: 500px;
                max-width: 660px;
                clip-path: polygon(3% 29%, 3% 67%, 38% 67%, 50% 49%, 43% 30%);
                background-color: blueviolet;
            }

            #menu-sidepenta {
                clip-path: polygon(38% 26%, 48% 43%, 35% 59%, 53% 60%, 61% 44%, 53% 26%);
            }

            .new-menu {
                display: flex;
            }

                .new-menu li {
                    position: relative;
                    border-style: none;
                    list-style: none;
                }

                    .new-menu li a {
                        color: #333;
                        text-decoration: none;
                        text-align: center;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

            .menu-inferior {
                position: absolute;
                top: 110px;
                left: 0;
            }


            .new-menu ul {
                display: flex;
                float: left;
                border-style: none;
                list-style: none;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .menu-inferior ul {
                margin-left: 135px;
                gap: 68px;
                font-size: 0.6em;
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                text-align: center;
                color: #FFFFFF;
            }

            .menu-superior ul {
                gap: 75px;
                margin-left: 270px;
            }

            .menu-superior {
                position: absolute;
                top: 5px;
                left: 100px;
                display: flex;
            }

            .lista-menu-superior {
                display: flex;
                justify-content: space-between;
            }

            .svg-div-dois {
                width: 100%;
                height: 50px;
                background-color: transparent;
                position: absolute;
                /* left: 100px; */
                margin-bottom: 50px;
            }

            .svg-div-um {
                width: 100%;
                height: 35px;
                background-color: transparent;
                overflow: hidden;
                position: absolute;
                top: 8%;
                margin-left: 20%;
            }

            .svg-div-superior {
                width: 100%;
                height: 50px;
                background-color: transparent;
                /* overflow: hidden; */
                /* position: absolute; */
                /* top: 0%; */
                /* margin-left: 12%; */
                justify-content: center;
                z-index: 20;
            }


            .svg-div-superior a {
                font-size: 1.7rem;
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 100;
                text-decoration: none;
                color: #565657;
                margin: 0 0.3em;
            }

            .svg-div-inferior a {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 800;
                line-height: 20px;
                text-align: center;
                background-color: transparent;
                color: #FFFFFF;
                text-decoration: none;
            }


            .header .logo a {
                font-size: 30px;
                text-transform: capitalize;
                color: #e91e63;
                font-weight: 600;
            }

            .header .nav-menu {
                padding: 0 15px;
            }

            .menu-item {
                display: inline-block;
                margin-left: 30px;
                position: relative;
            }

                .menu-item > a {
                    display: block;
                    padding: 12px 0;
                    font-size: 14px;
                    color: #000000;
                    text-transform: capitalize;
                    font-weight: 600;
                    transition: all 0.3s ease;
                }

                    .menu-item > a .plus {
                        display: inline-block;
                        height: 12px;
                        width: 12px;
                        position: relative;
                        margin-left: 5px;
                        pointer-events: none;
                    }

                        .menu-item > a .plus:before,
                        .menu-item > a .plus:after {
                            content: '';
                            position: absolute;
                            box-sizing: border-box;
                            left: 50%;
                            top: 50%;
                            background-color: #000000;
                            height: 2px;
                            width: 100%;
                            transform: translate(-50%,-50%);
                            transition: all 0.3s ease;
                        }

                .menu-item:hover > a .plus:before,
                .menu-item:hover > a .plus:after {
                    background-color: #DB2E20;
                }

                .menu-item > a .plus:after {
                    transform: translate(-50%,-50%) rotate(-90deg);
                }

                .menu-item > .sub-menu > .menu-item > a:hover,
                .menu-item:hover > a {
                    color: #DB2E20;
                }

                .menu-item > .sub-menu {
                    box-shadow: 0 0 10px rgba(0,0,0,0.2);
                    width: 220px;
                    position: absolute;
                    left: 0;
                    top: 100%;
                    background-color: #ffffff;
                    padding: 10px 0;
                    border-top: 3px solid #DB2E20;
                    transform: translateY(10px);
                    transition: all 0.3s ease;
                    opacity: 0;
                    visibility: hidden;
                    margin-top: 10px;
                }

            @media(min-width: 992px) {
                .menu > .menu-item-has-children:hover > .sub-menu {
                    transform: translateY(0);
                    opacity: 1;
                    visibility: visible;
                }
                /*.header .menu > .menu-item-has-children:hover > a .plus:after{
                transform: translate(-50%,-50%) rotate(0deg);
             }*/
            }

            .menu > .menu-item > .sub-menu > .menu-item {
                display: block;
            }

                .menu > .menu-item > .sub-menu > .menu-item > a {
                    display: block;
                    padding: 10px 20px;
                    font-size: 14px;
                    font-weight: 600;
                    color: #000000;
                    transition: all 0.3s ease;
                    text-transform: capitalize;
                }

            .open-nav-menu {
                height: 34px;
                width: 40px;
                margin-right: 15px;
                display: none;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }

                .open-nav-menu span {
                    display: block;
                    height: 3px;
                    width: 24px;
                    background-color: #000000;
                    position: relative;
                }

                    .open-nav-menu span:before,
                    .open-nav-menu span:after {
                        content: '';
                        position: absolute;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background-color: #000000;
                        box-sizing: border-box;
                    }

                    .open-nav-menu span:before {
                        top: -7px;
                    }

                    .open-nav-menu span:after {
                        top: 7px;
                    }

            .close-nav-menu {
                height: 40px;
                width: 40px;
                background-color: #ffffff;
                margin: 0 0 15px 15px;
                cursor: pointer;
                display: none;
                align-items: center;
                justify-content: center;
            }

                .close-nav-menu img {
                    width: 16px;
                }

            .menu-overlay {
                position: fixed;
                z-index: 999;
                background-color: rgba(0,0,0,0.5);
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                visibility: hidden;
                opacity: 0;
                transition: all 0.3s ease;
            }

            /*home section*/
            .home-section {
                width: 100%;
                display: block;
                min-height: 100vh;
                background-image: url('../img/home.jpg');
                background-position: center top;
                background-size: cover;
            }


            /* responsive */


            @media(max-width: 1114px) {
                .svg-div-dois {
                    top: 10vh;
                }

                .menu-item-first a {
                    font-size: 14px;
                }
            }

            @media(max-width: 991px) {

                .svg-div-dois {
                    top: 5vh;
                }

                .menu-item-first a {
                    font-size: 1em;
                }
            }


            /*header*/

            .header .nav-menu-first {
                padding: 0 15px;
            }

            .header .menu-first > .menu-item-first {
                display: inline-block;
                margin-left: 30px;
                margin-right: 15px;
                position: relative;
            }

                .header .menu-first > .menu-item-first > a {
                    display: block;
                    padding: 12px 0;
                    list-style: none;
                    text-decoration: none;
                    text-transform: capitalize;
                    font-weight: 100;
                    transition: all 0.3s ease;
                    font-family: 'Montserrat';
                    font-style: normal;
                    line-height: 22px;
                    text-align: center;
                    color: #FFFFFF;
                    font-size: 14px;
                }

                    .header .menu-first > .menu-item-first > a .plus {
                        display: inline-block;
                        height: 12px;
                        width: 12px;
                        position: relative;
                        margin-left: 5px;
                        pointer-events: none;
                    }

                        .header .menu-first > .menu-item-first > a .plus:before,
                        .header .menu-first > .menu-item-first > a .plus:after {
                            content: '';
                            position: absolute;
                            box-sizing: border-box;
                            left: 50%;
                            top: 50%;
                            background-color: #000000;
                            height: 2px;
                            width: 100%;
                            transform: translate(-50%,-50%);
                            transition: all 0.3s ease;
                        }

                .header .menu-first > .menu-item-first:hover > a .plus:before,
                .header .menu-first > .menu-item-first:hover > a .plus:after {
                    background-color: #DB2E20;
                }

                .header .menu-first > .menu-item-first > a .plus:after {
                    transform: translate(-50%,-50%) rotate(-90deg);
                }

                .header .menu-first > .menu-item-first > .sub-menu-first > .menu-item-first > a:hover,
                .header .menu-first > .menu-item-first:hover > a {
                    color: #DB2E20;
                }

                .header .menu-first > .menu-item-first > .sub-menu-first {
                    box-shadow: 0 0 10px rgba(0,0,0,0.2);
                    width: 220px;
                    position: absolute;
                    left: 0;
                    top: 100%;
                    background-color: #ffffff;
                    padding: 10px 0;
                    border-top: 3px solid #DB2E20;
                    transform: translateY(10px);
                    transition: all 0.3s ease;
                    opacity: 0;
                    visibility: hidden;
                    margin-top: 10px;
                }

            @media(min-width: 992px) {
                .header .menu-first > .menu-item-has-children-first:hover > .sub-menu-first {
                    transform: translateY(0);
                    opacity: 1;
                    visibility: visible;
                }
                /*.header .menu > .menu-item-has-children:hover > a .plus:after{
                transform: translate(-50%,-50%) rotate(0deg);
             }*/
            }

            .header .menu-first > .menu-item-first > .sub-menu-first > .menu-item-first {
                display: block;
            }

                .header .menu-first > .menu-item-first > .sub-menu-first > .menu-item-first > a {
                    display: block;
                    padding: 10px 20px;
                    font-size: 14px;
                    font-weight: 600;
                    color: #000000;
                    transition: all 0.3s ease;
                    text-transform: capitalize;
                }

            .header .close-nav-menu-first {
                height: 40px;
                width: 40px;
                background-color: #ffffff;
                margin: 0 0 15px 15px;
                cursor: pointer;
                display: none;
                align-items: center;
                justify-content: center;
            }

                .header .close-nav-menu-first img {
                    width: 16px;
                }




            .container-first {
                display: flex;
                justify-content: space-around;
                max-width: 1170px;
                margin: auto;
            }

            .container {
                max-width: 1170px;
                margin: auto;
            }

            ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

            /* responsive */

            @media(max-width: 991px) {
                .header .menu-overlay.active {
                    visibility: visible;
                    opacity: 1;
                }


                #backButton, #nextButton, .gallery-wrap {
                    display: none;
                }

                .gallery {
                    scrollbar-width: auto;
                }

                .header .nav-menu-fisrt {
                    position: fixed;
                    right: -280px;
                    visibility: hidden;
                    width: 280px;
                    height: 100%;
                    top: 0;
                    overflow-y: auto;
                    background-color: #222222;
                    z-index: 1000;
                    padding: 15px 0;
                    transition: all 0.5s ease;
                }

                .header .nav-menu.open-fisrt {
                    visibility: visible;
                    right: 0px;
                }

                .header .menu-fisrt > .menu-item-fisrt {
                    display: block;
                    margin: 0;
                }

                .header .menu-fisrt > .menu-item-has-children-fisrt > a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                .header .menu-fisrt > .menu-item-fisrt > a {
                    color: #ffffff;
                    padding: 12px 15px;
                    border-bottom: 1px solid #333333;
                }

                .header .menu-fisrt > .menu-item:first-child > a {
                    border-top: 1px solid #333333;
                }

                .header .menu-fisrt > .menu-item-fisrt > a .plus:before,
                .header .menu-fisrt > .menu-item-fisrt > a .plus:after {
                    background-color: #ffffff;
                }

                .header .menu-fisrt > .menu-item-has-children-fisrt.active > a .plus:after {
                    transform: translate(-50%,-50%) rotate(0deg);
                }

                .header .menu-fisrt > .menu-item-fisrt > .sub-menu-fisrt {
                    width: 100%;
                    position: relative;
                    opacity: 1;
                    visibility: visible;
                    border: none;
                    background-color: transparent;
                    box-shadow: none;
                    transform: translateY(0px);
                    padding: 0px;
                    left: auto;
                    top: auto;
                    max-height: 0;
                    overflow: hidden;
                }

                .header .menu > .menu-item-fisrt > .sub-menu-fisrt > .menu-item-fisrt > a {
                    padding: 12px 45px;
                    color: #ffffff;
                    border-bottom: 1px solid #333333;
                }

                .header .close-nav-menu-fisrt,
                .header .open-nav-menu {
                    display: flex;
                }
            }

            .menu-first {
                display: flex;
            }

            .sub-menu-first {
                display: block;
                position: relative;
            }

            @media screen and (max-width: 768px) {

                .col-8-Dois {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }

                .dropdown-content {
                    z-index: 9999999999;
                }
            }

            .dropdown-content {
                z-index: 9999999999;
            }


            .dropdownmenu .dropbtnSa {
                cursor: pointer;
                font-size: 0.8em;
                border: none;
                outline: none;
                color: white;
                padding: 5px;
                background-color: inherit;
                font-family: inherit;
                margin: 0;
            }

            .navboard a:hover, .dropdown:hover .dropbtnSa, .dropbtnSa:focus {
                background-color: red;
            }


            .dropbtnSa {
                font-size: 0.8em;
            }

            @media screen and (max-width: 1122px) {
                .menu-first {
                    display: none;
                }
            }

            @media screen and (min-width: 1125px) {
                .menu-first {
                    display: flex;
                }

                .navboard {
                    display: none;
                }
            }

            .gallery {
                width: 100%;
                display: flex;
                overflow-x: scroll;
            }

                .gallery div {
                    /*width: 100%;*/
                    display: grid;
                    grid-template-columns: auto-fill auto auto;
                    grid-gap: 20px;
                    padding: 10px;
                    flex: none;
                }

                    .gallery div img {
                        width: 150px;
                        height: fit-content;
                        filter: grayscale(100%);
                        transition: transform 0.5s;
                    }

                .gallery::-webkit-scrollbar {
                    /* display: none; */
                }

            /* Hide scrollbar for IE, Edge and Firefox */
            .gallery {
                -ms-overflow-style: none; /* IE and Edge */
                scrollbar-width: none; /* Firefox */
            }

            .gallery-wrap {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 10% auto;
            }

            #backButton, #nextButton {
                width: 50px;
                cursor: pointer;
                margin: 40px;
            }

            .gallery div img:hover {
                filter: grayscale(0);
                cursor: pointer;
                transform: scale(1.1);
            }

            .tag-item-inter {
                background-color: #CE3838;
                color: #FFFFFF;
                text-transform: uppercase;
                width: 125px;
                height: 35px;
                position: relative;
                top: 180%;
                left: 10%;
                z-index: 900;
            }

                .tag-item-inter p {
                    color: #FFFFFF;
                    font-size: 12px;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 500;
                    text-align: center;
                    text-transform: uppercase;
                }

            .svg-menu {
                height: 185px !important;
                margin-top: -10px !important;
            }

            .noticia {
                justify-content: center;
            }

            .col-8-Dois {
                width: 70%;
            }