p, h2, small, h1, li {
    color: #1e1e1e;
}
.img-responsive {
    width: 100%;
}
.spec p{
    font-size: 22px;
}
.icons{
    font-size: 22px;
    margin-bottom: 0!important;
}
.card-icon{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}
/* On mouse-over, add a deeper shadow */
.card-icon:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.features{
    background-color: #EDF2F3;
}
.features p{
    font-size: 22px;
    line-height: 40px;
}
.features-tittle{
    background-color: #7C6BB0;
    color: white;
}
.features-tittle h2{
    font-size: 22px;
}
.btn{
    background-color: transparent;
    color: black;
}
.desc h3{
   font-size: 22px;
}
.desc p{
    font-size: 20px;
 }
.bold {
    font-weight: 700!important;
}
.checklist li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: #8974B7;
    margin-right: 10px;
    font-size: 16px;
}

.checklist li {
    margin-bottom: 5px;
    display: block;
}
.entrega-segura img{
    width: 100px;
}
.f-rally{
    background-color: #382E59;
}
.f-rally h2{
    color: white;
    font-size: 29px;
}
.f-rally p{
    color: #C6BCBC;
    font-size: 22px;
}
.cenefa img{
    width: 250px;
}

/* HEAD */
.buy-here {
    background: #f15a29;
    color: #fff;
    padding: 15px 30px;
    margin: 20px 0;
    display: inline-block;
    border: 2px #f15a29 solid;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    border-radius: 5px;
}
.buy-here:hover {
    background-color: #fff;
    color: #f15a29;
}

* {
    scroll-behavior: smooth;
}

.border-radius-bottom-right {
    border-bottom-right-radius: 10px;
}
.border-radius-top-right {
    border-top-right-radius: 10px;
}

.banner-header p {
    font-size: 18px;
}

.slick-product .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: -20px;
    color: #1e1e1e;
    font-size: 25px;
}
.slick-product .slick-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    right: -20px;
    color: #1e1e1e;
    font-size: 25px;
}

/* Section styles*/
.breadcrumb {
    background: #f4f4f4;
}
.breadcrumb ul li {
    list-style: none;
    margin-right: 10px;
}
.breadcrumb ul li a {
    color: #1e1e1e;
}
.breadcrumb ul li a:hover {
    text-decoration: underline;
}

.price-text {
    font-size: 25px;
}
.price-text-span {
    color: #f15a29;
}
.how-to-buy i {
    font-size: 40px;
    color: #8974B7;
}
.how-to-buy-orange i {
    font-size: 40px;
    color: #f15a29;
}
.slick-mobile-product .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slick-mobile-product .slick-dots li {
    list-style: none;
    margin: 3px 10px;
}
.slick-mobile-product .slick-dots li button {
    width: 15px;
    height: 15px;
    color: #9e9e9e;
    background: #9e9e9e;
    border: none;
}

.slick-mobile-product .slick-dots li.slick-active button {
    background-color: #1c1c1c;
    color: #1c1c1c;
}
.links p {
    font-size: 20px;
}
.links .span1 {
    background: #F15A29;
    color: white;
    padding: 10px 13px;
    display: inline-block;
    margin-top: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    font-size: 13px;
}
.features-list {
    font-size: 25px;
}
.borde {
    border: 5px #6A52A2 solid;
}
.borde p{
    font-size: 25px;
}

.fondo-naranja{
   background-color: #F8D206 !important;
   border-color: #F8D206;
   color: #000
}
.fondo-naranja:hover{
    background-color: #ffffff !important;
    color: #000 !important;
}
.fondo-naranja i{
    font-size: 16px !important;
    color: #000;
}
.fondo-naranja:hover i {
    color: #F8D206 !important;
}

.fondo-negro{
    background-color: #1E1E1E !important;
    border-color: #1E1E1E;
    color: #ffffff
 }
 .fondo-negro:hover{
     background-color: #444444 !important;
     color: #ffffff !important;
     border-color: #1E1E1E;
 }
 .fondo-negro i{
     font-size: 16px !important;
     color: #ffffff;
 }
 .fondo-negro:hover i {
     color: #F8D206 !important;
 }

 .fondo-transparent{
    background-color: #1e1e1e0e !important;
    border-color: #ffffff;
    color: #ffffff
 }
 .fondo-transparent:hover{
    background-color: #1e1e1e0e !important;
    border-color: #ffffff;
    color: #ffffff
 }
 .fondo-transparent i{
     font-size: 16px !important;
     color: #ffffff;
 }
 .fondo-transparent:hover i {
     color: #F8D206 !important;
 }

.fondo-rojo{
    background-color: #d43030 !important;
    border-color: #d43030;
    color: #ffffff
 }
 .fondo-rojo:hover{
     background-color: #ffffff !important;
     color: #000 !important;
 }
 .fondo-rojo i{
     font-size: 16px !important;
     color: #ffffff;
 }
 .fondo-rojo:hover i {
     color: #d43030 !important;
 }

 .fondo-morado{
    background-color: #6A52A2 !important;
    border-color: #6A52A2;
    color: rgb(255, 255, 255)
 }
 .fondo-morado:hover{
     background-color: #ffffff !important;
     color: #6A52A2 !important;
 }
 .fondo-morado i{
     font-size: 16px !important;
     color: #000;
 }
 .fondo-morado:hover i {
     color: #6A52A2 !important;
 }
@media screen and (max-width: 576px) {
    h1, h2{
        font-size: 1.5rem;
    }
    .spec p {
        font-size: 15px;
    }
    .icons{
        font-size: 13px;
        margin-bottom: 0!important;
    }
    .icons img{
        padding-bottom: 15px;
    }
    .features p{
        font-size: 18px;
    }
    .borde p{
        font-size: 15px;
    }
}

.border {
    padding: 20px;
    outline: 2px solid #03978C;
}

.border-morado {
    padding: 20px;
    outline: 2px solid #7351A5;
}



/* Widget Banner */

.widget-banner {
    position: relative;
    display: block;
    overflow: hidden;
}

.widget-banner::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -100%;
    display: block;
    width: 50%;
    height: 100%;
    content: "";
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.widget-banner img {
    width: 100%;
}

.widget-banner:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

@-webkit-keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 125%;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 125%;
    }
}