/*Maple Academy
-----------------------------------------------------------------*/
/*Fonts
-----------------------------------------------------------------*/
body {
  padding-top: 100px;
  font-family: Monserrat, sans-serif;
}

/*Fonts
-----------------------------------------------------------------*/
@font-face {
  font-family: Montserrat Black;
  src: url(fonts/Montserrat/Montserrat-Black.ttf);
}

@font-face {
  font-family: Montserrat BlackItalic;
  src: url(fonts/Montserrat/Montserrat-BlackItalic.ttf);
}

@font-face {
  font-family: Montserrat Bold;
  src: url(fonts/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
  font-family: Montserrat BoldItalic;
  src: url(fonts/Montserrat/Montserrat-BoldItalic.ttf);
}

@font-face {
  font-family: Montserrat ExtraBold;
  src: url(fonts/Montserrat/Montserrat-ExtraBold.ttf);
}

@font-face {
  font-family: Montserrat ExtraBoldItalic;
  src: url(fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf);
}

@font-face {
  font-family: Montserrat ExtraLight;
  src: url(fonts/Montserrat/Montserrat-ExtraLight.ttf);
}

@font-face {
  font-family: Montserrat ExtraLightItalic;
  src: url(fonts/Montserrat/Montserrat-ExtraLightItalic.ttf);
}

@font-face {
  font-family: Montserrat Italic;
  src: url(fonts/Montserrat/Montserrat-Italic.ttf);
}

@font-face {
  font-family: Montserrat Light;
  src: url(fonts/Montserrat/Montserrat-Light.ttf);
}

@font-face {
  font-family: Montserrat LightItalic;
  src: url(fonts/Montserrat/Montserrat-LightItalic.ttf);
}

@font-face {
  font-family: Montserrat Medium;
  src: url(fonts/Montserrat/Montserrat-Medium.ttf);
}

@font-face {
  font-family: Montserrat MediumItalic;
  src: url(fonts/Montserrat/Montserrat-MediumItalic.ttf);
}

@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat SemiBold;
  src: url(fonts/Montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: Montserrat SemiBoldItalic;
  src: url(fonts/Montserrat/Montserrat-SemiBoldItalic.ttf);
}

@font-face {
  font-family: Montserrat Thin;
  src: url(fonts/Montserrat/Montserrat-Thin.ttf);
}

@font-face {
  font-family: Montserrat ThinItalic;
  src: url(fonts/Montserrat/Montserrat-ThinItalic.ttf);
}

@font-face {
  font-family: Holidays Homework;
  src: url(fonts/HolidaysHomework.ttf);
}

.header {
  padding-top: 100px;
}

.bg-gradient1 {
  background: linear-gradient(to bottom, #0071BC 100px, #56C861 70%, #F3C219 100%) !important;
}

.calousel-maple {
  background: linear-gradient(to bottom, #0071BC 100px, #2E3192 100%);
}

.calousel-maple .carousel-item > img {
  height: 500px;
  width: auto;
}

.calousel-maple .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  background-color: transparent;
  border: 1px solid #FFF;
  opacity: 1;
}

.calousel-maple .carousel-indicators li.active {
  background-color: rgba(255, 255, 255, 0.75);
}

.calousel-maple .carousel-control-prev-icon {
  background-image: url(../images/prev-icon.svg);
}

.calousel-maple .carousel-control-next-icon {
  background-image: url(../images/next-icon.svg);
}

.calousel-maple .creditos {
  position: absolute;
  bottom: 0;
  left: 15%;
  font-size: small;
}

.calousel-maple .creditos a {
  color: rgba(255, 255, 255, 0.9);
}

.calousel-maple .creditos a:hover, .calousel-maple .creditos a:focus {
  color: white;
}

.calousel-maple .carousel-caption {
  left: 50%;
  top: 20px;
  width: 50%;
  text-align: center;
  z-index: 1000;
  text-transform: uppercase;
}

.calousel-maple .carousel-caption h3 {
  font-family: Montserrat Bold, sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.calousel-maple .carousel-caption h4 {
  font-family: Montserrat Light, sans-serif;
  margin-bottom: 1rem;
}

.calousel-maple .carousel-caption h1 {
  font-family: Montserrat Black, sans-serif;
  font-size: 4rem;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.calousel-maple .carousel-caption h1 span {
  color: #ED3338;
}

@media (max-width: 767.98px) {
  .calousel-maple .carousel-item > img {
    height: 500px;
    width: auto;
  }
  .calousel-maple .carousel-caption {
    left: 40%;
    display: block !important;
    width: 60%;
    padding: 0.15rem;
    top: 0.25rem;
  }
  .calousel-maple .carousel-caption * {
    line-height: 1;
  }
}

/*FOOTER
-----------------------------------------------------------------*/
address {
  padding: 5rem 0;
}

.footer {
  background: #0071BC;
  color: #FFF;
}

.footer .logo-footer {
  height: 180px;
  display: block;
}

.contacto {
  text-align: right;
}

.contacto h3 {
  font-family: Montserrat Bold, sans-serif;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.contacto p i {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
  .footer .logo-footer {
    margin-bottom: 1.5rem;
    float: right;
  }
}

/*navbar
-----------------------------------------------------------------*/
.navbar-maple {
  background-color: #0071BC;
}

.navbar-maple .navbar-brand img {
  height: 75px;
}

.navbar-maple .btn-outline-light:hover {
  color: #0071BC;
}

.navbar-maple .dropdown-menu {
  min-width: 15rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #222222;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.05rem;
  padding: 0;
}

.navbar-maple .dropdown-menu h4, .navbar-maple .dropdown-menu h5 {
  padding: 0.5rem 1.5rem;
  font-size: 1.15rem;
  text-transform: uppercase;
  background-color: #ED3338;
  color: #FFF;
  border-bottom: 1px solid #ED3338;
  margin-bottom: 0;
}

.navbar-maple .dropdown-divider {
  border-top: 1px solid #fff;
}

.navbar-maple .dropdown-item {
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  color: #222222;
  text-transform: uppercase;
  color: #0071BC;
  border-bottom: 1px solid #ED3338;
}

.navbar-maple .dropdown-item:hover {
  color: #FFF;
  background-color: #0071BC;
}

.navbar-maple .nav {
  margin: 0 0.5rem;
}

.navbar-maple .nav .nav-link {
  padding: 0.5rem;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
}

.navbar-maple .nav .nav-link:hover, .navbar-maple .nav .nav-link:focus {
  color: white;
}

.main {
  padding: 3rem 0;
  color: #555;
  background: url(../images/bg-gris-30.png) repeat-x top fixed #FFF;
  overflow: hidden;
}

.main .termino-programa {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}

.main .termino-programa div:first-child {
  width: 100%;
}

.main .aprendisaje {
  padding: 2rem 1.5rem;
  width: calc(100% / 3);
}

.main .aprendisaje img {
  margin: 0 auto;
  display: block;
}

.main .suma {
  color: #ED3338;
  font-size: 3rem;
  line-height: 120px;
  font-family: Montserrat Bold, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
}

.main .suma span {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #0071BC;
  color: #FFF;
  font-weight: Montserrat Bold, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 2.5rem;
  text-align: center;
  margin: 0 0.5rem 0.5rem;
}

.main .frase {
  font-family: Montserrat BoldItalic, sans-serif;
  text-align: center;
  color: #0071BC;
  margin: 2rem 0;
}

.main .info-curso {
  padding: 0;
  margin-bottom: 2rem;
}

.main .info-curso li {
  list-style: none;
  border: 1px solid #ED3338;
  padding: 0;
  line-height: 1;
  background-color: #FFF;
}

.main .info-curso li i {
  margin-right: 0.25rem;
}

.main .info-curso li h5, .main .info-curso li p {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
}

.main .info-curso li p {
  padding-left: 1.75rem;
}

.main .info-curso li h5 {
  background-color: #ED3338;
  color: #FFF;
  position: relative;
  padding-right: 1.75rem;
}

.main .info-curso li h5::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  right: -16px;
  top: 6px;
  background: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main h1 {
  color: #0071BC;
  font-family: Montserrat Bold, sans-serif;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 3.5rem;
}

.main h1.titulo-ninos {
  font-family: Holidays Homework, Montserrat Bold, sans-serif;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: #ED3338;
  margin: 3rem 0;
  margin-bottom: 5rem;
}

.main h1.titulo-ninos span {
  color: #0071BC;
  position: absolute;
  top: 70%;
  left: 60%;
  text-transform: lowercase;
  font-size: 3rem;
}

.main li {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.main ul.listas li {
  list-style: none;
}

.main ul.listas li::before {
  content: "\2022";
  color: #ED3338;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1em;
}

.main p {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
}

.main h3 {
  font-size: 3rem;
  text-align: center;
  color: #0071BC;
  font-family: Montserrat Bold, sans-serif;
}

.main h4 {
  font-size: 2rem;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.main h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 75px;
  height: 5px;
  background-color: #ED3338;
}

.ninos p {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.ninos h4 {
  font-family: Montserrat Bold, sans-serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.ninos h4::after {
  background-color: #FFF;
}

.ninos h3 {
  font-size: 3.5rem;
  color: #0071BC;
  font-family: Montserrat Bold, sans-serif;
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  .main .aprendisaje {
    width: calc(100% / 2);
  }
}

@media (max-width: 575.98px) {
  .main .aprendisaje {
    width: 100%;
  }
}

.razones {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 1.5rem;
}

.razones .num {
  display: block;
  position: absolute;
  font-size: 4rem;
  top: 0;
  left: 0;
  color: #ED3338;
  font-family: Montserrat Bold, sans-serif;
  line-height: 1;
  display: block;
  width: 5rem;
  text-align: center;
}

.razones h3 {
  color: #ED3338;
  font-family: Montserrat BoldItalic, sans-serif;
  text-align: left;
  font-size: 2.5rem;
}

.razones p {
  font-size: 1.25rem;
}

.modal-body {
  background: url(../images/bg-gris-30.png) repeat-x top #FFF;
}

.form-control, input, textarea, .bootstrap-select .btn-light {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #0071BC;
}

.form-control:focus, input:focus, textarea:focus, .bootstrap-select .btn-light:focus {
  background-color: #fff;
}

.hover-red:hover {
  color: #ED3338;
}

.hover-blue:hover {
  color: #0071BC;
}

/* iCheck plugin Square skin, black
-----------------------------------------------------*/
.icheckbox_square, .iradio_square {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/check.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square {
  background-position: 0 0;
}

.icheckbox_square.hover {
  background-position: -24px 0;
}

.icheckbox_square.checked {
  background-position: -48px 0;
}

.icheckbox_square.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square.checked.disabled {
  background-position: -96px 0;
}

.iradio_square {
  background-position: -120px 0;
}

.iradio_square.hover {
  background-position: -144px 0;
}

.iradio_square.checked {
  background-position: -168px 0;
}

.iradio_square.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_square, .iradio_square {
    background-image: url(../images/check@2x.png);
    background-size: 240px 24px;
  }
}

.form-check {
  padding: 0.5rem;
  background-color: white;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
}

.form-check label {
  margin-left: 0.5rem;
  font-size: 1.15rem;
}

.form-check:hover, .form-check.active {
  background-color: #efefef;
}

.form-check.correcta {
  background-color: #f0faf1;
  border-color: #7cd585;
}

.form-check.incorrecta {
  background-color: #feeeef;
  border-color: #f59193;
}

.examen {
  list-style: none;
  padding: 0;
}

.examen p, .examen li {
  font-size: 1.25rem;
  line-height: 1;
  display: block;
}

.examen ul {
  padding: 0;
  margin: 1rem 0;
}

.examen p {
  margin: 0.5rem 0;
  font-weight: 400;
}

.examen .iradio_square {
  margin-right: 0.5rem;
}

.examen > li {
  list-style: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.15rem;
  padding: 1rem;
}

.examen > li {
  counter-increment: li;
}

.examen > li::before {
  content: counter(li) ".";
  color: #ED3338;
  display: inline-block;
  width: 1.75rem;
  margin-left: -0.5em;
  font-weight: bold;
}

.examen > li > ul > li {
  list-style: none;
}

/*Fondos Colores*/
.bg-azul {
  background-color: #0071BC !important;
}

.bg-indigo {
  background-color: #2E3192 !important;
}

.bg-rojo {
  background-color: #ED3338 !important;
}

.bg-naranja {
  background-color: orange !important;
}

.bg-rojizo {
  background-color: #F9701F !important;
}

.bg-verde {
  background-color: #56C861 !important;
}

.bg-amarillo {
  background-color: #F3C219 !important;
}

.bg-cyan {
  background-color: #4DB7E3 !important;
}

/*Bordes Colores*/
.border-azul {
  border-color: #0071BC !important;
}

.border-indigo {
  border-color: #2E3192 !important;
}

.border-rojo {
  border-color: #ED3338 !important;
}

.border-naranja {
  border-color: orange !important;
}

.border-rojizo {
  border-color: #F9701F !important;
}

.border-verde {
  border-color: #56C861 !important;
}

.border-amarillo {
  border-color: #F3C219 !important;
}

.border-cyan {
  border-color: #4DB7E3 !important;
}

/*Textos Colores*/
.text-azul {
  color: #0071BC !important;
}

.text-indigo {
  color: #2E3192 !important;
}

.text-rojo {
  color: #ED3338 !important;
}

.text-naranja {
  color: orange !important;
}

.text-rojizo {
  color: #F9701F !important;
}

.text-verde {
  color: #56C861 !important;
}

.text-amarillo {
  color: #F3C219 !important;
}

.text-cyan {
  color: #4DB7E3 !important;
}

table.info {
  width: 100%;
  margin-bottom: 2rem;
}

table.info th, table.info td {
  padding: 1rem 0.5rem;
  text-align: center;
}

table.info thead th, table.info th {
  background-color: #ED3338;
  color: #FFF;
  text-transform: uppercase;
  border: 1px dotted #ED3338;
}

table.info thead th i, table.info th i {
  margin-bottom: 0.5rem;
}

table.info tbody td {
  border: 1px dotted #0071BC;
  font-size: 1.25rem;
  background-color: #FFF;
}

table.info .thninos th:nth-child(1) {
  background-color: #4DB7E3;
}

table.info .thninos th:nth-child(2) {
  background-color: #56C861;
}

table.info .thninos th:nth-child(3) {
  background-color: #F3C219;
}

table.info .thninos th:nth-child(4) {
  background-color: orange;
}

table.info .thninos th:nth-child(5) {
  background-color: #F9701F;
}

table.info .thninos th:nth-child(6) {
  background-color: #ED3338;
}

table.info .thninos th:nth-child(7) {
  background-color: #0071BC;
}

@media (max-width: 767.98px) {
  table.info th, table.info td {
    padding: 0.5rem 0.25rem;
    font-size: 1rem !important;
  }
}

.nav-pills .nav-link {
  border-radius: 0.05rem;
  border-bottom: 5px solid #ddd;
  font-family: Montserrat Medium, sans-serif;
  font-size: 1.25rem;
}

.nav-pills .nav-link i {
  text-align: center;
  display: block;
  margin: 0 auto 0.5rem auto;
  font-size: 3rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ED3338;
  background-color: #fff;
  border-bottom: 5px solid #ED3338;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

@media (max-width: 575.98px) {
  .nav-pills .nav-link {
    font-size: small;
    padding: 0.25rem;
  }
  .nav-pills .nav-link i {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .nav-pills .nav-link {
    font-size: 1rem;
    padding: 0.25rem;
  }
  .nav-pills .nav-link i {
    font-size: 2rem;
  }
}

.carousel-thumbs {
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  overflow: auto;
  min-height: 80px;
  scrollbar-color: rgba(0, 113, 188, 0.5) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}

.carousel-thumbs li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.carousel-thumbs img {
  width: 112px;
  height: 60PX;
  opacity: 0.75;
}

.carousel-thumbs li.active img, .carousel-thumbs img:hover {
  opacity: 1;
}

.carousel-thumbs::-webkit-scrollbar {
  -webkit-appearance: none;
}

.carousel-thumbs::-webkit-scrollbar:vertical {
  width: 10px;
}

.carousel-thumbs:-webkit-scrollbar-button:increment, .carousel-thumbs::-webkit-scrollbar-button {
  display: none;
}

.carousel-thumbs::-webkit-scrollbar:horizontal {
  height: 10px;
}

.carousel-thumbs::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}

.carousel-thumbs::-webkit-scrollbar-track {
  border-radius: 10px;
}

.carousel-cards {
  list-style: none;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px;
  overflow: auto;
  width: 100%;
  display: block;
  scrollbar-color: rgba(0, 113, 188, 0.5) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
  max-height: 675PX;
}

.carousel-cards li {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.carousel-cards .card-carosel {
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
  padding: 0.5rem;
}

.carousel-cards img {
  width: 100px;
}

.carousel-cards > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.carousel-cards li.active img, .carousel-cards img:hover {
  opacity: 1;
}

.carousel-cards::-webkit-scrollbar {
  -webkit-appearance: none;
}

.carousel-cards::-webkit-scrollbar:vertical {
  width: 10px;
}

.carousel-cards:-webkit-scrollbar-button:increment, .carousel-cards::-webkit-scrollbar-button {
  display: none;
}

.carousel-cards::-webkit-scrollbar:horizontal {
  height: 10px;
}

.carousel-cards::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}

.carousel-cards::-webkit-scrollbar-track {
  border-radius: 10px;
}

.section {
  padding: 5rem 0;
}

.section h1 {
  font-family: Montserrat Black, sans-serif;
  text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

section.porque {
  background: url(../images/silueta-canada.png) bottom center;
  background-size: 100% auto;
}

.card-maple {
  padding: 0 0.5rem;
  text-align: center;
}

.card-maple img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 1.5rem;
  border: 5px solid #0071BC;
}

.card-maple button {
  text-transform: uppercase !important;
}

.card-maple ol {
  list-style: none;
  counter-reset: li;
}

.card-maple li {
  counter-increment: li;
}

.card-maple li::before {
  content: counter(li);
  color: #ED3338;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
}

.card-maple h3 {
  color: #ED3338;
  font-family: Montserrat Bold, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.25rem;
}

.card-maple h3::after {
  content: '';
  position: absolute;
  width: 80px;
  left: 50%;
  bottom: -5px;
  margin-left: -40px;
  border-bottom: 5px solid #0071BC;
}

.card-maple h3 span {
  padding-left: 4rem;
  display: block;
}

.card-maple h3 b {
  position: absolute;
  display: inline-block;
  font-size: 7rem;
  line-height: 1;
  top: 0;
  left: 0;
}

.card-maple p {
  color: #555;
}

section.programas {
  background: url(../images/bg-hoja.png) no-repeat bottom right;
  background-color: #ED3338;
  background-size: auto 90%;
}

.card-programas {
  padding: 0 0.5rem;
  text-align: center;
}

.card-programas img {
  height: 150px;
  display: block;
  margin: 0 auto 1.5rem;
}

.card-programas button {
  text-transform: uppercase !important;
}

.card-programas button:hover {
  color: #ED3338;
}

.card-programas h3 {
  color: #FFF;
  font-family: Montserrat Bold, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.25rem;
}

.card-programas .bootstrap-select .btn-light {
  background-color: #ED3338 !important;
  border: 1px solid #FFF;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
}

.card-programas .bootstrap-select .dropdown-menu {
  background-color: #ED3338;
  border-color: #FFF;
  padding: 0;
}

.card-programas .bootstrap-select .dropdown-menu li a {
  text-transform: uppercase;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.card-programas .bootstrap-select .dropdown-menu li:last-child a {
  border-bottom: none;
}

.card-programas .bootstrap-select .dropdown-item:hover, .card-programas .bootstrap-select .dropdown-item:focus,
.card-programas .bootstrap-select .dropdown-item.active, .card-programas .bootstrap-select .dropdown-item:active {
  background-color: #FFF;
  color: #ED3338;
}

/*prueba clase gratis
-----------------------------------------------------------------*/
section.prueba {
  background: url(../images/bg-gris-30.png) repeat-x top #FFF;
}

.text-prueba {
  position: relative;
}

.text-prueba img {
  height: 300px;
}

.text-prueba span {
  position: absolute;
  top: 150px;
  left: 0;
  margin-top: -150px;
  display: block;
  background-color: white;
  padding: 0.25rem .5rem;
  border-radius: 1rem;
  z-index: 10;
  text-align: left;
}

.card-prueba {
  text-align: center;
}

.card-prueba img {
  margin-bottom: 1rem;
}

.card-prueba h3 {
  color: #555;
  font-family: Montserrat Bold, sans-serif;
  text-transform: uppercase;
}

.card-prueba h3 span {
  display: block;
  color: #0071BC;
}

section.clase {
  background: url(../images/bg-gris.png) #ddd;
  color: #555;
}

section.clase .bootstrap-select .btn-light, section.clase input {
  color: #666666;
  background-color: #fff;
  border: 1px solid #cccccc;
}

/*empleo
-----------------------------------------------------------------*/
section.empleo {
  background: #005289;
  color: #FFF;
  text-align: center;
}

section.empleo .text-empleo {
  margin: 0 auto;
  width: 65%;
}

section.empleo h2 {
  font-family: Montserrat BoldItalic, sans-serif;
  margin-bottom: 1.5rem;
}

section.empleo p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}

section.invitacion {
  padding: 2rem 0;
}

.invitacion {
  background: linear-gradient(45deg, #2E3192 0%, #0071BC 30%, #ED3338 70%, #ED3338 100%) !important;
  color: #FFF;
  text-align: center;
}

.invitacion h1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}

section.galeria {
  background: url(../images/bg-gris-30.png) repeat-x top #ED3338;
  color: #FFF;
}

#carouselGaleria .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#carouselGaleria .carousel-caption * {
  padding: 0;
  margin: 0;
}

/*maestros
-----------------------------------------------------------*/
.card-maestros {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  padding: 3rem 2rem;
  position: relative;
  margin: 0.5rem;
}

.card-maestros::after {
  content: '';
  position: absolute;
  height: 75px;
  left: 0;
  top: 0;
  border-left: 10px solid #ED3338;
}

.card-maestros .img-maestros {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 2rem;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.card-maestros h5 {
  font-size: 1.5rem;
  color: #0071BC;
  text-align: center;
  margin-bottom: 1rem;
}

.card-maestros p {
  line-height: 1.5;
  font-size: 1.15rem;
  text-align: center;
}

.maestros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.maestros figure {
  margin: 0 0.5rem 1rem;
  margin-bottom: 1rem;
  -ms-flex-preferred-size: calc(25% - 1rem);
      flex-basis: calc(25% - 1rem);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  position: relative;
}

.maestros img {
  display: block;
  width: 100%;
  border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0;
}

.maestros .modal-header {
  color: #ED3338;
  border-bottom-color: #ED3338;
}

.maestros .modal-header .close {
  color: #ED3338;
}

.maestros .modal-body {
  border-radius: 0 0 0.3rem 0.3rem;
}

.maestros figure > h5 {
  width: 100%;
  margin: 0;
  background-color: #ED3338;
  color: #FFF;
  font-size: 1rem;
  padding: 0.5rem;
  font-family: Montserrat Bold, sans-serif;
  text-align: center;
  border-radius: 0 0 0.25rem 0.25rem;
}

.img-maestros {
  margin-bottom: 1rem;
  position: relative;
}

.img-maestros p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10% 3rem 0;
  max-height: 760;
  text-align: center;
  z-index: 1;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.25);
  font-size: 2rem;
  color: #444;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 991.98px) {
  .maestros figure {
    -ms-flex-preferred-size: calc(33.33% - 1rem);
        flex-basis: calc(33.33% - 1rem);
  }
}

@media (max-width: 767.98px) {
  .maestros figure {
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
  }
}

@media (max-width: 991.98px) {
  .img-maestros p {
    font-size: 1.5rem;
    padding: 5% 2rem 0;
  }
}

@media (max-width: 767.98px) {
  .img-maestros p {
    font-size: 1.25rem;
    padding: 5% 2rem 0;
  }
}

@media (max-width: 575.98px) {
  .img-maestros p {
    font-size: 1rem;
    padding: 3% 1rem 0;
  }
}

.popover {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 113, 188, 0.5);
  border-radius: 0.3rem;
  max-width: 380px;
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 113, 188, 0.5);
}

.popover-header {
  background-color: #FFF;
  border-bottom: 1px solid #ED3338;
  color: #ED3338;
}

.principiante{
	background-image: url('../images/niveles/principiante.png');
}
.intermedio{
	background-image: url('../images/niveles/intermedio.png');
}
.avanzado{
	background-image: url('../images/niveles/avanzado.png');
}
/*# sourceMappingURL=maple.css.map */
