html {
  scroll-behavior: smooth;
}
body{
  margin: 0;
}
.landing {
  --lp-lightgray: #cbcbcb;
  --lp-gray: #383838;
  --lp-yellow: #ffaf31;
  --lp-darkblue: #041d3f;
  --lp-blue: #00c0ff;
  --lp-royalblue: #2280ff;
  --lp-darkgray: #1e1e1e;
  font-family: 'Lato', sans-serif; /* Fonte geral */
  font-size: 1.14285em;
  margin: 0;
}
.landing img{
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/*wrapper 1230px*/
@media (min-width: 1200px){
  .landing .wrapper{
    max-width: 1230px;
  }
}
.landing section{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.landing .wrapper{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}


/* Animações */

@keyframes pulse {
  0% {transform: scale(.95);}
  50% {transform: scale(1);}
  100% {transform: scale(.95);}
}

@keyframes fade-in-move-top{
  0% {opacity: 0;transform: translateY(1em);}
  100% {opacity: 1;transform: translateY(0);}
}

@keyframes fade-in-move-down{
  0% {opacity: 0;transform: translateY(-3rem);}
  100% {opacity: 1;transform: translateY(0);}
}
@keyframes fade-in-move-left {
  0% {opacity: 0;transform: translateX(-3rem);}
  100% {opacity: 1;transform: translateX(0);}
}

@keyframes fade-in-move-right{
  0% {opacity: 0; transform: translateX(3rem);}
  100% {opacity: 1; transform: translateX(0);
  }
}

@keyframes fade-in-scale{

  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.anime-down{
  opacity: 0;
  animation-name: fade-in-move-down;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.anime-top{
  opacity: 0;
  animation-name: fade-in-move-top;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.anime-left{
  opacity: 0;
  animation-name: fade-in-move-left;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.anime-right{
  opacity: 0;
  animation-name: fade-in-move-right;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.anime-scale{
  opacity: 0;
  animation-name: fade-in-scale;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.landing a svg {
  transition: .2s linear all;
}

.bg-topo{
  background-color: var(--lp-darkgray);
  background-image: url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2025/bg-right.png), url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2025/bg-left.png), url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2025/bg-topo.jpg);
  background-position: top right, top left, bottom center;
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
  padding-top: 64px;
  color: white;
  z-index: 2;
  position: relative;
}
.bg-topo .title-landing{
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.bg-topo h1 {
  color: var(--lp-blue);
  font-size: 1.375em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.bg-topo h2 {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
  font-weight: normal;
}
.bg-topo h2::before {
  content: '|';
  margin: 0 10px;
}
.bg-topo h2 strong:not(:last-child)::after {
  content: '::';
  color: var(--lp-royalblue);
  margin: 0 5px 0 10px;
}
.bg-topo .fotos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-topo .fotos h3{
  font-size: 1.875em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 .75em;
}
.bg-topo .fotos h3 span {
  white-space: nowrap;
}
.bg-topo .fotos h3 strong{
  font-weight: 900;
}
.bg-topo .fotos h4{
  background: linear-gradient(to top, white, #d6d6dc);
  color: black;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 .75em;
  line-height: 1.5;
  padding: 0 .5em;
  font-size: 1.125em;
}
.bg-topo .fotos .text {
  max-width: 28em;
  z-index: 1;
}
.bg-topo .fotos .foto {
  margin-left: -72px;
}
.bg-topo ul{
  margin: 0 auto;
  list-style: url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2025/seta.svg);
  padding-left: 20px;
  text-align: left;
  max-width: 400px;
}
.bg-topo ul li{
  font-size: 1.125em;
  margin: 5px 0;
}
.bg-topo ul li img{
  margin-right: 10px;
  margin-top: 8px;
}
.bg-topo .preco-curso {
  font-size: 1em;
  margin: 1em 0 0;
  line-height: 1.5;
}
.bg-topo .preco-curso s:not([style]) + strong::before {
  content: '|';
  font-weight: 400;
  margin: 0 .25em;
}
.bg-topo .preco-curso strong span {
  font-weight: 900;
}
.bg-topo .preco-curso .parcelado {
  color: var(--lp-blue);
  font-size: 1.5em;
}
.bg-topo .preco-curso .curso-completo-parcela {
  font-size: 1.25em;
}
.bg-topo .btns-topo{
  display: flex;
  margin-top: 20px;
}
.btn-adicionar, .btn-inscreva-se {
  background: linear-gradient(#53adff, #0a4bff), linear-gradient(30deg, var(--lp-darkgray), black, var(--lp-darkgray));
  background-clip: padding-box, border-box;
  background-origin: border-box;
  padding: 8px 24px;
  margin: 0 15px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125em;
  color: white;
  box-shadow: 0 0 16px rgba(0,0,0,.5), 4px 4px 0 inset rgba(0,0,0,.1);
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(44, 0, 158, .4);
  border-radius: 999px;
  border: 3px solid transparent;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-wrap: balance;
  -webkit-transition: transform .1s;
  transition: transform .1s;
}
.btn-adicionar:visited, .btn-inscreva-se:visited {
  color: white;
}
.btn-adicionar:hover, .btn-inscreva-se:hover {
  text-decoration: none;
  color: white;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.bg-topo .btns-topo .fale-com-consultor a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--lp-blue);
  border-radius: 6px;
  margin: 0;
  line-height: 1;
  padding: 0 20px;
  color: var(--lp-blue);
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  background: transparent;
}
.bg-topo .btns-topo .fale-com-consultor a svg{
  width: 24px;
  fill: var(--lp-blue);
  margin-right: 8px;
}
.bg-topo .btns-topo .fale-com-consultor a:hover{
  background: var(--lp-blue);
  color: black;
}
.bg-topo .btns-topo .fale-com-consultor a:hover svg{
  fill: black;
}


/* Menu */

.menu-landing {
  position: relative;
  top: 0;
  padding-top: 60px;
  font-size: 1.25em;
  background: var(--lp-darkgray);
  z-index: 1;
}
.menu-landing hr {
  height: 2px;
  border: 0;
  background: var(--lp-lightgray);
  margin: 0 auto;
  width: 100%;
}
.menu-landing ul{
  display: flex;
  align-items: center;
  justify-content: safe center;
  list-style: none;
  margin: 10px 0 0;
  overflow: auto;
  padding: 0;
  scroll-snap-type: x mandatory;
}
.menu-landing ul li{
  padding: 0 17px;
  margin: 0;
  scroll-snap-align: center;
}
.menu-landing ul li a{
  font-size: 1em;
  color: white;
  display: inline-block;
  background: var(--lp-gray);
  padding: .25em .5em;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  border-radius: .25em .25em 0 0;
  position: relative;
  transition: .2s ease;
  font-weight: 400;
}
.menu-landing ul li a::after{
  content: '';
  display: block;
  background: var(--lp-royalblue);
  height: 2px;
  width: 0;
  transition: .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu-landing ul li a:hover::after, .menu-landing ul li a.active::after{
  width: 100%;
}

/* Conteúdos */

.space{
  height: 50px;
}

.bg-gray{
  background: var(--lp-gray);
}
#diferenciais + .bg-gray{
  background: var(--lp-darkgray) url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2025/bg-cinza.jpg) center / cover no-repeat;
}
.bg-white{
  background: white;
}
.bg-lightblue{
  background: #f3fdff;
}
.bg-darkblue {
  background: var(--lp-darkblue);
}
.bg-lightgray{
  background: #e5e5e5;
}
.ancora {
  padding: 54px 0;
  scroll-margin-top: 88px;
}
.title-section{
  padding: 0;
  margin-bottom: 16px;
}
.title-section hr, .title-section.modulos h3::before {
  margin: 0;
  height: 3px;
  border: 0;
  width: 100px;
  background: var(--lp-royalblue);
}
.title-section h2{
  font-size: 1.375em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 700;
  color: var(--lp-darkblue);
}
.bg-gray .title-section h2 {
  color: white;
}
.title-section p{
  margin: 0;
}
.ancora p{
  margin: 0;
  color: var(--lp-darkgray);
  font-size: 1.125em;
}
.ancora p:not(:last-child) {
  margin: 0 0 20px 0;
}
.bg-gray p{
  color: white;
}
.ancora .box, .accordion-faq, .accordion-prof, .livros, .title-section{
  width: max(60%, 750px);
}

.ancora .box ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
.ancora .box ul li{
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--lp-darkgray);
  font-size: 1em;
  margin-bottom: 10px;
}
.ancora .box ul li div{
  width: 22px;
  margin-right: 14px;
  text-align: center;
}
.ancora .box ul li img{
  margin: 0 auto;
  display: block;
}
.ancora .btn-adicionar {
  margin-top: 1.5em;
  width: fit-content;
}

/* Box flutuante */


#o-que-esperar{
  background: var(--lp-darkgray);
  position: relative;
}
#o-que-esperar iframe {
  width: 754px;
  height: 426px;
}
/*form-fixed*/
.box-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  z-index: 3;
  top: 70px;
}
div.fixed {
  position: fixed;
  top: 180px;
}
.box-fixed, div.fixed{
  right: 23%;
}

.box-fixed .box{
  height: auto;
  width: 302px;
  border-radius: 16px;
  background: rgb(59,185,220);
  background: linear-gradient(205deg, var(--lp-royalblue) 7%, var(--lp-darkblue) 76%);
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.box-fixed .box h3{
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0;
}
.box-fixed .box h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.875em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  margin: 10px 0;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}
.box-fixed .box h2 small {
  color: inherit;
  font-family: inherit;
  font-size: 75%;
}
.box-fixed .box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.box-fixed .box ul li {
  padding: 6px 2%;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  font-size: 15px;
}
.box-fixed .box ul li:not(:first-child) {
  border-top: 2px solid var(--lp-blue);
}
.box-fixed .box ul li span{
  background-color: var(--lp-yellow);
  color: black;
  display: inline-block;
  padding: 0 4px;
  font-weight: 900;
}
.box-fixed .preco-curso {
  color: white;
  font-size: 1em;
  margin: 4px 0 12px !important;
}
.box-fixed .preco-curso s {
  opacity: .8;
}
.box-fixed .preco-curso .total {
  font-size: 1.25em;
}
.box-fixed .preco-curso strong span {
  font-weight: 900;
}
.box-fixed .preco-curso .total .curso-completo-parcela {
  font-size: 1.2em;
}
.box-fixed svg {
  width: 30px;
  margin: 0 5px 0 0;
}
.box-fixed .whats a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  text-decoration: none;
  color: white;
  margin: 0;
  font-size: .875em;
}
.box-fixed a.btn-inscreva-se {
  margin: 0 auto;
}
.box-fixed .whats a:hover{
  color: white;
  text-decoration: underline;
}
.box-fixed .whats img {
  width: 30px;
  margin-right: 8px;
}

.box-fixed .aulas-gratis{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.box-fixed .aulas-gratis hr{
  width: 100%;
  border: 0;
  height: 2px;
  background: #6b81c7;
}
.box-fixed .aulas-gratis p{
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 17px;
}
.box-fixed .aulas-gratis a{
  color: #f88c01;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #f88c01;
  padding: 2px 30px;
  border-radius: 10px;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto 10px auto;
}

/* Modal */

/* Palestrantes */


/* The Modal (background) */
.modal {
  display: none; 
  position: fixed; 
  z-index: 999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
}

/* Modal Content */
.modal-content {
  position: relative;
  top: 80px;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 4px solid #123fe1;
  width: 417px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.modal-content h2{
  background: #123fe1;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: normal;
}


/* The Close Button */
.close, .close2 {
  color: white;
  font-weight: bold;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 29px;
  top: -17px;
  right: -17px;
  background: #123fe1;
  transition: .2s ease;
}

.close:hover, .close2:hover, .close2:focus
.close:focus {
  color: #123fe1;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
}


.professores .wrapper{
  max-width: 1240px;
}

/*MODAL*/
.palestrantes {
  padding-top: 70px;
}

.palestrantes h4 {
  margin-left: 20px;
}

/*Roxo*/
.foto-palestrante.purple .nome,
.foto-palestrante.purple .btn-modal,
.modal-window.purple {
  background: #f74573;
}

.modal-window.purple button:hover {
  color: #dd7a94;
}

/*Roxo Escuro*/
.foto-palestrante.dark-purple .nome,
.foto-palestrante.dark-purple .btn-modal,
.modal-window.dark-purple {
  background: #f74573;
}

.modal-window.dark-purple button:hover {
  color: #dd7a94;
}

.modal-window.dark-purple .bio h4 {
  color: #f74573;
}


/*Azul claro*/
.foto-palestrante.light-blue .nome,
.foto-palestrante.light-blue .btn-modal,
.modal-window.light-blue {
  background: #f74573;
}

.modal-window.light-blue button:hover {
  color: #dd7a94;
}

/*Cinza Escuro*/
.modal-window.dark-gray {
  background: var(--lp-darkblue);
}

.container-modal {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 57px;
  justify-content: flex-start;
  position: relative;
}

.container-modal .foto-palestrante {
  margin: 0 10px;
  position: relative;
  width: 223px;
  padding-bottom: 30px;
}

.container-modal .foto-palestrante .crop {
  width: 217px;
  height: 245px;
  overflow: hidden;
  position: relative;
}
.container-modal .foto-palestrante picture {
  display: block;
  position: relative;
}
.container-modal .foto-palestrante picture::after {
  background: url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2024/sombra-professores.png) top center / 100% no-repeat;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
}
.container-modal .foto-palestrante img {
  background: var(--lp-darkblue);
  border-radius: 8px;
  display: block;
  width: 100%;
}

.crop img {
  margin: -18px 0 0 0;
  width: 100%;

}

img.brilho {
  filter: brightness(1.6);
}

img.brilho.medium {
  filter: brightness(1.2);
}

.crop .filter {
  filter: grayscale(1);
}

.foto-palestrante .btn-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  background: url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2025/i-mais.svg) no-repeat center;
  background-size: contain;
}


.foto-palestrante .btn-modal:hover {
  opacity: .6;
}

.foto-palestrante .nome {
  margin: 1em 0 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.foto-palestrante .nome span{
  font-weight: normal;
}

.foto-palestrante .text {
  font-size: .875em;
  color: #212121;
  margin: 10px 0;
  max-height: 133px;
}

.foto-palestrante .text p {
  margin: 0;
}

.professores .modal {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 5;
}

.professores .modal-window {
  position: relative;
  width: 743px;
  border-radius: 8px;
  overflow: hidden;
}

.professores .modal-window.small {
  width: 75%;
}

.professores .modal-window.large {
  width: 75%;
}

/*btn fechar*/
.professores .modal-window button {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border: 0;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  background: url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2024/i-fechar.svg);
}
.professores .modal-window button:hover{
  opacity: .6;
}

.professores .modal-window .bio, .accordion-prof .bio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 300px;
}
.professores .modal-window .bio img {
  display: block;
}
.professores .modal-window .bio div {
  flex: 0 1 60%;
  margin-left: -30px;
}

.professores .modal-window .bio h4 {
  color: var(--lp-blue);
  font-size: 1.25em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.professores .modal-window .bio p {
  font-size: 15px;
  margin: 0;
  color: white;
}

.professores .close {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 30px;
  font-size: 1.875em;
  line-height: 30px;
  text-align: center;
}

.professores .close:hover,
.professores .close:focus {
  color: #000000;
  cursor: pointer;
}

.professores .open {
  display: block;
}



/*FAQ*/

.faq {
  padding: 0 0 30px 0;
  text-align: center;
}

.faq h3 {
  background: none;
  position: relative;
  padding: 80px 0 54px 0;
}
.faq .mensagem {
  width: 140px;
  position: absolute;
  top: -35px;
  margin-left: 18px;
}
:is(.accordion-faq, .accordion-prof){
  text-align: center;
  max-width: 850px;
  margin: 12px 0;
  border: 2px solid var(--lp-blue);
  overflow: hidden;
  border-radius: 15px;
  background: none;
  
}
.ancora .box + .accordion-prof {
  margin-top: 20px;
}
:is(.accordion-faq, .accordion-prof) button{
  background: none;
  color: white;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1.125em;
  transition: 0.4s;
  text-align: left;
  font-weight: 800;
  line-height: 1.3;
  box-shadow: none;
  font-family: 'Lato', sans-serif;
  padding: 14px 30px 13px 20px;
  position: relative;
  text-transform: uppercase;
}
.accordion-prof button {
  font-weight: 400;
}
:is(.accordion-faq, .accordion-prof) button span.active{
  font-weight: bold;
  text-transform: uppercase;
}
:is(.accordion-faq, .accordion-prof) button span{
  text-transform: none;
  font-weight: normal;
}
:is(.accordion-faq, .accordion-prof) button:last-of-type{
  border-bottom: 0!important;
}

:is(.accordion-faq, .accordion-prof) .accordion:after {
  content: '';
  color: #d24dc1;
  font-weight: normal;
  margin-left: 5px;
  font-size: 25px;
  position: absolute;
  transform: rotate(180deg);
  transition: transform .3s ease;
  float: right;
  margin: 0;
  top: 10px;
  right: 12px;
  background: url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2024/btn-open-accordion.png);
  width: 36px;
  height: 36px;
}
:is(.accordion-faq, .accordion-prof) .active:after {
  content: '';
  transform: rotate(0deg);
}
.accordion-prof .accordion:after {
  background: url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2025/i-mais.svg) no-repeat center;
  height: 30px;
  width: 30px;
  top: 11px;
}
:is(.accordion-faq, .accordion-prof) .panel {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;  
  color: #fff;
  text-align: left;
}
.accordion-prof .panel picture {
  flex: 0 0 287px;
}
:is(.accordion-faq, .accordion-prof) .panel p {
  color: #b0c1f7;
  font-size: 1em;
  margin: 0;
  font-weight: normal;
  padding: 0 20px 14px 20px;
  line-height: 1.4;
}
.accordion-prof .bio p {
  padding-left: 0;
}
:is(.accordion-faq, .accordion-prof) .panel a{
  color: #0e0f0f;
  font-weight: bold;
}

:is(.accordion-faq, .accordion-prof) .panel ul{
  margin: 0 0 12px;
  list-style: none;
  padding: 0 0 0 20px;
}
:is(.accordion-faq, .accordion-prof) .panel ul li{
  color: white;
  font-size: 1em;
  width: 97%;
  margin: 0;
  padding: 6px 0;
}
:is(.accordion-faq, .accordion-prof) .panel ul li:not(:first-child) {
  border-top: 1px solid var(--lp-darkgray);
}
:is(.accordion-faq, .accordion-prof) .panel ul li span{
  font-weight: bold;
}
:is(.accordion-faq, .accordion-prof) .panel ul li span.em-breve {
  color: var(--lp-blue);
  text-transform: uppercase;
}
:is(.accordion-faq, .accordion-prof) .panel ul li strong {
  color: var(--lp-blue);
  text-transform: uppercase;
}
:is(.accordion-faq, .accordion-prof) .panel ul li strong::before {
  content: '| ';
  color: var(--lp-lightgray);
}
.ancora :is(.faq .btn-adicionar, .accordion-prof + .btn-adicionar, 
.ancora .btn-adicionar) {
  max-width: 90%;
}

/* Divisor */

.divisor{
  background: #5884df;
  padding: 30px 0;
}
.divisor h2{
  margin: 0;
  font-size: 23px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
}
.divisor h2 span{
  color: #050c2d;
  font-weight: 900;
}
.divisor p{
  font-size: 19px;
  color: #243d8a;
  margin: 15px 0;
}

/* DEPOIMENTOS ---- */
.landing .depoimentos .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 min(32.5%, 440px) 0 20px;
}
.landing .depoimentos .wrapper > div {
  flex: 1;
  width: 50%;
}
.landing .depoimentos .title-section {
  margin-top: 2em;
}
.landing .depoimentos h2 {
  font-size: 1.875em !important;
}
.landing .depoimentos .slider {
  max-width: 750px;
}
.landing .depoimentos .slider .owl-carousel .owl-item .banner-custom p {
  background: white;
  border: 2px solid var(--lp-lightgray);
  border-radius: 12px;
  padding: 2em 3em;
  position: relative;
}
.landing .depoimentos .slider .owl-carousel .owl-item .banner-custom p::before,
.landing .depoimentos .slider .owl-carousel .owl-item .banner-custom p::after {
  color: var(--lp-blue);
  font-size: 8em;
  font-weight: 700;
  position: absolute;
}
.landing .depoimentos .slider .owl-carousel .owl-item .banner-custom p::before {
  content: '“';
  left: 0;
  top: -0.35em;
}
.landing .depoimentos .slider .owl-carousel .owl-item .banner-custom p::after {
  content: '”';
  bottom: -0.85em;
  right: 0;
}
.landing .depoimentos .slider .owl-carousel .owl-controls .owl-nav [class*=owl-] {
  background: var(--lp-gray) !important; 
  text-indent: -9999px !important;
}
.landing .depoimentos .slider .owl-carousel .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -0.5em !important;
}
.landing .depoimentos .slider .owl-carousel .owl-controls .owl-nav [class*=owl-]::before,
.landing .depoimentos .slider .owl-carousel .owl-controls .owl-nav [class*=owl-]::after {
  border-color: white !important;
}
.landing .depoimentos .slider .owl-carousel .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -0.5em !important;
}

/* Metologia */
#metodologia.ancora p,
#metodologia .title-section h2 {
  color: white;
}
.text-metodologia{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  align-content: flex-start;
  margin-top: 20px;
}
.text-metodologia .item{
  width: 29%;
  margin-bottom: 1em;
}
.text-metodologia .item::before {
  background: url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2025/list-como-fazemos.png) center no-repeat;
  content: '';
  display: block;
  height: 14px;
  margin-bottom: 4px;
  width: 14px;
}
.text-metodologia .item img{
  margin: 0;
}
.text-metodologia .item p{
  font-size: 1em;
  color: var(--lp-darkgray);
}
.text-metodologia .item p strong{
  font-weight: 900;
}


/* Inscreva-se */

#inscreva-se {
  z-index: 3;
  position: relative;
}
#inscreva-se .title-section hr {
  background: var(--lp-blue);
}
.thumb-curso-completo{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.thumb-curso-completo,
.thumbs-modulos {
  border: 2px solid #d6d6dc;
  border-radius: 24px;
  padding: 30px;
  max-width: 770px;
}
.thumb-curso-completo .title-section{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: .5em;
  width: auto;
}

.thumb-curso-completo .title-section p {
  line-height: 1.5;
}
.thumb-curso-completo .title-section p:nth-child(3) {
  margin-bottom: 0;
}
.thumb-curso-completo .img-thumb{
  margin-right: 25px;
  background: url(https://cdn2.grupogen.com.br/media/wysiwyg/landings/curso-online-direito-civil/sombra.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.thumb-curso-completo .img-thumb img{
  margin: 0;
}
.thumb-curso-completo p.preco{
  font-size: 26px;
  color: #0e246a;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.thumb-curso-completo p.preco span{
  font-size: 17px;
  margin: 0;
  line-height: 1;
  text-transform: none;
  color: #00b9ee;
}
.thumb-curso-completo p.legenda{
  color: #00b9ee;
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: 900;
  margin: 10px 0;
}
.thumb-curso-completo a.btn-inscreva-se, .ancora .box .btn-adicionar {
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 0;
  box-shadow: 4px 4px 0 inset rgba(0,0,0,.1);
  text-align: center;
  margin-top: .5em;
}
.thumbs-modulos {
  margin-top: 2em;
}
.title-section.modulos {
  width: 100%;
  margin-left: 15px;
}
.title-section.modulos h3::before {
  content: '';
  display: block;
  background: var(--lp-blue);
  margin-bottom: .5em;
}
.thumbs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
.thumbs .item{
  max-width: 136px;
  text-align: center;
  margin: 15px;
}
.thumbs .item.disable .img-thumb{
  filter: grayscale(100%);
  opacity: .3;
}
.thumbs .item.disable p{
  color: #6d6d6d;
  font-size: .875em;
  margin: 0;
}
.thumbs .item.disable p strong{
  font-weight: 900;
}
.thumbs .item p.preco span, .thumbs .item p.preco{
  font-size: 1em;
  color: var(--lp-darkgray);
}
.thumbs .item p.preco{
  font-weight: 900;
  margin: -1em 0 .5em;
}
.thumbs .item a {
  font-size: .875em;
  display: block;
  background: linear-gradient(var(--lp-darkblue), var(--lp-royalblue));
  border: 1px solid var(--lp-royalblue);
  border-radius: 999px;
  box-shadow: 0 5px 7px rgba(37,37,37,.2);
  color: white;
  font-weight: 900;
  text-decoration: none;
  margin: 0;
  padding: .25em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: transform .1s;
  transition: transform .1s;
}
.thumbs .item a:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.thumbs .img-thumb{
  background: url(https://cdn2.grupogen.com.br/media/wysiwyg/landings/curso-online-direito-civil/sombra.png);
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: center bottom;
}
.thumbs .img-thumb img {
  max-width: 136px;
  display: block;
  margin: 0 auto;
}
.box-parcela{
  color: var(--lp-royalblue);
}
.box-parcela h3{
  font-size: 19px;
  font-weight: 800;
  margin: 0;
}
.box-parcela .parcela {
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}
.box-preco{
  display: flex;
}
.box-preco h3{
  font-size: 17px;
  margin: 10px 0;
  line-height: 1;
  text-transform: none;
  color: var(--lp-darkgray);
}
.box-preco .preco{
  font-size: 19px;
  margin: 10px 0;
  line-height: 1;
  text-transform: none;
  color: var(--lp-darkblue);
}

/* Livros */


.livros {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.livros .box {
  width: 22%;
  margin: 0 20px 10px 0;
}


/* Formulário */

.form-curso {
  background: #00115d;
  padding-bottom: 30px;
  padding-top: 60px;
  scroll-margin-top: 88px;
}
.form-curso .title-section{
  width: 100%;
}
.form-content{
  padding-top: 30px;
}

.form-salesforce h3{
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 15px 0;;
  text-align: center;
}
.form-salesforce{
  width: 70%;
  margin: 0 auto;
}

.form-salesforce input{
  width: 100%;
  height: 37px;
  background: transparent;
  border: 2px solid #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  color: #fff;
  text-align: left;
  border-radius: 7px;
  padding-left: 20px;
  margin-bottom: 13px;
}
.form-salesforce select {
  margin-bottom: 13px;
}
.form-salesforce input::placeholder{
  color: #fff;
}
.form-salesforce .btn {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.form-salesforce .g-recaptcha{
  left: inherit!important;
}
.form-salesforce .recaptcha-container{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 10px 0 20px 0;
}
.form-salesforce .recaptcha-container .recaptcha-box{
  width: 100%;
  display: flex;
  align-items: center;
}
.form-salesforce p{
  color: #fff;
  font-size: 1em;
  text-align: left;
  padding-right: 30px;
}
.form-salesforce label{
  color: #fff;
  font-size: 1em;
  text-align: left;
}
.form-salesforce select{
  width: 100%;
  border: 2px solid #fff;
  background: #00115d;
  color: #fff;
  text-align: left;
  height: 37px;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px);
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-radius: 7px;
  padding-left: 17px;
  
}

.form-salesforce .recaptcha-container p{
  color: #fff;
  font-size: 13px;
  text-align: left;
  padding-left: 10px;
  padding-right: 0;
}
.form-salesforce input[type="submit"] {
  width: 300px;
  height: 31px;
  text-align: center;
  padding-left: 10px;
  background: var(--lp-yellow);
  color: black;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid var(--lp-yellow);
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
  border-radius: 7px;
  font-style: normal;
  font-size: 1em;
}
.form-salesforce input[type="submit"]:hover{
  background: transparent;
  color: var(--lp-yellow)
}
.form-salesforce input:focus{
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-salesforce .radio {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 13px;
}
.form-salesforce .radio p {
  grid-column:  1 / 3;
  margin-bottom: 6px;
}
.form-salesforce .radio .box {
  align-items: center;
  border: 2px solid white;
  border-radius: 7px;
  display: flex;
  width: fit-content;
}

.form-salesforce .radio input[type="radio"] {
  width: 20px;
  margin: 0 10px;
}

.form-salesforce .checkbox{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.form-salesforce .checkbox .box{
  flex-direction: column;
  display: flex;
}
.form-salesforce .checkbox .box div{
  display: flex;
  align-items: center;
}

.form-salesforce .radio input[type="radio"], .form-salesforce .checkbox input[type="checkbox"] {
  width: 15px;
  margin: 0 7px;
  height: 30px;
}


.form-salesforce .radio .box label, .form-salesforce .checkbox label{
  width: auto;
  margin-right: 18px;
}

.form-salesforce .checkbox label a{
  color: var(--lp-yellow);
}
  

#confirmacao, #erro{
  text-align: center;
}
#confirmacao h3, #erro h3 {
  font-size: 19px;
  color: #fff;
  text-align: center;
  margin: 20px ;
  text-transform: uppercase;
}
#confirmacao .img{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
}
#confirmacao .btn-acesse {
  background: var(--lp-yellow);
  font-size: 17px;
  color: black;
  padding: 5px 20px;
}
#confirmacao .btn-acesse:hover{
  background: white;
  color: black;
}
#confirmacao .img img {
  margin-bottom: 12px;
}
#confirmacao h3{
  margin-bottom: 0;
}
#confirmacao p{
  color: #fff;
  margin: 0;
  font-size: 17px;
  margin: 4px 0 0 0;
}
#confirmacao .legenda {
  font-size: 15px;
}
#confirmacao .legenda span {
  color: var(--lp-yellow);
  font-weight: 700;
}
#confirmacao h4, #erro h4 {
  font-size: 1.125em;
  color: #fff;
  text-align: center;
  margin: 25px 0 0 0;
  font-weight: normal;
}

#confirmacao a, #erro a {
  padding: 20px 19px;
  text-transform: uppercase;
  color: #4757cb;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  border: 0;
  transition: .1s ease;
  letter-spacing: 1px;
}
#confirmacao a:hover, #erro a:hover{
  color: #f88c01;
}



@media screen and (max-width: 1700px) {
  .box-fixed, div.fixed {
    right: 17%;
  }
}

@media screen and (max-width: 1440px) {
  .alto-falante-2 {
    left: -49px;
    width: 200px;
    top: -98px;
  }
  .box-fixed, div.fixed {
    right: 14%;
  }
  .bg-topo {
    background-image: url(https://mktgen.com.br/imagens/curso-direito-civil-tartuce/2025/bg-topo.jpg);
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1366px) {
  .box-fixed, div.fixed{
    right: 8%;
  }
}

@media screen and (max-width: 1250px) {
  .title-section{
    padding: 0 20px 22px 20px;
  }
  .form-curso .title-section{
    width: auto;
  }
  .ancora .box, :is(.accordion-faq, .accordion-prof), .livros, .title-section, .divisor h2, .divisor p, .professores, .thumbs, .landing .depoimentos .slider{
    padding: 0 20px;
  }
  .box-fixed .box{
    padding: 40px 20px 20px 20px;
  }
  .livros .box, :is(.accordion-faq, .accordion-prof){
    padding: 0;
  }
  :is(.accordion-faq, .accordion-prof){
    margin: 10px 20px;
  }
  #o-que-esperar iframe {
    width: 55%;
    height: 381px;
    margin-left: 20px;
  }
  .title-section p br{
    display: none;
  }
  .box-fixed, div.fixed {
    right: 5%;
  }
  .thumb-curso-completo, .thumbs-modulos {
    margin-left: 20px;
  }
  
}

@media screen and (max-width: 1180px) {
  .box-fixed, div.fixed{
    right: 2%;
  }
  
}

@media screen and (max-width: 1100px) {
  .bg-topo {
    padding-top: 48px;
  }
  .bg-topo .fotos h3 br{
    display: none;
  }
  .bg-topo .fotos{
    flex-direction: column-reverse;
    align-items: center;
  }
  .bg-topo .fotos .foto {
    margin-left: 0;
  }
  .bg-topo .fotos .text{
    margin-top: 0;
    text-align: center;
    width: 90%;
  }
  .bg-topo .btns-topo{
    justify-content: center;
  }
  .menu-landing ul li {
    padding: 0 10px;
  }
  .box-fixed:not(.fixed) {
    display: none;
  }
  .box-fixed, div.fixed {
    bottom: 0;
    font-size: .9em;
    right: 50%;
    top: initial;
    transform: translateX(50%);
    width: 90%;
  }
  .box-fixed .box{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%!important;
    padding: 20px 0!important;
  }
  .box-fixed .box :is(h3, h2, ul) {
    display: none;
  }
  .box-fixed .preco-curso {
    margin-top: 0 !important;
  }
  .ancora .box, :is(.accordion-faq, .accordion-prof), .livros, .title-section, .landing .depoimentos .slider{
    width: 95%;
  }
  #o-que-esperar{
    padding-bottom: 0;
  }
  #o-que-esperar iframe {
    width: 83%;
    height: 507px;
  }
  .divisor h2, .divisor p{
    text-align: center;
  }
  .landing .depoimentos .wrapper {
    padding: 0 20px;
  }
  .thumb-curso-completo .title-section p br{
    display: block;
  }
  .thumbs{
    justify-content: center;
  }
  .livros{
    justify-content: flex-start;
  }
  .livros .box{
    width: 190px!important;
    margin: 0 20px!important;
  }
  .ancora .btn-adicionar {
    margin-left: auto;
    margin-right: auto;
  }
  
}

@media only screen and (max-width: 1000px){
  .bg-topo .title-landing{
    flex-wrap: wrap;
    text-align: center;
  }
  .bg-topo h1 {
    margin-bottom: 10px;
  }
  .bg-topo h2::before {
    display: none;
  }
  .menu-landing {
    padding: 20px 0 20px;
  }
  #o-que-esperar{
    padding-top: 0;
  }
  #o-que-esperar iframe {
    width: 96%;
    height: 471px;
  }
  .menu-landing ul li a{
    font-size: 1em;
  }
}


@media only screen and (max-width: 800px){
  .ancora .box, :is(.accordion-faq, .accordion-prof), .livros, .title-section, .thumbs{
    padding: 0;
  }
  .bg-topo .fotos .foto{
    text-align: center;
  }
  .bg-topo .fotos img.foto-tartuce{
    width: 75%;
  }
  #o-que-esperar iframe {
    width: 87%;
    height: 360px;
    margin-left: 35px;
  }
  .ancora .box ul{
    flex-direction: column;
  }
  .ancora .box ul li{
    width: 47%;
  }
  .container-modal{
    justify-content: center;
  }
  .professores .modal-window{
    width: 97%;
  }
  .container-modal .foto-palestrante{
    width: 29%;
  }
  .container-modal .foto-palestrante img{
    width: 100%;
  }
  .title-section, .ancora .box, .landing .depoimentos .slider {
    width: 90%;
    margin: 0 auto;
  }
  .landing .depoimentos .slider {
    padding: 0;
  }
  .ancora .box ul {
    margin-top: 1em;
  }
  .ancora .box ul li {
    width: 100%;
  }
  .text-metodologia{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .text-metodologia .item {
    height: auto;
    width: 100%;
  }
  .thumb-curso-completo{
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }
  .thumb-curso-completo,
  .thumbs-modulos {
    margin-left: 20px;
    margin-right: 20px;
  }
  .thumb-curso-completo .title-section{
    width: 84%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .thumb-curso-completo .img-thumb{
    margin: 0;
  }
  .thumb-curso-completo a.btn-inscreva-se {
    margin-left: auto;
    margin-right: auto;
  }
  .title-section.modulos {
    text-align: center;
    margin-left: 0;
  }
  .title-section.modulos h3::before {
    margin-left: auto;
    margin-right: auto;
  }
  .thumbs{
    justify-content: center;
  }
  .foto-palestrante .nome{
    line-height: 1.3;
  }
  .professores .modal-window .bio img{
    width: 300px;
  }
  .professores .modal-window .bio div{
    margin-left: -86px;
  }
  .text-metodologia{
    padding-top: 30px!important;
  }
  .livros {
    justify-content: center;
    margin: 37px 0;
  }
  .livros .box {
    width: 190px!important;
    margin: 0 7px!important;
  }
  .form-salesforce {
    width: 87%;
    margin: 0 auto;
  }
  .thumbs {
    margin-top: 30px;
  }
  
}

@media only screen and (max-width: 600px){
  .menu-landing ul{
    padding: 0 20px;
  }
  .bg-topo .title-landing{
    padding: 0 20px 15px;
  }
  .bg-topo .fotos h3{
    font-size: 1.5em;
  }
  .bg-topo .fotos a:not(.btn-adicionar) {
    padding: 10px 10px;
    font-size: .875em;
  }
  .bg-topo .btns-topo {
    flex-direction: column;
  }
  #o-que-esperar iframe{
    height: 279px;
  }
  .professores{
    padding: 0;
  }
  .professores .modal{
    left: 0;
  }
  .professores .open {
    display: block;
    position: fixed;
    background: #00000087;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
  }
  .professores .modal-window {
    width: 90%;
    margin:  0 auto 250px auto;
    top: 150px;
  }
  .accordion-prof .panel {
    display: block;
  }
  .accordion-prof .panel picture {
    display: none;
  }
  .accordion-prof .bio p {
    padding-left: 20px;
  }
  .professores .modal-window .bio {
    min-height: none;
  }
  .professores .modal-window .bio div {
    margin-left: 0;
    padding: 40px 30px;
    flex: 1;
  }
  .professores .modal-window .bio img, .divisor h2 br{
    display: none;
  }
  
  .container-modal .foto-palestrante {
    width: 24%;
  }
  :is(.accordion-faq, .accordion-prof) {
    max-width: 90%;
  }
  :is(.accordion-faq, .accordion-prof) button{
    padding: 14px 61px 13px 20px;
  }
  .landing .depoimentos .wrapper > div {
    width: 90%;
  }
  .landing .depoimentos .title-section {
    margin-top: 0;
  }
  .landing .depoimentos h2 {
    font-size: 1.375em !important;
  }
  .landing .depoimentos .wrapper {
    display: block;
    padding: 0;
  }
  .text-metodologia .item{
    height: auto;
    width: 100%;
  }
  
}
@media only screen and (max-width: 500px){
  .bg-topo h1{
    font-size: 1.125em;
  }
  .bg-topo .fotos h3 {
    font-size: 1.25em;
  }
  .bg-topo .fotos a:not(.btn-adicionar) {
    font-size: .875em;
    background: none;
    color: #00b9ee;
    font-weight: 900;
    padding: 0;
  }
  .bg-topo .btns-topo{
    flex-direction: column;
  }
  .bg-topo .btns-topo a {
    width: 100%;
  }
  .bg-topo .btns-topo .btn-adicionar{
    margin: 0 0 15px 0;
  }
  #o-que-esperar iframe{
    margin-left: 20px;
    height: 214px;
  }
  #diferenciais + .bg-gray {
    background: var(--lp-darkgray);
  }
  .container-modal{
    flex-direction: column;
    align-items: center;
  }
  .container-modal .foto-palestrante {
    width: 60%;
    margin-bottom: 32px;
  }
  .thumbs{
    width: 100%;
  }
  .thumbs .item {
    flex: 0 0 calc(50% - 30px);
  }
  .thumb-curso-completo p.legenda br{ 
    display: none;
  }
  .form-salesforce .recaptcha-container .recaptcha-box{
    flex-direction: column;
  }
  .form-salesforce .recaptcha-container p{
    padding-left: 0;
    text-align: center;
  }
  .form-salesforce input[type="submit"]{
    width: 100%;
  }
}

@media only screen and (max-width: 320px){
  .menu-landing{
    position: relative;
    z-index: 1;
  }
}

@media (min-width:768px) {
  .form-salesforce .radio {
    align-items: center;
    grid-template-columns: auto auto auto;
    justify-content: start;
    grid-gap: 13px;
  }
  .form-salesforce .radio p {
    grid-column: 1;
    margin-bottom: 0;
  }
}

@media (min-width:1200px) {
  .bg-topo ul {
    margin-left: 0;
  }
}