@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

#language {
  background: #25326e;
  color: #fff;
  height: 45px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#language .idioma {
  width: 1200px;
  text-align: right;
  padding: 0 15px;
}
#language .idioma img {
  width: 26px;
}

/*#header
 *  background: $texto-white
 *  height: 100px
 *  padding: 15px 0 
 *  width: 100%
 *  display: flex
 *  justify-content: center
 *  z-index: 1 */
.encabezado {
  padding: 1.2rem 0;
}
.encabezado .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.encabezado .logo {
  flex: auto;
}
.encabezado .logo img {
  width: 180px;
  height: auto;
}

.button-menu {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 0.5rem;
  color: #25326e;
  background: transparent;
  margin-left: auto;
}
.button-menu:focus {
  outline: 0;
}

#menu-principal {
  flex: 1 1 100%;
  background: #fff;
}
#menu-principal ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0;
}
#menu-principal ul a {
  display: block;
  padding: 0.8rem 0;
  text-align: center;
  color: #25326e;
  text-transform: uppercase;
  border-top: 1px solid #fee200;
  text-decoration: none;
}
#menu-principal ul a:hover {
  color: #009d49;
}
#menu-principal ul li .active a {
  color: #009d49;
}

/*#navigation
 *  height: 120px
 *  display: flex
 *  align-items: center
 *  padding: 10px 0
 *  width: 100% */
#main-hero {
  width: 100%;
  background: url("../img/idioma_banner.png") no-repeat center;
  background-size: cover;
  height: 560px;
  min-height: 200px;
}
#main-hero p {
  font-size: 1.5rem;
  font-weight: 400;
}

#main-curso {
  width: 100%;
  background: url("../img/main_cursos.png") no-repeat center;
  background-size: cover;
  height: 380px;
  min-height: 200px;
  background-position: 0px -50px;
}
#main-curso p {
  font-size: 1.5rem;
  font-weight: 400;
}

#profesores {
  width: 100%;
  background: url("../img/nosotros.png") no-repeat center;
  background-size: cover;
  height: 250px;
  min-height: 200px;
}
#profesores p {
  font-size: 1.5rem;
  font-weight: 400;
}

.btn-primary {
  background-color: #fee200;
  border-color: transparent;
  font-size: 1rem;
  color: #000;
}

.display-4 {
  font-size: 3rem;
  font-weight: 700;
  color: #fee200;
  padding: 20px 20px;
  text-shadow: 1px 1px 5px rgba(33, 33, 33, 0.7);
}

.display-3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fee200;
  padding: 20px 20px;
  text-shadow: 1px 1px 5px rgba(33, 33, 33, 0.7);
}

#idioma {
  line-height: 25px;
}
#idioma h2, #idioma h3 {
  color: #25326e;
  font-weight: 700;
  padding: 12px;
}

#profesoras {
  line-height: 25px;
}
#profesoras h2, #profesoras h3 {
  color: #25326e;
  font-weight: 700;
  padding: 12px;
}

.basico {
  color: #fee200;
  border-bottom: 8px solid #fee200;
  transition: width 0.2s, height 0.2s, transform 0.2s;
}
.basico:hover {
  box-shadow: 0px 5px 9px -5px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
  transition: all 0.3s ease;
  z-index: 1;
  background-color: #fff;
}
.basico p {
  text-transform: uppercase;
  padding-top: 15px;
  text-align: left;
}
.basico h3 {
  font-size: 2.5rem;
  padding: 15px 0px;
  font-weight: 700;
}
.basico ul {
  list-style: none;
  line-height: 2rem;
  margin-bottom: 20px;
  padding: 10px;
}
.basico ul li {
  padding-left: 5px;
  margin-left: -10px;
}
.basico span {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.basico span button {
  padding: 10px;
  flex: 0 1 auto;
}
.basico span button a {
  color: #fee200;
  text-decoration: none;
}
.basico span .btn-link {
  font-weight: 400;
  color: #fee200;
  text-decoration: none;
}
.basico span .btn-link:hover {
  text-decoration: underline;
}

.intermedio {
  color: #009d49;
  border-bottom: 8px solid #009d49;
  transition: width 0.2s, height 0.2s, transform 0.2s;
}
.intermedio:hover {
  box-shadow: 0px 5px 9px -5px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
  transition: all 0.3s ease;
  z-index: 1;
  background-color: #fff;
}
.intermedio p {
  text-transform: uppercase;
  padding-top: 15px;
  text-align: left;
}
.intermedio h3 {
  font-size: 2.5rem;
  padding: 15px 0px;
  font-weight: 700;
}
.intermedio ul {
  list-style: none;
  line-height: 2rem;
  margin-bottom: 20px;
  padding: 10px;
}
.intermedio ul li {
  padding-left: 5px;
  margin-left: -10px;
}
.intermedio span {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.intermedio span button {
  padding: 10px;
  flex: 0 1 auto;
}
.intermedio span button a {
  color: #009d49;
  text-decoration: none;
}
.intermedio span .btn-link {
  font-weight: 400;
  color: #009d49;
  text-decoration: none;
}
.intermedio span .btn-link:hover {
  text-decoration: underline;
}

.avanzado {
  color: #25326e;
  border-bottom: 8px solid #25326e;
  transition: width 0.2s, height 0.2s, transform 0.2s;
}
.avanzado:hover {
  box-shadow: 0px 5px 9px -5px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
  transition: all 0.3s ease;
  z-index: 1;
  background-color: #fff;
}
.avanzado p {
  text-transform: uppercase;
  padding-top: 15px;
  text-align: left;
}
.avanzado h3 {
  font-size: 2.5rem;
  padding: 15px 0px;
  font-weight: 700;
}
.avanzado ul {
  list-style: none;
  line-height: 2rem;
  margin-bottom: 20px;
  padding: 10px;
}
.avanzado ul li {
  padding-left: 5px;
  margin-left: -10px;
}
.avanzado span {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.avanzado span button {
  padding: 10px;
  flex: 0 1 auto;
}
.avanzado span button a {
  color: #25326e;
  text-decoration: none;
}
.avanzado span .btn-link {
  font-weight: 400;
  color: #25326e;
  text-decoration: none;
}
.avanzado span .btn-link:hover {
  text-decoration: underline;
}

.celpe {
  color: #000;
  border-bottom: 8px solid #000;
  transition: width 0.2s, height 0.2s, transform 0.2s;
}
.celpe:hover {
  box-shadow: 0px 5px 9px -5px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
  transition: all 0.3s ease;
  z-index: 1;
  background-color: #fff;
}
.celpe p {
  text-transform: uppercase;
  padding-top: 15px;
  text-align: left;
}
.celpe h3 {
  font-size: 2.5rem;
  padding: 15px 0px;
  font-weight: 700;
}
.celpe ul {
  list-style: none;
  line-height: 2rem;
  margin-bottom: 20px;
  padding: 10px;
}
.celpe ul li {
  padding-left: 5px;
  margin-left: -10px;
}
.celpe span {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.celpe span button {
  padding: 10px;
  flex: 0 1 auto;
}
.celpe span button a {
  color: #000;
  text-decoration: none;
}
.celpe span .btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.celpe span .btn-link:hover {
  text-decoration: underline;
}

#nosotros h3 {
  color: #25326e;
}
#nosotros .mision {
  color: #25326e;
}
#nosotros ul {
  list-style: none;
}
#nosotros ul li {
  line-height: 2.25rem;
  padding-left: 10px;
}

#cursos {
  line-height: 1.6rem;
}
#cursos h2, #cursos h3 {
  padding: 15px 0;
}
#cursos p {
  padding: 0 15px;
}

.curso-basico h2, .curso-basico h3 {
  color: #fee200;
  font-weight: 700;
}
.curso-basico p {
  color: #333;
}
.curso-basico .subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #fee200;
}

.curso-intermedio h2, .curso-intermedio h3 {
  color: #009d49;
  font-weight: 700;
}
.curso-intermedio p {
  color: #333;
}
.curso-intermedio .subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #009d49;
}

.curso-avanzado h2, .curso-avanzado h3 {
  color: #25326e;
  font-weight: 700;
}
.curso-avanzado p {
  color: #333;
}
.curso-avanzado .subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #25326e;
}

#contacto input[type=submit] {
  width: 250px;
  background-color: #25326e;
  color: white;
  border: 0px;
}
#contacto input[type=submit]:hover {
  background-color: #009d49;
}

footer {
  background: #f0f0f0;
}
footer ul {
  list-style: none;
  display: block;
}
footer ul li {
  color: #25326e;
}

.menu {
  color: #25326e;
  text-decoration: none;
  display: block;
  padding: 10px;
}
.menu:hover {
  color: #009d49;
  text-decoration: none;
}

.rrss {
  color: #25326e;
}

.acgm {
  font-size: 0.85rem;
}

@media screen and (max-width: 576px) {
  #main-hero {
    max-height: 460px;
  }
}
@media screen and (max-width: 320px) {
  .display-4 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .encabezado button {
    display: none;
  }

  #menu-principal {
    height: auto !important;
    display: block;
    flex: 0 1 auto;
  }
  #menu-principal ul {
    display: flex;
    margin: 0 0 0 0;
  }
  #menu-principal ul li a {
    padding: 0.8rem;
    text-transform: capitalize;
    margin: 0 0.3rem;
    border-top: 0;
    transition: all 0.5s ease;
  }
  #menu-principal ul li a:hover {
    background-color: #fee200;
    color: #25326e;
    transition: all 0.5s ease;
  }
  #menu-principal ul .active a {
    color: #009d49;
  }
  #menu-principal ul .active a:hover {
    color: #25326e;
    transition: all 0.5s ease;
  }
}/*# sourceMappingURL=styles.css.map */