@import "../../media/css/fontes/fontes.css";

html {
  scroll-behavior: smooth;
}

.anchored:before {
  content: "";
  display: block;
  height: 75px;
  margin-top: -75px;
  visibility: hidden;
}

.fontBebasNeueRegular {
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fontFuturaPtBook {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fontFuturaMedium {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fontBauerRoman {
  font-family: "Bauer Bodoni Std 1", serif;
}
body,
#logo,
#menuNav,
#data {
  margin: 0;
  padding: 0;
}

.header {
  background-color: rgba(194, 187, 185, 0.75);
  display: flex;
  height: 110px;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9000;
  transition: left 0.25s ease-in-out;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}
body {
  background: #d1cccb;
  font-family: futura-pt, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
h2 {
  font-size: 52px;
  margin-top: 0;
  margin-bottom: 80px;
  color: #6f3638;
  font-family: "Bauer Bodoni Std 1", serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
}
h6 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  color: #512c1f;
}
h6 sup {
  letter-spacing: 0;
  font-size: 60%;
}

h4 {
  text-transform: uppercase;
  font-family: futura-pt-bold;
  font-size: 14px;
}
h4 sup {
  text-transform: lowercase;
}

section h2 {
  margin-bottom: 50px;
}

section #title-previous {
  margin-bottom: 80px;
  margin-top: 110px;
}

@media (max-width: 768px) {
  section #title-previous {
    margin-bottom: 80px;
    margin-top: 0px;
  }
}

.full-width {
  width: 100vh;
}

.desktop-img {
  display: block;
}
.mobile-img {
  display: none;
}
#sectionHome {
  background-image: url("../shared/img/2024/france/CAPA_HOME_DC_FR.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-position: center;
}

#logo {
  background: #54353a;
  float: left;
  width: 187px;
  height: 94px;
  position: relative;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #54353a;
  width: 170px;
  padding: 10px;
  text-align: center;
}
.header-logo img {
  width: 75%;
}

.botaoVoltar {
  display: inline-block;
  justify-content: center;
  padding: 15px 25px;
  margin-top: 10px;
  font-size: 11.5px;
  font-family: futura-pt-bold;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: #6f3638;
  letter-spacing: 1px;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .header-logo {
    width: 100%;
    order: 2;
    height: 110px;
    background: transparent;
  }
  .header-logo img {
    width: 100px;
  }
}

#logo img {
  width: 100px;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-menu {
  flex: 1;
  padding: 30px;
}

.header-menu ul {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu ul:nth-child(2) li {
  padding: 5px;
}
@media (max-width: 768px) {
  .header-menu ul {
    flex-direction: column;
  }
}
.header-menu li {
  padding: 5px 14.5px;
}
@media (max-width: 768px) {
  .header-menu li {
    padding: 0;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}

.header-menu a {
  display: block;
  color: #6f3638;
  text-decoration: none;
  text-transform: uppercase;
  font-family: futura-pt-bold;
  font-weight: bold;
  font-size: 12.5px;
  padding: 0 5px;
}

.header-menu a:hover {
  color: #99262a;
}

#menuNav {
  background-color: rgba(194, 187, 185, 0.75);
  height: 94px;
  text-align: center;
  margin: 0 187px 0 187px;
  position: relative;
}
#menuNav a {
  font-size: 14px;
  color: #6f3638;
  text-decoration: none;
  text-transform: uppercase;
  margin: 15px 5px;
}
#menuNav div {
  width: 95%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#data {
  background: #6f3638;
  width: 187px;
  height: 94px;
  float: right;
  position: relative;
}

.header-date {
  background-color: #6f3638;
  padding: 35px 15px;
  order: 3;
  min-width: 170px;
}

#data p {
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  font-family: futura-pt, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  margin-top: 25;
}

#data sup {
  text-transform: lowercase;
  font-size: 8px;
}
#about {
  width: 100%;
  text-align: center;
  padding: 80px 0;
  background: #fff;
  background-image: url("/shared/img/bgAbout2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#about p {
  margin-bottom: 50px;
  font-size: 16px;
  padding: 0;
}
.button {
  text-align: center;
  display: block;
  background: #54353a;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  width: 190px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
}

#bt02 {
  background: #6f3638;
}


#frase {
  min-height: 1000px;
  background-image: url("/shared/img/frase3-bg.png");
  /* background-image: url('imgconfig/<?=$_config["banner1Imagem"]?>'); */
  background-size: cover;
  background-position: center;
  position: relative;
}
#frase img {
  height: auto;
}
#frase-flutuante {
  position: absolute;
  right: 120px;
  bottom: 137px;
  text-align: right;
  color: #6f3638;
}
#best-of-france {
  width: 100%;
  text-align: center;
  padding: 80px 0 50px 0;
  background: #fff;
}
#best-of-france h2 {
  margin-bottom: 50px;
}
#best-of-france p {
  margin-bottom: 50px;
}
#best-of-france p.main-texto {
  max-width: 510px;
  margin: 0 auto;
  width: 85%;
}
#travel-advisor {
  width: 100%;
  text-align: center;
  padding: 80px 0 50px 0;
  background: #fff;
}
#travel-advisor img {
  width: 85%;
  height: auto;
  margin: auto;
}

#frase2Wrapper {
  width: 100%;
  height: auto;
  background-color: #6f3638;
}
#frase2 {
  width: 100%;
  height: auto;
  background-color: #6f3638;
  background-image: url("/shared/img/frase2-praia.png");
  /* background-image: url('imgconfig/<\?=$_config["banner2Imagem"]?>'); */
  background-size: cover;
  position: relative;
}
#frase2-flutuante img {
  position: relative;
  width: 100%;
  height: auto;
}

div.Title-travel-advisor {
  background-color: #6f3638;
  padding: 5%;
}

p.Title-travel-advisor {
  text-align: center;
  color: white;
}

h2.Title-travel-advisor {
  text-align: center;
  color: white;
  padding-bottom: 5%;
  margin-top: 100px;
}

#espacamento-titulo-previous {
  margin-bottom: 10px;
}

/* css para quando a imagem estava parametrizada no pava
#frase2-flutuante {
  margin-bottom: 150px; 
  margin-left:750px; 
  margin-right:150px; 
  margin-top:150px;
  padding: 0 20px 0 20px;
}
#frase2-flutuante p {
  position: relative;
  font-family:Stoner; 
  font-size:50px; 
  color:white;
}
#frase2-flutuante p.main-texto {
  position: relative;
  font-family:Stoner; 
  font-size:50px; 
  color:white;
} */
#program-content {
  position: relative;
  padding-left: 170px;
  padding-bottom: 74px;
  overflow-x: hidden;
}
#program-content .col {
  width: 50%;
  float: left;
}
#program-content-wrapper {
  width: 485px;
  margin: 0 100px 0 0;
  float: left;
}
#program-content-program {
  padding: 26px 60px 0 10px;
}
#program-content h4 {
  margin-bottom: 5px;
  font-size: 15px;
}
#program-content p {
  margin-top: 0;
  font-size: 15px;
  line-height: 2;
}
#program-content p + h4 {
  margin-top: 20px;
}
#program-imagem {
  width: 500px;

  background: url(/shared/img/program2.jpg) no-repeat center;
  /* background-image: url('imgconfig/<?=$_config["programImagem"]?>') no-repeat center; */
  background-size: cover;
  position: absolute;
  right: 50px;
  height: 100%;
}
#program-arte {
  width: 180px;
  margin-right: 50px;
  background: url(/shared/img/lisco-program.png) no-repeat 0 50px;
  background-size: 166px;
  background-position-y: 23px;
  position: absolute;
  height: 100%;
  left: 0;
}
#logos {
  text-align: center;
  background: #fff;
}
#logos img {
  margin: 0 0 70px 0;
  width: 85%;
  height: auto;
}
#logos h2 {
  padding-top: 40px;
  font-size: 30px;
}
#contact {
  background: #54353a;
  padding: 34px 0 34px 0;
  text-align: center;
  color: #fff;
}
#contact p {
  font-size: 13px;
}
#contact i {
  font-size: 24;
  background: #fff;
  padding: 5px;
  border-radius: 100px;
  color: #54353a;
  width: 23px;
  text-align: center;
  margin: 5px;
}
#team {
  padding: 80px;
}
#team h2 {
  margin-bottom: 50px;
}
.member {
  position: absolute;
  width: 600px;
  left: 50%;
}
.memberDados {
  padding: 0 5px 0 5px;
}
.memberNome {
  font-size: 16px;
  color: #6f3638;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.memberCargo {
  font-size: 10px;
  color: #54353a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.memberFoto img {
  opacity: 1;
}
.member1 {
  display: flex;
  flex-direction: row-reverse;
  height: 208px;
  margin: 157px 0 0 -695px;
}
.member1 .memberFoto,
.member1 .memberFoto img {
  width: 208px;
  height: 208px;
}
.member1 .memberDados,
.member1 .memberFoto {
  display: flex;
  align-items: flex-end;
  text-align: right;
}

.member2 {
  display: flex;
  flex-direction: row-reverse;
  height: 144px;
  margin: 15px 0 0 -600px;
}
.member2 .memberFoto,
.member2 .memberFoto img {
  width: 144px;
  height: 144px;
}
.member2 .memberDados,
.member2 .memberFoto {
  display: flex;
  align-items: flex-start;
  text-align: right;
}

.member3 {
  display: flex;
  flex-direction: row;
  height: 191px;
  margin: 0 0 0 0;
}
.member3 .memberFoto,
.member3 .memberFoto img {
  width: 191px;
  height: 191px;
}
.member3 .memberDados,
.member3 .memberFoto {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.member4 {
  display: flex;
  flex-direction: row;
  height: 179px;
  margin: 176px 0 0 141px;
}
.member4 .memberFoto,
.member4 .memberFoto img {
  width: 179px;
  height: 179px;
}
.member4 .memberDados,
.member4 .memberFoto {
  display: flex;
  align-items: flex-end;
  text-align: left;
}

.member5 {
  display: flex;
  flex-direction: row-reverse;
  height: 161px;
  margin: 363px 0 0 -680px;
}
.member5 .memberFoto,
.member5 .memberFoto img {
  width: 161px;
  height: 161px;
}
.member5 .memberDados,
.member5 .memberFoto {
  display: flex;
  align-items: flex-end;
  text-align: right;
}

.member6 {
  display: flex;
  flex-direction: row-reverse;
  height: 156px;
  margin: 521px 0 0 -600px;
}
.member6 .memberFoto,
.member6 .memberFoto img {
  width: 156px;
  height: 156px;
}
.member6 .memberDados,
.member6 .memberFoto {
  display: flex;
  align-items: flex-end;
  text-align: right;
}

.member7 {
  display: flex;
  flex-direction: row;
  height: 166px;
  margin: 498px 0 0 0;
}
.member7 .memberFoto,
.member7 .memberFoto img {
  width: 166px;
  height: 166px;
}
.member7 .memberDados,
.member7 .memberFoto {
  display: flex;
  align-items: flex-end;
  text-align: left;
}

.member8 {
  display: flex;
  flex-direction: row;
  height: 158px;
  margin: 352px 0 0 128px;
}
.member8 .memberFoto,
.member8 .memberFoto img {
  width: 158px;
  height: 158px;
}
.member8 .memberDados,
.member8 .memberFoto {
  display: flex;
  align-items: flex-end;
  text-align: left;
}

.teamContato {
  text-align: center;
  margin: 50px 0;
}
.logoFooter {
  margin-left: 30px;
  width: 161px;
}

.logoFooter p {
  text-transform: uppercase;
}

.logoFooter p sup {
  text-transform: none;
}
.contatoFooter {
  width: 100%;
  margin-top: 60px;
}
.policyFooter {
  text-align: right;
  align-self: flex-end;
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
}

/* Estilo para dispositivos móveis */
@media (max-width: 768px) {
  .header {
    height: 100%;
    left: 100%;
    width: calc(100% - 40px);
    background-color: rgba(84, 53, 58, 0.95);
    flex-direction: column;
  }
}

.header-toggle {
  width: 28px;
  height: 28px;
  position: fixed;
  top: 8px;
  right: 8px;
  border: 0;
  padding: 0;
  background: none;
  outline: none;
  z-index: 100;
  display: none;
}

@media (max-width: 768px) {
  .header-toggle {
    display: block;
  }
}
.header-toggle span {
  display: block;
  height: 3px;
  background-color: #6d3739;
  position: relative;
  transition: all 0.25s ease;
}
.header-toggle span + span {
  margin-top: 4px;
}

@media (max-width: 768px) {
  .header-menu {
    overflow-y: scroll;
    border-bottom: 1px solid rgba(111, 54, 56, 0.25);
  }
}

@media (max-width: 768px) {
  .header-menu ul {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .header-menu li {
    padding: 0;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header-menu a {
    color: white;
  }
}

@media (max-width: 768px) {
  .header-menu a:hover {
    color: white;
  }
}

.header.is-active {
  left: 40px;
}
.header.header.is-active span {
  background: white;
}
.header.is-active .header-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header.is-active .header-toggle span:nth-child(2) {
  opacity: 0;
}
.header.is-active .header-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -6px);
}

@media only screen and (max-width: 1199px) {
  h2 {
    color: #6f3638;
    font-size: 55px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    font-weight: normal;
  }

  #team > .team-container {
    margin: 0 auto;
    position: relative;
  }

  .member.member1 {
    top: 2px;
    left: 521px;
  }

  .member.member1 .memberDados {
    align-items: flex-start;
  }

  .member.member2 {
    top: 0px;
    flex-direction: row;
    left: 950px;
  }

  .member.member3 {
    top: 159px;
    left: calc(50% + 65px);
  }

  .member.member4 {
    top: 174px;
    left: calc(50% - 76px);
  }

  .member.member5 {
    top: 4px;
    left: calc(50% + 145px);
  }

  .member.member5 .memberDados {
    align-items: center;
    width: 115px;
  }

  .member.member6 {
    top: 7px;
    left: calc(50% + 12px);
  }

  .member.member6 .memberDados {
    width: 110px;
  }

  .member.member7 {
    top: 186px;
    left: calc(50% - 70px);
  }

  .member.member8 {
    top: 174px;
    left: calc(50% - 116px);
  }

  .teamContato {
    left: 0px;
    top: 25px;
  }
}

@media only screen and (max-width: 899px) {
  h2 {
    color: #6f3638;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    font-weight: normal;
  }

  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }

  #team {
    padding: 0;
    margin: 0;
    background-size: 170%;
  }

  .member1 .memberFoto,
  .member1 .memberFoto img {
    width: 124px;
    height: 124px;
  }
  .member.member1 {
    top: -67px;
    left: 718px;
  }

  .member.member2 {
    top: -11px;
    left: 753px;
  }

  .member.member2 .memberDados {
    text-align: left;
  }
  .member2 .memberFoto,
  .member2 .memberFoto img {
    width: 86px;
    height: 86px;
  }

  .member.member3 {
    top: 89px;
    left: calc(50% + 4px);
  }
  .member3 .memberFoto,
  .member3 .memberFoto img {
    width: 114px;
    height: 114px;
  }

  .member.member4 {
    top: 27px;
    left: calc(50% - 137px);
    height: 107px;
  }
  .member4 .memberFoto,
  .member4 .memberFoto img {
    width: 107px;
    height: 107px;
  }

  .member.member5 {
    top: -149px;
    left: calc(50% + 91px);
    margin: 363px 0 0 -255px;
    height: 96px;
  }
  .member5 .memberFoto,
  .member5 .memberFoto img {
    width: 96px;
    height: 96px;
  }

  .member.member6 {
    height: 93px;
    margin: 521px 0 0 -185px;
    left: calc(50% - 7px);
    top: -212px;
  }

  .member.member6 .memberDados {
    width: 80px;
  }
  .member6 .memberFoto,
  .member6 .memberFoto img {
    width: 93px;
    height: 93px;
  }

  .member.member7 {
    top: -96px;
    left: calc(50% - 70px);
    height: 99px;
  }
  .member7 .memberFoto,
  .member7 .memberFoto img {
    width: 99px;
    height: 99px;
  }

  .member.member8 {
    top: -44px;
    left: calc(50% - 152px);
    height: 94px;
  }
  .member8 .memberFoto,
  .member8 .memberFoto img {
    width: 94px;
    height: 94px;
  }

  .member {
    width: 168px;
  }

  .memberNome {
    font-size: 10px;
  }

  .memberCargo {
    font-size: 8px;
  }

  div.teamDetalhes {
    background-image: url(/shared/img/team-detalhes-linha-mobile.png);
  }

  .teamDetalhes ~ button.fancybox-button {
    position: relative;
    left: calc(100% - 80px);
  }

  #sectionHome img {
    width: 1000px;
    height: auto;
  }

  #contact .container {
    display: flex !important;
    flex-direction: column !important;
  }

  #contact .logoFooter {
    margin: 10px auto !important;
  }
}

._320 .teamDetalhes img {
  width: 150px;
}
._320 .teamDetalhes {
  padding: 30px 20px;
}

.teamDetalhes {
  margin: 0 auto;
  padding: 50px 150px 100px;
  display: flex;
  position: relative;

  background: url(/shared/img/team-detalhes-linha.png) no-repeat 101% 10%;
  background-size: 150px;
}
.teamDetalhes img {
  width: 250px;
  margin-right: 20px;
}
.teamDetalhes h2 {
  margin: 0;
  font: normal 22px bebas-neue, sans-serif;
  letter-spacing: 2px;
}
.teamDetalhes h3 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  color: #6f3638;
  margin-top: 5px;
  font-weight: 400;
}
.teamDetalhes p {
  max-width: 650px;
  min-height: 20px;
  font: 500 14px futura-pt, sans-serif;
  line-height: 1.5;
  padding-top: 0;
}

.fancybox-content {
  padding: 0 !important;
}
.fancybox-slide--html .fancybox-close-small {
  top: 87% !important;
  right: 7% !important;
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.fancybox-slide--html .fancybox-close-small::after {
  content: "< Back";
  font-size: 13px;
  display: block;
  width: auto;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  color: #6f3638;
}

.bestOfFranceBefore {
  position: relative;
  margin: 80px 0 20px;
  padding: 20px 30px;
  height: auto !important;
}

.bestOfFranceBefore,
.bestOfFrance,
.bestOfFranceBefore *,
.bestOfFrance * {
  overflow-x: initial;
}

.bestOfFranceBefore form {
  display: flex;
  justify-content: center;
}

.bestOfFranceWrapper {
  position: relative;
}

.bestOfFrancePiano {
  position: absolute;
  margin: 0 auto;
  display: block;
  right: 0;
  width: 90%;
  left: -80px;
  bottom: 0;
}

h4 {
  text-transform: uppercase;
  font-family: futura-pt-bold;
  font-size: 14px;
}
h4 sup {
  text-transform: lowercase;
}

a {
  text-decoration: none;
}
.section-previous-editions .card h4 {
  margin: 0;
}

.filtro {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 13px;
}

.press-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-centered {
  text-align: center;
}

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

.text-bold {
  font-weight: bold;
}

.filtro + .filtro {
  margin-left: 30px;
}

.filtro h4 {
  font-size: 11px;
  height: 30px;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  padding: 5px 5px 0 15px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.filtro h4::before {
  position: absolute;
  left: 5px;
  content: ">";
  margin-right: 5px;
}

.filtro fieldset {
  display: none;
  border: 0;
  position: absolute;
  top: 40px;
  left: 0;
  flex-direction: column;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.filtro fieldset label {
  position: relative;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  white-space: nowrap;
  display: flex;
}

.filtro fieldset label:hover {
  background: white;
}

.filtro fieldset label input[type="checkbox"],
.filtro fieldset label input[type="radio"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.filtro input[type="checkbox"]:not(:checked) ~ span,
.filtro input[type="radio"]:not(:checked) ~ span {
  visibility: hidden;
}

.filtro input[type="checkbox"]:checked ~ span {
  float: left;
  width: 12px;
  display: inline-block;
  position: relative;
  left: -4px;
}

.filtro.open h4 {
  background: rgba(255, 255, 255, 0.8);
}

.filtro.open fieldset {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  z-index: 1;
}

.filtro.open h4::before {
  transform: rotate(90deg);
}

.filtro-titulo {
  position: absolute;
  font-size: 15px;
  margin: -50px 30px 0;
  padding: 10px;
  border: 1px solid;
  width: 1120px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.filtro-titulo small {
  border-left: 1px solid;
  padding: 0 10px;
  font-size: 9px;
}

.input-search {
  border: 0;
  color: #6e3739;
  outline: none;
  margin: 5px;
  padding: 10px;
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

.bestOfFrance {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.bestOfFranceRegionTitle {
  font-size: 16px;
  font-family: "Futura Std Cond1";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6f3638;
  font-weight: bold;
}

.bestOfFranceFilterTitle {
  font-size: 30px;
  font-family: "Futura Std Cond1";
  margin-top: -30px;
}

.bestOfFrance .card {
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bestOfFrance .card img {
  width: 100%;
  margin-bottom: 10px;
  max-height: 245px;
}

.bestOfFrance .card h4 {
  margin: 0;
  margin-left: 8px;
  font-size: 14px;
  font-family: "futura-pt-bold";
  line-height: 1;
  color: black;
}

.bestOfFrance .card small {
  font-size: 10px;
  display: block;
  margin-left: 8px;
  color: black;
}

.nadaEncontrado {
  padding-bottom: 40px;
}
.nadaEncontrado p {
  font-size: 30px;
  color: #54353a;
  font-family: "Futura Std Cond1";
  line-height: 30px;
  text-align: center;
}
.nadaEncontrado p span,
.nadaEncontrado p em {
  display: block;
  margin-bottom: 3px;
  font-style: normal;
  overflow: hidden;
}

#hotel-chains {
  z-index: 1;
}

.pagina {
  padding-top: 60px;
}

.pagina.pagina-branca {
  background: white;
}

.grid {
  display: grid;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.team-user {
  text-align: center;
  margin-bottom: 80px;
}

.team-user img {
  width: 100%;
}
.team-user .memberNome {
  margin: 20px 0 0;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
}
.team-container {
  margin: 0 auto;
  margin-top: 140px;
  max-width: 800px;
  gap: 30px;
  height: auto !important;
  padding: 0 20px;
}

.team-container,
.team-container * {
  overflow: unset !important;
}

.team-user a {
  position: relative;
  display: block;
}

.team-user a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
}

@media (max-width: 768px) {
  .team-container {
    gap: 20px;
  }
  .team-user {
    margin: 0;
  }
  .grid-mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-user .memberNome {
    margin: 10px 0 0;
  }
  .teamDetalhes {
    padding: 20px;
  }
  .teamDetalhes .mobile-img {
    width: 150px;
    margin: 20px 0;
  }

  .teamDetalhes ~ button.fancybox-button {
    left: calc(100% - 100px);
  }
  .line-overlay {
    display: none;
  }
}

.section-previous-editions h3 {
  font-family: futura-pt-bold;
  font-size: 15px;
}
.section-previous-editions .card a {
  color: black;
}

.section-previous-editions .grid {
  gap: 60px;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid {
  display: grid;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
/* folha de estilos de agente de usuário */
div {
  display: block;
}
.section {
  padding: 100px 0;
  text-align: center;
}

.footer {
  background-color: #54353a;
  padding: 50px 0;
  align-items: flex-end;
  font-family: "futura-pt";
}
.footer .container {
  position: relative;
  z-index: 900;
  font-family: "futura-pt";
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.footer .contact strong {
  margin-right: 10px;
  font-family: "futura-pt";
}
@media (max-width: 768px) {
  .footer .grid {
    display: block;
    text-align: center;
  }
  .footer .grid .links {
    text-align: center;
  }
}

.footer .col {
  align-self: flex-end;
  font-family: "futura-pt";
}
.footer .date {
  justify-self: flex-start;
  font-family: "futura-pt";
}
.footer .date img {
  margin-bottom: 50px;
  font-family: "futura-pt";
}
.footer .social-links {
  margin-top: 50px;
}
.footer .social-links a {
  margin: 0 5px !important;
  font-family: "futura-pt";
}
.footer a {
  color: white;
  font-family: "futura-pt";
  text-decoration: none;
}

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

.event-date {
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  font-family: futura-pt, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  margin: 0;
}
.event-date sup {
  text-transform: lowercase;
  font-size: 8px;
}

.text-white {
  color: white;
}
.text-uppercase {
  text-transform: uppercase;
}

.text-right {
  text-align: right;
}

.italy {
  font-style: italic;
  padding-right: 10px;
}

.grid {
  display: grid;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.button-ligth-brown {
  background-color: #6f3638;
  color: white;
}

a.button-ligth-brown {
  background-color: #6f3638;
  color: white !important;
}