#map {
    height: 500px;
    width: 100%;
}

section {
    padding-top: 100px;
}

a {
    color: var(--secondary-color);
}

.zanone-section-title {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: bold;
    font-size: 2.6rem;
}

.zanone-section-pre-title {
    font-size: 16px;
    letter-spacing: 0.7px;
    font-weight: 300;
}

.zanone-section-divider {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid var(--secondary-color);
    opacity: 1;
}

.zanone-header {
    background: var(--primary-color);
    color: #fff;
}

.zanone-header .text-muted {
    color: var(--text-muted) !important;
}

.zanone-logo-container a img {
    width: 220px;
}

.zanone-header .zanone-social-icons a {
    color: var(--text-muted);
    transition: .2s color ease-in;
}

.zanone-header .zanone-social-icons a:hover {
    color: #fff;
    transition: .2s color ease-in;
}

.navbar-expand-lg .navbar-nav .nav-link.zanone-navigate-link {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    transition: .2s color ease-in;
}

.navbar-expand-lg .navbar-nav .nav-link.zanone-navigate-link:hover {
    color: black;
    transition: .2s color ease-in;
}

.zanone-header-top {
    height: auto;
}

.zanone-header-center {
    height: auto;
}

.zanone-header-bottom {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    height: 75px;
    transition: .2s height ease-in;
}

.zanone-header-bottom.zanone-sticky-condensed {
    height: 60px;
    transition: .2s height ease-in;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.zanone-header-bottom.zanone-sticky-condensed .zanone-cta-button {
    height: 45px;
}

.zanone-cta-button {
    padding: 15px 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.zanone-cta-button i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.zanone-carousel-container,
.zanone-carousel-container .carousel-inner,
.zanone-carousel-container .carousel-item {
    max-height: 800px;
}

.zanone-carousel-container img {
    width: inherit;
}

.zanone-bilateral {
    display: flex;
    width: 100%;
}

.zanone-bilateral-left {
    width: 50%;
}

.zanone-bilateral-right {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 35px;
}

.zanone-bilateral img.zanone-bilateral-img {
    width: 100%;
    height: 100%;
    min-height: 700px;
    object-fit: cover;
}

.zanone-carousel-container .carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: fit-content;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.zanone-carousel-title {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 4.5rem;
    font-weight: 300;
}

.zanone-carousel-description {
    font-weight: 300;
    font-size: 1.5rem;
}

.zanone-team-card {
    height: 600px;
    margin: 0 15px;
}

.zanone-team-card img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-bottom: 3px solid var(--secondary-color);
}

.slick-prev span,
.slick-next span {
    font-size: 3rem;
    color: rgba(0,0,0,0.3);
}

.zanone-dark-bg {
    background-color: var(--primary-color);
}

.zanone-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zanone-footer-links {
    display: flex;
    align-items: center;
}

.zanone-map-container {
    display: flex;
    flex-direction: row;
}

.zanone-map-container .zanone-map-left {
    width: 50%;
}

.zanone-map-container .zanone-map-right {
    width: 50%;
    display: flex;
    align-items: center;
}

.zanone-map-info {
    margin: 10px 0;
}

.zanone-map-info i {
    width: 35px;
    font-size: 25px;
    display: inline-block;
}

.zanone-link {
    text-decoration: none;
    transition: all 300ms;
    position: relative;
    color: var(--secondary-color);
}

.zanone-link:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--secondary-color);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.zanone-link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.zanone-link:hover {
    color: var(--secondary-color);
}

.zanone-whatsapp-button {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.zanone-whatsapp-button a {
    font-size: 30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media(max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link.zanone-navigate-link {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media(max-width: 992px) {
    .zanone-bilateral {
        flex-direction: column;
    }

    .zanone-bilateral-left {
        width: 100%;
    }

    .zanone-bilateral-right {
        width: 100%;
        padding: 20px;
    }

    .zanone-bilateral img.zanone-bilateral-img {
        min-height: 250px;
        height: 250px;
    }

    .zanone-map-container {
        flex-direction: column;
    }

    .zanone-map-container .zanone-map-left {
        width: 100%;
        height: 400px;
    }

    .zanone-map-container .zanone-map-left #map {
        height: 400px;
    }

    .zanone-map-container .zanone-map-right {
        width: 100%;
    }

    .zanone-whatsapp-button {
        display: block;
    }
}

@media(max-width: 768px) {
    .zanone-carousel-container,
    .zanone-carousel-container .carousel-inner,
    .zanone-carousel-container .carousel-item {
        height: 250px;
    }

    .zanone-pre-header {
        flex-direction: column;
    }

    .zanone-pre-header address {
        text-align: center;
        padding-bottom: 15px;
    }

    .zanone-post-header {
        flex-direction: column;
    }

    .zanone-post-header .zanone-logo-container {
        padding-bottom: 15px;
    }

    .zanone-post-header .zanone-logo-container img {
        width: 180px;
    }

    .zanone-header-bottom,
    .zanone-header-bottom.zanone-sticky-condensed {
        height: auto;
    }

    .zanone-header-top {
        height: auto;
    }

    .zanone-header-center {
        height: auto;
    }

    .zanone-carousel-title {
        font-size: 2rem;
        font-weight: 300;
    }

    .zanone-carousel-description {
        font-weight: 300;
        font-size: 1rem;
    }

    .slick-prev span,
    .slick-next span {
        font-size: 1.5rem;
    }

    .zanone-footer {
        flex-direction: column;
    }

    .zanone-footer-links {
        flex-direction: column;
        margin-top: 30px;
    }

    .zanone-footer-links a.btn {
        width: 100%;
    }
}
