/* GERAIS */
    /* OWL DOTS */
.owl-theme .owl-dots{
    /* position: absolute; */
    margin: 69px auto 0 auto!important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: var(--studos-cinza-medio);
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 6px !important;
    height: 6px !important;
    background: var(--studos-cinza-medio) !important;
    margin: 0 auto !important;
}
.owl-theme .owl-dots .owl-dot, .owl-theme .owl-dots .owl-dot.active{
    width: 26px;
    height: 26px;
    position: relative;
}
.owl-theme .owl-dots .owl-dot:before{
    content: '';
    background: url(../svg/owl-ellipse-laranja.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: var(--transition);

}
.owl-theme .owl-dots .owl-dot.active:before{
    content: '';
    background: url(../svg/owl-ellipse-laranja.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition);
    opacity: 1;
}
/* BANNER PRINCIPAL */
section.home-banner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 780px;
}
section.home-banner .owl-theme .owl-dots{
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
}
section.home-banner div.slider.owl-theme.owl-carousel {
}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item {
    position: relative;
    height: 100%;
    width: 100%;
}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture source {

}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture img.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    pointer-events: none;
}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid {
    height: 780px;
    padding-top: 100px;
    justify-content: center;
    flex-direction: column;
}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid h1 {
    color: var(--studos-preto);
    max-width: 30%;
}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid > p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--studos-cinza);
    margin-top: 10px;
    max-width: 33%;
}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
    width: 100%;
    margin-top: 91px;
}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item {
    background: #FFFFFF;
    box-shadow: 0px 30px 54px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    padding: 21px;
}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item span {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    color: var(--studos-azul)

}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item span img {
    margin-right: 10px;
    width: inherit;
}
section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--studos-preto);
    padding-left: 33px;
}
/* CARDS */
section.home-banner .cards-slider-mobile{
    position: relative;
}
section.home-banner .cards-slider-mobile .cards-slider-inner{
}
section.home-banner .cards-slider-mobile .cards-slider-inner div.item {
    background: #FFFFFF;
    /* box-shadow: 0px 30px 54px rgba(0, 0, 0, 0.1); */
    border-radius: 22px;
    padding: 28px 15px 33px 35px;
    background: lightblue;
}
section.home-banner .cards-slider-mobile .cards-slider-inner div.item span {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    color: var(--studos-azul)

}
section.home-banner .cards-slider-mobile .cards-slider-inner div.item span img {
    margin-right: 10px;
    width: inherit;
}
section.home-banner .cards-slider-mobile .cards-slider-inner div.item p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--studos-preto);
    padding-left: 33px;
}
/* BANNER ESTILO 1 MOBILE */
section.home-banner-mobile.show-mobile {
    width: 100%;
}
section.home-banner-mobile.show-mobile div.grid {
    padding-top: 146px;
}
section.home-banner-mobile.show-mobile div.grid h1.titulo-3 {
    color: var(--studos-preto);
    margin-bottom: 15px;
}
section.home-banner-mobile.show-mobile div.grid p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7F8182;
}
section.home-banner-mobile.show-mobile div.grid .div-img{
    margin-top: 8px;
    position: relative;
    width: 100%;
}
section.home-banner-mobile.show-mobile div.grid .div-img img {
    width: 101vw;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 100%;
}
section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile div.cards-slider-inner.owl-carousel.owl-theme {
}
section.home-banner-mobile.show-mobile .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0,0,0);
}
section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile div.cards-slider-inner.owl-carousel.owl-theme div.item {
background: #FFFFFF;
    box-shadow: 0px 30px 54px rgb(0 0 0 / 10%);
    border-radius: 22px;
    padding: 28px 25px 26px 25px;
    max-width: 266px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 266px;
    min-height: 130px;
    justify-content: center;
    align-items: flex-start;
}
section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile div.cards-slider-inner.owl-carousel.owl-theme div.item span {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--studos-azul)
}
section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile div.cards-slider-inner.owl-carousel.owl-theme div.item span img {
    margin-right: 10px;
    width: inherit;
}
section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile div.cards-slider-inner.owl-carousel.owl-theme div.item p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--studos-preto);
    padding-left: 33px;
}
section.home-banner-mobile.show-mobile .owl-stage{
    display: flex;
}
section.home-banner-mobile.show-mobile .owl-stage .owl-item{
    display: flex;
}

/* FIM CARDS */
section.home-banner-estilo-2 {
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel {
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item {
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item picture source {
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item picture img.slide-img {
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid {
    height: 963px;
    justify-content: flex-start;
    padding-top: 378px;
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid h1 {
    color: #fff;
    max-width: 700px;
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 21px;
    max-width: 460px;

}
section.home-banner-estilo-2 .home-sobre-azul {
    justify-content: flex-start;
    margin-top: 18px;
}
section.home-banner-estilo-2 .home-sobre-azul img {
    width: initial;
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid div.cards {
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item {
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item span {
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item span img {
}
section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item p {
}
section.home-banner-estilo-2 .owl-theme .owl-dots {
    bottom: 110px;
    margin-top: 0;
}
section.home-banner-estilo-2 .home-sobre-azul {
    display: none;
}

/* FORMATO DE ENSINO */
section.formato-ensino {
    padding: 182px 0 122px 0;
}
section.formato-ensino div.grid {
    position: relative;
    justify-content: space-between;
}
section.formato-ensino div.grid img.efeito-bg {
    position: absolute;
    right: -369px;
    bottom: -10px;
    z-index: -1;
    pointer-events: none;
}
section.formato-ensino div.grid div.left {
    display: flex;
    flex-direction: column;
    width: 31%;
}
section.formato-ensino div.grid div.left h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: var(--studos-preto);
    max-width: 254px;
}
section.formato-ensino div.grid div.left p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--studos-cinza);
    margin-top: 26px;
}
section.formato-ensino div.grid div.left a.btn.home-sobre {
    margin-top: 34px;
    justify-content: flex-start;
}
section.formato-ensino div.grid div.right {
    width: 69%;
    position: relative;
}
section.formato-ensino div.grid div.right img {
    transform: translateY(-76px);
    pointer-events: none;
}
/* FIM GERAIS */

/* NOSSO DNA */
section.nosso-dna {
    padding: 107px 0 106px 0;
    position: relative;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
section.nosso-dna img.curvinha-efeito {
    position: absolute;
    left: 50%;
    bottom: -32px;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}
section.nosso-dna div.grid {
}
section.nosso-dna div.grid div.left {
    display: flex;
    width: 50%;
    flex-direction: column;
}
section.nosso-dna div.grid div.left span.titulo-apoio {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--studos-laranja-principal);
}
section.nosso-dna div.grid div.left h2 {
    margin-top: 46px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 84px;
    color: #FFFFFF;
    position: relative;
}
section.nosso-dna div.grid div.left h2::after {
    content: '';
    position: absolute;
    background: var(--studos-laranja-principal);
    height: 2px;
    width: 65%;
    left: 0;
    bottom: -12px;
}
section.nosso-dna div.grid div.left p {
    margin-top: 54px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;

}
section.nosso-dna div.grid div.left a.btn.home-sobre {
    justify-content: flex-start;
    margin-top: 40px;
}
section.nosso-dna div.grid div.left a.btn.home-sobre span{
    color: #fff
}
section.nosso-dna div.grid div.left a.btn.home-sobre:hover span{
    color: var(--studos-laranja-principal);
}

/* SLIDER-CONTEUDO */
section.slider-conteudo {
    padding: 140px 0 80px;
}
section.slider-conteudo div.grid {
}
section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel {
    width: 100%;
}
section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel .slider-inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: grab;
}
section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left {
    width: 44%;
    display: flex;
    flex-direction: column;
}
section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left h2 {
    color: var(--studos-azul);
}
section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--studos-cinza);
    margin-top: 32px;
}
section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left a.btn.home-sobre-azul {
    margin-top: 27px;
    justify-content: flex-start;
}
section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left a.btn.home-sobre-azul img{
    width: inherit;
}
section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.div-img {
    width: 68%;
    position: relative;
}
section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.div-img img {
}

/* PLANOS */
section.planos {
    padding: 49px 0 80px 0;
    position: relative;
    background: var(--studos-cinza-claro);
}
section.planos::after {
    content: '';
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 157px;
    z-index: 0;
}
section.planos div.grid {
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}
section.planos div.grid h2.titulo-3 {
    color: var(--studos-preto);
    margin: 0 auto;
}
section.planos div.grid > p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #7F8182;
    text-align: center;
    margin-top: 12px;
}
section.planos div.grid div.bottom-cards {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
}
section.planos div.grid div.bottom-cards div.card {
    width: 100%;
    padding: 0px 20px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 14px 74px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    position: relative;
    display: flex;
    flex-direction: column;
}
section.planos div.grid div.bottom-cards div.card div.top{
    padding: 40px 10px 0px 29px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
section.planos div.grid div.bottom-cards div.card span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--studos-cinza);
}
section.planos div.grid div.bottom-cards div.card h3 {
    margin-top: 16px;
    margin-bottom: 34px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: var(--studos-preto);
}
section.planos div.grid div.bottom-cards div.card div.item {
    display: flex;
    align-items: center;
    text-align: inherit;
}
section.planos div.grid div.bottom-cards div.card div.item:not(:first-of-type) {
    margin-top: 23px;
}
section.planos div.grid div.bottom-cards div.card div.item img {
    margin-right: 16px;
}
section.planos div.grid div.bottom-cards div.card div.item p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--studos-cinza);
}
section.planos div.grid div.bottom-cards div.card a.btn.contratar-laranja {
    margin-top: 35px;
}
section.planos div.grid div.bottom-cards-mobile {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
}
section.planos .owl-stage {
    display: flex;
}
section.planos .owl-stage .owl-item{
    display: flex;
}
section.planos div.grid div.bottom-cards-mobile div.card {
    width: 100%;
    padding: 0px 20px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 14px 74px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    position: relative;
    display: flex;
    flex-direction: column;
}
section.planos div.grid div.bottom-cards-mobile div.card div.top{
    padding: 40px 10px 0px 29px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
section.planos div.grid div.bottom-cards-mobile div.card span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--studos-cinza);
}
section.planos div.grid div.bottom-cards-mobile div.card h3 {
    margin-top: 16px;
    margin-bottom: 34px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: var(--studos-preto);
}
section.planos div.grid div.bottom-cards-mobile div.card div.item {
    display: flex;
    align-items: center;
    text-align: inherit;
}
section.planos div.grid div.bottom-cards-mobile div.card div.item:not(:first-of-type) {
    margin-top: 23px;
}
section.planos div.grid div.bottom-cards-mobile div.card div.item img {
    margin-right: 16px;
}
section.planos div.grid div.bottom-cards-mobile div.card div.item p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--studos-cinza);
}
section.planos div.grid div.bottom-cards-mobile div.card a.btn.contratar-laranja {
    margin-top: 35px;
}

/* CLIENTES */
section.clientes {
    padding: 0 0 80px 0;
}
section.clientes div.grid {
    flex-direction: column;
    align-items: center;
}
section.clientes div.grid h2.titulo-3 {
    color: var(--studos-preto);
}
section.clientes div.grid p {
    margin-top: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--studos-cinza);

}
section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel {
    margin-top: 40px;
    width: 100%;
}
section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
    cursor: grab;
}
section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel div.item {
}
section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel div.item a {
}
section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel div.item a:hover img{
    opacity: 1;
    transition: var(--transition);
}
section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel div.item a img {
    width: inherit;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    opacity: 0.6;
    transition: var(--transition);
}
section.clientes .owl-theme .owl-dots{
    /* position: absolute; */
    margin: 40px auto 0 auto!important;
}

/* MATERIAIS */
section.materiais {
    padding: 67px 0 66px 0;
    background: var(--studos-cinza-v3);
}
section.materiais div.grid {
    flex-direction: column;
}
section.materiais div.grid h2.titulo-3 {
    color: var(--studos-preto);
    text-align: center;
}
section.materiais div.grid p {
    margin-top: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #7F8182;
}
section.materiais div.grid div.bottom {
    margin-top: 60px;
    width: 100%;
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme {
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item {
    position: relative;
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item:hover {}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item:hover::before {
    opacity: 1;
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item:hover a.card span.categoria{
    background: var(--studos-laranja-principal);
    border-color: var(--studos-laranja-principal);
    transition: 0.4s;
    color: #fff;
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item:hover a.card span.categoria img{
    filter: var(--invert);
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(0deg, black, transparent 100%);
    z-index: 0;
    transition: 0.4s;
    opacity: 0;
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 6px;
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item a.card {
    width: 100%;
    height: 312px;
    position: relative;
    border-radius: 6px;
    padding: 30px 45px 30px 30px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item a.card span.categoria {
    padding: 13px 25px;
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    transition: 0.5s;
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item a.card span.categoria img {
    margin-right: 12px;
    width: inherit;
}
section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item a.card h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    transform: translateY(0px);
    transition: var(--transition);
}
section.materiais div.item:hover a.card h3{
    transform: translateY(-30px)!important;
    transition: var(--transition)!important;
}
section.materiais div.item .arrows{
    display: flex;
    position: absolute;
    bottom: -10px;
    opacity: 0;
    transition: var(--transition);
}
section.materiais div.item:hover .arrows{
    bottom: 30px;
    opacity: 1;
    transition: var(--transition);
}
section.materiais div.item:hover .arrows span{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
section.materiais div.item .arrows span img{
    filter: var(--invert);
}
section.materiais .arrows span.first{
}
section.materiais .arrows span.second{
    margin-left: 3px;
}
section.materiais .arrows span.third{
    margin-left: 3px;
}
section.materiais:hover .arrows span.first{
    animation-delay: 0.3s;
}
section.materiais:hover .arrows span.second{
    animation-delay: 0.2s;
    margin-left: 4px;
}
section.materiais:hover .arrows span.third{
    animation-delay: 0.1s;
    margin-left: 4px;
}
section.materiais .owl-theme .owl-dots {
    /* position: absolute; */
    margin: 40px auto 0 auto!important;
}
/* MODAL */
.modalMaterial{
    background: #fff;
    border-radius: 12px;
    padding: 60px 75px;
    margin: 0 auto;
    overflow-y: scroll;
}
.modalMaterial .wpcf7-response-output {
    border-radius: 8px!important;
    max-width: 366px;
}
.modalMaterial .wpcf7-not-valid {
    border: solid 1px red!important;
}
.modalMaterial .wpcf7-not-valid-tip {
    display: none!important;
}
.modalMaterial .wpcf7-spinner{
    margin-top: 10px;
}
.modalMaterial small{
    color: var(--studos-azul);
    font-size: 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}
.modalMaterial h2{
    color: var(--studos-preto);
    margin-bottom: 30px;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
}
.modalMaterial .download-btn{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    transition: var(--transition);
    background: var(--studos-azul);
    width: 100%;
    height: 60px;
    border-radius: 6px;
    border: 2px solid var(--studos-azul);
}
.modalMaterial .download-btn:hover{
    background: var(--studos-laranja-principal);
    transition: var(--transition);
    color: #fff;
    border-color: var(--studos-laranja-principal);
}
.modalMaterial .download-btn img{
    margin-left: 8px;
}
.modalMaterial form label{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.modalMaterial .form-row{
    margin-top: 30px;
}
.modalMaterial form > p{
    margin-top: 30px;
}
.modalMaterial .wpcf7-submit{
    cursor: pointer;
    width: 100%;
}
.modalMaterial .form-row input{
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 67px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #646464;
}

/* DEMONSTRACAO */
section.demonstracao {
    padding: 103px 0 113px 0;
    position: relative;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
section.demonstracao img.curvinha {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
section.demonstracao div.grid {
    flex-direction: column;
    align-items: center;
}
section.demonstracao div.grid h2.titulo-3 {
    color: #fff;
    max-width: 500px;
    text-align: center;
}
section.demonstracao div.grid a.btn.demonstracao-arrow {
    margin-top: 34px;
}

@media(max-width: 1600px){
    section.formato-ensino div.grid div.right img {
        width: 105%;
        height: auto!important;
    }
    section.formato-ensino div.grid img.efeito-bg {
        right: -160px;
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture {
        width: 62%;
    }
    .owl-theme .owl-dots{
        /* position: absolute; */
        margin: 69px auto 0 auto!important;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        background: var(--studos-cinza-medio);
        margin: 0 auto;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        width: 6px;
        height: 6px;
        background: var(--studos-laranja-principal);
        margin: 0 auto;
    }
    .owl-theme .owl-dots .owl-dot, .owl-theme .owl-dots .owl-dot.active{
        width: 26px;
        height: 26px;
        position: relative;
    }
    .owl-theme .owl-dots .owl-dot:before{
        content: '';
        background: url(../svg/owl-ellipse-laranja.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 26px;
        height: 26px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: var(--transition);

    }
    .owl-theme .owl-dots .owl-dot.active:before{
        content: '';
        background: url(../svg/owl-ellipse-laranja.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 26px;
        height: 26px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: var(--transition);
        opacity: 1;
    }
    /* BANNER PRINCIPAL */
    section.home-banner {
        position: relative;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }
    section.home-banner .owl-theme .owl-dots{
        position: absolute;
        bottom: 52px;
        left: 50%;
        transform: translateX(-50%);
    }
    section.home-banner div.slider.owl-theme.owl-carousel {
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item {
        position: relative;
        height: 100%;
        width: 100%;
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture {
        position: absolute;
        width: 60%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 0;
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture source {

    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture img.slide-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        pointer-events: none;
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid {
        height: 780px;
        padding-top: 100px;
        justify-content: center;
        flex-direction: column;
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid h1 {
        color: var(--studos-preto);
        max-width: 30%;
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid > p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: var(--studos-cinza);
        margin-top: 10px;
        max-width: 33%;
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 25px;
        width: 100%;
        margin-top: 91px;
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item {
        background: #FFFFFF;
        box-shadow: 0px 30px 54px rgba(0, 0, 0, 0.1);
        border-radius: 22px;
        padding: 21px;
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item span {
        display: flex;
        align-items: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 45px;
        color: var(--studos-azul)

    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item span img {
        margin-right: 10px;
        width: inherit;
    }
    section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: var(--studos-preto);
        padding-left: 33px;
    }
    /* CARDS */
    section.home-banner .cards-slider-mobile{
        position: relative;
    }
    section.home-banner .cards-slider-mobile .cards-slider-inner{
    }
    section.home-banner .cards-slider-mobile .cards-slider-inner div.item {
        background: #FFFFFF;
        /* box-shadow: 0px 30px 54px rgba(0, 0, 0, 0.1); */
        border-radius: 22px;
        padding: 28px 15px 33px 35px;
        background: lightblue;
    }
    section.home-banner .cards-slider-mobile .cards-slider-inner div.item span {
        display: flex;
        align-items: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 45px;
        color: var(--studos-azul)

    }
    section.home-banner .cards-slider-mobile .cards-slider-inner div.item span img {
        margin-right: 10px;
        width: inherit;
    }
    section.home-banner .cards-slider-mobile .cards-slider-inner div.item p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: var(--studos-preto);
        padding-left: 33px;
    }
    /* BANNER ESTILO 1 MOBILE */
    section.home-banner-mobile.show-mobile {
        width: 100%;
    }
    section.home-banner-mobile.show-mobile div.grid {
        padding-top: 146px;
    }
    section.home-banner-mobile.show-mobile div.grid h1.titulo-3 {
        color: var(--studos-preto);
        margin-bottom: 15px;
    }
    section.home-banner-mobile.show-mobile div.grid p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #7F8182;
    }
    section.home-banner-mobile.show-mobile div.grid .div-img{
        margin-top: 8px;
        position: relative;
        width: 100%;
    }
    section.home-banner-mobile.show-mobile div.grid .div-img img {
        width: 101vw;
        position: relative;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile {
        position: absolute;
        left: 20px;
        bottom: 0;
        width: 100%;
    }
    section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile div.cards-slider-inner.owl-carousel.owl-theme {
    }
    section.home-banner-mobile.show-mobile .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: visible;
        -webkit-transform: translate3d(0,0,0);
    }
    section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile div.cards-slider-inner.owl-carousel.owl-theme div.item {
    background: #FFFFFF;
        box-shadow: 0px 30px 54px rgb(0 0 0 / 10%);
        border-radius: 22px;
        padding: 28px 25px 26px 25px;
        max-width: 266px;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 266px;
        min-height: 130px;
        justify-content: center;
        align-items: flex-start;
    }
    section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile div.cards-slider-inner.owl-carousel.owl-theme div.item span {
        display: flex;
        align-items: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: var(--studos-azul)
    }
    section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile div.cards-slider-inner.owl-carousel.owl-theme div.item span img {
        margin-right: 10px;
        width: inherit;
    }
    section.home-banner-mobile.show-mobile div.grid div.cards-slider-mobile div.cards-slider-inner.owl-carousel.owl-theme div.item p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: var(--studos-preto);
        padding-left: 33px;
    }
    section.home-banner-mobile.show-mobile .owl-stage{
        display: flex;
    }
    section.home-banner-mobile.show-mobile .owl-stage .owl-item{
        display: flex;
    }

    /* FIM CARDS */
    section.home-banner-estilo-2 {
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel {
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item {
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item picture source {
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item picture img.slide-img {
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid {
        height: 963px;
        justify-content: flex-start;
        padding-top: 378px;
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid h1 {
        color: #fff;
        max-width: 700px;
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        margin-top: 21px;
        max-width: 460px;

    }
    section.home-banner-estilo-2 .home-sobre-azul {
        justify-content: flex-start;
        margin-top: 18px;
    }
    section.home-banner-estilo-2 .home-sobre-azul img {
        width: initial;
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid div.cards {
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item {
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item span {
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item span img {
    }
    section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item p {
    }
    section.home-banner-estilo-2 .owl-theme .owl-dots {
        bottom: 110px;
        margin-top: 0;
    }
    section.home-banner-estilo-2 .home-sobre-azul {
        display: none;
    }

    /* FORMATO DE ENSINO */
    section.formato-ensino {
        padding: 182px 0 122px 0;
    }
    section.formato-ensino div.grid {
        position: relative;
        justify-content: space-between;
    }
    section.formato-ensino div.grid img.efeito-bg {
        position: absolute;
        right: -369px;
        bottom: -10px;
        z-index: -1;
        pointer-events: none;
    }
    section.formato-ensino div.grid div.left {
        display: flex;
        flex-direction: column;
        width: 31%;
    }
    section.formato-ensino div.grid div.left h2 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 48px;
        line-height: 50px;
        letter-spacing: -0.01em;
        color: var(--studos-preto);
        max-width: 254px;
    }
    section.formato-ensino div.grid div.left p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: var(--studos-cinza);
        margin-top: 26px;
    }
    section.formato-ensino div.grid div.left a.btn.home-sobre {
        margin-top: 34px;
        justify-content: flex-start;
    }
    section.formato-ensino div.grid div.right {
        width: 69%;
        position: relative;
    }
    section.formato-ensino div.grid div.right img {
        transform: translateY(-76px);
        pointer-events: none;
    }
    /* FIM GERAIS */

    /* NOSSO DNA */
    section.nosso-dna {
        padding: 107px 0 106px 0;
        position: relative;
        background-size: cover!important;
        background-position: center!important;
        background-repeat: no-repeat!important;
    }
    section.nosso-dna img.curvinha-efeito {
        position: absolute;
        left: 50%;
        bottom: -32px;
        transform: translateX(-50%);
        z-index: 1;
        pointer-events: none;
    }
    section.nosso-dna div.grid {
    }
    section.nosso-dna div.grid div.left {
        display: flex;
        width: 50%;
        flex-direction: column;
    }
    section.nosso-dna div.grid div.left span.titulo-apoio {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        color: var(--studos-laranja-principal);
    }
    section.nosso-dna div.grid div.left h2 {
        margin-top: 46px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 70px;
        line-height: 84px;
        color: #FFFFFF;
        position: relative;
    }
    section.nosso-dna div.grid div.left h2::after {
        content: '';
        position: absolute;
        background: var(--studos-laranja-principal);
        height: 2px;
        width: 65%;
        left: 0;
        bottom: -12px;
    }
    section.nosso-dna div.grid div.left p {
        margin-top: 54px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;

    }
    section.nosso-dna div.grid div.left a.btn.home-sobre {
        justify-content: flex-start;
        margin-top: 40px;
    }
    section.nosso-dna div.grid div.left a.btn.home-sobre span{
        color: #fff
    }
    section.nosso-dna div.grid div.left a.btn.home-sobre:hover span{
        color: var(--studos-laranja-principal);
    }

    /* SLIDER-CONTEUDO */
    section.slider-conteudo {
        padding: 140px 0 80px;
    }
    section.slider-conteudo div.grid {
    }
    section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel {
        width: 100%;
    }
    section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel .slider-inner{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: grab;
    }
    section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left {
        width: 44%;
        display: flex;
        flex-direction: column;
    }
    section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left h2 {
        color: var(--studos-azul);
    }
    section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: var(--studos-cinza);
        margin-top: 32px;
    }
    section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left a.btn.home-sobre-azul {
        margin-top: 27px;
        justify-content: flex-start;
    }
    section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left a.btn.home-sobre-azul img{
        width: inherit;
    }
    section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.div-img {
        width: 68%;
        position: relative;
    }
    section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.div-img img {
    }

    /* PLANOS */
    section.planos {
        padding: 49px 0 80px 0;
        position: relative;
        background: var(--studos-cinza-claro);
    }
    section.planos::after {
        content: '';
        position: absolute;
        background: #fff;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 157px;
        z-index: 0;
    }
    section.planos div.grid {
        flex-direction: column;
        justify-content: center;
        z-index: 1;
    }
    section.planos div.grid h2.titulo-3 {
        color: var(--studos-preto);
        margin: 0 auto;
    }
    section.planos div.grid > p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #7F8182;
        text-align: center;
        margin-top: 12px;
    }
    section.planos div.grid div.bottom-cards {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 25px;
    }
    section.planos div.grid div.bottom-cards div.card {
        width: 100%;
        padding: 0px 20px 20px 20px;
        background: #FFFFFF;
        box-shadow: 0px 14px 74px rgba(0, 0, 0, 0.15);
        border-radius: 6px;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    section.planos div.grid div.bottom-cards div.card div.top{
        padding: 40px 10px 0px 29px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    section.planos div.grid div.bottom-cards div.card span {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        color: var(--studos-cinza);
    }
    section.planos div.grid div.bottom-cards div.card h3 {
        margin-top: 16px;
        margin-bottom: 34px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 48px;
        line-height: 50px;
        letter-spacing: -0.01em;
        color: var(--studos-preto);
    }
    section.planos div.grid div.bottom-cards div.card div.item {
        display: flex;
        align-items: center;
        text-align: inherit;
    }
    section.planos div.grid div.bottom-cards div.card div.item:not(:first-of-type) {
        margin-top: 23px;
    }
    section.planos div.grid div.bottom-cards div.card div.item img {
        margin-right: 16px;
    }
    section.planos div.grid div.bottom-cards div.card div.item p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: var(--studos-cinza);
    }
    section.planos div.grid div.bottom-cards div.card a.btn.contratar-laranja {
        margin-top: 35px;
    }
    section.planos div.grid div.bottom-cards-mobile {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 25px;
    }
    section.planos .owl-stage {
        display: flex;
    }
    section.planos .owl-stage .owl-item{
        display: flex;
    }
    section.planos div.grid div.bottom-cards-mobile div.card {
        width: 100%;
        padding: 0px 20px 20px 20px;
        background: #FFFFFF;
        box-shadow: 0px 14px 74px rgba(0, 0, 0, 0.15);
        border-radius: 6px;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    section.planos div.grid div.bottom-cards-mobile div.card div.top{
        padding: 40px 10px 0px 29px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    section.planos div.grid div.bottom-cards-mobile div.card span {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        color: var(--studos-cinza);
    }
    section.planos div.grid div.bottom-cards-mobile div.card h3 {
        margin-top: 16px;
        margin-bottom: 34px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 48px;
        line-height: 50px;
        letter-spacing: -0.01em;
        color: var(--studos-preto);
    }
    section.planos div.grid div.bottom-cards-mobile div.card div.item {
        display: flex;
        align-items: center;
        text-align: inherit;
    }
    section.planos div.grid div.bottom-cards-mobile div.card div.item:not(:first-of-type) {
        margin-top: 23px;
    }
    section.planos div.grid div.bottom-cards-mobile div.card div.item img {
        margin-right: 16px;
    }
    section.planos div.grid div.bottom-cards-mobile div.card div.item p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: var(--studos-cinza);
    }
    section.planos div.grid div.bottom-cards-mobile div.card a.btn.contratar-laranja {
        margin-top: 35px;
    }

    /* CLIENTES */
    section.clientes {
        padding: 0 0 80px 0;
    }
    section.clientes div.grid {
        flex-direction: column;
        align-items: center;
    }
    section.clientes div.grid h2.titulo-3 {
        color: var(--studos-preto);
    }
    section.clientes div.grid p {
        margin-top: 10px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: var(--studos-cinza);

    }
    section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel {
        margin-top: 40px;
        width: 100%;
    }
    section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel .owl-stage{
        display: flex;
        align-items: center;
        cursor: grab;
    }
    section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel div.item {
    }
    section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel div.item a {
    }
    section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel div.item a:hover img{
        opacity: 1;
        transition: var(--transition);
    }
    section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel div.item a img {
        width: inherit;
        margin: 0 auto;
        max-width: 100%;
        opacity: 0.6;
        transition: var(--transition);
    }
    section.clientes .owl-theme .owl-dots{
        /* position: absolute; */
        margin: 40px auto 0 auto!important;
    }

    /* MATERIAIS */
    section.materiais {
        padding: 67px 0 66px 0;
        background: var(--studos-cinza-v3);
    }
    section.materiais div.grid {
        flex-direction: column;
    }
    section.materiais div.grid h2.titulo-3 {
        color: var(--studos-preto);
        text-align: center;
    }
    section.materiais div.grid p {
        margin-top: 10px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #7F8182;
    }
    section.materiais div.grid div.bottom {
        margin-top: 60px;
        width: 100%;
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme {
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item {
        position: relative;
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item:hover {}
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item:hover::before {
        opacity: 1;
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item:hover a.card span.categoria{
        background: var(--studos-laranja-principal);
        border-color: var(--studos-laranja-principal);
        transition: 0.4s;
        color: #fff;
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item:hover a.card span.categoria img{
        filter: var(--invert);
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background: linear-gradient(0deg, black, transparent 100%);
        z-index: 0;
        transition: 0.4s;
        opacity: 0;
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item img.bg {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        border-radius: 6px;
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item a.card {
        width: 100%;
        height: 312px;
        position: relative;
        border-radius: 6px;
        padding: 30px 45px 30px 30px;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item a.card span.categoria {
        padding: 13px 25px;
        background: transparent;
        border: 2px solid #FFFFFF;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        color: #FFFFFF;
        transition: 0.5s;
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item a.card span.categoria img {
        margin-right: 12px;
        width: inherit;
    }
    section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item a.card h3 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        color: #FFFFFF;
        transform: translateY(0px);
        transition: var(--transition);
    }
    section.materiais div.item:hover a.card h3{
        transform: translateY(-30px)!important;
        transition: var(--transition)!important;
    }
    section.materiais div.item .arrows{
        display: flex;
        position: absolute;
        bottom: -10px;
        opacity: 0;
        transition: var(--transition);
    }
    section.materiais div.item:hover .arrows{
        bottom: 30px;
        opacity: 1;
        transition: var(--transition);
    }
    section.materiais div.item:hover .arrows span{
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }
    section.materiais div.item .arrows span img{
        filter: var(--invert);
    }
    section.materiais .arrows span.first{
    }
    section.materiais .arrows span.second{
        margin-left: 3px;
    }
    section.materiais .arrows span.third{
        margin-left: 3px;
    }
    section.materiais:hover .arrows span.first{
        animation-delay: 0.3s;
    }
    section.materiais:hover .arrows span.second{
        animation-delay: 0.2s;
        margin-left: 4px;
    }
    section.materiais:hover .arrows span.third{
        animation-delay: 0.1s;
        margin-left: 4px;
    }
    section.materiais .owl-theme .owl-dots {
        /* position: absolute; */
        margin: 40px auto 0 auto!important;
    }
    /* MODAL */
    .modalMaterial{
        background: #fff;
        border-radius: 12px;
        padding: 60px 75px;
        margin: 0 auto;
        overflow-y: scroll;
    }
    .modalMaterial .wpcf7-response-output {
        border-radius: 8px!important;
        max-width: 366px;
    }
    .modalMaterial .wpcf7-not-valid {
        border: solid 1px red!important;
    }
    .modalMaterial .wpcf7-not-valid-tip {
        display: none!important;
    }
    .modalMaterial .wpcf7-spinner{
        margin-top: 10px;
    }
    .modalMaterial small{
        color: var(--studos-azul);
        font-size: 14px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
    .modalMaterial h2{
        color: var(--studos-preto);
        margin-bottom: 30px;
        text-align: center;
        max-width: 330px;
        margin: 0 auto;
    }
    .modalMaterial .download-btn{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        color: #FFFFFF;
        transition: var(--transition);
        background: var(--studos-azul);
        width: 100%;
        height: 60px;
        border-radius: 6px;
        border: 2px solid var(--studos-azul);
    }
    .modalMaterial .download-btn:hover{
        background: var(--studos-laranja-principal);
        transition: var(--transition);
        color: #fff;
        border-color: var(--studos-laranja-principal);
    }
    .modalMaterial .download-btn img{
        margin-left: 8px;
    }
    .modalMaterial form label{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 10px;
    }
    .modalMaterial .form-row{
        margin-top: 30px;
    }
    .modalMaterial form > p{
        margin-top: 30px;
    }
    .modalMaterial .wpcf7-submit{
        cursor: pointer;
        width: 100%;
    }
    .modalMaterial .form-row input{
        width: 100%;
        background: #F8F8F8;
        border: 1px solid #D5D5D5;
        border-radius: 6px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        height: 67px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #646464;
    }

    /* DEMONSTRACAO */
    section.demonstracao {
        padding: 103px 0 113px 0;
        position: relative;
        background-size: cover!important;
        background-position: center!important;
        background-repeat: no-repeat!important;
    }
    section.demonstracao img.curvinha {
        position: absolute;
        bottom: -32px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    section.demonstracao div.grid {
        flex-direction: column;
        align-items: center;
    }
    section.demonstracao div.grid h2.titulo-3 {
        color: #fff;
        max-width: 500px;
        text-align: center;
    }
    section.demonstracao div.grid a.btn.demonstracao-arrow {
        margin-top: 34px;
    }

    @media(max-width: 1600px){
        section.formato-ensino div.grid div.right img {
            width: 105%;
        }
        section.formato-ensino div.grid img.efeito-bg {
            right: -160px;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture {
            width: 62%;
        }
        section.home-banner-estilo-2 div.slider.owl-theme.owl-carousel div.slider-item picture {
            width: 100%;
        }
        section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid {
            height: 890px;
            padding-top: 278px;
        }
        section.home-banner-estilo-2 div.main-slider.owl-theme.owl-carousel div.slider-item div.grid h1 {
            color: #fff;
            font-size: 48px;
            line-height: 50px;
        }
    }
    @media(max-width: 1367px){
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid {
            height: 675px;
            justify-content: flex-start;
            padding-top: 200px;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards {
            margin-top: 41px;
        }
    }
    @media(max-width: 1200px){
        section.formato-ensino div.grid div.right img {
            width: 100%;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture {
            width: 55%;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid h1 {
            max-width: 42%;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid > p {
            max-width: 40%;
        }
        section.home-banner-estilo-2 div.slider.owl-theme.owl-carousel div.slider-item div.grid h1 {
            max-width: 50%;
        }
        section.home-banner-estilo-2 div.slider.owl-theme.owl-carousel div.slider-item div.grid > p {
            max-width: 40%;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item {
            padding: 21px 16px 21px 32px;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards div.item span {
            font-size: 30px;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture {
            width: 56%;
        }
        section.home-banner-estilo-2 div.slider.owl-theme.owl-carousel div.slider-item picture {
            width: 100%;
        }
    }
    @media(max-width: 1024px){
        section.formato-ensino div.grid div.right img {
            transform: translateY(0px);
        }
    }
    @media(max-width: 992px){
        header.header div.grid a.burger-button img {
            filter: inherit!important;
        }
        section.nosso-dna {
            padding: 74px 0;
        }
        header.header div.grid a.logo-button img {
            filter: inherit!important;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture {
            width: 100%;
            height: 337px;
            display: block;
            position: static;
        }
        section.home-banner-estilo-2 .home-sobre-azul {
            display: flex;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture img.slide-img{
            height: auto;
            object-fit: initial;
            object-position: center;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item {
            position: relative;
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column-reverse;
        }
        section.home-banner.home-banner-estilo-2 div.slider.owl-theme.owl-carousel div.slider-item {
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 152px;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid {
            height: auto;
            padding-top: 140px;
        }
        section.home-banner.home-banner-estilo-2 div.slider.owl-theme.owl-carousel div.slider-item div.grid {
            padding-top: 18px;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid h1 {
            max-width: inherit;
        }
        section.home-banner-estilo-2 div.slider.owl-theme.owl-carousel div.slider-item div.grid h1 {
            color: var(--studos-preto);
            font-size: 30px;
            line-height: 35px;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid > p {
            max-width: inherit;
        }
        section.home-banner.home-banner-estilo-2 div.slider.owl-theme.owl-carousel div.slider-item div.grid > p {
            color: var(--studos-cinza);
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item picture {
            width: 100%;
            height: auto;
            display: block;
            position: static;
        }
        section.home-banner div.slider.owl-theme.owl-carousel div.slider-item div.grid div.cards {
            display: none;
        }
        section.formato-ensino div.grid {
            flex-direction: column-reverse;
        }
        section.formato-ensino div.grid div.right {
            width: 100%;
        }
        section.formato-ensino div.grid div.left {
            width: 100%;
            margin-top: 30px;
        }
        section.formato-ensino div.grid img.efeito-bg {
            display: none;
        }
        section.formato-ensino div.grid div.left h2{
            max-width: 415px;
            font-size: 36px;
            line-height: 45px;
        }
        section.formato-ensino div.grid div.left h2 br{
            display: none;
        }
        section.formato-ensino div.grid div.left p {
            margin-top: 20px;
        }
        section.nosso-dna div.grid div.left h2 {
            font-size: 48px;
            line-height: 50px;
        }
        section.nosso-dna div.grid div.left h2::after {
            display: none;
        }
        section.nosso-dna div.grid div.left p {
            margin-top: 28px;
        }
        section.nosso-dna div.grid div.left {
            width: 100%;
        }
        section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel .slider-inner {
            flex-direction: column-reverse;
        }
        section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left {
            width: 100%;
        }
        section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.div-img {
            width: 100%;
        }
        section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left h2 {
            margin-top: 30px;
            font-size: 30px;
            line-height: 35px;
        }
        section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left h2 br{
            display: none;
        }
        section.slider-conteudo div.grid div.slider-outer.owl-theme.owl-carousel div.left p {
           margin-top: 25px;
        }
        section.planos {
            padding: 30px 0 63px 0;
            position: relative;
            background: var(--studos-cinza-v3);
        }
        section.planos div.grid div.bottom-cards-mobile {
            width: 100%;
        }

        section.planos div.grid div.bottom-cards-mobile {
            margin-top: 38px;
            display: flex;
        }
        section.planos div.grid div.bottom-cards div.card div.item img {
            width: inherit;
        }
        section.planos div.grid div.bottom-cards
        section.planos div.grid h2.titulo-3 {
            font-size: 22px;
            line-height: 26px;
        }
        section.planos::after {
            content: none;
        }
        section.planos div.grid h2.titulo-3{
            text-align: center;
            font-size: 26px;
            line-height: 22px;
        }
        section.clientes {
            padding: 50px 0 50px 0;
            width: 100%;
        }
        section.clientes div.grid h2.titulo-3 {
            font-size: 22px;
            line-height: 26px;
        }
        section.clientes div.grid div.slider-clientes.owl-theme.owl-carousel {
            width: inherit;
        }
        section.materiais div.grid div.bottom div.slider-materiais.owl-carousel.owl-theme div.item a.card {
            height: 320px;
        }
        section.demonstracao div.grid h2.titulo-3 {
            font-size: 22px;
            line-height: 26px;
        }
        .demonstracao-arrow {
            width: 100%;
            max-width: 363px;
        }
        .demonstracao-arrow img {
            display: none;
        }
        section.materiais{
            padding: 50px 0 50px 0;
        }
        section.materiais div.grid h2.titulo-3 {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            line-height: 26px;
            text-align: center;
            color: var(--studos-preto);
        }
        section.planos div.grid div.bottom-cards-mobile div.card div.item img {
            width: inherit;
        }
        section.planos div.grid div.bottom-cards-mobile div.card div.top {
            padding: 60px 25px 0px 30px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }
        section.planos div.grid div.bottom-cards-mobile div.card {
            box-shadow: none;
        }
        section.planos div.grid div.bottom-cards-mobile div.card a.btn.contratar-laranja {
            width: 100%;
        }
        section.planos div.grid div.bottom-cards-mobile div.card span {
            color: var(--studos-preto);
        }
        section.planos div.grid div.bottom-cards-mobile div.card div.item p {
            color: var(--studos-preto);
        }
        section.planos .owl-theme .owl-dots {
            margin: 20px auto 0 auto!important;
        }
        section.depoimento{
            padding: 71px 0 20px 0!important;
        }
    }
    @media(max-width: 768px){
        .modalMaterial {
            padding: 50px 75px;
        }
        .button-submit{
            width: 100%;
        }
        .lity-container{
            width: 90%;
        }
        @media(max-width: 576px){
            .modalMaterial {
                padding: 37px 25px;
            }
        }
    }
    @media(max-width: 400px){
        section.formato-ensino div.grid div.right img {
            width: 200vw;
        }
        section.formato-ensino {
            padding: 30px 0 50px 0;
        }
        section.slider-conteudo {
            padding: 50px 0 50px;
        }
    }
}
.arrows {
    display: flex;
    margin-right: 10px;
}
.demonstracao-arrow:hover .arrows {
    display: flex;
}
.demonstracao-arrow:hover .arrows span {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.demonstracao-arrow .arrows span.second {
    margin-left: 3px;
}
.demonstracao-arrow .arrows span.third {
    margin-left: 3px;
}
.demonstracao-arrow:hover .arrows span {
    display: block;
}
.demonstracao-arrow:hover .arrows span.first {
    animation-delay: 0.3s;
}
.demonstracao-arrow:hover .arrows span.second {
    animation-delay: 0.2s;
}
.demonstracao-arrow:hover .arrows span.third {
    animation-delay: 0.1s;
}
.demonstracao-arrow:hover img {
    filter: var(--invert);
}
.demonstracao-arrow img {
    margin-right: 0!important;
}