
  @import url('https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet');

  body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    
  }

  .hide{
    display: none;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #1a3456;
    font-size: 5em;
  }

  h2 {
    color: #1a3456;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #1a3456;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #1a3456;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }

  .responsive-align{
    display: flex;
    justify-content: center;
  }

  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #1a3456;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #337fe2;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #337fe2;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

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

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

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news,
  #news-detail {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #337fe2;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/
  .wrapper-navbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .navbar-fix{
    margin-top: 12px;
}

  .wrapper-navbar div:last-child{
   right:0;
}

  .dropidiomas{
    text-align: center;
    padding: 1px;
    min-width: 0;
    border: none;
    cursor: pointer;
}

  .idioma{
    position: absolute;
    top: 14px;
    right: 50px;
  }

  .linguagem-responsive{
    margin-top: 7px;
  }

@media (max-width: 425px){
  .navbar-menu>li{
    text-align: center!important;
  }
}
@media (max-width: 375px){
  .navbar-brand img{
    width: 145px;
    height: 45px;
  }
  .idioma{
    right: 95px!important;
  }
}

@media (max-width: 768px){
  .navbar-menu>li{
    text-align: center!important;
  }

  h1 {
    font-size: 3em;
    line-height: 1.2em;
  }
  h2 {
    font-size: 2.1em;
  }
  h4 {
    font-size: 1.4em;
  }

  #home h3 {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .cotacao_moeda img{
    width: 100%;
  }

  .toggle-menu{
    display: block!important;
  }

/*
    position: absolute;
    top: -70px;
    right: 50px;

*/


}
/* fim 768px */

@media(min-width: 768px) and (max-width: 991px){
  .linguagem-responsive{
      position: absolute;
      top: -65px;
      right: -100%;
      margin-top: 0;
    }
    .logo{
      height: 60px;
    }
    .navbar-default .navbar-nav .navmenu a{
      font-size: 14px!important;
      padding-right: 5px!important;
      padding-left: 10px!important;
    }
  }
  
@media(min-width: 992px) and (max-width: 1023px){
  .navbar-default .navbar-nav .navmenu a{
    font-size: 15px!important;
  }
}

@media(min-width: 1024px) and (max-width: 1200px){

  .toggle-menu{
    display: none;
  }

  .navbar-default .navbar-nav .navmenu a{
    font-size: 14px!important;
  }

  .col-lg-8 .navbar-responsive-center{
    float: none;
    margin: 0px auto;
    table-layout: fixed;
    display: table !important;
    /* margin-right: 40px; */
  }

  

}

/* //1440px */

.navbar-right .dropdown-menu {
    right: -10px;
    left: auto;
}

  .navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 15px;
    padding-bottom: 0;
  }

  .navbar-default .navbar-brand {
    padding-top:0;
    margin-top: -10px;
  }
  .logo{
    height: 65px;
  }

 
  .navbar-default .navbar-nav .navmenu a {
    color: #1a3456;
    font-size: 16px;
    font-weight: 500;
    padding-right: 25px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .toggle-menu{
    display: none;
  }

  .navbar-nav .navmenu a::after{
    background-color:#22c0db;
    content: "";
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: .2s ease-in-out transform;
    transform-origin: center;
}

.navbar-nav .navmenu a:hover::after{
  transform: scaleX(1);
}


  .navbar-default .navbar-nav > .navmenu a:hover {
    color: #22c0db !important;
  }

  .navbar-default .navbar-nav > .navmenu > a:hover,
  .navbar-default .navbar-nav > .navmenu > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 8px;
    margin-left: 61px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }


  .parallax{
    background-image: url('../images/topo_parallax.png');
  }

  .parallax,
  .parallax-container{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 442px;
  }

  .parallax-container{
    background-position-y: -63px!important;
  }

  .parallax-container{
    background-image: url('../images/topo_container.png');
  }
  .fade-parallax {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .top_text{
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 12%;
    font-size: 62px;
    
  }

  .top_text_container{
    margin-top: 16%;
  }
  
  @media only screen and (max-width: 1010px) {
    .top_text {
      font-size: 3em;
      line-height: 1.2em;
      margin-top: 25%;
          }
        }
  


  /*---------------------------------------
      INICIO              
  -----------------------------------------*/
 

  .inicio {
    background: url('../images/mapa.png');
    background-repeat: no-repeat;
    background-position: right bottom!important;
     }

 .texto_inicio{
   margin-top: 20px;
 }
 .inicio_p{
   padding-top: 60px;
 }

 .cotacao_moeda {
  padding-top: 20px;
 }

 .painel-cotacao{
  height: 450px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
 }

  /*---------------------------------------
      SERVIÇOS E PRODUTOS             
  -----------------------------------------*/

  #service {
    background: #1a3456;
  
  }

  #service h2,
  #service h4 {
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
    
  }

  #service p {
    color: #ffffff;
    text-align: left;
    margin-top: 0;
  }

  .img-spaulo {
    width: 414px;
    position: absolute;
    top: -9px;
    align-items: center;
    display: flex;
  }

  @media (max-width: 992px) and (min-width: 762px) {
    .img-spaulo{
      top:13px;
      right: -8px;
      align-items: right;
     }
   }

   @media (max-width: 761px) {
    .img-spaulo{
     opacity: 0;
     }
   }

  .produtos{
    height: 200px;
  }

  .lista_serviços{
    text-align: left;
    color: #ffffff;
    margin-top: 10px;
  }

  .servicos_produtos{
    margin-top: 30px;
  }

  

  /*---------------------------------------
      CONTATO
  -----------------------------------------*/

  #appointment {
    padding-top: 100px;
  }

  /* .texto-contato{
    padding-top: 100px;
  } */
  
  .texto-contato{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  /* @media (max-width: 767px) {
   } */

 .lista_contato {
    color: #1a3456;
  }

  .formulario{
    padding-top: 80px;
    padding-bottom: 50px;
  }

  textarea {
    resize: none;
  }

  .form-label {
    font-size: 12px;
    color: #1a3456;
    opacity: 0;
    margin: 0;
    display: block;
    opacity: 1;
   
  }
  .form-control {
    border-radius: 0;
    border-color: #ccc;
       border-width: 0 0 2px 0;
       border-style: none none solid none;
       box-shadow: none;
  }
  .form-control:focus {
    box-shadow: none;
    border-color: #22c0db;
  }
  .js-hide-label {
    opacity: 0; 	
  }
  .js-unhighlight-label {
    color: #999 
  }
  .btn-start-order {
    background: 0 0 #1a3456;
      border-radius: 8px;
      color: #ffffff;
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      line-height: inherit;
      margin: 30px 0;
      padding: 10px 50px;
      text-transform: uppercase;
      transition: all 0.25s ease 0s;
  }
  .btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
    border-color: #22c0db;
    color: #22c0db;
  }
  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background:#1a3456;
  }

 
  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #89a1e4;
  }

  footer a:hover {
    color: #22c0db;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }

  .social-icon {
    position: relative;
    font-size: 28px;
    top: -23px;
    line-height: 51px;
  }

  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0px; 
    border-top: 0;
    
}


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }

    .idioma {
      right: 18px;
    }

    .toggle-menu{
      display: none;
    }
  }

  @media only screen and (max-width: 991px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      /* padding-top: 4em; */
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

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

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }

    .img-servicos{
      display: none;
    }

    .formulario{
      padding-top: 0;
    }
  }

  @media (min-width: 1440px){
    .wrapper-responsive-menus{
      display: inline-flex;
    }

    .navbar-default .navbar-nav .navmenu a {
      padding-right: 20px;
      padding-left: 20px;
    }

    .col-lg-8 .navbar-responsive-center{
      float: none;
      margin: 0px auto;
      table-layout: fixed;
      display: table !important;
      /* margin-right: 40px; */
    }
  }
  /* end media */

  @media (min-width: 1200px) and (max-width: 1440px){
    #bs-example-navbar-collapse-1{
      display: flex!important;
      justify-content: center;
    }
   
  }

  .btn-modify{
    border:none;
  }

  .dropdown .dropdown-menu .in-idioma .lingua{
    padding: 16px 16px 16px;
  }

/* containers */

.acessar-container{
  position: fixed;
  display: flex;
  right: 0;
  height: 50px;
  width: 100px;
  bottom: 50px;
  border-radius: 50px 0 0 50px;
  background-color: #223454;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
  font-size: 12px;
  z-index: 1005;
}
.acessar-container img{
  width: 50px;
}

.acessar-container{
  cursor: pointer;
}

.acessar-container:hover::after{
  content: "Tamanho de Containers";
  color: white;
  font-size: 14px;
  margin-left: 10px;
  white-space: normal;
  font-weight: bold;
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein{
  from{
    opacity: 0;
  }to{
    opacity: 1;
  }
}

.acessar-container:hover{
  width: 300px;
}

