@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900&display=swap');

*{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

body{
	font-family: 'Roboto', sans-serif !important;
    font-size: 16px; 
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
}
.no-scroll{
	overflow-y:hidden;
}
input, button, textarea{
	font-family: 'Roboto', sans-serif  !important;
    font-size: 16px;
    font-weight: 400;
}

.content{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.content-header{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.bt{
    padding: 20px 25px;
    font-weight: 600;
    border-radius: 100px;
    line-height: 0;
    border: none;
    display: inline-block;
}
.bt:hover{
    color: #fff;
    text-decoration: none;
}
.clear{
    clear: both;
}


/* COLORS */
.cl-blue{
    color: #0080FF;
}
.cl-navy-blue{
    color: #040A2C;
}
.cl-gray{
    color: #A1A3B1;
}
.cl-gray-bold{
    color: #727272;
}
.cl-gold{
    color: #D49B21;
}
.cl-black{
    color: #2c2e2d;
}
.cl-white{
    color: #fff;
}
/* BGS */
.bg-gold{
    background-color: #D49B21;
}
.bg-black{
    background-color: #000;
}
.bg-yellow{
	background-color: #f8bd4b;
}

/* HEADER */
header{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 17px 0;
	position: fixed;
	z-index: 9;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
header .logo{
	height: 50px;
	margin-top: 7px;
}
header.fixed{
	background: #000
}
header .menu{
	margin-top: 1rem;
}
header .menu > li:last-child{
	margin-right: 0px;
}
header .menu > li{
	display: inline-block;
	margin-right: 0;
	position: relative;
	height: 45px;
	padding: 0 1rem;
}
header .menu > li:hover > .submenu{
	display: inline-block;
}
header .menu > li > .submenu{
	max-height: 0;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    overflow: hidden;
    list-style-type: none;
    padding-left: .5rem;
    background-color: #fff;
}
header li{
	display: inline-block;
}
header li.box-redes{
	padding: 0 !important;

}
header li.eventos{
	margin-right: 10px;
}
header li a.rede{
	background: #fff;
	width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    display: inline-block;
    text-align: center;
    color: #000 !important;
    border-radius: 100px
}
header li a.rede:last-child{
	margin-right: 0;
}
header  li.menu-redes{
	margin-right: 0px !important;
	padding: 0 !important;
}
header .menu > li:last-child{
	margin-right: 0px;
}
header .menu > li .bt{
	color: #000;
	padding: 16px 20px;
}
footer{
	width: 100%;
	display: block;
}
footer .logo-rodape{
	height: 50px;
}
footer #f-line-1{
	width: 100%;
	background: #1f1f1f;
	color: #fff;
	box-sizing: border-box;
	padding: 40px 0;
	margin-top: 0;
}
footer .end-ft{
	margin: 0;
}
footer #f-line-1 .copyright{
	margin-top: 20px;
	padding: 0 93px 0 0;
	box-sizing: border-box;
}
footer #f-line-1 ul{
	display: inline-block;
	text-align: right;
}
footer #f-line-1 li{
	margin-bottom: 15px;
	display: inline-block;
	text-align: right;
}
footer #f-line-1 li a{
	font-weight: 600;
	margin-right: 24px;
}
footer #f-line-1 li a:hover{
	color: #fff;
	text-decoration: none;
}
footer #f-line-1 li a.rede{
	margin-right: 5px;
	background: #fff;
	color: #1f1f1f;
	width: 25px;
	height: 25px;
	border-radius: 100px;
	text-align: center;
	display:  inline-block;
}
footer #f-line-2{
	background: #34332f;
	color: #fff;
	box-sizing: border-box;
	padding: 40px 0;
}
footer #f-line-2 p{
	margin: 0;
}
.whats-button{
	display:none;
	background: #1f1f1f;
	position: fixed;
	bottom: 0;
	padding: 1rem;
	min-height: 73px;
	width: 350px;
	z-index: 9;
    opacity: 0;
    transition: opacity .1s linear;	
	right: 10%;
	text-align: center;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.whats-button.fixed{
	display: block;
	opacity: 1;
}
.whats-button a{
	border-radius: 28px;
	transition: background .3s linear;
	padding: .7rem 2rem;
	text-decoration: none;
	min-height: 2.5rem;
	border: none;
	background: #f9c03f;
	color: #1f1f1f;
	box-shadow: none;
	font-size: 0rem;
	margin-top: 0;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	appearance: none;
	-webkit-appearance: none;
}
.whats-button a i{
	font-size: 26px;
	font-weight: 700;
}
.whats-button a:hover{
	text-decoration: none;
	color: #1f1f1f;
}

/* FORM EDIT */
#rd-text-joq3m2m5g{
	width: 100% !important;
	margin: 0 !important;
	display: inline-block important;
	max-width: 100% !important;
}
#rd-text-joq3m2m5g p{
	width: 100% !important;
	margin: 0 !important;
	display: inline-block !important;
	max-width: 100% !important;
	text-align: left !important;
}
#rd-form-joq3m2m5i {
    max-width: 100% !important;
    
}
#rd-text-joq3m2m5g strong{
	display: none;
}
#rd-text-joq3m2m5g p:after{
	content: "Inscreva-se para participar";
	color: #fff;
	font-weight: 600;
	font-size: 32px;
}
#rd-text-k61647yj{
	width: 100% !important;
	margin: 0 !important;
	display: inline-block important;
	max-width: 100% !important;
}
#rd-text-k61647yj p{
	width: 100% !important;
	margin: 0 0 40px 0 !important;
	display: inline-block !important;
	max-width: 100% !important;
	text-align: left !important;
	margin-bottom: 30px;
	position: relative;
}
#rd-text-k61647yj {
    max-width: 100% !important;
}
#rd-text-k61647yj span{
	display: none;
}
#rd-text-k61647yj p:after{
	content: "NO DIA DO EVENTO RECEBA O LINK DA LIVE";
	color: #2c2e2d;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 1.8px;
}
#rd-text-k61647yj p:before{
	content: "";
	width: 46px;
	height: 4px;
	background: #2c2e2d;
	position: absolute;
	left: 0;
	bottom: -19px;
	border-radius: 100px;
}
#rd-image-k6152yj4{
	display: none;
}
#rdstation-bricks-embeddable-form-bricks-component-n-u1FJcIi-xBs63KVRKK2Q .bricks--column > div{
	display: inline-block !important;
	height: 410px;
	width: 560px;
	max-width: unset;
}
#rd-row-joq3m2m5d .bricks--column > div{
	height: 460px !important;
	width: 560px !important;
	margin-top: -42px !important
}
#rd-column-joq3m2m5e {
    width: 100%;
}
#rd-column-joq3m2m5e > div{
	padding: 30px 35px !important;
	background-color: #f8bd4b !important;
	border-radius: 17px;
}
#rd-form-joq3m2m5i .bricks-form__input{
	box-shadow: none !important;
}
#rd-form-joq3m2m5i .bricks-form__input:not(textarea) {
    height: 38px !important;
    border-radius: 5px;
    background-color: #dba53c;
}
#rd-form-joq3m2m5i .with-select-flags > .phone-input-group > .phone {
    display: inline-block;
    width: calc(100% - 50px);
    margin-left: 8px;
    border-top-left-radius: 5px !important !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
#rd-form-joq3m2m5i .with-select-flags > .phone-input-group > .phone-country {
    width: 50px;
    display: inline-block;
    background: #dba53c;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#rd-button-joq3m2m5a{
	background: #fff !important;
	border: 1px solid #fff !important;
	font-size: 0 !important;
	width: 235px !important;
	border-radius: 300px !important;
	height: 45px !important;
}
#rd-button-joq3m2m5a:after{
	content: "ENVIAR INSCRIÇÃO";
	display: block;
	text-align: center;
	font-size: 18px;
	color: #000 !important;
    background: #fff;
    font-weight: 600;
}
#rd-form-joq3m2m5i .bricks-form__label{
	color: #2c2e2d !important; 
	font-weight: 600 !important;
	font-size: 14px !important;
}
#rd-section-joq3m2m5c{
	background: none !important;
}
#bricks-component-n-u1FJcIi-xBs63KVRKK2Q{
	border: none !important;
}
#rdstation-bricks-embeddable-form-bricks-component-n-u1FJcIi-xBs63KVRKK2Q{
	margin-top: -42px;
    float: right;
    margin-right: 20%;
}
.phone-country{
	position: relative;
}
#bricks-component-Z5RjohxeHcEeG5BGD_h7Ig{
	border:none !important;
}
#bricks-component-Z5RjohxeHcEeG5BGD_h7Ig{
	width: 560px !important;
	margin-right: 140px !important;
}
#rdstation-bricks-embeddable-form-bricks-component-Z5RjohxeHcEeG5BGD_h7Ig .bricks--section > div {
    max-width: 560px !important;
}
#rd-row-joq3m2m5d .bricks--column > div {
    min-height: 417px;
    text-align: left;
}
.phone-country:after {
    content: "";
    width: 54.5px;
    height: 10px;
    background: #fff;
    display: block;
    margin-top: -2px;
    border-bottom-left-radius: 5px;
}
#rd-section-joq3m2m5c{
	width: 560px;
}
#rdstation-bricks-embeddable-form-bricks-component-tmafCQGAjUnMHVc2j-YSZw .bricks--section > div{
	max-width: 560px !important;
}
#bricks-component-tmafCQGAjUnMHVc2j-YSZw{
	width: 560px !important;
	border: none !important;
}
#bricks-component-tmafCQGAjUnMHVc2j-YSZw{
	margin-right: 10% !important; 
}
.mb-show{
	display: none;
}
.mb-show-participacoes{
	display: none !important;
}
