/*div {
  border: 1px solid red;
}
ul {
  border: 1px solid blue;
}
li {
  border: 1px solid yellow;
}

.row {
  border: 1px green;
}*/



body {
  font-family: 'Montserrat', sans-serif;
} 
p {
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  color: #666;
}

ol {
  padding: 15px;
}

p.lead {
  padding-top: 20px;
  margin-bottom: 0px;
}

.lead.color {
  color: #0099cc;
}
a:link {
  color: #0099cc;
}
.navbar.navbar-default.navbar-fixed-top {
  border:0px;
}
button:focus {outline:0 !important;}
  
/*Listas*/
#lista {
  font-size: 19px;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  line-height: 180%;
  padding-top: 20px;
}



#socialmedia {
  font-size: 19px;
  font-family: 'Hind', sans-serif;
  font-weight: 200;
}

#listatexto {
  float: right;
}

.row.no-gutter [class*='col-'] {
  padding-right:0;
  padding-left:0;
/*  border: 1px solid green;*/
}

.subtitular {
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 130%;

}

#titular {
  text-transform: uppercase;
  font-size: 100px;
}

#titulartabla {
 color: #444;
}

.table {
/*  border: solid blue;*/
/*  max-width: 90%;*/
  margin-top: 20px;
}

#contenedor-tabla {
 padding-left: auto;
 padding-right: auto;
 float: right;
}

.textostabla {
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  color: #666;
}

  
   /* FULL SCREEN MODAL STYLES
  -------------------------------------------------- */
  .fullscreen .modal-dialog {
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0px;
    color: #333;
  }

  .fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0px;
    color: #333;
    background: rgba(255, 255, 255, 0.97);
    overflow:auto;
  }

  .fullscreen .modal-body ul {
    padding: 100px 0 0 0;
  }

  .fullscreen .modal-body li {
    padding: 10px 0 10px 0 ;
  }

  .fullscreen .modal-body a {
    color: #333;
    font-size: 300%;
  }

  @media (max-width: 480px){
    .fullscreen .modal-body ul {
      padding: 30px 0 0 0;
      overflow: auto;
    }

    .fullscreen .modal-body li {
      padding: 4px 0 4px 0 ;
    }

    .fullscreen .modal-body a {
      color: #333;
      font-size: 200%;
      text-transform: uppercase;
      font-weight: 700;
    }
  }

/*Menu*/
.btn.btn-default.btn-lg {
  float: right;
  background: black;
  border: black;
}
.navbar.navbar-default.navbar-fixed-top {
  background: black;
}
.glyphicon.glyphicon-menu-hamburger {
color: white;
}
.navbar-toggle {
  float: left !important;
  margin-left: 0px;
  margin-right: 0px;
}

.modal-nav-content {
  width: 100%;
  height: auto;
}

.modal-nav-body {
  margin-top: 100px; 
}

.modal-nav-body ul {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 220px  ;
}

.modal-nav-body ul li {
  text-align: left;
  font-size: 130%;
  padding: 8px;
  text-transform: uppercase;
}

/*Faq*/

#faq {
  maring-top: 50px;
}

.faqHeader {
        font-size: 27px;
        margin: 20px;
    }
    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "\e072"; /* "play" icon */
        float: right;
        color: #555;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }

.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3)
}



#logo-contacto {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 300px;
  display: block;
      margin-left: auto;
      margin-right: auto;
}

.titular {
    font-family: 'Montserrat', sans-serif;
}

.about {
  line-height: 1.8 ;
}




/*Heading */ 
.header-nightsky {
/*    color: white;*/
    background: url('../img/background.png') no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 200px;
}

.header-nightsky .hero {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.header-nightsky .hero h1 {
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 36px;
    text-transform: uppercase;
}


.header-nightsky .hero p {
    color: rgba(255, 255, 255, 1);
    max-width: 660px;
    margin: 0 auto 0px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {

    .header-nightsky .hero{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .header-nightsky .hero h1{
        font-size: 42px;
    }
}
/*Heading courses*/
.header-nightsky2 {
/*    color: white;*/
    background: url('../img/background_course.png') no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 200px;
}

.header-nightsky2 .hero {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.header-nightsky2 .hero h1 {
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 36px;
    text-transform: uppercase;
}


.header-nightsky2 .hero p {
    color: rgba(255, 255, 255, 1);
    max-width: 660px;
    margin: 0 auto 0px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {

    .header-nightsky2 .hero{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .header-nightsky2 .hero h1{
        font-size: 42px;
    }
}

/*Boton leer más*/
.btn.btn-link {
  color: #000;
  margin: 0;
  padding: o;
  font-size: 19px;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  line-height: 180%;
}

#tabs {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*botón compra*/
.btn.outline {
  background: none;
  padding: 12px 22px;
}
.btn-primary.outline {
  border: 2px solid #0099cc;
  color: #0099cc;
}
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
  color: #0099cc;
  border-color: #0099cc;
}
.btn-primary.outline:active, .btn-primary.outline.active {
  border-color: #007299;
  color: #0099cc;
  box-shadow: none;
}

/*Hover*/
.project_media h1 {    
    text-align:left;
    position:absolute;
    top:60%;
    width:90%;
    transform:translate(0%,-50%);
    -webkit-transform:translate(0%,-50%);
    color:#FFFFFF;
    display:none;
    font-size: 25px;
}

#project_container:hover img {
    filter: brightness(0.3);
    -webkit-filter:brightness(0.3);
    -moz-filter:brightness(0.3);
}

#project_container:hover h1 {
    display:block;
}


