@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cairo:300,400,700,900|Merriweather:300,400,700,900|Poppins:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700&display=swap");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

img {
  width: 100%;
  height: auto;
  display: block; }

h1 {
  text-align: center;
  text-transform: uppercase;
  color: #272727;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  padding: 50px 0 10px;
  font-weight: 700;
  font-size: 4rem;
  font-family: "Cairo", sans-serif; }
  h1:after {
    display: block;
    margin: 30px auto 0;
    height: 8px;
    content: " ";
    text-shadow: none;
    background-color: #8465bf;
    width: 11rem; }

h2 {
  text-align: center;
  color: #272727;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif; }

h3 {
  font-family: "Cairo", sans-serif;
  text-align: left;
  font-size: 2.2rem;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400; }

.destacado {
  color: #ffffff;
  max-width: 960px;
  margin: 0 auto 40px; }

p {
  font-family: "Merriweather", serif;
  color: #272727;
  line-height: 2.1em;
  letter-spacing: 1px;
  padding: 15px 0; }

p.intro {
  text-align: center;
  font-size: 16px; }

p.important {
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.9rem;
  font-weight: 300; }

h2.action {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: 400; }
  @media (max-width: 480px) {
    h2.action {
      text-align: center; } }

h2.tit-secundario {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  text-align: left; }
  h2.tit-secundario:after {
    display: block;
    margin: 30px 0 0;
    height: 8px;
    content: " ";
    text-shadow: none;
    background-color: #8465bf;
    width: 11rem; }

b {
  font-weight: 500; }

.content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0; }
  @media (min-width: 1024px) {
    .content {
      padding: 70px 20px;
      box-sizing: border-box; } }

@media (min-width: 480px) and (max-width: 768px) {
  .content {
    padding: 70px 20px;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .content {
    padding: 70px 20px;
    box-sizing: border-box; } }

#contenido-home {
  display: block;
  margin: 0 auto 0; }

.test .content {
  display: flex;
  justify-content: space-around; }

button {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 0px;
  text-align: center;
  display: block;
  margin: 15px auto; }
  button a {
    text-decoration: none;
    font-family: "Fira Sans", sans-serif;
    color: #ffffff;
    text-align: center; }
    button a:hover {
      color: #ffffff;
      text-decoration: none; }

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #ffffff; }

.button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s; }

.button:hover span {
  padding-right: 25px; }

.button:hover span:after {
  opacity: 1;
  right: 0; }

.btn-big {
  width: 200px;
  font-size: 18px;
  margin-top: 20px;
  background-color: #8db368;
  color: #ffffff; }

.btn-big-big {
  width: 300px;
  background-color: #8465bf;
  cursor: pointer;
  text-align: center;
  padding: 50px 10px;
  transition: 0.3s; }
  .btn-big-big span {
    color: #ffffff;
    font-size: 18px; }

.btn-big-big i {
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 70px; }

.btn-big-big:hover {
  background-color: #43549e; }

@media (max-width: 480px) {
  .btn-big-big {
    width: 19rem; } }

.flex-center-between, .row-1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-center-start, .content-columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.content-columns {
  max-width: 960px;
  margin: 0 auto; }

.col-medium {
  width: 48%; }
  @media (max-width: 480px) {
    .col-medium {
      width: 95%; } }

.container-fluid {
  box-sizing: border-box; }

.content-header {
  display: flex;
  justify-content: center; }

#navbar {
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 0px;
  display: block;
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3; }

#logo {
  width: 152px;
  height: 75px; }

@media (max-width: 480px) {
  nav {
    width: 100%; } }

.topnav {
  overflow: hidden; }
  .topnav a {
    float: left;
    display: block;
    color: #272727;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif; }
    .topnav a:hover {
      color: #272727; }

.active {
  color: #272727; }

.topnav .icon {
  display: none; }

@media (max-width: 480px) {
  nav {
    width: 100%; } }

@media (max-width: 480px) {
  .topnav a {
    display: none; } }

@media (max-width: 480px) {
  .topnav.responsive {
    position: relative;
    float: left;
    width: 100%;
    transition: 0.3s; }
    .topnav.responsive .content-links {
      margin-top: 35px;
      padding-bottom: 10px; } }

@media (max-width: 480px) {
  .topnav.responsive .icon {
    position: absolute;
    top: 0;
    left: 0; } }

@media (max-width: 480px) {
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    color: #ffffff; } }

.navbar {
  margin-bottom: 0px;
  box-sizing: border-box; }

.navbar-header {
  margin-bottom: 10px;
  box-sizing: border-box; }

.navbar-inverse {
  background-color: #ffffff;
  border-color: #ffffff;
  width: 100%;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .navbar-inverse {
      width: 100%; } }

.navbar-inverse .navbar-collapse {
  border-color: #ffffff;
  margin-top: 10px;
  background-color: #ffffff; }
  @media (max-width: 480px) {
    .navbar-inverse .navbar-collapse {
      margin-top: 20px;
      background-color: #8db368; } }

@media (min-width: 1024px) {
  .navbar-inverse .navbar-brand {
    margin-left: 10px;
    width: 11rem; } }

@media (max-width: 480px) {
  .navbar-inverse .navbar-brand {
    margin: 10px 0 0 15px;
    width: 10rem;
    margin-left: 10px; } }

@media (min-width: 480px) and (max-width: 768px) {
  .navbar-brand {
    width: 10rem; } }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0; }

@media (min-width: 1280px) {
  .navbar-inverse .navbar-brand {
    margin-right: 50px; } }

.navbar {
  padding: 10px 0 0px; }
  @media (max-width: 480px) {
    .navbar {
      width: 100%;
      padding: 0; } }

.navbar-brand {
  height: auto;
  padding: 0; }

.navbar-nav {
  float: right;
  vertical-align: middle;
  margin-top: 10px; }
  @media (max-width: 480px) {
    .navbar-nav {
      float: none;
      text-align: center; } }

.navbar-inverse .navbar-nav .active a {
  background-color: #ffffff;
  color: #272727; }

.navbar-inverse .navbar-nav li a {
  color: #272727;
  font-family: "Fira Sans", sans-serif; }
  @media (min-width: 1024px) {
    .navbar-inverse .navbar-nav li a {
      font-size: 14px;
      letter-spacing: 0em; } }

@media (max-width: 480px) {
  .navbar-inverse .navbar-nav li a {
    color: #ffffff; } }

@media (min-width: 1280px) {
  .navbar-inverse .navbar-nav li a {
    color: #272727;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: 0.3s; }
    .navbar-inverse .navbar-nav li a:hover {
      color: #ffffff;
      background-color: #8db368; } }

.navbar-inverse .navbar-nav .open a {
  background-color: #ffffff;
  color: #272727; }

.navbar-inverse .navbar-toggle {
  box-shadow: none;
  height: 50px;
  border: none;
  box-sizing: border-box; }

.navbar-toggle .icon-bar {
  margin-bottom: 5px; }

@media (min-width: 1024px) {
  .nav li a {
    padding: 15px 18px 15px;
    font-size: 16px; } }

.navbar-toggle {
  background-color: #8db368;
  margin-top: 20px; }

section.slider {
  background-color: #eeeeee; }

.slider {
  width: 100%;
  max-width: 1024px;
  margin: 50px auto 0; }

.mapa {
  min-height: 400px; }

input {
  display: block;
  margin-bottom: 20px;
  border: none;
  border: 2px solid #272727;
  padding: 16px 16px;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out; }

input:focus {
  outline: none;
  border: 2px solid #8db368; }

::placeholder {
  color: #272727;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.5rem; }

textarea {
  width: 100%;
  min-height: 120px;
  padding: 16px 17px;
  box-sizing: border-box;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  border: 2px solid #272727; }

textarea:focus {
  outline: none;
  border: 2px solid #8db368; }

input[type=submit] {
  background: #43549e;
  border: 1px solid #43549e;
  font-family: "Fira Sans", sans-serif;
  padding: 20px 0px;
  text-align: center;
  display: block;
  margin: 15px auto;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer; }

input[type=submit]:hover {
  background: #8db368;
  color: white; }

section.cursos .content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    section.cursos .content {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center; } }

.item-cursos {
  width: 32%;
  height: 300px;
  margin-bottom: 20px;
  position: relative; }
  .item-cursos:hover .overlay {
    opacity: 1;
    background: #8465bf; }

@media (max-width: 480px) {
  .item-cursos {
    width: 95%; } }

.kids, .teen, .adult, .travel, .bussines, .online {
  background-repeat: no-repeat;
  background-size: cover; }

.kids {
  background-image: url("../img/kids.jpg"); }

.teen {
  background-image: url("../img/teen.jpg"); }

.adult {
  background-image: url("../img/adult.jpg"); }

.travel {
  background-image: url("../img/travel.jpg"); }

.bussines {
  background-image: url("../img/bussines.jpg"); }

.online {
  background-image: url("../img/online.jpg"); }

.overlay {
  position: absolute;
  bottom: 0px;
  background: #43549e;
  color: #ffffff;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 2rem;
  opacity: 0.9;
  transition: 0.3s; }

section.calltoaction {
  width: 100%;
  background-image: url("../img/p1.png");
  margin: 50px 0; }
  section.calltoaction .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 40px; }
    section.calltoaction .content button {
      margin: 0; }

@media (max-width: 480px) {
  section.calltoaction .content {
    padding: 50px 20px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center; } }

section.servicios .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  section.servicios .content p {
    color: #888888; }
section.servicios .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.item-serv {
  width: 45%; }
  @media (max-width: 480px) {
    .item-serv {
      width: 95%; } }

@media (max-width: 480px) {
  section.servicios .content {
    flex-direction: column;
    align-items: center;
    align-content: center; } }

section.contacto .content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    section.contacto .content {
      flex-direction: column;
      align-items: center;
      align-content: center; } }

address {
  font-family: "Poppins", sans-serif;
  font-size: 1.9rem;
  margin-top: 20px; }

.date p {
  padding: 0;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem; }
  .date p span {
    font-size: 1.8rem;
    vertical-align: middle;
    margin-right: 6px; }

.fa-whatsapp-square {
  color: #8db368; }

.fa-instagram {
  color: #8465bf; }

.fa-facebook-square {
  color: #43549e; }

section.titulo-seccion {
  background-image: url("../img/texture.png"); }
  section.titulo-seccion h1 {
    font-family: "Poppins", sans-serif;
    font-size: 4.5rem;
    color: #ffffff;
    padding: 50px 0;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0; }
    section.titulo-seccion h1:after {
      display: none; }

section.somos .content {
  padding-bottom: 0; }
  section.somos .content h2 {
    font-family: "Poppins", sans-serif;
    text-align: left;
    padding-right: 170px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 4.5rem;
    position: relative;
    padding-top: 30px;
    font-size: 3rem; }
    section.somos .content h2:after {
      display: block;
      top: 0;
      position: absolute;
      height: 8px;
      content: " ";
      text-shadow: none;
      background-color: #8465bf;
      width: 11rem; }

@media (max-width: 480px) {
  section.somos .content h2 {
    padding-right: 0;
    font-size: 2.5rem; } }

section.staff .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: flex-start;
  padding-top: 0; }
  section.staff .content img {
    max-width: 400px;
    float: right; }

section.we-us {
  background-image: url("../img/p1.png"); }

.delete-padding {
  padding-bottom: 0; }

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #8465bf;
  color: white;
  cursor: pointer;
  padding: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: 0.3s;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.31);
  vertical-align: middle; }
  #myBtn:hover {
    background-color: #43549e; }

section.mapa .content h1 {
  padding-top: 0; }

.maps-google {
  margin-top: 50px; }

footer {
  background-image: url("../img/texture.png"); }

#content-footer {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px 10px 0px;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    #content-footer {
      padding: 20px 30px 10px 30px; } }

.row-1 {
  margin-bottom: 50px; }

.legales {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif; }
  .legales .fa-instagram {
    color: #ffffff;
    margin-right: 5px;
    font-size: 1.5rem; }

.legales .fa-facebook-square {
  color: #ffffff;
  font-size: 1.5rem; }

/*# sourceMappingURL=main.css.map */
