@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:400,500&display=swap");
header .headerBottom2 {
  width: 100%;
  background: #feda3f;
  float: left;
}

header .headerBottom2 .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: visible;
  width: 80%;
  padding: 16px 0px;
}

@media (max-width: 1082px) {
  header .headerBottom2 .inner {
    padding: 0px;
    width: 100%;
  }
}
header .headerBottom2 .inner .logo-um {
  position: relative;
  z-index: 200;
  display: block;
  margin-top: 5px;
  margin-bottom: 18px;
  float: left;
  width: 300px;
}

@media screen and (max-width: 1082px) {
  header .headerBottom2 .inner .logo-um {
    float: left;
    width: 250px;
    height: auto;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 320px) {
  header .headerBottom2 .inner .logo-um {
    float: left;
    width: 220px;
    height: auto;
    margin-top: 10px;
    padding: 5px;
  }
}
header .headerBottom2 .inner .logo-um a {
  display: block;
}

header .headerBottom2 .inner .logo-um a img {
  height: auto;
  width: 100%;
}

header .headerBottom2 .inner a {
  color: #595858;
}

header .headerBottom2 .inner #lateral {
  z-index: 100;
  padding: 0px;
}

header .headerBottom2 .inner #lateral .sup-menu {
  display: none;
}

@media (max-width: 800px) {
  header .headerBottom2 .inner #lateral .sup-menu {
    display: block;
  }
}
header .headerBottom2 .inner #lateral h2 {
  width: 90%;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-weight: bold;
  text-transform: none;
  background: #969697;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px;
}

header .headerBottom2 .inner #lateral h2 a {
  display: block;
  padding: 0;
  margin: 0;
}

header .headerBottom2 .inner #lateral a:hover {
  background: #656464;
}

header .headerBottom2 .inner #lateral #cssmenum.small-screen ul ul li a {
  color: #ffffff;
  background: #656464;
}

header .headerBottom2 .inner #lateral #cssmenulateral.small-screen .submenu-button.submenu-opened {
  background: #656464;
}

header .headerBottom2 .inner #lateral #cssmenulateral.small-screen #menu-button {
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  top: -60px;
}

header .headerBottom2 .form {
  margin-top: 7px;
  float: right;
}

@media (max-width: 1082px) {
  header .headerBottom2 .form {
    display: none;
  }
}
header .headerBottom2 .form form {
  outline: 0;
  float: left;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
}

header .headerBottom2 .form form > .textbox {
  outline: 0;
  height: 42px;
  width: 244px;
  line-height: 42px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border: 0;
  float: left;
  border-radius: 4px 0 0 4px;
}

header .headerBottom2 .form form > .textbox:focus {
  outline: 0;
  background-color: #FFF;
}

header .headerBottom2 .form form > .button {
  outline: 0;
  background: #747474;
  float: left;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

header .headerBottom2 .form form > .button:hover {
  background: #4e4e4e;
}

@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";
}

/* 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-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  -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,
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;
}

/*VARIABLES*/
:root {
  --blanco: #ffffff;
  --amarillo: #fece40;
  --amarillo2: #b99a0e;
  --negro: #444444;
  --negro2: #888888;
  --gris: #a5a2a2;
  --grisclaro: #eeeeee;
  --grisclaro2: #dedede;
  --grisoscuro: #4e4e4e;
  --grisoscuro2: #636363;
  --verde: #006879;
  --rojo: #ff0000;
  --azul: #3c99da;
  --azul2: #3b539b;
}

/*FONDOS DE COLOR*/
.bg-grisclaro {
  background-color: var(--grisclaro);
  padding: 50px 0px;
}

.bg-grisclaro2 {
  background-color: var(--grisclaro2);
  padding: 50px 0px;
}

.bg-grisoscuro {
  background-color: var(--grisoscuro);
  padding: 50px 0px;
}

.bg-amarillo {
  background-color: var(--amarillo);
  padding: 50px 0px;
}

.bg-negro {
  background-color: var(--negro) !important;
}

/*FLEXBOX*/
.fx-around {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fx-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fx-center {
  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;
}

.aling-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

/*TIPOGRAF{IA AJUSTABLE RESPONSIVE - FUNCIÓN CLAIM*/
.tit-atributos, .txt-atributos {
  font-size: clamp(var(--min), var(--val), var(--max));
}

.padding-20 {
  padding: 20px;
}

.centrar-textos {
  width: 100%;
  text-align: center !important;
}

.centrar-cajas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Centra horizontalmente */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Centra verticalmente */
}

.fl-left {
  float: left;
}

.wd100 {
  width: 100%;
}

.mrgtop-50 {
  margin-top: 50px !important;
}

.mrgtop-30 {
  margin-top: 30px !important;
}

.mrgbottom-20 {
  margin-bottom: 20px !important;
}

.mrgbottom-50 {
  margin-bottom: 50px !important;
}

.no-mrg-btm {
  margin-bottom: 0px !important;
}

.mrg-0 {
  margin: 0px !important;
}

.nivelacion-mgb {
  margin-top: 0px !important;
}

.box-shadow-no {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.grid-column-1 {
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.grid-column-2 {
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
@media (max-width: 800px) {
  .grid-column-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-column-3 {
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 33px;
}
@media (max-width: 1100px) {
  .grid-column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-column-4 {
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
@media (max-width: 1000px) {
  .grid-column-4 {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .grid-column-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.linea-abajo ul li {
  border-bottom: 1px dashed #b8b8b8;
  padding-bottom: 10px;
}

.boton-vermas {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.boton-vermas a {
  background-color: var(--amarillo);
  border-radius: 50px;
  color: #444 !important;
  font-family: Noto Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 13px 30px;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.boton-vermas a:hover {
  color: var(--blanco) !important;
  background-color: var(--negro);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.boton-vermas a:hover .fa {
  color: var(--amarillo) !important;
}
.boton-vermas .fa {
  font-size: 17px;
  color: var(--negro) !important;
}

.ed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ed-closeModal {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
}
.ed-closeModal::before, .ed-closeModal::after {
  content: "";
  width: 2.12rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.ed-closeModal::before {
  left: 0;
}
.ed-closeModal::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.modalContent {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

p {
  color: var(--negro);
  font-size: 1em;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

#boton-guia-form {
  position: fixed;
  top: 50%;
  right: 4px;
  z-index: 100;
  width: 90px;
  height: 90px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--amarillo);
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.59);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 800px) {
  #boton-guia-form {
    width: 80px;
    height: 80px;
    top: 50%;
  }
}
#boton-guia-form i {
  width: 100%;
  text-align: center;
  font-size: 1em;
  color: var(--negro);
  margin-bottom: 3px;
}
@media (max-width: 800px) {
  #boton-guia-form i {
    font-size: 0.9em;
  }
}
#boton-guia-form a {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  font-family: "Open sans condensed", sans-serif;
  color: var(--negro);
}
@media (max-width: 800px) {
  #boton-guia-form a {
    font-size: 0.9em;
  }
}
#boton-guia-form:hover {
  background-color: var(--negro);
  width: 110px;
  height: 110px;
}
#boton-guia-form:hover i {
  color: var(--amarillo);
  font-size: 1.1em;
}
#boton-guia-form:hover a {
  color: var(--blanco);
  font-size: 1.1em;
}

#button {
  display: inline-block;
  background-color: var(--amarillo);
  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: var(--amarillo);
}

#button:active {
  background-color: var(--amarillo);
}

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

.fondo-menu {
  background: #ecebeb;
  -webkit-box-shadow: -1px 13px 26px -11px rgba(0, 0, 0, 0.36);
  box-shadow: -1px 13px 26px -11px rgba(0, 0, 0, 0.36);
  min-height: 46px;
  clear: both;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 829px) {
  .fondo-menu .fondo-menu {
    position: initial;
    background: #fff;
    width: 100%;
    margin-top: 0px;
    padding-left: 0%;
    float: left;
  }
}

.bigbanner5 {
  font-family: "PT Sans Narrow", sans-serif;
  width: 100%;
  height: 1%;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  .bigbanner5 {
    float: initial;
    float: left;
    width: 100%;
  }
}
.bigbanner5 .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bigbanner5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}
.bigbanner5 .swiper-pagination-bullet {
  clear: both;
  width: 15px;
  height: 6px;
  display: inline-block;
  border-radius: 0px;
  background: #fff;
  opacity: 0.7;
  -webkit-box-shadow: 1px 1px 4px -1px rgb(17, 17, 17);
          box-shadow: 1px 1px 4px -1px rgb(17, 17, 17);
}
.bigbanner5 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--amarillo);
  width: 30px;
  height: 6px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bigbanner5 .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0.5;
}
.bigbanner5 .swiper-button-prev:hover {
  opacity: 0.9;
}
.bigbanner5 .swiper-button-next {
  opacity: 0.5;
}
.bigbanner5 .swiper-button-next:hover {
  opacity: 0.9;
}
.bigbanner5 .imagen-horizontal {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .bigbanner5 .imagen-horizontal {
    margin-top: 0;
    width: 100%;
  }
}
.bigbanner5 .imagen-horizontal a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}
.bigbanner5 .imagen-horizontal img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bigbanner5 .imagen-horizontal:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bigbanner5 .imagen-horizontal .video-container {
  position: relative;
  padding-bottom: 41.4%; /*modificar altura para otro video, antes estaba en 41,4%, actual es 33,4%*/
  padding-top: 5px;
  height: auto;
}
.bigbanner5 .imagen-horizontal .video-container iframe, .bigbanner5 .imagen-horizontal .video-container object, .bigbanner5 .imagen-horizontal .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bigbanner5 .imagen-horizontal video {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.bigbanner5 .imagen-horizontal .fondo-horizontal {
  float: left;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(42, 42, 42, 0)), to(rgba(42, 42, 42, 0.65)));
  background-image: linear-gradient(to left, rgba(42, 42, 42, 0), rgba(42, 42, 42, 0.65));
  padding: 60px 0px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: background 150ms, color 200ms;
  transition: background 150ms, color 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .bigbanner5 .imagen-horizontal .fondo-horizontal {
    padding: 30px 0px;
  }
}
.bigbanner5 .imagen-horizontal .fondo-horizontal .textos {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 770px;
  padding: 40px;
}
@media (max-width: 800px) {
  .bigbanner5 .imagen-horizontal .fondo-horizontal .textos {
    margin-left: 0px;
    border-radius: 0px;
  }
}
.bigbanner5 .imagen-horizontal .fondo-horizontal .textos h1, .bigbanner5 .imagen-horizontal .fondo-horizontal .textos h2 {
  text-align: left;
  clear: both;
  position: relative;
  font-family: "Open sans condensed", sans-serif;
  width: 100%;
  line-height: 90px;
  font-size: 90px;
  margin-bottom: 3px;
  font-weight: bold;
  color: #fbc422;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 800px) {
  .bigbanner5 .imagen-horizontal .fondo-horizontal .textos h1, .bigbanner5 .imagen-horizontal .fondo-horizontal .textos h2 {
    width: 80%;
    font-size: 30px;
    line-height: 30px;
  }
}
.bigbanner5 .imagen-horizontal .fondo-horizontal .textos .descubre {
  font-family: "Open sans condensed", sans-serif;
  padding-top: 10px;
  line-height: normal;
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 3px;
  width: 100%;
  text-align: left;
  color: var(--blanco);
  margin-top: 0px;
  letter-spacing: -1px;
}
@media (max-width: 800px) {
  .bigbanner5 .imagen-horizontal .fondo-horizontal .textos .descubre {
    font-size: 20px;
    line-height: 20px;
    padding-top: 0px;
    width: 70%;
  }
}
.bigbanner5 .imagen-horizontal .fondo-horizontal .textos p {
  font-family: "Open sans condensed", sans-serif;
  padding-top: 10px;
  line-height: normal;
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 3px;
  width: 100%;
  text-align: left;
  color: var(--blanco);
  margin-top: 0px;
  letter-spacing: -1px;
}
@media (max-width: 800px) {
  .bigbanner5 .imagen-horizontal .fondo-horizontal .textos p {
    font-size: 20px;
    line-height: 20px;
    padding-top: 0px;
    width: 70%;
  }
}
.bigbanner5 .imagen-horizontal .fondo-horizontal .textos .ver-boton {
  position: relative;
  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;
  font-weight: normal;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 5px;
  color: #444;
  background: var(--amarillo);
  margin-top: 15px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid var(--amarillo);
  text-align: center;
}
@media (max-width: 800px) {
  .bigbanner5 .imagen-horizontal .fondo-horizontal .textos .ver-boton {
    margin-top: 3px;
    width: 30px;
    height: 25px;
  }
}
.bigbanner5 .imagen-horizontal .fondo-horizontal .textos .ver-boton p {
  font-size: 14px;
  font-family: "Open sans", sans-serif;
  padding: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-weight: bold;
  color: var(--negro);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 7px;
}
@media (max-width: 800px) {
  .bigbanner5 .imagen-horizontal .fondo-horizontal .textos .ver-boton p {
    display: none;
  }
}
.bigbanner5 .imagen-horizontal .fondo-horizontal .textos .ver-boton:hover {
  background: none;
  border: 2px solid #ffffff;
  color: #fff;
}
.bigbanner5 .imagen-horizontal .fondo-horizontal .textos .ver-boton .fa {
  font-size: 14px;
}
@media (max-width: 800px) {
  .bigbanner5 .imagen-horizontal .fondo-horizontal .textos .ver-boton .fa {
    font-size: 12px;
    padding-left: 0px;
  }
}
.bigbanner5 h3 {
  position: relative;
  line-height: normal;
  font-family: "PT Sans Narrow", sans-serif;
  width: 65%;
  line-height: 1.2;
  font-size: 3em;
  margin-bottom: 7px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .bigbanner5 h3 {
    font-size: 30px;
  }
}
@media (max-width: 821px) {
  .bigbanner5 h3 {
    width: 90%;
    font-size: 17px;
    line-height: 17px;
    position: initial;
  }
}
.bigbanner5 p {
  padding-top: 20px;
  line-height: normal;
  font-size: 16px;
  margin-bottom: 3px;
  width: 90%;
}
@media (max-width: 821px) {
  .bigbanner5 p {
    width: 90%;
    font-size: 13px;
    position: initial;
  }
}

@-webkit-keyframes my-animation {
  from {
    opacity: 0;
    color: rgba(255, 255, 255, 0);
    top: -300px;
    overflow: hidden;
  }
  to {
    opacity: 1;
    top: 0;
    color: rgb(255, 255, 255);
  }
}

@keyframes my-animation {
  from {
    opacity: 0;
    color: rgba(255, 255, 255, 0);
    top: -300px;
    overflow: hidden;
  }
  to {
    opacity: 1;
    top: 0;
    color: rgb(255, 255, 255);
  }
}
.run-animation {
  position: relative;
  -webkit-animation: my-animation 2s ease;
          animation: my-animation 2s ease;
} /*animacion para banner slider*/
.banner-cabecera {
  width: 100%;
  float: left;
}
.banner-cabecera img {
  width: 100%;
  height: auto;
}

.bnn-cab {
  position: relative;
  width: 100%;
  height: 565px;
  padding: 60px 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 800px) {
  .bnn-cab {
    height: 250px;
  }
}
.bnn-cab .filtro-blanco {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.6965161064)), to(rgba(224, 224, 224, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6965161064) 50%, rgba(224, 224, 224, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0e0e0",GradientType=1);
}
.bnn-cab img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.bnn-cab .box-txt-bnn {
  padding: 20px 20px 20px 80px;
  width: 100%;
  position: absolute;
  z-index: 3;
}
@media (max-width: 800px) {
  .bnn-cab .box-txt-bnn {
    padding: 20px;
  }
}
.bnn-cab .box-txt-bnn h1 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 4em;
  font-weight: bold;
  color: var(--negro);
  line-height: 1;
  width: 100%;
  max-width: 640px;
  margin-bottom: 30px;
  border-left: 5px solid var(--amarillo);
  border-spacing: 5px;
  padding-left: 8px;
}
@media (max-width: 800px) {
  .bnn-cab .box-txt-bnn h1 {
    font-size: 2.1em;
  }
}
.bnn-cab .box-txt-bnn .box-fechaclases {
  width: 100%;
  max-width: 480px;
  padding: 20px;
  background-color: var(--amarillo);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .bnn-cab .box-txt-bnn .box-fechaclases {
    padding: 10px;
  }
}
.bnn-cab .box-txt-bnn .box-fechaclases h2 {
  font-size: 1.5em;
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  color: var(--negro);
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
@media (max-width: 800px) {
  .bnn-cab .box-txt-bnn .box-fechaclases h2 {
    font-size: 1.2em;
  }
}

.btn-prin {
  text-align: center;
  margin-top: 20px;
  clear: both;
  border-style: none;
  cursor: pointer;
  width: 100%;
  background: var(--blanco);
  border-bottom: 5px var(--amarillo) solid;
  color: #444444;
  min-width: 200px;
  max-width: 240px;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 15px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0px 5px 20px 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-prin:hover {
  background-color: var(--amarillo);
}

.box-presencial {
  position: relative;
  width: 100%;
  margin: 0px 3px 20px 3px;
  background-color: var(--blanco);
  overflow-x: hidden;
  border-radius: 7px;
  padding: 40px;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(238, 238, 238)), color-stop(41%, rgb(255, 255, 255)));
  background: linear-gradient(360deg, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 41%);
}
@media (max-width: 800px) {
  .box-presencial {
    padding: 20px;
  }
}

.generalbox {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .generalbox {
    margin-bottom: 40px;
  }
}
.generalbox .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1620px;
  overflow: visible;
  width: 80%;
  display: block;
}
@media (max-width: 800px) {
  .generalbox .inner {
    width: 100%;
    padding: 0px 20px;
  }
}
.generalbox .inner .box-fondoblur {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 7px;
  width: 100%;
  max-width: 1100px;
  margin: 0px 10px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.generalbox .inner .box-rrss {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.generalbox .inner .box-rrss a {
  width: 75px;
  text-decoration: none;
  color: var(--negro);
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.generalbox .inner .box-rrss a:hover {
  color: var(--amarillo);
}
.generalbox .inner .box-rrss a i {
  font-size: 70px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.generalbox .inner .box-rrss a i:hover {
  fill: var(--amarillo);
}
.generalbox .inner .box-rrss a svg {
  font-size: 70px;
  width: 60px !important;
}
.generalbox .inner .box-rrss a svg path {
  fill: var(--negro);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.generalbox .inner .box-rrss a svg path:hover {
  fill: var(--amarillo);
}
.generalbox .inner .btn-util {
  background-color: var(--amarillo);
  color: var(--negro);
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 280px;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  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;
}
.generalbox .inner .btn-util:hover {
  background-color: var(--negro);
  color: var(--amarillo);
}
.generalbox .inner .box-induccion {
  width: 40%;
  background-color: var(--grisclaro);
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
          box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
  margin: 0px 5px 30px 5px;
}
@media (max-width: 800px) {
  .generalbox .inner .box-induccion {
    width: 100%;
  }
}
.generalbox .inner .box-induccion .fondo-color-gris {
  font-size: 20px !important;
  background-color: #777;
  color: var(--blanco) !important;
  padding: 20px;
  border-radius: 7px 7px 0px 0px;
  height: 60px;
}
@media (max-width: 800px) {
  .generalbox .inner .box-induccion .fondo-color-gris {
    font-size: 16px !important;
  }
}
.generalbox .inner .box-induccion h3 {
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Open sans condensed", sans-serif;
  color: var(--negro);
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
@media (max-width: 800px) {
  .generalbox .inner .box-induccion h3 {
    font-size: 1.3em;
  }
}
.generalbox .inner .box-induccion h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  color: var(--negro);
  margin-bottom: 10px;
}
.generalbox .inner .box-induccion span {
  background-color: var(--amarillo);
  color: var(--negro);
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 180px;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.generalbox .inner .box-induccion span:hover {
  background-color: var(--negro);
  color: var(--amarillo);
}
.generalbox .inner .txt-bajada {
  width: 100%;
  max-width: 1620px;
  padding: 0px 10px;
  margin-bottom: 30px;
}
.generalbox .inner .txt-bajada ::marker {
  color: var(--amarillo);
  font-size: 1.5em;
}
.generalbox .inner .txt-bajada ul {
  font-family: "Open Sans", sans-serif;
  font-size: 15px !important;
  line-height: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.generalbox .inner .txt-bajada ul li {
  list-style-type: none;
  margin-left: 25px;
  color: var(--negro);
  margin-bottom: 10px;
  line-height: normal;
  text-align: left;
  border-bottom: 2px dashed #b8b8b8;
  padding-bottom: 7px;
}
.generalbox .inner .txt-bajada ul li:before {
  font-family: "FontAwesome";
  content: "\f14a";
  color: var(--negro2);
  font-size: 30px;
  float: left;
  width: 40px;
  height: auto;
  margin-right: 10px;
}
.generalbox .inner .txt-bajada ul li p {
  text-align: left;
  font-weight: 700;
}
.generalbox .inner .inicio-clases {
  float: left;
  width: 45%;
  padding: 30px;
  margin-right: 0%;
  color: var(--negro);
  -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: normal;
  border-radius: 20px;
}
@media (max-width: 800px) {
  .generalbox .inner .inicio-clases {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
.generalbox .inner .inicio-clases ::marker {
  color: var(--amarillo);
  font-size: 1.5em;
}
.generalbox .inner .inicio-clases ul {
  font-family: "Open Sans", sans-serif;
  font-size: 15px !important;
  line-height: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
}
.generalbox .inner .inicio-clases ul li {
  list-style-type: none;
  margin-left: 0px;
  color: var(--negro);
  margin-bottom: 10px;
  line-height: normal;
  text-align: left;
  border-bottom: 2px dashed #b8b8b8;
  padding-bottom: 15px;
}
.generalbox .inner .inicio-clases ul li:before {
  font-family: "FontAwesome";
  content: "\f046";
  color: var(--negro2);
  font-size: 30px;
  float: left;
  width: 40px;
  height: auto;
  margin-right: 10px;
}
.generalbox .inner .inicio-clases .icono-calendario {
  width: 40px;
  float: left;
  border-radius: 7px;
  background-color: var(--amarillo);
  padding: 10px;
  line-height: auto;
  margin-bottom: 20px;
  margin-right: 10px;
}
.generalbox .inner .inicio-clases .icono-calendario .fa {
  text-align: center;
  color: var(--negro);
}
.generalbox .inner .inicio-clases p {
  text-align: left !important;
  font-size: 18px;
  padding-top: 10px;
}
@media (max-width: 400px) {
  .generalbox .inner .inicio-clases p {
    font-size: 14px;
    padding-top: 0px;
  }
}
.generalbox .inner p {
  color: var(--negro);
  font-size: 17px;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 800px) {
  .generalbox .inner p {
    font-size: 14px;
    text-align: left;
  }
}
.generalbox .inner p strong {
  font-weight: bold;
}
.generalbox .inner p a.link-gris {
  color: var(--grisoscuro2);
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 2px solid var(--grisoscuro2);
}
.generalbox .inner p a.link-gris:hover {
  color: var(--amarillo);
  border-bottom: 2px solid var(--amarillo);
}
.generalbox .inner p a.link-amarillo {
  color: var(--amarillo);
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.generalbox .inner p a.link-amarillo:hover {
  color: var(--negro);
}
.generalbox .inner .txt-normal {
  width: 100%;
  max-width: 1200px;
  padding: 0px 10px;
  margin-bottom: 30px;
}
.generalbox .inner .txt-normal p {
  text-align: center;
  color: var(--negro);
  font-size: 1em;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
  width: 100%;
}
.generalbox .inner .txt-normal p strong {
  font-weight: bold;
}
.generalbox .inner .box-webinar {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 3px 20px 3px;
  background-color: var(--blanco);
  overflow: hidden;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
}
.generalbox .inner .box-webinar .cont-img {
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .generalbox .inner .box-webinar .cont-img {
    height: 150px;
  }
}
.generalbox .inner .box-webinar .cont-img .play {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.generalbox .inner .box-webinar .cont-img .play .fa {
  top: 40%;
  position: relative;
  color: rgba(254, 206, 64, 0.8);
  font-size: 60px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.generalbox .inner .box-webinar .cont-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.generalbox .inner .box-webinar .cont-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.generalbox .inner .box-webinar .cont-txt {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 20px;
  min-height: 100px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.generalbox .inner .box-webinar .cont-txt:before {
  opacity: 0;
}
.generalbox .inner .box-webinar .cont-txt h2, .generalbox .inner .box-webinar .cont-txt h3, .generalbox .inner .box-webinar .cont-txt h4 {
  font-size: 1.1em;
  font-weight: bold;
  font-family: "Open sans", sans-serif;
  color: var(--negro);
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .generalbox .inner .box-webinar .cont-txt h2, .generalbox .inner .box-webinar .cont-txt h3, .generalbox .inner .box-webinar .cont-txt h4 {
    font-size: 1em;
  }
}
.generalbox .inner .box-webinar .cont-txt p {
  font-size: 1em;
  margin-bottom: 10px;
  width: 100%;
  text-align: left !important;
}
.generalbox .inner .box-webinar .cont-txt .btn-webinar {
  padding: 10px;
  background-color: var(--negro);
  color: var(--amarillo);
  font-size: 0.9em;
  font-weight: bold;
  font-family: "Open sans", sans-serif;
  float: left;
  margin-bottom: 20px;
  margin-top: 5px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.generalbox .inner .box-webinar .cont-txt .btn-webinar:hover {
  background-color: var(--amarillo);
  color: var(--negro);
}
.generalbox .inner .box-webinar-48 {
  width: 48%;
  float: left;
  position: relative;
  margin: 0px 3px 20px 3px;
  background-color: var(--blanco);
  overflow: hidden;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.34);
}
@media (max-width: 800px) {
  .generalbox .inner .box-webinar-48 {
    width: 100%;
  }
}
.generalbox .inner .box-webinar-48 .cont-img {
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .generalbox .inner .box-webinar-48 .cont-img {
    height: 150px;
  }
}
.generalbox .inner .box-webinar-48 .cont-img .play {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.generalbox .inner .box-webinar-48 .cont-img .play .fa {
  top: 40%;
  position: relative;
  color: rgba(254, 206, 64, 0.8);
  font-size: 60px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.generalbox .inner .box-webinar-48 .cont-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.generalbox .inner .box-webinar-48 .cont-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.generalbox .inner .box-webinar-48 .cont-txt {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 20px;
  min-height: 100px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.generalbox .inner .box-webinar-48 .cont-txt:before {
  opacity: 0;
}
.generalbox .inner .box-webinar-48 .cont-txt h2, .generalbox .inner .box-webinar-48 .cont-txt h3, .generalbox .inner .box-webinar-48 .cont-txt h4 {
  font-size: 1.1em;
  font-weight: bold;
  font-family: "Open sans", sans-serif;
  color: var(--negro);
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .generalbox .inner .box-webinar-48 .cont-txt h2, .generalbox .inner .box-webinar-48 .cont-txt h3, .generalbox .inner .box-webinar-48 .cont-txt h4 {
    font-size: 1em;
  }
}
.generalbox .inner .box-webinar-48 .cont-txt p {
  font-size: 1em;
  margin-bottom: 10px;
  width: 100%;
  text-align: left !important;
}
.generalbox .inner .box-webinar-48 .cont-txt .btn-webinar {
  padding: 10px;
  background-color: var(--negro);
  color: var(--amarillo);
  font-size: 0.9em;
  font-weight: bold;
  font-family: "Open sans", sans-serif;
  float: left;
  margin-bottom: 20px;
  margin-top: 5px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.generalbox .inner .box-webinar-48 .cont-txt .btn-webinar:hover {
  background-color: var(--amarillo);
  color: var(--negro);
}
.generalbox .inner #mixedSlider {
  position: relative;
  float: left;
  width: 100%;
}
.generalbox .inner #mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
@media (max-width: 600px) {
  .generalbox .inner #mixedSlider .MS-content {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.generalbox .inner #mixedSlider .MS-content .item {
  display: inline-block;
  width: 32%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0px;
  margin-right: 2.1%;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1100px) {
  .generalbox .inner #mixedSlider .MS-content .item {
    width: 100%;
    min-height: 350px;
  }
}
@media (max-width: 1100px) and (max-width: 600px) {
  .generalbox .inner #mixedSlider .MS-content .item {
    min-height: auto;
  }
}
.generalbox .inner #mixedSlider .MS-content .item:hover .imgTitle img {
  opacity: 0.6;
}
.generalbox .inner #mixedSlider .MS-content .item:hover .alto-titulos p {
  color: var(--grisoscuro2);
}
.generalbox .inner #mixedSlider .MS-content .item:hover .alto-titulos h4 {
  color: var(--grisoscuro2);
}
.generalbox .inner #mixedSlider .MS-content .item:hover .alto-titulos h5 {
  color: var(--grisoscuro2);
}
.generalbox .inner #mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
.generalbox .inner #mixedSlider .MS-content .item .imgTitle img {
  margin-bottom: 5px;
  width: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  opacity: 1; /*Nivel de opacidad de las imágenes*/
}
.generalbox .inner #mixedSlider .MS-content .item .imgTitle .videocar {
  position: relative;
  width: 100%;
  padding-bottom: 52.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
.generalbox .inner #mixedSlider .MS-content .item .imgTitle .videocar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.generalbox .inner #mixedSlider .MS-content .item .alto-titulos {
  width: 100%;
  padding: 0px 10px 0px 10px;
}
.generalbox .inner #mixedSlider .MS-content .item .alto-titulos p {
  font-size: 0.9em;
  margin-bottom: 10px;
  color: var(--negro);
  font-weight: normal;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.generalbox .inner #mixedSlider .MS-content .item .alto-titulos p span {
  color: var(--verde);
  font-weight: 600;
}
.generalbox .inner #mixedSlider .MS-content .item .alto-titulos h4 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--negro);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.generalbox .inner #mixedSlider .MS-content .item .cuadro-boton {
  position: relative;
  margin-top: 10px;
  display: block;
  font-size: 20px;
  color: var(--negro);
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
  float: right;
}
.generalbox .inner #mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 30%;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
@media (max-width: 992px) {
  .generalbox .inner #mixedSlider .MS-controls button {
    font-size: 40px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .generalbox .inner #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
.generalbox .inner #mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
.generalbox .inner #mixedSlider .MS-controls .MS-left {
  left: 0;
}
@media (max-width: 767px) {
  .generalbox .inner #mixedSlider .MS-controls .MS-left {
    left: -25px;
  }
}
.generalbox .inner #mixedSlider .MS-controls .MS-right {
  right: 0;
}
@media (max-width: 767px) {
  .generalbox .inner #mixedSlider .MS-controls .MS-right {
    right: -25px;
  }
}
.generalbox .inner #basicSlider {
  position: relative;
}
.generalbox .inner #basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}
.generalbox .inner #basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .generalbox .inner #basicSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .generalbox .inner #basicSlider .MS-content .item {
    width: 35%;
  }
}
@media (max-width: 991px) and (max-width: 767px) and (max-width: 500px) {
  .generalbox .inner #basicSlider .MS-content .item {
    width: 50%;
  }
}
.generalbox .inner #basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}
.generalbox .inner #basicSlider .MS-controls button {
  position: absolute;
}
.generalbox .inner #basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}
.generalbox .inner #basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
.generalbox .inner {
  /*carrusel 1*/
}
.generalbox .box-nivelacion {
  width: 100%;
  padding: 60px;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  .generalbox .box-nivelacion {
    width: 100%;
    padding: 30px;
  }
}
.generalbox .box-nivelacion .caja-fecha {
  width: 100%;
  float: left;
  background-color: var(--blanco);
  -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  border-radius: 7px;
}
@media (max-width: 800px) {
  .generalbox .box-nivelacion .caja-fecha {
    margin-bottom: 20px;
  }
}
.generalbox .box-nivelacion .caja-fecha i {
  font-size: 24px;
  color: var(--negro);
  width: 60px;
  height: 60px;
  padding-top: 17px;
  background-color: var(--amarillo);
  float: left;
  text-align: center;
  border-radius: 7px 0px 0px 7px;
}
@media (max-width: 1100px) {
  .generalbox .box-nivelacion .caja-fecha i {
    font-size: 40px;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 7px 7px 0px 0px;
  }
}
.generalbox .box-nivelacion .caja-fecha .texto-fecha-nivelacion {
  float: left;
  padding: 10px 10px 10px 15px;
  height: 60px;
  width: 90%;
  overflow-wrap: break-word;
}
@media (max-width: 1100px) {
  .generalbox .box-nivelacion .caja-fecha .texto-fecha-nivelacion {
    width: 100%;
    height: auto;
  }
}
.generalbox .box-nivelacion .caja-fecha .texto-fecha-nivelacion p {
  text-align: left;
  color: var(--negro);
  font-size: 18px;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .generalbox .box-nivelacion .caja-fecha .texto-fecha-nivelacion p {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
  }
}
.generalbox .box-nivelacion .caja-fecha .texto-fecha {
  float: left;
  padding: 15px;
  height: 60px;
  width: auto;
  overflow-wrap: break-word;
}
@media (max-width: 1100px) {
  .generalbox .box-nivelacion .caja-fecha .texto-fecha {
    width: 100%;
    height: auto;
  }
}
.generalbox .box-nivelacion .caja-fecha .texto-fecha p {
  text-align: left;
  color: var(--negro);
  font-size: 20px;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .generalbox .box-nivelacion .caja-fecha .texto-fecha p {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
  }
}
.generalbox .box-nivelacion .caja-nivelacion {
  margin: 0px auto;
  max-width: 1620px;
  overflow: visible;
  width: 80%;
  display: block;
}
@media (max-width: 800px) {
  .generalbox .box-nivelacion .caja-nivelacion {
    width: 100%;
    padding: 0px 0px;
  }
}
.generalbox .box-nivelacion .caja-nivelacion .box-txt-inf {
  width: 100%;
}
.generalbox .box-nivelacion .caja-nivelacion .box-txt-inf p {
  text-align: center;
}
.generalbox .box-nivelacion .caja-nivelacion h3 {
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Open sans", sans-serif;
  color: var(--negro);
  margin-bottom: 20px;
  line-height: 1.3;
}
.generalbox .box-nivelacion .caja-nivelacion h3 strong {
  font-weight: bold;
}
.generalbox .box-nivelacion .caja-nivelacion h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Open sans condensed", sans-serif;
  color: var(--negro);
  margin-bottom: 20px;
}
.generalbox .box-nivelacion .caja-nivelacion p {
  text-align: left;
  color: var(--negro);
  font-size: 1em;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}
.generalbox .box-nivelacion .caja-nivelacion ::marker {
  color: var(--amarillo);
  font-size: 1.5em;
}
.generalbox .box-nivelacion .caja-nivelacion ul {
  font-family: "Open Sans", sans-serif;
  font-size: 15px !important;
  line-height: 15px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.generalbox .box-nivelacion .caja-nivelacion ul li {
  list-style-type: disc !important;
  margin-left: 25px;
  color: var(--negro);
  margin-bottom: 10px;
  line-height: normal;
}
.generalbox .box-vidauni {
  width: 50%;
  padding: 40px;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 800px) {
  .generalbox .box-vidauni {
    width: 100%;
  }
}
.generalbox .box-vidauni .caja-viduni {
  width: 100%;
}
@media (max-width: 800px) {
  .generalbox .box-vidauni .caja-viduni {
    width: 100%;
  }
}
.generalbox .box-vidauni .caja-viduni .box-txt-inf {
  width: 100%;
}
.generalbox .box-vidauni .caja-viduni .box-txt-inf p {
  text-align: center;
}
.generalbox .box-vidauni .caja-viduni h3 {
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Open sans", sans-serif;
  color: var(--negro);
  margin-bottom: 20px;
  line-height: 1.3;
}
.generalbox .box-vidauni .caja-viduni h3 strong {
  font-weight: bold;
}
.generalbox .box-vidauni .caja-viduni h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Open sans condensed", sans-serif;
  color: var(--negro);
  margin-bottom: 20px;
}
.generalbox .box-vidauni .caja-viduni p {
  text-align: left;
  color: var(--negro);
  font-size: 1em;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}
.generalbox .box-vidauni .caja-viduni p i {
  font-size: 1em;
  color: var(--verde);
}
.generalbox .box-vidauni .caja-viduni ul {
  font-family: "Open Sans", sans-serif;
  font-size: 15px !important;
  line-height: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.generalbox .box-vidauni .caja-viduni ul li {
  list-style-type: disc !important;
  margin-left: 25px;
  color: var(--negro);
  margin-bottom: 10px;
}
.generalbox .imgviduni {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  .generalbox .imgviduni {
    display: none;
  }
}
.generalbox .btn-vidauni {
  width: 100%;
  max-width: 340px;
  background-color: var(--blanco);
  padding: 15px;
  border-bottom: 5px var(--amarillo) solid;
  border-radius: 7px;
  margin: 0px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  color: var(--negro);
  font-size: 1em;
}
.generalbox .btn-vidauni:hover {
  background-color: var(--amarillo);
  max-width: 350px;
}
.generalbox .btn-vidauni:hover h3 {
  color: var(--negro);
}
.generalbox .btn-vidauni:hover i {
  color: var(--negro);
}
.generalbox .btn-vidauni h3 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: var(--negro);
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.generalbox .btn-vidauni i {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 5px;
  color: var(--negro);
}

.fondo-jornadas {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0px;
}

.tit-principal {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.tit-principal h1, .tit-principal h2 {
  font-size: 1.7em;
  font-weight: 400;
  font-family: "Open sans", sans-serif;
  color: var(--negro);
  padding-bottom: 6px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .tit-principal h1, .tit-principal h2 {
    font-size: 1.4em;
  }
}
.tit-principal h1:before, .tit-principal h2:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 20px;
  background-color: var(--amarillo);
  bottom: 0px;
}
.tit-principal h3 {
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Open sans", sans-serif;
  color: var(--negro);
  margin-bottom: 20px;
  line-height: 1.3;
}
.tit-principal h3 strong {
  font-weight: bold;
}

.caja-intro-actividad {
  width: 100%;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .caja-intro-actividad {
    padding: 20px;
  }
}
.caja-intro-actividad .imgelactica {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .caja-intro-actividad .imgelactica {
    min-height: 150px;
  }
}
.caja-intro-actividad .imagen-caja-actividad {
  float: right;
  width: 48%;
}
@media (max-width: 800px) {
  .caja-intro-actividad .imagen-caja-actividad {
    width: 100%;
    margin-bottom: 30px;
  }
}
.caja-intro-actividad .imagen-caja-actividad-left {
  float: left;
  width: 48%;
}
@media (max-width: 800px) {
  .caja-intro-actividad .imagen-caja-actividad-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.caja-intro-actividad .caja-texto-actividad {
  float: left;
  width: 48%;
}
@media (max-width: 800px) {
  .caja-intro-actividad .caja-texto-actividad {
    width: 100%;
  }
}
.caja-intro-actividad .caja-texto-actividad a {
  color: #444444;
}
.caja-intro-actividad .caja-texto-actividad a:hover {
  color: var(--amarillo);
}
.caja-intro-actividad .caja-texto-actividad .caja-fecha {
  width: 100%;
  float: left;
  background-color: var(--blanco);
  -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1277px) {
  .caja-intro-actividad .caja-texto-actividad .caja-fecha {
    margin-bottom: 20px;
  }
}
.caja-intro-actividad .caja-texto-actividad .caja-fecha .texto-fecha-actividad {
  float: left;
  padding: 15px 10px 10px 15px;
  height: 60px;
  width: auto;
  overflow-wrap: break-word;
}
@media (max-width: 1277px) {
  .caja-intro-actividad .caja-texto-actividad .caja-fecha .texto-fecha-actividad {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.caja-intro-actividad .caja-texto-actividad .caja-fecha .texto-fecha-actividad p {
  text-align: left;
  color: var(--negro);
  font-size: 18px;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .caja-intro-actividad .caja-texto-actividad .caja-fecha .texto-fecha-actividad p {
    width: 100%;
    height: auto;
    font-size: 16px;
  }
}
.caja-intro-actividad .caja-texto-actividad .caja-fecha i {
  font-size: 24px;
  color: var(--negro);
  width: 60px;
  height: 60px;
  padding-top: 17px;
  background-color: var(--amarillo);
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 7px 0px 0px 7px;
}
@media (max-width: 1277px) {
  .caja-intro-actividad .caja-texto-actividad .caja-fecha i {
    border-radius: 7px 7px 0px 0px;
    font-size: 40px;
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
.caja-intro-actividad .caja-texto-actividad p {
  text-align: left;
  color: var(--negro);
  font-size: 17px;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .caja-intro-actividad .caja-texto-actividad p {
    width: 100%;
    height: auto;
    font-size: 16px;
  }
}
.caja-intro-actividad .caja-texto-actividad-right {
  float: right;
  width: 48%;
}
@media (max-width: 800px) {
  .caja-intro-actividad .caja-texto-actividad-right {
    width: 100%;
  }
}
.caja-intro-actividad .caja-texto-actividad-right a {
  color: #444444;
}
.caja-intro-actividad .caja-texto-actividad-right a:hover {
  color: var(--amarillo);
}
.caja-intro-actividad .caja-texto-actividad-right .caja-fecha {
  width: 100%;
  float: left;
  background-color: var(--blanco);
  -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1277px) {
  .caja-intro-actividad .caja-texto-actividad-right .caja-fecha {
    margin-bottom: 20px;
  }
}
.caja-intro-actividad .caja-texto-actividad-right .caja-fecha .texto-fecha-actividad {
  float: left;
  padding: 15px 10px 10px 15px;
  height: 60px;
  width: auto;
  overflow-wrap: break-word;
}
@media (max-width: 1277px) {
  .caja-intro-actividad .caja-texto-actividad-right .caja-fecha .texto-fecha-actividad {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.caja-intro-actividad .caja-texto-actividad-right .caja-fecha .texto-fecha-actividad p {
  text-align: left;
  color: var(--negro);
  font-size: 18px;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .caja-intro-actividad .caja-texto-actividad-right .caja-fecha .texto-fecha-actividad p {
    width: 100%;
    height: auto;
    font-size: 16px;
  }
}
.caja-intro-actividad .caja-texto-actividad-right .caja-fecha i {
  font-size: 24px;
  color: var(--negro);
  width: 60px;
  height: 60px;
  padding-top: 17px;
  background-color: var(--amarillo);
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 7px 0px 0px 7px;
}
@media (max-width: 1277px) {
  .caja-intro-actividad .caja-texto-actividad-right .caja-fecha i {
    border-radius: 7px 7px 0px 0px;
    font-size: 40px;
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
.caja-intro-actividad .caja-texto-actividad-right p {
  text-align: left;
  color: var(--negro);
  font-size: 17px;
  font-weight: normal;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 1100px) {
  .caja-intro-actividad .caja-texto-actividad-right p {
    width: 100%;
    height: auto;
    font-size: 16px;
  }
}
.caja-intro-actividad strong {
  font-weight: bold;
}
.caja-intro-actividad .fa {
  color: var(--amarillo);
  margin-right: 5px;
}
.caja-intro-actividad p {
  font-size: 20px;
  line-height: 1.4;
  color: var(--negro);
  text-align: left;
  margin-bottom: 7px;
}
@media (max-width: 800px) {
  .caja-intro-actividad p {
    font-size: 18px;
  }
}
.caja-intro-actividad .fecha-feria {
  margin-top: 30px;
}
.caja-intro-actividad .fecha-feria h2 {
  font-size: 18px;
  line-height: 1.4;
  color: var(--negro) !important;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 800px) {
  .caja-intro-actividad .fecha-feria h2 {
    font-size: 16px;
  }
}
.caja-intro-actividad .fecha-feria p {
  font-size: 17px;
  line-height: 1.4;
  color: var(--negro);
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 800px) {
  .caja-intro-actividad .fecha-feria p {
    font-size: 15px;
  }
}

.caja-intro-atencion {
  width: 100%;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .caja-intro-atencion {
    padding: 20px;
  }
}
.caja-intro-atencion .imgelactica {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .caja-intro-atencion .imgelactica {
    min-height: 150px;
  }
}
.caja-intro-atencion .imagen-caja-atencion {
  float: right;
  width: 48%;
}
@media (max-width: 900px) {
  .caja-intro-atencion .imagen-caja-atencion {
    width: 100%;
    margin-bottom: 30px;
  }
}
.caja-intro-atencion .caja-texto-atencion {
  float: left;
  width: 48%;
}
@media (max-width: 900px) {
  .caja-intro-atencion .caja-texto-atencion {
    width: 100%;
  }
}
.caja-intro-atencion .box-around {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}
.caja-intro-atencion .box-around .mrg-met {
  margin-top: 30px;
  margin-bottom: 60px !important;
}
@media (max-width: 800px) {
  .caja-intro-atencion .box-around .mrg-met {
    margin-bottom: 30px !important;
  }
}
.caja-intro-atencion .box-around .box-met-ic {
  float: left;
  width: 30%;
  margin: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 800px) {
  .caja-intro-atencion .box-around .box-met-ic {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) and (max-width: 580px) {
  .caja-intro-atencion .box-around .box-met-ic {
    width: 100%;
  }
}
.caja-intro-atencion .box-around .box-met-ic .icon-met {
  width: 120px;
  height: 120px;
  background-color: #eeeeee;
  border-radius: 10px;
  border-bottom: 5px #c9c7c7 solid;
  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;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
          box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
}
.caja-intro-atencion .box-around .box-met-ic .icon-met i {
  color: #444;
  font-size: 60px;
}
.caja-intro-atencion .box-around .box-met-ic .txt-met {
  float: left;
  width: 100%;
  padding: 5px;
  font-family: "Open sans condensed", sans-serif;
  font-size: 16px;
  color: #444;
  text-align: center;
  font-weight: bold;
}
.caja-intro-atencion .box-around .box-met-ic h2 {
  font-family: "Open sans condensed", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: var(--negro);
  width: 100%;
}
@media (max-width: 800px) {
  .caja-intro-atencion .box-around .box-met-ic h2 {
    font-size: 16px;
  }
}
.caja-intro-atencion .box-around .box-met-ic p {
  margin-top: 7px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: var(--negro);
  width: 100%;
  font-weight: normal;
}
.caja-intro-atencion .box-around .box-met-ic a {
  color: #444444;
}
.caja-intro-atencion .box-around .box-met-ic a:hover {
  color: #777;
}
.caja-intro-atencion .box-around .box-met-ic2 {
  float: left;
  width: 30%;
  margin: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 900px) {
  .caja-intro-atencion .box-around .box-met-ic2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) and (max-width: 580px) {
  .caja-intro-atencion .box-around .box-met-ic2 {
    width: 100%;
  }
}
.caja-intro-atencion .box-around .box-met-ic2 .icon-met {
  width: 80px;
  height: 80px;
  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;
  margin-bottom: 5px;
  color: var(--negro);
  background-color: var(--amarillo);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.caja-intro-atencion .box-around .box-met-ic2 .icon-met:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.caja-intro-atencion .box-around .box-met-ic2 .icon-met .fa {
  color: var(--negro);
  font-size: 40px;
}
.caja-intro-atencion .box-around .box-met-ic2 .icon-met img {
  width: 100%;
  height: auto;
}
.caja-intro-atencion .box-around .box-met-ic2 .txt-met {
  float: left;
  width: 100%;
  padding: 5px;
  font-family: "Open sans condensed", sans-serif;
  font-size: 16px;
  color: #444;
  text-align: center;
  font-weight: bold;
}
.caja-intro-atencion .box-around .box-met-ic2 h2 {
  font-family: "Open sans condensed", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: var(--negro);
  width: 100%;
}
@media (max-width: 800px) {
  .caja-intro-atencion .box-around .box-met-ic2 h2 {
    font-size: 16px;
  }
}
.caja-intro-atencion .box-around .box-met-ic2 p {
  margin-top: 7px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: var(--negro);
  width: 100%;
  font-weight: normal;
}
.caja-intro-atencion .box-around .box-met-ic2 a {
  color: #444444;
}
.caja-intro-atencion .box-around .box-met-ic2 a:hover {
  color: #777;
}
.caja-intro-atencion strong {
  font-weight: bold;
}
.caja-intro-atencion p {
  font-size: 20px;
  line-height: 1.4;
  color: var(--negro);
  text-align: left;
  margin-bottom: 7px;
}
@media (max-width: 800px) {
  .caja-intro-atencion p {
    font-size: 18px;
  }
}
.caja-intro-atencion .fecha-feria {
  margin-top: 30px;
}
.caja-intro-atencion .fecha-feria h2 {
  font-size: 18px;
  line-height: 1.4;
  color: var(--negro) !important;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 800px) {
  .caja-intro-atencion .fecha-feria h2 {
    font-size: 16px;
  }
}
.caja-intro-atencion .fecha-feria p {
  font-size: 17px;
  line-height: 1.4;
  color: var(--negro);
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 800px) {
  .caja-intro-atencion .fecha-feria p {
    font-size: 15px;
  }
}

.cajas-nivelacion {
  float: left;
  width: 100%;
  margin-left: 0%;
  border-radius: 7px;
  margin-bottom: 40px;
  margin-top: 30px;
  -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1244px) {
  .cajas-nivelacion {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.cajas-nivelacion .fondo-color-1 {
  font-size: 16px !important;
  background-color: #505050;
  color: var(--blanco) !important;
  padding: 20px;
  border-radius: 7px 7px 0px 0px;
  height: auto;
}
@media (max-width: 1100px) {
  .cajas-nivelacion .fondo-color-1 {
    font-size: 14px !important;
  }
}
.cajas-nivelacion .fondo-color-2 {
  font-size: 16px !important;
  background-color: #777;
  color: var(--blanco) !important;
  padding: 20px;
  border-radius: 7px 7px 0px 0px;
  height: auto;
}
@media (max-width: 1100px) {
  .cajas-nivelacion .fondo-color-2 {
    font-size: 14px !important;
  }
}
.cajas-nivelacion .fondo-color-3 {
  font-size: 16px !important;
  background-color: #fece40;
  color: var(--negro) !important;
  padding: 20px;
  border-radius: 7px 7px 0px 0px;
  height: auto;
}
@media (max-width: 1286px) {
  .cajas-nivelacion .fondo-color-3 {
    font-size: 15.3px !important;
  }
}
@media (max-width: 1100px) {
  .cajas-nivelacion .fondo-color-3 {
    font-size: 14px !important;
  }
}
.cajas-nivelacion .pie-bajada {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #006879 !important;
}
.cajas-nivelacion h3 {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0px !important;
  height: 80px !important;
}
@media (max-width: 800px) {
  .cajas-nivelacion h3 {
    height: auto !important;
    font-size: 16px;
  }
}

.cajas-diagnostico {
  float: left;
  width: 100%;
  margin-left: 0%;
  border-radius: 7px;
  margin-bottom: 30px;
  margin-top: 0px;
  -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1244px) {
  .cajas-diagnostico {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
  }
}
.cajas-diagnostico .fondo-color-1 {
  font-size: 16px !important;
  background-color: #505050;
  color: var(--amarillo) !important;
  padding: 20px;
  border-radius: 7px 7px 0px 0px;
  height: auto;
}
@media (max-width: 1100px) {
  .cajas-diagnostico .fondo-color-1 {
    font-size: 14px !important;
  }
}
.cajas-diagnostico .fondo-color-2 {
  font-size: 16px !important;
  background-color: #777;
  color: var(--blanco) !important;
  padding: 20px;
  border-radius: 7px 7px 0px 0px;
  height: auto;
}
@media (max-width: 1100px) {
  .cajas-diagnostico .fondo-color-2 {
    font-size: 14px !important;
  }
}
.cajas-diagnostico .fondo-color-3 {
  font-size: 16px !important;
  background-color: #fece40;
  color: var(--negro) !important;
  padding: 20px;
  border-radius: 7px 7px 0px 0px;
  height: auto;
}
@media (max-width: 1286px) {
  .cajas-diagnostico .fondo-color-3 {
    font-size: 15.3px !important;
  }
}
@media (max-width: 1100px) {
  .cajas-diagnostico .fondo-color-3 {
    font-size: 14px !important;
  }
}
.cajas-diagnostico .pie-bajada {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #006879 !important;
}
.cajas-diagnostico h3 {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0px !important;
}
@media (max-width: 800px) {
  .cajas-diagnostico h3 {
    font-size: 16px;
  }
}

.separador-feria {
  border-bottom: 1px solid #777;
  border-style: solid;
  margin-bottom: 15px;
  margin-top: 15px;
  clear: both;
}

.altura {
  height: 320px;
}
@media (max-width: 1800px) {
  .altura {
    height: 350px;
  }
}
@media (max-width: 1453px) {
  .altura {
    height: 380px;
  }
}
@media (max-width: 1244px) {
  .altura {
    height: auto;
  }
}

.mail-nivelacion img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
@media (max-width: 1200px) {
  .mail-nivelacion img {
    width: 100% !important;
    height: auto !important;
    max-width: 200px;
  }
}

@media (max-width: 500px) {
  .mail-resp img {
    width: 100% !important;
    height: auto !important;
  }
}

.caja-color-texto-iconos {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 20px;
  padding: 17px 0px;
  background-color: #f6f6f6;
  border-radius: 7px;
  color: #444;
  border: 2px var(--grisclaro) solid;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.11);
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 821px) {
  .caja-color-texto-iconos {
    width: 100%;
    margin-right: 0%;
  }
}
.caja-color-texto-iconos .boton-check {
  padding: 10px;
  background-color: var(--amarillo);
  color: var(--negro);
  font-size: 0.9em;
  font-weight: bold;
  font-family: "Open sans", sans-serif;
  float: left;
  margin-bottom: 20px;
  margin-top: 5px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 200px;
}
.caja-color-texto-iconos .boton-check:hover {
  background-color: var(--negro);
  color: var(--amarillo);
}
.caja-color-texto-iconos .icon-box-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -14px;
  margin-left: 45%;
}
@media (max-width: 400px) {
  .caja-color-texto-iconos .icon-box-names {
    margin-left: 45%;
  }
}
.caja-color-texto-iconos .icon-box-names i {
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
  color: var(--grisoscuro);
  background-color: var(--blanco);
  border: 4px var(--amarillo) solid;
}
.caja-color-texto-iconos .icon-box-names .circulo {
  font-size: 24px;
  font-family: "Open sans", sans-serif;
  background-color: #545454;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: var(--amarillo);
  display: inline-block;
  font-weight: 600;
  line-height: 1.6em;
  margin-right: 0%;
  text-align: center;
  width: 1.6em;
}
@media (max-width: 400px) {
  .caja-color-texto-iconos .icon-box-names .circulo {
    font-size: 18px;
  }
}
.caja-color-texto-iconos p {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 821px) {
  .caja-color-texto-iconos p {
    font-size: 14px;
    line-height: 1em;
  }
}
.caja-color-texto-iconos h3 {
  color: #444;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 7px;
  margin-top: 10px;
}
@media (max-width: 821px) {
  .caja-color-texto-iconos h3 {
    font-size: 14px;
    line-height: 1em;
  }
}
.caja-color-texto-iconos a {
  font-size: 15px;
  color: var(--verde);
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.caja-color-texto-iconos a:hover {
  color: var(--grisoscuro);
}

.orden-cajas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 20px;
}

.onboarding {
  width: 100%;
  float: left;
}
.onboarding .centrar-texto-onboarding {
  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;
  margin-bottom: 30px;
  clear: both;
}
.onboarding .centrar-texto-onboarding h2 {
  font-size: 20px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none;
  text-align: center !important;
  color: var(--negro);
}
.onboarding input {
  font-family: "Open Sans", sans-serif;
  color: #222;
  width: 100%;
  padding: 14px;
  margin-bottom: 7px;
  background: #fff;
  border: 2px solid #e2e1e1;
  font-size: 14px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  opacity: 1; /*Nivel de opacidad de las imágenes*/
  -webkit-box-shadow: -3px 8px 6px -7px rgba(0, 0, 0, 0.51);
  box-shadow: -3px 8px 6px -7px rgba(0, 0, 0, 0.51);
}
.onboarding select {
  font-family: "Open Sans", sans-serif;
  color: #222;
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  background: #fff;
  border: 3px solid #e2e1e1;
  font-size: 15px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  opacity: 0.9; /*Nivel de opacidad de las imágenes*/
  -webkit-box-shadow: -3px 8px 6px -7px rgba(0, 0, 0, 0.51);
  box-shadow: -3px 8px 6px -7px rgba(0, 0, 0, 0.51);
}
.onboarding .select-40 {
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .onboarding .select-40 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
.onboarding .select-60 {
  float: left;
  width: 75%;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .onboarding .select-60 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.onboarding .select-100 {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.onboarding .ficha-50 {
  float: left;
  width: 45% !important;
  margin-right: 30px;
}
@media (max-width: 800px) {
  .onboarding .ficha-50 {
    width: 100% !important;
    margin-right: 0px;
  }
}
.onboarding .tabla-ficha-tecnica {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #333;
  line-height: normal;
  border-top: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  margin-bottom: 80px;
  border-radius: 7px 7px 0px 0px;
}
.onboarding .tabla-ficha-tecnica .titulo-tabla {
  width: 100%;
  float: left;
  font-weight: 700;
  background-color: #fece40;
  padding: 20px;
  font-size: 18px !important;
  word-break: break-word;
  text-align: center;
  border-radius: 7px 7px 0px 0px;
}
@media (max-width: 600px) {
  .onboarding .tabla-ficha-tecnica .titulo-tabla {
    font-size: 14px !important;
  }
}
.onboarding .tabla-ficha-tecnica .titulo-ficha {
  width: 30%;
  float: left;
  font-weight: 700;
  background-color: #eee;
  padding: 20px;
  font-size: 16px !important;
  border-bottom: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  word-break: break-word;
}
@media (max-width: 600px) {
  .onboarding .tabla-ficha-tecnica .titulo-ficha {
    font-size: 14px !important;
    width: 40%;
  }
}
.onboarding .tabla-ficha-tecnica .texto-ficha {
  width: 70%;
  float: left;
  font-size: 16px !important;
  padding: 20px;
  border-bottom: 1px solid #c3c3c3;
  font-weight: normal;
}
@media (max-width: 600px) {
  .onboarding .tabla-ficha-tecnica .texto-ficha {
    font-size: 14px !important;
    width: 60%;
  }
}
.onboarding .tabla-ficha-tecnica .texto-ficha p {
  margin-bottom: 13px !important;
  font-size: 16px !important;
}
@media (max-width: 600px) {
  .onboarding .tabla-ficha-tecnica .texto-ficha p {
    font-size: 14px !important;
  }
}
.onboarding .tabla-ficha-tecnica .texto-ficha .boton-ficha {
  font-size: 15px;
  color: var(--amarillo);
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--negro);
  padding: 10px;
  border-radius: 7px;
}
.onboarding .tabla-ficha-tecnica .texto-ficha .boton-ficha:hover {
  color: var(--negro);
  background-color: var(--amarillo);
}
.onboarding .tabla-ficha-tecnica .texto-ficha a {
  font-size: 15px;
  color: var(--azul);
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.onboarding .tabla-ficha-tecnica .texto-ficha a:hover {
  color: var(--negro2);
}

.box-descarga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
  -webkit-box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
          box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
}
.box-descarga .tit-descarga {
  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: 80%;
  background-color: var(--grisclaro);
}
@media (max-width: 800px) {
  .box-descarga .tit-descarga {
    width: 100%;
  }
}
.box-descarga .tit-descarga h2 {
  font-size: 20px;
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  color: var(--negro);
  padding: 40px 20px;
  text-align: center;
}
@media (max-width: 800px) {
  .box-descarga .tit-descarga h2 {
    font-size: 16px;
  }
}
.box-descarga .tit-descarga h2:before {
  content: "";
  position: initial;
}
.box-descarga .icon-descarga {
  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: 20%;
  background-color: var(--negro);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .box-descarga .icon-descarga {
    width: 100%;
  }
}
.box-descarga .icon-descarga:hover {
  background-color: var(--amarillo);
}
.box-descarga .icon-descarga:hover i {
  color: var(--negro);
}
.box-descarga .icon-descarga i {
  font-size: 4em;
  font-weight: bold;
  color: var(--blanco);
  padding: 40px 20px;
}
@media (max-width: 800px) {
  .box-descarga .icon-descarga i {
    font-size: 3em;
    padding: 20px;
  }
}

.bloque-agenda {
  width: 31%;
  background-color: var(--blanco);
  padding: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
          box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
}
@media (max-width: 1000px) {
  .bloque-agenda {
    width: 48%;
  }
}
@media (max-width: 1000px) and (max-width: 600px) {
  .bloque-agenda {
    width: 100%;
  }
}
.bloque-agenda:hover {
  scale: 1.05;
  background-color: var(--amarillo);
}
.bloque-agenda:hover .box-fecha-agenda .mes-agen {
  background-color: var(--blanco);
  border-bottom: 2px solid var(--amarillo);
}
.bloque-agenda .box-fecha-agenda {
  width: 20%;
  min-width: 75px;
  max-width: 75px;
  height: 75px;
  border: 2px solid var(--amarillo);
  border-radius: 10px;
}
.bloque-agenda .box-fecha-agenda .mes-agen {
  width: 100%;
  background-color: var(--amarillo);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  font-weight: bold;
  padding: 7px 0px;
  color: var(--negro);
  border-radius: 5px 5px 0px 0px;
}
.bloque-agenda .box-fecha-agenda .dia-agen {
  width: 100%;
  background-color: var(--blanco);
  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;
  padding: 7px 0px;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--negro);
  border-radius: 0px 0px 6px 6px;
}
.bloque-agenda .box-txt-cont-agenda {
  width: 78%;
  height: 100%;
  margin-left: 2%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bloque-agenda .box-txt-cont-agenda h3 {
  width: 100%;
  text-align: left;
  font-size: 1em;
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  color: var(--negro);
  margin-bottom: 7px;
}
.bloque-agenda .box-txt-cont-agenda p {
  width: 100%;
  margin: 0px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
}

.caja-portal {
  float: left;
  width: 48%;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
          box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: var(--blanco);
}
@media (max-width: 800px) {
  .caja-portal {
    width: 100%;
    min-height: 310px;
    height: 100%;
  }
}
.caja-portal:hover {
  -webkit-box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18);
}
.caja-portal .imagen-portal-caja {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.caja-portal .imagen-portal-caja .app {
  width: 80px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.caja-portal .imagen-portal-caja .logo {
  width: 280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.caja-portal .imagen-portal-caja i {
  font-size: 60px;
  color: #777;
}
.caja-portal .titulo-portal-caja {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.caja-portal .titulo-portal-caja h3 {
  float: left;
  width: 100%;
  color: #444;
  background-color: transparent;
  clear: both;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  border-bottom: none;
  padding: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.caja-portal .titulo-portal-caja h3:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100px;
  background: var(--amarillo);
  bottom: -4px;
}
.caja-portal .texto-portal-caja {
  float: left;
  width: 100%;
}
.caja-portal .texto-portal-caja ::marker {
  color: var(--amarillo);
  font-size: 1.5em;
}
.caja-portal .texto-portal-caja p {
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #3b3b3c;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.caja-portal .texto-portal-caja p a {
  font-weight: bold;
  color: #444;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.caja-portal .texto-portal-caja p a:hover {
  color: var(--amarillo);
}
.caja-portal .texto-portal-caja h4 {
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #3b3b3c;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
  font-weight: 700;
}
.caja-portal .texto-portal-caja ul {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  line-height: 1.1;
  font-size: 14px;
  color: #000;
  list-style-type: disc;
}
.caja-portal .texto-portal-caja ul li {
  margin-bottom: 10px;
}
.caja-portal .texto-portal-caja ul li a {
  font-weight: bold;
  color: #262626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.caja-portal .texto-portal-caja ul li a:hover {
  color: var(--amarillo);
}
.caja-portal .texto-portal-caja .contenedor-listas {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.caja-portal .texto-portal-caja .contenedor-listas .listavideos-seccion {
  float: left;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .caja-portal .texto-portal-caja .contenedor-listas .listavideos-seccion {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.caja-portal .texto-portal-caja .contenedor-listas .listavideos-seccion h3 {
  float: left;
  width: 100%;
  color: #444;
  font-size: 22px;
  font-family: "Open sans", sans-serif;
  border-bottom: none;
  background: transparent;
  margin-bottom: 0px;
  font-weight: 600;
  padding: 0px;
  text-align: center;
}
.caja-portal .texto-portal-caja .contenedor-listas .listavideos-seccion .lista-videos {
  font-weight: bold;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  line-height: 1.1;
  font-size: 14px;
  color: #000;
  list-style-type: none;
}
.caja-portal .texto-portal-caja .contenedor-listas .listavideos-seccion .lista-videos a {
  color: #262626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.caja-portal .texto-portal-caja .contenedor-listas .listavideos-seccion .lista-videos a:hover {
  color: var(--amarillo);
}
.caja-portal .texto-portal-caja .botones-seccion {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0px 50px;
}
@media (max-width: 950px) {
  .caja-portal .texto-portal-caja .botones-seccion {
    padding: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.caja-portal .texto-portal-caja .botones-seccion a {
  color: #444;
  background-color: #fff;
  padding: 10px;
  float: left;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 7px;
  text-align: center;
  border: 2px solid var(--amarillo);
}
@media (max-width: 950px) {
  .caja-portal .texto-portal-caja .botones-seccion a {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .caja-portal .texto-portal-caja .botones-seccion a {
    margin-bottom: 10px;
  }
}
.caja-portal .texto-portal-caja .botones-seccion a:hover {
  color: #777;
  background-color: #fff;
  border: 2px solid #777;
}
.caja-portal .texto-portal-caja .imagen-interior-texto {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.caja-portal .texto-portal-caja .imagen-interior-texto img {
  float: left;
  width: 100%;
  max-width: 170px;
  height: 170px;
  margin-bottom: 10px;
  clear: both;
}

@media (max-width: 340px) {
  header .header--Top2-um .inner--um .wrapservicios {
    width: 25%;
  }
}
.formbox {
  float: left;
  width: 50%;
  background-color: var(--grisclaro2);
}
@media (max-width: 800px) {
  .formbox {
    width: 100%;
  }
}
.formbox .formtxt {
  float: right;
  width: 100%;
  max-width: 654px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 800px) {
  .formbox .formtxt {
    max-width: 100%;
    padding: 20px;
  }
}
.formbox .formtxt input {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  width: 48%;
  padding: 6px;
  margin-bottom: 15px;
}
@media (max-width: 650px) {
  .formbox .formtxt input {
    width: 100%;
  }
}
.formbox .formtxt textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  width: 100%;
  padding: 6px;
  margin-bottom: 10px;
}
.formbox .formtxt select {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  width: 48%;
  padding: 6px;
  margin-bottom: 15px;
}
@media (max-width: 650px) {
  .formbox .formtxt select {
    width: 100%;
  }
}
.formbox .formtxt button {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 230px;
  padding: 10px;
  border-radius: 10px;
  border: 1px var(--amarillo) solid;
  background-color: var(--amarillo);
  color: #111111;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formbox .formtxt button:hover {
  color: var(--amarillo);
  background-color: #111111;
  border: 1px #111111 solid;
}
.formbox .formtxt .requeridos {
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  color: #ca3526;
  width: 100%;
}
.formbox .formtxt .politicas {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.formbox .formtxt .politicas a {
  font-size: 13px;
  line-height: 31px;
  color: #6e6e6e;
  display: block;
  text-decoration: none;
  -webkit-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*FORMULARIO CARRERAS INTERNAS*/
.form-inter {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
} /*ESTE ATRIBUTO ES PARA PODER ANCHAR Y CENTRAR EL FORMULARIO DENTRO DE LAS PÁGINAS DE CARRERAS*/