@charset "UTF-8";
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* CLASSES E OUTROS ESTILOS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= AJUSTES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
body {
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover, a:visited, a:focus {
    text-decoration: none;
    outline: none;
    color: inherit; }

button:visited, button:focus {
  outline: none !important;
  box-shadow: none !important; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none; }

img {
  max-width: 100%; }

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 204, 207, 0.6); }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= CLASSES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-= Classes Personalizadas -=-=-=-=-=-= */
#i_load {
  margin-left: 6px; }

.campo_select {
  position: relative; }
  .campo_select select {
    -webkit-appearance: none; }
  .campo_select i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    font-size: 18px;
    pointer-events: none;
    cursor: pointer;
    z-index: 10; }

.configBGPadrao {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.configBGCol {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.lh_90 {
  line-height: 90%; }

.lh_100 {
  line-height: 100%; }

.lh_120 {
  line-height: 120%; }

.cursor_pointer {
  cursor: pointer; }

/* Display flex no carousel */
.carousel_flex .owl-carousel .owl-stage {
  display: flex; }

/* Display flex no carousel e centralizacao */
.carousel_flex_center .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  margin: 0 auto; }

/* Cria o efeito Parallax */
.parallax {
  width: 100%;
  min-height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 100%; }

/* Video do YouTube */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 35px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* -=-=-=-=-=-= Botão Whatsapp Pulsante -=-=-=-=-=-= */
.button-whats a {
  background: #2db741 url(../../imagens/whatsapp-icon.png) no-repeat 55% 45%;
  background-size: 60%;
  position: fixed;
  right: 17px;
  bottom: 25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 9; }
.button-whats .pulsate-css {
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.0;
  border: 3px solid #2db741;
  border-radius: 30px;
  height: 18px;
  width: 18px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-align: center; }
.button-whats .effect {
  position: fixed;
  right: 12px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #2db741;
  border-radius: 50%;
  z-index: 8; }

/* MD (Antigo SM) - Google Nexus 7 */
@media only screen and (max-device-width: 991px) {
  .button-whats a {
    right: 8px;
    bottom: 8px;
    height: 35px;
    width: 35px; }
  .button-whats .effect {
    right: 3px;
    bottom: 3px;
    width: 45px;
    height: 45px; } }
/* -=-=-=-=-=-= Ajuste em Classes Existente -=-=-=-=-=-= */
.loading-ajaxLoad {
  text-align: center; }
  .loading-ajaxLoad img {
    padding-top: 20px; }

.owl-theme .owl-nav {
  margin-top: 0; }

/* Legenda Magnific Popup */
.mfp-title {
  font-size: 1.6rem; }

.modal-open {
  padding-right: 0 !important; }

.iv-close {
  background-color: #000000;
  border-radius: 100%; }

/* Oculta o icone lateral do Recaptcha */
.grecaptcha-badge {
  visibility: hidden; }

/* MD (Antigo SM) - Google Nexus 7 */
@media only screen and (max-device-width: 991px) {
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Configuracoes Padrao do Menu Mobile -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  header #menuMobile {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    padding: 0 15px;
    position: fixed; }
    header #menuMobile .navbar-brand {
      margin-right: 0;
      padding: 0;
      flex: 1 1;
      text-align: center; }
      header #menuMobile .navbar-brand img {
        transform: none; }
    header #menuMobile .menu_slide {
      position: absolute;
      height: 100%;
      display: flex;
      align-items: center; }
      header #menuMobile .menu_slide .menu-open {
        font-size: 2.5rem;
        font-weight: bold;
        padding: 0 7px;
        transition: 0.3s; }
      header #menuMobile .menu_slide .side-menu-wrapper {
        padding-bottom: 15px;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 99;
        transition: 0.5s;
        box-sizing: border-box; }
        header #menuMobile .menu_slide .side-menu-wrapper .nav_area_mobile {
          font-size: 1.3rem;
          font-weight: 600;
          padding: 18px 12px;
          text-align: center; }
          header #menuMobile .menu_slide .side-menu-wrapper .nav_area_mobile i {
            padding-right: 5px; }
        header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav {
          padding-top: 0;
          position: fixed;
          height: 100%;
          overflow-y: scroll; }
          header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav-item .nav-link {
            padding: 15px 15px;
            transition: 0.3s; }
            header #menuMobile .menu_slide .side-menu-wrapper .navbar-nav .nav-item .nav-link .fa-chevron-right {
              margin-right: 6px; }
        header #menuMobile .menu_slide .side-menu-wrapper .menu-close {
          /* close button */
          display: flex;
          align-items: center;
          justify-content: center;
          width: 35px;
          height: 35px;
          font-size: 2.2rem;
          border-radius: 50%;
          position: absolute;
          top: 10px;
          right: 12px; }
      header #menuMobile .menu_slide .menu-overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        overflow-y: auto;
        overflow-x: hidden;
        text-align: center;
        opacity: 0;
        transition: opacity 1s; }
  header .ad {
    height: 0;
    top: 0; } }
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* -=-=-=-=-=-= Estilo Padrao para Botao =-=-=-=-=-=- */
/* -=-=-=-=-=-= Padrao para Setas do Carousel =-=-=-=-=-=- */
/* -=-=-=-=-=-= Seta de Carousel Redonda dos sites rápidos =-=-=-=-=-=- */
/* -=-=-=-=-=-= Seta de Carousel para Personalização =-=-=-=-=-=- */
/* -=-=-=-=-=-= Estilo Dots Padrao para owl-carrousel =-=-=-=-=-=- */
/* -=-=-=-=-=-= Efeito de Transicao =-=-=-=-=-=- */
/* -=-=-=-=-=-= Funcao para ajustar fontes grandes =-=-=-=-=-=- */
/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*=-=-=-=-=-=-=-=-=-=-=-=-= Mixins do juice -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*=-=-=-=-=-=-=-=-=-=-=-=-= Mixins do gradients -=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* VARIAVEIS PADRAO DO PROJETO */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Fontes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cores =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Padrao */
/* Projeto */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Globais =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
body, html {
  font-size: 62.5%;
  font-family: "Raleway", sans-serif;
  background-color: #FFFFFF;
  position: relative;
  color: #405965;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100%;
  overflow-x: hidden; }

/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-= */
#back-top {
  position: fixed;
  bottom: 105px;
  right: 17px;
  z-index: 200;
  /* MD (Antigo SM) - Google Nexus 7 */ }
  #back-top a {
    position: relative;
    width: 50px;
    display: flex;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
    #back-top a span {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #FFFFFF; }
    #back-top a i {
      position: absolute;
      font-size: 5rem;
      color: #0E679B;
      left: 50%;
      transform: translate(-50%, -50%); }
  @media only screen and (max-device-width: 991px) {
    #back-top {
      bottom: 65px;
      right: 1px; }
      #back-top a span {
        width: 25px;
        height: 25px; }
      #back-top a i {
        font-size: 3.5rem; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Form Check-in =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_principal {
  background: url("../../imagens/cabecalho_img.png") no-repeat center top; }
  #section_principal .sec_titulo {
    font-size: 7.3rem;
    font-weight: bold;
    font-style: italic;
    padding-top: 180px;
    color: #0E679B; }
  #section_principal .sec_intro {
    font-size: 1.8rem;
    font-weight: 500;
    color: #0E679B;
    padding-top: 40px; }
  #section_principal .sec_form {
    padding-top: 40px; }
    #section_principal .sec_form .form-group {
      margin-bottom: 20px; }
    #section_principal .sec_form label {
      font-size: 1.6rem;
      font-weight: 600; }
    #section_principal .sec_form .form-control {
      color: #405965;
      font-size: 1.5rem;
      border: none;
      border-bottom: 1px solid #405965;
      border-radius: 0; }
      #section_principal .sec_form .form-control::placeholder {
        color: #405965; }
    #section_principal .sec_form input[type=text], #section_principal .sec_form input[type=email], #section_principal .sec_form input[type=file] {
      height: 30px; }
    #section_principal .sec_form .btn_enviar {
      padding-top: 50px; }
      #section_principal .sec_form .btn_enviar button {
        background-color: #0E679B;
        color: #FFFFFF;
        font-size: 1.6rem;
        padding: 12px 45px;
        border-radius: 0;
        border: 1px solid #0E679B;
        font-weight: 600;
        margin-top: 0;
        line-height: 120%; }
        #section_principal .sec_form .btn_enviar button:hover {
          background-color: #FFFFFF;
          color: #0E679B; }
  #section_principal .lista_perguntas {
    font-size: 1.5rem; }
    #section_principal .lista_perguntas .titulo_categoria {
      font-size: 2rem;
      font-weight: bold;
      padding: 40px 0 15px; }
    #section_principal .lista_perguntas .pergunta {
      font-size: 2rem;
      font-weight: bold;
      padding: 30px 0 10px; }
    #section_principal .lista_perguntas .form-check input[type=radio] {
      opacity: 0;
      margin-top: 5px;
      cursor: pointer;
      margin-left: 0;
      width: 17px;
      height: 17px; }
    #section_principal .lista_perguntas .form-check input[type=radio] + label:before {
      font-family: "Font Awesome 5 Free";
      content: "\f111";
      margin-right: 8px;
      font-size: 17px; }
    #section_principal .lista_perguntas .form-check input[type=radio]:checked + label:before {
      content: "\f058"; }
    #section_principal .lista_perguntas .form-check .form-check-label {
      font-size: 1.8rem;
      font-weight: 400; }
    #section_principal .lista_perguntas .table_respostas {
      width: 100%; }
      #section_principal .lista_perguntas .table_respostas th {
        width: 15%;
        text-align: center; }
        #section_principal .lista_perguntas .table_respostas th:first-child {
          width: auto; }
      #section_principal .lista_perguntas .table_respostas td {
        text-align: center;
        width: 15%;
        padding: 8px 0; }
        #section_principal .lista_perguntas .table_respostas td .td_pergunta {
          font-weight: 600;
          text-align: left; }
        #section_principal .lista_perguntas .table_respostas td input[type=radio] {
          height: 16px; }
        #section_principal .lista_perguntas .table_respostas td:first-child {
          width: auto; }
      #section_principal .lista_perguntas .table_respostas .td_radio .form-check input[type=radio] + label:before {
        margin-right: 0; }
    #section_principal .lista_perguntas textarea {
      margin-top: 10px;
      height: 100px;
      color: #AAAAAA; }

.select2-container {
  box-sizing: border-box;
  position: relative;
  font-size: 1.5rem;
  border: none;
  border-bottom: 1px solid #405965;
  color: #405965;
  height: 30px; }
  .select2-container .selection .select2-selection {
    background: transparent;
    border: 0;
    color: #405965;
    outline: none; }
    .select2-container .selection .select2-selection .select2-selection__rendered {
      color: #405965;
      outline: none; }
    .select2-container .selection .select2-selection .select2-selection__arrow b {
      position: absolute;
      top: 0;
      right: 0;
      border: 0;
      width: 30px;
      height: 30px;
      display: block; }
      .select2-container .selection .select2-selection .select2-selection__arrow b:before {
        position: absolute;
        left: -3px;
        top: 53%;
        transform: translate(0, -50%);
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        color: #fff;
        font-style: normal; }
  .select2-container .select2-dropdown {
    border: 0;
    color: #405965;
    background-color: #acdbe1; }
    .select2-container .select2-dropdown .select2-search {
      background: transparent;
      border: 0;
      outline: none; }
    .select2-container .select2-dropdown .select2-search__field {
      outline: none; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
footer {
  position: relative;
  background: url("../../imagens/rodape_img.png") no-repeat center bottom;
  padding: 235px 0 20px; }
  footer .footer_by {
    padding-top: 12px; }
    footer .footer_by img {
      height: 25px; }

/*# sourceMappingURL=stylo.css.map */
