:root {
  --black: black;
  --white: white;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  float: none;
  color: #1a1b1f;
  margin-bottom: 5px;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  padding-top: 0;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 0;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: #0000;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 0;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  margin-top: 0;
}

.section.cc-store-home-wrap {
  margin-top: 570px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b9a615;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #fff;
  margin-right: 70px;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
}

.heading-jumbo {
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 62px;
  display: flex;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  margin-left: 44px;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  margin-left: 68px;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 5px 50px 6px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  margin-left: 111px;
  padding-left: 0;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  margin-top: -119px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.ok {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-top: 523px;
  margin-bottom: 100px;
  display: flex;
}

.ok.head-prim {
  color: #fff;
  background-color: #000;
  background-image: url('../images/1_1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 150px;
  margin-top: 59px;
  margin-bottom: 0;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  background-color: #0000000a;
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 300px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr .75fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: .75fr 1fr;
  grid-template-areas: ". .";
  margin-bottom: 0;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.nav-link {
  font-size: 12px;
}

.nav-link:hover {
  background-color: #bdbcbc;
}

.cards-section {
  padding-top: 0;
  padding-bottom: 0;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  background-image: url('../images/CAM-FONDO-SERVICIOS.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  border-radius: 10px;
  padding-bottom: 0;
  box-shadow: 3px 3px 10px #000;
}

.slide {
  height: 0;
  margin-top: 73px;
}

.mask {
  height: 0;
}

.slider, .slider-2, .slider-3 {
  height: 500px;
}

.slide-1 {
  background-image: url('../images/CAM-Inscripciones-Abiertas.png');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
}

.slide-1.additional-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/IMG_2057.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: 125px, cover;
}

.slider-4 {
  height: 550px;
}

.heading {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #ffc002b3;
  border-radius: 18px;
  margin-top: 11px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  display: block;
  overflow: visible;
}

.text-block {
  color: #fff;
  text-align: center;
  background-color: #7e7b7b8a;
  border-radius: 10px;
  margin-top: 341px;
  font-size: 19px;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: 30px;
  margin-left: 347px;
  padding-left: 35px;
  padding-right: 35px;
  display: inline-block;
}

.body {
  height: auto;
  min-height: 0;
}

.footer {
  text-align: center;
  background-color: #00000005;
  background-image: url('../images/academia-opacidad.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.heading-2 {
  margin-top: -164px;
}

.paragraph {
  margin-top: 0;
  padding-top: 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}

.paragraph-2 {
  margin-bottom: 19px;
  padding-top: 50px;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.heading-8 {
  text-align: center;
  margin-left: 25px;
  padding-left: 0;
}

.slide-2 {
  background-image: url('../images/cam-ok2.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/cam-ok3.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/cam-ok4.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
}

.button-3 {
  color: var(--black);
  text-align: center;
  background-color: #ffffffa3;
  border: 1px dashed #ff9812;
  border-radius: 11px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  font-size: 12px;
  display: inline-block;
}

.button-4 {
  background-color: #9c9ea0;
}

.image-3 {
  margin-left: 394px;
  margin-right: 0;
  display: block;
}

.container-2 {
  background-color: #fd8686;
  border-radius: 20px;
  justify-content: center;
  margin-top: 440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.container-3 {
  margin-top: 10px;
}

.image-4 {
  margin-left: 427px;
  padding-left: 0;
}

.cards-section-2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-9 {
  text-align: left;
  margin-top: 0;
}

.heading-10 {
  text-align: center;
  text-transform: none;
  margin-top: 25px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-11 {
  margin-top: 20px;
  margin-bottom: -2px;
  padding-left: 10px;
  font-size: 25px;
}

.heading-12 {
  padding-left: 10px;
  font-size: 25px;
}

.heading-13 {
  text-align: left;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-3 {
  text-align: justify;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 13px;
}

.paragraph-4 {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}

.button-5 {
  text-align: center;
  margin-top: -13px;
  margin-left: 164px;
}

.button-6, .button-7 {
  margin-left: 75px;
}

.button-8 {
  margin-top: 52px;
  margin-left: 196px;
}

.paragraph-5 {
  text-align: justify;
  margin-top: -5px;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 13px;
}

.paragraph-6 {
  text-align: justify;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}

.footer-2 {
  text-align: center;
  background-color: #00000005;
  background-image: url('../images/academia-opacidad.png');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
  position: static;
}

.footer-heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.div-block, .div-block-2 {
  background-color: #0000000d;
  box-shadow: 3px 3px 10px #000;
}

.button-9 {
  margin-top: 9px;
  margin-left: 10px;
}

.image-5 {
  margin-left: 422px;
}

.image-6 {
  border-radius: 10px;
  box-shadow: 3px 3px 10px #000;
}

.text-pie {
  text-align: justify;
  white-space: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.footer-3 {
  text-align: center;
  background-color: #00000005;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.image-7 {
  margin-left: 421px;
}

.footer-4 {
  text-align: center;
  background-color: #00000005;
  background-image: url('../images/academia-opacidad.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 40px;
  position: relative;
}

.image-8 {
  text-align: center;
  margin-left: 421px;
}

.paragraph-7, .paragraph-8 {
  text-align: justify;
}

.paragraph-9 {
  color: #000;
  text-align: justify;
  font-weight: 400;
}

.footer-5 {
  text-align: center;
  background-color: #00000005;
  background-image: url('../images/academia-opacidad.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-6 {
  text-align: center;
  background-color: #00000005;
  background-image: url('../images/academia-opacidad.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  margin-top: 32px;
  padding-top: 0;
  padding-bottom: 40px;
}

.div-block-4 {
  background-image: url('../images/IMG_1511.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-10 {
  background-color: #002292c4;
  margin-top: 129px;
  padding-right: 10px;
  display: block;
}

.button-10:hover {
  background-color: #4665ccc4;
  box-shadow: 4px 4px 3px #000;
}

.grid-2 {
  grid-template-rows: 100px 100px 100px 100px;
  grid-auto-rows: 200px;
}

.button-11 {
  background-color: #002292c4;
  margin-top: 111px;
  display: block;
}

.button-11:hover {
  background-color: #4665cc;
  box-shadow: 4px 4px 3px #000;
}

.div-block-5 {
  background-image: url('../images/IMG_2057.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-12 {
  background-color: #002292c4;
  margin-top: 110px;
  display: block;
}

.button-12:hover {
  background-color: #4665cc;
  box-shadow: 4px 4px 3px #000;
}

.button-13 {
  background-color: #002292c4;
  margin-top: 134px;
  padding-right: 148px;
  display: block;
}

.button-13:hover {
  background-color: #4665ccc4;
  box-shadow: 4px 4px 3px #000;
}

.button-14 {
  color: #fefeff;
  background-color: #002292c4;
  border: 0 solid #000000b3;
  border-radius: 0;
  margin-top: 360px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
  display: block;
}

.button-14:hover {
  background-color: #4665cc;
  transform: translate(0);
  box-shadow: 4px 4px 3px #000;
}

.div-block-6 {
  background-image: url('../images/IMG_1415.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-7 {
  background-image: url('../images/IMG_1448.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-3 {
  background-image: url('../images/IMG_1638.JPG');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-4 {
  margin-top: 70px;
  padding-top: 0;
}

.footer-7 {
  text-align: center;
  background-color: #00000005;
  background-image: url('../images/academia-opacidad.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  margin-top: 32px;
  padding-top: 0;
  padding-bottom: 40px;
}

.gallery {
  margin-top: 70px;
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-23 {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}

.paragraph-10 {
  margin-bottom: 20px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  height: 400px;
  margin-top: 0;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18 {
  background-color: #0000000a;
}

.footer-8 {
  text-align: center;
  background-color: #00000005;
  background-image: url('../images/academia-opacidad.png');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: -27px;
  margin-right: -29px;
  padding-top: 0;
  padding-bottom: 40px;
}

.image-9 {
  padding-right: 0;
}

.link-block {
  margin-right: -141px;
}

.div-block-19 {
  background-color: #0000;
  padding-top: 113px;
}

.hero {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-image-mask {
  width: 50%;
  margin-left: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 50%;
  height: 50%;
}

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

.hero-2 {
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 25%;
  height: 100%;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.html-embed, .html-embed-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  background-image: linear-gradient(#cc8603, #fff);
  padding: 5px 20px 0 50px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content .5fr .5fr .25fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
  margin-left: 0;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: inline-block;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.container-5 {
  display: flex;
}

.brand {
  display: block;
}

.image-10 {
  margin-top: 14px;
  margin-left: 50px;
  display: inline-block;
}

.nav-link-3 {
  margin-left: 0;
}

.nav-link-3:hover {
  background-color: #bdbcbc;
}

.navbar {
  display: block;
}

.container-6 {
  display: inline-block;
}

.nav-menu {
  margin-right: 97px;
  padding-right: 0;
}

.nav-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr max-content max-content max-content minmax(max-content, max-content) minmax(max-content, max-content);
  grid-auto-columns: minmax(max-content, max-content);
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-link-4 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.nav-link-4:hover {
  background-color: #dbdbdb;
  text-decoration: underline;
}

.image-11 {
  padding-top: 6px;
  padding-left: 39px;
  display: block;
}

.section-2 {
  margin-top: 70px;
}

.heading-24 {
  text-align: left;
  margin-top: 0;
}

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

.feature-section1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.feature-image-mask {
  width: 100%;
  margin-right: 0;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 50%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-11 {
  text-align: justify;
  margin-bottom: 24px;
  margin-left: 9px;
  font-size: 14px;
}

.heading-26 {
  margin-top: -39px;
}

.div-block-20 {
  margin-left: 71px;
}

.column {
  margin-left: auto;
  margin-right: auto;
}

.image-12 {
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 24px;
}

.paragraph-12 {
  text-align: justify;
  margin-top: 14px;
  margin-left: 0;
}

.column-2 {
  margin-top: -65px;
}

.paragraph-13 {
  text-align: justify;
  margin-left: 0;
}

.image-13 {
  border-radius: 10px;
  margin-top: 105px;
  margin-left: 24px;
}

.columns, .columns-2, .columns-3 {
  background-color: #f1f0f0;
  border-radius: 10px;
  margin-top: 25px;
  box-shadow: 1px 1px 15px -6px #000;
}

.heading-27, .heading-28, .heading-29 {
  margin-left: 0;
  font-size: 30px;
}

.container-7 {
  padding-top: 8px;
}

.column-3 {
  padding-left: 106px;
  padding-right: 100px;
}

.column-4 {
  margin-top: 39px;
}

.heading-30 {
  text-align: left;
  margin-top: -26px;
}

.columns-4 {
  background-color: #d6b600;
}

.html-embed-3 {
  margin-top: 9px;
  margin-left: 0;
}

.heading-31 {
  text-align: center;
  margin: 120px 0 28px 100px;
  padding-right: 0;
  font-size: 25px;
  line-height: 30px;
}

.columns-5 {
  float: left;
  background-color: #d1d0cf;
  background-image: linear-gradient(#866001, #fff);
  margin-bottom: 50px;
}

.div-block-21 {
  box-shadow: 1px 1px 8px #000;
}

.button-15 {
  margin-left: 10px;
}

.div-block-22 {
  box-shadow: 1px 1px 8px #000;
}

.button-16 {
  margin-left: 10px;
}

.div-block-23 {
  box-shadow: 1px 1px 8px #000;
}

.button-17 {
  margin-left: 10px;
}

.div-block-24 {
  box-shadow: 1px 1px 8px #000;
}

.column-6 {
  line-height: 35px;
}

.container-11 {
  background-color: #fffdfd;
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-block {
  text-align: justify;
  background-color: #e9e8e8;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.button-18 {
  background-color: #d5aa10;
  border-radius: 10px;
  margin: 17px 20px 25px 163px;
}

.button-18:hover {
  background-color: #286e9c;
}

.button-19 {
  background-color: #d5aa10;
  border-radius: 10px;
  margin-right: 20px;
}

.button-19:hover {
  background-color: #286e9c;
}

.button-20 {
  background-color: #d5aa10;
  border-radius: 10px;
  margin-right: 20px;
}

.button-20:hover {
  background-color: #286e9c;
}

.rich-text-block-2 {
  text-align: center;
  background-image: linear-gradient(#fff 31%, #ffb2b3);
  border-radius: 20px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 5px 5px 19px #bdb9b9;
}

.feature-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.feature-image-mask-2 {
  width: 100%;
  margin-right: 40px;
}

.feature-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 279px;
  height: 100%;
  margin-left: 7px;
  box-shadow: 3px 3px 10px #000;
}

.heading-32 {
  text-align: justify;
  padding-right: 40px;
  font-size: 20px;
  line-height: 30px;
}

.bold-text {
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: block;
}

.column-7 {
  margin-top: 74px;
  overflow: visible;
}

.paragraph-14 {
  text-align: justify;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: block;
}

.column-8 {
  margin-top: 101px;
}

.button-21 {
  background-color: #fa70ff;
  border-radius: 10px;
  margin-left: 33px;
}

.columns-6 {
  background-image: linear-gradient(#fff 31%, #ffb5b6);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 5px 5px 19px #bdb9b9;
}

.image-14 {
  border-radius: 12px;
}

.feature-section-2 {
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 4px;
}

.heading-33 {
  margin-top: 0;
}

.feature-section-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-15 {
  text-align: justify;
  padding-right: 20px;
}

.paragraph-16 {
  text-align: justify;
  margin-left: 0;
}

.paragraph-17, .paragraph-18 {
  text-align: justify;
}

.paragraph-19 {
  text-align: justify;
  margin-left: 17px;
  padding-right: 20px;
}

.container-12 {
  margin-top: 8px;
  padding-top: 10px;
}

.feature-section-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-container-3 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-3 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 279px;
  height: 100%;
}

.heading-34, .paragraph-20 {
  margin-left: -83px;
}

.feature-section-5 {
  background-color: #f7f7f7;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.feature-image-4 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 279px;
  height: 100%;
  margin-left: 7px;
  box-shadow: 3px 3px 10px #000;
}

.feature-section-6 {
  background-color: #f7f7f7;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.feature-image-5 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 279px;
  height: 100%;
  margin-left: 3px;
  box-shadow: 3px 3px 10px #000;
}

.paragraph-21 {
  text-align: justify;
  padding-right: 20px;
}

.paragraph-22 {
  text-align: justify;
  margin-left: -65px;
  padding-right: 20px;
}

.heading-35 {
  margin-left: -66px;
}

.heading-36 {
  margin-left: 13px;
}

.button-22 {
  border-radius: 20px;
  margin-top: 20px;
}

.button-23 {
  border-radius: 20px;
}

.button-24 {
  border-radius: 20px;
  margin-top: 45px;
}

.button-25 {
  border-radius: 20px;
  margin-top: 40px;
}

.feature-section-7 {
  background-color: #f7f7f7;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.feature-image-6 {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-left: 13px;
  box-shadow: 3px 3px 10px #000;
}

.button-26 {
  border-radius: 20px;
  margin-top: 52px;
}

.paragraph-23 {
  text-align: justify;
  margin-left: 13px;
  padding-right: 10px;
}

.heading-37 {
  margin-left: 9px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 33px;
}

.image-36 {
  box-shadow: 3px 3px 10px #000;
}

.heading-38 {
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 10px;
  margin-bottom: 39px;
  margin-right: 8px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  box-shadow: 3px 3px 10px #8f8e8e;
}

.heading-39 {
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 10px;
  margin-bottom: 39px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 18px;
  line-height: 25px;
  box-shadow: 3px 3px 10px #8f8e8e;
}

.heading-40 {
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 10px;
  margin-bottom: 39px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 25px;
  box-shadow: 3px 3px 10px #8f8e8e;
}

.paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27 {
  text-align: center;
}

.container-13 {
  margin-top: -14px;
  padding-top: 0;
}

.image-37 {
  box-shadow: 3px 3px 10px #000;
}

.image-38 {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-28 {
  margin-top: 0;
}

.image-39, .image-40, .image-41 {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-29 {
  margin-top: 0;
}

.paragraph-30 {
  text-align: justify;
  margin-top: 28px;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
}

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

.container-14 {
  text-align: center;
  position: relative;
}

.container-15, .container-16 {
  margin-top: 20px;
}

.image-42 {
  border-radius: 20px;
  width: 50%;
  margin-left: 244px;
  box-shadow: 3px 3px 10px #000;
}

.container-17 {
  text-align: center;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 15px;
  margin-top: 124px;
}

.link:hover {
  color: #fff;
  background-color: #575757;
}

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

.heading-41 {
  background-color: #e4e4e4;
  margin-top: 42px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.heading-42 {
  background-color: #e4e4e4;
  margin-bottom: 20px;
  padding-left: 20px;
}

.container-18 {
  padding-top: 16px;
}

.container-19 {
  margin-top: 70px;
  margin-bottom: 0;
}

.sticky-nav-2 {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 10px 20px 0;
  position: sticky;
  top: 0;
}

.nav-grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content 1fr 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-5 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-5:hover {
  text-decoration: underline;
}

.nav-link-6 {
  flex-direction: row;
  justify-content: flex-start;
  margin: 5px auto 0;
  padding: 5px 10px 5px 15px;
  display: inline-block;
}

.navbar-2 {
  background-color: #fd8686;
  background-image: linear-gradient(#7f7f7f80, #7f7f7f80);
  border: 1px solid red;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.container-20 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

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

.dropdown-toggle.w--open {
  opacity: 1;
}

.nav-link-7, .nav-link-8, .nav-link-9, .nav-link-10 {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 5px 15px;
}

.dropdown-link {
  background-color: red;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link:hover {
  background-color: #fff;
}

.dropdown-link-2 {
  background-color: #000dfd;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link-2:hover {
  background-color: #fff;
}

.dropdown-link-3 {
  background-color: #27c300;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link-3:hover {
  background-color: #fff;
}

.dropdown-link-4 {
  opacity: 1;
  background-color: #9e9d9d;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link-4:hover {
  background-color: #fff;
}

.dropdown-list {
  opacity: .9;
}

.dropdown-list.w--open {
  opacity: .95;
}

.heading-43 {
  text-align: left;
  margin-top: 0;
}

.container-21 {
  margin-top: 55px;
  margin-bottom: 0;
}

.dropdown-link-5 {
  background-color: #e1ff00;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link-5:hover {
  background-color: #fff;
}

.heading-44 {
  color: var(--white);
  text-align: center;
  margin-top: 120px;
  margin-left: 100px;
}

.section-3 {
  margin-top: 20px;
}

.columns-8 {
  background-color: #0004ff;
  background-image: linear-gradient(#0d00ff, #fff);
}

.html-embed-4 {
  margin-top: 10px;
}

.nav-link-11 {
  margin-top: 5px;
  padding: 5px 15px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-4 {
  margin-top: 70px;
}

.paragraph-31 {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: normal;
}

.container-22 {
  margin-top: 70px;
}

.container-23 {
  margin-top: 79px;
}

.container-24 {
  margin-top: 70px;
}

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

.image-43 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.container-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-32 {
  margin-bottom: 20px;
  font-size: 25px;
}

.image-44 {
  margin-bottom: 10px;
}

.div-block-25 {
  width: 700px;
  height: 400px;
}

.container-26 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.heading-45 {
  margin-bottom: 0;
}

.gallery-2 {
  padding-top: 0;
  padding-bottom: 40px;
}

.gallery-3 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.gallery-grid-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

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

.columns-9 {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 19px #000;
}

.html-embed-5 {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-46 {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
}

.heading-47 {
  color: #ff0004;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  text-decoration: none;
}

.image-45 {
  text-align: center;
  box-shadow: 8px 8px 17px #000;
}

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

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-28 {
  margin-top: 0;
}

.section-5 {
  margin-top: 54px;
}

.heading-48 {
  text-align: center;
  font-size: 34px;
}

.section-6 {
  margin-top: 40px;
}

.button-27, .button-28 {
  border-radius: 10px;
}

.feature-section-8 {
  padding-top: 10px;
  padding-bottom: 40px;
}

.feature-image-7 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.button-29 {
  border-radius: 10px;
}

.link-block-2, .image-46 {
  text-align: left;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-29 {
  padding-top: 50px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-30 {
  padding-top: 50px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-31 {
  padding-top: 50px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
}

.container-32 {
  padding-top: 50px;
}

.heading-49 {
  font-size: 35px;
}

.grid-13 {
  grid-template-rows: minmax(auto, 1.25fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-50 {
  text-align: center;
  font-size: 25px;
}

.link-block-3 {
  background-color: #fdd626;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: 3px 3px 10px #000;
}

.body-3 {
  margin-top: 75px;
}

.gallery-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-grid-container-4 {
  grid-column-gap: 20px;
  grid-row-gap: 27px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.heading-51 {
  color: #fff;
  text-align: center;
  background-color: #65cb5a;
  border-radius: 18px;
  font-family: Exo, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.heading-52 {
  color: #fff;
  text-align: center;
  background-color: #5e84ff;
  border-radius: 18px;
  font-family: Exo, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.heading-53 {
  color: #fff;
  text-align: center;
  background-color: #ff2c2c;
  border-radius: 18px;
  font-family: Exo, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.heading-54 {
  color: #fff;
  text-align: center;
  background-color: #deba1d;
  border-radius: 18px;
  font-family: Exo, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.heading-55 {
  font-size: 25px;
}

.heading-56, .heading-57 {
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
}

.heading-58 {
  font-size: 25px;
}

.heading-59 {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.heading-60 {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

.image-47 {
  border-radius: 10px;
  padding-right: 0;
}

.image-48, .image-49, .image-50 {
  border-radius: 10px;
}

.gallery-grid-container-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

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

.heading-62 {
  font-size: 20px;
}

.heading-63, .image-51, .column-10 {
  text-align: left;
}

.container-33 {
  text-align: center;
  padding-top: 50px;
}

.image-52 {
  text-align: left;
  padding-left: 0;
}

.column-11 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-64, .heading-65 {
  text-align: left;
}

.html-embed-6 {
  text-align: center;
  padding-top: 43px;
}

.container-34 {
  padding-top: 3px;
}

.image-53 {
  padding-top: 50px;
}

.heading-66 {
  text-align: center;
  font-size: 30px;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-top: 50px;
}

.image-54 {
  border-radius: 15px;
}

.image-55 {
  text-align: center;
  border-radius: 15px;
}

.heading-67 {
  text-align: center;
  font-size: 20px;
}

.paragraph-33, .paragraph-34 {
  text-align: center;
  margin-top: 40px;
}

.bold-text-3 {
  color: #5b5b5b;
}

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

.paragraph-35 {
  color: #4f6bd9;
}

.button-30 {
  border-radius: 15px;
}

.heading-69 {
  font-size: 30px;
}

.image-56, .image-57 {
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-35 {
  margin-top: 40px;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
}

.grid-18 {
  grid-template-rows: auto;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.section-7 {
  margin-top: 40px;
}

.paragraph-36 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.image-58 {
  border-radius: 20px;
  box-shadow: 6px 6px 20px -4px #000;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-36 {
  margin-top: 40px;
}

.slide-5 {
  background-image: url('../images/CAM-DIA-DE-LA-MADRE.png');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/CAM-Inscripciones-Abiertas.png');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/CAM-MISA-DIA-DE-LA-MADRE.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 20px;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slide-8 {
  background-image: url('../images/cam-aniversario-4.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/PHOTO-2022-11-02-13-26-04.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-37, .heading-70, .heading-71 {
  text-align: center;
}

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

.container-37 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.section-8 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-26 {
  margin-top: 0;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.container-38 {
  justify-content: center;
  display: flex;
}

.link-block-4 {
  text-align: center;
  display: block;
}

.slide-10 {
  background-image: url('../images/CAM-DIA-DE-LA-MADRE.png');
  background-position: 50%;
  background-size: cover;
}

.bold-text-4 {
  font-family: Merriweather, serif;
}

.feature-section-9 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rich-text-block-3 {
  text-align: center;
}

.container-39 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.button-32 {
  border-radius: 10px;
}

.image-60 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
  box-shadow: 4px 4px 16px #000;
}

.slide-11 {
  background-image: url('../images/CAM-PAPA.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/CAM-CELEBRACION-EUCARISTICA-DIA-DEL-PADRE.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 12px;
}

.columns-10 {
  justify-content: space-between;
  display: flex;
}

.section-9, .section-10 {
  margin-top: 20px;
}

.slide-13 {
  background-image: url('../images/PHOTO-2022-11-02-13-25-26.jpg');
  background-position: 50% 20%;
  background-repeat: repeat;
  background-size: contain;
}

.slide-14 {
  background-image: url('../images/PHOTO-2022-11-02-13-26-34.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/PHOTO-2022-11-02-13-28-28.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/PHOTO-2022-11-03-10-23-26.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/CAM-INICIO-6.png');
  background-position: 0 0;
  background-size: cover;
}

.container-40 {
  margin-top: 20px;
}

.image-61 {
  border-radius: 15px;
}

.image-62 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-63 {
  border-radius: 15px;
}

.container-41 {
  text-align: left;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.image-64 {
  border-radius: 0;
}

.heading-73, .heading-74 {
  text-align: center;
}

.slide-18 {
  background-image: url('../images/12-CAM-PREES.png');
  background-position: 50% 0;
  background-size: cover;
}

.slider-5 {
  width: auto;
  height: 500px;
}

.slide-19, .slide-20 {
  background-image: url('../images/2-CAM-AUDI.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/3-CAM-BIBLIO.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/4-CAM-BIBLIO.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/5-CAM-CAPILLA.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/6-CAM-CAPILLA.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/7-CAM-LAB-FIS.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/8-CAM-LAB-FIS.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-nav {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-2, .slide-1-3 {
  background-image: url('../images/10-CAM-INF.png');
  background-position: 50% 0;
  background-size: cover;
}

.slider-6 {
  height: 500px;
}

.slide-27 {
  background-image: url('../images/1-CAM-AUDI.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/2-CAM-AUDI.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/3-CAM-BIBLIO.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/4-CAM-BIBLIO.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/5-CAM-CAPILLA.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/6-CAM-CAPILLA.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/7-CAM-LAB-FIS.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/8-CAM-LAB-FIS.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/10-CAM-INF.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/11-CAM-INF.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/12-CAM-PREES.png');
  background-position: 50% 0;
  background-size: cover;
}

.image-65, .image-66, .image-67, .image-68 {
  border-radius: 20px;
}

.container-42 {
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.link-block-5 {
  text-align: center;
}

.image-69 {
  border-radius: 10px;
  display: inline;
}

.slide-36 {
  background-image: url('../images/CAM-MES-DE-LA-PATRIA.png');
  background-position: 0 0;
  background-size: cover;
}

.image-70 {
  border-radius: 10px;
  display: inline-block;
}

.link-block-6 {
  text-align: center;
}

.image-71 {
  border-radius: 10px;
  display: inline-block;
}

.image-72 {
  border-radius: 10px;
  display: inline;
}

.link-block-7 {
  text-align: center;
  display: block;
}

.container-43 {
  justify-content: center;
  display: flex;
}

.image-73 {
  border-radius: 0;
}

.container-44 {
  margin-top: 20px;
}

.image-74 {
  border-radius: 9px;
}

.slide-37 {
  background-image: url('../images/ROSARIO-MISIONERO-UNETE.jpg');
  background-position: 50%;
  background-size: auto;
}

.container-45, .container-46, .container-47 {
  justify-content: center;
  display: flex;
}

.left-arrow, .right-arrow {
  position: sticky;
}

.slide-38 {
  background-image: url('../images/CAM-DIA-DE-MUERTOS-2.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-39 {
  background-image: url('../images/CAM-THANKSGIVINGDAY.png');
  background-position: 50% 0;
  background-size: cover;
}

.paragraph-38 {
  margin-top: 40px;
}

.slide-40 {
  background-image: url('../images/CAM-THANKSGIVING-5.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-41 {
  background-image: url('../images/CAM-THANKSGIVING-6.png');
  background-position: 50%;
  background-size: cover;
}

.slide-42 {
  background-image: url('../images/CAM-THANKSGIVING-7.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/CAM-THANKSGIVING-8.png');
  background-position: 50% 0;
  background-size: cover;
}

.image-75 {
  border-radius: 12px;
}

.slide-43 {
  background-image: url('../images/CAM-VIRGEN-DE-GUADALUPE.png');
  background-position: 50%;
  background-size: cover;
}

.image-76 {
  border-radius: 10px;
}

.slide-44 {
  background-image: url('../images/CAM-DIA-DE-LA-BANDERA.png');
  background-position: 50%;
  background-size: cover;
}

.html-embed-7 {
  text-align: center;
}

.container-48 {
  margin-top: 20px;
}

.slide-45 {
  background-image: url('../images/CAM-DIA-DEL-PADRE-JUNIO-2022-OK.png');
  background-position: 50% 0;
  background-size: cover;
}

.image-77 {
  display: block;
}

.slide-46 {
  background-image: url('../images/PHOTO-2022-11-02-13-26-18.jpg');
  background-position: 50%;
  background-size: auto;
}

.image-78 {
  border-radius: 15px;
  margin-top: 20px;
}

.slide-47 {
  background-image: url('../images/academia-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-48 {
  background-image: url('../images/PHOTO-2022-11-09-12-56-00.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-79 {
  border-radius: 12px;
}

.slide-49 {
  background-image: url('../images/Presentación1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-50 {
  background-image: url('../images/DÍA-DEL-NIÑO-1.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-51 {
  background-image: url('../images/CAMPAÑA-1.png');
  background-position: 50%;
  background-size: cover;
}

.image-80 {
  border-radius: 10px;
}

.slide-52 {
  background-image: url('../images/CAM-DIA-DEL-PADRE-2023.png');
  background-position: 50%;
  background-size: cover;
}

.grid-24 {
  grid-template-rows: auto;
}

.link-2, .link-3, .link-4 {
  font-size: 25px;
}

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

.container-49 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.link-6 {
  font-size: 25px;
}

.html-embed-8 {
  text-align: center;
}

.link-block-8 {
  margin-bottom: 40px;
}

.slide-53 {
  background-image: url('../images/academia-2.png');
  background-position: 50%;
  background-size: cover;
  border: 1px #008917;
  border-radius: 0;
}

.slide-54 {
  background-image: url('../images/CAM-FONDO-2.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.section-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.image-81 {
  border-radius: 15px;
  box-shadow: 6px 8px 10px 4px #848484;
}

.image-82 {
  border-radius: 15px;
  box-shadow: 0 10px 10px 4px #848484;
}

.image-83 {
  box-shadow: 3px 3px 10px #000;
}

.slide-1-7 {
  background-image: url('../images/CAM-PREESCOLAR-2.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-55 {
  background-image: url('../images/ACADEMIA-MODERNA-VIRGEN.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slide-56 {
  background-image: url('../images/DIA-DE-LA-MADRE-CAM-2024-OK.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/IMG-20230228-WA0025.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/IMG_20230911_124604.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/IMG_20230911_124325.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-57 {
  background-image: url('../images/rosario-misionero-2024.png');
  background-position: 50% 75%;
  background-size: cover;
}

.image-84, .image-85, .image-86, .image-87 {
  border-radius: 10px;
}

.slide-58 {
  background-image: url('../images/CAM-DIA-DEL-MAESTRO-2025.png');
  background-position: 0 0;
  background-size: cover;
}

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

.slide-59 {
  background-image: url('../images/DIA-DE-LA-MADRE-OK-1-2026.png');
  background-position: 50%;
  background-size: cover;
}

.image-88 {
  padding-top: 60px;
  overflow: clip;
}

.grid-26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
    margin-left: 0;
  }

  .menu-icon {
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
    flex: 1;
    display: flex;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-image {
    margin-left: 38px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3 {
    margin-left: 32px;
    font-size: 12px;
    line-height: 15px;
  }

  .image-3 {
    margin-left: 297px;
  }

  .image-4 {
    margin-left: 330px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    margin-left: 318px;
  }

  .image-6 {
    margin-right: 135px;
  }

  .footer-3, .footer-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    margin-left: 310px;
  }

  .footer-5, .footer-6, .footer-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .footer-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-grid-2 {
    grid-template-columns: .75fr max-content max-content max-content minmax(max-content, max-content) minmax(max-content, max-content);
  }

  .nav-link-4 {
    margin-left: -16px;
  }

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

  .html-embed-3 {
    margin-left: -17px;
  }

  .heading-31 {
    margin-left: -3px;
    font-size: 20px;
  }

  .button-18 {
    margin-left: 20px;
  }

  .container-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-42 {
    margin-left: 183px;
  }

  .nav-link-6 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .gallery-grid-container-2, .gallery-grid-container-3, .gallery-grid-container-4, .gallery-grid-container-5 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .button-3 {
    object-fit: fill;
    margin-left: 19px;
    font-size: 10px;
    line-height: 15px;
  }

  .image-3 {
    margin-left: 217px;
  }

  .image-4 {
    margin-left: 215px;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .image-5 {
    margin-left: 208px;
  }

  .image-6 {
    margin-right: 70px;
  }

  .footer-3, .footer-4 {
    padding: 40px 20px;
  }

  .image-8 {
    margin-left: 218px;
  }

  .footer-5, .footer-6, .footer-7, .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .footer-8, .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .sticky-nav {
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

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

  .nav-logo {
    margin-left: 245px;
  }

  .nav-grid-2 {
    text-align: center;
    display: block;
  }

  .nav-link-4 {
    padding-left: 0;
  }

  .image-11 {
    margin-left: 206px;
  }

  .feature-section1 {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .column-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-18 {
    margin-left: 8px;
    padding-left: 3px;
  }

  .button-19 {
    margin-right: 0;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .feature-image-mask-2 {
    margin-right: 0;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-section-2, .feature-section-3, .feature-section-4 {
    padding: 40px 20px;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .feature-image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-section-5 {
    padding: 40px 20px;
  }

  .feature-image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-section-6 {
    padding: 40px 20px;
  }

  .feature-image-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-section-7 {
    padding: 40px 20px;
  }

  .feature-image-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-42 {
    margin-left: 143px;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .nav-grid-3 {
    text-align: center;
  }

  .nav-link-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-2, .gallery-3 {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .feature-section-8 {
    padding: 40px 20px;
  }

  .feature-image-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-4 {
    padding: 40px 20px;
  }

  .gallery-grid-container-3, .gallery-grid-container-4, .gallery-grid-container-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .feature-section-9 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .button-3 {
    margin-top: 0;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 5px;
    line-height: 10px;
    display: inline-block;
  }

  .button-4 {
    margin-left: 39px;
  }

  .image-3 {
    margin-left: 87px;
  }

  .image-4 {
    margin-left: 96px;
  }

  .cards-section-2 {
    padding-top: 0;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-10 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-13 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .image-5 {
    margin-left: 78px;
  }

  .image-6 {
    margin-right: 0;
  }

  .text-pie {
    text-align: justify;
    margin-left: 16px;
  }

  .footer-3, .footer-4 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    margin-left: 90px;
  }

  .footer-5, .footer-6, .footer-7 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-8 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo {
    margin-left: 126px;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-link-4 {
    border-top: 1px solid #c4c4c4;
    margin-left: -2px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-11 {
    margin-left: 93px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 12px;
  }

  .text-block-3, .text-block-4 {
    text-align: center;
  }

  .html-embed-3 {
    margin-left: -137px;
  }

  .heading-31 {
    margin-left: -51px;
  }

  .image-42 {
    margin-left: 68px;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .nav-grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-link-5 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .container-30 {
    padding-top: 20px;
  }

  .gallery-grid-container-3, .gallery-grid-container-4, .gallery-grid-container-5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_5c39fd26-96de-5fd4-093c-40aac36b27f9-83a15bdd, #w-node-_5c39fd26-96de-5fd4-093c-40aac36b27fb-83a15bdd, #w-node-_5c39fd26-96de-5fd4-093c-40aac36b27fd-83a15bdd {
  justify-self: center;
}

#w-node-_58da6a84-f0dd-3641-4417-65c69123d9ae-83a15bdd, #w-node-e03d6f7c-9511-47bd-ee80-6df19224fff1-83a15bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-83a15bdd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-83a15bdd {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-83a15bdd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-83a15bdd {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_793be3a7-f7bb-6f88-c3e5-6ef1388eb771-cba15c27, #w-node-_6a26c484-8133-7cb3-aceb-829084c85922-cba15c27, #w-node-_14988836-ebe5-e5e5-2124-c036ac9ee6c0-cba15c27 {
  justify-self: center;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-61a15c39 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd3b1e55-bd43-7df9-d753-89fbb037873a-dda15c64, #w-node-a3b22f48-beae-efd7-7c5e-33ea0cf3aca7-dda15c64, #w-node-_1db2bbcd-347c-6790-369c-98b633f9fd45-dda15c64, #w-node-_53bbc2a0-b5a5-050f-223f-ca9714996841-dda15c64, #w-node-_3921b69a-59ac-1324-fc74-86b7effec76a-98a15c67, #w-node-df2d3dfb-d4d8-4667-8ebe-3a4cd937818d-98a15c67, #w-node-_95b69a87-6a63-48a8-51de-290715ad8b1f-32a15c68, #w-node-b6332471-5428-1a64-ce3f-9f863d5ef59f-03a15c69, #w-node-_941cfaa5-4bbf-19d6-1806-b00dae2a4b7c-f1a15c6a, #w-node-_987268ef-4fe1-b0e8-db58-6ba294d05306-f1a15c6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2769ff4-5ab0-e401-42c6-75357aea857b-6aa15c6b, #w-node-_9fd6121d-a321-4b2c-d1ad-ad4106169e5a-93a15c6c, #w-node-b206265d-cfdc-2d3d-fa88-82cc11b7c611-f0a15c6d, #w-node-_0f9db683-203c-32ec-0371-9f10d047d655-07a15c6e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c41a432d-96b2-fb64-1fad-15c374990c7a-01a15c6f {
  place-self: center;
}

#w-node-_1a49e3ea-4958-0b8c-a358-540aa940dfd6-fca15c78, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-83a15c7a, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-e6a15c7b, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-19a15c7c, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-e9a15c7d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ae-e9a15c7d, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7b0-e9a15c7d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d3b44ccf-814a-87ef-206f-52fa0e02cb71-eaa15c7f, #w-node-fa6df850-2a6f-094f-1956-13fe0be97c25-eaa15c7f, #w-node-_8da45b11-587c-9d19-9590-4b63666be67b-eaa15c7f {
  justify-self: center;
}

#w-node-e4cfcb17-8820-ced5-90b4-d269c8e37ca6-1470dd5b, #w-node-e4cfcb17-8820-ced5-90b4-d269c8e37ca6-cc8a925f, #w-node-_96ad3629-115d-39a0-7cc7-a533f8cc3903-8a1a852e, #w-node-_96ad3629-115d-39a0-7cc7-a533f8cc3903-46a4e9a4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ce2797b7-c214-5791-8020-37c05f8f4330-d917f458, #w-node-_7bd95295-0525-c551-b590-9e352cab221a-e6cd92ee, #w-node-_6d4ce96c-5970-17aa-cb0a-d06f400eb4c3-feb7c49a, #w-node-_35d1dba3-0634-e39b-ad81-cccb65fdd99d-6f157ab0, #w-node-_037695ef-08c5-bc52-a813-fd82d1b5ea5c-5f6be342 {
  justify-self: center;
}

#w-node-_25494afc-5c0f-03f7-02b3-4a6c355b7210-dcac8f38, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-2a6878fd {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_199d7cd1-ed7a-cd59-2271-8f9c8a037950-4ba5cb32, #w-node-_58d327c8-8d32-1827-eb52-34c6890f8e68-4ba5cb32, #w-node-_373a8db7-8061-7220-a319-b49d5d594f9d-4ba5cb32 {
  justify-self: center;
}

#w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-3feb76a9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e23ef2c4-bb4c-74d6-2903-d6d6dab0bce6-2f117649, #w-node-_1d9a55a7-892c-931c-4c29-9844f5f6b843-5583d1ec, #w-node-_4374b7a8-e6f6-a200-cae5-65c5363d1e12-5583d1ec, #w-node-_98d31f7d-b787-d97f-8f83-725aa812143c-5583d1ec {
  justify-self: center;
}

#w-node-c41a432d-96b2-fb64-1fad-15c374990c7a-6c24c76a {
  place-self: center;
}

#w-node-_2eef0c64-9055-57f7-e60c-9ae12d21ffa4-74dd9f28 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-83a15bdd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-83a15bdd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-83a15bdd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-83a15bdd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-61a15c39 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160f9-32a15c68, #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160f9-03a15c69, #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160f9-f1a15c6a, #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160f9-2f117649 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160fb-2f117649 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160f9-5583d1ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bbd797a5-db54-d48f-854c-caf8dd4a73af-98a15c67, #w-node-bbd797a5-db54-d48f-854c-caf8dd4a73af-32a15c68, #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160f6-32a15c68, #w-node-bbd797a5-db54-d48f-854c-caf8dd4a73af-03a15c69, #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160f6-03a15c69, #w-node-bbd797a5-db54-d48f-854c-caf8dd4a73af-f1a15c6a, #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160f6-f1a15c6a {
    grid-column: span 1 / span 1;
  }

  #w-node-d2769ff4-5ab0-e401-42c6-75357aea857b-6aa15c6b, #w-node-_9fd6121d-a321-4b2c-d1ad-ad4106169e5a-93a15c6c, #w-node-b206265d-cfdc-2d3d-fa88-82cc11b7c611-f0a15c6d, #w-node-_0f9db683-203c-32ec-0371-9f10d047d655-07a15c6e, #w-node-_1a49e3ea-4958-0b8c-a358-540aa940dfd6-fca15c78, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-83a15c7a, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-e6a15c7b, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-19a15c7c, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-e9a15c7d, #w-node-e4cfcb17-8820-ced5-90b4-d269c8e37ca6-1470dd5b, #w-node-e4cfcb17-8820-ced5-90b4-d269c8e37ca6-cc8a925f, #w-node-_96ad3629-115d-39a0-7cc7-a533f8cc3903-8a1a852e, #w-node-_96ad3629-115d-39a0-7cc7-a533f8cc3903-46a4e9a4, #w-node-_25494afc-5c0f-03f7-02b3-4a6c355b7210-dcac8f38, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-2a6878fd, #w-node-_6f0f00d5-a19b-60ee-3b93-62735967f7ac-3feb76a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bbd797a5-db54-d48f-854c-caf8dd4a73af-2f117649, #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160f6-2f117649, #w-node-bbd797a5-db54-d48f-854c-caf8dd4a73af-5583d1ec, #w-node-f6269a7d-d4b5-02d9-5fbe-99bafb3160f6-5583d1ec {
    grid-column: span 1 / span 1;
  }
}


