* {
    box-sizing: border-box;
    font-size: 1rem;
    margin:0;
    padding:0;
  }
  
  @font-face {
      font-family: 'gothamitalic';
      src: url('../webfonts/gotham-blackitalic-webfont.woff2') format('woff2'),
           url('../webfonts/gotham-blackitalic-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  }
  
  
  
  
  @font-face {
      font-family: 'gothambold';
      src: url('../webfonts/gotham-bold-webfont.woff2') format('woff2'),
           url('../webfonts/gotham-bold-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  }
  
  
  
  
  @font-face {
      font-family: 'gothamitalicbold';
      src: url('../webfonts/gotham-bolditalic-webfont.woff2') format('woff2'),
           url('../webfonts/gotham-bolditalic-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  }
  
  
  @font-face {
      font-family: 'gothamitalic';
      src: url('../webfonts/gotham-bookitalic-webfont.woff2') format('woff2'),
           url('../webfonts/gotham-bookitalic-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  }
  
  
  
  
  @font-face {
      font-family: 'gothamregular';
      src: url('../webfonts/gotham-light-webfont.woff2') format('woff2'),
           url('../webfonts/gotham-light-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  }
  
  
  
  
  @font-face {
      font-family: 'gothamitalic';
      src: url('../webfonts/gotham-lightitalic-webfont.woff2') format('woff2'),
           url('../webfonts/gotham-lightitalic-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  }
  
  
  
  
  /* @font-face {
      font-family: 'gothamregular';
      src: url('../webfonts/gotham-medium-webfont.woff2') format('woff2'),
           url('../webfonts/gotham-medium-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  } */
  
  
  
  
  @font-face {
      font-family: 'gothamitalic';
      src: url('../webfonts/gotham-mediumitalic-webfont.woff2') format('woff2'),
           url('../webfonts/gotham-mediumitalic-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  }
  
  html, body {
    min-height: 100%;
    width: 100%p;
    position: relative;
  }
  
  body {
    font-family: "gothamregular";
  }
  
  .grecaptcha-badge {
      visibility: hidden;
  }
  
  header {
    display: flex;
    justify-content: center;
    height: 94px;
  }
  
  header h1 {
    font-family: "gothambold";
    font-size:40px;
    color:#333;
    text-align: center;
  }
  
  header > a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
  }
  
  header > a:active,
  header > a:hover
   {
    text-decoration: none;
  }
  
  header > a {
    width: 100%;
  }
  
  header > a > img {
    width: 100%;
  }
  header .social_links {
    display: none;
  }
  
  .share_mobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0 40px;
  }
  
  .share_mobile .redes {
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  
  @media (min-width: 992px) {
    .share_mobile .redes {
      flex-direction: row;
    }
  }
  
  .share_mobile .redes a {
    width: 165px;
  }
  
  .share_mobile .redes a {
    border-radius: 5px;
    background: #333;
    color:#FFF;
    font-family: 'gothambold';
    font-size: 1em;
    padding: .5em 15px .5em 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  
  .share_mobile .redes a.facebook {
    background: #2b56ad;
  }
  
  .share_mobile .redes a.whatsapp {
    background: #810b7b;
  }
  
  .share_mobile .redes a.twitter {
    background: #1faee3;
  }
  
  .share_mobile .redes a.facebook img {
    width: 20px;
  }
  .share_mobile .redes a.twitter img {
    width: 20px;
  }
  .share_mobile .redes a.whatsapp img {
    width: 20px;
  }
  
  .share_mobile h4 {
    font-size:1.2em;
    text-align: center;
    font-family: 'gothambold';
    margin: 0;
  }
  
  .share_mobile .social_links {
    align-items: center;
    justify-content: center;
  }
  
  
  .social_links {
    display: flex;
    gap:25px;
    align-items: center;
  }
  
  .social_links .item {
    width: 24px;
    height: 24px;
    background: url('../images/sprite.png') no-repeat;
  }
  
  .social_links .item.whatsapp {
    background-position: 0 0;
  }
  .social_links .item.twitter {
    background-position: -49px 0;
    width: 26px;  
  }
  .social_links .item.facebook {
    background-position: -104px 0px;
  }
  .social_links .item.instagram {
    background-position: -156px 0;
  }
  .social_links .item.youtube {
    background-position: -200px 1px;
    width: 31px;
  }
  
  .form-sec {
    padding: 0;
    background: url('../images/bgform.png') no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 2em;
    
  }
  
  .form-sec .content {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
  }
  
  .form-sec .content #darelpaso {
      width: 70%;
      display: block;
      margin: 0 auto 1em;
  }
  
  .form-sec .content p strong {
    font-family: 'gothambold';
    font-size: 20px;
  }
  
  
  @media (min-width: 576px) {
   
  }
  
  @media (min-width: 768px) {

    .form-sec .content #darelpaso {
        max-width: 360px;
    }
  }
  
  @media (min-width: 992px) {
    .form-sec .content {
      width:438px;
      padding: 30px 0;
    }
  
  }

  
  
  .form-sec .content h5 {
    margin: 2em 0 1em;
    font-size: 16px;
    text-align: center;
  }
  
  .item-data.break {
    padding-left: calc( 0.5em + 15px );
  }
  
  .form-sec form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .form-sec h3 {
    font-family: "gothambold";
    font-size:40px;
    color:#FFF;
    text-align: center;
  }
  
  .form-sec p {
    color:#fff;
    text-align: center;
    font-size:16px;
  }
  
  .container-dni {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 0 1em;
    gap: 1em;
    height: 76px;
    border: solid 8px #fced1d;
  }
  
  .container-dni em {
    font-size:16px;
    color:#821d96;
    font-style: normal;
    font-weight: 900;
    font-family:"gothambold";
    flex: 1 0 auto;
  }
  
  .container-dni input {
    border:none;
    flex: 1 1 auto;
    color:#420630;
    font-size:30px;
    font-family:"gothambold";
    padding: 1em 0em;
  }
  
  .container-dni input:focus {
    color:#420630;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  
  .form-sec .btn-group {
    background: rgba(255,255,255,0.2);
    padding: 10px;
  }
  
  @media (min-width: 320px) {
    .form-sec .btn-group {
      flex-direction: row;
    }
  }
  
  
  
  .form-sec .btn-group .btn:focus {
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  
  
  .form-sec .btn-group .btn {
    color:#FFF;
    background: transparent;
    border-radius:0;
    line-height: 3em;
  }
  
  .btn-group h2 {
    color: #ffeb38;
    border: none;
    align-self: center;
    padding: .5em 1em;
    font-size: 12px;
    font-family: 'gothambold';
    margin-top: 1em;
  }
  
  .form-sec .btn-group .btn.active {
    background: #FFF;
    color:#ff4059;
  }
  
  .form-sec form .btn.btn-primary {
    border-radius: 16px;
    color: #ae2eb3;
    background: #fff;
    border: none;
    align-self: center;
    padding: .5em 1em;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'gothambold';
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  
  @media (min-width: 310px) {
    
    .form-sec form .btn.btn-primary {
      padding: .8em 3.5em;
      font-size: 19px;
    }
  }
  
  
  .form-sec form .btn.btn-primary:active {
    color: #fff;
    background: #aa13af;
    box-shadow: none;
  }
  
  
  .container.results .form-sec form .btn.btn-primary {
    border-radius: 16px;
    color: #FFFFFF;
    background: #ff0048;
    border: none;
    align-self: center;
    padding: .8em 1.1em;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'gothambold';
    margin-top: 1em;
  }
  
  .container.results .form-sec form .btn.btn-primary:active {
    color: #ff0048;
    background: #FFF;
    box-shadow: none;
  }
  
  .container.results .form-sec form .btn.btn-primary:focus,
  .form-sec form .btn.btn-primary:focus {
    box-shadow: none;
  }
  
  .container.results .form-sec {
    color:#FFF;
    background: url('../images/bgformresult.png') no-repeat;
    background-size: cover;
  }
  
  .container.results .form-sec .name {
    margin-bottom: 1em;
    border-bottom: solid 1px #fff;
    text-align:center;
  }
  .container.results .form-sec .name h3 {
    background:#FFF;
    padding: 0 1em;
    color:#ff0048;
    font-family: 'gothambold';
    font-size:25px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 .8em;
    display: inline-block;
  }

.form-sec .resaltar {
    padding: 0 1em;
    color:#fffb00;
    font-family: 'gothambold';
    font-size:18px;
    text-align: center;
    margin: 0 0 .8em;
  }
  
  .form-sec .linkespecial {
    padding: .5em;
    color:#fffb00;
    font-family: 'gothambold';
    font-size:18px;
    text-align: center;
    margin: .8em;
    background:rgb(194, 60, 198);
    text-transform: uppercase;
    text-decoration: none;
  }


  @media (max-width: 600px) {
    .form-sec .resaltar {
        font-size:16px;
       }
     
     .form-sec .linkespecial {
       font-size:16px;
       }
  }


  @media (max-width: 400px) {
    .form-sec .resaltar {
        font-size:14px;
       }
     
     .form-sec .linkespecial {
       font-size:14px;
       }
  }

  .container.results .form-sec .name h4{
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 .8em;
    font-family: 'gothambold';
  }
  
  .item-data.inline {
    display: flex;
    justify-content: center;
  }
  
  .item-data.inline .value {
    padding-left: .5em;
  }
  
  .container.results .form-sec .label{
      font-family: 'gothamregular';
      font-weight: normal;
  }
  
  .container.results .form-sec .value{
      font-family: 'gothambold';
  }
  
  .container.results .form-sec .row.escuela{
      background: rgba(255,255,255,0.2);
      padding: 0.5em;
      margin: 1em 0 0;
  }
  
  .row.escuela .item-data {
    text-align: center;
  }
  
  .row.escuela .item-data .label {
    text-transform: uppercase;
  }
  
  .row.escuela .item-data .value {
    margin: 0 0 1em;
  }
  
  
  .share_options {
    display: flex;
    flex-direction: column;
    gap:1em;
  }
  
  
  footer .logo {
    width: 100px;
  }
  
  footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px;
    padding: 10px 0;
    border-top: solid 1px #d7d7d7;
  }
  
  footer .link {
    font-family: 'gothambold';
    font-size: 1.2em;
    text-decoration: none;
    color:#333333
  }
  
  footer > * {
    flex:1 1 100%;
    text-align: center;
  }
  
  footer .social_links {
    justify-content: center;
    gap:40px;
    padding: 24px 0;
  }
  
  footer .social_links .item.twitter {
    background-position: -251px 0;
  }
  footer .social_links .item.facebook {
    background-position: -314px 0;
  }
  footer .social_links .item.instagram {
    background-position: -376px 0;
  }
  
  
  
  
  @media (min-width: 992px) {
  
    .form-sec h2 {
      font-size:55px;
    }
    
    header .social_links {
      display: flex;
    }
    
    
    
    footer > * {
      flex:1 1 auto;
      text-align: center;
      font-size: 8px;
    }
    
    footer .link {
      text-align: center;
    }
    
    footer .social_links {
      justify-content: flex-end;
    }
    
    .share_mobile .redes a {
      width: auto;
    }
    
    .form-sec p {
      font-size:20px;
    }
    
    footer .social_links {
      justify-content: flex-end;
      gap: 25px;
      padding: 0;
    }
  }  