/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700;800&display=swap');

/* Custom Style */
body {
    color: #4A535E;
    font-size: 16px;
    line-height: 24px;
	font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 67px;
	font-weight: 700;
}

h2 {
    font-size: 48px;
    line-height: 57px;
    font-weight: 700;
	color:#9b2f00;
	margin-bottom:15px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
	font-weight: 700;
	color: #32383F;
}

h4, .page-title{
	font-size:14px;
	line-height:21px;
	font-weight:700;
	color:#808F9F;
	letter-spacing: 0.2em;
	text-transform: uppercase;	
	margin-bottom:10px;
}

a {
	color:#32383F;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-decoration: none !important;
}

a:hover {
	color:#495057;
    opacity: .85; 
}

* {
    outline: 0 !important;
}

.row-title{
	text-align:center;
}

.row-title h2{
	max-width:800px;
	margin:0 auto;
	margin-bottom:15px;
}

.row-title p{
	max-width:755px;
	margin:0 auto;
	margin-bottom:30px;
}

.wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn-primary, .wpcf7 input[type=submit] {
    color: #fff;
	font-size:14px;
	line-height:21px;
    font-weight: bold;
    border: 0;
	background: #b96b35;
	border-radius: 50px;
    padding: 8px 20px;
	display: inline-block;
    text-decoration:none !important;
    transition: all .3s ease;
	letter-spacing: 0.2em;
	text-transform:uppercase;
}

.wpcf7 input[type=submit]:hover,.wpcf7 input[type=submit]:visited  {
    background-color: #049244;
    background: #955326;
    color: #fff;
}

.wpcf7 input[type=submit]:active {
    opacity: .6 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #dc3545;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, 
.btn-outline-primary:hover, .btn-primary.focus, .btn-primary:focus {
    background-color: #049244;
    background: #955326;
    color: #fff;
    opacity: 1;
	box-shadow:none;
}
.navbar-brand img{
	/*max-width: 250px;
	width:220px;*/
}
/* Menu */
#main-nav{
    padding: 0 0;
}
#main-menu{
    align-items: center;
}
#main-menu > .nav-item{
	margin-left:30px;
}
#main-menu a {    
    font-size: 14px;
	line-height:16px;
	font-weight:400;
	color: #808F9F;
    padding: 0;
    text-transform: uppercase;	
}
#main-menu a:hover, #main-menu .current_page_item a {    
	color: #9b2f00;
}

/* Banner */
#wrapper-banner-home .banner-item{
	padding-top:30px;
	padding-bottom:177px;
}
#wrapper-banner-home h1{
	font-weight:400;
	color: #fff;	
	margin-right: -150px;
	margin-bottom:20px;
    z-index: 9;
    position: relative;
}
#wrapper-banner-home h1 strong{
	font-weight:700;
	color: #ffbd00;	
}
#wrapper-banner-home h1 i{
    font-size: 46px;
}
#wrapper-banner-home h1:before{
	content:"";
	border-bottom:3px solid #ffbd00;
	width:114px;
	display: block;
	margin-bottom: 22px;
}
#wrapper-banner-home .col-banner-home-text{
	padding-top:136px;
}
#wrapper-banner-home .col-banner-home-img{
	/*padding:30px 0;*/
}
#wrapper-banner-home .row-banner-home{
	padding-bottom:30px;
}
.block-social-list{
    margin: 0;
    padding: 0;
    list-style: none;
	display: flex;
}	
.block-social-list li{
	height: 40px;
    margin-right:10px;
}	
.block-social-list a{
	font-size:20px;
    color:#fff;
    width: 40px;
    height: 40px;
    background: rgb(241 196 0 / 10%);
    display: inline-block;
    border-radius: 50%;	
	position:relative;
}
.block-social-list a i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.block-social-list a:hover{
    color:#ffbd00;
}

.row-banner-newsletter .wpcf7{
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 72px;
}

.row-banner-newsletter h3{
    font-size: 24px;
    line-height: 28px;
	font-weight: 700;	
    margin-bottom:0;
}

.row-banner-newsletter  .row-cadastre-se-fields .col-lg-2, .row-banner-newsletter  .row-cadastre-se-fields .col-lg-3, .row-banner-newsletter  .row-cadastre-se-fields .col-lg-4, .row-banner-newsletter  .row-cadastre-se-fields .col-lg-5, .row-banner-newsletter  .row-cadastre-se-fields .col-lg-6, .row-banner-newsletter  .row-cadastre-se-fields .col-lg-9{
	padding:0 10px;
}

.row-banner-newsletter  .wpcf7 input.wpcf7-not-valid{
	border:1px solid red;	
}

.row-banner-newsletter  .wpcf7 span.wpcf7-not-valid-tip{
	display:none;
}

.row-banner-newsletter .wpcf7 label{
	font-size: 10px;
    color: #808F9F;
	top: 5px;
    left: 47px;
    position: absolute;
    z-index: 99;
	margin-bottom:0;
	display:none;	
}

.row-banner-newsletter .wpcf7 .wpcf7-form .form-group {
    position: relative;
	margin-bottom: 0;
}

.row-banner-newsletter .wpcf7 .wpcf7-form .form-item {
    position: relative;
}

.row-banner-newsletter .wpcf7 .wpcf7-form .form-item i {
    position: absolute;
    top: 19px;
    left: 15px;
    z-index: 99;
    font-size: 18px;
    color: #808F9F;
}

.row-banner-newsletter .wpcf7 .wpcf7-form-control-wrap input{
	color:#32383F;
	font-size:16px;
	padding: 12px 20px 12px 45px;
    border: 1px solid #808F9F;
	border-radius: 50px;
    background-color:transparent;
	height: 56px;
}

.row-banner-newsletter .wpcf7 .wpcf7-form-control-wrap input::placeholder{
	color:#808F9F;
}

.row-banner-newsletter .wpcf7 .no-icon .wpcf7-form-control-wrap input{
	padding-left:20px;
}

.row-banner-newsletter .wpcf7 .wpcf7-form-control-wrap input:focus{
    border: 1px solid #ffbd00;
	padding: 20px 20px 12px 45px;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.row-banner-newsletter .wpcf7 input[type=submit] {
    color: #fff;
	font-size:14px;
    font-weight: 700;
    background-color: #00AC4E;
    border-color: #00AC4E;
	border:0;
	background: #b96b35;
	border-radius: 50px;
    max-width: 160px;
	height: 56px;
	box-shadow:none !important;
}

.row-banner-newsletter .wpcf7 input[type=submit]:hover, .row-banner-newsletter .wpcf7 input[type=submit]:focus, .row-banner-newsletter .wpcf7 input[type=submit]:active, .row-banner-newsletter .wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
    background-color: #049244;
    border-color: #049244;
	background: #955326;
}

.row-banner-newsletter .wpcf7 .ajax-loader{
	display:none;
}

.row-banner-newsletter .wpcf7 .wpcf7-validation-errors {
    width: 100%;
    margin: 0;
    margin-top: 20px;
}


/* Banner Interna */

#wrapper-banner{
    min-height: 365px;
}

#wrapper-banner .row{
    min-height: 365px;
    align-items: center;
	padding:80px 0 80px;
}

#wrapper-banner h1{
	font-size: 48px;
	line-height: 57px;
	font-weight:700;
    color:#fff;
	text-transform:none;
	margin-bottom: 0;
}

#wrapper-banner.banner-sobre .row{
	padding-bottom:200px;
}

#wrapper-banner .col-sobre-title h1{
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;	
	text-transform:none;
}

#wrapper-banner .col-sobre-title h1 strong{
    color:#ffbd00;
}

#wrapper-banner .block-social-list {
    justify-content: flex-end;
}

#wrapper-banner .block-social-list li {
    height: 40px;
    margin-left: 15px;
    margin-right: 0;
}

#wrapper-banner h4 {
	background: -webkit-linear-gradient(#42AA57, #51EE71 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Home Sobre */
#sobre-home{
	padding-top:0;
	padding-bottom:0;
	margin-top: -100px;
}
.row-sobre-home{
	align-items:center;
}
.row-sobre-home .block-vantagens-item{
    display: flex;
	margin-bottom:55px;
}
.row-sobre-home .col-md-3 .block-vantagens-item:last-child{
	margin-bottom:0;
}
/*.col-vantagens-left .block-vantagens-item {
    margin-right: -80px;
}
.col-vantagens-right .block-vantagens-item {
    margin-left: -80px;
}*/
.block-vantagens-item-img{
    min-width: 70px;
    margin-right: 24px;
}
.block-vantagens-item-body h3{
	font-size: 18px;
	line-height: 21px;
	font-weight:700;
    color:#9b2f00;
	margin-bottom:5px;
}
.block-vantagens-item-body p{
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
    color:#808F9F;		
	margin-bottom:0;
}

/* Home ADS */
.all-slide .slick-dots {
    left: 0;
	bottom: -33px;
}

.all-slide .slick-dots li {
    width: 10px;
    height: 10px;
}

.all-slide .slick-dots li:only-child {
    display:none;
}

.all-slide .slick-dots li button{
	width:10px;
	height:10px;
}

.all-slide .slick-dots li button::before {
    font-size: 10px;
    width: 10px;
    height: 10px;
    content: "";
    background: #D6E3F1;
    box-sizing: content-box;
    border-radius: 50%;
    opacity: 1;	
}

.all-slide .slick-dots li.slick-active, .all-slide .slick-dots li.slick-active button{
	width:20px;	
}

.all-slide .slick-dots li.slick-active button:before{
    background: #b96b35;
	width:20px;
    opacity: 1;	
    border-radius: 5px;	
}

.all-slide .slick-prev:before {
	content: "\f104";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    font-size: 25px;
	color:#fff;
	opacity:1;
}

.all-slide .slick-next:before {
	content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    font-size: 25px;
	color:#fff;
	opacity:1;	
}

.all-slide .slick-prev {
    left: -5px;
    z-index: 999;
	width:44px;
	height:44px;
    background: #b96b35;
    border-radius: 100%;	
}

.all-slide .slick-next {
    right: -5px;
    z-index: 999;
	width:44px;
	height:44px;
    background: #b96b35;
    border-radius: 100%;		
}

.all-slide .slick-prev:hover {
    background: #00AC4E;
}

.all-slide .slick-next:hover {
    background: #00AC4E;
}

.all-slide .slick-prev:hover:before {
	opacity:1;
	color:#fff;
}

.all-slide .slick-next:hover:before {
	opacity:1;
	color:#fff;
}

/* Home Expositores */
#expositores-home{
	background:url(../img/BG-expositores.png)center top no-repeat;
	background-size:cover;
}

#expositores-home .row-title{
	text-align:left;
}

#expositores-home .row-title h4 {
	color:#fff;
	margin-bottom:10px;
}

#expositores-home .row-title h2 {
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
	color:#fff;
}
.block-expositor-item{
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow:hidden;
}
.block-expositor-item-body{
    background: #fff;
    padding: 32px 36px;
	text-align:center;
}
.block-expositor-item-body h3{
	font-size: 14px;
	line-height: 21px;
	font-weight:700;
    color:#9b2f00;
	margin-bottom:15px;
	text-transform:uppercase;
	letter-spacing: 0.2em;
}
.block-expositor-item-body h3 a{
    color:#9b2f00;
}
.block-expositor-item-body p{
	font-size: 24px;
	line-height: 28px;
	font-weight:700;
    color:#32383F;
	margin-bottom:25px;
}
.block-expositor-item-img img{
    width: 100%;
}
.block-expositor-item-body .btn-primary{
	width:100%;
}

/* Home Empresa */
#empresas-home {
    padding-top: 30px;
	padding-bottom:5px;
}
#empresas-home h2{
    margin-bottom:25px;
}
.block-empresas-item{
	padding:0 15px;
}
.block-empresas-item-box{
    height: 150px;
    padding: 30px;
    border: 1px solid #D6E3F1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.block-empresas-item-box:hover{
    opacity:.85;
}

.row-empresas-home .slick-list{
	margin:0 -15px;
}


/* Home Social */
#redes-sociais h2{
	margin-bottom:50px;
}
.block-redes-sociais-title{
	text-align:center;
	margin-bottom:20px;
}
.block-redes-sociais-title h3{
	font-weight:800;
	display: flex;
    align-items: center;
    justify-content: center;
}
.block-redes-sociais-title i{
	background: -webkit-gradient(linear, left top, left bottom, from(#42AA57), to(#51EE71));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right:10px;
}
.block-redes-sociais-item{
	background: #FFFFFF;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding:20px;
	text-align:center;
}

/* Sobre Nós */
#sobre-nos-page{
	padding-top:90px;
	padding-bottom:0;
}

/* Sobre Galeria */
#galeria-sobre-nos-page{
	padding-bottom:50px;
}
#galeria-sobre-nos-page .block-galeria-item{
	margin-bottom:30px;
}

/* Sobre Objetivo */
#objetivo-sobre-nos-page{
	padding-top:170px;
	padding-bottom:130px;
	background:url(../img/BG-objetivo.jpg)center top no-repeat;
	background-size:cover;	
	color:#fff;
}

#objetivo-sobre-nos-page h2{
	color:#fff;
}

#objetivo-sobre-nos-page h4{
	color:#D6E3F1;
}

.block-objetivo-col-left{
	padding-top:40px;
	padding-right:90px;
}

.block-objetivo-col-right .row{
    margin-left: -90px;
}

#objetivo-sobre-nos-page .block-vantagens-item{
    display: flex;
	margin-bottom:55px;
}
#objetivo-sobre-nos-page .block-vantagens-item-img{
    min-width: 70px;
    margin-right: 24px;
}
#objetivo-sobre-nos-page .block-vantagens-item-body h3{
	font-size: 18px;
	line-height: 21px;
	font-weight:700;
    color:#ffbd00;
	margin-bottom:5px;
}
#objetivo-sobre-nos-page .block-vantagens-item-body p{
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
    color:#fff;		
	margin-bottom:0;
}

/* Sobre 2 */
#sobre-nos-2-page{
	padding-bottom:30px;
}

/* Programação */
.row-programacao-nav {
	margin-bottom:55px;
}

.row-programacao-nav .nav-tabs {
	border:0;
}

.row-programacao-nav .nav-tabs .nav-item{
	width:33.33%;
}

.row-programacao-nav .nav-tabs .nav-link {
    border: 0;
    margin: 0;
	border-radius:0;
    background: rgb(214 227 241 / 60%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 80px;	
}

.row-programacao-nav .nav-tabs .nav-link:hover {
    background: rgb(214 227 241 / 30%);
	opacity:1;
}

.row-programacao-nav .nav-tabs .nav-link.active {
    background: linear-gradient(270.03deg, #BB2716 0.03%, #EF671A 99.98%);
}

.row-programacao-nav .nav-tabs .nav-link h3{
    margin-bottom: 0;
}

.row-programacao-nav .nav-tabs .nav-link.active h3 {
    color:#fff;
}

.row-programacao-nav .nav-tabs .nav-link .block-programacao-texto{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #808F9F;
}

.row-programacao-nav .nav-tabs .nav-link.active .block-programacao-texto {
    color:#fff;
}

.row-programacao-content .tab-pane > .row-programacao-item .bg-programacao-info{
	border: 1px solid #D6E3F1;
}

.row-programacao-content .tab-pane > .row-programacao-item:nth-child(even){
	background: #F8FBFF;
}

.row-programacao-content .tab-pane > .row-programacao-item:nth-child(even) .bg-programacao-info{
	border:0;
}

.row-programacao-content .col-horarios{
	padding-right:0;
}

.row-programacao-content .col-programacao{
	padding-left:0;
}

.row-programacao-content .block-programacao-horarios{
    background: #9b2f00;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
	text-align:center;
	font-size:24px;
	font-weight:700;
	line-height:28px;
	color:#fff;
	padding:20px 50px;
}

.row-programacao-content .tab-pane > .row-programacao-item:nth-child(even) .block-programacao-horarios{
	background: #BB2716;;
}

.row-programacao-content .bg-programacao-info{
	padding:40px;
}

.row-programacao-info-title{
	margin-bottom:35px;
}

.block-programacao-info-title h2 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 10px;
}

.block-programacao-info-title h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
}

.block-programacao-info-title p {
    margin-bottom: 0;
}

.col-saiba-mais{
	text-align:right;	
}

.col-saiba-mais .btn {
    background: linear-gradient(90deg, #BB2716 0%, #EF671A 100%) !important;
    height: 40px;
    line-height: 25px;
	box-shadow:none !important;
}

.col-saiba-mais .btn:hover {
    background: linear-gradient(90deg, #ad2415 0%, #ad2415 100%) !important;
}

.row-programacao-info-palestrantes{
	margin-left:-10px;
	margin-right:-10px;
}

.row-programacao-info-palestrantes .col{
	max-width:33%;
	padding:0 10px;
	margin-bottom: 20px;
}

.block-programacao-palestrante {
    display: flex;
    align-items: center;
}

.block-programacao-palestrante-body .mediador {
	display: block!important;
	position: absolute; 
	margin-top: -28px; 
	margin-left: -40px; 
	background: #9b2f00; 
	padding: 0px 10px; 
	border-radius: 50px; 
	font-size: 10px; 
	color: #fff;
}

.block-programacao-palestrante-img {
    margin-right: 10px;
	min-width:80px;
	min-height: 80px;
	max-width:80px;
	background: #ccc;
	border-radius:100%;
}

.block-programacao-palestrante-title{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.block-programacao-palestrante-cargo{
	font-size: 12px;
    line-height: 14px;
    color:#808F9F;
}

/* Programação Form */
#form-modal .modal-dialog{
	max-width:445px;
}

#form-modal button.close {
    font-size: 30px;
    font-weight: 400;
    text-shadow: none;
    color: #666;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 15px;
}

#form-modal button.close:hover {
    color: #333;
}

#form-modal .modal-body{
	padding:0;
}

#form-modal .form-modal-step-1{
	padding:40px 60px 20px;	
}

#form-modal .form-modal-step-2{
    padding: 90px 45px;
    text-align: center;
}

#form-modal .modal-body .form-modal-info{
	text-align:center;
}

#form-modal .modal-body .form-modal-info h3{
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 18px;
}

#form-modal .modal-body .form-modal-info p{
    font-size: 16px;
	line-height: 24px;
    font-weight: 700;
    color: #32383F;
}

#form-modal .modal-body .form-modal-info .form-modal-data{
	margin-bottom: 5px;
}

#form-modal .modal-body .form-modal-info .form-modal-data span{
	margin:0 7px;
}

#form-modal .modal-body .form-modal-info .form-modal-data i {
    background: -webkit-gradient(linear, left top, left bottom, from(#BB2716), to(#EF671A));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: static;
    transform: none;
	margin-right:10px;
}

#form-modal .modal-body .wpcf7 label{
	font-size: 12px;
    color: #808F9F;
	top: 5px;
    left: 46px;
    position: absolute;
    z-index: 99;
	margin-bottom:0;
	display:none;	
}

#form-modal .modal-body .wpcf7 .wpcf7-form .form-group {
    position: relative;
	margin-bottom: 25px;
}

#form-modal .modal-body .wpcf7 .wpcf7-form .form-item {
    position: relative;
}

#form-modal .modal-body .wpcf7 .wpcf7-form .form-item i {
    position: absolute;
    top: 19px;
    left: 15px;
    z-index: 99;
    font-size: 18px;
    color: #808F9F;
}

#form-modal .modal-body .wpcf7 .wpcf7-form-control-wrap input{
	color:#2B2B2B;
	font-size:16px;
	padding: 12px 20px 12px 45px;
	border:0;
	background: rgba(33, 33, 33, 0.08);
	border-radius: 5px 5px 0px 0px;
	height: 56px;
}

#form-modal .modal-body .wpcf7 .wpcf7-form-control-wrap input::placeholder{
	color:#808F9F;
}

#form-modal .modal-body .wpcf7 .no-icon .wpcf7-form-control-wrap input{
	padding-left:20px;
}

#form-modal .modal-body .wpcf7 .wpcf7-form-control-wrap input:focus{
    border-bottom: 2px solid #32383F;
	padding: 20px 20px 12px 45px;
	-webkit-box-shadow: none;
    box-shadow: none;
}

#form-modal .modal-body .wpcf7 input[type=submit] {
    color: #fff;
	font-size:14px;
    font-weight: 700;
    background-color: #00AC4E;
    border-color: #00AC4E;
	border:0;
	background: linear-gradient(180deg, #BB2716 0%, #EF671A 100%);
	border-radius: 5px;
    max-width: 100%;
	height: 56px;
}

#form-modal .modal-body .wpcf7 input[type=submit]:hover, #form-modal .modal-body .wpcf7 input[type=submit]:focus, #form-modal .modal-body .wpcf7 input[type=submit]:active, #form-modal .modal-body .wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
    background: linear-gradient(90deg, #ad2415 0%, #ad2415 100%);
	box-shadow:none;
}

#form-modal .modal-body .wpcf7 form .wpcf7-response-output {
    margin: 0;
	margin-bottom:20px;
}

#form-modal .modal-body .wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

#form-modal .modal-body .wpcf7 .ajax-loader{
	margin-top:5px;
}

#form-modal .form-modal-step-2 i{
	font-size: 134px;
	background: -webkit-gradient(linear, left top, left bottom, from(#BB2716), to(#EF671A));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: static;
    transform: none;
	margin-bottom:20px;
}

#form-modal .form-modal-step-2 h3{
	margin-bottom:5px;
}

#form-modal .form-modal-step-2 p{
    font-size: 16px;
    line-height: 24px;
    color: #4A535E;
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 35px;
}

#form-modal .form-modal-step-2 button{
    font-size: 14px;
    line-height: 22px;
    border: 0;
    background: transparent;
    color: #808F9F;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#form-modal .form-modal-step-2 button:hover{
    color: #333;
}

/* Posts */
.row-post-list .col-lg-4{
	margin-bottom:30px;
}

.block-post-item{
	border-radius:20px;
	overflow:hidden;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}
.block-post-img img{
	width:100%;
}

.block-post-body{
	padding:30px 20px;
}

.block-post-body h3{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
}

.block-post-body p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
	color:#787878;
}

/* Expositor */
.block-conteudo-expositor-title{
    border: 1px solid #D6E3F1;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.block-conteudo-expositor-title h3{
    margin-bottom: 0;
    margin-left: 32px;
    font-size: 28px;
    line-height: 21px;
    color: #9b2f00;
}

.block-conteudo-expositor-text{
    padding: 35px 25px;
}

.block-box-expositor-item{
    background: #FFFFFF;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

.block-box-expositor-item-body{
	padding:35px 45px;	
}

.block-box-expositor-item-info{
	margin-bottom:35px;
}

.block-box-expositor-item-body h3{
    font-size: 14px;
    line-height: 21px;
    color: #808F9F;
	letter-spacing: 0.2em;
	text-transform:uppercase;
	margin-bottom:20px;
}

.block-box-expositor-item-info-elm{
	font-size:18px;
	line-height:21px;
	font-weight:700;
	color:#4A535E;
    display: flex;
    align-items: center;	
	margin-bottom:10px;	
}

.block-box-expositor-item-info-elm i{
	font-size: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#BB2716), to(#EF671A));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 20px;
	margin-right:15px;	
}

.block-box-expositor-item-body .block-social-list li {
    margin-right:20px;
}

.block-box-expositor-item-body .block-social-list a {
    font-size: 20px;
    width: auto;
    height: auto;
    background: transparent;
	border:0;
}

.block-box-expositor-item-body .block-social-list a i {
    background: -webkit-gradient(linear, left top, left bottom, from(#BB2716), to(#EF671A));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position: static;
	transform:none;
}

#galeria-expositor{
	padding:100px 0;
	background: linear-gradient(180deg, #BB2716 0%, #EF671A 100%);
}

#galeria-expositor .row-title {
    text-align: left;
}

#galeria-expositor .row-title h2 {
    color:#fff;
	margin-bottom:30px;
}

.galeria-expositor-slide .slick-slide{
	padding:0;
}

.galeria-expositor-control{
    display: flex;
    justify-content: flex-end;
}

.galeria-expositor-control .slick-arrow{
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    width: 46px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
	margin-left: 20px;
}

.galeria-expositor-control .slick-arrow.slick-disabled{
    border: 1px solid #ccc;
    color: #ccc;	
}

.galeria-expositor-control .slick-arrow:hover{
    opacity:.85;
}

.block-galeria-item a{
    opacity: .8;
    display: block;
	position:relative;
}

.block-galeria-item a:hover{
    opacity: 1;
}

.block-galeria-item a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 88px;
}

#video-modal .modal-dialog{
    max-width: 700px;
}

#video-modal .modal-body{
    padding: 5px;
}

#video-modal .close{
    background: #ccc;
    padding: 1px 7px 1px;
    border-radius: 50%;
    text-shadow: none;
    font-weight: 500;
    position: absolute;
    z-index: 99;
    top: -15px;
    right: -15px;
    opacity: 1;
    line-height: 25px;	
}

#video-modal .close:hover{
    opacity: .9;
}

/* Single */
.single-post #single-wrapper{
	padding-top:0;
	padding-bottom:45px;
	margin-top: -280px;
}

.single-post #single-wrapper .single-content{
	background: #FFFFFF;
	box-shadow: 12px 5px 20px -10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;	
	overflow:hidden;
    max-width: 800px;
    margin: 0 auto;	
}

.single-post #single-wrapper .entry-destaque{
	height:300px;
}

.single-post #single-wrapper .entry-content{
    padding: 40px 65px 30px;
}

.single-post #single-wrapper .entry-content h1{
    font-size: 32px;
    line-height: 38px;
    color: #4A535E;
    margin-bottom: 20px;
}

.single-post #single-wrapper .entry-text h2{
	color: #4A535E;
	font-size:28px;
	font-weight:bold;
	line-height:28px;
	text-transform:none;
	margin-bottom: 1.4rem;
}

.single-post #single-wrapper .entry-text h3{
	color: #4A535E;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	text-transform:none;
	margin-bottom: 1.4rem;	
}

.single-post #single-wrapper .entry-text h4{
	color: #4A535E;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	text-transform:none;
	margin-bottom: 1.4rem;
}

.single-post #single-wrapper .entry-text p{
	margin-bottom: 1.4rem;
}

/* Share */
#wrapper-share{
	padding:0;
}

#wrapper-share .container{
	padding:0 15px;
}

.single-post #wrapper-share .container{
	border:0;
	padding-top:0;
}

#wrapper-share .col-md-10{
    padding: 0 85px;
}

#wrapper-share .col-md-10 hr{
    border-color:#EFEFEF;
	margin-bottom: 40px;
}

#wrapper-share .col-md-3{
	padding-left:100px;
}

#wrapper-share .col-md-9{
	padding-right:100px;
}

#wrapper-share .btn-primary {
    height: 40px;
    line-height: 25px;
	background: linear-gradient(90deg, #BB2716 0%, #EF671A 100%);
    padding: 8px 23px;
	box-shadow:none;
}

#wrapper-share .btn-primary:hover {
    background: linear-gradient(90deg, #ad2415 0%, #ad2415 100%);	
}

#wrapper-share .col-share{
    display: flex;
    justify-content: flex-end;
	align-items: center;	
}

#wrapper-share h5{
	font-size: 16px;
    color: #808F9F;
    font-weight: 400;
    text-transform: none;
    margin-right: 25px;
}

#wrapper-share .sp-social{
	margin-bottom:0;
}

#wrapper-share .sp-social li{
	margin:0 5px;
}

#wrapper-share .sp-social li:first-child{
	margin-left: 0px;
}

#wrapper-share .sp-social li:last-child{
	margin-right: 0px;
}

#wrapper-share .sp-social a{
    width: 42px;
    height: 48px;
    display: inline-block;
    color: #9b2f00;
    border-radius: 5px;
    position: relative;
    background: #fff;
    border: 1px solid #9b2f00;
}

#wrapper-share .sp-social a:hover{
	background:#9b2f00;
	color:#fff;
}

#wrapper-share .sp-social a i{
	font-size:16px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

/* Contato */
#contato{
    padding-top: 0;
	padding-bottom:0;
	margin-top: -70px;
}

#contato .block-contato-info {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 48px 104px 28px;
}

#contato .block-contato-info h2{
    font-size: 24px;
    line-height: 28px;
	text-align:center;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 45px;
}

#contato .wpcf7 {
    max-width: 590px;
}

#contato .wpcf7 .ajax-loader{
	display:block;
}

#contato .wpcf7 label{
	font-size: 10px;
    color: #808F9F;
	top: 5px;
    left: 52px;
    position: absolute;
    z-index: 99;
	margin-bottom:0;
	display:none;	
}

#contato .wpcf7 .wpcf7-form .form-group {
    position: relative;
	margin-bottom: 25px;
}

#contato .wpcf7 .wpcf7-form .form-item {
    position: relative;
}

#contato .wpcf7 .wpcf7-form .form-item i {
    position: absolute;
    top: 19px;
    left: 19px;
    z-index: 99;
    font-size: 18px;
    color: #9E9E9E;
}

#contato .wpcf7 .wpcf7-form-control-wrap input, #contato .wpcf7 .wpcf7-form-control-wrap textarea{
	color:#32383F;
	font-size:16px;
	padding: 15px 25px 15px 50px;
    border: 1px solid #808F9F;
	border-radius: 50px;
    background-color:#fff;
	height: auto;
}

#contato .wpcf7 .wpcf7-form-control-wrap textarea{
	border-radius: 25px;
	max-height:240px;
}

#contato .wpcf7 .wpcf7-form-control-wrap input::placeholder, #contato .wpcf7 .wpcf7-form-control-wrap textarea::placeholder{
	color:#808F9F;
}

#contato .wpcf7 .no-icon .wpcf7-form-control-wrap input, #contato .wpcf7 .no-icon .wpcf7-form-control-wrap textarea{
	padding-left:20px;
}

#contato .wpcf7 .wpcf7-form-control-wrap input:focus, #contato .wpcf7 .wpcf7-form-control-wrap textarea:focus{
    border: 1px solid #9b2f00;
    box-shadow: none;
	padding: 19px 25px 11px 50px;
}

#contato .wpcf7 input[type=submit] {
    color: #fff;
	font-size:14px;
    font-weight: 700;
	border:0;
    background: linear-gradient(90deg, #BB2716 0%, #EF671A 100%);
    padding: 8px 24px;	
    border-radius: 50px;
    max-width: initial;
	width:auto;
	height: 42px;  
	letter-spacing: 0.2em;	
}

#contato .wpcf7 input[type=submit]:hover, #contato .wpcf7 input[type=submit]:focus, #contato .wpcf7 input[type=submit]:active, #contato .wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
    background: linear-gradient(90deg, #ad2415 0%, #ad2415 100%);
    border:0;
	box-shadow: none;
}

#contato .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 10px;
}

.block-contato-item{
    display: flex;
	align-items:center;
    background: #FFFFFF;
    border: 1px solid #D6E3F1;
    border-radius: 10px;
    padding: 30px 25px;
	margin-bottom:24px;
}

.block-contato-item-img{
	margin-right:24px;
}

.block-contato-text{
	color:#808F9F;
	font-size:18px;	
	line-height:21px;
	letter-spacing: -0.02em;
	margin-bottom: 2px;
}

.block-contato-tel{
	color:#32383F;
	font-size:24px;	
	font-weight:800;
	line-height:28px;
	letter-spacing: -0.02em;
}

.block-contato-item-mail .block-contato-tel{
	color:#32383F;
	font-size:18px;	
	line-height:21px;
}

/* Pagenavi */
.wp-pagenavi{
	margin-top:5px;
    text-align:center;
	float:left;
	width:100%;	
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 8px 7px;
    width: 40px;
    height: 46px;
	font-size:16px;
    margin: 0px 5px;
    border: 0;
    background: #fff;
    border-radius: 5px;
    color: #9b2f00;
    display: inline-block;
    line-height: 28px;
    text-align: center;
	border: 1px solid #9b2f00;		
}
.wp-pagenavi span.extend{
	display:none;
}
.wp-pagenavi a.previouspostslink{
	float:left;
	margin-left:0;
}
.wp-pagenavi a.nextpostslink{
	float:right;
	margin-right: 0;
}

.wp-pagenavi a i{
	color:#9b2f00;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink  {
	width: 46px;
    height: 46px;
    padding: 8px 7px;
	border: 0;
    background: #fff;
	color:#fff;
	display: inline-block;
    line-height: 28px;		
	font-size: 16px;
    text-align: center;
	border: 1px solid #9b2f00;		
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #9b2f00;
    border-color: #9b2f00;
	color:#fff;
    text-decoration: none;
    font-weight: 400;
	box-shadow: none;		
	border: 1px solid #9b2f00;		
}

.wp-pagenavi a:hover i {
	color:#fff;
}


/* Footer */
#footer{
	padding:225px 0 30px;
	background:url(../img/BG-footer.png) center top no-repeat;
	background-size:cover;
}
#footer .row-footer-1{
    align-items: center;
	margin-bottom: 25px;
}

#footer .block-social{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#footer .block-social-title{
    margin-right: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #fff
}
#footer .block-social-list li {
	height: 40px;
	margin-left: 15px;	
    margin-right: 0;
}
.row-footer-2 .col-line hr {
    border-color: rgb(214 227 241 / 10%);
}
#main-menu-footer{
    flex-direction: row;
	justify-content: space-evenly;
	padding: 10px 0;
}
#main-menu-footer li{
    margin:0 20px;
}
#main-menu-footer a{
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
#main-menu-footer a:hover{
	opacity:1;
    color:#ffbd00;
}
.row-footer-3{
    align-items: center;
    padding-top: 20px;
}
.block-copyright p {
    font-size: 16px;
    line-height: 150%;
    color: rgb(255 255 255 / 50%);
    margin-bottom: 0;
}
/* Responsivo */


@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px;
	}
}

@media (min-width: 1200px) and (max-width: 1366px){
	
}

@media (min-width: 1220px) and (max-width: 1260px){
	
}

@media (min-width: 1200px) and (max-width: 1219px){
	
}

@media (min-width: 1099px) and (max-width: 1199px) {

}

@media (min-width: 992px) and (max-width: 1098px) {

}

@media (max-width: 1366px) {

}

@media (min-width: 1199px) and (max-width: 1230px) {
	.all-slide .slick-prev {
		left: 0;
	}	
	.all-slide .slick-next {
		right: 0;
	}	
}

@media (max-width: 1199px) {
	body {
		font-size: 15px;
		line-height: 24px;
	}
	h2 {
		font-size: 35px;
		line-height: 45px;
	}
	h3 {
		font-size: 18px;
		line-height: 22px;
	}
	h4, .page-title {
		font-size: 13px;
		line-height: 20px;
	}
	.btn-primary, .wpcf7 input[type=submit] {
		font-size: 13px;
		line-height: 20px;
	}	
	#main-menu > .nav-item {
		margin-left: 25px;
	}
	#main-menu a {
		font-size: 13px;
	}
	#wrapper-banner-home .col-banner-home-text {
		padding-top: 110px;
	}
	#wrapper-banner-home h1 {
		font-size: 45px;
		line-height: 55px;
		margin-right: -120px;
	}	
	#wrapper-banner {
		min-height: 300px;
	}
	#wrapper-banner h1{
		font-size: 40px;
		line-height: 50px;		
	}
	#wrapper-banner .row {
		min-height: 300px;
		padding: 60px 0 60px;
	}
	#wrapper-banner.banner-sobre .row {
		padding-bottom: 100px;
	}
	#wrapper-banner .col-sobre-title h1 {
		font-size: 35px;
		line-height: 42px;
	}
	.row-banner-newsletter .wpcf7 {
		padding: 30px 40px;
	}
	.row-banner-newsletter h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.row-banner-newsletter .wpcf7 .wpcf7-form-control-wrap input {
		font-size: 15px;
	}
	.row-banner-newsletter .wpcf7 input[type=submit] {
		font-size: 13px;
		text-align: center;
		padding: 8px 15px;
	}
	.block-vantagens-item-body h3, #objetivo-sobre-nos-page .block-vantagens-item-body h3 {
		font-size: 16px;
		line-height: 18px;
	}
	.block-vantagens-item-body p, #objetivo-sobre-nos-page .block-vantagens-item-body p {
		font-size: 15px;
		line-height: 22px;
	}
	.row-sobre-home .text-center img{
		width: 60%;
	}
	.all-slide .slick-prev, .all-slide .slick-next {
		width: 40px;
		height: 40px;
	}
	.block-expositor-item-body {
		padding: 30px 30px;
	}
	.block-expositor-item-body p {
		font-size: 20px;
		line-height: 24px;
	}
	#footer .block-social-title {
		font-size: 16px;
		line-height: 18px;
	}
	.block-copyright p {
		font-size: 14px;
	}
	#sobre-nos-page {
		padding-top: 70px;
	}
	#objetivo-sobre-nos-page {
		padding-top: 130px;
		padding-bottom: 80px;
	}
	#galeria-sobre-nos-page {
		padding-top: 60px;
	}
	#galeria-sobre-nos-page .block-galeria-item {
		margin-bottom: 22px;
	}
	#sobre-nos-2-page {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.block-social-list a {
		font-size: 16px;
		width: 35px;
		height: 35px;
	}
	.block-social-list li, #footer .block-social-list li {
		height: 35px;
	}
	#footer {
		padding: 185px 0 30px;
	}
	#main-menu-footer a {
		font-size: 13px;
	}	
	.row-programacao-nav .nav-tabs .nav-link {
		height: 70px;
	}
	.row-programacao-nav .nav-tabs .nav-link h3 {
		font-size: 17px;
		line-height: 20px;
	}
	.row-programacao-nav .nav-tabs .nav-link .block-programacao-texto {
		font-size: 13px;
		line-height: 20px;
	}
	.row-programacao-content .block-programacao-horarios {
		font-size: 20px;
		line-height: 24px;
		padding: 20px 30px;
	}
	.row-programacao-info-title {
		margin-bottom: 25px;
	}
	.block-programacao-info-title h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.block-programacao-info-title h3 {
		font-size: 25px;
		line-height: 30px;
	}
	.block-programacao-palestrante-title {
		font-size: 14px;
		line-height: 17px;
	}
	.block-programacao-palestrante-cargo {
		font-size: 14px;
		line-height: 22px;
	}
	.row-programacao-content .bg-programacao-info {
		padding: 30px;
	}
	.block-post-body h3 {
		font-size: 16px;
		line-height: 19px;
	}
	.block-post-body p {
		font-size: 13px;
		line-height: 20px;
	}
	.single-post #single-wrapper {
		margin-top: -240px;
	}
	.single-post #single-wrapper .entry-content h1 {
		font-size: 30px;
		line-height: 35px;
	}
	#wrapper-share .col-md-3 {
		padding-left: 15px;
	}
	#wrapper-share .col-md-9 {
		padding-right: 15px;
	}
	#redes-sociais{
		padding: 70px 0;
	}
	.block-conteudo-expositor-title h3 {
		margin-left: 25px;
		font-size: 22px;
		line-height: 18px;
	}
	.block-box-expositor-item-body {
		padding: 30px 30px 10px;
	}
	.block-box-expositor-item-body h3 {
		font-size: 13px;
		line-height: 20px;
	}
	.block-conteudo-expositor-text {
		padding: 30px 25px;
	}
	.block-box-expositor-item-info-elm {
		font-size: 15px;
		line-height: 18px;
	}
	.block-box-expositor-item-info-elm i {
		font-size: 18px;
		margin-right: 10px;
	}
	.block-box-expositor-item-body .block-social-list li {
		margin-right: 15px;
	}
	#galeria-expositor {
		padding: 80px 0;
	}
	.galeria-expositor-control .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.block-galeria-item a i {
		font-size: 75px;
	}
	#contato .block-contato-info {
		padding: 48px 80px 28px;
	}
	#contato .block-contato-info h2 {
		margin-bottom: 35px;
	}
	#contato .wpcf7 .wpcf7-form-control-wrap input, #contato .wpcf7 .wpcf7-form-control-wrap textarea {
		font-size: 15px;
	}
	.block-contato-item {
		padding: 25px 25px;
	}
	.block-contato-text {
		font-size: 16px;
		line-height: 21px;
	}
	.block-contato-tel {
		font-size: 20px;
		line-height: 24px;
	}
	.block-contato-item-mail .block-contato-tel {
		font-size: 16px;
		line-height: 20px;
	}
	.block-contato-item-img {
		margin-right: 15px;
		min-width: 40px;
		max-width:40px;
	}
}


@media (max-width: 1098px) {


}

@media (max-width: 992px) {
	body {
		font-size: 14px;
		line-height: 22px;
	}
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	h3 {
		font-size: 16px;
		line-height: 20px;
	}
	h4, .page-title {
		font-size: 12px;
		line-height: 18px;
	}
	.btn-primary, .wpcf7 input[type=submit] {
		font-size: 12px;
	}
	#main-menu a {
		font-size: 12px;
	}
	#wrapper-banner {
		min-height: 250px;
	}
	#wrapper-banner .row {
		min-height: 250px;
		padding: 40px 0 40px;
	}
	#wrapper-banner-home .col-banner-home-text {
		padding-top: 50px;
	}
	#wrapper-banner-home h1 {
		font-size: 35px;
		line-height: 45px;
		margin-right: -120px;
	}
	#wrapper-banner .col-sobre-title h1 {
		font-size: 30px;
		line-height: 35px;
	}
	#wrapper-banner h1 {
		font-size: 35px;
		line-height: 45px;
	}
	.row-banner-newsletter .wpcf7 {
		padding: 25px 25px;
	}
	.row-banner-newsletter h3 {
		font-size: 18px;
		line-height: 20px;
	}
	.row-banner-newsletter .wpcf7 .wpcf7-form-control-wrap input {
		font-size: 14px;
	}
	.row-banner-newsletter .wpcf7 .wpcf7-form .form-item i {
		top:17px;
		font-size: 16px;
	}
	.row-banner-newsletter .wpcf7 .wpcf7-form-control-wrap input, .row-banner-newsletter .wpcf7 input[type=submit] {
		height: 50px;
	}
	.row-banner-newsletter .wpcf7 .wpcf7-form-control-wrap input {
		padding: 12px 20px 12px 40px;
	}
	.row-banner-newsletter .wpcf7 .wpcf7-form-control-wrap input:focus{
		padding: 20px 20px 12px 40px;
	}
	.row-banner-newsletter .wpcf7 label {
		left: 42px;
	}
	#sobre-home {
		margin-top: -70px;
	}
	#banner-ads-home{
		padding: 60px 0 40px;
	}
	.block-expositor-item-body h3 {
		margin-bottom: 10px;
	}	
	.block-vantagens-item-img {
		min-width: 50px;
		margin-right: 15px;
	}
	.col-vantagens-left .block-vantagens-item {
		margin-right: -60px;
	}
	.col-vantagens-right .block-vantagens-item {
		margin-left: -60px;
	}
	.block-vantagens-item-body h3, #objetivo-sobre-nos-page .block-vantagens-item-body h3 {
		font-size: 15px;
		line-height: 17px;
	}
	#objetivo-sobre-nos-page .block-vantagens-item {
		margin-bottom: 45px;
	}
	#objetivo-sobre-nos-page .block-vantagens-item-body h3{
		font-size: 14px;
		line-height: 16px;
	}
	.block-vantagens-item-body p, #objetivo-sobre-nos-page .block-vantagens-item-body p {
		font-size: 14px;
		line-height: 20px;
	}
	.block-expositor-item-body {
		padding: 20px 15px;
	}
	.block-expositor-item-body h3 {
		font-size: 13px;
		line-height: 19px;
	}
	.block-expositor-item-body p {
		font-size: 18px;
		line-height: 22px;
	}
	#footer {
		padding: 150px 0 30px;
	}
	#footer .row-footer-1 {
		margin-bottom: 20px;
	}
	.row-footer-3 {
		padding-top: 10px;
	}
	#footer .block-social-title {
		font-size: 14px;
		line-height: 16px;
	}
	#main-menu-footer li {
		margin: 0 10px;
	}
	#main-menu-footer a {
		font-size: 12px;
	}
	.block-copyright p {
		font-size: 12px;
	}
	#galeria-sobre-nos-page .block-galeria-item {
		margin-bottom: 17px;
	}
	.block-objetivo-col-left {
		padding-top: 40px;
		padding-right: 15px;
	}
	.block-objetivo-col-right .row {
		margin-left: -35px;
	}
	#objetivo-sobre-nos-page .block-vantagens-item-img {
		min-width: 40px;
		margin-right: 15px;
	}
	.block-vantagens-item-body p, #objetivo-sobre-nos-page .block-vantagens-item-body p {
		font-size: 13px;
		line-height: 18px;
	}
	.row-programacao-nav {
		margin-bottom: 35px;
	}
	.row-programacao-nav .nav-tabs .nav-link {
		height: 60px;
	}
	.row-programacao-info-title {
		margin-bottom: 15px;
	}
	.block-programacao-info-title h2 {
		font-size: 25px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.block-programacao-info-title h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0px;
	}
	.row-programacao-content .bg-programacao-info {
		padding: 25px 25px 15px;
	}
	.col-saiba-mais .btn {
		width: auto;
		line-height: 24px;
	}
	.row-programacao-content .block-programacao-horarios {
		font-size: 18px;
		line-height: 22px;
		padding: 15px 20px;
	}
	.row-programacao-info-palestrantes {
		flex-wrap: wrap;
	}
	.row-programacao-info-palestrantes .col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin: 10px 0;
	}
	.block-programacao-palestrante-body .mediador {font-size: 8px;}
	.block-programacao-palestrante-img{
		min-width:70px;
		min-height:70px;
		max-width:70px;
	}
	.block-conteudo-expositor-title img{
		max-width:60px;
	}
	.block-conteudo-expositor-title h3 {
		margin-left: 20px;
		font-size: 20px;
		line-height: 16px;
	}
	.block-box-expositor-item-body {
		padding: 20px 20px 10px;
	}
	.block-box-expositor-item-info {
		margin-bottom: 25px;
	}
	.block-box-expositor-item-info-elm {
		font-size: 13px;
		line-height: 16px;
	}
	#conteudo-expositor{
		padding-bottom:20px;
	}
	#galeria-expositor {
		padding: 60px 0;
	}
	.single-post #single-wrapper {
		margin-top: -200px;
	}
	.single-post #single-wrapper .entry-destaque {
		height: 250px;
	}
	.single-post #single-wrapper .entry-content h1 {
		font-size: 28px;
		line-height: 32px;
	}
	.single-post #single-wrapper .entry-content {
		padding: 40px 45px 30px;
	}
	#wrapper-share h5 {
		font-size: 15px;
		margin-right: 20px;
	}
	#contato .block-contato-info {
		padding: 35px 40px 15px;
	}
	.block-contato-item {
		padding: 20px 20px;
	}
	.block-contato-item-img {
		margin-right: 10px;
		min-width: 35px;
		max-width: 35px;
	}
	#contato .wpcf7 .wpcf7-form-control-wrap textarea {
		max-height: 200px;
	}
	.block-contato-item-img {
		min-width: 30px;
		max-width: 30px;
	}
	.block-contato-text {
		font-size: 14px;
		line-height: 18px;
	}
	.block-contato-tel {
		font-size: 18px;
		line-height: 20px;
	}
	.block-contato-item-mail .block-contato-tel {
		font-size: 15px;
		line-height: 18px;
	}
	#contato .block-contato-info h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 25px;
	}
}

@media (max-width: 768px){
	h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.navbar-brand img{
		max-width: 170px;
		width:170px;
	}
	#main-nav {
		padding: 10px 15px;
	}
	#main-menu {
		padding: 20px 0 10px;
	}
	#main-menu > .nav-item {
		margin-left: 0;
		margin-bottom: 15px;
	}
	#main-menu a {
		font-size: 14px;
	}
	#wrapper-banner-home .banner-item {
		padding-bottom: 200px;
	}
	#wrapper-banner-home h1 {
		font-size: 30px;
		line-height: 40px;
		text-align:center;
		margin-right:0;
	}
	#wrapper-banner-home h1:before {
		margin: 0 auto;
		margin-bottom: 15px;
	}
	#wrapper-banner-home .col-banner-home-text {
		padding-top: 20px;
	}
	#wrapper-banner-home .col-banner-home-img{
		margin-top:15px;
	}
	.block-social-list li {
		margin: 0 5px;
	}
	.block-social-list {
		justify-content: center;
	}
	.row-banner-newsletter .row-cadastre-se-fields .col-lg-2, .row-banner-newsletter .row-cadastre-se-fields .col-lg-3, .row-banner-newsletter .row-cadastre-se-fields .col-lg-4, .row-banner-newsletter .row-cadastre-se-fields .col-lg-5, .row-banner-newsletter .row-cadastre-se-fields .col-lg-6, .row-banner-newsletter .row-cadastre-se-fields .col-lg-9 {
		padding: 0 15px;
	}
	.newsletter-title{
		text-align:center;
		margin-bottom:15px;
	}
	.row-banner-newsletter .wpcf7 .wpcf7-form .form-group {
		margin-bottom: 15px;
	}
	.row-banner-newsletter .wpcf7 .wpcf7-form-control-wrap input, .row-banner-newsletter .wpcf7 input[type=submit] {
		width: 100%;
		max-width: 100%;
	}
	#sobre-home {
		margin-top: -150px;
	}
	.row-banner-newsletter .wpcf7 {
		border: 1px solid #ddd;
	}
	.block-vantagens-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 35px;
	}
	.row-sobre-home .col-md-3 .block-vantagens-item:last-child {
		margin-bottom: 35px;
	}
	.col-vantagens-left .block-vantagens-item {
		margin-right: 0;
	}
	.col-vantagens-right .block-vantagens-item {
		margin-left: 0;
	}
	.block-vantagens-item-img {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.row-sobre-home .text-center.img {display: none;}
	.row-sobre-home .text-center img {
		margin-bottom:40px;
	}
	#banner-ads-home {
		padding: 20px 0 50px;
	}
	#expositores-home{
		background: #9b2f00;
		padding: 50px 0;
	}
	#expositores-home .row-title {
		text-align:center;
	}
	.row-expositores .col-md-4{
		margin-bottom:25px;
	}
	#empresas-home {
		padding-top: 50px;
		padding-bottom: 5px;
	}
	#redes-sociais {
		padding: 50px 0 0;
	}
	.row-redes-sociais .col-md-4{
		margin-bottom:35px;
	}
	.block-redes-sociais-title {
		margin-bottom: 10px;
	}
	#wrapper-banner .block-social-list {
		justify-content: center;
	}
	#wrapper-banner .block-social-list li {
		margin: 0 5px;
	}	
	#wrapper-banner .col-sobre-title h1 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 15px;
		text-align:center;
	}
	#wrapper-banner {
		min-height: 200px;
	}
	#wrapper-banner .row {
		min-height: 200px;
		padding: 40px 0 40px;
	}
	#wrapper-banner.banner-sobre .row {
		padding-bottom: 50px;
	}
	#wrapper-banner h1 {
		font-size: 25px;
		line-height: 35px;
	}
	#sobre-nos-page {
		padding-top: 50px;
	}
	#galeria-sobre-nos-page {
		padding-top: 30px;
	}
	#galeria-sobre-nos-page {
		padding-bottom: 0;
	}
	.block-objetivo-col-left {
		padding-top: 30px;
		padding-right: 15px;
		text-align:center;
		margin-bottom:20px;
	}
	.block-objetivo-col-right .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	#galeria-sobre-nos-page .block-galeria-item img{
		width:100%;
	}
	#objetivo-sobre-nos-page {
		padding-top: 130px;
		padding-bottom: 150px;
	}
	#sobre-nos-2-page {
		margin-top:-30px;
		padding-top: 0;
		padding-bottom: 0;
	}
	#sobre-nos-2-page .block-img{
		margin-bottom:20px;
	}
	#programacao-page{
		padding-top:50px;
	}
	#programacao-page {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.row-programacao-nav .nav-tabs .nav-link h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.row-programacao-nav .nav-tabs .nav-link .block-programacao-texto {
		font-size: 12px;
		line-height: 18px;
	}
	.row-programacao-content .col-horarios {
		padding-right: 15px;
	}
	.row-programacao-content .col-programacao {
		padding-left: 15px;
	}
	.row-programacao-content .bg-programacao-info {
		padding: 20px 15px 15px;
	}
	.row-programacao-info-title {
		margin-bottom: 15px;
		text-align: center;
	}
	.col-saiba-mais {
		margin-top:15px;
		margin-bottom:0;
		text-align: center;
	}
	.row-programacao-info-palestrantes .col {
		margin: 15px 0;
	}
	.block-programacao-palestrante-title {
		font-size: 15px;
		line-height: 18px;
	}
	.block-programacao-palestrante-cargo {
		font-size: 12px;
		line-height: 17px;
	}
	#form-modal .form-modal-step-1 {
		padding: 35px 20px 5px;
	}
	#form-modal .modal-body .form-modal-info h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#form-modal button.close {
		top: 5px;
		right: 10px;
	}
	#form-modal .modal-body .wpcf7 .wpcf7-form .form-group {
		margin-bottom: 15px;
	}
	#form-modal .modal-body .wpcf7 label {
		left: 41px;
	}
	#form-modal .modal-body .wpcf7 .wpcf7-form .form-item i {
		top: 17px;
		left: 15px;
		font-size: 16px;
	}
	#form-modal .modal-body .wpcf7 .wpcf7-form-control-wrap input {
		font-size: 14px;
		padding: 12px 20px 12px 40px;
		height: 52px;
	}
	#form-modal .modal-body .wpcf7 .wpcf7-form-control-wrap input:focus{
		padding:20px 20px 12px 40px;
	}
	#form-modal .modal-body .wpcf7 input[type=submit] {
		font-size: 13px;
		height: 52px;
	}
	#wrapper-content{
		padding-top:50px;
	    padding-bottom: 10px;
	}
	.single-post #single-wrapper {
		margin-top: -170px;
	}
	.single-post #single-wrapper .entry-destaque {
		height: 180px;
	}	
	.single-post #single-wrapper .entry-content {
		padding: 25px 20px 10px;
	}
	.single-post #single-wrapper .entry-content h1 {
		font-size: 22px;
		line-height: 28px;
	}
	#wrapper-share .col-md-3 {
		text-align: center;
	}
	#wrapper-share .col-share{
		flex-direction: column;
	}
	#wrapper-share h5 {
		font-size: 15px;
		margin-right: 20px;
		margin: 25px 0 15px;
	}
	#contato {
		margin-top: -40px;
	}
	#contato .block-contato-info {
		padding: 25px 20px 10px;
		margin-bottom:25px;
	}
	.block-contato-item {
		margin-bottom: 20px;
	}
	.block-contato-item.block-contato-item-mail{
		margin-bottom:0;
	}
	#footer {
		padding: 150px 0 15px;
	}	
	#main-menu-footer {
		flex-direction: column;
		align-items: center;
	}
	#main-menu-footer li {
		margin: 0;
		margin-bottom: 15px;
	}
	#main-menu-footer li:last-child {
		margin-bottom: 0;
	}
	.row-footer-3 {
		padding-top: 0;
	}
	.block-copyright p {
		font-size: 12px;
		text-align: center;
		margin-bottom: 15px;
	}
	#footer .row-footer-1 {
		text-align: center;
		margin-bottom: 20px;
	}
	#footer .row-footer-1 img{
		max-width:150px;
	}
	#footer .block-social{
		flex-direction: column;
	}
	#footer .block-social-title {
		margin: 15px 0;
	}
}

@media (max-width: 468px){	
}	


@media (max-width: 320px){

}