/*-------------------------GERAL-----------------------------------*/
body {
    font-family: 'Lato', sans-serif;
    background-color: rgb(239, 240, 240);
}

p {
    color: #64707b;
    font-size: 16px;
    font-weight: 300;
}

h3 {
    color: #41464b;
    text-transform: uppercase;
}

/*-------------------------Content-box generic-----------------------------------*/
.content-box {
    padding: 80px 0;
}

.content-title h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0 30px 0;
}

.content-title-underline {
    height: 3px;
    width: 60px;
    background-color: #34c6d3;
    margin: 0 auto 30px auto;
}

/*-------------------------PLANNING-----------------------------------*/

.imagemplanning{
    width: 100%;
    height: 300px;
    background: no-repeat top center / cover;
}

.service-item {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;

}

.service-item-title h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px 10px;
    padding-left:20px;
}

.service-item-description p {
    margin: 10px;
    padding-left:20px;
    width:100%;
}

/*-------------------------UX E UI-----------------------------------*/

.imagemuxeui{
    width: 100%;
    height: 300px;
    background: no-repeat top center / cover;
}



/*-------------------------DEVELOPMENT-----------------------------------*/

.imagemdevelopment{
    width: 100%;
    height: 300px;
    background: no-repeat top center / cover;
}


/*----------------navbar--------------------------*/
.navbar {
    background-color: #1f3239;
    padding: 15px 0;
    -webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.vesco-top-nav {
    background-color: #1f3239;
    padding: 10px 0;
}


.vesco-nav-wrapper {
    padding: 0 65px;
}

.navbar-brand {
    padding: 5px 0 8px;
}

.navbar-brand img {
    width: 210px;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    -webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #daba07;
}

.navbar-toggle {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-collapse {
    max-height: none !important;
}

.vesco-top-nav ul.navbar-nav>li.active>a {
    color: #daba07;
}

.actual {
    color: #daba07;
}