@charset "UTF-8";
/* Tema do cliente */

/* Fonts */
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Bold.woff2') format('woff2'),
        url('../fonts/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Black.woff2') format('woff2'),
        url('../fonts/Barlow-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-ExtraBold.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-ExtraLight.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Light.woff2') format('woff2'),
        url('../fonts/Barlow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Medium.woff2') format('woff2'),
        url('../fonts/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.woff2') format('woff2'),
        url('../fonts/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Thin.woff2') format('woff2'),
        url('../fonts/Barlow-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
        url('../fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

strong, b{
  font-weight: 700;
}
body{
  font-family: var(--font-Padrao);
}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;
}
.aceitar_termos a{
    color: #FFFC9E!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FF0000;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

:root{
  --font-Padrao: 'Barlow';
}

.animar-scroll{
  opacity: 0;
}

.animar-scroll:has(.animate__animated){
  opacity: 1;
}

/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  text-decoration: none;
  transition: all .2s linear;
}
a:link, a:visited{
  color: inherit;
}
::-moz-selection{
  background: #FD8A01;
  color: #FFFFFF;
}
::selection{
  background: #FD8A01;
  color: #FFFFFF;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}
.lds-ellipsis div{  
  background-color: #FF0000;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #FF0000;
  color: #FFF;
}

.container{
  width: 100%!important;
  max-width: 1170px!important;
}
.container .row{
  margin-left: -15px;
  margin-right: -15px;
}
.container .row>*{
  padding: 0px 15px 0px 15px;
}

/* start */
html{
  scroll-behavior: smooth;
}

h1,h2,h3,h4{
  margin-bottom: 0;
  margin-top: 0;
}

body{
  background-color: black;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-family: var(--font-Padrao);
  font-weight: 300;
  color: #FFFFFF;
  overflow-x: hidden;
}

.media{
  display: flex;
  align-items: center;
}

header{
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header .segura-logo,
.header .logo__mobile{
    display: block;

    width: 100%;
    max-width: 170px;
    height: 100%;
    max-height: 82px;
}

.header .segura-logo img,
.header .logo__mobile img{
    width: 100%;
    max-width: 170px;
    height: auto;
    max-height: 82px;
}

header .segura-topo{
  background-color: black;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 6px 20px;
  height: 94px;
}

.menu__wrapper{
  display: flex;
  flex-direction: row;
  gap: 15px 72px;
}

header .segura-topo .segura-menu{
  width: 568px;
  display: flex;
}

header .segura-topo .segura-menu .menu{
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  color: #FFFFFF;
  justify-content: space-between;
  align-items: center;
  height: 94px;
  width: 100%;
  font-size: 16px;
}

header .segura-topo .segura-menu .menu .menu-link{
  position: relative;

  color: #FFFFFF;
  text-decoration: none;
  font-weight: 300;

  transition: color .3s ease-in-out;
}

header .segura-topo .segura-menu .menu .menu-link::before{
  content: '';
  position: absolute;
  top: 53%;
  left: 0px;
  z-index: 5;

  width: 100%;
  height: 1px;
  
  background-color: #FFFFFF;
  opacity: 0;

  transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
}

header .segura-topo .segura-menu .menu .menu-link:hover{
  color: #FD8A01;
}

header .segura-topo .segura-menu .menu .menu-link:hover::before{
  background-color: #FD8A01;
  opacity: 1;
}

header .segura-topo .segura-telefone{
  height: 94px;
  display: flex;
  align-items: center;
}

header .segura-topo .segura-telefone .media{
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 16px;
}

header .segura-topo .segura-telefone .media img{
  width: 19px;
  height: 19px;
  margin-right: 7px;
}

.header .menu__title{
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.header .menu__title p{
    font-family: var(--font-Padrao);
    font-size: 26px;
    font-weight: 600;

    color: var(--kry-color-1);

    margin-bottom: 0px;
}

.header .btnCloseMenu{
    background-color: transparent;
    border: none;
    border-radius: 0px;

    padding: 0px;
}

.header .btnOpenMenu{
    width: 40px;
    height: auto;

    background-color: transparent;
    border: none;
    border-radius: 0px;
    color: #FD8A01;
    cursor: pointer;

    padding: 0px;
}

.header .btnOpenMenu .lines__inner{
    width: 36px;
    height: 28px;

    display: grid;
    gap: 4px;

    margin: 0 auto;
}

.header .btnOpenMenu .line{
    height: 4px;
    background-color: currentColor;
    border-radius: 2px;
  
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  }
  
.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(1){
transform: translateY(11px) rotate(45deg);
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(2){
opacity: 0;
}

.header .btnOpenMenu[aria-expanded="true"] .line:nth-child(3){
transform: translateY(-10px) rotate(-45deg);
}

.header .backdrop{
position: fixed;
z-index: 115;
inset: 0;

background-color: rgba(0, 0, 0, .8);
backdrop-filter: blur(1px);
opacity: 0;
pointer-events: none;

transition: opacity .3s ease-in-out;
}

.header .backdrop.shown{
opacity: 1;
pointer-events: auto;
}


main .fx-topo{
  background-image: url('../imagens/banner.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main .fx-topo h1{
  font-size: 117px;
  line-height: 1;
  letter-spacing: -3px;
  background-color: #FD8A01;
  width: max-content;
  position: relative;
}

main .fx-topo h1:before{
  position: absolute;
  background-color: #FD8A01;
  width: 100%;
  height: 117px;
  left: -300px;
}

main .fx-topo h2{
  font-weight: 900;
  font-size: 117px;
  line-height: 0.7;
  letter-spacing: -3px;
}

main .fx1{
  background-color: #070707;
  background-image: url(../imagens/bg-fx1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:77px 0 84px 0;
}

main .fx1 .editor img{
  margin-right: 6px;
}

main .fx1 .editor h2{
  position: relative;

  font-weight: 300;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: -4%;

  padding-left: 38px;
  margin-bottom: 42px;
}

main .fx1 .editor h2::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;

  width: 32px;
  height: 67px;

  background-image: url('../imagens/icone-fx1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .fx1 .btn-laranja{
  margin-top: 42px;
}

main .fx1 .editor h3{
  font-weight: 300;
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF;
}

main .fx1 .editor h3 strong{
  font-family: var(--font-Padrao);
  font-weight: 800;
}

main .fx1 .editor{
  margin-bottom: 50px;
}

main .fx1 .editor p{
  font-size: 16px;
  line-height: 1.8;
  color: #FFFFFF;
}

main .fx1 .editor p strong{
  font-family: var(--font-Padrao);
  font-weight: 700;
  font-size: 16px;
  color: #FD8A01;
}

main .fx1 .btn-laranja{
  display: flex;
  width: 100%;
  max-width: 370px;
  min-height: 40px;
  border-radius: 10px;
  background-color: #FD8A01;
  color: black;
  justify-content: center;
  align-items: center;
  transition: all .2s linear;
  font-weight: bold;
}

main .fx1 .btn-laranja:hover{
  transform: scale(calc(334 / 370));
}

main .fx2{
  padding-bottom: 73px;
  background-image: url(../imagens/bg-fx3.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;

  padding-top: 70px;
}

main .fx2 .row{
  align-items: center;
  row-gap: 50px;
}

.rows__container{
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}

.fx2 .rows__container .row:nth-child(odd){
  flex-direction: row;
}

.fx2 .rows__container .row:nth-child(even){
  flex-direction: row-reverse;
}

main .fx2 img{
  width: 100%;
  height: auto;
  max-width: 470px;
  max-height: 100%;

  border-radius: 20px;
}

main .fx2 .content{
  color: #FFFFFF;
  margin-bottom: 51px;
}

main .fx2 .content h2{
  font-family: var(--font-Padrao);
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.04em;
  text-transform: uppercase;

  color: #FFFFFF;

  margin-bottom: 11px;
}

main .fx2 .content h2 strong{
  font-weight: 800;
}

main .fx2 .content p{
  color: #FFFFFF;
  text-align: justify;

  margin-bottom: 0px;
}

main .fx2 .rows__container .row:nth-child(odd) .editor{
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;

  color: #FFFFFF;
}

main .fx2 .rows__container .row:nth-child(even) .editor{
  align-items: end;
  text-align: right;
}

main .fx2 .editor h2{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.04em;
  text-transform: uppercase;

  color: #FFFFFF;

  margin-bottom: 22px;
}

main .fx2 .editor h2 strong{
  font-weight: 800;
}

main .fx2 .editor p{
  color: #FFFFFF;

  margin-bottom: 0px;
}

main .fx2 .btn-laranja{
  display: flex;
  width: 100%;
  max-width: 370px;
  min-height: 40px;
  border-radius: 10px;
  background-color: #FD8A01;
  color: black;
  justify-content: center;
  align-items: center;
  transition: all .2s linear;
  font-weight: bold;
  margin-top: 41px;
}

main .fx2 .btn-laranja:hover{
  transform: scale(calc(334 / 370));
}



main .fx3{
  padding-bottom: 73px;
  background-image: url(../imagens/bg-fx3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

main .fx3 h2{
  font-size: 20px;
  font-weight: 400;
  margin-top: 86px;
  margin-bottom: 22px;
}

main .fx3 h2 strong{
  font-family: var(--font-Padrao);
  font-weight: 800;
}
main .fx3 img{
  width: 100%;
  height: auto;
  max-width: 470px;
  max-height: 100%;

  border-radius: 20px;
  margin-top: 52px;
}

main .fx3 .editor{
  margin-bottom: 41px;
}

main .fx3 .editor p{
  color: #FFFFFF;
  text-align: justify;
}

main .fx3 .btn-laranja{
  display: flex;
  width: 100%;
  max-width: 370px;
  min-height: 40px;
  border-radius: 10px;
  background-color: #FD8A01;
  color: black;
  justify-content: center;
  align-items: center;
  transition: all .2s linear;
  font-weight: bold;
}

main .fx3 .btn-laranja:hover{
  transform: scale(calc(334 / 370));
}

main .fx4{
  padding:76px 0 109px 0;
  background-color: #070707;
}

main .fx4 h2{
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 23px;
}

main .fx4 h2 strong{
  font-family: var(--font-Padrao);
  font-weight: 800;
  color: #FD8A01;
}

main .fx4 .editor{
  margin-bottom: 30px;
}

main .fx4 .editor p{
  font-size: 16px;
  line-height: 1.8;
  color: white!important;
  text-align: center;
}

main .fx4 h3{
  font-family: var(--font-Padrao);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;

  color: #FFFFFF;

  margin-bottom: 0px;
}

main .fx4 .card-segmentos{
  width: 100%;
  max-width: 270px;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  transition: transform .3s ease-in-out;
}

main .fx4 .card-segmentos:hover{
  transform: scale(1.05);
}

main .fx4 .card-segmentos .segura-imagem{
  background-color: #000000;
  border-radius: 20px;
  width: 100%;
  max-width: 270px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

main .fx4 .card-segmentos img{
  width: 100%;
  height: auto;
  max-width: 91px;
  max-height: 91px;
}

.fx4 .swiper-slide{
  display: flex;
  justify-content: center;
}

.fx4 .segmentos__slider__container{
  margin-top: 37px;
}

.fx4 .swiper{
  overflow: visible;
}

.fx4 .scrollbar__inner{
  position: relative;
  overflow-x: clip;

  margin-top: 52px;
}

.fx4 .swiper-scrollbar{
  position: static;

  width: 100%;
  height: 1px;

  background-color: #FFFFFF;
}

.fx4 .swiper-scrollbar-drag{
  position: absolute;
  top: -6px;

  height: 14px;

  background: #FFFFFF;
  border-radius: 0px;
}

main .fx5{
  padding: 43px 0 69px 0;
  background-color: #070707;
}

main .fx5 .editor{
  color: #FFFFFF;
}

main .fx5 h2{
  font-size: 30px;
  font-weight: 300;

  color: #FFFFFF;

  margin-bottom: 19px;
}

main .fx5 h2 strong{
  font-family: var(--font-Padrao);
  font-weight: 800;
}

main .fx5 ul{
  list-style-image: url('../imagens/icone-check.png');
  margin-top: 25px;
  margin-bottom: 36px;
  padding-left: 18px;
}

main .fx5 ul li{
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;

  margin-bottom: 10px;
}

main .fx5 p{
  font-size: 16px;
  line-height: 1.8;
  color: #FFFFFF;
}

main .fx5 .card-planos{
  background-color: #FD8A01;
  padding: 122px 0 119px 77px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
}

main .fx5 .card-planos::before{
  position:absolute;
  width: 100%;
  height: 100%;
  display: block;
  content:'';
  background-color: #FD8A01;
  left: 470px;
  top: 0;
}

main .fx5 .card-planos .media img{
  margin-right: 12px;
  align-items: center;
}

main .fx5 .card-planos .media h5{
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;

  margin-bottom: 9px;
}

main .fx5 .card-planos .media h5 strong{
  font-family: var(--font-Padrao);
  font-weight: 700;
}

main .fx5 .card-planos p{
  font-size: 16px;
  color: #000000;
  line-height: 1.8;

  margin-bottom: 0px;
}

main .fx5 .card-planos p strong{
  font-family: var(--font-Padrao);
  font-weight: bold;
}

main .fx5 .card-planos p strong span{
  font-family: var(--font-Padrao);
  font-weight: bold;
  font-size: 22px;
}

main .fx5 .card-planos .btn-verde{
  width: 100%;
  max-width: 381px;
  min-height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-color: #30A938;
  transition: 0.2s linear all;
  padding: 2px 30px;
  border-radius: 15px;
  margin-top: 29px;
}

main .fx5 .card-planos .btn-verde:hover{
  transform: scale(calc(334 / 370));
  color: #FFFFFF;
}


main .fx6{
  padding: 74px 0 95px 0;
}

main .fx6 h2{
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF;

  margin-bottom: 7px;
}

main .fx6 h2 img{
  margin-right: 6px;
}

main .fx6 h2 strong{
  font-family: var(--font-Padrao);
  font-weight: 800;
  color: #FD8A01;
}

main .fx6 .editor{
  margin-bottom: 31px;
}

main .fx6 .editor p{
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;

  margin-bottom: 0px;
}

main .fx6 .card-depoimento{
  width: 100%;
  max-width: 370px;
  height: 100%;
  min-height: 192px;
  border-radius: 15px;
  background-color: #FFFFFF;
  border-left: 7px #FD8A01 solid;
  border-bottom: 7px #FD8A01 solid;
  padding: 19px 22px 13px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main .fx6 .card-depoimento p{
  font-size: 15px;
  line-height: 1.8;
  color: black;
}

main .fx6 .card-depoimento span{
  font-weight: 700;
  font-size: 17px;
  color: black;
}

.fx6 .swiper-slide{
  display: flex;
  justify-content: center;
  height: auto;
}

.fx6 .swiper__dots__inner{
  margin-top: 35px;
}

.fx6 .swiper__dots__inner .swiper-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.fx6 .swiper-pagination-bullet{
  width: 14px;
  height: 14px;

  background-color: #FFFFFF;
  outline: 3px solid #FFFFFF;
  outline-offset: -3px;

  cursor: pointer;

  transition: all .3s ease-in-out;
}

.fx6 .swiper-pagination-bullet:hover,
.fx6 .swiper-pagination-bullet-active{
  background-color: transparent;
  outline-color: #FD8A01;
}

.modal__section .modal-dialog{
  width: 100%;
  max-width: 970px;

  margin: 30px auto 50px auto;
}

#historiaModal .modal-content{
  background-color: transparent;
}

#historiaModal .modal-body{
  position: relative;

  background-color: #0F0F0F;
  border-radius: 20px;

  padding: 53px 100px 38px 100px;
}

#historiaModal .btnCloseModal{
  font-family: var(--font-Padrao);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;

  color: #FFFFFF;

  background-color: transparent;
  border: none;

  padding: 0px;
}

#historiaModal .float__inner{
  position: absolute;
  top: 15px;
  right: 20px;
}

#historiaModal .float__outter{
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}

#historiaModal .content__editor{
  font-family: var(--font-Padrao);
}

#historiaModal .content__editor h2{
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.04em;
  text-transform: uppercase;

  color: #FFFFFF;

  margin-bottom: 29px;
}

#historiaModal .content__editor h2 strong{
  font-weight: 800;
}

#historiaModal .content__editor p,
#historiaModal .content__editor li{
  font-size: 16px;
  font-weight: 400;
  text-align: justify;

  color: #FFFFFF;

  margin-bottom: 2px;
}

#historiaModal .content__editor img{
  width: auto;
  height: auto;
  max-width: 100%;

  border-radius: 10px;

  margin: 26px auto;
}

footer{
  background-image: url('../imagens/bg-footer.png');
  background-size: cover;
  background-position: center center;
  background-repeat:  no-repeat;
  padding: 85px 0 90px 0;
}

footer .segura-logo{
  display: block;
  margin-top: 38px;
  margin-bottom: 68px;
}

footer .mapa__wrapper{
  width: 100%;
  max-width: 670px;
  max-height: 500px;
}

footer a:hover{
  color: #000000;
}

footer .mapa__wrapper img,
footer .mapa__wrapper iframe{
  width: 100%;
  height: 100%;
  max-width: 670px;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
}

footer .media{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
}

footer .media img{
  margin-right: 15px;

  transition: filter .3s ease-in-out;
}

footer a.media:hover img{
  filter: brightness(0);
}

footer .media .media-body{
  padding-right: 30px;
}

footer .copyright{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: black;
  font-family: 'Noto Sans';
  margin-top: 96px;
}

footer .copyright .kryzalis{
  display: flex;
  align-items: flex-end;
}

footer .copyright .kryzalis img{
  margin-left: 22px;
}

/* RESPONSIVO */

  @media(min-width: 992px){
      .header .logo__mobile,
      .header .menu__title,
      .backdrop,
      .header .btnOpenMenu{
        display: none;
      }
  }
  @media (max-width: 991.98px) {
    .row::before,
    .row::after{
      display: none;
    }

    .header .menu__wrapper{
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 120;
      
      width: 85%;
      max-width: 350px;
      height: 100%;

      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      justify-content: start;
      gap: 20px;
      
      background-color: #070707;
      
      transform: translateX(-100%);
      opacity: 0;
      pointer-events: none;
      overflow-y: auto;

      transition: all .3s ease-in-out;

      padding: 20px 15px;
    }
    .header .menu__wrapper.shown{
      transform: translateX(0px);
      opacity: 1;
      pointer-events: auto;
    }

    header .segura-topo .segura-telefone{
      height: auto;
    }
    
    header .segura-topo .segura-menu{
      width: 100%;
    }
    header .segura-topo .segura-menu .menu{
      height: auto;

      width: 100%;
      flex-direction: column;
      align-items: start;
      row-gap: 10px;
    }

    main .fx-topo{
      height: 580px;
    }
    main .fx-topo h1,
    main .fx-topo h2{
      font-size: 80px;
    }

    main .fx1{
      background-image: none !important;
    }
    .fx1 .col-lg-7,
    .fx2 .col-lg-5,
    .fx2 .col-lg-7,
    .fx3 .col-lg-5,
    .fx3 .col-lg-7,
    footer .col-lg-7{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    main .fx2,
    main .fx3{
      padding-bottom: 50px;
    }
    .fx2 .rows__container{
      row-gap: 35px;
    }
    main .fx2 .row{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      row-gap: 25px;
    }
    main .fx2 h2,
    main .fx2 img,
    main .fx3 h2,
    main .fx3 img{
      text-align: center;

      margin-top: 0px;
    }

    main .fx2 .rows__container .row:nth-child(odd) .editor,
    main .fx2 .rows__container .row:nth-child(even) .editor{
      align-items: center;
      text-align:  center;
    }

    main .fx2 .editor p,
    main .fx2 .editor p{
      text-align: justify;

      hyphens: auto;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
    }

    main .fx4{
      padding: 56px 0px 60px 0px;
    }


    main .fx5{
      padding: 0px 0px 49px 0px;
    }
    main .fx5 .card-planos{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;

      border-radius: 15px;

      padding: 40px 25px;
      margin-top: 20px;
    }
    main .fx5 .card-planos p{
      padding-right: 0px;
    }
    main .fx5 .card-planos::before{
      display: none;
    }

    main .fx6{
      padding: 50px 0px 45px 0px;
    }

    footer{
      padding: 45px 0px 92px 0px;
    }

    footer .row{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      row-gap: 25px;
    }
    footer .col-lg-5{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    footer .segura-logo,
    footer .media{
      margin-top: 0px;
      margin-bottom: 10px;
    }
    footer .copyright{
      flex-direction: column;
      align-items: center;
      text-align: center;
      row-gap: 10px;

      margin-top: 48px;
    }
    footer .mapa__wrapper img, footer .mapa__wrapper iframe{
      height: 400px;
    }
  }
  @media(max-width: 767.98px){
    main .fx-topo{
      height: 400px;
    }
    main .fx-topo h1,
    main .fx-topo h2{
      font-size: 60px;
    }

    main .fx1 .editor{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    main .fx1 .btn-laranja{
      margin-top: 21px;
    }

    main .fx1 .editor h2,
    main .fx1 .media h3,
    main .fx4 h2,
    main .fx5 h2,
    main .fx5 h3,
    main .fx5 h4,
    main .fx6 h2,
    #historiaModal .content__editor h2{
      font-size: 26px;
    }
    main .fx1 .editor{
      margin-bottom: 25px;
    }

    main .fx4 h2{
      margin-bottom: 13px;
    }
    main .fx4 .editor,
    main .fx6 .editor{
      text-align: center;
    }

    main .fx5 .editor{
      text-align: justify;
    }

    main .fx5 .card-planos .media h5{
      font-size: 26px;
    }

    main .fx6 .card-depoimento{
      max-width: 670px;
    }

    footer .media{
      font-size: 17px;
    }
    footer .mapa__wrapper img, footer .mapa__wrapper iframe{
      height: 300px;
    }

    #historiaModal .content__editor h2{
      margin-bottom: 15px;
    }
    #historiaModal .modal-body{
      padding: 53px 65px 38px 65px;
    }
  }
  @media (max-width: 575.98px) {
    main .fx-topo{
      height: 350px;
    }
    main .fx-topo h1,
    main .fx-topo h2{
      font-size: 45px;
    }

    main .fx1{
      padding: 47px 0 44px 0;
    }

    main .fx1 .media h2, main .fx1 .media h3, main .fx4 h2, main .fx5 h2, main .fx5 h3, main .fx5 h4, main .fx6 h2,main .fx5 .card-planos .media h5,#historiaModal .content__editor h2{
      font-size: 23px;
    }

    main .fx2{
      padding-top: 35px;
    }
    main .fx2 img{
      max-width: 350px;
    }

    main .fx4 h3{
      font-size: 14px;
    }

    main .fx5 .card-planos{
      padding: 28px 16px;
    }
    main .fx5 .card-planos .btn-verde{
      padding: 2px 16px;
    }

    main .fx6 .card-depoimento p{
      font-size: 14px;
    }
    main .fx6 .card-depoimento span{
      font-size: 15px;
    }

    footer .mapa__wrapper img, footer .mapa__wrapper iframe{
      height: 225px;
    }

    #historiaModal .modal-body{
      padding: 25px 50px 38px 50px;
    }
    #historiaModal .content__editor img{
      margin: 18px 0px;
    }
  }
  @media (max-width: 480.98px) {
    main .fx-topo{
      height: 300px;
    }
    main .fx-topo h1,
    main .fx-topo h2{
      font-size: 35px;
    }

    main .fx1 .media h2, main .fx1 .media h3, main .fx4 h2, main .fx5 h2, main .fx5 h3, main .fx5 h4, main .fx6 h2, main .fx5 .card-planos .media h5,#historiaModal .content__editor h2{
      font-size: 22px;
    }

    #historiaModal .modal-body{
      padding: 25px 30px 38px 30px;
    }
  }

/* /RESPONSIVO */

/* 404 */

.pg-404 {
  min-height: 45vh;
  place-items: center;
  padding: 9rem 1.5rem;
  background-color: #070707;
}

.pg-404 .container {
  width: min(960px, 100%);
  margin-inline: auto;
  text-align: center;
}

.pg-404 h2 {
  font-family: var(--fontPadrao);
  font-weight: 800;
  line-height: 1;
  font-size: 66px;
  color: #FFFFFF;
}

.pg-404 h3 {
  margin: 1rem 0 1.25rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}

.pg-404 .editor {
  margin: 1rem auto 0;
  width: min(760px, 100%);
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.7;
}

.pg-404 .editor a {
  color: #FFFFFF !important;
  font-weight: 700;
  text-decoration: none;
}

.pg-404 .editor a:hover,
.pg-404 .editor a:active {
  color: #FD8A01 !important;
}

/* Ajustes responsivos extras */
@media (max-width: 640px) {
  .pg-404 {
    padding: 7rem 1.25rem 4rem 1.25rem;
  }
  .pg-404 h2 {
    font-size: 46px;
  }
  .pg-404 h3 {
    font-size: 23px;
  }
  .pg-404 .editor {
    font-size: 18px;
  }
}

/* /404 */