@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Glegoo:400,700);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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 */
  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.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
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; }

/**
 * 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.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
 * 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.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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.
 */
/**
 * 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.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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.
 */
/**
 * 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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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; }

body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  color: #8C8C8C;
  font-weight: 400;
  margin: 0;
  padding: 0; }

a {
  color: #004f9f;
  text-decoration: none; }
  a:hover {
    color: #004f9f; }

p, blockquote, li {
  font-size: 1em;
  line-height: 1.5; }

p {
  margin: 0 0 1em 0; }
  p:last-child, p:only-child {
    margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Glegoo", Cambria, Georgia, serif; }

h1, h2, h3 {
  font-weight: normal; }

h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-size: 2em;
  line-height: 1.2; }

h2 {
  font-size: 1.9em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.6em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.8em; }

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

/*
	ESTILOS PARA APLICAR AL CONTENIDO
*/
.centro, .centrar {
  display: block;
  clear: both;
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important; }

.left, .izquierda {
  float: left; }

.right, .derecha {
  float: right; }

.total {
  width: 100%;
  clear: both; }

.centrar-texto,
.centrar-contenido,
.centro-contenido {
  text-align: center !important; }

.izquierda-texto,
.izquierda-contenido {
  text-align: left; }

.derecha-texto,
.derecha-contenido {
  text-align: right; }

.circulo {
  border-radius: 50%; }

.limpiar:before, .limpiar:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

/*ESTRUCTURA DE MAQUETACIÓN*/
.fila {
  position: relative;
  max-width: 1025px;
  margin: 0 auto;
  width: 100%; }
  .fila:before, .fila:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }

.columna {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 4%;
  width: 100%; }

.total .columna {
  width: 100%; }

/*MEDIA QUERIS*/
@media (min-width: 480px) {
  .col-4 .columna {
    width: 48%; }
  .col-4 .columna:last-child,
  .col-4 .columna:nth-child(2n) {
    margin-right: 0; }
  .col-6 .columna {
    width: 48%; }
  .col-6 .columna:last-child,
  .col-6 .columna:nth-child(2n) {
    margin-right: 0; }
  .col-doce .columna {
    width: 30.66667%; }
  .col-doce .columna:last-child,
  .col-doce .columna:nth-child(3n) {
    margin-right: 0; } }

@media (min-width: 768px) {
  .col-2 .columna {
    width: 48%; }
  .col-2 .columna:last-child,
  .col-2 .columna:nth-child(2n) {
    margin-right: 0; }
  .col-3 .columna {
    width: 30.66667%; }
  .col-3 .columna:last-child,
  .col-3 .columna:nth-child(3n) {
    margin-right: 0; }
  .col-5 .columna {
    width: 30.66667%; }
  .col-5 .columna:nth-child(3n) {
    margin-right: 4%; }
  .col-5 .columna:last-child,
  .col-5 .columna:nth-child(3n) {
    margin-right: 0; }
  .col-6 .columna {
    width: 13.33333%; }
  .col-6 .columna:nth-child(2n) {
    margin-right: 4%; }
  .col-6 .columna:last-child,
  .col-6 .columna:nth-child(6n) {
    margin-right: 0; }
  .sidebar {
    width: 30.66667%; }
  .contenido {
    width: 65.33333%; }
  .sidebar-derecha .sidebar {
    margin-right: 0; }
  .sidebar-izquierda .contenido {
    margin-right: 0; }
  .col-doce .columna {
    width: 22%; }
  .col-doce .columna:nth-child(3n) {
    margin-right: 4%; }
  .col-doce .columna:last-child,
  .col-doce .columna:nth-child(4n) {
    margin-right: 0; } }

@media (min-width: 1025px) {
  .col-2 .columna {
    width: 48%; }
  .col-2 .columna:last-child,
  .col-2 .columna:nth-child(2n) {
    margin-right: 0; }
  .col-4 .columna {
    width: 22%; }
  .col-4 .columna:nth-child(2n) {
    margin-right: 4%; }
  .col-4 .columna:last-child,
  .col-4 .columna:nth-child(4n) {
    margin-right: 0; }
  .col-5 .columna {
    width: 16.8%; }
  .col-5 .columna:last-child,
  .col-5 .columna:nth-child(5n) {
    margin-right: 0; }
  .col-7 .columna {
    width: 10.85714%; }
  .col-7 .columna:last-child,
  .col-7 .columna:nth-child(7n) {
    margin-right: 0; }
  .col-8 .columna {
    width: 9%; }
  .col-8 .columna:last-child,
  .col-8 .columna:nth-child(8n) {
    margin-right: 0; }
  .col-9 .columna {
    width: 7.55556%; }
  .col-9 .columna:last-child,
  .col-9 .columna:nth-child(9n) {
    margin-right: 0; }
  .col-10 .columna {
    width: 6.4%; }
  .col-10 .columna:last-child,
  .col-10 .columna:nth-child(10n) {
    margin-right: 0; }
  .col-11 .columna {
    width: 5.45455%; }
  .col-11 .columna:last-child,
  .col-11 .columna:nth-child(11n) {
    margin-right: 0; }
  .col-doce .columna {
    width: 4.66667%; }
  .col-doce .columna:nth-child(4n) {
    margin-right: 4%; }
  .col-doce .columna:last-child,
  .col-doce .columna:nth-child(12n) {
    margin-right: 0; } }

@media (min-width: 768px) {
  .tm-2 {
    width: 2%; }
  .tm-4 {
    width: 4%; }
  .tm-6 {
    width: 6%; }
  .tm-8 {
    width: 8%; }
  .tm-10 {
    width: 10%; }
  .tm-12 {
    width: 12%; }
  .tm-14 {
    width: 14%; }
  .tm-16 {
    width: 16%; }
  .tm-18 {
    width: 18%; }
  .tm-20 {
    width: 20%; }
  .tm-22 {
    width: 22%; }
  .tm-24 {
    width: 24%; }
  .tm-26 {
    width: 26%; }
  .tm-28 {
    width: 28%; }
  .tm-30 {
    width: 30%; }
  .tm-32 {
    width: 32%; }
  .tm-34 {
    width: 34%; }
  .tm-36 {
    width: 36%; }
  .tm-38 {
    width: 38%; }
  .tm-40 {
    width: 40%; }
  .tm-42 {
    width: 42%; }
  .tm-44 {
    width: 44%; }
  .tm-46 {
    width: 46%; }
  .tm-48 {
    width: 48%; }
  .tm-50 {
    width: 50%; }
  .tm-52 {
    width: 52%; }
  .tm-54 {
    width: 54%; }
  .tm-56 {
    width: 56%; }
  .tm-58 {
    width: 58%; }
  .tm-60 {
    width: 60%; }
  .tm-62 {
    width: 62%; }
  .tm-64 {
    width: 64%; }
  .tm-66 {
    width: 66%; }
  .tm-68 {
    width: 68%; }
  .tm-70 {
    width: 70%; }
  .tm-72 {
    width: 72%; }
  .tm-74 {
    width: 74%; }
  .tm-76 {
    width: 76%; }
  .tm-78 {
    width: 78%; }
  .tm-80 {
    width: 80%; }
  .tm-82 {
    width: 82%; }
  .tm-84 {
    width: 84%; }
  .tm-86 {
    width: 86%; }
  .tm-88 {
    width: 88%; }
  .tm-90 {
    width: 90%; }
  .tm-92 {
    width: 92%; }
  .tm-94 {
    width: 94%; }
  .tm-96 {
    width: 96%; }
  .tm-98 {
    width: 98%; }
  .tm-100 {
    width: 100%; } }

@media (max-width: 768px) {
  .tm-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-4 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-6 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-8 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-10 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-12 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-14 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-16 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-18 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-20 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-22 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-24 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-26 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-28 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-30 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-32 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-34 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-36 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-38 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-40 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-42 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-44 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-46 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-48 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-50 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-52 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-54 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-56 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-58 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-60 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-62 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-64 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-66 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-68 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-70 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-72 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-74 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-76 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-78 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-80 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-82 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-84 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-86 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-88 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-90 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-92 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-94 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-96 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-98 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; }
  .tm-100 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block; } }

.izquierda.esp, .left.esp {
  margin-right: 2%;
  margin-bottom: 2%; }

.derecha.esp, .right.esp {
  margin-left: 2%;
  margin-bottom: 2%; }

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

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.espacio:before {
  margin-right: .3em; }

.icon-cara-chido:before {
  content: "\e901"; }

.icon-linkedin-s:before {
  content: "\f08c"; }

.icon-phone-s:before {
  content: "\f098"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-users2:before {
  content: "\f0c0"; }

.icon-google-plus-s:before {
  content: "\f0d4"; }

.icon-mail-3:before {
  content: "\f0e0"; }

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

.icon-whatsapp:before {
  content: "\f232"; }

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

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

.icon-lapiz1:before {
  content: "\e60b"; }

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

.icon-book:before {
  content: "\e60a"; }

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

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

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

.icon-hojas:before {
  content: "\e60d"; }

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

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

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

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

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

.icon-monitor:before {
  content: "\e60f"; }

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

.icon-descarga:before {
  content: "\e613"; }

.icon-charla:before {
  content: "\e614"; }

.icon-users:before {
  content: "\e60c"; }

.icon-maletin:before {
  content: "\e615"; }

.icon-mundo:before {
  content: "\e61b"; }

.icon-adjunto:before {
  content: "\e617"; }

.icon-marcas:before {
  content: "\e610"; }

.icon-heart:before {
  content: "\e611"; }

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

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

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

.icon-circle-up:before {
  content: "\e616"; }

.icon-circle-right:before {
  content: "\e618"; }

.icon-circle-down:before {
  content: "\e619"; }

.icon-circle-left:before {
  content: "\e61a"; }

.icon-google-plus:before {
  content: "\e61f"; }

.icon-google-plus1:before {
  content: "\e620"; }

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

.icon-facebook1:before {
  content: "\e622"; }

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

.icon-twitter2:before {
  content: "\e624"; }

.icon-twitter3:before {
  content: "\e625"; }

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

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

.icon-windows8:before {
  content: "\e627"; }

.icon-skype:before {
  content: "\e628"; }

.icon-linkedin:before {
  content: "\e629"; }

.icon-linkedin2:before {
  content: "\e62a"; }

.icon-file-pdf:before {
  content: "\e62b"; }

.icon-file-word:before {
  content: "\e62c"; }

form, .gform-all {
  font-family: "Raleway", sans-serif !important; }
  form label, .gform-all label {
    font-weight: 400;
    color: #E8BF00; }
  form input[type="text"], form textarea, .gform-all input[type="text"], .gform-all textarea {
    border: solid 1px #fff !important;
    border-bottom: solid 3px #0075ec !important;
    color: #BABABA !important;
    line-height: 2.5em;
    padding: 0 .5em;
    font-size: 0.9em; }
    form input[type="text"]:hover, form textarea:hover, .gform-all input[type="text"]:hover, .gform-all textarea:hover {
      background-color: white; }
    form input[type="text"]:focus, form textarea:focus, .gform-all input[type="text"]:focus, .gform-all textarea:focus {
      color: #004f9f !important; }
  form .btn-input[type="submit"], .gform-all .btn-input[type="submit"] {
    padding: 0 3em !important;
    color: #fff !important;
    border: none !important;
    background: #E8BF00 !important;
    border-bottom: solid 0.3rem #00366c !important; }
    form .btn-input[type="submit"]:hover, .gform-all .btn-input[type="submit"]:hover {
      background-color: #004f9f !important;
      border-bottom-color: #b59500 !important; }

.gform-label-left {
  text-align: right; }

a[href="http://www.chronoengine.com"] strong, p.chrono_credits {
  display: none; }

.form-p label {
  display: inline-block;
  margin-bottom: .5em; }

.form-p input[type="text"], .form-p textarea {
  width: 100%; }

.form-p .item-form, .form-p .gcore-form-row {
  margin-bottom: 1.5em; }

.item-form-radio label, .gcore-radio-item label {
  margin-right: 1.5em; }

.item-form-radio label.radiob, .item-form-radio label.gcore-label, .gcore-radio-item label.radiob, .gcore-radio-item label.gcore-label {
  color: #393939; }

.gcore-radio-item {
  display: inline-block; }

.video-r {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative; }
  .video-r > iframe,
  .video-r > object,
  .video-r > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn-leermas, form .btn-input[type="submit"], .gform-all .btn-input[type="submit"], .btn-leermas-azul, .bt-btn-leermas, .readmore a.btn {
  display: inline-block;
  line-height: 2.5;
  background: #004f9f;
  padding: 0 1.7em;
  color: #fff;
  border-bottom: solid 0.3rem #00366c;
  text-align: center; }
  .btn-leermas:hover, form .btn-input[type="submit"]:hover, .gform-all .btn-input[type="submit"]:hover, .btn-leermas-azul:hover, .bt-btn-leermas:hover, .readmore a.btn:hover {
    color: #fff;
    background-color: #E8BF00;
    border-bottom-color: #b59500; }

.btn-leermas-azul {
  background: #E8BF00;
  border-bottom: solid 0.3rem #b59500; }
  .btn-leermas-azul:hover {
    background-color: #BABABA;
    border-bottom-color: #a1a1a1; }

.bt-btn-leermas {
  background: #BABABA; }
  .bt-btn-leermas:hover {
    background-color: #004f9f; }

.readmore a.btn {
  background: #E8BF00; }
  .readmore a.btn:hover {
    background-color: #004f9f; }

#header {
  background-color: #BABABA;
  background-image: url(../img/img-mapa-mundo.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  border-top: solid 7px #E8BF00; }
  @media (max-width: 768px) {
    #header {
      text-align: center; } }

#logo-entidad {
  position: relative;
  height: 180px; }
  @media (max-width: 768px) {
    #logo-entidad {
      position: relative;
      left: 0;
      height: auto; } }

.area-logo {
  position: absolute;
  left: 10px;
  top: 58px;
  z-index: 100; }
  @media (max-width: 768px) {
    .area-logo {
      text-align: center;
      position: relative;
      top: .5em; } }

.area-redes {
  float: right;
  text-align: center;
  margin-top: 10px; }
  @media (max-width: 768px) {
    .area-redes {
      margin-top: 1em;
      float: none;
      display: inline-block; } }

.redes-sociales {
  margin: 0;
  padding: 0;
  list-style: none; }
  .redes-sociales li {
    display: inline-block;
    margin-left: .5em; }
    .redes-sociales li a {
      font-size: 1.9em; }
      .redes-sociales li a:hover {
        color: #393939; }
    .redes-sociales li a.icon-youtube-s:before, .redes-sociales li a.icon-google-plus-s:before, .redes-sociales li a.icon-whatsapp:before {
      font-size: 1.15em;
      position: relative;
      top: 2px; }
    .redes-sociales li:last-child {
      display: none; }
    @media (max-width: 768px) {
      .redes-sociales li:last-child {
        display: inline-block; } }

#navegacion {
  position: relative;
  background-color: #393939; }
  @media (max-width: 768px) {
    #navegacion {
      position: relative; } }

.menuP, .menuP ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.menuP {
  margin: 0 auto;
  font-family: "Glegoo", Cambria, Georgia, serif;
  font-size: 1.1em;
  position: relative;
  left: 85px;
  z-index: 101; }
  @media (max-width: 768px) {
    .menuP {
      left: 0; } }
  .menuP li {
    position: relative; }
  .menuP a, .menuP .nav-header {
    text-decoration: none;
    color: #fff; }

.menuP {
  display: table; }
  @media (max-width: 768px) {
    .menuP {
      display: block;
      background-color: #004f9f !important; } }
  .menuP > li {
    background-color: #393939;
    text-align: center;
    float: left;
    line-height: 3.5em;
    border-bottom: solid 5px #004f9f;
    cursor: pointer; }
    .menuP > li:hover {
      background-color: #E8BF00;
      border-bottom-color: #cfaa00; }
    .menuP > li a, .menuP > li .nav-header {
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      display: block;
      padding: 0em 1.3em 0em 1.3em; }
    @media (max-width: 768px) {
      .menuP > li {
        width: 100%; } }

.menuP li ul {
  text-align: left;
  text-transform: none;
  position: absolute;
  background-color: #393939;
  z-index: 100; }
  .menuP li ul li:hover {
    background-color: #464646; }
  .menuP li ul li a {
    padding: 0 1em; }

.menuP li .parent:after {
  content: "\25BA";
  position: absolute;
  right: .9em;
  top: .1em;
  color: #fff;
  font-size: .1em; }

.menuP > li ul .nav-header {
  padding: 0 1em; }

.menuP li li {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 12em;
  line-height: 3em; }

.menuP li:hover > ul > li {
  max-height: 20em;
  overflow: visible; }

.menuP ul ul {
  left: 100%;
  top: .7em; }
  .menuP ul ul li:hover {
    background-color: #464646; }

.activo, .active {
  background-color: #004f9f !important; }

#banner {
  position: relative;
  background-color: #BABABA;
  display: block; }
  #banner:before, #banner:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }

.banner-sliders {
  overflow: hidden;
  max-height: 350px; }

.slider {
  position: relative;
  display: block; }

.banner-img {
  overflow: hidden; }

.banner-texto {
  padding-bottom: 1em; }
  @media (min-width: 480px) {
    .banner-texto {
      position: relative;
      width: 100%; } }
  @media (min-width: 1025px) {
    .banner-texto {
      position: absolute;
      top: 0;
      right: 3em;
      width: 50%; } }

img.img-slider {
  position: relative;
  max-width: 140% !important; }
  @media (max-width: 480px) {
    img.img-slider {
      right: 5em; } }

.slick-slider {
  margin-bottom: 0 !important; }

.slick-prev,
.slick-next {
  top: 50%; }
  @media (max-width: 480px) {
    .slick-prev,
    .slick-next {
      top: 90%; } }

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  color: #393939; }

.slick-prev {
  left: 25px;
  z-index: 100; }

.slick-next {
  right: 25px;
  z-index: 100; }

#video-noticiero {
  background-color: #393939; }

.contenedor-video h3 {
  margin-top: 10px;
  color: #E8BF00;
  font-size: 1.5em;
  text-align: center; }

.contenedor-tweeter h3 {
  margin-top: 10px;
  color: #E8BF00;
  font-size: 1.1em;
  text-align: center; }

h3, h4 {
  margin-top: 0;
  margin-bottom: .5em; }

#contenido {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  #contenido h3 {
    font-size: 1.5em;
    color: #004f9f; }
  #contenido p, #contenido li {
    text-align: justify;
    color: #393939; }

.contenido-general h2 {
  color: #004f9f; }

@media (max-width: 768px) {
  .m-tablet {
    width: 90%; } }

.contacto-empresa {
  text-align: center; }

.datos-contacto-empresa {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.1em; }
  .datos-contacto-empresa li {
    text-align: center !important; }

.tel-contacto-empresa {
  font-size: 1.6em !important; }

.titulo-publicidad, .titulo-comercial {
  font-size: 1.5em;
  background-color: #E8BF00;
  color: #393939;
  text-align: center;
  font-weight: 700; }

.item-page h2 {
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: .5em;
  color: #E8BF00;
  font-size: 4em; }

.item-page_preguntas-frecuentes h2 {
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: .5em;
  color: #004f9f;
  font-size: 4em; }

div [itemprop="articleBody"] > h3 {
  color: #393939;
  display: inline-block;
  border-bottom: 1px dotted #E8BF00;
  max-width: 90%;
  min-width: 15%;
  position: relative; }

div [itemprop="articleBody"] p {
  text-align: justify; }
  @media (max-width: 768px) {
    div [itemprop="articleBody"] p {
      padding: 0 1em; } }

img.foto, .blog-featured .item-image, .blog_noticias .item-image, .item-page_noticias img[itemprop="image"] {
  border: 0.2em solid #393939;
  position: relative; }

.blog-featured .item-title {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-top: .1em; }

.blog-featured .item-image {
  max-width: 40%;
  max-height: 155px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .blog-featured .item-image {
      max-width: 99%; } }

.items-leading, .items-row {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 1em; }
  .items-leading:hover, .items-row:hover {
    border-top: dotted #393939 1px;
    background-color: #ededed; }

.blog_noticias h2[itemprop="name"] {
  margin-top: 0;
  font-size: 1.6em;
  line-height: 1.2em; }

.blog_noticias .item-image {
  max-width: 40%; }
  @media (max-width: 768px) {
    .blog_noticias .item-image {
      max-width: 99%; } }

.blog_noticias .items-row {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .blog_noticias .items-row:hover {
    background-color: white; }

.item-page_noticias h2[itemprop="name"] {
  font-size: 3em;
  color: #004f9f;
  margin-top: 0;
  line-height: 1.2em;
  font-weight: 700; }

.item-page_noticias .pull-none.item-image {
  margin-bottom: 1.5em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.pull-right.item-image {
  margin: 0 0 18px 20px; }
  @media (max-width: 768px) {
    .pull-right.item-image {
      margin-left: 0; } }

.pull-left.item-image {
  margin: 0 20px 18px 0; }
  @media (max-width: 768px) {
    .pull-left.item-image {
      margin-right: 0; } }

img.pull-center, .pull-none.item-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

p.img_caption {
  background-color: #004f9f;
  color: #fff;
  font-size: 0.9em;
  border: solid #004f9f 0.45em;
  width: 100%; }

p.readmore {
  text-align: center !important; }

.slider-noticias {
  margin-top: 2em; }
  .slider-noticias ul.bt_handles {
    margin-top: .5em !important; }

.slides_container {
  background-color: #fff;
  font-family: "Raleway", sans-serif; }
  .slides_container .bt-inner {
    text-align: center; }
  .slides_container .bt-category {
    display: inline-block;
    font-weight: normal !important;
    color: #fff !important;
    background-color: #8C8C8C;
    line-height: 2em !important;
    padding: 0.2em 1.5em;
    position: relative;
    margin-top: .5em;
    margin-bottom: .5em; }
    .slides_container .bt-category:hover {
      background-color: #E8BF00; }
  .slides_container .bt-title {
    font-family: "Glegoo", Cambria, Georgia, serif;
    font-weight: 400 !important;
    color: #E8BF00 !important;
    font-size: 1.4em; }
  .slides_container .bt-introtext {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify; }
  .slides_container p.readmore {
    text-align: center; }
  .slides_container .bt-inner img {
    border: none;
    border-bottom: 4px solid;
    outline: none;
    border-color: #393939; }

.bt-cs_noticias .bt-category {
  background-color: #004f9f; }

.bt-cs_noticias .bt-inner img {
  border-color: #004f9f; }

.erase {
  display: none; }

#phocagallery > div:last-child {
  display: none !important; }

.banneritem {
  text-align: center;
  margin-bottom: 1.5em; }

#promocion {
  margin-bottom: 2em; }

.titulo-comercial {
  background-color: #004f9f;
  color: #fff; }

h3.titulo-comercial.icon-cara-chido:before {
  color: #E8BF00 !important;
  position: relative;
  font-size: 1.2em; }

#pie {
  color: #393939;
  text-align: center;
  background-color: #E8BF00;
  border-top: solid #393939 9px; }

.logo-rojo {
  margin-top: 1em;
  margin-bottom: 1em; }

.creditos p {
  font-size: 1em;
  color: #393939;
  margin-bottom: 1.5em; }
