﻿/* error */
.cont_error {
  width: 100%;
  max-width: 825px;
  margin: 20px auto;
  height: 400px;
  background-color: #E8E9EB;
  border-top: 6px solid #3AA2C6;
}
.cont_error .image {
  width: 35%;
  height: 100%;
  float: left;
  text-align: center;
}
.cont_error .image img {
  width: 80%;
  height: auto;
  max-width: 180px;
  margin: 100px auto 0 auto;
}
.cont_error .text {
  float: left;
  width: 60%;
}
.cont_error .text h2 {
  float: left;
  width: 100%;
  font-size: 2.1em;
  font-weight: bold;
  color: #1B304B;
  margin-top: 100px;
}
.cont_error .text p {
  float: left;
  width: 100%;
  font-size: 1.2em;
  color: #4D4D4D;
  font-weight: normal;
}
.cont_error .text a.btn {
  float: left;
  text-decoration: none;
  margin-top: 40px;
}


html {
  font-size: 100%;
  line-height: 1.5em;
}


html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * 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;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.nav-default {
  background-color: #004482;
  height: 42px;
}
@media screen and (max-width: 797px) {
  .nav-default {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: .5s ease all;
            transition: .5s ease all;
    background-color: #e9ebed;
    z-index: 4;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .row.header-default.nav-default {
    height: auto;
  }
}

.main-nav {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 797px) {
  .main-nav {
    display: block;
  }
  .main-nav ul {
    float: left;
    width: 100%;
  }
  .main-nav ul li {
    display: inline-block !important;
  }
}
.main-nav ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: inherit;
}
.main-nav ul li {
  text-align: center;
  list-style-type: none;
  text-decoration: none;
  background-color: #004482;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
}
.main-nav ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 797px) {
  .main-nav ul li:hover .icon {
    color: white;
  }
}
.main-nav ul li .icon {
  display: none;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: .7em;
}
@media screen and (max-width: 797px) {
  .main-nav ul li .icon {
    display: block;
    color: #1ca0c4;
    right: -3px;
  }
}
@media screen and (max-width: 797px) {
  .main-nav ul li {
    width: 100% !important;
    background-color: inherit;
    text-align: left;
    border-bottom: 1px solid white;
    color: #6e6e6e;
    font-weight: 500;
    border-right: 0;
  }
}
.main-nav ul li a {
  cursor: pointer;
  text-decoration: inherit;
  color: inherit;
  padding: 0;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  width: 100%;
  text-align: inherit;
  height: 42px;
  line-height: 22px;
  font-size: 0.9em;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .main-nav ul li a {
    height: 67px;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 797px) {
  .main-nav ul li a {
    padding: 10px 27px;
    position: relative;
  }
}
.main-nav ul li a span {
  width: 100%;
}
.main-nav ul li a:hover {
  background-color: #1f91da;
  color: white;
}
.main-nav ul li ul {
  display: none;
  position: absolute;
}

.ice-submenu {
  display: none;
  position: absolute;
  z-index: 3;
  width: inherit;
  top: 42px;
  margin: 0;
  padding: 0;
  height: auto;
}
@media screen and (max-width: 797px) {
  .ice-submenu {
    position: relative !important;
    top: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .ice-submenu {
    top: 64px;
  }
}
.ice-submenu li {
  float: none;
  vertical-align: top;
  background-color: #1B80C1 !important;
  width: 100% !important;
}
@media screen and (max-width: 797px) {
  .ice-submenu li {
    font-size: .8em;
    background-color: transparent !important;
  }
}
.ice-submenu li:hover {
  background-color: #1f91da;
}
.ice-submenu li a {
  width: 100%;
  height: auto !important;
  padding: 10px 0 !important;
  line-height: normal !important;
}
.ice-submenu li a .icon {
  display: none;
}
@media screen and (max-width: 797px) {
  .ice-submenu li a {
    padding: 5px 20px !important;
    height: 36px !important;
  }
  .ice-submenu li a span {
    line-height: 24px;
    vertical-align: top;
  }
}
.ice-submenu li a:hover {
  color: #004482;
}

.one span {
  width: 100%;
  float: left;
  line-height: 42px;
}
@media screen and (max-width: 797px) {
  .one span {
    width: 100%;
    border: none;
    margin: 0;
    height: auto !important;
    line-height: normal;
  }
}

.btn-trigger {
  padding: 0;
  margin-right: 5px;
  display: none;
  border: none;
  background-color: transparent;
}
.btn-trigger span {
  position: absolute;
  bottom: -5px;
  left: 0;
  font-size: .8em;
  text-align: center;
  width: 100%;
}
.btn-trigger:hover {
  opacity: .8;
}
@media screen and (max-width: 797px) {
  .btn-trigger {
    display: block;
    position: absolute;
    top: 26px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn-trigger {
    top: 6px;
  }
}

.nav-close {
  display: none;
  background-color: transparent;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid white;
  position: relative;
  height: 48px;
}
.nav-close:hover {
  opacity: .5;
}
@media screen and (max-width: 797px) {
  .nav-close {
    display: block;
  }
}
.nav-close span {
  position: absolute;
  right: 44px;
  top: 15px;
  font-weight: 100;
  color: white;
  opacity: .5;
  position: absolute;
  right: 44px;
  top: 15px;
  font-weight: 300;
  color: #6e6e6e;
  opacity: .5;
}
.nav-close img {
  width: 32px;
  position: absolute;
  top: 8px;
  right: 7px;
}

.box-form__item {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}

.form-all .k-numeric-wrap {
  border-color: #CCCCCC;
}
.form-all .box-form__gender .k-tooltip {
  width: 100%;
  line-height: 2;
  margin-top: 13px;
}
.form-all .k-picker-wrap {
  border-color: #CCCCCC;
}
.form-all .k-datepicker {
  width: 100%;
}
.form-all .k-datepicker input {
  background-color: white;
  height: 38px;
  padding: 0;
}
.form-all .k-numeric-wrap:before {
  position: absolute;
  top: 0;
}
.form-all .k-numeric-wrap input {
  height: 38px;
  padding: 0;
}
.form-all .k-tooltip-validation {
  width: 100%;
  box-sizing: border-box;
  background-color: #004080;
  color: white;
  font-size: .8em;
  padding: 0px 15px;
  line-height: 2;
  border: none;
  text-align: left;
  float: left;
}
.form-all .k-tooltip-validation span {
  color: white;
}
.form-all .k-tooltip-validation .k-icon {
  display: none;
}
.form-all .box-form__item .k-numerictextbox {
  width: 100%;
  position: relative;
  min-height: 38px;
}

.join-news .k-tooltip {
  width: 30%;
}
@media screen and (max-width: 797px) {
  .join-news .k-tooltip {
    width: 100%;
  }
}

.header-virtual {
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header-virtual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    border: none;
  }
  .header-virtual .first {
    display: none;
  }
  .header-virtual .container {
    margin: 0;
    width: 100%;
  }
}
.header-virtual ul {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -5px;
}
.header-virtual ul li {
  float: left;
  line-height: 2;
  padding: 0 10px 5px 10px;
  font-size: .8em;
}
@media screen and (max-width: 797px) {
  .header-virtual ul li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    margin-right: 1px;
    padding-bottom: 0;
    line-height: 3;
  }
  .header-virtual ul li:last-child {
    margin-right: 0;
  }
}
.header-virtual ul li:hover {
  opacity: .85;
  text-decoration: underline;
}
.header-virtual ul li a {
  color: rgba(77, 77, 77, 0.8);
}
.header-virtual .data.update:before {
  content: '';
  background-image: url(../images/misc/icon-nav.update.svg);
  float: left;
  width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 797px) {
  .header-virtual .data.update:before {
    display: none;
  }
}
.header-virtual .ch.password:before {
  content: '';
  background-image: url(../images/misc/icon-nav.pass.svg);
  float: left;
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 797px) {
  .header-virtual .ch.password:before {
    display: none;
  }
}
.header-virtual .log.out:before {
  content: '';
  background-image: url(../images/misc/icon-nav.logout.svg);
  float: left;
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 797px) {
  .header-virtual .log.out:before {
    display: none;
  }
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block {
  display: none !important;
}

.visible-xs-inline {
  display: none !important;
}

.visible-xs-inline-block {
  display: none !important;
}

.visible-sm-block {
  display: none !important;
}

.visible-sm-inline {
  display: none !important;
}

.visible-sm-inline-block {
  display: none !important;
}

.visible-md-block {
  display: none !important;
}

.visible-md-inline {
  display: none !important;
}

.visible-md-inline-block {
  display: none !important;
}

.visible-lg-block {
  display: none !important;
}

.visible-lg-inline {
  display: none !important;
}

.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs {
    display: table-cell !important;
  }

  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm {
    display: table-cell !important;
  }

  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 902px;
  }

  .visible-md {
    display: block !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md {
    display: table-cell !important;
  }

  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  .container {
    width: 1170px !important;
  }

  .col {
    float: left;
  }

  .col-lg-1 {
    float: left;
    width: 8.33333333%;
  }

  .col-lg-2 {
    float: left;
    width: 16.66666667%;
  }

  .col-lg-3 {
    float: left;
    width: 25%;
  }

  .col-lg-4 {
    float: left;
    width: 33.33333333%;
  }

  .col-lg-5 {
    float: left;
    width: 41.66666667%;
  }

  .col-lg-6 {
    float: left;
    width: 50%;
  }

  .col-lg-7 {
    float: left;
    width: 58.33333333%;
  }

  .col-lg-8 {
    float: left;
    width: 66.66666667%;
  }

  .col-lg-9 {
    float: left;
    width: 75%;
  }

  .col-lg-10 {
    float: left;
    width: 83.33333333%;
  }

  .col-lg-11 {
    float: left;
    width: 91.66666667%;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg {
    display: table-cell !important;
  }

  td.visible-lg {
    display: table-cell !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print {
    display: table-cell !important;
  }

  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before {
  content: " ";
  display: table;
}
.container:after {
  content: " ";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .col {
    float: left;
  }

  .col-sm-1 {
    float: left;
    width: 8.33333333%;
  }

  .col-sm-2 {
    float: left;
    width: 16.66666667%;
  }

  .col-sm-3 {
    float: left;
    width: 25%;
  }

  .col-sm-4 {
    float: left;
    width: 33.33333333%;
  }

  .col-sm-5 {
    float: left;
    width: 41.66666667%;
  }

  .col-sm-6 {
    float: left;
    width: 50%;
  }

  .col-sm-7 {
    float: left;
    width: 58.33333333%;
  }

  .col-sm-8 {
    float: left;
    width: 66.66666667%;
  }

  .col-sm-9 {
    float: left;
    width: 75%;
  }

  .col-sm-10 {
    float: left;
    width: 83.33333333%;
  }

  .col-sm-11 {
    float: left;
    width: 91.66666667%;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 968px;
  }

  .col {
    float: left;
  }

  .col-md-1 {
    float: left;
    width: 8.33333333%;
  }

  .col-md-2 {
    float: left;
    width: 16.66666667%;
  }

  .col-md-3 {
    float: left;
    width: 25%;
  }

  .col-md-4 {
    float: left;
    width: 33.33333333%;
  }

  .col-md-5 {
    float: left;
    width: 41.66666667%;
  }

  .col-md-6 {
    float: left;
    width: 50%;
  }

  .col-md-7 {
    float: left;
    width: 58.33333333%;
  }

  .col-md-8 {
    float: left;
    width: 66.66666667%;
  }

  .col-md-9 {
    float: left;
    width: 75%;
  }

  .col-md-10 {
    float: left;
    width: 83.33333333%;
  }

  .col-md-11 {
    float: left;
    width: 91.66666667%;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before {
  content: " ";
  display: table;
}
.container-fluid:after {
  content: " ";
  display: table;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}

.col {
  float: left;
}

.col-xs-1 {
  float: left;
  width: 8.33333333%;
}

.col-xs-2 {
  float: left;
  width: 16.66666667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.33333333%;
}

.col-xs-5 {
  float: left;
  width: 41.66666667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.33333333%;
}

.col-xs-8 {
  float: left;
  width: 66.66666667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.33333333%;
}

.col-xs-11 {
  float: left;
  width: 91.66666667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.clearfix {
  content: " ";
  display: table;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

.box-slide-home {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.box-slide-home img {
  width: 100%;
  height: 100%;
}

.sfimagesList {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.sfimageListItem {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.slide-visible {
  display: block !important;
  max-height: 100%;
  overflow: hidden;
}

.slide-item {
  display: none;
}
@media (max-width: 991px) {
  .slide-item {
    max-height: 300px;
    overflow: hidden;
  }
}

.slide-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  background-image: url(../images/misc/flechas.png);
  width: 67px;
  height: 60px;
  line-height: 99999;
}
@media screen and (max-width: 797px) {
  .slide-button {
    display: none;
  }
}
.slide-button:hover {
  opacity: .8;
}

#button-next {
  right: 10px;
  background-position: 65px 0;
}

#button-prev {
  left: 10px;
  background-position: 0 0;
}

.box-form__big {
  margin-bottom: 80px;
  color: #4E4E4E;
  /* Modi */
  /* Modi */
}
@media screen and (max-width: 797px) {
  .box-form__big {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box-form__big p {
    width: 100% !important;
  }
}
.box-form__big h2 {
  font-size: 1.9em;
  color: #1B304B;
  margin: 10px 0;
}
.box-form__big p {
  margin: 20px 0;
  width: 80%;
  line-height: 1.5;
}
.box-form__big .box-form__item {
  margin-bottom: 10px;
  width: 49%;
}
@media screen and (max-width: 797px) {
  .box-form__big .box-form__item {
    width: 100%;
    padding: 0;
  }
}
.box-form__big .box-form__item label, .box-form__big .box-form__item legend {
  display: block;
  line-height: 2;
}
.box-form__big .box-form__item span {
  /*color: white;*/
}
.box-form__big input.btn {
  width: auto !important;
  float: left;
  margin-top: 30px;
}
@media screen and (max-width: 797px) {
  .box-form__big input.btn {
    width: 100% !important;
    margin-top: 10px;
  }
}
.box-form__big input, .box-form__big select {
  display: block;
  width: 100%;
  line-height: 2;
}
.box-form__big select {
  color: #999;
  border-radius: 0;
  border-color: #CCCCCC;
  font-weight: 200;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  color: #999;
  height: 38px;
  padding: .375rem 2.8125rem .375rem .9375rem;
  line-height: 1;
}
.box-form__big .select {
  position: relative;
}
.box-form__big .select:after {
  width: 0;
  height: 0;
  border-left: .375rem solid transparent;
  border-right: .375rem solid transparent;
  border-top: .375rem solid #a2a9c8;
  content: "";
  position: absolute;
  right: 3%;
  top: 45%;
}
.box-form__big .box-form__gender input, .box-form__big .box-form__gender label, .box-form__big .box-form__gender span {
  width: auto;
  float: left;
  line-height: 1;
  margin-top: 10px;
}
.box-form__big .box-form__gender legend span {
  float: right;
}
.box-form__big .box-form__gender label {
  margin-left: 10px;
  margin-right: 10px;
}
.box-form__big .medium {
  margin-right: 200px;
}
@media screen and (max-width: 797px) {
  .box-form__big .btn {
    width: 100%;
    margin-top: 10px;
  }
}

.forgot-password .box-form__item.col-xs-12 {
  width: 100%;
  padding-right: 0;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

.right {
  float: right;
}

.box-form__joinnews label {
  margin-right: 5px !important;
}

.box-update-disabled {
  background-color: #ecedf1;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  border-top: 10px solid #00a2c9;
  border-bottom: 2px solid #999;
  margin-bottom: 20px !important;
}
.box-update-disabled p {
  margin: 10px 0;
  font-weight: 700;
}
.box-update-disabled p span {
  font-weight: 100;
  margin-left: 5px;
}

.request-email p {
  width: 100%;
}
.request-email .box-request__email, .request-email .box-form__item {
  padding-left: 0;
}
.request-email .box-form__item {
  width: 100%;
}
.request-email .box-form__item input {
  padding-left: 10px;
}
@media screen and (max-width: 797px) {
  .request-email .col-xs-4 {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.request-email .box-field {
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .request-email .box-field {
    width: 100%;
    padding: 0;
  }
}
.request-email .box-field a {
  width: 100%;
  display: block;
  margin: 5px 0;
  font-size: .8em;
  text-decoration: underline;
}
.request-email .box-request__email .btn {
  float: left;
  width: 50%;
  margin: 0;
  position: relative;
  right: 3px;
}
.request-email .box-item__join-up {
  border: 1px solid #002C4A;
  text-align: center;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 797px) {
  .request-email .box-item__join-up {
    width: 100%;
    margin-bottom: 10px;
  }
}
.request-email .box-item__join-up a {
  text-align: left;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.request-email .box-item__join-up p {
  margin-top: 10px;
  width: 100%;
  text-align: left;
}
.request-email .box-item__join-up .btn {
  float: left;
  width: auto;
  position: relative;
  right: 3px;
}
@media screen and (max-width: 991px) {
  .request-email .box-item__join-up .btn {
    width: 100%;
  }
}
.request-email .all-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 797px) {
  .request-email .all-form {
    display: block;
  }
}

/* convenio aliado */
.box-form__item.form_full {
  width: 98%;
  padding-right: 12px;
}
@media screen and (max-width: 797px) {
  .box-form__item.form_full {
    padding-right: 0;
    width: 100%;
  }
}
.box-form__item.form_full textarea {
  width: 100%;
  resize: none;
  background: white none repeat scroll 0 0;
  border-color: #cccccc;
  border-radius: 0;
  color: #999;
  font-weight: 200;
  height: 38px;
  line-height: 1;
  padding: 0.375rem 2.8125rem 0.375rem 0.9375rem;
  height: 160px;
}
@media screen and (max-width: 797px) {
  .box-form__item.form_full textarea {
    height: 100px;
  }
}

.becas {
  color: #4D4D4D;
}
.becas .accordion {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .becas .accordion {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
  }
}
.becas .accordion .item {
  width: 100%;
}
.becas .accordion .item ul li:before {
  display: none;
}
.becas .box-items__calendario {
  border: 1px solid #2d5096;
}
@media screen and (max-width: 991px) {
  .becas .box-items__calendario {
    margin-bottom: 20px;
  }
}
.becas .box-items__calendario .item {
  line-height: 3;
  padding: 0 20px;
}
.becas .box-items__calendario .item:nth-child(even) {
  background-color: rgba(31, 121, 178, 0.1);
}
.becas .box-items__calendario .item .subtitle {
  margin-right: 5px;
}
.becas .becas-content {
  width: 70%;
  float: left;
}
@media screen and (max-width: 991px) {
  .becas .becas-content {
    width: 100%;
  }
}
.becas .becas-content .title {
  font-size: 1.8em;
  color: #2d5096;
  margin-bottom: 20px;
}
.becas .becas-content .subtitle {
  margin: 10px 0;
  color: #2d5096;
  font-weight: 700;
}
.becas .becas-content ul li {
  margin: 15px 0;
}
.becas .becas-content .text a {
  color: #2279B6;
  text-decoration: none;
}
.becas .becas-content .text a:hover {
  text-decoration: underline;
}
.becas .box-items .item {
  color: #4D4D4D;
  background-color: #EAECEE;
  border-top: 5px solid;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-bottom: 2px solid rgba(128, 128, 128, 0.2);
  font-family: "Lato", sans-serif;
}
.becas .box-items .item p {
  margin-bottom: 20px;
}
.becas .box-items .item.dark-blue {
  border-top-color: #2d5096;
}
.becas .box-items .item.blue {
  border-top-color: #2279B6;
}
.becas .box-items .item .image {
  float: left;
}
.becas .box-items .item .image img {
  width: 100%;
}
@media screen and (max-width: 468px) {
  .becas .box-items .item .image img {
    width: auto;
  }
}
.becas .box-items .item.icon .image {
  width: 20%;
}
@media screen and (max-width: 468px) {
  .becas .box-items .item.icon .image {
    width: 100%;
    text-align: center;
  }
}
.becas .box-items .item.icon .info {
  width: 80%;
}
@media screen and (max-width: 468px) {
  .becas .box-items .item.icon .info {
    width: 100%;
  }
}
.becas .box-items .item.icon .image, .becas .box-items .item.icon .info {
  float: left;
}
.becas .box-items .subtitle {
  margin-top: 0;
}

/* buscador */
h2.title_lt {
  color: #26437b;
  font-size: 25px;
}

p.text_lt {
  color: #26437b;
  font-size: 15px;
  margin: 15px 0 0;
}

@media screen and (max-width: 1024px) {
  .cont_buscador {
    padding: 0 2%;
    width: 100%;
  }
}
.cont_buscador h3 {
  font-size: 20px;
  margin: 8px 0 11px;
}
.cont_buscador input[type="text"] {
  width: 95%;
  border: solid 1px #27457D;
}
@media screen and (max-width: 768px) {
  .cont_buscador input[type="text"] {
    width: 90%;
  }
}
.cont_buscador input[type="submit"] {
  background: url(../images/misc/icono_buscador.png) no-repeat;
  background-position: center center;
  background-color: #FFFFFF;
  border: solid 1px #27457D;
  height: 38px;
  margin-left: -5px;
  padding: 0;
  text-indent: 99999px;
  width: 4%;
}
@media screen and (max-width: 768px) {
  .cont_buscador input[type="submit"] {
    width: 10%;
  }
}

/* LISTA DE BECAS */
.box-form__big input.btn.lb2 {
  width: 100% !important;
  margin-top: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.calendario-creditos .box-related-content {
  margin-top: 20px !important;
}
.calendario-creditos .accordion {
  width: 100% !important;
  display: inline-block !important;
}

.box-creditos .box-calendario__info {
  width: 70% !important;
}
@media screen and (max-width: 991px) {
  .box-creditos .box-calendario__info {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .box-creditos .filter {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .box-creditos .filter {
    width: 100%;
  }
}
.box-creditos .box-virtual__content {
  padding: 0;
}
.box-creditos .box-form__item {
  width: 100%;
  margin-bottom: 10px;
}
.box-creditos button.btn {
  width: auto;
  display: block;
}
.box-creditos .box-creditos__filter {
  display: inline-block;
  width: 100%;
  clear: both;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.box-creditos .tab.accordion, .box-creditos .box-calendario__info {
  width: 70%;
  float: left;
}
@media screen and (max-width: 991px) {
  .box-creditos .tab.accordion, .box-creditos .box-calendario__info {
    width: 100%;
  }
}
.box-creditos .tab {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.box-creditos .box-creditos__programs {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.box-creditos .box-creditos__programs ul {
  max-height: 250px;
  overflow-y: scroll;
}
.box-creditos .box-creditos__programs li {
  line-height: 2;
}
.box-creditos .box-creditos__programs li a {
  color: #4A78B2;
}
.box-creditos .box-creditos__programs li a:hover {
  opacity: .8;
}
.box-creditos .title {
  margin: 10px 0;
  display: block;
  font-weight: 900;
}
.box-creditos .others {
  padding-top: 10px;
}
.box-creditos .others li {
  line-height: 2;
}
.box-creditos .others li a {
  color: #4A78B2;
  font-weight: 100;
}
.box-creditos .others li a:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .box-creditos__results {
    margin-top: 10px;
  }
}
.box-creditos__results .title {
  margin: 0;
}
.box-creditos__results .text {
  width: 100%;
  margin: 5px 0;
}
.box-creditos__results .item {
  background-color: #E8E9EB;
  border-top: 5px solid;
  padding: 10px;
  margin-top: 10px;
  /*display: flex;*/
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 2px solid rgba(91, 91, 95, 0.3);
}
.box-creditos__results .item.foreign {
  border-top-color: #AFC22E;
}
.box-creditos__results .item.foreign .second_title span {
  color: #AFC22E;
}
.box-creditos__results .item.student {
  border-top-color: #B63741;
}
.box-creditos__results .item.green {
  border-top-color: #AFC22E;
}
.box-creditos__results .item.yellow {
  border-top-color: #DFBB2C;
}
.box-creditos__results .item.blue {
  border-top-color: #3AA2C6;
}
.box-creditos__results .item.red {
  border-top-color: #B63741;
}
.box-creditos__results .item.green-dark {
  border-top-color: #5A968F;
}
.box-creditos__results .item .image {
  width: 35%;
  float: left;
  text-align: center;
  height: 100%;
  position: relative;
}
.box-creditos__results .item .image img {
  height: auto;
  margin: 29px auto auto;
  width: 70%;
}
.box-creditos__results .image, .box-creditos__results .info {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.box-creditos__results .info {
  width: 65%;
  float: right;
}
@media screen and (max-width: 1199px) {
  .box-creditos__results .info {
    width: initial;
  }
}
.box-creditos__results .info span {
  margin-top: 10px;
}
.box-creditos__results .info .subtitle {
  margin: 0;
}
.box-creditos__results .info .second_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5px 0;
}
.box-creditos__results .info .second_title span {
  margin-left: 5px;
  font-weight: 900;
}
.box-creditos__results .info .btn {
  border: none;
}
.box-creditos__results .text_content {
  width: 100%;
  margin: 5px 0;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.box-creditos__results .text-content__sub {
  margin: 5px 0;
  margin-bottom: 20px;
}
.box-creditos__results .text-content__sub:before {
  content: '>';
  color: #264377;
  margin-right: 5px;
  font-size: 1.2em;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .box-creditos__results .image {
    /*display: none;*/
  }

  .box-creditos__results .item .image img
  {
      margin-right: -150%;
  }
}

.pregrado .text_content {
  margin-bottom: 0;
}
.pregrado .box-creditos__results .btn {
  margin-top: 5px;
}

.box-related-content {
  width: 30%;
  float: left;
}
.box-related-content.impactos_p {
  padding: 0 10px;
}
.box-related-content.impactos_p .video_iframe {
  width: 100%;
  float: left;
}
.box-related-content.impactos_p .info_cont {
  float: left;
  background-color: #E7E9EB;
  padding: 0;
  width: 100%;
  margin-top: 15px;
}
.box-related-content.impactos_p .info_cont h3.title {
  float: left;
  padding: 15px;
  background-color: #1E78B5;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}
.box-related-content.impactos_p .info_cont ul.links {
  float: left;
  width: 100%;
  padding: 15px;
}
.box-related-content.impactos_p .info_cont ul.links li {
  padding: 15px 0;
  border-bottom: 1px solid #D2D4D8;
}
.box-related-content.impactos_p .info_cont ul.links li a {
  color: #248DC0;
  font-size: 0.9em;
}
@media screen and (max-width: 991px) {
  .box-related-content {
    width: 100%;
  }
}
.box-related-content .content {
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .box-related-content .content {
    padding-left: 0;
  }
}
.box-related-content .content .title {
  background-color: rgba(192, 193, 199, 0.3);
  line-height: 47px;
  margin: 0;
  padding: 0 10px;
  border-top: 5px solid #DEBA2C;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  width: 100%;
}
.box-related-content .content .links {
  background-color: #EBECEE;
  display: inline-block;
  padding-bottom: 10px;
}
.box-related-content .content .links a {
  margin: 10px 0;
  padding: 0 10px;
  width: 100%;
  display: inline-block;
  font-size: 0.9em;
  color: #4A78B2;
  text-decoration: underline;
}
.box-related-content .content .links a:hover {
  opacity: .8;
}
.box-related-content .content .links a:before {
  content: '>';
  text-decoration: none;
  margin-right: 5px;
  display: inline-block;
}

.box-creditos .box-related-content {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .box-creditos .box-related-content {
    margin-top: 20px;
  }
}

.accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #4D4D4D;
}
.accordion .item {
  float: left;
  width: 100%;
}
.accordion .main.title {
  /*font-size:30px;*/
  margin-bottom: 20px;
  line-height: 24px;
  float: left;
  width: 100%;
}
.accordion .main.title span {
  color: #4D4D4D;
  font-style: italic;
  font-size: 1em;
  font-weight: normal;
}
.accordion .head {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 3;
  position: relative;
  background-color: #E8E9EB;
  padding-left: 20px;
  margin-bottom: 0;
  color: #4A78B2;
  font-size: 1.1em;
  font-weight: normal;
}
.accordion .head img {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  float: left;
}
.accordion .subtitle {
  padding: 20px;
}
.accordion .sub-content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.accordion .table-content {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 797px) {
  .accordion .table-content {
    width: 100%;
  }
}
.accordion .content {
  display: none;
  border-right: 1px solid #E8E9EB;
  border-left: 1px solid #E8E9EB;
  border-bottom: 1px solid #E8E9EB;
  padding: 20px;
  float: left;
}
@media screen and (max-width: 797px) {
  .accordion .content {
    padding: 10px;
  }
}
.accordion .subtitle.int {
  padding: 20px 0;
}
.accordion ul {
  float: left;
  width: 100%;
}
.accordion ul li {
  float: left;
  line-height: auto;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.accordion ul li:before {
  content: '>';
  color: #2A477E;
  position: absolute;
  left: -20px;
  font-weight: 900;
  font-size: 1.4em;
  top: 0px;
}

.box-services_people {
  width: 100%;
  margin: 20px 0;
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
@media screen and (max-width: 991px) {
  .box-services_people {
    display: inline-block;
  }
}
.box-services_people .item {
  width: 100%;
  margin: 0 10px;
  padding: 10px 0;
  background-color: #E8E9EB;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .box-services_people .item {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    padding: 5px;
  }
}
.box-services_people .item:hover {
  opacity: .8;
}
.box-services_people .item:first-child {
  margin-left: 0;
}
.box-services_people .item:last-child {
  margin-right: 0;
}
.box-services_people .item span {
  padding-bottom: 10px;
  width: 100%;
  display: inline-table;
  line-height: 100%;
  font-weight: 900;
  font-size: 1.1em;
}
@media screen and (max-width: 991px) {
  .box-services_people .item span {
    padding: 5px;
    height: auto;
    font-size: 1em;
  }
}
.box-services_people .image {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .box-services_people .image {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .box-services_people .image img {
    position: relative;
    right: 0;
  }
}
.box-services_people .one {
  border-top: 5px solid #22427B;
}
@media screen and (max-width: 991px) {
  .box-services_people .one {
    border-top: 5px solid #eeeeee;
    padding-top: 10px;
  }
  .box-services_people .one:hover {
    border-top: 5px solid #22427B;
  }
}
.box-services_people .one span {
  color: #22427B;
}
.box-services_people .two {
  border-top: 5px solid #4877B1;
}
@media screen and (max-width: 991px) {
  .box-services_people .two {
    border-top: 5px solid #eeeeee;
    padding-top: 10px;
  }
  .box-services_people .two:hover {
    border-top: 5px solid #4877B1;
  }
}
.box-services_people .two span {
  color: #4877B1;
}

.bullet-toggle {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-result {
  margin-top: 30px;
}
@media screen and (max-width: 797px) {
  .search-result {
    margin-top: 10px;
  }
}
.search-result .item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid rgba(128, 128, 128, 0.2);
}
@media screen and (max-width: 991px) {
  .search-result .item {
    display: inline-block;
  }
}
.search-result .info {
  width: 100%;
}
.search-result .info .text {
  width: 100%;
  padding-right: 40px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .search-result .info .text {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.search-result .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .search-result .more {
    text-align: right;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }
}
.search-result .others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .search-result .others {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-result .others .item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  padding: 20px;
  background-color: #EAECEE;
  border-top: 10px solid;
  cursor: pointer;
  text-decoration: none;
}
.search-result .others .item.first {
  border-top-color: #004485;
}
.search-result .others .item.first .text {
  color: #004485;
}
.search-result .others .item.second {
  border-top-color: #1B80C4;
}
.search-result .others .item.second .text {
  color: #1B80C4;
}
.search-result .others .item:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .search-result .others .item:first-child {
    margin-right: 0;
  }
}
.search-result .others .item .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-result .others .item .text {
  padding: 0 20px;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 1.2em;
}
@media screen and (max-width: 991px) {
  .search-result .others .item .text {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .search-result .others .item .image {
    text-align: center;
  }
}

.box-filter-link {
  text-align: center;
  border-top: 5px solid;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.box-filter-link.blue {
  border-top-color: #4877A9;
}
.box-filter-link .image {
  background-color: #E8E9EB;
  padding: 10px;
}
.box-filter-link .image img {
  width: 109px;
}
.box-filter-link .info {
  background-color: #4877A9;
  padding: 20px;
}
.box-filter-link .info p {
  margin: 0;
  width: 100%;
  color: white;
  font-size: 0.9em;
  line-height: 20px;
}
.box-filter-link .info:hover {
  background-color: #2476cd;
}

.box-related-documents {
  margin-top: 20px;
}
.box-related-documents .title {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #2d5096;
}
.box-related-documents .item {
  border: 2px solid #00417F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .box-related-documents .item {
    width: 100%;
  }
}
.box-related-documents .item:hover {
  text-decoration: underline;
}
.box-related-documents .item .info {
  color: #00417F;
  margin-left: 10px;
}
.box-related-documents .item .info span {
  line-height: 3;
  vertical-align: middle;
}

.box-compare {
  border: 1px solid rgba(128, 128, 128, 0.2);
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}
.box-compare .title {
  text-align: center;
  margin: 20px 0;
  font-size: 1.8em;
  color: #25437C;
}
@media screen and (max-width: 768px) {
  .box-compare .item {
    width: 100% !important;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    display: inline-block;
  }
  .box-compare .item .btn {
    margin-bottom: 20px;
  }
}
.box-compare .item .subtitle {
  line-height: 2;
  border-top: 1px solid #25437C;
  border-bottom: 1px solid #25437C;
  color: #4A78B2;
  margin-top: 2px;
}
.box-compare .item p {
  font-weight: 900;
  color: #25437C;
  line-height: 1.5;
  width: 100%;
  margin: 10px 0;
}
.box-compare .item p span {
  font-weight: 100;
  color: #4D4D4D;
  margin-left: 5px;
}
.box-compare .item .plazo {
  color: #4A78B2;
}
.box-compare .item .tasa {
  font-size: 1.2em;
}
.box-compare .item .btn {
  float: left;
  width: 50%;
}

.box-form__big .btn.btn-cancelar {
  float: left;
  margin-top: 30px;
  padding: 18px 30px;
}
.box-form__big .btn {
  float: right;
}
.box-form__big .g-recaptcha {
  margin-top: 20px;
  text-decoration: none;
}

/* TAE */
h3.subtitles {
  /*font-size: 20px;*/
  color: #1B304B;
  margin-bottom: 20px;
}

ul.tae_list {
  padding: 0 10px 0 80px;
}
@media screen and (max-width: 768px) {
  ul.tae_list {
    padding: 0 0 0 20px;
  }
}

.active.tae {
  width: 70%;
}
.active.tae p {
  font-size: 1em;
  margin-bottom: 20px;
}

.cont_tae_right .btn {
  width: 100%;
  background-color: #4978B0;
  text-align: center;
  text-decoration: none;
}
.cont_tae_right .btn:hover {
  background-color: #699ACC;
}

/* cero */
.btn_sisben {
  float: right;
}

.contend_cero h3, .contend_cero titlelist {
  float: left;
  font-size: 1em;
  color: #4D4D4D;
  font-weight: normal;
}
.contend_cero ul.special5 {
  width: 100%;
  margin: 15px 0;
  padding: 0 5% 0 10%;
}
.contend_cero ul.special5 li {
  margin-bottom: 20px;
}
.contend_cero ul.special1.tres li.dos {
  border-bottom: 1px solid #d4d4d3;
}
.contend_cero ul.special1.tres li.dos .cont_list {
  border-bottom: none !important;
}
.contend_cero ul.special1.tres li .cont_list .cont_text.dos {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contend_cero ul.special1.tres li .cont_list .cont_text {
  height: auto;
  min-height: 68px;
}
.contend_cero ul.special1.tres li .cont_list .cont_text .cont_text_2 {
  width: 90%;
  float: left;
  margin-left: 5%;
}
.contend_cero ul.special1.tres li .cont_list .cont_text span {
  color: #001c7d;
  font-weight: bold;
  margin-right: 11px;
  float: left;
  width: 2%;
}
.contend_cero ul.special1.tres li .cont_list .cont_text h4 {
  font-size: 1em;
  font-weight: bold;
  color: #4D4D4D;
  float: left;
  width: 98%;
}
.contend_cero ul.special1.dos li {
  margin-top: 60px;
}
.contend_cero ul.special1.dos li h5.number {
  color: #ffffff;
  font-size: 2em;
  height: 46px;
  left: 0;
  margin-left: -66px;
  margin-top: -41px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 46px;
}
.contend_cero ul.special1.dos ul.special_3 {
  width: 50%;
  margin-top: 10px;
}
.contend_cero ul.special1.dos ul.special_3 li.first {
  position: relative;
  width: 100%;
}
.contend_cero ul.special1.dos ul.special_3 li.first span {
  color: #25437C;
  font-size: 1.3em;
  margin-top: 0;
}
.contend_cero ul.special1.dos ul.special_3 li.first p {
  color: #25437C;
  font-size: 1.3em;
}
.contend_cero ul.special1.dos ul.special_3 li {
  margin-bottom: 8px;
  margin-top: 0;
}
.contend_cero ul.special1.dos ul.special_3 li span {
  float: left;
  width: auto;
  color: #001C7D;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 3px;
}
.contend_cero ul.special1.dos ul.special_3 li p {
  float: left;
  width: auto;
  font-size: 0.9em;
  color: #4D4D4D;
}
.contend_cero ul.special1 {
  padding: 0 5% 0 10%;
  list-style: none;
  position: relative;
}
.contend_cero ul.special1 li.rayagris {
  width: 1px;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  margin-left: 35px;
  background-color: #A7A8AC;
  margin-top: 0 !important;
}
.contend_cero ul.special1 li {
  width: 100%;
  float: left;
  position: relative !important;
  margin-bottom: 20px;
}
.contend_cero ul.special1 li h5.number {
  position: absolute;
  width: 46px;
  height: 46px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  top: 50%;
  margin-top: -23px;
  left: 0;
  margin-left: -66px;
  font-size: 2em;
  line-height: auto;
  color: #FFFFFF;
  text-align: center;
}
.contend_cero ul.special1 li h4.title-list {
  width: 100%;
  float: left;
  font-size: 1.8em;
  font-weight: normal;
  color: #4D4D4D;
  padding-bottom: 5px;
  border-bottom: 1px #D4D4D3 solid;
}
.contend_cero ul.special1 li .cont_list {
  float: left;
  width: 100%;
  float: left;
  padding-bottom: 5px;
  padding-top: 10px;
  border-bottom: 1px #D4D4D3 solid;
}
.contend_cero ul.special1 li .cont_list .cont_icon_list {
  width: 11%;
  float: left;
}
.contend_cero ul.special1 li .cont_list .cont_icon_list img {
  width: 100%;
}
.contend_cero ul.special1 li .cont_list .cont_text {
  width: 85%;
  float: right;
}
.contend_cero ul.special1 li .cont_list p {
  font-size: 0.9em;
}
.contend_cero ul.special1 li::before {
  content: none;
}

/* tasa interes */
.table_tasainteres {
  width: 100%;
  float: left;
}

.table_tasainteres table {
  width: 100%;
  float: left;
  border-top: #264377 2px solid;
  border-left: #264377 2px solid;
}

.table_tasainteres table tr td {
  padding: 8px 4px;
  border-bottom: #A7A6AC 2px solid;
  border-right: #A7A6AC 2px solid;
  text-align: center;
  color: #4E4E4E;
  font-size: 0.7em;
}

.table_tasainteres tr.titletable td {
  background-color: #E6E7E9;
  font-size: 0.8em;
  color: #264377;
}

.table_tasainteres table tr td.bg_gray {
  background: #F0F0F1;
}

.table-content.small_s td {
  padding: 10px 2px;
}

.table-content2 .dataTables_wrapper {
  float: left;
  width: 100%;
  height: auto;
  font-size: 0.9em;
}
.table-content2 .dataTables_length {
  width: 100%;
  float: left;
  font-size: 0.9em;
  margin-bottom: 15px;
}
.table-content2 .dataTables_length select {
  width: 250px;
  height: 39px;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 0 15px 0 10px;
}
.table-content2 .dataTables_filter {
  width: 100%;
  float: left;
  font-size: 0.9em;
  margin-bottom: 15px;
}
.table-content2 .dataTables_filter input {
  width: 250px;
  height: 39px;
  border: 1px solid #cccccc;
  color: #cccccc;
  padding: 0 10px;
  margin: 0 10px 0 18px;
  box-sizing: border-box;
}
.table-content2 .dataTables_paginate {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.table-content2 .dataTables_paginate a {
  float: left;
  font-size: 0.9em;
  text-decoration: underline;
  margin-right: 6px;
}
.table-content2 .dataTables_paginate a.paginate_button.previous {
  margin-right: 15px;
}
.table-content2 .dataTables_paginate a.paginate_button.next {
  margin-left: 9px;
}
.table-content2 table {
  border-bottom: 2px solid #004179;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  float: left;
}
.table-content2 table thead tr th {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.table-content2 table thead tr:first-child th {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #004179;
  border-color: -moz-use-text-color #004179;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-style: none solid;
  border-width: medium 3px;
  color: #ffffff;
  font-weight: 500;
}
.table-content2 table thead tr:first-child th:nth-child(2n) {
  background-color: #1f79b2;
  border-left: 3px solid #1f79b2;
  border-right: 3px solid #1f79b2;
  color: #ffffff;
}
.table-content2 table td {
  border-left: 3px solid #004179;
  border-right: 3px solid #004179;
  font-size: 0.9em;
  font-weight: normal !important;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
}

.table-content {
  margin: 20px 0;
}
.table-content.table-acordion {
  margin: 0;
}
.table-content.table-acordion tr:first-child td {
  background: #E6E7E8;
  border-right: 3px solid #A8A6AC;
  border-left: 3px solid #A8A6AC;
  color: #033F74;
}
@media (max-width: 768px) {
  .table-content.table-acordion tr:first-child td {
    border-bottom: 3px solid #A8A6AC;
  }
}
.table-content.table-acordion tr:first-child td:nth-child(even) {
  background-color: #E6E7E8;
  border-right: 3px solid #A8A6AC;
  border-left: 3px solid #A8A6AC;
  color: #033F74;
}
@media (max-width: 768px) {
  .table-content.table-acordion tr:first-child td:nth-child(even) {
    border-bottom: 3px solid #A8A6AC;
  }
}
.table-content.table-acordion tr:nth-child(odd) {
  background-color: #F0EFF0;
}
.table-content.table-acordion td {
  border-right: 3px solid #A8A6AC;
  border-left: 3px solid #A8A6AC;
}
.table-content.table-acordion .table {
  border-bottom: 2px solid #A8A6AC;
}
.table-content table {
  width: 100%;
  max-width: 100%;
  border-bottom: 2px solid #004179;
  margin-bottom: 20px;
}
.table-content table.table-left td {
  text-align: left;
}
.table-content td, .table-content tr {
  line-height: 3;
}
@media (max-width: 768px) {
  .table-content tr:first-child {
    width: 100%;
  }
}
.table-content tr:first-child td {
  background-color: #004179;
  color: white;
  border: none;
  font-weight: 500;
  border-right: 3px solid #004179;
  border-left: 3px solid #004179;
}
@media (max-width: 991px) {
  .table-content tr:first-child td {
    line-height: 100%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .table-content tr:first-child td {
    line-height: 3;
    padding: 0;
  }
}
.table-content tr:first-child td:nth-child(even) {
  background-color: #1F79B2;
  border-right: 3px solid #1F79B2;
  border-left: 3px solid #1F79B2;
}
.table-content tr:nth-child(odd) {
  background-color: rgba(31, 121, 178, 0.1);
}
.table-content td {
  border-right: 3px solid #004179;
  border-left: 3px solid #004179;
  text-align: center;
  font-weight: normal !important;
  font-size: .9em;
  line-height: 1.5;
  padding: 10px;
}
@media (max-width: 768px) {
  .table-content td {
    width: 100%;
    display: block;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  }
}
.table-content td a {
  color: #248DC0;
  text-decoration: none;
  font-weight: 900;
}
.table-content td a:hover {
  opacity: .8;
  text-decoration: underline;
}

.accordion-table {
  color: #4E4E4E;
}
.accordion-table .main.title {
  font-size: 1.8em;
  margin-bottom: 20px;
}
.accordion-table .text {
  margin: 20px 0;
}
.accordion-table .item {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.accordion-table .item .head {
  float: left;
  width: 100%;
  margin: 0;
  line-height: 2;
  background-color: #033F74;
  position: relative;
  text-align: center;
  color: white;
  font-size: 1.1em;
  font-weight: normal;
}
.accordion-table .item .head .image {
  position: absolute;
  right: 15px;
  top: 11px;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
}
.accordion-table .content {
  display: none;
  width: 100%;
  float: left;
}

.my-products .content {
  display: inline-block;
  width: 100%;
}
.my-products .content .title {
  margin: 10px 0;
  color: #2279B6;
  font-size: 1.2em;
}
.my-products .content .legal {
  margin: 20px 0;
}
.my-products .box-virtual-personal__info {
  margin-bottom: 40px;
}
.my-products .box-advices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px !important;
}
@media (max-width: 768px) {
  .my-products .box-advices {
    display: inline-block;
  }
}
.my-products .box-item__adivices {
  padding: 10px;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .my-products .box-item__adivices {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
}
.my-products .box-item__adivices .text {
  width: 80%;
  float: left;
  font-size: 1.6em;
  color: #4D4D4D;
  text-align: left;
}
@media (max-width: 991px) {
  .my-products .box-item__adivices .text {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
  }
}
.my-products .box-item__adivices .text span {
  display: inline-block;
  width: 80%;
  margin-top: 20px;
}
.my-products .box-item__adivices .icon-advice {
  width: 20%;
  float: left;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .my-products .box-item__adivices .icon-advice {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .my-products .box-item__adivices .icon-advice {
    text-align: center;
    width: 100%;
  }
}
.my-products .box-item__adivices .icon-advice img {
  width: 96px;
}
.my-products .others {
  display: inline-block;
  margin-top: 10px;
}

.carrusel_banner #prev, .carrusel_banner #next {
  margin-top: -29px;
  top: 50%;
}

#carouselBanner .box-banner {
  margin-top: 0;
  width: 100%;
}
@media (max-width: 991px) {
  #carouselBanner .box-banner {
    margin-top: 0;
  }
}
#carouselBanner .box-banner .image {
  max-height: none;
}

.box-banner {
  margin-top: 80px;
  display: inline-block;
}
@media (max-width: 991px) {
  .box-banner {
    margin-top: 30px;
  }
}
.box-banner .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .box-banner .content {
    display: block;
  }
}
.box-banner .content .image {
  border-top: 15px solid #03417A;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  height: 100%;
  max-height: 270px;
}
.box-banner .content .image img {
  height: 100%;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .box-banner .content .image img {
    width: 100%;
  }
}
.box-banner .content .info {
  background-color: #1B80C1;
  border-top: 15px solid #F8A31A;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  padding: 30px;
}
@media (max-width: 991px) {
  .box-banner .content .info {
    display: inline-block;
  }
}
.box-banner .content .info .image-content {
  margin-top: 20px;
  float: left;
  width: 20%;
  text-align: center;
}
@media (max-width: 991px) {
  .box-banner .content .info .image-content {
    width: 100%;
  }
}
.box-banner .content .title {
  color: white;
  font-size: 1.6em;
}
@media (max-width: 991px) {
  .box-banner .content .title {
    text-align: center;
  }
}
.box-banner .content .text {
  width: 80%;
  margin: 20px 0;
  float: left;
  color: white;
  font-weight: 100;
  line-height: 120%;
}
@media (max-width: 991px) {
  .box-banner .content .text {
    width: 100%;
  }
}

.office-hiring .col-xs-4 a, .office-hiring .col-xs-3 a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .office-hiring .col-xs-4, .office-hiring .col-xs-3 {
    width: 100%;
  }
}
.office-hiring .item {
  background-color: #ECEEF0;
  text-align: center;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-top: 3px solid;
  border-bottom: 2px solid rgba(91, 91, 95, 0.3);
}
.office-hiring .item:hover {
  opacity: .8;
}
.office-hiring .item .image {
  margin: 10px 0;
  height: 88px;
}
.office-hiring .item .image img {
  height: 100%;
}
.office-hiring .item .text {
  color: #4D4D4D;
  font-size: 1em;
  height: 33px;
  margin-top: 0;
  text-decoration: none;
  text-align: center;
}
.office-hiring .item.blue {
  border-top-color: #03417A;
}
.office-hiring .item.yellow {
  border-top-color: #F8A31A;
}
.office-hiring .item.blue-one {
  border-top-color: #00a2c8;
}

/* oficinas */
.ac_oficinas_cont {
  /*
  	@media screen and (max-width: $break-medium) {
  		
  	 .box-relaciones__internacionales .image.main, .box-relaciones__internacionales .info.main{
  			width: 100%;
  		}
  	}
  
  */
}
.ac_oficinas_cont h3.title.big {
  margin: 0 0 5px 0;
}
.ac_oficinas_cont span.text {
  margin: 0;
}
.ac_oficinas_cont .item_relaciones .image {
  height: auto;
}
.ac_oficinas_cont #map.image {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .ac_oficinas_cont #map.image {
    width: 100% !important;
  }
}

.cont_description_maps {
  width: 100%;
  float: left;
  height: auto;
}
.cont_description_maps h2 {
  font-size: 1em;
  margin: 0;
  font-weight: 600;
  color: #0C1464;
  line-height: normal;
}
.cont_description_maps h3 {
  font-size: 0.8em;
  margin: 0;
  font-weight: normal;
}
.cont_description_maps h4 {
  font-size: 0.8em;
  margin: 0;
  font-weight: 100;
}

/*contacto visual*/
.box-form__big p.legal {
  font-size: 0.7em;
  float: left;
  width: 60%;
}

.box-form__big p.title {
  float: left;
  width: auto;
}

.box-form__item.cheks input[type="checkbox"] {
  float: left;
  margin: 7px 0 20px;
  width: 9%;
}
.box-form__item.cheks p {
  float: left;
  margin: 0px 0 20px;
  width: 91%;
}

.col-xs-12.cv_cont_form {
  width: 100%;
  float: left;
  padding: 0;
}
.col-xs-12.cv_cont_form .select {
  width: 350px;
}
.col-xs-12.cv_cont_form select {
  width: 350px;
}

.cv2_label_c {
  float: left;
}

.box-form__big input.btn.cv_btnenviarc {
  margin: 20px 0 0 15px;
  padding-top: 4px;
  padding-bottom: 3px;
}

.table-content.table_cv2 {
  width: 100%;
  float: left;
}

.box-form__big input.btn.ac_cv1 {
  margin-top: 5px;
}

/*Lista de tramites */
.acordeon_lista_tramites .item .head {
  background-color: #e7e8ea;
  padding-left: 2%;
  color: #26437b;
}
.acordeon_lista_tramites .title.head {
  text-align: left;
}
.acordeon_lista_tramites .title.head img {
  float: right;
}
.acordeon_lista_tramites .btn_verv {
  width: auto;
  padding: 10px 15px 10px 50px;
  background-color: #25427B;
  background-image: url(../images/misc/icon_vervideo.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #FFFFFF;
  margin: 15px;
  float: left;
  text-decoration: none;
}
.acordeon_lista_tramites .btn_iat {
  width: auto;
  padding: 10px 15px 10px 50px;
  background-color: #25427B;
  background-image: url(../images/misc/btn_iat.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #FFFFFF;
  margin: 15px;
  text-decoration: none;
  float: left;
}
.acordeon_lista_tramites .cont_video_a {
  width: 40%;
  float: left;
  margin-top: 20px;
  margin-right: 60%;
}
@media screen and (max-width: 768px) {
  .acordeon_lista_tramites .cont_video_a {
    width: 100%;
  }
}
.acordeon_lista_tramites p {
  float: left;
  line-height: normal;
  width: 100%;
}
.acordeon_lista_tramites .content {
  padding: 0 2%;
}

/* PQR */
.pqr_cont_right {
  float: left;
  width: 30%;
}
@media screen and (max-width: 797px) {
  .pqr_cont_right {
    width: 100%;
  }
}
.pqr_cont_right .content {
  float: left;
  width: 100%;
  float: left;
  background-color: #E7E8EA;
  padding: 15px 20px 20px;
  border-top: 6px solid #274680;
}
.pqr_cont_right h2 {
  font-size: 1em;
  color: #25427B;
  line-height: normal;
  float: left;
  width: 100%;
}
.pqr_cont_right ul {
  float: left;
  width: 100%;
}
.pqr_cont_right ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.pqr_cont_right ul li .subtitle {
  font-size: 0.87em;
}

.pqr_cont_left {
  float: left;
  width: 70%;
}
@media screen and (max-width: 797px) {
  .pqr_cont_left {
    width: 100%;
  }
}
.pqr_cont_left p {
  float: left;
  width: 100%;
}
.pqr_cont_left .btn {
  float: left;
}
.pqr_cont_left ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  padding-left: 5%;
}
.pqr_cont_left ul li {
  font-size: 0.85em;
  float: left;
  padding-left: 3%;
  width: 100%;
  position: relative;
  margin: 0 0 15px;
}
.pqr_cont_left ul li:before {
  color: #2a477e;
  content: ">";
  font-size: 1.4em;
  font-weight: 900;
  left: -3px;
  position: absolute;
  top: 0;
}

/* programas_especiales 1*/
.cont_detail_pe {
  float: left;
  width: 100%;
  padding: 25px 5%;
  background-color: #E9EAEC;
  border-top: 4px solid #000000;
  margin-top: 35px;
}
.cont_detail_pe.green {
  border-top-color: #ACBF2E;
}
.cont_detail_pe.orange {
  border-top-color: #D39B43;
}
.cont_detail_pe .btn {
  float: left;
  border: 0 none;
}
.cont_detail_pe .subtitle {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.cont_detail_pe .text {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* Alianzas */
.box-alianza_item {
  background-color: #ebedef;
  border-bottom: 4px solid #5b5b5f;
  border-top: 5px solid;
  margin: 20px 0;
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
.box-alianza_item ul {
  width: 100%;
  float: left;
}

.box-alianza_item.naranja {
  border-top-color: #F6A11B;
}

.box-alianza_item.azul {
  border-top-color: #2279B6;
}

.cont_title_alianza {
  float: left;
  width: 100%;
  padding: 20px 5% 0  5%;
  margin-bottom: 30px;
  position: relative;
  height: auto;
}
.cont_title_alianza h3 {
  color: #4D4D4D;
  font-size: 36px;
  float: left;
  width: 6%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cont_title_alianza h3 {
    width: 15%;
  }
}
.cont_title_alianza .right_cont_ta {
  width: 94%;
  float: right;
  height: auto;
  min-height: 40px;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .cont_title_alianza .right_cont_ta {
    width: 85%;
  }
}
.cont_title_alianza .right_cont_ta h4 {
  width: 100%;
  color: #1E78AD;
  font-size: 15px;
}
.cont_title_alianza .right_cont_ta p {
  width: 100%;
  color: #4D4D4D;
  font-size: 15px;
}

ul.first_list {
  padding: 0 0 0 10%;
}
@media screen and (max-width: 797px) {
  ul.first_list {
    padding: 0 0 0 5%;
  }
}
ul.first_list .item_fl {
  float: left;
  width: 100%;
  padding: 0 0 0 10%;
  margin-bottom: 20px;
}
@media screen and (max-width: 797px) {
  ul.first_list .item_fl {
    padding: 0 0 0 18%;
    background-size: 11% auto !important;
  }
}
ul.first_list .item_fl.large {
  padding: 0 0 0 1%;
}
ul.first_list .iteml_001 {
  background: url(../images/misc/icon_ayf_1.png) no-repeat;
  background-repeat: no-repeat;
  background-position: 10px 20px;
}
ul.first_list .iteml_002 {
  background: url(../images/misc/icon_ayf_2.png) no-repeat;
  background-repeat: no-repeat;
  background-position: 10px 20px;
}
ul.first_list .iteml_003 {
  background: url(../images/misc/icon_ayf_3.png) no-repeat;
  background-repeat: no-repeat;
  background-position: 10px 20px;
}
ul.first_list .iteml_004 {
  background: url(../images/misc/icon_ayf_4.png) no-repeat;
  background-repeat: no-repeat;
  background-position: 10px 20px;
}
ul.first_list h4 {
  width: 100%;
  float: left;
  color: #1E78AD;
  font-size: 15px;
  margin-bottom: 7px;
}
ul.first_list p {
  width: 100%;
  float: left;
  color: #4D4D4D;
  font-size: 15px;
  margin-bottom: 15px;
}

ul.second_list {
  width: 94%;
  margin: 0  0 0 3%;
  border-bottom: 1px solid #808080;
  padding: 0 0 20px;
}
ul.second_list li {
  width: 50%;
  float: left;
  padding-left: 2%;
  /*background: url(../images/misc/list_item.png) no-repeat;*/
  background-position: 3px 5px;
  height: auto;
}

ul.second_list.large {
  border-bottom: none;
  padding: 0 0 0 1%;
  margin: 0;
}
ul.second_list.large li {
  width: 100%;
}

.alianzas2_cont .box-alianza_item {
  margin: 10px 0;
  padding-bottom: 8px;
}
.alianzas2_cont .cont_title_alianza {
  margin-bottom: 8px;
}

h2.title.ayf2 {
  float: left;
  width: 100%;
}

.btn.ayc2 {
  width: auto !important;
  float: left;
}

.cont_box_a_mide {
  width: 50%;
  float: left;
}
.cont_box_a_mide h4 {
  width: 100%;
  float: left;
  color: #1E78AD;
  font-size: 15px;
  margin-bottom: 7px;
}
.cont_box_a_mide ul.second_list {
  border-bottom: none 0;
}
.cont_box_a_mide ul.second_list li {
  width: 100%;
}
.cont_box_a_mide ul.first_list p {
  margin-bottom: 5px;
}
.cont_box_a_mide l.first_list p span {
  font-style: italic;
  font-style: 15px;
}

/* fondos inversiones */
.cont_midle_list_ayf {
  width: 50%;
  float: left;
}
.cont_midle_list_ayf h3 {
  font-size: 15px;
  float: left;
  width: 100%;
  color: #1E78AD;
}

ul.ayf_fondosi_list {
  float: left;
  width: 50%;
  margin-top: 20px;
  line-height: 21px;
}
ul.ayf_fondosi_list h3 {
  font-size: 15px;
  float: left;
  width: 100%;
  color: #1E78AD;
}
ul.ayf_fondosi_list li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
ul.ayf_fondosi_list li span {
  width: 4%;
  text-align: center;
  color: #001681;
  font-weight: bold;
  float: left;
}
ul.ayf_fondosi_list li p {
  font-size: 15px;
  float: left;
  float: left;
  width: 90%;
}

ul.ayf_fondosi_list2 {
  float: left;
  width: 100%;
  margin-top: 20px;
  line-height: 21px;
}
ul.ayf_fondosi_list2 h3 {
  font-size: 15px;
  float: left;
  width: 100%;
  color: #1E78AD;
}
ul.ayf_fondosi_list2 li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
ul.ayf_fondosi_list2 li span {
  width: 4%;
  text-align: center;
  color: #001681;
  font-weight: bold;
  float: left;
}
ul.ayf_fondosi_list2 li p {
  font-size: 15px;
  float: left;
  float: left;
  width: 90%;
}

/* Noticias */
.cont_busqueda_noticias {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0 0 0;
}
.cont_busqueda_noticias h4 {
  float: left;
  width: auto;
  margin-top: 5px;
}
.cont_busqueda_noticias .box-form__big {
  float: left;
  position: relative;
  width: 24%;
  padding-left: 1%;
}

.box-noticias_item {
  background-color: #ebedef;
  border-bottom: 4px solid #5b5b5f;
  border-top: 5px solid;
  float: left;
  margin: 20px 0;
  padding: 20px 2% 30px 2%;
  position: relative;
  width: 100%;
}
.box-noticias_item .img_cont {
  width: 22%;
  float: left;
}
@media screen and (max-width: 768px) {
  .box-noticias_item .img_cont {
    width: 100%;
  }
}
.box-noticias_item .img_cont img {
  width: 100%;
  height: auto;
}
.box-noticias_item .cont_right {
  width: 75%;
  float: right;
}
@media screen and (max-width: 768px) {
  .box-noticias_item .cont_right {
    width: 100%;
  }
}
.box-noticias_item .cont_right h3.title {
  width: 100%;
  float: left;
  color: #0C1464;
  font-size: 20px;
  font-weight: 600;
}
.box-noticias_item .cont_right h4.fecha {
  width: 100%;
  float: left;
  color: #0C1464;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 20px;
}
.box-noticias_item .cont_right p {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 100;
  color: #4D4D4D;
  margin-bottom: 20px;
}
.box-noticias_item .cont_right .btn {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .box-noticias_item .cont_right .btn {
    width: 100%;
    text-align: center;
  }
}
.box-noticias_item h5.detail_post {
  width: 100%;
  float: left;
  padding-left: 25%;
  color: #00417E;
  font-size: 12px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .box-noticias_item h5.detail_post {
    padding-left: 0;
    margin-top: 15px;
  }
}

.box-noticias_item.naranja {
  border-top-color: #DB7C3C;
}

.box-noticias_item.vinotinto {
  border-top-color: #7F1037;
}

.box-noticias_item.azulc {
  border-top-color: #1E78AD;
}

.box_noticias_filtros {
  background-color: #ebedef;
  border-bottom: 2px solid #5b5b5f;
  border-top: 5px solid;
  float: left;
  margin: 0 0 20px 1%;
  padding: 10px 2%;
  position: relative;
  width: 24%;
  text-align: center;
  height: 147px;
}
@media screen and (max-width: 768px) {
  .box_noticias_filtros {
    width: 49%;
  }
}
.box_noticias_filtros .cont_icon {
  width: 100%;
  height: 77px;
  float: left;
}
.box_noticias_filtros h4 {
  font-size: 15px;
  font-weight: 100;
}

.box_noticias_filtros.naranja {
  border-top-color: #DB7C3C;
}

.box_noticias_filtros.vinotinto {
  border-top-color: #7F1037;
}

.box_noticias_filtros.azulc {
  border-top-color: #1E78AD;
}

.box_noticias_filtros.azul {
  border-top-color: #00417E;
}
.box_noticias_filtros.azul h4 {
  font-size: 15px;
  font-weight: 100;
}
@media screen and (max-width: 1024px) {
  .box_noticias_filtros.azul h4 {
    font-size: 12px;
  }
}

/* noticias detaail */
h2.title.detailnoticias2 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #002C4B;
  margin-bottom: 20px;
  padding: 2%;
  line-height: normal;
}

.cont_detailnoticias2 {
  width: 100%;
  float: left;
  padding: 2%;
}
.cont_detailnoticias2 .cont_image_detailnoticias2 {
  width: 30%;
  float: left;
}
@media screen and (max-width: 768px) {
  .cont_detailnoticias2 .cont_image_detailnoticias2 {
    width: 100%;
  }
}
.cont_detailnoticias2 .cont_image_detailnoticias2 img {
  width: 100%;
}
.cont_detailnoticias2 .cont_text_detailnoticias {
  width: 65%;
  float: right;
}
@media screen and (max-width: 768px) {
  .cont_detailnoticias2 .cont_text_detailnoticias {
    width: 100%;
  }
}
.cont_detailnoticias2 .cont_text_detailnoticias h3.title {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  color: #00417E;
  font-size: 13px;
  font-weight: normal;
}
.cont_detailnoticias2 .cont_text_detailnoticias p {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  font-size: 15px;
}
.cont_detailnoticias2 .cont_text_detailnoticias h4 {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  font-size: 13px;
}
.cont_detailnoticias2 .cont_text_detailnoticias .btn {
  float: left;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cont_detailnoticias2 .cont_text_detailnoticias .btn {
    width: 100%;
    text-align: center;
  }
}

/* KIDS */
.cont_videoskids {
  width: 100%;
  float: left;
}
.cont_videoskids .video1.right {
  margin-right: 0;
  float: right;
}
@media screen and (max-width: 768px) {
  .cont_videoskids .video1.right {
    float: left;
  }
}
.cont_videoskids .video1 {
  width: 49%;
  float: left;
}
@media screen and (max-width: 768px) {
  .cont_videoskids .video1 {
    width: 96%;
    float: left;
    margin-left: 2%;
  }
}
.cont_videoskids .video1 h4 {
  width: 100%;
  float: left;
  height: auto;
  color: #1A2F4A;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  .cont_videoskids .video1 h4 {
    text-align: center;
  }
}
.cont_videoskids .video1 .cont_video {
  width: 100%;
  float: left;
  height: auto;
}
.cont_videoskids .video1 .cont_video iframe {
  width: 100%;
}

.container_kids {
  width: 100%;
  background-color: #E5B449;
  float: left;
  position: relative;
  /* TABLERO 2*/
}
.container_kids .bg_tablero {
  width: 50%;
  max-width: 590px;
  height: 298px;
  background: url(../images/misc/bg_tablero.png) no-repeat;
  background-size: 100% auto;
  float: left;
  margin: 168px 0 0 8%;
}
@media screen and (max-width: 768px) {
  .container_kids .bg_tablero {
    background-size: 100% 100% !important;
    height: auto;
    margin: 20px 0 0 2%;
    max-width: none;
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  .container_kids .bg_tablero {
    background: url(../images/misc/bg_tablerom.png) no-repeat;
    background-size: 100% auto;
  }
}
.container_kids .bg_tablero h4 {
  width: 100%;
  float: left;
  color: #FFFFFF;
  font-size: 1.8em;
  margin-top: 60px;
  padding: 0 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1270px) {
  .container_kids .bg_tablero h4 {
    font-size: 1.6em;
    margin-top: 45px;
    padding: 0px 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container_kids .bg_tablero h4 {
    font-size: 1.2em;
    margin-top: 12px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .container_kids .bg_tablero h4 {
    font-size: 1.2em;
    margin-top: 18px;
    padding: 0 4%;
  }
}
.container_kids .bg_tablero p {
  width: 100%;
  float: left;
  color: #FFFFFF;
  font-size: 1.5em;
  padding: 0 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1270px) {
  .container_kids .bg_tablero p {
    font-size: 1.3em;
    padding: 0px 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container_kids .bg_tablero p {
    font-size: 1.12em;
    margin-top: 5px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .container_kids .bg_tablero p {
    font-size: 0.9em;
    margin-bottom: 60px;
    margin-top: 12px;
    padding: 0 4%;
  }
}
.container_kids .pig_1 {
  width: 30%;
  max-width: 400px;
  float: left;
  height: auto;
  background-size: 100% auto;
  margin: 194px 0 40px -4%;
}
@media screen and (max-width: 768px) {
  .container_kids .pig_1 {
    margin: 20px 0 0 2%;
    max-width: none;
    width: 96%;
  }
}
.container_kids .pig_1 img {
  width: 100%;
  height: auto;
}
.container_kids .bg_tablero_2 {
  background: url(../images/misc/bg_tablero2.png) no-repeat;
  background-size: 100% auto;
  float: left;
  height: 300px;
  margin: 168px 0 260px 8%;
  max-width: 594px;
  width: 51%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .container_kids .bg_tablero_2 {
    background-size: 100% 100% !important;
    height: auto;
    margin: 20px 0 0 2%;
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  .container_kids .bg_tablero_2 {
    background: url(../images/misc/bg_tablero2m.png) no-repeat;
    background-size: 100% auto;
  }
}
.container_kids .bg_tablero_2 h4 {
  width: 100%;
  float: left;
  color: #FFFFFF;
  font-size: 1.8em;
  margin-top: 60px;
  padding: 0 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1270px) {
  .container_kids .bg_tablero_2 h4 {
    font-size: 1.6em;
    margin-top: 45px;
    padding: 0px 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container_kids .bg_tablero_2 h4 {
    font-size: 1.2em;
    margin-top: 12px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .container_kids .bg_tablero_2 h4 {
    font-size: 1.2em;
    margin-top: 2%;
    margin-top: 18px;
    padding: 0 4%;
  }
}
.container_kids .bg_tablero_2 p {
  width: 100%;
  float: left;
  color: #FFFFFF;
  font-size: 1.5em;
  padding: 0 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1270px) {
  .container_kids .bg_tablero_2 p {
    font-size: 1.3em;
    padding: 0px 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container_kids .bg_tablero_2 p {
    font-size: 1.12em;
    margin-top: 5px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .container_kids .bg_tablero_2 p {
    font-size: 0.75em;
    margin-top: 2%;
    margin-bottom: 60px;
    margin-top: 12px;
    padding: 0 4%;
  }
}
.container_kids .pig_2 {
  background: url(../images/misc/pig_2.png) no-repeat;
  background-size: 100% auto;
  float: left;
  height: 485px;
  margin: 194px 4% 0 0;
  max-width: 967px;
  position: absolute;
  right: 0;
  top: 0;
  width: 81%;
}
@media screen and (max-width: 768px) {
  .container_kids .pig_2 {
    margin: 20px 0 0 2%;
    width: 96%;
    position: relative;
    max-width: none;
    height: 370px;
  }
}

/* TABLERO 3*/
.cont_kids_2 {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  padding-top: 20px;
}
.cont_kids_2 h2 {
  width: 100%;
  float: left;
  font-size: 1.8em;
  color: #1A2F4A;
}
.cont_kids_2 .cont_mk_3 {
  width: 48%;
  float: left;
  background-color: #E7E8EA;
  border-top: 5px solid #E5B449;
  border-bottom: 2px solid #5A5A5E;
  height: 290px;
}
@media screen and (max-width: 797px) {
  .cont_kids_2 .cont_mk_3 {
    width: 100%;
  }
}
.cont_kids_2 .inagek3 {
  float: left;
  width: 40%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.cont_kids_2 .cont_mk_3.left {
  float: left;
}
.cont_kids_2 .cont_mk_3.left .inagek3 {
  background-image: url(../images/misc/pig_3.png);
}
.cont_kids_2 .cont_mk_3.right {
  float: right;
}
.cont_kids_2 .cont_mk_3.right .inagek3 {
  background-image: url(../images/misc/pig_4.png);
}
.cont_kids_2 .text_mk3 {
  width: 60%;
  float: left;
  padding: 0 15px;
}
.cont_kids_2 .text_mk3 h4 {
  width: 100%;
  float: left;
  color: #4A78B2;
  font-size: 1.6em;
  font-weight: 100;
  margin-top: 35px;
}
.cont_kids_2 .text_mk3 p {
  width: 100%;
  float: left;
  color: #4D4D4D;
  font-size: 0.9em;
  font-weight: 100;
  margin: 15px 0 0 0;
}
.cont_kids_2 .text_mk3 a.btn {
  float: left;
  text-decoration: none;
  margin-top: 15px;
  border: none;
}

/* tablero 4 */
.title_kinder4 {
  width: 100%;
  height: 262px;
  background: url(../images/misc/title_kinder4.png) no-repeat;
  background-position: center center;
  float: left;
  margin: 35px 0 29px 0;
}
/* tablero 4 */
.title_kinder4_english {
  width: 100%;
  height: 262px;
  background: url(../images/misc/title_kinder6_english.png) no-repeat;
  background-position: center center;
  float: left;
  margin: 35px 0 29px 0;
}
@media screen and (max-width: 797px) {
  .title_kinder4 {
    background-size: 80% auto;
  }
}

.text_kinder4_1 {
  width: 100%;
  float: left;
  color: #FFFFFF;
  text-align: center;
}
.text_kinder4_1 h2 {
  width: 100%;
  float: left;
  font-size: 2.5em;
  font-weight: 600;
  line-height: normal;
}
.text_kinder4_1 p {
  width: 100%;
  float: left;
  font-size: 1.2em;
  font-weight: 100;
}
.text_kinder4_1 h3 {
  width: 100%;
  float: left;
  font-size: 1.3em;
  font-weight: 600;
  margin: 20px 0 15px 0;
}

.text_kinder4_1.final {
  margin-bottom: 35px;
}

ul.kinder4_list1 {
  float: left;
  width: 100%;
  list-style: none;
  text-align: center;
  margin-bottom: 45px;
}
ul.kinder4_list1 li {
  width: 32%;
  text-align: center;
  float: left;
  margin-right: 1%;
}
@media screen and (max-width: 797px) {
  ul.kinder4_list1 li {
    width: 100%;
  }
}
ul.kinder4_list1 li h3 {
  float: left;
  width: 100%;
  font-size: 1.3em;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 15px;
}
ul.kinder4_list1 li p {
  float: left;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: 100;
}

.cont3_kinder4 {
  width: 100%;
  float: left;
  background: #C47B42;
  padding: 95px 0 40px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 797px) {
  .cont3_kinder4 {
    padding: 0 0 40px;
  }
}
.cont3_kinder4 .text_cont3_kinder4 {
  margin: 20px 0 0 5%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 797px) {
  .cont3_kinder4 .text_cont3_kinder4 {
    padding: 0 0 40px;
    float: left;
    width: 100%;
    position: relative;
  }
}
.cont3_kinder4 .text_cont3_kinder4 h3 {
  width: 100%;
  float: left;
  font-size: 2.5em;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 797px) {
  .cont3_kinder4 .text_cont3_kinder4 h3 {
    font-size: 1.8em;
    text-align: center;
  }
}
.cont3_kinder4 .text_cont3_kinder4 p {
  width: 100%;
  float: left;
  font-size: 1.2em;
  text-align: left;
  font-weight: 100;
}
@media screen and (max-width: 797px) {
  .cont3_kinder4 .text_cont3_kinder4 p {
    font-size: 0.8em;
    text-align: center;
  }
}
.cont3_kinder4 img {
  width: 80%;
  max-width: 958px;
}

.cont5_kinder4 {
  width: 100%;
  float: left;
  background: #CC6633;
  padding: 95px 0 40px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-top: 45px;
}
.cont5_kinder4 p {
  width: 100%;
  float: left;
  font-size: 1.2em;
  font-weight: 100;
}
.cont5_kinder4 h3 {
  width: 100%;
  float: left;
  font-size: 2.1em;
  font-weight: 600;
}
.cont5_kinder4 img {
  width: 40%;
  max-width: 392px;
}

.btn.kinder4 {
  width: auto;
  float: left;
  padding: 8px 15px;
  background: #264377;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.06em;
  margin: 35px 0;
}
@media screen and (max-width: 797px) {
  .btn.kinder4 {
    width: 100%;
    text-align: center;
    padding: 25px 0 25px 0;
  }
}

.title_kinder5 {
  width: 100%;
  height: 262px;
  background: url(../images/misc/title_kinder5.png) no-repeat;
  background-position: center center;
  float: left;
  margin: 35px 0 29px 0;
}
.title_kinder5_english {
  width: 100%;
  height: 262px;
  background: url(../images/misc/title_kinder5_english.png) no-repeat;
  background-position: center center;
  float: left;
  margin: 35px 0 29px 0;
}
@media screen and (max-width: 797px) {
  .title_kinder5 {
    background-size: 80% auto;
  }
}

.container_kids.cinco {
  background-color: #E5B449;
}

/* glosario */
.container_letters {
  width: 100%;
  float: left;
  padding: 0 2% 0 2%;
}
.container_letters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.container_letters ul li.active a {
  color: #edf2f8;
  background-color: #22477e;
}
.container_letters ul li {
  float: left;
  width: 3.7%;
}
@media screen and (max-width: 768px) {
  .container_letters ul li {
    width: 7.5%;
    margin-bottom: 5px;
  }
}
.container_letters ul li a {
  float: left;
  text-decoration: none;
  background-color: #edf2f8;
  padding: 0 5px 0 5px;
  width: 100%;
  text-align: center;
}
.container_letters ul li a:hover {
  color: #edf2f8;
  background-color: #22477e;
}

.cont_buscador_glosario {
  width: 100%;
  float: left;
  padding: 0 2% 0 2%;
  margin-top: 20px;
}
.cont_buscador_glosario input[type="text"] {
  width: 89%;
  border: solid 1px #27457D;
  float: left;
}
@media screen and (max-width: 768px) {
  .cont_buscador_glosario input[type="text"] {
    width: 100%;
  }
}
.cont_buscador_glosario input[type="submit"] {
  background: url(../images/misc/icono_buscador_white.png) no-repeat;
  background-position: 8px center;
  background-color: #253d7d;
  border: none;
  height: 38px;
  margin-left: 1px;
  padding: 0 10px 0 40px;
  width: auto;
  float: left;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .cont_buscador_glosario input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}

.cont_resultado_glosario {
  width: 100%;
  padding: 0 2% 0 2%;
  float: left;
}
.cont_resultado_glosario ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.cont_resultado_glosario ul li {
  margin: 0 0 0 0;
  width: 100%;
  float: left;
}
.cont_resultado_glosario ul li h2 {
  margin-bottom: 8px;
}
.cont_resultado_glosario ul li p {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn_descargar {
  background: url(../images/misc/icono_descarga.png) no-repeat;
  color: #4b4f52 !important;
  padding: 8px 0 8px 30px;
  text-decoration: underline !important;
}

.credito-login .box-message__content {
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .credito-login .box-message__content {
    height: auto !important;
  }
}
.credito-login .btn {
  background-color: #4C7FBC !important;
  float: left;
}
.credito-login .btn:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .credito-login .btn {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .credito-login .icon-box {
    width: 100%;
    text-align: center;
  }
}
.credito-login .message-title {
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: 100;
  width: 80%;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .credito-login .message-title {
    text-align: left;
  }
}
.credito-login .close {
  position: absolute;
  top: 0px;
  right: 10px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .credito-login .box-login-form {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .credito-login .login-form {
    width: 100% !important;
  }
}
.credito-login .login-form h2 {
  font-weight: 400;
  margin: 10px 0;
  color: white;
}
.credito-login .login-form .item-link {
  font-size: .8em;
  color: white;
  font-weight: 100;
}
.credito-login .login-form .item-link:hover {
  color: #2d5096;
}
.credito-login .login-form .item-link:first-child:after {
  content: " / ";
}
@media screen and (max-width: 768px) {
  .credito-login .sing-up {
    width: 100% !important;
  }
}
.credito-login .sing-up .title {
  font-weight: 500;
  color: white;
  margin: 10px 0;
}
.credito-login .sing-up .info {
  margin: 10px 0;
  color: white;
  font-weight: 100;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .credito-login .sing-up .info {
    width: 100% !important;
  }
}

.box-simple-video, .box-relaciones__internacionales {
  margin-top: 0;
}
.box-simple-video h2.title, .box-relaciones__internacionales h2.title {
  color: #2d5096;
  font-size: 1.1em;
  margin: 10px 0;
  font-weight: 900;
}
.box-simple-video .text, .box-relaciones__internacionales .text {
  margin: 20px 0;
}
.box-simple-video iframe, .box-relaciones__internacionales iframe {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .box-simple-video iframe, .box-relaciones__internacionales iframe {
    height: 300px;
  }
}

.box-relaciones__internacionales .image.main, .box-relaciones__internacionales .info.main {
  width: 50%;
  float: left;
}
@media screen and (max-width: 991px) {
  .box-relaciones__internacionales .image.main, .box-relaciones__internacionales .info.main {
    width: 100%;
  }
}
.box-relaciones__internacionales .image.main img {
  width: 100%;
}

.item_relaciones {
  /*display: flex;*/
  width: 100%;
  float: left;
  padding-left: 20px;
  font-size: .8em;
  margin-bottom: 10px;
}
.item_relaciones .info {
  padding: 0 10px;
  margin-top: 0;
  float: left;
  width: 80%;
}
.item_relaciones .info .title.big {
  margin: 0;
}
.item_relaciones .text {
  width: 100%;
  display: inline-block;
  margin: 5px 0;
}
.item_relaciones .image.info {
  float: left;
}
.item_relaciones .image {
  width: 9%;
  height: auto;
  float: left;
  text-align: center;
}
.item_relaciones .image img {
  width: 100%;
  max-width: 69px;
  padding: 5px 0;
}

.box-funcionarios h2.title {
  color: #2d5096;
  font-size: 1.1em;
  margin: 10px 0;
  font-weight: 900;
}
.box-funcionarios .content {
  width: 100%;
  display: inline-block;
}
.box-funcionarios .content .item {
  width: 100%;
  display: inline-block;
  line-height: 3;
}
.box-funcionarios .content .item:nth-child(odd) {
  background-color: #E4E3E3;
}
.box-funcionarios .content .item span {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .box-funcionarios .content .item span {
    width: 100%;
  }
}
.box-funcionarios .content .item .position {
  text-align: left;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .box-funcionarios .content .item .position {
    text-align: center;
  }
}
.box-funcionarios .content .item .name {
  text-align: center;
}

.box-locate-address h2.title {
  color: #2d5096;
  font-size: 1.1em;
  margin: 10px 0;
  font-weight: 900;
}
.box-locate-address .box-items {
  margin: 10px 0;
}
.box-locate-address .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  padding: 30px;
  border: 1px solid #2d5096;
}
.box-locate-address .content .item {
  margin: 10px 0;
  float: left;
  width: 34%;
}
@media screen and (max-width: 768px) {
  .box-locate-address .content .item {
    width: 100%;
  }
}
.box-locate-address .content .item .title {
  font-size: 1.1em;
  font-weight: 900;
  display: inline-block;
  width: 100%;
}
.box-locate-address .content .item .person {
  font-size: .8em;
}
.box-locate-address .content .map {
  border: 4px solid #2d5096;
  margin-right: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .box-locate-address .content .map {
    /*display: none;*/
  }

  .box-locate-address .content{
   display: table;
    display: table;
    display: -ms-flexbox;
    display: table;
    margin: 14px -5px;
    padding: 30px;
        border: none;
  }
  .box-locate-address .content .info{
      background-color: white !important;
  }

  .box-locate-address .content .map img{
          width: 100%;
  }

  .map {
    width: inherit !important;
    height: inherit !important;
  }
}
.box-locate-address .content .map img {
  height: 100%;
}
.box-locate-address .content .info {
  padding: 20px;
  background-color: #EBECEE;
  width: 100%;
}
.box-locate-address .content .info h4.title {
  font-size: 1.1em;
  font-weight: 900;
}

.box-manuales h2.title {
  color: #2d5096;
  font-size: 1.1em;
  margin: 10px 0;
  font-weight: 900;
}
.box-manuales .content {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.box-manuales .content .title {
  background-color: #2d5096;
  color: white;
  line-height: 3;
  text-align: left;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .box-manuales .content .title {
    line-height: 2;
    text-align: center;
  }
}
.box-manuales .content .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 3;
  padding: 0 10px;
  text-decoration: none;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .box-manuales .content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    line-height: 2;
  }
}
.box-manuales .content .item:hover {
  color: #2d5096;
}
.box-manuales .content .item:nth-child(even) {
  background-color: rgba(36, 121, 182, 0.1);
}
.box-manuales .content .item span {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.box-manuales .content .item .info {
  max-width: 500px;
  line-height: 2;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .box-manuales .content .item .info {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.box-manuales .content .item .icon {
  text-align: right;
  padding: 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  position: relative;
}
.box-manuales .content .item .icon img {
  width: 25px;
  margin-top: 5px;
}
.box-manuales .content .item .icon span {
  position: relative;
  top: -10px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .box-manuales .content .item .icon span {
    top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .box-manuales .content .item .icon {
    text-align: center;
  }
}

.box-gallery-video {
  position: relative;
  margin: 30px 0;
}
.box-gallery-video .title {
  font-size: 1.8em;
  margin: 20px 0;
  display: inline-block;
  color: #2d5096;
}
.box-gallery-video .subtitle {
  font-size: 1.1em;
  margin: 20px 0;
  display: inline-block;
  color: #2d5096;
  font-weight: 700;
}
.box-gallery-video .item iframe {
  height: 500px;
}
.box-gallery-video .item p {
  display: inline-block;
  width: 100%;
}

#carousel-wrapper {
  padding-bottom: 10px;
  position: relative;
}

#carousel, #thumbs {
  overflow: hidden;
}

#carousel span, #carousel img, #thumbs a, #thumbs img {
  display: block;
  float: left;
}

#carousel span, #carousel a, #thumbs span, #thumbs a {
  position: relative;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
}

#carousel img, #thumbs img {
  border: none;
  width: 100%;
  height: 100%;
}

#carousel img.glare, #thumbs img.glare {
  width: 102%;
  height: auto;
}

#carousel span {
  width: 554px;
  height: 313px;
}

#thumbs-wrapper {
  padding: 20px 0;
  position: relative;
  min-height: 200px;
}

#thumbs a {
  width: 150px;
  margin: 0 40px;
  overflow: hidden;
  text-align: center;
}

#carousel-wrapper #prev, #carousel-wrapper #next, #thumbs-wrapper #prev, #thumbs-wrapper #next {
  background: transparent url("../images/misc/arrow-video-gallery.png") no-repeat 0 0;
  display: block;
  width: 30px;
  height: 58px;
  margin-top: -10px;
  position: absolute;
  top: 22%;
}
#carousel-wrapper #prev, #thumbs-wrapper #prev {
  background-position: 3px 0;
  left: 10px;
}
#carousel-wrapper #next, #thumbs-wrapper #next {
  background-position: -28px 0;
  right: 10px;
}
#carousel-wrapper #prev.disabled, #carousel-wrapper #next.disabled, #thumbs-wrapper #prev.disabled, #thumbs-wrapper #next.disabled {
  display: none !important;
}

.internas .item {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.internas .box-related-documents .item {
  border: 2px solid #00417f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  width: 50%;
}

.internas .item p {
  /*width: 100%;*/
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.9em;
}

.table-double .table-title-one {
  background-color: #1F79B2;
  border-right: 1px solid rgba(250, 250, 250, 0.1);
  border-left: 1px solid rgba(250, 250, 250, 0.1);
  border-top: 1px solid rgba(250, 250, 250, 0.1);
  color: white;
  font-weight: 900;
  margin: 0;
}

.prev__table-title {
  text-align: center;
  border: 2px solid;
  line-height: 3;
  color: #004482;
}

.icetex-planes-de-accion .table-content {
  margin-top: 5px;
}

.icetex-informe-de-gestion .box-related-documents .item {
  display: inline-block;
  width: 48%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .icetex-informe-de-gestion .box-related-documents .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.box-search__result .header {
  border-top: 5px solid #CF8043;
  margin: 20px 0;
  padding: 30px;
  margin-bottom: 40px;
  background-color: #E8E8E8;
}
.box-search__result .header .input {
  line-height: 2.5;
  padding: 0 20px;
  margin-bottom: 10px;
  width: 100%;
  border-color: #27457D;
  font-weight: 100;
}
.box-search__result .header .btn-search {
  background-color: white;
  position: absolute;
  right: 1px;
  top: 1px;
  text-decoration: none;
  line-height: 2.1;
  width: 50px;
  text-align: center;
  border-left: 1px solid #27457D;
}
.box-search__result .header .btn-search .icon-serch {
  font-size: 2em;
  position: relative;
  top: 4px;
}
.box-search__result .header .box-input {
  position: relative;
}
.box-search__result .header .info .title {
  font-size: 1.2em;
  color: #27457D;
  margin-bottom: 5px;
}
.box-search__result .header .info .text {
  color: #4E4E4E;
}
.box-search__result .item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.box-search__result .item:last-child {
  border: none;
}
.box-search__result .item .title {
  color: #27457D;
  margin: 10px 0;
  font-size: 1.1em;
}
.box-search__result .item .text {
  color: #4E4E4E;
  margin: 10px 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  line-height: 115%;
}
.box-search__result .item .link {
  text-decoration: none;
  margin: 5px 0;
  width: 100%;
  display: inline-block;
  color: #CF8043;
}

.credito-tables {
  width: 100% !important;
}

.tabs {
  width: 100%;
  display: inline-block;
}

.tabs-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #00417E;
}
@media screen and (max-width: 768px) {
  .tabs-links {
    display: block;
  }
}
.tabs-links li {
  list-style: none;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  height: 58px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tabs-links li {
    height: auto;
    line-height: 2;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    float: left;
  }
}
.tabs-links li.active a {
  background: white;
  border-top: 10px solid #E69D3A;
  text-decoration: none;
  color: #00417E;
  font-weight: 900;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .tabs-links li.active a {
    border-top: 0;
    border-bottom: 5px solid #E69D3A;
    font-size: 0.87em;
  }
}
.tabs-links a {
  font-size: 0.9em;
  font-weight: 400;
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  -webkit-transition: all linear 0.15s;
          transition: all linear 0.15s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #4978ac;
}
@media screen and (max-width: 768px) {
  .tabs-links a {
    display: block;
  }
}
.tabs-links a:hover {
  background: white;
  border-top: 10px solid #E69D3A;
  box-sizing: border-box;
  text-decoration: none;
  color: #00417E;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .tabs-links a:hover {
    border: none;
  }
}
.tabs-links:after {
  display: block;
  clear: both;
  content: '';
}

/*----- Tabs Content -----*/
.tab-content {
  padding: 15px;
  background: #fff;
}

.tab {
  display: none;
}
.tab.active {
  display: block;
}

/*----- Virtual Office -----*/
.box-virtual__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #EBEDEF;
  border-bottom: 4px solid #5B5B5F;
  margin: 20px 0;
  border-top: 5px solid;
}
.box-virtual__item h5 {
  margin-bottom: 20px;
}
.box-virtual__item p {
  margin-bottom: 20px;
  padding-right: 20px;
}
.box-virtual__item a {
  color: #2279B6;
  font-weight: 100;
}
.box-virtual__item.first {
  margin-top: 40px !important;
}
.box-virtual__item.account {
  border-top-color: #00A2C8;
}
.box-virtual__item.account h5 {
  color: #00A2C8;
}
.box-virtual__item.bill {
  border-top-color: #0AB5A2;
}
.box-virtual__item.bill h5 {
  color: #0AB5A2;
}
.box-virtual__item.giro {
  border-top-color: #E69D3A;
}
.box-virtual__item.giro h5 {
  color: #E69D3A;
}
.box-virtual__item.card {
  border-top-color: #00A2C8;
}
.box-virtual__item.card h5 {
  color: #00A2C8;
}
.box-virtual__item .box-virtual-icon {
  text-align: center;
  padding: 20px;
  width: 15%;
  float: left;
}
@media screen and (max-width: 991px) {
  .box-virtual__item .box-virtual-icon {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .box-virtual__item .box-virtual-icon {
    width: 20%;
    padding: 0;
    padding-left: 5px;
    margin-top: 25px;
  }
  .box-virtual__item .box-virtual-icon img {
    width: 100%;
    position: relative;
    left: 5px;
  }
}
.box-virtual__item .box-virtual-info {
  padding: 30px 20px;
  position: relative;
  top: 25%;
  width: 85%;
  float: left;
}

.box-virtual-personal__info {
  margin-top: 20px;
}
.box-virtual-personal__info .box-virtual__name {
  font-size: 1.2em;
  font-weight: 900;
  color: black;
}
.box-virtual-personal__info p {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  color: #656565;
  font-weight: 100;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?aqi5l0);
  src: url(../fonts/icomoon.eot?#iefixaqi5l0) format("embedded-opentype"), url(../fonts/icomoon.ttf?aqi5l0) format("truetype"), url(../fonts/icomoon.woff?aqi5l0) format("woff"), url(../fonts/icomoon.svg?aqi5l0#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-student:before {
  content: "\e600";
}

.icon-serch:before {
  content: "\e601";
}

.icon-down:before {
  content: "\e602";
}

.icon-world:before {
  content: "\e603";
}

.icon-collegue:before {
  content: "\e604";
}

.icon-aliance:before {
  content: "\e605";
}

.icon-people:before {
  content: "\e606";
}

.icon-close:before {
  content: "\e607";
}

.icon-next:before {
  content: "\e608";
}

.hide-text {
  display: none;
}

.change:hover {
  opacity: .7;
}

.intro-content {
  min-height: 250px;
  max-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.intro-content img {
  width: 100%;
}
@media screen and (max-width: 2000px) {
  .intro-content {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .intro-content {
    height: 100% !important;
    min-height: inherit;
  }
}

.intro-img__text {
  margin-top: 5%;
  color: white;
}
@media screen and (max-width: 991px) {
  .intro-img__text {
    margin-top: 20px !important;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .intro-img__text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .intro-img__text p.second {
    font-size: 20px;
  }
}
.intro-img__text .first {
  font-size: 1.5em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .intro-img__text .first {
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    width: 60%;
  }
}
.intro-img__text .second {
  font-size: 3.82em;
  margin-top: 4px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .intro-img__text .second {
    font-size: 20px;
    margin-top: 2px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
  }
}

.box-content-text__Intro {
  width: 100%;
  position: absolute;
  top: 1px;
}

.language-intro {
  line-height: 2;
  text-align: right;
  width: 100%;
  display: inline-block;
  color: #004482;
  position: relative;
  right: 13px;
  text-decoration: underline;
  font-size: .9em;
}
@media screen and (max-width: 768px) {
  .language-intro {
    width: 100%;
    text-decoration: none;
    background-color: #004179;
    color: white;
    right: 0;
    text-align: center;
  }
}

.box-main-nav {
  position: relative;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .box-main-nav {
    height: 100px;
  }
}

.main-nav_left {
  width: 50%;
  display: inline-block;
  color: red;
  height: inherit;
  position: absolute;
  background-color: #1B80C1;
  top: 0;
  vertical-align: top;
  z-index: 1;
  left: 0;
}

.main-nav_right {
  width: 50%;
  display: inline-block;
  color: red;
  height: inherit;
  position: absolute;
  background-color: #080A3C;
  top: 0;
  vertical-align: top;
  z-index: 1;
  right: 0;
}

.box-nav_intro {
  position: relative;
  z-index: 2;
  height: inherit;
}
.box-nav_intro a {
  text-decoration: none;
}
.box-nav_intro .student {
  background-color: #1B80C1;
}
.box-nav_intro .student:hover {
  background-color: #1f91da;
}
.box-nav_intro .foreign {
  background-color: #1552A6;
}
.box-nav_intro .foreign:hover {
  background-color: #1960c3;
}
.box-nav_intro .college {
  background-color: #0D1886;
}
.box-nav_intro .college:hover {
  background-color: #1960c3;
}
.box-nav_intro .aliance {
  background-color: #0C1464;
}
.box-nav_intro .aliance:hover {
  background-color: #1960c3;
}
.box-nav_intro .people {
  background-color: #080A3C;
}
.box-nav_intro .people:hover {
  background-color: #134a95;
}

.nav_intro__item {
  width: 20%;
  float: left;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .nav_intro__item {
    width: 100%;
  }
}
.nav_intro__item .content-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nav_intro__item .content-icon {
    top: 25px;
    left: 15px;
  }
}
.nav_intro__item .content {
  width: 100%;
  height: 50%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav_intro__item .content {
    width: 50%;
    float: left;
  }
}
.nav_intro__item .icon {
  color: white;
  font-size: 3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav_intro__item .top {
    width: 20%;
  }
}
.nav_intro__item .bottom {
  color: white;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .nav_intro__item .bottom {
    width: 70%;
    padding: 15px 0 15px 0;
    margin-top: 10px;
    text-align: left;
    position: relative;
    left: 20px;
    font-size: 1em !important;
  }
}
@media screen and (max-width: 991px) {
  .nav_intro__item .bottom {
    padding: 15px 20px;
    font-size: .8em;
    line-height: 110%;
  }
}
.nav_intro__item .bottom a {
  text-decoration: none;
  color: inherit;
}

.hide {
  display: none;
}

.log-virtual {
  background-color: #1B80C1;
  border-top: 10px solid;
}
@media screen and (max-width: 991px) {
  .log-virtual {
    width: 100%;
  }
}
.log-virtual.student {
  border-color: #E0A638;
}
.log-virtual .icon-box {
  width: 30%;
  float: left;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .log-virtual .icon-box {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .log-virtual .icon-box {
    display: none;
  }
}
.log-virtual .login-form {
  width: 70%;
  float: left;
}
@media screen and (max-width: 991px) {
  .log-virtual .login-form {
    width: 100%;
  }
}
.log-virtual .box-field .captcha {
  float: left;
  width: 100% !important;
}
.log-virtual .box-field .captcha div {
  width: 100% !important;
}
.log-virtual .box-field .captcha iframe {
  width: 100% !important;
}
.log-virtual .box-field a {
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
  color: white;
  font-size: .8em;
  font-weight: 200;
  margin: 5px 0;
  float: left;
  margin-right: 6px;
  text-decoration: underline;
}
.log-virtual .box-field a:hover {
  opacity: 0.8;
}

.log-programs {
  background-color: #0C1464;
  border-top: 10px solid;
  width: 100%;
  position: relative;
}
.log-programs .btn {
  float: left;
  height: 39px;
  border-width: 1px;
  width: 31.5%;
  display: inline-block;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .log-programs .btn {
    float: right;
  }
}
.log-programs .text {
  color: white;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 5px;
}
.log-programs h2 {
  font-size: 1.5em;
  color: white;
  margin-bottom: 10px;
}
.log-programs.student {
  border-color: #8B1339;
}
.log-programs .submit:hover {
  background-color: #101b88 !important;
}

.log-virtual, .log-programs {
  padding: 1.25rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .log-virtual, .log-programs {
    display: inline-block;
  }
}
.log-virtual h2, .log-programs h2 {
  font-size: 1.5em;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.log-virtual h2 span, .log-programs h2 span {
  font-size: 1em;
  font-weight: 200;
}

.log-virtual p {
  color: #ffffff;
  float: left;
  font-size: 0.7em;
  margin-bottom: 7px;
  width: 100%;
}

.box-form {
  margin-top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .box-form {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .box-form {
    display: inline-block;
    width: 100%;
  }
}
.box-form input[type='submit'] {
  background-color: transparent;
  border: none;
  color: white;
  border: 3px solid white;
  box-sizing: border-box;
}
.box-form input[type='submit']:hover {
  background-color: #1f91da;
}
.box-form .form-code, .box-form .form-options {
  float: left;
  width: 100%;
}
.box-form .form-code li, .box-form .form-options li {
  float: left;
  width: 31.5%;
  margin-right: 1.69492%;
  height: 40px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .box-form .form-code li, .box-form .form-options li {
    width: 100%;
  }
}
.box-form .form-code {
  margin-top: 2px;
}
@media screen and (max-width: 991px) {
  .box-form .form-code li {
    width: 100%;
    margin-bottom: 10px;
  }
  .box-form .form-code .submit {
    width: 100% !important;
  }
}
.box-form .form-code .submit {
  width: 31.5%;
  height: 39px;
}

@media screen and (max-width: 991px) {
  .form-options li {
    height: 40px;
    margin-bottom: 10px;
  }
  .form-options li select {
    height: 40px;
  }
}

.box-field {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.box-field input {
  background-color: white;
  border: none;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  color: #999;
  font-weight: 200;
}
.box-field input[type='text'], .box-field input[type='password'], .box-field input[type='email'] {
  padding: 10px;
  height: 39px;
}

.picker {
  position: relative;
  background-color: white;
}
.picker:after {
  width: 0;
  height: 0;
  border-left: .375rem solid transparent;
  border-right: .375rem solid transparent;
  border-top: .375rem solid #a2a9c8;
  content: "";
  position: absolute;
  right: 3%;
  top: 45%;
}
.picker select {
  color: #999;
  font-weight: 200;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  color: #999;
  height: 39px;
  width: 100%;
  min-width: 100%;
  padding: .375rem 2.8125rem .375rem .9375rem;
}
@media screen and (max-width: 1199px) {
  .picker select {
    padding: 0 0 0 10px;
  }
}

.brands-box {
  margin: 75px auto 30px;
  text-align: center;
}
.brands-box .brand-item {
  width: 19%;
  text-align: center;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  box-sizing: border-box;
  border-right: 1px solid #A8A8A8;
}
@media screen and (max-width: 991px) {
  .brands-box .brand-item {
    width: 30%;
    padding: 10px;
    border-color: #E8E8E8;
  }
  .brands-box .brand-item:nth-child(3) {
    border: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .brands-box .brand-item {
    width: 40%;
    margin-bottom: 10px;
  }
  .brands-box .brand-item:nth-child(3) {
    border-right: 1px solid #E8E8E8;
  }
  .brands-box .brand-item:nth-child(even) {
    border: none;
  }
}

.brands-box .brand-item a {
  cursor: pointer;
}
.brands-box .brand-item a img {
  width: 100%;
  height: 68px;
  vertical-align: top;
}
.brands-box .brand-item:last-child {
  border-right: none;
}

.aliances-box {
  text-align: center;
}
.aliances-box .aliances-item {
  height: auto;
  width: 10%;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aliances-box .aliances-item {
    width: 30%;
  }
}
.aliances-box .aliances-item img {
  width: 100%;
}
.aliances-box .aliances-item img.static {
  position: relative;
  z-index: 1;
}
.aliances-box .aliances-item img.over {
  position: absolute;
  z-index: 9;
  display: none;
}

header {
  background-color: white;
}

.object.full-width, .main-header .brand, .main-header .log-col {
  width: 100%;
  
  float: left;
  cursor: pointer;
}

.box-logo {
  text-align: left;
}

.box-lang {
  text-align: right;
}

.main-header {
  padding: 5px 0 2px;
}
@media screen and (max-width: 768px) {
  .main-header {
    padding: 0;
  }
}
.main-header .brand {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .main-header .brand {
    position: relative;
    top: 20px;
    padding: 0px 0 30px;
  }
}
.main-header .brand img {
  height: auto;
}
.main-header .brand img.logo1_header {
  width: 100%;
  float: left;
}
@media screen and (max-width: 768px) {
  .main-header .brand img.logo1_header {
    width: 130px;
    margin: 16px 0;
  }
}
.main-header .brand img.logo2_header {
  width: 26%;
  float: left;
  margin: 4px 0 0 2%;
}
@media screen and (max-width: 768px) {
  .main-header .brand img.logo2_header {
    width: 130px;
  }
}
.main-header .brand img.logo3_header {
  width: 20%;
  float: left;
  margin: -17px 0 0 3%;
}
@media screen and (max-width: 768px) {
  .main-header .brand img.logo3_header {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .main-header .brand img {
    width: 160px;
  }
}
@media screen and (max-width: 400px) {
  .main-header .brand img {
    width: 130px;
  }
}
.main-header .log-col {
  width: auto;
  float: right;
  margin-left: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main-header .log-col {
    width: auto;
    float: right;
  }
}
.main-header .log-col img {
  width: 132px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main-header .log-col img {
    width: 90px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 400px) {
  .main-header .log-col img {
    width: 80px;
    margin-top: 5px;
  }
}
.main-header .lang-sel {
  padding: 10px 0;
  display: inline-block;
  font-size: .9em;
  position: relative;
  color: #004482;
  margin-top: 38px;
}
.main-header .lang-sel .icon-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-header .lang-sel .icon-mobile {
    position: relative;
    top: 80px;
    font-size: .5em;
    right: -90px;
    background-color: #1B80C1;
    height: 33px;
    vertical-align: middle;
    width: 25px;
    text-align: center;
  }
  .main-header .lang-sel .icon-mobile .icon {
    top: 12px;
    position: relative;
    left: -3px;
    color: white;
  }
}
.main-header .lang-sel .link-lang {
  position: relative;
  padding: 20px 0;
}

.submenu-lang {
  background: #1B80C1;
}
.submenu-lang li {
  background: inherit;
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .submenu-lang li {
    border: none;
  }
}
.submenu-lang li:last-of-type {
  border: none;
}
.submenu-lang li:hover {
  opacity: .4;
}
.submenu-lang li a {
  width: 100%;
  text-align: center;
  color: white;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .link-lang {
    width: 100%;
  }
  .link-lang span {
    width: 90%;
    float: left;
    background-color: #1B80C1;
    height: inherit;
    line-height: inherit;
    color: inherit;
  }
  .link-lang .icon-down {
    float: left;
    width: 10%;
    text-align: center;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  top: -5px;
}
.dropdown .submenu {
  display: none;
  width: 128px;
  color: inherit;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 6;
}
.dropdown .icon-down {
  font-size: .5em;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .dropdown {
    top: 2px;
  }
  .dropdown .submenu {
    display: none;
    font-size: .9em;
    top: 37px;
    width: 100%;
  }
  .dropdown .submenu li:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.home-default .letter-size-box {
  width: auto;
  float: right;
  margin-left: 8px;
  font-size: .9em;
  margin-top: -3px;
}
.home-default .log-col {
  float: right;
  margin-left: 0;
  margin-top: 0;
}
.home-default .letter-size span {
  font-size: 0.9em;
}
.home-default .letter-size a {
  padding: 0 5px;
  height: 27px;
  display: inline-block;
  line-height: 25px;
  font-size: 0.9em;
}
.home-default .cont_images {
  float: right;
  width: 60%;
}
.home-default .cont_images img {
  float: right;
}
.home-default .cont_images img.logo2_header {
  margin-right: 18px;
  margin-top: 23px;
  width: 168px;
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .home-default .cont_images img.logo2_header {
    width: 170px;
  }
}
@media screen and (max-width: 797px) {
  .home-default .cont_images img.logo2_header {
    display: none;
  }
}
.home-default .cont_images img.logo3_header {
  width: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .home-default .cont_images img.logo3_header {
    width: 100px;
  }
}
@media screen and (max-width: 797px) {
  .home-default .cont_images img.logo3_header {
    display: none;
  }
}
.home-default .searchAppend {
  width: 40%;
  float: right;
}
@media screen and (max-width: 991px) {
  .home-default .searchAppend {
    width: 60%;
  }
}
.home-default .search-box {
  margin-top: 12px;
  padding: 10px 0;
  text-align: center;
  float: left;
  width: 359px;
}
@media screen and (max-width: 797px) {
  .home-default .search-box {
    margin-top: 0;
    text-align: center;
    padding-top: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-left: 0px;
    margin-top: 20px;
    display: inline-block;
  }
}
.home-default .search-box input {
  line-height: 2.5;
  width: 82%;
  height: 32px;
  padding: 0 10px;
  vertical-align: top;
  line-height: normal;
  font-size: 15px;
}
@media screen and (max-width: 797px) {
  .home-default .search-box input {
    height: 36px;
    float: left;
    width: 100%;
    border: none;
    padding: 0 20px;
    font-weight: 100;
  }
}
.home-default .profile-sel {
  width: 120px;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: left;
  float: right;
  font-size: .9em;
}
.home-default .profile-sel:hover span {
  color: white;
}
@media screen and (max-width: 797px) {
  .home-default .profile-sel {
    display: none;
  }
}
.home-default .profile-sel:hover {
  background-color: #004482;
}
.home-default .profile-sel:hover a {
  color: white;
}
.home-default #btn-search {
  border: 1px solid #ABABAB;
  box-sizing: border-box;
  display: inline-block;
  padding: 4px;
  text-decoration: none;
}
@media screen and (max-width: 797px) {
  .home-default #btn-search {
    padding: 2px;
    width: 10%;
    position: absolute;
    right: 5px;
    background-color: transparent;
    height: 36px;
    border: none;
  }
}
.home-default #btn-search:hover {
  background-color: #e9e9e9;
}
.home-default #btn-search .icon {
  font-size: 20px;
}
@media screen and (max-width: 797px) {
  .home-default #btn-search .icon {
    font-size: 1.4em;
    position: relative;
    top: 6px;
    right: 0px;
  }
}
@media screen and (max-width: 797px) {
  .home-default .link-profile {
    height: 42px;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 18px;
    line-height: 42px;
  }
  .home-default .link-profile:hover {
    text-decoration: underline;
    color: #6e6e6e;
    border-color: #6e6e6e;
  }
  .home-default .link-profile span {
    text-decoration: none !important;
    color: inherit !important;
    font-size: 1em !important;
    color: #6e6e6e !important;
    font-weight: 500;
  }
}
.home-default .link-profile span {
  color: #004482;
  margin-right: 8px;
  text-decoration: underline;
  font-size: .9em;
}
.home-default .link-profile .icon-down {
  font-size: .5em;
  margin-left: 5px;
}
.home-default .options-box {
  width: 800px;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 797px) {
  .home-default .options-box {
    display: none;
  }
}
.home-default .drop-lang {
  float: right;
  width: 60%;
}
.home-default #google_translate_element {
  float: left;
}
.home-default .link-profile {
  float: right;
  margin-left: 8px;
}
.home-default .lang-sel {
  margin: 0;
  position: relative;
  border-radius: 10px;
  text-align: left;
  width: auto;
  padding: 2px 0 8px;
  float: right;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 797px) {
  .home-default .lang-sel {
    display: none;
  }
}
.home-default .lang-sel .link-lang {
  position: relative;
  top: 5px;
  padding: 5px 0;
  font-size: 0.9em;
}
.home-default .lang-sel:hover {
  background-color: #004482;
}
.home-default .lang-sel:hover a {
  color: white;
}
@media screen and (max-width: 797px) {
  .home-default .dropdown {
    width: 100% !important;
  }
  .home-default .dropdown .submenu {
    position: relative;
    top: 0 !important;
  }
  .home-default .dropdown .submenu li {
    padding: 0;
    margin: 0;
    background-color: #e9ebed;
    font-size: .9em;
  }
  .home-default .dropdown .submenu li:hover {
    opacity: 1;
  }
}
.home-default .dropdown .submenu {
  top: 24px;
}
@media screen and (max-width: 797px) {
  .home-default .hidden-s {
    display: none;
  }
}
@media screen and (max-width: 797px) {
  .home-default .link-lang span {
    width: auto !important;
    overflow: hidden;
    background-color: transparent;
    top: 10px !important;
  }
}
.home-default .dropdown {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 797px) {
  .home-default .dropdown {
    float: left;
    margin-right: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.home-default .dropdown2 .link-profile {
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 797px) {
  .home-default .dropdown2 {
    width: 100%;
    float: right;
    height: 42px;
    background-color: transparent;
    margin-top: 10px;
    line-height: 35px;
    text-align: left;
    position: relative;
  }
}
@media screen and (max-width: 797px) {
  .home-default .logo-col-m {
    position: relative;
    top: 16px;
    right: 60px;
  }
  .home-default .logo-col-m img {
    width: 90px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .home-default .logo-col-m {
    top: 6px;
  }
}
.home-default .box-mobile-varius {
  text-align: center;
}
@media screen and (max-width: 797px) {
  .home-default .box-mobile-varius {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 797px) {
  .home-default .icon-m {
    position: absolute;
    right: 10px;
    top: 14px;
  }
}
@media screen and (max-width: 797px) {
  .home-default .icon-m2 {
    position: absolute;
    right: 10px;
  }
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.global-footer {
  background: #4D4D4D;
  width: 100%;
  height: auto;
  padding: 10px 0;
  color: white;
  font-size: .8em;
  font-weight: 300;
  display: inline-block;
}
.global-footer .inner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .global-footer .inner {
    margin-top: 10px;
  }
}
.global-footer .inner a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  margin: 0 5px;
  display: inline-block;
}
.global-footer .text {
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .global-footer .text {
    padding: 5px;
    line-height: 1.5;
  }
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media screen and (max-width: 768px) {
  .global-footer .text {
    padding: 5px;
    line-height: 1.5;
  }
}
body {
  font-family: "Lato", sans-serif;
}

a {
  color: #004482;
  cursor: pointer;
}

.row {
  margin: 0 !important;
}

input {
  line-height: normal;
}

optgroup {
  padding: 10px;
}

.table-full {
  width: 100% !important;
}

ul.numbers {
  color: #4D4D4D;
  padding-left: 20px;
  font-family: "Lato", sans-serif;
}
ul.numbers li {
  list-style: decimal;
}

.roman-list {
  list-style-type: upper-roman;
  margin-top: 40px;
}
.roman-list li {
  border-bottom: none !important;
}
.roman-list li:before {
  content: '';
  display: none;
  color: #1B80C1;
  padding-left: 30px;
}

.icetex-mecanismos-control .numbers li {
  border-bottom: 1px solid #868589;
}

.box-fixed__social {
  position: fixed;
  right: 0;
  top: 180px;
  background-color: #FFFFFF;
  z-index: 9999;
  padding: 6px 4px;
}
.box-fixed__social ul li {
  padding: 2px 5px;
  border-bottom: 1px solid #003F7A;
}
.box-fixed__social ul li:last-child {
  border: 0;
}
.box-fixed__social ul a {
  text-indent: -99999px;
  font-size: 0;
}
.box-fixed__social ul a:hover {
  opacity: .8;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.uppercase {
  text-transform: uppercase;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.border-none {
  border: none !important;
}

.nopadding {
  padding: 0;
}

input, textarea, select {
  border: 1px solid #ABABAB;
}

.no-margin-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.btn {
  background-color: #25427B;
  border: none;
  color: white;
  border: 3px solid white;
  box-sizing: border-box;
  float: right;
  padding: 10px 30px;
  text-decoration: none;
}
.btn:hover {
  background-color: #2d5096;
}

.tab.active.fondos-fase .item .btn.f-left {
  width: 25%;
  text-align: center;
  text-decoration: none;
  height: 59px;
}
@media screen and (max-width: 768px) {
  .tab.active.fondos-fase .item .btn.f-left {
    width: 100%;
  }
}

.txt-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.show {
  display: block !important;
}

.f-left {
  float: left !important;
}

@media screen and (max-width: 991px) {
  .box-camila {
    display: none;
  }
}
.box-camila #WidGet {
  bottom: -4px;
}

input.btn {
  width: 60% !important;
}
@media screen and (max-width: 468px) {
  input.btn {
    width: 100% !important;
  }
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  color: #999;
  border-radius: 0;
  border-color: #CCCCCC;
  font-weight: 200;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  background-color: white;
  color: #999;
  height: 38px;
  padding: .375rem 2.8125rem .375rem .9375rem;
  line-height: 1;
}

.log-virtual.foreigner {
  border-color: #EE9F38;
}

.log-programs.foreigner {
  border-color: #E91C24;
}

.log-virtual.universities {
  border-color: #EE9F38;
}

.universities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .universities {
    display: inline-block;
  }
}
.universities .icon-universities {
  float: left;
  text-align: center;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .universities .icon-universities {
    width: 100%;
    display: block;
  }
  .universities .icon-universities img {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .universities .icon-universities {
    margin-top: 10px;
  }
}
.universities .text {
  float: left;
  width: 60%;
}
@media screen and (max-width: 991px) {
  .universities .text {
    width: 100%;
    float: none;
  }
  .universities .text h3 {
    font-size: 1.9em !important;
  }
  .universities .text p {
    font-size: 0.9em !important;
  }
}
.universities .text h3 {
  font-size: 2.1em;
  font-weight: 700;
  margin-top: 30px;
}
.universities .text p {
  font-size: 1.1em;
  margin-top: 20px;
  line-height: 120%;
}

.log-programs.universities {
  border-color: #29A7DE;
}

.log-virtual.inversion {
  border-color: #EE9F38;
}

.log-programs.inversion {
  border-color: #88C23F;
}

.inversion {
  text-align: right;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inversion h3 {
  font-size: 1.9em;
}
.inversion p {
  font-size: 2.9em;
  font-weight: 700;
  margin-top: 5px;
}
.inversion .play {
  width: 100%;
  display: inline-block;
  color: white;
  position: relative;
  margin-top: 5px;
  right: 25px;
}
.inversion .play:after {
  content: '';
  background-image: url(../images/misc/icon-play.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  float: left;
  position: absolute;
  top: -5px;
}

.hiring {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  padding: 60px;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .hiring {
    padding: 30px 7%;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .hiring {
    display: inline-block;
  }
}
.hiring h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 3em;
}
@media screen and (max-width: 1024px) {
  .hiring h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 991px) {
  .hiring h3 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .hiring h3 {
    font-size: 1.2em;
  }
}
.hiring .vertical-center {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.hiring p {
  font-size: 1.25em;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .hiring p {
    font-size: 0.9em;
  }
}
.hiring p a {
  color: white;
}
.hiring.two h3 {
  font-size: 3em;
  /*@media screen and (max-width: $break-medium) {
  	font-size: 2.5em;
  }*/
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hiring.two h3 {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 768px) {
  .hiring.two h3 {
    font-size: 1.2em;
  }
}
.hiring.two a {
  margin: 5px;
  text-decoration: underline;
  color: white;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .hiring.two a {
    font-size: 0.9em;
  }
}
.hiring.log-virtual {
  border-color: #424040;
}
.hiring.log-programs {
  border-color: #8F278B;
}

.box-message__all {
  position: relative;
}

.home-default {
  position: relative;
}
.home-default .box-message__content {
  width: 100%;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .home-default .box-message__content {
    position: relative;
    margin: 0 auto;
    height: auto;
  }
}
.home-default .box-message__content.warning {
  background-color: #4C7FBC;
  border-top: 10px solid #CCA043;
  border-bottom: 3px solid #59595B;
}
.home-default .box-message__content.error {
  background-color: #FC5D5D;
  border-top: 5px solid #E16A6A;
  border-bottom: 3px solid #E16A6A;
}
.home-default .box-message__content .message-img {
  width: 85px;
  display: inline-block;
}
.home-default .box-message__content .message-img img {
  width: 100%;
}
.home-default .box-message__content .message-info {
  margin-top: 20px;
  color: white;
  font-size: 1.4em;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .home-default .box-message__content .message-info {
    margin-top: 10px;
    font-size: 1em;
  }
}
.home-default .box-message__content .message-info a {
  color: #FFFFFF;
}
.home-default .box-message__content .close {
  margin-top: 10px;
  color: white;
  font-size: 2em;
  cursor: pointer;
}

.display-image {
  position: relative;
  overflow: hidden;
}
.display-image img {
  width: 100%;
  float: left;
}

.box-header__icon {
  height: 90px;
  position: relative;
  top: 0;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box-header__icon {
    height: 100%;
    width: 100%;
  }
}
.box-header__icon img {
  float: left;
  height: 100%;
  width: auto;
}
.box-header__icon span {
  vertical-align: top;
  line-height: 90px;
  font-size: 2.6em;
  color: white;
  font-weight: 100;
  margin-left: 20px;
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box-header__icon span {
    font-size: 1.87em;
  }
}
.box-header__icon span.large {
  font-size: 2.3em;
  line-height: 42px;
  vertical-align: top;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .box-header__icon span {
    margin-left: 2%;
    width: 80%;
    position: relative;
    height: 100%;
    line-height: normal;
    font-size: 0.9em;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.box-container_cabezote {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .box-container_cabezote {
    height: 100%;
    margin-bottom: 0;
  }
}
.box-container_cabezote .container {
  height: 100%;
}

.box-header__image .display-image {
  overflow: hidden;
}
.box-header__image .display-image img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 991px) {
  .box-header__image .display-image img {
    height: 160px;
    width: auto;
  }
}

.breadcrumbs {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.breadcrumbs li {
  font-size: 1em !important;
  line-height: 100%;
  margin-left: 12px;
  list-style: none;
  font-family: "Lato", sans-serif;
  font-size: 1.15em !important;
  color: #4E4E4E;
}
@media screen and (max-width: 768px) {
  .breadcrumbs li {
    width: 100%;
    margin-left: 0;
  }
}
.breadcrumbs li:first-child {
  margin: 0;
}
.breadcrumbs li a {
  text-transform: capitalize;
  color: #2d5096 !important;
}
.breadcrumbs li a:hover {
  background-color: white !important;
  opacity: .8;
  background-image: none;
}

.breadcrumbs .rsmLink {
  color: #2d5096 !important;
}

.box-form__big .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.box-loader {
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.ball {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  border: 5px solid rgba(0, 183, 229, 0.9);
  opacity: .9;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-radius: 50px;
  box-shadow: 0 0 2px #2187e7;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
.box-form .sfContentBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .request-email .all-form {
    display: block;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .col-xs-4 {
    width: 50%;
  }
}

.box-advices {
  margin-top: 10px;
  padding-right: 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .box-advices {
    width: 100%;
  }
}
@media screen and (max-width: 468px) {
  .box-advices {
    width: 100%;
    padding: 0;
  }
}

.box-item__adivices {
  background-color: #ECEEF0;
  margin-bottom: 10px;
  padding: 20px;
  border-top: 10px solid #E69D3A;
}
.box-item__adivices.two {
  border-top-color: #1E78B5;
  margin: 0;
}
.box-item__adivices .text {
  text-align: center;
}
.box-item__adivices .icon-advice {
  width: 100%;
  text-align: center;
}
.box-item__adivices .icon-advice img {
  width: 30%;
}

@media (max-width: 768px) {
  .table-responsive {
    width: auto;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive .table {
    margin-bottom: 0;
  }
}

.table .left {
  text-align: left;
}
.table .left p {
  margin: 20px 0;
}
.table .gray {
  background-color: rgba(31, 121, 178, 0.1);
}
.table .white {
  background-color: white;
}

.list-bullet {
  padding-left: 40px;
  margin: 20px 0;
}

.box-video iframe {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .box-video iframe {
    height: 300px;
  }
}
@media screen and (max-width: 468px) {
  .box-video iframe {
    height: 200px;
    margin-top: 20px;
  }
}

.box-pagination {
  text-align: right;
  width: 100%;
}
.box-pagination .content.paginador {
  width: auto;
  background: none;
  height: auto;
  border: none 0;
}
.box-pagination .content.paginador a {
  background-color: rgba(178, 178, 178, 0.1);
  border: 1px solid #b2b2b2;
  color: #004485;
  height: 30px;
  line-height: 25px;
  margin: 0 5px;
  width: 30px;
  float: left;
}
.box-pagination .prev, .box-pagination .next {
  background-image: url(../images/misc/pagination.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  text-align: center;
  font-size: .9em;
  cursor: pointer;
  position: relative;
  top: 10px;
  margin-top: 8px;
}
.box-pagination .prev a, .box-pagination .next a {
  text-decoration: none;
  top: 5px;
  position: relative;
  font-weight: 100;
}
.box-pagination .prev:hover, .box-pagination .next:hover {
  opacity: .8;
}
.box-pagination .prev span, .box-pagination .next span {
  position: relative;
  top: 5px;
  color: #004485;
  font-weight: 100;
}
.box-pagination .prev span {
  left: 4px;
}
.box-pagination .next {
  background-position: 0 -26px;
}
.box-pagination .next span {
  right: 2px;
}
.box-pagination .content {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border: 1px solid #B2B2B2;
  text-align: center;
  background-color: rgba(178, 178, 178, 0.1);
  color: #004485;
}
.box-pagination .content a {
  text-decoration: none;
}
.box-pagination .content a:hover {
  background-color: #004485;
  color: white;
}

.internas {
  color: #4D4D4D;
  padding: 0 10px;
}
.internas p {
  line-height: 1.6;
}
.internas .numbers {
  margin-top: 30px;
  counter-reset: item;
}
.internas .numbers li {
  line-height: 20px;
  margin-left: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 468px) {
  .internas .numbers li {
    margin-left: 17px;
  }
}
.internas .numbers li:before {
  color: #4877A9;
  margin-right: 5px;
  font-weight: 900;
}
.internas .subtitle {
  margin: 5px 0;
  margin-top: 30px;
  font-size: 1.1em;
  color: #1b80ba;
  font-weight: 100;
}

/* error */
.cont_error {
  width: 100%;
  max-width: 825px;
  margin: 20px auto;
  height: 400px;
  background-color: #E8E9EB;
  border-top: 6px solid #3AA2C6;
}
.cont_error .image {
  width: 35%;
  height: 100%;
  float: left;
  text-align: center;
}
.cont_error .image img {
  width: 80%;
  height: auto;
  max-width: 180px;
  margin: 100px auto 0 auto;
}
.cont_error .text {
  float: left;
  width: 60%;
}
.cont_error .text h2 {
  float: left;
  width: 100%;
  font-size: 2.1em;
  font-weight: bold;
  color: #1B304B;
  margin-top: 100px;
}
.cont_error .text p {
  float: left;
  width: 100%;
  font-size: 1.2em;
  color: #4D4D4D;
  font-weight: normal;
}
.cont_error .text a.btn {
  float: left;
  text-decoration: none;
  margin-top: 40px;
}

img.full_size {
  float: left;
  width: 100%;
}

/* estilos genericos */
.title {
  font-size: 1.25em;
  color: #2d5096;
  font-weight: 900;
}

.subtitle {
  font-size: 1em;
  color: #4A78B2;
  font-weight: normal;
}

.text {
  font-size: 0.85em;
  font-weight: normal;
}

/* tarjeta */
.cont_carta {
  width: 100%;
  float: left;
  max-width: 500px;
  position: relative;
}

.bg_carta {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  z-index: 1;
}

.logo {
  width: 80%;
  position: absolute;
  z-index: 2;
  top: 0;
  margin-top: 16px;
  margin-left: 10%;
}

.logo img {
  width: 100%;
  float: left;
  height: auto;
}

.text_1 {
  width: 100%;
  height: 18%;
  background-color: #000000;
  color: #FFFFFF;
  top: 57%;
  left: 0;
  position: absolute;
  z-index: 3;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: 33px center;
}

.text_1 h1 {
  font-size: 24px;
  font-weight: 100;
  float: left;
  margin-top: 5px;
  margin-left: 90px;
}

.text_1 h2 {
  font-size: 11px;
  font-weight: 100;
  float: left;
  margin-left: 90px;
}

.text_2 {
  position: absolute;
  widows: 100%;
  bottom: 0;
  right: 0;
  color: #FFFFFF;
  z-index: 3;
}

.text_2 p {
  font-size: 10px;
  float: right;
  color: #FFFFFF;
  margin-bottom: 16px;
  margin-right: 16px;
  text-align: right;
}

/* encuesta satisfaccion */
.escuesta_s {
  margin-top: 40px;
}
@media screen and (max-width: 468px) {
  .escuesta_s .right {
    width: 100%;
  }
}
.escuesta_s .right iframe {
  width: 100%;
}
@media screen and (max-width: 468px) {
  .escuesta_s .left {
    width: 100%;
  }
}
.escuesta_s .left ul {
  float: left;
  width: 100%;
  padding: 0 0 0 25px;
  margin: 20px 0;
}
.escuesta_s .left ul li {
  width: 100%;
  float: left;
  font-size: 0.85em;
  margin-bottom: 5px;
}

/* mapa del sitio*/
.mapa_sitiolist {
  width: 100%;
  float: left;
}
.mapa_sitiolist li {
  float: left;
  padding: 5px 0 0 50px;
  width: 100%;
  background-image: url(../images/misc/bullet-blue_ms.png);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 22px 10px;
}
.mapa_sitiolist li a {
  float: left;
  width: auto;
  text-decoration: none;
  padding-bottom: 8px;
}
.mapa_sitiolist li ul {
  float: left;
  width: 100%;
}
.mapa_sitiolist li ul li {
  padding: 5px 0 0 50px;
}

/* banner interna*/
#royalSlider {
  width: 100%;
  float: left;
}

.banner_cont {
  width: 100%;
  float: left;
}
.banner_cont .rsArrow {
  position: absolute;
  top: 0;
  z-index: 999;
  height: 100%;
  width: 100px;
}
.banner_cont .rsArrow.rsArrowLeft {
  left: 0;
}
.banner_cont .rsArrow.rsArrowLeft .rsArrowIcn {
  background-image: url(../images/misc/flechas.png);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.banner_cont .rsArrow.rsArrowRight {
  right: 0;
}
.banner_cont .rsArrow.rsArrowRight .rsArrowIcn {
  background-image: url(../images/misc/flechas.png);
  background-position: 60px top;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.banner_cont .cont_banner {
  width: 100%;
  position: relative;
  float: left;
}
.banner_cont .cont_banner img {
  width: 100%;
  position: relative;
  z-index: 1;
  float: left;
}
.banner_cont .cont_banner .text_cont {
  position: absolute;
  padding: 5px 15px;
  bottom: 0;
  background-color: #004482;
  width: 100%;
  z-index: 3;
}
.banner_cont .cont_banner .text_cont p {
  font-size: 0.7em;
  color: #FFFFFF;
}

/* banner video */
#videogaleri {
  width: 100%;
}
#videogaleri .rsThumbs {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
}
#videogaleri .rsThumbs .rsThumbsArrow {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 50px;
  height: 100%;
  background-color: #FFFFFF;
}
#videogaleri .rsThumbs .rsThumbsArrow.rsThumbsArrowLeft {
  left: 0;
}
#videogaleri .rsThumbs .rsThumbsArrow.rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-image: url("../images/misc/arrow-video-gallery.png");
  background-position: 3px 0;
  width: 27px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -27px 0 0 -13px;
}
#videogaleri .rsThumbs .rsThumbsArrow.rsThumbsArrowRight {
  right: 0;
}
#videogaleri .rsThumbs .rsThumbsArrow.rsThumbsArrowRight .rsThumbsArrowIcn {
  background-image: url("../images/misc/arrow-video-gallery.png");
  background-position: -28px 0;
  width: 27px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -27px 0 0 -13px;
}
#videogaleri .rsBtnCenterer {
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
#videogaleri .rsBtnCenterer .rsPlayBtn {
  position: absolute;
  width: 100%;
  height: 100%;
}
#videogaleri .text_descripcion {
  float: left;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
#videogaleri .rsThumb {
  float: left;
  height: auto;
  overflow: hidden;
  width: 286px;
}
#videogaleri .rsThumb img {
  width: 100%;
  height: 150px;
  float: left;
}
#videogaleri .rsThumb p.text {
  float: left;
  width: 100%;
  text-align: center;
  margin: 5px 0 10px;
}
#videogaleri .rsThumbsContainer {
  position: relative;
  z-index: 1;
}

.box-gallery-video .RadMediaPlayer.RadMediaPlayer_Default {
  min-height: 505px;
}

.drop-lang .goog-te-gadget {
  float: left;
}

.special2 {
   list-style: inherit; 
}

@media screen and (max-width: 768px) {
  header.main-header .content.container .col-xs-9 {
    width: 100%;
  }
}


.map{
    width: 380px;
    height: 350px;
}

.sf_PagerCurrent{
    color: white !important;
    background: #004485 !important
}


.sf_PagerCurrent a{
    color: white !important;
}