html, body {
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}
/*
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}*/


@import url("animate.css");


.navbar {
    position: absolute;
    background: transparent;
    background-color: transparent;
    width: 100%;
    margin: 0 auto !important;
    justify-content: center;
    transition: 0.5s all;
}


.navbar-toggler {
}

.navbar-toggler-icon {
    /*height:70px;*/
}


header {
    height: 50px;
    z-index: 99999;
    position: fixed;
    width: 100%;
}




.navbar img {
    height: 80px;
}

.nav-link {
    color: white;
    font-size: 13px;
    padding: 0px 14px;
    font-weight: 600;
}
.nav-linkFontSize { 
    font-size: 10px !important; 
}

#Sucesso{
    display:none;
    color:green;
}
#FaltaCampos{
    display:none;
    color:red;
}
#Erro {
    display: none;
    color: red;
}


@media only screen and (max-width: 760px) {
    .nav-link {
        color: black;
        border-bottom: 1px solid #0000002e;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}
footer {
    background-color: #03001C;
    color: #555;
    font-size: 14px;
}


.nav-item:hover .nav-link {
    color: #5B8FB9;
}

.infoContainer {
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-top: 10vh;
    padding-bottom: 10vh !important;
    margin: 0 auto;
}


.InitialContainer {
    /*background-image: url(../Assets/fundoSlide1.png);*/
    background-color: black;
    height: 100vh;
    width: 100%;
    /*padding-top: 30vh;*/
    color: white;
    text-align: center;
}

    .InitialContainer .row {
        margin-top: -70vh;
    }


#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    /* position: fixed; */
    top: 0px;
    z-index: 1;
    position: relative;
    color: #B6EADA;
    background-color: #03001C;
}






.InitialContainer .main {
    font-size: 84px;
    font-weight: 700;
    width: 50%;
    margin: 0 auto;
    /*z-index: 2;*/
    position: relative;
}


@media only screen and (max-width: 760px) {
    .InitialContainer h1 {
        font-size: 50px;
        font-weight: 700;
        width: 90%;
    }


    .InitialContainer .main {
        font-size: 44px;
        font-weight: 700;
        width: 90%;
        margin: 0 auto;
        /*z-index: 2;*/
        position: relative;
    }

}

.InitialContainer h2 {
    color: transparent;
    font-size: 21px;
    font-weight: 300;
    z-index: 999;
    position: relative;
    -webkit-animation: blurFadeInOut 3s ease-in backwards;
    -moz-animation: blurFadeInOut 3s ease-in backwards;
    -ms-animation: blurFadeInOut 3s ease-in backwards;
    animation: blurFadeInOut 3s ease-in backwards;
}

.InitialContainer h2 {
    font-size: 21px;
    font-weight: 400;
}

.InitialContainer .Third {
    font-size: 52px;
    font-weight: 800;
}

.InitialContainer .Fourth {
    font-size: 19px;
    font-weight: 300;
}








.InitialContainer .Second {
    margin-top: -250px !important;
}

.InitialContainer h2.frame-1 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}

.InitialContainer h2.frame-2 {
    -webkit-animation: blurFadeIn 3s ease-in 3s backwards;
    -moz-animation: blurFadeIn 1s ease-in 3s backwards;
    -ms-animation: blurFadeIn 3s ease-in 3s backwards;
    animation: blurFadeIn 3s ease-in 3s backwards;
    color: white;
}



@keyframes scroll_2 {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    75% {
        transform: translateY(.75em);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

.example--2 {
    background: cornflowerblue;
}

.scroll-icon__dot {
    display: block;
    position: absolute;
    left: 50%;
    background: #fff;
    height: .5em;
    width: .5em;
    top: .6em;
    margin-left: -0.25em;
    border-radius: 50%;
    transform-origin: top center;
    backface-visibility: hidden;
    animation: scroll_2 2s ease-out infinite;

    z-index:999;
}

.scroll-icon {
    display: block;
    position: relative;
    height: 3em;
    width: 1.5em;
    border: .25em solid #fff;
    border-radius: 1em;
    z-index: 999;
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    margin-left: 49%;
}
 
.example {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
 





@-webkit-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }

    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -webkit-transform: scale(0);
    }
}




@-webkit-keyframes blurFadeIn {
    0% {
        opacity: 0;
        /*text-shadow: 0px 0px 40px #fff;*/
        -webkit-transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        /*text-shadow: 0px 0px 10px #fff;*/
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        /*text-shadow: 0px 0px 1px #fff;*/
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes fadeInBack {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -webkit-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -webkit-transform: scale(5);
    }
}

@-webkit-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
    }
}
/**/

@-moz-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }

    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -moz-transform: scale(0);
    }
}

@-moz-keyframes blurFadeIn {
    0% {
        opacity: 0;
        /*text-shadow: 0px 0px 40px #fff;*/
        -moz-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        /*text-shadow: 0px 0px 1px #fff;*/
        -moz-transform: scale(1);
    }
}

@-moz-keyframes fadeInBack {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
    }

    50% {
        opacity: 0.4;
        -moz-transform: scale(2);
    }

    100% {
        opacity: 0.2;
        -moz-transform: scale(5);
    }
}

@-moz-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -moz-transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1) rotate(0deg);
    }
}
/**/

@keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }

    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        transform: scale(0);
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        /*text-shadow: 0px 0px 40px #fff;*/
        transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        /*text-shadow: 0px 0px 10px #fff;*/
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
}

@keyframes fadeInBack {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 0.4;
        transform: scale(2);
    }

    100% {
        opacity: 0.2;
        transform: scale(5);
    }
}

@keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}




.InitialContainer h3 {
    font-size: 52px;
    font-weight: 700;
    z-index: 999;
    position: relative;
}


.QuemSomosContainer {
    /*margin-top: 150px !important;*/
    /*background-color: #DEDEDE;*/
    padding-left: 10.5%;
    padding-right: 10.5%;
}

    .QuemSomosContainer .row1 {
        /*    height: 100%;
        margin-top: 40vh;*/
        margin-top: 14vh;
    }

        .QuemSomosContainer .row1 h1 {
            height: fit-content;
        }

        .QuemSomosContainer .row1 .col-12 {
            padding-top: 10vh;
        }

    .QuemSomosContainer .row2 {
        padding-top: 12vh;
    }

    .QuemSomosContainer .ANossaHistoria h1 {
        font-size: 30px;
        font-weight: 600;
        color: black;
        margin-bottom: 80px;
    }

    .QuemSomosContainer .ANossaHistoria {
    }



        .QuemSomosContainer .ANossaHistoria h2 {
            font-size: 25px;
            font-weight: 400;
            color: black;
            margin-bottom: 20px;
        }

        .QuemSomosContainer .ANossaHistoria p {
            font-size: 15px;
            color: #777;
            font-weight: 400;
        }


    .QuemSomosContainer .PontosDeValores h1 {
        font-size: 50px;
        font-weight: 800;
        color: #301E67;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .QuemSomosContainer .PontosDeValores {
        /*padding-top: 12vh;*/
        padding-left: 6%;
    }

        .QuemSomosContainer .PontosDeValores .col-12 {
            /*margin-bottom: 50px;*/
            padding-top: 50px;
            border-bottom: 1px solid #00000026;
            background: linear-gradient(to left, white 50%, #301E67 50%) right;
            background-size: 201%;
            transition: .5s ease-out;
        }


            .QuemSomosContainer .PontosDeValores .col-12:hover {
                background-position: left;
            }


                .QuemSomosContainer .PontosDeValores .col-12:hover h1 {
                    color: white !important;
                }

                .QuemSomosContainer .PontosDeValores .col-12:hover h2 {
                    color: white !important;
                }

                .QuemSomosContainer .PontosDeValores .col-12:hover p {
                    color: white !important;
                }

                .QuemSomosContainer .PontosDeValores .col-12:hover li {
                    color: white !important;
                }





        .QuemSomosContainer .PontosDeValores h2 {
            font-size: 20px;
            font-weight: 700;
            color: black;
            margin-bottom: 40px;
            margin-top: 46px;
            margin-left: 30px;
            margin-right: 40px;
            vertical-align: bottom;
            width: 118px;
        }

        .QuemSomosContainer .PontosDeValores p {
            font-size: 14px;
            color: #777;
            max-width: 60%;
            padding-top: 10px;
            font-weight: 400;
            margin-bottom: 40px;
            margin-top: 40px;
        }

        .QuemSomosContainer .PontosDeValores li {
            font-size: 14px;
            color: #777;
            font-weight: 400;
        }

        .QuemSomosContainer .PontosDeValores ul {
            margin-bottom: 40px;
            margin-top: 40px;
        }





.OQueFazemos {
    background-color: #B6EADA;
}

    .OQueFazemos .row1 {
        /*padding-top: 24vh;
        height: 100%;*/
    }

        .OQueFazemos .row1 h3 {
            COLOR: black;
            text-align: center;
            margin-bottom: 10vh;
        }

    .OQueFazemos .box {
        width: fit-content;
        background-color: white;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
        padding: 10px 15px;
        width: 100%;
    }

        .OQueFazemos .box:hover svg {
            transition: 0.5s all;
            fill: white;
            background-color: #5B8FB9;
        }

        .OQueFazemos .box:hover .line {
            transition: 0.5s all;
            width: 65%;
        }

        .OQueFazemos .box svg {
            HEIGHT: 70px;
            fill: #5B8FB9;
            background-color: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
            margin-top: -75px;
            float: right;
            transition: 0.5s all;
        }

    .OQueFazemos .col-3 {
        margin-bottom: 50px;
    }




    .OQueFazemos .box .line {
        background: rgb(42,178,172);
        background: linear-gradient(93deg, rgba(91, 143, 185,1) 0%, rgba(48, 30, 103,0.5494572829131652) 100%);
        height: 3px;
        width: 20%;
        margin-top: 5px;
        margin-bottom: 20px;
        transition: 0.5s all;
    }

    .OQueFazemos .box h1 {
        color: black;
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
    }

    .OQueFazemos .box h2 {
        color: #777;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
        width: fit-content;
        width: fit-content;
    }



.NossaEquipa {
    /*background-color: #f4f4f4;*/
}

    .NossaEquipa .box {
        background-color: white;
        text-align: center;
        width: 100%;
        box-shadow: 0 20px 39.6px 0.4px rgba(48,0,127,.08);
        transition: all 0.5s;
    }

    .NossaEquipa .col-12 {
        margin-bottom: 20px;
        transition: all 0.5s;
    }


        .NossaEquipa .col-12:hover .box {
            margin-top: -15px;
            transition: all 0.5s;
            background-color: #301E67;
        }

    .NossaEquipa .box:hover h1 {
        color: white !important;
    }

    .NossaEquipa .box:hover h2 {
        background-color: white !important;
        color: #301E67;
    }

    .NossaEquipa .box:hover .separator {
        background-color: white !important;
    }

    .NossaEquipa img {
        height: 90px;
        margin-bottom: 10px;
        margin-top: 10px;
        /*margin-top: -150px;*/
        /*border: 3px solid #301E67;*/
        border-radius: 75px;
        filter: grayscale(1);
    }

    .NossaEquipa .separator {
        height: 3px;
        /*margin-top: -150px;*/
        /*border: 3px solid #301E67;*/
        background-color: #301E67;
        width: 30px;
        margin-bottom: 10px;
    }



    .NossaEquipa h1 {
        color: black;
        font-size: 15px;
        font-weight: 600;
        margin-top: 15px;
        width: fit-content;
        /*        font-size: 16px;
    padding-bottom: 15px;
    background: rgba(33, 37, 41, 0.8);
    color: #FFF;
    font-weight: 600;
    margin-top: -40px;
    z-index: 9999999999999;
    position: relative;
    width: fit-content;
    margin-left: 21%;
    padding: 14px 12px;*/
    }

    .NossaEquipa h3 {
        color: black;
        font-size: 30px;
        padding-bottom: 15px;
        margin-bottom: 40px;
        font-weight: 700;
    }

    .NossaEquipa h2 {
        background-color: #301E67;
        font-size: 10px;
        font-weight: 600;
        width: fit-content;
        border-radius: 5px;
        color: white;
        padding: 6px 10px;
    }





.ParceirosNegocio {
    background-color: #B6EADA;
    /*padding-top: 25vh;*/
}

    .ParceirosNegocio h3 {
        font-size: 74px;
        font-weight: 800;
        letter-spacing: -.05em;
        text-align: center;
        margin-bottom: 60px;
        color: white;
    }

    .ParceirosNegocio .col-lg-6 {
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
    }

    .ParceirosNegocio p {
        text-align: justify;
        font-size: 15px;
        font-weight: 400;
    }


@media only screen and (max-width: 760px) {
    .ParceirosNegocio h3 {
        font-size: 44px;
        font-weight: 800;
    }
}



.Contactos .row1 {
    margin-top: 24vh;
}





/*.Contactos {
    display: block;
    padding-top: 18vh !important;
}*/

.Contactos svg {
    height: 50px;
    fill: #301E67;
}

.Contactos .col-lg-4 {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

    .Contactos .col-lg-4 h1 {
        font-size: 14px;
        color: #777;
        opacity: 0.8;
    }

    .Contactos .col-lg-4 p {
        font-size: 21px;
        font-weight: 700;
        color: black;
        opacity: 0.8;
        width: 70%;
        margin: 0 auto;
    }


.Contactos .col-12 h1 {
    /*font-size: 32px;*/
    color: black;
    text-align: center;
    font-weight: 700;
}

.Contactos .col-6 {
    height: auto;
    margin-bottom: 15px;
}

.Contactos .col-12 {
    margin-bottom: 15px;
}

    .Contactos .col-12 p {
        font-size: 18px;
        color: #777;
        text-align: center;
        font-weight: 400;
    }

.Contactos .box {
    width: 40%;
    margin: 0 auto;
}

@media only screen and (max-width: 760px) {
    .Contactos .box {
        width: 90%;
    }
}


.Contactos .box input {
    padding: 0.7rem 1rem;
    background: #F4F4F4;
    border: none;
    font-size: 0.85rem;
    line-height: 1.85;
    width: 100%;
}

.Contactos .box textarea {
    padding: 0.7rem 1rem;
    background: #F4F4F4;
    border: none;
    font-size: 0.85rem;
    line-height: 1.85;
    width: 100%;
}

.Contactos button {
    background-color: #301E67;
    border: 0px;
    border-radius: 4px;
    color: #FFF;
    padding: 12px 48px;
    font-weight: 600;
}

    .Contactos button:hover {
        background-color: #00cdf8;
    }






.icon-featured {
    display: inline-block;
    font-size: 0;
    margin: 15px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 2.3em;
    line-height: 110px;
}



.icon-featured {
    background-color: #301E67;
    color: white;
}

.fa-comment-alt:before {
    content: "\f27a";
}






/*
.infoContainer{
    height:100vh;
    padding-top:20vh;
}*/





/*:root {
    --color-white: #fff;
    --time-animation: 0.6s;
}

@keyframes pulse {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0px);
    }
}

html {
    scrollbar-width: none;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden scroll;
    -ms-overflow-style: none;
}

    body::-webkit-scrollbar {
        display: none;
    }

.layout {
    width: 100%;
    height: calc(100vh * 3);
    position: relative;
}

    .layout .section-stick {
        margin: auto;
        position: fixed;
        right: 50px;
        bottom: 50px;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
        justify-content: flex-start;
        z-index: 1000;
        background-color: #301E678c;
    }

        .layout .section-stick .stick,
        .layout .section-stick .active {
            width: 13px;
            height: 62px;
            border: none;
            border-radius: 9px;
        }

        .layout .section-stick .stick {
            position: relative;
            background-color: rgba(255, 255, 255, 0.4);
            transition: all var(--time-animation) ease-in-out;
        }

        .layout .section-stick .active {
            position: absolute;*/
/*background-color: var(--color-white);*/
/*background-color: #301E67;
            box-shadow: 0px 0px 12px 1px var(--color-white);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }

    .layout section {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding-top:24vh;*/
/*display: flex;*/
/*align-items: center;
        justify-content: center;
        color: var(--color-white);
        font-size: 80px;
        font-weight: 600;
        transform: translateY(100vh);
        transition: all var(--time-animation) ease-in-out;
        z-index: 0;
    }

        .layout section .home {
            display: flex;
            flex-direction: column;
            row-gap: 45px;
            align-items: center;
        }

            .layout section .home svg {
                animation: pulse 1.4s linear infinite normal;
            }

    .layout .s1 {*/
/*background-color: #4d2536;*/
/*transform: translateY(0);
        z-index: 6;
    }

    .layout .s2 {*/
/*background-color: #02486b;*/
/*z-index: 5;
    }

    .layout .s3 {*/
/*background-color: #171716;*/
/*z-index: 4;
    }

    .layout .s4 {*/
/*background-color: #154621;*/
/*z-index: 3;
    }

    .layout .s5 {*/
/*background-color: #154621;*/
/*z-index: 2;
    }
    .layout .s6 {*/
/*background-color: #154621;*/
/*z-index: 1;
    }*/
/*** RESPONSIVE ***/
/* MOBILE */
@media screen and (max-width: 576px) {
    body:: -webkit-scrollbar {
        width: 0px;
        background: transparent;
        -webkit-appearance: none;
    }

    .layout .section-stick {
        right: 20px;
        bottom: 20px;
        transform: scale(0.7);
    }

    .layout section {
        font-size: 40px;
    }
}
