@media only screen and (max-width: 899px) {

  .fancybox-slide--html .fancybox-close-small{
    width: 100px;
  }

  /* menu */
  #header {
    position: fixed;
    top: 0;
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
    background: #54353a;
    width: calc(100% - 40px);
    left: 100%;
    padding-top: 50px;
    transition: all 0.5s ease;
    z-index: 90;
  }

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

  #header-toggle span + span {
    margin-top: 4px;
  }

  #header.active ~ #header-toggle span {
    background: white;
  }

  #header.active ~ #header-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }

  #header.active ~ #header-toggle span:nth-child(2) {
    transform: scaleY(0);
    opacity: 0;
  }

  #header.active ~ #header-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }

  #header-toggle span {
    display: block;
    height: 3px;
    background-color: #6D3739;
    position: relative;
    transition: all .25s ease;
  }
  
  #header.active {
    left: 40px;
  }

  #logo {
    width: 100%;
  }

  #data {
    width: 100%;
  }

  #menuNav {
    background: none;
    height: 100%;
    margin: 0;
  }

  #menuNav > div {
    position: static;
    transform: unset;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #menuNav a {
    color: white;
  }

  /* sectionHome */
  #sectionHome {
    align-items: flex-end;
    overflow: hidden;
    position: relative;
  }

  /* about */
  #about {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* frase */
  #frase {
    background-size: 615px;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 700px;
  }

  #frase-flutuante {
    width: 90%;
    text-align: center;
    left: 5%;
    bottom: 100px;
  }

  /* travel-advisor */
  #travel-advisor {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }

  #travel-advisor img {
    width: 100%;
  }

  /* program */
  #program-imagem {
    display: none;
  }

  #program-arte {
    background-size: 100px;
    background-position: -40px 462px;
  }

  #program-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }

  #program-content-program h3::after {
    content: '';
    display: block;
    height: 250px;
    background: url(shared/img/program2.jpg) no-repeat center 15%;
    background-size: cover;
    margin-top: 20px;
  }

  #program-content-wrapper {
    width: 100%;
    float: none;
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }

  #program-content-program {
    padding: 0;
  }

  #contact .logoFooter {
    margin: 0 25%;
  }

  #contact .contatoFooter {
    width: 100%;
  }

  #contact .policyFooter {
    float: none;
    margin: 30px auto 0;
  }

  /* filtros */
  .bestOfFranceBefore form {
    flex-direction: column;
  }
  
  .filtro + .filtro {
    margin: 0;
    margin-top: 10px;
  }
  
  .filtro fieldset {
    display: none;
    position: static;
    padding: 0;
  }

  .filtro label {
    background: transparent;
    border-top: 1px solid rgba(0,0,0,0.1)
  }
  
  .filtro h4 {
    height: auto;
    background: transparent;
  }

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

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