.img1 {
    align-items: center;
    width: 700px;
}

.top {
    background-color: rgb(12, 8, 20);
    box-shadow: 0px 4px 8px rgb(56, 30, 158);
    width: 100%;
    min-height: 70px;
    margin-bottom: 20px;
    display: flex;
}

.top nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.jojotop {
    width: 150px;
    height: auto;
    margin-top: 0;
}

.top ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 5px;
    margin: 0;
}

.top ul li {
    list-style: none;
}

.top li {
    margin-right: 0;
}

.b1 {
    cursor: pointer;
    background: #E85CAC;
    background: linear-gradient(180deg, rgba(232, 92, 172, 1) 0%, rgba(255, 255, 255, 1) 75%);
    border: 2px solid black;
    width: 100px;
    height: 40px;
    font-size: 15px;
    color: rgb(36, 37, 39);
    border-radius: 10px;
    box-shadow: 0px 3px 4px rgb(46, 44, 44);
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.top li {
    margin-right: 20px;
}

.b1:hover {
    background-color: rgb(237, 221, 250);
    color: #cd0175;
    box-shadow: 0px 0px 10px #e85cac;
    transform: translateY(-3px);
    border: none;
}

.section-content ul {
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-content ul li {
    list-style: none;
}

.section-content button {
    margin-top: 20px;
    cursor: pointer;
    width: 700px;
    height: 200px;
}

.section-content p {
    font-weight: bolder;
    font-size: 30px;
    font-family: monospace;
    font-weight: bolder;
    color: white;
    margin-top: 20px;
}

.section-content a {
    text-decoration: none;
}

.section-content a:hover p {
    color: #ffd3ec;
}

.p3 {
    background-image: url("https://i.pinimg.com/1200x/f0/68/d9/f068d91c4fc12e96c05418419c3cb0b0.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-image 0.3s ease;
    color: white;
    border: none;
}

.p3:hover {
    transform: translateY(-2px);
    background-image: url("https://i.pinimg.com/1200x/13/f2/16/13f216a848e7133e5d5bab9723369051.jpg");
    color: #e85cac;
    box-shadow: 0px 0px 20px #ffffff;
}

.p4 {
    background-image: url("https://i.pinimg.com/1200x/03/bd/c3/03bdc3bf1f7ec320192263acb5542652.jpg");
    background-size: 700px 400px;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-image 0.3s ease, background-size 0.3s ease;
    border: none;
}

.p4:hover {
    transform: translateY(-2px);
    background-image: url("https://i.pinimg.com/1200x/1a/df/21/1adf21e3ebdf434e82a18456b22567d0.jpg");
    background-size: 700px 300px;
    box-shadow: 0px 0px 20px #ffffff;
}

.p5 {
    background-image: url("https://i.pinimg.com/1200x/f7/f5/e9/f7f5e9a3047400f37c1eda94c060f1ba.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-image 0.3s ease;
    border: none;
}

.p5:hover {
    transform: translateY(-2px);
    background-image: url("https://i.pinimg.com/736x/33/b1/31/33b131626fc38c83eaf6306015b310fd.jpg");
    box-shadow: 0px 0px 20px #ffffff;
}

.p6 {
    background-image: url("https://i.pinimg.com/1200x/cd/0f/55/cd0f55db4d324dacf3089ede0226b12d.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-image 0.3s ease;
    border: none;
}

.p6:hover {
    transform: translateY(-2px);
    background-image: url("https://i.pinimg.com/1200x/97/34/7e/97347e4c669bc20684a095fe343a3998.jpg");
    box-shadow: 0px 0px 20px #ffffff;
}

.p7 {
    background-image: url("https://i.pinimg.com/736x/6c/85/53/6c8553f6fdb1a2339db2c00599abf4de.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-image 0.3s ease;
    border: none;
}

.p7:hover {
    transform: translateY(-2px);
    background-image: url("https://i.pinimg.com/1200x/06/d1/7a/06d17abd9b9eea85c46aad52fe4e6178.jpg");
    box-shadow: 0px 0px 20px #ffffff;
}

.p8 {
    background-image: url("https://i.pinimg.com/1200x/4a/30/76/4a3076594026ae5fa396734c4100e537.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-image 0.3s ease;
    border: none;
}

.p8:hover {
    transform: translateY(-2px);
    background-image: url("https://i.pinimg.com/1200x/a1/60/ae/a160ae3b9960b5fe70c5204e947f1d2e.jpg");
    box-shadow: 0px 0px 20px #ffffff;
}

.caixaDeBusca {
    position: relative;
    margin: 0;
}

.caixaDeBusca input {
    background-color: #fff5fb;
    border: 2px solid #e85cac;
    border-radius: 20px;
    outline: none;
    width: 800px;
    height: 25px;
}

.procuraMain {
    display: flex;
    align-items: center;
    gap: 10px;
}

.procuraMain button {
    background-color: #fff5fb;
    border: 2px solid #e85cac;
    border-radius: 20px;
    height: 30px;
    width: 100px;
    outline: none;
    cursor: pointer;
}
#resultados{
    position: absolute;
    z-index: 999;
    display: none;
    max-height: 250px;
    left: 0;
}

@media (max-width: 1280px) {

    .img1 {
        width: 95%;
        height: auto;
    }

    .caixaDeBusca {
        width: 90%;
    }

    .top nav {
        width: 90%;
        padding: 0;
    }
}

@media (max-width: 1024px) {

    .top nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .caixaDeBusca {
        width: 80%;
    }

    #procuraInput {
        width: 100%;
    }

    .section-content button {
        width: 100%;
        height: 160px;
    }

    .section-content p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {

    .top {
        min-height: auto;
        padding: 20px 10px;
    }

    .top nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .jojotop {
        width: 110px;
        height: auto;
    }

    .caixaDeBusca {
        width: 90%;
        max-width: 400px;
    }

    .procuraMain {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    #procuraInput {
        width: 70%;
        font-size: 12px;
    }

    .top ul {
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 0;
    }

    .b1 {
        width: 100px;
        height: 35px;
        font-size: 12px;
        margin-top: 0;
    }

    .img1 {
        width: 95%;
        height: auto;
    }

    .section-content ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .section-content button {
        width: 250px;
        height: 140px;
    }

    .section-content p {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {

    #procuraInput {
        width: 65%;
        font-size: 11px;
    }

    .procuraMain {
        flex-direction: column;
        align-items: center;
    }

    .top ul {
        flex-direction: column;
        align-items: center;
    }

    .section-content button {
        width: 90%;
    }

    .section-content p {
        font-size: 18px;
    }
}