body{
    position: relative;
    overflow-x: hidden !important;
    font-weight: 300;
}

a{
    color: inherit;
}

a:hover{
    text-decoration: none;
    color: inherit;
}

h1,h2,h3,h4,h5,h6,p,a,label,li,button{
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
}

nav{
    position: relative;
    width: 100%;
    z-index: 10;
}

.main-nav ul li a{
    color: #000;
    text-transform: uppercase;
    padding: 0px 30px;
    color: rgba(84,74,101,1);
    position: relative;
    letter-spacing: 2px;
    font-weight: 400 !important;
}

.main-nav ul li a:hover .icon-custom{
    opacity: .8 !important;
}

nav .pre-nav{
    background-color: #13322b;
    color: #fff;
    padding: 12px 0px;
    font-size: 80%;
    text-transform: uppercase;
}

.main-nav{
    color: #564966;
    padding: 40px 0px;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin:0 auto;
}

.main-nav .logo-center{
    margin-left: 25px;
}

.main-nav .nav-left{
    padding-left: 5%;
}

nav .pre-nav .redes li a{
    margin-right: 0px;
    padding: 0px;
    color: #fff !important;
}

nav .pre-nav .redes li i{
    margin-right: 10px;
    margin-left: 0px;
    padding: 0px;
    font-size: 1.3em;
}

h6{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 70%;
    letter-spacing: 1px;
}

.icon-home{
    background: url("../img/icons/icon-home.png");
}

.icon-services{
    background: url("../img/icons/icon-services.png");
}

.icon-testimony{
    background: url("../img/icons/icon-testimony.png");
}

.icon-contact{
    background: url("../img/icons/icon-contact.png");
}

.icon-home-negative{
    background: url("../img/icons/icon-home-negative.png");
}

.icon-services-negative{
    background: url("../img/icons/icon-services-negative.png");
}

.icon-testimony-negative{
    background: url("../img/icons/icon-testimony-negative.png");
}

.icon-contact-negative{
    background: url("../img/icons/icon-contact-negative.png");
}

.icon-custom{
    position: absolute;
    z-index: -1;
    width: 70px;
    height: 70px;

    top: 50%;
    left: 50%;

    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;

    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    opacity: .3;

    transition: ease-in-out .2s all;
    -webkit-transition: ease-in-out .2s all;
    -moz-transition: ease-in-out .2s all;
    -ms-transition: ease-in-out .2s all;
    -o-transition: ease-in-out .2s all;
}

.hide-text {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
}

.logo {
    background: url("../img/logo-n.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 320px;
    height: 150px;
    display: inline-block;
    margin: 0;
}

.logo-white {
    background: url("../img/logo-n-b.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 320px;
    height: 150px;
    display: inline-block;
    margin: 0;
}

.header{
    position: relative;
    height: 600px;
    overflow: hidden;
}

.header-image{
    width: 100%;
    margin-top: -350px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: inline-block;
    z-index: 9;
}

.header-line{
    background-color: #564966;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 600px;
    z-index: 2;
}

.header-info{
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);

    width: 70%;
    padding: 0px 120px;
    padding-bottom: 0px;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.header-info h6{
    width: 100%;
}

.header-info .btn-primary-outline{
    padding: 13px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8em;
    text-align: center;
    border-radius: 25px;
    margin: 30px auto;
    border: 1px solid #fff;
}


.header-info .btn-primary-outline:hover{
    background-color: #fff;
    color: #000;
}

.scroll-icon{
    background: url("../img/icon-scroll.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;

}

.galeria-links{
    background-color: #dcdada;
    color: #000;
    padding: 15px 40px;
}

.galeria-links a{
    margin: 0px;
    padding: 0px;
}

footer{
    background-color: #13322b;
    color: #fff;
}

.pre-footer{
    padding: 90px 0px;
    font-weight: 300;
    text-align: center;
    width: 90%;
}

.pre-footer .first-line{
    margin-bottom: 80px;
}

.pre-footer .redes a i{
    font-size: 2em;
    padding: 0px 10px;
}

.pre-footer h2{
    font-size: 1.6rem;
}

.post-footer{
    padding-top: 0px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.post-footer .main-nav a{
    color: #fff !important;
}

.footer-note{
    font-size: 90%;
    padding: 20px 0px;
}

.footer-note p:last-child{
    opacity: .5;
    margin-top: 5px;
}

.servicios .servicios-info{
    /*padding: 120px 0px;*/
}

.icon-1 {
    background: url("../img/icons/icon-1.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-2 {
    background: url("../img/icons/icon-2.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-3 {
    background: url("../img/icons/icon-3.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-servicios{
    width: 100px;
    height: 100px;
    display: block;
    margin: 40px auto;
    margin-top: 15px;
}

.servicios .col-md-3 {
    overflow: hidden !important;
}

.servicios .servicios-info .col-md-4{
    padding: 0px 50px;
    text-align: center;
}

.servicios-info h4{
    font-weight: bold !important;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.servicios-info p{
    font-size: 1em;
    font-weight: 200;
}

.image-servicio{
    padding: 260px 0px;
    text-align: center;

    overflow: hidden;
}

.image-servicio h2{
    color: #fff;
    font-size: 2.2em;
    font-weight: 200;
    position: relative;
    z-index: 2;
}

.image-servicio p {
    color: #fff !important;
    padding-left: 50px;
    padding-right: 50px;
}

.image-servicio-text {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 0%;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    transition: 0.5s;
}

.image-servicio-text p{
    color: #fff;
    font-size: 0.9em;
    padding: 30px 45px;
    line-height: 1.5;
}

.image-servicio:hover + .image-servicio-text, .image-servicio-text:hover {
    height: 50%;
}

/*===================================================
*   Carousel Styles
===================================================*/
.owl-carousel .owl-controls {
    text-align: center;
    height: 0px;
}
.owl-carousel .owl-controls .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0px 7.5px;
    background-color: rgba(255,255,255,0.4);
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.owl-carousel .owl-controls .active {
    background-color: #fff !important;
}
.owl-dots {
    position: relative;
    top: -80px;
}
.owl-prev,
.owl-next {
    background-color: rgba(255,255,255,0);
    display: inline-block;
    height: 100px;
    width: 20px;
    border-radius: 50%;
    border: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.owl-prev i,
.owl-next i {
    font-size: 2.3em;
    position: relative;
    line-height: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.owl-next {
    right: 20px;
}
.owl-prev {
    left: 20px;
}


/*------------------------*/
/*------------------------*/
/*------------------------*/
/*------------------------*/
/*------------------------*/


.testimonios{
    padding-top: 120px;
}

.testimonios .title{
    font-size: 2.8em;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.3em;

}

.testimonios .description{
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 30px;

}

.testimonios .col-md-6{
    position: relative;
}

.testimonios .img-boss{
    position: absolute;
    width: 100%;
    top: -80px;
    padding-left: 50px;
    z-index: -1;
}

.testimonios .img-boss-info{
    position: absolute;
    width: 150px;
    bottom: 30px;
    right: 0px;
    z-index: 2;
}

.img-boss-info h4{
    margin-bottom: 5px;
    font-size: 1.3em;
}

.img-boss-info p{
    font-size: .8em;
    margin-bottom: 15px;
}

.testimonios .testimonial-box{
    border-radius: 20px;
    background-color: rgba(84,74,101,1);
    padding: 10px 0px 40px 0px;
    color: #fff;
    margin-top: 80px;
    margin-bottom: -80px;
    z-index: 10;
    position: relative;
}

.testimonial-box h3{
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0px 60px;
}

.testimonial-box p{
    line-height: 1.3em;
}

.testimonial-box .item{
    padding: 0px 60px;
}

.testimonial-box .foto-usuario{
    margin-top: 40px;
}

.testimonial-box .foto-usuario img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    display: none;
}

.testimonial-box .foto-usuario h5{
    font-size: 1.2em;
    margin-bottom: 0px;
}

.testimonial-box .foto-usuario span{
    display: block;
    opacity: .7;
    font-size: .8em;
}

.testimonial-box .owl-prev, 
.testimonial-box .owl-next{
    background-color: #fff;
    width: 60px;
    height: 60px;
    z-index: 80;
    color: rgba(84,74,101,1);
    border-radius: 100%;

    box-shadow: 0px 0px 13px 0px rgba(84,74,101,1);
}

.testimonial-box .owl-prev i, 
.testimonial-box .owl-next i{
    line-height: 60px;
}

.testimonial-box .owl-prev{
    left: -30px;
}

.testimonial-box .owl-next{
    right: -30px;
}

.image-1 {
    background: url("../img/services/coffe.jpg");
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.image-2 {
    background: url("../img/services/box.JPG");
    background-position: 25% center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.image-3 {
    background: url("../img/services/desyuno.jpg");
    background-position: 65% center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.image-4 {
    background: url("../img/services/medida.jpg");
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.image-servicio .overlay{
    background-color: #232f29;
    opacity: .4;

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.galeria .line-galeria{
    background-color: #f0d07d;
    width: 100%;
    height: 8px;
    position: relative;
}

/* ------------------ */
/* ------------------ */
/* SIDEBAR RESPONSIVO */
/* ------------------ */
/* ------------------ */

.responsive-nav {
    width: 100%;
    z-index: 1999;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 80px;
    color: #fff;
    background-color: #13322b;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);

    display: none;
}

.responsive-nav .btn-menu {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    right: 30px;
    background: transparent;
    color: #fff;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 0.4em;
    cursor: pointer;
}

.responsive-nav .btn-menu i {
    font-size: 4em;
    margin-left: 15px;
    position: relative;
    top: 12px;
}

.responsive-nav .logo {
    background: url("../img/logo-n-b.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    margin-top: 0px;
    height: auto;
    float: left;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    margin-left: 30px;
}

#sidebar-wrapper{
    position: fixed;
    height: 100%;
    z-index: 3000;
    width: 250px;
    overflow-x: hidden;
    overflow-y: scroll;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: -250px;
    background: #fff;
}

.menu-container{
    background-color: #fff;
}

body.toggled #sidebar-wrapper{
    transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
}

.sidebar-nav {
    width: 100%;
    padding: 0;
    list-style: none;
}

.sidebar-nav .nav-title{
    padding: 0px 33px;
    text-transform:uppercase;
    font-size: 0.8em;
    margin-top: 15px;
    color: #989a9e;
    line-height: 45px;
}

.sidebar-nav .user{
    background-color: #191d3f;
    width: 100%;
    position: relative;
}

.sidebar-nav .contenido{
    margin-bottom: 60px;
}

.sidebar-nav .user li{
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.sidebar-nav .user li a{
    color: #1e1e1e;
}

.sidebar-nav ul {
    list-style: none;
    padding: 0px;
}

.sidebar-nav li {
    line-height: 55px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    padding: 0px 15px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 200;
    font-size: 0.8em;
}

.sidebar-nav li a i{
    padding: 0px 20px;
    font-size: 1.3em;
    width: 60px;
    position: relative;
    top: 2px;
    color: #1e1e1e;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    background: #f8f8f8;

    color: #1e1e1e;
}

.sidebar-nav li a:hover i{
    color: #1e1e1e;
}

.sidebar-nav .title{
    font-size: 0.5em;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #919197;
    letter-spacing: 3px;
    font-weight: 200;
}

.sidebar-overlay{
    background: rgba(0,0,0,.3);
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 150%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;


    transform: translate3d(-260px, 0, 0);
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
}

body.toggled {
    overflow-y: hidden;
}

body.toggled .sidebar-overlay{
    opacity:1;
    transform: translateX(0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    z-index: 2001;
}

.brand-header{
    position: relative;
    text-align: center;
    background-color: #fff;
    height: 70px;
}

.brand-header .close-btn{
    font-size: 1em;
    color: #1e1e1e;
    position: absolute;
    left: 25px;
    top: 20px;
    background-color: transparent;
    border: none;
    cursor:  pointer;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {

}

@media only screen and (max-width : 1400px) {    
    .main-nav{
        width: 100%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1120px) {
    nav{
        display: none;
    }

    .responsive-nav{
        display: block;
    }

    .post-footer .main-nav{
        display: none;
    }

    .header{
        height: auto;
    }

    .header-line{
        position: absolute;
        height: 100%;
    }

    .header-info {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        padding: 180px 30px;
        padding-bottom: 80px;
    }

    .header-image {
        width: 100%;
        margin-top: 0px;
        bottom: -150px;
        top: initial;
        left: -15%;
        width: 130%;
        display: inline-block;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {




    .testimonios{
        text-align: center;
    }

    .testimonios .description {
        padding: 0px 20px;
    }

    .testimonios .testimonial-box {
        margin-bottom: 80px;
    }

    .testimonial-box .owl-prev, .testimonial-box .owl-next {
        width: 40px;
        height: 40px;
    }

    .testimonial-box .owl-next {
        right: -10px;
    }

    .testimonial-box .owl-prev {
        left: -10px;
    }

    .testimonial-box .owl-prev i, .testimonial-box .owl-next i {
        line-height: 40px;
    }

    .owl-prev i,
    .owl-next i {
        font-size: 1.3em;
        left: 15%;
    }

    .testimonios .img-boss {
        position: relative;
        top: 0px;
        padding-left: 0px;
    }

    .pre-footer .redes{
        margin: 60px 0px;
    }



}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .image-servicio-text {
        height: 40%;
        background: rgba(0, 0, 0, 0.8);
    }

    .image-servicio-text p{
        font-size: 0.8em;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

.owl-carousel.slider-galeria {
    height: 300px;
    overflow: hidden;
} 

.owl-carousel img.slider-image{
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}