.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  margin: 0px 0px 32px;
  font-size: 40px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin: 0px 0px 6px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 25px;
}

em {
  font-style: italic;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 16px 26px;
  border: 2px solid #000;
  background-color: #000;
  -webkit-transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.button:hover {
  border-color: #fff;
  background-color: transparent;
}

.button.hollow {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.hollow:hover {
  border-color: #000;
  color: #000;
}

.button.hollow.black {
  margin-right: 0px;
  border-color: #000;
  color: #000;
}

.button.hollow.black:hover {
  border-color: #ff177f;
  color: #ff177f;
}

.button.hollow.grey {
  margin-right: 0px;
  border-color: #d1d1d1;
  color: #d1d1d1;
}

.button.hollow.grey:hover {
  border-color: #000;
  color: #000;
}

.button.form {
  padding-top: 18px;
  padding-bottom: 18px;
  border-width: 0px;
  background-color: #d1d1d1;
  font-weight: 300;
}

.button.form:hover {
  background-color: #249cff;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.4);
}

.logo {
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #272832;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
}

.logo:hover {
  color: #249cff;
}

.hamburger-icon {
  font-size: 31px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #5c5c5c;
}

.section.header {
  padding: 80px 10px;
  background-color: #90e3fd;
  background-image: linear-gradient(135deg, rgba(217, 0, 79, 0.88), rgba(227, 72, 0, 0.82)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  color: hsla(0, 0%, 100%, 0.72);
}

.section.header._2 {
  background-image: linear-gradient(135deg, rgba(145, 0, 217, 0.88), rgba(0, 182, 227, 0.82)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.section.header._3 {
  background-image: linear-gradient(315deg, rgba(0, 222, 96, 0.8), rgba(0, 136, 227, 0.82)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.section.grey {
  min-height: 800px;
  background-color: #fff;
  background-image: linear-gradient(18deg, hsla(0, 0%, 100%, 0.82), #fff 77%), url('../images/abstract-background-1061100_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #696969;
}

.section.footer {
  padding: 35px 20px;
  box-shadow: 1px 1px 9px 7px rgba(0, 0, 0, 0.14);
}

.section.projects {
  padding-bottom: 0px;
  border-top: 1px solid #ededed;
  color: #4d4d4d;
}

.section.white {
  border-top: 1px solid #ededed;
}

.menu-button {
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #272832;
}

.menu-button:hover {
  background-color: #f2f2f2;
  color: #272832;
}

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

.menu-button.w--open:hover {
  background-color: #1e1f26;
  color: hsla(0, 0%, 100%, 0.83);
}

.nav-menu {
  padding-top: 18px;
  padding-bottom: 24px;
  background-color: #272832;
}

.nav-link {
  padding: 20px 20px 20px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
}

.nav-link:hover {
  color: #249cff;
}

.nav-link.w--current {
  color: #ff177f;
}

.nav-link.w--current:hover {
  color: #ff177f;
}

.social-wrapper {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 0px;
  text-align: left;
}

.social-icon {
  width: 23px;
  margin-right: 15px;
}

.social-link {
  margin-right: 16px;
}

.social-link:hover {
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.project-row {
  background-color: #272832;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff0048), to(#f53d00));
  background-image: linear-gradient(90deg, #ff0048, #f53d00);
}

.project-row.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#a0f), to(#0072f5));
  background-image: linear-gradient(90deg, #a0f, #0072f5);
}

.project-row.teal {
  background-image: -webkit-gradient(linear, left top, right top, from(#00b7ff), to(#00f59b));
  background-image: linear-gradient(90deg, #00b7ff, #00f59b);
}

.project-link {
  position: relative;
  display: block;
  width: 25%;
  height: 350px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #fff;
  text-decoration: none;
}

.project-link:hover {
  opacity: 0.5;
}

.project-link.project-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.project-link.project-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.project-link.project-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.project-link.project-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 50%;
}

.project-link.project-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.project-link.project-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.project-link.project-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.project-link.project-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.project-link.project-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.project-link.project-10 {
  background-image: url('../images/beach2jpg');
}

.half-width {
  width: 50%;
}

.quarter-width {
  width: 25%;
}

.third-width {
  width: 33.333%;
}

.main-heading {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
}

.button-group {
  margin-top: 36px;
}

.project-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 11px 19px 13px;
  background-color: rgba(0, 0, 0, 0.09);
}

.tag {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.49);
  font-size: 9px;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.footer-icon {
  color: #092a47;
}

.footer-social-link {
  margin-left: 24px;
  opacity: 0.2;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.footer-social-link:hover {
  opacity: 0.77;
}

.social-footer-wrap {
  text-align: right;
}

.field {
  height: 58px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 2px 0 0 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #249cff;
  font-size: 17px;
  font-weight: 300;
}

.field:focus {
  box-shadow: inset 2px 0 0 0 #249cff;
}

.field.textarea {
  height: 128px;
}

.field.grey {
  background-color: #f7f7f7;
}

.contact-text {
  padding-right: 59px;
  color: #a3a3a3;
}

.slider {
  height: 800px;
  border-bottom: 5px solid #ff9d00;
  background-color: #fff;
}

.slide {
  margin-right: auto;
  margin-left: auto;
  padding-top: 223px;
  padding-bottom: 223px;
  background-image: url('../images/show-title-2.png'), linear-gradient(135deg, rgba(222, 0, 63, 0.8), rgba(235, 74, 0, 0.8)), url('../images/chile-693055_1280.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: auto 80%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.slide._2 {
  background-image: linear-gradient(135deg, rgba(148, 0, 222, 0.8), rgba(0, 176, 235, 0.8)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.slide._3 {
  background-image: linear-gradient(135deg, rgba(0, 222, 96, 0.8), rgba(0, 188, 235, 0.8)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.slider-nav {
  padding-top: 5px;
  opacity: 1;
  font-size: 7px;
}

.replace-text {
  background-color: hsla(0, 0%, 100%, 0.09);
}

.skill {
  padding: 12px 16px;
  border-left: 2px solid rgba(0, 0, 0, 0.09);
  background-color: #d9d9d9;
  color: #666;
  text-transform: uppercase;
}

.skill:hover {
  background-color: #cfcfcf;
}

.skill._70 {
  width: 70%;
}

.skill._40 {
  width: 40%;
}

.skill._90 {
  width: 90%;
}

.skill-background {
  width: 100%;
  margin-top: 18px;
  background-color: #f7f7f7;
}

.light-text {
  color: #f5f5f5;
}

.success-message {
  padding: 83px 32px;
  background-color: #ccc;
  color: #7d7d7d;
  text-align: center;
}

.thank-you-title {
  margin-right: 14px;
  margin-bottom: 14px;
  margin-left: 14px;
}

.no-padd-section.grey {
  background-color: #ededed;
  color: #696969;
}

.no-padd-section.border {
  border-top: 1px solid #ededed;
}

.padded-column {
  padding-top: 80px;
  padding-bottom: 80px;
}

.profile-photo {
  height: 390px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-type {
  color: #249cff;
  font-weight: 400;
}

.process-row {
  margin-bottom: 17px;
}

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

.more-icon {
  margin-top: 2px;
  margin-right: 9px;
  float: left;
}

.back-link {
  display: block;
  margin-left: 2px;
  opacity: 0.44;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

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

.caption-title {
  margin-bottom: 5px;
}

.caption {
  color: #a6a6a6;
}

.caption-wrapper {
  margin-top: 10px;
  margin-bottom: 43px;
}

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

.previous-column {
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 80px;
  border-right: 1px solid #ededed;
  text-align: right;
}

.next-column {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
}

.next-prev-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.next-prev-link:hover {
  color: #404040;
}

.all-camps-title {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.f-card-content {
  position: relative;
  z-index: 10;
}

.f-card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.61)), color-stop(65%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.61) 10%, transparent 65%);
}

.f-card-overlay.community {
  background-image: url('../images/communitty.jpg'), -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.61)), color-stop(65%, transparent));
  background-image: url('../images/communitty.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.61) 10%, transparent 65%);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.projects-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-card-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: url('../images/mountain-301715_1280.jpg');
  background-position: 0% 50%;
  background-size: 700px;
}

.f-card-img.f-c-i-3 {
  background-image: url('../images/nachos-4454941_1280.jpg');
  background-size: 700px;
}

.f-card-img.f-c-i-2 {
  background-image: url('../images/IMG_4515.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f-card-img.img-hist {
  background-image: url('../images/easter-island-839892_1280.jpg');
}

.f-card-img.img-fest {
  background-image: url('../images/festival.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f-card-img.img-deporte {
  background-image: url('../images/stadium-77878_1280.jpg');
  background-position: 50% 50%;
  background-size: 700px;
}

.f-card-img.news1 {
  background-image: url('../images/ultima-hora.png');
  background-size: cover;
}

.f-card-img.news2 {
  background-image: url('../images/noticias.png');
  background-position: 50% 50%;
  background-size: cover;
}

.f-card-img.news-3 {
  background-image: url('../images/Screen-Shot-2019-10-26-at-12.14.07-am.png');
  background-size: cover;
}

.f-card-img.misa {
  background-image: url('../images/communitty.jpg');
  background-size: cover;
}

.projects-cont {
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 82px;
}

.header2block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header2block.m-width {
  max-width: 400px;
}

.header2 {
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: 'Clanot book', sans-serif;
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}

.f-card-date {
  margin-top: 8px;
}

.link-project-w30 {
  width: 32%;
  text-decoration: none;
}

.headingline {
  width: 65px;
  height: 3px;
  background-color: #de4647;
}

.projects-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 288px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #adadad;
  box-shadow: 0 7px 17px -5px rgba(30, 28, 40, 0.36);
  color: #fff;
  cursor: pointer;
}

.f-card-heading {
  font-family: 'Varela Round', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.image {
  padding-top: 5px;
}

.container {
  position: relative;
}

.body {
  padding-top: 0px;
}

.navbar-2 {
  position: fixed;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 4px rgba(0, 0, 0, 0.41);
}

.container-2 {
  width: 85%;
  min-width: 85%;
}

.nav-link-2 {
  font-family: 'Clanot news', sans-serif;
  font-size: 17px;
}

.nav-link-2.w--current {
  padding-bottom: 17px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #043b6b;
  font-family: 'Clanot news', sans-serif;
  color: #043b6b;
  font-size: 17px;
}

.nav-link-2.loive {
  display: none;
  background-color: #092a47;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d3f9c), to(rgba(249, 249, 250, 0))), url('../images/background-313415_640.jpg');
  background-image: linear-gradient(180deg, #1d3f9c, rgba(249, 249, 250, 0)), url('../images/background-313415_640.jpg');
  background-position: 0px 0px, 100% 38%;
  background-size: auto, auto;
  color: #fff;
}

.image-2 {
  padding-top: 3px;
}

.link-block-4 {
  position: absolute;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.social-link-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.f03_column_right {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-header {
  margin-bottom: 23px;
  font-family: 'Varela Round', sans-serif;
  color: #092a47;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

.social-icon-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.text-link-footer {
  display: block;
  margin-bottom: 11px;
  font-family: 'Varela Round', sans-serif;
  color: rgba(5, 5, 5, 0.5);
  text-decoration: none;
}

.social-icon-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.div-block-5 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

.section-2 {
  padding-top: 63px;
  padding-bottom: 63px;
}

.cta-main {
  margin-right: auto;
  margin-left: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #f1f1f1;
  text-align: center;
}

.copyright-bar {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #14348b;
  text-decoration: none;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-codigo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.bottom-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.italic-text {
  font-style: normal;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-7 {
  max-width: 1200px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  padding: 17px 38px;
  background-color: #ffd417;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.boton-yellow {
  padding: 9px 38px;
  background-color: #043b6b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Clanot news', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.boton-yellow:hover {
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text-field {
  margin-bottom: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: transparent;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 28px;
}

.socials {
  margin-right: 7px;
  margin-left: 7px;
}

.social-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 200px;
  background-color: #043b6b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-round:hover {
  background-color: #8c96a0;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-card-subheading {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.container-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.button-carousel {
  display: inline-block;
  margin-right: 14px;
  padding: 16px 26px;
  border: 2px solid #000;
  background-color: #000;
  -webkit-transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.button-carousel:hover {
  border-color: #fff;
  background-color: transparent;
}

.button-carousel.hollow {
  position: relative;
  left: auto;
  top: auto;
  right: 32%;
  bottom: -144%;
  display: block;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button-carousel.hollow:hover {
  border-color: #000;
  color: #000;
}

.button-carousel.hollow.black {
  margin-right: 0px;
  border-color: #000;
  color: #000;
}

.button-carousel.hollow.black:hover {
  border-color: #ff177f;
  color: #ff177f;
}

.button-carousel.hollow.grey {
  margin-right: 0px;
  border-color: #d1d1d1;
  color: #d1d1d1;
}

.button-carousel.hollow.grey:hover {
  border-color: #000;
  color: #000;
}

.button-carousel.form {
  padding-top: 18px;
  padding-bottom: 18px;
  border-width: 0px;
  background-color: #d1d1d1;
  font-weight: 300;
}

.button-carousel.form:hover {
  background-color: #249cff;
}

.language {
  font-family: 'Varela Round', sans-serif;
  font-size: 1.6em;
}

.language.w--current {
  padding-bottom: 17px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #043b6b;
  color: #043b6b;
}

.language.loive {
  background-color: #092a47;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d3f9c), to(rgba(249, 249, 250, 0))), url('../images/background-313415_640.jpg');
  background-image: linear-gradient(180deg, #1d3f9c, rgba(249, 249, 250, 0)), url('../images/background-313415_640.jpg');
  background-position: 0px 0px, 100% 38%;
  background-size: auto, auto;
  color: #fff;
}

.text-block {
  font-family: 'Varela Round', sans-serif;
  font-size: 17px;
}

.dropdown-link {
  font-family: 'Varela Round', sans-serif;
  font-size: 1.4em;
}

.dropdown-list {
  margin-top: 1px;
}

.dropdown-list.w--open {
  margin-top: 14px;
  background-color: #fff;
  box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.26);
}

.background-video {
  height: 900px;
  background-image: url('../images/welcome.png'), linear-gradient(132deg, rgba(222, 0, 63, 0.8), rgba(235, 74, 0, 0.8));
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.f-card-overlay-news {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

.background-video-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  border: 3px none #ededed;
}

.schedule {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 300px;
  height: 90px;
  margin-bottom: 34px;
  background-image: url('../images/alert.png');
  background-position: 70% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.text-block-2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 33px;
  padding-bottom: 24px;
  font-family: 'Clanot book', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.reminder {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 650px;
  height: 90px;
  margin-bottom: 34px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#249cff), to(#083358));
  background-image: linear-gradient(180deg, #249cff, #083358);
}

.cta-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #f1f1f1;
  text-align: center;
}

.top-header {
  padding-top: 158px;
  padding-bottom: 158px;
  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 59, 107, 0.59)), to(rgba(4, 59, 107, 0.59))), url('../images/abstract-background-1061100_1920.jpg');
  background-image: linear-gradient(180deg, rgba(4, 59, 107, 0.59), rgba(4, 59, 107, 0.59)), url('../images/abstract-background-1061100_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.top-header.cultura {
  padding-top: 192px;
  padding-bottom: 192px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/mountain-301715_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/mountain-301715_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-header.deportes {
  padding-top: 192px;
  padding-bottom: 192px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/stadium-77878_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/stadium-77878_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-header.festivales {
  padding-top: 192px;
  padding-bottom: 192px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/festival.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/festival.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-header.historia {
  padding-top: 192px;
  padding-bottom: 192px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/easter-island-839892_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/easter-island-839892_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-header.gastronomia {
  padding-top: 192px;
  padding-bottom: 192px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url('../images/nachos-4454941_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url('../images/nachos-4454941_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-header.entretenimiento {
  padding-top: 192px;
  padding-bottom: 192px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/IMG_4515.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/IMG_4515.jpg');
  background-position: 0px 0px, 50% 69%;
  background-size: auto, cover;
}

.top-header.eventos {
  padding-top: 192px;
  padding-bottom: 192px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 68, 128, 0.69)), to(rgba(0, 68, 128, 0.69))), url('../images/admission-2974645_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 68, 128, 0.69), rgba(0, 68, 128, 0.69)), url('../images/admission-2974645_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-header.comunidad {
  padding-top: 192px;
  padding-bottom: 192px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/mountain-301715_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/mountain-301715_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading {
  font-family: 'Clanot book', sans-serif;
  color: #fff;
  font-size: 90px;
  font-weight: 400;
  text-align: center;
}

.preloader-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  background-image: url('../images/loading.gif'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.76)), to(hsla(0, 0%, 100%, 0.76)));
  background-image: url('../images/loading.gif'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.76), hsla(0, 0%, 100%, 0.76));
  background-position: 50% 50%, 0px 0px;
  background-size: 90px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.section-content {
  font-family: Varela, sans-serif;
  font-size: 18px;
}

.contenido-de-seccion {
  padding-top: 97px;
  padding-bottom: 123px;
}

.dropdown-toggle {
  display: none;
}

.horarios-mobile {
  display: none;
}

.reminder-mobile {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 650px;
  height: 90px;
  margin-bottom: 34px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#249cff), to(#083358));
  background-image: linear-gradient(180deg, #249cff, #083358);
}

.schedule-mobile {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 300px;
  height: 90px;
  margin-bottom: 34px;
  background-image: url('../images/alert.png');
  background-position: 70% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-author {
  display: inline-block;
  padding-right: 68px;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #1d3f9c;
}

.flowbase-clone-button {
  margin-right: 25px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 0px;
  background-color: #1d3f9c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-title {
  margin-bottom: 4px;
  font-family: Varela, sans-serif;
  color: #043b6b;
  font-size: 17px;
  font-weight: 700;
}

.flowbase-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-tag {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 95%;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.button-3 {
  margin-right: 22px;
  background-color: #043b6b;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.container-4 {
  position: static;
}

.cuerpo-de-textos {
  width: 100%;
  max-width: 100%;
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Clanot book', sans-serif;
}

.blog-image {
  min-height: 350px;
  margin-bottom: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.modal1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(10, 17, 32, 0.84);
}

.image-19 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  padding-top: 12px;
  padding-right: 12px;
}

.video-code-holder {
  width: 900px;
  height: 460px;
  background-color: #fff;
}

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

.member-button {
  padding: 9px 38px;
  background-color: #078734;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Clanot news', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.member-button:hover {
  padding: 15px 32px;
}

.inline-links {
  color: #249cff;
  font-weight: 400;
  text-decoration: none;
}

.contact-details {
  margin-top: 57px;
  padding-right: 186px;
  color: #000;
  font-weight: 400;
}

.radio-link {
  width: 150px;
  height: 50px;
  background-image: url('../images/logo-3zzz.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.radio-link.w--current {
  width: 150px;
  background-image: url('../images/logo-3zzz.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.html-embed {
  margin-bottom: 51px;
  background-color: transparent;
  font-family: 'Clanot book', sans-serif;
}

.misa {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 288px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #adadad;
  background-image: url('../images/communitty.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 7px 17px -5px rgba(30, 28, 40, 0.36);
  color: #fff;
  cursor: pointer;
}

.about-section {
  padding-top: 55px;
  padding-bottom: 0px;
}

.about-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Varela, sans-serif;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  background-image: url('../images/x.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.topmain {
  margin-bottom: 139px;
  font-family: 'Clanot book', sans-serif;
}

.html-embed-2 {
  background-color: transparent;
}

.boton-yellow-2 {
  padding: 9px 38px;
  background-color: #043b6b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.boton-yellow-2:hover {
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 400;
  letter-spacing: 1px;
}

.link-header-2 {
  margin-bottom: 23px;
  font-family: 'Varela Round', sans-serif;
  color: #092a47;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

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

.naked-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.logo-bottom {
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .social-wrapper {
    width: 725px;
  }

  .main-heading {
    font-size: 43px;
  }

  .slider {
    height: 500px;
  }

  .slide {
    background-size: 100%, auto, cover;
  }

  .projects-cont {
    width: 95%;
    padding-top: 0px;
  }

  .container-2 {
    width: 90%;
  }

  .nav-link-2 {
    text-align: right;
  }

  .nav-link-2.w--current {
    border-bottom-style: none;
    font-family: 'Clanot news', sans-serif;
    font-weight: 400;
  }

  .nav-link-2.loive {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d3f9c), to(rgba(249, 249, 250, 0))), url('../images/background-313415_640.jpg');
    background-image: linear-gradient(180deg, #1d3f9c, rgba(249, 249, 250, 0)), url('../images/background-313415_640.jpg');
    background-position: 0px 0px, 100% 38%;
    background-size: auto, auto;
  }

  .columns-2 {
    max-width: 90%;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #939393;
  }

  .nav-menu-2 {
    width: 100%;
    height: 100vh;
    background-color: #ededed;
  }

  .background-video {
    height: 500px;
    background-size: 80%, auto;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .schedule {
    width: 200px;
    height: 65px;
    background-size: 180px;
  }

  .text-block-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .reminder {
    width: 350px;
    height: 55px;
  }

  .cta-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-header {
    height: 280px;
  }

  .horarios-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reminder-mobile {
    width: 350px;
    height: 55px;
  }

  .schedule-mobile {
    display: none;
    width: 200px;
    height: 65px;
    background-size: 180px;
  }

  .flowbase-product-wrap {
    display: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flowbase-tag {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }

  .cuerpo-de-textos {
    padding-right: 30px;
  }

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

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

  .about-wrapper {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }

  h2 {
    margin-bottom: 12px;
  }

  .button.hollow {
    padding: 11px 18px;
  }

  .navbar {
    padding-left: 10px;
  }

  .logo {
    margin-top: 9px;
    font-size: 22px;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section.header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-button {
    padding: 10px;
  }

  .nav-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link {
    padding: 13px 10px;
    font-size: 22px;
  }

  .social-wrapper {
    width: 100%;
    margin-bottom: 9px;
    padding: 12px;
  }

  .project-link {
    width: 50%;
    height: 280px;
  }

  .half-width {
    width: 100%;
  }

  .quarter-width {
    width: 100%;
  }

  .third-width {
    width: 100%;
  }

  .main-heading {
    font-size: 32px;
    line-height: 34px;
  }

  .button-group {
    margin-top: 26px;
  }

  .footer-logo {
    font-size: 13px;
  }

  .slider {
    height: 415px;
  }

  .slide {
    padding: 50px 10px 64px;
    background-size: 90%, auto, cover;
  }

  .brand-link {
    padding-left: 0px;
    text-align: left;
  }

  .form-wrapper {
    margin-top: 11px;
  }

  .padded-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .process-row {
    margin-bottom: 0px;
  }

  .mobile-padding-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .previous-column {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .next-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .projects-row {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header2block.m-width {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .header2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -5px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
  }

  .link-project-w30 {
    width: 100%;
    margin-bottom: 40px;
  }

  .link-project-w30.w--current {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .nav-link-2 {
    padding-right: 37px;
    text-align: right;
  }

  .f03_column {
    text-align: center;
  }

  .bottom-link {
    font-size: 13px;
  }

  .div-block-6 {
    padding: 44px 40px 0px;
  }

  .columns-2 {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .boton-yellow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
  }

  .boton-yellow:hover {
    margin-right: auto;
    margin-left: auto;
    padding: 6px 24px;
  }

  .socials.facebook {
    padding-right: 2px;
    padding-left: 2px;
  }

  .socials.twitter {
    padding-right: 5px;
    padding-left: 5px;
  }

  .socials.youtube {
    padding-right: 2px;
    padding-left: 2px;
  }

  .social-round {
    width: 30px;
    height: 30px;
  }

  .social-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-carousel.hollow {
    padding: 11px 18px;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .main-content {
    padding: 40px 20px;
  }

  .gallery {
    padding: 40px 20px;
  }

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

  .schedule {
    display: none;
    margin-bottom: 0px;
  }

  .text-block-2 {
    padding: 7px 0px 7px 12px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    text-align: center;
  }

  .reminder {
    display: none;
    width: 250px;
    margin-bottom: 0px;
  }

  .cta-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    font-size: 60px;
  }

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

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

  .horarios-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#249cff), to(#1d3f9c));
    background-image: linear-gradient(180deg, #249cff, #1d3f9c);
  }

  .reminder-mobile {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 250px;
    margin-bottom: 0px;
    background-image: none;
  }

  .schedule-mobile {
    position: static;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: none;
    text-align: right;
  }

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

  .flowbase-clone-button {
    margin-right: 15px;
  }

  .flowbase-tag {
    min-width: auto;
    margin-left: 15px;
  }

  .cuerpo-de-textos {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .member-button {
    padding: 0px 17px;
    font-size: 13px;
  }

  .member-button:hover {
    padding: 0px 11px;
    font-size: 13px;
  }

  .html-embed {
    background-color: transparent;
  }

  .about-wrapper {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .topmain {
    margin-bottom: 51px;
    font-size: 14px;
  }

  .boton-yellow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }

  .boton-yellow-2:hover {
    margin-right: auto;
    margin-left: auto;
    padding: 6px 21px;
  }
}

@media screen and (max-width: 479px) {
  .footer-logo {
    margin-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-social-link {
    margin-right: 7px;
    margin-left: 7px;
  }

  .social-footer-wrap {
    text-align: center;
  }

  .previous-column {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ededed;
    border-right-width: 0px;
    text-align: left;
  }

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

  .projects-row {
    margin-top: 0px;
    margin-left: 0px;
  }

  .header2block.m-width {
    margin-bottom: 40px;
  }

  .header2 {
    margin-top: 0px;
    font-size: 21px;
    line-height: 38px;
  }

  .projects-card {
    height: 240px;
    padding: 16px;
  }

  .f-card-heading {
    font-size: 20px;
    line-height: 24px;
  }

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

  .nav-link-2 {
    padding-right: 30px;
    text-align: right;
  }

  .nav-link-2.loive {
    margin-right: 60px;
    margin-left: 60px;
  }

  .image-2 {
    margin-top: -1px;
    margin-right: -83px;
    padding-top: 12px;
  }

  .f03_column {
    text-align: center;
  }

  .div-block-5 {
    padding-top: 0px;
  }

  .column {
    padding-bottom: 36px;
  }

  .image-3 {
    margin-top: -27px;
    padding: 22px;
  }

  .cta-main {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-logo-codigo {
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .columns-2 {
    max-width: 95%;
  }

  .boton-yellow {
    padding: 6px 7px;
    font-size: 13px;
  }

  .socials.facebook {
    padding-right: 3px;
    padding-left: 3px;
  }

  .social-round {
    width: 30px;
    height: 30px;
    margin-right: 1px;
    margin-left: 1px;
  }

  .social-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .f-card-subheading {
    font-size: 20px;
    line-height: 24px;
  }

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

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

  .menu-button-2 {
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #043b6b;
  }

  .nav-menu-2 {
    background-color: #eae9e9;
  }

  .background-video {
    height: 300px;
    background-size: 100%, auto;
  }

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

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .text-block-2 {
    padding-left: 0px;
    font-size: 13px;
  }

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

  .top-header {
    height: 120px;
  }

  .heading {
    font-size: 40px;
  }

  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .flowbase-clone-button {
    display: block;
    margin-top: 19px;
  }

  .flowbase-product-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .member-button {
    padding: 2px 7px;
    font-size: 15px;
  }

  .member-button:hover {
    padding: 2px 13px;
    font-size: 13px;
  }

  .misa {
    height: 240px;
    padding: 16px;
  }

  .boton-yellow-2 {
    padding: 11px 7px;
  }

  .logo-bottom {
    margin-top: -27px;
    padding: 22px;
  }
}

@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-CondMedium.otf') format('opentype'), url('../fonts/ClanOT-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-MediumItalic.otf') format('opentype'), url('../fonts/ClanOT-CondMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-Bold.otf') format('opentype'), url('../fonts/ClanOT-CondBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-BoldItalic.otf') format('opentype'), url('../fonts/ClanOT-CondBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot book';
  src: url('../fonts/ClanOT-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-BookItalic.otf') format('opentype'), url('../fonts/ClanOT-CondBookItalic.otf') format('opentype'), url('../fonts/ClanOT-CondNewsItalic.otf') format('opentype'), url('../fonts/ClanOT-NewsItalic.otf') format('opentype'), url('../fonts/ClanOT-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot condbook';
  src: url('../fonts/ClanOT-CondBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot condnews';
  src: url('../fonts/ClanOT-CondNews.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot news';
  src: url('../fonts/ClanOT-News.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot ultra';
  src: url('../fonts/ClanOT-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}