@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
.fs.fs12 {
  font-size: 12px;
  line-height: 14px;
}
.fs.fs14 {
  font-size: 14px;
  line-height: 17px;
}
.fs.fs15 {
  font-size: 15px;
  line-height: 16px;
}
.fs.fs16 {
  font-size: 16px;
  line-height: 18px;
}
.fs.fs17 {
  font-size: 17px;
  line-height: 20px;
}
.fs.fs18 {
  font-size: 18px;
  line-height: 24px;
}
.fs.fs19 {
  font-size: 19px;
  line-height: 21px;
}
.fs.fs20 {
  font-size: 20px;
  line-height: 24px;
}
.fs.fs21 {
  font-size: 21px;
  line-height: 18px;
}
.fs.fs22 {
  font-size: 22px;
  line-height: 26px;
}
.fs.fs24 {
  font-size: 24px;
  line-height: 25px;
}
.fs.fs25 {
  font-size: 25px;
  line-height: 28px;
}
.fs.fs26 {
  font-size: 26px;
  line-height: 30px;
}
.fs.fs28 {
  font-size: 28px;
  line-height: 34px;
}
.fs.fs30 {
  font-size: 30px;
  line-height: 35px;
}
.fs.fs31 {
  font-size: 31px;
  line-height: 32px;
}
.fs.fs32 {
  font-size: 32px;
  line-height: 36px;
}
.fs.fs35 {
  font-size: 35px;
  line-height: 37px;
}
.fs.fs36 {
  font-size: 36px;
  line-height: 45px;
}
.fs.fs38 {
  font-size: 38px;
  line-height: 32px;
}
.fs.fs40 {
  font-size: 40px;
  line-height: 45px;
}
.fs.fs42 {
  font-size: 42px;
  line-height: 45px;
}
.fs.fs45 {
  font-size: 45px;
  line-height: 50px;
}
.fs.fs47 {
  font-size: 47px;
  line-height: 60px;
}
.fs.fs48 {
  font-size: 48px;
  line-height: 52px;
}
.fs.fs50 {
  font-size: 50px;
  line-height: 52px;
}
.fs.fs55 {
  font-size: 55px;
  line-height: 58px;
}
.fs.fs60 {
  font-size: 60px;
  line-height: 65px;
}
.fs.fs70 {
  font-size: 70px;
  line-height: 70px;
}
.fs.fs80 {
  font-size: 80px;
  line-height: 90px;
}
.fs.fs120 {
  font-size: 120px;
  line-height: 84px;
}
.fs.fs150 {
  font-size: 150px;
  line-height: 150px;
}
.fs.fs200 {
  font-size: 200px;
  line-height: 180px;
}

.fw.fw100 {
  font-weight: 100;
}
.fw.fw200 {
  font-weight: 200;
}
.fw.fw300 {
  font-weight: 300;
}
.fw.fw400 {
  font-weight: 400;
}
.fw.fw500 {
  font-weight: 500;
}
.fw.fw600 {
  font-weight: 600;
}
.fw.fw700 {
  font-weight: 700;
}
.fw.fw800 {
  font-weight: 800;
}
.fw.fw900 {
  font-weight: 900;
}

/* COLORS  ********************************/
.blackColor {
  color: #000000;
}

.blackColorBg {
  background-color: #000000;
}

.whiteColor {
  color: #ffffff;
}

.whiteColorBg {
  background-color: #ffffff;
}

.whiteColor2 {
  color: #f3fdff;
}

.whiteColor2Bg {
  background-color: #f3fdff;
}

.blueColorLight {
  color: #c8e2ed;
}

.blueColorLightBg {
  background-color: #c8e2ed;
}

.blueColor {
  color: #4a749e;
}

.blueColorBg {
  background-color: #4a749e;
}

.blueColor2 {
  color: #8bbfd6;
}

.blueColor2Bg {
  background-color: #8bbfd6;
}

.greenColor {
  color: #97d3d3;
}

.greenColorBg {
  background-color: #97d3d3;
}

.violetColor {
  color: #c59bdd;
}

.violetColorBg {
  background-color: #c59bdd;
}

.redColor {
  color: #f48989;
}

.redColorBg {
  background-color: #f48989;
}

.softBlueColor {
  color: #DFF2FB;
}

.softBlueColorBg {
  background-color: #DFF2FB;
}

.midBlueColor {
  color: #29a7e3;
}

.midBlueColorBg {
  background-color: #29a7e3;
}

.hardBlueColor {
  color: #35579f;
}

.hardBlueColorBg {
  background-color: #35579f;
}

.hardRedColor {
  color: #cd0000;
}

.hardRedColorBg {
  background-color: #cd0000;
}

.greyColor {
  color: #92abbb;
}

.greyColorBg {
  background-color: #92abbb;
}

/* VARIOS  **************************************************************************/
* {
  box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 700;
}

.upper {
  text-transform: uppercase;
}

.under {
  text-decoration: underline;
}

.alignCenter {
  text-align: center;
}

img {
  width: 100%;
}

.flex {
  display: flex;
}
.flex__between {
  justify-content: space-between;
}
.flex__end {
  justify-content: flex-end;
}
.flex__center {
  justify-content: center;
}
.flex__Aligncenter {
  align-items: center;
}
.flex__Alignend {
  align-items: flex-end;
}
.flex__Alignstart {
  align-items: flex-start;
}
.flex__wrap {
  flex-wrap: wrap;
}

.cta-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cta-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0.2906976744vw;
  left: -0.1162790698vw;
  border-radius: 2.9069767442vw;
  z-index: 0;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.39);
  box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.39);
}
.cta-btn a {
  font-size: 1.1627906977vw;
  font-weight: 500;
  color: #ffffff;
  padding: 0.4651162791vw 1.8604651163vw;
  border-radius: 2.9069767442vw;
  background-color: #97d3d3;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .cta-btn:before {
    top: 0.5263157895vw;
    left: -0.5263157895vw;
    border-radius: 13.1578947368vw;
  }
  .cta-btn a {
    font-size: 3.6842105263vw;
    padding: 1.0526315789vw 4.7368421053vw;
    border-radius: 5.2631578947vw;
  }
}
@media (min-width: 1720px) {
  .cta-btn:before {
    top: 5px;
    left: -2px;
    border-radius: 50px;
  }
  .cta-btn a {
    font-size: 20px;
    padding: 8px 32px;
    border-radius: 50px;
  }
}
/* HERO SECTION ************************/
.hero-section {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-size: 32px;
  line-height: 1.2;
  background-color: #c8e2ed;
}
.hero-section .container {
  padding-top: 8.9534883721vw;
  padding-bottom: 5.8139534884vw;
  flex-direction: column;
}
.hero-section .container .logo-box {
  width: 100%;
  max-width: 41.8604651163vw;
  margin-bottom: 4.6511627907vw;
}
.hero-section .container .text-box {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.hero-section .container .text-box p {
  font-size: 1.8604651163vw;
  line-height: 1.2;
  color: #4a749e;
  text-align: center;
}

.masonry-section {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  background-color: #c8e2ed;
  padding-bottom: 5rem;
}
.masonry-section .container .grid .grid-item {
  width: 22%;
  float: left;
  height: auto;
  margin: 2.3255813953vw 0.6976744186vw;
  position: relative;
}
.masonry-section .container .grid .grid-item .img-box {
  width: 100%;
  max-width: 6.976744186vw;
}
.masonry-section .container .grid .grid-item ul.glosary-list {
  margin: 0;
  width: 100%;
  height: auto;
  padding-left: 4.6511627907vw;
  padding-right: 1.1627906977vw;
  list-style: disc;
}
.masonry-section .container .grid .grid-item ul.glosary-list li {
  font-size: 0.9302325581vw;
  line-height: 1.3;
}
.masonry-section .container .grid .grid-item ul.glosary-list li::marker {
  color: #4a749e;
}
.masonry-section .container .grid .grid-item ul.glosary-list li a {
  color: #4a749e;
  font-size: 0.9302325581vw;
  text-align: left;
  display: inline;
}
.masonry-section .container .grid .grid-item .background-img {
  position: absolute;
  top: 2.3255813953vw;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.masonry-section .container .grid .grid-item .background-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: left top;
}

@media (min-width: 1721px) {
  .hero-section .container {
    padding-top: 154px;
    padding-bottom: 100px;
  }
  .hero-section .container .logo-box {
    max-width: 720px;
    margin-bottom: 80px;
  }
  .hero-section .container .text-box p {
    font-size: 32px;
  }

  .masonry-section .container .grid .grid-item {
    /* margin: 40px 12px; */
    margin-top: 40px;
    margin-right: 12px;
    margin-bottom: 40px;
    margin-left: 12px;
  }
  .masonry-section .container .grid .grid-item .img-box {
    max-width: 120px;
  }
  .masonry-section .container .grid .grid-item ul.glosary-list {
    padding-left: 65px;
    padding-right: 20px;
  }
  .masonry-section .container .grid .grid-item ul.glosary-list li a {
    font-size: 16px;
  }
  .masonry-section .container .grid .grid-item .background-img {
    top: 40px;
  }
}
@media (max-width: 768px) {
  .hero-section .container {
    padding-top: 16.8421052632vw;
    padding-bottom: 10.5263157895vw;
  }
  .hero-section .container .logo-box {
    max-width: 126.3157894737vw;
    margin-bottom: 10.5263157895vw;
  }
  .hero-section .container .text-box {
    max-width: 90%;
  }
  .hero-section .container .text-box p {
    font-size: 5.2631578947vw;
  }

  .masonry-section .container .grid {
    width: 94%;
    margin: 0 auto;
  }
  .masonry-section .container .grid .grid-item {
    width: 44%;
    margin: 5.2631578947vw 1.5789473684vw;
  }
  .masonry-section .container .grid .grid-item .img-box {
    max-width: 18.4210526316vw;
  }
  .masonry-section .container .grid .grid-item ul.glosary-list {
    padding-left: 7.8947368421vw;
    padding-right: 2.6315789474vw;
  }
  .masonry-section .container .grid .grid-item ul.glosary-list li a {
    font-size: 2.6315789474vw;
  }
  .masonry-section .container .grid .grid-item .background-img {
    top: 6.3157894737vw;
  }
}
@media (max-width: 576px) {
  .masonry-section .container .grid {
    width: 100%;
    max-width: 64%;
    margin: 0 auto;
  }
  .masonry-section .container .grid .grid-item {
    width: 100%;
  }
  .masonry-section .container .grid .grid-item ul.glosary-list {
    padding-left: 21.0526315789vw;
    padding-right: 5.2631578947vw;
  }
}

/*# sourceMappingURL=template-bab-glosario.css.map */
