* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: #171717;
    font-size: 16px;
}
img {
    max-width: 100%;
}
@font-face {
    font-family: intelProBold;
    src: url(intelprobold.ttf);
}
@font-face {
    font-family: intelRegular;
    src: url(intelregular.ttf);
}
@font-face {
    font-family: intelBold;
    src: url(intelbold.ttf);
}
.intelCreators #intelHome {
    background: rgb(206,206,208);
    background: linear-gradient(35deg, rgba(206,206,208,1) 0%, rgba(235,235,235,1) 100%);
    background-size: cover;
    padding: 50px 25px;
}
.intelCreators #intelHome h1 {
    color: #262626;
    font-family: intelProBold;
    font-size: 3.5em;
    font-weight: normal;
    margin: 0;
}
.intelCreators #intelHome h2 {
    color: #00aeef;
    font-family: intelBold;
    font-size: 1.3em;
    font-weight: normal;
    margin: 25px 0 15px
}
.intelCreators #intelHome h3 {
    color: white;
    font-family: intelRegular;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0;
}
.intelCreators #intelHome .normText {
    color: #171717;
}
.intelCreators #intelHome .image {
    margin: 30px 0 0 0;
}
.intelCreators #procesadoresIntel {
    padding: 50px 25px 25px;
}
.intelCreators #procesadoresIntel .itemInfo .item:not(:last-child) {
    margin: 0 0 50px 0;
}
.intelCreators #procesadoresIntel .itemInfo .image {
    margin: 0 0 20px 0;
    text-align: center;
}
.intelCreators #procesadoresIntel .itemInfo .image img {
    max-width: 100px;
}
.intelCreators #procesadoresIntel .itemInfo .item h3 {
    color: #00aeef;
    font-family: intelBold;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 25px;
}
.intelCreators #procesadoresIntel .copyText {
    color: white;
    font-family: intelRegular;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.6em;
    margin: 25px 0 0 0;
}
.intelCreators #esports {
    padding: 50px 25px 0px;
}
.intelCreators #esports .image {
    margin: 35px 0 0 0;
    text-align: center;
}
.intelCreators #prods {
    background-color: white;
    padding: 50px 25px;
}
.intelCreators #prods h2 {
    color: #262626;
}
.intelCreators #prods hr {
    border: 0;
    border-top: 1px solid #262626;
    margin: 25px 0;
    width: 100%;
}
.intelCreators #copyGral {
    padding: 25px;
}
.intelCreators h2.sectTitle {
    color: white;
    font-family: intelProBold;
    font-size: 2.5em;
    font-weight: normal;
    margin: 50px auto 25px;
}
.intelCreators h2.sectTitle:first-child {
    margin: 0 auto 25px;
}
.intelCreators .normText {
    color: white;
    font-family: intelRegular;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.6em;
}
.intelCreators .container {
    margin: 0 auto;
    max-width: 1180px;
}
.intelCreators .owl-dots {
    text-align: center;
}
.intelCreators .owl-carousel .owl-nav button.owl-next, .intelCreators .owl-carousel .owl-nav button.owl-prev, .intelCreators .owl-carousel button.owl-dot {
    background-color: rgba(0,0,0,0.1);
    border-radius: 100%;
    height: 12px;
    margin: 0 2px;
    width: 12px;
}
.intelCreators .owl-carousel button.owl-dot.active {
    background-color: var(--accent-dark);
}
.intelCreators .item.product-xs {
    width: 100%;
}
@media screen and (min-width: 700px) {
    .intelCreators #intelHome {
        padding: 60px ​25px 450px;
    }
    .intelCreators #intelHome h1 {
        font-size: 6em;
        width: 80%;
    }
    .intelCreators #intelHome h2 {
        width: 80%;
    }
    .intelCreators #intelHome .normText {
        width: 80%;
    }
    .intelCreators #procesadoresIntel .itemInfo {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .intelCreators #procesadoresIntel .itemInfo .item {
        align-items: center;
        display: flex;
        width: 48%;
    }
    .intelCreators #procesadoresIntel .itemInfo .item .image {
        padding: 0 30px 0 0;
        width: 30%;
    }
    .intelCreators #procesadoresIntel .itemInfo .item .text {
        width: 70%;
    }
    .intelCreators h2.sectTitle {
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .intelCreators #intelHome {
        padding: 100px 25px 50px;
    }
    .intelCreators #intelHome h1 {
        font-size: 8em;
    }
    .intelCreators #intelHome h2 {
        width: 50%;
    }
    .intelCreators #intelHome .normText {
        width: 50%;
    }
    .intelCreators #procesadoresIntel {
        margin: 0 auto;
        max-width: 1180px;
        padding: 50px 25px 100px;
    }
    .intelCreators #procesadoresIntel .copyText {
        text-align: center;
    }
    .intelCreators #esports .container {
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .intelCreators #esports .text {
        width: 58%;
    }
    .intelCreators #esports .text h2 {
        margin: 0 0 25px 0;
        text-align: left;
    }
    .intelCreators #esports .image {
        width: 40%;
    }
    .intelCreators #copyGral {
        padding: 75px;
    }
    .intelCreators h2.sectTitle {
        font-size: 4em;
        max-width: 750px;
    }
}
@media screen and (min-width: 1600px) {
}