:root {
    --main-color: #caba9f;
}


h1 {
    font-size: 2rem;
    font-family: 'EB Garamond', serif;
}
h2, h4, h5{
    font-family: 'EB Garamond', serif;
}

body, p, a, li, h3{
    font-family: 'Open Sans', sans-serif;
}
.bold-title{
    font-size: 3rem;
}

.navbar-brand img {
    width: 80px;
}
.navbar.transparent {
    background-color: rgba(211, 186, 144, 0.9);
}
.start-color{
    background-color: rgba(211, 186, 144, 0.9);
  }
.navbar.scroll-bg {
    background-color: rgba(211, 186, 144, 0.9);
}
.navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.5em;
    padding: 0.5em 1em;
    font-family: 'EB Garamond', serif;
}

.drop-pers .btn:focus {
    box-shadow: none;
}

.cor1 {
    font-family: 'EB Garamond', serif;
    color: var(--main-color);
}


.branco {
    color: #fff;
}

.branco h2{
    font-size: 3rem;
}

.btn-white {
    color: #fff;
    padding: 10px 20px;
    border: solid 1px #fff;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
    transition: 0.3s;
}

.btn1 {
    background-color: var(--main-color);
    font-size: 15px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'EB Garamond', serif;
}

.btn2 {
    color: var(--main-color);
    border: solid 1px var(--main-color);
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-white:hover {
    color: var(--main-color);
    transition: 0.3s;
}

.btn1:hover {
    color: var(--main-color);
    transition: 0.3s;
    color: white;
}

.btn2:hover {
    color: #fff;
    background-color: var(--main-color);
    transition: 0.3s;
}

.text-banner {
    position: absolute;
    top: 25vh;
    width: 100%;
}

.text-banner img {
    max-width: 80px;
    filter: brightness(0) invert(1);
}

.text-banner h1{
    max-width: 40%;
}

.text-banner h3 {
    color: #fff;
    width: 90%;
    line-height: 25px;
    font-size: 15px;
}


.card {
    border: 0;
}

.owl-slider {
    height: 60vh;
    overflow: hidden;
}

.owl-slider .owl-stage-outer,
.owl-slider .owl-stage {
    height: 60vh;
}

.owl-slider .owl-stage img.img-slider {
    height: 60vh;
    object-fit: cover;
}

.reservas label {
    width: 100%;
    color: #777;
}

.reservas input:not([type="submit"]),
.reservas select {
    border: none;
    width: 100%;
    border-bottom: solid 1px #000;
    appearance: none;
    margin-top: 10px;
}

.linha {
    position: relative;
}

.linha::after {
    content: url("/img/traco.svg");
    position: absolute;
    top: -30px;
    left: -15px;
}

.hotel_home img {
    border-radius: 4px;
    max-height: 40vh;
    object-fit: cover;
    width: 100%;
}

.hotel_home span {
    display: block;
    margin-top: 15px;
}

.banner_meio {
    position: relative;
    height: 50vh;
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.texto-banner-meio {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.quartos-home {
    border-bottom: solid 1px #caba9f69;
    padding-bottom: 10px;
    transition: 0.3s;
}

.quartos-home:hover {
    border-bottom: solid 1px #caba9f;
    transition: 0.3s;
}

.quartos-home img {
    height: 62px;
    width: 80px;
    display: block;
    margin: auto;
}

.acomodacao {
    position: relative;
    margin-bottom: 25px;
    color: var(--main-color);
}

.acomodacao:before {
    position: absolute;
    left: -35px;
    top: -5px;
    content: url(/img/traco.svg);
}

.owl-locais img {
    height: 50vh;
    object-fit: cover;
    border-radius: 4px;
}

.owl-locais .owl-nav {
    margin-top: -75px;
}

.owl-locais .owl-nav button.owl-prev,
.owl-locais .owl-nav button.owl-next {
    position: absolute;
    border: solid 1px #fff;
    border-radius: 50%;
    width: 40px;
    color: #fff;
    font-size: 25px;
}

.owl-locais button.owl-prev {
    left: 15px;
}

.owl-locais button.owl-next {
    right: 15px;
}

.owl-locais .owl-item:last-child{
    height: 0!important;
}

.form-control-textarea {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    resize: none;
}

.brown-icon {
    color: #caba9f;
}

.overlay-visitar {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 0 100px;
    border-radius: 4px;
}

.overlay-visitar img {
    max-width: 50px;
    object-fit: contain;
    height: 50px;
    filter: brightness(0) invert(1);
}

.icon_rodape img {
    height: auto;
    width: 80px;
    display: block;
}

.bg_footer {
    background-color: var(--main-color);
    color: #fff;
}

.bg_footer .footer_right a {
    color: #fff;
    display: block;
    text-align: center;
}

.cs {
    width: 80px;
}

.quarto img {
    border-radius: 4px;
}

.text-quarto {
    width: 70%;
    margin-left: 15%;
}

.ver-quarto {
    font-family: 'EB Garamond', serif;
    position: relative;
    margin-top: 30px;
    display: inline-block;
    color: var(--main-color);
    text-decoration: none;
    border-bottom: solid 1px #caba9f;
    padding-bottom: 5px;
}

.ver-quarto::before {
    content: url(../../img/quartos.svg);
    position: absolute;
    top: -30px;
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.banner-quarto img {
    width: 100%;
    max-height: 60vh;
    object-fit: cover;
}

.icon-quarto {
    filter: brightness(0);
    width: 80px;
    display: inline-block;
}


.comodidade {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.comodidade svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.reservas.interno select,
.reservas.interno input {
    width: 100%;
    margin-bottom: 25px;
}
.owl-carousel .owl-item img {
    height: 60vh;
    object-fit: cover;
}
.texto-banner-meio .overlay-visitar img, .owl-carousel .text-banner img.icon_banner{
    height: auto;
}

.slide_cima{
    margin-top: -200px;
}
.drop-nav{
    right:0 !important;
    left:initial !important;
}
@media (max-width: 1599px) {
    .owl-slider.slide-pers .owl-stage img.img-slider {
        height: 500px;
    }
    
    .owl-slider.slide-pers .owl-stage-outer, .owl-slider .owl-stage {
        height: 500px;
    }
    
    .owl-slider.slide-pers {
        height: 500px;
    }
}
@media screen and (min-width: 768px) {
    h1 {
        font-size: 3.7rem;
    }
    .navbar.transparent {
        background-color: transparent;
    }
    .navbar-brand img {
        width: 100px;
    }

    .navbar-brand {
        margin-right: 0;
        padding: 0 1em;
    }
    .btn1 {
        font-size: 20px;

    }
    .text-banner h3 {
        width: 40%;
    }
    .text-banner img {
        max-width: 150px;
    }
    .bg_footer .footer_right a {
        text-align: right;
    }
    
    .owl-slider .owl-stage img.img-slider {
        height: 80vh;
    }
    .quartos-home img {
        height: 93px;
        width: 120px;
    }
    .ajuste{
        margin-right: 40px;
    }
    .nav-item-additional {
        position: absolute;
        top: 0;
        right: 0;
    }
    .start-color{
        background-color: transparent;
    }
}

@media screen and (max-width: 767px){
    .owl-slider .owl-stage-outer, .owl-slider .owl-stage, .owl-slider{
        height: 45vh;
    }
    .owl-carousel .owl-item img {
        height: 45vh;
    }
    .text-banner h1{
        width: 60%;
        max-width: none;
    }
    .branco h2{
        font-size: 2rem;
    }
    .text-banner h3{
        width: 100%;
    }
    .banner_meio{
        height: 70vh;
    }
    .texto-banner-meio .overlay-visitar img{
        height: auto;
    }
}
