body {
    background-color: #EDEDED;
    font-family: Syne;
}

.recaptcha {
    padding-left: 20px;
}

.hand {
    cursor: pointer;
}

.news-link {
    color: inherit;
    text-decoration: none;
}

.news-link:hover {
    color: inherit;
}

.social-icon {
    width: 15px;
    margin: 10px;
}

.social-icon-a {
    color: black;
}

.social-icon-a:hover {
    color: black;
}

.navbar-select {
    box-sizing: border-box;
    height: 72px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
    background: none;
    color: #3D3D3D;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8pt;

    option {
        text-transform: none;
    }
}



.nav-link:hover,
.nav-link:focus {
    color: gray;
}

section {
    background-color: #EDEDED;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

section.section-black {
    background-color: black;
    color: white;
}

section h3 {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

section h4 {
    font-size: 11pt;
    font-family: DM;
    margin-bottom: 2px;
}

section p {
    font-family: DM;
    font-size: 11pt;
    padding-bottom: 10px;
}

section .img-fluid {
    border-radius: 10px;
}

.navbar-brand {
    font-family: Syne;
}

header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.5;
}

header .container {
    position: relative;
    z-index: 2;
}

footer {
    background-color: black;
    font-family: Syne;
}

footer p {
    font-size: 12pt;
}

.footer-logo {
    width: 200px;
}

.full-height {
    height: 100vh;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.vertical-center-1 {
    display: flex;
    align-items: center;
}

.text-right {
    text-align: right !important;
}

.title-1 {
    font-family: Syne;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
}

.subtitle-1 {
    font-family: Syne;
    font-size: 15pt;
    line-height: 1.4em;
    padding-bottom: 15px;
}

.subtitle-2 {
    font-family: Syne;
    font-size: 15pt;
    line-height: 1.4em;
    padding-bottom: 15px;
}

.btn-custom {
    font-family: Syne;
    font-size: 9pt;
    font-weight: bold;
    background-image: linear-gradient(45deg,
            hsl(153deg 71% 47%) 0%,
            hsl(140deg 61% 59%) 10%,
            hsl(125deg 62% 68%) 20%,
            hsl(109deg 71% 73%) 30%,
            hsl(96deg 83% 76%) 40%,
            hsl(86deg 98% 79%) 50%,
            hsl(96deg 83% 76%) 60%,
            hsl(109deg 71% 73%) 70%,
            hsl(125deg 62% 68%) 80%,
            hsl(140deg 61% 59%) 90%,
            hsl(153deg 71% 47%) 100%);
    text-transform: uppercase;
    border-radius: 45px;
    padding-top: 11px;
    padding-bottom: 7px;
    padding-left: 40px;
    padding-right: 40px;
    border: 0;
    letter-spacing: 2px;
}

.btn-expertise {
    background-image: none;
}

.principal-menu {
    background-color: #FFFFFF;
}

.nav-link {
    color: #3D3D3D;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8pt;
}

.sn-icon {
    height: 20px;
}

.expertise-card {
    border: white solid 2px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 240px;
    height: 118px;
    margin-top: 30px;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}

.expertise-card .title {
    width: 130px;
    padding: 0;
    padding-left: 30px;

}

.expertise-card:hover {
    transform: scale(1.1);
}


.expertise-card h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8.5pt;
    font-family: Syne;
    margin: 0;
}

.expertise-card .icon {
    width: 110px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.expertise-card img {
    height: 50px;
    
}

.customers-card {
    text-align: center;
}

.customers-card img {
    padding: 10px;
    opacity: 0.5;
    transition: 0.5s all ease-in-out;
}

.customers-card img:hover {
    transform: scale(1.1);
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    width: 300px;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: left;
    padding: 0px;
    margin: 10px;
    color: #666;
    
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

.container-2 {
    width: 50%;
}

.bg-gray {
    background: rgb(238, 238, 238);
    background: linear-gradient(99deg, rgba(238, 238, 238, 1) 0%, rgba(254, 254, 254, 1) 47%, rgba(237, 237, 237, 1) 87%);
}





/* mobile */
@media screen and (max-width: 991px) {

    .recaptcha {
        padding-left: 0;
    }

    .no-margin-left-mobile {
        margin-right: inherit;
    }

    .container-2 {
        width: 70%;
    }

    section p {
        font-size: 11pt;
    }

    .navbar {
        padding: 0;
    }

    .navbar .container {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .navbar-toggler {
        text-align: right;
        border-radius: 0;
        width: 15%;
        border: 0;
        padding: 0;
        height: 72px;
        background-color: black;
    }

    .navbar-brand {
        background-color: black;
        height: 72px;
        margin: 0;
        width: 85%;
        padding-top: 12px;
    }

    .nav-link {
        height: 72px;
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: black solid 1px;
    }

    .logo {
        width: 200px;
        padding-right: 5px;
    }

    .container-1 {
        padding: 40px;
    }

    .subtitle-1 {
        padding-left: 60px;
    }
}

/* tablets */
@media screen and (min-width: 992px) and (max-width: 1200px) {

    .expertise-card {
        width: auto;
    }

    .expertise-card .title {
        width: inherit;
    }

    .expertise-card h6 {
        font-size: 7pt;
    }

    .expertise-card img {
        height: 35px;
    }

}

/* normal desktop */
@media screen and (min-width: 992px) {

    /* section p {
        font-size: 1.20rem;
    } */

    .navbar-brand {
        background-color: black;
        height: 100px;
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 70px;
        padding-right: 0;
        width: 300px;
    }

    .principal-menu {
        background-color: #FFFFFF;
    }

    .navbar {
        height: 100px;
    }

    .navbar-nav {
        padding-left: 40px;
    }

    .navbar .container {
        height: 100px;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .logo {
        width: 200px;
        padding-right: 5px;
    }

    .title-1 {
        font-size: 18pt;
        padding-left: 550px;
    }

    .subtitle-1 {
        font-size: 15pt;
        padding-left: 500px;
    }

    .col-lg-6 {
        padding: 7%;
    }

    h3 {
        font-size: 1.5rem;
    }

    .principles-right-logo {
        text-align: right;

        img {
            width: 60%;
        }
    }

}

/* large desktop */
@media screen and (min-width: 1440px) {

    .title-1 {
        padding-left: 750px;
    }

    .subtitle-1 {
        padding-left: 850px;
    }

    .principles-right-logo {
        text-align: right;

        img {
            width: 60%;
        }
    }
}