/*
************* CAROUSEL SLIDDER
*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 35rem;

}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


/*
*************** LIGHTBOX
*/
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}

/*
************* ORGANIZAÇÃO DOS CURSOS NO MENU NAV
*/

.item {
 display: inline-block;
 padding:  .25rem;
 width:  100%; 
}

.well {
 position:relative;
 display: block;
}

/*
**************
CSS DO SITE
*/

.btn-outline-branco {
  color: #ffffff;
  background-image: none;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-outline-branco:hover {
  color: #999999;
  background-color: #ffffff;
  border-color: #999999;
}

.btn-outline-branco:focus, .btn-outline-branco.focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #999999;
}

.btn-outline-branco:active, .btn-outline-branco.active {
  color: #999999;
  background-color: #ffffff;
  border-color: #999999;
}

.bg-1{
    background-color: #9e7ddb;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #014c8c;
}

.sombra-texto{
    text-shadow: 1px 1px 3px #666666; 
}