@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


.banner-mobile{
	display: none;
}

*{
    margin: 0;
    padding: 0;
}

.page-item-32 {
	display:none;
}

html, body{
    font-family: "Bebas Neue", sans-serif;
    box-sizing: border-box;
}


h1,h2,h3,h4,h5{
    font-family: "Bebas Neue", sans-serif;
    color: #171923;
}

p, label{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 2px;
    color: white;
}

a{
    text-decoration: none;
    color: #171923;
    font-family: "Bebas Neue", sans-serif;
}
input{
    font-family: "Bebas Neue", sans-serif;
}

footer{
	background: #091089;
}
footer .content-footer{
	display:flex;
	flex-direction:column;
	text-align:center;
	justify-content:center;
	width:100%;
}
footer .content-footer .logos{
	display:
	flex;
	justify-content:
	center;
	align-items:
	center;
	margin-bottom: 30px;
}
footer .content-footer h2{
	font-size: 2rem;
	color: white;
	margin: 20px 0;
	text-align: initial;
}

footer .content-footer .logos img{
	max-width:55px;
	margin-right: 10px;
}

/*--------------- footer ---------------*/

footer{
	position:relative;
	width: 100%;
	margin: 0 auto;
	background-color: #000667 !important;
}


.section-footer{
    display: grid;
    width: 100%;
    grid-template-columns: 1.5fr 1fr;
    margin: 0 auto;
    justify-content: center;
}

.realizacao img{
    margin:auto;
	width:105px
	
}
.content-footer p{
    font-size: 20px;
    text-align: initial;
}

footer .content-footer.logo{
	max-width: 450px;
	background: black;
}
footer .content-footer {
    display: flex;
    padding: 40px 0;
    flex-direction: column;
    text-align: center;
    width: 93%;
    justify-content:flex-start;
    /* margin: 0 15px; */
}

footer .content-footer .patrocinador{width: 80%;height: auto;margin: 30px auto;max-width: 290px;}
.logos{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto 0;
}
.social {
	margin-top:10px;
	justify-content: flex-start !important;
}
.social img{
	width:36px;
}
.icone-top{
	width: 100%;
    height: 78px;
    background: url(https://bienaldaune.com.br//wp-content/uploads/2022/03/fora-bolsonaro.png);
	z-index:1;
	position:absolute;
	top:0;
	
}

.icone-left{
	height: 100%;
    width: 50px;
    background: url(https://bienaldaune.com.br//wp-content/uploads/2022/03/Faixa_2.png);
    position: absolute;
    left: 0;
	top:0;
}
.icone-right{
	height: 100%;
    width: 50px;
    background: url(https://bienaldaune.com.br//wp-content/uploads/2022/03/Faixa_2.png);
    position: absolute;
    right: 0;
	top:0;
}
#mauticform_input_newsletter_submit::after{
	content: url(https://bienaldaune.com.br//wp-content/themes/thema-bienal/svg/ENVIAR-BOTAO.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
}
footer #mauticform_newsletter_email{
	position: relative;
    background: white;
}

fooet #mauticform_input_newsletter_email{
	height: 50px;
    box-shadow: none;
    border: 0;
}
footer #mauticform_input_newsletter_submit{
	width: 0;
	height: 0;
	font-size: 0;
	background-color: transparent !important;
	padding: 0;
	margin: 0;
}
footer .mauticform-page-wrapper.mauticform-page-1{
	position:relative;
}
 footer #mauticform_input_newsletter_email{
	border: 0;
    height: 50px;
    font-size: 15px;
}
footer .mauticform-errormsg{
	position: absolute;
    margin-top: 2px;
    left: 0;
    right: 0;
    bottom: -29px;
}
#mauticform_newsletter_submit{
	height:0;
}
/*--------------- footer ---------------*/

.mauticform-selectbox, .mauticform-input, .mauticform-textarea{
	color: black;
    padding: 0.5em 0.5em !important;
	min-height: 31.5px;
	font-size: 16px;
}

.mauticform_wrapper{
    width: 90% !important;
}

.icone-scroll{
	position: fixed;
	z-index: 1;
	bottom: 10px;
	right: 10px;
	transition: 500ms ease-out;
	cursor: pointer;
}

.icone-scroll.scroll{
	opacity:1 !important;
}
.modal-form{
	position: fixed;
	width: 100vw;
	min-height: 100vh;
	background: rgba(0,0,0,.5);
	top: 0;
	overflow: auto;
	z-index: 9;
	align-items: center;
	justify-content: center;
	display: none;
}
.modal-form.active{
	display: flex;
}
.modal-form .content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 90%;
	max-width: 700px;
	padding-top: 20px;
	background:  #D13606;
	position: relative;
}

.modal-form .content .msg{
	font-size: 22px;
	width: 90%;
	padding: 34px;
	text-align: center;
	font-family: 'Roc-Grotesk';
	color: black !important;
}

.modal-form .content .msg h2{
	color : #FFA500;
	font-family: 'Roc-Grotesk-Bold';
	margin-bottom: 17px;
	font-size: 3.3rem;
}

.modal-form .content .msg p{
	margin-bottom: 30px;
	font-size: 20px;
}

.modal-form .content .msg a{
	padding: 10px;
	background: #FFA500;
	color: white;
	font-family: 'Roc-Grotesk-Bold';
}
.modal-form .content .icone-fechar{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor:pointer;
	width: 32px;
}
.modal-form .mauticform-errormsg{
	color: #000 !important;
}
.modal-form .mauticform-message{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal-form .formulario h2,.modal-form .formulario label, .modal-form .formulario button{
	color:black !important
	
}
.modal-form .formulario h2{
	max-width: fit-content;
	font-size: 1.5rem !important;
}
.modal-form .mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default{
	background:#cf190f !important;
}
.modal-form #mauticform_formulariodefendaascotas_instituicao_de_ensino1{
	display:none
}
.modal-form #mauticform_formulariodefendaascotas_curso{
	display:none
}
.modal-form .mauticform_wrapper{
   overflow:auto;
}
.modal-form #mauticform_formulariodefendaascotaspopup_submit{
	display:flex;
}
    
@media screen and (max-width: 1025px) {

	header{
		height:50px;
	}
    header .menu-div{
        justify-content: space-between;
        padding: 0 10px;

    }
    header .menu-div .categoria .list-cat{
        margin-left: 20px;
    }
	.mobile{
		display:flex;
		align-items:center;
	}
    .menu-hamburger{
        display:flex ;
        flex-direction: column;
        cursor: pointer;
		position: absolute;
        right: 20px;
    }
    .hamburguer{
        background: white;
        height: 6px;
        width: 35px;
        border-radius: 1px;
        transition: all .3s ease;
        margin: 3.5px 0;
    }
    .active .hamburguer.first{
        transform: rotate(45deg) translate(3px,5px);
    }
    .active .hamburguer.middle{
        display: none;
    }
    .active .hamburguer.last{
        transform: rotate(-45deg) translate(3px,-6px);
        margin: 2px 0 0;
    }
    
    .categoria{
        position: fixed !important;
        width: 100%;
        top: 50px;
        left: 0;
        margin: 0 !important;
        height: 100%;
        background-color: white;
        padding-top: 44px;
        transform: translateX(-100%);
        transition: all 500ms ease-out;
    }
    header.active .categoria{
        transform: translateX(0px);
    }
    .categoria ul{
        flex-direction: column;
        align-items: flex-start !important;
        margin-left: 20px;
    }
    header .menu-div .categoria{
        background-color: #1B3B96;
    }
    
    header .menu-div .categoria .menu{
        position: unset !important;
        opacity: 1 !important;
        border: 0;
    }
    .categoria ul li, li a{
        font-size: 1.25rem;
    }
    .categoria  li a{
        margin: 10px 0;
    }
    header .menu-div .categoria .menu li{
        margin: 5px 0 !important;
        padding: 0 !important;
        max-width: 90%;
    }
    header .menu-div .categoria .menu li a{
        font-size: 2rem;
        padding: 5px 14px;
    }
    header .logo-cotas{
        display: none;
    
    }
    header .redes-sociais{
        display: none;
    }
	header .redes-sociais .btn-manifesto{
		margin:0;
	}
	.icone-left{
		width: 40px;
	}
	.icone-right{
		width: 40px;
	}
	footer .content-footer{
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	footer .content-footer.logo{
		margin-top: 40px;
		max-width: inherit;
	}
	.section-footer {
	    flex-wrap: wrap; 
	}
	
}

@media screen and (max-width: 1200px) {
	footer{
        width: 100%;
    }
}


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

	.section-footer{
	grid-template-columns: 1fr;
	gap: 20px;
	}
}