/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

#about-top {
  padding: 40px 0 60px;
  background: #F4F7F9;
}

@media screen and (min-width: 992px) {
  #about-top {
    padding: 40px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top {
    padding: 85px 0 25px;
  }
}
#about-top ul {
  padding-left: 0px;
}

#about-top ul li {
  color: #3d3d3d;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 45px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  #about-top ul li {
    padding-left: 60px;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top ul li {
    padding-right: 112px;
  }
}
#about-top ul li strong,
#about-top ul li h2 {
  color: #2E2E2E;
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  display: block;
  padding-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  #about-top ul li strong,
#about-top ul li h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
#about-top ul li a {
  color: #16365D;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #about-top ul li img {
    position: absolute;
    left: 0px;
  }
}
#about-top ul li p {
  margin-top: 15px;
}

.section-1 {
  background: var(--color-tertiary);
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .section-1 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
}
.section-1 h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 54px;
}

.section-1 .about-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-1 .about-items__content {
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .section-1 .about-items__content {
    width: 45%;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .section-1 .about-items__content {
    width: 22%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  html:lang(es-ES) .section-1 .about-items__content-2-col {
    width: 45%;
  }
}
.section-1 .about-items__content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .section-1 .about-items__content img {
    margin-left: initial;
    margin-right: initial;
  }
}
.section-1 .about-items__content .title {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 18px;
}

.section-1 .about-items__content .description {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-right: 0px;
}

@media screen and (min-width: 768px) {
  .section-1 .about-items__content .description {
    padding-right: 51px;
  }
}
.pa-section {
  background: #F4F7F9;
  padding-top: 55px;
  padding-bottom: 55px;
}

@media screen and (min-width: 992px) {
  .pa-section {
    padding-bottom: 85px;
  }
}
.pa-section .container h2 {
  color: #2E2E2E;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
}

.pa-section .container .col-10 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pa-section .container .col-10 {
    width: 83.3333333333%;
  }
}
.pa-section .container .about-pa-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.pa-section .container .about-pa-items__content {
  color: #fff;
  text-align: center;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  border-radius: 8px;
  background: var(--color-tertiary);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media screen and (min-width: 768px) {
  .pa-section .container .about-pa-items__content {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .pa-section .container .about-pa-items__content {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .pa-section .container .about-pa-items__content {
    width: 26%;
  }
}
.pa-section .container .about-pa-items__content a {
  color: #fff;
}

.pa-section .container .about-pa-items__content a:hover {
  text-decoration: underline;
}

.pa-section .container .see-all-pa {
  color: var(--color-secondary);
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 1px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 10px;
  width: 100%;
  display: block;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .pa-section .container .see-all-pa {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .pa-section .container .see-all-pa {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .pa-section .container .see-all-pa {
    width: 220px;
  }
  html:lang(es-ES) .pa-section .container .see-all-pa {
    display: inline-block;
    width: auto;
  }
}
.pa-section .container .see-all-pa:hover {
  transition: all 0.3s ease-in-out;
  color: #16365D;
}

.community-section {
  padding-top: 65px;
  padding-bottom: 26px;
}

.community-section h2 {
  margin-bottom: 18px;
}

.community-section .content {
  max-width: 715px;
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.community-section .community-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.community-section .community-items__content {
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (min-width: 992px) {
  .community-section .community-items__content {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .community-section .community-items__content {
    width: 28%;
  }
}
.community-section .community-items__content img {
  border-radius: 8px;
  border: 5px solid #DDE4EB;
}

.community-section .community-items__content .description {
  color: #3d3d3d;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  max-width: 350px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
}

.last-section {
  padding-top: 55px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .last-section {
    padding-top: 100px;
    padding-bottom: 105px;
  }
}
.last-section .col-6 {
  width: 100%;
}

.last-section .col-6:last-child h2 {
  text-align: left;
  padding-top: 35px;
}

@media screen and (min-width: 1200px) {
  .last-section .col-6:last-child h2 {
    padding-top: 10px;
  }
}
.last-section .col-6:last-child ul {
  padding-left: 3rem !important;
  padding-top: 10px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .last-section .col-6:last-child ul {
    padding-right: 0px;
  }
}
.last-section .col-6:last-child ul li a {
  text-decoration-line: underline;
  color: var(--color-secondary);
}

@media screen and (min-width: 1200px) {
  .last-section .col-6 {
    width: 50%;
  }
}
.last-section .col-6 img {
  border-radius: 8px;
}

.es-content .pa-section .container .see-all-pa {
  width: 285px;
}

/*# sourceMappingURL=about-us.css.map*/