/*
Theme Name: TEMA2
Author: AOX Marketing
Author URI:  
Description: 
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0
Por favor leia a instrucoes inserida no arquivo functions.php
*/
a{cursor: pointer}
body{background-color: #fff!important; overflow-x: hidden}
    :root {
      --azul: #1749a0;
      --azul-escuro: #0d2f6d;
      --azul-claro: #b0d2e9;
      --azul-claro-2: #eaf5fc;
      --branco: #ffffff;
      --texto: #24324a;
      --cinza: #64748b;
      --borda: rgba(23, 73, 160, 0.14);
      --sombra: 0 20px 55px rgba(13, 47, 109, 0.12);
      --radius: 24px;
    }

    .cards-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
    }
.cards-grid h3{font-size: 22px;line-height: 20px; margin-bottom: 6px;}
    .card {
      background: var(--branco);
      border: 1px solid var(--borda);
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: 0 14px 35px rgba(13, 47, 109, 0.06);
      transition: 0.25s ease;
      height: 100%;
    }

    .card:hover {
      transform: translateY(-6px);
      box-shadow: var(--sombra);
      border-color: rgba(23, 73, 160, 0.26);
    }

    .icon-box {
      width: 54px;
      height: 54px;
      border-radius: 17px;
      display: grid;
      place-items: center;
      background: var(--azul-claro-2);
      color: var(--azul);
      font-size: 23px;
      margin-bottom: 20px;
    }

    .card p {
      font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 6px;
    }

    .highlight-section {
      background: linear-gradient(180deg, #ffffff 0%, var(--azul-claro-2) 100%);
    }

.only_desktop{display: block}
.only_mobile{display:none}
.choice__item{background-color: #fff}


 

.btn-menu,
    .btn-primary,
    .btn-secondary,
    .btn-light {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 999px;
      font-weight: 800;
      transition: 0.25s ease;
      cursor: pointer;
      border: 0;
      white-space: nowrap;
    }

    .btn-menu,
    .btn-primary {
      background: var(--azul);
      color: var(--branco);
      padding: 13px 20px;
      box-shadow: 0 14px 26px rgba(23, 73, 160, 0.22);
    }

    .btn-menu:hover,
    .btn-primary:hover {
      background: var(--azul-escuro);
      transform: translateY(-2px);
    }

    .btn-secondary {
      background: var(--branco);
      color: var(--azul);
      padding: 13px 20px;
      border: 1px solid var(--borda);
    }

    .btn-secondary:hover {
      background: var(--azul-claro-2);
      transform: translateY(-2px);
    }

    .btn-light {
      background: var(--branco);
      color: var(--azul);
      padding: 14px 22px;
    }

    .mobile-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 14px;
      border: 1px solid var(--borda);
      background: var(--branco);
      color: var(--azul);
      font-size: 20px;
    }

    .hero {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #ffffff 0%, var(--azul-claro-2) 52%, var(--azul-claro) 100%);
      padding: 92px 0 78px;
    }

    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      background: rgba(23, 73, 160, 0.10);
      filter: blur(2px);
    }

    .hero::before {
      width: 440px;
      height: 440px;
      right: -120px;
      top: -140px;
    }

    .hero::after {
      width: 260px;
      height: 260px;
      left: -80px;
      bottom: -100px;
    }

    .hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 54px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(23, 73, 160, 0.10);
      color: var(--azul);
      font-size: 14px;
      font-weight: 800;
      margin-bottom: 18px;
    }

    h1,
    h2,
    h3 {
      color: var(--azul-escuro);
      line-height: 1.12;
      letter-spacing: -0.7px;
    }

    h1 {
      font-size: clamp(42px, 5vw, 68px);
      margin-bottom: 24px;
    }

    h2 {
      font-size: clamp(30px, 3vw, 46px);
      margin-bottom: 16px;
    }

    h3 {
      font-size: 21px;
      margin-bottom: 12px;
    }

    .hero-text {
      font-size: 18px;
      color: var(--texto);
      max-width: 680px;
      margin-bottom: 18px;
    }

    .hero-support {
      font-size: 17px;
      color: var(--cinza);
      max-width: 650px;
      margin-bottom: 30px;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }

    .hero-card {
      min-height: 480px;
      background: linear-gradient(160deg, var(--azul), var(--azul-escuro));
      border-radius: 36px;
      padding: 34px;
      color: var(--branco);
      box-shadow: var(--sombra);
      position: relative;
      overflow: hidden;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: 20px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: 28px;
    }

    .hero-card::after {
      content: "";
      width: 260px;
      height: 260px;
      border-radius: 999px;
      background: rgba(176, 210, 233, 0.18);
      position: absolute;
      right: -70px;
      bottom: -70px;
    }

    .hero-card-content {
      position: relative;
      z-index: 2;
      height: 100%;
      min-height: 410px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .shield-icon {
      width: 98px;
      height: 98px;
      display: grid;
      place-items: center;
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.13);
      color: var(--azul-claro);
      font-size: 46px;
      margin-bottom: 26px;
    }

    .hero-card h2 {
      color: var(--branco);
      font-size: 34px;
      max-width: 360px;
    }

    .hero-card p {
      color: rgba(255, 255, 255, 0.78);
      max-width: 360px;
      margin-top: 12px;
    }

    .seal {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      width: fit-content;
      padding: 14px 18px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.18);
      font-weight: 800;
      color: var(--branco);
    }

    section {
      padding: 86px 0;
    }

    .section-head {
      text-align: center;
      max-width: 790px;
      margin: 0 auto 44px;
    }

    .section-head p {
      color: var(--cinza);
      font-size: 18px;
    }

    .cards-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
    }

    .card {
      background: var(--branco);
      border: 1px solid var(--borda);
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: 0 14px 35px rgba(13, 47, 109, 0.06);
      transition: 0.25s ease;
      height: 100%;
    }

    .card:hover {
      transform: translateY(-6px);
      box-shadow: var(--sombra);
      border-color: rgba(23, 73, 160, 0.26);
    }

    .icon-box {
      width: 54px;
      height: 54px;
      border-radius: 17px;
      display: grid;
      place-items: center;
      background: var(--azul-claro-2);
      color: var(--azul);
      font-size: 23px;
      margin-bottom: 20px;
    }

    .card p {
      color: var(--cinza);
      font-size: 15.5px;
    }

    .highlight-section {
      background: linear-gradient(180deg, #ffffff 0%, var(--azul-claro-2) 100%);
    }

    .insurance-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .insurance-card {
      position: relative;
      overflow: hidden;
      background: var(--branco);
      border: 1px solid var(--borda);
      border-radius: 28px;
      padding: 30px;
      box-shadow: 0 16px 40px rgba(13, 47, 109, 0.07);
      min-height: 310px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: 0.25s ease;
    }

    .insurance-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--sombra);
    }

    .insurance-card::after {
      content: "";
      width: 130px;
      height: 130px;
      border-radius: 999px;
      background: rgba(176, 210, 233, 0.26);
      position: absolute;
      right: -46px;
      top: -46px;
    }

    .insurance-card .icon-box {
      position: relative;
      z-index: 2;
    }

    .insurance-card p {
      color: var(--cinza);
      margin-bottom: 24px;
    }

    .link-more {
      color: var(--azul);
      font-weight: 800;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
    }

    .link-more:hover {
      gap: 12px;
    }

    .center-action {
      text-align: center;
      margin-top: 38px;
    }

    .partners {
      background: var(--azul-escuro);
      color: var(--branco);
      padding: 70px 0;
    }

    .partners h2 {
      color: var(--branco);
      text-align: center;
      margin-bottom: 34px;
    }

    .partners-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 14px;
    }

    .partner-logo {
      min-height: 86px;
      display: grid;
      place-items: center;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      color: rgba(255, 255, 255, 0.74);
      font-weight: 800;
      text-align: center;
      padding: 12px;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 54px;
      align-items: center;
    }

    .facade-photo {
      border-radius: 34px;
      min-height: 430px;
      overflow: hidden;
      background: linear-gradient(145deg, var(--azul-claro), var(--azul));
      box-shadow: var(--sombra);
      position: relative;
    }

    .facade-photo img {
      width: 100%;
      height: 100%;
      min-height: 430px;
      object-fit: cover;
    }

    .facade-placeholder {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 34px;
      color: var(--branco);
      background: linear-gradient(145deg, rgba(23, 73, 160, 0.78), rgba(13, 47, 109, 0.82));
    }

    .facade-placeholder i {
      font-size: 54px;
      color: var(--azul-claro);
      margin-bottom: 16px;
    }

    .about-content p {
      color: var(--cinza);
      font-size: 18px;
      margin: 18px 0 28px;
    }

    .assistance {
      background: linear-gradient(135deg, var(--azul), var(--azul-escuro));
      color: var(--branco);
      padding: 78px 0;
    }

    .assistance-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      border-radius: 34px;
      padding: 44px;
      background: rgba(255, 255, 255, 0.09);
      border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .assistance h2 {
      color: var(--branco);
      margin-bottom: 10px;
    }

    .assistance p {
      color: rgba(255, 255, 255, 0.78);
      font-size: 18px;
      max-width: 650px;
    }

    .assistance-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .cta-final {
      background: var(--azul-claro-2);
    }

    .cta-card {
      text-align: center;
      border-radius: 38px;
      background: var(--branco);
      border: 1px solid var(--borda);
      padding: 58px 40px;
      box-shadow: var(--sombra);
    }

    .cta-card p {
      color: var(--cinza);
      font-size: 18px;
      max-width: 780px;
      margin: 0 auto 30px;
    }

  

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 0.8fr;
      gap: 36px;
      padding-bottom: 32px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

 
  

    .floating-whatsapp {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 80;
      width: 62px;
      height: 62px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #25d366;
      color: #ffffff;
      font-size: 31px;
      box-shadow: 0 16px 32px rgba(37, 211, 102, 0.34);
      transition: 0.25s ease;
    }

    .floating-whatsapp:hover {
      transform: translateY(-4px) scale(1.03);
    }

    @media (max-width: 1100px) {
      .cards-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .insurance-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .partners-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }
.counter__item-title h3{margin-bottom: 0px}
.alinhatitulo3{width: 100%}

    @media (max-width: 900px) {
		
 
      .mobile-toggle {
        display: grid;
        place-items: center;
      }

      .menu {
        position: fixed;
        top: 125px;
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        background: var(--branco);
        border: 1px solid var(--borda);
        border-radius: 22px;
        padding: 20px;
        box-shadow: var(--sombra);
      }

      .menu.active {
        display: flex;
      }

      .menu a {
        padding: 12px;
      }

      .btn-menu {
        width: 100%;
      }

      .hero-grid,
      .about-grid {
        grid-template-columns: 1fr;
      }

      .hero {
        padding: 66px 0 58px;
      }

      .hero-card {
        min-height: auto;
      }

      .hero-card-content {
        min-height: 320px;
      }

      .assistance-box {
        flex-direction: column;
        align-items: flex-start;
      }

      .assistance-actions {
        justify-content: flex-start;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .container {
        width: min(100% - 28px, 1180px);
      }

      .topbar .container {
        justify-content: center;
        text-align: center;
        padding: 10px 0;
      }

      .topbar-links {
        justify-content: center;
      }

      .logo-text {
        font-size: 15px;
      }

      section {
        padding: 62px 0;
      }

      .cards-grid,
      .insurance-grid,
      .partners-grid {
        grid-template-columns: 1fr;
      }

      .hero-actions,
      .assistance-actions {
        width: 100%;
      }

      .btn-primary,
      .btn-secondary,
      .btn-light {
        width: 100%;
      }

      .card,
      .insurance-card,
      .cta-card,
      .assistance-box {
        padding: 26px;
      }

      .floating-whatsapp {
        width: 56px;
        height: 56px;
        font-size: 28px;
      }
    }
footer section{padding: 0px}
.logo-bottom img{width: 150px;}
.footer__widget-item-4 i{color: #fff; font-size: 14px; margin-right: 6px;}
.footer__widget-item-4 a{color: #fff; font-size: 14px}
.footer__copyright a{color: #fff}
.footer__copyright {color: #fff; font-size: 12px}
.footer__widget-item-4 a:hover{color: #8bbfe7}

.bg-gray {
    background: rgb(234, 245, 252,0.5);
}
.trining__slider-item-thumb-title a {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.branco{color: #fff}
.branco h2{color: #fff; font-weight: 900}
.imgsuporte {
    position: relative;
    width: 100%;
    min-height: 292px;
    border-radius:16px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
	margin-bottom: 25px;
}
.imgsuporte h2{ color: #fff}
.imgsuporte::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    z-index: 0;
}

.imgsuporte-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.70),
        rgba(0, 0, 0, 0.25),
        rgba(0, 0, 0, 0.05)
    );
    z-index: 1;
}

.imgsuporte-titulo {
    position: relative;
    z-index: 2;
    color: #fff!important;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 520px;
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.imgsuporte:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

.imgsuporte:hover::before {
    transform: scale(1.08);
}
.footer__link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
} 


.preto{ color: rgba(0,0,0,0.59)}
/* bolds */
    .b100 { font-weight:100}
    .b200 { font-weight:200}
    .b300 { font-weight:300}
    .b400 { font-weight:400}
    .b500 { font-weight:500}
    .b600 { font-weight:600}
    .b700 { font-weight:700}
    .b900 { font-weight:900}
    /* fim bolds */
    /* tamanhos textos  em pixel*/

.footer__link ul li a {
    font-family: var(--rr-ff-heading);
    display: flex;
    color: var(--rr-common-white);
    font-size: 14px;
    position: relative;
    font-weight: var(--rr-fw-regular);
    gap: 10px;
}


.imgsuporte:hover .imgsuporte-titulo {
    transform: translateY(-8px);
}

.imgsuporte-conteudo {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 600px;
    transition: transform 0.4s ease;
}
.imgsuporte-conteudo .rr-btn { background-color: #fff; color : var(--rr-theme-primary);}
.imgsuporte-conteudo h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 8px;
}

.imgsuporte-conteudo p {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    opacity: 0.9;    color: #fff;
}

.imgsuporte:hover .imgsuporte-conteudo {
    transform: translateY(-8px);
}


/* INTERVENCAO BOOSTRAP PARA ESPACAMENTO ENTRE COLUNAS */
  .mini-gutters {margin-right: 1px;margin-left:5px;}
  .mini-gutters>.col, .mini-gutters>[class*=col-] {padding-right: 1px;padding-left: 1px;}
  .min-gutters {margin-right: 5px;margin-left: 5px;}
  .min-gutters>.col, .min-gutters>[class*=col-] {padding-right: 5px;padding-left: 5px;}
  .no-gutters { margin-right: 0; margin-left: 0;}
  .no-gutters > .col,.no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0;}
  /* FIM INTERVENCAO BOOSTRAP PARA ESPACAMENTO ENTRE COLUNAS */
.espacamento_rodape{
	height: 90px; width: 100%}


/* alturas div */

.alt2{ height:2px}

.alt1{ height:1px}.alt6{ height:2px}.alt6{ height:6px}.alt5{ height:5px}

.alt4{ height:4px}.alt3{ height:3px}.alt7{ height:7px}.alt8{ height:8px}.alt9{ height:9px}.alt10{ height:10px}.alt11{ height:11px}.alt12{ height:12px}.alt13{ height:13px}.alt14{ height:14px}.alt15{ height:15px}.alt16{ height:16px}.alt17{ height:17px}.alt18{ height:18px}.alt19{ height:19px}.alt20{ height:20px}.alt21{ height:21px}.alt22{ height:22px}.alt23{ height:23px}.alt24{ height:24px}.alt25{ height:25px}.alt26{ height:26px}.alt27{ height:27px}.alt28{ height:28px}.alt29{ height:29px}.alt30{ height:30px}.alt31{ height:31px}.alt32{ height:32px}.alt33{ height:33px}.alt34{ height:34px}.alt35{ height:35px}.alt36{ height:36px}.alt37{ height:37px}.alt38{ height:38px}.alt39{ height:39px}.alt40{ height:40px}.alt41{ height:41px}.alt42{ height:42px}.alt43{ height:43px}.alt44{ height:44px}.alt45{ height:45px}.alt46{ height:46px}.alt47{ height:47px}.alt48{ height:48px}.alt49{ height:49px}.alt50{ height:50px}.alt51{ height:51px}.alt52{ height:52px}.alt53{ height:53px}.alt54{ height:54px}.alt55{ height:55px}.alt56{ height:56px}.alt57{ height:57px}.alt58{ height:58px}.alt59{ height:59px}.alt60{ height:60px}.alt61{ height:61px}.alt62{ height:62px}.alt63{ height:63px}.alt64{ height:64px}.alt65{ height:65px}.alt66{ height:66px}.alt67{ height:67px}.alt68{ height:68px}.alt69{ height:69px}.alt70{ height:70px}.alt71{ height:71px}.alt72{ height:72px}.alt73{ height:73px}.alt74{ height:74px}.alt75{ height:75px}.alt76{ height:76px}.alt77{ height:77px}.alt78{ height:78px}.alt79{ height:79px}.alt80{ height:80px}.alt81{ height:81px}.alt82{ height:82px}.alt83{ height:83px}.alt84{ height:84px}.alt85{ height:85px}.alt86{ height:86px}.alt87{ height:87px}.alt88{ height:88px}.alt89{ height:89px}.alt90{ height:90px}.alt91{ height:91px}.alt92{ height:92px}.alt93{ height:93px}.alt94{ height:94px}.alt95{ height:95px}.alt96{ height:96px}.alt97{ height:97px}.alt98{ height:98px}.alt99{ height:99px}.alt100{ height:100px}.alt101{ height:101px}.alt102{ height:102px}.alt103{ height:103px}.alt104{ height:104px}.alt105{ height:105px}.alt106{ height:106px}.alt107{ height:107px}.alt108{ height:108px}.alt109{ height:109px}.alt110{ height:110px}.alt111{ height:111px}.alt112{ height:112px}.alt113{ height:113px}.alt114{ height:114px}.alt115{ height:115px}.alt116{ height:116px}.alt117{ height:117px}.alt118{ height:118px}.alt119{ height:119px}.alt120{ height:120px}.alt121{ height:121px}.alt122{ height:122px}.alt123{ height:123px}.alt124{ height:124px}.alt125{ height:125px}.alt126{ height:126px}.alt127{ height:127px}.alt128{ height:128px}.alt129{ height:129px}.alt130{ height:130px}.alt131{ height:131px}.alt132{ height:132px}.alt133{ height:133px}.alt134{ height:134px}.alt135{ height:135px}.alt136{ height:136px}.alt137{ height:137px}.alt138{ height:138px}.alt139{ height:139px}.alt140{ height:140px}.alt141{ height:141px}.alt142{ height:142px}.alt143{ height:143px}.alt144{ height:144px}.alt145{ height:145px}.alt146{ height:146px}.alt147{ height:147px}.alt148{ height:148px}.alt149{ height:149px}.alt150{ height:150px}.alt151{ height:151px}.alt152{ height:152px}.alt153{ height:153px}.alt154{ height:154px}.alt155{ height:155px}.alt156{ height:156px}.alt157{ height:157px}.alt158{ height:158px}.alt159{ height:159px}.alt160{ height:160px}.alt161{ height:161px}.alt162{ height:162px}.alt163{ height:163px}.alt164{ height:164px}.alt165{ height:165px}.alt166{ height:166px}.alt167{ height:167px}.alt168{ height:168px}.alt169{ height:169px}.alt170{ height:170px}.alt171{ height:171px}.alt172{ height:172px}.alt173{ height:173px}.alt174{ height:174px}.alt175{ height:175px}.alt176{ height:176px}.alt177{ height:177px}.alt178{ height:178px}.alt179{ height:179px}.alt180{ height:180px}.alt181{ height:181px}.alt182{ height:182px}.alt183{ height:183px}.alt184{ height:184px}.alt185{ height:185px}.alt186{ height:186px}.alt187{ height:187px}.alt188{ height:188px}.alt189{ height:189px}.alt190{ height:190px}.alt191{ height:191px}.alt192{ height:192px}.alt193{ height:193px}.alt194{ height:194px}.alt195{ height:195px}.alt196{ height:196px}.alt197{ height:197px}.alt198{ height:198px}.alt199{ height:199px}.alt200{ height:200px}.alt201{ height:201px}.alt202{ height:202px}.alt203{ height:203px}.alt204{ height:204px}.alt205{ height:205px}.alt206{ height:206px}.alt207{ height:207px}.alt208{ height:208px}.alt209{ height:209px}.alt210{ height:210px}.alt211{ height:211px}.alt212{ height:212px}.alt213{ height:213px}.alt214{ height:214px}.alt215{ height:215px}.alt216{ height:216px}.alt217{ height:217px}.alt218{ height:218px}.alt219{ height:219px}.alt220{ height:220px}.alt221{ height:221px}.alt222{ height:222px}.alt223{ height:223px}.alt224{ height:224px}.alt225{ height:225px}.alt226{ height:226px}.alt227{ height:227px}.alt228{ height:228px}.alt229{ height:229px}.alt230{ height:230px}.alt231{ height:231px}.alt232{ height:232px}.alt233{ height:233px}.alt234{ height:234px}.alt235{ height:235px}.alt236{ height:236px}.alt237{ height:237px}.alt238{ height:238px}.alt239{ height:239px}.alt240{ height:240px}.alt241{ height:241px}.alt242{ height:242px}.alt243{ height:243px}.alt244{ height:244px}.alt245{ height:245px}.alt246{ height:246px}.alt247{ height:247px}.alt248{ height:248px}.alt249{ height:249px}.alt250{ height:250px}.alt251{ height:251px}.alt252{ height:252px}.alt253{ height:253px}.alt254{ height:254px}.alt255{ height:255px}.alt256{ height:256px}.alt257{ height:257px}.alt258{ height:258px}.alt259{ height:259px}.alt260{ height:260px}.alt261{ height:261px}.alt262{ height:262px}.alt263{ height:263px}.alt264{ height:264px}.alt265{ height:265px}.alt266{ height:266px}.alt267{ height:267px}.alt268{ height:268px}.alt269{ height:269px}.alt270{ height:270px}.alt271{ height:271px}.alt272{ height:272px}.alt273{ height:273px}.alt274{ height:274px}.alt275{ height:275px}.alt276{ height:276px}.alt277{ height:277px}.alt278{ height:278px}.alt279{ height:279px}.alt280{ height:280px}.alt281{ height:281px}.alt282{ height:282px}.alt283{ height:283px}.alt284{ height:284px}.alt285{ height:285px}.alt286{ height:286px}.alt287{ height:287px}.alt288{ height:288px}.alt289{ height:289px}.alt290{ height:290px}.alt291{ height:291px}.alt292{ height:292px}.alt293{ height:293px}.alt294{ height:294px}.alt295{ height:295px}.alt296{ height:296px}.alt297{ height:297px}.alt298{ height:298px}.alt299{ height:299px}.alt300{ height:300px}.alt301{ height:301px}.alt302{ height:302px}.alt303{ height:303px}.alt304{ height:304px}.alt305{ height:305px}.alt306{ height:306px}.alt307{ height:307px}.alt308{ height:308px}.alt309{ height:309px}.alt310{ height:310px}.alt311{ height:311px}.alt312{ height:312px}.alt313{ height:313px}.alt314{ height:314px}.alt315{ height:315px}.alt316{ height:316px}.alt317{ height:317px}.alt318{ height:318px}.alt319{ height:319px}.alt320{ height:320px}.alt321{ height:321px}.alt322{ height:322px}.alt323{ height:323px}.alt324{ height:324px}.alt325{ height:325px}.alt326{ height:326px}.alt327{ height:327px}.alt328{ height:328px}.alt329{ height:329px}.alt330{ height:330px}.alt331{ height:331px}.alt332{ height:332px}.alt333{ height:333px}.alt334{ height:334px}.alt335{ height:335px}.alt336{ height:336px}.alt337{ height:337px}.alt338{ height:338px}.alt339{ height:339px}.alt340{ height:340px}.alt341{ height:341px}.alt342{ height:342px}.alt343{ height:343px}.alt344{ height:344px}.alt345{ height:345px}.alt346{ height:346px}.alt347{ height:347px}.alt348{ height:348px}.alt349{ height:349px}.alt350{ height:350px}.alt351{ height:351px}.alt352{ height:352px}.alt353{ height:353px}.alt354{ height:354px}.alt355{ height:355px}.alt356{ height:356px}.alt357{ height:357px}.alt358{ height:358px}.alt359{ height:359px}.alt360{ height:360px}.alt361{ height:361px}.alt362{ height:362px}.alt363{ height:363px}.alt364{ height:364px}.alt365{ height:365px}.alt366{ height:366px}.alt367{ height:367px}.alt368{ height:368px}.alt369{ height:369px}.alt370{ height:370px}.alt371{ height:371px}.alt372{ height:372px}.alt373{ height:373px}.alt374{ height:374px}.alt375{ height:375px}.alt376{ height:376px}.alt377{ height:377px}.alt378{ height:378px}.alt379{ height:379px}.alt380{ height:380px}.alt381{ height:381px}.alt382{ height:382px}.alt383{ height:383px}.alt384{ height:384px}.alt385{ height:385px}.alt386{ height:386px}.alt387{ height:387px}.alt388{ height:388px}.alt389{ height:389px}.alt390{ height:390px}.alt391{ height:391px}.alt392{ height:392px}.alt393{ height:393px}.alt394{ height:394px}.alt395{ height:395px}.alt396{ height:396px}.alt397{ height:397px}.alt398{ height:398px}.alt399{ height:399px}.alt400{ height:400px}.alt401{ height:401px}.alt402{ height:402px}.alt403{ height:403px}.alt404{ height:404px}.alt405{ height:405px}.alt406{ height:406px}.alt407{ height:407px}.alt408{ height:408px}.alt409{ height:409px}.alt410{ height:410px}.alt411{ height:411px}.alt412{ height:412px}.alt413{ height:413px}.alt414{ height:414px}.alt415{ height:415px}.alt416{ height:416px}.alt417{ height:417px}.alt418{ height:418px}.alt419{ height:419px}.alt420{ height:420px}.alt421{ height:421px}.alt422{ height:422px}.alt423{ height:423px}.alt424{ height:424px}.alt425{ height:425px}.alt426{ height:426px}.alt427{ height:427px}.alt428{ height:428px}.alt429{ height:429px}.alt430{ height:430px}.alt431{ height:431px}.alt432{ height:432px}.alt433{ height:433px}.alt434{ height:434px}.alt435{ height:435px}.alt436{ height:436px}.alt437{ height:437px}.alt438{ height:438px}.alt439{ height:439px}.alt440{ height:440px}.alt441{ height:441px}.alt442{ height:442px}.alt443{ height:443px}.alt444{ height:444px}.alt445{ height:445px}.alt446{ height:446px}.alt447{ height:447px}.alt448{ height:448px}.alt449{ height:449px}.alt450{ height:450px}.alt451{ height:451px}.alt452{ height:452px}.alt453{ height:453px}.alt454{ height:454px}.alt455{ height:455px}.alt456{ height:456px}.alt457{ height:457px}.alt458{ height:458px}.alt459{ height:459px}.alt460{ height:460px}.alt461{ height:461px}.alt462{ height:462px}.alt463{ height:463px}.alt464{ height:464px}.alt465{ height:465px}.alt466{ height:466px}.alt467{ height:467px}

.alt468{ height:468px}.alt469{ height:469px}.alt470{ height:470px}.alt471{ height:471px}.alt472{ height:472px}.alt473{ height:473px}.alt474{ height:474px}.alt475{ height:475px}.alt476{ height:476px}.alt477{ height:477px}.alt478{ height:478px}.alt479{ height:479px}.alt480{ height:480px}.alt481{ height:481px}.alt482{ height:482px}.alt483{ height:483px}.alt484{ height:484px}.alt485{ height:485px}.alt486{ height:486px}.alt487{ height:487px}.alt488{ height:488px}.alt489{ height:489px}.alt490{ height:490px}.alt491{ height:491px}.alt492{ height:492px}.alt493{ height:493px}.alt494{ height:494px}.alt495{ height:495px}.alt496{ height:496px}.alt497{ height:497px}.alt498{ height:498px}.alt499{ height:499px}.alt500{ height:500px}.alt501{ height:501px}

/* paddings */
.bgsuporte{background: linear-gradient(90deg,rgba(27, 82, 164, 1) 13%, rgba(255, 255, 255,0) 10%);}
.bgsuporteimg{ background-position-x: 317px;
    background-position-y: -83px;}
.paddingsuporte1{background-color: #1b52a4; padding: 20px; padding-top:120px; padding-bottom: 120px;}
.paddingsuporte{padding: 50px; padding-top: 106px;padding-bottom: 100px;}
	.tab-pane{background-color: #fff; margin-top: 86px; margin-bottom: 86px;}

.contact-us__title-wrapper span{display: none}
    @media (max-width: 940px) {
		    .section-space{
        padding-top: 50px;
        padding-bottom:50px;
    }
			.tab-pane{background-color: #fff; margin-top: 50px; margin-bottom: 50px;}
		.breadcrumb-space {
    padding: 30px 0 30px;
}
		    .offcanvas__logo a img {
        width: 209px;
    
}
		
		.offcanvas__area {
    background: #052552 none repeat scroll 0 0;
     
			
		}
		.pt-100 {
    padding-top:50px;
}
 .rr-btnn{margin-bottom: 25px}
		.paddingsuporte1{        padding: 17px;
        padding-top: 59px;padding-bottom: 30px;}
		.paddingsuporte{padding: 15px;}
 
    .bgsuporteimg {
        background-image: none !important; background-color: #1b52a4
    }
 
		.bgsuporte{background:none}
.only_desktop{display: none}
.only_mobile{display:block}
		.espacamento_rodape{
	height: 30px; width: 100%}
		.banner-5__subtitle {
    background: rgba(255, 255, 255, 0.8);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-theme-primary);
    font-style: normal;
    font-size: 13px;
    line-height: 36px;
    text-transform: uppercase;
    display: inline;
    padding: 8px 2px;
    letter-spacing: 1.4px;
    border-radius: 2px;
}
.banner-4__content p {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}
		
.header-5__btn-right-wrap{display: none}
		
		
}


.fsize7{font-size: 7px}  .fsize8{font-size: 8px}  .fsize9{font-size:9px}
.fsize10{font-size:10px} .fsize11{font-size:11px} .fsize12{font-size:12px} .fsize13{font-size:13px} .fsize14{font-size:14px} .fsize15{font-size:15px} .fsize16{font-size:16px} .fsize17{font-size:17px} .fsize18{font-size:18px} .fsize19{font-size:19px} .fsize20{font-size:20px} .fsize21{font-size:21px} .fsize22{font-size:22px} .fsize23{font-size:23px} .fsize24{font-size:24px} .fsize25{font-size:25px} .fsize26{font-size:26px} .fsize27{font-size:27px} .fsize28{font-size:28px} .fsize29{font-size:29px} .fsize30{font-size:30px} .fsize31{font-size:31px} .fsize32{font-size:32px} .fsize33{font-size:33px} .fsize34{font-size:34px} .fsize35{font-size:35px} .fsize36{font-size:36px} .fsize37{font-size:37px} .fsize38{font-size:38px} .fsize39{font-size:39px} .fsize40{font-size:40px} .fsize41{font-size:41px} .fsize42{font-size:42px} .fsize43{font-size:43px} .fsize44{font-size:44px} .fsize45{font-size:45px} .fsize46{font-size:46px} .fsize47{font-size:47px} .fsize48{font-size:48px} .fsize49{font-size:49px} .fsize50{font-size:50px} .fsize51{font-size:51px} .fsize52{font-size:52px} .fsize53{font-size:53px} .fsize54{font-size:54px} .fsize55{font-size:55px} .fsize56{font-size:56px} .fsize57{font-size:57px} .fsize58{font-size:78px} .fsize59{font-size:59px} .fsize60{font-size:60px} .fsize61{font-size:61px} .fsize62{font-size:62px} .fsize63{font-size:63px} .fsize64{font-size:64px} .fsize65{font-size:65px} .fsize66{font-size:66px} .fsize67{font-size:67px} .fsize68{font-size:68px} .fsize69{font-size:69px} .fsize70{font-size:70px} .fsize71{font-size:71px} .fsize72{font-size:72px} .fsize73{font-size:73px} .fsize74{font-size:74px} .fsize75{font-size:75px} .fsize76{font-size:76px} .fsize77{font-size:77px} .fsize78{font-size:78px} .fsize79{font-size:79px} .fsize80{font-size:80px} .fsize14{font-size:14px} .fsize16{font-size:16px} .fsize18{font-size:18px} .fsize20{font-size:20px} .fsize22{font-size:22px} .fsize24{font-size:24px} .fsize26{font-size:26px} .fsize28{font-size:28px} .fsize30{font-size:30px} .fsize32{font-size:32px}.fsize52{font-size:52px}.fsize100{font-size:100px} 