.center-rl {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%); }

.text-center {
  text-align: center; }

.filler {
  width: 100%;
  height: 20px;
  background-color: #01FF70; }

@media only screen and (min-width: 60em) {
  .container {
    width: 75%;
    max-width: 60rem; } }
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%; }

  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

::selection {
  background: #FFE694; }

::-moz-selection {
  background: #FFE694; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #FFE694; }

a {
  color: #0074D9;
  text-decoration: none;
  outline: 0;
  transition: all .5s ease; }
  a:hover, a:focus {
    color: #40a6ff; }

.title {
  font-family: "Sansita One", cursive;
  color: #194174; }

.title-small {
  font-size: 1.5rem; }

.title-big {
  padding: 14px 0; }

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  color: #194174; }

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px; }

.large, h2 {
  font-size: 34px;
  line-height: 1.14; }

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38; }

.big, h4 {
  font-size: 22px;
  line-height: 1.38; }

.small, small {
  font-size: 10px;
  line-height: 1.2; }

p {
  margin: 0 0 20px 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }

form label {
  color: #666; }
form input[type="text"],
form textarea {
  display: block;
  background-color: #DDDDDD;
  border: 1px solid white; }

.header {
  height: 60px;
  width: 100%;
  background-color: #194174;
  color: #fff;
  position: relative;
  top: 0;
  left: 0; }

.navbar {
  margin-top: 20px;
  position: absolute;
  right: 0; }

.navbar-nav {
  padding: 0;
  margin-right: 20px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer; }
  .navbar-nav li {
    display: inline;
    text-align: center;
    margin-left: 20px;
    box-shadow: 0px 0px 0px 0px #FFF; }
    .navbar-nav li a {
      color: #fff; }
      .navbar-nav li a:hover, .navbar-nav li a:focus {
        color: #FFDC00;
        box-shadow: 0px 1px 0px 0px #FFDC00; }

.tel {
  color: #FFDC00; }

.hero-section {
  height: 100vh;
  background-color: #F7F7F7;
  box-size: border-box;
  position: relative; }

.hero-content {
  width: 80vw;
  margin: 0 auto;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%); }

.hero-image {
  background-size: cover;
  background-image: url("../../images/hero.jpg");
  background-color: #DFDFDF;
  overflow: hidden;
  position: relative; }

.hero-contacto {
  background-size: cover;
  background-image: url("../../images/blue.jpg");
  background-color: #DFDFDF;
  overflow: hidden;
  position: relative; }

.hero-formacion {
  background-size: cover;
  background-image: url("../../images/formacion_header.jpg");
  background-color: #DFDFDF;
  overflow: hidden;
  position: relative; }
  .hero-formacion .hero-content {
    top: 30%;
    left: 70%;
    font-size: 3em;
    width: 70vw; }
    .hero-formacion .hero-content span {
      font-size: 0.8em;
      text-transform: none; }

.hero-header {
  color: #194174;
  font-size: 1em;
  font-family: "Sansita One", cursive;
  text-transform: uppercase; }

.hero-text {
  color: #194174;
  font-size: 0.6em;
  text-align: center;
  line-height: 2;
  margin: 20px 0;
  font-family: "Lato", sans-serif;
  font-weight: 600; }

.hero-button {
  color: #FFF;
  height: 50px;
  font-size: 0.5em;
  background-color: #194174;
  border: 1px solid #123666;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.5s ease; }
  .hero-button:hover, .hero-button:active, .hero-button:focus {
    color: #fff;
    border-color: #fff;
    outline: 0; }
  .hero-button a {
    color: #fff; }

.hero-white {
  background-color: #fff; }

.hero-gray {
  background-color: #F7F7F7; }

.hero-dirty-white {
  background-color: #FDFDFD; }

.circular-image {
  width: 174px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 50%;
  background-position: 50; }

.info-section {
  padding: 0px 10px;
  background-color: #F7F7F7; }

.info-text {
  word-wrap: break-word;
  color: #666; }

.submit {
  margin: 30px 0;
  color: #fff;
  background-color: #194174;
  transition: color 0.5 ease; }
  .submit:hover, .submit:active, .submit:focus {
    color: #fff; }

iframe {
  width: 100%; }

@media only screen and (min-width: 40.063em) {
  .hero-content {
    font-size: 2.6em; }

  .navbar-nav {
    font-size: 1.2em; }

  .hero-button {
    font-size: 0.4em; }

  .title-big {
    padding: 60px 0; }

  .title-small {
    padding: 20px 0; }

  .circular-image {
    width: 200px; }

  .large, h2 {
    font-size: 42px; } }
@media only screen and (min-width: 64.063em) {
  .hero-content {
    font-size: 3em;
    width: 60vw;
    transform: translate(-50%, -60%); }

  .hero-image:before {
    background-color: none; } }
@media only screen and (min-width: 90.063em) {
  .hero-content {
    font-size: 3.4em;
    width: 40vw; }

  .hero-button {
    height: 60px;
    padding: 0 50px; } }
@media only screen and (min-width: 125em) {
  .hero-content {
    font-size: 3.8em; } }
.formacion-title {
  padding: 20px 0;
  font-family: "Nunito", sans-serif;
  color: #194174; }

.formacion-text {
  font-family: "Nunito", sans-serif;
  color: #aaa; }

.invisible-pics {
  opacity: 0;
  visibility: hidden; }

.formacion-footer {
  width: auto;
  height: 20vh;
  margin: 0 auto;
  background-image: url("../../images/formacion_footer.jpg");
  background-repeat: repeat-x;
  background-size: contain; }

@media only screen and (min-width: 40.063em) {
  .hero-formacion .hero-content {
    top: 33%;
    left: 60%;
    font-size: 5em;
    width: 80vw; }
    .hero-formacion .hero-content span {
      font-size: 0.6em;
      text-transform: none; } }
@media only screen and (min-width: 90.063em) {
  .hero-formacion .hero-content {
    top: 38%;
    left: 55%;
    font-size: 7em; } }
@media only screen and (min-width: 125em) {
  .hero-formacion .hero-content {
    font-size: 8em; } }
.hero-contacto .hero-content {
  font-size: 3em; }
.hero-contacto .hero-header {
  padding: 40px 0; }

@media only screen and (min-width: 40.063em) {
  .hero-contacto .hero-content {
    font-size: 6em; } }
@media only screen and (min-width: 90.063em) {
  .hero-contacto .hero-content {
    font-size: 8em; } }

/*# sourceMappingURL=main.css.map */
