* {
  outline: 0;
}

body {
  font-family: 'Museo Sans';
	font-weight: 300;
	color: #505050;
	font-size: 16px;
}

a {
  text-decoration: none;
}

b, strong {
  font-weight: 700;
}

.menu-personalizado .nav-link {
  color: #00304A !important;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
}

.menu-dropdown {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 10px #CCC;
  border: none;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
}

.menu-dropdown .dropdown-item {
  color: #00304A;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.btn-home {
  background-color: #002C42;
  border-radius: 10px;
  padding: 1rem;
  width: 100%;
  border: none;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  max-width: 393px;
}

.btn-home:hover{
  background-color: #ff8200;
}

.box-title {
  font-size: 21px;
  /* margin-bottom: 20px; */
  color: #2B2B2B;
  font-weight: 900;
}

.noticias-home-caption {
  padding: 30px;
  padding-right: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.noticias-home-titulo {
  font-weight: 900;
  font-size: 1.8em;
  color: #FFF;
  letter-spacing: -0.5px;
  line-height: 28px;
  position: relative;
}

.noticias-home-data {
  font-size: 1em;
  color: #FFF;
  margin-top: 15px;
}

.btn-saiba-mais-azul {
  background: #0080C5;
  display: inline-block;
  padding: 8px 18px;
  color: #FFF;
  border-radius: 20px;
  font-size: 14px;
}

.btn-saiba-mais-azul:hover {
	background: #0089CE;
	color: #FFF;
}

.patrocinadores-title {
  color: #505050;
  font-size: 1rem;
  font-weight: 700;
}

.patrocinadores-logo img {
  padding: 0 25px;
  margin-bottom: 20px;
  max-width: 100%;
}

.btn-blank {
  background: #FFF;
  border-radius: 25px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
}

.btn-blank:hover {
  background-color: #FFF;
  color: #007bff;
}

.mBot0 {
  margin-bottom: 0px;
}

.mBot10 {
  margin-bottom: 10px;
}

.mBot15 {
  margin-bottom: 15px;
}

.mBot25 {
  margin-bottom: 25px;
}

.mBot35 {
  margin-bottom: 35px;
}

.mBot50 {
  margin-bottom: 50px;
}

.mTop25 {
  margin-top: 25px;
}

.social-icons{
  background:#002334;
  width:31px;
  height:31px;
  line-height:31px;
  text-align:center;
  border-radius:50%;
  margin-right:5px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.hovereffect #bkg-img {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.hovereffect h2 {
  /* text-transform: uppercase; */
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  /* background: rgba(0, 0, 0, 0.6); */
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px;
  letter-spacing: -0.5px;
  font-weight: 700;
  text-shadow: 2px 2px 5px #000;
  margin-top: 0;
  opacity: 0;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 5px 0 0;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 600;
}

.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}

.hovereffect:hover #bkg-img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: rgba(0,0,0,0.2);
}

.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.hovereffect:hover h2, .hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

p.antispam {
  display: none;
}

.contato-home input[type=text], .contato-home input[type=email], .contato-home input[type=tel], .contato-home textarea {
  border-radius: 0;
  border: solid 1px #FFF;
  background: transparent;
  padding: 6px 12px;
  display: block;
  width: 100%;
  color: #FFF;
  resize: none;
  font-size: 14px;
}

#internas p {
  line-height: 1.7em;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 1rem;
}

#slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.perfil-quem-visita i, .perfil-agroleite-e i{
	font-size:6px;
	color:#0080C5;
}

#map {
	height: 50vh;
	width: 100%;
}
#map *{
	font-size:12px !important
}

.page-title {
  font-weight: 900;
  font-size: 2em;
  color: #505050;
  margin-top: 50px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.page-title:after {
  position: absolute;
  width: 100px;
  height: 3px;
  background: #0089ce;
  content: ' ';
  bottom: -10px;
  left: 0;
}

#frmFaleConosco div{
  margin-bottom: .5rem;
}

.btn-send {
  background: #0080C5;
  border: none;
  padding: 5px 15px;
  color: #FFF;
  margin-top: 15px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

#mensagem{
  border-radius: 10px;
}

.patrocinadores-wrapper1{
  /*display: none;*/
  margin-top: 15px;
}

.aa{
  background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 48%, rgba(255,255,255,1) 100%);
}

.noticia-titulo {
  color: #505050;
}

#redes-sociais-titulo {
  color: #505050;
  font-size: 16px;
  font-weight: 700;
}

#noticias-populares-titulo {
  color: #505050;
  font-size: 16px;
  font-weight: 700;
}

.noticias-populares-titulo {
  font-weight: 900;
  color: #303030;
  margin-bottom: 5px;
  line-height: 1.2em;
  letter-spacing: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.noticias-populares-subtitulo {
  font-size: 14px;
  margin-bottom: 5px;
  color: #999;
}

.noticias-populares-btn {
  background: #575756;
  padding: 8px 18px;
  display: inline-block;
  color: #FFF;
  border-radius: 20px;
  font-size: 14px;
}

.noticias-populares-btn:hover {
  background: #007bff;
}

.newsletter-titulo {
  font-weight: 900;
  font-size: 1.2em;
  color: #404040;
}

.newsletter-subtitulo {
  font-weight: 900;
  font-size: 1.5em;
  color: #404040;
}

.newsletter-texto {
  font-weight: 300;
  color: #404040;
  font-size: 14px;
  margin-top: 10px;
}

.newsletter-home button, .newsletter-home input[type=submit] {
  background: #007BB6;
  border-radius: 25px;
  color: #FFF;
  font-size: 12px;
  height: 38px;
  font-weight: 700;
}

#paginacao {
	float: left;
	margin-top: 20px;
	width: 100%;
  margin: 0 auto;
	display: table;
}

#paginacao a, .pgsel {
	margin-top: 10px;
	color: #999;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	margin-right: 3px;
	text-decoration: none;
	/*font-family:Montserrat;*/
	border-bottom: solid 2px transparent;
	font-size: 16px;
}

.pgsel {
  border-bottom: solid 2px #0089CE;
  float: left;
  color: #3096DF;
}

#paginacao a:hover {
	color: #555;
	border-bottom: solid 2px #555;
}

.quero-ser-expositor{
	color:#FFF;
}

.quero-ser-expositor h1{
	font-weight:700; font-size:3vw; line-height:1em; max-width:1200px; color:#FFF;
}
.quero-ser-expositor h1 div{
	font-size:2vw;
}

.quero-ser-expositor input[type=text], .quero-ser-expositor input[type=tel], .quero-ser-expositor input[type=email], .quero-ser-expositor textarea{
	background:#0067AC;
	color:#FFF;
	font-style:italic;
	font-size:14px;
	padding:10px 20px;	
}
.quero-ser-expositor input::placeholder, .quero-ser-expositor textarea::placeholder{
	color:#FFF;
}

.quero-ser-expositor label.error{
	color:#FFF;
	font-weight:300;
	margin-bottom:0;
	text-align:right;
	width:100%;
	padding-right:15px;	
}

#frmSejaExpositor textarea {
  border-radius: 10px;
}

#downloads span {
  font-weight: 700;
  border-top: none;
  padding: .75rem;
}

#downloads a {
  padding: .75rem;
}

#montadoras a {
  color: #505050;
}

#montadoras .montadoras-italic {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.montadoras-italic a {
  word-break: break-word;
}

#montadoras .montadoras-item:nth-of-type(odd){
  background: #F1F1F1
}

#frmMontadoras .form-control{
  margin-bottom:20px;
}

.prestadores-servicos-item {
  padding:0 15px 0
}

.prestadores-servicos-item a {
  color: #505050;
}

.prestadores-servicos hr {
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, .1);
}

.prestadores-servicos {
  display:none;
}

.prestadores-servicos-segmentos {
  background:#ECECEC;
  color:#0080C5;
  text-transform:uppercase;
  font-size:16px;
  font-weight:700;
  letter-spacing:-0.5px;
  padding:10px 15px;
  border-radius:50px
}

.prestadores-servicos-italic {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.prestadores-servicos-segmentos a span {
  margin-right:5px
}

#frmPrestadores .form-control{
  margin-bottom:20px;
}

.hoteis {
  display:none;
}

.hoteis a {
  color: #505050;
}

.hoteis-item {
  padding:15px 15px 0;
}

.hoteis-item hr {
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, .1);
}

.hoteis-cidades {
  background:#ECECEC;
  color:#0080C5;
  text-transform:uppercase;
  font-size:16px;
  font-weight:700;
  letter-spacing:-0.5px;
  padding:10px 15px;
  border-radius:50px
}

.hoteis-cidades a span {
  margin-right:5px
}

.hoteis-italic {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.hoteis-italic a {
  word-break: break-word;
}

#frmHoteis .form-control{
  margin-bottom:20px;
}

.error-404 {
  width: 25%;
}

.gray-line {
  background:#ECECEC;
  color:#0080C5;
  text-transform:uppercase;
  font-size:16px;
  font-weight:700;
  letter-spacing:-0.5px;
  padding:10px 15px;
  border-radius:50px
}

.btn-sold-off {
  background: #dc3545;
  border: none;
  padding: 5px 15px;
  color: #FFF;
  margin-top: 15px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.btn-sold-off:hover {
  color: white;
  cursor: not-allowed;
}

.title-section {
  font-size: 1rem;
}

.programacao-item {
  margin-bottom: 0;
}

.programacao-item .fa-clock {
  font-size:30px;
  float:left;
  margin-right:10px;
  font-size:18px;
  color:#000;
}

.programacao-item .fa-clock:hover {
  color:#EE7202;
}

.programacao-italic {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.5px;
}

input[type=text], input[type=password], input[type=email], input[type=tel], select, textarea {
  font-size: 16px;
  border: none;
  background: #E5E5E5;
  border-radius: 50px;
  font-weight: 300;
  padding: 6px 12px;
  width: 100%;
  resize: none;
  outline: 0 !important;
}

footer {
  background:#002c42;
  min-height:360px;
  font-weight:300;
  padding:30px 0;
  color:#FFF;
  font-size:14px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}

@media (max-width: 1199px) {
	.quero-ser-expositor h1{
		font-size:6vw;
	}
  
	.quero-ser-expositor h1 div{
		font-size:4vw;
	}
}

@media (max-width: 768px){
	.quero-ser-expositor h1 {
		font-weight:700;
		font-size:8vw;
	}

	.quero-ser-expositor h1 div {
		font-size:6vw;
	}

  .prestadores-servicos-segmentos a span {
    display:none
  }

	.prestadores-servicos-segmentos a, 
	.prestadores-servicos-segmentos a:hover {
    padding:0; height:25px; width:25px; line-height:25px; text-align:center
  }

  .hoteis-cidades a span {
    display:none
  }

	.hoteis-cidades a, 
	.hoteis-cidades a:hover {
    padding:0;
    height:25px;
    width:25px;
    line-height:25px;
    text-align:center
  }
}

.menu-mobile {
  padding: 0;
}

.menu-link,
.menu-toggle {
  width: 100%;
  padding: 1rem;
  border: 0;
  background: none;
  text-align: left;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.menu-toggle span {
  transition: .3s;
}

.menu-item.open .menu-toggle span {
  transform: rotate(90deg);
}

.submenu {
  list-style: none;
  padding-left: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.menu-item.open .submenu {
  max-height: 500px;
}

.submenu a {
  display: block;
  padding: .75rem 1rem;
  color: #555;
  text-decoration: none;
}

@media (max-width: 468px){
  .hoteis-contatos {font-size:15px}
  .programacao-item {margin-bottom: 1rem;}
}