.texto {
    flex-wrap: wrap;
    background-image: url(/arquivo-publico/img/1140x500-1.jpg), url(/img/1140x500-1.jpg);
    padding-top: 5px;
    padding-bottom: 10px;
    margin: 10px;
    margin-top: 0px;
    text-align: center;
    text-shadow: 2px 3px 7px black;

}

.titulo{
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
    color: orange;
    text-shadow: 1px 1px 7px rgb(117, 117, 117);
    font-weight: bold;

}
.resulta{
    flex-wrap: wrap;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
    background-color:floralwhite;
    border-radius: 12px;
    box-shadow:  12px 20px 50px 2px rgb(133, 132, 132);
}

.resulta hr{
    border-top: 1px solid rgb(197, 194, 194);
    border-style:dashed;
   }

.texto h1 {
    color: white;
}

.texto h2 {
    color: white;
}

.texto h3 {
    color: white;
}

.search-box {
    flex-wrap: wrap;
    margin-top: 2%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    height: 40px;
    border-radius: 40px;
    padding: 0px;
    width: 480px;

}

.search-btn {
    margin-left: -40px;
    position: absolute;
    color: orange;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    justify-content: center;
    align-items: center;

}

.search-txt {

    border: none;
    background: #ffffff;
    outline: none;
    float: left;
    margin: auto;
    padding: 10px;
    color: rgb(2, 0, 0);
    font-size: 16px;
    transition: 0.4s;
    border-radius: 40px;
    height: 40px;
    width: 480px;

}



.search-box:hover > .search-btn {
    background: rgb(233, 174, 147);
}

/* paginação*/
.pagina{
    display: flex;
    width: 100%;
    justify-content: center;
}

@media (max-width: 915px){

    .texto{
        background-image: url(/arquivo-publico/img/1140x500-1.jpg), url(/img/1140x500-1.jpg);
        padding: 10px;
    }

    .resulta{

        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .search-box {

        margin-top: 10%;
        height: 40px;
        width: 300px;
        margin-left: 50%;
    }

    .search-txt {

        height: 40px;
        width: 300px;
        margin-left: 0%;

    }
}


