body{
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #343A40;
}

:focus {
outline: 0;
}

header{
  background-color: #fff!important;
  padding: 15px 0;
  padding-bottom: 0;
  position: fixed;
  z-index: 9;

  -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 1);
  box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 1);
}

.conteudo{
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer{
  background-color: #D81921!important;
  position: relative;
  z-index: 1;
  padding: 30px 0;
  padding-bottom: 5px;
}

.header-section-interna{
  margin-bottom: 20px;
}

.conteudo-prinicipal{
  padding-top: 180px;
}

.interna{
  padding-top: 140px;
}

.menu-mobile, .aux-mobile{
  display: none;
}


/* Textos */
.box-pesquisa-home label, .box-pesquisa-home .enviar-form, .box-accommodation{
  margin-top: 15px;
}

footer h6{
  border-bottom: 1px solid #d6676c;
  padding-bottom: 5px;
}

.conteudo-associado p{
  margin-bottom: 12px;
}

.conteudo-associado-tabela-mapa h4{
  margin-top: 40px;
}

.title-busca
{
  font-size: 14pt
}

.title-busca p
{
  padding-left: 3px;
  margin-left: 0;
}

.composicao-busca{
  border-bottom: 1px dotted #218838;
  padding-top: 20px;
  padding-bottom:20px
}

.composicao-busca:last-of-type{
  border-bottom: 1px dotted #218838;
}

.conteudo-busca p{
  margin: 0;
  padding: 0;
}

.conteudo-maior
{
  font-size: 18px!important;
}

.titulo-internas{
  margin-bottom: 30px;
}


/* Links */

a, a:hover{
  color: #343A40;
}

.link-sites{
  display: inline-block!important;
  padding: 7px;
  font-weight: bold;
  text-decoration: none!important;
}





/* Imagens */
.conteudo img{
  border: 1px solid #333;
}



/* Auxiliares */
.padding-15{
  padding: 15px;
}

.padding-30{
  padding: 30px;
}

.padding-right{
  padding-right: 0;
}

.padding_zero{
  padding-left: 0!important;
  padding-right: 0!important;
}


.margin_zero{
  margin-left: 0!important;
  margin-right: 0!important;
}


.texto-negrito{
  font-weight: bold;
}

.texto-sem-sublinhado{
  text-decoration: none!important;
}

.texto-maiusculo{
  text-transform: uppercase;
}

.texto-centralizado{
  width: 100%;
  text-align: center;
}

.texto-right{
  width: 100%;
  text-align: right;
}

.texto-branco{
  color: #fff!important;
}

.bkg-branco{
  background-color: #ffffff;
}

.bkg-cinza{
  background-color: #f2f2f2;
}





/* Listas */
.lista-inline{
  list-style: none;
  margin: 0;
  padding: 0;
}

.lista-inline li{
    display: inline-block;
    margin: 0 4px;
}

.lista-liguagens img{
  width: 32px;
  height: auto;
  margin-top: -2px;
}

.lista-menu li{
  margin: 0px 25px;
}

.lista-menu li:first-child{
  margin-left: 0px;
  margin-right: 10px!important;
}

.lista{
  padding-left: 0;
}

.lista li{
  list-style: none;
  font-size: 0.8em;
  padding-left: 0px;
  padding-bottom: 9px;
}



/* Linguagens */
.lista-liguagens a span{  
    display: inline-block;
    padding: 0px 11px;
    margin-left: -5px;
    font-size: 0.95em;
    border-left: #fff 1px solid;
}

.bkg-brasil{
  background-color: #B2B2B2;
}
.bkg-brasil:hover, .bkg-brasil-ativo{
    background-color: #52C162!important;
}

.bkg-espanha{
  background-color: #B2B2B2;
}
.bkg-espanha:hover, .bkg-espanha-ativo{
  background-color: #ED5565;
}

.bkg-uk{
  background-color: #B2B2B2;
}
.bkg-uk:hover, .bkg-uk-ativo{
  background-color: #4758A9;
}



/* Menu */
.menu-principal{
  margin-top: 12px;
}

.menu-principal a{
  color: #fff;
}

.dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  /* color: #ffffff!important; */
  text-align: left;
  list-style: none;
  background-color: #fff;
  /* background-clip: padding-box; */
  border: 0px solid rgba(0, 0, 0, 0.15)!important;
  /* border-radius: 0.25rem; */
  background-color: #343A40;
  transform: translateY(-2px);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color:transparent!important;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #555f69;
}

.pesquisa-mobile{
  display: none;
}

@media screen and (max-width:1050px) {
  header{
    background-color: #fff!important;
    padding: 15px 0;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
    text-align: center;

    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 1);
  }

  header img{
    width: 60%;
  }

  header h2{
    font-size: 1.7em;
    width: 100%;
  }

  .menu-principal{
    margin-top: -44px;
    text-align: left;
  }

  .lista-liguagens{
    display: none;
  }

  .menu-mobile{
    display: inline-block;
    margin-top: 17px;
    z-index: 99;
    font-size: 1.3em;
    text-align: right;
  }

  .menu-mobile li{
    margin-left: 10px;
    margin-right: 10px;
  }

  .conteudo-prinicipal{
    padding-top: 40px;
  }

  .interna{
    padding-top: 0px;
  }

  .padding_zero_mobile{
    padding-left: 0;
    padding-right: 0;
  }

  #busca .card-body{
    padding: 0;
    margin-top: 0!important;
  }

  #busca .box-accommodation{
    margin-top: 0!important;
  }

  #busca .card-body h5{
    display: none;
  }

  .nav-mobile{
    display: none;
  }

  #carrinho .modal-body > a:first-child, #linguagens .modal-body > button{
    margin-bottom: 15px;
  }

  #linguagens .modal-body > button:last-child{
    margin-bottom: 0px;
  }

  .navbar-toggler{
    z-index: 99;
  }

  .btn-add-carrinho{
    text-align: left!important;
    margin-bottom: 20px;
  }

  .aux-mobile{
    display: inline-block;
    height: 180px;
    width: 100%;
  }

  .btn-cart{
    text-align: center!important;
  }

  .conteudo-associado, .conteudo-busca{
    margin-top: 20px;
  }



  .pesquisa-mobile{
    display: inline-block;
  }
}

@media screen and (max-width:767px) {
   .btn-email{
      margin-bottom: 20px;
  }

}

.card{
  border:0px solid;
}

.card-header{
  background-color: #fff;
  border:1px solid #343a40;
  color: #343a40;
  margin-bottom: 15px;
  border-radius: 0.3rem!important;
}

.card-header:hover{
  background-color: #343a40;
  color:#fff;  
  border:1px solid #343a40;
}

legend{
  font-size: 1em!important;
}

.interna h3{
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 10px;
}

.interna h4{
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  margin: 5px;
  background-color: #79838d!important;
}


#teste {
  display: none;
}
#teste1:hover #teste {
  display:inline-block!important;
}