.section-generica {
    padding: 114px 0 0;
    overflow: hidden;
}

.section-generica .container {
    overflow: visible;
}

.section-generica section {
    margin-left: -50px;
    margin-right: -50px;
    background-position: 50% 50%;
    background-size: cover;
}

.section-generica section:not(.banner-full) {
    margin: 60px 50px;
}

.section-generica section.banner-full {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-generica section h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 36px;
    z-index: 99;
    margin-top: 0;
}

.section-generica section h3 {
    font-family: 'Baloo 2', sans-serif;
}

.section-generica .topo {
    position: relative;
    display: flex;
    padding-bottom: 60px;
}

.section-generica .topo:not(.transparent) {
    background-color: #9349DE;
}

.section-generica .topo:not(.transparent):before {
    content: '';
    width: 100vw;
    height: calc(100% + 195px);
    position: absolute;
    background-color: inherit;
    z-index: -1;
    top: -195px;
    left: -50vw;
    margin-left: 50%;
}

.section-generica .topo .bckg-topo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: calc(144vh + 195px);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -50vw;
    margin-left: 50%;
    display: none;
}

.section-generica .topo #background-mobile.bckg-topo {
    display: block;
}

.section-generica .topo .box-text {
    width: 100%;
    display: flex;
    gap: 100px;
    color: #FFF;
    line-height: 28px;
    flex-direction: column;
}

.section-generica .topo .box-text.centralizado {
    justify-content: center;
    text-align: center;
    width: 645px;
    max-width: 100%;
    margin: 0 auto;
}

.section-generica .topo .box-text h1 {
    color: #FFF;
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    margin-top: 0;
    line-height: 1em;
}

.section-generica .topo .box-text [data-button] {
    width: fit-content;
    margin: 30px 0 0;
}

.section-generica .topo .box-text.centralizado [data-button] {
    margin: 30px auto 0;
}

.section-generica .topo .box-text.centralizado #trial form {
    margin: 0 auto;
}

.section-generica .topo .box-text.centralizado #trial form .hs-form-booleancheckbox label {
    width: fit-content;
    margin: 0 auto;
}

.section-generica .topo .box-text.centralizado #trial form [data-button] {
    margin: 20px auto 0 !important;
}

.section-generica .topo .box-text .col {
    width: 100%;
}

.section-generica .topo .box-text .col.right {
    display: none;
}

.section-generica .topo .box-text .col.right .form-default {
    background-color: #FFF;
    padding: 20px;
    border-radius: 20px;
}

.section-generica .section-internal-banner {
    position: relative;    
    margin-top: 0;
    margin-bottom: 0;
}

.section-generica .section-internal-banner .container {
    padding: 0 !important;
    width: 100%;
}

.section-generica .section-internal-banner .container.com-fundo {
    padding: 30px !important;
    border-radius: 30px;
}

.section-generica .section-internal-banner:not(.banner-full) {
    border-radius: 50px;
    margin: 100px 50px;
}

.section-generica .section-internal-banner .banner {
    display: flex;
    align-items: center;
    gap: 100px;
    border-radius: 25px;
    padding: 50px !important;
}

.section-generica .section-internal-banner.banner-full .banner {
    padding: 0 100px !important;
}

.section-generica .section-internal-banner .banner.tipo-titulo-texto-imagem, .section-generica .section-internal-banner .banner.tipo-titulo-imagem-texto {
    flex-wrap: wrap;
}

.section-generica .section-internal-banner .banner.tipo-titulo-texto-imagem h2, .section-generica .section-internal-banner .banner.tipo-titulo-imagem-texto h2 {
    flex: none;
    width: 100%;
    text-align: center;
    margin-bottom: -40px;
}

.section-generica .section-internal-banner .banner.tipo-titulo-texto-imagem .container, .section-generica .section-internal-banner .banner.tipo-titulo-imagem-texto .container {
    width: calc(50% - 100px);
}

.section-generica .section-internal-banner .banner.tipo-titulo-texto-imagem img, .section-generica .section-internal-banner .banner.tipo-titulo-texto-imagem .swiper {
    order: 1;
}

.section-generica .section-internal-banner .banner.tipo-conteudo-centralizado {
    display: block;
    text-align: center;
}

.section-generica .section-internal-banner .banner img {
    width: 50%;
    margin: 0 auto;
}

.section-generica .section-internal-banner .banner.tipo-conteudo-centralizado img {
    width: auto;
}

.section-generica .section-internal-banner .banner.tipo-texto-imagem .container {
    order: -1;
}

.section-generica .section-internal-banner .texto-bloco {
    line-height: 1.5;
}

.section-generica .section-internal-banner .texto-bloco p:first-of-type {
    margin-top: 0;
}

.section-generica .section-internal-banner .texto-bloco p:last-of-type {
    margin-bottom: 0;
}

.section-generica .section-internal-banner .banner.tipo-conteudo-centralizado h2 {
    margin-bottom: 0;
}

.section-generica .section-internal-banner .banner.tipo-conteudo-centralizado .texto-bloco, .section-generica .section-internal-banner .banner.tipo-conteudo-centralizado:not(.img-topo) img {
    margin-top: 30px;
}

.section-generica .section-internal-banner .banner .container a.btn-bloco, .section-internal-banner .banner .container button.btn-bloco {
    display: block;
    margin: 25px 0 0;
    width: fit-content;
}

.section-generica .section-internal-banner .banner.tipo-conteudo-centralizado a.btn-bloco, .section-generica .section-internal-banner .banner.tipo-conteudo-centralizado button.btn-bloco {
    margin-left: auto;
    margin-right: auto;
}

.section-generica .section-internal-banner .banner ul {
    text-align: left !important;
}

.section-generica .section-internal-banner .swiper {
    width: 100%;
    font-family: 'Baloo 2', sans-serif;
    color: #FFF;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;  
    margin: 0 auto; 
}

.section-generica .section-internal-banner .banner.tipo-titulo-texto-imagem .swiper, .section-generica .section-internal-banner .banner.tipo-titulo-imagem-texto .swiper {
    max-width: 50%;
}

.section-generica .section-internal-banner .swiper .swiper-slide {
    height: 450px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 20px;
    box-shadow: inset 0px -140px 100px -70px #000;
}

.section-generica .section-internal-banner .swiper .swiper-slide .titulo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 2.1rem;
    font-weight: 600;
}

.section-generica .section-internal-banner .banner.tipo-conteudo-centralizado.img-topo img, .section-generica .section-internal-banner .banner.tipo-conteudo-centralizado.img-topo .swiper {
    margin-bottom: 30px;
}

.section-generica .section-speak-twygo {
    padding: 40px 50px 0;
}

.section-generica .section-speak-twygo .container.small-alt {
    max-width: 1345px;
}

.section-generica .section-speak-twygo h2 strong {
    box-shadow: none !important;
}

.section-generica .section-faq {
    position: relative;
    padding: 50px;
}

.section-generica .section-faq h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}

.section-generica .section-faq .faq {
    position: relative;
    padding: 15px 50px 15px 25px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.section-generica .section-faq .faq .open-close {
    position: absolute;
    width: 13px;
    height: 13px;
    top: 20px;
    right: 18px;
}

.section-generica .section-faq .faq.open .open-close {
    transform: rotate(180deg);
}

.section-generica .section-faq .faq .open-close svg {
    max-width: 100%;
}

.section-generica .section-faq .faq .open-close svg, .section-generica .section-faq .faq .open-close svg path {
    fill: inherit;
}

.section-generica .section-faq .faq h3 {
    position: relative;
    font-family: 'Baloo 2', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
    cursor: pointer;
}

.section-generica .section-faq .faq .resp {
    display: none;
}

.section-generica .section-cronograma {
    position: relative;
    padding: 50px;
}

.section-generica .section-cronograma h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}

.section-generica .section-cronograma .texto-bloco {
    text-align: center;
}

.section-generica .section-cronograma .cronograma {
    font-family: 'Baloo 2', sans-serif;
    position: relative;
    padding: 15px 50px 15px 25px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.section-generica .section-cronograma .cronograma.title-only {
    text-align: center;
    padding-right: 25px;
}

.section-generica .section-cronograma .cronograma p.sobretitulo {
    margin: 0 0 5px;
    font-size: 1rem;
    font-weight: 700;
}

.section-generica .section-cronograma .cronograma h3 {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
    cursor: pointer;
}

.section-generica .section-cronograma .cronograma.title-only h3 {
    cursor: auto;
}

.section-generica .section-cronograma .cronograma .detalhes {    
    font-family: Roboto, sans-serif;
    margin-top: 15px;
    display: none;
}

.section-generica .section-cronograma .cronograma .open-close {
    position: absolute;
    width: 13px;
    height: 13px;
    top: 30px;
    right: 18px;
}

.section-generica .section-cronograma .cronograma.title-only .open-close {
    display: none;
}

.section-generica .section-cronograma .cronograma.open .open-close {
    transform: rotate(180deg);
}

.section-generica .section-cronograma .cronograma .open-close svg {
    max-width: 100%;
}

.section-generica .section-cronograma .cronograma .open-close svg, .section-generica .section-cronograma .cronograma .open-close svg path {
    fill: inherit;
}

.section-generica .section-form-hs {
    position: relative;
    padding: 50px;
}

.section-generica .section-form-hs.tipo-form-centro {
    text-align: center;
}

.section-generica .section-form-hs.tipo-form-centro .meetings-iframe-container {
    margin-top: 15px;
}

.section-generica .section-form-hs .col {
    width: 100%;
}

.section-generica .section-form-hs .col.left {
    display: flex;
    flex-direction: column;
}

.section-generica .section-form-hs .col.left.cont-center {
    justify-content: center;
}

.section-generica .section-form-hs h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin: 0;
}

.section-generica .section-form-hs .texto-bloco {
    line-height: 1.5;
}

.section-generica .section-form-hs .form-default {
    background-color: #FFF;
    padding: 20px;
    border-radius: 20px;
}

.section-generica .section-regressiva {
    position: relative;
    padding: 50px;
}

.section-generica .section-regressiva.tipo-cont-centro {
    text-align: center;
}

.section-generica .section-regressiva .col {
    width: 100%;
}

.section-generica .section-regressiva h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin-top: 0;
}

.section-generica .section-regressiva .texto-bloco {
    line-height: 1.5;
}

.section-generica .section-regressiva a.btn-bloco, .section-generica .section-regressiva button {
    display: block;
    margin: 25px 0 0;
    width: fit-content;
}

.section-generica .section-regressiva.tipo-cont-centro a.btn-bloco, .section-generica .section-regressiva.tipo-cont-centro button {
    margin-left: auto;
    margin-right: auto;
}

.section-generica .section-regressiva .regressiva {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-generica .section-regressiva .regressiva .contador {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
}

.section-generica .section-regressiva .regressiva .contador .info {
    width: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Baloo 2', sans-serif;
}

.section-generica .section-regressiva .regressiva .contador .info span, .section-generica .section-regressiva .regressiva .contador .separador {
    font-size: 3rem;
    font-weight: 700;
}

.section-generica .section-youtube {
    position: relative;
    padding: 50px;
}

.section-generica .section-youtube .video.tipo-video-centro {
    text-align: center;
}

.section-generica .section-youtube .video.tipo-video-centro .btn-bloco{
    margin-bottom: 0;
}

.section-generica .section-youtube h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin-top: 0;
}

.section-generica .section-youtube .video.tipo-titulo-texto-video h2, .section-generica .section-youtube .video.tipo-titulo-video-texto h2 {
    width: 100%;
    text-align: center;
    flex: none;
    margin-bottom: -40px;
}

.section-generica .section-youtube .texto-bloco {
    margin-bottom: 30px;
    line-height: 1.5;
}

.section-generica .section-youtube .video:not(.tipo-video-centro) .col.left {
    text-align: left;
}

.section-generica .section-youtube .video:not(.tipo-video-centro) .col.left .btn-bloco {
    margin-left: 0;
}

.section-generica .section-youtube .col.right {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.section-generica .section-youtube .video.tipo-titulo-video-texto .col.left {
    order: 1;
}

.section-generica .section-youtube .video.tipo-video-texto .col.right {
    order: -1;
}

.section-generica .section-youtube iframe.responsive-video {
    border-radius: 30px;
}

.section-generica .section-cards-group {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-generica .section-cards-group:not(.banner-full) {
    border-radius: 50px;
    margin: 60px 25px;
}

.section-generica .section-cards-group.banner-full .container {
    padding: 0 25px;
}

.section-generica .section-cards-group h2 {
    margin-bottom: 40px;
    text-align: center;
}

.section-generica .section-cards-group .texto-bloco {
    text-align: center;
    margin-bottom: 40px;
}

.section-generica .section-cards-group a, .section-generica .section-cards-group button {
    margin: 25px 0 0;
    width: fit-content;
}

.section-generica .section-cards-group a.btn-bloco, .section-generica .section-cards-group button.btn-bloco {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.section-generica .section-cards-group .cards {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
}

.section-generica .section-cards-group .cards .card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    z-index: 1;
}

.section-generica .section-cards-group .cards .card.tipo-imagem-texto {
    flex-direction: row;
    gap: 20px;
}

.section-generica .section-cards-group .cards .card.img-only {
    justify-content: center;
}

.section-generica .section-cards-group .cards .card .img {
    max-height: 100%;
    flex: none;
}

.section-generica .section-cards-group .cards .card.tipo-imagem-texto .img {
    max-height: fit-content;
}

.section-generica .section-cards-group .cards .card .img.img-padding {
    padding: 30px;
}

.section-generica .section-cards-group .cards .card .img.img-padding.no-padding-bottom {
    padding-bottom: 0;
}

.section-generica .section-cards-group .cards .card .img.img-round {
    border-radius: 16px;
}

.section-generica .section-cards-group .cards .card img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.section-generica .section-cards-group .cards .card .content {
    position: relative;
    display: flex;
    padding: 30px;
    flex-direction: column;
    height: 100%;
}

.section-generica .section-cards-group .cards .card .content.tipo-centralizado {
    text-align: center;
}

.section-generica .section-cards-group .cards .card .content.no-padding {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.section-generica .section-cards-group .cards .card.tipo-imagem-texto .content {
    width: stretch;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.section-generica .section-cards-group .cards .card .content h3 {
    font-family: 'Baloo 2', sans-serif;
    margin-top: 0;
}

.section-generica .section-cards-group .cards .card .content .texto {
    line-height: 1.5;
}

.section-generica .section-cards-group .cards .card .content .texto p:first-of-type {
    margin-top: 0;
}

.section-generica .section-cards-group .cards .card .content .texto p:last-of-type {
    margin-bottom: 0;
}

.section-generica .section-cards-group .cards .card .content .link-style {
    margin-left: 0;
    margin-bottom: 6px;
    padding: 0;
    justify-content: flex-start;
    height: auto;
    font-size: initial;
}

.section-generica .section-cards-group .cards .card .content .btn-icon svg {
    max-width: 100%;
    height: 12px;
}

.section-generica .section-cards-group .cards .card .content .btn-icon svg, .section-generica .section-cards-group .cards .card .content .btn-icon svg path {
    fill: inherit;
}

.section-generica .section-cards-group.cards-ideal .cards .card .title-content-box {
    display: flex;
    align-items: center;
    margin: 0;
    padding-bottom: 16px;
    gap: 10px;
}

.section-generica .section-cards-group.cards-ideal .cards .card .title-content-box img {
    width: 32px;
    height: 32px;
    margin: 0;
}

.section-generica .section-cards-group.cards-ideal .cards .card .title-content-box h3 {
    margin-bottom: 0;
}

.section-generica .section-cards-group.cards-ideal .cards .card a {
    font-family: 'Baloo 2', sans-serif;
    margin-top: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.section-generica .section-cards-group.cards-ideal .cards .card a .btn-icon svg {
    max-width: 100%;
    height: 12px;
}

.section-generica .section-cards-group.cards-ideal .cards .card a .btn-icon svg, .section-generica .section-cards-group.cards-ideal .cards .card a .btn-icon svg path {
    fill: inherit;
}

.section-generica .section-resources {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-generica .section-resources:not(.banner-full) {
    border-radius: 50px;
    margin: 60px 25px;
}

.section-generica .section-resources.banner-full .container {
    padding: 0 25px;
}

.section-generica .section-resources h2 {
    margin-bottom: 40px;
    text-align: center;
}

.section-generica .section-resources .texto-bloco {
    text-align: center;
    margin-bottom: 40px;
}

.section-generica .section-resources a.btn-bloco, .section-generica .section-resources button {
    margin: 30px 0 0;
    width: fit-content;
}

.section-generica .section-resources a.btn-bloco, .section-generica .section-resources button.btn-bloco {
    margin-left: auto;
    margin-right: auto;
}

.section-generica .section-resources .content {
    position: relative;
    padding: 0;
}

.section-generica .section-resources .content img.background {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -315px;
    display: none;
}

.section-generica .section-resources .content .recursos {
    position: relative;
    z-index: 1;
}

.section-generica .section-resources .content .recurso, .section-resources .content .recurso a {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

.section-generica .section-resources .content .recurso .icon {
    width: 78px;
    height: 78px;
    border: 1px solid #9349DE;
    border-radius: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    flex: none;
}

.section-generica .section-resources .content .recurso p {
    background-color: #9349DE;
    color: #FFF;
    border-radius: 40px;
    padding: 10px 34px 10px 20px;
    margin-left: 0;
    margin-right: -22px;
    order: -1;
    width: calc(100% - 55px);
    flex: none;
}

.section-generica .section-resources .content .recurso:nth-child(2n) p {
    padding: 10px 20px 10px 34px;
    margin-left: -22px;
    z-index: -1;
    order: 0;
}



.section-generica .section-slide-group {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-generica .section-slide-group:not(.banner-full) {
    border-radius: 50px;
    margin: 60px 25px;
}

.section-generica .section-slide-group h2 {
    margin-bottom: 40px;
    text-align: center;
}

.section-generica .section-slide-group .texto-bloco {
    text-align: center;
}

.section-generica .section-slide-group a.btn-bloco, .section-generica .section-slide-group button {
    margin: 30px 0 0;
    width: fit-content;
}

.section-generica .section-slide-group a.btn-bloco, .section-generica .section-slide-group button.btn-bloco {
    margin-left: auto;
    margin-right: auto;
}

.section-generica .section-slide-group .swiper-slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 113px;
    border-radius: 32px;
    border: 2px solid rgba(31, 32, 65, .08);
    background: #fbfdff;
    transition: background 350ms ease;
    overflow: hidden;
}

.section-generica .section-slide-group .swiper-slide-content:hover {
    background-color: #ebf3f9;
}

.section-generica .section-slide-group .content-img-card {
    position: relative;
    width: 100%;
    height: 130px;
}

.section-generica .section-slide-group .content-img-card img {
    max-height: 100%;
}

.section-generica .section-slide-dep-group {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-generica .section-slide-dep-group:not(.banner-full) {
    border-radius: 50px;
    margin: 60px 25px;
}

.section-generica .section-slide-dep-group h2 {
    margin-bottom: 40px;
    text-align: center;
}

.section-generica .section-slide-dep-group .texto-bloco {
    text-align: center;
}

.section-generica .section-slide-dep-group a.btn-bloco, .section-generica .section-slide-dep-group button {
    margin: 30px 0 0;
    width: fit-content;
}

.section-generica .section-slide-dep-group a.btn-bloco, .section-generica .section-slide-dep-group button.btn-bloco {
    margin-left: auto;
    margin-right: auto;
}

.section-generica .section-slide-dep-group .content-dep-card {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content {
    position: relative;
    padding: 32px;
    background-color: #fff;
    border: 2px solid rgba(31, 32, 65, .08);
    border-radius: 32px;
    z-index: 99;
    margin-top: 7px;
    margin-bottom: 64px;
    height: auto;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content img.aspas {
    position: absolute;
    top: -9px;
    right: 0;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .text-content .text {
    font-family: Roboto, sans-serif;
    font-size: 1.07rem;
    font-weight: 400;
    color: #1f2041;
    line-height: 28px;
    margin-bottom: 32px;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .bottom-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .info-brand {
    display: flex;
    align-items: center;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .left .info-brand img {
    border-radius: 36px;
    width: 72px;
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .left .info-brand .tag-info {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .left .info-brand .tag-info span {
    font-family: 'Baloo 2', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #9349de;
    margin-bottom: 5px;
    line-height: 24px;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .left .info-brand .tag-info p {
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    color: #1f2041;
    max-width: 250px;
    line-height: 20px;
    margin: 0;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .brand {
    display: flex;
    justify-content: center;    
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .brand .stars {
    display: flex;
    gap: 8px;
}

.section-generica .section-slide-dep-group .content-dep-card .swiper-pagination.swiper-pagination-lock {
    display: block !important;
    position: relative;
    margin-top: -55px;
}

.section-generica .section-slide-vid-group {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-generica .section-slide-vid-group:not(.banner-full) {
    border-radius: 50px;
    margin: 60px 25px;
}

.section-generica .section-slide-vid-group h2 {
    margin-bottom: 40px;
    text-align: center;
}

.section-generica .section-slide-vid-group .texto-bloco {
    text-align: center;
}

.section-generica .section-slide-vid-group a.btn-bloco, .section-generica .section-slide-vid-group button {
    margin: 30px 0 0;
    width: fit-content;
}

.section-generica .section-slide-vid-group a.btn-bloco, .section-generica .section-slide-vid-group button.btn-bloco {
    margin-left: auto;
    margin-right: auto;
}

.section-generica .section-slide-vid-group .content-vid-card {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.section-generica .section-slide-vid-group .content-vid-card .swiper-slide-content {
    position: relative;
    background-color: #fff;
    border: 2px solid rgba(31, 32, 65, .08);
    border-radius: 32px;
    z-index: 99;
    margin-top: 7px;
    margin-bottom: 64px;
    height: auto;
    overflow: hidden;
}

.section-generica .section-slide-vid-group .content-vid-card .swiper-pagination.swiper-pagination-lock {
    display: block !important;
    position: relative;
    margin-top: -55px;
}


.section-generica .section-acordeon {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-generica .section-acordeon .container {
    display: flex;
    gap: 50px;
}

.section-generica .section-acordeon .container .col.right {
    max-width: 60%;
}

.section-generica .section-acordeon:not(.banner-full) {
    border-radius: 50px;
    margin: 60px 25px;
}

.section-generica .section-acordeon h2 {
    margin-bottom: 40px;
}

.section-generica .section-acordeon .texto-bloco {
    margin-bottom: 30px;
}

.section-generica .section-acordeon a.btn-bloco, .section-generica .section-acordeon button {
    margin: 30px 0 0;
    width: fit-content;
}

.section-generica .section-acordeon .itens .item {
    margin: 15px 0;
}

.section-generica .section-acordeon .itens .item .title {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.section-generica .section-acordeon .itens .item .title h3 {
    font-family: 'Baloo 2', sans-serif;
    margin: 0;
}

.section-generica .section-acordeon .itens .item .title img.img-responsive {
    width: 32px;
    height: 32px;
}

.section-generica .section-acordeon .itens .item .title .btn-icon svg {
    max-width: 100%;
    height: 12px;
    transition: all 350ms ease;
}

.section-generica .section-acordeon .itens .item .title .btn-icon svg, .section-generica .section-acordeon .itens .item .title .btn-icon svg path {
    fill: inherit;
}

.section-generica .section-acordeon .itens .item.open .title .btn-icon svg, .section-generica .section-acordeon .itens .item .title:hover .btn-icon svg {
    transform: translateX(+5px);
}

.section-generica .section-acordeon .content-item {
    margin: 30px 0;
    display: none;
}

.section-generica .section-acordeon .col.right .content-item {
    margin-top: 0;
}

.section-generica .section-acordeon .content-item .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.section-generica .section-acordeon .content-item .text a.btn-bloco, .section-generica .section-acordeon .content-item .text button {
    margin: 0;
    min-width: 150px;
}

@media only screen and (min-width: 480px) {

    .section-generica .section-resources .content {
        padding: 0 50px;
    }

}

@media only screen and (min-width: 768px) {

    .section-generica section:not(.banner-full) {
        margin: 100px 50px;
    }

    .section-generica section.banner-full {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-generica .topo {
        padding-bottom: 100px;
    }

    .section-generica .topo .box-text {
        flex-direction: row;
        margin-top: 0;
    }

    body.home .section-generica .topo .box-text h1 {
        font-size: 3.8rem;
    }

    .section-generica .topo .box-text:not(.centralizado) .col {
        width: 50%;
    }

    .section-generica .topo .box-text .col.right {
        display: block;
    }

    .section-generica .topo #background-mobile.bckg-topo {
        display: none;
    }

    .section-generica .topo #background.bckg-topo {
        display: block;
    }

    .section-generica .section-internal-banner .banner.tipo-conteudo-centralizado {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }

    .section-generica .section-speak-twygo h2 {
        margin-bottom: 0;
    }

    .single-generica .section-faq {
        padding: 70px 20%;
    }

    .section-generica .section-faq .faq {
        margin-left: 150px;
        margin-right: 150px;
    }

    .single-generica .section-cronograma {
        padding: 70px 20%;
    }

    .section-generica .section-cronograma .cronograma {
        margin-left: 150px;
        margin-right: 150px;
    }

    .section-generica .section-form-hs.tipo-form-direita .container {
        display: flex;
        gap: 30px;
    }    

    .section-generica .section-regressiva.tipo-cont-direita .container {
        display: flex;
        gap: 30px;
    }

    .section-generica .topo .box-text .col.right .form-default, .section-generica .section-form-hs.tipo-form-direita .form-default, .section-generica .section-regressiva.tipo-cont-direita .contador {
        margin-top: 0;
    } 
    
    .section-generica .section-form-hs.tipo-form-centro .form-default {
        margin-left: 20%;
        margin-right: 20%;
    }
    
    .section-generica .section-youtube .video:not(.tipo-video-centro) .texto-bloco {
        margin-bottom: 0;
    }

    .section-generica .section-youtube .video:not(.tipo-video-centro) {
        display: flex;
        flex-wrap: wrap;
        gap: 100px;
    }

    .section-generica .section-cards-group .cards .card {
        width: 49%;
    }

    .section-generica .section-acordeon.banner-full .container {
        padding: 0 100px !important;
    }

    .section-generica .section-slide-group.banner-full .container {
        padding: 0 100px !important;
    }

    .section-generica .section-slide-dep-group.banner-full .container {
        padding: 0 100px !important;
    }

    .section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .text-content {
        align-items: initial;
    }

    .section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .left {
        flex-direction: row;
    }
    
    .section-generica .section-slide-dep-group .content-dep-card .swiper-slide-content .left .info-brand img {
        width: 60px;
        height: 60px;
        max-width: 60px;
    }  
    
    .section-generica .section-slide-vid-group.banner-full .container {
        padding: 0 100px !important;
    }

}

@media only screen and (min-width: 992px) {   

    .section-generica .section-resources .content {
        padding: 50px;
    }

    .section-generica .section-resources .content img.background {
        display: block;
    }

    .section-generica .section-resources .content .recurso {
        margin-left: 8%;
    }
    
    .section-generica .section-resources .content .recurso:nth-child(2n) {
        margin-left: 65%;
    }

    .section-generica .section-resources .content .recurso p {
        width: auto;
        flex: none;
    }

}

@media only screen and (min-width: 1200px) {

    .section-generica .topo .box-text .col.right img {
        margin: -140px 0 -100px;
    }

    .section-generica .section-cards-group {
        margin-left: 0;
        margin-right: 0;
    }    

    .section-generica .section-cards-group .container {
        padding: 0 50px;
    }

    .section-generica .section-cards-group .cards .card {
        width: 23%;
    }

    .section-generica .section-resources {
        margin-left: 0;
        margin-right: 0;
    }

    .section-generica .section-resources .container {
        padding: 0 50px;
    }

    .section-generica .section-sophia {
        margin-left: 0;
        margin-right: 0;
    }

}

@media only screen and (max-width: 991px) {

    .section-generica section {
        padding: 50px;
    }

    .section-generica .section-internal-banner .banner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 40px;
    }

    .section-generica .section-internal-banner .banner.tipo-titulo-texto-imagem h2, .section-generica .section-internal-banner .banner.tipo-titulo-imagem-texto h2 {
        margin-bottom: -10px;
    }

    .section-generica .section-youtube .video.tipo-titulo-texto-video h2, .section-generica .section-youtube .video.tipo-titulo-video-texto h2 {
        margin-bottom: revert;
    }

    .section-generica .section-internal-banner:not(.banner-full) .banner {
        padding: 0 !important;
    }

    .section-generica .section-internal-banner.banner-full .banner {
        padding: 0 25px !important;
    }

    .section-generica .section-internal-banner .banner.back-none {
        padding-left: 0;
        padding-right: 0;
    }

    .section-generica .section-internal-banner .banner img {
        width: auto;
    }

    .section-generica .section-internal-banner .banner .swiper {
        max-width: 100% !important;
    }

    .section-generica .section-internal-banner .banner.tipo-texto-imagem .content {
        order: 0;
    }

    .section-generica .section-internal-banner .banner a.btn-bloco, .section-generica .section-internal-banner .banner button {
        margin-left: auto !important;
        margin-right: auto !important;
    }   
    
    .section-generica .section-resources .content {
        height: auto !important;
    }

}

@media screen and (max-width: 767px) {

    .section-generica .section-internal-banner:not(.banner-full) {
        margin: 60px 25px;
        padding: 30px;
        border-radius: 30px;
    }

    .section-generica .section-acordeon:not(.banner-full), .section-generica .section-slide-group:not(.banner-full), .section-generica .section-slide-dep-group:not(.banner-full), .section-generica .section-slide-vid-group:not(.banner-full), .section-generica .section-cards-group:not(.banner-full), .section-generica .section-resources:not(.banner-full) {
        border-radius: 30px !important;
        padding: 30px;
    }

    .section-generica .section-acordeon:not(.banner-full) .container, .section-generica .section-slide-group:not(.banner-full) .container, .section-generica .section-slide-dep-group:not(.banner-full) .container, .section-generica .section-slide-vid-group:not(.banner-full) .container, .section-generica .section-cards-group:not(.banner-full) .container, .section-generica .section-resources:not(.banner-full) .container {
        padding: 0;
    }
    
    .section-generica .section-youtube .video:not(.tipo-video-centro) .col.left {
        text-align: center;
        width: 100% !important;
    }

    .section-generica .section-youtube .video:not(.tipo-video-centro) .col.left .btn-bloco {
        margin-left: auto;
    }

    .section-generica .section-acordeon .container {
        display: block;
    }

    .section-generica .section-acordeon .container .col.right {
        max-width: 100%;
    }

    .section-generica .section-acordeon a.btn-bloco, .section-generica .section-acordeon button.btn-bloco {
        margin-left: auto;
        margin-right: auto;
    }

    .section-generica .section-acordeon .itens .item .title .btn-icon {
        transform: rotate(90deg);
    }

    .section-generica .section-acordeon .itens .item.open .title .btn-icon {
        transform: rotate(270deg);
    }

    .section-generica .section-acordeon .itens .item.open .title .btn-icon svg, .section-generica .section-acordeon .itens .item .title:hover .btn-icon svg {
        transform: none;
    }

    .section-generica .section-acordeon .col.right .content-item {
        margin-top: 30px;
    }

    .section-generica .section-form-hs .meetings-iframe-container {
        margin-top: 15px;
    }

}