﻿/* Media queries */

@media(max-width:1100px) {
  .detalhes p{
    font-size:12px;
  }
  .detalhes .container{
    width: 98%;
    max-width: 98%;
  }
}

@media(max-width:1380px) {

  .header .menu a { font-size: 19px; }

  .texto1{
    padding: 150px 0 200px 0;
    background-size: cover;
  }

}

@media(max-width:990px) {

  .header .menu a { font-size: 15px; }

  .container{ max-width: inherit; }

}

@media(max-width:800px) {

.detalhes h1 { font-size: 12px; }
  .detalhes p{ font-size:9px;}

  .detalhes .container{
    width: 90%;
    max-width: 90%;
  }

}

@media (max-width:767px) {

  .header .logo{ display: block; margin: 0 auto; max-width:194px; width: 100%;  }

  .btmenumob{
    width: 30px;
    display: block;
    position: absolute; right: 20px; top: 20px;
    z-index: 8500;
  }

  .btmenumob span{
    width: 100%; height: 4px;
    background: #fff;
    margin-bottom: 3px;
    display: block;
    border-radius: 5px;
    
  }

    .header .menu{
    width: 100%; height: 100vh;
    position: fixed; top: 0px; left: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 8000;
    margin: 0px!important; padding-top: 150px;
    display: none;
  }

  .header .menu a{
    width: 80%;
    display: block;
    margin: 20px auto;
    float: none;
    font-size: 25px;
  }

  .barrafixa span { font-size: 14px; }

  .header .menu a{
    width: auto;
    margin-right: 10px;
  }

  .titulos { font-size: 35px; }

  .titulos span { font-size: 70px; }

  .textos { font-size: 20px; }

  .mapa{ height:50vh; }

  .carousel-item{ height: initial; }

  .sedes img{ margin-bottom: 30px; }

  .bgpassagem { min-height: inherit; }
  
  .detalhes .col-md-1{
    max-width: 50%;
    flex: auto;
  }

  .detalhes h1 { font-size: 16px; }
  .detalhes p{ font-size:14px;}

  .footer {
      width: 100%;
      height: 600px;
      padding-top: 20px;
      background: #f4f4f4 url(images/bg_footer.png) bottom right no-repeat;
  }

  .footer .logo_arete,
  .footer .logo_opp
    { display: block; margin: 10px auto; }

  .footer .menu{ display: none; }


  .footer .socialmedia{ text-align: center; }
  .footer .socialmedia img { border-radius: 50px; }

  .botoestour .titulotour{ margin: 0 auto 20px auto; }
  .botoestour p{ text-align: center;  }
  .botoestour a{
    display: block;
    width: 220px;
    margin: 10px auto;
  }

  .texto3 {
    padding: 50px 0 100px 0;
    background: url(images/bgbox4.jpg) center center no-repeat;
    background-size: 320% auto;
  }


}

@media (max-width:480px) {


}