@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
/*Colors */
/*Fonts*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

a.button {
  display: inline-block;
  background-color: #64ffda;
  color: #081426;
  padding: 10px 20px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 20px;
  font-weight: 400;
}
a.button:hover {
  transform: scale(1.2);
  text-decoration: underline;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 26px 165px;
  border-top: 1px solid #64ffda;
}
.footer figure {
  margin: 0;
  padding: 0;
}
.footer figure img {
  width: 250px;
  background-color: white;
  border: 3px solid #64ffda;
  border-radius: 16px;
}
.footer p {
  color: #64ffda;
  font-size: 16px;
}
.footer p a {
  color: #64ffda;
  font-size: 16px;
}

body {
  margin: 0;
  background-color: #081426;
  box-sizing: border-box;
}
body h1,
body h2,
body h3 {
  font-family: "Montserrat", sans-serif;
  color: white;
  letter-spacing: -2px;
}
body h1 {
  font-size: 80px;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: -2px;
}
body h2 {
  font-size: 55px;
  font-weight: 500;
  margin-top: 0;
}
body h3 {
  font-size: 28px;
  font-weight: 500;
}

a,
p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: white;
  font-weight: 400;
}

p {
  margin-bottom: 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 200px;
  padding: 26px 165px;
  border-bottom: 1px solid #64ffda;
}
header figure {
  margin: 0;
  padding: 0;
}
header figure img {
  width: 250px;
  background-color: white;
  border: 3px solid #64ffda;
  border-radius: 16px;
}
header nav {
  padding: 0;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
header nav ul p {
  text-decoration: underline;
  color: #64ffda;
  margin: 0;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  text-decoration: none;
  font-weight: 400;
}
header nav ul li a:hover {
  text-decoration: underline;
  color: #64ffda;
}
header nav ul li .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #081426;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  padding-top: 10px;
  min-width: 220px;
  border-radius: 8px;
  border: 1px solid #64ffda;
  z-index: 1001;
  flex-direction: column;
  gap: 0;
}
header nav ul li .dropdown li {
  padding: 0;
}
header nav ul li .dropdown li a {
  display: block;
  padding: 12px 12px;
  white-space: nowrap;
}
header nav ul li .dropdown li a:hover {
  color: #64ffda;
}
header nav ul li .dropdown li:first-child a {
  border-bottom: 1px solid #64ffda;
}
header nav ul li:hover .dropdown {
  display: flex;
}

.container {
  padding: 0 165px;
  background-color: #081426;
}

html {
  overflow-y: scroll;
}

.hero {
  display: flex;
  padding-top: 52px;
  gap: 40px;
}
.hero_info {
  position: relative;
}
.hero_info h1 {
  line-height: 94px;
  width: 95%;
}
.hero_info h1 span {
  display: inline-block;
}
.hero_info h1 span::after {
  content: "";
  width: 101%;
  height: 4px;
  background-color: #64ffda;
  display: block;
  border-radius: 4px;
}
.hero figure {
  position: relative;
  bottom: -5px;
  margin: 0;
  width: 100%;
}
.hero figure .overlay {
  position: relative;
  width: 100%;
  height: auto;
}
.hero figure .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.hero figure img {
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.hero p {
  font-size: 24px;
  margin-top: 19px;
  line-height: 36px;
  text-align: center;
}

.quienes_hero {
  border-bottom: 4px solid #64ffda;
  padding-bottom: 66px;
}
.quienes_hero_title {
  padding-top: 52px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}
.quienes_hero_subtitle {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.cursos {
  padding: 52px 0 96px;
}
.cursos_hero {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-bottom: 66px;
  border-bottom: 4px solid #64ffda;
}
.cursos_hero .hero_info h2 span {
  display: inline-block;
}
.cursos_hero .hero_info h2 span::after {
  content: "";
  width: 101%;
  height: 4px;
  background-color: #64ffda;
  display: block;
  border-radius: 4px;
}
.cursos_hero .hero_info p.cursos_hero_subtitle {
  text-align: start;
}
.cursos_hero figure {
  position: relative;
  width: 555px;
  margin: 0;
  padding: 0;
}
.cursos_hero figure .overlay {
  position: relative;
  width: 100%;
  height: auto;
}
.cursos_hero figure .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cursos_hero figure .overlay img {
  width: 100%;
}

.blog_hero {
  padding: 52px 0 66px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 4px solid #64ffda;
}
.blog_hero_info {
  position: relative;
  top: 80px;
}
.blog_hero_info h2 {
  text-align: center;
  margin: 0;
}
.blog_hero_info p {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.blog_hero figure .overlay {
  position: relative;
  width: 100%;
  height: auto;
}
.blog_hero figure .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.blog_hero figure .overlay img {
  width: 100%;
}

.descubre_box {
  border-bottom: 4px solid #64ffda;
}
.descubre_box .descubre {
  text-align: center;
  margin-top: 66px;
  margin-bottom: 66px;
  width: 546px;
  margin-left: auto;
  margin-right: auto;
  background-color: #051021;
  padding: 28px 20px 20px;
  border-radius: 16px;
}
.descubre_box .descubre h2.title {
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
}
.descubre_box .descubre p.subtitle {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}
.descubre_box .descubre a {
  font-size: 20px;
  font-weight: 400;
}

.cursos {
  padding: 66px 0;
  border-bottom: 4px solid #64ffda;
}
.cursos .cursos_header {
  text-align: center;
}
.cursos .cursos_header h2 {
  margin: 0;
}
.cursos .cursos_header p.cursos_subtitle {
  font-size: 24px;
  margin: 15px 0 40px;
}
.cursos .cursos_lista {
  display: flex;
  justify-content: space-between;
}
.cursos .cursos_lista article {
  text-align: center;
  background-color: #051021;
  border-radius: 16px;
  padding: 28px 20px 20px;
}
.cursos .cursos_lista article h3 {
  display: inline-block;
  margin-top: 0;
}
.cursos .cursos_lista article h3::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #64ffda;
  display: block;
  border-radius: 4px;
}
.cursos .cursos_lista article figure {
  position: relative;
  bottom: 5px;
  margin: 0;
  width: 525px;
}
.cursos .cursos_lista article figure .overlay {
  position: relative;
  width: 100%;
  height: auto;
}
.cursos .cursos_lista article figure .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cursos .cursos_lista article figure img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  height: 328px;
}
.cursos .cursos_lista article a {
  margin-top: 30px;
}
.cursos p:last-child {
  text-align: center;
  margin-top: 30px;
}
.cursos p:last-child a {
  display: inline-block;
  color: #64ffda;
  transition: all 0.5s ease;
  text-decoration: none;
}
.cursos p:last-child a:hover {
  transform: scale(1.1);
  text-decoration: underline;
}

.blog {
  padding-top: 66px;
  padding-bottom: 96px;
}
.blog_title {
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
}
.blog_noticias {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.blog_noticias article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 525px;
  background-color: #051021;
  border-radius: 16px;
  padding: 28px 20px 20px;
}
.blog_noticias article h3 {
  text-align: center;
  align-self: center;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.blog_noticias article h3 span {
  display: inline-block;
}
.blog_noticias article h3 span::after {
  content: "";
  width: 101%;
  height: 4px;
  background-color: #64ffda;
  display: block;
  border-radius: 4px;
}
.blog_noticias article figure {
  margin: 0;
  width: 100%;
  align-self: center;
}
.blog_noticias article figure img {
  width: 100%;
}
.blog_noticias article p.noticia_info {
  margin: 0;
  margin-top: 18px;
  width: 100%;
  text-align: left;
  align-self: flex-start;
}
.blog_noticias article a {
  margin-top: 30px;
  align-self: center;
}
.blog p:last-of-type {
  text-align: center;
  margin-top: 30px;
}
.blog p:last-of-type a {
  display: inline-block;
  color: #64ffda;
  transition: all 0.5s ease;
  text-decoration: none;
}
.blog p:last-of-type a:hover {
  transform: scale(1.1);
  text-decoration: underline;
}

.quienes_profesores {
  padding-bottom: 96px;
}
.quienes_profesores h2 {
  padding-top: 66px;
  text-align: center;
}
.quienes_profesores_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.quienes_profesores_grid article {
  align-items: center;
  text-align: center;
  background-color: #051021;
  border-radius: 16px;
}
.quienes_profesores_grid article h3 {
  display: inline-block;
}
.quienes_profesores_grid article h3::after {
  content: "";
  background-color: #64ffda;
  height: 4px;
  width: 101%;
  display: block;
  border-radius: 4px;
}
.quienes_profesores_grid article figure {
  padding: 0;
  margin: 0;
}
.quienes_profesores_grid article figure img {
  border-radius: 50%;
  width: 150px;
}
.quienes_profesores_grid article p {
  text-align: start;
  padding: 0 20px 20px;
}

.registro {
  background-color: #051021;
  border-radius: 16px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  margin-bottom: 96px;
  margin-top: 52px;
}
.registro .registro_title {
  text-align: center;
}
.registro .registro_title h2 {
  padding-top: 28px;
  margin-bottom: 0;
  display: inline-block;
}
.registro .registro_title h2::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #64ffda;
  display: block;
  border-radius: 4px;
}
.registro .form {
  padding-bottom: 0;
}

.login_body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
.login_body main {
  flex: 1;
}
.login_body main .login_section {
  padding: 28px 0px 20px;
  background-color: #051021;
  border-radius: 16px;
  margin-top: 52px;
  width: 894px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.login_body main .login_section h2 {
  margin: 0;
  display: inline-block;
}
.login_body main .login_section h2::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #64ffda;
  display: block;
  border-radius: 4px;
}
.login_body main .login_section h3 {
  margin-top: 28px;
  display: inline-block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.login_body main .login_section p {
  display: inline-block;
}
.login_body main .login_section .form_login {
  display: flex;
  flex-direction: column;
}

.oferta_hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 52px 0 66px;
  gap: 30px;
  border-bottom: 4px solid #64ffda;
}
.oferta_hero .hero_info .oferta_hero_title span {
  display: inline-block;
}
.oferta_hero .hero_info .oferta_hero_title span::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #64ffda;
  display: block;
  border-radius: 4px;
}
.oferta_hero .hero_info .oferta_hero_subtitle {
  margin-top: 0;
}
.oferta_hero figure {
  width: 530px;
}
.oferta_hero figure .overlay {
  position: relative;
  width: 100%;
  height: auto;
}
.oferta_hero figure .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.oferta_hero figure img {
  width: 100%;
}

.enseñanzas {
  border-bottom: 0;
}
.enseñanzas_header {
  text-align: center;
  padding-top: 66px;
}
.enseñanzas_header h2 {
  margin: 0;
}
.enseñanzas_header p {
  margin-top: 15px;
  margin-bottom: 40px;
}
.enseñanzas_lista {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-bottom: 96px;
}
.enseñanzas_lista article {
  text-align: center;
  background-color: #051021;
  border-radius: 16px;
  padding: 28px 20px 20px;
  width: 525px;
}
.enseñanzas_lista article h3 {
  margin-top: 0;
  width: 70%;
  display: inline-block;
}
.enseñanzas_lista article h3 span {
  display: inline-block;
}
.enseñanzas_lista article h3 span::after {
  content: "";
  background-color: #64ffda;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  display: block;
}
.enseñanzas_lista article figure {
  width: 400px;
}
.enseñanzas_lista article figure img {
  width: 100%;
}
.enseñanzas_lista article p.enseñanza_description {
  text-align: left;
  align-self: flex-start;
}
.enseñanzas_lista article a.button {
  margin-top: 30px;
}

.blog_main h2 {
  padding: 66px 0 46px;
  margin: 0;
  text-align: center;
}
.blog_main h3 {
  margin-top: 0;
}

.contacto {
  display: flex;
  justify-content: space-between;
  padding: 52px 0 66px;
  gap: 40px;
}
.contacto_header {
  position: relative;
  right: 40px;
  order: 2;
  border-left: 4px solid #64ffda;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 570px;
}
.contacto_header h2 {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.contacto_header p {
  margin: 0;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.contacto_formulario {
  position: relative;
  left: 160px;
  background-color: #051021;
  padding: 28px 20px 20px;
  border-radius: 16px;
  text-align: center;
}
.contacto_formulario_title {
  display: inline-block;
  margin-top: 0;
}
.contacto_formulario_title::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #64ffda;
  border-radius: 4px;
  display: block;
}

.contacto_mapa {
  text-align: center;
  padding: 66px 0 96px;
  border-top: 4px solid #64ffda;
}
.contacto_mapa h3 {
  margin-top: 0;
}

.noticia1 {
  text-align: center;
  padding: 52px 0 96px;
}
.noticia1_title {
  margin-top: 0;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}
.noticia1_title span {
  display: inline-block;
}
.noticia1_title span::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #64ffda;
  border-radius: 4px;
  display: block;
}
.noticia1 figure {
  margin: 20px 0 20px;
}
.noticia1 p {
  text-align: start;
  background-color: #051021;
  padding: 28px 20px 20px;
  border-radius: 16px;
}
.noticia1 .noticia1_texto h3 {
  text-decoration: underline;
  background-color: #051021;
  display: inline-block;
  margin-bottom: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 22px 20px 15px;
}
.noticia1 .noticia1_texto p {
  margin-top: 0;
  padding-top: 22px;
}

.pagina_curso {
  padding: 52px 0 56px;
  display: flex;
  justify-content: space-between;
}
.pagina_curso_title {
  width: 573px;
}
.pagina_curso_title h2 {
  font-size: 75px;
  margin-bottom: 30px;
}
.pagina_curso_title h2 span {
  display: inline-block;
}
.pagina_curso_title h2 span::after {
  content: "";
  width: 101%;
  height: 4px;
  background-color: #64ffda;
  display: block;
  border-radius: 4px;
}
.pagina_curso_title p {
  width: 85%;
  background-color: #051021;
  padding: 20px;
  border-radius: 16px;
}
.pagina_curso figure {
  margin: 0;
}
.pagina_curso figure img {
  width: 550px;
  position: relative;
  top: 10px;
}

p.pagina_curso_link {
  text-align: center;
  padding-bottom: 96px;
}
p.pagina_curso_link a {
  display: inline-block;
  color: #64ffda;
  transition: all 0.5s ease;
  text-decoration: none;
}
p.pagina_curso_link a:hover {
  transform: scale(1.1);
  text-decoration: underline;
}

.aviso_legal_header {
  text-align: center;
  padding-top: 52px;
}
.aviso_legal_header h2 {
  display: inline-block;
}
.aviso_legal_header h2::after {
  content: "";
  width: 101%;
  height: 4px;
  background-color: #64ffda;
  display: block;
  border-radius: 4px;
}
.aviso_legal_header h3 {
  margin-top: 0;
  margin-bottom: 32px;
}

.aviso_legal_texto {
  width: 75%;
  padding-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
}
.aviso_legal_texto h3 {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */