.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.custom-logo{
  height: 60px;  
}

.padding6rem{
  padding: 6rem;
}

.btn-azul{
  background-color: #356b8d!important;
}

.bg-text{
  background: rgba(53, 107, 141, .3)

}

.card-header{
  padding: .75rem 0.25rem!important;
}

.parallax-section {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 100px 0; 
  color: #fff; 
}


.parallax-section h2 {
  color: #fff;
}

.parallax-section p {
  color: rgba(255, 255, 255, 0.8);
}

.h5, h5 {
  font-size: 0.92rem;
}


@media (max-width: 767px) {
  .carousel-item {
    height: auto; 
    background-size: contain; 
  }
  
  /* Center carousel videos */
  .carousel-item video {
    display: block;
    margin: 0 auto;
    /*max-width: 100%;*/
    width: 100%;
    max-height: 650px!important;
  }

  .w-100 {
    width: unset!important;
  }
  
  
  .padding6rem {
    padding: 3rem; 
  }
  
  h2.featurette-heading {
    font-size: 24px;
  }
  p.lead {
    font-size: 16px;
  }
  .display-4 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
}
}



