* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.corpo {
    background-color: lightblue;
    font-family: Arial, Helvetica, sans-serif;
}

.imagem1 {
    width: 70px;
    margin-right: 25px;
}

ul {
    background-color: black;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

li {
    float: left;
}

li a,
.dropbtn {
    display: inline-block;
    color: lightblue;
    padding: 14px 16px;
    text-decoration: none;
    text-align: center;
    font-size: 50px;
}

li a:hover,
.dropdown:hover .dropbtn {
    background-color: black;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    width: 100%;
}

.dropdown-content a {
    color: lightblue;
    display: block;
    text-align: left;
    font-size: 20px;
}

.dropdown-content a:hover {
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

h4 {
    text-align: center;
    background-color: lightblue;
    color: black;
}

.container0 {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    padding: 15px;
    overflow: hidden;
    background-color: lightblue;
}

.container1 {
    max-width: 100%;
    background-color: rgb(216, 216, 233);
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 5px;
    overflow: hidden;
}

.container2 {
    max-width: 100%;
    background-color: rgb(216, 216, 233);
    border-radius: 5px;
    padding: 5px;
    overflow: hidden;
}

.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container4 {
    text-align: center;
}

.container024,
img {
    width: 100%;
}

.rodape {
    color: lightblue;
    background-color: black;
    margin-top: 40px;
    text-align: center;
    padding: 10px;
}

.botao {
    text-align: center;
    font-size: 25px;
    margin-left: 10px;
    border-radius: 10px;
    background-image: linear-gradient(black, darkblue);
    color: lightblue;
}

.botao:hover {
    background-image: linear-gradient(lightblue, green);
    color: white;
}

#msg {
    text-align: center;
    border-bottom: 1px solid lightblue;
    font-weight: bold;
    font-size: 20px;
    background-color: black;
    color: lightblue;
}

.natal {
    max-width: 100%;
}

.podemos-ajudar {
    width: 100%;
    height: 40px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-content: center;
    background-image: linear-gradient(black, darkblue);
    color: lightblue;
    font-size: 20px;
    text-decoration: none;

}

.podemos-ajudar:hover {
    background-image: linear-gradient(lightblue, green);
    color: white;
}

.imgem-calc {
    max-width: 100%;
}

/* RESPONSIVIDADE PARA TELAS GRANDES (768px)*/
@media (min-width: 768px) {

    .container0 {
        display: flex;
        justify-self: center;
        width: 100%;
        background-color: darkblue;
        border-radius: 5px;
    }

    .container01 {
        background-color: darkblue;
        width: 100%;
        display: flex;
        justify-content: center;
        justify-self: center;
        border-radius: 5px;
    }

    .container1 {
        width: 30%;
        flex-grow: 1;
        margin-right: 5px;
        height: 650px;
    }

    .container2 {
        width: 30%;
        flex-grow: 1;
        height: 650px;
        margin-left: 5px;

    }

    .container4 {
        width: 30%;
        display: none;
        justify-self: center;
        color: white;
    }

    .container4 img {
        border-radius: 5px;
    }

    .container5 {
        width: 30%;
        display: block;
        justify-self: center;
        color: white;
    }

    .container024 {
        display: none;
    }

    #msg {
        text-align: center;
        border-bottom: 1px solid lightblue;
        font-weight: bold;
        font-size: 20px;
        background-color: black;
        color: lightblue;
    }

    .menu a:hover {
        background-color: lightblue;
        color: black;
        border-radius: 5px;
        transition: 1s;
        padding: 1px;
    }

    .podemos-ajudar {
        width: 100%;
        height: 40px;
        display: inline-block;
        margin-top: 10px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        align-content: center;
        background-image: linear-gradient(green);
        color: lightblue;
        font-size: 20px;
        text-decoration: none;
        cursor: pointer;
    }

    .podemos-ajudar:hover {
        background-color: (orange);
        color: white;
    }

    /*menu dropdonw*/
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: black;
        width: 50%;
        border-radius: 0px 0px 5px 0px;
    }

}

/* RESPONSIVIDADE PARA TELAS GRANDES (1024px)*/
@media (min-width: 1024px) {

    .container0 {
        display: flex;
        justify-self: center;
        width: 50%;
        background-color: darkblue;
        border-radius: 5px;
    }

    .container01 {
        background-color: darkblue;
        width: 50%;
        display: flex;
        justify-content: center;
        justify-self: center;
        border-radius: 5px;
    }

    .container1 {
        width: 30%;
        flex-grow: 1;
        margin-right: 5px;
        height: 650px;
    }

    .container2 {
        width: 30%;
        flex-grow: 1;
        height: 650px;
        margin-left: 5px;

    }

    .container4 {
        width: 30%;
        display: none;
        justify-self: center;
        color: white;
    }

    .container4 img {
        border-radius: 5px;
    }

    .container5 {
        width: 30%;
        display: block;
        justify-self: center;
        color: white;
    }

    .container024 {
        display: none;
    }

    #msg {
        text-align: center;
        border-bottom: 1px solid lightblue;
        font-weight: bold;
        font-size: 20px;
        background-color: black;
        color: lightblue;
    }

    .menu a:hover {
        background-color: lightblue;
        color: black;
        border-radius: 5px;
        transition: 1s;
        padding: 1px;
    }

    .podemos-ajudar {
        width: 100%;
        height: 40px;
        display: inline-block;
        margin-top: 10px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        align-content: center;
        background-image: linear-gradient(green);
        color: lightblue;
        font-size: 20px;
        text-decoration: none;
        cursor: pointer;
    }

    .podemos-ajudar:hover {
        background-color: (orange);
        color: white;
    }

    /*menu dropdonw*/
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: black;
        width: 50%;
        border-radius: 0px 0px 5px 0px;
    }

}