@charset "UTF-8";
/* 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, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.logo {
  height: 50hv;
  padding: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-gral {}
.Video {
  width: 100%;
}

.fondoLogo {
  background-color: #212449;
}
.pie-pagina {
  background-color: #6ec6d8;
}
h1 {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
h2 {
    font-family: 'Krub', sans-serif;
    font-size: 48px;
    line-height: 42px;
    margin-right: 96px;
    margin-bottom: 12px;
    margin-left: 96px;
    margin-top: 96px;
    font-weight: 600;
    color: #67549F;
}
h3 {
font-family: 'Krub', sans-serif;
  font-size: 48px;
  line-height: 42px;
  margin-right: 96px;
  margin-bottom: 24px;
  margin-left: 96px;
  margin-top: 36px;
}
p {
font-family: 'Krub', sans-serif;
  font-size: 24px;
  line-height: 40px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-top: 24px;
  padding-top: 48px;
  padding-right: 72px;
  padding-bottom: 24px;
  padding-left: 72px;
}