body,
p,
a {
    font-family: 'Helvetica', 'Arial', 'sans-serif', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

a.nav-link {
    font-family: 'Helvetica Neue', 'Arial', 'sans-serif', sans-serif;
    font-size: 11px;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 3px;
}

div#carousel-mobil-logos .carousel-control-prev-icon,
div#carousel-mobil-logos .carousel-control-next-icon {
    filter: invert(1);
}

nav.navbar {
    background-color: #fff;
}

.menu {
    background-color: #fff;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after {
    top: 8px;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
    border: 0px !important;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.responsive {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.show-only-desktop .col-4 p {
    color: #c1c1c1 !important;
}

h2.vc_custom_heading {
    padding-top: 10%;
    padding-bottom: 5%;
}

.wrapper-nosotros {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 3%;
    padding-bottom: 10%;
}

.container-custom {
    max-width: 1000px;
    margin: auto;
}

h2 {
    font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
}

article#servicios {
    background: url(https://labdevelop.com/images/01596.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

article#clientes {
    background-image: url(https://labdevelop.com/images/fondo-juntoscreando-y-ejecutando.png);
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-size: auto !important;
    background-size: auto;
    background-blend-mode: screen;
}

article#clientes {
    padding: 3% 0px;
}

article#contactenos {
    background: url(https://labdevelop.com/images/IMG_0292b.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

article#contactenos .container-fluid.text-center {
    background-color: rgba(0, 0, 0, 0.9);
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-inner {
    padding: 0 5%;
    background-color: #fff;
}

a.vc_btn3-style-outline-custom {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 24px;
    border: 2px solid;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
}

.background-esencia {
    background: url(https://labdevelop.com/images/IMG_0295-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cotizaciones p {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 8px;
}

.show-only-desktop {
    display: block;
}

.show-only-mobil {
    display: none;
}

div#nesencia-carousel .carousel-inner {
    background-color: transparent;
}

.col-12.nesencia.text-center p {
    color: #fff;
}

.col-3.m-auto img {
    background-color: #000;
    border-radius: 100%;
    padding: 5px;
}

.bg-negro-text-blanco h2 {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.bg-negro-text-blanco {
    background-color: #000;
    padding: 2%;
    border-radius: 5px;
}

.show-only-mobil.services .row {
    padding: 10px;
}

p {
    font-family: 'Helvetica', 'Arial', 'sans-serif', sans-serif;
    font-size: 15px;
    color: #777777;
    line-height: 1.75em;
    font-weight: 300;
}

.content-slid h2 {
    color: #d95e9a;
    line-height: 24px;
}

ol.carousel-indicators li {
    background-color: grey;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #000;
}

div#carouselExampleIndicators i.fa.fa-chevron-left.icons_slider,
div#carouselExampleIndicators i.fa.fa-chevron-right.icons_slider {
    /* background-color: red; */
    color: #000;
    font-size: 15px;
}


/* #Media
================================================== */

@media (min-width: 1600px) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 50px;
    }
}

@media (max-width: 800px) {
    .show-only-desktop {
        display: none !important;
    }
    .show-only-mobil {
        display: block;
    }
    .responsive {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .cotizaciones p {
        font-size: 15px;
    }
    .imp-am {
        font-size: 15px;
    }
    a.nav-link {
        width: 100%;
        padding: 10px !important;
        background-color: rgba(0, 0, 0, 0.1);
        margin: 2px;
    }
    .nav-item:hover .nav-link {
        color: unset;
    }
    h2 {
        font-size: x-large;
    }
    .nav-item.active .nav-link {
        border-bottom: 0px solid;
    }
    article#nosotros .mt-5 {
        margin-top: 10px !important;
    }
    div#nesencia-carousel {
        width: 90%;
        margin: auto;
    }
    div#nesencia-carousel span.carousel-control-prev-icon,
    div#nesencia-carousel span.carousel-control-next-icon {
        width: 10px;
        height: 10px;
    }
    div#nesencia-carousel p {
        font-size: 14px;
        line-height: 17px;
    }
    div#nesencia-carousel .carousel-inner {
        height: 270px;
    }
    .bg-negro-text-blanco span {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
    }
    h2.vc_custom_heading {
        font-size: 20px !important;
    }
    .bg-negro-text-blanco {
        padding: 5% 2%;
    }
    article#clientes p {
        font-size: 14px !important;
    }
    article#clientes {
        padding-bottom: 12%;
    }
    ol.carousel-indicators li {
        background-color: rgba(0, 0, 0, 0.4);
        width: 12px;
        height: 10px;
        border-radius: 50%;
    }
    ol.carousel-indicators li.active {
        background-color: #000;
    }
    .carousel-inner {
        text-align: center;
    }
    article#contactenos h2 {
        font-size: 25px !important;
        margin: 12% 0px;
    }
    article#contactenos {
        background-size: cover;
    }
}