.vendasEncerradas{background: #F1F3F7;height: max-content;}
.vendasEncerradas::before{display: none;}

@keyframes bgBotao {
    0%{background-position: 0% 50%;} 
    50%{background-position: 100% 50%;} 
    100%{background-position: 0% 50%;}
}

/* TOPO */
._1000{background: none;height: 100%;}
._1000 body:after{display: none;}
.vendasEncerradas main .topo{background-image: url(../img/topoFundo.jpg?2);background-repeat: no-repeat;background-position: top center;padding: 0 20px 55px;background-color: #173688;min-height: 700px;}
	.vendasEncerradas main .topo h1{padding: 44px 0 50px;width: 100%;max-width: 289px;margin: 0 auto;}
		.vendasEncerradas main .topo h1 img{}
	.vendasEncerradas main .topo .centro{width: 100%;max-width: 584px;margin: 0 auto;min-height: 374px;padding: 55px 80px 61px;background: #FFFFFF;box-shadow: 0px 17px 48px -8px rgba(11, 35, 83, 0.08), inset 0px 6px 0px #E6EEF7;border-radius: 40px;position: relative;z-index: 5;}
		.vendasEncerradas main .topo .centro .texto{padding: 0px 0 35px;max-width: 476px;margin: 0 auto;text-align: center;}
			.vendasEncerradas main .topo .centro .texto h2{font: 500 25px/28px 'Oswald';color: #074D85;text-align: center;margin: 0 auto;margin-bottom: 5px;}
			.vendasEncerradas main .topo .centro .texto p{font: 400 18px/23px 'Roboto';color: #6D7FA1;letter-spacing: -0.01em;max-width: 240px;width: 100%;margin: 0 auto;}
		.vendasEncerradas main .topo .centro form{text-align: center;max-width: 424px;width: 100%;margin: 0 auto;position: relative;}
			.vendasEncerradas main .topo .centro form input{background: #E9EEF3;color: #003661;width: 100%;text-align: center;font: 500 18px/26px 'Roboto';letter-spacing: -0.01em;border: 1px solid #E9EEF3;border-radius: 50px;padding: 17px 20px;margin-bottom: 18px;transition:0.5s all ease;}
				.vendasEncerradas main .topo .centro form input:hover{box-shadow: 0 3px 8px -4px #24242480;background: #f9f9f9;border-color: #237bc0;}
				.vendasEncerradas main .topo .centro form input:focus{box-shadow: 0 3px 8px -4px #24242480;background: #FFFFFF;border-color: #074D85;}
				.vendasEncerradas main .topo .centro form input::placeholder{color:#003661;}
			.vendasEncerradas main .topo .centro form button{width: 100%;padding: 16px 20px 18px;background: linear-gradient(-45deg, #3673EA, #933AB7, #FD6429, #7B3DD7, #3673EA);background-size: 600%;box-shadow: 0px 20px 24px -16px rgba(11, 35, 83, 0.42), inset 0px -4px 0px rgba(23, 31, 47, 0.2);border-radius: 50px;transition: all ease 0.5s;animation: bgBotao 20s linear infinite;cursor:pointer;}
				.vendasEncerradas main .topo .centro form button:hover{filter: brightness(1.15);box-shadow: 0px 32px 10px -25px rgba(11, 35, 83, 0.42), inset 0px -2px 0px rgba(23, 31, 47, 0.2);}
				.vendasEncerradas main .topo .centro form button b{font: 800 18px/21px 'Roboto';color: #FFFFFF;display: block;max-width: 300px;width: 100%;margin: 0 auto;}
.vendasEncerradas main .topo .centro form .enviando {
    width: 100%;
    padding: 27px 20px 28px;
    background: linear-gradient(-45deg, #3673EA, #933AB7, #FD6429, #7B3DD7, #3673EA);
    background-size: 600%;
    box-shadow: 0px 20px 24px -16px rgba(11, 35, 83, 0.42), inset 0px -4px 0px rgba(23, 31, 47, 0.2);
    border-radius: 50px;
    transition: all ease 0.5s;
    animation: bgBotao 20s linear infinite;
    cursor: pointer;
    font: 800 18px/21px 'Roboto';
    color: #FFFFFF;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    display: none;
}
.vendasEncerradas main .topo .centro form .erroEmail {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    background: #d71717;
    padding: 6px 10px 5px;
    width: max-content;
    font: 600 14px/14px 'Roboto';
    color: #fff;
    border-radius: 11px;
}
.vendasEncerradas main .topo .centro form .erroTelefone {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 67px;
    background: #d71717;
    padding: 6px 10px 5px;
    width: max-content;
    font: 600 14px/14px 'Roboto';
    color: #fff;
    border-radius: 11px;
}
._320 .vendasEncerradas main .topo .centro form .erroEmail {zoom: 0.8;top: -11px;}
		.vendasEncerradas main .topo .nota{max-width: 440px;width: 100%;margin: 20px auto;text-align: center;}
			.vendasEncerradas main .topo .nota p{font: 500 12px/16px 'Roboto';letter-spacing: -0.01em;color: #C7D5ED;margin-bottom: 8px;position: relative;z-index: 2;}
				.vendasEncerradas main .topo .nota p::before{position:absolute;content:'';width: 100%;height: 100%;left:0;top:0;background:#112457;opacity:0.85;filter: blur(30px);z-index: -1;}
			.vendasEncerradas main .topo .nota svg{z-index: 3;position: relative;}


/* FOOTER */
body footer{background: #F1F3F7;min-height: 167px;margin-top: 21px;}
	body footer .centro{max-width: 945px;margin: 0 auto;display: flex;gap: 112px;align-items: center;justify-content: space-between;padding-top: 37px;}
		body footer .centro figure{width: 100%;max-width: 233px;}
			body footer .centro figure img{width: 100%;user-select: none;}
		body footer .centro .textoFooter{width: 100%;max-width: 601px;}
			body footer .centro .textoFooter p.avisolegal{font: 600 13px/18px 'Open Sans';color: #B1B7BF;margin-bottom: 11px;}
			body footer .centro .textoFooter p.copyright{font: 600 12px/16px 'Open Sans';color: #8D96A1;}

/* MOBILE */
._320 .vendasEncerradas main .topo{padding:0;background-size: 440px;min-height: initial;}
._320 .vendasEncerradas main .topo h1{max-width:160px;padding: 30px 0;}
._320 .vendasEncerradas main .topo .centro{max-width:440px;border-radius:0;margin-bottom:0;padding: 25px 20px;min-height: initial;}
._320 .vendasEncerradas main .topo .centro .texto{padding: 0 0 20px;}
._320 .vendasEncerradas main .topo .centro .texto h2{margin-bottom: 15px;font: 600 20px/26px 'Oswald';}
._320 .vendasEncerradas main .topo .centro .texto p{max-width: 250px;font: 400 16px/20px 'Roboto';}

._320 .vendasEncerradas main .topo .centro form{max-width: 380px;}
	._320 .vendasEncerradas main .topo .centro form input{padding: 14px 20px;}
	._320 .vendasEncerradas main .topo .centro form button{padding: 10px 20px;}
		._320 .vendasEncerradas main .topo .centro form button b{font: 800 16px/18px 'Roboto';}

._320 .vendasEncerradas main .topo .nota{max-width: 440px;margin: 20px auto 0;padding-bottom: 12px;}
	._320 .vendasEncerradas main .topo .nota p{padding: 0 20px;}


/* FOOTER */
._320 body footer{/* padding: 30px 0 30px; */margin-top:0;}
	._320 body footer .centro{display: block;max-width: 440px;padding:0;}
		._320 body footer .centro figure{ width: 190px; margin: 0 auto;}
		._320 body footer .centro p.avisolegal{text-align: center;padding: 13px 10px;max-width: 340px;margin: 0 auto;font-size: 12px;line-height: 14px;}
		._320 body footer .centro p.copyright{text-align: center;width: 255px;margin: 0 auto;}
