<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

p {
    font-size: 14px;
    color: #848484;
    line-height: 1.75;
    margin-top: 18px;
}

li {
    font-size: 14px;
    color: #848484;
    line-height: 1.75;
}

a {
    color: #212529;
}

a:hover {
    text-decoration: none;
}

.main-text-color {
    color: #b4975a;
}
.main-bg-color {
    background-color: #b4975a;
}

button:focus {
    outline: none;
}

.main-button {
    border: none;
    color: white !important;
    border-radius: 50px;
    font-size: 10px;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
    cursor: pointer;
}

.main-button:hover {
    opacity: .9;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #303133;
}

.title {
    font-size: 29px;
}

.under-title {
    width: 60px;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-color: #eaeaea;
    border-style: solid;
    margin-top: 27px;
}

.opacity-1 {
    opacity: 1 !important;
}

.modal-backdrop.show {
    opacity: .7;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.gallery-modal .modal-content {
    background-color: transparent;
}

.gallery-modal .close {
    color: white;
    opacity: .8
}
.gallery-modal .close:not(:disabled):not(.disabled):focus, .gallery-modal .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal-body {
    padding: 0;
}

.modal-header {
    background: white !important;
}

.modal-dialog {
    max-width: 700px;
}

.modal-dialog.modal-resa {
    max-width: 700px;
}

button.close {
    padding-right: 6px;
    margin-bottom: -25px;
}

.main-navbar {
    background-color: white !important;
    height: 70px;
}

.navbar-brand {
    margin-right: 2rem;
}

header {
    min-height: 100px;
}

.height-100 {
    height: 100vh;
}

.drop-shadow {
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}

@keyframes main-nav {
    0% {
        opacity: 0;
    }
    
    30% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar {
    height: 70px;
    animation: main-nav 2s;
}

.navbar-toggler {
    border: none;
    font-size: 1.10rem;
}

.navbar .nav-item .nav-link {
    font-size: 13px;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #303133;
}

.nav-logo {
    max-height: 50px;
    max-width: 150px;
}

.social {
    margin-left: 1rem;
}

.social i {
    margin-left: 1rem;
}
/*SECTION 1*/

.section-1 {
    background-repeat: no-repeat;
    background-position: center -40px;
    background-size: cover;
    height: 100%;
    border: 70px solid white;
    text-align: center;
    animation: main-nav 2s;
}

@keyframes anim-filter {
    0% {
        opacity: 0;
    }
    
    30% {
        opacity: 0;
    }

    100% {
        opacity: .3;
    }
}

.filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: .3;
    border: 70px solid white;
    animation: anim-filter 2s;
}

@keyframes main-logo {
    0% {
        margin-top: 25vh; opacity: 0;
    }
    
    50% {
        margin-top: 25vh; opacity: 0;
    }

    100% {
        margin-top: 35vh; opacity: 1;
    }
}

.main-logo {
    max-width: 360px;
    margin-top: 35vh;
    transform: translateY(-50%);
    animation: main-logo 2s;
    max-height: 400px;
}

@keyframes home-button {
    0% {
        bottom: -50px; opacity: 0;
    }
    
    70% {
        bottom: -50px; opacity: 0;
    }

    100% {
        bottom: 46px; opacity: 1;
    }
}

.section-1 .btn-acc {
    z-index: 100;
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
    animation: home-button 2s;
}
.section-1 .btn-acc button {
    padding: .7rem 1.6rem;
    font-size: 12px;
}

/*SECTION 2*/
.section-2 {
    padding-top: 30px;
}

.illu-story {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90vh;
    border-radius: 16px;
}

@keyframes main-text-story {
    0% {
        transform: translate(0px, -50%); opacity: 0;
    }

    100% {
        transform: translate(-80px, -50%); opacity: 1;
    }
}

.main-text-story {
    padding: 40px;
    background-color: white;
    box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
    transform: translate(-80px, -50%);
    margin-top: 45vh;
    margin-bottom: -45vh;
    opacity: 0;
}
.anim-story {
    animation: main-text-story 1s;
    opacity: 1;
}

.text-story {
    margin-top: 36px;
}

/*SECTION 3*/

.section-3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 80vh;
    border-left: 70px solid white;
    border-right: 70px solid white;
    text-align: center;
    margin-top: 70px;
}

/*SECTION 4*/

.section-4 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-4 .main-button {
    margin: 40px auto;
    margin-bottom: 0;
}

/*SECTION 5*/

.section-5 {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}

.row-gallery {
    height: 70vh;
}

.col-gallery {
    height: 100%;
}

.row-gallery-double {
    height: 50%;
}

.gallery-1,
.gallery-2,
.gallery-3,
.gallery-4,
.gallery-5 {
    opacity: 1;
    transition-property: opacity;
    transition-duration: .5s;
}

.gallery-first .row-gallery-double {
    margin-right: 0;
}

.gallery-third .row-gallery-double {
    margin-left: 0;
}

.gallery-first .row-gallery-double:first-child,
.gallery-third .row-gallery-double:first-child {
    padding-bottom: 15px;
}

.gallery-first .row-gallery-double:last-child,
.gallery-third .row-gallery-double:last-child {
    padding-top: 15px;
}

.col-gallery-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    border-radius: 16px;
    cursor: pointer;
}

.row-gallery-mobile .col-gallery-img {
    height: 300px;
    margin-bottom: 30px;
}

/*SECTION 6*/

.section-6 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.illu-contact {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 80vh;
    border-radius: 16px;
}

@keyframes main-text-contact {
    0% {
        transform: translate(0px, -50%); opacity: 0;
    }

    100% {
        transform: translate(80px, -50%); opacity: 1;
    }
}

.main-text-contact {
    padding: 40px;
    background-color: white;
    box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
    transform: translate(80px, -50%);
    margin-top: 40vh;
    margin-bottom: -45vh;
    z-index: 10;
    opacity: 0;
}

.anim-contact {
    animation: main-text-contact 1s;
    opacity: 1;
}

.text-contact {
    margin-top: 36px;
}

.section-6 .main-button {
    margin: 0 auto;
}

/*MAPS*/

.btn-maps {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -14px;
}

.btn-maps .main-button {
    padding: .7rem 1.6rem;
    font-size: 12px;
}

.mapouter {
    filter: grayscale(100%);
}

/*FOOTER*/

footer {
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 20px;
    background-color: #111111;
}
footer a {
    color: white;
}


/*RESPONSIVE*/

@media screen and (min-width: 992px) {
    .none-desk {
        display: none;
    }
    .navbar .nav-item .nav-link.gv {
        border-bottom: 1px solid #49A28A;
        padding: 2px;
        margin-left: 14px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 992px) {
    .navbar {
        max-width: 100%;
    }
    .navbar-collapse {
        background-color: white;
        padding: 20px;
    }
    .nav-logo {
        max-height: 44px;
        max-width: 150px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .none-tablet {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .row {
        margin: 0;
    }
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-brand {
        padding-left: 20px;
    }
    .none-mobile {
        display: none;
    }
    .section-1, .section-3 {
        background-position: center;
        border: 0;
    }
    .section-3 {
        margin-top: 0;
    }
    .filter {
        border: 0;
    }
    .main-logo {
        width: 300px;
        margin-top: 40vh;
    }
    .section-2, .section-4 {
        padding-top: 60px;
    }
    .illu-story, .illu-contact {
        height: 300px;
    }
    .main-text-story, .main-text-contact {
        opacity: 1 !important;
        transform: translateY(-30px);
        margin-top: 0;
        margin-bottom: -60px;
    }
    .main-text-contact {
        margin-bottom: -30px;
    }
    .row-gallery-mobile .col-gallery-img:last-child {
        margin-bottom: 0;
    }
}

#instagram-gallery {
    /*min-height: 426px;*/
}

#instagram-gallery .row {
    margin: 0;
}

.img-instagram-gallery {
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}

.container-legal-mentions span.section_title {
    display: inline-block;
    width: 60px;
    
}

.container-legal-mentions span.sub_section_title {
    width: 44px;
    display: inline-block;
    margin-left: 1.2rem;
}

/*.container-legal-mentions p {
    color: black;
}*/

.text-underline {
    text-decoration: underline;
}

/*MODALS*/

.link-container-choose-collect-type {
    color: #303133;
    padding-bottom: 5px;
    padding-top: 5px;
}

.link-image-choose-collect-type {
    padding-bottom: 2px;
    font-size: .9rem;
    padding-top: 25px;
    padding-bottom: 18px;
    background-color: #f7f7f7;
}

.link-image-choose-collect-type i {
    display: block;
    font-size: 1rem;
    padding-bottom: 10px;
}

</pre></body></html>