body{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
}

a{
    color: #fff;
}

a:hover, a:focus{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #9a9c9f;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
    
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);*/
    /*border: 1px solid rgba(0,0,0,0.2);*/
    margin-top: 20px;
}

.btn-default:hover, .btn-default:focus{
    background: #8e9093;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
}
.facebook{
    padding-left: 15px;
    padding-right: 15px;
}
.gmail{
    padding-left: 15px;
    padding-right: 15px;
}
.amarilla{
    padding-left: 12px;
    padding-right: 13px;
}

.heading{
    margin-bottom: 20px;
    font-weight: bold;
}

/** jumbotron **/
.jumbotron{
    padding: 0;
    background: #fff;
    background-size: cover;
    border-radius: 0;
    margin-bottom: 0;
    height: 677px;
}

.navbar
{
    background: transparent;
    border: none;
    box-shadow: none;
}

.navbar-default{
    margin-top: 30px;
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}

.navbar-default .navbar-brand{
    text-indent: -9999px;
    height: 50px;
    width: 256px;
    background-image: url(../img/secciones/logo.png); 
    margin: 0;
    margin-left: 20px !important;
}

.navbar-default .navbar-brand:hover{
    border-bottom: none;
}

.navbar-default .navbar-nav{
    padding: 0;
    margin: 0;
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    
}

.navbar-default .navbar-nav>li>a{
    font-weight:;
    font-size: 14px;
    text-shadow: none;
    color: #000;
    padding: 3px 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #17c023;
    border-bottom: none;
    background: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    box-shadow: none;
    background: #108918;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff;
}

.navbar-default .navbar-toggle{
    background: #108918;
    
}

.navbar-default .navbar-toggle:hover{
    background: #13a01c;
    
}

.navbar-default .navbar-toggle:focus{
    background: #13a01c;
    
}

.navbar-default .navbar-toggle .icon-bar{
    background: #fff;
    
}



/* end navbar */

/** Banner **/




/** end **/

/* jumbotron-inner begin */

.jumbotron-inner h1{
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 48px;
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.jumbotron-inner h4{
    color: #cccccc;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    margin-bottom: 30px;
}

.jumbotron-inner a{
    margin-left: 15px;
    color: #fff;
    border-bottom: 1px solid #ddd;
}

.jumbotron-inner img{
    
    
}

.jumbotron-inner .btn-primary{
    background: #fb2f3a;
    border: none;
    box-shadow: 0 2px 1px rgba(0,0,0,0.3);
    font-weight: bold;
    text-shadow: none;
    margin-top: 0;
}

/** end **/

/** Process **/

#process{
    background: #eeeeee;
    border-bottom: #dddddd;
    border-top: 1px solid #fff; 
    box-shadow: 0 -3px 5px rgba(0,0,0,0.3);
    position: relative;
    z-index: 10;
    padding: 60px;
}

.h-line{
    max-height: 5px;
    background: url(../img/h-line.jpg) repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    top: 55px;
    z-index: -1;
}

.process-icon{
    display: inline-block;
    width: 100px;
    height: 99px;
    background: transparent url(../img/process-sprite.png) no-repeat;
    background-position: left top;
}

.process-icon.idesign{
    background-position: -100px top;
}
.process-icon.idevelop{
    background-position: -200px top;
}
.process-icon.ilaunch{
    background-position: -300px top;
}
/** end **/

/** Portfolio **/



#portfolio{
    padding: 60px 0;
}


.title{
    margin-bottom: 0;
    font-weight: bold;
}

.category{
    font-size: 12px;
    color: #999999;
}

/** end **/

/** Partners **/

#partners{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

/** end **/

/** widgets **/

#widgets{
    padding: 50px 0 60px 0;
    border-bottom: 1px solid #ddd;
}

.testimonials blockquote{
    overflow: hidden;
    border: none;
    padding-top: 0;
}

.testimonials blockquote p{
    font-family: Georgia, Serif;
    font-style: italic;
    color: #7d7d7d;
    font-size: 14px;
    margin-bottom: 20px;
   
}

.testimonials blockquote cite{
    color: #ccc;
}

.blog-lists{
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.blog-lists li, .tweet-lists li{
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    
}

.blog-lists li:first-child, .tweet-lists li:first-child{
    padding-top: 0;
}

.blog-lists li:last-child, .tweet-lists li:last-child{
    border-bottom: 0;
}

.blog-lists h5{
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
}

.blog-lists h5 a{
    color: #333;
}

.blog-lists h5 a:hover{
    color: #666;
}

.tweet-lists{
    list-style: none;
    padding: 0;
    margin: 0;
}

.tweet-lists li img{
    margin-right: 20px;
}

/** end **/

footer{
    padding: 60px 0;
}

.table{
    display: table;
    margin: 0 auto;
    width: 0;
}

.footer-links{
    list-style: none;
}

.footer-links li{
    float: left;
    margin-right: 40px;
}

.footer-links li a{
    color: #fff;
    font-size: 12px;
}

#social{
    clear: both;
    margin-top: 20px;
    margin-bottom: 30px;
}

.twitter{
    background: #fff;
    color: #383838;
    margin-right: 4px;
}

.twitter:hover, .twitter:focus{
    background: red;   
    color: #fff;
}

.facebook{
    background: #fff;
    color: #383838;
    margin-right: 4px;
}

.facebook:hover, .facebook:focus{
    background: yellow;
    color: #000;
}
.gmail{
    background: #fff;
    color: #383838;
    margin-right: 4px;
}
.gmail:hover, .gmail:focus{
    background: #3b5998; 
    color: #fff;
}
.amarilla{
    background: #fff;    
    color: #383838;   
}
.amarilla:hover, .amarilla:focus{
    background: #5ea9dd; 
    color: #fff;
}

footer{
    background-color: #383838;
}

footer .twitter{
    border-color: #fff;
}

footer .facebook{
    border-color: #fff;
}

footer small{
    color: #fff;
}

footer .btn{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border-bottom: 0 !important;
}

.bienvenido{
    margin-top: 50px;
    margin-bottom: 50px;
}

.bienvenido h3{
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.bienvenido img{
     display: block;
     margin: 0 auto;
     
}
.bienvenido a:hover, .bienvenido a:focus{
    border-bottom: 0;
}

.bienvenido p{
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

.plan p{
    font-size: 15px;
    margin-bottom: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}

.design p{
    font-size: 15px;
    margin-bottom: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}

.develop p{
    font-size: 15px;
    margin-bottom: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.launch p{
    font-size: 15px;
    margin-bottom: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}
.plan h4{    
    font-family: 'Roboto Condensed', sans-serif;
}

.design h4{    
    font-family: 'Roboto Condensed', sans-serif;
}

.develop h4{    
    font-family: 'Roboto Condensed', sans-serif;
}

.launch h4{    
    font-family: 'Roboto Condensed', sans-serif;
}

.carousel-control:focus, .carousel-control:hover{
    border-bottom: 0 !important;
}

.bienvenido .bg-icono{
    background-color: #e6e6e6;
}

footer{
    padding-top: 20px;
    border-top: 1px solid #ddd;
}








@media (min-width: 768px) and (max-width: 979px){
    .navbar-default .navbar-nav{
        float: right;
        
    }
    body{
        padding: 0;
    }
    .plan, .design, .develop, .launch, .textimonials, .blog, .tweets, .p-item{
        margin-bottom: 40px; padding: 0 40px;
        
    }
}

@media (max-width: 768px){
    .navbar-default .navbar-nav{
        float: none; margin-bottom: 20px; margin-top: 20px; text-align: center;
    }
    .navbar-default .navbar-nav>li{
        padding-bottom: 10px;
        
    }
    body{
        padding: 0;
    }
    .jumbotron-inner{
        padding: 0 40px;
    }
    .plan, .design, .develop, .launch, .testimonials, .blog, .tweets, .p-item{
        margin-bottom: 40px; padding: 0 40px;
    }
    #partners img{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 979px){
    .navbar-default .navbar-nav>li>a{
        padding: 10px;
        
    }
}

@media (max-width: 768px){
    .navbar-default .navbar-nav>li>a{
        padding: 10px;
        
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .jumbotron-inner img{
        padding: 0;
        
    }
}

@media (max-width: 768px){
    .jumbotron-inner img{
        padding: 0;
        
    }
}
.carousel-indicators>li{
    background: #666666;
}

.carousel-indicators .active{
    background: #000;
}

.carousel-control{
   
    
}

.glyphicon .glyphicon-chevron-right{
    opacity: 1;
}

@media (max-width: 991px){
    .bienvenido img{
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px){
    .bienvenido p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .bienvenido h3{
        padding-left: 20px;
    }
    .bienvenido h4{
        padding-left: 20px;
    }
    .bienvenido blockquote{
        margin-left: 20px;
    }
    
}

@media (max-width: 991px){
    .bienvenido .bg-icono{
        height: 230px;
    }
}

@media (max-width: 768px){
    .navbar-default .navbar-nav>li>a{
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .p-inicio{
        padding-bottom: 0 !important;
    }
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
}

@media (max-width: 1200px){
    .jumbotron{
        height: 600px !important;
    }
}
@media (max-width: 992px){
    .jumbotron{
        height: 506px !important;
    }
}
@media (max-width: 768px){
    .jumbotron{
        height: 370px !important;
    }
}