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

  .logo{
    margin-top: 5px;
  }

  .loading img{
    padding-top: 28px;
    width: 70px;
  }
  .idioma{
    display: flex;
    align-items: center;
  }

  .navbar-header-align{
    display: flex;
    align-items: center;
  }

  .menu-toggle{
    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: #0e2e35;
    font-size: 5em;
  }

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

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

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

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

  p {
    color: #0e2e35;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }


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

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

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

  a:hover, a:active, a:focus {
    color: #0f7c9c;
    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: #0f7c9c;
    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: #0f7c9c;
  }

  .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: #0f7c9c;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/
  .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;
    width: 106px;
    /* text-align: center;
    padding: 1px;
    min-width: 0; */

}

@media (max-width: 767px){
  .menu-toggle,
  .vertical-align{
    display: block!important;
  }

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

  .idioma{
    margin-top: 7px;
  }

  .caption #logo-carrossel{
    width: 230px!important;
  }
  .slider .item {
    background-position: initial;
  }

  .row-containers{
    display: block!important;
  }
}
.navbar-right .dropdown-menu {
    right: -10px;
    left: auto;
}

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

  .navbar-default .navbar-brand {
    padding-top:0;
  }
  
 
  .navbar-default .navbar-nav .navmenu a {
    color: #1a3456;
    font-size: 18px;
    font-weight: 500;
    padding: 25px;
    /* padding-right: 30px;
    padding-left: 30px; */
    /* -webkit-transition: all ease-in-out 0.4s; */
    transition: all ease-in-out 0.4s;
    /* margin-bottom: 10px; */
    /* padding-top: 8px; */
  }

  
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #0e2e35;
    
  }

  .navbar-default .navbar-toggle {
    padding-top: 8px;
    margin-left: 61px;
    border-color: #0e2e35;
  }

  .navbar-default .navbar-toggle .icon-bar {
    border-color: #0e2e35;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: #0e2e35;
    border-color: #0e2e35;
  }



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

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

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

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 450px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 510px;
  }

  .slider .item-first {
    background-image: url(../images/topo3.png);
    background-attachment: fixed;
  }

  /* .slider .item-second {
    background-image: url(../images/topo2.png);
  }

  .slider .item-third {
    background-image: url(../images/topo1.png);
  } */

  .item-first,
  .item-second,
  .item-third{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .logo-carrossel{
    padding-bottom: 30px;
    margin: auto;
    }

  .img-cotacao{
    padding-bottom: 60px;
  }

  /*---------------------------------------
     HSITORIA  
  -----------------------------------------*/
 #about{
   background-image:  url(../images/historia.jpg);
   background-size: cover;
 }

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

 .cotacao_moeda {
  padding-top: 20px;
 }

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

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

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

  #service{
    background-image:  url(../images/fundo-servicos.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
  }

  #service h2,
  #service h4 {
    text-align: left;
    margin-bottom: 0;
    margin-top: 50px;
    margin-bottom: 20px;
    
  }

  #service p {
    text-align: left;
    margin-top: 0;
    margin-bottom: 42px;
  }

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

  .servicos_produtos{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
  }

  .infomore{
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    padding: 15px;
  }

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

  #appointment {
    padding-top: 100px;
  }

  .texto-contato{
    padding-top: 100px;
  }

  @media (max-width: 767px) {
    .texto-contato{
      padding-top:50px;
      display: flex;
      flex-direction: column;
      align-items: center;
     }
   }

 .lista_contato {
    color: #0e2e35;
  }

  .contato-icone{
    font-size: 35px;
    color: #0f7d9c;

  }

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

  textarea {
    resize: none;
  }

  input,
textarea {
  font-size: 1em;
  color: black;
  font-weight: 300; 
  width: 100%;
  border: none;
  height: auto;
  padding: 15px;
  outline: 0;
  margin-bottom: 1.2em;
  border-radius: .3em;
  border-bottom: 3px solid rgba(0,0,0, 0.05);
  background-color: #e8eeef;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
}

label {
  display: block;
  margin-bottom: 0.5em; 
}

/******************
Attribute Selectors
******************/
.form-contact {
	padding: 24px 24px;
	background: #f4f7f8;
}

#container {
	max-width: 500px;
	margin: auto;
}
input[type="email"] {
	background: #fdfee6;
}
/*target all the buttons*/


a[target="_blank"] {
  color: #39add1;
  text-decoration: none;
  border-bottom: 1px dotted;
}


/********
Classes
********/
.br {
  border-radius: .5em;
}
.avatar {
  display: block;
  margin: 0 auto 2em;
}
.rounded {
  border-radius: 50%;
}

.btn {
  cursor: pointer;
  font-size: .875em;
	font-weight: 400;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
.btn:hover {
  opacity: .75;
}
.default {
  background-color: #0f7d9c;
}
.error {
  background-color: #ff784f;
}


@media (min-width: 768px) {
  .inln {
    width: auto;
    display: inline-block;
  }
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .inln {
   flex-grow: .4;
  }
}

/* targets a direct child of an element */
form > a {
  font-size: .7em;
}
  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background:#0e2e35;
  }

 
  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 {
    border-top: 0;
    vertical-align: middle;
    
}

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



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

  @media only screen and (max-width: 1199px) {
    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;
    }
    .navbar-default .navbar-nav .navmenu a{
      padding: 15px;
      font-size: 16px;
      /*margin-bottom: 10px; */
      /* padding-top: 8px; */
    }

    .navbar-brand img{
      width: 200px;
      padding-top: 10px;
    }
  }

  @media only screen and (max-width: 991px) {
    .slider .item {
      background-position: center;
    }
    .navbar-brand img {
      width: 160px;
      padding-top: 10px;
    }
    .navbar-default .navbar-nav .navmenu a{
      padding: 10px;
      font-size: 14px;
    }

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

  @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;
    }
  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

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

  }

  .btn-modify{
    border:none;
  }

  .cotacao-padding{
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .vertical-align{
    display: flex;
    align-items: center;
  }

  /* menu fixed button */

  .container-button{
    border-radius: 100%;
    position: fixed;
    z-index: 9999;
    display: flex;
    bottom: 50px;
    right: 60px;
    border: none;
    padding: 10px;
    box-shadow: 0px 1px 7px #5f5e5e;
    background-color: #58949c;
    /* -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1); */
    transition: all 0.15s ease-in-out 0s;
    transform: scale(0.9);
  }

  @keyframes pulse {to {box-shadow: 0 0 0 20px #58949c8f;}}
  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 20px #58949c8f;}}
  @-moz-keyframes pulse {to {box-shadow: 0 0 0 20px #58949c8f;}}

  .container-button:hover{
    transition: all 100ms ease-in;
    transform: scale(1);
  }

  .container-button > img{
    width: 60px;
  }

  .modal-fix-width{
    width: 1000px;
  }

  @media (min-width: 1023px){
    .row-containers{
      display: flex;
      align-items: center;
    }
  }

  .container-containers{
    padding-left: 20px;
    padding-right: 20px;
  }

  /* .owl-carousel .caption{
    padding-bottom: 50px!important;
  } */

  @media (max-width: 1023px){
    .modal-fix-width{
      width: auto;
    }
  }

  @media (max-width: 560px) and (min-width: 425px){
    .align-responsive-modal img{
      width: 250px;
      height: 258px;
    }
  }

  @media (max-width: 424px){
    .align-responsive-modal img{
      width: 200px;
      height: 208px;
    }
  }

  /* button modal */

  .btn-modal{
    color: #333;
    font-weight: bold;
  }

  .panel-modal-head{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    text-align: center;
  }

  .panel-modal-head span{
    font-size: 15px;
  }

  .capacidade{
    font-size: 16px;
    width: 100%;
  }

.capacidade .inicial{
    display: flex;
    justify-content: space-between;
}

.capacidade .final{
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 494px) and (min-width: 375px){
  .capacidade{
    width: 269px;
  }
}

@media (max-width: 374px) and (min-width: 320px){
  .capacidade{
    width: 269px;
  }
}

@media (max-width: 319px){
  .capacidade{
    width: 225px;
  }
}