/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);

/* body,html{
    width: 100%;
    overflow-x: hidden;
} */

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #888;
    font-size: 16px;
    line-height: 1.6em;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    color: #444;
}

blockquote {
    font-family: Georgia, arial, sans-serif;
    color: #bbb;
    font-size: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
    font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.light {
    font-weight: 400;
}

img.img-responsive {
    margin-bottom: 20px;
}


/* ------- Navigation ------------ */
#navigation {
    background: #fff;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
}
.desimg img {
    cursor: pointer;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255, 255, 255, .6);
}

#menu .nav.navbar-bar {
    text-align: center;
    float: none;
    margin: 0 auto;
}

.navbar-custom ul.nav {
    text-align: center;
    float: none;
    margin: 0 auto;
}

.navbar-custom ul.nav li {
    float: none;
    display: inline-block;
    text-align: center;
}

.navbar-custom ul.nav li a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, .2);
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, .2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background: #ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin {
    0% {
        transform: translate(-10px, 0px);
    }

    25% {
        transform: translate(10px, 10px);
    }

    50% {
        transform: translate(10px, -10px);
    }

    75% {
        transform: translate(-10px, -10px);
    }

    100% {
        transform: translate(-10px, 10px);
    }
}


@keyframes shadowSpin {
    0% {
        box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
    }

    25% {
        box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
    }

    50% {
        box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
    }

    75% {
        box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
    }

    100% {
        box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
    }
}

#load {
    z-index: 9999;
    background-color: #FF4136;
    opacity: 0.75;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 5px solid #FF4136;
    box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
    animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
    margin-top: 10px;
}

/* margins */
.marginbot-0 {
    margin-bottom: 0 !important;
}

.marginbot-10 {
    margin-bottom: 10px !important;
}

.marginbot-20 {
    margin-bottom: 20px !important;
}

.marginbot-30 {
    margin-bottom: 30px !important;
}

.marginbot-40 {
    margin-bottom: 40px !important;
}

.marginbot-50 {
    margin-bottom: 50px !important;
}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 33px;
    padding-bottom: 0px;
    display: block;
    position: relative;
    z-index: 120;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1em;
    color: #fff;
}

.section-heading i {
    margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f8f8f8;
}


.bg-dark {
    background: #575757;
}

/* --- section color var --- */

.text-light {
    color: #fff;
}

/* ============================================== */

.links {
    ul {}

    li {
        margin-bottom: 5px;
    }
}

h4 {
    margin: 24px 0 0 0;
}

.bottom-text {
    margin-top: 40px;
    border-top: 2px solid #e5e7e9;

    a {
        border-bottom: 1px solid #e5e7e9;
    }

    p {
        max-width: 650px;
    }
}

.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}




/* =================================================== */



@import "compass/css3";

h4 {
    margin: 24px 0 0 0;
}

.bottom-text {
    margin-top: 40px;
    border-top: 2px solid #e5e7e9;

    a {
        border-bottom: 1px solid #e5e7e9;
    }

    p {
        max-width: 650px;
    }
}

.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

.btn-gallery img {
    max-width: 300px;
    height: auto;
}


/* ===========================
--- Intro
============================ */

.intro {
    width: 100%;
    position: relative;
    background: url(../img/fondo_2.png) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

#intro.intro {
    /*padding:200px 0 150px 0;*/
    padding: 150px 0 150px 0;
}

.intro .slogan {
    text-align: center;

}

.intro .page-scroll {
    text-align: center;
}


.intro .page-scroll a {
    color: #fff;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
    color: #FFF;
    text-shadow: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: #000;
    border-style: none;
    text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
    color: #fff;
    text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.icon .fa {
    color: #fff;
}

/* ==========================
--- Gallery
============================= */

.gallery-img img {
    width: 100%;
    height: 100%;
}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}


/* ===========================
--- Contact
============================ */

.form-wrapper {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 6px;
}


form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    letter-spacing: 1px;
    font-size: 16px;
}

form#contact-form input,
form#contact-form select,
form#contact-form textarea {
    border-radius: 4px;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    margin-bottom: 20px;
    background: #fefefe;
    color: #888;
}

form#contact-form input,
form#contact-form select {
    height: 40px;
}

form#contact-form button {
    border-radius: 4px;
    height: 40px;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
}

form#contact-form input:focus,
form#contact-form select:focus,
form#contact-form textarea:focus {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    background: #fff;
}


/* ===========================
--- Footer
============================ */

footer {
    text-align: center;
    padding: 50px 0 30px;

}

footer p {
    color: #f8f8f8;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ccc;
}

/* ==========================
Parallax
============================= */

#separator {
    background-image: url(../img/parallax-bg.jpg);
}

#separator .icon {
    margin-bottom: 20px;
}

#separator span {
    color: #fff;
}

#separator:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}

.owl-nav {
    display: none;
}

.owl-dot {
    display: none;
}

/* ===========================
--- Elements
============================ */

.btn {

    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn:hover {
    color: #fff;
}

.mobile_header {
    display: none;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}

/* =============header========== */

header {
    position: relative;
    width: 100%;
}

header nav {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    height: 80px;
    transition: all 0.5s ease-in-out;
}

header.fixed nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000000;
    background: #798cb0;
}

header nav .container-flex {
    display: flex;
    justify-content: start;
}

header nav .logo a {
    line-height: 80px;
    font-size: 40px;
    font-weight: 900;
    color: #111;
}

header nav .nav-menu>ul {
    display: flex;
    align-items: center;
}

header nav .nav-menu>ul>li {
    position: relative;
}

header nav .nav-menu>ul>li>a {
    line-height: 80px;
    color: #111;
    font-weight: 700;
    padding: 0 20px;
    text-transform: capitalize;
}

header nav .nav-menu>ul>li .sub-menu {
    position: absolute;
    background: #f7f7f7;
    width: 250px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

header nav .nav-menu>ul>li .sub-menu li a {
    padding: 10px;
    transition: all 0.3s ease-in-out;
    display: block;
    color: #111;
    font-weight: 700;
}

header nav .nav-menu>ul>li .sub-menu li a:hover {
    background: #111;
    color: #fff;
}

header nav .nav-menu>ul>li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
}

header nav .nav-right {
    line-height: 80px;
    display: none;
    align-items: center;
    justify-content: space-between;
}

header nav .nav-right .social-lg {
    margin-right: 20px;
    padding-right: 10px;
    border-right: 2px solid #ddd;
    line-height: initial;
}

header nav .nav-right .social-lg a {
    padding: 0 8px;
    color: #111;
    font-size: 18px;
}

header nav .nav-right .contact-btn-lg {
    text-transform: capitalize;
    background: #111;
    line-height: initial;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

header nav .nav-right .contact-btn-lg:hover {
    background: #333;
}

header .social-sm {
    display: none;
}

header .times {
    display: none;
}

header .bars {
    display: none;
}

header {
    display: none;
}

/* ================header end================= */


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i {
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}






/* ====================light box============================== */
.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  span.close.cursor i {
    color: #000 !important;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 555555555555555555;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    z-index: 555555555555;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    z-index: ;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #000;
    background: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #fff;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* =========================light box======================================= */


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

header {
    display: none;
}

#about {
    background-image: url(../../img/fondo_soluciones.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    padding: 40px 0px;
}

#galeria {
    background-image: url(../../img/fondo_productos.png);
    padding: 80px 0px;
    text-align: center;
}

#gallery {
    background-image: url(../../img/fondo_productos.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    color: #fff;
}

.galeria-img img {
    border-radius: 5px;
    transition: all 0.6s;
}


#Productos h3 {
    color: #fff;
}

#about blockquote {
    text-align: justify !important;
    margin-top: 29px;
}

@media screen and (max-width: 1170px) {
    .owl-item {
        width: 317px !important;
    }

}

@media screen and (max-width: 992px) {
    .galeria-img img:hover {
        transform: scale(1.1) initial;
        transition: all 0.6s;
    }

    .owl-item {
        width: 317px !important;
    }

    .itemTitle {
        font-size: 22px !important;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0px;
    }





    .logo img {
        width: 80px;
    }

    #navigation {
        display: none;
    }

    #intro.intro {
        /* padding: 200px 0 150px 0; */
        display: none;
        /* padding: 150px 0 150px 0; */
    }

    header {
        display: block;
        background: #798faf;
    }

    .nav-right {
        display: flex !important;
    }

    header nav .nav-right .social-lg {
        display: none;
    }

    header nav .nav-menu {
        position: fixed;
        left: -100%;
        transition: all 0.5s ease-in-out;
        width: 300px;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    header.show .nav-menu {
        left: 0;
    }

    header nav .nav-menu>ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    header nav .nav-menu>ul>li>a {
        line-height: 0;
        padding: 20px 0;
        text-align: center;
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    header .social-sm {
        display: block !important;
    }

    header .times {
        display: block;
        position: absolute;
        right: 0rem;
        top: 0rem;
        font-size: 22px;
        width: 51px;
        height: 50px;
        background: #7991ae;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
        color: #fff;
    }

    header nav .nav-menu>ul>li .sub-menu {
        position: relative;
        opacity: initial;
        pointer-events: initial;
        display: none;
        border-radius: 5px;
    }

    header nav .nav-menu>ul>li .sub-menu.show-dropdown {
        display: block;
    }

    header nav .nav-menu>ul>li i {
        transition: all .3s ease-in-out;
    }

    header nav .nav-menu>ul>li i.rotate {
        transform: rotate(180deg);
    }

    /* header nav .nav-menu > ul > li:hover .sub-menu {
        display: block;
      } */
    header .container-flex {
        position: relative;
    }

    header .bars {
        display: block;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25px;
        cursor: pointer;
        color: #fff;
    }

    header nav .nav-right .contact-btn-lg {
        margin-right: 40px;
    }

    header nav .overlay {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        pointer-events: none;

        transition: all 0.3s ease-in-out;
    }

    header.show nav .overlay {
        opacity: 1;
        pointer-events: all;
    }

    .text-left {
        text-align: center;
    }

    .text-right {
        text-align: center;
    }
}
.item img{
    object-fit: cover;
    height: 450px;
}


.color-white p {
    color: #000 !important;
    text-align: justify;
}
/* Media queries */

@media (max-width:992px) {
    .color-white p {
        color: #000 !important;
        text-align: center;
    }
}

@media (max-width:900px) {
    .item img {
        object-fit: cover;
        height: 360px;
    }
  

}

@media (max-width:768px) {
   
    .navbar-header .fa {
        color: #666;
    }
    .item img {
        object-fit: cover;
        height: 300px;
    }
    #galeria {
        padding: 40px 20px;
    }

    .col-xs-6 {
        margin-bottom: 30px;
    }

    .owl-item {
        width: 240px !important;
    }

    .itemTitle {
        font-size: 12px !important;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0px;
    }

    .itemHover {
        bottom: -4px !important;
        left: 10px !important;
        position: absolute;
        height: 23%;
        width: 92% !important;
        background-color: #4072b9;
        opacity: 0.9;
    }

}

@media (max-width:552px) {
    .owl-item {
        width: 170px !important;
    }

    .itemHover {
        bottom: -7px !important;
        left: -9px !important;
        position: absolute;
        height: 23%;
        width: 88% !important;
        background-color: #4072b9;
        opacity: 0.9;
    }
    .item img {
        object-fit: cover;
        height: 203px;
    }
}



@media (max-width:480px) {
    .owl-carousel .owl-item {
        position: relative;
        width: 300px !important;
        float: none;
        left: 111px !important;
    }
    .item img {
        object-fit: cover;
        height: 340px;
    }
    .owl-item.new-s {
        position: relative;
        width: 300px;
        float: none;
        left: 1px !important;
    }

    .dsss img {
        opacity: 1 !important;
    }
}

@media (max-width: 424px){
    .owl-carousel .owl-item {
        position: relative;
        width: 300px !important;
        float: none;
        left: 72px!important;
    }
    .owl-item.new-s {
        position: relative;
        width: 300px;
        float: none;
        left: 1px !important;
    }
    }

    @media (max-width:400px) {
        .owl-carousel .owl-item {
            position: relative;
            width: 300px !important;
            float: none;
            left: 47px !important;
        }
    
        .section-heading h2 {
            font-size: 36px !important;
            margin-bottom: 10px;
            line-height: 1em;
        }
        .owl-item.new-s {
            position: relative;
            width: 300px;
            float: none;
            left: 1px !important;
        }
     
    }
    
@media (min-width: 361px) and (max-width: 420px) {
    .owl-carousel .owl-item {
        position: relative;
        width: 300px !important;
        float: none;
        left: 45px !important;
    }
    .owl-item.new-s {
        position: relative;
        width: 300px;
        float: none;
        left: 1px !important;
    }

}




@media (min-width: 341px) and (max-width: 360px) {
    .owl-carousel .owl-item {
        position: relative;
        float: none;
        left: 41px !important;
    }
    .owl-item.new-s {
        position: relative;
        width: 300px;
        float: none;
        left: 1px !important;
    }

}

@media (max-width:320px) {
    .owl-carousel .owl-item {
        position: relative;
        float: none;
        left: 24px !important;
    }
    .owl-item.new-s {
        position: relative;
        width: 300px;
        float: none;
        left: 1px !important;
    }
}

@media (min-width: 330px) and (max-width: 340px) {

    .owl-carousel .owl-item {
        position: relative;
        float: none;
        left: 24px !important;
    }
    .owl-item.new-s {
        position: relative;
        width: 300px;
        float: none;
        left: 1px !important;
    }
}