@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Poppins';
}
.testimnio blockquote {
  quotes: "“" "”" "--" "--";
   
    font-style: italic;
   
    border-radius: 1em;
    padding: 2em;
   
}

.testimonio blockquote:before {
  content: open-quote;
     font-size: 1.5em;
}
.testimonio blockquote:after {
  content: close-quote;
     font-size: 1.5em;
}

.testimonio {
    text-align: center;
     font-style: italic;
    background: #1e62a9;
    border-radius: 1em;
    padding: 1em;
    color: white;
    margin:2em 0;
}

.form-control {
  margin: 3px 0;
}
.imagen {
  position: relative;
}
.fade-in {
  opacity: 1;
  transition: visibility 1s linear, opacity 1s linear;
}
.programas:hover {
  -webkit-transform: scale(1);
  transform: scale(1.1);
  filter: saturate(180%);
  transition: all .5s linear;
}
.bot div {
  overflow: hidden;
  padding: .2em 0;
}
.pestana {
  display: block;
  transition: all .5s linear;
  cursor: grab;
  text-decoration: none !important;
  font-size: 1.5em;
  width: 100px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 160%/0px 0px 100px 100px;
  text-align: center;
  position: relative;
  z-index: 100;
}
.pestana.claro {
  color: #1E62A9;
  top: 0px !important;
  box-shadow: -2px 6px 5px -5px rgba(0, 0, 0, .8);
}
.pestana.claro:hover {
  color: #1E62A9;
  top: -15px !important;
}
.pestana.negro {
  top: -0px;
  box-shadow: -2px 6px 5px -5px rgba(0, 0, 0, .8);
}
.pestana.negro:hover {
  top: -15px !important;
  color: white;
}
.pestana.oscuro {
  top: -0px;
  box-shadow: -2px 6px 5px -5px rgba(0, 0, 0, .8);
}
.pestana.oscuro:hover {
  top: -15px !important;
  color: white;
}
.pestana.gris {
  top: -0px;
  box-shadow: -2px 6px 5px -5px rgba(0, 0, 0, .8);
}
.pestana.gris:hover {
  top: -15px !important;
  color: #101010;
}
.destacado {
  padding-top: 5em;
  padding-bottom: 0em;
  margin-top: -50px;
}
.oscuro {
  background-color: #1E62A9;
  color: #FFFFFF;
}
.negro {
  background-color: #333333;
  ;
  color: #FFFFFF;
}
.gris {
  background-color: #EAEAEA;
  color: #333333;
}
.claro {
  background-color: #FFFFFF;
  color: #333333;
}
.titulo {
  font-size: 3em;
  font-weight: 900;
}
.subtitulo {
  font-size: 1.3em;
}
.epigrafe {
  font-size: 2em;
}
.bajar {
  padding-top: 2em;
}

.badge{

  padding: 0.6em 1em !important;
  margin: 0.6em !important;
}

.badge-primary {
  background-color: #1E62A9 !important;

}
.badge-primary:hover {
  background-color: #C7E1F0 !important;
  color: #1E62A9 !important;

}

hr{
        border-top: 1px solid rgb(255 254 254)!important;
}