.background-hospedagem {
    background-color: #ffab00;
    height: 100%;
    width: 100%;
}

.custom-div-hospedagem{
    margin-top: 15%;
    margin-bottom: 15%;
}

.titulo-hospedagem {
    font-size: 3em;
    color: #FFFFFF;
    margin-bottom: 3%;
}

.sub-titulo-hospedagem{
    font-size: 2em;
    color: #FFFFFF;
}

.descricao-hospedagem{
    font-size: 20px;
    color: black;
}

.div-anddrees-hospedagem{
    margin-top: 3%;
}

.img-principal-hospedagem {
    border-radius: 25px 0px 25px 0px !important;
    width: 100%;
}

.btn-hospedagem {
    background-color: red;
    width: 55%;
    border-radius: 18px;
    font-size: 20px;
    color: #FFFFFF;
}

@media (min-width: 500px) and (max-width: 1024px) {

    .sub-titulo-hospedagem{
        font-size: 1em;
        color: #FFFFFF;
    }

    .titulo-hospedagem {
        font-size: 2em;
        color: #FFFFFF;
        margin-bottom: 1%;
    }

    .descricao-hospedagem{
        font-size: 13px;
        color: black;
    }

    .btn-hospedagem {
        background-color: red;
        width: 55%;
        border-radius: 18px;
        font-size: 10px;
        color: #FFFFFF;
        margin-top: 0px;
    }

    .div-anddrees-hospedagem{
        margin-top: 0%;
    }

}

@media (min-width: 320px) and (max-width: 499px) {

    .sub-titulo-hospedagem{
        font-size: 1em;
        color: #FFFFFF;
    }

    .titulo-hospedagem {
        font-size: 2em;
        color: #FFFFFF;
        margin-bottom: 1%;
    }

    .img-principal-hospedagem{
        display: none;
    }

    .div-principal-hospedagem{
        display: none;
    }

    .btn-hospedagem{
        justify-content: center;
        border-radius: 25px;
        background-color: red;
        width: 75%;
        font-size: 22px;
        color: #FFFFFF;
        padding: 1%;
        margin-left: 12%;
    }

    .descricao-hospedagem{
        font-size: 20px;
        line-height: 1;
    }

    .div-anddrees-hospedagem{
        margin-top: 10%;
        margin-bottom: 15%;
    }

    .div-descricao-hospedagem{
        margin-top: 10%;
    }

}