@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
    font-family: "Work Sans";
    outline: none;
    color: var(--color1);
}

:root {
    --color1: #003cff;
    --color2: #eee;
    --color3: #AEA48C;
    --color4: #B0E0E6;

}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
    background-color: var(--color1);

}

main {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 10% 2%;
}



/*==================== HEADER ============================*/
/*=======================================================*/
#myHeader {
    position: fixed;
    width: 100%;
    z-index: 99;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 1% 10%;
    background-color: #003cffbb;
}

#myHeader .logo p {
    color: var(--color2);
    font-size: 1.3em;
    font-weight: 500;
}

#myHeader .menuNavegacao {
    display: flex;
    align-items: center;
    justify-content: center;
}

#myHeader .menuNavegacao .toggle {
    border: none;
    background-color: var(--color2);
    border-radius: 5px;
    font-size: 1.5em;
    cursor: pointer;
    padding: 2px;
    position: fixed;
    transition: all 0.5s cubic-bezier(.73, .13, .29, .74);
}

#myHeader .menuNavegacao .toggle:hover {
    background-color: #e9e6e6;
}

#myHeader .menuNavegacao .toggle.ativo {
    margin-right: 50%;
}

#myHeader .menuNavegacao .toggle i {
    color: var(--color1);
}

#myHeader .menuNavegacao .navegacao {
    position: fixed;
    right: -33%;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: var(--color1);
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5),
        0 3px 6px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7%;
    transition: all 0.5s cubic-bezier(.88, .04, .37, 1);
}

#myHeader .menuNavegacao .navegacao.ativo {
    right: 0;
}

#myHeader .menuNavegacao .navegacao ul {
    background-color: var(--color2);
    padding: 2%;
    border-radius: 8px;
    font-size: 1.3em;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5),
        0 3px 6px rgba(0, 0, 0, 0.5);
}

#myHeader .menuNavegacao .navegacao ul:last-child {
    margin-top: 20px;
    background-color: #022391;
}

#myHeader .menuNavegacao .navegacao ul:last-child li i,
#myHeader .menuNavegacao .navegacao ul:last-child li a {
    color: var(--color2);
}

#myHeader .menuNavegacao .navegacao ul:last-child:hover li i,
#myHeader .menuNavegacao .navegacao ul:last-child:hover li a {
    color: var(--color1);
}

#myHeader .menuNavegacao .navegacao ul:last-child:hover {
    background-color: var(--color2);
}

#myHeader .menuNavegacao .navegacao ul:hover {
    background-color: #022391;
}

#myHeader .menuNavegacao .navegacao ul:hover li i,
#myHeader .menuNavegacao .navegacao ul:hover li a {
    color: var(--color2);
}

.carousel-item:nth-child(1) img {
    height: 400px;
    max-width: 500px;
    width: 100%;
}

.carousel-item img {
    max-width: 800px;
    width: 100%;
    height: 500px;
}

.carousel-indicators img {
    max-width: 70px;
    width: 100%;
    display: block;
}

.carousel-indicators button {
    width: max-content !important;
}

.carousel-indicators {
    position: unset;
}

.carousel-indicators button.active img {
    border: 4px solid #e9e6e6;
}

.carousel-control-prev,
.carousel-control-next {
    height: 90%;
    background-color: rgba(179, 178, 178, 0.1);
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10% 0;
}

.carousel-caption p,
h5 {
    color: #313030 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

footer {
    background-color: var(--color1);
}

footer p {
    color: #eee;
    text-align: center;
}

.footerBox {
    width: 100%;
    gap: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
}


.footerBox .citacao {
    width: 33.3%;
}

.footerBox .citacao p {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    color: var(--color2);
}

.footerBox .redeSociais {
    width: 33.3%;
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footerBox .redeSociais p {
    font-size: 2em;
    color: var(--color2);
}

.footerBox .redeSociais .rsBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

.footerBox .redeSociais .rsBox .iconeSocial i {
    font-size: 2em;
    color: var(--color2);
}

.footerBox .contato {
    width: 33.3%;
}

.footerBox .contato p {
    color: var(--color2);
}

.footerBox .contato {
    width: 33.3%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footerBox .contato a {
    color: var(--color2);
}

.remove {
    display: none;
}


@media screen and (max-width:820px) {
    .carousel-caption {
        font-size: .5em;
    }

    .carousel-caption h5 {
        font-size: 1.5em;
    }

    .footerBox {
        width: 100%;
        gap: 2%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2%;
        background-color: var(--color1);
    }


    .footerBox .citacao {
        display: none;
    }

    .footerBox .redeSociais {
        width: 50%;
        display: flex;
        gap: 35px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footerBox .redeSociais p {
        font-size: 1em;
        color: var(--color2);
    }

    .footerBox .redeSociais .rsBox {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10%;
    }

    .footerBox .redeSociais .rsBox .iconeSocial i {
        font-size: 1.5em;
        color: var(--color2);
    }

    .footerBox .contato {
        width: 50%;
    }


    .footerBox .contato {
        width: 40%;
    }

}

@media screen and (max-width:700px) {


    .carousel-caption {
        display: none;
    }
}

@media screen and (max-width:620px) {
    .navegacao ul li {
        font-size: .8em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footerBox {
        margin-top: 100px;
    }

    .footerBox .redeSociais {
        width: 30%;
        display: flex;
        gap: 35px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footerBox .redeSociais p {
        font-size: .8em;
        color: var(--color2);
    }



    .footerBox .redeSociais .rsBox .iconeSocial i {
        font-size: 1em;
    }


    .footerBox .contato {
        width: 70%;
        justify-content: center;
        align-items: center;
    }

    .footerBox .contato p {
        width: 100%;
        text-align: center;
        font-size: .8em;
    }

    .footerBox .contato p:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    #myHeader .logo p {
        font-size: .85em;
    }


    #myHeader .menuNavegacao .toggle.ativo {
        margin-right: 80%;
    }

    #myHeader .menuNavegacao .navegacao {
        position: fixed;
        right: -47%;
        top: 0;
        width: 45%;
    }


    .carousel-item:nth-child(1) img {
        height: 300px;
        max-width: 370px;
    }

    .carousel-item img {
        max-width: 500px;
        height: 400px;
    }

    .carousel-indicators img {
    max-width: 40px;

}
}