﻿.primeiroBlocoApresentacao {
    display: flex;
    align-items: center;
    padding:3px;
}

.apresentacaoInfo{
    padding-left:10%;
    width: 50%;
}

    .apresentacaoInfo img {
        width: 70%;
    }

._loginContainer {
    min-height: 500px;
}

._loginGrafismo img {
    position: absolute;
    bottom: -16%;
    left: 27%;
    width: 50%;
    transform: rotate(-90deg);
}

.grafismo img {
    width: 80%;
}

.centralizarSemJustiFyContent {
    width: 86%;
    margin: auto;
}

.centralizarComJustiFyContent {
    width: 90%;
    margin: auto;
}

.headerCursosEPalestras{
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    padding-bottom:3px;
}

.tituloCursosEPalestras {
    width: 35%;
}

.tituloCursosEPalestras p {
    color: var(--bs-primary);
    font-weight: bold
}

.tituloCursosEPalestras h3 {
    color: var(--bs-black);
    font-weight: bold
}

.tituloCursosEPalestras h5 {
    text-align:right;
}

.tituloCursosEPalestras hr {
    border-top: 4px solid;
    width: 29%
}


.primeiroCard{
    width:85%;
}

.primeiroCardBody{
    display:flex;
    justify-content:center;
    align-items:center;
}


.bodyCursosEPalestras {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.esquerdaCard {
    width: 42%;
    margin-right: 5px;
}

.direitaCard {
    width: 42%;
    margin-left: 5px;
}

.outrosCardBody{
    display:flex;
    justify-content:center;
    align-items:center;

}

.headerSobreOFundador {
    display: flex;
    flex-direction: column;
    width: 86%;
    margin: auto;
}


    .headerSobreOFundador div {
        display:flex; 
        flex-direction:column;
    }

.sobreOFundador {
    margin-left: 10px;
}

    .sobreOFundador p {
        color: var(--bs-primary);
        font-weight: bold
    }

    .sobreOFundador h3 {
        color: var(--bs-black);
        font-weight: bold;
    }

    .sobreOFundador hr {
        border-top: 4px solid;
        width: 8%
    }

.tituloSobreOFundador {
    width:45%;
    margin-bottom: 5px;
}

.h1Roxo {
    color: var(--bs-primary);
    font-weight: bold;
    font-size: 43px;
}

.h1Dourado {
    color: #B67A35;
    font-weight: bold;
    font-size: 43px;
}

    .tituloSobreOFundador img {
        width: 40%;
    }

.ulLista {
    list-style-type: disc;
}
    .ulLista li {
        font-size: larger;
    }


.aulasGravadasEOnline {
    margin-left: 10px;
}

    .aulasGravadasEOnlineDireita{
        display:flex;
        flex-direction:column;
        align-items:end;
    }

    .aulasGravadasEOnline p {
        color: var(--bs-black);
        font-weight: bold
    }

    .aulasGravadasEOnline h1 {
        color: var(--bs-primary);
        font-weight: bold;
    }

    .linhaVertical {
        height: 80px; /*Altura da linha*/
        border-left: 2px solid; /* Adiciona borda esquerda na div como ser fosse uma linha.*/
    }


.tituloCarrosselAulasGratuitas h3 {
        color: var(--bs-primary);
        font-weight: bold;
        font-size: 43px;
    }


.carrosselAulasGratuitas {

}

.carrosselAulasGratuitasIframe {
    height: 561px;
    width:100%;
}

.headerAulasGravadas{
    display:flex;
    flex-direction:column;
    width:86%;
    margin:auto;
}

    .headerAulasGravadas div{
        align-items:center;
        justify-content:center;
        display:flex;
    }

.btnAcesseAsAulas {
    border: 1px solid var(--bs-primary);
    border-radius: 20px;
    color: var(--bs-primary);
    height: 50px;
    width: 150px;
    font-size: medium;
    margin-left: 15px;
}

    .btnAcesseAsAulas:hover {
        border: 1px solid var(--bs-primary);
        color: var(--bs-white);
        background-color: var(--bs-primary);
    }

.tituloCarrosselDepoimentos h3 {
    color: var(--bs-primary);
    font-weight: bold;
    font-size: 43px;
}

.backgroundTenhaAcesso {
    background: url('/media/logos/bgTenhaAcessoAoSeuDesenvolvimentoMediunico.png') 50% 50% no-repeat;
}

.tenhaAcesso{
    height: 451px;
    width: 50%;
}

.tenhaAcesso h3 {
    color: var(--bs-primary);
    font-weight: bold;
    font-size: 43px;
}
    .tenhaAcesso p {
        width: 75%;
        margin: 2px;
        color:white;
    }

.backgroundPlanosDisponiveis {
    background: url('/media/logos/bgPlanosDisponiveis.png') 50% 50% no-repeat;
    display:flex;
    justify-content:center;
}

.headerPlanosDisponiveis{
    display:flex;
}

.cardPlanosDisponiveis {
    background-color: black;
    min-width: 25%;
    margin: 5px;
    border-bottom: 0px solid var(--bs-primary);
    border-left: 2px solid var(--bs-primary);
    border-right: 2px solid var(--bs-primary);
    border-top: 2px solid var(--bs-primary);
}

.btnPlanosDisponiveis {
    /* top-left | top-right | bottom-right | bottom-left */
    border-radius: 10px 10px 15px 15px;
    color: black;
    background-color: #EB9921;
}

.vantagensPlanosDisponiveis {
    padding: 5px;
}


.cardPreco h3 {
    color: white;
    font-weight: bold;
}

.cardPreco > div > h2 {
    color: white;
    font-weight: bold;
}

.cardPreco > div > h3 {
    color: white;
    font-weight: bold;
}

.cardPreco > div > span {
    color: var(--bs-primary) !important;
    font-weight: bold !important;
}
.cardPreco > div > h4 {
    color: var(--bs-primary);
    font-weight: bold;
}

.cardPreco > div > h5 {
    color: white;
    font-weight: bold;
}

.cardPreco p {
    color: #EBC96A;
    font-weight: bold;
}

.carouselControlPrev {
    height: 100px;
    margin-top: 18%;
}


.carouselControlPrev {
    height: 100px;
    margin-top: 18%;
}

.containerTecnica {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px var(--bs-primary) solid;
    border-radius: 10px;
    min-height: 80px;
    min-width: 530px;
    margin-top: 10px;
}

    .containerTecnica div img{
        width:50%;
    }

.slick-prev:before, .slick-next:before {
    color: var(--bs-primary) !important;
    font-size: large !important;
}

.iframeContainer {
    min-height: 250px !important;
}


@media(max-width: 1200px) {
    ._loginContainer {
        min-height: 400px;
    }

    ._loginGrafismo img {
        position: absolute;
        bottom: -14%;
        left: 27%;
        width: 50%;
        transform: rotate(-90deg);
    }
}

    @media (max-width: 1024px) {
        .backgroundApresentacaoLilas {
        background: rgba(229, 228, 252, .45);
        justify-content:center;
        align-items:center;
        display:flex;
    }

    .primeiroBlocoApresentacao {
        flex-direction: column-reverse;
        padding: 0;
    }

    .apresentacaoInfo {
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
        .apresentacaoInfo img {
            width: 50%;
        }


    .grafismo {
        width: 50%;
    }

        .grafismo img {
            width: 100%;
        }

    .acoes {
        padding: 5px;
    }

    .headerCursosEPalestras {
        flex-direction: column;
    }

    .tituloCursosEPalestras {
        margin-top: 15px;
        width: 100%;
    }

        .tituloCursosEPalestras p {
            text-align: center;
        }


        .tituloCursosEPalestras h3 {
            font-size: 20px;
            text-align: center;
        }

        .tituloCursosEPalestras h5 {
            font-size: 16px;
            text-align: center;
        }

        .tituloCursosEPalestras hr {
            border-top: 4px solid;
            width: 100%
        }


    .primeiroCard {
        width: 100%;
    }

    .primeiroCardBody {
        flex-direction: column;
    }

    .outrosCardBody {
        flex-direction: column;
    }

    .bodyCursosEPalestras {
        flex-direction: column;
    }

    .esquerdaCard {
        margin: 0;
        width: 100%;
    }

    .direitaCard {
        margin: 0;
        width: 100%;
    }

    .headerSobreOFundador {
        width: 100%;
    }

        .headerSobreOFundador div {
            justify-content: center;
        }


    .sobreOFundador hr {
        border-top: 4px solid;
        width: 100%
    }

    .tituloSobreOFundador {
        width: 100%;
        margin-bottom: 15px;
    }

        .tituloSobreOFundador h1 {
            color: var(--bs-primary);
            font-weight: bold;
            font-size: 24px;
            text-align: center;
            margin-bottom: 15px;
        }

        .tituloSobreOFundador h4 {
            padding: 10px;
            margin-bottom: 15px;
        }

        .tituloSobreOFundador img {
            width: 50%;
        }

    .tituloCarrosselAulasGratuitas h3 {
        font-size: 20px;
        text-align: center;
    }


    .carrosselAulasGratuitasIframe {
        height: 361px;
    }

    .headerAulasGravadas div {
        flex-direction: column;
    }

    .linhaVertical {
        height: 0px; /*Altura da linha*/
        border-left: 0px solid; /* Adiciona borda esquerda na div como ser fosse uma linha.*/
        width: 100%;
        border-bottom: 2px solid;
    }

    .aulasGravadasEOnlineDireita {
        align-items: center;
    }

    .aulasGravadasEOnline h1 {
        font-size: 20px;
    }

    .tenhaAcesso {
        width: 100%;
    }

        .tenhaAcesso h3 {
            font-size: 20px;
        }

        .tenhaAcesso p {
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .backgroundTenhaAcesso {
        background: url(/media/logos/bgTenhaAcessoAoSeuDesenvolvimentoMediunico.png) 64% 10% no-repeat;
    }


    .backgroundPlanosDisponiveis {
        background: url(/media/logos/bgPlanosDisponiveis.png) 100% 100%;
    }

    .vantagensPlanosDisponiveis div {
        align-items: center;
    }

        .vantagensPlanosDisponiveis div img {
            width: 38px;
            height: 40px;
        }
}

@media (max-width: 990px) {
    .apresentacaoInfo img {
        width: 50%;
    }

    .containerTecnica {
        min-width: 100%;
    }


    .headerPlanosDisponiveis {
        flex-direction: column;
    }

    ._loginGrafismo img {
        position: absolute;
        bottom: -12%;
        left: 18%;
        width: 70%;
        transform: rotate(-90deg);
    }
}
@media (max-width: 540px) {
    ._loginContainer {
        min-height: 300px;
    }

    ._loginGrafismo img {
        position: absolute;
        bottom: -14%;
        left: 18%;
        width: 70%;
        transform: rotate(-90deg);
    }

    .slickDepoimentosContainer {
        width: 90%;
    }
}

@media (max-width: 470px) {
    .apresentacaoInfo img {
        width: 80%;
    }

    ._loginGrafismo img {
        position: absolute;
        bottom: -13%;
        left: 18%;
        width: 70%;
        transform: rotate(-90deg);
    }
}
