@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100;200;300;400;500;600;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Mr+De+Haviland&family=Open+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,500;0,700;0,900;1,300;1,400;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');

html {
    background: white;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    font-family: 'Filson Pro',  sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4;
    background: #f0f0f0;
    display: block;
}

:root {
    --primary-color: #333;
    --secondary-color: #d1aa0f;
    --alt-color: #fff;
    --overlay: rgba(0,0,0,0.4);
    --border: 2px solid red;
    --secondary-font: 'Mrs Saint Delafield', cursive;
}

::-webkit-scrollbar {
    display: none;
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

svg,
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

img {
	width: 100%;
	height: auto;
}

section {
    position: relative;
    /* display: block; */
}

.container {
    position: relative;
    width: 100%;
    height: auto;
    /* background: white; */
    /* border: var(--border); */
}

a {
    outline: none;
    background: transparent;
    color: var(--alt-color);
    text-decoration: none;
    transition: all .5s;
}

hr {
    height: 1px;
    color: var(--primary-color);
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}


/* HEADER STYLE */

.header {
    width: 100vw;
    position: fixed;
    z-index: 1000;
    background: transparent;
    transition: .6s;
    /* border: var(--border); */
}

.header .container {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: .5s;
    /* border: var(--border); */
}

.header .logo {
    position: relative;
    width: 52px;
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 0;
    z-index: 988;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    transition: .5s;
}

.header .logo a {
    border: 1px solid var(--alt-color);
    font-size: 1.3rem;
    color: var(--alt-color);
    background: transparent;
    padding: 10px;
}   

.header .content {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    position: relative;
    background: transparent;
}

nav {
    background: transparent;
}

.content .container__nav {
    position: relative;
    background: transparent;
    border-top: solid 1px rgba(255,255,255,0.50);
    padding: 20px;
    /* border: var(--border); */
}

nav .navUl {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    /* border: var(--border); */
}

nav ul li {
    /* border: var(--border); */
    list-style: none;
    background: transparent;
    display: list-item;
}

nav ul li a {
    font-size: 0.7rem;
    color: var(--alt-color);
    letter-spacing: 1px;
    transition: color .7s ease-in-out;
    /* font-family: 'FilsonPro-Book'; */
    font-weight: 400;
    background: transparent;
    padding: 10px 0;
    /* border: var(--border); */
}

nav ul li a:hover {
    color: var(--secondary-color);
    background: transparent;
}

nav ul li .ita,
nav ul li .esp {
    font-size: 0.7rem;
    /* border: var(--border); */
    padding: 10px 0;
}

nav ul li .ita {
    color: var(--secondary-color);
    font-weight: bold;
    border-bottom: 2px solid var(--secondary-color);
}

.active {
    color: var(--secondary-color);
    /* border: var(--border); */
    background-color: white;
    border-radius: 30px;
    padding: 10px;
    transition: all .7s ease-in-out;
}

.active:hover {
    color: var(--alt-color);
    background: var(--secondary-color);
}

.socialIcons {
    display: none;
}

header.scrolled .container {
    background: var(--alt-color);
    border-bottom: 1px solid var(--secondary-color);
}

header.scrolled .container .logo {
    height: 0;
    padding: 0;
    opacity: 0;
    color: var(--primary-color);
}

header.scrolled .container * {
    color: var(--primary-color);
}

.mobile-logo {
    width: 120px;
    height: auto;
    position: fixed;
    left: 20px;
    transition: .5s;
    z-index: 988;
    opacity: 0;
}

.mobile-logo img {
    width: 100%;
    height: auto;
}

header.scrolled .active {
    color: var(--secondary-color);
}

header.scrolled .active:hover {
    color: var(--alt-color);
}

header.scrolled .ita {
    color: var(--secondary-color);
}

/* MAIN */

main {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
    display: block;
    background: var(--alt-color);
    overflow: hidden;
}


/* HERO STYLE */

.hero {
    position: relative;
    width: 100%;
    /* border: var(--border); */
}

.hero .image {
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: home-hero-fade 2s forwards;
    animation-delay: 1s;
}

.hero .image img {
    width: 100%;
    height: auto;
}

.hero .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    background: transparent;
}

.hero .container .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-left: 10%;
    max-width: 1600px;
    height: 100%;
    margin: auto;
    background: transparent;
    opacity: 0;
    animation: home-hero-fade 2s forwards;
    animation-delay: 3s;
}

.hero .container .content h1 {
    color: var(--alt-color);
    font-size: 5rem;
    font-weight: 400;
    text-shadow: 3px 1px 5px rgb(133, 120, 104);
    background: transparent;
    letter-spacing: -5px;
    line-height: 3.8rem;
}

.hero .container .content h2 {
    position: absolute;
    display: inline-block;
    color: var(--alt-color);
    font-size: 2.2rem;
    top: 50%;
    transform: translateY(50px);
    text-shadow: 3px 1px 5px rgb(133, 120, 104);
    background: transparent;
    letter-spacing: -1px;
    font-family: var(--secondary-font);
}


/* BOX TEXT CONTAINER */

.box-text {
    width: 100vw;
    margin: auto;
    max-width: 1400px;
    padding: 0 20px;
    /* border: var(--border); */
}

.box-text .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* border: var(--border); */
}

.box-text .content {
    width: 50%;
    /* border: var(--border); */
}

.box-side {
    margin-top: -100px;
    background: var(--alt-color);
    padding: 20px 40px;
    /* border: var(--border); */
}

.box {
    position: absolute;
    top: -30px;
    left: auto;
    right: 80px;
    width: 400px;
    height: 60px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    /* border: var(--border); */
}

.box h1 {
    background-color: var(--secondary-color);
    font-size: 1.2rem;
    color: var(--alt-color);
    font-weight: 400;
}

.box-side p {
    font-family: 'La Belle Aurore', cursive;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.2rem;
}


/* PARAGRAPH CONTAINER */

.paragraph {
    width: 100%;
    margin: auto;
    max-width: 1400px;
    padding: 0;
    position: relative;
    /* border: var(--border); */
}

.paragraph .container {
    width: 100%;
    padding: 0 40px;
    /* border: var(--border); */
}

.paragraph .content {
    width: 70%;
    height: 100%;
    /* border: var(--border); */
}

.boxParagraph p {
    line-height: 1.3rem;
    font-family: 'FilsonPro-Book', 'Filson Pro';
}

.boxSlogan {
    margin-top: 60px;
}

.boxSlogan h1 {
    font-size: 2rem;
    font-family: 'La Belle Aurore', cursive;
}

.boxSlogan p {
    margin-top: 30px;
    line-height: 1.3rem;
    font-family: 'FilsonPro-Book', 'Filson Pro';
}


/* GALLERY CONTAINER */

.gallery-x5 {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: auto;
    padding: 0 20px;
    background: transparent;
    /* border: var(--border); */
}

.gallery-x5 .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.gallery-x5 .item {
    width: calc(33.33% - 2.5px);
    margin: 2.5px 0;
    position: relative;
    /* border: var(--border); */
}

.gallery-x5 .item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    border: 0;
    line-height: 0;
}

.gallery-x5 .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(51, 51, 51, 0.75);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    cursor: pointer;
    transition: opacity 1s ease;
}

.gallery-x5 .item:hover .hover {
    opacity: 1;
}

.gallery-x5 .item .hover h3 {
    color: var(--alt-color);
    font-size: 1.2rem;
    background: transparent;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.gallery-x5 .item .hover p {
    background: transparent;
    color: var(--alt-color);
    text-align: center;
    font-weight: 400;
}

.gallery-x5 .item .hover span {
    background: transparent;
    color: var(--alt-color);
    font-weight: 400;
}

.gallery-x5 .item.big {
    width: calc(66.66% - 2.5px);
    order: 0;
    margin: 2.5px 0;
}

.image-mobile {
    display: none;
}


/* SPACER */

.spacer {
    width: 100%;
    height: 40px;
    /* border: var(--border); */
}


/* FULL IMAGE CONTAINER */

.full-image {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 60px;
    /* border: var(--border); */
}

.full-image .container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    margin: auto;
}

.full-image .content {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    color: var(--alt-color);
    /* border: var(--border); */
} 

.full-image .content .box {
    width: auto;
    max-width: 450px;
    height: 350px;
    padding: 40px;
    margin: 0 20px;
    text-transform: none;
    top: -60px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--alt-color);
    /* border: var(--border); */
}

.full-image .container .box h1 {
    font-size: 2.4rem;
    font-family: 'La Belle Aurore', cursive;
    line-height: 2rem;
}

.full-image .container .box h2 {
    color: var(--alt-color);
    background: transparent;
    /* font-family: 'FilsonPro-Book', sans-serif; */
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 400;
}

.full-image .container .box a {
    background: transparent;
    color: var(--alt-color);
    padding: 5px 10px;
    transition: .7s;
    border-radius: 50%;
    font-weight: 300;
}

.full-image .container .box a:hover {
    color: var(--secondary-color);
    background: var(--alt-color);
    border-radius: 50%;
}

.full-image .container .box i {
    background: none;
    font-size: 0.8rem;
    /* border: var(--border); */
}




/* FOOTER */

.footer {
    width: 100%;
    background: #333;
    margin: auto;
    height: auto;
    display: block;
    border-top: 1px solid var(--alt-color);
    max-width: 1920px;
    /* border: var(--border); */
}

.footer .container .content {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.footer .footer-box {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    /* border: var(--border); */
}

.footer .footer-box:nth-child(1) {
    text-align: left;
    padding: 40px;
    order: 1;
}

.footer .footer-box:nth-child(2) {
    order: 2;
}

.footer .footer-box:nth-child(3) {
    text-align: right;
    padding: 40px;
    order: 3;
}

.footer .footer-slogan h3 {
    color: var(--alt-color);
    font-size: 0.9rem;
    font-weight: 300;
}

.footer .footer-logo a {
    font-size: 1.2rem;
    color: var(--alt-color);
    border: 1px solid var(--alt-color);
    padding: 5px;
    font-weight: 400;
}

.footer .footer-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .footer-text .item-box {
    padding: 10px 0;
}

.footer .footer-social {
    width: 150px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    /* border: var(--border); */
}

.footer .footer-social a {
    color: var(--alt-color);
    transition: color 1s ease;
}

.footer .footer-social a:hover {
    color:#d1aa0f;
}

.footer .footer-social i {
    font-size: 1.2rem;
}

.footer-copyrights {
    color: var(--alt-color);
    font-size: 0.8rem;
    /* border: var(--border); */
}

.footer-text a {
    color: var(--alt-color);
    transition: color 1s ease;
    font-size: 0.8rem;
}

.footer-text a:hover {
    color:#d1aa0f;
}

.footer-credits {
    color: var(--alt-color);
    margin-bottom: 20px;
    font-size: 0.8rem;
}






@keyframes home-hero-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




/* HEADER MEDIA QUERY */

@media screen and (min-width: 1400px) {

    .content .container__nav {
        padding: 20px 100px 20px 100px;
        /* border: var(--border); */
    }

    nav ul li a {
        font-size: 0.8rem;
    }

}

@media screen and (min-width:769px) and (max-width: 1024px) {

    .content .container__nav {
        padding: 20px;
        /* border: var(--border); */
    }

    nav ul li a {
        font-size: 0.6rem;
    }

    nav ul li .ita,
    nav ul li .esp {
        font-size: 0.6rem;
}

}

@media screen and (min-width:482px) and (max-width: 768px) {

    .header .container {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .content .container__nav {
        clear: none;
        height: 100vh;
        position: fixed;
        top: -100%;
        left: 0;
        right: 0;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(161, 129, 32, .99);
        transition: top 1s ease;
        margin: 0;
        padding: 0;
    }

    nav .navUl {
        width: 100%;
        max-width: 1920px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background: none;
        /* border: var(--border); */
    }

    nav ul li {
        margin-bottom: 30px;
    }

    .change .container__nav  {
        top: 0;
    }

    .header .container .logo {
        left: 0;
        padding: 40px 0;
        margin-left: 30px;
    }

    .header .container .logo a {
        font-size: 0.8rem;
        font-weight: 400;
        padding: 5px;
    }

    nav ul li a {
        font-size: 0.7rem;
        padding: 10px;
        font-weight: 400;
        letter-spacing: 2px;
        color: var(--alt-color);
    }

    nav ul li .ita,
    nav ul li .esp {
        font-size: 0.6rem;
        font-weight: 400;
    }

    .active {
        color: var(--secondary-color);
        /* border: var(--border); */
        background-color: white;
        border-radius: 30px;
        padding: 10px;
        transition: color .7s ease-in-out;
    }

    .socialIcons {
        display: block;
        margin-left: -5px;
        margin-top: 10px;
        background: transparent;
    }

    .socialIcons a {
        color: var(--alt-color);
        transition: color .6s ease-in-out;
        padding: 0px 30px;
        background: transparent;
        /* border: var(--border); */
    }

    .socialIcons i {
        background: transparent;
    }

    .socialIcons a:hover {
        color: var(--secondary-color);
        background: transparent;
    }

    .header .container .openMenu {
        width: 20px;
        height: 20px;
        position: fixed;
        right: 20px;
        z-index: 1200;
        transition: .5s;
        background: transparent;
    }

    .header .container .openMenu .line {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--secondary-color);
        transition: .5s;
    }

    .header .container .openMenu .line:nth-child(1) {
        top: 0;
    }

    .header .container .openMenu .line:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
    .header .container .openMenu .line:nth-child(3) {
        top: 50%;
        margin-top: -1px;
    }

    .header .container .openMenu .line:nth-child(4) {
        width: 50%;
        bottom: 0;
    }

    .change .header .container .openMenu .line {
        background: var(--alt-color);
    }

    .change .openMenu .line:nth-child(1) {
        opacity: 0;
    }

    .change .openMenu .line:nth-child(2) {
        transform: rotate(45deg);
    }

    .change .openMenu .line:nth-child(3) {
        transform: rotate(-45deg);
    }

    .change .openMenu .line:nth-child(4) {
        opacity: 0;
    }
    
    header.scrolled .container .logo {
        height: 60px;
    }

    header.scrolled .mobile-logo {
        opacity: 1;
    }

    header.scrolled .mobile-logo a {
        color: var(--primary-color);
    }

    header.scrolled .container * {
        color: var(--alt-color);
    }

    header.scrolled .container .active {
        color: var(--secondary-color);
    }

    header.scrolled .container .active:hover {
        color: var(--primary-color);
        background: var(--alt-color);
    }

}

@media screen and (max-width: 481px) {

    .header .container {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .content .container__nav {
        clear: none;
        height: 100vh;
        position: fixed;
        top: -120%;
        left: 0;
        right: 0;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(161, 129, 32, .99);
        transition: top 1s ease;
        margin: 0;
        padding: 0;
    }

    nav .navUl {
        width: 100%;
        max-width: 1920px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background: none;
        /* border: var(--border); */
    }

    nav ul li {
        margin-bottom: 30px;
    }

    .change .container__nav  {
        top: 0;
    }

    .header .container .logo {
        left: 0;
        padding: 40px 0;
        margin-left: 30px;
    }

    .header .container .logo a {
        font-size: 0.8rem;
        font-weight: 400;
        padding: 5px;
    }

    nav ul li a {
        font-size: 0.7rem;
        padding: 10px;
        font-weight: 400;
        letter-spacing: 2px;
        color: var(--alt-color);
    }

    nav ul li .ita,
    nav ul li .esp {
        font-size: 0.6rem;
        font-weight: 400;
    }

    .active {
        color: var(--secondary-color);
        /* border: var(--border); */
        background-color: white;
        border-radius: 30px;
        padding: 10px;
        transition: color .7s ease-in-out;
    }

    .socialIcons {
        display: block;
        margin-left: -5px;
        margin-top: 10px;
        background: transparent;
    }

    .socialIcons a {
        color: var(--alt-color);
        transition: color .6s ease-in-out;
        padding: 0px 30px;
        background: transparent;
        /* border: var(--border); */
    }

    .socialIcons i {
        background: transparent;
    }

    .socialIcons a:hover {
        color: var(--secondary-color);
        background: transparent;
    }

    .header .container .openMenu {
        width: 20px;
        height: 20px;
        position: fixed;
        right: 20px;
        z-index: 1200;
        transition: .5s;
        background: transparent;
    }

    .header .container .openMenu .line {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--secondary-color);
        transition: .5s;
    }

    .header .container .openMenu .line:nth-child(1) {
        top: 0;
    }

    .header .container .openMenu .line:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
    .header .container .openMenu .line:nth-child(3) {
        top: 50%;
        margin-top: -1px;
    }

    .header .container .openMenu .line:nth-child(4) {
        width: 50%;
        bottom: 0;
    }

    .change .header .container .openMenu .line {
        background: var(--alt-color);
    }

    .change .openMenu .line:nth-child(1) {
        opacity: 0;
    }

    .change .openMenu .line:nth-child(2) {
        transform: rotate(45deg);
    }

    .change .openMenu .line:nth-child(3) {
        transform: rotate(-45deg);
    }

    .change .openMenu .line:nth-child(4) {
        opacity: 0;
    }
    
    header.scrolled .container .logo {
        height: 60px;
    }

    header.scrolled .mobile-logo {
        opacity: 1;
    }

    header.scrolled .mobile-logo a {
        color: var(--primary-color);
    }

    header.scrolled .container * {
        color: var(--alt-color);
    }

    header.scrolled .container .active {
        color: var(--secondary-color);
    }

    header.scrolled .container .active:hover {
        color: var(--primary-color);
        background: var(--alt-color);
    }

    
}



/* HERO MEDIA QUERY */

@media screen and (min-width:769px) and (max-width: 1024px) {

    .hero .container .content h1 {
        font-size: 3.2rem;
        margin-top: 0px;
    }
    
    .hero .container .content .subtitle {
        position: relative;
        display: block;
        top: 0;
        margin-top: -35px;
        transform: translateY(0);
        margin-left: 5px;
    }

    .subtitle::before {
        margin-top: 25px;
    }

}

@media screen and (min-width:482px) and (max-width: 768px) {

    .hero .container {
        display: block;
        position: relative;
        background: var(--primary-color);
    }

    .hero .container .content {
        align-items: center;
        justify-content: flex-start;
        padding-left: 0;
    }
    
    .hero .container .content h1 {
        font-size: 3.9rem;
        margin-top: 0px;
    }
    
    .hero .container .content h2 {
        position: relative;
        display: block;
        top: 0;
        margin-top: -50px;
        transform: translateY(0);
        margin-left: 0;
        margin-bottom: 0;
    }

}

@media screen and (max-width: 481px) {

    .hero .container {
        display: block;
        position: relative;
        background: var(--primary-color);
    }

    .hero .container .content {
        align-items: center;
        justify-content: flex-start;
        padding-left: 0;
    }
    
    .hero .container .content h1 {
        font-size: 3rem;
        margin-top: 0px;
    }
    
    .hero .container .content h2 {
        position: relative;
        display: block;
        top: 0;
        margin-top: -30px;
        transform: translateY(0);
        margin-left: 0;
        margin-bottom: 0;
        font-size: 1.4rem;
    }
}


/* BOX TEXT CONTAINER */

@media screen and (min-width: 769px) and (max-width: 1024px) {
    
    .box-text .container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* border: var(--border); */
    }
    
    .box-text .content {
        width: 60%;
        padding: 0 20px;
        /* border: var(--border); */
    }
    
    .box-side {
        margin-top: -100px;
        background: var(--alt-color);
        padding: 20px 40px;
        /* border: var(--border); */
    }
    
    .box {
        position: absolute;
        top: -30px;
        left: auto;
        right: 40px;
        width: 200px;
        height: 60px;
        padding: 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: var(--secondary-color);
        text-transform: uppercase;
        /* border: var(--border); */
    }
    
    .box h1 {
        background-color: var(--secondary-color);
        font-size: 0.9rem;
        color: var(--alt-color);
        font-weight: 400;
    }
    
    .box-side p {
        font-family: 'La Belle Aurore', cursive;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 2.2rem;
        line-height: 1.8rem;
    }

}

@media screen and (min-width:482px) and (max-width: 768px) {

    .box-text {
        width: 100vw;
        margin: auto;
        padding: 40px 20px;
        /* border: var(--border); */
    }

    .box {
        left: 20px;
        top: -20px;
        width: 200px;
        max-width: 200px;
        padding: 10px;
        height: 40px;
        /* border: var(--border); */
    }

    .box h1 {
        font-size: 0.9rem;
        font-weight: 400;
    }

    .box-text .content {
        width: 100%;
        /* border: var(--border); */
    }

    .box-side {
        margin-top: 0;
        background: var(--alt-color);
        padding: 0;
        /* border: var(--border); */
    }

    .box-side p {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    
}

@media screen and (max-width: 481px) {

    .box-text {
        width: 100vw;
        margin: auto;
        padding: 0px 20px;
        /* border: var(--border); */
    }

    .box {
        left: 20px;
        top: -20px;
        width: 200px;
        max-width: 200px;
        padding: 10px;
        height: 40px;
        /* border: var(--border); */
    }

    .box h1 {
        font-size: 0.8rem;
        font-weight: 400;
    }

    .box-text .content {
        width: 100%;
        /* border: var(--border); */
    }

    .box-side {
        margin-top: 50px;
        background: var(--alt-color);
        padding: 0;
        /* border: var(--border); */
    }

    .box-side p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

}


/* PARAGRAPH MEDIA QUERY */

@media screen and (min-width: 769px) and (max-width: 1024px) {
    
    .paragraph .container {
        height: auto;
        padding: 0 40px;
    }
    
    .paragraph .content {
        width: 70%;
    }
    
    .boxParagraph p {
        font-weight: 300;
        line-height: 1.2rem;
        font-size: 0.9rem;
    }
    
    .boxSlogan {
        margin-top: 60px;
    }
    
    .boxSlogan h1 {
        font-size: 1.6rem;
        font-weight: 400;
    }
    
    .boxSlogan p {
        margin-top: 30px;
        line-height: 1.2rem;
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 482px) and (max-width: 768px) {

    .paragraph .container {
        height: auto;
        padding: 0 20px;
    }

    .paragraph .content {
        width: 100%;
    }

    .boxParagraph p {
        font-weight: 300;
        line-height: 1.1rem;
        font-size: 0.9rem;
    }

    .boxSlogan {
        margin-top: 30px;
    }
    
    .boxSlogan h1 {
        font-size: 1.5rem;
        font-weight: 400;
    }
    
    .boxSlogan p {
        margin-top: 30px;
        line-height: 1.1rem;
        font-size: 0.9rem;
    }

}

@media screen and (max-width: 481px) {

    .paragraph .container {
        height: auto;
        padding: 0 20px;
    }

    .paragraph .content {
        width: 100%;
    }

    .boxParagraph p {
        font-weight: 300;
        line-height: 1rem;
        font-size: 0.8rem;
    }

    .boxSlogan {
        margin-top: 30px;
    }
    
    .boxSlogan h1 {
        font-size: 1.1rem;
        font-weight: 400;
    }
    
    .boxSlogan p {
        margin-top: 30px;
        line-height: 1rem;
        font-size: 0.8rem;
    }

}


/* GALLERY MEDIA QUERY */

@media screen and (min-width: 769px) and (max-width: 1024px) {

    .gallery-x5 .item .hover {
        padding: 0px 10px;
    }

    .gallery-x5 .item .hover h3 {
        color: var(--alt-color);
        font-size: 1.2rem;
        background: transparent;
        margin-bottom: 0;
        font-weight: 400;
    }
    
    .gallery-x5 .item .hover p {
        background: transparent;
        color: var(--alt-color);
        text-transform: lowercase;
        text-align: center;
        font-weight: 400;
        font-size: 0.9rem;
    }
    
    .gallery-x5 .item .hover span {
        background: transparent;
        color: var(--alt-color);
        font-weight: 400;
        font-size: 0.8rem;
    }

}

@media screen and (min-width:482px) and (max-width: 768px) {

    .gallery-x5 .item {
        width: calc(50% - 2.5px);
        margin: 2.5px 0;
        position: relative;
    }

    .gallery-x5 .item.big {
        width: calc(100% - 2.5px);
        order: 0;
        margin: 2.5px 0;
    }

    .gallery-x5 .item .hover {
        padding: 20px 10px;
    }

    .gallery-x5 .item .hover h3 {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    
    .gallery-x5 .item .hover p {
        font-size: 0.8rem;
        margin: 0;
    }
    
    .gallery-x5 .item .hover span {
        font-size: 0.9rem;
        text-align: center;
        margin: 0;
        margin-top: -30px;
    }

}

@media screen and (max-width: 481px) {

    .gallery-x5 .gallery {
        margin-top: 40px;
    }

    .gallery-x5 .item {
        width: calc(100% - 2.5px);
        margin: 2.5px 0;
        position: relative;
    }

    .gallery-x5 .item.big {
        width: calc(100% - 2.5px);
        order: 0;
        margin: 2.5px 0;
        padding: 0;
    }

    .gallery-x5 .item.big p,
    .gallery-x5 .item.big h3 {
        margin: 0;
    }

    .gallery-x5 .item.big span {
        margin-top: -30px;
    }

    .gallery-x5 .item.big .image-full {
        display: none;
    }

    .image-mobile {
        display: block;
    }

    .gallery-x5 .item .hover {
        background: rgb(255, 255, 255, 0.75);
        box-shadow: 1px 1px 10px #d5d5d5;
        opacity: 1;
        padding: 40px;
    }

    .gallery-x5 .item .hover h3 {
        color: var(--primary-color);
        font-size: 1.2rem;
        background: transparent;
        margin-bottom: 20px;
        font-weight: 400;
    }
    
    .gallery-x5 .item .hover p {
        color: var(--primary-color);
        font-weight: normal;
        line-height: 1.1rem;
        font-size: 0.9rem;
        font-family: 'Filson Pro Book';
        margin: 0;
    }
    
    .gallery-x5 .item .hover span {
        color: var(--primary-color);
        font-weight: 300;
        font-size: 0.9rem;
        font-family: 'FilsonPro-Book',sans-serif;
        text-align: center;
        margin-top: -20px;
    }

}


/* FULL IMAGE MEDIA QUERY */

/* @media screen and (min-width: 1400px) {

    .full-image {
        width: 100%;
        height: 70vh;
        margin: 0;
        padding: 0;
        position: relative;
        margin-top: 60px;
        border: var(--border);
    }

    .full-image .container .box {
        width: auto;
        max-width: 450px;
        height: 450px;
        padding: 80px 40px;
        text-transform: none;
        top: -60px;
        left: 13vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: var(--border);
    }

} */

@media screen and (min-width: 769px) and (max-width: 1024px) {

    .full-image .container {
        padding: 0;
    }

    .full-image .content .box {
        width: 300px;
        height: 250px;
        max-width: auto;
        padding: 0px 20px;
    }
    
    .full-image .container .box h1 {
        font-size: 1.4rem;
    }
    
    .full-image .container .box i {
        font-size: 0.8rem;
        /* border: var(--border); */
    }

}

@media screen and (min-width:482px) and (max-width: 768px) {

    .full-image .container .box {
        width: 250px;
        max-width: auto;
        padding: 20px 40px;
    }
    
    .full-image .container .box h1 {
        font-size: 1.2rem;
    }

    .full-image .container .box h2 {
        font-size: 0.6rem;
    }
    
    .full-image .container .box i {
        font-size: 0.8rem;
        /* border: var(--border); */
    }

}

@media screen and (max-width: 481px) {

    .full-image {
        padding: 0;
    }

    .full-image .container {
        position: relative;
        padding: 0;
    }

    .full-image .content {
        padding: 0;
    }

    .full-image .content .box {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 10px 0;
        margin: 0;
        left: 0;
        top: 0;
        /* border: var(--border); */
    }
    
    .full-image .content  .box h1 {
        font-size: 1.4rem;
        margin-bottom: 0;
        line-height: 1.2rem;
    }

    .full-image .content  .box h2 {
        font-size: 0.6rem;
    }
    
    .full-image .content  .box i {
        font-size: 0.8rem;
        /* border: var(--border); */
    }

}


/* CONTENITOR FOOTER MEDIA QUERY */

@media screen and (min-width:769px) and (max-width: 1024px) {

    .footer .footer-box:nth-child(1),
    .footer .footer-box:nth-child(3) {
        padding: 40px 10px;
    }

    .footer .footer-slogan h3 {
        font-size: 0.8rem;
    }

    .footer .footer-logo a {
        font-size: 1.3rem;
        padding: 2px;
        font-weight: 300;
    }

    .footer-copyrights,
    .footer-copyrights a,
    .footer-credits a {
        font-size: 0.8rem;
    }

    .footer-credits {
        font-size: 0.8rem;
    }
}

@media screen and (min-width:482px) and (max-width: 768px) {

    .footer .container .content {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content:center;
    }

    .footer .footer-box:nth-child(1),
    .footer .footer-box:nth-child(3) {
        text-align: center;
        padding: 10px 10px;
    }

    .footer .footer-box:nth-child(1) {
        order: 2;
    }
    
    .footer .footer-box:nth-child(2) {
        order: 1;
        padding-top: 40px;
    }

    .footer .footer-slogan h3 {
        font-size: 1rem;
        font-weight: 400;
    }

    .footer .footer-social {
        width: 50%;
        margin: auto;
        margin-bottom: 10px;
        /* border: var(--border); */
    }

    .footer-copyrights,
    .footer-copyrights a,
    .footer-credits,
    .footer-credits a {
        font-size: 0.9rem;
    }

}

@media screen and (max-width: 481px) {

    .footer .container .content {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content:center;
    }

    .footer .footer-box:nth-child(1),
    .footer .footer-box:nth-child(3) {
        text-align: center;
        padding: 10px 10px;
    }

    .footer .footer-box:nth-child(1) {
        order: 2;
    }
    
    .footer .footer-box:nth-child(2) {
        order: 1;
        padding-top: 40px;
    }

    .footer .footer-slogan h3 {
        font-size: 0.8rem;
    }

    .footer .footer-logo a {
        font-size: 1.1rem;
    }

    .footer .footer-social {
        width: 50%;
        margin: auto;
        margin-bottom: 10px;
        /* border: var(--border); */
    }

    .footer-copyrights,
    .footer-copyrights a,
    .footer-credits,
    .footer-credits a {
        font-size: 0.8rem;
    }

}