@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('fonts/ProximaNova-Black.woff2') format('woff2'),
        url('fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

html, h1, h2, h3, h4, p, img, section, ol, ul, li, span {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}

h1, h2 {
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
}

h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

section {
    padding: 100px 20px;
}

img {
    max-width: 100%;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

/*NAV*/

nav .logo {
    max-height: 59px;
    padding: 0;
}

.bg-dark {
    background-color: #141414 !important;
}

.nav-link {
    color: white;
    padding: 20px 0;
}

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

.nav-item {
    padding: 0px 10px;
}

.navbar-brand {
    visibility: hidden;
    width: 0;
}

.lang {
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 1111;
}

.lang ul li {
    list-style: none;
    display: inline-block;
    background: #e52f35;
    color: white;
    padding: 0 10px;
    font-weight: 600;
    margin: 0 3px;
}

.social-links {
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 1111;
}

.social-links ul li {
    list-style: none;
    display: block;
    background: #e52f35;
    color: white;
    padding: 7px 15px;
    font-weight: 600;
    margin: 6px 0;
}

.social-links ul li img {
    width: 22px;
    vertical-align: initial;
}

/*INICIO*/

#inicio {
    padding: 0;
}

#inicio .igm-section video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#inicio .igm-section .poster {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    max-width: unset;
}

#inicio .icons-section video {
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 105%;
}

#inicio .icons-section .poster {
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0px;
    height: 105%;
    max-width: unset;
}

#inicio .separador {
    position: absolute;
    top: 20px;
    left: 50%;
    height: 660px;
    z-index: 1;
    transform: skew(-11.5deg, 0deg);
    margin-left: -3.47%;
    mix-blend-mode: screen;
}

.video-wrapper {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#inicio .igm-section {
    background: gray;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    width: 55%;
    display: inline-flex;
    height: 650px;
}

#inicio::before {
    content: '';
    background: url(img/separador.png);
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    height: 700px;
    width: 57px;
    position: absolute;
    z-index: 1;
    right: 49.8%;
    transform: rotate(10.5deg);
}

#inicio .igm-section .memo {
    position: absolute;
    height: 420px;
    bottom: 50px;
    margin: 0 auto;
    display: block;
    transition: 1s;
    z-index: 1;
}

#inicio .igm-section:hover .memo {
    transform: translate(-80px);
}

#inicio .igm-section .igm-logo {
    position: absolute;
    top: 110px;
    left: 73%;
    max-width: 100px;
    z-index: 1;
}

#inicio .icons-section {
    background: gray;
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 55.5%;
    display: inline-flex;
    margin-left: -10.8%;
    height: 650px;
}

#inicio .icons-section .players {
    position: absolute;
    height: auto;
    bottom: 0;
    transition: 1s;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    display: block;
}

#inicio .icons-section:hover .players {
    transform: scale(1.15);
}

#inicio .icons-section .icons-logo {
    position: absolute;
    top: 110px;
    right: 2%;
    max-width: 100px;
    z-index: 11;
}

#inicio .video-wrapper video {
    visibility: hidden;
}

#inicio .video-wrapper:hover video {
    visibility: visible;
}

#inicio .video-wrapper .poster {
    visibility: visible;
}

#inicio .video-wrapper:hover .poster {
    visibility: hidden;
}

/*SLOGAN*/

#slogan {
    background: linear-gradient(#b20f14,#ee373d);
    color: white;
    padding: 60px 20px;
    margin-top: -8px;
}

#slogan h1 {
    font-size: 2rem;
}

/*ABOUT US*/

#about-us {
    background: #141414;
    color: white;
}

#about-us .logo {
    width: 210px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

/*DIVISIONS*/

#divisions {
    background: url("img/divisions-bg.jpg") fixed;
    background-size: cover;
    background-position: center top;
    color: white;
}

#divisions img {
    margin: 0 auto;
    display: block;
}

#divisions .logo-igm {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 120px;
}

#divisions .logo-icons {
    margin-top: 60px;
    margin-bottom: 26px;
    width: 115px;
}

/*CLIENTS*/

#clients {
    background: #f2f2f2;
}

#clients img {
    mix-blend-mode: multiply;
}

/*LOCATIONS*/

#locations {
    color: white;
}

#locations .hq {
    margin-top: 20px;
}

#locations video {
    object-fit: cover;
    position: absolute;
    top: -20px;
    height: auto;
    width: auto;
    z-index: -9;
}

#locations.video-wrapper-locations {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#locations .container {
    z-index: 1;
}

#locations h3 {
    padding-left: 15px;
    margin-top: 40px;
    font-weight: 600;
}

#locations h3::before {
    content: '';
    background: #e52f35;
    width: 10px;
    height: 21px;
    position: absolute;
    margin-top: 6px;
    margin-left: -15px;
}

#locations strong {
    font-size: 1.2rem;
}

/*CONTAC US*/

#contact-us {
    background: linear-gradient(#b20f14,#ee373d);
    color: white;
}

#contact-us h2 {
    margin-bottom: 50px;
}

#contact-us input,
#contact-us textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 10px;
    border: none;
}

#contact-us input[type="submit"] {
    width: max-content;
    float: right;
    background: black;
    border: none;
    color: white;
    padding: 7px 50px;
}

/*FOOTER*/

footer {
    background: #141414;
    color: white;
    padding: 20px;
}

footer .social,
footer p {
    text-align: right;
}

footer .social {
    margin-bottom: 20px;
    margin-top: 20px;
}

footer ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}

@media screen and (max-width: 1420px) {
    #inicio .separador {
        transform: skew(-9.5deg, 0deg);
        margin-left: -3.47%;
    }

    #inicio .icons-section .players {
        width: 85%;
    }

    #inicio::before {
        right: 49.7%;
        transform: rotate(9.5deg);
    }
}

@media screen and (max-width: 1392px) {
    #inicio .icons-section {
        width: 55.4%;
    }
}




@media screen and (max-width: 1180px) {
    #inicio .separador {
        transform: skew(-8.5deg, 0deg);
        margin-left: -4%;
    }

    #inicio .icons-section .players {
        width: 95%;
    }

    #inicio::before {
        right: 49.2%;
        transform: rotate(8deg);
    }
}

@media screen and (max-width: 1048px) {
    #inicio .icons-section {
        width: 55.2%;
    }

    #inicio::before {
        right: 48.7%;
        transform: rotate(7deg);
    } 
}

@media screen and (max-width: 970px) {
    #inicio .separador {
        transform: skew(-6.5deg, 0deg);
        margin-left: -4.3%;
    }

    #inicio .icons-section .players {
        width: 95%;
    }

    #inicio .igm-section,
    #inicio .icons-section {
        height: 500px;
    }

    #inicio .igm-section .memo {
        height: 300px;
        margin-left: 110px;
    }

    #inicio .igm-section .igm-logo {
        left: 67%;
    }

    #inicio::before {
        right: 47.7%;
        transform: rotate(9deg);
        height: 521px;
    }
}

@media screen and (max-width: 800px) {

    .navbar-brand {
        visibility: initial;
        width: initial;
    }

    .nav-item.logo-item {
        display: none;
    }

    .nav-link {
        text-align: center;
    }

    .navbar-toggler-icon {
        color: white;
        filter: invert(1) brightness(10);
        opacity: 1;
    }

    .lang {
        top: -3px;
        right: 10px;
    }

    .lang ul li {
        font-size: .8rem;
    }

    #inicio .igm-section {
        width: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        height: 560px;
    }

    #inicio .icons-section {
        width: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        margin-left: 0;
        height: 480px;
        margin-top: -10px;
    }

    #inicio .separador {
        transform: skew(0, 0deg) rotate(90deg);
        top: 231px;
        width: auto;
        margin: 0 auto;
        display: block;
        display: none;
    }

    #about-us h2 {
        margin-top: 30px;
        text-align: center;
    }

    footer .cert {
        margin: 0 auto;
        display: block;
    }

    footer .social {
        text-align: center;
        margin-top: 30px;
    }

    footer p {
        text-align: center;
    }

    #inicio .igm-section .igm-logo {
        left: 75%;
    }

    #inicio .icons-section .icons-logo {
        top: 30px;
    }

    #inicio .video-wrapper video {
        visibility: visible;
    }
    
    #inicio .video-wrapper:hover video {
        visibility: hidden;
    }
    
    #inicio .video-wrapper .poster {
        visibility: hidden;
    }
    
    #inicio .video-wrapper:hover .poster {
        visibility: visible;
    }

    #inicio::before {
        display: none;
    }
}

@media screen and (min-width:1990px) {
    #inicio .igm-section .poster {
        top: -40px;
        height: auto;
        max-width: 200%;
    }

    #inicio .igm-section video {
        object-fit: cover;
        position: absolute;
        top: -40px;
        left: 0;
        height: auto;
        width: 178%;
    }

    #inicio .icons-section .poster {
        top: -40px;
        height: auto;
        max-width: 200%;
    }

    #inicio .icons-section video {
        height: auto;
        width: 178%;
        top: -40px;
    }
}