: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-g-regular{
    font-weight: 400;
}
.font-g-medium{
    font-weight: 700;
}
.font-g-light{
    font-weight: 200;
}
.font-g-bold{
    font-weight: 900;
}
*{
    font-family: 'Graphik', sans-serif;
}
body{
    margin-top: var(--ccl-page-margin-top);
}
a{
    text-decoration: none;
}
.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;
}

/* ------------------  Contacto -------------------- */
.contact-img{
    min-height: 60vh;
    background-color: rgba(0,87,184,0.7);
    background-image: url(../images/ContactUsForm_bg.jpg);
    background-blend-mode: soft-light;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}

/* ------------ 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;
}
.join-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.25rem;
}
#galeria .container-fluid .row .col{
    padding: 0.5rem;
}
.sq-1{
    border-bottom-right-radius: 1.5em;
}
.sq-2{
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}
.sq-3{
    border-bottom-left-radius: 1.5em;
}
.sq-4{
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}
.sq-5{
    border-bottom-right-radius: 1.5em;
}
.sq-6{
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
}
.sq-7{
    border-top-right-radius: 1.5em;
}
.sq-8{
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
}
.sq-9{
    border-bottom-left-radius: 1.5em;
}
.text-orange{
    color: #cc8a00;
}

/* ----------------Sectores ------------------- */

.bg-half-gray{
    background: linear-gradient( to right, #ffffff 0%, #ffffff 50%, #ededed 50%, #ededed 100% );
}
.ccl-video-section {
    position: relative;
    width: 100%;
    min-height: 75vh;
    overflow: hidden;
}
.ccl-video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ccl-video-section-content-layer{
    position: relative;
    z-index: 1;
    padding: 50px;
    background: rgba(0, 0, 0, 0.9);
        background-color: rgba(0, 0, 0, 0.9);
    color: white;
    min-height: 75vh;
}
.ccl-bg-black-opaque5{
    background-color: rgba(0, 0, 0, 0.9);
}
.ccl-sol-collage-cell {
    aspect-ratio: 1 / 1;
}
.ccl-sol-collage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ccl-item-list {
    list-style: disc;
    padding-left: 1em;
    display: table;
}
/* .ccl-item-list li {
    display: table-row;
} */
.ccl-item-list li::marker{
    color: #0057b8;
    font-size: 1.5rem;
}
/* .ccl-item-list li::before {
    display: table-cell;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: " ";
    padding-right: 1.5rem;
    background-color: #0057b8;
    line-height: 2.2em;
} */