/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
  /* variables */
  :root {
    --main-color: #005EB8;
    --secondary-color: #f7ea46;
  }
  /* FONTS */
  @font-face {
    font-family: FILSONPRO;
    src: url("/fonts/FILSONPROTHIN.woff");
    font-weight: 100;
  }
  @font-face {
    font-family: FILSONPRO;
    src: url("/fonts/FILSONPROLIGHT.woff");
    font-weight: 300;
  }
  @font-face {
    font-family: FILSONPRO;
    src: url("/fonts/FILSONPROBOOK.woff");
    font-weight: 350;
  }
  @font-face {
    font-family: FILSONPRO;
    src: url("/fonts/FILSONPROREGULAR.woff");
    font-weight: 400;
  }
  @font-face {
    font-family: FILSONPRO;
    src: url("/fonts/FILSONPROMEDIUM.woff");
    font-weight: 500;
  }
  @font-face {
    font-family: FILSONPRO;
    src: url("/fonts/FILSONPROBOLD.woff");
    font-weight: 700;
  }
  @font-face {
    font-family: FILSONPRO;
    src: url("/fonts/FILSONPROHEAVY.woff");
    font-weight: 800;
  }
  @font-face {
    font-family: FILSONPRO;
    src: url("/fonts/FILSONPROBLACK.woff");
    font-weight: 900;
  }
  body {
    font-family: FILSONPRO;
    text-align: center;
  }
  h1 {
    font-size: 42px;
    line-height: 1.2;
    padding: 0 10px;
    margin: 70px 0;
    font-weight: 800;
    text-align: center;
  }
  h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: calc(1em + 4px);
  }
  h3 {
    font-size: 22px;
  }
  p {
    font-size: 16px;
    line-height: 1.63;
  }
  a {
    display: inline-block;
  }
  img {
    display: inline-block;
    width: 100%;
    max-width: 100vw;
  }
  input {
    all: unset;
    box-sizing: border-box;
  }
  .container {
    width: 92%;
    margin: 0 auto;
  }
  .content-text {
    margin: 80px 10px;
  }
  .bg-white {
    background-color: #FFF;
  }
  .blue-bg {
    background-color: var(--main-color);
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .blue-bg a img{
    max-width: 40px;
    margin: 0 10px;
  }
  #block-1 img{
    max-height: 80px;
    max-width: 200px;
  }
  #block-2 {
    width: 95%;
    margin: 10px auto 50px;
  }

  #block-10 {
    width: 100%;
    padding: 20px 2%;
    background-color: var(--main-color);
    color: white;
  }
  #block-10 p span {
    font-weight: 700;
    color: var(--secondary-color);
  }
  #block-10 a{
    text-decoration: none;
    background-color: var(--secondary-color);
    box-shadow: 5px 5px 0 1px var(--secondary-color);
  }
  #block-10 a p{
    color: var(--main-color);
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
    box-shadow: 5px 5px 0 0 var(--main-color);
  }
  #block-11{
    margin-top: 20px;
  }
  #block-12 {
    padding: 3%;
    background-color: #F1F3F6;
  }
  #block-12 .bg-white {
    max-width: 880px;
    margin: 0 auto;
    padding: 20px;
    
  }
  .content-run-happy {
    border: solid 3px var(--main-color);
    padding: 20px;
  }
  .cabecera img{
    max-width: 300px;
  }
  .marco form {
    display: flex;
    padding-bottom: 30px;
  }
  .formulario.campos {
    width: 100%;
    
  }
  .formulario.campos tbody .campo {
    display: flex;
    flex-direction: column;
  }
  .formulario.campos tbody .campo td {
    width: 100%;
    
  }
  .formulario.campos tbody .campo td p {
    margin: 0;
    padding-left: 10px;
    text-align: left;
  }
  .formulario.campos tbody .campo td input {
    padding: 10px;
    text-align: left;
    border: solid 1px #000;
    width: 100%;
    height: 45px;
  }
  button {
    all: unset;
    box-sizing: border-box;
  } 
  button:hover {
    cursor: pointer;
  }
  button img{
    height: 45px;
  }
  table {
    border-spacing: 0;
  }
  td {
    vertical-align: bottom;
    padding: 0;
  }

  #registro-exitoso {
    height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #registro-exitoso a {
    text-decoration: none;
    background-color: var(--secondary-color);
    box-shadow: 5px 5px 0 1px var(--secondary-color);
  }
  #registro-exitoso a p{
    color: var(--main-color);
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
    box-shadow: 5px 5px 0 0 var(--main-color);
  }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  
  h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.4;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 40px;
  }
  p {
    font-size: 30px;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .content-text {
    margin: 100px 0;
  }
  .p-l {
    padding-left: 10%;
  }
  .p-r {
    padding-right: 10%;
  }
  #block-1 {
    height: fit-content;
    padding: 40px 0;
  }
  #block-1 img{
    max-height: 80px;
    max-width: 400px;
  }
  #block-2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 30px;
  }
  #block-2 img {
    width: 50%;
  }
  #block-10 a{
    box-shadow: none;
  }
  #block-10{
    padding: 6%;
  }
  #block-10 img{
    margin: 0 auto;
    max-width: 1200px;
  }
  #block-10 a p{
    box-shadow: none;
  }
  #block-10 a:hover{
    box-shadow: 5px 5px 0 1px var(--secondary-color);
  }
  #block-10 a p:hover{
    box-shadow: 5px 5px 0 0 var(--main-color);
  }
  #block-11 {
    margin-top: 80px;
  }
  .content-run-happy {
    padding: 30px;
  }
  #block-12 .bg-white {
    padding: 30px;
  }
  #block-13 {
    max-width: 600px;
  }
  #registro-exitoso {
    height: calc(100vh - 226px);
  }

  #registro-exitoso a{
    box-shadow: none;
  }
  #registro-exitoso a p{
    box-shadow: none;
  }
  #registro-exitoso a:hover{
    box-shadow: 5px 5px 0 1px var(--secondary-color);
  }
  #registro-exitoso a p:hover{
    box-shadow: 5px 5px 0 0 var(--main-color);
  }
}
@media only screen and (min-width: 55em) {
  .content-run-happy {
    padding: 40px;
  }
  #block-12 .bg-white {
    padding: 40px;
  }
  .formulario.campos tbody .campo td input {
    height: 65px;
    font-size: 26px;
  }
  button img{
    height: 65px;
  }
}
/* body, input {font-family: Helvetica, sans-serif; font-size: 12px; font-weight: lighter; color: #777;}
.cabecera {width: 100%; height:50px; background-color:#3797f7; margin: 0px auto; 
    text-align:center; font-size:16px; line-height:50px; color:#ffffff;}
.cuerpo {border-width: 1px; border-color: #e5e5e5; border-style: none solid solid solid; 
    background-color: #f5f5f5; padding: 25px 0px 30px 0px;}
.marco {padding: 0 50px 0 50px;}
.formulario {width: 100%;}
.formulario tr.campo td { padding: 6px 0; }
.formulario td p {text-align:right; line-height: 12px; alignment-baseline:middle;
font-size: 12px !important; font-weight: lighter !important; }
.formulario input, select { border: solid 1px #999; min-height: 22px; min-width:200px; 
    line-height: 22px; padding: 0px 5px; color: #999; font-size: 12px; border-radius: 2px; 
    white-space: nowrap; text-decoration: none; color:#333; margin-left:5px; background-color:#ffffff;
}
input[type="submit"] {
    display: inline-block; border: solid 1px #1c83ea; min-height: 34px; 
    line-height: 34px; padding: 0px 20px; background-color: #3797f7; color: #FFFFFF; 
    font-size: 14px; font-weight: 200; border-radius: 3px; white-space: nowrap; 
    text-decoration: none; margin-top: 20px; }
.leyenda{padding-top: 15px; text-align: center; font-size: 11px;}
.leyenda a {color: #3366cc; text-decoration: none; alignment-adjust:central;}
.txt-cap {text-transform: capitalize;}
.error { color: #8A0808; font-size: 11px; margin-right: 40px; } */
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}



/* Bloque 1*/

