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

#sLoad {
  margin-left: 8px;
}

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

.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: 14px;
  pointer-events: none;
  cursor: pointer;
  z-index: 10;
}

.configBGPadrao {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

/* -=-=-=-=-=-= 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;
}

/* SweetAlert */
.swal-text, .swal-footer {
  text-align: center;
}

/* MD (Antigo SM) - Google Nexus 7 */
@media only screen and (max-device-width: 991px) {
  /* -=-=-=-=-=-= Botão Whatsapp Pulsante -=-=-=-=-=-= */
  .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;
  }
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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: 40px;
    padding: 0;
    flex: 1 1;
    text-align: center;
  }
  header #menuMobile .navbar-brand img {
    transform: none;
  }
  header #menuMobile .menu_slide {
    position: relative;
    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;
    justify-content: start;
  }
  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 .bi-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: 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: #FFFFFF;
  position: relative;
  color: #9B9B9B;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100%;
  overflow-x: hidden;
}

#bodyContentInitial {
  background: #FFFFFF;
}
#bodyContentInitial .loading {
  background: url("../../imagens/logo_empresa.png") no-repeat center 35vh;
  min-height: 100vh;
  color: #FFFFFF;
  opacity: 1;
}
#bodyContentInitial .loading.webp {
  background: url("../../imagens/logo_empresa.webp") no-repeat center 35vh;
}

#bodyContentTotal {
  min-height: 25vh;
}

.loaded {
  transition: all 0.5s;
}
.loaded .loading {
  transition: all 0.5s;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-= Botão voltar ao topo -=-=-=-=-=-=-=-=-=-=-=-=-= */
#back-top {
  position: fixed;
  bottom: 105px;
  right: 17px;
  z-index: 200;
}
#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: #0095da;
  left: 50%;
  transform: translate(-50%, -50%);
}
#back-top {
  /* MD (Antigo SM) - Google Nexus 7 */
}
@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;
  }
}

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

header {
  position: relative;
  height: 100px;
}
header .navbar {
  background: #FFFFFF;
  height: 100px;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
}
header .navbar .navbar-brand img {
  height: 65px;
  width: auto;
  transition: width 1s, height 1s, transform 1s;
}
header .navbar .navbar-nav {
  width: 100%;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.4rem;
  font-weight: bold;
  color: #043667;
  padding: 0 0 2px;
  margin: 0 18px;
  border-bottom: 1px solid transparent;
  line-height: 120%;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  border-bottom-color: #043667;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
header .navbar .navbar-nav .nav-item .nav_whatsapp {
  background: #25d366;
  color: #FFFFFF;
  padding: 12px 19px;
  border: 1px solid #25d366;
  border-radius: 10px;
  margin-left: 18px;
}
header .navbar .navbar-nav .nav-item .nav_whatsapp i {
  position: relative;
  font-size: 2.2rem;
  top: 3px;
  padding-right: 12px;
}
header .navbar .navbar-nav .nav-item .nav_whatsapp:hover {
  border-bottom-color: #25d366;
  background: #FFFFFF;
  color: #25d366;
}
header .navbar .navbar-nav .active .nav-link {
  border-bottom-color: #043667;
}
header .navbar {
  /* Parte Fixa durante a rolagem */
}
header .navbar.fix {
  position: fixed;
  height: 70px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
header .navbar.fix .navbar-brand img {
  height: 50px;
  transition: width 1s, height 1s, transform 1s;
}
header .ad {
  height: 0;
  width: 100%;
  position: absolute;
  top: 70px;
  z-index: -2;
}

/* -=-=-=-=-=-= Pagina de Erro =-=-=-=-=-=- */
#pagina_erro .pag_err_titulo {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #pagina_erro .pag_err_titulo {
    font-size: calc(22px + 23 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_erro .pag_err_titulo {
    font-size: 45px;
  }
}
#pagina_erro .pag_err_titulo {
  font-weight: bold;
  color: #043667;
}
#pagina_erro .pag_err_descricao {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #pagina_erro .pag_err_descricao {
    font-size: calc(18px + 22 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_erro .pag_err_descricao {
    font-size: 40px;
  }
}
#pagina_erro .pag_err_descricao {
  font-weight: 600;
  padding-top: 22px;
}
#pagina_erro .pag_err_btn button {
  background: #09C2F4;
  color: #FFFFFF;
  font-size: 1.7rem;
  padding: 15px 25px;
  border-radius: 12px;
  border: 1px solid #09C2F4;
  font-weight: bold;
  margin-top: 35px;
  line-height: 120%;
}
#pagina_erro .pag_err_btn button:hover {
  background: #FFFFFF;
  color: #09C2F4;
}
#pagina_erro .pag_err_btn button {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Banners =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#section_banner .ban_height {
  height: 100vh;
  max-height: 600px;
}
#section_banner .ban_item {
  z-index: 1;
}
#section_banner .ban_loading {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 0;
}
#section_banner .ban_loading.ban_load_webp {
  background-image: url("../../imagens/loading_img.webp");
}
#section_banner .ban_loading.ban_load_gif {
  background-image: url("../../imagens/loading_img.gif");
}
#section_banner .carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 80px;
}
#section_banner .carousel .carousel-indicators [data-bs-target] {
  background: #09C2F4;
  margin-bottom: 15px;
  border: 0;
  height: 4px;
}
#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 .carousel-control-prev {
  left: -100px;
}
#section_banner .carousel .carousel-control-next {
  right: -100px;
}
#section_banner .carousel:hover .carousel-control-prev, #section_banner .carousel:hover .carousel-control-next {
  opacity: 1;
  transition: all 1.2s;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Solicite um Orcamento =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
a.ach_orcamento {
  top: -150px;
}

#section_orcamento {
  z-index: 1;
  margin-top: -80px;
}
#section_orcamento .sec_caixa {
  background-image: -webkit-linear-gradient(top, #09C2F4 0%, #00416D 100%);
  background-image: -o-linear-gradient(top, #09C2F4 0%, #00416D 100%);
  background-image: linear-gradient(to bottom, #09C2F4 0%, #00416D 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#FF09C2F4', endColorstr='#FF00416D', GradientType=0);
  color: #FFFFFF;
  padding: 40px 0;
  margin: 0 50px;
  border-radius: 12px;
}
#section_orcamento .sec_titulo {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  #section_orcamento .sec_titulo {
    font-size: calc(19px + 11 * (100vw - 768px) / 632);
  }
}
@media screen and (min-width: 1400px) {
  #section_orcamento .sec_titulo {
    font-size: 30px;
  }
}
#section_orcamento .sec_titulo {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  line-height: 145%;
}
#section_orcamento .sec_titulo strong {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #section_orcamento .sec_titulo strong {
    font-size: calc(22px + 13 * (100vw - 768px) / 632);
  }
}
@media screen and (min-width: 1400px) {
  #section_orcamento .sec_titulo strong {
    font-size: 35px;
  }
}
#section_orcamento .sec_titulo strong {
  font-weight: 700;
}
#section_orcamento .form_proposta {
  padding-top: 25px;
}
#section_orcamento .form_proposta label {
  font-size: 1.5rem;
  color: #FFFFFF;
}
#section_orcamento .form_proposta .form-group {
  margin-bottom: 20px;
}
#section_orcamento .form_proposta .form-control {
  background: #FFFFFF;
  font-size: 1.5rem;
  border: none;
  border-bottom: 0;
  color: #555;
  font-weight: 300;
  padding: 13.75px 14px;
  border-radius: 5px;
}
#section_orcamento .form_proposta .form-control::placeholder {
  color: #555;
}
#section_orcamento .form_proposta .campo_select i {
  color: #555;
}
#section_orcamento .form_proposta .btn_simular button {
  background: #FFFFFF;
  color: #00416D;
  font-size: 2rem;
  padding: 14px 57px;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  font-weight: 800;
  margin-top: 20px;
  line-height: 120%;
}
#section_orcamento .form_proposta .btn_simular button:hover {
  background: #00416D;
  color: #FFFFFF;
}
#section_orcamento .form_proposta .btn_simular button {
  margin: 20px auto 0;
}

/* -=-=-=-=-=-= Padrao do Titulo das sections =-=-=-=-=-=- */
/* -=-=-=-=-=-= Padrao do item de listagem dos Seguros =-=-=-=-=-=- */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Ferro e Aço =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#section_ferro_aco {
  background: #FFFFFF;
  padding: 55px 0 40px;
}
#section_ferro_aco.fundo-azul {
  background: #E2F6FF;
  margin-top: 40px;
}
#section_ferro_aco .sec_titulo .sec_tit_descricao {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #section_ferro_aco .sec_titulo .sec_tit_descricao {
    font-size: calc(22px + 8 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #section_ferro_aco .sec_titulo .sec_tit_descricao {
    font-size: 30px;
  }
}
#section_ferro_aco .sec_titulo .sec_tit_descricao {
  font-weight: bold;
  color: #043667;
}
#section_ferro_aco .sec_titulo .sec_tit_linha {
  background: #09C2F4;
  width: 116px;
  height: 4px;
  margin: 5px auto 0;
}
#section_ferro_aco .sec_titulo .sec_tit_subtitulo {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #section_ferro_aco .sec_titulo .sec_tit_subtitulo {
    font-size: calc(12px + 3 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #section_ferro_aco .sec_titulo .sec_tit_subtitulo {
    font-size: 15px;
  }
}
#section_ferro_aco .sec_titulo .sec_tit_subtitulo {
  font-weight: 400;
  color: #9b9b9b;
  padding-top: 22px;
}
#section_ferro_aco .sec_titulo .sec_tit_subtitulo {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#section_ferro_aco .sec_ferro_aco_lista {
  padding-top: 30px;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-item {
  margin-bottom: 8px;
}
#section_ferro_aco .sec_ferro_aco_lista .sec_item {
  padding: 10px 10px 96px;
  margin: 0 5px;
  border: 1px solid #e2e4ff;
  background: #fff;
  border-radius: 10px;
}
#section_ferro_aco .sec_ferro_aco_lista .sec_item .item_img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
}
#section_ferro_aco .sec_ferro_aco_lista .sec_item .item_titulo {
  font-size: 1.8rem;
  font-weight: bold;
  color: #043667;
  padding-top: 24px;
}
#section_ferro_aco .sec_ferro_aco_lista .sec_item .item_descricao {
  font-size: 1.4rem;
  padding-top: 38px;
  color: #777;
}
#section_ferro_aco .sec_ferro_aco_lista .sec_item .item_btn {
  position: absolute;
  bottom: 24px;
  width: calc(100% - 20px);
}
#section_ferro_aco .sec_ferro_aco_lista .sec_item .item_btn button {
  background: #FFFFFF;
  color: #043667;
  font-size: 1.6rem;
  padding: 12px 47px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  font-weight: 300;
  margin-top: 0;
  line-height: 120%;
}
#section_ferro_aco .sec_ferro_aco_lista .sec_item .item_btn button:hover {
  background: #043667;
  color: #FFFFFF;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 145px;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-nav [class*=owl-] {
  position: absolute;
  background: transparent;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-nav [class*=owl-] img {
  height: 30px;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-nav .owl-prev {
  left: -50px;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-nav .owl-next {
  right: -50px;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-nav [class*=owl-] {
  background: #0095DA;
  color: #FFFFFF;
  font-size: 1.7rem;
  margin: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-nav i {
  display: inline-flex;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-nav .owl-prev i {
  margin-right: 2px;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-nav .owl-next i {
  margin-left: 2px;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-dots {
  margin-top: 15px;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #0095DA;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-dots .active span {
  background: #0095DA;
}
#section_ferro_aco .sec_ferro_aco_lista .owl-dots {
  /* MD (Antigo SM) - Google Nexus 7 */
}
@media only screen and (max-device-width: 991px) {
  #section_ferro_aco .sec_ferro_aco_lista .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
#section_ferro_aco .sec_ferro_aco_btn button {
  background: #09C2F4;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 12px 40px;
  border-radius: 10px;
  border: 1px solid #09C2F4;
  font-weight: bold;
  margin-top: 25px;
  line-height: 120%;
}
#section_ferro_aco .sec_ferro_aco_btn button:hover {
  background: #FFFFFF;
  color: #09C2F4;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Ferramentas =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#section_ferramentas {
  background: #E2F6FF;
  padding: 55px 0 40px;
}
#section_ferramentas.fundo-azul {
  background: #E2F6FF;
  margin-top: 40px;
}
#section_ferramentas .sec_titulo .sec_tit_descricao {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #section_ferramentas .sec_titulo .sec_tit_descricao {
    font-size: calc(22px + 8 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #section_ferramentas .sec_titulo .sec_tit_descricao {
    font-size: 30px;
  }
}
#section_ferramentas .sec_titulo .sec_tit_descricao {
  font-weight: bold;
  color: #043667;
}
#section_ferramentas .sec_titulo .sec_tit_linha {
  background: #09C2F4;
  width: 116px;
  height: 4px;
  margin: 5px auto 0;
}
#section_ferramentas .sec_titulo .sec_tit_subtitulo {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #section_ferramentas .sec_titulo .sec_tit_subtitulo {
    font-size: calc(12px + 3 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #section_ferramentas .sec_titulo .sec_tit_subtitulo {
    font-size: 15px;
  }
}
#section_ferramentas .sec_titulo .sec_tit_subtitulo {
  font-weight: 400;
  color: #9b9b9b;
  padding-top: 22px;
}
#section_ferramentas .sec_titulo .sec_tit_subtitulo {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #000000;
}
#section_ferramentas .sec_ferramentas_lista {
  padding-top: 30px;
}
#section_ferramentas .sec_ferramentas_lista .owl-item {
  margin-bottom: 8px;
}
#section_ferramentas .sec_ferramentas_lista .sec_item {
  padding: 10px 10px 96px;
  margin: 0 5px;
  border: 1px solid #e2e4ff;
  background: #fff;
  border-radius: 10px;
}
#section_ferramentas .sec_ferramentas_lista .sec_item .item_img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
}
#section_ferramentas .sec_ferramentas_lista .sec_item .item_titulo {
  font-size: 1.8rem;
  font-weight: bold;
  color: #043667;
  padding-top: 24px;
}
#section_ferramentas .sec_ferramentas_lista .sec_item .item_descricao {
  font-size: 1.4rem;
  padding-top: 38px;
  color: #777;
}
#section_ferramentas .sec_ferramentas_lista .sec_item .item_btn {
  position: absolute;
  bottom: 24px;
  width: calc(100% - 20px);
}
#section_ferramentas .sec_ferramentas_lista .sec_item .item_btn button {
  background: #FFFFFF;
  color: #043667;
  font-size: 1.6rem;
  padding: 12px 47px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  font-weight: 300;
  margin-top: 0;
  line-height: 120%;
}
#section_ferramentas .sec_ferramentas_lista .sec_item .item_btn button:hover {
  background: #043667;
  color: #FFFFFF;
}
#section_ferramentas .sec_ferramentas_lista .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 145px;
}
#section_ferramentas .sec_ferramentas_lista .owl-nav [class*=owl-] {
  position: absolute;
  background: transparent;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#section_ferramentas .sec_ferramentas_lista .owl-nav [class*=owl-] img {
  height: 30px;
}
#section_ferramentas .sec_ferramentas_lista .owl-nav .owl-prev {
  left: -50px;
}
#section_ferramentas .sec_ferramentas_lista .owl-nav .owl-next {
  right: -50px;
}
#section_ferramentas .sec_ferramentas_lista .owl-nav [class*=owl-] {
  background: #0095DA;
  color: #FFFFFF;
  font-size: 1.7rem;
  margin: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_ferramentas .sec_ferramentas_lista .owl-nav i {
  display: inline-flex;
}
#section_ferramentas .sec_ferramentas_lista .owl-nav .owl-prev i {
  margin-right: 2px;
}
#section_ferramentas .sec_ferramentas_lista .owl-nav .owl-next i {
  margin-left: 2px;
}
#section_ferramentas .sec_ferramentas_lista .owl-dots {
  margin-top: 15px;
}
#section_ferramentas .sec_ferramentas_lista .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #0095DA;
}
#section_ferramentas .sec_ferramentas_lista .owl-dots .active span {
  background: #0095DA;
}
#section_ferramentas .sec_ferramentas_lista .owl-dots {
  /* MD (Antigo SM) - Google Nexus 7 */
}
@media only screen and (max-device-width: 991px) {
  #section_ferramentas .sec_ferramentas_lista .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
#section_ferramentas .sec_ferramentas_btn button {
  background: #09C2F4;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 12px 40px;
  border-radius: 10px;
  border: 1px solid #09C2F4;
  font-weight: bold;
  margin-top: 25px;
  line-height: 120%;
}
#section_ferramentas .sec_ferramentas_btn button:hover {
  background: #FFFFFF;
  color: #09C2F4;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Parceiros =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#section_parceiros {
  background: #FFFFFF;
  padding: 69px 0 95px;
}
#section_parceiros .sec_titulo .sec_tit_descricao {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #section_parceiros .sec_titulo .sec_tit_descricao {
    font-size: calc(22px + 8 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #section_parceiros .sec_titulo .sec_tit_descricao {
    font-size: 30px;
  }
}
#section_parceiros .sec_titulo .sec_tit_descricao {
  font-weight: bold;
  color: #043667;
}
#section_parceiros .sec_titulo .sec_tit_linha {
  background: #09C2F4;
  width: 116px;
  height: 4px;
  margin: 5px auto 0;
}
#section_parceiros .sec_titulo .sec_tit_subtitulo {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #section_parceiros .sec_titulo .sec_tit_subtitulo {
    font-size: calc(12px + 3 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #section_parceiros .sec_titulo .sec_tit_subtitulo {
    font-size: 15px;
  }
}
#section_parceiros .sec_titulo .sec_tit_subtitulo {
  font-weight: 400;
  color: #9b9b9b;
  padding-top: 22px;
}
#section_parceiros .sec_titulo .sec_tit_subtitulo {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#section_parceiros .sec_par_lista {
  padding-top: 80px;
}
#section_parceiros .sec_par_lista .sec_par_item img {
  max-height: 75px;
  width: auto;
  margin: 0 auto;
}
#section_parceiros .sec_par_lista .sec_par_item .div-img-par {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 100%;
  height: 175px;
}
#section_parceiros .sec_par_lista .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #0095DA;
}
#section_parceiros .sec_par_lista .owl-dots .active span {
  background: #0095DA;
}
#section_parceiros .sec_par_lista .owl-dots {
  /* MD (Antigo SM) - Google Nexus 7 */
}
@media only screen and (max-device-width: 991px) {
  #section_parceiros .sec_par_lista .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}

/* -=-=-=-= Informacoes sobre LGPD -=-=-=-= */
#divInfoLGPD {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
#divInfoLGPD .caixa_info {
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 40px;
  border-radius: 15px;
}
#divInfoLGPD p {
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-right: 15px;
}
#divInfoLGPD .btn_entendi {
  background: #0EB04B;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 12px 50px;
  border-radius: 10px;
  border: 1px solid #0EB04B;
  font-weight: 400;
  margin-top: 0;
  line-height: 120%;
}
#divInfoLGPD .btn_entendi:hover {
  background: #FFFFFF;
  color: #0EB04B;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Section Newsletter =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#sec_news {
  padding-top: 115px;
  background: #FFFFFF;
}
#sec_news.fundo-azul {
  background: #E2F6FF;
}
#sec_news #section_newsletter {
  background: #0095DA;
  color: #FFFFFF;
  padding: 43px 0;
}
#sec_news #section_newsletter.pag_cont_detalhes {
  margin-top: 0;
}
#sec_news #section_newsletter .sec_news_img {
  position: relative;
  width: 260px;
  left: -40px;
}
#sec_news #section_newsletter .sec_news_img img {
  height: 200px;
  position: absolute;
  top: -125px;
}
#sec_news #section_newsletter .sec_news_intro {
  flex: 1 1;
}
#sec_news #section_newsletter .sec_news_intro .sec_news_titulo {
  font-size: 2rem;
  font-weight: 600;
}
#sec_news #section_newsletter .sec_news_intro .sec_news_descricao {
  font-size: 1.2rem;
  padding-top: 4px;
}
#sec_news #section_newsletter .form_newsletter {
  padding-left: 37px;
}
#sec_news #section_newsletter .form_newsletter .form-control {
  height: 40px;
  font-size: 1.2rem;
  color: #7B7B7B;
  padding: 5px 20px;
  border-color: #FFFFFF;
  border-radius: 10px 0 0 10px;
}
#sec_news #section_newsletter .form_newsletter .form-control::placeholder {
  color: #7B7B7B;
}
#sec_news #section_newsletter .form_newsletter .btn_news {
  background: #043667;
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 8px 20px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #043667;
  font-weight: 500;
  margin-top: 0;
  line-height: 120%;
}
#sec_news #section_newsletter .form_newsletter .btn_news:hover {
  background: #FFFFFF;
  color: #043667;
}

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

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Footer =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#footer {
  background: #043667;
  font-size: 1.2rem;
  padding: 46px 0 19px;
}
#footer .footer_logo img {
  max-height: 83px;
}
#footer .footer_info {
  color: #FFFFFF;
}
#footer .footer_direitos {
  padding-top: 34px;
  color: #FFFFFF;
}
#footer .footer_redes_sociais .rs_item {
  width: 41px;
  height: 41px;
  font-size: 2.2rem;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  margin-right: 12px;
}
#footer .footer_redes_sociais a:last-child .rs_item {
  margin-right: 0;
}
#footer .footer_by {
  padding-top: 6px;
}
#footer .footer_by img {
  height: 25px;
}

/* -=-=-=-=-=-= Padrao do Topo das Paginas Internas =-=-=-=-=-=- */
/* -=-=-=-=-=-= Padrao do Titulo das Paginas Internas =-=-=-=-=-=- */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina Quem Somos =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#pagina_quem_somos .pag_topo {
  box-shadow: -2px -1px 10px 2px #000;
}
#pagina_quem_somos .pag_topo .pag_top_descricao {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #pagina_quem_somos .pag_topo .pag_top_descricao {
    font-size: calc(18px + 38 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_quem_somos .pag_topo .pag_top_descricao {
    font-size: 56px;
  }
}
#pagina_quem_somos .pag_topo .pag_top_descricao {
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 0;
  height: 250px;
  width: 600px;
  margin: 0 auto;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  align-items: center;
}
#pagina_quem_somos .pag_topo:after {
  content: "";
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
}
#pagina_quem_somos .pag_titulo {
  padding: 60px 0;
}
#pagina_quem_somos .pag_titulo .pag_tit_descricao {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #pagina_quem_somos .pag_titulo .pag_tit_descricao {
    font-size: calc(16px + 14 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_quem_somos .pag_titulo .pag_tit_descricao {
    font-size: 30px;
  }
}
#pagina_quem_somos .pag_titulo .pag_tit_descricao {
  font-weight: bold;
  color: #043667;
  line-height: 1.5;
}
#pagina_quem_somos .pag_titulo .pag_tit_linha {
  background: #09C2F4;
  width: 116px;
  height: 4px;
  margin: 10px 0 0;
}
#pagina_quem_somos .pag_titulo .pag_tit_subtitulo {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #pagina_quem_somos .pag_titulo .pag_tit_subtitulo {
    font-size: calc(12px + 3 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_quem_somos .pag_titulo .pag_tit_subtitulo {
    font-size: 15px;
  }
}
#pagina_quem_somos .pag_titulo .pag_tit_subtitulo {
  color: #9b9b9b;
  padding-top: 22px;
  font-weight: 400;
}
#pagina_quem_somos .pag_titulo .pag_tit_linha {
  margin: 10px auto 0;
}
#pagina_quem_somos .img_qs_2 {
  margin-top: 0;
}
#pagina_quem_somos .pag_qs_texto {
  margin: 60px 0;
  font-size: 1.5rem;
  color: #000000;
}
#pagina_quem_somos .pag_qs_texto strong {
  font-size: 2rem;
  font-weight: 800;
}
#pagina_quem_somos .pag_qs_texto p {
  margin-bottom: 30px;
}
#pagina_quem_somos .pag_qs_texto p:last-child {
  margin-bottom: 0;
}
#pagina_quem_somos .pag_qs_texto.pag_qs_tex1 {
  padding-right: 45px;
}
#pagina_quem_somos .pag_qs_video {
  padding-top: 60px;
}
#pagina_quem_somos .pag_qs_galeria {
  padding-top: 60px;
}
#pagina_quem_somos .pag_qs_galeria .qs_gal_item {
  border-radius: 10px;
  overflow: hidden;
}
#pagina_quem_somos .pag_qs_galeria .qs_gal_item .gal_item_img {
  height: 300px;
  transition: all 0.5s;
  transform: scale(1);
}
#pagina_quem_somos .pag_qs_galeria .qs_gal_item:hover .gal_item_img {
  transition: all 0.5s;
  transform: scale(1.1);
}
#pagina_quem_somos .pag_qs_galeria .owl-dots {
  margin-top: 10px;
}
#pagina_quem_somos .pag_qs_galeria .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #09C2F4;
}
#pagina_quem_somos .pag_qs_galeria .owl-dots .active span {
  background: #09C2F4;
}
#pagina_quem_somos .pag_qs_galeria .owl-dots {
  /* MD (Antigo SM) - Google Nexus 7 */
}
@media only screen and (max-device-width: 991px) {
  #pagina_quem_somos .pag_qs_galeria .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
#pagina_quem_somos .pag_qs_galeria .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 125px;
}
#pagina_quem_somos .pag_qs_galeria .owl-nav [class*=owl-] {
  position: absolute;
  background: transparent;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#pagina_quem_somos .pag_qs_galeria .owl-nav [class*=owl-] img {
  height: 30px;
}
#pagina_quem_somos .pag_qs_galeria .owl-nav .owl-prev {
  left: -50px;
}
#pagina_quem_somos .pag_qs_galeria .owl-nav .owl-next {
  right: -50px;
}
#pagina_quem_somos .pag_qs_galeria .owl-nav [class*=owl-] {
  background: #09C2F4;
  color: #FFFFFF;
  font-size: 1.5rem;
  margin: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina de Listagem dos Seguros =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#pagina_listagem .pag_topo {
  box-shadow: -2px -1px 10px 2px #000;
}
#pagina_listagem .pag_topo .pag_top_descricao {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #pagina_listagem .pag_topo .pag_top_descricao {
    font-size: calc(22px + 18 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_listagem .pag_topo .pag_top_descricao {
    font-size: 40px;
  }
}
#pagina_listagem .pag_topo .pag_top_descricao {
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 0;
  height: 250px;
  width: 600px;
  margin: 0 auto;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  align-items: center;
}
#pagina_listagem .pag_topo:after {
  content: "";
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
}
#pagina_listagem .pag_titulo {
  padding-top: 50px;
}
#pagina_listagem .pag_titulo .pag_tit_descricao {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #pagina_listagem .pag_titulo .pag_tit_descricao {
    font-size: calc(16px + 14 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_listagem .pag_titulo .pag_tit_descricao {
    font-size: 30px;
  }
}
#pagina_listagem .pag_titulo .pag_tit_descricao {
  font-weight: bold;
  color: #043667;
  line-height: 1.5;
}
#pagina_listagem .pag_titulo .pag_tit_linha {
  background: #09C2F4;
  width: 116px;
  height: 4px;
  margin: 10px 0 0;
}
#pagina_listagem .pag_titulo .pag_tit_subtitulo {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #pagina_listagem .pag_titulo .pag_tit_subtitulo {
    font-size: calc(12px + 3 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_listagem .pag_titulo .pag_tit_subtitulo {
    font-size: 15px;
  }
}
#pagina_listagem .pag_titulo .pag_tit_subtitulo {
  color: #9b9b9b;
  padding-top: 22px;
  font-weight: 400;
}
#pagina_listagem .pag_titulo .pag_tit_linha {
  margin: 10px auto 0;
}
#pagina_listagem .pag_lista {
  padding-top: 50px;
}
#pagina_listagem .pag_lista .sec_item {
  padding: 10px 10px 96px;
  margin: 0 5px;
  border: 1px solid #e2e4ff;
  background: #fff;
  border-radius: 10px;
}
#pagina_listagem .pag_lista .sec_item .item_img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
}
#pagina_listagem .pag_lista .sec_item .item_titulo {
  font-size: 1.8rem;
  font-weight: bold;
  color: #043667;
  padding-top: 24px;
}
#pagina_listagem .pag_lista .sec_item .item_descricao {
  font-size: 1.4rem;
  padding-top: 38px;
  color: #777;
}
#pagina_listagem .pag_lista .sec_item .item_btn {
  position: absolute;
  bottom: 24px;
  width: calc(100% - 20px);
}
#pagina_listagem .pag_lista .sec_item .item_btn button {
  background: #FFFFFF;
  color: #043667;
  font-size: 1.6rem;
  padding: 12px 47px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  font-weight: 300;
  margin-top: 0;
  line-height: 120%;
}
#pagina_listagem .pag_lista .sec_item .item_btn button:hover {
  background: #043667;
  color: #FFFFFF;
}
#pagina_listagem .pag_lista .btn_ajax button {
  background: #09C2F4;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 12px 40px;
  border-radius: 10px;
  border: 1px solid #09C2F4;
  font-weight: bold;
  margin-top: 30px;
  line-height: 120%;
}
#pagina_listagem .pag_lista .btn_ajax button:hover {
  background: #FFFFFF;
  color: #09C2F4;
}
#pagina_listagem .pag_lista .btn_ajax button i {
  padding-left: 6px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina de detalhes dos Seguros =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#pagina_detalhes .pag_topo {
  box-shadow: -2px -1px 10px 2px #000;
}
#pagina_detalhes .pag_topo .pag_top_descricao {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #pagina_detalhes .pag_topo .pag_top_descricao {
    font-size: calc(22px + 28 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_detalhes .pag_topo .pag_top_descricao {
    font-size: 50px;
  }
}
#pagina_detalhes .pag_topo .pag_top_descricao {
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 0;
  height: 250px;
  width: 600px;
  margin: 0 auto;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  align-items: center;
}
#pagina_detalhes .pag_topo:after {
  content: "";
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
}
#pagina_detalhes .pag_det_titulo {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #pagina_detalhes .pag_det_titulo {
    font-size: calc(16px + 14 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_detalhes .pag_det_titulo {
    font-size: 30px;
  }
}
#pagina_detalhes .pag_det_titulo {
  font-weight: bold;
  color: #00416D;
  line-height: 1.5;
  margin-top: 60px;
}
#pagina_detalhes .pag_det_img {
  height: 460px;
  border-radius: 10px;
  margin-top: 60px;
}
#pagina_detalhes #owlGaleria {
  padding-top: 60px;
}
#pagina_detalhes #owlGaleria .gal_item {
  border-radius: 10px;
  overflow: hidden;
}
#pagina_detalhes #owlGaleria .gal_item .gal_item_img {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#pagina_detalhes #owlGaleria .owl-dots {
  margin-top: 10px;
}
#pagina_detalhes #owlGaleria .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #09C2F4;
}
#pagina_detalhes #owlGaleria .owl-dots .active span {
  background: #09C2F4;
}
#pagina_detalhes #owlGaleria .owl-dots {
  /* MD (Antigo SM) - Google Nexus 7 */
}
@media only screen and (max-device-width: 991px) {
  #pagina_detalhes #owlGaleria .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
#pagina_detalhes #owlGaleria .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 48%;
}
#pagina_detalhes #owlGaleria .owl-nav [class*=owl-] {
  position: absolute;
  background: transparent;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#pagina_detalhes #owlGaleria .owl-nav [class*=owl-] img {
  height: 30px;
}
#pagina_detalhes #owlGaleria .owl-nav .owl-prev {
  left: -50px;
}
#pagina_detalhes #owlGaleria .owl-nav .owl-next {
  right: -50px;
}
#pagina_detalhes #owlGaleria .owl-nav [class*=owl-] {
  background: #09C2F4;
  color: #FFFFFF;
  font-size: 1.5rem;
  margin: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagina_detalhes .pag_det_form_orc {
  background: #09C2F4;
  padding: 35px 45px 30px;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 50px;
}
#pagina_detalhes .pag_det_form_orc .mod_form_titulo {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#pagina_detalhes .pag_det_form_orc .mod_form_orcamento {
  padding-top: 28px;
}
#pagina_detalhes .pag_det_form_orc .mod_form_orcamento .form-floating {
  margin-bottom: 15px;
}
#pagina_detalhes .pag_det_form_orc .mod_form_orcamento .form-floating label {
  font-size: 1.2rem;
  color: #9B9B9B;
}
#pagina_detalhes .pag_det_form_orc .mod_form_orcamento .form-control {
  font-size: 1.2rem;
  color: #9B9B9B;
  height: 45px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}
#pagina_detalhes .pag_det_form_orc .mod_form_orcamento .form_btn {
  padding-top: 10px;
}
#pagina_detalhes .pag_det_form_orc .mod_form_orcamento .form_btn button {
  background: #00416D;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid #00416D;
  font-weight: 800;
  margin-top: 0;
  line-height: 120%;
}
#pagina_detalhes .pag_det_form_orc .mod_form_orcamento .form_btn button:hover {
  background: #FFFFFF;
  color: #00416D;
}
#pagina_detalhes .pag_det_form_orc .mod_form_orcamento .form_btn button {
  width: 100%;
}
#pagina_detalhes .pag_det_form_orc .mod_form_footer {
  font-size: 1rem;
  font-weight: 300;
  padding-top: 12px;
}
#pagina_detalhes .pag_det_texto {
  font-size: 1.5rem;
  color: #000000;
  padding-top: 55px;
}
#pagina_detalhes .pag_det_btn_duvidas button {
  background: #ffaa00;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 15px 85px 15px 20px;
  border-radius: 10px;
  border: 1px solid #ffaa00;
  font-weight: 600;
  margin-top: 45px;
  line-height: 120%;
}
#pagina_detalhes .pag_det_btn_duvidas button:hover {
  background: #FFFFFF;
  color: #ffaa00;
}
#pagina_detalhes .pag_det_btn_duvidas button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pagina_detalhes .pag_det_btn_duvidas button i {
  margin-right: 22px;
  font-size: 4rem;
}
#pagina_detalhes .pag_det_btn_voltar button {
  background: #09C2F4;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 10px 35px;
  border-radius: 10px;
  border: 1px solid #09C2F4;
  font-weight: 600;
  margin-top: 45px;
  line-height: 120%;
}
#pagina_detalhes .pag_det_btn_voltar button:hover {
  background: #FFFFFF;
  color: #09C2F4;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Pagina Contato =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#pagina_contato .pag_topo {
  box-shadow: -2px -1px 10px 2px #000;
}
#pagina_contato .pag_topo .pag_top_descricao {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #pagina_contato .pag_topo .pag_top_descricao {
    font-size: calc(22px + 28 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_contato .pag_topo .pag_top_descricao {
    font-size: 50px;
  }
}
#pagina_contato .pag_topo .pag_top_descricao {
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 0;
  height: 250px;
  width: 600px;
  margin: 0 auto;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  align-items: center;
}
#pagina_contato .pag_topo:after {
  content: "";
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
}
#pagina_contato .pag_con_form {
  padding-top: 80px;
}
#pagina_contato .pag_con_form .pag_form_img img {
  border-radius: 10px;
}
#pagina_contato .pag_con_form .pag_con_linha {
  background: #D1D1D1;
  width: 1px;
  margin: 0 auto;
}
#pagina_contato .pag_con_form .pag_form_intro {
  font-size: 1.6rem;
}
#pagina_contato .pag_con_form .pag_form_contato {
  padding-top: 20px;
}
#pagina_contato .pag_con_form .pag_form_contato .form-floating {
  margin-bottom: 15px;
}
#pagina_contato .pag_con_form .pag_form_contato .form-floating label {
  font-size: 1.2rem;
}
#pagina_contato .pag_con_form .pag_form_contato .form-control {
  font-size: 1.2rem;
  color: #9B9B9B;
  padding-top: 15px;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
}
#pagina_contato .pag_con_form .pag_form_contato .form-control::placeholder {
  color: transparent;
}
#pagina_contato .pag_con_form .pag_form_contato input {
  height: 45px;
}
#pagina_contato .pag_con_form .pag_form_contato textarea {
  height: 205px;
}
#pagina_contato .pag_con_form .pag_form_contato .form_btn {
  padding-top: 10px;
}
#pagina_contato .pag_con_form .pag_form_contato .form_btn button {
  background: #043667;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 11px 138px;
  border-radius: 10px;
  border: 1px solid #043667;
  font-weight: 800;
  margin-top: 0;
  line-height: 120%;
}
#pagina_contato .pag_con_form .pag_form_contato .form_btn button:hover {
  background: #FFFFFF;
  color: #043667;
}
#pagina_contato .pag_con_informacoes {
  padding-top: 100px;
}
#pagina_contato .pag_con_informacoes .con_info_caixa {
  padding: 30px 56px;
  border: 1px solid #9B9B9B;
  border-radius: 10px;
  height: 100%;
}
#pagina_contato .pag_con_informacoes .con_info_caixa .pag_titulo .pag_tit_descricao {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #pagina_contato .pag_con_informacoes .con_info_caixa .pag_titulo .pag_tit_descricao {
    font-size: calc(16px + 14 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_contato .pag_con_informacoes .con_info_caixa .pag_titulo .pag_tit_descricao {
    font-size: 30px;
  }
}
#pagina_contato .pag_con_informacoes .con_info_caixa .pag_titulo .pag_tit_descricao {
  font-weight: bold;
  color: #043667;
  line-height: 1.5;
}
#pagina_contato .pag_con_informacoes .con_info_caixa .pag_titulo .pag_tit_linha {
  background: #09C2F4;
  width: 116px;
  height: 4px;
  margin: 10px 0 0;
}
#pagina_contato .pag_con_informacoes .con_info_caixa .pag_titulo .pag_tit_subtitulo {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #pagina_contato .pag_con_informacoes .con_info_caixa .pag_titulo .pag_tit_subtitulo {
    font-size: calc(12px + 3 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 1600px) {
  #pagina_contato .pag_con_informacoes .con_info_caixa .pag_titulo .pag_tit_subtitulo {
    font-size: 15px;
  }
}
#pagina_contato .pag_con_informacoes .con_info_caixa .pag_titulo .pag_tit_subtitulo {
  color: #9b9b9b;
  padding-top: 22px;
  font-weight: 400;
}
#pagina_contato .pag_con_informacoes .con_info_caixa .con_info_lista {
  padding-top: 65px;
}
#pagina_contato .pag_con_informacoes .con_info_caixa .con_info_lista .con_info_item {
  color: #000000;
  margin-bottom: 18px;
}
#pagina_contato .pag_con_informacoes .con_info_caixa .con_info_lista .con_info_item .info_item_icon {
  font-size: 2.4rem;
}
#pagina_contato .pag_con_informacoes .con_info_caixa .con_info_lista .con_info_item .info_item_descricao {
  font-size: 1.5rem;
  flex: 1 1;
  margin-left: 30px;
}
#pagina_contato .pag_con_informacoes .con_info_caixa .con_info_lista .con_info_item:last-child {
  margin-bottom: 0;
}
#pagina_contato .pag_con_informacoes .con_info_mapa .pag_map_area {
  height: 561px;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
}

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