@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 .headerTop {
  font-family: "Open Sans Condensed", sans-serif;
  background: #4e4e4e;
}
header .headerTop .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: hidden;
  width: 80%;
}
header .headerTop .inner .wrapInfo {
  float: left;
}
header .headerTop .inner .wrapInfo a {
  color: #fff;
  display: block;
  float: left;
  line-height: 40px;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: background 250ms, color 250ms;
  -o-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
}
header .headerTop .inner .wrapInfo a:nth-of-type(1) {
  background: #777777;
  font-weight: 100;
  padding: 0px 40px;
}
header .headerTop .inner .wrapInfo a:nth-of-type(1) span {
  color: #feda3f;
  font-weight: bold;
  text-decoration: none;
}
header .headerTop .inner .wrapInfo a:nth-of-type(1):hover {
  background: #feda3f;
  color: #4e4e4e;
}
header .headerTop .inner .wrapInfo a:nth-of-type(1):hover span {
  color: #4e4e4e;
}
header .headerTop .inner .wrapInfo a:nth-of-type(2) {
  padding: 0px 20px;
  font-weight: 100;
  font-size: 18px;
}
header .headerTop .inner .wrapInfo a:nth-of-type(3) {
  height: 30px;
  background: #999a9a;
  color: #4e4e4e;
  text-align: center;
  line-height: 33px;
  margin: 5px 0px;
  width: 30px;
}
header .headerTop .inner .wrapInfo a:nth-of-type(3):hover {
  background: #feda3f;
  color: #000;
}
header .headerTop .inner .wrapservicios {
  float: right;
}
header .headerTop .inner .wrapservicios a {
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-transition: background 250ms, color 250ms;
  -o-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
}
header .headerTop .inner .wrapservicios a:nth-of-type(1) {
  background: #656464;
}
header .headerTop .inner .wrapservicios a:hover {
  background: #feda3f;
  color: #4e4e4e;
}
header .headerTop .inner .form {
  float: right;
}
header .headerTop .inner .form form {
  width: 17%;
}
header .headerTop .inner .form form fieldset {
  position: relative;
}
header .headerTop .inner .form form fieldset input {
  border: none;
  background: #8c8c8c;
  display: block;
  height: 40px;
  padding: 0px 30px 0px 10px;
  outline: none;
  color: #fff;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: right;
}
header .headerBottom {
  background: #feda3f;
}
header .headerBottom .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: hidden;
  width: 80%;
  padding: 5px 0px;
}
header .headerBottom .inner h1 {
  position: relative;
  z-index: 200;
  display: block;
  float: left;
  width: 25.9%;
  padding: 10px;
  width: 270px;
}
header .headerBottom .inner h1 a {
  display: block;
}
header .headerBottom .inner h1 a img {
  height: auto;
  width: 100%;
}
header #header {
  z-index: 100;
  background: inherit;
  position: absolute;
  padding: 0px;
  right: 20%;
  font-family: "Open Sans Condensed", sans-serif;
}
header #header h2 {
  width: 80%;
  border-bottom: 1px solid #c16622;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-weight: bold;
  text-transform: none;
  color: #c16622;
  font-size: 16px;
  margin-bottom: 10px;
}
header #header a {
  text-decoration: none;
  position: relative;
  /*
    webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  */
}
header #header a:before {
  content: "";
  position: absolute;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ba1501;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
  -o-transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
  transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}
header #header a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
header #header:after {
  content: "";
  clear: both;
  display: block;
}
header nav {
  top: -60px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
}
header nav > ul {
  float: left;
  position: relative;
}
header nav li {
  list-style: none;
  float: left;
}
header nav .dropdown {
  position: relative;
}
header nav li a {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  color: #000000;
}
header nav li a:hover {
  background: #a32e36;
  color: #fff;
}
header nav li ul {
  display: none;
}
header nav li:hover ul {
  display: inline;
}
header nav li li {
  float: none;
}
header nav .dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #a60f08;
  padding: 10px 0;
  border-bottom: 3px solid #777;
}
header nav .dropdown li {
  white-space: nowrap;
}
header nav .dropdown li a {
  padding: 5px 35px;
  font-size: 15px;
  min-width: 200px;
}
header nav .mega-dropdown {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f7f7f7;
  overflow: hidden;
  padding: 20px 35px;
  border-bottom: 3px solid #777;
}
header nav li li a {
  float: none;
  color: #000000;
  display: block;
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 15px;
}
header nav li:hover a {
  color: #444;
  background: inherit;
}
header .mega-col {
  width: 25%;
  float: left;
  min-height: 250px;
  margin-bottom: 10px;
}
header #menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  margin-right: 30px;
  display: none;
}
header #menu-icon span {
  border: 2px solid #444;
  width: 30px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.2s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

@media (max-width: 1288px) {
  header .headerTop .inner {
    width: 100%;
  }
}
@media (max-width: 760px) {
  header .headerTop .inner .wrapInfo a:nth-of-type(1) {
    padding: 0px 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  header .headerTop .inner .wrapInfo a:nth-of-type(2) {
    padding: 0px 10px;
  }
}
@media (max-width: 1191px) {
  header .headerTop .inner .wrapservicios {
    width: 100%;
  }
}
@media (max-width: 992px) {
  header .headerTop .inner .wrapservicios a {
    display: inline-block;
    padding: 0px 10px;
  }
}
@media (max-width: 360px) {
  header .headerTop .inner .wrapservicios a {
    display: inline-block;
    padding: 0px 5px;
  }
}
@media (max-width: 320px) {
  header .headerTop .inner .wrapservicios a {
    position: initial;
    text-align: center;
    width: 50%;
  }
}
@media (max-width: 992px) {
  header .headerTop .inner .wrapservicios a:nth-of-type(1) {
    position: initial;
  }
}
@media screen and (max-width: 320px) {
  header .headerTop .inner .wrapservicios a:nth-of-type(1) {
    background: inherit;
  }
}
@media (max-width: 1220px) {
  header .headerTop .inner .form {
    display: none;
  }
}
@media (max-width: 1283px) {
  header .headerBottom .inner {
    padding: 10px 0px;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  header .headerBottom .inner {
    padding-left: 20px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  header .headerBottom .inner h1 {
    width: 200px;
  }
}
@media (max-width: 1944px) {
  header #header {
    right: 20%;
  }
}
@media (max-width: 1191px) {
  header #header {
    position: initial;
    width: 60%;
    float: right;
    right: 0;
  }
}
@media (max-width: 1191px) {
  header #header {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1191px) {
  header #header h2 {
    border-bottom: 1px solid #777;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 5px;
  }
}
@media (max-width: 1191px) {
  header #header a:hover:before {
    display: none;
  }
}
@media (max-width: 1191px) {
  header nav {
    position: initial;
    top: 0;
    font-size: 19px;
    display: inline-block;
    font-weight: bold;
    width: 50%;
    float: right;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 17px;
  }
}
@media (max-width: 463px) {
  header nav {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 1191px) {
  header nav li:hover a {
    background: inherit;
  }
}
@media (max-width: 1191px) {
  header .mega-col {
    min-height: 0px;
  }
}
@media only screen and (max-width: 1191px) {
  header nav > ul > li > a {
    padding: 35px 15px;
  }
}
@media only screen and (min-width: 1191px) {
  header nav {
    display: block !important;
  }
}
@media only screen and (max-width: 1191px) {
  header nav {
    display: none;
    clear: both;
    right: 0;
    max-height: 400px;
    position: absolute;
  }
  header #menu-icon {
    display: inline;
    top: -40px;
    cursor: pointer;
  }
  header #menu-icon.active .first {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
  }
  header #menu-icon.active .second {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -9px;
  }
  header #menu-icon.active .third {
    display: none;
  }
  header .search {
    float: none;
  }
  header .search input {
    width: 100%;
  }
  header nav {
    padding: 7px;
  }
  header nav ul, header nav li {
    float: none;
    margin-bottom: 7px;
    font-size: 1.1em;
  }
  header nav ul li a {
    float: none;
    padding: 8px;
    display: block;
  }
  header #header nav ul ul {
    display: block;
    position: static;
    background: none;
    border: none;
    padding: 0;
  }
  header #header nav a {
    color: #fff;
    padding-bottom: 0px;
    text-align: center;
  }
  header #header nav a:hover {
    color: #feda3f;
    border-radius: 3px;
    background: inherit;
  }
  header #header nav ul li li a:before {
    content: "- ";
  }
  header .mega-col {
    width: 100%;
  }
}
.fondo-pie {
  clear: both;
  background: #3c3c3b;
}
.fondo-pie .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: hidden;
  width: 80%;
  padding: 40px 40px 10px 40px;
}
@media (max-width: 1168px) {
  .fondo-pie .inner {
    width: 100%;
  }
}
.fondo-pie .inner .info-umayor {
  float: left;
  width: 28%;
}
@media (max-width: 1168px) {
  .fondo-pie .inner .info-umayor {
    float: initial;
    width: 205px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fondo-pie .inner .info-umayor img {
  width: 201px;
  height: auto;
  margin-bottom: 20px;
}
.fondo-pie .inner .info-umayor .contactanos {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 47px;
}
.fondo-pie .inner .info-umayor .contactanos a {
  display: block;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}
.fondo-pie .inner .info-umayor .contactanos a span {
  float: left;
  font-size: 20px;
  color: #fcd029;
  margin-right: 15px;
  padding-bottom: 20px;
  text-decoration: none;
}
.fondo-pie .inner .info-umayor .contactanos a:hover {
  color: #777777;
}
.fondo-pie .inner .info-umayor .redes-umayor {
  font-size: 16px;
  margin-bottom: 20px;
}
.fondo-pie .inner .info-umayor .redes-umayor a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}
.fondo-pie .inner .info-umayor .redes-umayor a:hover {
  color: #777777;
}
.fondo-pie .inner .info-umayor .redes-umayor .separador {
  line-height: 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
  margin-right: 10px;
  margin-left: 10px;
}
.fondo-pie .inner .info-umayor .cuadro-redes {
  background-color: #c1c2c2;
  height: 39px;
  width: 39px;
  float: left;
  position: relative;
  margin-right: 7px;
}
.fondo-pie .inner .info-umayor .cuadro-redes .social {
  color: #4e4e4e;
  font-size: 27px;
  text-align: center;
  padding-top: 7px;
}
.fondo-pie .inner .info-umayor .cuadro-redes a {
  text-align: center;
  display: block;
  height: 39px;
  width: 39px;
  -webkit-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}
.fondo-pie .inner .info-umayor .cuadro-redes a:hover {
  background: #feda3f;
  color: #000;
}
.fondo-pie .inner .info-umayor .politicas-privacidad {
  clear: both;
  margin-top: 32px;
  float: left;
  color: #bdbdbd;
  background-color: #6a6b6e;
  margin-bottom: 20px;
}
.fondo-pie .inner .info-umayor .politicas-privacidad a {
  color: #bdbdbd;
  text-decoration: none;
  display: block;
  padding-top: 4px;
  padding-right: 18px;
  padding-bottom: 3px;
  padding-left: 18px;
  font-size: 11px;
  font-weight: normal;
}
.fondo-pie .inner .info-umayor .politicas-privacidad a:hover {
  color: #444;
}
.fondo-pie .inner .lista-pie {
  width: 72%;
  float: right;
}
@media (max-width: 872px) {
  .fondo-pie .inner .lista-pie {
    float: initial;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
.fondo-pie .inner .lista-pie .principal-pie {
  font-size: 14px;
  color: #feda3f;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: 0px;
}
.fondo-pie .inner .menu-pie {
  font-size: 14px;
  float: left;
  font-weight: normal;
  width: 24%;
  margin-left: 1%;
  min-height: 180px;
  height: auto !important;
  height: 180px;
}
@media (max-width: 1168px) {
  .fondo-pie .inner .menu-pie {
    display: none;
  }
}
.fondo-pie .inner .menu-pie ul {
  margin: 0px;
  padding: 0px;
}
.fondo-pie .inner .menu-pie ul li {
  list-style-type: none;
  margin-bottom: 7px;
}
.fondo-pie .inner .menu-pie ul li a {
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  margin: 0px;
}
.fondo-pie .inner .menu-pie ul li a:hover {
  color: #E0E0E0;
}

.fondo-acreditaciones {
  border-top: 2px solid #feda3f;
  background-color: #3f4042;
  float: left;
  width: 100%;
}
.fondo-acreditaciones .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: hidden;
  width: 80%;
  padding: 40px 40px;
}
@media (max-width: 1200px) {
  .fondo-acreditaciones .inner {
    padding: 30px;
    width: 100%;
  }
}
.fondo-acreditaciones .inner .acreditacion {
  width: 57%;
  float: left;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .acreditacion {
    display: none;
  }
}
.fondo-acreditaciones .inner .acreditacion img {
  width: 100%;
}
.fondo-acreditaciones .inner .acreditacion-m {
  display: none;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .acreditacion-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .fondo-acreditaciones .inner .acreditacion-m img {
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
  }
}
.fondo-acreditaciones .inner .gratuidad {
  float: left;
  margin-left: 3%;
  margin-top: 1%;
  width: 21%;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .gratuidad {
    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: 50%;
    margin-bottom: 7px;
    margin-top: 0%;
    margin-left: 25%;
    margin-right: 25%;
  }
}
.fondo-acreditaciones .inner .gratuidad a {
  text-decoration: none;
}
.fondo-acreditaciones .inner .gratuidad img {
  width: 100%;
  margin: 0 auto;
}
.fondo-acreditaciones .inner .direccion {
  float: right;
  width: 15%;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .direccion {
    width: 100%;
  }
}
.fondo-acreditaciones .inner .direccion a {
  text-decoration: none;
}
.fondo-acreditaciones .inner .direccion a h6 {
  text-align: right;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 1169px) {
  .fondo-acreditaciones .inner .direccion a h6 {
    margin-top: 10px;
    text-align: center;
  }
}
.fondo-acreditaciones .inner .direccion a h6 span {
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
}

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

.icon-icon-location:before {
  content: "";
}

.icon-icon-mensajes:before {
  content: "";
}

.icon-droplet:before {
  content: "";
}

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

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

#boton-guia-form {
  position: fixed;
  top: 265px;
  right: 0px;
  z-index: 100;
}
@media (max-width: 800px) {
  #boton-guia-form {
    top: 200px;
  }
}
#boton-guia-form .texto-boton-form {
  float: left;
  padding: 11px 10px 12px 10px;
  color: #fff;
  background-color: #ab0520;
  font-size: 15px;
  font-weight: bold;
  height: 37px;
}
@media (max-width: 800px) {
  #boton-guia-form .texto-boton-form {
    display: none;
  }
}
#boton-guia-form .icono-boton-form {
  float: left;
  padding: 8px;
  color: #fff;
  background-color: #001c47;
  font-size: 14px;
  width: 37px;
  height: 37px;
}
@media (max-width: 800px) {
  #boton-guia-form .icono-boton-form {
    font-size: 24px;
    height: 50px;
    padding: 8px 5px 5px 5px;
  }
}
#boton-guia-form .icono-boton-form img {
  width: 100%;
}

#button {
  display: inline-block;
  background-color: #001c47;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  right: 12px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  -o-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: "";
  font-family: FontAwesome;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

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

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

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

.video-ariz {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .video-ariz {
    margin-bottom: 80px;
  }
}
.video-ariz video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.video-ariz .filtro {
  width: 100%;
  height: 100vh;
  background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.video-ariz .box-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  z-index: 3;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .video-ariz .box-txt {
    padding: 0px 20px;
  }
}
.video-ariz .box-txt h2 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 5px 4px 2px rgba(0, 0, 0, 0.27);
}
@media (max-width: 800px) {
  .video-ariz .box-txt h2 {
    font-size: 2.3rem;
  }
}
.video-ariz .box-txt h3 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 5px 4px 2px rgba(0, 0, 0, 0.27);
}
@media (max-width: 800px) {
  .video-ariz .box-txt h3 {
    font-size: 1.5rem;
  }
}

.global-exp {
  float: left;
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 800px) {
  .global-exp {
    margin-bottom: 80px;
  }
}
.global-exp .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: visible;
  width: 80%;
}
@media (max-width: 800px) {
  .global-exp .inner {
    width: 100%;
    padding: 0px 20px;
  }
}
.global-exp .inner .cont-tx {
  float: left;
  width: 100%;
  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;
}
.global-exp .inner .cont-tx h2 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #001c47;
  margin-bottom: 40px;
  width: 100%;
}
.global-exp .inner .cont-tx p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  color: #001c47;
  width: 100%;
  max-width: 800px;
  text-align: center;
  line-height: 1.4;
}

.progr-ariz {
  float: left;
  width: 100%;
  padding: 80px 20px;
  background-color: #001c47;
}
@media (max-width: 800px) {
  .progr-ariz {
    margin-bottom: 30px;
  }
}
.progr-ariz .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: visible;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .progr-ariz .inner {
    width: 100%;
  }
}
.progr-ariz .inner h2 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
  width: 100%;
}
.progr-ariz .inner p {
  font-family: "Open sans", sans-serif;
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.progr-ariz .inner p a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.progr-ariz .inner p a:hover {
  color: #ab0520;
}

.camp-exp-stud {
  float: left;
  width: 100%;
}
.camp-exp-stud .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: visible;
  width: 80%;
  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) {
  .camp-exp-stud .inner {
    width: 100%;
  }
}
.camp-exp-stud .inner .camp-exp {
  float: left;
  width: 48%;
  padding: 60px 20px;
}
@media (max-width: 800px) {
  .camp-exp-stud .inner .camp-exp {
    width: 100%;
    padding: 30px 20px;
  }
}
.camp-exp-stud .inner .camp-exp h2 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #001c47;
  margin-bottom: 40px;
  width: 100%;
}
.camp-exp-stud .inner .camp-exp p {
  color: #001c47;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  font-size: 1em;
}
.camp-exp-stud .inner .camp-exp ul {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  line-height: 1.3;
  font-size: 1em;
  color: #001c47;
  list-style-type: disc;
}
.camp-exp-stud .inner .camp-exp ul li {
  margin-bottom: 10px;
}
.camp-exp-stud .inner .contin-prog {
  float: left;
  width: 48%;
  padding: 60px 20px;
}
@media (max-width: 800px) {
  .camp-exp-stud .inner .contin-prog {
    width: 100%;
    padding: 30px 20px;
  }
}
.camp-exp-stud .inner .contin-prog h2 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #001c47;
  margin-bottom: 40px;
  width: 100%;
}
.camp-exp-stud .inner .contin-prog p {
  color: #001c47;
  font-family: "Open sans", sans-serif;
  margin-bottom: 10px;
  font-size: 1em;
  width: 100%;
  float: left;
  line-height: 1.2;
}
.camp-exp-stud .inner .contin-prog p a {
  font-weight: bold;
  color: #001c47;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
}
.camp-exp-stud .inner .contin-prog p a:hover {
  color: #ab0520;
}
.camp-exp-stud .inner .contin-prog ul {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  line-height: 1.3;
  font-size: 1em;
  color: #001c47;
  list-style-type: disc;
}
.camp-exp-stud .inner .contin-prog ul li {
  margin-bottom: 10px;
}
.camp-exp-stud .inner .contin-prog ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #001c47;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.camp-exp-stud .inner .contin-prog ul li a:hover {
  color: #ab0520;
}

.ben-prog {
  float: left;
  width: 100%;
  padding: 80px 20px;
  background-color: #e2e9eb;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .ben-prog {
    margin-bottom: 40px;
  }
}
.ben-prog .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: visible;
  width: 80%;
  padding: 40px;
}
@media (max-width: 800px) {
  .ben-prog .inner {
    width: 100%;
  }
}
.ben-prog .inner h2 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #001c47;
  margin-bottom: 40px;
  width: 100%;
}
.ben-prog .inner .crs-prog {
  float: left;
  width: 100%;
}
.ben-prog .inner .crs-prog #mixedSlider {
  position: relative;
}
.ben-prog .inner .crs-prog #mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
.ben-prog .inner .crs-prog #mixedSlider .MS-content .item {
  display: inline-block;
  width: 33%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 10px 10px;
  margin-right: 0.9%;
}
@media (max-width: 900px) {
  .ben-prog .inner .crs-prog #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 900px) and (max-width: 550px) {
  .ben-prog .inner .crs-prog #mixedSlider .MS-content .item {
    width: 100%;
  }
}
.ben-prog .inner .crs-prog #mixedSlider .MS-content .item .cont-i {
  padding: 0px 40px;
  text-align: center;
}
.ben-prog .inner .crs-prog #mixedSlider .MS-content .item .cont-i i {
  color: #001c47;
  font-size: 7em;
  margin-bottom: 20px;
}
.ben-prog .inner .crs-prog #mixedSlider .MS-content .item .cont-i img {
  width: 100%;
  height: 130px;
  color: #001c47;
}
.ben-prog .inner .crs-prog #mixedSlider .MS-content .item .cont-i svg {
  color: #001c47;
}
.ben-prog .inner .crs-prog #mixedSlider .MS-content .item p {
  font-family: "Open sans", sans-serif;
  font-size: 1em;
  padding: 0px 20px;
  color: #001c47;
  text-align: center;
  float: left;
  width: 100%;
  line-height: 1.3;
}
.ben-prog .inner .crs-prog #mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 112px;
  color: rgba(0, 28, 71, 0.4);
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}
@media (max-width: 1300px) {
  .ben-prog .inner .crs-prog #mixedSlider .MS-controls button {
    top: 70px;
  }
}
@media (max-width: 1300px) and (max-width: 1000px) {
  .ben-prog .inner .crs-prog #mixedSlider .MS-controls button {
    top: 90px;
  }
}
@media (max-width: 1300px) and (max-width: 1000px) and (max-width: 800px) {
  .ben-prog .inner .crs-prog #mixedSlider .MS-controls button {
    top: 120px;
  }
}
@media (max-width: 1300px) and (max-width: 1000px) and (max-width: 800px) and (max-width: 600px) {
  .ben-prog .inner .crs-prog #mixedSlider .MS-controls button {
    top: 50%;
  }
}
@media (max-width: 1300px) and (max-width: 1000px) and (max-width: 800px) and (max-width: 600px) and (max-width: 400px) {
  .ben-prog .inner .crs-prog #mixedSlider .MS-controls button {
    top: 40%;
  }
}
.ben-prog .inner .crs-prog #mixedSlider .MS-controls button:hover {
  color: #001c47;
}
.ben-prog .inner .crs-prog #mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  .ben-prog .inner .crs-prog #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
.ben-prog .inner .crs-prog #mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  .ben-prog .inner .crs-prog #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
.ben-prog .inner .crs-prog #basicSlider {
  position: relative;
}
.ben-prog .inner .crs-prog #basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}
.ben-prog .inner .crs-prog #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;
}
.ben-prog .inner .crs-prog #basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}
.ben-prog .inner .crs-prog #basicSlider .MS-controls button {
  position: absolute;
}
.ben-prog .inner .crs-prog #basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}
.ben-prog .inner .crs-prog #basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

.info-ariz {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .info-ariz {
    margin-bottom: 40px;
  }
}
.info-ariz .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: visible;
  width: 80%;
}
@media (max-width: 800px) {
  .info-ariz .inner {
    width: 100%;
  }
}
.info-ariz .inner .cont-info {
  float: left;
  width: 100%;
  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;
}
.info-ariz .inner .cont-info .box-inf {
  float: left;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .info-ariz .inner .cont-info .box-inf {
    width: 100%;
  }
}
.info-ariz .inner .cont-info .box-inf img {
  width: 80%;
}
@media (max-width: 800px) {
  .info-ariz .inner .cont-info .box-inf img {
    width: 100%;
  }
}

.requir-ariz {
  float: left;
  width: 100%;
  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;
}
.requir-ariz .cont-requ {
  float: left;
  width: 50%;
  background-color: #e2e9eb;
  padding: 60px 20px;
}
@media (max-width: 800px) {
  .requir-ariz .cont-requ {
    width: 100%;
    padding: 40px 20px;
  }
}
.requir-ariz .cont-requ .requ-txt {
  float: right;
  width: 100%;
  max-width: 654px;
}
@media (max-width: 800px) {
  .requir-ariz .cont-requ .requ-txt {
    max-width: 100%;
  }
}
.requir-ariz .cont-requ .requ-txt h2 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #001c47;
  margin-bottom: 40px;
  width: 100%;
}
.requir-ariz .cont-requ .requ-txt ul {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  line-height: 1.3;
  font-size: 1em;
  color: #001c47;
  list-style-type: disc;
}
.requir-ariz .cont-requ .requ-txt ul li {
  margin-bottom: 10px;
}
.requir-ariz .cont-requ .requ-txt p {
  float: left;
  width: 100%;
  color: #001c47;
  font-style: italic;
}
.requir-ariz .cont-requ .requ-txt p a {
  font-weight: bold;
  color: #001c47;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
}
.requir-ariz .cont-requ .requ-txt p a:hover {
  color: #ab0520;
}
.requir-ariz .requ-img {
  float: left;
  width: 50%;
  background-image: url(../images/requirements.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  .requir-ariz .requ-img {
    display: none;
  }
}

.form-ariz {
  float: left;
  width: 100%;
  background-color: #001c47;
  padding: 60px 0px;
}
.form-ariz .inner {
  height: 1%;
  margin: 0px auto;
  max-width: 1350px;
  overflow: visible;
  width: 80%;
}
@media (max-width: 800px) {
  .form-ariz .inner {
    width: 100%;
    padding: 0px 20px;
  }
}
.form-ariz .inner h2 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
}
.form-ariz .inner .box-form {
  float: left;
  width: 100%;
  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;
}
.form-ariz .inner .box-form h3 {
  font-family: "Open sans condensed", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
.form-ariz .inner .box-form input {
  font-size: 0.8em;
  font-family: "Open Sans", sans-serif;
  width: 30%;
  padding: 6px;
  margin-bottom: 7px;
}
@media (max-width: 800px) {
  .form-ariz .inner .box-form input {
    width: 100%;
  }
}
.form-ariz .inner .box-form button {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  width: 30%;
  padding: 6px;
  margin-bottom: 7px;
  border-radius: 10px;
  border: 1px #ab0520 solid;
  background-color: #ab0520;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 800px) {
  .form-ariz .inner .box-form button {
    width: 100%;
    margin-top: 20px;
  }
}
.form-ariz .inner .box-form button:hover {
  color: #ab0520;
  background-color: #fff;
  border: 1px #fff solid;
}
.form-ariz .inner .box-form form {
  float: left;
  width: 100%;
  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;
}