:root {

    --width-mobile: 767px;
    --width-desktop: 768px;

    /* --font-global: 'Red Hat Display', sans-serif; */
    --font-global: 'Quicksand', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;

    --font-title: 'Oswald', sans-serif;
    --font-title-size: 2em;
    --font-title-size-mobile: 1.6em;
    --font-title-color: var(--color-primary);
    --font-title-color-span: var(--color-secondary);

    --font-button: 'Oswald', sans-serif;
    --font-button-weight: 500;

    --color-bg-primary: var(--color-primary);

    --color-secondary-hover: #f7a223;

    --color-primary: #50abb3;
    --color-secondary: #91c627;

    --cor-verde: #91c627;

}


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

body {
    padding: 0;
    margin: 0;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.cor-azul,
.cor-span-azul span {
    color: var(--cor-azul);
}

.cor-borda-azul {
    border-color: var(--cor-azul) !important;
}

.cor-amarelo,
.cor-amarelo span,
.cor-span-amarelo span {
    color: var(--cor-amarelo) !important;
}

.cor-borda-amarelo {
    border-color: var(--cor-amarelo) !important;
}

.cor-verde,
.cor-verde span,
.cor-span-verde span {
    color: var(--cor-verde) !important;
}

.cor-borda-verde {
    border-color: var(--cor-verde) !important;
}

.cor-verde-2,
.cor-span-verde-2 {
    color: var(--cor-verde-2) !important;
}

.cor-borda-verde-2 {
    border-color: var(--cor-verde-2) !important;
}

.font-weight-forte {
    font-weight: 700;
}
.text-center {
    text-align: center !important;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

section {
    padding: 70px 0;
}
@media (max-width: 767px) {
    section {
        padding: 35px 0;
    }
}

header {
    margin: 5px 0;
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

header .logo {
    width: 100%;
    max-width: 260px;
}

header .logo img {
    width: 100%;
}

header nav {
    flex: 1;
    width: 100%;
}

header nav ul {
    display: flex;
    justify-content: center;
    gap: 2px;
}

header nav ul li a {
    display: flex;
    gap: 3px;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #212529;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 8px;
    border-radius: 100px;
}

header nav ul li a:hover {
    background-color: var(--color-secondary);
    color: #FFF;
}

header nav ul li a .icone {
    font-size: 15px;
}

header .icones {
    display: flex;
    gap: 5px;
}

header .icones li a {
    /* padding: 7px; */
    width: 30px;
    height: 30px;
    background-color: #ff9700;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .icones img {
    width: 16px;
    height: 16px;
}

@media all and (max-width: 900px) {
    header nav {
        display: none;
    }
}


p {
    font-size: 18px;
    line-height: 27px;
}

p+p {
    margin-top: 18px;
}

.mtop20 {
    margin-top: 20px;
    width: 100%;
    display: block;
}
.mtop30 {
    margin-top: 30px;
    width: 100%;
    display: block;
}
.mtop50 {
    margin-top: 50px;
    width: 100%;
    display: block;
}

.section_black_fundo {
    width: 100%;
    background-image: url('/img/section-rodrigo-preto.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.titulo {
    font-size: 33px;
    font-weight: bold;
    line-height: 55px;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}


.section_aVida {
    padding: 0;
}
.aVida {
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #090a09;
    color: white;
}

.aVida .imagem {
    width: 100%;
}

.aVida .texto {
    padding: 20px;
    width: 100%
}

@media all and (max-width: 768px) {
    .section_black_fundo {
        width: 100%;
        background-color: #0a0a0a;
        background-image: url('/img/section_rodrigo_mobile.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .aVida {
        flex-direction: column;
    }
    .aVida .texto {
        padding: 20px 0;
    }


}



.sessao_dois .sessao_dois_box {
    width: 100%;
    color: white;
}
.sessao_dois .sessao_dois_box .titulo {
    width: 100%;
    max-width: 920px;
}
.sessao_dois .sessao_dois_box .texto {
    width: 100%;
    max-width: 850px;
}


.sessao_vida_morte {
    width: 100%;
    padding: 0;
}
.sessao_vida_morte .box {
    width: 100%;
    max-width: 700px;
}
.sessao_vida_morte .container_box {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.sessao_vida_morte .container_box .imagem {
    width: 100%;
    /* height: 100%; */
    height: 540px;
    background-image: url('/img/vida-e-morte.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sessao_vida_morte .container_box .texto {
    width: 100%;
    padding: 10px 20px 40px 20px;
}

@media all and (max-width: 1100px) {
    .sessao_vida_morte .container_box .titulo {
        font-size: 32px;
    }
    .sessao_vida_morte .container_box p {
        font-size: 16px;
    }
}
@media all and (max-width: 768px) {
    .sessao_vida_morte .container_box {
        flex-direction: column;
    }
    .sessao_vida_morte .container_box .imagem {
        height: 300px;
    }
}



.section_ajudar {
    background-color: #f9ffed;
}
.section_ajudar .box_duplo {
    width: 100%;
    max-width: 700px;
    /* margin: 0 auto; */
    column-count: 2;
    column-gap: 20px;
}
.section_ajudar .box_duplo ul {
    /* max-width: 600px; */
    /* margin: auto; */
    flex-direction: column;
    align-items: stretch;
}
.section_ajudar .box_unico ul {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 110%;
}
.section_ajudar .box_lista ul li {
    display: flex;
    align-items: center;
    padding: 5px 3px;
    gap: 7px;
    font-weight: 600;
}
.section_ajudar .box_lista ul li .icone {
    font-size: 20px;
    color: var(--cor-verde);
}

@media all and (min-width: 768px) {
    .section_ajudar .content {
        width: 100%;
        display: grid;
        grid-template-columns: 65% 35%;
        gap: 20px;
        row-gap: 30px;
    }
    .section_ajudar .content_2 {
        padding-left: 20px;
        border-left: 1px solid #c7e985;
    }
}

@media all and (max-width: 767px) {
    .section_ajudar .titulo {
        text-align: left;
    }
    .section_ajudar .box_duplo {
        column-count: 1;
        /* width: 100%; */
    }
    .section_ajudar .box_unico ul {
        justify-content: left;
        align-items: start;
    }
    .section_ajudar .content_2 {
        margin-top: 30px;
    }
}


.comoComecou {
    background-color: #212529;
    color: white;
}
.sessao_comecou {
    color: white;
}


.section_resultados {
    padding: 150px 100px;
    background-image: url('/img/section-rodrigo-2.webp');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1024px) {
    .section_resultados {
        padding: 30px 300px 30px 0;
    }
}
@media (max-width: 767px) {
    .section_resultados {
        padding: 40px 0;
        background-image: none;
        background-color: #161616;
    }
}
.resultados_content .texto {
    width: 100%;
    max-width: 700px;
    color: white;
}


.section_resultados2 {
    background-color: #ededed;
}

.resultados2_content {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.resultados2_content ul {
    flex: 1;
    margin-top: 10px;
}
.resultados2_content ul li {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
}
.resultados2_content ul li .icone {
    color: var(--cor-verde);
    font-size: 50px;
}
@media (max-width: 767px) {
    .resultados2_content ul li {
        font-size: 17px;
        align-items: start;
    }
    .resultados2_content ul li .icone {
        font-size: 33px;
    }
    
}



.videos_section .videos_content {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.videos_content .videos_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 30px;
    justify-content: center;
}
.videos_content .videos_box .item {
    width: 100%;
    max-width: 300px;
    /* padding: 0 10px; */
    text-align: center;
}
.videos_content .videos_box .item button {
    background: none;
    border: none;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3) 0s;
    padding: 0;
}

.videos_content .videos_box .item button:hover {
    cursor: pointer;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.videos_content .videos_box .item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.videos_content .videos_box .item p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}



/* Quando a tela for menor que 1200px, diminuir para 3 colunas */
@media (max-width: 1200px) {
    .videos_content .videos_box {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  /* Quando a tela for menor que 900px, diminuir para 2 colunas */
  @media (max-width: 900px) {
    .videos_content .videos_box {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  /* Quando a tela for menor que 600px, diminuir para 1 coluna */
  @media (max-width: 600px) {
    .videos_content .videos_box {
      grid-template-columns: 1fr;
    }
  }




.texto-destaque {
    display: block;
    width: 100%;
    background-color: #afff00;
    display: flex;
    align-items: center;
    justify-content: center;
}
.texto-destaque .content {
    padding: 70px 20px;
    max-width: 1100px;
    text-align: center;
}
.texto-destaque .content p {
    font-size: 23px;
    line-height: 1.3;
}
@media all and (max-width: 900px) {
    .texto-destaque .content {
        padding: 40px 20px;
        text-align: left;
    }
    .texto-destaque .content p {
        font-size: 18px;
    }
}




ul.lista_check li {
    display: flex;
    gap: 5px;
    padding-bottom: 5px;
}


.botao_whatsapp .btn_whatsapp_click  {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border: none;
    background-color: #47A800;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
.botao_whatsapp .btn_whatsapp_click:hover {
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  



.section_faq {
    background-color: #51aeb7;
}
.section_faq .titulo {
    color: white;
    text-align: center;
}
.box_faq {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 920px;
  text-align: left;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important; 
}
.box_faq .item {
  background-color: #FFF;
  padding: 15px 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.box_faq .item+.item {
  margin-top: 10px;
}
.box_faq .item .faq_toggle {
  text-align: left;
  width: 100%;
  padding: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-primary);
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important; 
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
}
.box_faq .item .faq_toggle.ativo {
    color: var(--cor-verde);
}
.box_faq .item .faq_toggle .faq_icone .more {
  display: inline-block;
}
.box_faq .item .faq_toggle .faq_icone .icone {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.box_faq .item .faq_toggle .faq_icone.menos .icone { 
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.box_faq .item .faq_resposta {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.box_faq .item .faq_resposta p {
    font-weight: 600;
    font-size: 16px;
}
.box_faq .item .faq_resposta:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 10px;
}
.box_faq .item .faq_resposta p {
    color: #444;
}
.whatsNVbutton {
  position: fixed;
  right: 0;
  bottom: 25px;
  width: 100%;
  max-width: 70px;
  margin: 20px;
  animation: whatsmove 400ms linear infinite alternate;
  cursor: pointer;
  z-index: 9999;
}
.whatsNVbutton:hover span {
  opacity: 1;
  animation: none;
  transition: opacity .2s;
}
.whatsNVbutton img {
  max-width: 100%;
}
.whatsNVbutton span {
  position: absolute;
  top: 20px;
  right: 79px;
  max-width: calc(100vw - 105px);
  height: 32px;
  padding: 0 14px;
  border: none;
  border-radius: 16px;
  background: #fff;
  color: rgba(0, 0, 0, .8);
  line-height: 31px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .3s ease-out .4s;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
  transform: translateZ(0);
  pointer-events: none;
  font-weight: normal;
  font-size: 16px;
}
.whatsNVbutton span:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -6px;
  border: 8px solid transparent;
  border-width: 6px 0 6px 8px;
  border-left-color: #fff;
}
@keyframes whatsmove {
  from {
    transform: translateX(0px) translateY(7px);
  }
  to {
    transform: translateX(0px) translateY(-7px);
  }
}


footer {
    background-color: #111;
    padding: 20px;
}
footer p {
    color: #a1a1a1;
}





.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Proporção 16:9 (9/16 = 0.5625) */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


@media all and (max-width: 900px) {
    .titulo {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 20px;
    }
    p {
        font-size: 17px;
        line-height: 24px;
    }
}