.dadosAcomodacao {
    margin-top: 3%;
}
.center{
    text-align:center;
}
label {
    font-weight: 100;
}
.nomeFotos {
    background-color: #71008C;
    color: white;
    text-align: center;
    font-weight: 900;
    padding: 4px;
}
.dadosAcomodacao{
    border: 6px solid #71008C;
}
.titulo {
    color: white;
    background: #F7BC00;
    height: 33px;
    border-radius: 26px;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
.btn-amarelo {
    background-color: #F7BC00;
    color: white;
}
.btn-verde {
    background-color: green;
    color: white;
}
.btn-vermelho{
    background-color:red;
    color:white;
}
/*PC*/
@media (min-width: 700px) {
    .reserva {
        margin-left: 30%;
        font-size: 32px;
        color: #71008C;
    }
    .textArea {
        min-width: 173% !important;
    }
    .divGeral {
        border-right: 6px double #F7BC00;
    }
}
/*Celular*/
@media (max-width: 700px) {
    .reserva {
        font-size: 27px;
        color: #71008C;
    }
    .divGeral {
        border-right:0px;
    }
    .textArea {
        min-width: 100% !important;
    }
}

/* [CONTAINER] */
.sSlide {
    background: #eee;
    max-width: 100%;
}

/* [CONTAINER TOP] */
.sTop {
    position: relative;
}

/* [IMAGE CONTAINER] */
.sImg {
    width: 100%;
    height: 500px;
    background: #eee;
}

    .sImg img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* fill, contain, cover, scale-down */
    }

/* [CONTROLS] */
.sTop .sLeft, .sTop .sRight {
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    box-sizing: border-box;
    padding: 150px 20px 0 20px;
    color: #F7BC00;
    font-size: 2em;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    cursor: pointer;
}

.sTop .sLeft {
    left: 0;
}

.sTop .sRight {
    right: 0;
}

.sTop:hover .sLeft, .sTop:hover .sRight {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

/* [BOTTOM - CAPTION] */
.sBottom {
    color: #fff;
    background: #F7BC00;
    padding: 3px;
}
