/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* :focus {
  outline: none;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* HTML5 tags */
header, section, footer-tco, aside, nav, article, figure {
  display: block;
}

/* Other Styles */
.clear {
  clear: both;
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

@font-face {
  font-family: "umayor";
  src: url("../fonts/umayor.eot?2tgy8k");
  src: url("../fonts/umayor.eot?2tgy8k#iefix") format("embedded-opentype"), url("../fonts/umayor.ttf?2tgy8k") format("truetype"), url("../fonts/umayor.woff?2tgy8k") format("woff"), url("../fonts/umayor.svg?2tgy8k#umayor") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "umayor" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

header {
  font-family: "Open Sans Condensed", sans-serif;
}
header .headerTop {
  background: #4e4e4e;
}
header .headerTop .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1200px;
  overflow: hidden;
  width: 77.5%;
}
@media (max-width: 1297px) {
  header .headerTop .inner {
    width: 100%;
  }
}
header .headerTop .inner .wrapInfo {
  float: left;
}
header .headerTop .inner .wrapInfo a {
  color: #fff;
  display: block;
  float: left;
  line-height: 40px;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
}
header .headerTop .inner .wrapInfo a:nth-of-type(1) {
  background: #777777;
  font-weight: 100;
  padding: 0px 40px;
}
@media (max-width: 760px) {
  header .headerTop .inner .wrapInfo a:nth-of-type(1) {
    padding: 0px 10px;
    font-size: 16px;
  }
}
header .headerTop .inner .wrapInfo a:nth-of-type(1) span {
  color: #feda3f;
  font-weight: bold;
  text-decoration: none;
}
header .headerTop .inner .wrapInfo a:nth-of-type(1):hover {
  background: #feda3f;
  color: #4e4e4e;
}
header .headerTop .inner .wrapInfo a:nth-of-type(1):hover span {
  color: #4e4e4e;
}
header .headerTop .inner .wrapInfo a:nth-of-type(2) {
  padding: 0px 20px;
  font-weight: 100;
  font-size: 18px;
}
@media screen and (max-width: 320px) {
  header .headerTop .inner .wrapInfo a:nth-of-type(2) {
    padding: 0px 10px;
  }
}
header .headerTop .inner .wrapInfo a:nth-of-type(3) {
  height: 30px;
  background: #999a9a;
  color: #4e4e4e;
  text-align: center;
  line-height: 33px;
  margin: 5px 0px;
  width: 30px;
}
header .headerTop .inner .wrapInfo a:nth-of-type(3):hover {
  background: #feda3f;
  color: #000;
}
header .headerTop .inner .wrapservicios {
  float: right;
}
@media (max-width: 480px) {
  header .headerTop .inner .wrapservicios {
    width: 100%;
  }
}
header .headerTop .inner .wrapservicios a {
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
}
@media (max-width: 992px) {
  header .headerTop .inner .wrapservicios a {
    display: inline-block;
    padding: 0px 10px;
  }
}
@media (max-width: 360px) {
  header .headerTop .inner .wrapservicios a {
    display: inline-block;
    padding: 0px 5px;
  }
}
@media (max-width: 320px) {
  header .headerTop .inner .wrapservicios a {
    position: initial;
    text-align: center;
    width: 50%;
  }
}
header .headerTop .inner .wrapservicios a:nth-of-type(1) {
  background: #656464;
}
@media (max-width: 992px) {
  header .headerTop .inner .wrapservicios a:nth-of-type(1) {
    position: initial;
  }
}
@media (max-width: 480px) {
  header .headerTop .inner .wrapservicios a:nth-of-type(1) {
    position: initial;
    background: inherit;
  }
}
@media screen and (max-width: 320px) {
  header .headerTop .inner .wrapservicios a:nth-of-type(1) {
    background: inherit;
  }
}
header .headerTop .inner .wrapservicios a:hover {
  background: #feda3f;
  color: #4e4e4e;
}
header .headerBottom {
  background: #ffffff;
}
header .headerBottom .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1200px;
  overflow: hidden;
  width: 77.5%;
  padding: 30px 0px 0px 0px;
  /* Cierre caja-logo */
  /* Cierre preguntas-f */
}
@media (max-width: 1297px) {
  header .headerBottom .inner {
    padding: 10px 0px 0px 0px;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  header .headerBottom .inner {
    width: 100%;
  }
}
header .headerBottom .inner .caja-logo {
  width: 100%;
  float: left;
}
header .headerBottom .inner .caja-logo h1 {
  position: relative;
  z-index: 200;
  display: block;
  float: left;
  width: 300px;
}
@media (max-width: 1140px) {
  header .headerBottom .inner .caja-logo h1 {
    width: 200px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1300px) {
  header .headerBottom .inner .caja-logo h1 {
    float: left;
    height: auto;
    margin-top: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  header .headerBottom .inner .caja-logo h1 {
    float: left;
    height: auto;
    margin-top: 10px;
    padding: 5px;
  }
}
header .headerBottom .inner .caja-logo h1 a {
  display: block;
}
header .headerBottom .inner .caja-logo h1 a img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 320px) {
  header .headerBottom .inner .caja-logo h1 a img {
    width: 80% !important;
  }
}
header .headerBottom .inner .preguntas-f {
  width: 100%;
  float: left;
}
header .headerBottom .inner .preguntas-f a {
  float: right;
  background-color: #823182;
  padding: 12px 40px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
@media screen and (max-width: 1297px) {
  header .headerBottom .inner .preguntas-f a {
    width: 100%;
    padding: 12px 40px;
    bottom: 0px;
  }
}
header .headerBottom .inner .titulo-pagina {
  font-weight: bold;
  margin-top: 12px;
  margin-left: 45px;
  width: 100%;
  float: left;
  font-size: 33px;
  color: #444;
  border-left: 1px solid #000;
  padding-left: 30px;
}
@media (max-width: 1400px) {
  header .headerBottom .inner .titulo-pagina {
    margin-top: 20px;
    font-size: 33px;
    margin-left: 0;
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  header .headerBottom .inner .titulo-pagina {
    margin-top: 0;
    font-size: 25px;
    margin-left: 15px;
    padding: 20px;
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  header .headerBottom .inner .titulo-pagina {
    border-left: none;
    padding-left: 20px;
  }
  header .headerBottom .inner .titulo-pagina img {
    width: 80%;
  }
}
header .headerBottom .inner .titulo-pagina a {
  color: #444;
}
header .headerBottom .inner .titulo-pagina a:hover {
  color: #777;
}
header .headerBottom .inner .titulo-pagina h2 {
  font-family: "Roboto Condensed", sans-serif;
  padding: 0;
  margin: 0;
}
header .headerBottom .inner .titulo-pagina p {
  font-size: 22px;
}
header .fondo-menu {
  border-bottom: 2px solid #8e8c8c;
  clear: both;
  background: #fff;
  width: 100%;
  min-height: 78px;
}
@media (max-width: 1300px) {
  header .fondo-menu {
    min-height: 0;
    width: 100%;
  }
}
header .fondo-menu .inner {
  margin: 0px auto;
  max-width: 1200px;
  width: 77.5%;
}
@media (max-width: 1300px) {
  header .fondo-menu .inner {
    width: 100%;
  }
}
header #header {
  color: #fff;
  z-index: 100;
  background: inherit;
  width: 100%;
  position: absolute;
  padding: 0px;
  font-family: "Open Sans Condensed", sans-serif;
}
@media (max-width: 1300px) {
  header #header {
    position: relative;
    width: 100%;
  }
}
header #header h2 {
  width: 90%;
  border-bottom: 1px solid #db4453;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-weight: bold;
  text-transform: none;
  color: #db4453;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  header #header h2 {
    border-bottom: 1px solid #777;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 5px;
  }
}
header #header a {
  color: #5e5e5e;
}
header #header a:hover {
  color: #444;
}
header #header:after {
  content: "";
  clear: both;
  display: block;
}
header nav {
  font-size: 21px;
  font-weight: bold;
  width: 72%;
  float: left;
  position: relative;
}
@media (max-width: 1300px) {
  header nav {
    font-size: 18px;
    position: initial;
    width: 100%;
  }
}
header nav > ul {
  float: left;
  position: relative;
}
header nav li {
  list-style: none;
  float: left;
}
header nav .dropdown {
  position: relative;
}
header nav li a {
  float: left;
  margin-top: 15px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #444;
}
@media (max-width: 1391px) {
  header nav li a {
    margin-top: 15px;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 16px;
    margin-bottom: 15px;
  }
}
header nav li a:hover {
  background: #2C3E50;
  color: #fff;
}
header nav li ul {
  display: none;
}
header nav li:hover ul {
  display: inline;
}
header nav li li {
  float: none;
}
header nav .dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #eeeded;
  padding: 10px 0;
  border-bottom: 3px solid #777;
}
header nav .dropdown li {
  white-space: nowrap;
}
header nav .dropdown li a {
  padding: 5px 35px;
  font-size: 15px;
  min-width: 200px;
}
header nav .mega-dropdown {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eeeded;
  overflow: hidden;
  padding: 20px 35px;
  border-bottom: 3px solid #777;
}
header nav li li a {
  float: none;
  color: #333;
  display: block;
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 15px;
}
header nav li:hover a {
  color: #444;
  background: inherit;
}
@media (max-width: 1300px) {
  header nav li:hover a {
    background: inherit;
  }
}
header .mega-col {
  width: 25%;
  float: left;
  min-height: 250px;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  header .mega-col {
    min-height: 0px;
  }
}
header #menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  margin-right: 30px;
  display: none;
}
header #menu-icon span {
  border: 2px solid #444;
  width: 30px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.2s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media only screen and (max-width: 1300px) {
  header nav > ul > li > a {
    padding: 35px 15px;
  }
}
@media only screen and (min-width: 1300px) {
  header nav {
    display: block !important;
  }
}
@media only screen and (max-width: 1300px) {
  header nav {
    display: none;
    width: 100%;
    clear: both;
    float: none;
    max-height: 400px;
    overflow-y: scroll;
  }
  header #menu-icon {
    display: inline;
    top: -100px;
    cursor: pointer;
  }
  header #menu-icon.active .first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
  }
  header #menu-icon.active .second {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -9px;
  }
  header #menu-icon.active .third {
    display: none;
  }
  header .search {
    float: none;
  }
  header .search input {
    width: 100%;
  }
  header nav {
    padding: 7px;
  }
  header nav ul {
    float: none;
  }
  header nav li {
    float: none;
  }
  header nav ul li a {
    float: none;
    padding: 8px;
    display: block;
  }
  header #header nav ul ul {
    display: block;
    position: static;
    background: none;
    border: none;
    padding: 0;
  }
  header #header nav a {
    color: #444;
    padding: 8px;
  }
  header #header nav a:hover {
    background: #fff;
    color: #333;
    border-radius: 3px;
  }
  header #header nav ul li li a:before {
    content: "- ";
  }
  header .mega-col {
    width: 100%;
  }
}

.fondo-pie {
  clear: both;
  background: #3c3c3b;
}
.fondo-pie .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1280px;
  overflow: hidden;
  width: 77.5%;
  padding: 40px 40px 10px 40px;
}
@media (max-width: 1168px) {
  .fondo-pie .inner {
    width: 100%;
  }
}
.fondo-pie .inner .info-umayor {
  float: left;
  width: 28%;
}
@media (max-width: 1168px) {
  .fondo-pie .inner .info-umayor {
    float: initial;
    width: 205px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fondo-pie .inner .info-umayor img {
  width: 201px;
  height: auto;
  margin-bottom: 20px;
}
.fondo-pie .inner .info-umayor .contactanos {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 47px;
}
.fondo-pie .inner .info-umayor .contactanos a {
  display: block;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}
.fondo-pie .inner .info-umayor .contactanos a span {
  float: left;
  font-size: 20px;
  color: #fcd029;
  margin-right: 15px;
  padding-bottom: 20px;
  text-decoration: none;
}
.fondo-pie .inner .info-umayor .contactanos a:hover {
  color: #777777;
}
.fondo-pie .inner .info-umayor .redes-umayor {
  font-size: 16px;
  margin-bottom: 20px;
}
.fondo-pie .inner .info-umayor .redes-umayor a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}
.fondo-pie .inner .info-umayor .redes-umayor a:hover {
  color: #777777;
}
.fondo-pie .inner .info-umayor .redes-umayor .separador {
  line-height: 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
  margin-right: 10px;
  margin-left: 10px;
}
.fondo-pie .inner .info-umayor .cuadro-redes {
  background-color: #c1c2c2;
  height: 39px;
  width: 39px;
  float: left;
  position: relative;
  margin-right: 7px;
}
.fondo-pie .inner .info-umayor .cuadro-redes .social {
  color: #4e4e4e;
  font-size: 27px;
  text-align: center;
  padding-top: 7px;
}
.fondo-pie .inner .info-umayor .cuadro-redes a {
  text-align: center;
  display: block;
  height: 39px;
  width: 39px;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}
.fondo-pie .inner .info-umayor .cuadro-redes a:hover {
  background: #feda3f;
  color: #000;
}
.fondo-pie .inner .info-umayor .politicas-privacidad {
  clear: both;
  margin-top: 32px;
  float: left;
  color: #bdbdbd;
  background-color: #6a6b6e;
  margin-bottom: 20px;
}
.fondo-pie .inner .info-umayor .politicas-privacidad a {
  color: #bdbdbd;
  text-decoration: none;
  display: block;
  padding-top: 4px;
  padding-right: 18px;
  padding-bottom: 3px;
  padding-left: 18px;
  font-size: 11px;
  font-weight: normal;
}
.fondo-pie .inner .info-umayor .politicas-privacidad a:hover {
  color: #444;
}
.fondo-pie .inner .lista-pie {
  width: 72%;
  float: right;
}
@media (max-width: 872px) {
  .fondo-pie .inner .lista-pie {
    float: initial;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
.fondo-pie .inner .lista-pie .principal-pie {
  font-size: 14px;
  color: #feda3f;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: 0px;
}
.fondo-pie .inner .menu-pie {
  font-size: 14px;
  float: left;
  font-weight: normal;
  width: 24%;
  margin-left: 1%;
  min-height: 180px;
  height: auto !important;
  height: 180px;
}
@media (max-width: 1168px) {
  .fondo-pie .inner .menu-pie {
    display: none;
  }
}
.fondo-pie .inner .menu-pie ul {
  margin: 0px;
  padding: 0px;
}
.fondo-pie .inner .menu-pie ul li {
  list-style-type: none;
  margin-bottom: 7px;
}
.fondo-pie .inner .menu-pie ul li a {
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  margin: 0px;
}
.fondo-pie .inner .menu-pie ul li a:hover {
  color: #E0E0E0;
}

.fondo-acreditaciones {
  border-top: 2px solid #feda3f;
  background-color: #3f4042;
  float: left;
  width: 100%;
}
.fondo-acreditaciones .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: hidden;
  width: 80%;
  padding: 40px 40px;
}
@media (max-width: 1200px) {
  .fondo-acreditaciones .inner {
    padding: 30px;
    width: 100%;
  }
}
.fondo-acreditaciones .inner .acreditacion {
  width: 58%;
  float: left;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .acreditacion {
    display: none;
  }
}
.fondo-acreditaciones .inner .acreditacion img {
  width: 100%;
}
.fondo-acreditaciones .inner .acreditacion-m {
  display: none;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .acreditacion-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .fondo-acreditaciones .inner .acreditacion-m img {
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
  }
}
.fondo-acreditaciones .inner .gratuidad {
  float: left;
  width: 17.9%;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .gratuidad {
    display: none;
  }
}
.fondo-acreditaciones .inner .gratuidad img {
  width: 100%;
}
.fondo-acreditaciones .inner .gratuidad-m {
  display: none;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .gratuidad-m {
    display: block;
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
  }
}
.fondo-acreditaciones .inner .gratuidad-m a {
  text-decoration: none;
}
.fondo-acreditaciones .inner .gratuidad-m img {
  width: 100%;
  margin: 0;
  margin-top: -2px;
}
.fondo-acreditaciones .inner .direccion {
  float: right;
  width: 16%;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .direccion {
    width: 100%;
  }
}
.fondo-acreditaciones .inner .direccion a {
  text-decoration: none;
}
.fondo-acreditaciones .inner .direccion a h6 {
  text-align: right;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .direccion a h6 {
    margin-top: 10px;
    text-align: center;
  }
}
.fondo-acreditaciones .inner .direccion a h6 .fa-map-marker {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}

#button {
  display: inline-block;
  background-color: #fece40;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #333;
}

#button:hover {
  cursor: pointer;
  background-color: #fece40;
}

#button:active {
  background-color: #fece40;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.contenido-home {
  color: #000;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .contenido-home {
    position: initial;
  }
}
.contenido-home .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1200px;
  overflow: hidden;
  width: 77.5%;
  background: #fff;
  padding: 0px;
}
@media (max-width: 1300px) {
  .contenido-home .inner {
    padding: 0px;
    width: 100%;
  }
}
.contenido-home .inner .imagen-horizontal {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0px;
}
@media (max-width: 960px) {
  .contenido-home .inner .imagen-horizontal {
    margin-top: 0;
    width: 100%;
  }
}
.contenido-home .inner .imagen-horizontal img {
  display: block;
  height: auto;
  width: 100%;
}
.contenido-home .inner .imagen-horizontal .titulo-horizontal {
  line-height: normal;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 24px 40px;
}
@media (max-width: 960px) {
  .contenido-home .inner .imagen-horizontal .titulo-horizontal {
    background: #444;
    position: initial;
    width: 100%;
  }
}
.contenido-home .inner .imagen-horizontal .titulo-horizontal h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
}
.contenido-home .inner .box {
  background: #fff;
  float: left;
  height: auto;
  margin: 0px;
  width: 100%;
}
@media (max-width: 1300px) {
  .contenido-home .inner .box {
    padding: 0px 20px;
  }
}
.contenido-home .inner .box .volver {
  clear: both;
  width: 100%;
  margin-top: 25px;
  float: left;
}
.contenido-home .inner .box .volver a {
  color: #777777;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  padding: 0 !important;
}
.contenido-home .inner .box .volver a:hover {
  color: #619d91;
}
.contenido-home .inner .box .volver .fa {
  font-size: 12px;
}
.contenido-home .inner .box .pagina-descarga {
  width: 100%;
  line-height: normal;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  /* Cierre preguntas-f */
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde {
  float: left;
  width: 23%;
  border-radius: 7px;
  margin-right: 2.6%;
}
@media (max-width: 800px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a {
  background: rgb(13, 158, 171);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(13, 158, 171)), color-stop(100%, rgb(9, 103, 112)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 158, 171)), to(rgb(9, 103, 112)));
  background: linear-gradient(to bottom, rgb(13, 158, 171) 0%, rgb(9, 103, 112) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0d9eab", endColorstr="#096770", GradientType=0 );
  border-radius: 7px;
  padding: 40px 30px;
  width: 100%;
  min-height: 200px;
  display: block;
  /* cierra titulo */
}
@media (max-width: 800px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a {
    padding: 14px 14px;
    min-height: 62px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a:hover {
  background: #939292;
  color: #777777;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .arrow {
  width: 10%;
  float: right;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .arrow .fa-chevron-right {
  color: #ffffff;
  opacity: 0.5;
  font-size: 55px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .arrow .fa-chevron-right {
    position: relative;
    top: 10px;
    font-size: 40px;
    font-weight: normal;
  }
}
@media (max-width: 800px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .arrow .fa-chevron-right {
    position: relative;
    top: -14px;
    font-size: 30px;
    font-weight: normal;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .titulo {
  width: 80%;
  float: left;
  /* cierra h2 */
}
@media (max-width: 1000px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .titulo {
    width: 150px;
  }
}
@media (max-width: 800px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .titulo {
    width: 100%;
    position: relative;
    top: 7px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .titulo h2 {
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .titulo h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 800px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .titulo h2 {
    font-size: 24px;
    line-height: 18px;
  }
}
@media (max-width: 308px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde a .titulo h2 {
    font-size: 19px;
    line-height: 19px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 {
  float: right;
  width: 23%;
  border-radius: 7px;
}
@media (max-width: 800px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a {
  background: rgb(13, 158, 171);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(13, 158, 171)), color-stop(100%, rgb(9, 103, 112)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 158, 171)), to(rgb(9, 103, 112)));
  background: linear-gradient(to bottom, rgb(13, 158, 171) 0%, rgb(9, 103, 112) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0d9eab", endColorstr="#096770", GradientType=0 );
  border-radius: 7px;
  padding: 40px 30px;
  width: 100%;
  min-height: 200px;
  display: block;
  /* cierra titulo */
}
@media (max-width: 800px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a {
    padding: 14px 14px;
    min-height: 62px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a:hover {
  background: #939292;
  color: #777777;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .arrow {
  width: 10%;
  float: right;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .arrow .fa-chevron-right {
  color: #ffffff;
  opacity: 0.5;
  font-size: 55px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .arrow .fa-chevron-right {
    position: relative;
    top: 10px;
    font-size: 40px;
    font-weight: normal;
  }
}
@media (max-width: 800px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .arrow .fa-chevron-right {
    position: relative;
    top: -14px;
    font-size: 30px;
    font-weight: normal;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .titulo {
  width: 80%;
  float: left;
  /* cierra h2 */
}
@media (max-width: 1000px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .titulo {
    width: 150px;
  }
}
@media (max-width: 800px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .titulo {
    width: 100%;
    position: relative;
    top: 7px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .titulo h2 {
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .titulo h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 800px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .titulo h2 {
    font-size: 24px;
    line-height: 18px;
  }
}
@media (max-width: 308px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .bot-verde2 a .titulo h2 {
    font-size: 19px;
    line-height: 19px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion h3 {
  color: #3e3e3e;
  font-size: 26px;
  line-height: 26px;
  float: left;
  padding-bottom: 15px;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .caja-bots {
  float: left;
  width: 100%;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .ir-video {
  width: 30%;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .ir-video {
    margin-right: 0px;
    width: 100%;
    bottom: 0px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .ir-video a {
  color: #fff;
  display: block;
  width: 100%;
  background: #0b8c97;
  padding: 12px 40px;
  margin: 5px 0px 15px 0px;
  font-size: 22px;
  line-height: 22px;
  border-radius: 7px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .ir-video a:hover {
  color: #fff;
  background: #777;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .ir-video .fa {
  margin-right: 20px;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .ir-preguntas {
  width: 30%;
  float: left;
}
@media screen and (max-width: 600px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion .ir-preguntas {
    width: 100%;
    bottom: 0px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .ir-preguntas a {
  color: #42413d;
  display: block;
  width: 100%;
  background: #e0e0e0;
  padding: 12px 40px;
  margin: 5px 0px 15px 0px;
  font-size: 22px;
  line-height: 22px;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  border-radius: 7px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .ir-preguntas a:hover {
  color: #fff;
  background: #777;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion .ir-preguntas .fa {
  margin-right: 20px;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion2 {
  width: 100%;
  padding: 0px;
  background-color: #ffffff;
  float: left;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #979797;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion2 h3 {
  color: #3e3e3e;
  font-size: 26px;
  line-height: 26px;
  margin: 15px 40px;
  float: left;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion2 a {
  color: #fff;
  display: block;
  width: 25%;
  background: #1ab3e5 url("../images/flecha.png") no-repeat 30px 12px;
  float: right;
  padding: 12px 70px;
  margin: 5px 0px 15px 0px;
  font-size: 22px;
  line-height: 22px;
}
@media (max-width: 1300px) {
  .contenido-home .inner .box .pagina-descarga .bot-seccion2 a {
    position: initial;
    width: 100%;
    padding: 17px 70px;
    background: #1ab3e5 url("../images/flecha.png") no-repeat 30px 12px;
  }
}
.contenido-home .inner .box .pagina-descarga .bot-seccion2 .ir-video {
  width: 25%;
  background: #1ab3e5;
  float: right;
  padding: 25px 30px;
  font-size: 22px;
}
.contenido-home .inner .box .pagina-descarga .bot-seccion2 .ir-video a {
  color: #fff;
}
.contenido-home .inner .box .pagina-descarga ul {
  line-height: normal;
  font-size: 14px;
  color: #444;
  margin-left: 45px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.contenido-home .inner .box .pagina-descarga ul li {
  list-style-type: square;
  margin-bottom: 7px;
}
.contenido-home .inner .box .pagina-descarga ul a {
  display: inline;
  color: #267ec1;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  padding: 5Px;
}
.contenido-home .inner .box .pagina-descarga ul a:hover {
  color: #e1e2e2;
}
.contenido-home .inner .box .pagina-descarga a {
  color: #07907d;
  text-decoration: none;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}
.contenido-home .inner .box .pagina-descarga a:hover {
  color: #4e4e4e;
}

.subti {
  font-family: "Open Sans Condensed", sans-serif;
  color: #267ec1;
  font-size: 22px;
  font-weight: 700;
}

.cont-list-videos {
  width: 100%;
  float: left;
}
.cont-list-videos h2 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #3e3e3f;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 1px solid #898989;
}
.cont-list-videos .fila-1 {
  width: 100%;
  float: left;
}
.cont-list-videos .fila-1 h3 {
  font-size: 21px;
  font-weight: 700;
}
.cont-list-videos .fila-1 p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.cont-list-videos .fila-1 .box-video1 {
  width: 30%;
  background-color: #fece40;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
  display: block;
}
.cont-list-videos .fila-1 .box-video1 .video-1 {
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  overflow: hidden;
}
.cont-list-videos .fila-1 .box-video1 .video-1 iframe,
.cont-list-videos .fila-1 .box-video1 .video-1 object,
.cont-list-videos .fila-1 .box-video1 .video-1 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont-list-videos .fila-1 .box-video2 {
  width: 30%;
  background-color: #ccc;
  border-bottom: 1px solid #F60;
  position: relative;
}
.cont-list-videos .fila-1 .box-video2 .video-2 {
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  overflow: hidden;
}
.cont-list-videos .fila-1 .box-video2 .video-2 iframe,
.cont-list-videos .fila-1 .box-video2 .video-2 object,
.cont-list-videos .fila-1 .box-video2 .video-2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont-list-videos .fila-1 .box-video3 {
  width: 20%;
  background-color: #f60;
  border-bottom: 1px solid #c4c4c4898989;
  position: relative;
}
.cont-list-videos .fila-1 .box-video3 .video-3 {
  width: 100%;
}

.caja-v1 {
  background-color: #fece40;
  width: 30%;
  min-height: 200px;
  position: relative;
  float: left;
  margin-right: 5%;
}

.caja-v2 {
  background-color: #f60;
  width: 30%;
  min-height: 200px;
  position: relative;
  float: left;
}

.caja-v3 {
  background-color: #03b793;
  width: 30%;
  min-height: 200px;
  position: relative;
  float: right;
}

.pagina-videos-profes {
  width: 100%;
  float: left;
}
.pagina-videos-profes h2 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #3e3e3f;
  font-size: 30px !important;
  margin-top: 50px;
  font-weight: 700;
  border-bottom: 1px solid #898989;
  padding-bottom: 5px;
}
.pagina-videos-profes h2 .fa-chevron-right {
  margin-right: 8px;
}
.pagina-videos-profes h3 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 22px !important;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .pagina-videos-profes h3 {
    font-size: 18px !important;
  }
}
.pagina-videos-profes h3 .fa-chevron-right {
  margin-right: 8px;
}
.pagina-videos-profes p {
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 18px !important;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 400;
}
.pagina-videos-profes p .fa-chevron-right {
  margin-right: 8px;
}
.pagina-videos-profes a {
  color: #4e4e4e;
  text-decoration: none;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}
.pagina-videos-profes a strong {
  font-weight: bold;
}
.pagina-videos-profes a:hover {
  color: #0b8c97;
}

.webinars-listado {
  width: 100%;
  float: left;
}
.webinars-listado .acordion-atributos {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.webinars-listado .acordion-atributos .inner {
  height: 1%;
  margin: 0px auto;
  overflow: visible;
  width: 100%; /*antes 77.5%*/
  /* media query for mobile */
}
.webinars-listado .acordion-atributos .inner .content {
  width: 100%;
}
.webinars-listado .acordion-atributos .inner .content h1 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.webinars-listado .acordion-atributos .inner .content h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 20px;
}
.webinars-listado .acordion-atributos .inner .content p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.webinars-listado .acordion-atributos .inner .content p:last-child {
  margin: 0;
}
.webinars-listado .acordion-atributos .inner .content a.button {
  display: inline-block;
  padding: 10px 20px;
  background: #ff0;
  color: #000;
  text-decoration: none;
}
.webinars-listado .acordion-atributos .inner .content a.button:hover {
  background: #000;
  color: #ff0;
}
.webinars-listado .acordion-atributos .inner .content.title {
  position: relative;
  background: none;
  border: 2px dashed #333;
}
.webinars-listado .acordion-atributos .inner .content.title h1 span.demo {
  display: inline-block;
  font-size: 0.5em;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  vertical-align: top;
  margin: 7px 0 0;
}
.webinars-listado .acordion-atributos .inner .content.title .back-to-article {
  position: absolute;
  bottom: -20px;
  left: 20px;
}
.webinars-listado .acordion-atributos .inner .content.title .back-to-article a {
  padding: 10px 20px;
  background: #f60;
  color: #fff;
  text-decoration: none;
}
.webinars-listado .acordion-atributos .inner .content.title .back-to-article a:hover {
  background: #f90;
}
.webinars-listado .acordion-atributos .inner .content.title .back-to-article a i {
  margin-left: 5px;
}
.webinars-listado .acordion-atributos .inner .content.white {
  background: #fff;
}
.webinars-listado .acordion-atributos .inner .content.black {
  background: #000;
}
.webinars-listado .acordion-atributos .inner .content.black p {
  color: #999;
}
.webinars-listado .acordion-atributos .inner .content.black p a {
  color: #08c;
}
.webinars-listado .acordion-atributos .inner .accordion-container {
  width: 100%;
  margin: 0 0 10px;
  clear: both;
}
.webinars-listado .acordion-atributos .inner .accordion-toggle {
  font-family: "Open Sans", sans-serif;
  position: relative;
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background: #fae157;
  color: #525151;
  text-decoration: none;
  text-align: center;
}
.webinars-listado .acordion-atributos .inner .accordion-toggle.open {
  background: #525151;
  color: #fae157;
}
.webinars-listado .acordion-atributos .inner .accordion-toggle:hover {
  background: #525151;
  color: #fff;
}
.webinars-listado .acordion-atributos .inner .accordion-toggle span.toggle-icon {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 1.5em;
}
.webinars-listado .acordion-atributos .inner .accordion-content {
  display: none;
  padding: 20px;
  overflow: auto;
}
.webinars-listado .acordion-atributos .inner .accordion-content img {
  display: block;
  float: left;
  margin: 0 15px 10px 0;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .webinars-listado .acordion-atributos .inner .content {
    width: auto;
  }
  .webinars-listado .acordion-atributos .inner .accordion-content {
    padding: 10px 0;
    overflow: inherit;
  }
}
.webinars-listado .acordion-atributos .inner .listado-panel {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.webinars-listado .acordion-atributos .inner .listado-panel h2 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #3e3e3f;
  font-size: 30px !important;
  margin-top: 50px;
  font-weight: 700;
  border-bottom: 1px solid #898989;
  padding-bottom: 5px;
}
.webinars-listado .acordion-atributos .inner .listado-panel h2 .fa-chevron-right {
  margin-right: 8px;
}
.webinars-listado .acordion-atributos .inner .listado-panel h3 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 22px !important;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .webinars-listado .acordion-atributos .inner .listado-panel h3 {
    font-size: 18px !important;
  }
}
.webinars-listado .acordion-atributos .inner .listado-panel h3 .fa-chevron-right {
  margin-right: 8px;
}
.webinars-listado .acordion-atributos .inner .listado-panel p {
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 18px !important;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 400;
}
.webinars-listado .acordion-atributos .inner .listado-panel p .fa-chevron-right {
  margin-right: 8px;
}
.webinars-listado .acordion-atributos .inner .listado-panel a {
  width: 100%;
  color: #4e4e4e;
  text-decoration: none;
  padding: 0px 0px !important;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  border-bottom: dashed #c4c4c4 1px;
}
.webinars-listado .acordion-atributos .inner .listado-panel a:hover {
  color: #0b8c97;
}
.webinars-listado h2 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #3e3e3f;
  font-size: 30px !important;
  margin-top: 50px;
  font-weight: 700;
  border-bottom: 1px solid #898989;
  padding-bottom: 5px;
}
.webinars-listado h2 .fa-chevron-right {
  margin-right: 8px;
}
.webinars-listado h3 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #6c6b69;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.webinars-listado h3::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 44px;
  background: #fbd432;
  bottom: -2px;
}
.webinars-listado h3 .fa-chevron-right {
  margin-right: 8px;
}
.webinars-listado h3 strong {
  font-weight: bold;
}
.webinars-listado p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 0px 0px 10px 0px;
  font-weight: 400;
  padding-left: 20px;
  margin-left: 10px;
}
.webinars-listado p .fa-chevron-right {
  margin-right: 8px;
}
.webinars-listado a {
  color: #fff;
  display: block;
  color: #61879d;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 20px;
  text-decoration: underline;
  -webkit-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
}
.webinars-listado a:hover {
  color: #333;
}
.webinars-listado .color-tabla-titulo {
  background: #7d7c7c;
  color: #fff;
}
.webinars-listado table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
}
.webinars-listado table caption {
  font-size: 1.3em;
  margin: 0.5em 0 0.75em;
}
.webinars-listado table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
.webinars-listado table th,
.webinars-listado table td {
  padding: 0.625em;
  text-align: center;
}
.webinars-listado table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .webinars-listado table {
    border: 0;
  }
  .webinars-listado table caption {
    font-size: 1.3em;
  }
  .webinars-listado table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .webinars-listado table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .webinars-listado table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .webinars-listado table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
  }
  .webinars-listado table td:last-child {
    border-bottom: 0;
  }
}

.pagina-preguntas {
  width: 100%;
  float: left;
}
.pagina-preguntas h2 {
  font-family: "Open Sans Condensed", sans-serif;
  color: #3e3e3f;
  font-size: 30px !important;
  margin-top: 50px;
  font-weight: 700;
  border-bottom: 1px solid #898989;
  padding-bottom: 5px;
}
.pagina-preguntas h2 .fa-chevron-right {
  margin-right: 8px;
}
.pagina-preguntas h3 {
  font-family: "Open Sans", sans-serif;
  color: #3e3e3f;
  font-size: 20px !important;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .pagina-preguntas h3 {
    font-size: 18px !important;
  }
}
.pagina-preguntas h3 .fa-chevron-right {
  margin-right: 8px;
}
.pagina-preguntas p {
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 16px !important;
  margin-bottom: 10px;
  font-weight: 400;
}
.pagina-preguntas p .fa-chevron-right {
  margin-right: 8px;
}
.pagina-preguntas a {
  color: #0b8c97;
  text-decoration: none;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}
.pagina-preguntas a:hover {
  color: #4e4e4e;
}

.fa-info-circle {
  margin-right: 8px;
}