body{
    font-family: 'Futura', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 1.3;
    color: #202022;
}

.font-amatic{
    font-family: 'Amatic SC', cursive;
}

.margin-right-menos-15{
    position: relative;
    right: -15px;
}

header{
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.30);
}

header .navbar-light .navbar-nav .nav-link{
    font-weight: normal;
    font-size: 20px;
    color: #202022;
}

main section.conteudo.banner{
    height: 80vh;
    overflow: hidden;
    margin-top: 95px;
}

main section.conteudo.banner .swiper-container {
    width: 100%;
    z-index: 3;
}

main section.conteudo.banner .swiper-container .swiper-slide{
    height: 85vh;
    background-size: cover !important;
}

main section.conteudo.banner .swiper-container .swiper-slide h2{
    font-size: 100px;
}

main section.conteudo.banner .swiper-container .swiper-slide p{
    font-size: 20px;
}

main section.conteudo.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../imagens/seta-left.png);
    left: 20px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../imagens/seta-right.png);
    right: 20px;
    left: auto;
}

main section.conteudo h2{
    font-size: 70px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

main section.conteudo p{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.box-roxo{
    background: #413B66;
}

main section.conteudo.conheca .box-roxo{
    left: -100px;
    top: -30px;
}

p.crm{
    font-size: 28px;
    letter-spacing: -0.02em;
}

p.crm a{
    font-weight: 300;
    font-size: 28px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
}


ul.crm li{
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.02em;
}

main section.conteudo.aqui-voce-tem .box-roxo {
    top: -40%;
    margin-bottom: -20%;
}

.btn-amitie{
    background: #675EA1;
    border-radius: 10.3793px;
    font-weight: normal;
    font-size: 25.76px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.btn-amitie:hover{
    background: #4f4784;
    color: #ffffff;
}

main section.conteudo.fale-conosco a{
    color: #000000;
}

main section.conteudo.fale-conosco label{
    font-weight: normal;
    font-size: 20px;
}

main section.conteudo.fale-conosco .form-control{
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 10px;
}

footer a.icone-rodape{
    color: #202022;
    font-size: 35px;
}

.btn-go{
    font-weight: 300;
    font-size: 17px;
    border: 2px solid #202022;
    box-sizing: border-box;
    border-radius: 10px;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

div.whats-rodape {
    position: relative;
}

a.btn-whatsapp-rodape {
    z-index: 9999;
    bottom: 25px;
    right: 25px;
    background: #413B66;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    color: #F7F7F7;
    border: none;
    transition: .2s ease-out;
    font-size: 75px;
    height: 100px;
    width: 100px;
    border-radius: 100% !important;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    line-height: 0;
}

a.btn-whatsapp-rodape:hover {
    background: #595187;
    color: #F7F7F7;
    border: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .50);
}

.alert-success, .alert-danger {
    color: #000000;
    font-size: 25px;
    text-align: center;
}

@media (max-width: 991px) {
    main section.conteudo.conheca .box-roxo{
        left: -50px;
        top: -30px;
    }

    header .navbar-light .navbar-toggler{
        font-weight: normal;
        font-size: 25px;
        border: none;
        color: #202022;
    }

    .navbar-collapse{
        position: fixed;
        width: 100%;
        left: 0;
        top: 90px;
        z-index: 50;
        background: white;
        text-align: center;
    }

    .collapse:not(.show) {
        transition: transform ease 0.3s;
        transform: translateY(-120%);
    }

    .navbar-collapse.show{
        transform: translateY(0%);
    }

    .navbar-collapse .navbar-nav{
        height: 100vh;
    }

    .navbar-collapse li.nav-item {
        border-bottom: 1px solid;
    }

    .navbar-collapse li.nav-item a{
        font-weight: normal;
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    main section.conteudo.banner .swiper-container .swiper-slide {
        height: 75vh;
        background-size: cover !important;
    }

    main section.conteudo.aqui-voce-tem .box-roxo {
        top: -15%;
    }

    main section.conteudo.aqui-voce-tem .box-roxo {
        top: -40%;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    main section.conteudo.conheca .box-roxo {
        left: -15px;
        top: -30px;
    }

    main section.conteudo.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    main section.conteudo.banner{
        height: 80vh;
        overflow: hidden;
    }

    main section.conteudo.banner .swiper-container .swiper-slide {
        height: 80vh;
        background-size: cover !important;
    }

    main section.conteudo.banner .swiper-container .swiper-slide h2 {
        font-size: 70px;
    }

    main section.conteudo.banner .swiper-container .swiper-slide p {
        font-size: 17px;
    }

    main section.conteudo p {
        font-size: 17px;
    }

    main section.conteudo h2 {
        font-size: 50px;
    }

    ul.crm li {
        font-size: 17px;
    }

    main section.conteudo p.crm {
        font-size: 28px;
        letter-spacing: -0.02em;
        line-height: 1.3;
    }

    main section.conteudo.aqui-voce-tem .box-roxo {
        top: -5%;
    }
}