:root {
  --dark-blue: #4c6a92;
  --ac-color: #880728;
}

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

@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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

a {
  color: #272727;
  text-decoration: none;
}

.header {
  z-index: 100;
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 200px;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.logo {
  background-image: url('../images/logo-asepur.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 180px;
  margin: -6px 40px -6px 75px;
  padding-right: 0;
}

.menu-button {
  flex: 0 auto;
  padding: 0 0 0 1.5rem;
}

.menu-icon {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 2rem;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 33px;
  display: flex;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 90vh;
  margin-top: -202px;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.right-image {
  background-image: url('../images/hero-bg-1.png');
  background-position: 50%;
  background-size: cover;
}

.right-image.quienessomos {
  background-image: url('../images/quienes-somos.png');
}

.right-image.acuerdos {
  background-image: url('../images/acuerdos-colaborativos.png');
}

.right-image.galeria {
  background-image: url('../images/Galeria.png');
}

.right-image.contacto {
  background-image: url('../images/Contacto.png');
}

.cta {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  height: 214px;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.bold-text {
  font-size: 32px;
  line-height: 44px;
}

.highlighttext {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 63px;
  padding-left: 37px;
  padding-right: 37px;
  display: flex;
}

.body {
  color: #8f8f8f;
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  font-size: 26px;
  line-height: 30px;
}

.text-block {
  color: var(--ac-color);
  text-align: center;
  width: 665px;
  font-size: 52px;
  line-height: 60px;
}

.button {
  background-color: var(--dark-blue);
  text-align: center;
  width: 185px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.button.white {
  color: var(--dark-blue);
  background-color: #fff;
  font-weight: 700;
}

.button.membresia {
  margin-top: auto;
  font-family: Montserrat, sans-serif;
}

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

.section {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  display: grid;
}

.blue-rectangles {
  background-color: var(--dark-blue);
  color: var(--dark-blue);
  width: 340px;
  height: 340px;
}

.why {
  background-image: linear-gradient(#5391db78, #5391db78), url('../images/why.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  max-height: 600px;
  display: flex;
}

.footertop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footerbottom {
  background-color: var(--dark-blue);
  color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-top: 14px;
  padding-left: 19px;
  padding-right: 19px;
  line-height: 14px;
  display: flex;
}

.footerleftwarpper {
  flex-direction: column;
  align-items: center;
  margin-left: 21px;
  margin-right: 21px;
  display: flex;
}

.image-2 {
  max-width: none;
}

.footer {
  color: var(--dark-blue);
  text-align: center;
}

.footericon {
  background-image: url('../images/icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  min-height: 100px;
}

.bold-text-3 {
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

.footerrightwrapper {
  padding-left: 18px;
  padding-right: 18px;
}

.paragraph-2 {
  color: #fff;
}

.bold-text-4 {
  font-size: 20px;
  line-height: 20px;
}

.facebookicon {
  background-image: url('../images/facebook.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
}

.twittericon {
  background-image: url('../images/twitter.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  margin-left: 12px;
  margin-right: 12px;
}

.div-block-9 {
  justify-content: flex-end;
  display: flex;
}

.heading, .paragraph-3 {
  color: #fff;
}

.container {
  text-align: center;
}

.bold-text-5 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.innerimage {
  background-image: url('../images/fp1.png');
  background-position: 50%;
  background-size: 350px;
  width: 340px;
  height: 340px;
  transform: translate(12px, -7px);
}

.innerimage.noticias {
  background-image: url('../images/fp2.png');
}

.innerimage.vision {
  background-image: url('../images/fp3.png');
}

.bold-text-6 {
  color: var(--dark-blue);
  font-size: 23px;
  line-height: 23px;
}

.cubetexts {
  text-align: center;
  margin-top: 27px;
  margin-bottom: 27px;
}

.buttonwrapper {
  background-color: var(--dark-blue);
  color: var(--dark-blue);
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 18px;
  display: flex;
}

.bold-text-8 {
  color: var(--ac-color);
  font-family: Montserrat, sans-serif;
}

.link-block {
  width: 100px;
  height: 50px;
}

.section-2 {
  z-index: 101;
  background-color: var(--dark-blue);
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.fullscreenmenu {
  z-index: 101;
  background-color: var(--dark-blue);
  background-image: linear-gradient(#5391db78, #5391db78), url('../images/why.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menuitem {
  color: #fff;
  font-size: 50px;
  line-height: 37px;
}

.menuitem:hover {
  text-decoration: underline;
}

.menuitem:focus {
  text-decoration: none;
}

.closebutton {
  z-index: 101;
  background-image: url('../images/close-icon.png');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 22px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.white-content {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.container-3 {
  max-width: 980px;
  padding: 31px 16px;
}

.blue-content {
  background-color: var(--dark-blue);
}

.black-content {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.div-block-10 {
  background-image: url('../images/hernandez.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 274px;
  height: 274px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 274px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.picture {
  background-image: url('../images/widalys.png');
  background-position: 50%;
  background-size: cover;
  width: 210px;
  height: 210px;
}

.picture.romano {
  background-image: url('../images/cenia.png');
}

.paragraph-4 {
  color: var(--dark-blue);
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  line-height: 16px;
}

.bold-text-9 {
  font-size: 16px;
  line-height: 26px;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.individualicon {
  background-image: url('../images/invidual.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 210px;
}

.individualicon.romano {
  background-image: url('../images/romano.png');
}

.groupicon {
  background-image: url('../images/group.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 210px;
}

.groupicon.romano {
  background-image: url('../images/romano.png');
}

.heading-3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 31px;
}

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

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  display: grid;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-15 {
  background-image: url('../images/ssh.png');
  background-position: 50%;
  background-size: cover;
  height: 120px;
}

.flasic {
  background-image: url('../images/flasic.png');
  background-position: 50%;
  background-size: cover;
  height: 120px;
}

.soon {
  color: #1d1645;
  text-align: center;
  font-size: 52px;
  line-height: 60px;
}

.rich-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.bold-text-10, .heading-5 {
  font-family: Montserrat, sans-serif;
}

.container-5 {
  display: flex;
}

.div-block-16 {
  padding-left: 16px;
}

.newimage {
  background-image: url('../images/widalys.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.newimage.taller {
  background-image: url('../images/Atenas-Educadores-octubre-1.png');
  background-position: 0%;
  background-size: contain;
  width: 94%;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/widalys.jpg');
  background-position: 50%;
  background-size: cover;
  width: 630px;
  min-height: 600px;
}

.div-block-18 {
  background-image: url('../images/Atenas-Educadores-octubre-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  min-height: 600px;
}

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

.contentnews {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.link-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
}

.link-block-10.w--current {
  width: 200px;
  height: 200px;
}

.acuerdosblock {
  width: auto;
  max-width: 400px;
}

.div-block-19 {
  width: 300px;
}

.mainbody {
  color: #8f8f8f;
  font-family: Montserrat, sans-serif;
}

.logolink {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
}

.logolink.w--current {
  width: 200px;
  height: 200px;
}

.mainheader {
  z-index: 100;
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.sidebutton {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 33px;
  display: flex;
}

.menuicon {
  width: 100px;
  height: 50px;
}

.html-embed {
  width: 100%;
}

.div-block-20 {
  min-width: 151px;
}

.gallerywrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-width: 350px;
  max-width: 1100px;
  height: 230px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.paragraph-5 {
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
}

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

.link-block-11 {
  color: #3d3d3d;
  text-transform: none;
  text-decoration: none;
}

.lightbox-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  width: 100%;
  height: 350px;
}

.heading-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.bold-text-3-copy {
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

.publicaciones {
  color: #070707;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
}

.link {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-link {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 29px;
}

.text-link.arrow-after {
  font-size: 18px;
}

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

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.gallerythumb {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 200px;
}

.gallerythumb._8 {
  background-image: url('../images/8.jpeg');
  background-position: 50%;
  height: 250px;
}

.gallerythumb._7 {
  background-image: url('../images/7.jpg');
  background-position: 50% 0;
  height: 250px;
}

.gallerythumb._6 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
}

.gallerythumb._5 {
  background-image: url('../images/5.jpg');
  background-position: 50% 0;
}

.gallerythumb._4 {
  background-image: url('../images/4.jpg');
}

.gallerythumb._3 {
  background-image: url('../images/3.jpg');
}

.gallerythumb._2 {
  background-image: url('../images/2.jpg');
}

.gallerythumb._1 {
  background-image: url('../images/1.jpg');
}

.gallerytitle {
  color: #000;
  text-align: center;
  font-weight: 700;
}

.gallerygrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.separator {
  background-color: #4c6a92;
  width: 100%;
  height: 3px;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .hero {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: auto;
    display: grid;
  }

  .right-image {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-bottom: 75px;
  }

  .cta {
    flex-direction: row;
  }

  .bold-text {
    font-size: 20px;
    line-height: 27px;
  }

  .highlighttext {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .bold-text-2 {
    font-size: 24px;
  }

  .section {
    flex-direction: column;
    height: auto;
    padding-top: 49px;
    padding-bottom: 49px;
    display: flex;
  }

  .div-block-8 {
    flex-direction: column;
    display: flex;
  }

  .why {
    padding-left: 78px;
    padding-right: 78px;
  }

  .bold-text-4 {
    font-size: 15px;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 18px;
  }

  .bold-text-5 {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 44px;
  }

  .bold-text-7 {
    font-size: 34px;
  }

  .menuitem {
    font-size: 43px;
    line-height: 70px;
  }

  .contentnews {
    grid-template-columns: 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    background-size: contain;
    width: 196px;
    margin-left: -14px;
    margin-right: -14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hero {
    height: auto;
    margin-top: auto;
  }

  .right-image {
    height: 450px;
  }

  .highlighttext {
    padding: 0;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 0;
  }

  .text-block {
    width: auto;
    line-height: 42px;
  }

  .herotextwrapper {
    margin-bottom: 25px;
  }

  .section {
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-8 {
    display: block;
  }

  .footerleftwarpper {
    flex-direction: column;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 51px;
  }

  .bold-text-4 {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-3 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .bold-text-8 {
    font-size: 42px;
    line-height: 0;
  }

  .container-2 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .soon {
    width: auto;
    line-height: 42px;
  }

  .gallerywrapper {
    min-width: 523px;
  }

  .collection-list, .gallerygrid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header {
    min-height: auto;
  }

  .logo {
    background-size: contain;
    width: 156px;
    margin-top: -47px;
    margin-left: -10px;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .hero {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: auto;
    padding-bottom: 12px;
    display: grid;
  }

  .right-image {
    height: 400px;
  }

  .cta {
    padding-left: 19px;
    padding-right: 19px;
  }

  .bold-text {
    font-size: 14px;
  }

  .highlighttext {
    flex-direction: column;
    padding-top: 0;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block {
    width: auto;
    line-height: 41px;
  }

  .herotextwrapper {
    flex-direction: column;
    margin-bottom: auto;
    padding: 8px;
  }

  .section {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .div-block-8 {
    display: flex;
  }

  .why {
    height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footerleftwarpper {
    flex-direction: column;
  }

  .footer {
    text-align: center;
  }

  .bold-text-3 {
    text-align: center;
    font-size: 14px;
  }

  .bold-text-4 {
    font-size: 11px;
  }

  .paragraph-3 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .container {
    flex-direction: column;
    padding: 45px 23px;
    display: block;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .cubetexts {
    font-size: 8px;
    line-height: 18px;
  }

  .heading-2 {
    text-align: center;
    margin-top: -5px;
    margin-bottom: -5px;
    line-height: 19px;
  }

  .buttonwrapper {
    width: 75px;
    height: 75px;
  }

  .bold-text-7 {
    font-size: 25px;
  }

  .bold-text-8 {
    font-size: 30px;
    line-height: 36px;
  }

  .link-block {
    align-items: center;
    display: flex;
  }

  .menuitem {
    font-size: 22px;
    line-height: 32px;
  }

  .black-content {
    color: #000;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .container-4 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .soon {
    width: auto;
    line-height: 0;
  }

  .heading-4 {
    font-size: 12px;
    line-height: 28px;
  }

  .container-6 {
    display: block;
  }

  .div-block-17 {
    width: 300px;
    height: 300px;
    min-height: 440px;
    max-height: none;
  }

  .div-block-18 {
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    min-height: 381px;
  }

  .contentnews {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
  }

  .acuerdosblock {
    padding: 17px;
  }

  .logolink.w--current {
    height: 158px;
    margin-top: 16px;
  }

  .mainheader {
    min-height: auto;
  }

  .menuicon {
    align-items: center;
    display: flex;
  }

  .bold-text-11 {
    font-size: 32px;
  }

  .div-block-20 {
    flex-direction: column;
    display: flex;
  }

  .bold-text-12 {
    font-size: 42px;
    line-height: 39px;
  }

  .gallerywrapper {
    width: 402px;
    min-width: auto;
    max-width: none;
  }

  .link-block-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 424px;
    display: flex;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 21px;
  }

  .bold-text-3-copy {
    text-align: center;
    font-size: 14px;
  }

  .footeradd {
    color: var(--dark-blue);
  }

  .bold-text-13 {
    text-decoration: none;
  }

  .gallerygrid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-c2305074-48c5-0159-899a-ae405decead2-4d997663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1209c602-6695-2fc6-2049-5367eccba40f-4d997663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eb088383-2991-910a-8849-a494d53188c1-4d997663, #w-node-d6688362-1afe-2810-97bd-12e8cbe96674-4d997663, #w-node-bb1efbc6-cbb5-9a3f-304f-a29a957a02c7-4d997663, #w-node-b6fef818-bfb6-c8d5-e5c4-42ff9e8698e3-4d997663, #w-node-_17f3d4c9-9a4f-bfbb-1747-be72b0133a03-4d997663, #w-node-_45079677-e12d-0a2e-a3b9-6684604dcb6b-4d997663, #w-node-_370e7250-8c5a-615e-98e0-3c694391d4ef-4d997663, #w-node-_689acbe1-8959-bfa7-1ab2-867aea2ac988-4d997663, #w-node-_9a6a0271-22e9-2eeb-f31b-769c237ec774-7090ba56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a6a0271-22e9-2eeb-f31b-769c237ec77b-7090ba56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_2a30d137-c680-17b9-6c99-370edc4a49f3-dc4a49f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83b6c012-daa2-b533-790c-554f40de45a6-a6bd216c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1bda5f0a-4847-00f3-6372-b1d28be5f931-a6bd216c, #w-node-_60526556-019f-4712-75f7-ab3501a2a295-a6bd216c {
  place-self: center start;
}

#w-node-_83b6c012-daa2-b533-790c-554f40de45a6-9b40a135 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_60526556-019f-4712-75f7-ab3501a2a295-9b40a135, #w-node-_1bda5f0a-4847-00f3-6372-b1d28be5f931-9b40a135 {
  place-self: center start;
}

#w-node-_83b6c012-daa2-b533-790c-554f40de45a6-069a4dfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_590a8415-0441-fa15-2097-537fc416f3ed-069a4dfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83b6c012-daa2-b533-790c-554f40de45a6-662d366f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_55dddbbf-c72f-0733-20d0-8a29190f0e96-662d366f, #w-node-_7d3666c8-9666-c320-ddfc-3a7292a80c8e-662d366f, #w-node-c74fcc5d-16a0-d98a-3ebf-478dd67ecfd6-662d366f, #w-node-_9b138b1d-c6ed-eb42-acf2-2ea09bf9f88b-662d366f, #w-node-_181bf88a-7e76-eae3-55ee-a7e7bd12ab73-662d366f, #w-node-_181bf88a-7e76-eae3-55ee-a7e7bd12ab74-662d366f, #w-node-_181bf88a-7e76-eae3-55ee-a7e7bd12ab75-662d366f, #w-node-_81ce580f-c924-8dff-92a1-ac26ad63a71d-662d366f, #w-node-_81ce580f-c924-8dff-92a1-ac26ad63a71e-662d366f, #w-node-_81ce580f-c924-8dff-92a1-ac26ad63a71f-662d366f, #w-node-_6d58191a-8928-5edd-bfdb-391d6e1ce386-662d366f, #w-node-_6d58191a-8928-5edd-bfdb-391d6e1ce387-662d366f, #w-node-_6d58191a-8928-5edd-bfdb-391d6e1ce388-662d366f, #w-node-d5d9af9a-9920-d811-c90c-8103edda37c6-662d366f, #w-node-d5d9af9a-9920-d811-c90c-8103edda37c7-662d366f, #w-node-d5d9af9a-9920-d811-c90c-8103edda37c8-662d366f, #w-node-_1bdba777-3826-7518-4cbc-59291ad95a7b-662d366f, #w-node-_1bdba777-3826-7518-4cbc-59291ad95a7c-662d366f, #w-node-_1bdba777-3826-7518-4cbc-59291ad95a7d-662d366f, #w-node-_3a308825-28c9-79a7-1dda-6da3dffaf538-662d366f, #w-node-_3a308825-28c9-79a7-1dda-6da3dffaf539-662d366f, #w-node-_3a308825-28c9-79a7-1dda-6da3dffaf53a-662d366f, #w-node-_43ccba98-7b67-bd4f-5e1f-86570f08c47d-662d366f, #w-node-_43ccba98-7b67-bd4f-5e1f-86570f08c47e-662d366f, #w-node-_43ccba98-7b67-bd4f-5e1f-86570f08c47f-662d366f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83b6c012-daa2-b533-790c-554f40de45a6-ea50602b, #w-node-_83b6c012-daa2-b533-790c-554f40de45a6-8f1f4770 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_90206ec4-8f90-32f5-11d5-d0e8214ac5e3-8f1f4770 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83b6c012-daa2-b533-790c-554f40de45a6-a1324960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c833c6ee-58f5-3a70-048f-1f5b83feedca-4d997663, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-a6bd216c, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-9b40a135, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-069a4dfd, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-662d366f, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-ea50602b, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-8f1f4770, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-a1324960 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c833c6ee-58f5-3a70-048f-1f5b83feedca-4d997663, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-a6bd216c, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-9b40a135, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-069a4dfd, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-662d366f, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-ea50602b, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-8f1f4770, #w-node-_83b6c012-daa2-b533-790c-554f40de45b0-a1324960 {
    order: -9999;
  }
}


