@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab');
@import url('https://fonts.googleapis.com/css2?family=Lexend');
html {
    width: 100%;
    height: 100%;
}


body {
    background-color: white;
}

.menuCSS3 ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: white;
}


.menuCSS3 a {
    float: left;
    color: #0c3c4c;
    padding: 10px 10px;
    /*   text-decoration: none;*/
    font-size: 20px;
    font-family: 'Lexend', sans-serif;
}


    .menuCSS3 a:hover {
        background-color: #446eb3;
        color: white;
        transition-duration: 1s;
        border-radius: 10px;
    }

    .menuCSS3 a.active {
        background-color: #04AA6D;
        color: white;
    }

.menuCSS3 ul li ul {
    display: none;
}

    .menuCSS3 ul li a:hover + ul, .menuCSS3 ul li ul:hover {
        display: block;
    }


#top {
    position: fixed;
    top: -40px;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: white;
    box-shadow: 0 8px 6px -8px black;
    /* border-bottom: 5px solid #9ea3b5;*/
    /*overflow: hidden;*/
}


.separar2 {
    box-shadow: 14px 14px 20px 0 rgba(20, 20, 20, 0.3);
   
}

.separar3 {
    box-shadow: 38px 38px 20px 0 rgba(20, 20, 20, 0.3);
}