@font-face {
    font-family: 'AkzidenzGroteskBQ-light';
    src: url('AkzidenzGroteskBQ-Light.woff2') format('woff2'),
        url('AkzidenzGroteskBQ-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AkzidenzGroteskBQ-Medium';
    src: url('AkzidenzGroteskBQ-Medium.woff2') format('woff2'),
        url('AkzidenzGroteskBQ-Medium.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AkzidenzGrotesk-Bold';
    src: url('AkzidenzGrotesk-Bold.woff2') format('woff2'),
        url('AkzidenzGrotesk-Bold.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AkzidenzGroteskBE-Md';
    src: url('AkzidenzGroteskBE-Md.woff2') format('woff2'),
        url('AkzidenzGroteskBE-Md.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

h5 {
    font-family: 'AkzidenzGroteskBQ-Medium';
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 3%;
}

h3 {
    font-family: 'AkzidenzGroteskBQ-Medium';
    text-align: left;
    font-size: 1.4rem;
    margin: 5% 0 3% 0;
}

body{
    background-color: #F8F9FA;
}

.MainLogo{
    display: block;
    margin: 0 auto;
    padding: 5% 0;
}

.TitForm{
    font-family: 'AkzidenzGrotesk-Bold';
    margin-bottom: 5%;
    font-size: 1.9rem;

}

.form-group label{
    font-family: 'AkzidenzGrotesk-Bold';
    font-size: 1.3rem;
   line-height: 25px;

}



.form-control {
    display: block;
    width: 80%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 1.5px solid #707070;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.InfoInput{
    font-family: 'AkzidenzGroteskBE-Md';
    font-size: 1.1rem;
    color: #DF0614;
}

.InfoLabel{
    font-family: 'AkzidenzGrotesk-Bold';
    font-size: 0.9rem;
    margin-top: 0px;

}


.btn-primary{
    width: 80%;
    background-color: #1D1C1D;
    border: 1px solid #1D1C1D;
    font-size: 1.2rem;
}


.btn-primary:hover{
    width: 80%;
    background-color: transparent;
    border: 1px solid #1D1C1D;
    color:#1D1C1D;
}

.InfoCodDig{
    margin-top: 1%;
    background-color: #EFEFEF;
    padding: 1%;
    width: 80%;
}

.InfoCodDig p{
    font-family: 'AkzidenzGroteskBQ-light';
    text-align: center;
    color: #7B7A7B;
    font-size: 1.2rem;

}

.EstiloCode{
    padding-left: 15px;
            letter-spacing: 42px;
            border: 0;
            background-image: linear-gradient(to left, #007cba 70%, rgba(255, 255, 255, 0) 0%);
            background-position: bottom;
            background-size: 50px 1px;
            background-repeat: repeat-x;
            background-position-x:135px;
            width: 200px;
}

.btn-block {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #DF0614;
    color: #fff;
    border: 1px solid #DF0614; 
    font-size: 1.3rem;   
}

.btn-success:hover{
    background-color: #740109;
    border: 1px solid #DF0614; 
}

.ActCta{
    text-align: center;
    margin-bottom: 2%;
}

/*Aquí están los estilos de Faqus*/

.panel-default>.panel-heading {
    color: #333;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .panel-default>.panel-heading a {
    display: block;
    padding: 20px 15px;
    color: #000;
    font-weight: bolder;
    border-bottom: dotted 1px #000;
  
  }
  
  .panel-default>.panel-heading a:after {
    content: "";
  
    position: relative;
    top: 1px;
    display: block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 1.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    color: #D62929;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"] {
    color: #2699FB;
    background-color: #E5E7ED;
    color: #000;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .MetFaqTitle{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1.0rem;
      padding: 3px 0;
      font-weight: normal;
  }
  
  .MetFaqResp{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.8rem;
      padding: 1% 0 1% 3%;
      font-weight:normal;
  
  }
  