/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.hospedagem {
    width: 100%;
    background: #F9F9F3;
    margin: 0;
    padding: 40px 0 0px 0;
}

.hospedagem .content {
    width: 1160px;
    margin: auto;
    height: 440px;
}

.valores-hospedagem {
    width: 640px;
    float: left;
    border: 4px solid #EBEAD8;
    margin: 0 40px 0 0;
}

/* Capacidade */

.hospedagem .capacidade {
    width: 280px;
    padding: 30px 10px 30px 30px;
    float: left;
    margin: 0 30px 0 0;
}

.hospedagem .capacidade h3 {
    color: #333;
    font-size: 30px;
}

.hospedagem .capacidade h4 {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.hospedagem .capacidade .title-valor {
    margin: 20px 0 0 0;
    color: #888668;
    font-size: 14px;
}

.hospedagem .capacidade .valor {
    margin: -2px 0 0 0;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}

.hospedagem .capacidade h3 {
    color: #333;
    font-size: 30px;
}

.hospedagem .capacidade h4 {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

/* serviços-valores */

.servicos-valores {
    float: right;
    width: 270px;
}

.valores-hospedagem .text {
    height: 70px;
}

.valores-hospedagem span {
    font-size: 22px;
    background: #ecebda;
    color: #A9A34D;
    border-radius: 30px;
    padding: 10px;
    position: relative;
    top: 10px;
    margin: 0 5px 0 0px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'Simple-Line-Icons-Pro';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user-male-add:before {
    content: "\eded";
}

.valores-hospedagem .text-hosp-item {
    font-size: 14px;
    color: #030303;
    font-weight: 700;
    margin: 0 0 0 50px;
    position: relative;
    top: -26px;
    line-height: 17px;
}

.valores-hospedagem .text p {
    font-size: 14px;
    color: #666666;
    margin: -2px 0px 25px 0px;
    position: relative;
    left: 52px;
    top: -25px;
}

span.icon-color-check {
    background: #F9F9F3;
    position: relative;
    top: 19px;
    left: 10px;
}

.icon-calendar-check:before {
    content: "\ecd5";
}

.valores-hospedagem .btn-queroreservar a {
    color: #fff;
    background: #84B912;
    padding: 17px 58px;
    border-radius: 5px;
    margin: 25px 0 0 0;
    font-size: 14px;
}

a {
    text-decoration: none;
}

/* text-hospedagem */

.hospedagem .text-hospedagem h3 {
    font-size: 30px !important;
    color: #888668 !important;
    padding: 20px 0 0 0 !important;
}

.text-hospedagem h4 {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.hospedagem .text-hospedagem ul li {
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
    margin: 30px 0 50px 0;
}

.hospedagem .text-hospedagem ul li span {
    background: #ECEBDA;
    color: #A9A34D;
    padding: 10px;
    border-radius: 20px;
    font-size: 20px;
}

.icon-calendar:before {
    content: "\ecd9";
}

.hospedagem .text-hospedagem h5 {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin: 10px 20px 0 0px;
}

.icon-credit-card:before {
    content: "\e977";
}

.hospedagem .text-hospedagem .duvidas {
    color: #666666;
    background: #EBEAD8;
    padding: 20px 40px 20px 25px;
    font-size: 13px;
    display: -webkit-box;
    width: 400px;
    margin: auto;
}

.hospedagem .text-hospedagem .duvidas span {
    font-size: 30px;
    color: #A9A34D;
    position: relative;
    top: 5px;
    transform: translate(-4px, -4px);
}

.icon-whatsup:before {
    content: "\ecc8";
}

.hospedagem .text-hospedagem .duvidas h4 {
    margin: 0 0 0 8px;
    font-size: 13px;
}

@media screen and (min-width: 1180px) {
    .hospedagem {
        padding-bottom: 150px;
    }
}

    .hospedagem.offers {
        width: 90%;
        padding-bottom: 0;
        padding-top: 0 !important;
    }

@media screen and (max-width: 1180px) {

    body {
        overflow-x: hidden;
    }

    .hospedagem {
        padding-bottom: 150px;         /* aumenta a área de baixo */
        width: 100%;
        margin: auto;
    }

    .hospedagem.offers {
        width: 90%;
    }

    .hospedagem .content {
        display: flex;
        flex-direction: column;
        width: 500px;
        align-items: center;
    }

    dl, ol, ul {
        margin-top: 0;
        margin-bottom: -1rem;
    }

    .hospedagem .text-hospedagem ul {
        display: flex;
        justify-content: space-around;
    }

    .hospedagem .text-hospedagem ul li {
        width: 50%;
    }

    .hospedagem .text-hospedagem h3 {
        padding: 58px 0 0 0; 
    }

    .valores-hospedagem .text p{
        display: inline-block;
    }

    .valores-hospedagem {
        margin: 0 0 0 0;
    }

}

@media screen and (min-width: 588px) and (max-width: 700px) {
    .valores-hospedagem {
        width: 588px;
    }

}

@media screen and (max-width: 588px) {
    .hospedagem {
        padding-bottom: 550px;
    }

    .valores-hospedagem {
        width: 306px;
    }

    .hospedagem .text-hospedagem ul {
        padding-left: 0;
    }

    .text-hospedagem {
        margin: auto;
    }
}

@media screen and (min-width: 392px) and (max-width: 545px) {

    .hospedagem .text-hospedagem {
        width: 300px;
    }

    .hospedagem .content {
        width: 80vw;
    }

    .hospedagem .text-hospedagem .duvidas {
        width: 280px;
    }
}

@media screen and (max-width: 392px) {
    .hospedagem .text-hospedagem {
        width: 200px;
    }

    .hospedagem .content {
        width: 200px;
    }

    .hospedagem .text-hospedagem .duvidas {
        width: 220px;
        margin-top: 20px;
    }

    .hospedagem .text-hospedagem ul {
        display: flex;
        flex-direction: column;
    }

    .hospedagem .text-hospedagem ul li {
        width: 100%;
        margin: 10px 0px; }
}

@media screen and (min-width: 1199px) {
    /* Parte do offers */
    .hospedagem.offers {
        position: absolute;
        top: 340px;
        left: 0px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .col-xl-7.date-form {
        transform: translate(0px, 30px);
    }

    .hospedagem.offers .text-hospedagem ul {
        margin-top: 0;
        margin-bottom: 0;
    }


    /* Valores Hospedagem */

    .valores-hospedagem {
        border: none;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .hospedagem .content {
        width: 100%;
    }

    .valores-hospedagem .capacidade {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 50px 10px 50px 30px;
    }

    .capacidade .week h3 {
        margin: 0 !important;
    }

    .valores-hospedagem .servicos-valores {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-around;
    }

    .servicos-valores .text {
        margin: 0 !important;
    }

    .btn-queroreservar {
        margin: auto !important;
        margin-top: 80px !important;
    }

}

@media screen and (max-width: 1199px) {
    .phone_element {
        padding: 0 !important;
    }

    #link-valores {
        padding-top: 0 !important;
    }

    .col-xl-7.date-form {
        margin-top: 30px;
    }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
    .valores-hospedagem {
        border: none;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .hospedagem .content {
        width: 100%;
    }

    .valores-hospedagem .capacidade {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 50px 10px 50px 30px;
    }

    .capacidade .week h3 {
        margin: 0 !important;
    }

    .valores-hospedagem .servicos-valores {
        width: 90%;
        display: flex;
        justify-content: space-around;
        margin: auto;
    }

    .servicos-valores .text {
        margin: 0 !important;
    }

    .btn-queroreservar {
        margin: auto !important;
        margin-top: 80px !important;
    }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
    .servicos-valores .text {
        width: 300px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 880px) {
    .serviços-valores {
        flex-basis: 100%;
    }
}



/* Experiencias complementares */

.container1 {
    width: 100%;
    margin: auto;
}

.container2{
    width: 80%;
    margin: auto;
}

.right-li {

}

.li-cont-right {
    display: flex;
}

@media screen and (min-width: 1740px) {
    .li-cont-right.a {
        transform: translate(150px);
    }
    .li-cont-right.b {
        transform: translate(135px);
    }
    .li-cont-right.c {
        transform: translate(180px);
    }
}

@media screen and (min-width: 1550px) and (max-width: 1740px) {
    .li-cont-right.a {
        transform: translate(100px);
    }
    .li-cont-right.b {
        transform: translate(85px);
    }
    .li-cont-right.c {
        transform: translate(130px);
    }
}

@media screen and (min-width: 1464px) and (max-width: 1550px) {
    .li-cont-right.a {
        transform: translate(80px);
    }
    .li-cont-right.b {
        transform: translate(65px);
    }
    .li-cont-right.c {
        transform: translate(110px);
    }
}

@media screen and (min-width: 1400px) and (max-width: 1464px) {
    .li-cont-right.a {
        transform: translate(60px);
    }
    .li-cont-right.b {
        transform: translate(45px);
    }
    .li-cont-right.c {
        transform: translate(90px);
    }
}

@media screen and (min-width: 1250px) and (max-width: 1400px) {
    .li-cont-right.a {
        transform: translate(40px);
    }
    .li-cont-right.b {
        transform: translate(25px);
    }
    .li-cont-right.c {
        transform: translate(70px);
    }
}

@media screen and (min-width: 1170px) and (max-width: 1250px) {
    .li-cont-right.a {
        transform: translate(20px);
    }
    .li-cont-right.b {
        transform: translate(5px);
    }
    .li-cont-right.c {
        transform: translate(50px);
    }
}

@media screen and (min-width: 1130px) and (max-width: 1170px) {
    .li-cont-right.a {
        transform: translate(10px);
    }
    .li-cont-right.b {
        transform: translate(5px);
    }
    .li-cont-right.c {
        transform: translate(30px);
    }
}

@media screen and (min-width: 1130px) and (max-width: 1188px) {
    .li-cont-right.a p {
        transform: translate(25px);
    }
}

@media screen and (min-width: 1130px) and (max-width: 1269px) {
    .li-cont-right.b p {
        transform: translate(40px);
    }
}

@media screen and (min-width: 990px) and (max-width: 1130px) {
    .li-cont-right.a {
        transform: translate(100px);
    }
    .li-cont-right.b {
        transform: translate(83px);
    }
    .li-cont-right.c {
        transform: translate(130px);
    }
}

@media screen and (min-width: 860px) and (max-width: 990px) {
    .li-cont-right.a {
        transform: translate(100px);
    }
    .li-cont-right.b {
        transform: translate(83px);
    }
    .li-cont-right.c {
        transform: translate(130px);
    }
}

@media screen and (min-width: 800px) and (max-width: 860px) {
    .li-cont-right.a {
        transform: translate(100px);
    }
    .li-cont-right.b {
        transform: translate(83px);
    }
    .li-cont-right.c {
        transform: translate(130px);
    }
}

@media screen and (min-width: 1040px) and (max-width: 1130px) {
    .li-cont-right.a {
        transform: translate(140px);
    }
    .li-cont-right.b {
        transform: translate(123px);
    }
    .li-cont-right.c {
        transform: translate(170px);
    }
}

@media screen and (min-width: 590px) and (max-width: 800px) {
    .li-cont-right.a p {
        margin-right: 20px;
    }
}

@media screen and (max-width: 590px) {
    .li-cont-right.a p {
        order: 2;
    }
    .li-cont-right.b p {
        order: 2;
    }
    .li-cont-right.c p {
        order: 2;
    }
}


@media screen and (max-width: 1130px) {
    .container1 {
        flex-direction: column;
        align-items: center;
    }

    .col-lg-3.exp {
        grid-template-columns: auto auto auto;
        width: initial !important;
    }

    .col-lg-6.exp {
        width: 100% !important;
    }

    .col-lg-6.exp {
        order: 0;
    }

    .col-lg-3.exp:nth-child(1) {
        order: 1;
    }

    .col-lg-3.exp:nth-child(2) {
        order: 2;
    }
}

@media screen and (min-width: 860px) and (max-width: 1130px) {
    .col-lg-3.exp img{
        margin: 2px;
    }

    .col-lg-3.exp:nth-child(3) {
        margin-top: 38px;
    }
}

@media screen and (max-width: 860px) {
    .col-lg-6.exp {
        order: 1;
    }

    .img1 {
        width: 98%;
        object-fit: cover;
    }

    .col-lg-6.exp {
        margin-top: 38px;
    }
}


@media screen and (max-width: 800px) {
    

    .room_facilities_list {
        width: 100%;
    }

    .room_facilities_list ul {
        display: grid;
        grid-template-columns: auto auto;
        transform: translate(20px);
    }

    .room_facilities_list ul li {
        width: 50%;
    }

    .room_facilities_list ul li img {
        margin-right: 10px;
    }

    .slideInLeft li:nth-child(2) img {
        margin-left: 0px !important;
    }
    .slideInLeft li:nth-child(4) img {
        margin-left: 0px !important;
    }
    .slideInLeft li:nth-child(6) img {
        margin-left: 0px !important;
    }

    .col-lg-6.exp h3 {
        margin-bottom: 38px;
    }
}

@media screen and (max-width: 590px) {
    .room_facilities_list ul {
        grid-template-columns: auto;
        transform: translate(-20px);
    }

    .room_facilities_list ul li {
        margin: auto;
    }

    .col-lg-6.exp h3 {
        width: 80%;
        margin: auto;
        margin-bottom: 38px;
    }
}

@media screen and (min-width: 860px) and (max-width: 1130px) {
    .col-lg-3.exp {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 860px) {
    .bg_white {
        padding: 0 !important;
        padding-left: 0 !important;
    }

    .container1 {
        width: 100%;
    }

    .col-lg-3.exp {
        width: 100% !important;
        margin-left: 5px; 
    }

    .container1 .col-lg-6.exp {
        width: 78% !important;
    }
}

@media screen and (max-width: 500px) {
    .col-lg-3.exp {
        width: 98% !important;
    }
}


@media screen and (max-width: 420px) {
    .container1 .col-lg-6.exp h2 {
        font-size: 32px !important;
    }
}

