/*
 *   (c) 2018
 *   Designed by Kernel Soluciones www.kernelsoluciones.com
 */

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
}

.top_contact {
    display: block;
    position: relative;
    text-align: right;
}

.top_contact ul {
    display: inline-block;
}

#logo {
    z-index: 6;
    position: absolute;
    width: 10%;
    margin: 10px;
    transition: all 0.5s;
}

#logo.logo_resize {
    width: 5%;
    transition: all 0.5s;
}

#navbar {
    position: absolute;
    z-index: 3;
    color: white;
    width: 100%;
    height: 150px;
    background-color: rgba(0, 7, 0, 0.6);
    transition: all 0.5s;
}

#navigation {
    background-image: url('../img/5.jpg');
    background-size: cover;
    background-position-y: 40%;
    top: 0;
    width: 100%;
    z-index: 50;
    color: #fff;
}

#navigation.nav-trans {
    position: absolute;
    background-image: none;
}

#navigation .navbar-light {
    background-color: rgba(0, 7, 0, 0.6);
}

#navigation .navbar-light .navbar-nav .nav-link {
    color: #dedede;
}

#navigation .navbar-light .navbar-nav .active > .nav-link,
#navigation .navbar-light .navbar-nav .nav-link.active,
#navigation .navbar-light .navbar-nav .nav-link.show,
#navigation .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

#navigation .navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

#navbar.navbar-fixed {
    position: fixed;
    position: sticky;
    top: 0;
    height: 70px;
    transition: all 0.5s;
}

#navbar-main .navbar-brand img {
    width: 100px;
    top: 20px;
}

.dropdown-menu {
    min-width: 250px;
}

.dropright .dropdown-menu {
    top: 0;
    left: 100%;
}
@media (max-width: 992px) {
    .dropdown-submenu .dropdown-menu {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    #navbar-main .navbar-brand img {
        position: absolute;
    }
}
#navigation .navbar-nav .nav-item {
    margin: 0 20px;
}

.navbar-light .navbar-brand {
    width: 100px;
}

nav ul li a {
    padding: 10px 5px;
    color: white;
    cursor: pointer;
    font-size: 19px;
    border-bottom: solid 3px transparent;
}

nav ul li a.active,
nav ul li a:hover {
    color: #758694;
    border-color: #ed265a;
    text-decoration: none;
}

.dropdown .dropdown-menu li {
    margin-bottom: 6px;
}
.dropdown .dropdown-menu li a {
    color: #eaeaea;
}
.dropdown .dropdown-menu li a:hover,
.dropdown .dropdown-menu li a.active  {
    color: #fff;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #bd0000;
}

.first-section {
    width: 100%;
    padding: 90px 0;
    color: white;
    background-color: #730000;
}

#product-cat-intro {
    color: white;
}
#product-cat-intro .back-black {
    padding: 50px 0;
}
#product-cat-intro .card {
    margin-bottom: 30px;
}
#product-cat-intro .card .card-body {
    color: #2563a2;
    background-color: #f1f1f1;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#product-cat-intro h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
#product-cat-intro .btn {
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 1010px) {
    #product-cat-intro .card .card-body {
        font-size: 15px;
    }
}

.description {
    font-size: 18px;
}

.page-section {
    padding: 80px 0;
    background-color: #fff;
}
.page-section.section-gray {
    background-color: #f7f7f7;
}

.product-featured-image {
    text-align: center;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 10px;
}
.product-featured-image img {
    max-width: 100%;
    width: 100%;
    height: 340px;
    object-fit: contain;
    background-color: #fff;
}

.nav-pagination,
.navigation.pagination {
    display: block;
    margin-top: 50px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.navigation.pagination .page-numbers {
    position: relative;
    display: inline-block;
    padding: .75rem 1.5rem;
    margin-left: -1px;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 1.25rem;
    line-height: 1.5;
}
.navigation.pagination .page-numbers:hover {
    text-decoration: none;
    background-color: #e9ecef;
}
.navigation.pagination .page-numbers.current {
    color: #5f5f5f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.slogan-section {
    color: #fff;
}

.slogan-title {
    font-size: 22px;
    font-weight: bold;
}

.slogan-section .container {
    padding: 80px 10px;
}

.contact-item {
    font-size: 23px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-top: 10px;
    position: relative;
}

.contact-item .icon {
    background-color: #a50707;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-item i.fa {
    font-size: 30px;
    color: #fff;
}

.contact-item span {
    color: #5f5f5f;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.default-section {
    background-color: #f5f5f5;
}

#igni-product {
    color: white;
    position: relative;
}

#igni-product:before {
    content: "";
    position: absolute;
    right: 45%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -138px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 150px 30px;
    border-color: transparent transparent transparent #f5f5f5;
}

#igni-product:after {
    content: "";
    position: absolute;
    right: 45%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: -138px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 150px 30px;
    border-color: transparent transparent transparent #f5f5f5;
}

.back-black {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
}

.section-title-main {
    font-size: 27px;
}

.section-description-main {
    font-size: 20px;
    color: #d8d8d8;
}

.product-prev {
    text-align: center;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.product-prev img {
    max-width: 100%;
    width: 100%;
    height: 320px;
    object-fit: contain;
    background-color: #fff;
}

.product-prev .body {
    padding-top: 15px;
    font-weight: bold;
    color: #a00202;
}
a .product-prev {
    color: black;
}

.nav-product-type {
    padding: 10px 5px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}
.nav-product-type .title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #980c0c;
}
.nav-product-type ul {
    list-style: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-product-type ul li {
    border: solid 1px #ccc;
    padding: 2px;
}
.nav-product-type ul li a {
    color: #14156b;
    font-size: 15px;
}
@media (max-width: 576px) {
    .nav-product-type ul {
        display: none;
        height: 0;
    }
    .nav-product-type.active ul {
        display: block;
        height: auto;
    }
}


@media (min-width: 576px) {
    #section-products .container {
        max-width: 100%;
        padding: 0 10px;
    }
}
@media (min-width: 768px) {
    #section-products .container {
        max-width: 100%;
        padding: 0 10px;
    }
}

.color-item {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 3px;
}
.color-n {
    background-color: #000;
}
.color-g {
    background-color: #464646;
}
.color-g2 {
    background-color: #7a7a7a;
}
.color-a {
    background-color: #000f7a;
}
.color-a2 {
    background-color: #0018e6;
}
.color-a3 {
    background-color: #00d9e6;
}
.color-a4 {
    background-color: #00f2ff;
}
.color-r {
    background-color: #e70002;
}
.color-na {
    background-color: #e75300;
}
.color-k {
    background-color: #e7aa39;
}
.color-b {
    background-color: #fff;
}
.color-v {
    background-color: #00ac05;
}
.color-v2 {
    background-color: #006e04;
}
.color-am {
    background-color: #f5f100;
}
.color-m {
    background-color: #764e4b;
}
.color-mo {
    background-color: #650075;
}
.color-ro {
    background-color: #efa0ad;
}

.dropdown-menu {
    background-color: rgba(0, 7, 0, 0.6);
}
.dropdown-item {
    color: #fff;
}

.nav-sm-btn {
    background-color: #f7f7f7;
}
@media (min-width: 576px) {
    .nav-sm-btn {
        display: none;
    }
}
.nav-sm-btn .fa:before {
    content: "\f103";
}
.nav-product-type.active .nav-sm-btn .fa:before {
    content: "\f102";
}

#section-values {
    background-color: #f5f5f5;
}

.table.table-igni {
    border: solid 2px #e69500;
    text-align: center;
}
.table.table-igni thead {
    background-color: #e69500;
}
.table.table-igni th,
.table.table-igni td {
    padding: 2px 5px;
    vertical-align: middle;
    font-size: 14px;
    border-left: 1px solid #dee2e6;
}
.table.table-igni th {

}

#section-values .icon-box {
    background-color: white;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

#section-values .icon-b {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 50px;
    color: #ff5271;
}

#page-footer {
    color: white;
    padding-top: 50px;
    background-color: #18283b;
}

#page-footer .container ul li a {
    text-decoration: none;
    color: white;
}

#page-footer .container img {
    width: 70%;
}

.slider-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

.slider-control.inactive:hover {
    cursor: auto;
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
}

.slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider.animating {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}

.slide:nth-child(1) {
    left: 0;
}

.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("../img/slider_main_1.jpg");
    background-position-x: 50%;
}

.slide:nth-child(1) .slide__overlay-path {

}

@media (max-width: 991px) {
    .slide:nth-child(1) .slide__text {

    }
}

.slide:nth-child(2) {
    left: 100%;
}

.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("../img/slider_t_654.jpg");
    background-position-y: 50%;
}

.slide:nth-child(2) .slide__overlay-path {

}

@media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {

    }
}

.slide:nth-child(3) {
    left: 200%;
}

.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url("../img/slide_main_3.jpg");
}

.slide:nth-child(3) .slide__overlay-path {

}

@media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {

    }
}

.slide:nth-child(4) {
    left: 300%;
}

.slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("../img/slider_main_4.jpg");
}

.slide:nth-child(4) .slide__overlay-path {

}

@media (max-width: 991px) {
    .slide:nth-child(4) .slide__text {

    }
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.slide__content.blak-b {
    background-color: rgba(0, 0, 0, 0.29);
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }
}

.slide__overlay path {
    opacity: 0.8;
}

.slide__text {
    font-size: 62.5%;
    position: absolute;
    width: 100%;
    bottom: 150px;
    left: 12%;
    color: #fff;
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20rem;
        text-align: center;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        padding: 0 1rem;
    }
}

.slide__text-heading {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

@media (max-width: 991px) {
    .slide__text-heading {
        /*line-height: 20rem;*/
        font-size: 2.5rem;
    }
}

.slide__text-desc {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .slide__text-desc {
        display: none;
    }
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 2.3rem;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-color: #ccc;
    color: #545454;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .slide__text-link {
        display: none;
    }
}