.search-section{
    height: 364px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    min-width: 320px;
}

.search-section>div {
    max-width: 1024px;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
}


.search-section_form:nth-child(1) form{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.search-section_form form:nth-child(1)>div{
    display: flex;
    justify-content: center;
    height: 48px;
}

.search-section_form form:nth-child(1)>div:first-child{
    margin-bottom: 1rem;
}



.search-section_form form:nth-child(1) div:nth-child(1) button{
    width: 160px;
    border: none;
    background-color: var(--branco);
    color: var(--cinzaEscuro);
    text-transform: uppercase;
    font-weight: 600;
}

.search-section_form form:nth-child(1) div:nth-child(1) button:first-child{
    background-color: var(--verdeEscuro);
    color: var(--branco);
}

.search-section_form form:nth-child(1) div:nth-child(2) button:last-child{
    width: min-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0 8px;
}

.search-section_form form div:nth-child(2) button:last-child img{
    width: 24px;
}

.search-section_form input{
    width: calc(100vw - 4rem);
    max-width: 360px;
    min-width: 250px;
    padding: 0 1rem;
    border: none;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}

.search-section_form input:focus{
    outline: none;
}

.search-section_button{
    width: 162px;
    font-size: 13px;
    border: none;
    background-color: rgba(255,255,255,0.8);
    border-radius: 8px;
}

.search-section_form__code{
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-section_form__code input{
    width: calc(100vw - 4rem);
    max-width: 400px;
    min-width: 250px;
    padding: 0 1rem;
    border: none;
    height: 48px;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.search-section_form__code button{
    width: 40px;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0 8px;
}

.search-section_form__code button img{
    width: 24px;
}

.recomendacoes-section{
    margin: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.recomendacoes-section>div{
    max-width: 920px;
    margin: 1rem 0;
}

.recomendacoes-section>div:nth-child(1) h1, .recomendacoes-section>div:nth-child(1) h2{
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 40px;
    color: var(--verdeEscuro);
    justify-content: center;
}

.introducao-section{

}

.introducao-section h2{
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    color: var(--verdeEscuro);
    margin-bottom: 2.5rem;
}

.introducao-section>ul{
    display: flex;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    flex-wrap: wrap;
}

.introducao-section>ul>li{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    max-width: 400px;
    margin-bottom: 2.5rem;
    padding: 0 10px;
}

.introducao-section>ul>li ul{
    list-style-type: initial;
}

.introducao-section>ul>li ul li{
    margin-bottom: 6px;
    color: var(--cinzaClaro);
}

.introducao-section li h3{
    margin: 1rem 0;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.introducao-section li p{
    text-align: justify;
    color: var(--cinzaClaro);
}

.introducao-section li img{
    width: 100px;
}



@media screen and (min-width: 768px){

    .search-section>div {
        width: 720px;
    }

    .search-section_form form>div{
        margin-bottom: 0;
    }

    .recomendacoes-section>div:nth-child(1) h1, .recomendacoes-section>div:nth-child(1) h2{
        font-size: 36px;
    }

    .introducao-section>ul{
        flex-direction: row;
        align-items: initial;
    }

    .introducao-section>ul>li{
        max-width: 310px;
        margin-bottom: 1rem;
        font-size: 15px;
        padding: 0;
    }

    .recomendacoes-section>div:nth-child(1) h1, .recomendacoes-section>div:nth-child(1) h2{
        font-size: 2rem;
    }

    .introducao-section h2{
        font-size: 2rem;
    }

}
