:root{
    --ccl-page-margin-top: 75px;
}

@font-face {
    font-family: 'Graphik'; /* A name for your custom font */
    src: url('../fonts/Graphik-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Helps optimize font loading behavior */
}
@font-face {
    font-family: 'Graphik'; /* A name for your custom font */
    src: url('../fonts/Graphik-Medium.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap; /* Helps optimize font loading behavior */
}
@font-face {
    font-family: 'Graphik'; /* A name for your custom font */
    src: url('../fonts/Graphik-Light.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap; /* Helps optimize font loading behavior */
}
@font-face {
    font-family: 'Graphik'; /* A name for your custom font */
    src: url('../fonts/Graphik-Bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap; /* Helps optimize font loading behavior */
}
*{
    font-family: 'Graphik', sans-serif;
}
body{
    margin-top: var(--ccl-page-margin-top);
}
.menu{
    z-index:10;
}
.menuw{
    background: rgba(255,255,255,0);
    transition-timing-function: ease;
}
.menub{
    /* background: rgba(255,255,255,0.7); */
    background-color: black;
    transition-timing-function: ease;
    position: fixed;
    z-index: 1987;
    top: 0;
    right: 0;
    left: 0;
}

html{
    scroll-behavior: smooth;
}
.nav-link.active{
    color: white!important;
}
.nav-link{
    font-weight: normal;
    font-size: 16px;
    color: rgba(255,255,255,.55);
}
.nav-link:hover, .nav-link.show{
    color: rgba(255,255,255,.75)!important;
}


/* ---------------Inicio ---------------------- */

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:-1;
}

/* Add some content at the bottom of the video/page */
.content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    width: 100%;
    padding: 20px;
}
#video{
    min-height: 100vh;
}


/* ------------ Siguenos -=----------------------*/

.follow-img{
    background-image: url('../images/fu-business-man-drinking-coffee.jpg');
    background-size: cover;
    background-position: center;
}
.follow-title{
    font-weight: 900;
    font-size: 3rem;
}
.follow-title span::after{
    content: "";
    display: block;
    width: 90px;
    padding-top: 3px;
    border-bottom: 21px solid #0d6efd;
}
.follow-subtitle{
    font-weight: 200;
    font-size: 1.25rem;
}