@font-face {
  font-family: Opensans Light;
  src: url('../fonts/opensans-light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans-Regular;
  src: url('../fonts/opensans-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Bold;
  src: url('../fonts/opensans-bold.woff') format("woff"), url('../fonts/opensans-bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trajan Pro;
  src: url('../fonts/trajan-pro.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trajanpro 3";
  src: url('../fonts/trajanpro3black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trajanpro 3";
  src: url('../fonts/trajanpro3semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trajanpro 3";
  src: url('../fonts/trajanpro3extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trajanpro 3";
  src: url('../fonts/trajanpro3bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trajanpro 3";
  src: url('../fonts/trajanpro3regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trajanpro 3";
  src: url('../fonts/trajanpro3light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trajanpro;
  src: url('../fonts/trajanpro-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #02557a;
  --azul-botones: #6c91bf;
  --white: white;
  --gold: #c59561;
  --light-blue: #cbf2ff;
  --brown: #533c2a;
  --azul-main-menu: #acd1fe;
  --black: #1a1919;
  --white-2: white;
  --black-2: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Cairo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--dark-blue);
  text-decoration: underline;
}

.container {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-menu {
  position: absolute;
  left: auto;
  right: 34%;
}

.columns {
  align-items: center;
  margin-left: 85px;
  margin-right: 85px;
  display: flex;
}

.brand {
  left: -7%;
}

.html-embed {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
}

.text-block {
  color: #014b98;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

.image {
  text-align: left;
  object-fit: contain;
  width: 18px;
  margin-right: 10px;
  display: none;
}

.grid-2 {
  grid-column-gap: 0px;
  background-color: #8b6e4c;
  grid-template-rows: auto;
  margin-left: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.column {
  text-align: right;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block {
  background-color: #8b6e4c;
  justify-content: center;
  width: 150px;
  padding: 10px;
  display: flex;
}

.column-2 {
  padding-left: 30px;
}

.nav-link, .nav-link-2, .nav-link-3, .nav-link-4 {
  color: #fff;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.section {
  z-index: 999999;
  background-image: url('../images/slider.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: auto;
  position: static;
  inset: 0% 0% auto;
}

.section-2 {
  background-image: url('../images/slider.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 615px;
  margin-top: -126px;
}

.navbar {
  background-color: #0000;
}

.body {
  transition: opacity .2s;
}

.section-3 {
  box-shadow: none;
  outline-offset: 0px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 0;
  outline: 3px #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1%;
  margin-left: 0;
  padding: 0 100px 60px;
  display: flex;
  position: static;
  inset: 60% 0 auto;
}

.heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-2 {
  color: #000;
  text-align: center;
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.image-2 {
  object-fit: contain;
  width: 69%;
  height: 30px;
  margin-top: -17px;
}

.image-3 {
  object-fit: cover;
  width: 135px;
  height: 84px;
}

.section-4 {
  object-fit: contain;
  margin-top: 0%;
  padding: 60px 85px;
  position: static;
}

.heading-come {
  color: #3d3d3d;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  position: static;
  inset: auto 0% -25%;
}

.text-project {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-2 {
  width: 650px;
  margin-top: 20px;
  margin-left: 85px;
  display: flex;
}

.text-block-3 {
  border: 4px #000;
  border-radius: 50%;
  margin-right: 0;
  padding: 20px 15px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-3.counterup {
  margin-left: 0;
}

.div-block-3 {
  background-image: url('../images/students-1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-right: 40px;
  display: flex;
}

.div-block-4 {
  background-image: url('../images/schools-1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-right: 40px;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/seminaries-1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.section-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/background-pontifical.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 585px;
  margin-top: -220px;
  display: flex;
  position: relative;
  box-shadow: inset 0 231px 54px -20px #08509b;
}

.heading-3 {
  color: #09509b;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 7px #fff, -1px 1px #fff, 0 1px #fff, 1px 0 #fff, -1px -1px #fff, 1px -1px #ffffffe3;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: flex;
  position: static;
  inset: auto 0%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #000000db;
  padding-bottom: 10px;
  padding-left: 220px;
  padding-right: 220px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.button {
  text-transform: uppercase;
  background-color: #dc9d30;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  display: flex;
  position: absolute;
  left: 44%;
}

.div-block-6 {
  border-right: 3px #a4292e;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  transition: opacity .2s;
  display: flex;
  box-shadow: 0 0 8px #0003;
}

.div-block-6:hover {
  transform: scale(1.03);
  box-shadow: 0 0 14px -1px #a4292e5c;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex: none;
  width: 240px;
  height: 214px;
}

.heading-4 {
  color: #333;
  text-transform: capitalize;
  word-break: normal;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-5 {
  color: #333;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Opensans-Regular, sans-serif;
}

.text-block-6 {
  color: #333333ba;
  text-align: left;
  margin-left: -15px;
  padding-left: 0;
  font-family: Opensans-Regular, sans-serif;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6.25fr;
  padding-bottom: 0;
  padding-left: 0;
}

.html-embed-2 {
  text-align: right;
  padding-right: 27px;
}

.button-2 {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Opensans-Regular, sans-serif;
  font-weight: 400;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-6 {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-5-copy {
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Opensans-Regular, sans-serif;
}

.column-3 {
  padding-left: 0;
  padding-right: 10px;
}

.div-block-8 {
  border-right: 3px #a4292e;
  border-radius: 5px;
  height: 132px;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  transform: scale(1.03);
  box-shadow: 0 0 8px #0003;
}

.div-block-8:hover {
  box-shadow: 0 2px 10px #a4292e5c;
}

.column-4 {
  margin-top: 0;
  padding-right: 0;
}

.heading-4-copy {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.button-copy {
  text-transform: uppercase;
  background-color: #08509b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  display: flex;
  box-shadow: 0 0 20px 17px #ffffff54;
}

.button-copy:hover {
  transform: scale(1.1);
}

.section-7 {
  margin-top: 10px;
  margin-left: 85px;
  margin-right: 85px;
}

.columns-2 {
  background-color: #f2f2f2;
  border-radius: 5px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.column-5 {
  justify-content: flex-end;
  display: flex;
}

.text-block-7 {
  color: #000;
  font-family: Alegreya Sans, sans-serif;
  font-size: 18px;
}

.text-block-7-copy {
  color: #000;
  padding-top: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.section-8 {
  color: #333333cf;
  background-color: #000000e3;
  margin-top: -105px;
  margin-left: 0;
  margin-right: 0;
  padding: 160px 85px 40px;
  position: static;
}

.image-5 {
  object-fit: cover;
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: 0;
}

.heading-ra {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.column-6 {
  justify-content: center;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.grid-info {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  padding-top: 5px;
}

.text-info-email {
  color: #a4292e;
  margin-left: -5px;
  padding-left: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.field-label, .field-label-2 {
  color: #fff;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.submit-button {
  text-transform: uppercase;
  background-color: #077af4;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field {
  color: #000;
  -webkit-text-stroke-color: #000;
  border-radius: 5px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-field-2 {
  border-radius: 5px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-field-3 {
  color: #000;
  border-radius: 5px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.columns-3 {
  padding-bottom: 20px;
}

.section-9 {
  background-color: #000000e3;
  border-top: 2px solid #eeeeee69;
}

.text-footer {
  color: #fff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.html-embed-copy {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.column-7 {
  padding-left: 40px;
}

.nav-link-5 {
  color: #fff;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: none;
}

.image-7 {
  text-align: center;
  object-fit: contain;
  width: 18px;
  margin-right: 10px;
  padding-left: 0;
  display: none;
}

.button-read {
  text-transform: uppercase;
  background-color: #a4292e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  display: flex;
  position: absolute;
  left: 44%;
}

.button-read:hover {
  transform: scale(1.1);
}

.section-10 {
  text-align: center;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sign {
  border: 4px #000;
  border-radius: 50%;
  margin-left: -10px;
  margin-right: 0;
  padding: 20px 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.sign.counterup {
  margin-left: 0;
}

.bold-text {
  font-size: 23px;
  font-weight: 400;
}

.section-11 {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(to right, #014b98 12%, #014b988c);
  padding: 15px 40px;
  position: relative;
}

.columns-4 {
  text-align: center;
  flex-direction: column;
  display: block;
}

.column-9 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.column-10 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.section-12 {
  object-fit: cover;
  background-image: url('../images/slide-home-22.png');
  background-position: 0 0;
  background-size: cover;
  height: 650px;
  margin-top: -11%;
  position: static;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  place-content: stretch center;
  place-items: start center;
  height: 55px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.txt-menu {
  color: #014b98;
  -webkit-text-stroke-color: #014b98;
  text-transform: uppercase;
  text-shadow: 0 1px 8px #00000030;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.image-8 {
  z-index: 1;
  object-fit: cover;
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  position: relative;
  top: auto;
  right: auto;
  box-shadow: 0 2px 22px #0000008f;
}

.section-13 {
  z-index: 1;
  background-color: #ffffffc9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 57px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.div-block-9 {
  z-index: 9999999;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  padding: 10px;
  display: flex;
  position: static;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.icon-2 {
  color: #014b98;
}

.heading-rafhk {
  color: #3d3d3d;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px #a4292e;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.div-line {
  background-color: var(--azul-botones);
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 3px;
  margin-bottom: 20px;
  display: block;
}

.image-9 {
  object-fit: cover;
  width: 445px;
  height: 270px;
  margin-top: 105px;
  margin-left: 15px;
  padding-top: 0;
  padding-left: 0;
  box-shadow: 0 9px 15px #0000005e, 13px -13px #034b97;
}

.text-block-6-copy {
  color: #333333ba;
  text-align: left;
  text-align: left;
  margin-left: -15px;
  padding-left: 0;
  font-family: Opensans-Regular, sans-serif;
}

.txt-date {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0000005e;
  background-color: #054b95;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 132px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.grid-col-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6.25fr;
  padding-bottom: 0;
  padding-left: 10px;
  display: none;
}

.slider {
  background-color: #f2f2f2;
  border-radius: 5px;
  height: 218px;
  box-shadow: 0 -2px 13px #00000030;
}

.slide {
  background-color: #f2f2f2;
  border-radius: 5px;
  height: 218px;
}

.slide-2 {
  height: 218px;
}

.slide-nav {
  display: none;
}

.slide-3 {
  height: 218px;
}

.icon-3, .icon-4 {
  display: none;
}

.slide-4 {
  height: 218px;
}

.bold-text-2 {
  font-size: 23px;
  font-weight: 400;
}

.columns-5 {
  z-index: 999999;
  margin-left: 80px;
  margin-right: 80px;
  display: none;
  position: relative;
}

.html-embed-3 {
  text-align: center;
  background-color: #a4292e;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 70px;
  margin-top: 20px;
  padding-top: 0;
  font-size: 25px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.column-12 {
  filter: blur();
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  padding: 40px 60px;
  display: flex;
  left: -20px;
  box-shadow: 0 2px 5px #00000057;
}

.heading-5 {
  color: #a4292e;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-block-9 {
  color: #000;
  text-align: center;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.column-13 {
  z-index: 0;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 2px 5px #00000057;
}

.icon-learn {
  text-align: center;
  background-color: #a4292e;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 70px;
  margin-top: 0;
  font-size: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.column-14 {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 320px;
  padding: 40px 60px;
  display: flex;
  position: relative;
  left: 20px;
  box-shadow: 0 2px 5px #00000057;
}

.border-red {
  text-align: center;
  background-color: #d2183a;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 3px;
  margin-bottom: 30px;
  display: flex;
}

.mask {
  background-color: #f2f2f2;
  border-radius: 5px;
}

.navbar-2 {
  display: none;
}

.img-logo {
  z-index: 999999999;
  object-fit: contain;
  background-color: #fff;
  border-radius: 50%;
  width: 155px;
  height: 155px;
  margin-top: -68px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 5px 5px 7px;
  display: none;
  position: relative;
  top: auto;
  right: auto;
  box-shadow: 0 2px 22px #0000008f;
}

.drop-menu.link-item {
  text-align: left;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  display: block;
}

.dropdown-link-2, .dropdown-link-3 {
  border-bottom: 1px solid #00000036;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-list-2 {
  background-color: #f2f2f254;
  margin-top: 0;
}

.dropdown-list-2.w--open {
  background-color: #f2f2f2eb;
  margin-top: 0;
  margin-left: 20px;
}

.html-embed-4 {
  color: #014b98;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

.img-donate {
  text-align: left;
  object-fit: contain;
  width: 20px;
  margin-right: 10px;
  display: none;
}

.button-gift {
  color: #014b98;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

.columns-6 {
  padding-top: 30px;
}

.section-14 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 85px 60px;
}

.heading-impact {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a4292e99;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  position: static;
  inset: 0 0%;
  box-shadow: 0 0 20px 8px #ffffff73;
}

.section-15 {
  background-image: linear-gradient(#6c91bf 22%, #fff0 75%);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 0%;
  padding-top: 0;
  display: block;
  position: relative;
}

.heading-6 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  inset: 0 0% 0%;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93%;
  margin-top: 0%;
  padding-top: 0;
  display: block;
}

.heading-7 {
  color: #3d3d3d;
  font-family: Alegreya Sans, sans-serif;
  font-weight: 500;
}

.text-block-10 {
  margin-top: 20px;
  font-family: Opensans-Regular, sans-serif;
}

.section-16 {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px;
}

.title-unesco {
  color: #3d3d3d;
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Alegreya Sans, sans-serif;
  font-weight: 700;
}

.columns-8 {
  margin-top: 0;
}

.img-2021 {
  object-fit: cover;
  width: 445px;
  height: 255px;
  margin-top: -15px;
  margin-left: 15px;
  padding-top: 0;
  padding-left: 0;
  box-shadow: 0 9px 15px #0000005e, 13px -13px #a4292eed;
}

.column-17 {
  padding-left: 0;
}

.text-block-11 {
  padding-top: 25px;
  padding-right: 20px;
  font-family: Opensans-Regular, sans-serif;
}

.section-2022 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 85px 60px;
}

.section-2021 {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px;
}

.section-unesco {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 85px 20px;
  box-shadow: 0 0 33px 42px #fff;
}

.img-2022 {
  object-fit: cover;
  width: 509px;
  height: 282px;
  margin-top: 50px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  box-shadow: 0 9px 15px #0000005e, 13px -13px #a4292eed;
}

.column-19 {
  padding-left: 0;
}

.text-block-10-copy {
  margin-top: 20px;
  font-family: Opensans-Regular, sans-serif;
}

.txt-2022 {
  margin-top: 20px;
  padding-top: 15px;
  font-family: Opensans-Regular, sans-serif;
}

.text-block-12 {
  padding-top: 15px;
}

.section-2023 {
  background-color: #f2f2f2;
  margin-bottom: 100px;
  padding: 40px 85px;
}

.img-2023 {
  object-fit: cover;
  width: 489px;
  height: 286px;
  margin-top: 60px;
  margin-left: 15px;
  padding-top: 0;
  padding-left: 0;
  box-shadow: 0 9px 15px #0000005e, 13px -13px #a4292eed;
}

.columnas-unesco {
  margin-top: 40px;
}

.columns-9 {
  margin-top: 10px;
}

.section-2024 {
  margin-bottom: 100px;
  padding: 40px 85px;
}

.section-2025 {
  background-image: url('../images/fondo-join-blur-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 545px;
  margin-top: -11%;
}

.section-header {
  background-image: none;
  height: 530px;
  margin-top: 0%;
  margin-bottom: 0;
  position: relative;
}

.block-title {
  background-image: linear-gradient(#6c91bf 22%, #fff0 78%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93%;
  margin-top: 0%;
  padding-top: 0;
  display: block;
}

.section-2026 {
  margin-bottom: 100px;
}

.section-misision {
  margin-bottom: 0;
  padding: 60px 85px;
}

.h2-about {
  color: #3d3d3d;
  text-align: center;
  margin-top: 0;
  font-family: Cairo, sans-serif;
  font-weight: 700;
}

.text-block-13 {
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.section-vision {
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 85px;
  box-shadow: 0 -31px 34px 30px #fff;
}

.about-paragraph {
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.section-2028 {
  margin-bottom: 100px;
  padding: 40px 85px 60px;
}

.section-txt-thanks {
  box-shadow: none;
  text-align: justify;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 85px;
  display: block;
}

.section-header-projects {
  background-image: linear-gradient(#6c91bf 22%, #fff0 75%);
  height: 500px;
  margin-top: 0%;
  margin-bottom: 0;
  position: relative;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  padding: 0 0 10px;
  font-family: Cairo, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.bold-text-3 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
  display: flex;
}

.bold-text-4 {
  text-transform: uppercase;
  font-family: Cairo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.html-embed-5 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 30px;
  margin-bottom: -36px;
  padding: 20px;
  font-size: 50px;
  position: relative;
  inset: auto;
  transform: translate(0);
  box-shadow: 0 2px 12px #0000005c;
}

.html-embed-5:hover {
  transform: scale(1.1);
}

.heading-9 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Alegreya Sans, sans-serif;
  font-weight: 500;
}

.bold-text-5 {
  text-align: center;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.block-separator {
  color: #d2183a;
  text-align: center;
  background-color: #6c91bf;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.txt-2022-tablet, .txt-2022-tablet-2 {
  margin-top: 20px;
  padding-top: 15px;
  font-family: Opensans-Regular, sans-serif;
  display: none;
}

.text-block-18 {
  font-family: Opensans-Regular, sans-serif;
}

.txt-2023-tablet, .txt-2023-tablet-2 {
  display: none;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.icon-clap {
  text-align: center;
  object-fit: contain;
  width: 23px;
  margin-right: 10px;
  padding-left: 0;
  display: none;
}

.txt-email {
  color: #014b98;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.link-block-5 {
  text-decoration: none;
}

.section-2029 {
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-header-thankyou {
  background-image: url('../images/projects.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  margin-top: 0%;
  margin-bottom: 0;
}

.heading-thankyou {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a4292e99;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  position: static;
  inset: 0 0%;
  box-shadow: 0 0 20px 20px #ffffff5e;
}

.section-2030 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 85px 60px;
  display: flex;
  box-shadow: 0 0 59px 83px #fff;
}

.image-10 {
  object-fit: contain;
  width: 197px;
  height: 197px;
  margin-top: 0;
  padding: 20px;
}

.text-block-19 {
  text-align: center;
  padding-top: 30px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.div-block-13 {
  border-radius: 50%;
  margin-top: 10px;
  box-shadow: 0 2px 12px #00000054;
}

.image-11 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 380px;
  height: 185px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 12px 13px #a4292eed;
}

.image-12 {
  width: 287px;
}

.div-block-14 {
  padding-top: 30px;
}

.txt-col-1 {
  text-align: left;
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.columns-10 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.txt-col-2 {
  color: #333;
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.link {
  color: #333;
}

.section-2031 {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 60px 85px;
}

.image-13 {
  text-align: center;
  object-fit: contain;
  background-color: #0000;
  width: 140px;
  height: 140px;
  margin-right: 0;
  padding: 20px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-16 {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0003, 6px -6px #a4292ec4;
}

.div-block-17 {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 20px;
  display: flex;
  box-shadow: 6px -6px #a4292ec4, 0 2px 10px #0003;
}

.text-block-20 {
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.section-2032 {
  margin-bottom: 0;
  padding: 60px 85px;
}

.text-block-21 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.column-21 {
  padding-left: 0;
  padding-right: 0;
}

.image-14 {
  text-align: left;
  object-fit: cover;
  width: 175px;
  height: 180px;
  margin-top: -7px;
  margin-right: 20px;
  box-shadow: 11px 11px #a4292eed;
}

.column-22 {
  text-align: center;
}

.text-block-22 {
  padding-top: 0;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.image-15 {
  object-fit: contain;
  width: 100%;
  height: 177px;
  margin-top: 0;
  padding-top: 0;
}

.section-2033 {
  background-color: #f2f2f2;
  margin-bottom: 100px;
  padding: 60px 85px;
}

.columns-11 {
  margin-top: 20px;
}

.txt-libros {
  padding-top: 30px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.link-2 {
  color: #333;
  font-family: OpenSans-Bold, sans-serif;
  font-weight: 400;
}

.text-block-23 {
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.image-16 {
  width: 235px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 0;
  box-shadow: 11px 11px #a4292eed;
}

.column-23 {
  padding-right: 50px;
}

.column-24 {
  padding-left: 0;
}

.text-block-24 {
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.heading-10 {
  margin-top: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-weight: 500;
}

.column-25 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-25 {
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
  display: none;
}

.image-17 {
  text-align: center;
  object-fit: cover;
  width: 475px;
  height: 230px;
  margin-top: 0;
  margin-right: 20px;
  box-shadow: 11px 11px #a4292eed;
}

.column-26 {
  text-align: center;
}

.img-two {
  object-fit: cover;
  object-position: 50% 50%;
  width: 380px;
  height: 216px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 12px 13px #a4292eed;
}

.text-ongoing {
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
  display: block;
}

.text-ongoing-2 {
  padding-top: 0;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
  display: block;
}

.link-millennials {
  color: #333;
  font-family: OpenSans-Bold, sans-serif;
  font-weight: 400;
}

.div-impact {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-unesco {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0003, 6px -6px #a4292eed;
}

.dibv-ateneo {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 6px -6px #a4292eed, 0 2px 10px #0003;
}

.link-block-6 {
  text-decoration: none;
}

.link-3 {
  color: #3d3d3d;
  font-weight: 700;
  text-decoration: none;
}

.link-4 {
  color: #3d3d3d;
  text-decoration: none;
}

.section-2034 {
  object-fit: cover;
  margin-bottom: 0;
  padding: 30px 85px 60px;
  box-shadow: 0 0 34px 30px #ffffff8f;
}

.heading-11 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.rich-text-block {
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-2035 {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(#6c91bfdb 22%, #fff0 75%);
  height: 515px;
  margin-top: 0%;
  position: relative;
}

.link-block-7 {
  color: #333;
  text-decoration: none;
}

.text-block-26 {
  color: #000;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensans-Regular, sans-serif;
}

.link-block-8 {
  text-decoration: none;
}

.section-2036 {
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 85px 60px;
}

.text-block-27 {
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.columns-12 {
  margin-top: 30px;
}

.column-30 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-31, .column-32, .column-33 {
  text-align: center;
}

.text-block-28 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.image-18 {
  object-fit: cover;
  border-radius: 50%;
  width: 180px;
  height: 210px;
}

.image-19, .image-20 {
  object-fit: cover;
  border-radius: 50%;
  width: 180px;
  height: 210px;
  box-shadow: 6px -6px #a4292ec4;
}

.text-block-29 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.image-21 {
  text-align: center;
}

.image-22 {
  text-align: center;
  box-shadow: 6px -6px #a4292ec4;
}

.column-34, .column-35, .column-36 {
  text-align: center;
}

.columns-13 {
  margin-top: 10px;
}

.section-2037 {
  background-color: #f2f2f2;
  margin-bottom: 100px;
  padding: 60px 85px;
}

.text-block-30 {
  padding-bottom: 15px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-block-31 {
  padding-top: 15px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.div-unesco-1 {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0003, 6px -6px #a4292eed;
}

.dibv-ateneo-2 {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 6px -6px #a4292eed, 0 2px 10px #0003;
}

.block-title-thankyou {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93%;
  margin-top: 0%;
  padding-top: 0;
  display: block;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: #a4292e;
  font-weight: 500;
}

.div-jeffrey {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  padding: 20px;
  display: flex;
  box-shadow: 6px -6px #a4292ec4, 0 2px 10px #0003;
}

.div-block-18 {
  background-color: #074b95;
  border-radius: 10px;
  margin: 0 140px 100px;
  padding: 40px;
  box-shadow: 0 2px 20px #00000073;
}

.section-2038 {
  margin-bottom: 100px;
}

.section-header-become {
  background-image: linear-gradient(#6c91bf 22%, #fff0 75%);
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.heading-become {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a4292e99;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  position: static;
  inset: 0 0%;
  box-shadow: 0 0 20px 20px #ffffff5e;
}

.section-2039 {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 85px 60px;
  display: flex;
  box-shadow: 0 -31px 34px 30px #f2f2f2;
}

.text-block-32 {
  padding-bottom: 10px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 16px;
}

.btn-download {
  text-transform: uppercase;
  background-color: #a4292e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  display: flex;
  box-shadow: 0 0 20px 17px #ffffff54;
}

.btn-download:hover {
  transform: scale(1.1);
}

.html-embed-6 {
  z-index: 0;
  margin-top: 0;
  position: relative;
}

.html-form {
  z-index: 0;
  margin-top: -43px;
  display: none;
  position: relative;
}

.main {
  z-index: 999999;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.section-2040 {
  grid-column-gap: 0px;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-19 {
  background-color: #d2183a;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-20 {
  background-color: #d2183a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-21 {
  background-color: #d2183a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.html-embed-7 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  display: block;
}

.html-embed-8, .html-embed-9 {
  color: #fff;
  font-size: 40px;
}

.div-elements {
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 315px;
  padding: 40px;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.txt-negrita {
  color: #044b96;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 44px;
}

.txt-desc {
  text-align: center;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.body-2 {
  overflow: visible;
}

.section-2041 {
  background-image: url('../images/impact-background-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.div-elementos {
  z-index: 2;
  grid-column-gap: 20px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-read-more {
  text-transform: uppercase;
  background-color: #a4292e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  display: flex;
  box-shadow: 0 0 20px 17px #ffffff54;
}

.btn-read-more:hover {
  transform: scale(1.1);
}

.bold-text-13 {
  color: #3333;
}

.bold-text-14 {
  color: #333;
  -webkit-text-stroke-color: #3333;
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  box-shadow: -13px -15px 0 0 var(--azul-botones);
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 300px;
  margin-top: 40px;
}

.column-38 {
  padding-right: 40px;
}

.collection-item {
  object-fit: fill;
  display: block;
  position: relative;
}

.collection-list-wrapper, .collection-list {
  object-fit: fill;
}

.slide-5 {
  object-fit: fill;
  border-radius: 0;
}

.slide-6, .slide-7, .slide-8, .slide-9, .slide-10, .slide-11, .slide-12, .slide-13, .slide-1, .slide-1-2, .slide-1-3, .slide-1-4, .slide-1-5, .slide-1-6, .slide-1-7, .slide-1-8, .slide-1-9, .slide-1-10, .slide-2-2, .slide-2-3, .slide-2-4, .slide-2-5, .slide-2-6, .slide-2-7 {
  border-radius: 0;
}

.section-2042 {
  background-color: #014b98;
  justify-content: center;
  align-items: center;
  margin-top: -59px;
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-12 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Alegreya Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.columns-14 {
  align-items: center;
  height: 100%;
  display: flex;
}

.slider-3 {
  background-color: #014b98;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.column-41 {
  align-items: center;
  height: 600px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.left-arrow {
  background-color: #fff;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  margin-top: 39%;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  left: 86%;
}

.icon-6 {
  color: #014b98;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 0%;
}

.icon-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 0%;
}

.slide-nav-3 {
  display: none;
}

.right-arrow {
  background-color: #014b98;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  margin-top: 39%;
  right: 20px;
}

.div-img-slide-1 {
  background-color: #0000;
  background-image: url('../images/slide-home-22.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 600px;
  display: flex;
}

.overlay {
  background-color: #014b985c;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  transform: translate(0);
}

.img-slide-1 {
  object-fit: cover;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin-top: 0;
  margin-right: 60px;
  box-shadow: 10px -10px 0 2px #014b98c2, 13px -13px 20px 6px #6a6a6a40;
}

.img-slide-1:hover, .img-slide-1:focus {
  transform: scale(1.1);
}

.main-heading {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  align-self: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 0;
  padding: 20px 140px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  display: flex;
  box-shadow: 0 2px 5px #0000;
}

.img-slide-2 {
  object-fit: cover;
  object-position: 43% 50%;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin-top: 0;
  margin-right: 60px;
  box-shadow: 10px -10px 0 2px #ffffffc2, 13px -13px 20px 6px #6a6a6a40;
}

.img-slide-2:hover, .img-slide-2:focus {
  transform: scale(1.1);
}

.contenedor-circulos {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-14, .slide1 {
  z-index: auto;
  background-image: url('../images/raf-slide-011.jpg');
  background-position: -44% 0;
  background-size: cover;
}

.slide2 {
  z-index: auto;
  background-image: url('../images/slide-home-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-img-slide-2 {
  background-color: #0000;
  background-image: url('../images/slide-home-22.png');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.img-slide-3 {
  object-fit: cover;
  object-position: 43% 50%;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin-top: 0;
  margin-right: 60px;
  box-shadow: 10px -10px 0 2px #ffffffc2, 13px -13px 20px 6px #6a6a6a40;
}

.img-slide-3:hover, .img-slide-3:focus {
  transform: scale(1.1);
}

.img-slide-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin-top: 0;
  margin-right: 60px;
  box-shadow: 10px -10px 0 2px #014b98c2, 13px -13px 20px 6px #6a6a6a40;
}

.img-slide-4:hover, .img-slide-4:focus {
  transform: scale(1.1);
}

.main-heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 55px;
  box-shadow: 0 2px 5px #0000;
}

.link-item {
  text-align: left;
  flex: none;
  width: 190px;
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-left: 4%;
  display: flex;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bloque-top-bar {
  justify-content: space-around;
  align-items: center;
  padding-left: 18%;
  padding-right: 2%;
  display: flex;
}

.item-top-bar {
  justify-content: center;
  width: 220px;
  text-decoration: none;
  display: flex;
}

.item-top-bar.w--current {
  text-decoration: none;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.section-board {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px;
}

.div-board-of-trustees {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.img-board {
  object-fit: cover;
  border-radius: 10px 10px 0% 0%;
  width: 220px;
  height: 150px;
  margin: -69px 0 0;
  box-shadow: 0 2px 20px #00000063;
}

.image-24, .image-25 {
  object-fit: cover;
  width: 300px;
  height: 250px;
}

.div-board {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 100%;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 20px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.txt-board {
  color: #fff;
  text-align: center;
  background-color: #024986;
  width: 245px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 20px;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.txt-job {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.link-email {
  color: #014b98;
  padding-top: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.block-line {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-staff {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.div-staff-2 {
  background-color: #f2f2f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 260px;
  margin-top: 60px;
  margin-right: 20px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-33 {
  padding-top: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.div-header {
  flex: none;
  justify-content: space-around;
  align-items: center;
  height: 57px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-pontifical-scholarships {
  background-image: linear-gradient(#6c91bfab 22%, #fff0 53%);
  height: 500px;
  margin-top: 0%;
  margin-bottom: 0;
  position: relative;
}

.section-content {
  margin-bottom: 0;
  padding: 40px 85px;
  box-shadow: 0 -5px 10px 3px #ffffffeb;
}

.heading-13 {
  padding-top: 60px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.bold-text-15 {
  padding-left: 0;
  padding-right: 0;
  font-family: Marcellus, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.txt-scholarships {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.section-courses {
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 85px;
}

.subtitle-courses {
  font-weight: 700;
}

.subtitle-courses-h2 {
  padding-top: 50px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.txt-course {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.title-list-courses {
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.bold-text-16 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.list-item, .list-item-2 {
  padding-bottom: 10px;
}

.section-school {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px;
}

.section-pontifical {
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 85px;
}

.list {
  padding-left: 20px;
}

.link-6 {
  color: #077af4;
  text-decoration: none;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  padding-bottom: 10px;
}

.section-ph {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px;
}

.section-postgrad {
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 85px;
}

.list-copy {
  padding-top: 20px;
  padding-left: 20px;
}

.section-hopes {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px;
}

.list-0ne {
  padding-left: 20px;
  list-style-type: decimal;
}

.columns-15 {
  flex: none;
  margin-bottom: 40px;
  padding-top: 40px;
}

.column-42 {
  background-color: #074b95;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 340px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-43 {
  background-image: linear-gradient(97deg, #074b95 8%, #fff0 56%), url('../images/img-thankyou-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 340px;
  display: flex;
}

.columns-15-copy {
  flex: none;
}

.col-02 {
  border-radius: 10px;
  flex: none;
  margin-bottom: 40px;
  box-shadow: 0 2px 11px #0003;
}

.col-02-img {
  background-color: #f2f2f2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 340px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.txt-box-2 {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
  display: flex;
}

.col-block-txt {
  background-color: #074b95;
  background-image: linear-gradient(283deg, #f2f2f2 11%, #fff0 53%), url('../images/img-thankyou-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 340px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.col-03-img {
  background-image: linear-gradient(97deg, #074b95 8%, #fff0 56%), url('../images/img-thankyou-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 340px;
  display: flex;
}

.col-03 {
  flex: none;
  margin-bottom: 20px;
  padding-top: 0;
}

.col-3-3 {
  background-color: #074b95;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 340px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-legacy, .section-sacred {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px;
}

.slide02 {
  z-index: auto;
  background-image: url('../images/raf-slide-011.jpg');
  background-position: -44% 0;
  background-size: cover;
}

.link-block-10 {
  padding-top: 0;
}

.section-scholarships-copy {
  background-image: url('../images/background-pontifica.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  margin-top: 0%;
  margin-bottom: 0;
}

.section-pontifical-fund {
  object-fit: cover;
  background-image: linear-gradient(#6c91bf 22%, #fff0 72%);
  height: 500px;
  margin-top: 0%;
  margin-bottom: 0;
  position: relative;
}

.sacerdos-title {
  text-transform: none;
  font-family: Alegreya Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.bold-text-17, .bold-text-18 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.section-header-how {
  background-image: linear-gradient(#6c91bf 22%, #fff0 75%);
  height: 500px;
  margin-top: 0%;
  margin-bottom: 0;
}

.heading-how {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a4292e99;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  position: static;
  inset: 0 0%;
  box-shadow: 0 0 20px 8px #ffffff73;
}

.txt-learn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.div-icon-donate {
  cursor: auto;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 17px #0003;
}

.html-embed-10 {
  color: var(--dark-blue);
  font-size: 40px;
}

.div-ways-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.section-2043 {
  margin: 40px 85px;
}

.icon-pray {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  display: block;
}

.txt-pray {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.txt-learn-description {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.text-block-34 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.div-volunteer-how {
  background-color: var(--dark-blue);
  cursor: default;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 335px;
  padding: 30px 40px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 17px #00000069;
}

.div-icon-volunteer {
  background-color: var(--dark-blue);
  cursor: default;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 17px #0003;
}

.div-icon {
  background-color: var(--dark-blue);
  cursor: default;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 17px #0003;
}

.div-icon-learn {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 17px #0003;
}

.div-how-get {
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 345px;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 11px #00000045;
}

.div-partner {
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 335px;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 11px #00000045;
}

.div-learn-how {
  background-color: var(--dark-blue);
  cursor: default;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 345px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 17px #00000069;
}

.div-ways {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.txt-principal-how {
  text-align: center;
  padding-top: 85px;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.section-darius {
  background-color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 85px 40px;
}

.image-26 {
  text-align: center;
  object-fit: cover;
  width: 475px;
  height: 255px;
  margin-top: 25px;
  margin-right: 20px;
  box-shadow: 11px 11px #a4292eed;
}

.column-44 {
  padding-left: 0;
}

.image-27 {
  box-shadow: 11px 11px 0 0 var(--azul-botones);
  object-position: 50% 50%;
  margin-top: 0;
}

.section-phrase {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 85px 40px;
}

.txt-phrase {
  text-align: center;
  margin-top: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.section-four {
  background-color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 85px 40px;
}

.section-sacerdos {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 85px 40px;
}

.bold-text-19 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.section-fathergonzalo {
  background-color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 85px 40px;
}

.section-faculty {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 85px 40px;
}

.bold-text-20 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.txt-joseph {
  color: #014b98;
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.txt-student {
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.img-joseph {
  box-shadow: 11px 11px 0 0 var(--azul-botones);
  object-position: 50% 50%;
  width: 233px;
  height: 226px;
  margin-top: 0;
}

.txt-list-desc {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.list-item-7, .list-item-8 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.txt-title-list {
  font-family: Alegreya Sans, sans-serif;
}

.list-2 {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 20px;
}

.list-item-9, .list-item-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bold-text-21 {
  font-size: 20px;
}

.section-annual {
  background-color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 85px 40px;
}

.section-testimonials {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 85px 40px;
}

.bold-text-22 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.section-testimonials-1 {
  background-color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 85px 40px;
}

.topbar {
  grid-column-gap: 30px;
  border-top: 3px solid #fff;
  justify-content: flex-end;
  padding-right: 40px;
  display: flex;
}

.top-item {
  background-color: #fffffff0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 15px;
  display: flex;
}

.middleheader {
  grid-column-gap: 30px;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.brand-logo {
  z-index: 1;
  object-fit: contain;
  background-color: #fff;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  margin: 0% 0 0;
  padding: 5px 0;
  position: relative;
  top: auto;
  right: auto;
  box-shadow: 0 2px 22px #0000008f;
}

.heading-regina {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 140px 0 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 55px;
  display: flex;
  box-shadow: 0 2px 5px #0000;
}

.bottomheader {
  grid-column-gap: 30px;
  background-color: #ffffffe6;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.item-menu {
  color: #014b98;
  text-transform: uppercase;
  margin-right: 0;
  padding-left: 55px;
  padding-right: 55px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navbar-3 {
  grid-column-gap: 0px;
  background-color: #ddd0;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: block;
}

.nav-menu-3 {
  justify-content: space-between;
  display: block;
}

.container-3 {
  flex: 0 auto;
  justify-content: flex-start;
  display: block;
}

.new-menu {
  z-index: 999999;
  background-color: #014b9800;
  background-image: linear-gradient(135deg, #014b97 21%, #ffffff54 84%);
  width: 100%;
  position: fixed;
  box-shadow: 0 2px 5px #0003;
}

.txt-item-top {
  color: #014b98;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.img-icon {
  text-align: left;
  object-fit: contain;
  width: 20px;
  margin-right: 10px;
  display: none;
}

.img-icon-clap {
  text-align: center;
  object-fit: contain;
  width: 23px;
  margin-right: 10px;
  padding-left: 0;
  display: none;
}

.imgthank {
  text-align: left;
  object-fit: contain;
  width: 18px;
  margin-right: 10px;
  display: none;
}

.imgcontact {
  text-align: center;
  object-fit: contain;
  width: 18px;
  margin-right: 10px;
  padding-left: 0;
  display: none;
}

.navbar-initial {
  grid-column-gap: 0px;
  background-color: #ddd0;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: block;
}

.navmovil {
  justify-content: space-between;
  display: none;
}

.section-2044 {
  padding-top: 0;
}

.section-partnerships-content {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 85px;
}

.heading-partnerships {
  color: #3d3d3d;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  position: static;
  inset: auto 0% -25%;
}

.div-block-10 {
  background-color: var(--azul-botones);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 10%;
  height: 3px;
  margin-bottom: 20px;
  display: block;
}

.text-block-35 {
  padding-top: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.bold-text-23 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.list-item-11 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-25 {
  background-color: var(--azul-botones);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 10%;
  height: 3px;
  display: block;
}

.list-item-12 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.txt-schorlaships {
  padding-top: 0;
  padding-right: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.list-item-13 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-24 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.section-general-principles {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px;
}

.bold-text-25 {
  text-transform: uppercase;
}

.text-block-36 {
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.list-item-14, .list-item-15, .list-item-16 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-3 {
  padding-top: 10px;
  padding-left: 20px;
}

.title-unesco-2 {
  color: #3d3d3d;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Alegreya Sans, sans-serif;
  font-weight: 500;
}

.partnerships-header {
  object-position: 50% 50%;
  background-image: linear-gradient(#6c91bf 22%, #fff0 75%);
  height: 500px;
  margin-top: 0%;
  position: relative;
}

.list-item-17 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-26 {
  background-color: var(--azul-botones);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 10%;
  height: 3px;
  display: block;
}

.list-item-18 {
  padding-top: 0;
  padding-bottom: 0;
}

.block-ethical {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.list-item-19 {
  padding-top: 0;
  padding-bottom: 0;
}

.box-ethical {
  border-bottom: 4px #a4292e;
  border-left: 4px solid var(--azul-botones);
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px 20px 0;
  box-shadow: 0 2px 5px #0003;
}

.bold-text-26 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.bold-text-27 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
  line-height: 24px;
}

.bold-text-28 {
  text-transform: uppercase;
}

.text-block-37 {
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.list-item-20, .list-item-21 {
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-29 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
}

.section-ethical {
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 85px;
}

.text-block-38 {
  text-align: center;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.bold-text-30 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 20px;
}

.list-item-22 {
  padding-top: 0;
  padding-bottom: 0;
}

.list-4 {
  padding-top: 0;
  padding-left: 20px;
}

.title-unesco-3 {
  color: #3d3d3d;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Alegreya Sans, sans-serif;
  font-weight: 500;
}

.txt-ethical {
  padding-top: 10px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.bold-text-31 {
  font-family: Alegreya Sans, sans-serif;
  font-size: 25px;
}

.div-block-27 {
  background-color: var(--azul-botones);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 10%;
  height: 3px;
  margin-bottom: 20px;
  display: block;
}

.list-item-23 {
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-32 {
  text-transform: uppercase;
}

.text-block-39 {
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.list-item-24, .list-item-25, .list-item-26 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-28 {
  background-color: var(--azul-botones);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 10%;
  height: 3px;
  margin-bottom: 20px;
  display: block;
}

.section-strategic {
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 85px;
}

.list-item-27 {
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-33 {
  text-transform: uppercase;
}

.text-block-40 {
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.list-item-28, .list-item-29 {
  padding-top: 0;
  padding-bottom: 0;
}

.img-catholic {
  text-align: center;
  object-fit: contain;
  background-color: #0000;
  flex: none;
  width: 140px;
  height: 140px;
  margin-right: 0;
  padding: 20px;
}

.txt-log {
  padding-bottom: 20px;
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.div-impact-2 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-unesco-1-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #0003, 6px -6px #6c91bf;
}

.div-florencia {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  padding: 20px;
  display: block;
  box-shadow: 0 2px 10px #0003, 6px -6px #6c91bf;
}

.image-28 {
  text-align: center;
  object-fit: contain;
  background-color: #0000;
  flex: none;
  width: 140px;
  height: 140px;
  margin-right: 0;
  padding: 20px;
}

.dibv-ateneo-2-2 {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  padding: 20px;
  display: flex;
  box-shadow: 6px -6px #6c91bf, 0 2px 10px #0003;
}

.section-logos {
  margin-bottom: 0;
  padding: 40px 85px;
}

.div-block-29 {
  background-color: var(--azul-botones);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 10%;
  height: 3px;
  display: block;
}

.list-item-30 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-34 {
  text-transform: uppercase;
}

.text-block-41 {
  font-family: Opensans-Regular, sans-serif;
  font-size: 15px;
}

.section-brand {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 40px 85px;
  display: block;
}

.list-item-31, .list-item-32 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-brand-2 {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 40px 85px;
  display: block;
}

.bold-text-35 {
  text-transform: uppercase;
}

.div-block-30 {
  background-color: var(--azul-botones);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 10%;
  height: 3px;
  margin-bottom: 20px;
  display: block;
}

.section-getintouch {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 85px;
  display: flex;
}

.btn {
  text-transform: uppercase;
  background-color: #a4292e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 0;
  margin-left: 20px;
  font-family: Alegreya Sans, sans-serif;
  font-size: 15px;
  display: flex;
  box-shadow: 0 0 20px 17px #ffffff54;
}

.btn:hover {
  transform: scale(1.1);
}

.header {
  overflow: visible;
}

.top-bar {
  z-index: 1;
  grid-column-gap: 10px;
  background-color: #fff;
  border-bottom: 9px solid #8aaac7;
  justify-content: flex-end;
  align-items: flex-start;
  height: 35px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.blue-button {
  border: 1px solid var(--white);
  background-color: var(--azul-botones);
  color: #fff;
  margin-top: 6px;
  padding: 12px 20px;
  text-decoration: none;
  transition: all .35s;
}

.blue-button:hover {
  border-color: var(--azul-botones);
  background-color: var(--white);
  color: var(--azul-botones);
}

.blue-button.highlight {
  color: #6f93c0;
  text-shadow: 1px 1px 1px #fff;
  background-image: linear-gradient(#fff, #a5cdff);
  transition-duration: .45s;
  box-shadow: 0 2px 17px 2px #8dc2febf;
}

.blue-button.highlight:hover {
  border-color: var(--white);
  background-image: linear-gradient(270deg, #a5cdff, #fff);
  box-shadow: 0 0 7px 1px #8dc2febf;
}

.blue-button.news {
  background-color: #6c91bf;
  flex: 0 auto;
  box-shadow: 0 0 32px 6px #0249866e;
}

.blue-button.news:hover {
  background-color: #fff;
  box-shadow: 0 0 15px -2px #0249866e;
}

.blue-button.news.btn-center {
  text-align: center;
}

.blue-button.tablet {
  background-color: #9d774d;
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.blue-button.float-main-menu {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-text-link {
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.button-text-link.gold {
  color: #775a3b;
}

.menu-block-wrapper {
  height: 105vh;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.bg-featured-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg-featured-gradient {
  background-image: linear-gradient(#cfe9ffb3 17%, #ffffff4d);
  position: absolute;
  inset: 0%;
}

.main-menu-wrapper {
  grid-column-gap: 30px;
  flex-wrap: nowrap;
  place-content: flex-start;
  margin: 30px 50px 30px 40px;
  font-family: Raleway, sans-serif;
  display: flex;
}

.logo {
  background-image: url('../images/rafus_gold.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130px 130px;
  flex: 1;
  max-width: 139px;
  height: 130px;
}

.logo.w--current {
  background-image: url('../images/rafus_gold.png');
  background-size: 150px 150px;
  height: 150px;
}

.logo.floating.w--current {
  background-size: 130px 130px;
  flex: none;
  width: 130px;
  height: 130px;
}

.main-menu-col-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.page-title {
  color: #9d774d;
  text-transform: uppercase;
  padding-top: 15px;
  font-family: "Trajanpro 3", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.menu {
  color: var(--white);
  text-transform: uppercase;
  font-family: Cairo, sans-serif;
  font-size: 25px;
  font-weight: 200;
}

.main-menu {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-self: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main-menu.floating-menu {
  width: 100%;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
}

.main-menu.menu-float {
  width: 100%;
  margin-left: 30px;
}

.menu-link {
  color: #9d774d;
  text-transform: uppercase;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .45s;
}

.menu-link:hover {
  color: var(--azul-botones);
}

.menu-link.float {
  color: var(--gold);
  font-size: 15px;
}

.about-section {
  z-index: 1;
  grid-column-gap: 30px;
  background-image: linear-gradient(#fff0, #fff 27%);
  padding: 20px 5vw 0 0;
  display: flex;
  position: static;
}

.main-news-wrapper {
  flex-direction: row;
  flex: none;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blue-circle-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  overflow: visible;
}

.blue-circle {
  z-index: 1;
  background-color: #a9bed3;
  border-radius: 100%;
  width: 8vw;
  height: 8vw;
  margin-left: -4vw;
  position: relative;
}

.gradient-title {
  color: var(--azul-botones);
  letter-spacing: .2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-top: 60px;
  padding-top: 60px;
  padding-right: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.gradient-title.title-h1 {
  z-index: 1;
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  position: relative;
}

.gradient-title.txt-beneficiaries {
  font-size: 35px;
}

.gradient-title.txt-together {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 25px;
  line-height: 30px;
}

.md-text {
  align-self: auto;
  margin-bottom: 25px;
  padding-right: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.md-text.white-text {
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  margin-top: 10px;
  font-size: 24px;
  line-height: 25px;
}

.md-text.white-text.center-text {
  max-width: 818px;
  line-height: 25px;
}

.md-text.white-text.center-text.txt-students {
  display: block;
}

.md-text.center-text {
  max-width: 510px;
  margin-bottom: 44px;
  font-weight: 400;
}

.md-text.center-text.white-text {
  align-self: center;
  margin-bottom: 0;
  padding-right: 0;
}

.md-text.center-text.s-margin {
  margin-bottom: 30px;
}

.md-text.center-text.txt-give {
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.md-text.center-text.txt-unrestricted {
  max-width: 100%;
}

.md-text.center-text.s-margin-left {
  padding-right: 0;
}

.md-text.center-text.s-margin-left.txt-bold {
  font-weight: 700;
}

.md-text.right-text {
  text-shadow: 0 0 30px var(--white);
}

.md-text.txt-contact {
  margin-top: 25px;
}

.md-text.txt-left.txt-top {
  margin-top: 0;
  padding-top: 60px;
}

.md-text.txt-left.s-margin-bottom {
  margin-bottom: 0;
}

.md-text.txt-testimonio {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 30px;
}

.md-text.txt-space {
  padding-top: 20px;
}

.md-text.txt-space.txt-about {
  padding-top: 60px;
  line-height: 20px;
}

.md-text.txt-space.txt-about.txt-thank-you {
  padding-top: 120px;
}

.md-text.txt-vision-mission {
  text-align: left;
  margin-top: 40px;
  padding-right: 0;
}

.md-text.center {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
}

.about-pictures-wrapper {
  flex: 1;
  height: 50vh;
  padding-right: 5%;
  position: relative;
}

.ap-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 345px;
  height: 345px;
  display: block;
  position: absolute;
  inset: 21% 0% auto 39%;
  box-shadow: 0 0 50px 10px #fff, 147px -85px 0 -120px #02498666;
}

.ap-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 163px;
  height: 163px;
  position: absolute;
  inset: 7% auto auto 11%;
  box-shadow: 0 0 60px 7px #006481c9, -58px -93px 0 -60px #009ac74d;
}

.ap-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 230px;
  height: 230px;
  position: absolute;
  inset: auto 0% -35% -20px;
  box-shadow: 0 0 40px 15px #0249868f, -145px 68px 0 -70px #a9bed34d;
}

.data-section {
  grid-row-gap: 60px;
  background-color: #024986;
  background-image: url('../images/bg-map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 180px 95px;
  display: none;
  position: relative;
  overflow: visible;
}

.data-text-wrapper {
  background-color: #a5bacf;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 70%;
  height: 210px;
  margin-top: -105px;
  padding: 51px 31px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-text {
  font-size: 27px;
  font-weight: 300;
  line-height: 27px;
}

.bg-text.white-text {
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.bg-text.white-text.center-text {
  margin-top: 0;
  padding-top: 0;
  font-family: Raleway, sans-serif;
}

.white-text {
  color: #fff;
}

.center-text {
  text-align: center;
}

.text-span {
  font-size: 40px;
  font-weight: 700;
}

._3-col-data {
  justify-content: space-around;
  width: 660px;
  display: flex;
}

.data-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block-32, .div-block-33 {
  flex: 1;
}

.d-year {
  color: #a5bacf;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
}

.d-num-students {
  color: #00a3da;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.d-desc-students {
  color: #00a3da;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

._5-circles-data {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  flex: none;
  place-content: flex-start center;
  width: 100%;
  display: flex;
}

.circle-wrapper {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.circle-wrapper.america {
  background-color: #fffc;
}

.circle-wrapper.africa {
  background-color: #fff9;
}

.circle-wrapper.asia, .circle-wrapper.oceania {
  background-color: #fff6;
}

.d-continent {
  color: #6990bc;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.d-continent.center-text.white-text {
  color: #fff;
}

.d-desc-students-2 {
  color: #00a3da;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.d-desc-students-2.center-text {
  font-weight: 300;
}

.light-blue {
  color: var(--light-blue);
}

.impact-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.impact-text-wrapper {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 70%;
  height: 210px;
  padding: 51px 31px;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.bg-impact {
  z-index: -1;
  opacity: .8;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-bg-impact {
  flex: 0 auto;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.bg-impact-gradient {
  z-index: 0;
  opacity: 1;
  background-image: linear-gradient(#fff0 58%, #fff 79%);
  position: absolute;
  inset: 0%;
}

.white-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  display: none;
}

.gold-text {
  color: var(--gold);
}

.bold-gold-text {
  color: #fff;
  font-weight: 700;
}

.impact-spacer {
  height: 90px;
}

.impact-desc-wrapper {
  background-color: #c59561;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 70%;
  height: 210px;
  padding: 51px 31px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.impact-desc-wrapper.center-text {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #54351280;
  height: 269px;
  top: 0%;
  bottom: -88px;
  box-shadow: 0 6px 35px 15px #0000003b;
}

.get-involved-text-wrapper {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 107px 31px 0;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.get-involved-text-wrapper.center-text {
  z-index: 1;
  box-shadow: 0 6px 35px 15px #0000003b;
}

.pray-title {
  color: #7c5c3e;
  text-transform: uppercase;
  font-family: "Trajanpro 3", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.pray-title.center-text {
  color: var(--brown);
  text-align: center;
  text-shadow: 2px 2px 5px #c59561db;
  margin-bottom: 32px;
  font-family: Marcellus, sans-serif;
}

.ways-to-get-involved-section {
  display: none;
}

._2-col-wrapper {
  z-index: 2;
  justify-content: center;
  align-self: auto;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: relative;
}

.pray-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  flex: 1;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.learn-block-old {
  flex: 1;
}

.pray-icon-circ {
  z-index: 1;
  color: var(--white);
  background-color: #634537;
  border-radius: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 0;
  display: flex;
  position: relative;
}

.get-involved-title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.get-involved-title.right-text.pray-title {
  font-family: Cairo, sans-serif;
}

.get-involved-title.right-text.learn-title {
  color: #867768;
  font-family: Cairo, sans-serif;
}

.get-involved-title.left-text.pray-title {
  font-family: Cairo, sans-serif;
}

.get-involved-title.left-text.learn-title {
  color: #867768;
}

.get-involved-title.left-text.give-title {
  color: #867768;
  -webkit-text-stroke-color: #a67e52;
}

.get-involved-title.center-text.give-title {
  color: #a67e52;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.right-text {
  text-align: right;
}

.pray-txt {
  z-index: 1;
  flex: 1;
  padding-left: 75px;
  padding-right: 22px;
  position: relative;
}

.line {
  z-index: 1;
  border-bottom: 1px solid #000;
  width: 50px;
  height: 50%;
  position: relative;
}

.html-embed-11 {
  width: 60%;
}

.collection-list-wrapper-pray {
  border-right: 1px solid #000;
  flex: 1;
}

.pray-gradient-bg {
  z-index: 0;
  background-image: linear-gradient(to right, #0000, #fff 42%);
  position: absolute;
  inset: 0%;
}

.learn-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  flex: 1;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.learn-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0 120px 120px 0;
  flex: 1;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.learn-gradient {
  z-index: 0;
  background-image: linear-gradient(to right, #fff 58%, #0000);
  position: absolute;
  inset: 0%;
}

.learn-icon-circ {
  z-index: 1;
  color: var(--white);
  background-color: #9e8064;
  border-radius: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 0;
  display: flex;
  position: relative;
}

.left-text {
  text-align: left;
}

.collection-list-wrapper-learn {
  flex: 1;
}

.learn-txt {
  z-index: 1;
  flex: 1;
  padding-left: 22px;
  padding-right: 75px;
  position: relative;
}

._1-col-wrapper {
  mix-blend-mode: normal;
  border-bottom: 10px solid #c2926a;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.give-line {
  z-index: 1;
  background-color: var(--brown);
  width: 1px;
  height: 50px;
  margin-top: 0;
  position: relative;
}

.give-icon-circ {
  z-index: 1;
  color: var(--white);
  background-color: #c59561;
  border-radius: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 0;
  display: flex;
  position: relative;
}

.give-txt {
  z-index: 1;
  flex: 1;
  position: relative;
}

.capital-gifts-col {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.capital-gifts-block {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.capital-gifts-block.btn-wrapper-left {
  justify-content: center;
  margin-left: 40px;
  padding: 40px 0;
}

.unrestricted-donations-block {
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.unrestricted-donations-block.btn-wrapper-right {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
}

.pray-txt-copy {
  z-index: 1;
  flex: 1;
  padding-left: 75px;
  padding-right: 22px;
  position: relative;
}

.give-txt-options {
  z-index: 1;
  background-color: #c59561cc;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-height: 180px;
  padding: 35px;
  display: flex;
  position: relative;
  box-shadow: 0 0 30px 4px #42342e85;
}

.line-left {
  z-index: 1;
  border-right: 1px none var(--white);
  border-bottom: 1px solid var(--white);
  width: 50px;
  height: 50%;
  position: relative;
}

.white-line {
  z-index: 1;
  border-bottom: 1px none var(--white);
  width: 50px;
  height: 50%;
  position: relative;
}

.gold-button {
  border: 1px solid var(--white);
  background-color: var(--azul-botones);
  color: #fff;
  margin-top: 6px;
  padding: 12px 20px;
  text-decoration: none;
}

.gold-button.highlight {
  color: #6f93c0;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  background-image: linear-gradient(#ffd4a5, #c59561);
  transition: all .35s;
  box-shadow: 0 2px 17px 2px #e19c50bf;
}

.gold-button.highlight:hover {
  border-color: var(--gold);
  background-image: linear-gradient(#fff, #fff), linear-gradient(#ffd4a5, #c59561);
  box-shadow: 0 0 5px -2px #e19c50bf;
}

.gold-button.highlight.btn-movil {
  display: none;
}

.bg-give-white {
  z-index: 0;
  background-color: #ffffff61;
  background-image: linear-gradient(#fff, #fff0 45%), linear-gradient(#ffffffba, #ffffffba);
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-give-image {
  z-index: -1;
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: #ffffff61;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg-give-white-back {
  z-index: -2;
  background-color: #ffffff61;
  background-image: linear-gradient(#fff, #ffa456 44%);
  position: absolute;
  inset: 0%;
}

.news-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding: 45px 0 109px;
  display: none;
}

.more-news-wrapper {
  grid-row-gap: 10px;
  border-left: 1px solid #97b2d2;
  flex-direction: column;
  flex: 1;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.date {
  color: #8fa1b3;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
}

.main-news-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
}

.main-news-image {
  object-fit: fill;
  background-image: url('../images/fondoimpact.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  flex: none;
  width: 270px;
  height: 270px;
  box-shadow: 0 0 20px -3px #8dc2fee3;
}

.about-text-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.mn-wrapper-1 {
  grid-column-gap: 10px;
  flex-direction: row;
  flex: none;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.circ-1-mn {
  background-color: #6ac7e2;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
}

.mn-month {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.mn-day {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 35px;
}

.mn-year {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 19px;
}

.mn-1-title {
  color: #6c9aa7;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.circ-2-mn {
  background-color: #97b3d6;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
}

.mn-wrapper-2 {
  grid-column-gap: 10px;
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.mn-2-title {
  color: #728093;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.mn-wrapper-3 {
  grid-column-gap: 10px;
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.circ-3-mn {
  background-color: #6294be;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
}

.mn-3-title {
  color: #6792b6;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.hf-intention-section {
  z-index: 1;
  background-color: #a5bacf;
  width: 80%;
  min-height: 100px;
  margin-bottom: -140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 2px 40px 9px #0000004d;
}

.hf-intention-wrapper {
  flex: 1;
}

.hf-image {
  background-image: url('../images/img-2021.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 315px;
  height: 340px;
  margin-top: -30px;
  margin-bottom: -30px;
  margin-left: 10px;
  box-shadow: 0 2px 20px -4px #0003;
}

.hfi-title {
  color: #a6d2ff;
  text-shadow: 2px 2px #49546094;
  background-color: #7b91a7;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 40px;
  font-size: 27px;
  font-weight: 600;
  line-height: 27px;
}

.hfi-month {
  color: #fff;
}

.hfi-desc {
  color: #fff;
  padding: 17px 20px 17px 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hfu-link {
  color: #4d5a68;
  text-transform: uppercase;
  text-shadow: 2px 2px #d3e7fe94;
  padding-left: 40px;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.footer {
  background-color: #024986;
  background-image: url('../images/bg-image-footer.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 5vw 5vw;
}

.footer-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-col-left {
  grid-row-gap: 15px;
  background-color: #fff0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 641px;
  height: 200px;
  margin-bottom: 0;
  padding: 40px 35px 0;
  display: flex;
}

.footer-col-right {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-logo {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-title-footer {
  color: #fff;
  font-family: "Trajanpro 3", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 23px;
}

.image-29 {
  object-fit: cover;
  width: 110px;
  height: 110px;
}

.footer-address {
  color: #fff;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  font-size: 17px;
  font-weight: 300;
}

.footer-email {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
}

.footer-links-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  margin-left: 50px;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
}

.footer-copy-wrapper {
  grid-row-gap: 10px;
  text-align: right;
  border: 1px solid #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  margin-left: 40px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.option-footer-menu {
  grid-column-gap: 15px;
  text-decoration: none;
  display: flex;
}

.div-block-35 {
  background-color: #4eadff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}

.txt-menu-footer {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.text-block-44 {
  color: #fff;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.link-7 {
  color: #c7c7c7;
  text-align: right;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
}

.text-span-3 {
  background-image: url('../images/via-web-ico.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-mobile {
  display: none;
}

.raf-scholarships-form {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.section-form {
  flex-direction: row;
  padding: 20px 85px;
  display: flex;
}

.image-30 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  box-shadow: 0 2px 5px #0003, 6px -4px #6c91bf;
}

.body-3 {
  background-color: #6c91bfa8;
}

.icon-9 {
  color: #acd1fe;
  -webkit-text-stroke-color: #a7cdfb;
}

.dropdown-toggle-3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.section-pages {
  text-align: left;
  margin-top: 0;
  padding: 160px 85px 40px;
}

.section-pages.section-normal {
  padding-top: 70px;
}

.section-pages.section-endowment {
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  box-shadow: 0 -4px 5px 2px #fff;
}

.all-content-wrapper {
  overflow: hidden;
}

.collection-main-news {
  width: 55%;
}

.icon-10 {
  color: #acd1fe;
}

.dropdown-toggle-4 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.blue-button-2 {
  color: #fff;
  background-color: #6c91bf;
  border: 1px solid #fff;
  margin-top: 6px;
  padding: 12px 20px;
  text-decoration: none;
  transition: all .35s;
}

.blue-button-2:hover {
  color: #6c91bf;
  background-color: #fff;
  border-color: #6c91bf;
}

.blue-button-2.news {
  background-color: #6c91bf;
  flex: 0 auto;
  box-shadow: 0 0 32px 6px #0249866e;
}

.blue-button-2.news:hover {
  background-color: #fff;
  box-shadow: 0 0 15px -2px #0249866e;
}

.link-block-11 {
  text-decoration: none;
}

.rafus-mega-menu {
  align-self: auto;
  align-items: center;
  display: flex;
}

.dropdown-main-menu-icon {
  color: var(--gold);
}

.dropdown-main-menu-icon:hover {
  color: var(--azul-botones);
}

.dropdown-main-menu-icon.float {
  color: var(--gold);
}

.dropdown-menu-link {
  background-color: var(--azul-main-menu);
}

.empty-state {
  background-color: #acd1fe54;
  border-radius: 11px;
}

.hfi-tit-span {
  display: inline;
}

.empty-state-2, .empty-state-3, .empty-state-4, .empty-state-5 {
  background-color: #0000;
}

.image-page-header {
  z-index: -2;
  background-image: url('../images/stained-glass-heart-with-crown-top-optimize.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pages-title-h1 {
  z-index: 1;
  color: var(--gold);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #32537c;
  text-transform: uppercase;
  text-shadow: 0 0 20px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-weight: 800;
  position: relative;
}

.pages-title-h1.title-sacred {
  margin-top: -350px;
}

.pages-title-h1.title-sacred.vision-title {
  margin-top: -235px;
  margin-bottom: 191px;
}

.pages-title-h1.title-normal {
  margin-top: -220px;
}

.pages-title-h1.title-normal.title-endowment {
  margin-top: -268px;
  margin-bottom: 226px;
}

.pages-title-h1.gradient-title {
  color: var(--azul-botones);
  padding-top: 0;
  padding-right: 0;
}

.section-page-content {
  z-index: 1;
  box-shadow: none;
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 85px;
  position: relative;
}

.image-page-header-about {
  z-index: -2;
  background-image: url('../images/background-about.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-page-header-pontifical {
  z-index: -2;
  background-image: url('../images/img-padre.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.image-page-header-how {
  z-index: -2;
  background-image: url('../images/rafus-how-to-get-involved.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.image-page-header-about-parterships {
  z-index: -2;
  background-image: url('../images/background-partnership-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.section-page-content-partner {
  z-index: 1;
  box-shadow: none;
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px 60px;
  position: relative;
}

.image-page-header-holy, .image-page-header-holy-grants, .image-page-header-holy-grants-award {
  z-index: -2;
  background-image: url('../images/background-partnership-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.image-page-header-impact {
  z-index: -2;
  background-image: url('../images/fondoimpact.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.section-page-content-impact {
  z-index: 1;
  box-shadow: none;
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px 60px;
  position: relative;
}

.image-page-header-become {
  z-index: -2;
  background-image: url('../images/background-form.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.section-page-content-how {
  z-index: 1;
  box-shadow: none;
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px 60px;
  position: relative;
}

.link-block-12, .link-block-13, .link-block-14 {
  text-decoration: none;
}

.image-page-header-thank {
  z-index: -2;
  background-image: url('../images/background-thank-you-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.image-page-header-news {
  z-index: -2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.field-label-3, .field-label-4, .field-label-5 {
  font-size: 16px;
}

.submit-button-2 {
  background-color: var(--azul-botones);
  box-shadow: 0 2px 20px 0 var(--azul-main-menu);
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-top: 10px;
}

.dropdown-toggle-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.support-section {
  grid-row-gap: 60px;
  background-color: #024986;
  background-image: url('../images/dsc05184_11zon.webp');
  background-position: 50% 160%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  margin-top: 140px;
  padding-top: 475px;
  padding-bottom: 185px;
  display: flex;
  position: relative;
  overflow: visible;
}

.support-text-wrapper {
  z-index: 1;
  background-color: #a5bacf00;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  margin: 0 auto 51px;
  padding: 30px 31px;
  display: block;
  position: absolute;
  inset: auto auto 16%;
}

.support-blue-gradient {
  z-index: 0;
  background-image: linear-gradient(#0000 52%, #024986 77%);
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.rafus-mega-menu-mobile {
  align-self: auto;
  align-items: center;
  display: flex;
}

.heading-pontifical-scholarships {
  padding-top: 0;
  font-family: Alegreya Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.section-page-content-scholarships {
  z-index: 1;
  box-shadow: none;
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px;
  position: relative;
}

.img-papa {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  margin-top: 0;
  box-shadow: 0 2px 5px #0003, 6px -4px #6c91bf;
}

.section-staff {
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 85px;
}

.section-page-content-copy {
  z-index: 1;
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 40px 85px;
  position: relative;
  box-shadow: 0 -31px 34px 30px #f2f2f2;
}

.blue-button-get-in-touch {
  color: #fff;
  background-color: #6c91bf;
  border: 1px solid #fff;
  margin-top: 6px;
  padding: 12px 20px;
  text-decoration: none;
  transition: all .35s;
}

.blue-button-get-in-touch:hover {
  color: #6c91bf;
  background-color: #fff;
  border-color: #6c91bf;
}

.blue-button-get-in-touch.news {
  background-color: #6c91bf;
  flex: 0 auto;
  margin-bottom: 0;
  box-shadow: 0 0 32px 6px #0249866e;
}

.blue-button-get-in-touch.news:hover {
  background-color: #fff;
  box-shadow: 0 0 15px -2px #0249866e;
}

.blue-button-get-in-touch.news.btn-video {
  background-color: var(--azul-botones);
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.blue-button-get-in-touch.news.btn-space {
  margin-top: 20px;
}

.blue-button-get-in-touch.news.margin-bottom {
  margin-bottom: 0;
}

.gradient-title-general {
  color: var(--azul-botones);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  padding-top: 60px;
  font-family: "Trajanpro 3", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.h2-scholarship-recipients {
  text-align: center;
  letter-spacing: .2px;
  padding-top: 90px;
  font-family: Marcellus, sans-serif;
}

.section-scholarship-recipients-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f2f2f2;
  justify-content: center;
  padding: 40px 85px;
  display: flex;
}

.box-recipients {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.txt-name-recipients {
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.bz {
  color: #fff;
  background-color: #6c91bf;
  border: 1px solid #fff;
  margin-top: 6px;
  padding: 12px 20px;
  text-decoration: none;
  transition: all .35s;
}

.bz:hover {
  color: #6c91bf;
  background-color: #fff;
  border-color: #6c91bf;
}

.bz.news {
  background-color: #6c91bf;
  flex: 0 auto;
  box-shadow: 0 0 32px 6px #0249866e;
}

.bz.news:hover {
  background-color: #fff;
  box-shadow: 0 0 15px -2px #0249866e;
}

.section-scholarship-recipients-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f2f2f2;
  justify-content: center;
  padding: 0 85px 40px;
  display: flex;
}

.section-2045 {
  padding: 40px 85px;
  display: block;
}

.title-recipients {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 10px 15px;
  font-family: Marcellus, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.title-recipients.title-perpetual {
  padding-top: 110px;
}

.image-31 {
  box-shadow: 11px -11px 0 0 var(--azul-botones);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 170px;
  height: 170px;
}

.column-45 {
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.columns-16 {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.collection-item-2 {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.block-quote {
  background-color: var(--azul-main-menu);
  color: #000;
  text-align: center;
  border-left-style: none;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 15px;
  font-weight: 700;
}

.block-quote.md-text {
  background-color: var(--azul-main-menu);
  color: #333;
  text-transform: capitalize;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
}

.box-testimonial {
  border-radius: 10px;
  padding: 10px 0 0;
  box-shadow: 0 2px 14px #0003;
}

.img-testimonio {
  box-shadow: 0 2px 5px 0 #0003, 11px -11px 0 0 var(--azul-main-menu);
  text-align: center;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-top: -77px;
  margin-bottom: 0;
}

.column-46 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.collection-list-wrapper-2 {
  margin-top: 70px;
}

.columns-17 {
  border-radius: 10px;
}

.column-47 {
  padding: 20px 10px;
}

.box-testimonios {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-15, .collection-list-wrapper-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.image-32 {
  object-fit: cover;
  width: 700px;
  height: 100px;
}

.collection-item-3 {
  width: 100%;
}

.box-recipient {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 405px;
  height: 180px;
  padding: 0 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.sacred-heart-scholarships {
  margin-top: 0;
  padding: 40px;
  display: block;
}

.perpetual-succour {
  background-color: #fff;
  padding: 40px 85px 60px;
  display: block;
}

.next {
  margin-top: 20px;
}

.farell-family-foundation {
  padding: 40px 40px 60px;
  display: block;
}

.knights-of-columbus {
  background-color: #fff;
  padding: 40px 85px 60px;
  display: block;
}

.collection-list-wrapper-6 {
  margin-bottom: 100px;
  display: none;
}

.footeradress {
  grid-column-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-item-4 {
  display: none;
}

.div-scholarship {
  grid-column-gap: 30px;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  margin-top: 60px;
  margin-left: -30px;
  padding-bottom: 10px;
  display: flex;
}

.div-title-scholarship {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.img-sacred-heart, .img-good-samaritan {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  margin-top: 0;
  box-shadow: 0 2px 5px #0003, 6px -4px #6c91bf;
}

.div-btn-center {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.image-33 {
  text-align: left;
  object-fit: cover;
  object-position: 50% 100%;
  width: 475px;
  height: 235px;
}

.image-34 {
  object-fit: cover;
  width: 245px;
  height: 170px;
}

.collection-item-5 {
  margin-top: 0;
  padding-bottom: 20px;
}

.collection-list-wrapper-7 {
  margin-top: 50px;
}

.collection-list-knights, .collection-list-farell, .collection-list-sacred {
  margin-top: 20px;
}

.image-35 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.section-catholic {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 85px;
  display: block;
}

.h2-catholic-title {
  color: #3d3d3d;
  text-align: left;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-weight: 700;
}

.div-catholic-txt {
  flex-direction: row;
  display: flex;
}

.div-txt-catholic {
  flex-direction: column;
  align-self: center;
  display: block;
}

.div-img-catholic {
  align-self: center;
  padding-left: 10px;
}

.image-36 {
  object-fit: contain;
  background-color: #f2f2f2;
  width: 909px;
  height: 98px;
  margin-top: 30px;
}

.section-catholic-world {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 85px 100px;
  display: block;
}

.image-37 {
  box-shadow: 6px -6px 0 0 var(--azul-botones);
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: -50px;
}

.section-funds-of-ukraine {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 85px 70px;
  display: block;
}

.div-block-36 {
  grid-column-gap: 40px;
  background-color: #f2f2f2;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-father, .div-funds {
  grid-column-gap: 40px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-left: 20px;
  padding: 0 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.img-raising {
  object-fit: cover;
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 610px;
  height: 130px;
}

.section-catholic-world-copy {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 85px 70px;
  display: block;
}

.section-florence-leader {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 85px;
  display: block;
}

.img-catholic-world {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 10px;
  width: 671px;
  height: 128px;
  margin-top: 25px;
  padding-top: 0;
}

.line-izq, .line-der {
  z-index: 1;
  border-bottom: 1px solid var(--white);
  width: 50px;
  height: 50%;
  position: relative;
}

._2-col-wrapper-note {
  z-index: 2;
  justify-content: center;
  align-self: auto;
  width: 100%;
  margin-left: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.note-box {
  z-index: 1;
  background-color: #c5956182;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-height: 120px;
  padding: 0 35px;
  display: flex;
  position: relative;
  box-shadow: 0 0 30px 4px #42342e85;
}

.div-team {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.img-team {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 220px;
  height: 150px;
  margin-top: -69px;
  margin-bottom: 0;
  box-shadow: 0 2px 20px #00000063;
}

.florence-news {
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-main-news-florence {
  width: 100%;
}

.main-news-image--florence {
  object-fit: fill;
  background-image: url('../images/fondoimpact.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  flex: none;
  width: 240px;
  height: 240px;
  box-shadow: 0 0 20px -3px #8dc2fee3;
}

.div-block-37 {
  height: 100%;
}

.main-news-title-florence {
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}

.bold-text-39 {
  font-size: 30px;
}

.sectionpontifical {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 85px 70px;
  display: block;
}

.div-pontificalscholarship {
  grid-column-gap: 40px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-left: 0;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.sectionsacredheart {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 85px 70px;
  display: block;
}

.img-normal {
  box-shadow: 6px -6px 0 0 var(--azul-botones);
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: 0;
}

.sectiongoodsamaritan {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 85px 70px;
  display: block;
}

.floating-menu {
  z-index: 999999;
  opacity: 0;
  color: #acd1feeb;
  background-color: #dcecffcc;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.txt-support {
  color: #024986;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  width: 700px;
  margin-top: -20px;
  font-family: Marcellus, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.div-support {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.donate-icon {
  z-index: 1;
  background-color: var(--azul-botones);
  box-shadow: 0 2px 20px 0 var(--azul-main-menu);
  color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  display: flex;
  position: relative;
}

.btn-donate-new {
  background-color: var(--white);
  color: var(--azul-botones);
  text-align: center;
  letter-spacing: .6px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  display: none;
}

.div-botones {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.txt-or {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  width: 700px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  display: none;
}

.section-pages-the-perpetual {
  text-align: center;
  margin-top: 0;
  padding: 120px 85px 40px;
}

.text-block-45 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.section-sacred-heart {
  background-image: linear-gradient(#6c91bfab 22%, #fff0 53%);
  height: 500px;
  margin-top: 0%;
  margin-bottom: 0;
  position: relative;
}

.image-page-header-pontifical-scholar {
  z-index: -2;
  background-image: url('../images/img-padre.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.image-page-header-good {
  z-index: -2;
  background-image: url('../images/representation-jesus-christ-optimized.jpg');
  background-position: 50% 20%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.section-good-samaritan {
  background-image: none;
  height: 550px;
  margin-top: 0%;
  margin-bottom: 0;
  position: relative;
}

.image-page-header-endowment-fund {
  z-index: -2;
  background-image: url('../images/peacock-original.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.div-iconos-endowment-fund {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-iconos-endowment-fund.first-block {
  height: 100%;
  margin-bottom: 0;
}

.div-icon-endowment {
  cursor: default;
  background-color: #06477e;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px 15px;
  display: flex;
  box-shadow: 0 2px 17px #0003;
}

.div-icon-endowment.colortwo, .div-icon-endowment.colorthree {
  background-color: #06477e;
}

.img-icon-endow {
  color: #fff;
  background-color: #0000;
  width: 70px;
  height: 70px;
}

.embed-icon {
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.embed-icon.icon-special {
  margin-left: 5px;
  margin-right: 0;
}

.icon-content {
  box-shadow: 9px -9px 0 0 #fff, 95px -67px 0 -67px var(--azul-botones), 0 0 0 12px #fff, -95px 67px 0 -67px var(--azul-main-menu);
  outline-offset: 10px;
  -webkit-text-fill-color: inherit;
  background-color: #f2f2f2;
  background-clip: border-box;
  border-radius: 100%;
  outline: 3px solid #dfdfdf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 215px;
  display: flex;
}

.icon-content.one {
  box-shadow: -8px 0 0 4px #fff, -116px 0 0 -67px var(--azul-botones), 0 0 0 12px #fff, 116px 0 0 -67px var(--azul-main-menu);
  transform: translate(-25px, 115px);
}

.icon-content.three {
  box-shadow: -10px 0 0 1px #fff, -116px 0 0 -67px var(--azul-botones), 0 0 0 12px #fff, 116px 0 0 -67px var(--azul-main-menu);
  background-color: #f2f2f2f2;
  transform: translate(0, 2px);
}

.icon-content.two {
  box-shadow: 9px -1px 0 3px #fff, 116px 0 0 -67px var(--azul-botones), 0 0 0 12px #fff, -116px 0 0 -67px var(--azul-main-menu);
  transform: translate(25px, 115px);
}

.button-3 {
  background-color: var(--azul-botones);
  outline-color: var(--azul-botones);
  outline-offset: 5px;
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  outline-width: 1px;
  outline-style: solid;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.div-botones-donate {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  display: none;
  position: relative;
}

.div-botones-donate.second-type {
  padding-top: 0;
  padding-bottom: 35px;
}

.botones-donate {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 10px 17px;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 7px #fff9, 0 0 20px #00000075;
}

.botones-donate.second-img {
  width: 80px;
  height: 80px;
}

.embed-icono {
  color: #024986;
  width: auto;
  height: auto;
}

.img-donate-botones.online, .img-donate-botones.wire {
  background-color: #0000;
  border-radius: 0;
  width: 70px;
  height: 70px;
}

.img-donate-botones.wire.second {
  width: 80px;
  height: 80px;
}

.img-donate-botones.check {
  width: 70px;
  height: 70px;
}

.img-donate-botones.gift {
  width: 70px;
  height: 70px;
  padding: 0;
}

.icono-box {
  background-color: #fff;
  border-radius: 100%;
}

.contenedor-donate {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.btn-donate-link {
  background-color: var(--azul-main-menu);
  color: #024986;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 0 #fff;
  width: 250px;
  margin-bottom: 30px;
  padding: 10px 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
  box-shadow: 0 11px 5px -6px #0003;
}

.btn-donate-link.second-color {
  background-color: var(--gold);
  color: #fff;
}

.btn-donate-link.little {
  width: 170px;
}

.circle {
  outline-offset: 0px;
  border-radius: 100%;
  outline: 3px solid #ffffffc4;
  width: 70px;
  height: 70px;
  margin-top: -25px;
  margin-bottom: -25px;
  position: relative;
}

.bg-featured-gradient-home {
  background-image: linear-gradient(#ffffffe6 17%, #ffffff4d);
  position: absolute;
  inset: 0%;
}

.section-second-color {
  text-align: center;
  background-color: #f2f2f2;
  padding: 60px 85px;
}

.section-white {
  text-align: center;
  padding: 60px 85px;
}

.image-page-header-vision {
  z-index: -2;
  background-image: url('../images/10000-optimized.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.icon-content-mission {
  box-shadow: 9px -9px 0 0 #fff, 95px -67px 0 -67px var(--azul-botones), 0 0 0 12px #fff, -95px 67px 0 -67px var(--azul-main-menu);
  outline-offset: 10px;
  -webkit-text-fill-color: inherit;
  background-color: #f2f2f2;
  background-clip: border-box;
  border-radius: 100%;
  outline: 3px solid #dfdfdf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 215px;
  display: flex;
}

.icon-content-mission.one {
  box-shadow: -8px 0 0 4px #fff, -116px 0 0 -67px var(--azul-botones), 0 0 0 12px #fff, 116px 0 0 -67px var(--azul-main-menu);
  transform: translate(-25px, 115px);
}

.icon-content-mission.three {
  box-shadow: -10px 0 0 1px #fff, -116px 0 0 -67px var(--azul-botones), 0 0 0 12px #fff, 116px 0 0 -67px var(--azul-main-menu);
  background-color: #f2f2f2f2;
  transform: translate(0, 2px);
}

.icon-content-mission.two {
  box-shadow: 9px -1px 0 3px #fff, 116px 0 0 -67px var(--azul-botones), 0 0 0 12px #fff, -116px 0 0 -67px var(--azul-main-menu);
  transform: translate(25px, 115px);
}

.icon-content-mission.three-mission {
  background-color: #f2f2f2f2;
  margin-top: 20px;
  display: none;
  overflow: visible;
  transform: none;
  box-shadow: -10px 0 0 1px #fff, 0 0 0 12px #fff;
}

.img-icon-vision {
  color: #fff;
  background-color: #0000;
  width: 70px;
  height: 70px;
}

.section-pages-vision {
  opacity: 1;
  text-align: left;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 60px 85px 40px;
  display: flex;
}

.section-pages-vision.section-normal {
  padding-top: 70px;
}

.section-pages-vision.section-endowment {
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  box-shadow: 0 -4px 5px 2px #fff;
}

.div-icon-and-txt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.img-icon-team {
  object-fit: contain;
  background-color: #0000;
  border-radius: 0;
  width: 20px;
  height: 20px;
  padding: 0;
}

.img-icon-team.linkedin {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.icon-img-team {
  background-color: #024986;
  border-radius: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.txt-team {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.bold-text-40 {
  font-size: 25px;
}

.bold-text-41, .bold-text-42 {
  font-size: 20px;
}

.section-impact {
  background-color: #fff;
  margin-bottom: 0;
  padding: 60px 85px 40px;
  box-shadow: 0 -31px 34px 30px #fff;
}

.columna02.float-col {
  width: 100%;
}

.slider-4 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 380px;
  display: block;
}

.slide-nav-4 {
  display: none;
}

.right-arrow-2, .left-arrow-2 {
  color: var(--azul-botones);
  display: block;
}

.contenedor-logos {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.slide-16 {
  padding-top: 40px;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
}

.contenedor-expertos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 400px;
  margin-top: 0;
  padding: 20px 5vw 40px;
  display: flex;
}

.con-1 {
  background-image: linear-gradient(#1c3b56, #1c3b568f 0%, #1c3b568f), url('../images/servicios.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.con-1:hover {
  background-image: linear-gradient(#1c3b56 100% 100%, #1c3b568f), url('../images/servicios.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.con-1.one {
  background-image: linear-gradient(180deg, var(--azul-botones), #acd1fe6b 0%, #acd1fe8c), url('../images/new-rafus-gold.png');
  background-repeat: repeat, no-repeat;
  background-size: auto, 70%;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.con-1.one:hover {
  background-image: linear-gradient(#024986 100%, #1c3b56 100%, #1c3b565c), url('../images/servicios.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.con-1.one.second {
  background-image: linear-gradient(180deg, var(--azul-botones), #acd1fe6b 0%, #acd1fe8c), url('../images/legionaries-of-christ.png');
}

.con-1.one.second:hover {
  background-image: linear-gradient(#024986, #024986 0%, #024986), url('../images/legionaries-of-christ.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.con-1.opt-2 {
  background-image: linear-gradient(180deg, var(--azul-main-menu), #acd1fe8c 0%, #acd1fe8c), url('../images/logo-pccime.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 85%;
  width: 250px;
  height: 300px;
}

.con-1.opt-2:hover {
  background-image: linear-gradient(#024986 100%, #1c3b56a6 100%, #1c3b56), url('../images/historia.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.con-1.opt-2.second {
  background-image: linear-gradient(180deg, var(--azul-main-menu), #acd1fe8c 0%, #acd1fe8c), url('../images/cwf-2.jpg');
}

.con-1.opt-2.second:hover {
  background-image: linear-gradient(#024986, #024986 0%, #024986), url('../images/cwf-2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.con-1.opt-3 {
  background-image: linear-gradient(#acd1fe8c, #acd1fe8c 0%, #acd1fe8c), url('../images/the-vaticans-st.-Peter’s-Cricket-Team.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
  width: 250px;
  height: 300px;
  margin-top: 0;
}

.con-1.opt-3:hover {
  background-image: linear-gradient(#024986 100%, #1c3b568f), url('../images/experiencia.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.con-1.opt-3.second {
  background-image: linear-gradient(#acd1fe8c, #acd1fe8c 0%, #acd1fe8c), url('../images/logo-florence-leader.png');
}

.con-1.opt-3.second:hover {
  background-image: linear-gradient(#acd1fe8c, #024986 0%, #024986), url('../images/logo-florence-leader.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.con-1.opt-4 {
  background-image: linear-gradient(#acd1fe8c, #acd1fe8c), url('../images/pontifical-mission.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
  height: 300px;
}

.con-1.opt-4:hover {
  background-image: linear-gradient(#024986 100%, #1c3b568f), url('../images/tipo-eventos.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.con-1.opt-4.second {
  background-image: linear-gradient(#acd1fe8c, #acd1fe8c), url('../images/othonia.png');
}

.con-1.opt-4.second:hover {
  background-image: linear-gradient(#024986, #024986), url('../images/othonia.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.txt-title-div {
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  display: none;
}

.txt-title-div.desc {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.txt-desc-divulga {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  display: none;
}

.txt-desc-divulga:hover {
  opacity: 100;
}

.section-2046 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -190px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.card-content {
  position: static;
}

.card-logos {
  justify-content: space-around;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.imagen-logo {
  height: 160px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
}

.tarjeta-wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 44vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 5px #0003;
}

.card-gradient {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 0;
  background-image: linear-gradient(#024986, #024986);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-gradient:hover {
  opacity: 1;
}

.text-block-46 {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.txt-desc-beneficiario {
  color: #fff;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.txt-title-bene {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.img-logos {
  width: 60%;
}

.image-38 {
  width: 70%;
}

.image-39 {
  width: 50%;
}

.image-40 {
  width: 55%;
}

.box-img {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-17 {
  padding-top: 40px;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
}

.slider-5 {
  background-color: #ddd0;
  display: none;
}

.bold-text-43, .bold-text-44, .bold-text-45 {
  font-size: 20px;
}

.block-footer-name {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.box-support {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.box-type-of-support {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding: 0 0 20px;
  display: flex;
  box-shadow: 0 0 5px #0000000d;
}

.img-donations {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 230px;
}

.img-donations.two, .img-donations.three {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 230px;
}

.body-4 {
  background-color: #f8f8f8;
}

.bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52 {
  font-size: 18px;
}

.button-4 {
  z-index: 1;
  text-transform: uppercase;
  background-color: #9d774d;
  background-image: none;
  border: 1px solid #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 115px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
  position: relative;
}

.container-4 {
  max-width: 1400px;
}

.container-5 {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.bold-text-53, .bold-text-54 {
  font-weight: 400;
}

.dropdown-3 {
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

@media screen and (min-width: 1440px) {
  .nav-menu {
    right: 40%;
  }

  .brand {
    text-align: left;
    left: -15%;
  }

  .html-embed {
    text-align: center;
    justify-content: center;
  }

  .grid {
    padding-left: 10px;
  }

  .text-block {
    color: #fff;
    padding-left: 10px;
    font-weight: 500;
  }

  .image {
    display: block;
  }

  .section-3 {
    border-radius: 0;
    margin-left: 0%;
    padding: 20px 100px 50px;
    left: 26%;
  }

  .image-3 {
    text-align: left;
  }

  .section-4 {
    margin-top: 0%;
  }

  .heading-come {
    padding-top: 20px;
    padding-bottom: 10px;
    bottom: -19%;
  }

  .text-project {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .text-block-3 {
    border-style: none;
    border-width: 3px;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-3.counterup {
    width: 64px;
    padding-left: 6px;
  }

  .div-block-3 {
    margin-right: 40px;
  }

  .section-5 {
    background-position: 50%;
  }

  .heading-3 {
    padding-top: 70px;
  }

  .text-block-4 {
    padding-left: 340px;
    padding-right: 340px;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    position: absolute;
    left: 45%;
  }

  .div-block-6 {
    padding-top: 0;
    padding-right: 0;
  }

  .image-4 {
    object-fit: cover;
    height: 204px;
  }

  .grid-3 {
    margin-left: -5px;
    padding-left: 0;
  }

  .html-embed-2 {
    margin-left: 0;
  }

  .text-block-5-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-8 {
    height: 125.5px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-4-copy {
    padding-top: 10px;
  }

  .button-copy {
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
    left: 48%;
  }

  .button-copy:hover {
    color: #dc9d30;
    background-color: #fff;
    font-weight: 500;
    transform: scale(1.2);
  }

  .section-7 {
    margin-top: 100px;
    margin-left: 85px;
    margin-right: 85px;
  }

  .columns-2 {
    background-color: #f2f2f2;
    padding-left: 20px;
  }

  .column-5 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .grid-info {
    justify-items: stretch;
    padding-left: 0;
  }

  .text-info-email {
    margin-left: -10px;
    padding-left: 0;
  }

  .html-embed-copy {
    text-align: center;
    justify-content: center;
  }

  .image-7 {
    display: block;
  }

  .button-read {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    position: absolute;
    left: 45%;
  }

  .button-read:hover {
    color: #dc9d30;
    background-color: #fff;
    border: 3px solid #dc9d30;
    font-weight: 500;
    transform: scale(1.1);
  }

  .section-10 {
    overflow: hidden;
  }

  .sign {
    border-style: none;
    border-width: 3px;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-left: -24px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bold-text {
    font-size: 23px;
  }

  .column-9 {
    padding-right: 85px;
  }

  .column-10 {
    padding-left: 95px;
  }

  .section-12 {
    background-position: 50% 21%;
    height: 586px;
  }

  .txt-menu {
    padding-left: 10px;
  }

  .image-9 {
    width: 530px;
    height: 308px;
    margin-top: 100px;
    margin-left: 25px;
    margin-right: 0;
  }

  .txt-date {
    height: 125px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-col-2 {
    margin-left: -5px;
    padding-left: 0;
  }

  .columns-5 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .html-embed-4 {
    color: #fff;
    font-weight: 500;
  }

  .html-embed-4.txt-item-top {
    padding-left: 0;
  }

  .img-donate {
    display: block;
  }

  .button-gift {
    color: #fff;
    font-weight: 500;
  }

  .button-gift.txt-item-top {
    padding-left: 0;
  }

  .heading-impact {
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: -19%;
  }

  .section-15 {
    background-image: linear-gradient(to bottom, var(--azul-botones) 22%, #fff0 75%);
    height: 500px;
  }

  .div-block-12 {
    padding-top: 0;
  }

  .img-2021 {
    width: 512px;
    height: 270px;
    margin: -68px 0 0 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-11 {
    padding-top: 0;
    padding-right: 20px;
  }

  .column-18 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-unesco {
    margin-top: 20px;
  }

  .img-2022 {
    width: 512px;
    height: 270px;
    margin: 24px 0 0 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-2023 {
    width: 512px;
    height: 270px;
    margin: 32px 0 25px 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-9 {
    margin-top: 20px;
  }

  .block-title {
    background-image: linear-gradient(#6c91bf, #fff0);
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 10px;
    display: block;
  }

  .h2-about {
    font-size: 45px;
  }

  .html-embed-5 {
    margin-bottom: -33px;
    top: 68.5%;
  }

  .block-separator {
    width: 35%;
  }

  .icon-clap {
    display: block;
  }

  .txt-email {
    color: #fff;
    padding-left: 10px;
    font-weight: 500;
  }

  .heading-thankyou {
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: -19%;
  }

  .section-2030 {
    box-shadow: 0 0 59px 83px #fff;
  }

  .image-13 {
    width: 140px;
    height: 140px;
  }

  .image-14 {
    height: 195px;
    margin-top: -15px;
  }

  .text-block-25 {
    display: block;
  }

  .image-17, .img-two {
    margin-top: 0;
  }

  .text-ongoing, .text-ongoing-2 {
    display: none;
  }

  .div-impact {
    padding-bottom: 20px;
  }

  .link-block-8 {
    padding-right: 10px;
  }

  .block-title-thankyou {
    padding-top: 10px;
  }

  .heading-become {
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: -19%;
  }

  .btn-download {
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
    left: 48%;
  }

  .btn-download:hover {
    color: #dc9d30;
    background-color: #fff;
    font-weight: 500;
    transform: scale(1.2);
  }

  .column-37 {
    padding-left: 20px;
  }

  .main {
    display: block;
  }

  .div-elements {
    overflow: hidden;
  }

  .section-2041 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-elementos {
    overflow: hidden;
  }

  .btn-read-more {
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
    left: 48%;
  }

  .btn-read-more:hover {
    color: #dc9d30;
    background-color: #fff;
    font-weight: 500;
    transform: scale(1.2);
  }

  .slider-3 {
    width: 100%;
  }

  .left-arrow {
    margin-top: 35%;
    left: 83%;
  }

  .right-arrow {
    margin-top: 35%;
    right: 60px;
  }

  .div-img-slide-1 {
    width: 100%;
  }

  .overlay {
    flex: 0 auto;
  }

  .slide1 {
    width: 100%;
  }

  .div-board-of-trustees {
    margin-bottom: 60px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .img-board {
    width: 170px;
    height: 170px;
  }

  .div-board {
    height: 210px;
  }

  .txt-board {
    font-size: 30px;
  }

  .bold-text-15 {
    font-size: 40px;
  }

  .section-pontifical-fund {
    background-position: 50% 100%;
  }

  .section-header-how {
    position: relative;
  }

  .heading-how {
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: -19%;
  }

  .section-2043 {
    font-family: Cairo, sans-serif;
  }

  .div-volunteer-how {
    height: 380px;
  }

  .div-icon {
    margin-top: 40px;
  }

  .div-how-get {
    height: 380px;
  }

  .div-partner {
    justify-content: center;
    height: 380px;
    padding-top: 40px;
  }

  .div-learn-how {
    justify-content: center;
    height: 380px;
  }

  .section-darius {
    margin-top: 20px;
  }

  .image-26 {
    margin-top: 0;
  }

  .section-phrase, .section-four, .section-sacerdos, .section-fathergonzalo, .section-faculty, .section-annual, .section-testimonials, .section-testimonials-1 {
    margin-top: 20px;
  }

  .topbar, .middleheader {
    display: flex;
  }

  .bottomheader {
    justify-content: space-around;
    display: block;
  }

  .item-menu {
    padding-right: 90px;
  }

  .navbar-3 {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .new-menu {
    display: block;
  }

  .mask-2 {
    width: 100%;
  }

  .txt-item-top {
    color: #014b97;
    padding-left: 0;
    font-weight: 700;
  }

  .img-icon, .img-icon-clap, .imgthank, .imgcontact {
    display: none;
  }

  .navbar-initial {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .section-2044 {
    margin-top: 0;
    padding-top: 220px;
  }

  .heading-partnerships {
    padding-top: 20px;
    padding-bottom: 10px;
    bottom: -19%;
  }

  .txt-schorlaships {
    padding-top: 0;
    padding-right: 20px;
  }

  .partnerships-header {
    background-position: 50% 21%;
    height: 586px;
  }

  .img-catholic {
    width: 140px;
    height: 140px;
  }

  .div-impact-2 {
    padding-bottom: 20px;
  }

  .image-28 {
    width: 140px;
    height: 140px;
  }

  .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
    left: 48%;
  }

  .btn:hover {
    color: #dc9d30;
    background-color: #fff;
    font-weight: 500;
    transform: scale(1.2);
  }

  .button-text-link {
    font-size: 20px;
    line-height: 20px;
  }

  .button-text-link.gold {
    font-size: 24px;
    line-height: 24px;
  }

  .logo {
    background-size: 120px;
    height: 140px;
  }

  .page-title {
    font-size: 30px;
    line-height: 30px;
  }

  .menu-link {
    font-size: 22px;
    line-height: 22px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .gradient-title {
    font-size: 50px;
    line-height: 50px;
  }

  .gradient-title.txt-together {
    font-size: 30px;
    line-height: 32px;
  }

  .md-text, .md-text.white-text {
    font-size: 25px;
    line-height: 28px;
  }

  .md-text.txt-space.txt-about {
    line-height: 29px;
  }

  .md-text.center {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .about-pictures-wrapper {
    height: 40vh;
  }

  .ap-1 {
    width: 420px;
    height: 420px;
    top: 6%;
  }

  .ap-2 {
    width: 220px;
    height: 220px;
    top: -25%;
    left: 10%;
  }

  .ap-3 {
    width: 300px;
    height: 300px;
    bottom: -73%;
    left: 19px;
  }

  .bg-text.white-text {
    font-size: 25px;
    line-height: 30px;
  }

  .bg-text.white-text.center-text {
    padding-top: 60px;
  }

  .bg-impact {
    background-position: 50% 82%;
  }

  .white-title {
    margin-top: 133px;
    font-size: 50px;
    line-height: 50px;
  }

  .pray-title.center-text {
    font-size: 50px;
    line-height: 50px;
  }

  .news-section {
    padding-bottom: 250px;
  }

  .more-news-wrapper {
    height: 40vh;
  }

  .main-news-title {
    font-size: 30px;
    line-height: 30px;
  }

  .about-text-wrapper {
    align-items: flex-start;
    font-size: 50px;
    line-height: 50px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-col-left {
    width: 725px;
    height: 290px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .footer-logo {
    width: 131%;
  }

  .page-title-footer {
    font-size: 26px;
    line-height: 33px;
  }

  .image-29 {
    width: 180px;
    height: 180px;
  }

  .footer-address {
    font-size: 25px;
    line-height: 28px;
  }

  .footer-email {
    font-size: 25px;
    line-height: 25px;
  }

  .txt-menu-footer {
    font-size: 25px;
    line-height: 28px;
  }

  .text-block-44, .link-7 {
    font-size: 28px;
    line-height: 28px;
  }

  .support-section {
    padding-top: 522px;
    padding-bottom: 180px;
  }

  .support-text-wrapper {
    margin-top: 0;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .img-papa {
    width: 240px;
    height: 240px;
  }

  .blue-button-get-in-touch.news {
    font-size: 20px;
  }

  .gradient-title-general {
    font-size: 50px;
    line-height: 50px;
  }

  .block-quote.md-text {
    font-size: 22px;
  }

  .img-testimonio {
    width: 220px;
    height: 220px;
  }

  .collection-list-wrapper-6 {
    margin-bottom: 120px;
  }

  .collection-item-4 {
    margin-bottom: 0;
  }

  .img-sacred-heart, .img-good-samaritan {
    width: 240px;
    height: 240px;
  }

  .image-34 {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }

  .image-36 {
    width: 1544px;
    height: 165px;
  }

  .image-37 {
    width: 240px;
    height: 240px;
    margin-left: -79px;
  }

  .div-father {
    margin-left: 40px;
  }

  .div-funds {
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-36, .bold-text-37, .bold-text-38 {
    font-size: 40px;
  }

  .div-team {
    padding-left: 250px;
    padding-right: 250px;
  }

  .img-team {
    width: 170px;
    height: 170px;
  }

  .main-news-title-florence {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-39 {
    font-size: 35px;
  }

  .div-pontificalscholarship {
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .img-normal {
    width: 240px;
    height: 240px;
    margin-left: -79px;
  }

  .div-icon-endowment {
    margin-top: 40px;
  }

  .bold-text-41, .bold-text-42 {
    font-size: 25px;
  }

  .slider-4 {
    height: 400px;
  }

  .slide-nav-4 {
    display: none;
  }

  .right-arrow-2, .left-arrow-2 {
    color: var(--azul-botones);
    display: block;
  }

  .slide-16 {
    padding-top: 75px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-2046 {
    padding-top: 0;
  }

  .tarjeta-wrapper {
    height: 35vh;
  }

  .slide-17 {
    padding-top: 75px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .slider-5 {
    display: none;
  }

  .bold-text-43, .bold-text-44, .bold-text-45 {
    font-size: 25px;
  }

  .img-donations, .img-donations.two {
    object-fit: cover;
    height: 250px;
  }

  .img-donations.three {
    box-sizing: border-box;
    object-fit: cover;
    height: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .section-3 {
    top: 40%;
    left: 32.5%;
  }

  .heading-come {
    bottom: 17%;
  }

  .text-block-3 {
    border-width: 4px;
  }

  .div-block-6 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-7 {
    flex: 0 auto;
  }

  .div-block-8 {
    height: 122px;
  }

  .heading-4-copy {
    padding-top: 20px;
  }

  .columns-2 {
    background-color: #f2f2f2;
    padding-left: 0;
  }

  .column-5 {
    justify-content: center;
  }

  .image-6 {
    margin-left: 140px;
    padding-left: 0;
  }

  .sign {
    border-width: 4px;
  }

  .div-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-9 {
    object-position: 50% 28%;
    width: 725px;
    height: 318px;
    margin-top: 80px;
    margin-bottom: 20px;
    margin-left: 100px;
  }

  .txt-date {
    height: 122px;
  }

  .heading-impact {
    bottom: 17%;
  }

  .title-unesco {
    font-size: 45px;
  }

  .h2-about {
    font-size: 60px;
  }

  .html-embed-5 {
    position: relative;
    top: auto;
    left: auto;
  }

  .heading-thankyou {
    bottom: 17%;
  }

  .link-block-8 {
    width: 100%;
    padding-right: 20px;
  }

  .heading-become {
    bottom: 17%;
  }

  .column-37 {
    padding-left: 0;
  }

  .left-arrow {
    margin-top: 26%;
    left: 85%;
  }

  .right-arrow {
    margin-top: 26%;
    right: 100px;
  }

  .section-board {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .img-board {
    width: 200px;
    height: 200px;
  }

  .div-board {
    height: 310px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .txt-board {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 40px;
    line-height: 35px;
  }

  .heading-how {
    bottom: 17%;
  }

  .txt-principal-how {
    padding-top: 100px;
  }

  .image-27 {
    height: 350px;
  }

  .txt-phrase {
    font-size: 35px;
    line-height: 35px;
  }

  .bold-text-19, .bold-text-20, .txt-joseph, .txt-student {
    font-size: 30px;
  }

  .img-joseph {
    width: 290px;
    height: 290px;
  }

  .bold-text-22 {
    font-size: 30px;
  }

  .heading-partnerships {
    bottom: 17%;
  }

  .button-text-link {
    font-size: 26px;
    line-height: 26px;
  }

  .logo {
    background-size: 170px;
    max-width: 250px;
    height: 190px;
  }

  .page-title {
    font-size: 40px;
    line-height: 40px;
  }

  .menu-link {
    font-size: 30px;
    line-height: 30px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .gradient-title {
    font-size: 70px;
    line-height: 70px;
  }

  .gradient-title.txt-together {
    font-size: 40px;
    line-height: 42px;
  }

  .md-text {
    font-size: 30px;
    line-height: 33px;
  }

  .md-text.white-text {
    font-size: 35px;
    line-height: 33px;
  }

  .md-text.white-text.center-text {
    line-height: 33px;
  }

  .md-text.txt-space.txt-about {
    line-height: 40px;
  }

  .md-text.center {
    margin-top: 40px;
    font-size: 25px;
    line-height: 33px;
  }

  .ap-1 {
    top: 11%;
    left: 52%;
  }

  .ap-2 {
    top: -10%;
    left: 22%;
  }

  .ap-3 {
    bottom: -43%;
    left: 99px;
  }

  .data-section {
    padding-top: 241px;
    font-size: 60px;
  }

  .data-text-wrapper {
    height: 340px;
    margin-top: -179px;
    padding: 73px 66px;
  }

  .bg-text.white-text {
    font-size: 30px;
    line-height: 35px;
  }

  .d-year.center-text, .d-num-students.center-text {
    font-size: 70px;
    line-height: 70px;
  }

  .d-desc-students.center-text {
    font-size: 33px;
    line-height: 50px;
  }

  .circle-wrapper {
    width: 260px;
    height: 260px;
  }

  .d-continent.center-text {
    font-size: 40px;
    line-height: 40px;
  }

  .d-desc-students-2.center-text {
    font-size: 30px;
  }

  .impact-section {
    padding-top: 60px;
  }

  .bg-impact {
    background-position: 50% 80%;
  }

  .white-title {
    font-size: 70px;
    line-height: 70px;
  }

  .impact-spacer {
    height: 205px;
    font-size: 16px;
  }

  .impact-desc-wrapper.center-text {
    height: 337px;
  }

  .pray-title.center-text {
    font-size: 70px;
    line-height: 70px;
  }

  .news-section {
    padding-bottom: 166px;
  }

  .date {
    font-size: 30px;
    line-height: 33px;
  }

  .main-news-title {
    font-size: 40px;
    line-height: 43px;
  }

  .main-news-image {
    width: 420px;
    height: 420px;
  }

  .about-text-wrapper {
    align-items: flex-start;
  }

  .hf-intention-wrapper {
    height: 400px;
  }

  .hf-image {
    width: 520px;
    height: 480px;
    margin-bottom: -200px;
  }

  .hfi-title {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    font-size: 40px;
    line-height: 43px;
  }

  .hfi-desc {
    padding-left: 60px;
    font-size: 40px;
    line-height: 40px;
  }

  .hfu-link {
    padding-left: 60px;
    font-size: 35px;
    line-height: 40px;
  }

  .footer-col-left {
    width: 1000px;
    height: 335px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .page-title-footer {
    font-size: 40px;
    line-height: 43px;
  }

  .footer-address, .footer-email, .txt-menu-footer {
    font-size: 30px;
    line-height: 33px;
  }

  .text-block-44, .link-7 {
    font-size: 30px;
    line-height: 30px;
  }

  .pages-title-h1.gradient-title {
    color: var(--azul-botones);
  }

  .support-section {
    background-position: 50% 131%;
    padding-top: 790px;
    padding-bottom: 160px;
    font-size: 60px;
  }

  .support-text-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 73px 66px;
  }

  .support-blue-gradient {
    background-image: linear-gradient(#0000 52%, #024986 77%);
    margin-top: 0;
  }

  .gradient-title-general {
    font-size: 70px;
    line-height: 70px;
  }

  .image-36 {
    height: 200px;
  }

  .section-catholic-world {
    padding: 70px 100px 90px;
  }

  .image-37 {
    width: 280px;
    height: 280px;
  }

  .section-funds-of-ukraine {
    padding: 40px 100px 90px;
  }

  .div-father, .div-funds {
    margin-left: 60px;
  }

  .img-raising {
    width: 720px;
    height: 180px;
    margin-top: 30px;
    padding-top: 0;
  }

  .section-florence-leader {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .img-catholic-world {
    object-fit: contain;
    width: 1000px;
    height: 240px;
  }

  .bold-text-36, .bold-text-37, .bold-text-38 {
    font-size: 50px;
  }

  .note-box {
    min-height: 150px;
  }

  .div-team {
    padding-left: 300px;
    padding-right: 300px;
  }

  .img-team {
    width: 200px;
    height: 200px;
  }

  .main-news-image--florence {
    width: 420px;
    height: 420px;
  }

  .main-news-title-florence {
    font-size: 40px;
    line-height: 43px;
  }

  .bold-text-39 {
    font-size: 40px;
  }

  .sectionpontifical {
    padding: 40px 100px 90px;
  }

  .div-pontificalscholarship {
    margin-left: 60px;
  }

  .sectionsacredheart {
    padding: 40px 100px 90px;
  }

  .img-normal {
    width: 280px;
    height: 280px;
  }

  .sectiongoodsamaritan {
    padding: 40px 100px 90px;
  }

  .txt-support {
    font-size: 32px;
    line-height: 35px;
  }

  .btn-donate-link.little {
    width: 205px;
    margin-top: 10px;
    padding: 15px 20px;
    font-size: 18px;
  }

  .bold-text-41, .bold-text-42 {
    font-size: 30px;
  }

  .slider-4 {
    height: 580px;
  }

  .bold-text-43, .bold-text-44, .bold-text-45 {
    font-size: 30px;
  }

  .box-type-of-support {
    padding-bottom: 35px;
  }

  .img-donations, .img-donations.two, .img-donations.three {
    height: 350px;
  }

  .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52 {
    font-size: 25px;
  }

  .button-4 {
    font-size: 20px;
  }

  .container-5 {
    max-width: 1500px;
  }
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 14px;
  }

  .section-3 {
    margin-top: -10%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-4, .heading-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-6 {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .image-4 {
    object-position: 50% 70%;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 170px;
  }

  .heading-4 {
    padding-top: 5px;
  }

  .button-2 {
    padding-bottom: 15px;
  }

  .section-6 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .text-block-5-copy {
    width: 320px;
    padding-right: 20px;
  }

  .column-3 {
    padding-right: 20px;
  }

  .div-block-8 {
    flex-direction: column;
    height: 200px;
    margin-bottom: 20px;
    display: flex;
  }

  .column-4 {
    margin-top: -12px;
  }

  .heading-4-copy {
    width: 320px;
    padding-bottom: 5px;
  }

  .section-7 {
    margin-top: 80px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .columns-2 {
    padding-left: 20px;
  }

  .section-8 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-5 {
    height: 148px;
    margin-left: -19px;
  }

  .heading-ra {
    line-height: 35px;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    width: 120px;
    height: 129px;
  }

  .column-7 {
    padding-left: 0;
  }

  .column-8 {
    padding-right: 0;
  }

  .section-10 {
    position: static;
    overflow: hidden;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-9 {
    padding-right: 15px;
  }

  .column-10 {
    padding-left: 15px;
  }

  .grid-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .txt-menu {
    padding-right: 5px;
  }

  .image-8 {
    width: 125px;
    height: 125px;
    margin-top: -63px;
  }

  .image-9 {
    object-fit: cover;
    width: 488px;
    height: 218px;
    margin-top: 180px;
    margin-left: 15px;
    margin-right: 0;
  }

  .txt-date {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    flex-direction: row;
    width: 320px;
    height: 65px;
    padding-top: 10px;
  }

  .slider, .slide, .slide-2, .slide-3, .slide-4 {
    height: 150px;
  }

  .columns-5 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .html-embed-3 {
    height: 70px;
  }

  .column-12, .column-13 {
    justify-content: flex-start;
    height: 365px;
  }

  .column-14 {
    height: 365px;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-4 {
    font-size: 14px;
  }

  .button-gift {
    padding-right: 20px;
    font-size: 14px;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-6 {
    padding-top: 30px;
  }

  .columns-7 {
    flex-direction: column;
    width: 300px;
    display: flex;
  }

  .form {
    padding-right: 10px;
  }

  .img-2021 {
    object-fit: cover;
    width: 488px;
    height: 258px;
    margin-top: 60px;
    margin-left: 15px;
    margin-right: 0;
  }

  .text-block-11 {
    font-family: Opensans-Regular, sans-serif;
  }

  .section-2022, .section-2021, .section-unesco {
    padding-left: 60px;
    padding-right: 60px;
  }

  .img-2022 {
    object-fit: cover;
    width: 488px;
    height: 218px;
    margin-top: 75px;
    margin-left: -21px;
    margin-right: 0;
  }

  .txt-2022 {
    display: none;
  }

  .text-block-12 {
    font-family: Opensans-Regular, sans-serif;
    font-size: 14px;
  }

  .section-2023 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .img-2023 {
    object-fit: cover;
    width: 488px;
    height: 218px;
    margin-top: 45px;
    margin-left: 15px;
    margin-right: 0;
  }

  .block-title {
    margin-top: 0%;
  }

  .section-misision, .section-vision {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-txt-thanks {
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-header-projects {
    height: 525px;
    margin-top: -15%;
  }

  .html-embed-5 {
    font-size: 50px;
    top: auto;
    left: auto;
  }

  .heading-9 {
    font-size: 30px;
  }

  .column-20 {
    padding-right: 0;
  }

  .txt-2022-tablet {
    display: block;
  }

  .txt-2022-tablet-2 {
    padding-top: 0;
    display: block;
  }

  .text-block-18 {
    font-family: Opensans-Regular, sans-serif;
    display: none;
  }

  .txt-2023-tablet {
    font-family: Opensans-Regular, sans-serif;
    display: block;
  }

  .txt-2023-tablet-2 {
    padding-top: 20px;
    font-family: Opensans-Regular, sans-serif;
    display: block;
  }

  .txt-email {
    padding-right: 20px;
    font-size: 14px;
  }

  .section-header-thankyou {
    height: 525px;
    margin-top: -15%;
  }

  .image-11 {
    height: 190px;
    margin-top: 0;
    margin-left: 0;
  }

  .txt-col-1 {
    padding-top: 20px;
  }

  .txt-col-2 {
    padding-top: 10px;
    padding-left: 15px;
  }

  .div-block-15 {
    padding-bottom: 20px;
  }

  .image-14 {
    width: 160px;
    margin-top: 6px;
    margin-left: 10px;
  }

  .text-block-22 {
    padding-right: 10px;
  }

  .image-16 {
    object-fit: cover;
    width: 235px;
    height: 200px;
    margin-left: 0;
  }

  .column-23 {
    padding-top: 40px;
    padding-right: 0;
  }

  .text-block-25 {
    display: none;
  }

  .image-17 {
    width: 447px;
    margin-top: 20px;
  }

  .column-26 {
    padding-left: 20px;
  }

  .column-27 {
    padding-right: 0;
  }

  .img-two {
    height: 190px;
    margin-top: 25px;
    margin-left: 0;
  }

  .text-ongoing {
    padding-top: 20px;
    display: block;
  }

  .text-ongoing-2 {
    padding-top: 0;
    display: block;
  }

  .div-impact {
    padding-bottom: 20px;
  }

  .section-2036 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-19, .image-20, .image-22 {
    width: 160px;
    height: 160px;
  }

  .block-title-thankyou {
    margin-top: 0%;
  }

  .div-jeffrey, .div-block-18 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .btn-download {
    margin-top: 25px;
  }

  .html-embed-6 {
    margin-top: -100px;
  }

  .div-elements {
    overflow: visible;
  }

  .div-elementos {
    flex: 0 auto;
    position: static;
    overflow: hidden;
  }

  .div-block-22 {
    overflow: hidden;
  }

  .section-board {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-pontifical-scholarships, .section-scholarships-copy, .section-pontifical-fund {
    height: 525px;
    margin-top: -15%;
  }

  .section-darius {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-26 {
    width: 447px;
    margin-top: 20px;
  }

  .section-phrase, .section-four, .section-sacerdos, .section-fathergonzalo, .section-faculty, .section-annual, .section-testimonials, .section-testimonials-1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .brand-logo {
    width: 125px;
    height: 125px;
    margin-top: -63px;
  }

  .txt-item-top {
    padding-right: 20px;
    font-size: 14px;
  }

  .txt-schorlaships {
    font-family: Opensans-Regular, sans-serif;
  }

  .section-general-principles, .section-ethical, .section-strategic {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-impact-2 {
    padding-bottom: 20px;
  }

  .section-brand, .section-brand-2, .section-getintouch {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header {
    margin-top: 10px;
  }

  .top-bar {
    height: 10px;
  }

  .blue-button, .blue-button.news.btn-center {
    display: block;
  }

  .blue-button.tablet {
    margin-top: -10px;
  }

  .main-menu-wrapper {
    grid-column-gap: 0px;
  }

  .page-title {
    line-height: 28px;
  }

  .main-menu {
    display: flex;
  }

  .about-section {
    flex-direction: column-reverse;
    justify-content: space-around;
    padding-left: 5vw;
  }

  .main-news-wrapper {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }

  .blue-circle-wrapper {
    display: none;
  }

  .blue-circle {
    width: 86px;
    height: 86px;
    margin-left: -43px;
  }

  .gradient-title {
    text-align: center;
    font-family: "Trajanpro 3", sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .md-text {
    text-align: center;
  }

  .md-text.right-text {
    text-align: right;
  }

  .md-text.left-text {
    text-align: left;
  }

  .about-pictures-wrapper {
    display: none;
  }

  .data-text-wrapper {
    width: 100%;
  }

  .bg-text.white-text {
    text-align: center;
  }

  ._5-circles-data {
    grid-row-gap: 20px;
  }

  .bg-impact {
    background-size: cover;
  }

  .white-title, .pray-title {
    font-family: "Trajanpro 3", sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  ._2-col-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 0;
  }

  ._2-col-wrapper.box-escritorio {
    display: none;
  }

  .get-involved-title.center-text.give-title {
    padding-top: 20px;
  }

  .pray-txt {
    text-align: right;
    padding-left: 220px;
  }

  .line {
    display: none;
  }

  .collection-list-wrapper-pray {
    border-right-style: none;
  }

  .learn-txt {
    padding-right: 236px;
  }

  .give-line {
    display: none;
  }

  .capital-gifts-block.btn-wrapper-left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .unrestricted-donations-block.btn-wrapper-right {
    padding-top: 10px;
    padding-left: 0;
  }

  .line-left, .white-line {
    display: none;
  }

  .gold-button.highlight.btn-movil {
    display: block;
  }

  .bg-give-white {
    margin-top: 0;
  }

  .news-section {
    flex-direction: column;
    align-items: center;
    padding-bottom: 128px;
  }

  .more-news-wrapper {
    border-left-style: none;
  }

  .date, .main-news-title {
    text-align: center;
  }

  .about-text-wrapper {
    align-items: center;
  }

  .footer {
    background-position: 100% 0;
    background-size: cover;
    flex-direction: column;
    display: flex;
  }

  .footer-content-wrapper {
    flex-direction: row;
  }

  .footer-col-left {
    align-items: flex-start;
    width: 57%;
  }

  .footer-address {
    text-align: left;
  }

  .footer-email {
    text-align: center;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-copy-wrapper {
    align-items: center;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .menu-mobile {
    background-color: #ffffff1c;
    border-radius: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-mobile-icon {
    color: #fff;
  }

  .blue-button-2 {
    display: none;
  }

  .rafus-mega-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-page-content, .section-page-content-partner, .section-page-content-impact, .section-page-content-how {
    padding-left: 60px;
    padding-right: 60px;
  }

  .dropdown-toggle-5 {
    padding-left: 0;
  }

  .support-text-wrapper {
    background-color: #a5bacf00;
    width: 100%;
  }

  .support-blue-gradient {
    background-image: linear-gradient(#0000, #024986 40%);
  }

  .rafus-mega-menu-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 170px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-page-content-scholarships, .section-staff, .section-page-content-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .blue-button-get-in-touch {
    display: none;
  }

  .gradient-title-general {
    text-align: center;
    font-family: "Trajanpro 3", sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .bz {
    display: none;
  }

  .perpetual-succour, .farell-family-foundation, .knights-of-columbus {
    background-color: #f2f2f2;
  }

  .line-izq, .line-der {
    display: none;
  }

  ._2-col-wrapper-note {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .note-box {
    margin-top: 60px;
  }

  .florence-news {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }

  .main-news-title-florence {
    text-align: center;
  }

  .floating-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-sacred-heart, .section-good-samaritan {
    height: 525px;
    margin-top: -15%;
  }

  .bg-featured-gradient-home {
    margin-top: 0;
  }

  .section-impact {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slider-4 {
    height: 595px;
  }

  .right-arrow-2 {
    right: -45px;
  }

  .left-arrow-2 {
    left: -45px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-4 {
    z-index: 1;
    flex-flow: column;
    width: 100px;
    margin-left: -105px;
    display: block;
  }

  .dropdown-2 {
    flex: 0 auto;
    margin-left: 0;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .md-text.mobile {
    text-align: left;
  }

  ._3-col-data {
    grid-row-gap: 40px;
    flex-direction: column;
    width: 100%;
  }

  .data-wrapper {
    border-bottom: 1px solid #ffffff2e;
    align-items: center;
    padding-bottom: 20px;
  }

  .impact-section {
    padding-top: 56px;
  }

  .get-involved-title.center-text.give-title {
    padding-top: 20px;
  }

  .footer-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-col-left {
    width: 100%;
  }

  .footer-copy-wrapper {
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .support-section {
    padding-top: 162px;
  }

  .support-text-wrapper {
    margin-bottom: 1px;
  }

  .support-blue-gradient {
    background-image: linear-gradient(#0000, #024986 34%);
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #8b6e4c;
    width: 100%;
    margin-top: 0;
    right: 0%;
  }

  .columns {
    margin-left: 20px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    left: -3%;
  }

  .grid {
    grid-template-columns: minmax(14px, 3.5fr) minmax(178px, .25fr);
  }

  .text-block {
    display: none;
  }

  .div-block {
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
  }

  .column-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .section-2 {
    height: 395px;
  }

  .section-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
    top: 52%;
    left: 0%;
  }

  .heading {
    font-size: 22px;
  }

  .section-4 {
    object-position: 50% 50%;
    background-image: none;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-come {
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    position: static;
    bottom: -51%;
  }

  .text-project {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-2 {
    width: 265px;
    margin-left: 30px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .div-block-3, .div-block-4 {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }

  .div-block-5 {
    width: 70px;
    height: 70px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-5 {
    height: 505px;
    margin-top: -116px;
  }

  .heading-3 {
    margin-top: 15px;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
  }

  .text-block-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button {
    left: 28%;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .image-4 {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .grid-3 {
    padding-left: 19px;
  }

  .section-6 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-block-5-copy {
    width: 100%;
    padding-top: 5px;
  }

  .column-3 {
    padding-right: 0;
  }

  .div-block-8 {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }

  .heading-4-copy {
    width: 100%;
  }

  .section-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns-2 {
    padding: 20px;
  }

  .column-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-7 {
    margin-left: -35px;
    font-size: 15px;
  }

  .text-block-7-copy {
    margin-left: -35px;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    height: 172px;
    margin-top: -29px;
  }

  .heading-ra {
    margin-top: 0;
  }

  .column-6 {
    padding-bottom: 10px;
  }

  .icon {
    color: #fff;
  }

  .image-6 {
    object-fit: cover;
    width: 100px;
    height: 111px;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
  }

  .column-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .column-8 {
    padding-top: 0;
  }

  .nav-link-5 {
    display: block;
  }

  .image-7 {
    object-fit: cover;
    width: 18px;
    margin-right: 0;
  }

  .button-read {
    left: 28%;
  }

  .section-10 {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .sign {
    font-size: 18px;
  }

  .section-11 {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-9 {
    display: none;
  }

  .column-10 {
    padding-left: 20px;
    display: none;
  }

  .section-12 {
    height: 435px;
    margin-top: -15%;
  }

  .grid-4 {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .txt-menu {
    display: none;
  }

  .image-8 {
    width: 120px;
    height: 120px;
    margin-top: -10px;
  }

  .section-13 {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-9 {
    margin-left: -5px;
    margin-right: 0%;
    display: block;
  }

  .heading-rafhk {
    font-size: 22px;
  }

  .div-line {
    text-align: left;
  }

  .image-9 {
    height: 201px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .txt-date {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 60px;
    padding-right: 20px;
  }

  .grid-col-2 {
    width: 100%;
    padding-left: 19px;
  }

  .slider, .slide, .slide-2, .slide-3, .slide-4 {
    height: 155px;
  }

  .columns-5 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .html-embed-3 {
    width: 70px;
    height: 70px;
  }

  .column-12 {
    height: 325px;
    margin-bottom: 20px;
    left: 0;
  }

  .column-13 {
    height: 325px;
    margin-bottom: 20px;
  }

  .column-14 {
    height: 325px;
    left: 0;
  }

  .column-15 {
    padding-top: 20px;
    padding-right: 15px;
  }

  .navbar-2 {
    background-color: #0000;
    margin-top: -13px;
    margin-left: 80px;
    display: block;
  }

  .img-logo {
    width: 125px;
    height: 125px;
    margin-top: -61px;
    margin-right: 160px;
    display: block;
  }

  .drop-menu {
    display: none;
  }

  .menu-button-2 {
    z-index: 999999;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 15px 10px 20px;
  }

  .menu-button-2.w--open {
    background-color: #fff0;
  }

  .icon-5 {
    color: #01458b;
    margin-top: 0;
  }

  .nav-link-6 {
    margin-left: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 410px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 2px 5px #0003;
  }

  .dropdown {
    width: 100%;
    position: relative;
    left: auto;
  }

  .container-2 {
    margin-left: 0;
  }

  .nav-link-7, .nav-link-8, .nav-link-9, .dropdown-list {
    font-family: Alegreya Sans, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .dropdown-list.w--open {
    background-color: #f2f2f2;
  }

  .dropdown-toggle-2 {
    font-family: Alegreya Sans, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .dropdown-link {
    text-transform: uppercase;
    border-bottom: 1px solid #c1c1c1b0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-7 {
    width: 100%;
  }

  .heading-impact {
    width: 230px;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 22px;
    position: static;
    bottom: -51%;
  }

  .section-15 {
    height: 365px;
  }

  .div-block-12 {
    margin-top: 0%;
    padding-top: 100px;
  }

  .title-unesco {
    margin-top: 0;
  }

  .img-2021 {
    width: 485px;
    height: 201px;
    margin-top: 40px;
    margin-left: -14px;
  }

  .text-block-11 {
    font-family: Opensans-Regular, sans-serif;
  }

  .section-2022, .section-2021 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-unesco {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 -31px 34px 30px #fff;
  }

  .img-2022 {
    height: 201px;
    margin-left: 0;
  }

  .txt-2022 {
    font-size: 14px;
    display: block;
  }

  .text-block-12 {
    padding-top: 0;
    font-family: Opensans-Regular, sans-serif;
    font-size: 14px;
  }

  .section-2023 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img-2023 {
    width: 508px;
    height: 147px;
    margin-top: 40px;
    margin-left: -10px;
  }

  .columns-9 {
    margin-top: 0;
  }

  .section-header {
    height: 365px;
    margin-top: 0%;
  }

  .block-title {
    padding-top: 110px;
  }

  .section-misision {
    padding: 40px 30px;
    box-shadow: 0 -31px 34px 30px #fff;
  }

  .h2-about {
    text-align: center;
    margin-top: 0;
  }

  .section-vision {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-txt-thanks {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-header-projects {
    background-position: 30%;
    height: 365px;
    margin-top: 0%;
  }

  .text-block-16 {
    font-family: Opensans-Regular, sans-serif;
  }

  .bold-text-4 {
    font-family: Cairo, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .html-embed-5 {
    margin-bottom: -104px;
    font-size: 45px;
    top: auto;
    left: auto;
  }

  .heading-9 {
    margin-top: 0;
    font-family: Cairo, sans-serif;
    font-size: 25px;
    font-weight: 700;
  }

  .column-20 {
    padding-left: 0;
  }

  .txt-2022-tablet, .txt-2022-tablet-2 {
    font-size: 14px;
    display: none;
  }

  .text-block-17 {
    font-family: Opensans-Regular, sans-serif;
  }

  .text-block-18 {
    font-family: Opensans-Regular, sans-serif;
    display: block;
  }

  .txt-2023-tablet {
    font-family: Opensans-Regular, sans-serif;
  }

  .txt-2023-tablet-2 {
    font-family: Opensans-Regular, sans-serif;
    display: none;
  }

  .icon-clap {
    object-fit: cover;
    width: 18px;
    margin-right: 0;
  }

  .txt-email {
    display: none;
  }

  .section-header-thankyou {
    height: 365px;
    margin-top: 0%;
  }

  .heading-thankyou {
    width: 230px;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 22px;
    position: static;
    bottom: -51%;
  }

  .section-2030 {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-10 {
    width: 180px;
    height: 180px;
  }

  .image-11 {
    margin-bottom: 20px;
  }

  .txt-col-1 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .txt-col-2 {
    text-align: center;
    padding-left: 0;
  }

  .section-2031 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .image-13 {
    width: 110px;
    height: 110px;
  }

  .div-block-15 {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .div-block-16, .div-block-17 {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .text-block-20 {
    text-align: center;
    padding-top: 0;
  }

  .section-2032 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 30px 10px;
    display: flex;
  }

  .text-block-21 {
    text-align: center;
  }

  .image-14 {
    margin-top: 20px;
  }

  .text-block-22 {
    text-align: center;
  }

  .image-15 {
    height: 120px;
  }

  .section-2033 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
  }

  .txt-libros {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-23 {
    text-align: center;
  }

  .image-16 {
    width: 100%;
    height: 241px;
    margin-top: 0;
    margin-right: 0;
  }

  .column-23 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-24 {
    padding-right: 0;
  }

  .text-block-24 {
    text-align: center;
    padding-top: 30px;
  }

  .heading-10 {
    text-align: center;
    margin-top: 20px;
  }

  .image-17 {
    margin-top: 0;
  }

  .column-26 {
    padding-left: 0;
  }

  .column-27 {
    padding-right: 10px;
  }

  .img-two {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-ongoing {
    text-align: center;
  }

  .text-ongoing-2 {
    padding-top: 35px;
  }

  .column-28 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-29 {
    text-align: center;
  }

  .link-millennials {
    margin-left: 0;
  }

  .div-impact {
    flex-direction: row;
    padding-top: 10px;
  }

  .div-unesco {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .section-2034 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-2035 {
    background-size: cover;
    height: 355px;
    margin-top: -34%;
  }

  .section-2036 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-28 {
    padding-bottom: 30px;
    font-size: 20px;
  }

  .image-19, .image-20, .image-22 {
    width: 150px;
    height: 170px;
  }

  .section-2037 {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-31 {
    padding-bottom: 20px;
  }

  .link-block-9 {
    margin-top: 10px;
  }

  .div-unesco-1 {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .block-title-thankyou {
    padding-top: 110px;
  }

  .div-jeffrey {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18 {
    margin-top: 70px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-header-become {
    height: 365px;
  }

  .heading-become {
    width: 230px;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 22px;
    position: static;
    bottom: -51%;
  }

  .section-2039 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .html-embed-6 {
    margin-top: -90px;
    display: none;
  }

  .html-form {
    margin-top: 0;
    display: block;
  }

  .nav-link-10 {
    font-family: Alegreya Sans, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .div-elements {
    margin-bottom: 30px;
  }

  .div-elementos {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider-2 {
    height: 245px;
    margin-top: 10px;
  }

  .column-39 {
    padding-left: 20px;
    padding-right: 0;
  }

  .column-40 {
    display: none;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    top: 60%;
    left: 77%;
  }

  .icon-6 {
    font-size: 22px;
    font-weight: 700;
  }

  .icon-7 {
    font-size: 22px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    top: 60%;
    right: 100px;
  }

  .div-img-slide-1 {
    height: 495px;
  }

  .overlay {
    height: 536px;
  }

  .main-heading {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .contenedor-circulos {
    display: none;
  }

  .div-block-23 {
    margin-left: 0%;
    display: none;
  }

  .bloque-top-bar {
    display: none;
  }

  .section-board {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-board-of-trustees {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .div-board {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .txt-board {
    text-align: center;
  }

  .div-staff-2 {
    margin-right: 0;
  }

  .div-header {
    align-self: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-pontifical-scholarships {
    background-position: 30%;
    height: 365px;
    margin-top: 0%;
  }

  .section-content, .section-courses {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subtitle-courses-h2 {
    margin-top: 0;
    padding-top: 0;
  }

  .section-school, .section-pontifical {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list {
    padding-left: 20px;
  }

  .dropdown-link-4 {
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-ph, .section-postgrad {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-copy {
    padding-left: 20px;
  }

  .section-hopes {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-0ne {
    padding-left: 20px;
  }

  .column-42 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    height: 410px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-43, .col-02-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .txt-box-2 {
    font-family: Opensans-Regular, sans-serif;
  }

  .col-block-txt {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .col-03-img {
    background-position: 0 0, 76%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .col-3-3 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    height: 265px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-legacy, .section-sacred {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-scholarships-copy, .section-pontifical-fund {
    background-position: 30%;
    height: 365px;
    margin-top: 0%;
  }

  .section-header-how {
    height: 365px;
    margin-top: 0%;
  }

  .heading-how {
    width: 230px;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 22px;
    position: static;
    bottom: -51%;
  }

  .div-ways-2 {
    flex-direction: column;
    margin-left: 0;
  }

  .section-2043 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .txt-learn-description, .text-block-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-volunteer-how {
    flex-direction: column;
    width: 280px;
    height: 500px;
  }

  .div-how-get {
    width: 280px;
    height: 360px;
  }

  .div-partner {
    width: 280px;
    height: 320px;
  }

  .div-learn-how {
    flex-direction: column;
    width: 280px;
    height: 360px;
  }

  .div-ways {
    flex-direction: column;
    margin-left: 0;
  }

  .txt-principal-how {
    font-family: Cairo, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .section-darius {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 -31px 34px 30px #fff;
  }

  .image-26 {
    margin-top: 0;
  }

  .section-phrase, .section-four, .section-sacerdos, .section-fathergonzalo, .section-faculty {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 -31px 34px 30px #fff;
  }

  .img-joseph {
    margin-bottom: 20px;
  }

  .section-annual, .section-testimonials, .section-testimonials-1 {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 -31px 34px 30px #fff;
  }

  .topbar {
    display: none;
  }

  .middleheader {
    border-top: 5px solid #fff;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .brand-logo {
    width: 95px;
    height: 95px;
    margin-top: -10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-regina {
    flex: 1;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 26px;
    display: none;
  }

  .nav-menu-3 {
    background-color: #f2f2f2;
  }

  .new-menu {
    background-color: #014b98;
  }

  .txt-item-top {
    display: none;
  }

  .img-icon-clap, .imgcontact {
    object-fit: cover;
    width: 18px;
    margin-right: 0;
  }

  .navbar-initial {
    display: none;
  }

  .icon-8 {
    color: #1e5997;
  }

  .menu-button-3, .menu-button-3.w--open, .navmovil {
    background-color: #f2f2f2;
  }

  .section-partnerships-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-partnerships {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    position: static;
    bottom: -51%;
  }

  .div-block-10, .div-block-25 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .txt-schorlaships {
    padding-bottom: 20px;
    font-family: Opensans-Regular, sans-serif;
  }

  .section-general-principles {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-unesco-2 {
    margin-top: 0;
  }

  .partnerships-header {
    height: 345px;
    margin-top: 0%;
  }

  .div-block-26 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .block-ethical {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .section-ethical {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-unesco-3 {
    margin-top: 0;
  }

  .div-block-27, .div-block-28 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .section-strategic {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img-catholic {
    width: 110px;
    height: 110px;
  }

  .div-impact-2 {
    flex-direction: column;
    padding-top: 10px;
  }

  .div-unesco-1-2, .div-florencia {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-28 {
    width: 110px;
    height: 110px;
  }

  .dibv-ateneo-2-2 {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .section-logos {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-29 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .section-brand, .section-brand-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-30 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .section-getintouch {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blue-button.news.btn-testimonials {
    display: block;
  }

  .menu-block-wrapper {
    height: 100vh;
    padding-left: 5vw;
  }

  .main-menu-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
  }

  .logo {
    background-size: 150px;
    flex: none;
    align-self: center;
    width: 350px;
    max-width: 200px;
    height: 170px;
  }

  .logo.w--current {
    background-size: 90px;
    width: 97px;
    height: 147px;
  }

  .page-title {
    text-align: left;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    font-weight: 400;
  }

  .about-section {
    padding-bottom: 20px;
  }

  .gradient-title {
    font-size: 30px;
    line-height: 30px;
  }

  .md-text.white-text.center-text {
    text-align: center;
    margin: 45px 12px;
  }

  .md-text.center-text.white-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md-text.right-text, .md-text.left-text {
    text-align: center;
  }

  .md-text.mobile, .md-text.txt-left {
    text-align: left;
  }

  .md-text.txt-left.left-text {
    line-height: 22px;
  }

  .md-text.txt-testimonio {
    margin-bottom: 10px;
  }

  .md-text.txt-space.top-text {
    margin-top: 25px;
  }

  .md-text.txt-space.txt-about {
    padding-top: 20px;
    padding-right: 0;
  }

  .data-section {
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bg-text.white-text {
    font-size: 18px;
    line-height: 21px;
  }

  .d-num-students.center-text {
    font-size: 30px;
    line-height: 30px;
  }

  .circle-wrapper {
    width: 35vw;
    height: 35vw;
  }

  .d-continent.center-text {
    font-size: 20px;
    line-height: 20px;
  }

  .d-desc-students-2.center-text {
    font-size: 16px;
    line-height: 16px;
  }

  .impact-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .white-title {
    margin-top: 122px;
    font-size: 30px;
    line-height: 33px;
  }

  .impact-desc-wrapper.center-text {
    height: 250px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .get-involved-text-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .pray-title.center-text {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 33px;
  }

  ._2-col-wrapper.box-escritorio {
    display: none;
  }

  .pray-block {
    background-size: cover;
    border-radius: 11px;
    flex-direction: column;
  }

  .get-involved-title.right-text.pray-title {
    text-align: center;
    text-shadow: 1px 1px #fff;
  }

  .get-involved-title.left-text.learn-title {
    text-align: center;
  }

  .get-involved-title.center-text.give-title {
    margin-top: 20px;
  }

  .pray-txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pray-gradient-bg {
    background-image: linear-gradient(to top, #0000, #ffffffab 42%);
    display: block;
  }

  .learn-block {
    background-size: cover;
    border-radius: 11px;
    flex-direction: column;
  }

  .learn-gradient {
    background-image: linear-gradient(to top, #fff 58%, #0000);
  }

  .learn-txt {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .capital-gifts-block.btn-wrapper-left {
    align-items: center;
  }

  .give-txt-options {
    flex: 1;
  }

  .gold-button.highlight {
    margin-top: 0;
  }

  .gold-button.highlight.btn-escritorio {
    display: none;
  }

  .news-section {
    padding-right: 5vw;
    display: none;
  }

  .main-news-image {
    border-radius: 11px;
  }

  .about-text-wrapper {
    margin-bottom: 79px;
  }

  .hf-intention-section {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .hf-intention-wrapper {
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding-bottom: 28px;
    display: flex;
  }

  .hf-image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hfi-title {
    text-align: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hfi-desc {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hfu-link {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-col-left {
    align-items: center;
    height: 425px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    flex-direction: column;
  }

  .page-title-footer {
    text-align: center;
  }

  .image-29 {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
  }

  .footer-address {
    text-align: center;
    padding-bottom: 10px;
  }

  .footer-email {
    text-align: center;
    align-self: center;
    font-weight: 300;
  }

  .footer-links-wrapper {
    margin-left: 0;
  }

  .footer-copy-wrapper {
    text-align: center;
    align-items: center;
    margin-left: 0;
  }

  .div-block-35 {
    flex: none;
  }

  .txt-menu-footer {
    font-size: 17px;
    line-height: 19px;
  }

  .text-block-44, .link-7 {
    text-align: center;
  }

  .menu-mobile {
    background-color: #6c91bfd1;
    flex: 0 auto;
    margin-left: 9px;
  }

  .menu-mobile-icon {
    text-align: center;
    width: 30px;
  }

  .raf-scholarships-form {
    flex-direction: column;
  }

  .body-3 {
    background-color: #6c91bfab;
  }

  .section-pages {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rafus-mega-menu, .pages-title-h1 {
    display: none;
  }

  .section-page-content, .section-page-content-partner, .section-page-content-impact, .section-page-content-how {
    padding-left: 30px;
    padding-right: 30px;
  }

  .support-section {
    padding: 297px 10px 2px;
  }

  .support-blue-gradient {
    background-image: linear-gradient(#0000, #024986 27%);
  }

  .section-page-content-scholarships {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img-papa {
    margin-top: 10px;
  }

  .section-staff, .section-page-content-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blue-button-get-in-touch {
    display: block;
  }

  .gradient-title-general {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .section-scholarship-recipients-1 {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .box-recipients {
    flex-wrap: nowrap;
    flex: 0 auto;
    align-content: space-around;
    align-self: center;
    width: 100%;
  }

  .bz {
    display: block;
  }

  .section-scholarship-recipients-2 {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-item-2 {
    justify-content: center;
    width: 100%;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .box-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .box-testimonios {
    width: 100%;
  }

  .box-recipient {
    width: 275px;
  }

  .sacred-heart-scholarships, .perpetual-succour, .farell-family-foundation, .knights-of-columbus {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-list-2 {
    width: 100%;
  }

  .collection-list-wrapper-6 {
    display: none;
  }

  .footeradress {
    text-align: center;
    flex-direction: column;
  }

  .div-scholarship {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-bottom: 0;
  }

  .img-sacred-heart, .img-good-samaritan {
    margin-top: 10px;
  }

  .div-btn-center {
    justify-content: flex-start;
    padding-top: 30px;
  }

  .h2-catholic-title {
    text-align: center;
    margin-top: 0;
  }

  .div-catholic-txt {
    flex-direction: column;
  }

  .div-img-catholic {
    padding-left: 0;
  }

  .image-36 {
    object-fit: contain;
    background-color: #f2f2f200;
    margin-top: 0;
  }

  .section-catholic-world {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-37 {
    margin-left: 0;
  }

  .section-funds-of-ukraine {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-father {
    flex-direction: column;
    margin-left: 0;
    padding-bottom: 10px;
  }

  .div-funds {
    flex-direction: column;
    margin-left: 0;
  }

  .img-raising {
    margin-bottom: 30px;
  }

  .section-florence-leader {
    padding-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .img-catholic-world {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 30px;
  }

  ._2-col-wrapper-note {
    margin-left: 0;
  }

  .div-team {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .florence-news {
    width: 100%;
    margin-top: 25px;
  }

  .main-news-image--florence {
    border-radius: 11px;
  }

  .sectionpontifical {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-pontificalscholarship {
    flex-direction: column;
    margin-left: 0;
  }

  .sectionsacredheart {
    padding-left: 25px;
    padding-right: 25px;
  }

  .img-normal {
    margin-top: 0;
    margin-left: 0;
  }

  .sectiongoodsamaritan {
    padding-left: 25px;
    padding-right: 25px;
  }

  .txt-support {
    text-shadow: 0 1px 1px #0003;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .section-pages-the-perpetual {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-sacred-heart, .section-good-samaritan {
    background-position: 30%;
    height: 365px;
    margin-top: 0%;
  }

  .div-iconos-endowment-fund {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-iconos-endowment-fund.first-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-content.one, .icon-content.three {
    width: 205px;
    height: 205px;
    transform: none;
  }

  .icon-content.two {
    transform: none;
  }

  .div-botones-donate {
    flex-flow: column;
    padding-top: 20px;
  }

  .section-second-color {
    padding: 40px 30px;
  }

  .section-white {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-content-mission.one, .icon-content-mission.three {
    width: 205px;
    height: 205px;
    transform: none;
  }

  .icon-content-mission.two {
    transform: none;
  }

  .icon-content-mission.three-mission {
    width: 205px;
    height: 205px;
    transform: none;
  }

  .section-pages-vision {
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-impact {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-4 {
    display: none;
  }

  .contenedor-expertos {
    flex-flow: column;
  }

  .con-1.one {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .con-1.opt-3, .section-2046 {
    margin-top: 0;
  }

  .grid-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: grid;
  }

  .img-logos {
    width: 100%;
  }

  .slide-nav-5 {
    display: none;
  }

  .slider-5 {
    background-color: #fff;
    margin-bottom: 30px;
    display: block;
  }

  .icon-11, .icon-12 {
    color: #024986;
    font-size: 30px;
  }

  .slide-18, .slide-19 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .box-support {
    flex-flow: column;
  }

  .box-type-of-support {
    width: 100%;
  }

  .menu-button-4 {
    margin-left: 0;
    padding: 10px;
  }
}

#w-node-cf7900d8-b5dc-8350-3ca7-454f465b85d2-d4231384, #w-node-f7bc4fc2-1c73-3f3b-5385-94f8b19ae2c3-d4231384 {
  place-self: auto;
}


@font-face {
  font-family: 'Opensans Light';
  src: url('../fonts/opensans-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-Regular';
  src: url('../fonts/opensans-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/opensans-bold.woff') format('woff'), url('../fonts/opensans-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajan Pro';
  src: url('../fonts/trajan-pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajanpro 3';
  src: url('../fonts/trajanpro3black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajanpro 3';
  src: url('../fonts/trajanpro3semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajanpro 3';
  src: url('../fonts/trajanpro3extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajanpro 3';
  src: url('../fonts/trajanpro3bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajanpro 3';
  src: url('../fonts/trajanpro3regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajanpro 3';
  src: url('../fonts/trajanpro3light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajanpro';
  src: url('../fonts/trajanpro-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}