body {
  font-family: 'Garnett-Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #FFFFFF;
}

div.container{
  padding-right: 40px!important;
}

h3.headT{
  margin-top: 100px;
  text-align: center;
  padding-bottom: 40px;
  font-size: 22px;
}

a.salir {
  text-align: right;
  text-decoration: none;
  font-size: 16px;
  color:#e91b2f;
}

a.salir:hover{
  text-decoration: none;
  font-size: 16px;
  color:#e91b2f;
  font-weight: bolder;
}

.form-control{
  border-radius: 0px!important;
  color: #0b2343!important;
  font-weight: bold;
  font-size: 16px!important;

}

label.lblLogin{
  color: #666;
  font-size: 16px;
  font-weight: normal;
}

.download {
  margin-top: 100px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.table {
  margin: 0 auto;
  height: auto;
  border: solid #DDDDDD 2px;
  max-width: 780px;
  position: relative;
  width: 100%;
}

.rows {
  border-bottom: 1px solid #DDDDDD;
  color: #0B2343;
  cursor: pointer;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: 'Garnett-Regular', sans-serif;
  font-size: 14px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 15px;
  position: relative;
  text-align: center;
}

.rows span {
  color: #0B2343;
  font-size: 40px;
  margin-bottom: 15px;
}

.rows:hover {
  background-color: #F7F7F7;
}

.documentCard-row{
    border-bottom: 1px solid #DDDDDD;
    color: #0B2343;
    cursor: pointer;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: 'Garnett-Regular', sans-serif;
    font-size: 14px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 30px 15px; 
    position: relative;
    text-align: center;
    text-decoration: none;
    display: block;
}

.documentCard-row span{
  color: #0B2343;
  font-size: 40px;
  margin-bottom: 15px;
}

.documentCard-row:hover {
  background-color: #F7F7F7;
  text-decoration: none;
}

button.btnEnviar{
  display: block;
  margin: 0 auto;
  background-color: #030d75;
  border: 1px solid #030d75;
  display:block;
  color:#fff;
  text-decoration:none;
  height:48px;
  width:160px;
  border-radius: 4px;
  text-align:center;
  font-size:14px;
  line-height:35px;
  margin-bottom:40px;
  font-family: Garnett-Semibold, sans-serif;
  cursor: pointer;
}

button.btnEnviar:hover{
  background-color: #e6006b;
  border: 1px solid #e6006b;
}

/*# sourceMappingURL=microsite.css.map */

.Icon--arrowRight:before {
    content: "\EA20";
}

.MainCardsDocuments{
    margin: 0;
    padding: 0 80px;
    margin-top: 60px;
}

.Cards-SectionWrapp{
    margin: 40px 0;
}
.Cards-SectionWrapp:first-of-type{
    padding-top: 40px;
}

.CardsSection-Header{
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 1024px;
}

.CardsSection-Header-Title{
    text-align: center;
    margin-bottom: 20px;
    color: #020C41;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Garnett-Semibold', sans-serif;
}

.CardsSection-Header-Subtitle{
    color: #666665;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

.CardsSection-Header-Subtitle:last-of-type{
    margin-bottom: 0;
}

.CardsSection-Content{
    max-width: 1024px;
    margin: 0 auto;
}

.Cards-ContentWrapp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.Card-Component{
    padding: 32px;
    border: 1px solid #BFBFBD;
    background-color: #ffffff;
    border-radius: 4px;
    flex: 1 0 calc(100% / 4 - 15px);
    max-width: 420px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}

.Card-Header {
    margin-bottom: 20px;
}

.Card-Header-Img{
    width: 30px;
}

.Card-TitleContainer{
  margin-top: 20px;
}

.Card-Title{
  font-size: 14px;
  line-height: 20px;
  color: #020C41;
  margin: 0;
}

.Card-BtnDownload{
  font-size: 12px;
  line-height: 18px;
  color: #666665;
  text-decoration: underline;
  display: block;
  margin-top: 2px;
  cursor: pointer;
}

.Card-BtnDownload:hover{
  color: #035CF7;
  text-decoration: underline;
}

.CardMainBtn{
  border-radius: 4px;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-family: 'Garnett-Semibold', sans-serif;
  width: max-content;
  color: #fff;
  background-color: #FA0073;
  border: 1px solid #FA0073;
  margin-top: auto;
  text-decoration: none;
  cursor: pointer;
}

.CardMainBtn:focus{
  color: #fff;
  text-decoration: none;
}

.CardMainBtn:hover{
  background-color: #e6006b;
  border: 1px solid #e6006b;
  color: #fff;
  text-decoration: none;
}

.CardMainBtn .Icon{
  font-size: 10px;
}

.salirBtn-Wrapp{
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 1023px){
  .MainCardsDocuments{
    padding: 0 20px;
  }
}

@media (max-width: 679px){
  .Card-Component{
    flex: 1 0 calc(100% / 3 - 14px);
    max-width: none;
    padding: 24px;
  }
}

/*Card Large Style*/

.Card-LargeStyle .Card-TitleContainer {
    margin-top: 0;
}

.Card-LargeStyle .Card-Header{
    display: flex;
    align-items: center;
    gap: 12px;
}

.Cards-ContentWrapp:has(:nth-of-type(3)) {
    justify-content: flex-start;
}
/*Fin Card Large Style*/
/*Two Columns*/
.Cards-Content-HeaderCard-Wrapp{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 calc(50% - 10px);
    row-gap: 20px;
}

.Cards-TwoColumns .Card-Component{
    flex: auto;
    max-width: none;
    width: 100%;
}
/*Fin Two Columns*/
