body{
    background: #fafafa;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
a{
    text-decoration: none;
}
a:hover,
a:focus,
a:active{
    text-decoration: none;
}
.margin-tb-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-top-0{
    margin-top: 0px !important;
}

.header-wrapper{    
    border-top: 4px solid #337ab7;
    padding: 25px 0px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.2);
}
.logotype{
    max-width: 200px;
    height: auto;
    width: auto;
}
.menu-container{
    text-align: right;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    display: inline-block;
}
.menu li {
    float: left;
    margin: 0;
    list-style: none;
    list-style-image: none;
}
.menu li.active a{
    color: #78be20;
}
.menu li:hover a{    
    text-decoration: none;
    background: #eee;
    border-color: #ddd;
    position: relative;
}

.menu li a {
    margin: 0;
    margin-left: 15px;
    border-radius: 2px;
    -webkit-transition: all,0.15s;
    -moz-transition: all,0.15s;
    -o-transition: all,0.15s;
    transition: all,0.15s;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    color: #777;
    border: 1px solid rgba(221,221,221,0);
    display: block;
}
.billboard{
    width: 100%;
    height: 400px;
    background-image: url(../images/inicio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
}
.billboard .billboard-content h1{
    line-height: 1.3;    
    font-size: 30px;
    color: #fff;
    width: 800px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-shadow: 2px 2px 2px #444;
}

.billboard .billboard-content h1:nth-child(1){
    margin-top: 80px;
}
.billboard .billboard-content h1:nth-child(2){
    text-indent: 1em;
}
.billboard .billboard-content h1:nth-child(3){
    text-indent: 2em;
}
.billboard .billboard-content h1:nth-child(4){
    text-indent: 3em;
    
}
.section-header{
    font-size: 25px;
    color: #00b567;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    text-transform: uppercase;
}
.shadow-fix {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);    
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.service{
    background: #f5f5f5;
    padding: 15px;
}
.services-item img,
.service img{
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}
.services-item img{
    margin-top: -15px;
}
.services-item .product-brand{
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    margin-top: 15px;
}
.services-item .product-brand img{
    margin-top: 0px;
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.client-item{
    max-width: 100px;
    height: 100px;
    display: block;
    position: relative;
    margin-top: 30px;
}
.client-item img{
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.service h2{
    font-size: 20px;
    margin-bottom: 20px;
    clear: both;
    
}
.service h2::after{
    width: 39px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 13px;
    content: '';
    background: #337ab7;
    position: relative;
    display: inherit;
}

.services-item .border-top {    
    border-top: 1px solid #dddddd;    
    
}
.services-item h3 {
    display: inline-block;
    position: relative;
    margin-top: 0px;
    border-top: 5px solid #7ac043;
    padding-top: 8px;
    width: 50%;
}
.services-item ul,
.service ul,
ul.custom-list{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.services-item ul li,
.service ul li,
ul.custom-list li{
    position: relative;
    padding: 0 0 5px 15px;
}
.services-item ul li::before,
.service ul li::before,
ul.custom-list li::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 2px;
    background: #337ab7;
    height: 6px;
    width: 6px;
    border-radius: 100%;
}
p.intro {
    color: #7B7E8B;
    font-size: 15px;
    line-height: 1.5em;
}
.planeacion-desarrollo{
    background-image: url(../images/planeacion.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-service{
    padding: 15px;
    font-size: 12px;
    margin: 10px 0px;
}
.we-are{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(../images/nosotros.png);
    display: block;
    min-height: 350px;
    position: relative;
}
.we-are .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(51,122,183, 0.85);
}
.we-are-item{
    margin-top: 15px;
    border-top: 1px dotted #ddd;
    padding-top: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.we-are-item h5{
    font-size: 15px;
    letter-spacing: 1.3px;
    font-weight: 800;
    text-transform: uppercase;
}
.contact-item{
    margin-top: 15px;
    border-top: 1px dotted #ddd;
    padding-top: 5px;
    font-weight: 400;
}
.contact-item-item h5{    
    letter-spacing: 1.3px;
    font-weight: 800;
    text-transform: uppercase;
}
#map{
    height: 500px;
}
.btn-datasix{
    padding: 6px 25px;
    background: #78be20;
    color: #fff;
    border: none;
}
.btn-datasix-default{
    padding: 6px 25px;
    border: none;
    background: #fafafa;
}
.btn-datasix-default:hover,
.btn-datasix-default:focus,
.btn-datasix-default:active{
    background-color: #e6e6e6;    
}
.btn-datasix:hover,
.btn-datasix:focus,
.btn-datasix:active{
    background: #71b31e;
    color: #fff;
    border: none;
}
.custom-button{
    text-transform: uppercase;
    margin: 15px;
    display: inline-block;
    color: #eee;
    background: #777;
    border: none;
    padding: 10px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    
}
.custom-button:hover,
.custom-button:focus{
    color: #fff;
    background: #555;
}
.arrow::after {
    content: "\2192";
    margin: 0 0 0 8px;    
    display: inline-block;
}
td.clients{
    vertical-align: center;
    text-align: center;
}
td.clients img{
    max-height: 100px;
    margin: 0px auto;
}
.footer{
    padding: 20px 0px 30px 0px;
    background: #404040;
    margin: 20px 0 0 0;
    border-top: 6px solid #282828;
    color: #999;
}
.footer a{
    color: #999;
    text-decoration: none;
}
.footer a:hover,
.footer a:focus{
    cursor: pointer;
    color: #40A0D1;
}
.footer h3{
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 400px;
    padding: 10px 0px;
}

.footer h3.divide {
    border-top: 1px dotted #555;
    margin-top: 15px;
}

.footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer ul li{
    font-size: 12px;
    margin-top: 2px;
}
@media (max-width: 768px) {
    .billboard .billboard-content h1{
        max-width: 100%;
        text-align: left;
    }
    .services-item img {
        margin-top: 0px;
    }
    .menu li {
        width: 100%;
        text-align: center;
    }
    .menu li a {
        display: block;
    }
    .billboard .billboard-content h1:nth-child(n){
        text-indent: 0;
    }
}
