@font-face{
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.ttf') format('truetype');
  font-display: block;
  font-weight: 300;
}
@font-face{
  font-family: 'Roboto-Bold';
  src: url('/fonts/Roboto-Bold.ttf') format('truetype');
  font-display: block;
  font-weight: 600;       
}
@font-face{
  font-family: 'MsMadi';
  src: url('/fonts/MsMadi-Regular.ttf') format('truetype');
  font-display: block;
  font-weight: normal;
}
  .barra-menu{
    z-index: 155;
    width: 100%;
    position: absolute;
    min-height: 60px;
    animation: barra-menu 1s reverse;
    position: absolute;
    padding-bottom: 5px;
  }
  @keyframes barra-menu {
    from {
      top: 0;
    }
    to {
      top: -55px;
    }
  }
  .barra-menu2{
    z-index: 155;
    width: 100%;
    position: absolute;
    min-height: 60px;
    animation: barra-menu2 1s reverse;
    position: absolute;
    padding-bottom: 5px;
  }
  @keyframes barra-menu2 {
    from {
      top: 0;
    }
    to {
      top: -55px;
    }
  }

  .gradiente{
    background: linear-gradient(0deg, transparent, var(--color6));
  }


  .padding-30-5{
    padding: 5px 30px;
  }
  .padding-15-5{
    padding: 5px 15px;
  }
  .padding-15{
    padding: 15px;
  }
  .padding-5{
    padding: 5px;
  }
  .padding-30-15{
    padding: 15px 30px;
  }
  .padding-30{
    padding: 30px;
  }

  .foto-painel{
    max-height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .foto-galeria{
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .foto-carrossel{
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center center;
  }


  .rounded {border-radius: 25px}
  .cicle {border-radius: 100%}


  .sombra {
      text-shadow: 0.05em 0.05em 0.05em rgba(0, 0, 0, 0.5);
  }
  .btnwhatsapp{
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 5;
    color: var(--color5);
  }
  
  a.color1 {
    color: var(--color1);
    text-decoration: none;  
  }
  a.color1:hover, a.color1:focus {
    color: var(--color1);
    text-decoration: none;
  }
  a.color5 {
    color: var(--color5);
    text-decoration: none;  
  }
  a.color5:hover, a.color5:focus {
    color: var(--color5);
    text-decoration: none;
  }
  .accordion-container > h2{
    width: 100%;
  }
  .set{
    position: relative;
    height: auto;
  }
  .set > button {
    background-color: #fff;
    display: block;
    padding: 20px 10px 20px 50px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.1em;
    margin-bottom: 5px;
    transition: all 0.2s linear;
    color: var(--color6);
    display: block !important;
    width: 100%;
    text-align: left;
    border: 0;
    border: none;
  }
  .set > button i {
    float: left;
    top: 0;
    left: 0;
    padding: 22px 25px;
    position: absolute;
  }
  .set > button.active {
    color: var(--color6);
    border-radius: 25px 25px 0 0;

  }
  .content {
    display:none;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 0 0 25px 25px;
  }
  .set2 > button {
    background-color: var(--color1);
    display: block;
    padding: 20px 20px 20px 55px;
    text-decoration: none;
    transition:all 0.2s linear;
    color: var(--color5);
    font-size: 1.2em;
    border: 0;
    border-bottom: 0;
  }
  .set2 > button.active {
    background-color: var(--color2t);
    color: var(--color5);
    border-radius: 25px 25px 0 0;
  }

  .collapse-more {
      display: none;
  }
  .collapse-toggle-btn {
      background: none;
      text-decoration: none;
      border: none;
      font-weight: bold;
      padding: 0;
      color: var(--color1);
      margin-left: 10px;
  }
  .btn {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    line-height: 1.42857143;
    padding: 15px 30px;
    font-size: 0.95em;
  }
  .btn-pagina {color: var(--color5); border: none;  background-color: var(--color1)}
  .btn-pagina:hover,.btn-pagina:focus,.btn-pagina.focus,.btn-pagina:active,.btn-pagina.active { border: none; color: var(--color5); background-color: var(--color1t)}
  .btn-pagina-vazado{
    border: solid 1px var(--color1);
    background: transparent;
    color: var(--color1);
  }
  .btn-pagina-vazado:hover,.btn-btn-pagina-vazado:focus,.btn-btn-pagina-vazado.focus,.btn-btn-pagina-vazado:active,.btn-btn-pagina-vazado.active {
    background-color: var(--color1);
    color: var(--color5)}
  .btn-whatsapp{
    border: auto;
    background: var(--color7);
    color: #fff;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    transition: all 400ms ease; 
  }
  .btn-whatsapp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--color5t), transparent);
    transition: all 0.5s ease;
  }
  .btn-whatsapp:hover:before {
    width: 100%;
  }
  h1, .h1-custom {font-family: 'Roboto', sans-serif; font-weight: 300; line-height: 1.2}
  h2, .h2-custom {font-family: 'Roboto', sans-serif; font-weight: 300; line-height: 1.3; }
  h3, .h3-custom {font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 1.1em; line-height: 1.42857143; color: var(--color1); margin-left: 30px; border-left: solid 5px var(--color1t);  padding: 12px  25px}
  h4, .h4-custom {font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 1.1em; line-height: 1.42857143; color: var(--color1); background-color: var(--color5t); border: solid 1px var(--color1);  padding: 12px  25px; border-radius: 25px; margin:0 }
  h5, .h5-custom {font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 1.1em; line-height: 1.42857143; color:var(--color6); background-color: var(--color3);   padding: 12px  25px; border-radius:  25px; margin:0 }
  h6, .h6-custom {font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 1.1em; line-height: 1.42857143; color: var(--color5); background-color: var(--color2);  padding: 12px  25px; border-radius:  25px; margin:0 }
  .btn-menu {color: var(--color5);  background-color: var(--color1); padding: 15px 30px; cursor: pointer; margin-bottom: 2px; border-radius: 25px 0 0 25px; }
  .btn-menu:hover,.btn-menu:focus,.btn-menu.focus,.btn-menu:active,.btn-menu.active {background-color: var(--color2); color: var(--color1)}
  .btn-default {color: var(--color5); border: solid 1px var(--color1);  background-color: var(--color1)}
  .btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active { border: solid 1px var(--color1t); color: var(--color5); background-color: var(--color1t)}
  .btn-inserir { color: rgba(255, 255, 255, 0.80); border: solid 1px #00b612; background-color: #00b612; }
  .btn-inserir:hover,.btn-inserir:focus,.btn-inserir.focus,.btn-inserir:active,.btn-inserir.active  { color: #fff; background-color: #027f0f}
  .btn-excluir { color: rgba(255, 255, 255, 0.80); border: solid 1px #ff0000; background-color: #ff0000; }
  .btn-excluir:hover,.btn-excluir:focus,.btn-excluir.focus,.btn-excluir:active,.btn-excluir.active  { color: #fff; background-color: #8b0303}
  .btn-editar { color: rgba(255, 255, 255, 0.80); border: solid 1px #3b6d77; background-color: #3b6d77; }
  .btn-editar:hover,.btn-editar:focus,.btn-editar.focus,.btn-editar:active,.btn-editar.active  { color: #fff; background-color: #0b5790}
  .btn-xs {margin-top: 5px; padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 5px}
  .btn-pq {margin: -15px 1px 5px ; padding: 2px 7px; font-size: 12px; line-height: 1.5; border-radius: 5px}
  .displayblock{
    display: block;
  }
  .displaynone{
    display: none;
  }
  .fixo{
    position: fixed;
  }
  li::marker {
    color: var(--color2);
  }
  a.menu-link {
    color: var(--color6);
    padding: 8px;
    font-weight: 400;
    line-height: none;
    font-size: 0.85em;
  }
  a.menu-link:hover,
  a.menu-link:focus {
    text-decoration: none;
    color: var(--color1);
    border-bottom: 3px solid var(--color1t);
  }
  a.menu-link-branco {
    color: var(--color5);
    padding: 8px;
    font-weight: 400;
    line-height: none;
    font-size: 0.85em;
  }
  a.menu-link-branco:hover,
  a.menu-link-branco:focus {
    text-decoration: none;
    color: var(--color5t);
    border-bottom: 3px solid var(--color5t);
  }
  .menu-barra {
    height: auto;
    padding: 20px 0;
  }
  a.menu-barra {
    color: var(--color5);
    display: block;
    font-weight:400;
  }
  a.menu-barra:hover,
  a.menu-barra:focus {
    color: var(--color5);
    background: linear-gradient(90deg, transparent, var(--color5t), transparent);
  }
  a.menu-barra2 {
    color: var(--color6);
    display: block;
    font-weight:400;
  }
  a.menu-barra2:hover,
  a.menu-barra2:focus {
    color: var(--color6);
    background: linear-gradient(90deg, transparent, var(--color5t), transparent);
  }
  .toggle-menu {
    position: absolute;
    background-color: var(--color4);
    z-index: 1000; 
    top: 0;
    height: 100vh;
    max-height: 1200px;
    right: 0;
    float: right;
    width: 250px;
    padding: 50px 0 0 0;
    list-style: none;
    text-align: left;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }  
  .toggle-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: var(--color6);
    white-space: nowrap;
  }
  .toggle-menu > li > a:hover,
  .toggle-menu > li > a:focus {
    text-decoration: none;
    color: var(--color5);
    background-color: var(--color2t);
    }
  .fundo-menu-adm{
      background-color: #f9f9f9;
      border: solid 1px #e1e1e1;
      border-top: 0;
      padding: 20px;
    }
  .toggle-menu { right: 0; float: right}
  .navbar-toggle { right: 15px; width: 50px}
  .numero{ font-size: 3em; font-weight: 900}
  .complemento-numero{font-size: 2.5em; font-family: "MsMadi", cursive}
  .logo-topo{max-height: 55px; max-width: 180px; padding-top: 5px; line-height: 1; }
  .foto-sessao{
    position: absolute;
    object-position: top center;
    width: 50vw;
    height: 100%;
    object-fit: cover;
  }
  .foto-sessao-blocada{
    object-position: top center;
    width: 50vw;
    height: 100%;
    object-fit: cover;
  }
  .foto-sessao-full{
    background-position: center top; 
    background-repeat: no-repeat; 
    background-size: cover;
  }
  @media (min-width: 1px){
    .frase-abertura{font-size: 5.5vw;font-family: 'Roboto', sans-serif; font-weight: 300; line-height: 1.2}
    h1,.h1{font-size: 6vw; line-height: 1.2}
    h2,.h2{font-size: 5vw; line-height: 1.2}

    }
    @media (min-width: 398px) {
      .frase-abertura{font-size: 5vw}
    h1,.h1{font-size: 6vw}
    h2,.h2{font-size: 5vw}
      }
    @media (min-width: 568px) {
    .frase-abertura{font-size: 4vw}
    h1,.h1{font-size: 5vw}
    h2,.h2{font-size: 4vw}
    }
    @media (min-width: 768px) { 
    .frase-abertura{font-size: 2.8vw}
    h1,.h1{font-size: 4vw}
    h2,.h2{font-size: 3vw}

    }
    @media (min-width: 992px){
      h1,.h1{font-size: 3.5vw}
      h2,.h2{font-size: 2.5vw}

    }
    @media (min-width: 1200px){
      h1,.h1{font-size: 3vw}
      h2,.h2{font-size: 2vw}   

    }
    @media (min-width: 1360px) {
      h1,.h1{font-size: 2.5vw}
      h2,.h2{font-size: 1.8vw}     

    }
  @media (min-width: 1580px) {  

  }
  @media (max-height: 540px) {


    }
  img {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
  }
  button{
    font-size: 16px;
    font-family: 'Monts', sans-serif;    
  }
  hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #e1e1e1;
  } 
  * {
    box-sizing: border-box;
  }
  body {
    font-family: 'Monts', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: var(--color6);
    margin: 0;
    overflow-x: hidden;
    font-weight: 300;
    background-color: #fff;
  }
  table {
    border-collapse: collapse;
    border: 1px solid var(--color3t);
    font-size: 0.9rem;
    width: 100%;
  }
  caption {
    caption-side: bottom;
    padding: 10px;
    font-weight: bold;
    background-color: var(--color1);
    color: var(--color5);
  }
  thead,
  tfoot {
    background-color:  var(--color4);
  }
  th,
  td {
    border: 1px solid var(--color3t);
    padding: 8px 10px;
  }
  td:last-of-type {
    text-align: center;
  }
  tbody > tr:nth-of-type(even) {
    background-color: var(--color4);
  }
  tfoot th {
    text-align: right;
  }
  tfoot td {
    font-weight: bold;
  }
  li::marker {
    color: var(--color2);
  }
  .foto-preview {
    width: 180px;
    height: 180px;
    object-fit: cover;
  }
  .alinhamento{
    display: inline-block;
    vertical-align: middle;
  }
  .center {
    text-align: center;
  }
  .right {
    text-align: right;
  }
  .bold{
    font-weight: bold;
  }
  .justify {
    text-align: justify;
  }
  .branco {
    color: #fff;
  }
  a.branco {
    color: var(--color5);
    text-decoration: none;  
  }
  a.branco:hover, a.branco:focus {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }
  a {
    color: var(--color6);
    text-decoration: none;  
  }
  a:hover, a:focus {
    color: #555;
    text-decoration: none;
  }
  .img-responsive {
    max-width: 100%;

  }
  .container {
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 397px) { 
    .container{margin-right:3%; margin-left: 3%}
  }
  @media (min-width: 768px) { 
    .container{margin-right:6%; margin-left: 6%}
    .container-left{margin-left: 6vw}
  }
  @media (min-width: 991px) { 
    .container{margin-right:10%; margin-left: 10%}
    .container-left{margin-left: 10vw}
  }
  @media (max-width: 397px) {
    .hidden-xs { display: none !important; }
  }
  @media (min-width: 398px) and (max-width: 567px) {
    .hidden-398 { display: none !important; }
  }
  @media (min-width: 568px) and (max-width: 767px) {
    .hidden-568 { display: none !important; }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm { display: none !important;  }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md { display: none !important;  }
  }
  @media (min-width: 1200px) {
    .hidden-lg { display: none !important;  }
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  } 
  .col-xs-1, .col-568-1, .col-368-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-568-2, .col-368-2,.col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-568-3, .col-368-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-568-4, .col-368-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-568-5, .col-368-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-568-6, .col-368-6, .col-sm-6, .col-md-6, .col-lg-6, .col-568-7, .col-368-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-568-8, .col-368-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-568-9, .col-368-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-568-10, .col-368-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-568-11, .col-368-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-568-12, .col-368-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  @media (min-width: 398px) {
    .col-398-1, .col-398-2, .col-398-3, .col-398-4, .col-398-5, .col-398-6, .col-398-7, .col-398-8, .col-398-9, .col-398-10, .col-398-11, .col-398-12 {
      float: left;
    }
    .col-398-12 {
      width: 100%;
    }
    .col-398-11 {
      width: 91.66666667%;
    }
    .col-398-10 {
      width: 83.33333333%;
    }
    .col-398-9 {
      width: 75%;
    }
    .col-398-8 {
      width: 66.66666667%;
    }
    .col-398-7 {
      width: 58.33333333%;
    }
    .col-398-6 {
      width: 50%;
    }
    .col-398-5 {
      width: 41.66666667%;
    }
    .col-398-4 {
      width: 33.33333333%;
    }
    .col-398-3 {
      width: 25%;
    }
    .col-398-2 {
      width: 16.66666667%;
    }
    .col-398-1 {
      width: 8.33333333%;
    }
  }
  @media (min-width: 568px) {
    .col-568-1, .col-568-2, .col-568-3, .col-568-4, .col-568-5, .col-568-6, .col-568-7, .col-568-8, .col-568-9, .col-568-10, .col-568-11, .col-568-12 {
      float: left;
    }
    .col-568-12 {
      width: 100%;
    }
    .col-568-11 {
      width: 91.66666667%;
    }
    .col-568-10 {
      width: 83.33333333%;
    }
    .col-568-9 {
      width: 75%;
    }
    .col-568-8 {
      width: 66.66666667%;
    }
    .col-568-7 {
      width: 58.33333333%;
    }
    .col-568-6 {
      width: 50%;
    }
    .col-568-5 {
      width: 41.66666667%;
    }
    .col-568-4 {
      width: 33.33333333%;
    }
    .col-568-3 {
      width: 25%;
    }
    .col-568-2 {
      width: 16.66666667%;
    }
    .col-568-1 {
      width: 8.33333333%;
    }
  }
  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
  }
  @media (min-width: 1200px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
  }
  @media (min-width: 1360px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
  }
  .checkbox {
    width: 100%;
    cursor: pointer;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin:0;
  }
  .checkbox2 {
    width: 15px;
    cursor: pointer;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin:0;
  }
  .form-control {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
    line-height: 1.42857143;
    margin-bottom:5px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    height: 35px;
    border-radius: 10px;
  }
  .form-control-contato {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-left: 40px;
    height: 35px;
    font-family: 'Monts', sans-serif;   
    overflow-x: hidden;
    border-radius: 10px;
  }
  .icone-contato{
    background-color: transparent;
    position: absolute;
    width: 35px;
    color: var(--color2);
    text-align: center;
    padding: 6px 6px 5px 6px;
    border: none;
    border-radius: 8px 0 0 8px;
    height: 35px;
  }
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
  }
  .form-cores {
    display: inline-block;
  }
  .form-control2 {
    display: inline-block;
    vertical-align: middle;
    padding: 12px;
    line-height: 1.42857143;
    margin: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 45px;
    font-size: 16px;
    border-radius: 10px;
  }
  .form-control:focus {
    border-color: #91c9ae;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .maiuscula{
    text-transform: uppercase;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  tr.collapse.in {
    display: table-row;
  }
  tbody.collapse.in {
    display: table-row-group;
  }
  .dropup,
  .dropdown {
    position: relative;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  tr.collapse.in {
    display: table-row;
  }
  tbody.collapse.in {
    display: table-row-group;
  }
  .dropup,

  .dropdown {
    position: relative;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .nav {
    padding-left: 0;
    list-style: none;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
  }
  .navbar {
    position: relative;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar-toggle {
    position: absolute;
    margin: 0;
    padding: 15px;
    background-color: var(--color1);
    border: 0;
    outline: 0;
    z-index: 2000;
  }
  .navbar-toggle:hover {
    outline: 0;
    background-color: var(--color2);
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: var(--color5);
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-nav {
    margin: 0;
  }
  .icon-bar {
      transition: all 0.3s ease-out;
  }
  button.navbar-toggle:not(.collapsed) .icon-bar:first-child {
      transform: rotate(45deg);
      position: relative;
      top: 8px;
  }
  button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
      background-color: transparent;
  }
  button.navbar-toggle:not(.collapsed) .icon-bar:last-child {
      transform: rotate(-45deg);
      position: relative;
      top: -6px;
  }
  textarea.form-control {
    height: auto;
    font-family: 'Monts', sans-serif;   
  }
   th {
    border: 1px solid #fff;
    background-color:#ccc;
    height: 25px;
    padding: 0 8px 0 8px;
  }
  .clearfix:before,
  .clearfix:after,
  .container:before,
  .container:after,
  .row:before,
  .container-adaptado:before,
  .container-adaptado:after,
  .row:after,
  .btn-toolbar:before,
  .btn-toolbar:after,
  .nav:before,
  .nav:after,
  .navbar:before,
  .navbar:after,
  .navbar-header:before,
  .navbar-header:after,
  .navbar-collapse:before,
  .navbar-collapse:after {
    content: " ";
    display: table;
  }
  .container:after,
  .container-fluid:after,
  .row:after,
  .container-adaptado:after,
  .btn-toolbar:after,
  .btn-group:after,
  .nav:after,
  .navbar:after{
    clear: both;
  }
  .video-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .video-responsive .video-responsive-item,
  .video-responsive iframe,
  .video-responsive video,
  .video-responsive object,
  .video-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }
  .video-responsive-16by9 {
    padding-bottom: 56.25%;
  }

  .padding-bottom{
    padding-bottom: 50px;
  }
  .padding-topo{
    padding-top: 50px;
  }
  :root { 
    --color1: #937e54;  --color1t: #937e54aa;  --bg1: #937e54;  --bg1t: #937e54aa;
    --color2: #000000;  --color2t: #000000aa;  --bg2: #000000;  --bg2t: #000000aa;
    --color3: #f5e79c;  --color3t: #f5e79caa;  --bg3: #f5e79c;  --bg3t: #f5e79caa;
    --color4: #dedede;  --color4t: #dededeaa;  --bg4: #dedede;  --bg4t: #dededeaa;
    --color5: #ffffff;  --color5t: #ffffff90;  --bg5: #ffffff;  --bg5t: #ffffffaa;
    --color6: #2e2e2e;  --color6t: #2e2e2e96;  --bg6: #2e2e2e;  --bg6t: #2e2e2eaa;
    --color7: #00a822;
  }
  .color1 {color: var(--color1);}
  .color2 {color: var(--color2);}
  .color3 {color: var(--color3);}
  .color4 {color: var(--color4);}
  .color5 {color: var(--color5);}
  .color6 {color: var(--color6);}
  .color7 {color: var(--color7);}
  
  .color1t {color: var(--color1t);}
  .color2t {color: var(--color2t);}
  .color3t {color: var(--color3t);}
  .color4t {color: var(--color4t);}
  .color5t {color: var(--color5t);}
  .color6t {color: var(--color6t);}
  
  .bg1 {background-color: var(--color1);}
  .bg1t {background-color: var(--color1t);}
  .bg2 {background-color: var(--color2);}
  .bg2t {background-color: var(--color2t);}
  .bg3 {background-color: var(--color3);}
  .bg3t {background-color: var(--color3t);}
  .bg4 {background-color: var(--color4);}
  .bg4t {background-color: var(--color4t);}
  .bg5 {background-color: var(--color5);}
  .bg5t {background-color: var(--color5t);}
  .bg6 {background-color: var(--color6);}
  .bg6t {background-color: var(--color6t);}
  .bg7 {background-color: var(--color7);}