body {
    background: transparent
}

#section-cliente {
    background-image: url('../img/background/umbral-fondo.jpg');
    background-size: cover;
    height: 100vh;
}

#section-google {
    background-image: url('../img/google/Fondo-01.png');
    background-size: cover;
    height: 100vh;
}

#section-blanca {
    background: #fff !important;
    background-size: cover;
    width: 100%
}


#section-olas {
    background-image: url('../img/clientes/umbral-fondo-olas.png');
    background-size: cover;
    width: 100%;
    height: 65vh !important;
}



#section-final {
    background-image: url('../img/clientes/mockup-webinternas.png');
    background-size: cover;
    width: 100%;
    height: 65vh !important;
}

body {
    background: #fff !important
}

#section-blanca {
    background: #fff
}

.logo-marca {
    display: block !important;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    display: block !important;
}

.linea-cliente {
    height: 3px;
    background: #fff;
    width: 80%;
    margin-left: 55%;
}

.linea-cliente-2 {
    height: 3px;
    background: #000;
    width: 80%;
    margin-left: 25%;
}

.colores {
    width: 20%;
    height: 100px;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
}

.centro-p {
    position: relative;
    top: 40px;
    left: 28px;
}

/*Video play*/
.video-img-play {
    position: absolute;
    left: 42.5%;
    top: 24vh;
    cursor: pointer;
    width: 8vw;
}


/*Slider*/

.item {
    opacity: 0.4;
    transition: .4s ease all;
    transform: scale(.8);
}

@media(max-width:1000px) {
    .item {
        margin: 0;
        transform: scale(.9)
    }
}

.active .item {
    opacity: 1;
    transform: scale(1);
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.inner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transition: .3s ease border-color
}

.inner a:hover {
    border-color: #fff;
}

.black .inner a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.4)
}

.black .inner a:hover {
    border-color: #000;
}

.owl-carousel:after {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -4%;
    pointer-events: none;
    background: url() no-repeat center 50%;
    background-size: 100% auto;
}

.owl-controls {
    position: absolute;
    margin-top: 300px;
}


.cliente-relacionado {
    height: 65vh;
    background-size: cover;
}


.navbar-right {
    transition: all 0.5s ease-in-out;
}

.logo-marca {
    transition: all 0.5s ease-in-out;
}

.menuBurguer ul.menu {
    transition: all 0.5s ease-in-out;
}

.ul-transition {
    transition: all 0.5s ease-in-out;
    top: 3.5% !important; 
        filter: invert(1);
}

.logo-marca-transition {
    transition: all 0.5s ease-in-out;
    margin-top: -5% !important
}

.navbar-right-transition {
    transition: all 0.5s ease-in-out;
    margin-top: -4.1% !important
}

.navbar-right {
    display: none !important;
}

.invert {
    filter: invert(1);
}

.invert.active_menu {
    filter: invert(0) !important;
}

.logo-marca {

    margin-top: 10%;
}

.social{
    filter: invert(1) !important;
}

.logo-marca-transition{
    filter: invert(1) !important;
}

@media (min-width: 768px) {
    .ul-transition {
        transition: all 0.5s ease-in-out;
        top: 3% !important;
    }

    .navbar-inverse {
        margin-top: 6px;
    }


    .pad-15-desk-lados {
        padding-left: 15%;
        padding-right: 15%;
    }

}

#section-gradient-celeste {
    background: rgb(181, 207, 246);
    background: -moz-linear-gradient(0deg, rgba(181, 207, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(181, 207, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(181, 207, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5cff6", endColorstr="#ffffff", GradientType=1);
}

h1 {
    font-size: 3em !important
}

/*Video play*/
.video-img-play {
    position: absolute;
    left: 46%;
    top: 38vh;
    cursor: pointer;
    width: 8%;
}



@media (max-width: 768px) {


    .video-img-play {
        left: 38.5%;
        top: 18vh;
        cursor: pointer;
        width: 20%;
    }

    .pad-15-rl h3,
    .h3 {
        font-size: 1.6em !important;
    }

    .pad-lad-10-mob {
        padding-right: 10%;
        padding-left: 10%
    }

    .pad-5-lad-mob {
        padding-left: 5%;
        padding-right: 5%;
    }

    .mt-mob-80 {
        margin-top: -80%;
    }

    .cliente-relacionado {
        height: 25vh;
    }

    .umbral {
        width: 100%;
    }

 

    .mt-mob-10 {
        margin-top: 10%
    }

    .mt-mob-30 {
        margin-top: 30%
    }

    .mt-mob-vertical {
        margin-top: 35vh
    }

    .colores {
        height: 55px
    }

    .centro-p {
        top: 22px !important;
        font-size: 12px;
        left: 8px;
    }

    .logo-marca {
        margin-left: 9%;
        margin-top: 5% !important
    }

    .mobile-nav {
        height: 12vh;
    }



}