@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 {
    background-size: 55%;
    position: absolute;
    bottom: 13px;
    height: 35px;
    width: 35px; }
  .button-whats .effect {
    position: absolute;
    right: 14px;
    bottom: 10px;
    width: 41px;
    height: 41px; } }
/* -=-=-=-=-=-= 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: "Poppins", sans-serif;
  background-color: #FFFFFF;
  position: relative;
  color: #707070;
  -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: #0195DB;
      left: 50%;
      transform: translate(-50%, -50%); }
  @media only screen and (max-device-width: 991px) {
    #back-top {
      bottom: 20px;
      right: -2px; }
      #back-top a span {
        width: 25px;
        height: 25px; }
      #back-top a i {
        font-size: 3rem; } }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Topo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_topo {
  border-bottom: 1px solid #C8C8C8; }
  #section_topo .top_item {
    height: 46px; }
  #section_topo .itens_contato .con_item {
    font-size: 1.2rem;
    margin-right: 146px; }
    #section_topo .itens_contato .con_item i {
      font-size: 1.5rem;
      margin-right: 8px; }
    #section_topo .itens_contato .con_item:last-child {
      margin-right: 0; }
  #section_topo .itens_contato .item_telefones span {
    line-height: 110%; }
  #section_topo .itens_contato .item_whats i {
    padding-bottom: 3px; }
  #section_topo .itens_rede_social a {
    margin-right: 15px; }
    #section_topo .itens_rede_social a:last-child {
      margin-right: 0; }
  #section_topo .itens_rede_social .rs_item {
    font-size: 2rem; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nav Bar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
a.anchor {
  display: block;
  position: relative;
  top: -80px;
  z-index: -999;
  visibility: hidden; }

header {
  position: relative;
  height: 150px; }
  header .navbar {
    height: 150px;
    background-color: #FFFFFF;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    /* Parte Fixa durante a rolagem */ }
    header .navbar .navbar-brand img {
      height: 105px;
      transition: width 1s, height 1s, transform 1s; }
    header .navbar .navbar-nav {
      width: 100%; }
      header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 1.2rem;
        font-weight: bold;
        color: #707070;
        padding: 0 40px;
        line-height: 120%;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        header .navbar .navbar-nav .nav-item .nav-link:hover {
          color: #0195DB;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      header .navbar .navbar-nav .nav-item .nav_contato {
        padding: 14px 28px;
        margin-left: 40px;
        border: 1px solid #707070;
        border-radius: 10px; }
        header .navbar .navbar-nav .nav-item .nav_contato:hover {
          background-color: #707070;
          color: #FFFFFF; }
    header .navbar.fix {
      height: 80px;
      position: fixed; }
      header .navbar.fix .navbar-brand img {
        height: 60px;
        transition: width 1s, height 1s, transform 1s; }
  header .ad {
    height: 0;
    width: 100%;
    position: absolute;
    top: 80px;
    z-index: -2; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#section_banner {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  #section_banner .banner {
    height: 500px; }
  #section_banner .carousel .carousel-control-prev, #section_banner .carousel .carousel-control-next {
    opacity: 0;
    transition: all 1.2s; }
    #section_banner .carousel .carousel-control-prev img, #section_banner .carousel .carousel-control-next img {
      height: 30px; }
  #section_banner .carousel:hover .carousel-control-prev, #section_banner .carousel:hover .carousel-control-next {
    opacity: 1;
    transition: all 1.2s; }

/* -=-=-=-=-=-= Padrao para Titulo das Sections =-=-=-=-=-=- */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Seguros =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_seguros {
  padding: 40px 0 30px; }
  #section_seguros .sec_seg_titulo .tit_descricao {
    font-weight: bold;
    color: #0195DB; }
    #section_seguros .sec_seg_titulo .tit_descricao {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #section_seguros .sec_seg_titulo .tit_descricao {
          font-size: calc(22px + 18 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_seguros .sec_seg_titulo .tit_descricao {
          font-size: 40px; } }
  #section_seguros .sec_seg_titulo .tit_linha {
    background-color: #707070;
    width: 92px;
    height: 3px;
    margin: 12px auto 0; }
  #section_seguros .sec_seg_lista {
    padding-top: 56px; }
    #section_seguros .sec_seg_lista .seg_item {
      padding-bottom: 55px; }
      #section_seguros .sec_seg_lista .seg_item .item_img {
        overflow: hidden;
        border-radius: 20px; }
        #section_seguros .sec_seg_lista .seg_item .item_img .img_efeito {
          height: 235px;
          transition: all 0.5s;
          transform: scale(1); }
      #section_seguros .sec_seg_lista .seg_item .item_titulo {
        font-size: 2rem;
        font-weight: bold;
        color: #0195DB;
        padding-top: 15px; }
      #section_seguros .sec_seg_lista .seg_item .item_texto {
        font-size: 1.5rem;
        padding-top: 15px; }
      #section_seguros .sec_seg_lista .seg_item .item_btn {
        position: absolute;
        width: 100%;
        bottom: 0; }
        #section_seguros .sec_seg_lista .seg_item .item_btn button {
          background-color: #0195DB;
          color: #FFFFFF;
          font-size: 1.5rem;
          padding: 11px 26px;
          border-radius: 20px;
          border: 1px solid #0195DB;
          font-weight: 500;
          margin-top: 0;
          line-height: 120%; }
          #section_seguros .sec_seg_lista .seg_item .item_btn button:hover {
            background-color: #FFFFFF;
            color: #0195DB; }
          #section_seguros .sec_seg_lista .seg_item .item_btn button i {
            font-size: 1.2rem;
            padding-left: 15px; }
      #section_seguros .sec_seg_lista .seg_item:hover .item_img .img_efeito {
        transition: all 0.5s;
        transform: scale(1.3); }
    #section_seguros .sec_seg_lista .owl-dots {
      margin-top: 15px;
      /* MD (Antigo SM) - Google Nexus 7 */ }
      #section_seguros .sec_seg_lista .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #0195DB; }
      #section_seguros .sec_seg_lista .owl-dots .active span {
        background-color: #0195DB; }
      @media only screen and (max-device-width: 991px) {
        #section_seguros .sec_seg_lista .owl-dots .owl-dot span {
          width: 10px;
          height: 10px; } }
    #section_seguros .sec_seg_lista .owl-nav {
      position: absolute;
      width: 100%;
      height: 0;
      top: 180px; }
      #section_seguros .sec_seg_lista .owl-nav [class*='owl-'] {
        position: absolute;
        background: transparent;
        font-size: 14px;
        margin: 0;
        padding: 0;
        border-radius: 0; }
        #section_seguros .sec_seg_lista .owl-nav [class*='owl-'] img {
          height: 30px; }
      #section_seguros .sec_seg_lista .owl-nav .owl-prev {
        left: -60px; }
      #section_seguros .sec_seg_lista .owl-nav .owl-next {
        right: -60px; }
      #section_seguros .sec_seg_lista .owl-nav [class*='owl-'] {
        background: transparent;
        color: #0195DB;
        font-size: 2.4rem;
        padding: 0 !important;
        margin: 0;
        border-radius: 0; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Modal de Solicitacao =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#modalSolicitacao .modal-content {
  border-radius: 20px; }
#modalSolicitacao .modal-header {
  padding: 0;
  border: none; }
  #modalSolicitacao .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-size: contain;
    width: 14px;
    height: 14px;
    opacity: 1;
    padding: 0;
    z-index: 1; }
#modalSolicitacao .modal-body {
  padding: 35px 35px 40px; }
  #modalSolicitacao .modal-body .form_titulo {
    font-weight: bold;
    color: #2D3748; }
    #modalSolicitacao .modal-body .form_titulo {
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #modalSolicitacao .modal-body .form_titulo {
          font-size: calc(20px + 10 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #modalSolicitacao .modal-body .form_titulo {
          font-size: 30px; } }
  #modalSolicitacao .modal-body .form_solicitacao {
    padding-top: 22px; }
    #modalSolicitacao .modal-body .form_solicitacao .form-group {
      margin-bottom: 22px; }
    #modalSolicitacao .modal-body .form_solicitacao .form-control {
      background-color: #EEEEEE;
      font-size: 1.5rem;
      color: #707070;
      border: 1px solid transparent;
      border-radius: 10px; }
      #modalSolicitacao .modal-body .form_solicitacao .form-control::placeholder {
        color: #707070; }
    #modalSolicitacao .modal-body .form_solicitacao input {
      height: 50px; }
    #modalSolicitacao .modal-body .form_solicitacao textarea {
      height: 130px; }
  #modalSolicitacao .modal-body .btn_enviar button {
    background-color: #0195DB;
    color: #FFFFFF;
    font-size: 1.7rem;
    padding: 12px 35px;
    border-radius: 28px;
    border: 1px solid #0195DB;
    font-weight: bold;
    margin-top: 0;
    line-height: 120%; }
    #modalSolicitacao .modal-body .btn_enviar button:hover {
      background-color: #FFFFFF;
      color: #0195DB; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Sobre Nos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_sobre_nos {
  background-color: #50C5E4;
  color: #FFFFFF;
  padding: 52px 0 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  #section_sobre_nos .sec_sn_img img {
    border: 12px solid #FFFFFF;
    border-radius: 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  #section_sobre_nos .sec_sn_titulo {
    font-size: 2rem;
    font-weight: bold; }
  #section_sobre_nos .sec_sn_subtitulo {
    font-weight: bold; }
    #section_sobre_nos .sec_sn_subtitulo .sub_tit1 {
      font-size: 25px; }
      @media screen and (min-width: 768px) {
        #section_sobre_nos .sec_sn_subtitulo .sub_tit1 {
          font-size: calc(25px + 15 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_sobre_nos .sec_sn_subtitulo .sub_tit1 {
          font-size: 40px; } }
    #section_sobre_nos .sec_sn_subtitulo .sub_tit2 {
      font-size: 2.8rem; }
  #section_sobre_nos .sec_sn_texto {
    font-size: 1.5rem;
    padding-top: 35px; }
    #section_sobre_nos .sec_sn_texto p {
      margin-bottom: 30px; }
      #section_sobre_nos .sec_sn_texto p:last-child {
        margin-bottom: 0; }
  #section_sobre_nos .sec_sn_btn button {
    background-color: #FFFFFF;
    color: #0195DB;
    font-size: 1.7rem;
    padding: 14px 35px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    font-weight: bold;
    margin-top: 30px;
    line-height: 120%; }
    #section_sobre_nos .sec_sn_btn button:hover {
      background-color: #0195DB;
      color: #FFFFFF; }
    #section_sobre_nos .sec_sn_btn button i {
      font-size: 1.2rem;
      padding-left: 10px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Certificado Digital =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_certificado {
  padding: 50px 0 45px; }
  #section_certificado .sec_cd_titulo {
    padding-bottom: 74px; }
    #section_certificado .sec_cd_titulo .tit_descricao {
      font-weight: bold;
      color: #0195DB; }
      #section_certificado .sec_cd_titulo .tit_descricao {
        font-size: 22px; }
        @media screen and (min-width: 768px) {
          #section_certificado .sec_cd_titulo .tit_descricao {
            font-size: calc(22px + 18 * ((100vw - 768px) / 632)); } }
        @media screen and (min-width: 1400px) {
          #section_certificado .sec_cd_titulo .tit_descricao {
            font-size: 40px; } }
    #section_certificado .sec_cd_titulo .tit_linha {
      background-color: #707070;
      width: 92px;
      height: 3px;
      margin: 12px auto 0; }
  #section_certificado .sec_cd_intro {
    font-size: 1.9rem;
    font-weight: bold; }
  #section_certificado .sec_cd_texto {
    font-size: 1.5rem;
    padding-top: 40px; }
    #section_certificado .sec_cd_texto p:last-child {
      margin-bottom: 0; }
  #section_certificado .sec_cd_btn button {
    background-color: #0195DB;
    color: #FFFFFF;
    font-size: 1.7rem;
    padding: 14px 41px;
    border-radius: 20px;
    border: 1px solid #0195DB;
    font-weight: bold;
    margin-top: 60px;
    line-height: 120%; }
    #section_certificado .sec_cd_btn button:hover {
      background-color: #FFFFFF;
      color: #0195DB; }
    #section_certificado .sec_cd_btn button i {
      font-size: 1.2rem;
      padding-left: 25px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Onde Estamos =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_onde_estamos {
  padding-top: 45px; }
  #section_onde_estamos .sec_oe_titulo .tit_descricao {
    font-weight: bold;
    color: #0195DB; }
    #section_onde_estamos .sec_oe_titulo .tit_descricao {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #section_onde_estamos .sec_oe_titulo .tit_descricao {
          font-size: calc(22px + 18 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_onde_estamos .sec_oe_titulo .tit_descricao {
          font-size: 40px; } }
  #section_onde_estamos .sec_oe_titulo .tit_linha {
    background-color: #707070;
    width: 92px;
    height: 3px;
    margin: 12px auto 0; }
  #section_onde_estamos .sec_oe_mapa {
    height: 550px;
    margin-top: 45px; }
    #section_onde_estamos .sec_oe_mapa .gm-style .gm-style-iw-c {
      color: #000000;
      padding: 15px; }
      #section_onde_estamos .sec_oe_mapa .gm-style .gm-style-iw-c p:last-child {
        margin-bottom: 0; }
    #section_onde_estamos .sec_oe_mapa .gm-ui-hover-effect {
      top: -2px !important;
      right: -2px !important; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Contato =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#section_contato {
  padding: 86px 0 64px; }
  #section_contato .sec_con_titulo .tit_descricao {
    font-weight: bold;
    color: #0195DB; }
    #section_contato .sec_con_titulo .tit_descricao {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        #section_contato .sec_con_titulo .tit_descricao {
          font-size: calc(22px + 18 * ((100vw - 768px) / 632)); } }
      @media screen and (min-width: 1400px) {
        #section_contato .sec_con_titulo .tit_descricao {
          font-size: 40px; } }
  #section_contato .sec_con_titulo .tit_linha {
    background-color: #707070;
    width: 92px;
    height: 3px;
    margin: 12px auto 0; }
  #section_contato .sec_con_intro {
    font-size: 1.5rem;
    padding-top: 20px; }
  #section_contato .form_contato {
    padding-top: 67px; }
    #section_contato .form_contato .form-group {
      margin-bottom: 22px; }
    #section_contato .form_contato label {
      font-size: 1.5rem; }
    #section_contato .form_contato .form-control {
      font-size: 1.5rem;
      color: #707070;
      border: 1px solid #E0E0E0;
      border-radius: 5px; }
      #section_contato .form_contato .form-control::placeholder {
        color: #707070; }
    #section_contato .form_contato input {
      height: 38px; }
    #section_contato .form_contato textarea {
      height: 92px; }
    #section_contato .form_contato .btn_contato button {
      background-color: #0195DB;
      color: #FFFFFF;
      font-size: 1.7rem;
      padding: 14px 34px;
      border-radius: 28px;
      border: 1px solid #0195DB;
      font-weight: bold;
      margin-top: 13px;
      line-height: 120%; }
      #section_contato .form_contato .btn_contato button:hover {
        background-color: #FFFFFF;
        color: #0195DB; }
      #section_contato .form_contato .btn_contato button .fa-arrow-right {
        font-size: 1.2rem;
        padding-left: 15px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#footer {
  background-color: #EEEEEE;
  padding: 55px 0 20px; }
  #footer .footer_logo {
    padding-top: 45px; }
  #footer .footer_newsletter {
    width: 270px; }
    #footer .footer_newsletter .news_titulo .tit_descricao {
      font-size: 2.5rem;
      font-weight: bold;
      color: #0195DB; }
    #footer .footer_newsletter .news_titulo .tit_linha {
      background-color: #707070;
      height: 3px;
      width: 92px;
      margin-top: 6px; }
    #footer .footer_newsletter .news_intro {
      font-size: 1.2rem;
      padding-top: 44px; }
    #footer .footer_newsletter .form_newsletter {
      padding-top: 30px; }
      #footer .footer_newsletter .form_newsletter .form-control {
        font-size: 1.4rem;
        color: #868D96;
        height: 38px;
        border: 1px solid #E0E0E0;
        border-radius: 5px 0 0 5px; }
        #footer .footer_newsletter .form_newsletter .form-control::placeholder {
          color: #868D96; }
      #footer .footer_newsletter .form_newsletter .btn_news {
        background-color: #FFFFFF;
        color: #000000;
        font-size: 2.4rem;
        padding: 4px 16px;
        border-radius: 0 5px 5px 0;
        border: 1px solid #E0E0E0;
        font-weight: 800;
        margin-top: 0;
        line-height: 120%;
        border-left: none; }
        #footer .footer_newsletter .form_newsletter .btn_news:hover {
          background-color: #000000;
          color: #FFFFFF; }
  #footer .footer_contatos {
    padding-bottom: 35px; }
    #footer .footer_contatos .con_titulo {
      padding-bottom: 20px; }
      #footer .footer_contatos .con_titulo .tit_descricao {
        font-size: 2.5rem;
        font-weight: bold;
        color: #0195DB; }
      #footer .footer_contatos .con_titulo .tit_linha {
        background-color: #707070;
        height: 3px;
        width: 92px;
        margin-top: 6px; }
    #footer .footer_contatos .con_item {
      margin-bottom: 15px; }
      #footer .footer_contatos .con_item .item_icon {
        font-size: 1.4rem;
        width: 20px;
        text-align: center; }
      #footer .footer_contatos .con_item .item_descricao {
        font-size: 1.2rem;
        flex: 1 1;
        margin-left: 10px; }
      #footer .footer_contatos .con_item:last-child {
        margin-bottom: 0; }
  #footer .footer_by img {
    height: 25px; }

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina de Confirmacao do Newsletter =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#pag_newsletter .news_titulo {
  font-weight: bold; }
  #pag_newsletter .news_titulo {
    font-size: 20px; }
    @media screen and (min-width: 768px) {
      #pag_newsletter .news_titulo {
        font-size: calc(20px + 15 * ((100vw - 768px) / 632)); } }
    @media screen and (min-width: 1400px) {
      #pag_newsletter .news_titulo {
        font-size: 35px; } }
#pag_newsletter .news_text {
  font-size: 1.8rem; }
#pag_newsletter .btn_home button {
  background-color: #0195DB;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 8px 35px;
  border-radius: 9px;
  border: 1px solid #0195DB;
  font-weight: 400;
  margin-top: 20px;
  line-height: 120%; }
  #pag_newsletter .btn_home button:hover {
    background-color: #FFFFFF;
    color: #0195DB; }

/*# sourceMappingURL=stylo.css.map */
