/*

  Header

============================================================================= */

#header {
  padding-top: 1rem;
  margin: 0 0 2rem;
}



/*

  Content

============================================================================= */


/*  Section: Agreements
------------------------------------- */

.content section.agreements {
  margin-bottom: 10rem;
}

@media (max-width: 47.99875rem) {
    .content section.agreements {
      margin-bottom: 2rem;
    }
}

.content section.agreements .row {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media (max-width: 35.99875rem) {
    .content section.agreements .row {
        padding-top: 1rem;
        padding-bottom: 0;
    }
}

.content section.agreements .agreement {
  position: relative;
  background: white;
  box-shadow: 1rem 1rem 1.5rem rgba(var(--color-shadow-rgba), 0.4);
  height: 18rem;
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  margin-bottom: 3rem;
}

.content section.agreements .col-1 {
  width: 4rem;
}

.content section.agreements .agreement a.button,
.content section.agreements .agreement button {
  position: absolute;
  bottom: 3rem;
  margin: auto;
  left: 0;
  right: 0;
  width: 80%;
}

.content section.agreements .agreement img {
  width: 95%;    
}

@media (max-width: 991px) {
  .item-convenio {
    margin-left: 2rem;
	margin-right: 2rem;
  }
}