.logolook{
    width: 9em !important;
}

.fullscreen{height:600px !important;}

.rounded{
    border-radius: 10px !important;
}

.carousel{
    /*height: auto !important;*/
}

.carousel-caption{
    top:240px !important;
    text-transform: uppercase;
    position: absolute;
}

#carousel-clientes{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

#carousel-clientes img{
    width: 150px !important;
}

.single-feature:hover p{
    color: #fff !important;
}

.h1-grd{
    font-size: 1.1em;
}
.h1-grd-2{
    font-size: 1.3em;
    line-height: 1.2;
}

.carousel-caption-h1-span{
    font-size: 1.8em;
    line-height: 1;
}

/* Slides */
.slideUm{
    background: url(/assets/imagens/slides/slideum.jpg);
    background-repeat: no-repeat;
    background-size: 100vw;
    height: 100vh;
}
.slideDois{
    background: url(/assets/imagens/slides/slidedois.jpg);
    background-repeat: no-repeat;
    background-size:100vw;
}
.slideTres{
    background: url(/assets/imagens/slides/slidetres.jpg);
    background-repeat: no-repeat;
    background-size:100vw;
}

.card-linh-cinza-clara{
    border: solid 1px #E8E8E8 !important;
}

.owl-dot.active{
    background: #CFCFCF !important;
}
.owl-dot{
    background: rgb(218 216 210 / 20%) !important;
}

.genric-btn.primary{
    background: #CFCFCF;
}