:root {
    --color-primary: #255346;
    --color-primary-rgb: 37, 83, 70;
    --color-primary-hover: #1b3b3a;
    --color-secondary: #8BB69B;
    --color-secondary-rgb: 139, 182, 155;
    --color-secondary-hover: #7daa9b;
    --color-light: #F4F2EE;
    --color-light-rgb: 244, 242, 238;
    --color-dark: #1d1d1b;
    --color-dark-rgb: 29, 29, 27;
    --color-dark-hover: #031B17;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-text: #1d1d1b;
    --color-text-rgb: 29, 29, 27;
    --font-body: "Manrope";
    --font-heading: "Barlow";
    --font-icons: "Font Awesome 6 Free";

    --bg-masthead: url('../images/tmp_img_3.jpg');
    --bg-reels: url('../images/bg-reels.png');
    --bg-boxes: url('../images/bg-boxes.png');
    --bg-contact: url('../images/tmp_img_9.jpg');
    --bg-ties: url('../images/ties_img1.jpg');
}

body {
    font-family: var(--font-body), sans-serif;
    font-weight: 300;
    color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading), sans-serif;
    font-weight: 700;
    color: #343a40;
}
@media (min-width: 768px) {
    .fs-7 {
        font-size: 0.85rem;
    }
    .fs-8 {
        font-size: 0.75rem;
    }
}

strong {
    font-weight: 600;
}

.ff-body {
    font-family: var(--font-body), sans-serif;
}
.ff-heading {
    font-family: var(--font-heading), sans-serif;
}

.text-primary {
    color: var(--color-primary) !important;
}
.text-secondary {
    color: var(--color-secondary) !important;
}
.text-light {
    color: var(--color-light) !important;
}
.text-dark {
    color: var(--color-dark) !important;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}
.bg-secondary {
    background-color: var(--color-secondary) !important;
}
.bg-light {
    background-color: rgba(var(--color-secondary-rgb), 0.1) !important;
}
.bg-dark {
    background-color: var(--color-dark) !important;
}

.border-primary {
    border-color: var(--color-primary) !important;
}
.border-secondary {
    border-color: var(--color-secondary) !important;
}
.border-light {
    border-color: var(--color-light) !important;
}
.border-dark {
    border-color: var(--color-dark) !important;
}

/********** ELEMENTS **********/
/******************************/
.preloader {
    position: fixed;
    z-index: 100;
    background: var(--color-dark);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    font-size: 15px;
    border-radius: 0;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.4s ease-out;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: white !important;
}
.btn-primary:hover {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
}
.btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: black !important;
}

label {
    color: var(--color-dark);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom: 5px;
}
.form-control {
    background-color: transparent;
    border: 1px solid rgba(var(--color-primary-rgb),0.4);
    border-radius: 0;
    padding: .5rem .75rem;
}
.form-control:active,
.form-control:focus {
    background-color: transparent;
}
textarea.form-control {
    height: 179px;
}
.g-recaptcha {
    height: 78px !important;
}

.subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .4em;
    color: var(--color-primary);
    margin-bottom: .75rem;
    padding-left: .4em;
    text-align: center;
}

.separator img{
    max-width: 100px;
    display: block;
    margin: 0 auto 1.5rem;
}

.splide__arrow {
    background-color: transparent;
}
.splide__arrow--prev {
    left: -3rem;
}
.splide__arrow--next {
    right: -3rem;
}
.splide__arrow svg {
    fill: var(--color-primary);
    width: 3rem;
    height: 3rem;
}
.splide__arrow:focus {
    outline: none !important;
}

.socials {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
}
.socials a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 0 .5rem;
    text-decoration: none;
    transition: all .3s ease-out;
    font-size: 1.25rem;
}
.socials a:hover {
    background: var(--color-dark);
    border-color: var(--color-dark-hover);
}

.whatsapp {
    background: #25D366 !important;
    border: 1px solid #ffffff !important;
    font-size: 1.75rem;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    box-shadow: -3px 3px 0 #00000030;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.whatsapp i {
    color: #ffffff;
}
.whatsapp:hover {
    background: #ffffff !important;
    border-color: #25D366 !important;
}
.whatsapp:hover i {
    color: #25D366;
}
@media (min-width: 768px) {
    .whatsapp {
        bottom: 50px;
        right: 30px;
    }
}

.scrollBottom {
    padding-top: 70px;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    z-index: 1;
}
.scrollBottom span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

hr {
    border-color: #ededed;
    opacity: 1;
}

.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.parallax__container::after {
    content: '';
    background-image: linear-gradient(to bottom, rgba(var(--color-black-rgb), 0.2) 0%, rgba(var(--color-black-rgb), 0.8) 100%);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.parallax {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 1s cubic-bezier(0, 0, 0, 1);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/********** SECTIONS **********/
/******************************/
header {
    background-color: white;
    position: fixed;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
    header {
        transform: translateY(-70px);
    }
    header.scrolled {
        transform: translateY(0);
    }
}

.navbar-brand img {
    height: 50px;
}

.navbar .nav-link {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-heading), sans-serif;
    letter-spacing: 0.05rem;
    position: relative;
    margin: 0 .75rem;
    text-transform: uppercase;
}
.navbar .nav-link.active {
    color: white;
}
.navbar .nav-link span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease-in-out;
    background-color: var(--color-primary);
}
.navbar .nav-link:hover span::after {
    width: 100%;
}
.navbar .socials a {
    margin-left: 0;
    width: 35px;
    height: 35px;
    font-size: .85rem;
}

.masthead {
    height: 100vh;
}

.masthead .navbar-nav {
    border-bottom: 1px solid rgba(255,255,225,0.2);
}
.masthead .navbar-nav .nav-link {
    color: white;
}

.carousel-item__img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.carousel-caption {
    position: absolute;
    right: 10%;
    left: 10%;
    bottom: 50%;
    transform: translateY(50%);
}
.carousel-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2,2,2,0.5);
}

.ties {
    background-image: linear-gradient(to bottom, rgba(var(--color-dark-rgb), 0.95) 0%, rgba(var(--color-dark-rgb), 0.95) 100%), var(--bg-ties);
    background-size: cover;
    background-position: center;
}
.bg-ties {
    background-image: var(--bg-ties);
    background-size: cover;
    background-position: center;
}

.list-style {
    list-style: none;
    padding: 0;
}
.list-style li {
    padding-left: 1em;
    line-height: 2;
}
.list-style li:before {
    content: "\f560"; /* FontAwesome Unicode */
    font-family: var(--font-icons), serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.5em; /* same as padding-left set on li */
    color: var(--color-secondary);
}

.reels:before {
    content: '';
    background-image: var(--bg-reels);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.05;
}

.boxes:before {
    content: '';
    background-image: var(--bg-boxes);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
}

.gallery-item__overlay {
    background-color: rgba(var(--color-primary-rgb),0.5);
    box-shadow: 0 0 60px rgba(var(--color-primary-rgb),0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.2s ease-out;
    transform: scale(0.1);
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
}
a:hover .gallery-item__overlay {
    transform: scale(1);
    opacity: 1;
}

footer {
    color: white;
}

footer .parallax__container::after {
    background-image: linear-gradient(to bottom, rgba(var(--color-black-rgb), 0.5) 0%, rgba(var(--color-black-rgb), 0.7) 100%);

}

.contact {
    border-bottom: 1px solid rgba(255,255,225,0.2);
}
.contact form {
    background-color: rgba(var(--color-white-rgb), 0.9);
    box-shadow: 0 0 0 4px rgba(var(--color-white-rgb), 0.2);
    backdrop-filter: blur(2px);
}