@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Poppins:wght@400;600;700&display=swap");
:root {
    --primaria: #002e3d;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #342e37;
    background: #fefefe;
}

a {
    text-decoration: none !important;
}

::-webkit-scrollbar-thumb {
    background-color: #002e3d;
}
::-webkit-scrollbar {
    width: 8px;
}

.grecaptcha-badge {
    display: none;
}

#aviso-cookies {
    position: fixed;
    bottom: 0;
    padding: 15px 15px;
    background: #fff;
    z-index: 800;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 2px 2px rgb(50 50 50 / 58%);
    -moz-box-shadow: 0px 0px 2px 2px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 0px 2px 2px rgb(50 50 50 / 58%);
}

.whatsapp2 {
    background: linear-gradient(115deg, #0dc152, #0dc152, #1e904a);
    box-shadow: 0 0 25px -5px #3e3e3e;
    opacity: 0.85;
    width: 180px;
    padding: 15px 0;
    text-align: center;
    transition: all ease-in-out 0.2s;
    border-radius: 20px;
    position: fixed;
    font-size: 1rem;
    left: 25px;
    bottom: 15px;
    z-index: 151;
    color: #fff;
    cursor: pointer;
}

.whatsapp2 img {
    margin-left: 15px;
    margin-right: 10px;
}

.whatsapp i,
.whatsapp2 span {
    margin-right: 10px;
}

.fonteBold {
    font-weight: bold;
}

.topo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 200px;
    border-radius: 0 0 50px 50px;
}

.topo header {
    position: fixed;
    top: 0;
    z-index: 999;
    background-position: center center;
    background-size: cover;
    background-image: url(images/fundo-menu.jpg);
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all 1s;
}

.topo-home header {
    background-size: 0;
}

.topoCursos header {
    background-size: 0;
}

.espaco-menu {
    height: 100px;
}

.topo-home {
    min-height: 800px;
}

.topo-home.menufixo header,
.topoCursos.menufixo header {
    background-size: cover;
}

.topo.menufixo header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.topoCursos {
    min-height: 900px;
}

header {
    position: relative;
    width: 100%;
}
a.logo {
    max-width: 190px;
    width: 100%;
    height: auto;
    cursor: pointer;
}
a.logo img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

.topo.menufixo a.logo img {
    width: 80%;
}

nav {
    position: relative;
}
nav ul {
    padding: 0 0 0 0;
    list-style: none;
    float: right;
    padding-top: 20px;
}
nav ul li {
    display: inline-block;
    margin: 0px 5px;
}
nav ul li a {
    padding: 15px 10px;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    color: #342e37;
    position: relative;
}
nav ul li a.ctamenu1 {
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 75px;
    padding: 15px 30px;
    background-color: transparent;
}
nav ul li a.ctamenu2 {
    background: #002e3d;
    box-shadow: 0px 4px 22px 2px rgba(222, 168, 28, 0.4);
    border-radius: 75px;
    padding: 15px 30px;
}
nav ul li a img {
    width: 20px;
    height: 20px;
}
nav ul li a:hover,
nav ul li a.ativo {
    cursor: pointer;
    text-decoration: none;
    color: #342e37;
}
nav ul li a.ativo {
    font-weight: 700;
}
header nav ul li:hover a.ctamenu1:after,
header nav ul li a.ativo.ctamenu1:after,
header nav ul li:hover a.ctamenu2:after,
header nav ul li a.ativo.ctamenu2:after {
    display: none;
}
header nav ul li:hover a:after,
header nav ul li a.ativo:after {
    display: block;
}
header nav ul li a:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 5px;
    left: 50%;
    margin-left: -17px;
    bottom: 5px;
    background: #342e37;
    border-radius: 30px;
    display: none;
}
nav ul li a.ctamenu1:hover {
    background-color: #ecdcc4;
    border-color: #ecdcc4;
    color: #342e37;
    font-weight: 600;
}
nav ul li a.ctamenu2:hover {
    background-color: #ecdcc4;
    color: #342e37;
    font-weight: 600;
}
.destaque h2 {
    margin-top: 60px;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -2px;
    color: #342e37;
}
.destaque p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1.5px;
    color: #342e37;
    margin: 30px 0;
}
.ctaDefault {
    cursor: pointer;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 24px;
    line-height: 58px;
    display: inline-block;
    text-align: center;
    letter-spacing: -0.8px;
    color: #342e37;
    background: #002e3d;
    box-shadow: 0px 4px 22px 2px rgb(222 168 28 / 40%);
    border-radius: 101px;
    padding: 10px 40px;
}
.ctaDefault:hover {
    background-color: #8e1533;
    color: #fff;
    text-decoration: none;
}
.luisTopo {
    position: absolute;
    bottom: 0;
    right: 0vw;
    height: auto;
    width: 60vw;
}
img.imgDestaque {
    width: 100%;
    height: auto;
    max-width: 900px;
}
.numerosTopo {
    position: absolute;
    bottom: -90px;
    width: 100%;
}
.areaNumerosTopo {
    background: linear-gradient(
        110.76deg,
        rgba(255, 255, 255, 0.4) -15.67%,
        rgba(255, 255, 255, 0.1) 114.84%
        );
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(40px);
    border-radius: 23px;
    padding: 33px;
}
.iconeNumero {
    width: 120px;
    height: 120px;
    background: #ffffff;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(40px);
    border-radius: 19px;
    display: inline-block;
    text-align: center;
}
.iconeNumero img {
    width: 55px;
    height: 55px;
    text-align: center;
    margin-top: 30px;
}
.contagemNumero {
    display: inline-block;
    vertical-align: top;
}
.contagemNumero h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 48px;
    line-height: 70px;
    align-items: center;
    letter-spacing: -2px;
    color: #342e37;
    margin-left: -20px;
    z-index: 2;
    position: relative;
    margin-top: 15px;
}
.contagemNumero h4 span.infoNumero {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 0px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: #342e37;
    margin-top: -5px;
}
.contagemNumero h4 span.counter {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 48px;
    line-height: 70px;
    align-items: center;
    letter-spacing: -2px;
    color: #342e37;
}
.topo1 {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
}
.topo2 {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}
.topo1 img,
.topo2 img {
    width: 100%;
    height: auto;
}
.sobre {
    padding: 200px 0 60px 0;
}
h5 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    color: #b3b7c6;
    margin-bottom: 0px;
}
h2,
h1 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 36px;
    line-height: 51px;
    align-items: center;
    letter-spacing: -2px;
    color: #342e37;
    margin-bottom: 30px;
}
p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #7a8095;
}
button.linkPadrao {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.botoes-curso {
    position: absolute;
    bottom: 80px;
}

.linkPadrao,
a.linkPadrao {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #002e3d;
    display: inline-block;
    transition: all 250ms ease;
}
.linkPadrao:hover {
    color: #342e37;
    text-decoration: none;
}
a.linkPadrao img {
    width: 15px;
    height: auto;
}
a.linkPadrao:hover img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.linkPadrao2 {
    cursor: pointer;
    background: #002e3d;
    box-shadow: 0px 4px 22px 2px #f70b8c33;
    border-radius: 75px;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding: 15px 30px;
    min-width: 170px;
    text-align: center;
    display: inline-block;
    border: none;
    transition: all 250ms ease;
}
a.linkPadrao2 img {
    width: 25px;
    height: auto;
}
.linkPadrao2:hover {
    background-color: #a4a7ff;
    color: #342e37;
    text-decoration: none;
}
.sobre img {
    width: 100%;
    height: auto;
}
.sobre h5 {
    padding-top: 150px;
}
.cursos {
    padding: 40px 0;
    position: relative;
}
.cursos .swiper-wrapper {
    height: auto;
}
.bannerHome {
    padding: 40px 0;
}
.materiais {
    padding: 40px 0 40px 0;
}
.boxMateriais {
    background: #ffffff;
    box-shadow: 0px 45px 72px 33px rgba(202, 209, 220, 0.2);
    border-radius: 10px;
    margin: 10px 0;
    padding: 20px;
}
.boxMateriais img {
    width: 50%;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    vertical-align: top;
}
.boxMateriais .infoMateriais {
    display: inline-block;
    width: 45%;
    padding: 15px 25px;
    vertical-align: top;
}
.boxMateriais .infoMateriais h5 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    line-height: 51px;
    letter-spacing: -1px;
    color: #342e37;
}
.boxMateriais .infoMateriais p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: -0.8px;
    color: #7a8095;
}

.casos {
    padding: 50px 0;
    text-align: center;
}
.depoimentos {
    padding: 40px 0 150px 0;
    text-align: center;
    position: relative;
}
.depoFoto1,
.depoFoto2,
.depoFoto3 {
    width: 150px;
    height: 150px;
    position: absolute;
}
.depoFoto1 img,
.depoFoto2 img,
.depoFoto3 img {
    width: 100%;
    height: auto;
}
.depoFoto1 {
    top: 40px;
    left: 10vw;
}
.depoFoto2 {
    bottom: 60px;
    left: 5vw;
}
.depoFoto3 {
    top: 140px;
    right: 5vw;
}
.blog {
    background: #f3f4f8;
    padding: 80px 0;
    text-align: center;
}
.boxCard {
    background: #ffffff;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
    border-radius: 10px;
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
}
.boxCard img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}
.boxCard h4 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #342e37;
}

.interna-materiais .boxCard h4 {
    height: 3rem;
    overflow: hidden;
    line-height: 22px;
}

.boxCard h4.tituloCurso {
    height: 2rem;
    overflow: hidden;
}

.boxCard p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
    color: #7a8095;
}
.boxCard p a,
.boxCard p button {
    background: none;
    border: none;
    cursor: pointer;
    color: #002e3d;
    display: inline-block;
    text-decoration: underline;
}
.boxCard a,
.boxCard button {
    text-decoration: underline;
    font-size: 14px;
}
.blog a {
    text-decoration: none;
}
.blog a.linkPadrao2 {
    display: inline-block;
    margin: 40px auto 20px auto;
}
.contato {
    padding: 100px 0;
    background-image: url(images/bg_contato.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.boxContato {
    background: #ffffff;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
    border-radius: 12px;
    width: 100%;
    padding: 50px 60px;
}
.rodape {
    background-image: url(images/rodape.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
}
img.logorodape {
    width: 80%;
    height: auto;
    display: block;
}
.rodape a.linkPadrao2 {
    display: inline-block;
    margin-top: 30px;
}
.rodape h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 24px;
    line-height: 51px;
    color: #342e37;
    position: relative;
}
.rodape h4:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 5px;
    left: 0px;
    bottom: 5px;
    background: #002e3d;
    border-radius: 30px;
}
.menuFast a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 51px;
    color: #7a8095;
    display: block;
}
.menuFast a:hover {
    color: #342e37;
    text-decoration: none;
}
.social {
    margin-top: 20px;
}
.social a {
    margin: 10px 20px 0 0;
}
.social a:hover {
    text-decoration: none;
}
.social a:hover img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.uaau {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}
form label {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #7a8095;
    margin-bottom: 0px;
}
.form-control {
    background: #f8fafc;
    border-radius: 3px;
    border: none;
    height: 45px;
    padding: 10px 10px 10px 15px;
    font-size: 12px;
    margin-bottom: 15px;
}
textarea.form-control {
    resize: none;
    padding-left: 20px;
    height: 100px;
}
.formsubmit {
    cursor: pointer;
    border: none;
    background: #002e3d;
    box-shadow: 0px 4px 22px 2px rgba(222, 168, 28, 0.4);
    border-radius: 75px;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    color: #342e37;
    padding: 15px 30px;
    width: 190px;
    text-align: center;
    height: auto;
    margin: 25px auto 0 auto;
}
.formsubmit:hover {
    background-color: #ecdcc4;
    color: #342e37;
    text-decoration: none;
}
input[type="radio"] {
    margin-top: 10px;
}
.boxDepo {
    background: #ffffff;
    border-radius: 9px;
    padding: 30px;
    text-align: left;
    box-shadow: 0px 45px 73px 33px rgba(202, 209, 220, 0.2);
    position: relative;
}
.fotoDepo {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.fotoDepo img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    border: 3px solid #002e3d;
}
.infoDepo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.infoDepo h2 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    color: #342e37;
    line-height: 18px;
    margin-bottom: 0;
}
.infoDepo h4 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    color: #7a8095;
}
.boxDepo p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #7a8095;
    margin-top: 30px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.areaDepoimento {
    width: 100%;
    position: relative;
    padding: 0px 0px;
    box-shadow: 0px 45px 73px 33px rgba(202, 209, 220, 0.2);
    background-color: transparent;
    margin-top: 40px;
}
.swiper-button-prev1 {
    left: -40px;
}
.swiper-button-next1 {
    right: -40px;
}
.swiper-button-next2,
.swiper-button-prev2 {
    top: 30px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    z-index: 5;
    border: 1px solid #002e3d;
    background: #002e3d;
    box-shadow: 0px 4px 22px 2px rgba(222, 168, 28, 0.4);
}
.swiper-button-next2 {
    right: 0;
}
.swiper-button-prev2 {
    left: auto;
    right: 90px;
}
.cursos .container {
    position: relative;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
    border: 1px solid #000000;
    background: transparent;
    box-shadow: none;
}
.swiper-pagination1 {
    bottom: -50px !important;
}
.swiper-pagination2 {
    bottom: 30px !important;
}
.swiper-pagination-bullet {
    background: #7a8095 !important;
    border-radius: 75px;
    opacity: 1;
    transition: all 0.2s;
}
.swiper-pagination-bullet-active {
    width: 75px;
}
.boxNota {
    position: absolute;
    width: 75px;
    height: 100px;
    right: 40px;
    top: 0px;
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(201, 201, 201, 0.25);
    border-radius: 0px 0px 30px 30px;
    text-align: center;
}
.boxNota h3 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 18px;
    color: #002e3d;
    line-height: 18px;
}
.boxNota h3 span {
    font-weight: 400;
    font-size: 13px;
    color: #7a8095;
}
.boxNota h5 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    line-height: 47px;
    color: #d4d1d1;
}
.notoes {
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
.notoes img {
    width: 40%;
    height: auto;
    border-radius: 5px;
    position: relative;
    z-index: 0;
}
.notoes .boxNotao {
    background: #ffffff;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
    border-radius: 4px;
    height: 130px;
    top: 5px;
    width: 65%;
    position: absolute;
    right: 0;
    z-index: 1;
    padding: 10px 20px;
}
.notoes .boxNotao h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: -1px;
    color: #342e37;
    margin-bottom: 15px;
}
.notoes .boxNotao h3 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 28px;
    color: #002e3d;
    line-height: 18px;
}
.notoes .boxNotao h3 span {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #b3b7c6;
}
.bannerSalaVip {
    background-color: #000000;
    background-image: url(images/fundobanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px;
    border-radius: 10px;
    display: inline-flex;
    position: relative;
}
.banSV1 {
    width: 50%;
}
.banSV2 {
    width: 45%;
    margin-left: 5%;
}
.banSV1 img {
    margin: 40px 0;
    width: 70%;
    height: auto;
}
.bannerSalaVip h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #002e3d;
    letter-spacing: -1.5px;
    margin-bottom: 0;
}
.bannerSalaVip h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    align-items: center;
    letter-spacing: -1px;
    color: #002e3d;
    margin-top: 35px;
}
.bannerSalaVip h5 img {
    width: 25px;
    height: 25px;
    background-color: #002e3d;
    border-radius: 100%;
    padding: 5px;
    margin-right: 5px;
}
.bannerSalaVip a {
    display: inline-block;
}
.coroa {
    position: absolute;
    left: -100px;
    top: -130px;
    width: 250px;
    height: 250px;
}
.coroa img {
    width: 100%;
    height: auto;
}
.respiroSwiper {
    margin-left: 100px;
}
.sliderCursos {
    padding-bottom: 100px;
}
.sliderCursos .foto {
    height: 234px;
    overflow: hidden;
}

.sliderCursos .foto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cargaHoraria {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.7px;
    color: #342e37;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    margin-top: -35px;
    line-height: 24px;
}
.cargaHoraria img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 0;
}
.boxCard h3 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 18px;
    line-height: 51px;
    letter-spacing: -1px;
    color: #002e3d;
}
.boxCard h3 span {
    font-weight: 400;
    font-size: 14px;
}
.cardBox .boxCard h4 {
    width: 70%;
}
.cardBox .descricao {
    height: 105px;
    overflow: hidden;
}
.cardBox .boxCard a.linkPadrao {
    width: 35%;
    display: inline-block;
    font-size: 13px;
    float: right;
    margin-top: 5px;
}
.cardBox .boxCard a.linkPadrao2 {
    width: 60%;
    display: inline-block;
    text-decoration: none;
    min-width: auto;
    font-size: 13px;
    padding: 15px 15px;
}
.menuMobile {
    border: 0;
    border-radius: 0;
    padding: 8px;
    background-color: #fff;
    cursor: pointer;
    float: right;
}
.menuMobile:hover {
    opacity: 0.8;
}
.overlayMenu {
    height: 100%;
    width: 0%;
    background-image: url(images/topo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1200;
    position: fixed;
    right: 0;
    top: 0;
    overflow-x: hidden;
    transition: all 0.5s;
}
.closeMenu {
    position: absolute;
    top: 25px;
    right: 10px;
}
.menuConteudo nav ul {
    padding-top: 50px;
    float: left;
    padding-left: 0px;
}
.menuConteudo nav ul li {
    display: block;
}
.menuConteudo nav ul li a {
    display: block;
}
.menuConteudo nav ul li a.ctamenu1,
.menuConteudo nav ul li a.ctamenu2 {
    padding: 4px 30px;
    margin-bottom: 20px;
}
.menuConteudo {
    padding: 40px;
}
.topoInterna {
    padding-bottom: 30px;
    border-radius: 0;
}
.topoInternaClean {
    padding-bottom: 30px;
    border-radius: 0;
    background: none;
}
.sobreInterna {
    padding-top: 50px;
}
.sobreInterna h5 {
    padding-top: 0;
}
.sobreInterna .social a img {
    width: 30px;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.missao {
    text-align: center;
    position: relative;
}
.boxMissao {
    background: #ffffff;
    box-shadow: 0px 45.4398px 73px 33px rgba(202, 209, 220, 0.2);
    border-radius: 9px;
    padding: 40px;
    position: relative;
    display: inline-flex;
    width: 100%;
}
.boxMissao p {
    width: 75%;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.boxMissao .aspas img {
    width: 80%;
    margin-left: 15px;
}
.aspas {
    position: absolute;
    top: -20px;
    left: -40px;
    width: 120px;
    height: 120px;
}
.colegios {
    margin: 100px 0;
    text-align: center;
}
.colegios h2 img {
    margin-left: 10px;
    width: 36px;
}
.colegios img {
    width: 80%;
    height: auto;
}
.bannerInterna {
    margin: 50px 0;
}
.areaBannerInterna {
    background-image: url(images/bannerinterno.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 0 60px;
    border-radius: 20px;
    position: relative;
}
.areaBannerInterna h2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2px;
    color: #342e37;
}
.areaBannerInterna p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1.5px;
    color: #342e37;
    margin-bottom: 50px;
}
.areaBannerInterna h5 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #342e37;
}
.areaBannerInterna h5 img {
    margin-right: 10px;
}
.luisBanner {
    width: 50vw;
    position: absolute;
    right: -140px;
    bottom: 0;
}
.luisBanner img {
    width: 100%;
    height: auto;
}
.escapeBanner {
    padding-bottom: 100px;
}
.interna .boxCard {
    height: auto;
}

.interna .boxCard.cardCursos .foto {
    height: 185px;
    margin-bottom: 0.5rem;
}

.interna .boxCard.cardCursos .foto img {
    height: 100%;
    object-fit: cover;
}

.interna-materiais .foto {
    height: 225px;
    margin-bottom: 1.5rem;
}

.interna-materiais .foto img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.navegacao {
    margin: 45px 0;
    text-align: center;
    width: 100%;
    display: block;
}
.navegacao a {
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    letter-spacing: -0.5px;
    color: #342e37;
    height: 28px;
    width: 28px;
    text-align: center;
    padding-top: 3px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 10px;
}
.navegacao a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.navegacao a.ativo {
    color: #ffffff;
    background-color: #342e37;
}
.navegacao a.indisponivel {
    opacity: 0;
}
.navegacao a.indisponivel:hover {
    opacity: 0;
}
.navegacao a img {
    width: 17px;
    height: auto;
}
.diferenciais {
    display: inline-flex;
    margin-top: 25px;
}
.areaImgDif {
    width: 64px;
    height: 64px;
    background: #ebe8e8;
    box-shadow: 0px 49px 79px 36px rgb(202 209 220 / 20%);
    border-radius: 7px;
    display: block;
    padding: 12px 10px 10px 10px;
}
.areaImgDif img {
    width: 36px;
    height: auto;
}
.areaTextDif {
    margin-left: 20px;
}
.areaTextDif h3 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -1px;
    color: #342e37;
}
.areaTextDif p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.5px;
    color: #7a8095;
}
.interna {
    padding-top: 50px;
}
img.luisAguiar {
    width: 100%;
    height: auto;
}
.paginaContato {
    text-align: center;
    margin: 50px 0 100px 0;
}
.boxZap {
    background-image: url(images/fundozap.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 300px 60px 60px;
    position: relative;
    text-align: left;
    border-radius: 20px;
}
.boxZap h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1.2px;
    color: #ffffff;
}
.boxZap a.linkPadrao2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #2ccd82;
    background: #ffffff;
    box-shadow: 0px 4px 22px 2px rgba(44, 205, 130, 0.68);
    border-radius: 75px;
    padding: 7px 40px;
    margin-bottom: 25px;
}
.boxZap p {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -1px;
    color: #ffffff;
}
.boxZap p b {
    font-weight: bold;
}
.whats {
    position: absolute;
    width: 550px;
    top: -50px;
    right: -300px;
}
.bread {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    line-height: 51px;
    letter-spacing: -0.5px;
    color: #b3b7c6;
    margin-top: 40px;
}
.bread b {
    color: #342e37;
    font-weight: bold;
}
.etiquetaBox {
    position: absolute;
    top: 30px;
    width: 85%;
}
.etiquetaCategoria {
    background: #342e37;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
    border-radius: 53px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #002e3d;
    width: 100px;
    height: 24px;
    padding-top: 4px;
    margin-left: 10px;
}
.etiquetaPremium {
    background: #342e37;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    float: right;
    margin-top: -24px;
    padding: 6px;
}
.etiquetaPremium img {
    width: 12px;
    height: auto;
}
.etiquetaBlog {
    background: #8e1533;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
    border-radius: 53px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #ffffff;
    width: 140px;
    height: 24px;
    padding-top: 4px;
    margin-left: 10px;
}
.boxCard h6 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: -0.5px;
    color: #7a8095;
}
.boxLadoE {
    display: inline-block;
    width: 35%;
}
.boxLadoD {
    display: inline-block;
    width: 60%;
}
.cardBox .boxCard .boxLadoD .linkPadrao2 {
    width: 100%;
}
body.salavip {
    background: #000000;
}

.areaVideo {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.areaVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    padding: 80px 0;
}

video {
    display: block;
    width: 100%;
    height: 100%;
}

.bemvindoSV {
    position: relative;
    text-align: center;
    background-position: top center;
    background-size: cover;
    padding: 40px 0 120px 0;
    min-height: 100vh;
}
.bemvindoSV .botoes {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.bemvindoSV .botoes .linkPadrao2 {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 1rem;
}

.tituloBemVindo {
    max-width: 750px;
    margin: 40vh auto 50px auto;
    text-align: center;
}
.titulo1 {
    width: 100%;
    height: auto;
}
.titulo2 {
    width: 70%;
    height: auto;
    margin-top: -80px;
}
.padraoSV {
    margin: 80px 0;
}
.padraoSV h2,
.padraoSV h1 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -2px;
    color: #ffffff;
    margin-bottom: 10px;
}
.padraoSV p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #cccaca;
    margin-bottom: 30px;
}
.padraoSV h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color: #ffffff;
}
.padraoSV h6 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #cccaca;
}
.porqueBox {
    margin-bottom: 40px;
}
.porqueBox img {
    background: #1f24b485;
    border-radius: 17px;
    width: 65px;
    height: 65px;
    padding: 15px 15px;
    margin-bottom: 10px;
}
.card-header {
    border: none;
    background-color: transparent;
    padding: 30px 60px 30px 30px;
    width: 100%;
    position: relative;
}
.card {
    border: none;
    background: #ffffff;
    box-shadow: 0px 49px 79px 36px rgb(202 209 220 / 20%);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 25px;
}
.card-body {
    display: inline-flex;
}
.imgAcco {
    width: 50%;
}
.imgAcco img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.textAcco {
    width: 45%;
    margin-left: 3%;
}
.textAcco p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: -0.5px;
    color: #7a8095;
}
.textAcco p b {
    font-weight: 700;
}
.textAcco a {
    text-decoration: underline;
}
.btn-link {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 20px;
    color: #342e37;
    display: block;
    text-align: left;
}
.btn-link span {
    width: 80px;
    height: 20px;
    border: 2px solid #000000;
    padding: 2px;
    border-radius: 3px;
    display: inline-block;
    font-stretch: condensed;
    font-size: 10px;
    margin-right: 20px;
    transform: scale(1.2, 1);
    text-align: center;
}
.btn-link:hover {
    text-decoration: none;
    color: #342e37;
}
.padraoSV2 {
    background-color: #fefefe;
    padding: 80px 0;
}
.padraoSV2 h2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -2px;
    color: #002e3d;
    margin-bottom: 10px;
}
.padraoSV2 p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #7a8095;
    margin-bottom: 30px;
}
img.imgnotebook,
img.imgbau {
    width: 100%;
    height: auto;
    max-width: 635px;
    max-height: 365px;
    object-fit: contain;
}
#accordion {
    margin-bottom: 60px;
}
.areaRespiro {
    text-align: center;
    margin: 30px 0;
    width: 100%;
}
.card .btn-link.collapsed img {
    transform: rotate(0deg);
}
.card .btn-link img {
    transform: rotate(180deg);
    transition: all 0.3s ease;
    width: 12px;
    height: auto;
    margin-top: 15px;
    margin-left: 10px;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    float: right;
}
.boxDepoSV .boxNota {
    position: absolute;
    width: 175px;
    background: transparent;
    height: 100px;
    right: 40px;
    top: 0px;
    box-shadow: none;
    border-radius: none;
    text-align: center;
}
.boxDepoSV .boxNota h3 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 18px;
    color: #002e3d;
    line-height: 18px;
}
.boxDepoSV .boxNota h3 span {
    font-weight: 400;
    font-size: 11px;
    color: #7a8095;
}
.boxDepoSV .boxNota h5 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #d4d1d1;
    margin-top: 35px;
}
.padraoSV .boxDepoSV p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #cccaca;
}
.boxDepo.boxDepoSV {
    background: linear-gradient(
        143deg,
        rgba(255, 255, 255, 0.4) -178%,
        rgba(255, 255, 255, 0) 103%
        );
    box-shadow: none;
    filter: drop-shadow(-38px 23px 61px rgba(0, 0, 0, 0.14));
    backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(93, 93, 93, 0.5);
}
.padraoSV .boxDepoSV .infoDepo h2 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    width: 205px;
    color: #342e37;
    line-height: 18px;
    margin-bottom: 0;
    color: #ffffff;
    letter-spacing: 0;
}
.boxDepoSV .infoDepo h4 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    color: #7a8095;
}
.padraoSV .areaDepoimento {
    width: 100%;
    position: relative;
    padding: 0px 0px;
    box-shadow: none;
    background-color: transparent;
    margin-top: 40px;
}
.padraoSV .swiper-pagination-bullet {
    background: #002e3d !important;
}
.item1 {
    position: absolute;
    width: 56px;
    height: 27px;
    left: -25px;
    top: 40px;
    background: #002e3d;
    border-radius: 51px;
}
.item2 {
    position: absolute;
    width: 33px;
    height: 15px;
    right: -20px;
    bottom: 40px;
    background: #002e3d;
    border-radius: 51px;
}

.boxPlano {
    background: linear-gradient(
        143.39deg,
        rgba(255, 255, 255, 0.4) -178.36%,
        rgba(255, 255, 255, 0) 103.04%
        );
    box-shadow: -15px 7px 18.7475px -0.749898px rgba(0, 0, 0, 0.05);
    filter: drop-shadow(-38px 23px 61px rgba(0, 0, 0, 0.14));
    backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(93, 93, 93, 0.5);
    padding: 120px 50px 80px 50px;
    position: relative;
    margin: 30px 20px;
}

.boxPlano:before {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .boxPlano {
            background: black;
        }
    }
}

/* Cookies */
#aviso-cookies {
    display: flex;
    gap: 1rem;
    justify-content: center;
    position: fixed;
    bottom: 0;
    padding: 13px 15px;
    background-color: #fff;
    z-index: 800;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.58);
    transition: all 300ms ease-in-out;
    font-family: "Swis721 CN BT Roman", sans-serif;

}
#aviso-cookies p {
    max-width: 61.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
#aviso-cookies p a {
    color: #303030;
    transition: color 200ms ease-in-out;
    text-decoration: none;
    font-weight: 600;
}
#aviso-cookies p a:hover {
    color: #232323;
}
#aviso-cookies button {
    padding: 10px 15px;
    margin: auto 0;
    border-radius: 9px;
    border: none;
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
    color: #DDE241;
    cursor: pointer;
    transition: 300ms ease-in-out;
}
#aviso-cookies button:hover {
    background-color: #374151;
}
#aviso-cookies.hideCookie {
    transform: translateY(100%);
}
@media (max-width: 500px) {
    #aviso-cookies {
        flex-direction: column;
    }
}

/* WhatsApp Form */
.btn-whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 9px;
    padding: 1.5rem 3.13rem;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 120.1%;
    letter-spacing: -0.04rem;
    background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
    transition: background 0.3s ease;
    z-index: 4;
    border: none;
}
.btn-whatsapp-float:hover {
    background: #30C96B;
}
@media screen and (max-width: 1000px) {
    .internal-rent .btn-whatsapp-float {
        bottom: 130px;
    }
    .btn-whatsapp-float {
        padding: 1rem 1.5rem;
    }
}
.form-wpp {
    position: fixed;
    bottom: -125px;
    right: -40px;
    opacity: 0;
    border-radius: 8px;
    width: max(350px, 30%);
    overflow: hidden;
    z-index: 10;
    visibility: hidden;
    background-image: url("../images/wpp-wallpaper.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: lighten;
    background-color: #d9d9d9;
    box-shadow: 0 0 25px -5px #8c8c8c;
    transition: all 250ms ease;
    transform: scale(0.1);
}
.form-wpp.active {
    transform: scale(1);
    bottom: 125px;
    right: 20px;
    opacity: 1;
    visibility: visible;
}
.form-wpp .fw-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
    padding: 15px 24px 13px;
    color: white;
    font-size: 18px;
    box-shadow: 5px 0px 40px 15px white;
}
.form-wpp .fw-header img {
    width: 75px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
}

.form-wpp .fw-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
}

.form-wpp :is(input, textarea, button) {
    width: 100%;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    border: 1px solid #0dc152;
    outline: none;
    font-size: 14px;
}
.form-wpp h5 {
    color: #404041;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
.form-wpp h5 a {
    text-decoration: underline;
    font-weight: 600;
}

.form-wpp button {
    background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
    color: white;
    cursor: pointer;
    transition: all 200ms ease;
}
.form-wpp button:is(:hover, :focus-visible) {
    background-color: #30C96B;
}

.form-wpp a {
    color: inherit;
}

@media (max-width: 450px) {
    .form-wpp.active {
        right: 50%;
        transform: translateX(50%);
    }
    .padraoSV .boxDepoSV .infoDepo h2{
        font-size: 15px;
        width: 125px;
    }
    .boxDepoSV .boxNota{
        right: 5px;
    }
    .boxDepoSV .boxNota h5{
        margin-top: 25px;
    }
}


.popular {
    position: absolute;
    top: 30px;
    right: 30px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 10px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 2px 30px;
    border-radius: 50px;
    display: block;
}
.popular img {
    margin-right: 5px;
}
.boxPlano h3 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFCC00;
    margin-bottom: 20px;
}
.boxPlano .linkPadrao2 {
    background-color: #FFCC00;
    color: #000;
}
.boxPlano .linkPadrao2:hover {
    background-color: #002e3d;
    color: #FFF;

}
.preco {
    position: relative;
}
.preco h4 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 80px;
    line-height: 49px;
    text-align: center;
    letter-spacing: -0.7px;
    color: #ffffff;
}
.preco h4 span.cifrao {
    font-size: 26px;
}
.preco h4 span.centavos {
    font-size: 26px;
    margin-top: -20px;
    position: absolute;
}
.preco h4 span.periodo {
    font-size: 26px;
    margin-left: 30px;
}
.boxPlano h6 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 16px;
    line-height: 49px;
    text-align: center;
    letter-spacing: -0.7px;
    color: #ffffff;
    min-height: 50px;
}
.planosDiferenciais {
    text-align: left;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin-bottom: 50px;
}
.planosDiferenciais h5 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin: 20px 20px;
    position: relative;
    padding-left: 35px;
}
.planosDiferenciais h5:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/sv_check.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: 0;
}
.marTop {
    padding-top: 80px;
    position: relative;
}
.item3 {
    position: absolute;
    width: 133px;
    height: 133px;
    left: 50%;
    top: 220px;
    background: #002e3d;
    border-radius: 100%;
}
.item4 {
    position: absolute;
    width: 62px;
    height: 62px;
    left: 12vw;
    top: 50%;
    background: #002e3d;
    border-radius: 100%;
}
.item5 {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 15vw;
    top: 70%;
    background: #002e3d;
    border-radius: 100%;
}
.sanfonaClean .card {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #cccaca;
    border-radius: 0;
    margin-bottom: 0;
}
.sanfonaClean .card-header {
    padding: 30px 0;
}
.sanfonaClean .btn-link {
    color: #002e3d;
    padding: 0px 0;
    transition: all 0.2s;
}
.sanfonaClean .btn-link.collapsed {
    color: #ffffff;
}
.sanfonaClean p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}
.sanfonaClean .card-body {
    padding: 0;
}
.sanfonaClean .card .btn-link img {
    transform: rotate(0deg);
    -webkit-filter: none;
    filter: none;
}
.sanfonaClean .card .btn-link.collapsed img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transform: rotate(-180deg);
}
.sanfonaClean2 .btn-link {
    color: #342e37;
}
.sanfonaClean2 .btn-link.collapsed {
    color: #7a8095;
}
.sanfonaClean2 p {
    color: #7a8095;
}
.sanfonaClean2 .card .btn-link img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.sanfonaClean2 .card .btn-link.collapsed img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.assinatura {
    padding: 50px 0;
    background: #0d0c0c;
    margin-bottom: 15px;
}
.assinatura h4 {
    display: inline-block;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #cccaca;
    margin-right: 15px;
}
.assinatura img {
    display: inline-block;
}
.assinatura a {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #cccaca;
    float: right;
    margin-left: 100px;
}
.assinatura a:hover {
    color: #fff;
    text-decoration: none;
}
.busca {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    height: 70px;
    background: #ffffff;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
    border-radius: 10px;
    padding: 15px;
}
.form-busca {
    background: none;
    border: none;
    width: 80%;
    display: inline-block;
    height: 35px;
    font-size: 16px;
    padding-left: 10px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.form-busca-submit {
    background: transparent;
    border: none;
    text-align: center;
    border-radius: 4px;
    height: 35px;
    width: 40px;
    float: right;
}
.form-busca-submit:hover {
    opacity: 0.8;
}
.formSelectDrop {
    position: relative;
    height: 80px;
    display: block;
}
.formSelect {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    width: 100%;
    height: 70px;
    z-index: 30;
}
.formSelectVisible {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    color: #b3b7c6;
    padding: 25px;
    background: #ffffff;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
    border-radius: 10px;
}
.formSelectVisible img {
    transform: rotate(-180deg);
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    float: right;
    margin-top: 10px;
    transition: all 0.2s;
}
.formSelect:hover .formSelectVisible img {
    transform: rotate(0deg);
}
.formSelect:hover {
    height: 100%;
    display: block;
}
.formSelect:hover .formSelectOptions {
    height: 100%;
    visibility: visible;
    padding-top: 20px;
}
.formSelectOptions {
    height: 0;
    visibility: hidden;
}
.formSelectOptions a {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 14px;
    color: #342e37;
    display: block;
    width: 100%;
    padding: 15px 0;
}
.clear {
    clear: both;
}
.checkboxDefault {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 13px;
}
.checkboxDefault input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #808080;
    border-radius: 5px;
}
.control_indicator2 {
    border-radius: 5px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}
.checkboxDefault input:checked ~ .control_indicator {
    background: #002e3d;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.checkboxDefault input:checked:focus ~ .control_indicator {
    background: #002e3d;
}
.checkboxDefault input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
}
.checkboxDefault input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #34303a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
label.checkboxDefault {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #808080;
    display: inline-block;
    margin: 25px 20px 15px 0;
    letter-spacing: 0px;
}
label.checkboxDefault img {
    background: #342e37;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    padding: 6px;
    margin-left: 10px;
}
.modal p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #7a8095;
}
.modal h2 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.modal label {
    text-align: left;
    width: 100%;
}
.modal-body {
    text-align: center;
    box-shadow: 0px 6px 13px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 15px;
}
.modalForm {
    padding: 50px 80px;
    position: relative;
    min-width: 600px;
}
.modal-dialog {
    min-width: 600px !important;
    background: none;
}
.modal-content {
    background: none;
    border: none;
}
.close {
    float: none;
    position: absolute;
    right: 50px;
}
.audio {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
}
.audioLeft {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.audioRight {
    display: inline-block;
    width: 68%;
    padding: 10px;
}
.audioRight h4 {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 14px;
    color: #342e37;
}
.audioRight h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #7a8095;
}
.audioRight h5 img {
    height: 32px;
    width: 32px;
    float: left;
    margin-right: 5px;
}
.audioRight h5 div {
    float: left;
    width: calc(100% - 37px);
}
.post {
    margin-bottom: 50px;
}
.post img {
    width: 100%;
    height: auto;
}
.post p {
    margin: 25px 0;
    font-size: 14px;
    line-height: 150.1%;
    word-wrap: break-word;
}
.post hr {
    margin: 50px 0;
}
.compartilhe {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #002e3d;
}
.post .social {
    float: right;
    margin-top: -10px;
}
.post .social a {
    width: 25px;
    display: inline-block;
}
.post .social a img {
    height: 25px;
    width: 100%;
}
.post .social a:hover {
    opacity: 0.8;
}
.audio audio {
    width: 100%;
    margin-top: 10px;
}
.boxPadrao {
    background: #ffffff;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
}
.videoCurso {
    background-image: url(images/ondas.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 60px 0;
}
.topoCursos {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 30px;
    border-radius: 0 0 50px 50px;
    text-align: center;
    padding-bottom: 40px;
}
.cursoDetalhe {
    text-align: center;
    margin-top: 100px;
}
.cursoDetalhe img {
    max-width: 350px;
}
.topoCursos nav ul li a {
    color: #ffffff;
}
.topoCursos nav ul li a.ctamenu1 {
    border: 1px solid #ffffff;
}
.topoCursos nav ul li a:hover,
.topoCursos nav ul li a.ativo {
    color: #ffffff;
}
.topoCursos .linkPadrao2 {
    margin: 20px;
}
.topoCursos a.linkPadrao3 {
    margin: 20px;
    background: transparent;
    border-radius: 75px;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    padding: 15px 30px;
    min-width: 190px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ffffff;
}
.topoCursos a.linkPadrao3:hover {
    background-color: #ecdcc4;
    color: #342e37;
    text-decoration: none;
}
.dadoCurso {
    margin-bottom: 50px;
}
.dadoCurso img {
    width: 75px;
    height: 75px;
    padding: 15px 15px;
    background: #ebe8e8;
    box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
    border-radius: 10px;
    display: inline-block;
}
.dadoCurso h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    letter-spacing: -2px;
    color: #342e37;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.dadoCurso h4 span {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -1px;
    color: #7a8095;
    display: block;
}
.boxNumerosCurso {
    display: inline-block;
    width: 40%;
}
.imgCursoPreview {
    display: inline-block;
    width: 56%;
    vertical-align: top;
    margin-left: 2%;
}
.imgCursoPreview img {
    width: 100%;
    height: auto;
}
.inscricoes h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    letter-spacing: -2px;
    color: #342e37;
    position: relative;
    margin-bottom: 30px;
}
.seloChegou {
    position: absolute;
    top: -50px;
    right: 150px;
}
.inscricoes h5 {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #7a8095;
    margin: 10px 0;
}
.inscricoes h5 img {
    width: 20px;
    margin-right: 10px;
}
.inscricoes .boxPadrao img {
    max-width: 300px;
}
.inscricoes .boxPadrao h2 {
    margin-bottom: 10px;
}
.inscricoes .boxPadrao h3 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 60px;
    color: #002e3d;
    letter-spacing: -2px;
}
.inscricoes .boxPadrao h3 span {
    font-size: 36px;
}
.inscricoes .boxPadrao h5 {
    margin-bottom: 40px;
}
a.linkZap {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    background: linear-gradient(95.15deg, #2cb776 -10.72%, #2ccd82 114.01%);
    box-shadow: 0px 4px 22px 2px rgba(44, 205, 130, 0.68);
    border-radius: 75px;

    padding: 15px 30px;
    min-width: 190px;
    margin-bottom: 40px;
}
a.linkZap img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.boxNota2 {
    position: absolute;
    width: 120px;
    height: auto;
    right: 40px;
    top: 30px;
    text-align: center;
    background: #342e37;
    box-shadow: 0px 4px 30px rgb(201 201 201 / 25%);
    border-radius: 40px;
    padding: 10px 20px;
}
.boxNota2 h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.boxNota2 h3 span {
    font-size: 13px;
    color: #ffffff;
}
.depoCurso .boxDepo {
    background: transparent;
    box-shadow: none;
}
.grade {
    margin-bottom: 30px;
}
.gradeCabecalho {
    padding: 30px;
    border: 2px solid #b3b7c6;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
    position: relative;
    background-color: #fff;
    position: relative;
}
.gradeCabecalho::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 80px;
    bottom: -20px;
    display: none;
}
.gradeCabecalho.gradeActive::before {
    display: block;
}
.gradeCabecalho img.imgGrade {
    width: 30px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.gradeCabecalho h4 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -1.5px;
    color: #7a8095;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.gradeCabecalho h4 span {
    font-weight: 700;
}
.ocultaGrade {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 14px;
}
.ocultaGrade img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    transform: rotate(180deg);
    transition: all 0.2s;
}
.gradeCabecalho.gradeActive .ocultaGrade img {
    transform: rotate(0deg);
}
.gradeConteudo {
    border: 2px solid #b3b7c6;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: -10px;
    z-index: 0;
    position: relative;
    padding-bottom: 25px;
    display: none;
    height: 0;
    transition: all 0.2s;
}
.gradeConteudo.gradeActive {
    display: block;
    height: 100%;
}
.gradeCabecalho.gradeActive .vergrade,
.gradeCabecalho .escondegrade {
    display: none;
}
.gradeCabecalho .vergrade,
.gradeCabecalho.gradeActive .escondegrade {
    display: inline-block;
}
.gradeConteudoCabecalho {
    background: #342e37;
    padding: 50px 90px 30px 90px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1.5px;
    color: #ffffff;
}
.gradeConteudoCabecalho img {
    margin-right: 20px;
}
.aulaGrade {
    border-bottom: 1px solid #b3b7c6;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -1px;
    color: #342e37;
    padding: 30px 0px;
    margin: 0 90px;
}
.aulaGrade img {
    width: 36px;
    margin-right: 20px;
    float: left;
}
.aulaGrade .conteudo {
    width: 100%;
}
.qntdAulas {
    position: absolute;
    right: 50px;
    top: 40px;
    font-size: 14px;
}

/*		Responsive CSS 		*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .respiroSwiper {
        margin-left: 20px;
    }
    .destaque h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .destaque p {
        font-size: 18px;
        line-height: 22px;
    }
    .luisTopo {
        position: relative;
        width: 100%;
    }
    .iconeNumero {
        width: 80px;
        height: 80px;
    }
    .iconeNumero img {
        width: 30px;
        height: 30px;
        margin-top: 25px;
    }
    .contagemNumero h4,
    .contagemNumero h4 span.counter {
        font-size: 20px;
        line-height: 20px;
    }
    .itemNumeroDestaque {
        text-align: center;
    }
    .contagemNumero h4 span.infoNumero {
        font-size: 14px;
        line-height: 14px;
    }
    .sobre h5 {
        padding-top: 0px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    h2 br {
        display: none;
    }
    .swiper-button-next2,
    .swiper-button-prev2 {
        width: 50px;
        height: 50px;
        top: 120px;
    }
    .swiper-button-next2 {
        right: 25px;
    }
    .bannerSalaVip {
        display: block;
        padding: 40px;
    }
    .banSV1,
    .banSV2 {
        width: 100%;
    }
    .boxMateriais img {
        width: 100%;
        margin-bottom: 20px;
    }
    .boxMateriais .infoMateriais {
        width: 100%;
    }
    .depoFoto1,
    .depoFoto2,
    .depoFoto3 {
        display: none;
    }
    .boxContato {
        padding: 20px;
    }
    .rodape {
        padding-top: 10px;
    }
    img.logorodape {
        max-width: 50%;
    }
    .boxCard {
        height: auto;
    }
    .boxMissao p {
        width: 100%;
    }
    .boxMissao {
        display: block;
    }
    .boxZap {
        padding: 40px;
    }
    .whats {
        position: relative;
        width: 100%;
        left: 0%;
        top: auto;
        right: auto;
    }
    .areaBannerInterna {
        padding: 25px 25px 0 25px;
    }
    .areaBannerInterna h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .areaBannerInterna p {
        font-size: 18px;
        line-height: 24px;
    }
    .luisBanner {
        position: relative;
        width: 120%;
        left: -10%;
        right: auto;
        bottom: auto;
    }
    .escapeBanner {
        padding-bottom: 20px;
    }
    .audioRight {
        width: 100%;
    }
    .modal-dialog,
    .modalForm {
        width: 100%;
        min-width: 100% !important;
        padding: 50px 20px;
        margin-left: 0;
    }
    button.close {
        top: 10px;
        right: 15px;
    }
    .busca {
        margin-bottom: 20px;
    }
    .video {
        padding: 0;
    }
    .titulo2 {
        margin-top: -50px;
    }
    .padraoSV h2,
    .padraoSV2 h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .padraoSV p,
    .padraoSV2 p {
        font-size: 16px;
        line-height: 20px;
    }
    .padraoSV .linkPadrao2 {
        margin-bottom: 30px;
    }
    .padraoSV2 {
        padding: 40px 0;
    }
    .btn-link span {
        display: block;
    }
    .btn-link {
        word-wrap: break-word;
        font-size: 17px;
        white-space: normal;
    }
    .card-header {
        padding: 15px;
    }
    .card .btn-link img {
        position: absolute;
        top: 30px;
        right: 15px;
    }
    .card-body {
        display: block;
    }
    .textAcco {
        width: 100%;
        margin-top: 15px;
    }
    .boxPlano {
        padding: 80px 10px 30px 10px;
        margin: 30px 10px;
        margin-bottom: 50px;
    }
    .preco h4 {
        font-size: 60px;
    }
    .sanfonaClean .btn-link {
        padding-right: 40px;
    }
    .assinatura {
        text-align: center;
    }
    .assinatura a {
        width: 100%;
        margin: 20px 0;
        float: none;
        display: block;
    }
    a.logo img {
        max-width: 40%;
    }
    .cursoDetalhe img {
        max-width: 70%;
    }
    .boxNumerosCurso,
    .imgCursoPreview {
        width: 100%;
    }
    .seloChegou {
        top: -100px;
        right: 30px;
    }
    .boxNota2 {
        right: 40px;
        top: 72px;
    }
    .ocultaGrade {
        right: 20px;
        bottom: 20px;
        top: auto;
    }
    .gradeConteudoCabecalho {
        padding: 50px 30px;
    }
    .qntdAulas {
        top: auto;
    }
    .aulaGrade {
        margin: 0 30px;
    }
    .topoCursos {
        min-height: 500px;
    }
    .botoes-curso {
        bottom: 20px;
    }
    .topoCursos .linkPadrao2 {
        margin: 5px 0;
    }
    .cardBox .boxCard a.linkPadrao2 {
        width: 55%;
    }
    .cardBox .boxCard a.linkPadrao {
        width: 40%;
    }
    .bemvindoSV .botoes .linkPadrao2 {
        padding: 10px 20px;
        margin-bottom: 0.5rem;
    }
    .bemvindoSV .botoes {
        bottom: 5px !important;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .respiroSwiper {
        margin-left: 20px;
    }
    .destaque h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .destaque p {
        font-size: 18px;
        line-height: 22px;
    }
    .luisTopo {
        position: relative;
        width: 100%;
    }
    .iconeNumero {
        width: 80px;
        height: 80px;
    }
    .iconeNumero img {
        width: 30px;
        height: 30px;
        margin-top: 25px;
    }
    .contagemNumero h4,
    .contagemNumero h4 span.counter {
        font-size: 32px;
        line-height: 32px;
    }
    .itemNumeroDestaque {
        text-align: center;
    }
    .contagemNumero h4 span.infoNumero {
        font-size: 14px;
        line-height: 14px;
    }
    .sobre h5 {
        padding-top: 0px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    h2 br {
        display: none;
    }
    .swiper-button-next2,
    .swiper-button-prev2 {
        width: 50px;
        height: 50px;
        top: 80px;
    }
    .swiper-button-next2 {
        right: 25px;
    }
    .bannerSalaVip {
        display: block;
        padding: 40px;
    }
    .banSV1,
    .banSV2 {
        width: 100%;
    }
    .boxMateriais img {
        width: 100%;
        margin-bottom: 20px;
    }
    .boxMateriais .infoMateriais {
        width: 100%;
    }
    .depoFoto1,
    .depoFoto2,
    .depoFoto3 {
        display: none;
    }
    .boxContato {
        padding: 20px;
    }
    .rodape {
        padding-top: 10px;
    }
    img.logorodape {
        max-width: 50%;
    }
    .boxCard {
        height: auto;
    }
    .swiper-button-next1 {
        right: 0;
    }
    .swiper-button-prev1 {
        left: 0;
    }
    .topo {
        padding-bottom: 0;
    }
    .boxMissao p {
        width: 100%;
    }
    .boxMissao {
        display: block;
    }
    .boxZap {
        padding: 40px;
    }
    .whats {
        position: relative;
        width: 100%;
        left: 0%;
        top: auto;
        right: auto;
    }
    .areaBannerInterna {
        padding: 25px 25px 0 25px;
    }
    .areaBannerInterna h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .areaBannerInterna p {
        font-size: 18px;
        line-height: 24px;
    }
    .luisBanner {
        position: relative;
        width: 120%;
        left: -10%;
        right: auto;
        bottom: auto;
    }
    .escapeBanner {
        padding-bottom: 20px;
    }
    .audioRight {
        width: 100%;
    }
    .modal-dialog,
    .modalForm {
        width: 100%;
        min-width: 100% !important;
    }
    .busca {
        margin-bottom: 20px;
    }
    .video {
        padding: 0;
    }
    .titulo2 {
        margin-top: -50px;
    }
    .padraoSV h2,
    .padraoSV2 h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .padraoSV p,
    .padraoSV2 p {
        font-size: 16px;
        line-height: 20px;
    }
    .padraoSV .linkPadrao2 {
        margin-bottom: 30px;
    }
    .padraoSV2 {
        padding: 40px 0;
    }
    .btn-link span {
        display: block;
    }
    .btn-link {
        word-wrap: break-word;
        font-size: 17px;
        white-space: normal;
    }
    .card-header {
        padding: 15px;
    }
    .card .btn-link img {
        position: absolute;
        top: 30px;
        right: 15px;
    }
    .card-body {
        display: block;
    }
    .textAcco {
        width: 100%;
        margin-top: 15px;
    }
    .boxPlano {
        padding: 80px 20px 30px 20px;
    }
    .preco h4 {
        font-size: 60px;
    }
    .sanfonaClean .btn-link {
        padding-right: 40px;
    }
    .assinatura {
        text-align: center;
    }
    .assinatura a {
        width: 100%;
        margin: 20px 0;
        float: none;
        display: block;
    }
    a.logo img {
        max-width: 40%;
    }
    .cursoDetalhe img {
        max-width: 70%;
    }
    .boxNumerosCurso,
    .imgCursoPreview {
        width: 100%;
    }
    .seloChegou {
        top: -100px;
        right: 30px;
    }
    .boxNota2 {
        right: 40px;
        top: 72px;
    }
    .ocultaGrade {
        right: 20px;
        bottom: 20px;
        top: auto;
    }
    .gradeConteudoCabecalho {
        padding: 50px 30px;
    }
    .qntdAulas {
        top: auto;
    }
    .aulaGrade {
        margin: 0 30px;
    }
    .topoCursos {
        min-height: 530px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .respiroSwiper {
        margin-left: 20px;
    }
    .destaque h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .destaque p {
        font-size: 18px;
        line-height: 22px;
    }
    .luisTopo {
        position: relative;
        width: 100%;
    }
    .iconeNumero {
        width: 80px;
        height: 80px;
    }
    .iconeNumero img {
        width: 30px;
        height: 30px;
        margin-top: 25px;
    }
    .contagemNumero h4,
    .contagemNumero h4 span.counter {
        font-size: 32px;
        line-height: 32px;
    }
    .itemNumeroDestaque {
        text-align: center;
    }
    .contagemNumero h4 span.infoNumero {
        font-size: 14px;
        line-height: 14px;
    }
    .sobre h5 {
        padding-top: 0px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    h2 br {
        display: none;
    }
    .swiper-button-next2,
    .swiper-button-prev2 {
        width: 50px;
        height: 50px;
        top: 80px;
    }
    .swiper-button-next2 {
        right: 25px;
    }
    .bannerSalaVip {
        display: block;
        padding: 40px;
    }
    .banSV1,
    .banSV2 {
        width: 100%;
    }
    .boxMateriais img {
        width: 100%;
        margin-bottom: 20px;
    }
    .boxMateriais .infoMateriais {
        width: 100%;
    }
    .depoFoto1,
    .depoFoto2,
    .depoFoto3 {
        display: none;
    }
    .boxContato {
        padding: 20px;
    }
    .rodape {
        padding-top: 10px;
    }
    img.logorodape {
        max-width: 50%;
    }
    .boxCard {
        height: auto;
    }
    .swiper-button-next1 {
        right: 0;
    }
    .swiper-button-prev1 {
        left: 0;
    }
    .topo {
        padding-bottom: 0;
    }
    .boxMissao p {
        width: 100%;
    }
    .boxMissao {
        display: block;
    }
    .boxZap {
        padding: 40px;
    }
    .whats {
        position: relative;
        width: 100%;
        left: 0%;
        top: auto;
        right: auto;
    }
    .audioRight {
        width: 100%;
    }
    .modal-dialog,
    .modalForm {
        width: 100%;
        min-width: 100% !important;
    }
    .busca {
        margin-bottom: 20px;
    }
    .video {
        padding: 0;
    }
    .titulo2 {
        margin-top: -50px;
    }
    .padraoSV h2,
    .padraoSV2 h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .padraoSV p,
    .padraoSV2 p {
        font-size: 16px;
        line-height: 20px;
    }
    .padraoSV .linkPadrao2 {
        margin-bottom: 30px;
    }
    .padraoSV2 {
        padding: 40px 0;
    }
    .btn-link span {
        display: block;
    }
    .btn-link {
        word-wrap: break-word;
        font-size: 17px;
        white-space: normal;
    }
    .card-header {
        padding: 15px;
    }
    .card .btn-link img {
        position: absolute;
        top: 30px;
        right: 15px;
    }
    .card-body {
        display: block;
    }
    .textAcco {
        width: 100%;
        margin-top: 15px;
    }
    .boxPlano {
        padding: 80px 20px 30px 20px;
    }
    .preco h4 {
        font-size: 60px;
    }
    .sanfonaClean .btn-link {
        padding-right: 40px;
    }
    .assinatura {
        text-align: center;
    }
    .assinatura a {
        width: 100%;
        margin: 20px 0;
        float: none;
        display: block;
    }
    .topo header {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .diferenciais {
        width: 49%;
    }
}

@media (max-width: 767.98px) {
    .notoes img {
        width: 80px;
        height: 80px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .notoes .boxNotao {
        width: 100%;
        position: relative;
    }
    .notoes .boxNotao h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .notoes .boxNotao h3 span {
        font-size: 13px;
    }
    .audio {
        position: fixed;
        bottom: 0;
        top: unset;
        background-color: #fff;
        z-index: 9999;
        left: 0;
        padding: 0;
        margin: 0;
    }
    .audioRight {
        padding: 0;
    }
    .audioRight h4 {
        display: none;
    }
    .audioLeft {
        display: none;
    }
    .audioRight h5 {
        display: none;
    }
    .interna-materiais .foto {
        height: auto;
    }
    .sliderCursos .foto {
        height: auto;
    }
    .boxDepo.boxDepoSV{
        padding: 15px;
    }
    .infoDepo{
        margin-left: 5px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .respiroSwiper {
        margin-left: 100px;
    }

    nav ul li a.ctamenu2,
    nav ul li a.ctamenu1 {
        padding: 12px 15px;
    }

    nav ul {
        float: left;
    }

    nav ul li a {
        font-size: 12px;
    }
    .boxCard {
        padding: 20px 15px;
    }
    .cardBox .boxCard a.linkPadrao {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .espaco-menu {
        height: 50px;
    }
    .swiper-button-next1,
    .swiper-button-prev1 {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .ctaDefault {
        padding: 5px 20px;
        width: 100%;
        font-size: 16px;
    }
    .padding75Mobile {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
    .blog .boxCard {
        height: auto;
        padding: 20px 13px;
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .blog .swiper-pagination {
        bottom: 10px;
    }
    .bemvindoSV .botoes {
        bottom: 20px;
    }
}

@media (max-width: 1198.98px) {
    #menuOpen a.logo img {
        width: 150px;
        margin-left: 15px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .luisTopo {
        right: 0vw;
        width: 60vw;
    }
    .respiroSwiper {
        margin-left: 100px;
    }
    .img-fluid2 {
        max-width: 105%;
    }
}

@media (min-width: 1300px) {
    .luisTopo {
        right: 0vw;
        width: 50vw;
    }
}

@media (min-width: 1200px) AND (max-width: 1450px) {
    .bemvindoSV .botoes {
        bottom: 10px;
    }
}

@media (min-width: 1400px) {
    .respiroSwiper {
        margin-left: 220px;
    }
}
@media (min-width: 1600px) {
    .luisTopo {
        right: 5vw;
        width: 44vw;
    }
}

@media (min-width: 1800px) {
    .luisTopo {
        right: 10vw;
        width: 40vw;
    }
}

@media (min-width: 2000px) {
    .luisTopo {
        right: 10vw;
        width: 30vw;
    }
    .sliderCursos .foto {
        height: 346px;
    }
}
.box-texto img {
    max-width: 100%;
    height: auto;
}
.titulo-curso {
    white-space: initial;
}
:is(.politica-de-privacidade, .termos-de-uso) :is(h1, h2, h3, li,  p) {
    color: #FFF;
}
.logo-aside {
    display: grid;
    place-items: center;
    padding-block: 3rem;
    margin-block-end: 2rem;
    background-color: #0d0c0c;
}

.logo-mobile {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 36%;
}