*{
    margin: 0;
    box-sizing: border-box;
}

::selection {
    background: #b89b5e;
    color: white;
}

.opicoes:hover {
        color: #b89b5e;
        transform: rotate(0deg);
}

body {
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    overflow-x: hidden;
}




li{ display: inline-block;
    width: 4%;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
}

.ativado{
    color: #ad9966
}

.fixed-view-menu {
    background: url(view-menu-bg.png) no-repeat center;
    left: 0;
}

.fixed-book-table {
    background: url(book-table-bg.png) no-repeat center;
    right: 0;
}

.fixed-view-menu, .fixed-book-table {
    position: fixed;
    top: 45%;
    min-height: 180px;
    width: 92px;
}

.fixed-book-table p a
 {
    color: #ffffff;
}


.fixed-view-menu p a, .fixed-book-table p a {
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.4s ease 0s;
    transition-behavior: normal;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.fixed-view-menu p {
    transform: rotate(90deg) translate(90px, 16px);
    transition: transform 0.5s ease;
    
}

.fixed-book-table p {
    transform: rotate(270deg) translate(-82px, 16px);
}

.fixed-view-menu p a:hover {
        color: #b89b5e;
        transform: rotate(0deg);
}

.fixed-book-table p a:hover {
        color: #000000;
        transform: rotate(90deg);
}

header{background-color: white;
    position: sticky;
    z-index: 99;
    top: 0;
}


a{
    text-decoration: none;
    color: black;
}


ul{
    list-style: none;
    padding: 0;
    text-align: center;
}


#logo{
    width: 27%;
    vertical-align: middle;
}

#logo img {
    height: 79.38px;
    width: 66.81;
    margin-top: 15px;
}



#fundo{
    height: 78vh;
    background: url(header-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

div {
    display: block;
    unicode-bidi: isolate;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
}



hr{
    margin: auto;
    margin-top: -20px;
    margin-bottom: 20px;
}

h1{
    font-family: "Playfair Display", serif;
    font-size: 72px;
    font-weight: 500;  
    color: rgb(255, 255, 255);
    letter-spacing: 10.8px;
    line-height: 2;
}




#texto-centro{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}


section-title h1 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 7.2px;
    text-transform: uppercase;
}

.para-baixo {
    position: relative;
    margin-top: -52px;
    z-index: 222222;
    text-align: center;
    height: 52px;
    opacity: 0;
    transform: translateY(-52px);
    animation: descer 2.5s ease infinite;
}

@keyframes descer {
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.left {
    width: 50%;
    background: #ffffff;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left h1 {
    font-size: 42px;
    letter-spacing: 5px;
    margin-bottom: 30px;
    color: black;
}

.left p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.left a {
    width: 200px;
    padding: 15px;
    background: #b89b5e;
    color: white;
    border: none;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
}

.left button:hover {
    background: #a4884f;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}

.alinhar {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.right {
    width: 50%;
    background: #eae4dc;
    padding: 80px;
    overflow-y: auto;
    text-align: center;
}

.titulo-direita {
    font-size: 21px;
    position: relative;
    padding-bottom: 20px;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: black;
}

.menu-section h2:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 35px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 120px;
    background: rgba(0, 0, 0, 0.2);
}

.title{
    color: black;
    font-weight: bold;

}

.paragrafo-espaco {
    margin-bottom: 80px;
}

.galeria{
    padding: 240px 0px 90px;
    margin-bottom: -200px;
}

.col, .col-12, .col-3, .col-6, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-12, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-12, .col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.single-gallery {
    position: relative;
    margin-bottom: 30px;
}
.mt--390 {
    margin-top: -390px;
}

.mt--130 {
    margin-top: -130px;
    margin-left: 95px;

}

.mt--30 {
    margin-top: -30px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 540px;
    height: 778.38px;
}

.overlay-dois {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 445px;
    height: 545.28px;
}

.overlay-dois figure {   
    width: 445px;
    height: 545.28px;  
}

.single-gallery figure {
    overflow: hidden;
    width: 540px;
    height: 778.38px;
}

.single-gallery-dois figure {
    overflow: hidden;
    width: 445px;
    height: 545.28px;
}


.w-100 {
    width: 100% !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

#imagem-um{
    height: 538px;
}

.overlay-dois img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opicoes {
    color: black;
    transition: color 0.5s ease;
}

.opicoes:hover {
    color: #b89b5e;
}


.final {
    height: 515px;
    width: 100%;
    background-color: #000a1f;
    margin-top: 10vh;
    padding: 120px;

}

.single-footer-widget h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 500;
    text-transform: uppercase;
    width: 160px;
}

.single-footer-widget li {
    width: 160px;
    height: 25.5px;
    margin-bottom: 10px;
    text-align: left;
}

.single-footer-widget ul {
    width: 5px;
    margin-bottom: 10px;
    width: 160px;
}

.single-footer-widget ul li a {
    color: #777777;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 160px;
}

.espaco {
    width: 200px;
}

.email{
    width: 310px;
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.single-footer-widget .form-control {
    border: solid 1px rgba(255, 255, 255, 0.1);
    width: 80% !important;
    font-weight: 300;
    background: transparent;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    line-height: normal !important;
    color: #ffffff;
    height: 40px;
    padding: 0 20px;
    display: flex;
}
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    display: flex;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: flex;
}


.single-footer-widget .btn {
    font-size: 1.2rem;
    border-radius: 0;
    background: #ad9966;
    color: #fff;
    padding: 5px 10px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.single-footer-widget .btn .lnr {
    line-height: inherit;
    font-size: 13px;
    padding: 0px 4px;
}

.lnr {
    font-family: 'Linearicons-Free';
    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;
}

.email-btn {
    width: 50px;
}

.email-inserir {
    display: flex;
    display: block;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.single-footer-widget p {
    margin-bottom: 10px;
}

.colorlib {
    color:  #ad9966;
}

.colorlib-coracao {
    color:  #ad9966;
    font-size: 21px;
}

.colorlib-final {
    margin-top: 20px;
    margin-left: 257px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.redes-sociais {
    width: 700px;
}

.redes-sociais img {
    margin-left: 166px;
}