/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

body {
    top: 0px !important;
    margin: 0;
    overflow-x: hidden;
    /*  background-color: #f2f2f2;*/
    /*background-color: #f2f2f2;*/
}

.goog-te-banner-frame {
    display: none;
}


.skiptranslate {
    visibility: hidden !important;
    /*    height: 1px !important;*/
}

.submenu_version .main-menu ul ul li a {
    font-size: 0.8125rem;
    display: block;
    font-weight: 500;
    color: rgb(51, 51, 51) !important;
    padding: 5px 15px;
    transition: 0.3s;
}


.slide-text h2, .slide-text h3 {
    font-size: 1.9rem;
    text-transform: uppercase;
    font-weight: 600;
}

.title h2, .title h3 {
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #666666;
}

.box_item_info h2 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #666666;
}

.lead {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom:10px;
}

.intro em {
    font-family: Caveat, cursive;
    font-size: 1.5rem;
    font-style: normal;
    color: rgb(85, 85, 85);
}

.box_item_info small {
    text-transform:none;
    font-style:italic;
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0px;
    font-size: 0.675rem;
    color: rgb(151, 134, 103);
}

a.box_contents h2 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #666666;
}


a.box_contents .wrapper {
    position: relative;
    padding: 10px 40px 10px 60px;
}


footer .move_content {
    margin-top: -20px;
    position: relative;
    z-index: 4;
    padding-bottom: 20px;
}

footer .footer_bg .background-image {
    opacity: 0.7;
    filter: grayscale(20%);
}

#first_section p {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    color: #666666;
}

.room_facilities_list ul li i {
    font-size: 1.1rem;
    margin-right: 15px;
    color: rgb(151, 134, 103);
   
}

.room_facilities_list ul li {
    float: left;
    width: 46%;
    display: flex;
    align-items: center;
    margin: 0px 5px;
    padding: 7px 0px;
    border-bottom: 1px solid rgb(237, 237, 237);
    font-size: 13px;
}

footer a {
color:#fff;
}

h3 {
font-size:20px;
}

.contact_info ul li i {
    font-size: 1.25rem;
    color: rgb(151, 134, 103);
}

.box_item_info .facilities ul li i {
    height: 28px;
    font-size: 1.2rem;
    color: rgb(151, 134, 103);
    margin-right: 15px;
}

.box_item_info h5 {
 font-size:19px;
}

.atencao {
    margin-bottom: 50px;
    padding: 20px;
    background-color: #f9f2ec;
    border-radius: 8px;

    font-size:16px;
}

.hero .wrapper h1, .hero .wrapper h1 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 10px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.box_item_info .facilities ul li {
    float: left;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0 35px 10px 0;
}

.contact_info {
    margin: 40px;
    padding: 20px;
    background-color: #f2e6d9;
    border-radius: 8px;
}

h5.preco {
    color: #d2a679;
}

.title > p {
  text-align:justify;
  font-size:15px;
}

.title > h2 {
    font-size: 25px;
}

.logo_preto {
    fill: #000;
}

.box_item_info {
max-width:400px;
}

.box_item_info p {
text-align:justify;
}

.h5IntroLista {
color:gray;
font-weight:600;
font-size:17px;
margin:40px;
}

.alerta {
    margin: 20px;
    padding: 20px;
    color:#fff;
    background-color: #ff794d;
    border-radius: 8px;
    width:400px;
}

header.fixed_header.sticky .logo_sticky svg {

fill:#000;

}



/* --- codemind /*

/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 999999;
}
/* Inner */
.popup-inner {
    overflow: auto;
    max-width: 900px;
    max-height: 550px;
    width: 90%;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    z-index: 999999;
    text-align: justify;
}

    .popup-inner p {
        font-size: 13px;
    }

/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        background: rgba(0,0,0,1);
        text-decoration: none;
    }


#newsletter h5 {
    margin: 0px 0px 20px;
}

.alerta-newsletter {
    padding: 4px;
    border-radius: 5px;
    background-color: #ff794d;
    color: #fff;
    font-size:11px;
}

.form-control-label {
font-size:12px;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 85px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    display: none;
    visibility: hidden;
    transform: translateY(15px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 2px inset;
    border-radius: 50px;
    transition: 200ms linear;
}

/*.main-menu #mainNav ul li ul.show-submenu2 {
    display: block;
    margin: 0px;
    max-width: 30px;
}*/

/*.submenu_version .main-menu #mainNav ul li ul li.submenu-linguas {
    width: 60px !important;
}*/

.submenu_version .main-menu #mainNav ul li ul.submenu-linguas2 {
    width: 50px !important;
    max-width:fit-content;
}

.main-menu #mainNav ul li ul.submenu-linguas2 {

    width: 70px !important;
    min-width: auto !important;
}

.div-texto {
    text-align:justify;
}


.div-erro {
    padding: 20px;
    background-color: cornsilk;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/*telemovel */
@media (max-width: 767px) {
    header .logo_normal {
        display: block;
        width:220px;
    }
}

