@charset "UTF-8";

.blue-title{
  color: #1C3F83;
}

.btn{
    border-radius: 0em;
}
.navbar-brand img{
    width: 200px;
    height: auto;
}

#mainNav.navbar-scrolled {
  background-color:#1d829a !important;
  color: white;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
  float: left;
  width: 33%;
  height: 10px;
  margin: 1;
  border-radius: 0;
  border: 0;
  background: #cea15a;
}

ol.carousel-indicators li.active {
  background: #f4623a;
}
.bg-secundary{
    background-color: gray;
}
.bg-secundary{
    background-color: gray;
}
#historia .jumbotron {
    background-color: transparent !important;

  }
#historia {
    color: white;
    padding: 4rem 0;
    background-image: url("/assets/img/bogota-antigua.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}
.quote{
    font-size: 1.7rem;
}
.min-quote{
    font-size: 1.3rem;
}

/* segundo carrusel */
#fundadores {
    color: white;
    padding: 2rem 0;
    background-color: #012e43;
}
#fundadores .jumbotron {
    background-color: transparent !important;

  }
.nombre-fundador{
    font-size: 18px;
    /* font-family: Roboto, "Helvetica Neue", Arial; */
    margin-top: 10px;
}

.btn-rounded{
  border-radius: 10em;
}
.btn-outlined{
  color: #FFFFFF !important;
  background-color: transparent !important;
  border: 2px solid #FFFFFF !important;
  padding-top: .7rem;
  padding-bottom: .7rem;
}
.principal-gradient{
  background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
}
.super-title{
  font-size: 4em;
}
.w-60{
  width: 60%;
  height: auto;
}
.typewrite{
  color: #FFFFFF !important;
  font-size: 2.5rem !important;
}
header.masthead h1 {
  font-size: 2.30rem;
}



