.container {
  max-width: 1200px;
  position: relative; }
  .container.container-small {
    max-width: 960px; }

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-1 {
  flex: 1; }

.unstyled {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  display: block;
  max-width: 100%; }

a, a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
  border: none;
  outline: none;
  transition: .3s; }

.fixed {
  position: fixed; }

.loader {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ccc; }
  .loader img {
    margin: 20px auto;
    max-width: 120px; }
  .loader .fa {
    margin: 20px auto;
    font-size: 2em; }

input, button {
  color: inherit;
  font: inherit;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent; }

.img-responsive {
  width: 100%; }

@font-face {
  font-family: Raleway;
  src: url("../fonts/raleway-thin.eot");
  src: url("../fonts/raleway-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-thin.woff") format("woff"), url("../fonts/raleway-thin.ttf") format("truetype"), url("../fonts/raleway-thin.svg#ralewaythin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: Raleway;
  src: url("../fonts/raleway-extralight.eot");
  src: url("../fonts/raleway-extralight.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-extralight.woff") format("woff"), url("../fonts/raleway-extralight.ttf") format("truetype"), url("../fonts/raleway-extralight.svg#ralewayextralight") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: Raleway;
  src: url("../fonts/raleway-light.eot");
  src: url("../fonts/raleway-light.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-light.woff") format("woff"), url("../fonts/raleway-light.ttf") format("truetype"), url("../fonts/raleway-light.svg#ralewaylight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: Raleway;
  src: url("../fonts/raleway-regular.eot");
  src: url("../fonts/raleway-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-regular.woff") format("woff"), url("../fonts/raleway-regular.ttf") format("truetype"), url("../fonts/raleway-regular.svg#ralewayregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: Raleway;
  src: url("../fonts/raleway-medium.eot");
  src: url("../fonts/raleway-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-medium.woff") format("woff"), url("../fonts/raleway-medium.ttf") format("truetype"), url("../fonts/raleway-medium.svg#ralewaymedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: Raleway;
  src: url("../fonts/raleway-semibold.eot");
  src: url("../fonts/raleway-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-semibold.woff") format("woff"), url("../fonts/raleway-semibold.ttf") format("truetype"), url("../fonts/raleway-semibold.svg#ralewaysemibold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: Raleway;
  src: url("../fonts/raleway-bold.eot");
  src: url("../fonts/raleway-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-bold.woff") format("woff"), url("../fonts/raleway-bold.ttf") format("truetype"), url("../fonts/raleway-bold.svg#ralewaybold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: Raleway;
  src: url("../fonts/raleway-extrabold.eot");
  src: url("../fonts/raleway-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-extrabold.woff") format("woff"), url("../fonts/raleway-extrabold.ttf") format("truetype"), url("../fonts/raleway-extrabold.svg#ralewayextrabold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: Raleway;
  src: url("../fonts/raleway-heavy.eot");
  src: url("../fonts/raleway-heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-heavy.woff") format("woff"), url("../fonts/raleway-heavy.ttf") format("truetype"), url("../fonts/raleway-heavy.svg#ralewayheavy") format("svg");
  font-weight: 900;
  font-style: normal; }
p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }
  p:not(:first-child), h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
    margin-top: 1em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

a {
  transition: .3s; }

p a {
  color: #5B9EF7; }
  p a:hover {
    color: #5B9EF7;
    text-decoration: underline; }

body {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  color: #4D4D4D; }

.fa {
  vertical-align: middle; }

.container {
  max-width: 1200px;
  position: relative; }

section {
  position: relative; }

.wrapper {
  position: relative;
  background: #fff;
  overflow: hidden; }

small {
  font-size: .8em; }

.header {
  color: #5B9EF7;
  text-transform: uppercase;
  padding: 1em 0;
  font-weight: 600;
  position: relative;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  background: #fff; }
  .header .container-fluid {
    max-width: 1600px; }
  .header .logo {
    max-width: initial;
    max-height: 80px; }
  .header .nav {
    margin: auto;
    text-align: center; }
    .header .nav li {
      position: relative;
      margin-left: 3em; }
      .header .nav li a:hover, .header .nav li a.active {
        color: #0E3F6B; }
    .header .nav .submenu {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      transition: .3s;
      transform: translateY(200px);
      text-align: left;
      pointer-events: none;
      right: 0; }
      .header .nav .submenu ul {
        margin-top: 1em;
        background: rgba(255, 255, 255, 0.95);
        padding: .5em;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
        .header .nav .submenu ul li {
          margin-left: 0;
          padding: .5em; }
    .header .nav .drop:hover .submenu {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      pointer-events: all; }

section {
  position: relative; }

.video {
  height: calc(100vh - 116px);
  background: #000;
  position: relative; }
  .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.page {
  display: none;
  position: relative; }
  .page#login {
    display: block !important; }

.search {
  border: 10px solid #ccc;
  border-radius: 10px;
  font-size: 1.5em;
  color: #ccc;
  line-height: 1;
  padding: .25em;
  background: #fff;
  max-width: 960px;
  margin: auto; }
  .search button {
    width: 1em;
    height: 1em;
    text-align: center;
    padding: .25em;
    box-sizing: content-box;
    cursor: pointer;
    transition: .3s; }
    .search button:hover {
      color: #5B9EF7; }
  .search input {
    flex: 1; }

.title {
  max-width: 360px;
  margin: auto; }

.nosotros {
  color: #fff;
  background: #0E3F6B;
  overflow: hidden; }
  .nosotros .search {
    position: relative;
    top: -10px; }
  .nosotros .btn-container {
    padding-bottom: 4em; }

.btn {
  background: #5B9EF7;
  color: #fff;
  padding: .5em 2em;
  border-radius: .25em; }
  .btn:hover {
    opacity: .8;
    color: #fff; }
  .btn.btn-small {
    font-size: .8em; }

.btn-container {
  display: flex;
  margin-top: 1em;
  justify-content: right; }

blockquote {
  position: relative;
  padding: 1em 0 1em 6em;
  margin: 4em auto 2em; }
  blockquote.blockquote-small {
    max-width: 600px;
    margin: 4em auto; }
  blockquote.blockquote-alt {
    padding: 1em 6em 1em 0; }
    blockquote.blockquote-alt::before {
      left: auto;
      right: 0; }
  blockquote::before {
    content: '';
    width: 15px;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0; }
  blockquote h1 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600; }
  blockquote p {
    line-height: 2; }

.box {
  position: relative;
  overflow: hidden; }
  .box:hover h3 {
    background: #4D4D4D;
    color: #f9f9f9; }
  .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    object-fit: cover; }
  .box h3 {
    margin: 2em auto;
    margin-left: 40%;
    padding: 2em;
    background: #f9f9f9;
    color: #4D4D4D;
    text-align: right;
    justify-content: right;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    height: 6em;
    display: flex;
    align-items: center;
    font-size: 1.5em;
    transition: .3s; }

.categorias::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33.33333333%;
  background: #E9F0BD;
  z-index: -1; }
.categorias .row {
  align-items: center;
  justify-content: left; }
  .categorias .row > * {
    margin: 3em auto; }

.convenios {
  background: url("../img/convenios.jpg") center center no-repeat;
  background-size: cover;
  color: #4D4D4D;
  padding: 6em 0; }
  .convenios blockquote {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .convenios blockquote::before {
      background: #4D4D4D; }
  .convenios .images {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    justify-content: center;
    align-items: center; }

.footer {
  background: #0E3F6B;
  color: #fff;
  margin-top: 6em;
  font-weight: bold;
  padding: 2em 0;
  text-align: center; }
  .footer h1 {
    text-transform: uppercase;
    font-size: 6em;
    font-weight: 900;
    position: absolute;
    color: #0E3F6B;
    top: -1.125em;
    left: 0;
    right: 0; }
  .footer .fa {
    font-size: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    text-align: center;
    margin-right: .5em;
    color: #0E3F6B;
    background: #fff;
    border-radius: 50%; }
  .footer .row > *:not(:first-child)::before {
    content: '';
    width: 4px;
    border-radius: 2px;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 15px; }

.cover {
  padding-bottom: 20%;
  position: relative;
  text-align: center; }
  .cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .cover h1 {
    text-transform: uppercase;
    font-size: 6em;
    font-weight: 900;
    position: absolute;
    color: #0E3F6B;
    bottom: .25em;
    left: 0;
    right: 0;
    opacity: .5;
    max-width: 960px;
    margin: auto;
    line-height: 1; }

.content {
  position: relative;
  padding-bottom: 30px; }
  .content .search {
    position: relative;
    top: -30px; }
  .content .item {
    margin: 30px auto;
    position: relative; }

.background {
  display: none; }

.layout-1 .background, .layout-5 .background {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 66.66666666%;
  z-index: -1;
  object-fit: cover; }
.layout-1 .item, .layout-5 .item {
  align-items: center; }
  .layout-1 .item::before, .layout-5 .item::before {
    content: '';
    background: #f9f9f9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    z-index: -1; }
.layout-1 .inner-container, .layout-5 .inner-container {
  color: #5B9EF7;
  padding: 2em;
  text-transform: uppercase;
  font-weight: 600;
  transition: .3s;
  background: #fff;
  margin: 2em auto; }
.layout-1 .content-html, .layout-5 .content-html {
  padding: 2em; }

.layout-2 .inner-container {
  color: #5B9EF7;
  font-size: 1.25em;
  margin-bottom: 1em; }
.layout-2 h3 {
  color: #5B9EF7;
  margin-bottom: 1em;
  font-size: 1.25em; }

.layout-3 .row {
  width: 50%; }
.layout-3 .items {
  display: flex;
  flex-wrap: wrap; }
.layout-3 h3 {
  color: #5B9EF7;
  margin-bottom: 1em;
  font-size: 1.25em; }

.layout-4 .background {
  position: absolute;
  display: block;
  right: 0;
  bottom: -6em;
  left: 0;
  height: 50%;
  z-index: -1;
  object-fit: cover;
  width: 100%; }
.layout-4 .item {
  padding: 3em 0; }
  .layout-4 .item::before {
    content: '';
    background: #f9f9f9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(90% + 15px);
    z-index: -1; }
.layout-4 .row {
  align-items: center; }
.layout-4 a {
  color: #5B9EF7;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em; }

.layout-5 .inner-container {
  margin-bottom: 0; }
.layout-5 .btn-container {
  margin-bottom: 1em; }

#nosotros .cover h1 {
  font-size: 8em;
  line-height: .7;
  bottom: 0; }
#nosotros .somos {
  background: #D0E9FE;
  overflow: hidden;
  color: #4D4D4D; }
  #nosotros .somos blockquote::before {
    background: #4D4D4D; }
#nosotros .hacemos {
  background: #4D4D4D;
  color: #fff;
  overflow: hidden; }
#nosotros .organizaciones {
  padding: 4em 0 2em;
  background: #f9f9f9; }
  #nosotros .organizaciones h1 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600;
    text-align: center; }
  #nosotros .organizaciones .row {
    align-items: center; }
    #nosotros .organizaciones .row > * {
      margin: 15px auto; }
  #nosotros .organizaciones h3 {
    padding: 2em;
    background: #E9F0BD;
    text-align: center; }

.img {
  padding-bottom: 100%;
  position: relative;
  background: #fff; }
  .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto; }

.form-control {
  padding: 1em;
  max-width: 360px;
  width: 100%;
  border: 1px solid #eee; }

.form-group {
  margin-top: 1em; }

/*# sourceMappingURL=style.css.map */
