.resposive-content {
    display: none;
}
.p20right {
    padding-right: 20px !important;
}
@media (min-width: 767px) {
    .citacao-hotel {
        font-size: 25px;
        font-family: 'lexend_medium_italic';
        line-height: 1.216;
        text-align: center;
        width: 100%;
        margin-left: 7%;
    }
    .citacao-hotel div {
        word-wrap: break-word;
        width: 63%;
        float: left;
    }
    .citacao-hotel:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 65px;
        content: " ";
        background-image: url(/img/aspas_before.png);
        height: 55px;
        float: left;
        margin-right: 20px;
    }
    .citacao-hotel:after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 62px;
        content: " ";
        background-image: url(/img/aspas_after.png);
        height: 51px;
        float: left;
        margin-left: 20px;
    }
}
.img-hotel-full {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}
.img-hotel-full h2 {
    font-size: 30px;
    font-family: "lexend_light";
    color: black;
}
.img-hotel-full img {
    width: 100%;
}
.img-hotel-3 img {
    width: 100%;
}
.tabs {
    padding: 0px;
    border: 0px solid red !important;
}
.tabs .nav-tabs > li {
    margin-right: 3px;
    font-size: 13px;
}
.tabs .nav-tabs > li > a {
    background-color: #f1f2f2;
    color: black;
    border: 1px solid #abaeb1;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px;
}
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:focus,
.tabs .nav-tabs > li.active > a:hover {
    background-color: #e0e1e2;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #abaeb1;
    border-right: 1px solid #abaeb1;
    border-top: 1px solid #abaeb1;
    color: #383b42;
}
.tabs .nav-tabs {
    border-bottom: 1px solid #abaeb1;
}
.tabs .tab-content {
    padding-top: 17px;
    min-height: 166px;
    background-color: #e0e1e2;
    border-left: 1px solid #abaeb1;
    border-right: 1px solid #abaeb1;
    border-bottom: 1px solid #abaeb1;
}
/*.tabs .tab-content div {
  padding-left: 42px;
  padding-right: 42px;
}*/
.conteudo_tab {
    padding-left: 42px;
    padding-right: 42px;
    font-family: "lexend_light";
}
.tabs .consultor input,
.tabs .consultor textarea {
    margin-bottom: 10px;
    font-family: "lexend_light";
    font-size: 15px;
    border-color: black;
}

.form_select{
    margin-bottom: 10px;
    font-family: "lexend_light";
    font-size: 15px;
    border-color: black;
    height: 25px;
    padding: 0px 9px !important;
}

.tabs .consultor div {
    padding-left: 0px;
    padding-right: 0px;
}
.tabs .consultor .roteiro {
    font-family: "lexend_light";
    font-size: 14px;
    color: black;
}
.tabs .consultor .roteiro span {
    font-family: 'lexend_medium';
}
.tabs .consultor .obrigatorio {
    font-family: "lexend_light";
    font-size: 14px;
    color: red;
    vertical-align: bottom;
}
.tabs .consultor .btn {
    background-color: #58595b;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
}
.hotel-3-img {
    margin-top: 25px;
}
@media (max-width: 767px) {
    .img-hotel-3 img {
        padding-bottom: 20px;
    }
    .destop-content {
        display: none;
    }
    .resposive-content {
        display: block;
    }
    .citacao-hotel {
        font-size: 25px;
        font-family: 'lexend_medium_italic';
        line-height: 1.216;
        text-align: center;
    }
    .citacao-hotel div:before {
        content: '"';
    }
    .citacao-hotel div:after {
        content: '"';
    }
    .tabs {
        margin-top: 20px;
        padding: 0px;
        border: 0px solid red !important;
    }
    .tabs .nav-tabs > li {
        margin-right: 1px;
    }
    .tabs .nav-tabs > li > a {
        background-color: #f1f2f2;
        color: black;
        border: 1px solid #abaeb1;
        padding-right: 5px;
        padding-left: 5px;
        border-radius: 0px;
    }
    .tabs .nav-tabs > li.active > a,
    .tabs .nav-tabs > li.active > a:focus,
    .tabs .nav-tabs > li.active > a:hover {
        background-color: #e0e1e2;
        border-bottom: 1px solid transparent;
        border-left: 1px solid #abaeb1;
        border-right: 1px solid #abaeb1;
        border-top: 1px solid #abaeb1;
        color: #383b42;
    }
    .tabs .nav-tabs {
        border-bottom: 1px solid #abaeb1;
    }
    .tabs .tab-content {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 20px;
        background-color: #e0e1e2;
        border-left: 1px solid #abaeb1;
        border-right: 1px solid #abaeb1;
        border-bottom: 1px solid #abaeb1;
    }
}
.consultor input {
    height: 25px;
    font-size: 12px !important;
}
.consultor select {
    height: 25px;
    font-size: 12px !important;
    padding: 0px 12px;
}
.consultor .checkbox input {
    margin-top: -3px;
}
.tabs .consultor div {
    margin-bottom: 0px;
}
.tabs .consultor .btn {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    padding-left: 20px;
}
@media only screen and (max-width: 992px) {
    .tabs {
        margin-top: 20px;
    }
    .img-hotel-3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.tab-content a {
    text-decoration: none;
    color: #333;
}



@media (max-width: 400px) { 
    .nao-encontrou-div{
        margin-top: 35px;
        margin-bottom: 35px;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0;    
        float: left;      
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.carousel-hotel{
    width: 100%;
    float: left;
}

.carousel-hotel .title {
    font-family: "lexend_light";
    font-size: 25px;
    margin-top: 20px;
}

.carousel-hotel .carousel-control {
    background: inherit;
}
.carousel-hotel .carousel-content{
    margin-top: 50px;
}    
.carousel-hotel .carousel-content p {
    background: inherit;
    font-family: "lexend_light_italic";
    font-size: 15px;
}

.carousel-hotel .carousel-inner {
    position: relative;
    width: 70%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.carousel-hotel .carousel-control {
    width: 7%;
}

.carousel-hotel P.autor {
    font-family: "lexend_light" !important;
    font-size: 15px !important;
    color: #000;
    font-weight: bold;
}

.carousel-hotel .glyphicon-chevron-left:before{
    content: "<";
    font-family: "lexend_light" !important;       
    color: #333;
    font-size: 43px;
}

.carousel-hotel .glyphicon-chevron-right:before{
    font-family: "lexend_light" !important;
    content: ">";
    font-size: 43px;
    color: #333;    
}

.carousel-hotel:before {
    position: absolute;
    top: 86px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 65px;
    content: " ";
    background-image: url(/img/aspas_before.png);
    height: 54px;
    float: left;
    margin-right: 20px;
    background-size: 47px;
    background-repeat: no-repeat;
}

.carousel-hotel:after {
    position: absolute;
    bottom: 0;
    right: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 62px;
    content: " ";
    background-image: url(/img/aspas_after.png);
    height: 51px;
    float: left;
    margin-left: 20px;
    height: 54px;
    margin-right: 20px;
    background-size: 47px;
    background-repeat: no-repeat;
}

.texto_pqtpt{
    font-size: 13px;
    margin-left: 23px;
}