* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    /* background: #fefefe; */
    background: #f9f7f7 url("images/fondo.jpeg") repeat fixed left top;
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 0px !important;
    /* color: #333; */
}
blockquote p , .copyright {
    color:#fff;
}

section{
    background: #fff;
    margin-top: 2px;
}
section .carousel-inner div img{
    width: 100px;
    height: 90%;
    position: relative;
}

.carousel-inner {
    height: 40% !important;
}
.menu_bar{
    display: none;
}
header{
    width: 100%;
    background: #fff;
    top:0;
}
footer section{
    background-color: #222222 !important;
    color:#fff;
}
footer section blockquote {
    border-left: 5px solid #999999;
    margin: 20px;
   
    min-height: 100px;
    font-size: 14px;
    
}
footer section blockquote div {
    padding: 10px;
}

header nav {
    background: #3875AA;
    z-index: 1000;
    max-width: 1000px;
    width: 100%;
    font-size: 16px;
    /* margin: 20px auto; */
}
header nav ul {
    list-style: none;
}
header nav ul li {
    display: inline-block;
    position: relative;
    height: 80%;
}
header nav ul li:hover{
    background: rgb(3, 73, 114);
}
header nav ul li a {
    color: #fff !important;
    display: block;
    text-decoration: none !important;
    padding: 10px;
}
header nav ul li a span {
    margin-right: 10px;
}

header nav ul li:hover .children{
    display: block;

}
header nav ul li .children{
    display: none;
    background: #011826;
    position: absolute;
    width: 150%;
    z-index: 1000;
}
header nav ul li .children li{
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
header nav ul li .children li a{
    display: block;
}
header nav ul li .children li span{
    float: right;
    position: relative;
    top: 3px;
    margin-right: 0;
    margin-left: 10px;
}
header nav ul li .caret{
    position: relative;
    top: 3px;
    left: 3px;
    margin-right: 0px;
}
.menu-bar{
    display: none;
    z-index: 1000;
}
/* .menu-bar a{
    padding-top: 5px;
    vertical-align: middle;
} */
.social-menu{
    color:#fff;
    display: inline;
    padding: 0px 5px; 
    margin-top: 0px;

    /* background: #00679C; */
}
.social-menu:hover{
    color: #00679C;
}
.social{
    text-align: center;
    top: 0px !important;
    right: 5%;
    position: fixed;
    display: inline;
    z-index: 10000;
}
.social a i {
    color:#00679C;
}

.social a i:hover {
    color:#3875AA;
    /*background: #fff; */
  overflow: hidden;
  zoom:1.1;
  -moz-transform:scale(1.1);
  -moz-transform-Origin: 1 0;
	
}
@media screen and (max-width: 800px){
    body{
        padding-top:58px; 
    }
    .logo{
        display: none
    }
    .menu-bar{
        display: block;
        width: 100%;
        position: fixed;
        top:0;
        background: #333;
        padding: 10px 0px;
    }
    .menu-bar .bt-menu{
        display: inline;
        padding: 7px;
        color:#fff;
        overflow: hidden;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }
    .menu-bar span {
        float: right;
        font-size: 30px;
    }
    header nav{
        width: 40%;
        height: calc(100%-20px);
        position: fixed;
        right:100%;
        margin:0;
        overflow: scroll;
    }
    header nav ul li {
        display: block;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }
    header nav ul li a {
        display: block;
    }
    header nav ul li:hover .children{
        display: none;
    }
    header nav ul li .children{
        width: 100%;
        position: relative;
    }
    header nav ul li .children li a {
        margin-left: 20px;
    }
    header nav ul li .caret{
        float: right;
    }
    .social{
        display: none;
    }
}


/*mis estilos*/
  .content {
    margin-right: auto;
    margin-left: auto;
    /* padding-left: 15px; /
    /* padding-right: 15px; */
  }
  @media (min-width: 768px) {
    .content {
      width: 750px;
    }
    .social{
        right: 1%;
    }
   
  }
  @media (min-width: 992px) {
    .content {
      width: 980px;
    }
    .social{
        right: 1%;
    }
  }
  @media (min-width: 1200px) {
    .social{
        right: 5%;
    }
  }
.lead{
    display: inline-block;
    margin: 0;
    padding: 10px 10px;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: 300;
}
.carousel-caption{
    text-align: left !important;
}

.overlay {
    display: block;
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 14px;
    padding-right: 10px;
    text-align: center;
  }
  .image-div:hover .overlay {
    opacity: 1;
  }

  .modal.and.carousel {
    position: fixed;
  }



