/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg.jpg') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #E9EAE4;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
    text-transform: none;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(0,0,0,0.65);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(0,0,0,0.6);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

.space-image-bottom {
    margin-bottom: 20px;
}
.space-image-top {
    margin-top: 20px;
}

.space-image-left {
    margin-left: 20px;
}
.space-image-right {
    margin-right: 20px;
}

.space-bottom {
    margin-bottom: 50px;
}
.space-top {
    margin-top: 50px;
}


    div.box.title {
       margin-bottom: 12px;
       padding-bottom: 7px;
       padding-top: 7px;
    }
   p.hmd{
        
        height:220px;
        
    }
    
    
    a.fancybox img{
        
        border:3px solid #222222;
        border-radius: 6px;
        
    }
    .radio8{
        
        border-radius: 8px;
        
    }
    .border3{
        
        border:3px solid #222222;
        
    }
    
@media screen and (min-width:768px) {
    
    
    div.container.header{
        
        margin-top:19px;
        margin-bottom:19px;
        
    }
    
    
    
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #E9EAE4;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #E9EAE4;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }


    .nav > li >a {
        padding: 16px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.2em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
    
   
}

@media screen and (max-width:992px) {
      
    div.container.header{
        
        margin-top:10px;
        margin-bottom:10px;
        
    }

    .navbar-nav {
        font-size: 1em;
    }
 
    .nav > li > a {
        padding: 6px;
    }
    
    
    i.fa-facebook-official {
        font-size: 1.1em;
    }
    i.fa-instagram {
        font-size: 1.1em;
    }
    div.box.title {
       margin-bottom: 8px;
       padding-bottom: 6px;
       padding-top: 6px;
    }
    
    .space-bottom {
        margin-bottom: 30px;
    }
    .space-top {
        margin-top: 30px;
    }

  
    .space-image-left {
        margin-left: 10px;
    }
    .space-image-right {
        margin-right: 10px;
    }  
    
}

@media screen and (max-width:768px) {
    
   p.hmd{
        
        height:auto;
        
    }
    .navbar {
        margin-bottom:0px;
    }
    i.fa-facebook-official {
        font-size: 0.9em;
    }
    i.fa-instagram {
        font-size: 0.9em;
    }
    div.container.about img.img-circle{
        
        width:100px;
        
        
    }
    
    div.box.title {
       margin-bottom: 8px;
       padding-bottom: 4px;
       padding-top: 4px;
    }
    
    .space-bottom {
        margin-bottom: 20px;
    }
    .space-top {
        margin-top: 20px;
    }
    
    .space-image-left {
        margin-left: 6px;
    }
    .space-image-right {
        margin-right: 6px;
    }  
      

}

@media screen and (max-width:400px) {
    

    i.fa-facebook-official, i.fa-instagram {
        font-size: 0.5em;
    }
    
    div.container.header h1{
        
        margin-top:0px;
        margin-bottom:0px;
        
        
    }
     
    div.box.title {
       margin-bottom: 8px;
       padding-bottom: 3px;
       padding-top: 3px;
    }
    
    .space-bottom {
        margin-bottom: 0px;
    }
    .space-top {
        margin-top: 0px;
    }  

}


.box, body, h1, h2, h3, .brand, .row, div, a, a:hover, p, .navbar-inverse .navbar-nav > li > a, h2 small{
    
        color: #E9EAE4;
    }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a.active{
    
        color: #f1af15;
    }

    div.container.header h1 i{
 
        color:  rgba(233,234,228,1);
    }
       
    
    .navbar-inverse {
        border: none;
        background: #fff;
        background: rgba(0,0,0,0.75);
    }
    
     
    div.box.title {
        background: rgba(0,0,0,0.5);
        text-align: center;
    }
    
    a.destacado{
        
        text-decoration:none;
        
    }
    
    div.login{
            float: none;
        margin-left: auto;
        margin-right: auto;
    }
  
    img.img-elproyecto{
        
        max-width:350px;
        min-width:200px;
        
        
    }
  
    div.col-md-3 a.fancybox img{
        
        max-height:150px;
        width:auto;
        
        
    }
    
    .color-principal{
        
        color:#f1af15;
        
    }