.cf {
  zoom: 1; }
  .cf:before {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg"), url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans';
  src: url("../fonts/NotoSans.eot");
  src: url("../fonts/NotoSans.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans.woff2") format("woff2"), url("../fonts/NotoSans.woff") format("woff"), url("../fonts/NotoSans.ttf") format("truetype"), url("../fonts/NotoSans.svg#NotoSans") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?iy8682");
  src: url("../fonts/icomoon.eot?iy8682#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?iy8682") format("truetype"), url("../fonts/icomoon.woff?iy8682") format("woff"), url("../fonts/icomoon.svg?iy8682#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon-corazon:before {
  content: "\e90f"; }

.icon-tw:before {
  content: "\e900"; }

.icon-ICONOS-03:before {
  content: "\e901"; }

.icon-arrow-r:before {
  content: "\e902"; }

.icon-ms:before {
  content: "\e903"; }

.icon-tel:before {
  content: "\e904"; }

.icon-alert:before {
  content: "\e905"; }

.icon-check:before {
  content: "\e906"; }

.icon-arrow-b:before {
  content: "\e907"; }

.icon-play:before {
  content: "\e908"; }

.icon-send:before {
  content: "\e909"; }

.icon-f:before {
  content: "\e90a"; }

.icon-ICONOS-13:before {
  content: "\e90b"; }

.icon-arrowb:before {
  content: "\e90c"; }

.icon-yt:before {
  content: "\e90d"; }

.icon-ICONOS-16:before {
  content: "\e90e"; }

.icon-staff:before {
  content: "\e60e"; }

.icon-phone:before {
  content: "\e60a";
  color: #444; }

.icon-youtube:before {
  content: "\e601"; }

.icon-search:before {
  content: "\e612"; }

.icon-location:before {
  content: "\e600"; }

.icon-envelope:before {
  content: "\e61d"; }

.icon-arrow-right:before {
  content: "\e606"; }

.icon-arrow-left:before {
  content: "\e607"; }

.icon-arrow-down:before {
  content: "\e608"; }

.icon-arrow-up:before {
  content: "\e609"; }

.icon-close:before {
  content: "\e605"; }

.icon-social-facebook:before {
  content: "\e603"; }

.icon-social-twitter:before {
  content: "\e604"; }

.icon-menu:before {
  content: "\e602"; }

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio,
canvas,
video {
  display: inline-block; }

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
  * Address styling not present in IE 8/9.
  */
[hidden] {
  display: none; }

/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
  * Remove default margin.
  */
body {
  margin: 0; }

/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted; }

a {
  outline: none; }

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted; }

/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
b,
strong {
  font-weight: bold; }

/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn {
  font-style: italic; }

/**
  * Address differences between Firefox and other browsers.
  */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
  * Address styling not present in IE 8/9.
  */
mark {
  background: #ff0;
  color: #000; }

/**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
  white-space: pre-wrap; }

/**
  * Set consistent quote types.
  */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
  font-size: 80%; }

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
  border: 0; }

/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  */
figure {
  margin: 0; }

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal; }

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
  text-transform: none; }

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
  * 1. Address box sizing set to `content-box` in IE 8/9.
  * 2. Remove excess padding in IE 8/9.
  */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* default */
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h7 p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
section,
menu,
details {
  margin: auto;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
section,
menu {
  display: block; }

html,
body {
  height: 100%; }

body {
  font-family: Verdana; }

a {
  text-decoration: none; }

li {
  list-style: none; }

h2 {
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1;
  font-weight: bold; }

h3 {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1; }

h4 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1; }

h5 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold; }

h6 {
  font-size: 16px;
  font-size: 18px;
  line-height: 1; }

a img {
  border: none; }

p {
  margin: 0 0 15px; }

li {
  list-style: none; }

em,
cite {
  font-style: normal; }

strong {
  font-weight: bold; }

label {
  cursor: pointer; }

textarea {
  font-family: Arial, sans-serif;
  resize: none; }

input[type="submit"] {
  cursor: pointer; }

:focus {
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal; }

table,
th,
td {
  vertical-align: middle; }

br {
  line-height: 1; }

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

.wrapper {
  overflow: hidden; }

.btn_link {
  border-radius: 20px;
  height: 42px;
  line-height: 42px;
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  overflow: hidden;
  display: inline-block;
  border: none;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  font-family: "Montserrat-Light", sans-serif; }

.btn--green {
  background: #05CE7C;
  color: #fff; }
  .btn--green:hover {
    background: #05E283; }

.footer-header-none .head,
.footer-header-none .btns_responsive,
.footer-header-none .aside_responsive,
.footer-header-none .r_overlay {
  display: none; }

.footer-header-none .footer {
  display: none; }

a {
  outline: none; }

.home .head {
  height: auto; }

.home .head_fix {
  background: none;
  border: none; }

.home .head_menu {
  color: #fff; }

.home .head-green:hover {
  color: #fff; }

.home .head_logo .l_home {
  display: block; }

.home .head_logo .l_interna {
  display: none; }

.head {
  height: 80px; }

.head_fix {
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 80px;
  border-bottom: 1px solid #ECF2F8;
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }
  .head_fix.scrolling {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }
    .head_fix.scrolling .head_menu {
      color: #7E8895; }
      .head_fix.scrolling .head_menu:hover {
        color: #001F5B; }
    .head_fix.scrolling .head-green {
      color: #fff; }
    .head_fix.scrolling .head_logo .l_home {
      display: none; }
    .head_fix.scrolling .head_logo .l_interna {
      display: block; }

.head_container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }

.head_logo {
  max-width: 135px;
  width: 100%;
  margin: 0;
  display: inline-block; }
  .head_logo img {
    width: 100%;
    height: auto;
    display: block; }
  .head_logo .l_home {
    display: none; }

.head_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0; }

.head_list li {
  margin: 0;
  padding-left: 35px; }
  .head_list li:first-child {
    padding-left: 0; }

.head_menu {
  margin: 0;
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
  text-transform: uppercase;
  color: #7E8895;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .head_menu:hover, .head_menu.active {
    color: #001F5B; }

.head-green {
  height: 40px;
  padding: 0px 20px;
  line-height: 40px;
  background: #05CE7C;
  color: #fff;
  border-radius: 20px;
  display: inline-block; }
  .head-green:hover {
    background: #05E283;
    color: #fff; }

.wrapbody {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  overflow: hidden; }

.r_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: all .1s linear .6s;
  transition: all .1s linear .6s; }
  .r_overlay.is-active {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    opacity: .7;
    visibility: visible; }

.btns_responsive {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 1500;
  display: none; }

.btn_open_menu {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0px;
  cursor: pointer; }
  .btn_open_menu > * {
    width: 80%;
    height: 2px;
    display: block;
    background: #2F7DE1;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn_open_menu > *:nth-child(1) {
    top: 10px; }
  .btn_open_menu > *:nth-child(2) {
    width: 80%;
    top: 20px; }
  .btn_open_menu > *:nth-child(3) {
    width: 50%;
    top: 30px; }
  .btn_open_menu:hover > *:nth-child(3) {
    width: 80%; }
  .btn_open_menu.is-active {
    background: #fff;
    border-radius: 50%; }
    .btn_open_menu.is-active > *:nth-child(1) {
      width: 69%;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: rotate(45deg) translate3d(7px, -7px, 0);
              transform: rotate(45deg) translate3d(7px, -7px, 0); }
    .btn_open_menu.is-active > *:nth-child(2) {
      opacity: 0;
      width: 0; }
    .btn_open_menu.is-active > *:nth-child(3) {
      width: 69%;
      -webkit-transform: rotate(-45deg) translate3d(8px, 7px, 2px);
              transform: rotate(-45deg) translate3d(8px, 7px, 2px);
      -webkit-transform-origin: left;
              transform-origin: left; }

.btn_close_menu {
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  cursor: pointer; }
  .btn_close_menu.is-active {
    opacity: 1;
    visibility: visible; }

.aside_responsive {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-out .7s;
  transition: all .4s ease-out .7s;
  overflow-y: auto; }
  .aside_responsive:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background: url("../img/logocapaefect-02.svg") 0px 0px no-repeat;
    background-size: cover;
    display: block;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in; }
  .aside_responsive.is-active {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: 1;
    visibility: visible; }
    .aside_responsive.is-active:before {
      width: 200%; }

.menu_responsive {
  width: 2000px;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 20px;
  position: relative;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  box-sizing: border-box;
  font-size: 0; }
  .menu_responsive.is-active {
    -webkit-transition: all .5s ease-in .7s;
    transition: all .5s ease-in .7s;
    opacity: 1; }
  .menu_responsive > * {
    float: left; }
  .menu_responsive .logo_responsive {
    max-width: 160px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    margin-right: 5%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .menu_responsive .responsive_link {
    margin: 0;
    width: calc( 100% - 160px - 5% - 200px);
    padding-right: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 60px; }
    .menu_responsive .responsive_link li {
      margin-top: 30px; }
      .menu_responsive .responsive_link li:first-child {
        margin-top: 0; }
      .menu_responsive .responsive_link li a {
        font-family: "Montserrat-Light", sans-serif;
        color: #fff;
        font-size: 25px; }
        .menu_responsive .responsive_link li a.active {
          color: #001F5B; }
    .menu_responsive .responsive_link .li_r {
      margin-top: 50px; }
      .menu_responsive .responsive_link .li_r a {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        background: #05E283;
        font-size: 15px;
        display: inline-block;
        border-radius: 20px;
        padding: 0px 20px; }
  .menu_responsive .responsive_redes_right {
    max-width: 200px;
    width: 100%;
    padding-top: 27%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-item-align: center;
        align-self: center;
    vertical-align: bottom; }
    .menu_responsive .responsive_redes_right span {
      display: block;
      color: #fff;
      font-family: "Montserrat-Regular", sans-serif;
      padding-bottom: 20px;
      font-size: 13px; }
    .menu_responsive .responsive_redes_right ul {
      padding-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .menu_responsive .responsive_redes_right li {
      margin: 0;
      margin-left: 10px; }
      .menu_responsive .responsive_redes_right li:first-child {
        margin-left: 0; }
      .menu_responsive .responsive_redes_right li a {
        color: #fff;
        font-size: 25px; }
  .menu_responsive .responsive_show_list {
    display: none; }

@media screen and (max-width: 1024px) {
  .btns_responsive {
    display: block; }
  .head_list {
    display: none; }
  .home .head_fix {
    background: #fff; }
  .head_fix {
    background: #fff; }
  .home .head_logo .l_interna {
    display: block; }
  .home .head_logo .l_home {
    display: none; }
  .home .head {
    height: 80px; } }

@media screen and (max-width: 768px) {
  .menu_responsive .responsive_link {
    padding-left: 40px; } }

@media screen and (max-width: 767px) {
  .aside_responsive:before {
    height: 130%; } }

@media screen and (max-width: 680px) {
  .aside_responsive {
    background: #2F7DE1; }
    .aside_responsive:before {
      display: none; }
  .aside_responsive:before {
    height: 100%; }
  .menu_responsive {
    display: block;
    height: auto;
    width: auto;
    padding: 80px  15px; }
    .menu_responsive > * {
      float: none; }
    .menu_responsive .logo_responsive {
      max-width: 120px;
      margin: 0; }
    .menu_responsive .responsive_link {
      width: 100%;
      padding: 40px 0px 40px 20px;
      text-align: left; }
      .menu_responsive .responsive_link li {
        margin-top: 20px; }
        .menu_responsive .responsive_link li a {
          font-size: 20px; }
    .menu_responsive .responsive_redes_right {
      width: 100%;
      max-width: inherit;
      padding-top: 20px;
      padding-left: 20px;
      text-align: left; }
      .menu_responsive .responsive_redes_right ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .menu_responsive .responsive_redes_right li {
        margin: 0;
        margin: 0px 10px; }
        .menu_responsive .responsive_redes_right li a {
          display: inline-block;
          margin: 0;
          background: #fff;
          color: #2F7DE1;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          border-radius: 50%;
          font-size: 17px; } }

.footer-none .footer {
  display: none; }

.footer {
  background: #ECF0F5;
  position: relative;
  padding-top: 60px;
  padding-bottom: 45px; }
  .footer:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
    background: url("../img/capa-footer2.png") center no-repeat;
    background-size: cover; }

.foot_info {
  padding-bottom: 40px; }

.foot_main {
  max-width: 1200px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: auto; }

.foot_itm {
  width: 120px; }
  .foot_itm img {
    width: 100%;
    height: auto;
    display: block; }

.foot_list {
  width: calc(100% - 120px - 178px - 161px);
  padding-left: 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left; }
  .foot_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .foot_list li {
    width: 20%;
    margin-bottom: 20px; }
    .foot_list li:nth-last-child(-n+3) {
      width: 33.3333333%;
      margin-bottom: 0; }
    .foot_list li a {
      margin: 0;
      color: #7E8895;
      font-size: 14px;
      display: inline-block; }

.foot_btn a {
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0px 50px;
  color: #646569;
  display: inline-block;
  font-size: 13px;
  font-family: "Montserrat-Light", sans-serif;
  border-radius: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media screen and (min-width: 1024px) {
    .foot_btn a:hover {
      background: #2F7DE1;
      color: #fff;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; } }

.foot_redes {
  max-width: 160px;
  width: 100%;
  text-align: right; }
  .foot_redes span {
    display: none; }
  .foot_redes li {
    display: inline-block;
    vertical-align: middle; }
  .foot_redes a {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin: 0px 5px; }
  .foot_redes .facebook {
    background: #121F95; }
  .foot_redes .youtube {
    background: #E10613; }
  .foot_redes .twitter {
    background: #62A9F8; }

.foot_credits {
  max-width: 1200px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .foot_credits p {
    margin: 0; }

.foot_logo_heart {
  display: inline-block;
  background: url("../img/logo-heart.svg") 0px 0px no-repeat;
  background-size: cover;
  width: 13px;
  height: 12px;
  font-size: 12px;
  color: #A2B6C0;
  -webkit-animation: latidos .6s infinite;
          animation: latidos .6s infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: inline-block; }

.foot_credits_text, .foot_credits_logo {
  font-size: 13px;
  color: #7E8895; }
  .foot_credits_text a, .foot_credits_logo a {
    color: #7E8895;
    display: inline-block;
    position: relative;
    padding-right: 2px;
    margin-left: 5px; }
    .foot_credits_text a:before, .foot_credits_logo a:before {
      content: '\e60e';
      font-family: "icomoon";
      font-size: 10px;
      position: absolute;
      top: -5px;
      right: -6px; }

@media screen and (max-width: 1200px) {
  .foot_list {
    padding-left: 30px; } }

@media screen and (max-width: 1024px) {
  .foot_list {
    padding-left: 0;
    width: 70%; }
    .foot_list li {
      display: none; }
    .foot_list .responsive_show_list {
      display: block; }
  .foot_btn {
    display: none; }
  .foot_main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .foot_itm {
    display: none; }
  .footer {
    padding: 30px 0px; }
    .footer:before {
      height: 50px;
      top: -50px; } }

@media screen and (max-width: 768px) {
  .foot_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .foot_list {
    width: 100%;
    text-align: center; }
  .foot_redes {
    display: none; } }

@media screen and (max-width: 640px) {
  .foot_info {
    padding-bottom: 20px; }
  .foot_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .foot_list li {
    width: 100%;
    padding-top: 10px; }
  .foot_list li:nth-last-child(-n+3) {
    width: 100%; }
  .footer {
    padding: 20px 0px; }
  .foot_credits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .foot_credits_logo {
    padding-top: 20px; } }

@-webkit-keyframes latidos {
  0% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes latidos {
  0% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: none;
            transform: none; } }

.title_gnrl h2 {
  font-size: 12px;
  font-weight: normal;
  font-family: "Montserrat-Light", sans-serif;
  color: #001F5B;
  margin: 0;
  padding-bottom: 15px;
  text-transform: uppercase; }

.title_gnrl h3 {
  font-size: 25px;
  font-weight: normal;
  font-family: "Montserrat-Light", sans-serif;
  line-height: 1.3;
  color: #001F5B; }
  .title_gnrl h3 strong {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #2F7DE1; }

.title_gnrl p {
  font-size: 14px;
  color: #7E8895;
  font-family: "Noto Sans", sans-serif; }

.title_btn {
  padding-top: 25px; }
  .title_btn a {
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    color: #2F7DE1;
    font-size: 14px;
    font-family: "Montserrat-Light", sans-serif;
    background: #F5F9FD;
    border-radius: 20px;
    overflow: hidden;
    font-size: 15px; }

@media screen and (max-width: 960px) {
  .title_gnrl h3 {
    font-size: 18px; }
    .title_gnrl h3 strong {
      font-size: 18px; } }

.form_gnrl {
  width: 100%;
  -webkit-box-shadow: 7px 0px 17px 0px #ccc;
          box-shadow: 7px 0px 17px 0px #ccc;
  padding: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 28px; }
  .form_gnrl li {
    font-size: 14px;
    margin-top: 30px;
    position: relative;
    display: block; }
    .form_gnrl li:first-child {
      padding-top: 0; }
    .form_gnrl li input, .form_gnrl li textarea, .form_gnrl li label, .form_gnrl li select {
      border: none;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 40px;
      color: #7E8895;
      background: #fff;
      font-size: 14px;
      border-bottom: 1px solid #EFEFEF;
      display: block;
      -webkit-appearance: inherit;
         -moz-appearance: inherit;
              appearance: inherit; }
      .form_gnrl li input::-webkit-input-placeholder, .form_gnrl li textarea::-webkit-input-placeholder, .form_gnrl li label::-webkit-input-placeholder, .form_gnrl li select::-webkit-input-placeholder {
        color: #A9B3C1;
        font-family: "Noto Sans", sans-serif; }
      .form_gnrl li input:-ms-input-placeholder, .form_gnrl li textarea:-ms-input-placeholder, .form_gnrl li label:-ms-input-placeholder, .form_gnrl li select:-ms-input-placeholder {
        color: #A9B3C1;
        font-family: "Noto Sans", sans-serif; }
      .form_gnrl li input::-ms-input-placeholder, .form_gnrl li textarea::-ms-input-placeholder, .form_gnrl li label::-ms-input-placeholder, .form_gnrl li select::-ms-input-placeholder {
        color: #A9B3C1;
        font-family: "Noto Sans", sans-serif; }
      .form_gnrl li input::placeholder, .form_gnrl li textarea::placeholder, .form_gnrl li label::placeholder, .form_gnrl li select::placeholder {
        color: #A9B3C1;
        font-family: "Noto Sans", sans-serif; }
    .form_gnrl li select {
      padding-right: 40px;
      background: #fff; }
  .form_gnrl .icono_form {
    position: absolute;
    top: 10px;
    font-size: 13px;
    right: 10px;
    height: 17px;
    display: inline-block;
    bottom: 0;
    margin: auto;
    color: #7E8895; }
  .form_gnrl .formInputFile input {
    display: none; }
    .form_gnrl .formInputFile input::-webkit-input-placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif; }
    .form_gnrl .formInputFile input:-ms-input-placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif; }
    .form_gnrl .formInputFile input::-ms-input-placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif; }
    .form_gnrl .formInputFile input::placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif; }
  .form_gnrl .formInputFile label {
    position: relative;
    line-height: 40px;
    color: #A9B3C1;
    padding-right: 35px;
    overflow: hidden; }
    .form_gnrl .formInputFile label:before {
      content: '';
      width: 17px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 10px;
      height: 21px;
      display: block;
      background: url("../img/logofileinput.svg");
      background-size: cover; }

.form_text {
  text-align: center;
  font-size: 20px;
  color: #001F5B;
  padding-bottom: 5px; }
  .form_text p {
    margin-bottom: 0; }

.form_btn {
  text-align: center;
  padding-top: 45px; }

input.soloNumber[type="number"] {
  -moz-appearance: textfield; }
  input.soloNumber[type="number"]::-webkit-inner-spin-button, input.soloNumber[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #2F7DE1;
  color: #fff;
  border: none;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal; }

.formError .formErrorArrow .line1, .formError .formErrorArrow .line2, .formError .formErrorArrow .line3 {
  display: none; }

.contacto {
  padding-top: 115px;
  padding-bottom: 170px; }

.contacto_banner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .contacto_banner .banner_grnl_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 107px; }

.contacto_wrap {
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.contacto_form {
  max-width: 570px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .contacto_form li {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.contacto_input {
  width: 48%;
  margin-left: 3%;
  font-weight: bold;
  position: relative; }
  .contacto_input input, .contacto_input textarea, .contacto_input select {
    font-size: 14px;
    width: 100%;
    height: 40px;
    color: #A9B3C1;
    font-family: "Noto Sans", sans-serif;
    padding: 0px 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #F0F1F2;
    -webkit-appearance: inherit;
       -moz-appearance: inherit;
            appearance: inherit;
    background: #fff; }
    .contacto_input input::-webkit-input-placeholder, .contacto_input textarea::-webkit-input-placeholder, .contacto_input select::-webkit-input-placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif; }
    .contacto_input input:-ms-input-placeholder, .contacto_input textarea:-ms-input-placeholder, .contacto_input select:-ms-input-placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif; }
    .contacto_input input::-ms-input-placeholder, .contacto_input textarea::-ms-input-placeholder, .contacto_input select::-ms-input-placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif; }
    .contacto_input input::placeholder, .contacto_input textarea::placeholder, .contacto_input select::placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif; }
  .contacto_input:first-child {
    margin-left: 0; }
  .contacto_input .icono_form {
    position: absolute;
    top: 10px;
    font-size: 12px;
    right: 10px;
    height: 17px;
    display: inline-block;
    bottom: 0;
    margin: auto;
    color: #7E8895; }

.contacto_input_full {
  width: 100%; }

.contacto_btn {
  padding-top: 9px; }
  .contacto_btn .btn_link {
    padding: 0px 60px; }

.contacto_itm {
  max-width: 424px;
  width: 100%; }

.contacto_itm_redes {
  padding: 14px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px 1px #ccc;
          box-shadow: 0px 0px 8px 1px #ccc;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 37px;
  display: inline-block;
  background: #fff; }
  .contacto_itm_redes a {
    color: #7E8895;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-left: 21px; }
    .contacto_itm_redes a strong {
      display: inline-block;
      margin-right: 5px; }
  .contacto_itm_redes span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 48px;
    display: inline-block;
    vertical-align: middle;
    color: #fff; }
  .contacto_itm_redes:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    .contacto_itm_redes:nth-child(1) span {
      background: #121F95; }
  .contacto_itm_redes:nth-child(2) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
    .contacto_itm_redes:nth-child(2) span {
      background: #E10613; }
  .contacto_itm_redes:nth-child(3) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
    .contacto_itm_redes:nth-child(3) span {
      background: #62A9F8; }
  .contacto_itm_redes:nth-child(odd) {
    margin-left: 65px; }

.contacto_f strong {
  color: #121F95; }

.contacto_y strong {
  color: #E10613; }

.contacto_t strong {
  color: #62A9F8; }

.contacto_redes {
  width: calc(100% - 424px);
  padding-left: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; }

.contacto_datos {
  padding-top: 48px; }
  .contacto_datos a {
    color: #001F5B;
    font-size: 20px;
    font-family: "Montserrat-Light", sans-serif;
    position: relative;
    padding-left: 55px;
    display: block;
    margin-bottom: 30px;
    word-wrap: break-word; }
  .contacto_datos span {
    position: absolute;
    top: -5px;
    left: 0;
    background: #2F7DE1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 15px; }

.contacto__info {
  width: 49%;
  margin-left: 7%;
  position: relative;
  -webkit-transition-delay: 1.5ss;
          transition-delay: 1.5ss; }

.contacto__info__image {
  position: absolute;
  top: 0;
  left: 0; }

.contacto__info__box {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media screen and (min-width: 769px) {
  .contacto_itm_redes {
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  .contacto_redes {
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    visibility: hidden;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  .contacto__info {
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    visibility: hidden;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  .contacto_itm.active .contacto_itm_redes {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .contacto_redes.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .contacto__info.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@media screen and (max-width: 1024px) {
  .contacto {
    padding-bottom: 120px; }
  .contacto_redes {
    padding-left: 40px; } }

@media screen and (max-width: 960px) {
  .contacto_input {
    margin: 0;
    width: 100%;
    margin-bottom: 30px; }
  .contacto_form li {
    margin: 0; }
  .contacto__info {
    margin-left: 0; } }

@media screen and (max-width: 800px) {
  .contacto_banner .banner_grnl_title {
    padding-top: 55px; }
  .contacto_form {
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .contacto_itm {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 40px; }
  .contacto_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacto_itm_redes {
    width: 32%;
    margin: 0;
    text-align: center;
    margin: 0 2%; }
    .contacto_itm_redes span {
      margin-bottom: 5px; }
    .contacto_itm_redes a {
      display: block;
      margin: 0px; }
  .contacto_itm_redes:nth-child(2n+1) {
    margin: 0; }
  .contacto_redes {
    width: 100%;
    padding-left: 0; }
    .contacto_redes .title_gnrl {
      text-align: center; }
  .contacto_datos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 25px; }
    .contacto_datos span {
      display: none; }
    .contacto_datos a {
      padding-left: 0;
      margin-bottom: 6px; }
  .contacto__info__image {
    display: none; }
  .contacto__info {
    width: 100%; }
  .contacto__info__box {
    max-width: 100%;
    text-align: center; }
  .contacto_itm_redes a strong {
    display: block; } }

@media screen and (max-width: 640px) {
  .contacto_itm_redes {
    width: 100%;
    margin: 0;
    margin-bottom: 30px; }
    .contacto_itm_redes:last-child {
      margin-bottom: 0; }
  .contacto_datos a {
    font-size: 17px; }
  .contacto_itm_redes:nth-child(2n+1) {
    margin-bottom: 30px; }
  .contacto_itm_redes a {
    display: inline-block;
    margin-left: 21px;
    text-align: left; }
    .contacto_itm_redes a strong {
      display: inline-block; }
  .contacto_itm_redes span {
    margin-bottom: 0; } }

@media screen and (max-width: 400px) {
  .contacto_itm_redes {
    padding: 14px 20px; }
    .contacto_itm_redes a {
      width: 70%; } }

.error {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .error:before {
    content: '';
    position: absolute;
    bottom: 78px;
    left: 0;
    width: 100%;
    height: 80px;
    display: block;
    background: url("../img/capa-footer.png") center no-repeat;
    background-size: cover; }
  .error:after {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ECF0F5; }

.error_container {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 30px 20px 90px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }
  .error_container h3 {
    font-weight: normal;
    color: #001F5B;
    font-family: "Montserrat-Light", sans-serif;
    font-size: 25px;
    padding-bottom: 30px;
    padding-top: 10px;
    margin: 0; }
    .error_container h3 strong {
      color: #2F7DE1;
      font-weight: normal; }
  .error_container p {
    font-size: 18px;
    color: #A9B3C1;
    margin-bottom: 25px;
    font-family: "Noto Sans", sans-serif; }

.error_img {
  width: 109px;
  margin: auto; }

.error_btn a {
  padding: 0px 50px; }

@media screen and (max-width: 1024px) {
  .error {
    padding: 50px 0px; }
  .error_container {
    padding: 0 20px 90px; } }

@media screen and (max-width: 767px) {
  .error {
    padding: 15px 0px; }
    .error:before {
      display: none; }
    .error:after {
      display: none; }
  .error_container {
    padding: 0 15px; } }

@media screen and (max-width: 680px) {
  .error_container p {
    font-size: 15px; } }

@media screen and (max-width: 480px) {
  .error_container h3 {
    font-size: 22px; }
  .error_container p {
    font-size: 13px; } }

@media screen and (max-width: 390px) {
  .error_container h3 {
    font-size: 20px; } }

.enviado {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .enviado:before {
    content: '';
    position: absolute;
    bottom: 78px;
    left: 0;
    width: 100%;
    height: 80px;
    display: block;
    background: url("../img/capa-footer.png") center no-repeat;
    background-size: cover; }
  .enviado:after {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ECF0F5; }

.enviado_container {
  max-width: 660px;
  width: 100%;
  margin: auto;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }
  .enviado_container h3 {
    font-weight: normal;
    color: #001F5B;
    font-family: "Montserrat-Light", sans-serif;
    font-size: 25px;
    padding-bottom: 30px;
    padding-top: 10px;
    margin: 0; }
    .enviado_container h3 strong {
      color: #2F7DE1;
      font-weight: normal; }
  .enviado_container p {
    font-size: 18px;
    color: #A9B3C1;
    margin-bottom: 25px;
    font-family: "Noto Sans", sans-serif; }

.enviado_img {
  width: 109px;
  margin: auto; }

.enviado_btn a {
  padding: 0px 50px; }

@media screen and (max-width: 1024px) {
  .enviado {
    padding: 50px 0px; }
  .enviado_container {
    padding: 0 20px 90px; } }

@media screen and (max-width: 767px) {
  .enviado {
    padding: 15px 0px; }
    .enviado:before {
      display: none; }
    .enviado:after {
      display: none; }
  .enviado_container {
    padding: 0 15px; } }

@media screen and (max-width: 680px) {
  .enviado_container p {
    font-size: 15px; } }

@media screen and (max-width: 480px) {
  .enviado_container h3 {
    font-size: 22px; }
  .enviado_container p {
    font-size: 13px; } }

@media screen and (max-width: 390px) {
  .enviado_container h3 {
    font-size: 20px; } }

.home_itm_slid {
  width: 100%;
  height: 645px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .home_itm_slid:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    background: url("../img/fondo-banner.png") 0px 0px no-repeat;
    top: 0; }
  .home_itm_slid:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    z-index: 90;
    bottom: -2px;
    height: 180px;
    background: url("../img/capa-banner2.png") 0px 0px no-repeat;
    background-size: cover; }

.home_slider {
  height: 645px;
  overflow: hidden;
  position: relative; }

.home_slid_wrap {
  position: relative;
  max-width: 1212px;
  padding: 0px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.home_slider .slick-dots {
  max-width: 1092px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  bottom: 110px;
  left: 0;
  right: 0;
  z-index: 90;
  text-align: left; }
  .home_slider .slick-dots li {
    width: auto;
    height: auto; }
    .home_slider .slick-dots li button {
      width: 8px;
      height: 8px;
      border: 2px solid #fff;
      display: block;
      border-radius: 50%; }
      .home_slider .slick-dots li button:before {
        display: none; }
    .home_slider .slick-dots li.slick-active button {
      background: #fff; }

.home_container_info {
  max-width: 570px;
  width: 100%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .home_container_info h2 {
    color: #fff;
    font-size: 35px;
    font-family: "Montserrat-Regular", sans-serif;
    margin: 0;
    display: block;
    padding-bottom: 35px; }
    .home_container_info h2 strong {
      color: #001F5B;
      font-weight: normal; }
  .home_container_info p {
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    font-size: 15px;
    padding-bottom: 20px; }
  .home_container_info a {
    color: #05CE7C;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 12px; }

.home_center_form {
  max-width: 1092px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 90; }

.home_form_right {
  max-width: 350px;
  width: 100%;
  position: absolute;
  top: -500px;
  right: 20px; }
  .home_form_right .form_gnrl {
    -webkit-box-shadow: 7px 0px 17px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 7px 0px 17px 0px rgba(0, 0, 0, 0.1); }
  .home_form_right .btn_link {
    padding: 0px 70px; }

.home_diplomados {
  padding-top: 90px; }
  .home_diplomados .list_gnrl {
    margin: auto; }
  .home_diplomados .items_container_gnrl {
    padding-top: 48px; }

.home_diplomados_text {
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat-Light", sans-serif;
  color: #001F5B;
  font-size: 25px; }
  .home_diplomados_text p {
    margin-bottom: 0; }
  .home_diplomados_text strong {
    color: #2F7DE1; }

.home_banner_gnrl {
  padding-bottom: 100px; }
  .home_banner_gnrl .banner_box_title--center ul {
    padding-top: 50px; }
    .home_banner_gnrl .banner_box_title--center ul li {
      text-align: left;
      display: block;
      font-size: 14px;
      color: #001F5B;
      padding-bottom: 20px;
      padding-left: 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      .home_banner_gnrl .banner_box_title--center ul li:last-child {
        padding-bottom: 0; }
      .home_banner_gnrl .banner_box_title--center ul li:before {
        content: '\e906';
        color: #05CE7C;
        font-size: 18px;
        font-weight: bold;
        font-family: "icomoon";
        position: absolute;
        top: 0;
        left: 0; }

.home_testimonios {
  max-width: 765px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 70px; }

.home_testimonio_text {
  text-align: center;
  max-width: 330px;
  width: 100%;
  margin: auto;
  padding-bottom: 57px; }
  .home_testimonio_text .title_gnrl h2 {
    text-transform: uppercase;
    padding-bottom: 8px; }

.home_testimonio_slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.home_testimonio_slider li:nth-child(even) .home_testimonio_itm {
  padding-top: 60px; }

.home_testimonio_slider li:nth-child(even) .home_testimonio_padding {
  background: #2F7DE1; }
  .home_testimonio_slider li:nth-child(even) .home_testimonio_padding:before {
    background: url("../img/icon-test-blue.svg") center center no-repeat; }

.home_testimonio_slider li:nth-child(even) .home_testimonio_contenido p, .home_testimonio_slider li:nth-child(even) .home_testimonio_contenido h4 {
  color: #fff; }

.home_testimonio_slider .slick-prev, .home_testimonio_slider .slick-next {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: normal; }
  .home_testimonio_slider .slick-prev:before, .home_testimonio_slider .slick-next:before {
    font-size: 30px;
    content: '\e902';
    font-family: "icomoon";
    display: inline-block;
    color: #2F7DE1; }

.home_testimonio_slider .slick-prev {
  left: -50px; }
  .home_testimonio_slider .slick-prev:before {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.home_testimonio_slider .slick-next {
  right: -50px; }

.home_testimonio_slider .slick-dots {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .home_testimonio_slider .slick-dots li {
    width: auto;
    height: auto; }
    .home_testimonio_slider .slick-dots li button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
      background: none;
      border: 2px solid #7E8895; }
      .home_testimonio_slider .slick-dots li button:before {
        display: none; }
    .home_testimonio_slider .slick-dots li.slick-active button, .home_testimonio_slider .slick-dots li:hover button {
      background: #7E8895; }

.home_testimonio_itm {
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.home_testimonio_fig {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;
  margin-bottom: 20px; }

.home_testimonio_padding {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 8px;
  position: relative; }
  .home_testimonio_padding:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 60px;
    background: url("../img/icon-testimonios.svg") center center no-repeat;
    width: 70px;
    height: 61px; }

.home_testimonio_contenido {
  text-align: left; }
  .home_testimonio_contenido p {
    font-size: 14px;
    color: #7E8895;
    font-family: "Noto Sans", sans-serif; }
  .home_testimonio_contenido h4 {
    font-size: 13px;
    color: #05CE7C;
    font-weight: normal;
    font-family: "Montserrat-Regular", sans-serif; }

.home_contacto {
  background: #2F7DE1;
  position: relative; }
  .home_contacto.contacto {
    padding-bottom: 160px; }
  .home_contacto:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 150px;
    background: url("../img/bloque-azul.png") center center no-repeat;
    background-size: cover; }
  .home_contacto .contacto_itm_redes {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1); }
  .home_contacto .contacto_redes {
    position: relative; }
    .home_contacto .contacto_redes .title_gnrl h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      padding-bottom: 9px; }
    .home_contacto .contacto_redes .title_gnrl h3 {
      color: #fff; }
  .home_contacto .contacto_datos a {
    color: #fff; }
    .home_contacto .contacto_datos a span {
      background: #fff;
      color: #2F7DE1; }

.home__contacto__box .title_gnrl h3 strong {
  color: #001F5B; }

.home__contacto__img {
  position: absolute;
  top: 0;
  left: 0; }

.conoce-btn {
  margin-top: 50px; }

.home__conoce__animation li {
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0; }

.home__conoce__animation.active li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.home_scroll {
  height: 30px;
  line-height: 30px;
  position: absolute;
  display: block;
  right: -90px;
  top: -390px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.home_scroll_banner {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  position: relative;
  padding-left: 30px;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
  -webkit-transform-origin: center;
          transform-origin: center; }
  .home_scroll_banner:before {
    content: '\e90c';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-family: "icomoon";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .home_scroll_banner:focus {
    outline: none; }

@media screen and (max-width: 1200px) {
  .home_scroll {
    display: none; } }

@media screen and (max-width: 1024px) {
  .home_testimonio_slider .slick-prev, .home_testimonio_slider .slick-next {
    display: none !important; } }

@media screen and (max-width: 1020px) {
  .home_form_right {
    display: none; }
  .home_itm_slid {
    height: 450px; }
  .home_container_info {
    margin: auto;
    padding: 0;
    text-align: center; }
  .home_slider {
    height: 450px; }
  .home_slider .slick-dots {
    bottom: 50px;
    text-align: center; } }

@media screen and (max-width: 800px) {
  .home-conoce .banner__general__background {
    display: none; } }

@media screen and (max-width: 768px) {
  .home_container_info h2 {
    font-size: 25px; }
  .home_slider .slick-dots {
    display: none !important; }
  .home_testimonio_slider li:nth-child(2n) .home_testimonio_itm {
    padding-top: 5%; }
  .home_testimonio_text {
    padding-bottom: 20px; }
  .home__contacto__img {
    display: none; } }

@media screen and (max-width: 767px) {
  .home_video {
    padding: 0 !important; }
  .home_banner_gnrl.home-conoce {
    padding-bottom: 70px; } }

@media screen and (max-width: 760px) {
  .home_diplomados .items_container_gnrl {
    padding-bottom: 25px; } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  50% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  50% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }

.nosotros .banner_grnl_title {
  padding-right: 5%; }

.nosotros .nosotros__banner__text {
  max-width: 476px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0; }

.nosotros .title_gnrl h3 {
  padding-bottom: 25px; }
  .nosotros .title_gnrl h3 strong {
    display: block; }

.nosotros .title_gnrl p {
  text-align: justify; }

.nosotros_info {
  padding-top: 118px;
  padding-bottom: 156px; }

.nosotros__content {
  background: -webkit-gradient(linear, left top, left bottom, from(#e1eef6), color-stop(57%, rgba(225, 238, 246, 0)), to(rgba(225, 238, 246, 0)));
  background: linear-gradient(to bottom, #e1eef6 0%, rgba(225, 238, 246, 0) 57%, rgba(225, 238, 246, 0) 100%);
  position: relative; }
  .nosotros__content:before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 90px;
    background-image: url(../img/detalle-capa-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.nosotros_text {
  color: #001F5B;
  font-size: 25px;
  font-family: "Montserrat-Light", sans-serif;
  max-width: 600px;
  width: 100%;
  margin: auto;
  text-align: center; }
  .nosotros_text strong {
    color: #2F7DE1;
    font-weight: normal; }

.nosotros_mision_vision {
  max-width: 795px;
  width: 100%;
  padding: 0px 20px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 127px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 110px;
  border-bottom: 1px dashed #2F7DE1; }

.nosotros_itm_1 {
  max-width: 347px;
  width: 100%; }
  .nosotros_itm_1 h2 {
    color: #001F5B;
    font-weight: normal;
    font-family: "Montserrat-Light", sans-serif;
    font-size: 25px; }

.nosotros_itm_2 {
  max-width: 322px;
  width: 100%; }

.nosotros_txt {
  padding-top: 70px; }
  .nosotros_txt:first-child {
    padding-top: 0; }
  .nosotros_txt h3 {
    color: #2F7DE1;
    font-size: 25px;
    font-family: "Montserrat-Light", sans-serif;
    font-weight: normal; }
  .nosotros_txt p {
    color: #7E8895;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px; }

.nosotros_box {
  max-width: 605px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 125px;
  padding-bottom: 290px; }
  .nosotros_box.active .nosotros_itm_box {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.nosotros_itm_box {
  max-width: 382px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: auto;
  margin-top: 145px;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0; }
  .nosotros_itm_box:first-child {
    margin-top: 0; }
  .nosotros_itm_box:nth-child(even) {
    margin-right: 0; }
    .nosotros_itm_box:nth-child(even):before {
      content: '';
      position: absolute;
      top: 40px;
      left: -100%;
      width: 368px;
      height: 262px;
      background-image: url(../img/nosotros-line1.png);
      background-position: left;
      background-size: cover;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
  .nosotros_itm_box:nth-child(odd) {
    margin-left: 0; }
    .nosotros_itm_box:nth-child(odd):before {
      content: '';
      position: absolute;
      top: 15px;
      right: -100%;
      width: 368px;
      height: 262px;
      background-image: url(../img/nosotros-line2.png);
      background-position: right;
      background-size: cover;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
  .nosotros_itm_box:last-child:before {
    display: none; }

.nosotros_img_box {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  overflow: hidden;
  background: #2F7DE1; }
  .nosotros_img_box img {
    width: 100%;
    height: auto;
    display: block; }

.nosotros_fig_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.nosotros_box_text {
  width: calc(100% - 109px);
  padding-left: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .nosotros_box_text h4 {
    color: #001F5B;
    font-size: 20px;
    font-family: "Montserrat-Light", sans-serif; }
  .nosotros_box_text p {
    color: #7E8895;
    font-size: 14px;
    margin-bottom: 0; }

.button__flecha {
  text-align: center; }

@media screen and (max-width: 1100px) {
  .nosotros .banner_grnl_title {
    padding-left: 20px; } }

@media screen and (max-width: 960px) {
  .nosotros_text {
    font-size: 20px; }
  .nosotros_info {
    padding-top: 80px;
    padding-bottom: 150px; } }

@media screen and (max-width: 830px) {
  .nosotros_itm_box:nth-child(even) {
    margin-right: auto;
    margin-left: 0; }
    .nosotros_itm_box:nth-child(even):before {
      display: none; }
  .nosotros_itm_box:nth-child(odd):before {
    display: none; }
  .nosotros_itm_box {
    margin-top: 50px; }
  .nosotros_itm_box {
    max-width: 100%; } }

@media screen and (max-width: 800px) {
  .nosotros .nosotros__banner__text {
    max-width: 100%;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .nosotros .banner_grnl_title {
    padding-left: 0; }
  .nosotros .title_gnrl p {
    text-align: justify; } }

@media screen and (max-width: 768px) {
  .nosotros_img_box {
    width: 95px;
    height: 95px; }
  .nosotros_box {
    padding-top: 80px;
    padding-bottom: 180px; }
  .nosotros_itm_1 h2 {
    font-size: 20px; }
  .nosotros_txt h3 {
    font-size: 20px; }
  .nosotros_itm_1 {
    max-width: 290px; }
  .nosotros_mision_vision {
    padding-top: 100px;
    padding-bottom: 60px; } }

@media screen and (max-width: 680px) {
  .nosotros_img_box {
    width: 80px;
    height: 80px; }
  .nosotros_box_text h4 {
    font-size: 18px; }
  .nosotros_mision_vision {
    max-width: 630px;
    margin: auto;
    display: block;
    padding-top: 50px; }
  .nosotros_itm_1 {
    max-width: 100%;
    text-align: center; }
  .nosotros_itm_2 {
    max-width: 100%;
    padding-top: 39px; }
  .nosotros_txt h3 {
    font-size: 18px; }
  .nosotros_txt {
    padding-top: 30px; }
  .nosotros_info {
    padding-top: 40px; }
  .nosotros_info {
    padding-left: 15px;
    padding-right: 15px; } }

.contrasenia {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .contrasenia:before {
    content: '';
    position: absolute;
    bottom: 78px;
    left: 0;
    width: 100%;
    height: 80px;
    display: block;
    background: url("../img/capa-footer.png") center no-repeat;
    background-size: cover; }
  .contrasenia:after {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ECF0F5; }

.contrasenia_wrap {
  max-width: 480px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  text-align: center; }
  .contrasenia_wrap h2 {
    font-weight: normal;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    color: #001F5B;
    margin: 0;
    line-height: 1.3;
    padding-bottom: 65px; }
    .contrasenia_wrap h2 strong {
      color: #2F7DE1;
      font-weight: normal; }

.contrasenia_img {
  width: 120px;
  margin: auto;
  display: inline-block;
  padding-bottom: 30px; }
  .contrasenia_img img {
    width: 100%;
    height: auto; }

.contrasenia_form form {
  width: 100%; }
  .contrasenia_form form span {
    display: block;
    color: #A9B3C1;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    padding-bottom: 15px; }
  .contrasenia_form form li {
    text-align: left; }
    .contrasenia_form form li input {
      font-family: "Noto Sans", sans-serif;
      font-size: 14px;
      color: #A9B3C1;
      width: 100%;
      height: 45px;
      padding: 0px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #F0F1F2;
      border-radius: 20px; }
      .contrasenia_form form li input::-webkit-input-placeholder {
        color: #A9B3C1;
        font-family: "Noto Sans", sans-serif;
        opacity: 0.3; }
      .contrasenia_form form li input:-ms-input-placeholder {
        color: #A9B3C1;
        font-family: "Noto Sans", sans-serif;
        opacity: 0.3; }
      .contrasenia_form form li input::-ms-input-placeholder {
        color: #A9B3C1;
        font-family: "Noto Sans", sans-serif;
        opacity: 0.3; }
      .contrasenia_form form li input::placeholder {
        color: #A9B3C1;
        font-family: "Noto Sans", sans-serif;
        opacity: 0.3; }

.contrasenia_btn {
  padding-top: 50px;
  padding-bottom: 40px; }

.contrasenia_volver a {
  display: inline-block;
  color: #7E8895;
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
  border-bottom: 1px solid #7E8895; }

@media screen and (max-width: 1024px) {
  .contrasenia_wrap {
    padding: 40px 15px 130px; } }

@media screen and (max-width: 767px) {
  .contrasenia {
    height: auto;
    padding: 15px 0px; }
    .contrasenia:before {
      display: none; }
    .contrasenia:after {
      display: none; }
  .contrasenia_wrap {
    padding: 50px 15px 90px; } }

@media screen and (max-width: 680px) {
  .contrasenia_wrap h2 {
    font-size: 16px; } }

@media screen and (max-width: 390px) {
  .contrasenia_wrap h2 {
    font-size: 14px; } }

.preguntas {
  padding-top: 105px;
  padding-bottom: 170px; }

.preguntas_wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.preguntas_title {
  max-width: 220px;
  width: 100%; }

.preguntas_main {
  padding-top: 85px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.preguntas_itm {
  padding-top: 90px;
  position: relative;
  text-align: justify; }
  .preguntas_itm:first-child {
    padding-top: 0; }
  .preguntas_itm .preguntas_title_acordion {
    padding-bottom: 40px;
    border-bottom: 1px dashed #7E8895; }
    .preguntas_itm .preguntas_title_acordion h3 {
      color: #001F5B;
      font-weight: normal;
      font-family: "Noto Sans", sans-serif;
      font-size: 16px;
      margin: 0;
      display: inline-block;
      cursor: pointer;
      position: relative;
      padding-right: 30px; }
      .preguntas_itm .preguntas_title_acordion h3:before {
        content: '\e907';
        position: absolute;
        font-family: "icomoon";
        font-size: 14px;
        color: #001F5B;
        right: 0;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: auto; }
  .preguntas_itm p {
    font-family: "Noto Sans", sans-serif;
    color: #7E8895;
    font-size: 14px; }

.preguntas_body {
  position: relative;
  padding-left: 50px; }

.politica_sow_text {
  display: none;
  padding-top: 30px;
  text-align: justify; }
  .politica_sow_text.is-active {
    display: block; }

.preguntas_number {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  background: #2F7DE1;
  font-family: "Montserrat-Light", sans-serif;
  border-radius: 50%; }

@media screen and (max-width: 1024px) {
  .preguntas_main {
    padding-left: 0; }
  .preguntas {
    padding-top: 50px; } }

@media screen and (max-width: 680px) {
  .preguntas_itm .preguntas_title_acordion h3 {
    font-size: 15px; }
  .preguntas_itm p {
    font-size: 13px; }
  .preguntas_wrap {
    padding: 0px 15px; }
  .preguntas_number {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px; }
  .preguntas_body {
    padding-left: 35px; }
  .preguntas_main {
    padding-top: 35px; } }

@media screen and (max-width: 480px) {
  .preguntas_itm .preguntas_title_acordion h3 {
    font-size: 14px; }
  .preguntas_itm p {
    font-size: 13px; }
  .preguntas_number {
    display: none; }
  .preguntas_body {
    padding-left: 0; } }

.diplomados .title_gnrl strong {
  display: block; }

.banner_gnrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%; }
  .banner_gnrl > * {
    width: 50%; }

.banner_grnl_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 472px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 100px; }

.banner_box_title--center {
  position: relative;
  max-width: 570px;
  width: 100%;
  display: inline-block; }

.banner_img {
  height: 478px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0; }
  .banner_img:before, .banner_img:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0; }
  .banner_img:before {
    top: 0;
    width: 289px;
    height: 478px;
    background: url("../img/capa-banner-inte1.png") 0px 0px no-repeat;
    background-size: cover; }
  .banner_img:after {
    width: 100%;
    bottom: 0;
    height: 135px;
    background: url("../img/capa-banner-inte2.png") 0px 0px no-repeat;
    background-size: cover; }

.banner_img--responsive {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  margin: 0;
  display: none; }

.capa_diferent {
  height: 680px; }
  .capa_diferent:before {
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: url("../img/capa-bloque.png") 0px 0px no-repeat;
    background-size: cover; }
  .capa_diferent:after {
    display: none; }

.scroll_gnrl {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 80px;
  left: -145px;
  padding-left: 30px;
  color: #7E8895;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif; }
  .scroll_gnrl span {
    color: #7E8895;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 12px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .scroll_gnrl:focus {
    outline: none; }

.items_container_gnrl {
  max-width: 1240px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding-top: 65px;
  padding-bottom: 125px; }

.list_gnrl {
  max-width: 460px;
  width: 100%;
  margin: 0;
  display: block; }
  .list_gnrl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    border-radius: 27px;
    overflow: hidden;
    background: #0C8AFF;
    padding: 7px 12px;
    -webkit-box-shadow: 0px 2px 8px 2px rgba(204, 204, 204, 0.7);
            box-shadow: 0px 2px 8px 2px rgba(204, 204, 204, 0.7); }
  .list_gnrl button {
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0px 30px;
    font-size: 16px;
    font-family: "Montserrat-Light", sans-serif;
    border-radius: 27px;
    color: #fff;
    overflow: hidden;
    background: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none; }
    .list_gnrl button.active {
      color: #2F7DE1;
      background: #fff; }
    @media screen and (min-width: 1024px) {
      .list_gnrl button:hover {
        color: #2F7DE1;
        background: #fff; } }

.item_content_gnrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 98px;
  position: relative; }

.box_item_gnrl {
  width: 30.5%;
  margin: 0;
  margin-right: 2.7%;
  margin-bottom: 33px;
  border-radius: 8px;
  display: none; }

.item_img {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden; }
  .item_img img {
    width: 100%;
    height: 200px;
    display: block; }

.itm_gnrl_text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 3px 13px 1px #ccc;
          box-shadow: 0px 3px 13px 1px #ccc;
  border-radius: 0px 0px 8px 8px;
  font-size: 17px;
  font-family: "Montserrat-Light", sans-serif;
  color: #2B3E51;
  margin-bottom: 0;
  height: 225px; }
  .itm_gnrl_text h2 {
    font-size: 13px;
    font-family: "Montserrat-Light", sans-serif;
    color: #7E8895;
    font-weight: normal;
    padding-bottom: 25px; }
  .itm_gnrl_text p {
    font-size: 17px;
    font-family: "Montserrat-Light", sans-serif;
    color: #2B3E51;
    margin-bottom: 0; }
  .itm_gnrl_text a {
    display: block;
    font-size: 15px;
    color: #2F7DE1;
    font-family: "Montserrat-Regular", sans-serif;
    padding-top: 15px; }
  .itm_gnrl_text strong {
    display: inline-block; }

.pager_gnrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 30px; }
  .pager_gnrl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%; }
  .pager_gnrl li {
    margin: 0px 3px; }

.page_gnrl_nav {
  color: #7E8895;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .page_gnrl_nav:hover, .page_gnrl_nav.active {
    color: #fff;
    background: #2F7DE1; }

.page_gnrl_next, .page_gnrl_prev {
  display: inline-block;
  color: #7E8895;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  margin: 0px 10px;
  font-size: 17px;
  font-weight: bold; }
  .page_gnrl_next:hover, .page_gnrl_prev:hover {
    color: #2F7DE1; }

.page_gnrl_prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@media screen and (max-width: 1400px) {
  .capa_diferent {
    height: 556px; } }

@media screen and (max-width: 1024px) {
  .items_container_gnrl {
    padding-bottom: 90px; }
  .banner_grnl_title {
    padding-right: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .list_gnrl {
    margin: auto; }
  .pager_gnrl ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .item_content_gnrl {
    padding-top: 40px; } }

@media screen and (max-width: 900px) {
  .box_item_gnrl {
    width: 50%;
    margin: 0;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 800px) {
  .banner_img--responsive {
    display: block; }
  .banner_img {
    display: none; }
  .banner_gnrl .banner__general__background {
    width: 100%;
    height: 300px; }
  .banner_gnrl .banner_grnl_title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .banner_box_title--center {
    max-width: 100%; }
  .banner_gnrl {
    display: block; }
  .banner_img {
    width: 100%;
    height: 100%;
    background-position: top center; }
    .banner_img:after {
      display: none; }
    .banner_img:before {
      display: none; }
  .banner_grnl_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: inherit;
    padding: 0;
    padding-top: 50px;
    text-align: center; }
  .banner_box_title--center {
    max-width: inherit;
    width: 100%;
    padding: 50px;
    display: block;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 760px) {
  .scroll_gnrl {
    display: none; }
  .itm_gnrl_text {
    font-size: 15px; }
    .itm_gnrl_text p {
      font-size: 15px; } }

@media screen and (max-width: 640px) {
  .banner_gnrl .banner__general__background {
    height: 220px; }
  .list_gnrl ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .list_gnrl li {
    width: 100%;
    margin-top: 10px; }
    .list_gnrl li:first-child {
      margin-top: 0; }
    .list_gnrl li button {
      display: block;
      text-align: center;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .items_container_gnrl {
    padding-right: 15px;
    padding-left: 15px; } }

@media screen and (max-width: 560px) {
  .box_item_gnrl {
    width: 100%; }
  .diplomados .items_container_gnrl {
    padding: 35px 15px 55px; } }

.politica {
  padding-top: 105px;
  padding-bottom: 170px; }

.politica_center {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.politica_title {
  max-width: 220px;
  width: 100%; }

.politica_main {
  padding-top: 85px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.politica_itm {
  margin-top: 90px;
  position: relative;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify; }
  .politica_itm:first-child {
    margin-top: 0; }
  .politica_itm h3 {
    color: #001F5B;
    font-weight: normal;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    padding-bottom: 30px; }
  .politica_itm p {
    font-family: "Noto Sans", sans-serif;
    color: #7E8895;
    font-size: 14px; }

.politica_number {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  background: #2F7DE1;
  font-family: "Montserrat-Light", sans-serif;
  border-radius: 50%; }

@media screen and (max-width: 1024px) {
  .politica_main {
    padding-left: 0; }
  .politica {
    padding-top: 50px;
    padding-bottom: 120px; } }

@media screen and (max-width: 680px) {
  .politica_main {
    padding-top: 50px; }
  .politica_itm h3 {
    font-size: 15px; }
  .politica_itm p {
    font-size: 13px; }
  .politica_center {
    padding: 0 15px; } }

@media screen and (max-width: 390px) {
  .politica_number {
    width: 25px;
    height: 25px;
    line-height: 25px; }
  .politica_itm {
    padding-left: 35px; }
  .politica_itm h3 {
    font-size: 14px; }
  .politica_itm p {
    font-size: 13px; } }

.bolsa {
  padding-top: 100px; }

.bolsa_title {
  text-align: center;
  max-width: 390px;
  width: 100%;
  margin: auto;
  padding-bottom: 60px; }

.bolsa_items {
  background: #2F7DE1;
  padding-bottom: 145px;
  padding-top: 105px;
  position: relative; }
  .bolsa_items:before {
    content: '';
    width: 100%;
    height: 71px;
    background: url("../img/capa1.png") 0px 0px no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -2px; }

.bolsa_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1015px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto; }

.bolsa_itm {
  width: 46%;
  background: #fff;
  margin-bottom: 40px;
  margin-right: 8%;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 33px 60px 33px 33px;
  color: #001F5B;
  position: relative; }
  .bolsa_itm:hover:before {
    color: #05CE7C; }
  .bolsa_itm:before {
    content: '\e902';
    font-family: "icomoon";
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 25px;
    height: 25px;
    margin: auto;
    right: 30px;
    color: #001F5B; }
  .bolsa_itm:nth-child(2n+2) {
    margin-right: 0; }
  .bolsa_itm p {
    font-size: 14px;
    font-family: "Montserrat-Light", sans-serif;
    margin: 0;
    padding-bottom: 20px; }
  .bolsa_itm span {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat-Light", sans-serif; }

.bolsa_text {
  padding-top: 50px;
  color: #001F5B;
  font-size: 16px;
  font-family: "Montserrat-Light", sans-serif;
  text-align: center;
  max-width: 470px;
  width: 100%;
  margin: auto; }
  .bolsa_text a {
    color: #fff;
    text-decoration: underline; }

.bolsa_paginador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px; }
  .bolsa_paginador ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .bolsa_paginador li {
    margin: 0px 3px; }

.page_list {
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  display: inline-block; }
  .page_list:hover, .page_list.active {
    background: #05CE7C; }

.bolsa_next, .bolsa_prev {
  display: inline-block;
  color: #fff;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  margin: 0px 10px;
  font-size: 17px;
  font-weight: bold; }
  .bolsa_next:hover, .bolsa_prev:hover {
    color: #05CE7C; }

.bolsa_prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@media screen and (max-width: 960px) {
  .bolsa_itm {
    width: 100%;
    margin: auto;
    margin-bottom: 20px; } }

.detalle_bolsa {
  padding-top: 105px;
  padding-bottom: 185px; }

.detalle_bolsa_container {
  max-width: 1200px;
  width: 100%;
  padding: 0px 20px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.detalle_info {
  width: calc(100% - 360px);
  padding-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.detalle_title {
  max-width: 370px;
  width: 100%;
  padding-bottom: 40px; }

.detalle_text h3, .detalle_text h2, .detalle_text h4, .detalle_text h5, .detalle_text h6 {
  color: #2F7DE1;
  font-size: 20px;
  font-family: "Montserrat-Light", sans-serif;
  padding-bottom: 15px;
  margin: 0;
  display: inline-block; }

.detalle_contenido {
  color: #7E8895;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  padding-bottom: 20px;
  text-align: justify; }
  .detalle_contenido p {
    margin: 0;
    margin-bottom: 5px; }
  .detalle_contenido a {
    color: #7E8895; }

.detalle_form_box {
  max-width: 360px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.detalle_form {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .detalle_form .form_gnrl li {
    margin-top: 25px; }

@media screen and (max-width: 960px) {
  .detalle_bolsa_container {
    padding: 0px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .detalle_info {
    width: 100%;
    padding: 0; }
  .detalle_form {
    width: 100%;
    max-width: inherit;
    padding-top: 40px; }
  .detalle_bolsa {
    padding-top: 50px;
    padding-bottom: 150px; } }

.aula_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .aula_container > * {
    width: 50%; }

.aula_icon {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff; }

.aula_img {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .aula_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7E8895;
    opacity: .3; }

.aula_virtual_datos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 300px;
  width: 100%;
  height: 60px;
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 25px;
  font-family: "Montserrat-Light", sans-serif; }
  .aula_virtual_datos p {
    margin-bottom: 0; }
  .aula_virtual_datos a {
    color: #fff;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    text-decoration: underline;
    margin-top: 40px;
    display: block; }

.aula_redes {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  max-width: 300px;
  width: 100%;
  margin: auto;
  text-align: center; }
  .aula_redes span {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    padding-bottom: 18px; }
  .aula_redes a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    margin: 0px 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .aula_redes a:hover {
      background: #fff;
      color: #7E8895; }

.aula_info {
  height: 100vh;
  padding-left: 20px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }
  .aula_info:before {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../img/capa-footer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .aula_info:after {
    content: '';
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ECF0F5; }

.aula_content {
  max-width: 435px;
  width: 100%;
  margin: auto; }

.responsive_btn {
  position: absolute;
  top: 0;
  left: 0; }

.aula_logo {
  width: 120px;
  margin: auto;
  display: block; }
  .aula_logo img {
    display: block;
    width: 100%;
    height: auto; }

.aula_text {
  font-size: 22px;
  padding-bottom: 70px;
  padding-top: 25px;
  text-align: center;
  color: #001F5B; }

.aula_form span {
  display: block;
  color: #A9B3C1;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  padding-bottom: 15px; }

.aula_form li {
  font-size: 14px;
  padding-bottom: 20px; }
  .aula_form li input {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    color: #7E8895;
    width: 100%;
    height: 45px;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #F0F1F2;
    border-radius: 20px; }
    .aula_form li input::-webkit-input-placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif;
      opacity: 0.3; }
    .aula_form li input:-ms-input-placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif;
      opacity: 0.3; }
    .aula_form li input::-ms-input-placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif;
      opacity: 0.3; }
    .aula_form li input::placeholder {
      color: #A9B3C1;
      font-family: "Noto Sans", sans-serif;
      opacity: 0.3; }

.aula_text_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .aula_text_input > * {
    margin: 0;
    display: inline-block; }
  .aula_text_input a {
    display: block;
    color: #7E8895;
    font-size: 11px;
    font-family: "Noto Sans", sans-serif;
    -ms-flex-item-align: start;
        align-self: flex-start;
    border-bottom: 1px solid #7E8895; }

.aula_btn {
  text-align: center;
  padding-top: 60px; }
  .aula_btn button {
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0px 60px; }
  .aula_btn a {
    display: none;
    margin-left: 10px; }

@media screen and (max-width: 1400px) {
  .aula_info:before, .aula_info:after {
    display: none; } }

@media screen and (max-width: 1024px) {
  .aula_img {
    display: none; }
  .aula_btn a {
    display: block;
    vertical-align: top;
    margin-bottom: 20px;
    color: #7E8895;
    text-decoration: underline; }
  .aula_info {
    width: 100%;
    padding: 100px 15px; }
  .aula_content {
    margin: auto; }
  .aula_text_input a {
    font-size: 13px; } }

@media screen and (max-width: 767px) {
  .aula_info {
    height: auto; } }

.diplomado__detalle__banner .title_gnrl h3 strong {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 25px;
  color: #2F7DE1;
  font-weight: normal;
  display: block; }

.diplomado__detalle__banner .title_btn span, .diplomado__detalle__banner .title_btn p {
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #2F7DE1;
  background: #F5F9FD;
  border-radius: 20px;
  overflow: hidden;
  font-size: 15px;
  margin: 0; }

.dip__detalle__info__container {
  max-width: 1200px;
  width: calc(100% - 28%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-right: 0; }

.dip__detalle__info__content {
  max-width: 760px;
  width: 100%;
  padding: 60px 20px 250px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-left: 0; }

.dip__detalle__info__title {
  padding-bottom: 28px; }
  .dip__detalle__info__title h3 {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 25px;
    color: #001F5B;
    margin-bottom: 0; }
  .dip__detalle__info__title strong {
    color: #2F7DE1;
    font-weight: normal; }

.dip__detalle__info__text {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #001F5B;
  padding-bottom: 35px; }
  .dip__detalle__info__text p {
    margin-bottom: 0; }

.diplomado__detalle__objetivos {
  background-color: #E1EEF6;
  position: relative; }
  .diplomado__detalle__objetivos:before {
    content: '';
    width: 100%;
    height: 122px;
    background-image: url(../img/detalle-capa-1.png);
    position: absolute;
    background-size: cover;
    top: -120px;
    left: 0; }

.dip__detalle__obj__container {
  max-width: 1200px;
  width: calc(100% - 28%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-right: 0; }

.dip__detalle__obj__content {
  max-width: 560px;
  width: 100%;
  padding: 70px 20px 170px 20px;
  margin: auto;
  margin-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.dip__detalle__obj__title {
  padding-bottom: 20px; }
  .dip__detalle__obj__title h3 {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 25px;
    color: #001F5B;
    margin-bottom: 0; }

.dip__detalle__obj__list li {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #001F5B;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px; }
  .dip__detalle__obj__list li:before {
    content: '\e906';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: "icomoon";
    color: #05CE7C;
    font-size: 15px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.diplomado__detalle__malla {
  background-color: #E9F2F8;
  position: relative; }
  .diplomado__detalle__malla:before {
    content: '';
    width: 100%;
    height: 122px;
    background: url(../img/detalle-capa-2.png);
    position: absolute;
    background-size: cover;
    top: -120px;
    left: 0; }

.dip__detalle__malla__container {
  max-width: 1200px;
  width: calc(100% - 28%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-right: 0; }

.dip__detalle__malla__content {
  max-width: 770px;
  width: 100%;
  padding: 70px 20px 150px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-left: 0; }

.dip__detalle__malla__title {
  padding-bottom: 46px; }
  .dip__detalle__malla__title h3 {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 25px;
    color: #001F5B;
    margin-bottom: 0; }
  .dip__detalle__malla__title strong {
    color: #2F7DE1;
    font-weight: normal; }

.dip__detalle__malla__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.dip__detalle__malla__item {
  width: 45%;
  margin-right: 10%;
  margin-bottom: 40px; }
  .dip__detalle__malla__item:nth-child(2n+2) {
    margin-right: 0; }

.dip__detalle__malla__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px; }

.dip__detalle__malla__number {
  width: 30px;
  height: 30px;
  background-color: #2F7DE1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3); }
  .dip__detalle__malla__number p {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 15px;
    color: #fff;
    margin: auto; }

.dip__detalle__malla__text {
  width: 82%;
  padding-left: 6%;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #001F5B; }
  .dip__detalle__malla__text p {
    margin-bottom: 0; }

.dip__detalle__malla__box {
  background-color: #fff;
  padding: 40px 30px 50px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }

.dip__detalle__malla__list li {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #001F5B;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px; }
  .dip__detalle__malla__list li:before {
    content: '\e906';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: "icomoon";
    color: #05CE7C;
    font-size: 10px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.diplomado__detalle__docentes {
  background-color: #EFF7FB;
  position: relative; }
  .diplomado__detalle__docentes:before {
    content: '';
    width: 100%;
    height: 122px;
    background: url(../img/detalle-capa-3.png);
    position: absolute;
    background-size: cover;
    top: -118px;
    left: 0; }

.dip__detalle__doc__container {
  max-width: 1200px;
  width: calc(100% - 28%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-right: 0; }

.dip__detalle__doc__content {
  max-width: 830px;
  width: 100%;
  padding: 90px 20px 200px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-left: 0; }

.dip__detalle__doc__title {
  padding-bottom: 25px; }
  .dip__detalle__doc__title h3 {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 25px;
    color: #2F7DE1;
    margin-bottom: 0; }

.dip__detalle__doc__text {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #001F5B;
  padding-bottom: 68px; }
  .dip__detalle__doc__text p {
    margin-bottom: 0; }

.dip__detalle__doc__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.dip__detalle__doc__item {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 30px; }
  .dip__detalle__doc__item:nth-child(4n+4) {
    margin-right: 0; }

.disp__detalle__doc__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.disp__detalle__doc__hover__box {
  padding: 0px 18px; }

.dip__detalle__doc__name {
  text-align: center;
  padding-bottom: 10px; }
  .dip__detalle__doc__name h4 {
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    color: #05CE7C;
    margin-bottom: 0; }

.dip__detalle__doc__info {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center; }
  .dip__detalle__doc__info p {
    margin-bottom: 0; }

.dip__detalle__doc__image {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .dip__detalle__doc__image img {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px; }
  .dip__detalle__doc__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(29, 29, 27, 0.7);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .dip__detalle__doc__image:hover .disp__detalle__doc__hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out; }
  .dip__detalle__doc__image:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }

.diplomado__detalle__inversion {
  background-color: #F8FBFD;
  position: relative; }
  .diplomado__detalle__inversion:before {
    content: '';
    width: 100%;
    height: 122px;
    background: url(../img/detalle-capa-4.png);
    position: absolute;
    background-size: cover;
    top: -120px;
    left: 0; }

.dip__detalle__in__container {
  max-width: 1200px;
  width: calc(100% - 28%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-right: 0; }

.dip__detalle__in__content {
  max-width: 830px;
  width: 100%;
  padding: 60px 20px 125px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-left: 0; }

.dip__detalle__in__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.dip__detalle__in__info {
  width: 45%;
  padding-right: 9%; }

.dip__detalle__in__title {
  padding-bottom: 35px; }
  .dip__detalle__in__title h3 {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 25px;
    color: #2F7DE1;
    margin-bottom: 0; }

.dip__detalle__in__horarios {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #001F5B;
  padding-bottom: 30px; }
  .dip__detalle__in__horarios li {
    margin-bottom: 10px; }

.dip__detalle__in__proceso {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #001F5B;
  padding-bottom: 35px; }
  .dip__detalle__in__proceso h4 {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    color: #001F5B;
    margin-bottom: 0;
    padding-bottom: 16px; }
  .dip__detalle__in__proceso ul {
    padding-left: 15px; }
  .dip__detalle__in__proceso li {
    margin-bottom: 10px;
    list-style-type: decimal; }

.dip__detalle__in__pago {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #001F5B;
  padding-bottom: 35px; }
  .dip__detalle__in__pago h4 {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    color: #001F5B;
    margin-bottom: 0;
    padding-bottom: 16px; }
  .dip__detalle__in__pago li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px; }
    .dip__detalle__in__pago li:before {
      content: '\e906';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      font-family: "icomoon";
      font-size: 10px;
      color: #05CE7C;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.dip__detalle__in__form {
  width: 46%; }

.dip__detalle__form__box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  -webkit-box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2); }

.dip__detalle__form__title {
  padding-bottom: 25px;
  text-align: center; }
  .dip__detalle__form__title h3 {
    font-family: "Noto Sans", sans-serif;
    font-size: 22px;
    color: #2B3E51;
    margin-bottom: 0; }

.dip__detalle__form li {
  margin: 5px 0; }

.dip__detalle__input input, .dip__detalle__input select {
  font-size: 14px;
  width: 100%;
  height: 50px;
  color: #A9B3C1;
  font-family: "Noto Sans", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #F0F1F2; }
  .dip__detalle__input input::-webkit-input-placeholder, .dip__detalle__input select::-webkit-input-placeholder {
    color: #A9B3C1;
    font-family: "Noto Sans", sans-serif; }
  .dip__detalle__input input:-ms-input-placeholder, .dip__detalle__input select:-ms-input-placeholder {
    color: #A9B3C1;
    font-family: "Noto Sans", sans-serif; }
  .dip__detalle__input input::-ms-input-placeholder, .dip__detalle__input select::-ms-input-placeholder {
    color: #A9B3C1;
    font-family: "Noto Sans", sans-serif; }
  .dip__detalle__input input::placeholder, .dip__detalle__input select::placeholder {
    color: #A9B3C1;
    font-family: "Noto Sans", sans-serif; }

.dip__detalle__input input[type="number"]::-webkit-inner-spin-button,
.dip__detalle__input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.dip__detalle__select {
  position: relative; }
  .dip__detalle__select select {
    padding-right: 35px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative; }
    .dip__detalle__select select::-ms-expand {
      display: none; }
  .dip__detalle__select:before {
    content: '\e907';
    position: absolute;
    top: 0;
    right: 0;
    font-family: "icomoon";
    font-size: 11px;
    color: #A9B3C1;
    pointer-events: none;
    z-index: 2;
    line-height: 50px; }

.dip__detalle__form__btn {
  margin-top: 30px;
  text-align: center; }
  .dip__detalle__form__btn .btn_link {
    padding: 0 60px; }

.dip__detalle__form__close {
  position: absolute;
  top: 25px;
  right: 35px;
  background-color: #05CE7C;
  color: #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 15px; }

.diplomado__detalle__container {
  position: relative; }

.diplomado__detalle__capsula {
  position: absolute;
  left: 0;
  top: 0;
  width: 27%;
  height: 400px;
  z-index: 50; }

.diplomado__detalle__capsula__content {
  width: 100%;
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto; }
  .diplomado__detalle__capsula__content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/capsula-fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center; }

.diplomado__detalle__capsula__box {
  max-width: 230px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 15px;
  margin: auto;
  margin-right: 15%; }
  .diplomado__detalle__capsula__box a {
    height: 40px;
    line-height: 40px;
    margin: 9px 0px;
    border-radius: 20px;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    cursor: pointer;
    display: block; }
    .diplomado__detalle__capsula__box a:hover {
      background-color: #fff;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      color: #7E8895; }
    .diplomado__detalle__capsula__box a:focus {
      outline: none; }
    .diplomado__detalle__capsula__box a.active {
      background-color: #fff;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      color: #7E8895; }

@media screen and (max-width: 1025px) {
  .diplomado__detalle__capsula {
    display: none; }
  .dip__detalle__info__container,
  .dip__detalle__obj__container,
  .dip__detalle__malla__container,
  .dip__detalle__doc__container,
  .dip__detalle__in__container {
    width: 100%;
    margin-right: auto; }
  .dip__detalle__info__content,
  .dip__detalle__obj__content,
  .dip__detalle__malla__content,
  .dip__detalle__doc__content,
  .dip__detalle__in__content {
    margin-left: auto; }
  .disp__detalle__doc__hover {
    opacity: 1;
    visibility: visible; }
  .dip__detalle__doc__image:before {
    opacity: 1;
    visibility: visible; } }

@media screen and (max-width: 768px) {
  .dip__detalle__malla__item__title {
    padding: 0px 20px; }
  .disp__detalle__doc__hover__box {
    padding: 0px 10px; }
  .dip__detalle__doc__info {
    font-size: 12px; }
  .dip__detalle__doc__item {
    width: 28%;
    margin-right: 8%; }
    .dip__detalle__doc__item:nth-child(4n+4) {
      margin-right: 8%; }
    .dip__detalle__doc__item:nth-child(3n+3) {
      margin-right: 0; } }

@media screen and (max-width: 690px) {
  .dip__detalle__info__title h3,
  .dip__detalle__obj__title h3,
  .dip__detalle__malla__title h3,
  .dip__detalle__doc__title h3,
  .dip__detalle__in__title h3 {
    font-size: 20px; }
  .dip__detalle__info__text {
    font-size: 13px; }
  .dip__detalle__obj__list li {
    font-size: 13px; }
    .dip__detalle__obj__list li:before {
      font-size: 13px; }
  .dip__detalle__malla__number {
    width: 25px;
    height: 25px; }
    .dip__detalle__malla__number p {
      font-size: 13px; }
  .dip__detalle__malla__item__title {
    padding: 0; }
  .dip__detalle__malla__text {
    font-size: 14px; }
  .dip__detalle__malla__item {
    width: 46%;
    margin-right: 8%; }
  .dip__detalle__malla__list li {
    font-size: 13px; }
  .dip__detalle__malla__box {
    padding: 35px 20px 30px; }
  .dip__detalle__in__info {
    width: 100%;
    padding-right: 0; }
  .dip__detalle__in__form {
    width: 75%;
    margin: auto;
    margin-top: 30px; }
  .dip__detalle__in__horarios,
  .dip__detalle__in__proceso,
  .dip__detalle__in__pago {
    padding-bottom: 20px;
    font-size: 13px; }
    .dip__detalle__in__horarios li,
    .dip__detalle__in__proceso li,
    .dip__detalle__in__pago li {
      margin-bottom: 8px; }
  .dip__detalle__in__title {
    padding-bottom: 30px; }
  .dip__detalle__info__content {
    padding: 60px 15px 160px; }
  .dip__detalle__malla__content {
    padding: 25px 15px 150px; }
  .dip__detalle__doc__content {
    padding: 30px 15px 150px; }
  .dip__detalle__in__content {
    padding: 0px 15px 125px; }
  .dip__detalle__doc__text {
    font-size: 13px; } }

@media screen and (max-width: 550px) {
  .dip__detalle__doc__item {
    width: 31%;
    margin-right: 3%; }
    .dip__detalle__doc__item:nth-child(4n+4) {
      margin-right: 3%; }
  .dip__detalle__info__content {
    padding: 50px 15px 170px; }
  .dip__detalle__info__title {
    padding-bottom: 20px; }
  .dip__detalle__obj__content {
    padding: 50px 15px 170px; }
  .dip__detalle__malla__title {
    padding-bottom: 35px; }
  .dip__detalle__malla__content {
    padding: 20px 15px 150px; }
  .dip__detalle__malla__item {
    width: 100%;
    margin-right: 0; }
  .dip__detalle__malla__box {
    padding: 25px 20px 25px; }
  .dip__detalle__doc__title {
    padding-bottom: 20px; }
  .dip__detalle__doc__text {
    padding-bottom: 50px; }
  .dip__detalle__in__form {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .dip__detalle__doc__item {
    width: 45%;
    margin-right: 10%; }
    .dip__detalle__doc__item:nth-child(3n+3) {
      margin-right: 10%; }
    .dip__detalle__doc__item:nth-child(2n+2) {
      margin-right: 0; } }

@media screen and (max-width: 380px) {
  .dip__detalle__doc__item {
    width: 48%;
    margin-right: 3%; }
    .dip__detalle__doc__item:nth-child(3n+3) {
      margin-right: 3%; }
    .dip__detalle__doc__item:nth-child(2n+2) {
      margin-right: 0; }
  .dip__detalle__form__box {
    padding: 50px 20px; } }

.home_video {
  position: relative;
  padding: 170px 0; }

.ctn__video {
  height: 720px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #ECF2F8; }
  .ctn__video:before, .ctn__video:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 163px; }
  .ctn__video:before {
    top: 10px;
    background: url("../img/home-capa-superior.png") no-repeat;
    background-size: cover;
    z-index: -1; }
  .ctn__video:after {
    bottom: 10px;
    height: 163px;
    background: url("../img/home-capa-inferior.png") no-repeat;
    background-size: cover;
    z-index: -1; }

.ctn__video__wrapper {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto; }
  .ctn__video__wrapper .title_gnrl {
    text-align: center; }
    .ctn__video__wrapper .title_gnrl h2 {
      font-size: 12px;
      text-transform: uppercase;
      padding: 0; }
    .ctn__video__wrapper .title_gnrl h3 {
      margin: 0; }
    .ctn__video__wrapper .title_gnrl strong {
      font-weight: normal;
      color: #2F7DE1; }

.ctn__video__tab {
  margin: 30px 0 0 0;
  position: relative; }
  .ctn__video__tab:before {
    content: "";
    width: 703px;
    height: 559px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../img/bg-videos.png") no-repeat; }

.video__tab__wrapper {
  position: absolute;
  top: 270px;
  width: 100%;
  max-width: 500px;
  left: 0;
  right: 0;
  margin: auto;
  background: #0C8AFF;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  z-index: 2;
  -webkit-box-shadow: 0 5px 10px rgba(126, 136, 149, 0.3);
          box-shadow: 0 5px 10px rgba(126, 136, 149, 0.3); }
  .video__tab__wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .video__tab__wrapper li {
    width: 32%;
    margin: 0;
    text-align: center; }
  .video__tab__wrapper a {
    color: #fff;
    font-family: "Montserrat-Light", sans-serif;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-radius: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .video__tab__wrapper a.active {
      color: #0C8AFF;
      background: #fff; }

.ctn__video__tab__prin {
  position: relative; }

.ctn__video__tab__sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .ctn__video__tab__sec.active {
    position: relative;
    z-index: 1;
    visibility: visible;
    opacity: 1; }

.ctn__video__prin {
  width: 100%;
  max-width: 530px;
  height: 300px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 4px 4px rgba(126, 136, 149, 0.25);
          box-shadow: 0 0 4px 4px rgba(126, 136, 149, 0.25); }
  .ctn__video__prin img {
    display: block;
    max-width: 100%;
    height: auto;
    display: block; }
  .ctn__video__prin:before {
    content: "\e908";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    font-family: icomoon;
    font-size: 60px;
    color: #2F7DE1;
    opacity: .5;
    pointer-events: none; }

.ctn__video__lists {
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%; }
  .ctn__video__lists li {
    width: 100px;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 0; }
    .ctn__video__lists li:first-child {
      left: 0; }
    .ctn__video__lists li:nth-child(2) {
      right: 0; }
    .ctn__video__lists li:nth-child(3) {
      top: 250px;
      left: 75px; }
    .ctn__video__lists li:nth-child(4) {
      top: 230px;
      left: 0;
      right: 0;
      margin: auto; }
    .ctn__video__lists li:last-child {
      right: 65px;
      top: 250px; }

.ctn__video__lists__circle {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 7px 7px rgba(126, 136, 149, 0.3);
          box-shadow: 0 7px 7px rgba(126, 136, 149, 0.3); }
  .ctn__video__lists__circle figure {
    max-width: 52px; }
  .ctn__video__lists__circle img {
    display: block;
    max-width: 100%;
    height: auto; }

.ctn__video__lists__title {
  margin: 20px 0 0 0;
  font-family: "Noto Sans", sans-serif;
  color: #7E8895;
  font-size: 14px; }

.btn__open__menu__video {
  display: none;
  width: 100%;
  cursor: pointer;
  background: #0C8AFF;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  text-align: center; }
  .btn__open__menu__video.active .btn__open__item {
    display: none; }
  .btn__open__menu__video.active .btn__close__item {
    display: inline-block; }

.btn__open__item {
  display: inline-block; }

.btn__close__item {
  display: none; }

@media screen and (min-width: 1025px) {
  .video__tab__wrapper a:hover {
    color: #0C8AFF;
    background: #fff; } }

@media screen and (max-width: 960px) {
  .ctn__video__lists__circle {
    width: 60px;
    height: 60px; }
    .ctn__video__lists__circle figure {
      max-width: 45px; }
  .ctn__video__tab:before {
    display: none; }
  .ctn__video {
    height: 620px; }
  .ctn__video__lists li:nth-child(3) {
    top: 200px; }
  .ctn__video__lists li:nth-child(4) {
    top: 180px;
    left: 0;
    right: 0;
    margin: auto; }
  .ctn__video__lists li:last-child {
    top: 200px; }
  .ctn__video__prin {
    max-width: 480px; }
  .video__tab__wrapper {
    top: 240px; } }

@media screen and (max-width: 767px) {
  .ctn__video {
    height: auto;
    padding: 40px 0; }
    .ctn__video:before, .ctn__video:after {
      display: none; }
  .ctn__video__wrapper {
    padding: 0 15px; }
  .ctn__video__lists {
    display: none; }
  .video__tab__wrapper {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit; }
  .ctn__video__tab__prin {
    margin: 30px 0 0 0; }
  .ctn__video__prin {
    height: auto; } }

@media screen and (max-width: 640px) {
  .video__tab__wrapper {
    margin: 30px 0 0 0;
    padding: 20px;
    border-radius: 10px; }
    .video__tab__wrapper ul {
      display: inherit; }
    .video__tab__wrapper li {
      width: 100%;
      margin: 0 0 15px 0; }
      .video__tab__wrapper li:last-child {
        margin: 0; } }
