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

html {
  scroll-behavior: smooth;
}

#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 {
    position: initial;
    background: #fff;
    width: 100%;
    margin-top: 0px;
    padding-left: 0%;
    float: left;
  }
}
/********INICIO BOTON FORMULARIO********/
#boton-guia-form {
  position: fixed;
  top: 320px;
  right: 0px;
  z-index: 100;
}
@media (max-width: 800px) {
  #boton-guia-form {
    top: 300px;
  }
}
#boton-guia-form .texto-boton-form {
  font-family: "PT Sans Narrow", sans-serif;
  float: left;
  padding: 10px 10px 12px 10px;
  color: #444;
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  height: 37px;
  -webkit-box-shadow: -2px 5px 19px -3px rgba(0, 0, 0, 0.41);
  box-shadow: -2px 5px 19px -3px rgba(0, 0, 0, 0.41);
}
@media (max-width: 800px) {
  #boton-guia-form .texto-boton-form {
    display: none;
  }
}
#boton-guia-form .texto-boton-form:hover {
  background: var(--amarillo);
  color: #444;
}
#boton-guia-form .icono-boton-form {
  float: left;
  padding: 9px 10px 11px;
  color: var(--amarillo);
  background-color: #777;
  font-size: 20px;
  height: 37px;
}
@media (max-width: 800px) {
  #boton-guia-form .icono-boton-form {
    font-size: 24px;
    height: 50px;
  }
}
#boton-guia-form .icono-boton-form :hover {
  color: #fff;
  background-color: #777;
}

/********FIN BOTON FORMULARIO********/
/********FIN BOTON FORMULARIO********/
.banner-bgimg {
  padding-top: 0px !important;
}
.banner-bgimg img {
  width: 100%;
  height: auto;
}

.generalbox {
  float: left;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 60px;
}
.generalbox .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: visible;
  width: 80%;
}
@media (max-width: 800px) {
  .generalbox .inner {
    width: 100%;
    padding: 0px 20px;
  }
}
.generalbox .inner .title-a {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.generalbox .inner .title-a h2 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #444;
  position: relative;
}
@media (max-width: 800px) {
  .generalbox .inner .title-a h2 {
    font-size: 25px;
  }
}
.generalbox .inner .title-a h2:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 20px;
  background: var(--amarillo);
  bottom: -4px;
}
.generalbox .inner .title-intro {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  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 .title-intro h1 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #444;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .generalbox .inner .title-intro h1 {
    font-size: 25px;
  }
}
.generalbox .inner .title-intro .linea {
  width: 50px;
  height: 4px;
  background-color: #006879;
  display: block;
}
.generalbox .inner .caja-video {
  width: 100%;
  max-width: 800px;
}
.generalbox .inner .caja-video .video-int {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 10px 0px 20px;
}
.generalbox .inner .caja-video .video-int iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.generalbox .inner .intro-textocentral {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.generalbox .inner .intro-textocentral p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  color: #3b3b3c;
  width: 100%;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
}
.generalbox .inner .textocentral {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.generalbox .inner .textocentral p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  color: #3b3b3c;
  width: 100%;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 10px;
}
.generalbox .inner .contact-box {
  float: left;
  width: 100%;
  max-width: 500px;
  border: 3px solid #006879;
  margin: 40px 20px;
  border-radius: 10px;
}
.generalbox .inner .contact-box h3 {
  width: 100%;
  text-align: center;
  font-family: "Open sans", sans-serif;
  font-size: 24px;
  color: #fff;
  background-color: #006879;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.generalbox .inner .contact-box p {
  padding: 0px 10px;
}
.generalbox .inner .contact-box a {
  width: 100%;
  max-width: 200px;
  border-radius: 7px;
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #006879;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}
.generalbox .inner .contact-box a:hover {
  color: #111;
  background-color: var(--amarillo);
}
.generalbox .inner .centralbox {
  float: left;
  width: 100%;
}
.generalbox .inner .centralbox .textocentro {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.generalbox .inner .centralbox .textocentro ul {
  margin: 0px;
  padding: 5px 20px 20px;
  list-style-type: disc;
  color: #3b3b3c;
}
.generalbox .inner .centralbox .textocentro ul li {
  margin-bottom: 10px;
  font-family: "Open sans", sans-serif;
  font-size: 15px;
  line-height: 1.3;
}
.generalbox .inner .centralbox .textocentro ul li a {
  color: #006879;
  font-weight: 600;
  text-decoration: none;
  margin: 0px;
  font-size: 15px;
}
.generalbox .inner .centralbox .textocentro ul li a:hover {
  color: var(--amarillo);
}
.generalbox .inner .centralbox .textocentro ol {
  margin: 0px;
  padding: 5px 20px 20px;
  list-style: upper-greek;
  list-style-type: upper-greek;
  color: #3b3b3c;
}
.generalbox .inner .centralbox .textocentro ol li {
  margin-bottom: 10px;
  font-family: "Open sans", sans-serif;
  font-size: 15px;
  line-height: 1.3;
}
.generalbox .inner .centralbox .textocentro ol li a {
  color: #006879;
  font-weight: 600;
  text-decoration: none;
  margin: 0px;
  font-size: 15px;
}
.generalbox .inner .centralbox .textocentro ol li a:hover {
  color: var(--amarillo);
}
.generalbox .inner .centralbox p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  color: #3b3b3c;
  line-height: 1.3;
}
.generalbox .inner .centralbox .orden-iconos {
  padding-top: 10px;
  width: 100%;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.generalbox .inner .centralbox .orden-iconos .box-met-ic {
  float: left;
  width: 48%;
  padding: 20px 30px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .generalbox .inner .centralbox .orden-iconos .box-met-ic {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 0px;
  }
}
.generalbox .inner .centralbox .orden-iconos .box-met-ic .icon-met {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.generalbox .inner .centralbox .orden-iconos .box-met-ic .icon-met img {
  width: 100%;
  max-width: 120px;
  height: 120px;
}
.generalbox .inner .centralbox .orden-iconos .box-met-ic .txt-met {
  float: left;
  width: 100%;
  padding: 5px;
}
.generalbox .inner .centralbox .orden-iconos .box-met-ic .txt-met h4 {
  font-family: "Open sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  text-decoration: none;
}
.generalbox .inner .centralbox .orden-iconos .box-met-ic .txt-met p {
  font-family: "Open sans", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
  text-align: left !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
}
.generalbox .inner .centralbox .boton-matricula-amarillo {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
}
.generalbox .inner .centralbox .boton-matricula-amarillo .contenedor-boton {
  float: left;
  width: 100%;
  height: 60px;
  border-radius: 6px 6px 6px 6px;
  -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-width: 274px;
  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;
}
.generalbox .inner .centralbox .boton-matricula-amarillo .contenedor-boton .texto-boton-form {
  float: left;
  padding: 24px 25px 20px 25px;
  color: #444;
  background-color: var(--amarillo);
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px 0px 0px 6px;
}
.generalbox .inner .centralbox .boton-matricula-amarillo .contenedor-boton .texto-boton-form:hover {
  color: #262626;
}
.generalbox .inner .centralbox .boton-matricula-amarillo .contenedor-boton .icono-boton-form {
  float: left;
  padding: 20px 20px 15px 20px;
  color: #fff;
  background-color: #444;
  font-size: 24px;
  border-radius: 0px 6px 6px 0px;
}
.generalbox .inner .centralbox .boton-matricula-amarillo .contenedor-boton .icono-boton-form:hover {
  background-color: #777;
  color: var(--amarillo);
}
.generalbox .inner .imagen-flujo {
  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: 30px;
}
.generalbox .inner .imagen-flujo img {
  width: 100%;
  max-width: 1000px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.generalbox .inner h3 {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Open sans condensed", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #111111;
  margin-bottom: 30px;
}
.generalbox .inner .box-around {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.generalbox .inner .box-around p {
  color: #111111;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
.generalbox .inner .box-around .btn-activo {
  width: 100%;
  max-width: 300px;
  background-color: var(--amarillo);
  padding: 20px;
  border-radius: 14px;
  color: #111111;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.generalbox .inner .box-around .btn-activo:hover {
  color: var(--amarillo);
  background-color: #111;
}
.generalbox .inner .box-around .btn-activo i {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
}
.generalbox .inner .box-around .caja-team {
  float: left;
  width: 100%;
  max-width: 230px;
  padding: 10px;
  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;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .generalbox .inner .box-around .caja-team {
    width: 48%;
  }
}
.generalbox .inner .box-around .caja-team img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .generalbox .inner .box-around .caja-team img {
    max-width: 110px;
    height: 110px;
  }
}
.generalbox .inner .box-around .caja-team h4 {
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  color: #111111;
  text-align: center;
}
.generalbox .inner .box-around .caja-team p {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  color: #111111;
  text-align: center;
  margin-bottom: 5px;
  line-height: 20px;
}
.generalbox .inner .box-around .box-met-ic {
  float: left;
  width: 48%;
  padding: 20px 30px;
}
@media (max-width: 800px) {
  .generalbox .inner .box-around .box-met-ic {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 0px;
  }
}
@media (max-width: 800px) {
  .generalbox .inner .box-around .box-met-ic {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) and (max-width: 580px) {
  .generalbox .inner .box-around .box-met-ic {
    width: 100%;
  }
}
.generalbox .inner .box-around .box-met-ic .icon-met {
  width: 120px;
  height: 120px;
  background-color: #444;
  border-radius: 50%;
  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;
}
.generalbox .inner .box-around .box-met-ic .icon-met img {
  width: 50%;
}
.generalbox .inner .box-around .box-met-ic .txt-met {
  float: left;
  width: 100%;
  padding: 5px;
  font-family: "Open sans condensed", sans-serif;
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.cont-vid {
  margin-top: 10px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: visible;
  width: 80%;
}
@media (max-width: 800px) {
  .cont-vid {
    width: 95%;
  }
}
.cont-vid iframe {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 461px) {
  .cont-vid iframe {
    top: 200px;
  }
}

.accordion {
  background-color: transparent;
  color: #3b3b3c;
  border: 2px var(--amarillo) solid;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  text-align: center;
  font-family: "Open Sans condensed", sans-serif;
  font-weight: bold;
  outline: none;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .accordion {
    font-size: 18px;
  }
}

.active-a, .accordion:hover {
  color: #111;
  background-color: var(--amarillo);
}

.accordion:before {
  content: "+";
  color: #000;
  font-weight: bold;
  float: left;
  margin-right: 7px;
}

.accordion:hover::before {
  color: #111;
}

.active-a:before {
  content: "−";
  color: var(--amarillo);
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.panel .btn-acc {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.panel .btn-acc a {
  float: left;
  width: 100%;
  max-width: 220px;
  padding: 15px 12px;
  margin: 0px 0px 30px;
  color: #fff;
  background-color: #006879;
  border-radius: 7px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bold;
}
.panel .btn-acc a:hover {
  color: #111111;
  background-color: var(--amarillo);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.panel strong {
  font-weight: bold;
}
.panel i {
  font-style: italic;
  color: #444;
}
.panel p {
  font-family: "Open sans", sans-serif;
  font-size: 15px !important;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 20px;
  text-align: left;
}
.panel h4 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #444;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
.panel a {
  font-size: 14px;
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  color: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.panel a:hover {
  color: #777;
}
.panel ul {
  margin: 0px;
  padding: 5px 20px 20px;
  list-style-type: disc;
  color: #111;
}
.panel ul li {
  margin-bottom: 10px;
  font-family: "Open sans", sans-serif;
  font-size: 15px;
  line-height: 1.3;
}
.panel ul li a {
  color: #006879;
  font-weight: 600;
  text-decoration: none;
  margin: 0px;
  font-size: 15px;
}
.panel ul li a:hover {
  color: var(--amarillo);
}
.panel ol {
  margin: 0px;
  padding: 5px 20px 20px;
  list-style: upper-greek;
  list-style-type: upper-greek;
  color: #111;
}
.panel ol li {
  margin-bottom: 10px;
  font-family: "Open sans", sans-serif;
  font-size: 15px;
  line-height: 1.3;
}
.panel ol li a {
  color: #006879;
  font-weight: 600;
  text-decoration: none;
  margin: 0px;
  font-size: 15px;
}
.panel ol li a:hover {
  color: var(--amarillo);
}
.panel .imgzoom-box {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.panel .imgzoom-box a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.panel .imgzoom-box img {
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.acc-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
} /*ESTO SE AÑADE A orden-iconos Y EL ACORDEÓN QUE ESTÁ SOLO QUEDARA CENTRADO, PERO SI HAY 2 O MAS ENTONCES NO SE DEBE USAR*/
.btn-prin {
  width: 100%;
  margin: 0 10px;
  max-width: 300px;
  background-color: #fff;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 20px;
  color: #3b3b3c;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -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);
}
.btn-prin:hover {
  color: #444;
  background-color: var(--amarillo);
}
.btn-prin:hover i {
  color: #777;
}
.btn-prin i {
  width: 100%;
  color: var(--amarillo);
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.acordeon-info {
  float: left;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  font-weight: bold;
  font-size: "Open sans", sans-serif;
  border: 2px var(--amarillo) solid;
  -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);
  /*fin accordion-body > * > .accordion-body*/
}
.acordeon-info i {
  float: left;
  width: 100%;
  font-size: 40px;
  margin-bottom: 20px;
  color: #777;
}
.acordeon-info .no-js .accordion-body {
  display: block;
}
.acordeon-info .accordion-body {
  display: none;
  padding: 10px 20px 14px;
  border-radius: 5px;
  margin: 4px 0;
  color: #000;
}
@media (max-width: 800px) {
  .acordeon-info .accordion-body {
    padding: 10px 0px 14px;
  }
}
.acordeon-info .accordion-body > * > .accordion-body {
  margin: 0;
}
.acordeon-info .accordion-header {
  background: no-repeat 95% center;
  margin: 8px 0;
  color: #111;
  padding: 15px 12px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
}
.acordeon-info .accordion-header:before {
  content: "+";
  color: #111;
  font-weight: bold;
  float: left;
  margin-right: 8px;
  font-size: 20px;
  width: 10px;
}
.acordeon-info .acordeon-interior {
  background-color: #cacaca;
  color: #111;
}
.acordeon-info .accordion-header.open {
  background: no-repeat 95% center;
  color: #000;
  font-weight: bold;
}
.acordeon-info .accordion-header.open:before {
  content: "-" !important;
  color: #111;
  font-weight: bold;
  float: left;
  margin-right: 8px;
  font-size: 20px;
  width: 10px;
}
.acordeon-info .accordion-header:last-of-type {
  margin-bottom: 0;
}
.acordeon-info .accordion-header.open:last-of-type {
  margin-bottom: 4px;
}
.acordeon-info .accordion-header span {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  color: #333;
  font-weight: normal;
}
.acordeon-info .caja-texto-interior {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*fin acordeon-info*/
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 {
  float: left;
  background-color: #eee;
  color: #111;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: left;
  font-weight: bold;
  font-size: "Open sans", sans-serif;
  margin: 0px 5px 20px 5px;
  /*fin accordion-body > * > .accordion-body*/
}
@media (max-width: 800px) {
  .acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 {
    max-width: 100%;
  }
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 i {
  float: left;
  width: 100%;
  font-size: 28px;
  margin-bottom: 10px;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .no-js .accordion-body {
  display: block;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .accordion-body {
  display: none;
  padding: 10px 20px 14px;
  border-radius: 5px;
  margin: 4px 0;
  color: #111;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .accordion-body > * > .accordion-body {
  margin: 0;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .accordion-header {
  margin: 0px;
  color: #111;
  padding: 12px 10px;
  cursor: pointer;
  border-radius: 0px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  border-left: #006879 3px solid;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .acordeon-interior {
  background-color: #cacaca;
  color: #111;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .accordion-header.open {
  color: #111;
  font-weight: bold;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .accordion-header:last-of-type {
  margin-bottom: 0;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .accordion-header.open:last-of-type {
  margin-bottom: 4px;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .accordion-header span {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  color: #111;
  font-weight: normal;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .caja-texto-interior {
  float: left;
  width: 100%;
}
.acordeon-info .caja-texto-interior .texto-interior-acordeon .acordeon-info-2 .caja-texto-interior img {
  width: 100%;
  height: auto;
}

/*fin acordeon-info*/
.wd-100 {
  width: 100%;
}

.fl-left {
  float: left;
}

.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-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fondo-grisclaro {
  background-color: #eee;
  padding: 60px 0px 40px 0px;
}

.fondo-intro {
  background-color: #daecef;
  padding: 60px 0px 40px 0px;
  margin-top: -2px;
}

.mgb-zero {
  margin-bottom: 0px !important;
}

.mgt20 {
  margin-top: 20px;
}

.mgt40 {
  margin-top: 40px;
}

.mgb40 {
  margin-bottom: 40px;
}

:root {
  --blanco: #ffffff;
  --negro: #444444;
  --negro2: #888888;
  --grisclaro: #eeeeee;
  --grisclaro2: #ecebeb;
  --amarillo: #fece40;
  --amarillo2: #d3b327;
  --verde:#006879;
  --verde2: #07a7c1;
}