@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,100italic,300italic,400italic,700,700italic,900,900italic);

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  color: #262262;
}

li {
  font-size: 16px;
}

.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}

h2 {
  margin: 30px 0 10px 0;
  font-size: 24px;
  font-weight: 600;
}
h2.seccion {
  padding:20px;
  background-color:rgba(38,34,98,.8);
}
p {
}
.textos {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.mislick  .item {
  height: 310px;
    background-size: cover;
    background-position: center;
}

p {
    font-size: 16px;
}

.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

header {
  background: #333;
  color:#555;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}

.logo {
  background: #262262;
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
  margin: 0;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
    background-image: url(../img/logochico.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #262262;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
  
.navbar-nav {
  margin: 1px 1px; 
}
  
/* customize nav style */
.navbar-custom {
    background-color: #243285;
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
	color: #ddd;
}
.navbar-custom  .dropdown-menu li>a:hover {
	color: #eee;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover  {
	background-color: transparent;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}
.inicio {
  background: #d3d3d5;
}
.divider {
  height: 30px;
}

.panel {
	border-width:0;
}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 
h4 {
    font-size: 16px;
    background: #eee;
    padding: 10px;
    margin: 30px -10px 5px;
}
.areas p {
  color: #666;
}
section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

.affix .logo{
  display: none;
}
.bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.bg-1 {
  background-image: url('../img/bg1.jpg');
}
.bg-2 {
  background-image: url('../img/bg2.jpg');
}
.bg-3 {
  background-image: url('../img/bg3.jpg');
}
.bg-4 {
  background-image: url('../img/bg4.jpg');
}
.bg-5 {
  background-image: url('../img/bg5.jpg');
}
.bg-6 {
  background-image: url('../img/bg6.jpg');
}

.panel a {
    display: block;
    background-size: cover;
    background-position: center;
    width: 100%;
	height:160px;
}
.nav>li>a {
    padding: 0 8px;
    border-right: 1px solid #fff;
    margin: 16px 0;
}

.nav>li>a.redes {
    padding: 0 0 0 8px;
    border-right: none;
}

.modal-dialog {
    width: 700px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 990px) and (min-width: 700px) {
    .facebookname {
        display: none;
    }
}
@media (max-width: 700px) {
    .navbar-nav>li>a {
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 9px;
    }
    .logo img{
        max-width: 90%;
        height: auto;
    }
}

@media (max-width: 768px) {
  .navbar-nav {
    float: none !important;
  }
  .nav>li>a {
      border-right: none !important;
  }
  .nav>li>a.redes {
    float: left;
  }
}
@media (max-width: 940px) {
  #nav.affix {
      background-image: none;
  }
}