* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  background: #fff;
    height: 100%;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.clear{
    clear: both
}

a{
    text-decoration: none
}

h1, h2, .hero, .destaques {
    font-weight: 400;
}

header{
    position: fixed;
    width: 100%;
    background: #566f8f;
    z-index: 2;
    min-height: 78px;
}

header nav ul{
    list-style: none;
    text-align: right;
}

header nav ul li{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 45px 11px 35px 11px;
    transition: background .25s ease-in-out;
    font-size: 16px;
}

header nav ul li:hover{
    cursor: pointer;
    background: #0b9c7e;
}

header nav ul li.active{
    background: #0b9c7e;
}

.logo{
    position: absolute;
    width: 320px;
    height: 320px;
    background: #f9f9f9 url(img/Logo_SuportX.webp) no-repeat;
    background-size: 65%;
    border-radius: 50%;
    top: -170px;
    background-position: 65% 75%;
    margin-left: -40px;
}

.header_fake{
    position: relative;
    width: 100%;
    height: 102px;
}

section{
    position: relative;
    width: 100%;
    padding: 80px 0;
}

.container_hero{
    display: flex;
    gap: 60px;
    justify-content: center;
}

.hero2{
    max-width: 630px;
}

.hero2 h1{
    color: #0b9c7e;
    font-size: 54px;
}

.hero2 p{
    line-height: 24px;
    text-align: justify;
    margin: 20px 0;
}

 .hero_img{
        text-align: center
    }

.hero2 img{
    height: 100%;
    width: auto;
}

.faixa{
    background: #566f8f;
    padding: 25px 0;
}

.faixa p{
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.destaques .container{
    display: flex;
    gap: 60px;
    justify-content: center;
}

.destaque{
    width: 250px;
    height: 250px;
    border-radius: 20px;
    background: #566f8f;
    color: #fff;
    margin: 12px;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.destaque img{
    height: 50px;
    margin-bottom: 20px
}

.container .destaques2:first-child{
    display: flex;
    max-width: 700px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

.container .destaques2 .destaque:nth-child(2), .container .destaques2 .destaque:nth-child(3){
    background: #0b9c7e
}

.container .destaques2 .destaque:nth-child(4) img{
    margin: 0 50px 20px 50px
}

.destaques2{
    font-size: 18px
}

.destaques2 h2{
    font-size: 38px;
    color: #0b9c7e;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.destaques2 ul{
    margin: 20px 0 0 35px
}

.destaques2 ul li{
    margin: 10px 0
}

.dife1{
    text-align: center;
}

.dife1 img{
    margin: 40px 0 40px -120px;
    max-width: 100%;
}

.dife1 h1, .dife1 h2{
    color: #0b9c7e;
}

.dife1 h1{
    font-size: 40px
}


.dife1 h2{
    font-size: 21px
}

.quadro1, .quadro2{
    position: absolute;
    width: 700px;
    height: 75px;
    background: #0b9c7e;
    border-radius: 0 25px 25px 0;
    left: 50%;
    transform: translate(-50%, -10px);
    margin-left: -832px;
}

.quadro2{
    background: #566f8f;
    transform: translate(-50%, 0px);
    margin-left: -849px;
}

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

.dife2_in{
    padding: 30px;
    line-height: 27px;
}

.dife2_in:first-child{
    border-right: 4px solid #0b9c7e;
    max-width: 354px;
    text-align: center;
}

.dife2_in p{
    color: #0b9c7e;
    font-size: 20px;
    font-style: italic;
    line-height: 30px
}

.dife2_in h2{
    color: #0b9c7e;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
}

.dife2_in ul{
    margin-left: 25px
}

.exp{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 20px 10px;
    border-top: 10px solid #0b9c7e;
    border-bottom: 10px solid #0b9c7e;
}

.exp h1{
    color: #566f8f;
    font-size: 68px;
}

.exp p{
    color: #566f8f;
    font-size: 20px;
}

.quem{
    display: flex;
    margin-top: 30px;
    gap: 40px;
}

.quem_in h2{
    color: #566f8f;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
}

.quem_in p{
    line-height: 26px
}

.quem_in img{
    margin: 40px 0 0 0;
}

.box_blue{
    background: #566f8f;
    color: #fff;
    line-height: 25px;
    padding: 30px 60px;
    text-align: center;
    font-size: 18px;
}

.box_blue button{
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    padding: 10px;
    border-radius: 8px
}

.box_blue h2{
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.box_blue a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    font-size: 16px;
}

.box_blue button:hover{
    background: #0b9c7e
}

.seta {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0b9c7e;
    bottom: -38px;
    animation: oscilar 2s ease-out infinite;
    animation-play-state: running;
    overflow: hidden;
    cursor: pointer;
}

.seta:hover {
    animation-play-state: paused;
    background: #566f8f;
}

.seta .icone {
    width: 100%;
    height: 100%;
    background: url('img/seta.webp') no-repeat center center;
    background-size: 37% 58%;
    transition: transform 0.3s ease;
}

.seta.ativa .icone {
    transform: rotate(180deg);
}

@keyframes oscilar {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(8px); }
    50%  { transform: translateY(10px); }
    70%  { transform: translateY(2px); }
    100% { transform: translateY(0); }
}

#sec-faq{
        padding-bottom: 120px;
    }

.faq{
    display: none;
    padding: 0 40px;
    margin-top: 40px;
}

.faq h2{
    margin-bottom: 30px;
}

.faq strong {
  color: #566f8f;
}

.faq ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}

.faq li {
  counter-increment: item;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.faq li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: -3px;
  color: #566f8f;
  font-weight: bold;
  font-size: 1.2em;
}

.contato1{
    position: relative;
    background: #566f8f;
    border-top: 8px solid #0b9c7e;
    border-bottom: 8px solid #0b9c7e;
    padding: 30px 0;
}

.contato2{
    display: flex;
    color: #fff;
    gap: 15px;
    align-items: center;
}

.contato_h1 h1{
    display: none;
    font-size: 28px;
    font-weight: 700;
    color: #0b9c7e;
    margin-bottom: 5px;
}

.contato_in{
    display: flex;
    align-items: center;
    line-height: 27px;
    font-size: 20px;
}

.contato_in a{
    color: #fff;
    text-decoration: none;
}

.contato_barra{
    display: flex;
    justify-content: space-between;
}

.contato_cont{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.contato_cont_in h1{
    font-weight: 700;
    color: #0b9c7e;
    margin-bottom: 15px;
}

.contato_cont_in img{
    margin-top: 40px;
    max-width: 320px;
}

.contato_cont_in a i{
    color: #566f8f;
    font-size: 36px;
    margin-right: 3px;
}

.contato_cont_in iframe{
    width: 350px;
    height: 350px;
}

.contato_cont_in a i:hover{
    color: #0b9c7e;
}

.contato_cont_in_l{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px;
}

.contato_cont_in_l i{
    color: #0b9c7e;
    font-size: 46px;
}

.container_end h2{
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin: 20px 0;
}

footer{
    position: relative;
    width: 100%;
}

.footer_barra{
    position: relative;
    width: 100%;
    padding: 30px 10px;
    background: #334257;
    color: #a9bdd6;
    font-size: 14px;
}

.footer-barra01{
    float: left;
}

.footer-barra02{
    float: right;
}

.footer-barra02 a{
    color: #a9bdd6;
}

.footer-barra02 a:hover{
    color: #fff;
}

@keyframes shake {
  0% { transform: translate(0, 0) rotate(0deg); }
  89% { transform: translate(0, 0) rotate(0deg); }
  90% { transform: translate(-2px, 0) rotate(-5deg); }
  92% { transform: translate(2px, 0) rotate(5deg); }
  94% { transform: translate(-2px, 0) rotate(-5deg); }
  96% { transform: translate(2px, 0) rotate(5deg); }
  98% { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

.whatsapp {
  position: fixed;
  z-index: 10;
  width: 60px;
  height: 60px;
  right: 50px;
  bottom: 30px;
  background: #0b9c7e;
  color: #fff;
  font-size: 37px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 6px #00000030;
  padding-top: 8px;
  animation: shake 2.5s infinite;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
}


.whatsapp:hover{
    background: #333;
}

/* -----------------------------------480------------------------------*/

@media screen and (max-width: 480px) {
    header nav ul{
    display: none;
    padding-top: 120px;
}
    header nav ul li {
    display: block;
    padding: 24px 0;
    text-align: center;
}
    
    .logo {
        width: 274px;
        height: 229px;
        top: -119px;
        margin-left: -66px;
        background-size: 58%;
}
    
    section {
    padding: 40px 0;
}
    
    .hero2 img {
    width: 80%;
        height: auto;
}
    
    .container_hero {
    flex-wrap: wrap;
}
    
    .hero2 h1 {
    font-size: 40px;
}
    
    .faixa p {
    font-size: 22px;
}
    
    .destaques .container {
    flex-wrap: wrap;
}
    
    .destaque {
    width: 155px;
    height: 155px;
    margin: 8px;
    font-size: 14px;

}
    
    .destaques2 h2 {
    font-size: 26px;
}
    
    .destaques2 {
    font-size: 15px;
}
    
    .dife1 h1 {
    font-size: 24px;
        margin-bottom: 10px
}
    
    .dife1 h2 {
    font-size: 16px;
}
    
    .dife1 img {
    margin: 40px 0 40px -49px;
}
    
    .dife2 {
    flex-wrap: wrap;
}
    
    .dife2_in:first-child {
    border-right: 0;
    border-bottom: 4px solid #0b9c7e;
}

    .dife2_in h2 {
    font-size: 24px;
}

    .dife2_in ul {
    margin-left: 20px;
    font-size: 15px;
}
    
    .exp {
    flex-wrap: wrap;
        gap: 20px;
}
    
    .exp h1 {
    font-size: 40px;
}
    
    .exp p {
    font-size: 20px;
    text-align: center;
}
    
    .quem {
    flex-wrap: wrap;
}
    
    .box_blue {
    padding: 30px 38px;
    font-size: 16px;
}
    
    .box_blue a {
    font-size: 15px;
}
    
    .contato_barra {
    flex-wrap: wrap;
    gap: 20px;
}
    
    .contato_in {
    font-size: 16px;
}
    
    .contato_in img{
    width: 38px;
}
    
    .contato_cont {
    flex-wrap: wrap;
    gap: 30px;
}
    
    .contato_cont_in h1 {
    font-size: 22px;
}
    
    .contato_cont_in img {
    width: 220px;
}
    
    .container_end h2 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 30px;
}
    
    .footer-barra02, .footer-barra01 {
    float: none;
}
    .footer-barra01 {
    margin-bottom: 20px
}
    
    #sec-faq{
        padding-bottom: 100px;
    }
    
}

/* -------------------------------------------------------------*/

@media screen and (min-width: 481px) and (max-width: 962px) {
        header nav ul{
    display: none;
    padding-top: 120px;
}
    header nav ul li {
    display: block;
    padding: 24px 0;
    text-align: center;
}
    
    .logo {
        width: 274px;
        height: 229px;
        top: -119px;
        margin-left: -80px;
        background-size: 58%;
}
    
    section {
    padding: 40px 0;
}
    
    .hero2 img {
    width: 80%;
        height: auto;
}
    
    .container_hero {
    flex-wrap: wrap;
}
    
    .hero2 h1 {
    font-size: 40px;
}
    
    .faixa p {
    font-size: 22px;
}
    
    .destaques .container {
    flex-wrap: wrap;
}
    
    .destaque {
    width: 155px;
    height: 155px;
    margin: 8px;
    font-size: 14px;

}
    
    .destaques2 h2 {
    font-size: 26px;
}
    
    .destaques2 {
    font-size: 15px;
}
    
    .dife1 h1 {
    font-size: 24px;
        margin-bottom: 10px
}
    
    .dife1 h2 {
    font-size: 16px;
}
    
    .dife1 img {
    margin: 40px 0 40px -49px;
}
    
    .dife2 {
    flex-wrap: wrap;
}
    
    .dife2_in:first-child {
    border-right: 0;
    border-bottom: 4px solid #0b9c7e;
}

    .dife2_in h2 {
    font-size: 24px;
}

    .dife2_in ul {
    margin-left: 20px;
    font-size: 15px;
}
    
    .exp {
    flex-wrap: wrap;
        gap: 20px;
}
    
    .exp h1 {
    font-size: 40px;
}
    
    .exp p {
    font-size: 20px;
    text-align: center;
}
    
    .quem {
    flex-wrap: wrap;
}
    
    .box_blue {
    padding: 30px 38px;
    font-size: 16px;
}
    
    .box_blue a {
    font-size: 15px;
}
    
    .contato_barra {
    flex-wrap: wrap;
    gap: 20px;
}
    
    .contato_in {
    font-size: 16px;
}
    
    .contato_in img{
    width: 38px;
}
    
    .contato_cont {
    flex-wrap: wrap;
    gap: 30px;
}
    
    .contato_cont_in h1 {
    font-size: 22px;
}
    
    .contato_cont_in img {
    width: 220px;
}
    
    .container_end h2 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 30px;
}
    
    .footer-barra02, .footer-barra01 {
    float: none;
}
    .footer-barra01 {
    margin-bottom: 20px
}
    
    #sec-faq{
        padding-bottom: 80px;
    }
}

/* -------------------------------------------------------------*/

@media screen and (min-width: 963px) and (max-width: 1186px) {
       
    header nav ul li {
    padding: 45px 6px 35px 6px;
    font-size: 14px;
    }
    
    .logo {
        width: 274px;
        height: 249px;
        top: -119px;
        margin-left: -95px;
        background-size: 58%;
}
    
    section {
    padding: 40px 0;
}
    
    .hero2 img {
    width: 80%;
        height: auto;
}
    
    .container_hero {
    flex-wrap: wrap;
}
    
    .hero2 h1 {
    font-size: 40px;
}
    
    .faixa p {
    font-size: 22px;
}
    
    .destaques .container {
    flex-wrap: wrap;
}
    
    .destaque {
    width: 155px;
    height: 155px;
    margin: 8px;
    font-size: 14px;

}
    
    .destaques2 h2 {
    font-size: 26px;
}
    
    .destaques2 {
    font-size: 15px;
}
    
    .dife1 h1 {
    font-size: 24px;
        margin-bottom: 10px
}
    
    .dife1 h2 {
    font-size: 16px;
}
    
    .dife1 img {
    margin: 40px 0 40px -49px;
}
    
    .dife2 {
    flex-wrap: wrap;
}
    
    .dife2_in:first-child {
    border-right: 0;
    border-bottom: 4px solid #0b9c7e;
}

    .dife2_in h2 {
    font-size: 24px;
}

    .dife2_in ul {
    margin-left: 20px;
    font-size: 15px;
}
    
    .exp {
    flex-wrap: wrap;
        gap: 20px;
}
    
    .exp h1 {
    font-size: 40px;
}
    
    .exp p {
    font-size: 20px;
    text-align: center;
}
    
    .quem {
    flex-wrap: wrap;
}
    
    .box_blue {
    padding: 30px 38px;
    font-size: 16px;
}
    
    .box_blue a {
    font-size: 15px;
}
    
    .contato_barra {
    flex-wrap: wrap;
    gap: 20px;
}
    
    .contato_in {
    font-size: 16px;
}
    
    .contato_in img{
    width: 38px;
}
    
    .contato_cont {
    flex-wrap: wrap;
    gap: 30px;
}
    
    .contato_cont_in h1 {
    font-size: 22px;
}
    
    .contato_cont_in img {
    width: 220px;
}
    
    .container_end h2 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 30px;
}
    
    #sec-faq{
        padding-bottom: 80px;
    }
}

/* -------------------------------------------------------------*/

@media screen and (min-width: 1187px) and (max-width: 1300px) {
       
    
    .logo {
        width: 296px;
        margin-left: -106px;
}
    
    
    .hero2 img {
    width: 80%;
        height: auto;
}
    
    .hero2 h1 {
    font-size: 40px;
}
    
    .faixa p {
    font-size: 22px;
}
    
    .destaque {
    font-size: 22px;

}
    
    .destaques2 h2 {
    font-size: 26px;
}
    
    .destaques2 {
    font-size: 15px;
}
    
    .dife1 img {
    margin: 40px 0 40px -49px;
}
       
    .exp h1 {
    font-size: 40px;
}
    
    .exp p {
    font-size: 20px;
}

    
    .box_blue {
    padding: 30px 38px;
    font-size: 16px;
}
    
    .box_blue a {
    font-size: 15px;
}
    
    .contato_barra {
    flex-wrap: wrap;
    gap: 20px;
}
    
    .contato_in {
    font-size: 16px;
}
    
    .contato_in img{
    width: 38px;
}
    
    .contato_cont {
    flex-wrap: wrap;
    gap: 30px;
}
    
    .contato_cont_in h1 {
    font-size: 22px;
}
    
    .contato_cont_in img {
    width: 220px;
}
    
    .container_end h2 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 30px;
}
    
    
    #sec-faq{
        padding-bottom: 80px;
    }
}

/* --------------------------------------------------------------*/

@media screen and (min-width: 963px) {
    
    #menu-bt2 {
    display: none
}
    
        header nav ul{
    display: block !important;
}
    
    
}