:root {
  --black: var(--color-2);
  --gris: var(--black);
  --white: white;
  --color: #092452;
  --dorado: #9d6d03;
  --color-2: #9e9ea0;
}

.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;
}

@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 {
  color: #1a1b1f;
  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-left: 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;
}

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

.divider {
  color: #e0b046;
  background-color: #092452;
  height: 1px;
}

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

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: rgba(224, 176, 70, 0);
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  background-color: #f8f8f8;
}

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

.container {
  background-color: #fff;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.paragraph-bigger {
  opacity: 1;
  color: #213481;
  text-align: left;
  margin-bottom: 10px;
  font-family: Caudex, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #fff;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-bigger.cc-bigger-white-light-copy {
  opacity: .6;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9d6d03;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  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 {
  background-color: #9d6d03;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

.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: #9d6d03;
  border-radius: 0;
  margin-left: 0;
  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: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Caudex, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.label.cc-light {
  opacity: .6;
  color: #000;
  letter-spacing: 2px;
  font-family: Caudex, sans-serif;
  font-weight: 400;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
  font-family: Big Shoulders Display, sans-serif;
}

.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;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.rich-text figcaption {
  opacity: .6;
}

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

.paragraph-light {
  opacity: .6;
  color: #000;
  text-align: left;
  padding-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Caudex, sans-serif;
  font-size: 1px;
  font-weight: 700;
  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;
}

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

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

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

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

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 20px;
  padding: 0 50px 15px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 400px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: none;
  position: relative;
}

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

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

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

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

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

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  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 {
  color: #e0b046;
  text-align: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgba(18, 18, 37, .68), rgba(18, 18, 37, .68)), url('../images/HomeCayónNumismática1-1.png');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #092452;
  background-image: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 480px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.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: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "Area"
                 "Area-2"
                 / 1fr 1fr 1fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  margin-bottom: 120px;
  display: grid;
}

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

.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: #000;
}

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

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

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

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

.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: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  color: #000;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.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 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.map {
  height: 460px;
  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-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  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-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 200px;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 60px;
  display: grid;
}

.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;
  color: #000;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.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 {
  margin-top: 80px;
  margin-bottom: 120px;
}

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

.section-heading {
  color: #092452;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 900;
}

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

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

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

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

.work-heading {
  color: #092452;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 62px;
}

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

.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-family: Caudex, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
}

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

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

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.text-block {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.text-block-2, .text-block-3 {
  font-family: Big Shoulders Display, sans-serif;
  font-weight: 700;
}

.logos-title-large {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 120px;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clients-title {
  text-align: center;
  font-family: Caudex, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-light-good {
  background-color: #092452;
  border-bottom: 1px solid #e4ebf3;
  padding: 150px 30px 100px;
  display: block;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.footer-brand.w--current {
  pointer-events: none;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: #fff;
  font-family: Caudex, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.footer-link-two {
  pointer-events: auto;
  color: #fff;
  mix-blend-mode: normal;
  margin-top: 15px;
  font-family: Caudex, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition-property: all;
}

.footer-link-two:hover {
  color: #e0b046;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -100px;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template: ". . . Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #1a1b1f;
  text-align: left;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading {
  font-size: 20px;
  line-height: 25px;
}

.heading-2, .heading-3 {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}

.image {
  display: inline;
}

.contact-heading-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.div-block {
  margin-top: 400px;
}

.heading-jumbo-small-copy {
  color: #1a1b1f;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Caudex, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.heading-4 {
  font-family: Caudex, sans-serif;
}

.text-block-4, .text-block-5 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.heading-jumbo-small-frase-historia {
  color: #213481;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Caudex, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.heading-5 {
  color: #213481;
  font-family: Caudex, sans-serif;
}

.our-services-grid-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "Area"
                 "Area-2"
                 / 1fr 1fr 1fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  margin-top: -80px;
  margin-bottom: 120px;
  display: grid;
}

.div-block-2, .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7 {
  margin-top: 50px;
}

.paragraph-light-copy {
  opacity: .6;
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.image-2, .link {
  color: #fff;
}

.link-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition-property: margin;
}

.link-2:hover {
  color: #e0b046;
}

.footer-bottom-copy {
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
}

.link-3 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-3:hover {
  color: #e0b046;
}

.container-3 {
  max-width: 0;
  display: block;
}

.heading-jumbo-small-frase {
  color: #092452;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Caudex, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

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

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

.label-copy.cc-light {
  opacity: .6;
  color: #000;
  letter-spacing: 2px;
  font-family: Caudex, sans-serif;
  font-weight: 400;
}

.label-copy.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
  font-family: Big Shoulders Display, sans-serif;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: -100px;
  margin-right: -100px;
}

.paragraph-light-copy {
  opacity: .6;
  color: #000;
  text-align: center;
  margin-top: -30px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.container-4 {
  margin-bottom: 200px;
  padding-top: 50px;
}

.intro-header-copy {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgba(18, 18, 37, .68), rgba(18, 18, 37, .68)), url('../images/CayónNumismática_Home.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-copy.cc-subpage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #092452;
  background-image: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 480px;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 45px;
  margin-right: 45px;
  padding-bottom: 100px;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding: 32px 0;
  display: flex;
  position: relative;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: none;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  color: #092452;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  color: #092452;
  margin-bottom: 8px;
  font-family: Caudex, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9d6d03;
  border: 1px #000;
  border-radius: 0;
  padding: 16px 35px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  color: #fff;
  background-color: #ececf3;
  border: 1px #9e9ea0;
  align-self: stretch;
  height: 3px;
  margin: 56px 0 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.pricing-tag {
  color: #092452;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: -19px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.heading-jumbo-en-proceso {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
}

.field-label, .field-label-2 {
  color: #000;
  font-family: Caudex, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.field-label-3 {
  color: var(--black);
  font-family: Caudex, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.field-label-4 {
  color: #000;
  font-family: Caudex, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-4, .link-5 {
  color: #000;
}

.footer-title-a {
  color: #fff;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
}

.list-item {
  color: #9e9ea0;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.list-item-2 {
  color: var(--gris);
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.list-item-3 {
  color: #9e9ea0;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.footer-title-b {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Caudex, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
}

.project-details-grid-copy {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 60px;
  display: grid;
}

.link-6 {
  color: #000;
}

.button-portada {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #092452;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-portada.cc-jumbo-button {
  background-color: #e0b046;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-portada.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
}

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

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

.button-portada.cc-contact-us {
  z-index: 5;
  background-color: #e0b046;
  border-radius: 0;
  position: relative;
}

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

.button-portada.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-portada.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button-a {
  color: #092452;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-a.cc-jumbo-button {
  background-color: #e0b046;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-a.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #9d6d03;
  border-radius: 0;
  margin-top: 40px;
}

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

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

.button-a.cc-contact-us {
  z-index: 5;
  background-color: #e0b046;
  border-radius: 0;
  position: relative;
}

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

.button-a.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-a.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-light-nosotros {
  opacity: .6;
  color: #000;
  text-align: left;
  padding-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.label-centrada {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Caudex, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

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

.label-centrada.cc-light {
  opacity: .6;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  font-family: Caudex, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.label-centrada.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
  font-family: Big Shoulders Display, sans-serif;
}

.container-copy {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom-politicas {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-light-pie {
  opacity: .6;
  color: #fff;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: Caudex, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.paragraph-regular-copy {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.paragraph-regular-blanco {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-regular-blanco.margin-bottom-20 {
  margin-bottom: 20px;
}

.paragraph-regular-pol-ticas {
  color: var(--black);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-regular-pol-ticas.margin-bottom-20 {
  margin-bottom: 20px;
}

.heading-jumbo-titulotexto {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
}

.link-7 {
  display: block;
}

.text-block-6 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.pricing-title-secudario {
  color: #092452;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.link-8 {
  color: #000;
}

.text-block-7 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-block-8 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-8-pie {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.checkbox-label {
  color: #000;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.checkbox-field {
  margin-bottom: 15px;
}

.link-9 {
  display: inline;
}

.grid-2 {
  color: #000;
  border: 1px solid #ebebeb;
  grid-template-rows: auto auto auto auto auto auto;
  margin-bottom: 20px;
}

.text-block-9 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.checkbox-label-2 {
  color: #000;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.checkbox-field-2 {
  margin-bottom: 10px;
}

.text-block-10 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.recaptcha {
  margin-bottom: 25px;
}

.button-copy.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #e0b046;
  -webkit-text-stroke-color: var(--white);
  border-radius: 0;
  margin-left: 500px;
  font-size: 12px;
  position: relative;
}

.text-block-5-copy {
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.button-ingles {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #092452;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-ingles.cc-jumbo-button {
  background-color: #e0b046;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-ingles.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-ingles.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #e0b046;
  -webkit-text-stroke-color: var(--white);
  border-radius: 0;
  margin-left: 0;
  font-size: 12px;
  position: relative;
}

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

.button-ingles.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-ingles.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  margin-left: 855px;
  display: block;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #092452;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.list-item-4 {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.list-item-5 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-espa-ol {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #092452;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-espa-ol.cc-jumbo-button {
  background-color: #e0b046;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-espa-ol.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-espa-ol.cc-contact-us {
  z-index: 5;
  color: #092452;
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  position: relative;
}

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

.button-espa-ol.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-espa-ol.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button-english {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #092452;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-english.cc-jumbo-button {
  background-color: #e0b046;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-english.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-english.cc-contact-us {
  z-index: 5;
  color: #092452;
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  position: relative;
}

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

.button-english.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-english.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-2 {
  color: #092452;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.button-copy.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #092452;
  border-radius: 0;
  margin-left: 0;
  font-size: 14px;
  position: relative;
}

.button-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #092452;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-copy.cc-jumbo-button {
  background-color: #e0b046;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-copy.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-copy.cc-contact-us {
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  position: relative;
}

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

.button-copy.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-copy.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button-esp {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #092452;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-esp.cc-jumbo-button {
  background-color: #e0b046;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-esp.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-esp.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: #092452;
  border-radius: 0;
  margin-left: 0;
  font-size: 14px;
  position: relative;
}

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

.button-esp.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-esp.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #092452;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-copy-copy.cc-jumbo-button {
  background-color: #e0b046;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-copy-copy.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-copy-copy.cc-contact-us {
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  position: relative;
}

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

.button-copy-copy.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-copy-copy.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button-eng {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #092452;
  border-radius: 3px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-eng.cc-jumbo-button {
  background-color: #e0b046;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-eng.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-eng.cc-contact-us {
  z-index: 5;
  color: #092452;
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  position: relative;
}

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

.button-eng.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-eng.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.link-privacidad {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-privacidad:hover {
  color: #e0b046;
}

.link-3-cookies {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-3-cookies:hover {
  color: #e0b046;
}

.link-3-polit {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-3-polit:hover {
  color: #e0b046;
}

.link-3-copy {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-3-copy:hover {
  color: #e0b046;
}

.link-3-pol-cookies {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-3-pol-cookies:hover {
  color: #e0b046;
}

.hero-heading-center {
  background-color: #fff;
  border-bottom: 1px #fff;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  color: var(--color);
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 62px;
}

.centered-heading-2.margin-bottom-32px {
  color: #092452;
  text-align: left;
  margin-bottom: 32px;
  margin-right: -50px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #9e9ea0;
  margin-top: -20px;
  margin-bottom: 24px;
  margin-right: -50px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-2 {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  overflow: visible;
}

.shadow-two-2-escanea {
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.centered-subheading {
  color: #9e9ea0;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 20px;
  margin-left: -100px;
  margin-right: -20px;
  padding-bottom: 24px;
}

.team-member-image-two {
  border-radius: 20px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  margin-right: -50px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  margin-right: -50px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  margin-right: 0;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
  overflow: visible;
}

.mask {
  margin-left: -50px;
  margin-right: -50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #f8f8f8;
  border-radius: 20px;
  margin-top: 25px;
  margin-right: -110px;
  padding-bottom: 24px;
  padding-right: 0;
}

.team-block-info-2 {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 50px;
  display: flex;
}

.team-member-name-two-2 {
  color: #092452;
  margin-top: 40px;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.team-member-text-2 {
  color: #9e9ea0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.team-block-info-2-grande {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-heading-center-gris {
  background-color: #f8f8f8;
  border-bottom: 1px #fff;
  padding: 160px 30px 80px;
  position: relative;
}

.container-gris {
  background-color: #f8f8f8;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-heading-right-2 {
  background-color: #092452;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-3 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
}

.container-12 {
  color: #092452;
  background-color: #092452;
}

.hero-heading-center-azul {
  background-color: #092452;
  border-bottom: 1px #fff;
  padding: 80px 30px;
  position: relative;
}

.heading-6 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.hero-heading-center-foto {
  background-color: #092452;
  border-bottom: 1px #fff;
  padding: 80px 30px 220px;
  position: relative;
}

.hero-stack {
  background-color: #092452;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  color: #9e9ea0;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  box-shadow: none;
}

.heading-7 {
  color: var(--color);
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  color: var(--color);
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.team-member-text-3 {
  color: #9e9ea0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.hero-heading-center-blanco {
  background-color: #fff;
  border-bottom: 1px #fff;
  padding: 160px 0;
  position: relative;
}

.slide-nav {
  overflow: hidden;
}

.team-block-info-3-copy {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding-left: 0;
  padding-right: 24px;
  display: flex;
}

.image-4 {
  border-radius: 20px;
}

.image-5 {
  border-radius: 40px;
}

.team-member-name-two-3-copy {
  color: var(--color);
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.container-13 {
  max-width: 1000px;
  margin-bottom: 200px;
  margin-left: 40px;
  margin-right: 0;
  padding-right: 0;
}

.team-block-2-copy {
  background-color: #f8f8f8;
  border-radius: 20px;
  margin-top: 25px;
  margin-right: 0;
  padding-bottom: 24px;
  padding-right: 0;
}

.columns {
  max-width: 1000px;
}

.heading-7-copy {
  color: var(--color);
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

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

.container-14 {
  margin-left: -10px;
}

.team-block-2-2 {
  background-color: #f8f8f8;
  border-radius: 20px;
  margin-top: 25px;
  margin-right: -110px;
  padding-bottom: 24px;
  padding-right: 0;
}

.hero-heading-center-1 {
  background-color: #fff;
  border-bottom: 1px #fff;
  padding: 50px 30px 80px;
  position: relative;
}

.hero-heading-center-2 {
  background-color: #fff;
  border-bottom: 1px #fff;
  padding: 80px 60px;
  position: relative;
}

.heading-7-blanco {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.margin-bottom-24px-4-blanco {
  color: #fff;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.columns-2 {
  padding-left: 50px;
  padding-right: 50px;
}

.columns-3 {
  margin-left: 55px;
  margin-right: 55px;
}

.hero-heading-center-1-cayon {
  background-color: #fff;
  border-bottom: 1px #fff;
  padding: 0 30px 150px;
  position: relative;
}

.centered-heading-2-copy {
  color: var(--color);
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 62px;
}

.centered-heading-2-copy.margin-bottom-32px {
  color: #092452;
  text-align: left;
  margin-bottom: 32px;
  margin-right: -50px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 72px;
}

.text-block-6-copy {
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.hero-heading-center-2opy {
  background-color: #fff;
  border-bottom: 1px #fff;
  padding: 0 30px 150px;
  position: relative;
}

.paragraph-regular-copy {
  color: var(--black);
  text-align: center;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-regular-copy.margin-bottom-20 {
  margin-bottom: 20px;
}

.containter-login {
  margin-top: 100px;
}

.contact-heading-copy {
  color: var(--color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.button-iniciarsesion {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9d6d03;
  border-radius: 3px;
  margin-left: 300px;
  margin-right: 300px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-iniciarsesion.cc-jumbo-button {
  background-color: #9d6d03;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-iniciarsesion.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-iniciarsesion.cc-contact-us {
  z-index: 5;
  background-color: #9d6d03;
  border-radius: 0;
  margin-left: 0;
  position: relative;
}

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

.button-iniciarsesion.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-iniciarsesion.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-regular-contrase-a {
  color: var(--black);
  text-align: center;
  padding-top: 50px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-regular-contrase-a.margin-bottom-20 {
  margin-bottom: 20px;
}

.paragraph-regular-moreinfo {
  color: var(--black);
  text-align: left;
  margin-right: 0;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-regular-moreinfo.margin-bottom-20 {
  margin-bottom: 20px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9d6d03;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-iniciarsesion-siguiente {
  background-color: var(--dorado);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: zoom-in;
  border-radius: 3px;
  margin-left: 300px;
  margin-right: 300px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-iniciarsesion-siguiente.cc-jumbo-button {
  background-color: #9d6d03;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-iniciarsesion-siguiente.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-iniciarsesion-siguiente.cc-contact-us {
  z-index: 5;
  background-color: #9d6d03;
  border-radius: 0;
  margin-left: 0;
  position: relative;
}

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

.button-iniciarsesion-siguiente.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-iniciarsesion-siguiente.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button-cancelar {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #aaa;
  border-radius: 3px;
  margin-left: 270px;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-cancelar.cc-jumbo-button {
  background-color: #9d6d03;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-cancelar.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-cancelar.cc-contact-us {
  z-index: 5;
  background-color: #9d6d03;
  border-radius: 0;
  margin-left: 0;
  position: relative;
}

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

.button-cancelar.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-cancelar.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

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

.button-iniciarsesion-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9d6d03;
  border-radius: 3px;
  margin-left: 300px;
  margin-right: 300px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-iniciarsesion-copy.cc-jumbo-button {
  background-color: #9d6d03;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-iniciarsesion-copy.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-iniciarsesion-copy.cc-contact-us {
  z-index: 5;
  background-color: #9d6d03;
  border-radius: 0;
  margin-left: 0;
  position: relative;
}

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

.button-iniciarsesion-copy.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-iniciarsesion-copy.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button-siguiente {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9d6d03;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 300px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-siguiente.cc-jumbo-button {
  background-color: #9d6d03;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.button-siguiente.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0b046;
  border-radius: 0;
  margin-top: 30px;
}

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

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

.button-siguiente.cc-contact-us {
  z-index: 5;
  background-color: #9d6d03;
  border-radius: 0;
  margin-left: 0;
  position: relative;
}

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

.button-siguiente.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-siguiente.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-regular-contrase-a-copy {
  color: var(--black);
  text-align: center;
  padding-top: 50px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-regular-contrase-a-copy.margin-bottom-20 {
  margin-bottom: 20px;
}

.hero-split-2-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-top: -222px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.cc-cta {
    margin-bottom: 0;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 40px;
  }

  .label.cc-light, .paragraph-light {
    color: #000;
  }

  .cta-wrap {
    padding-bottom: 20px;
  }

  .intro-header {
    background-image: linear-gradient(rgba(11, 10, 31, .5), rgba(11, 10, 31, .5)), url('../images/HomeCayónNumismática1-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .motto-wrap {
    margin-bottom: 0;
  }

  .about-grid {
    margin-top: 0;
  }

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

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-light-good {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: flex;
  }

  .footer-wrapper-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-brand.w--current {
    pointer-events: none;
    cursor: auto;
  }

  .text-block-4, .text-block-5 {
    font-size: 14px;
  }

  .pricing-wrapper {
    margin-left: 60px;
    margin-right: 60px;
  }

  .pricing-title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-regular {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  .button-primary {
    font-size: 14px;
  }

  .list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .list-item-2 {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
  }

  .list-item-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .footer-title-b {
    font-family: Lato, sans-serif;
    font-size: 22px;
  }

  .project-details-grid-copy {
    margin-top: 0;
  }

  .button-a.cc-jumbo-button.cc-jumbo-white {
    margin-top: 40px;
  }

  .label-centrada.cc-light {
    color: #000;
    font-weight: 400;
  }

  .container-7 {
    margin-left: auto;
    display: inline-block;
  }

  .paragraph-regular-blanco, .paragraph-regular-pol-ticas {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  .pricing-title-secudario {
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }

  .button-copy.cc-jumbo-button.cc-jumbo-white {
    margin-top: 40px;
  }

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

  .button-ingles.cc-jumbo-button.cc-jumbo-white {
    margin-top: 40px;
  }

  .button-ingles.cc-contact-us {
    margin-left: 0;
  }

  .button-espa-ol.cc-jumbo-button.cc-jumbo-white, .button-english.cc-jumbo-button.cc-jumbo-white, .button-copy.cc-jumbo-button.cc-jumbo-white, .button-copy.cc-jumbo-button.cc-jumbo-white, .button-esp.cc-jumbo-button.cc-jumbo-white, .button-copy-copy.cc-jumbo-button.cc-jumbo-white, .button-eng.cc-jumbo-button.cc-jumbo-white {
    margin-top: 40px;
  }

  .team-slide-wrapper {
    margin-right: 25%;
  }

  .team-block {
    margin-left: 0;
    margin-right: 0;
  }

  .team-block-info {
    margin-left: -50px;
    margin-right: -50px;
  }

  .team-member-name-two {
    margin-right: 0;
  }

  .paragraph-regular-copy {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .button-iniciarsesion.cc-jumbo-button.cc-jumbo-white {
    margin-top: 40px;
  }

  .paragraph-regular-contrase-a, .paragraph-regular-moreinfo {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  .button-iniciarsesion-siguiente.cc-jumbo-button.cc-jumbo-white, .button-cancelar.cc-jumbo-button.cc-jumbo-white, .button-iniciarsesion-copy.cc-jumbo-button.cc-jumbo-white, .button-siguiente.cc-jumbo-button.cc-jumbo-white {
    margin-top: 40px;
  }

  .link-10, .link-11 {
    font-weight: 400;
  }

  .paragraph-regular-contrase-a-copy {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .pricing-wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }

  .pricing-title, .list-item {
    font-size: 20px;
    line-height: 33px;
  }

  .list-item-2 {
    font-size: 20px;
  }

  .list-item-3 {
    font-size: 20px;
    line-height: 33px;
  }

  .pricing-title-secudario {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .shadow-two-2 {
    padding-left: 0;
  }

  .team-block-info-2 {
    background-color: #f8f8f8;
    border-radius: 20px;
  }

  .container-gris {
    max-width: 2000px;
  }

  .container-13 {
    max-width: 1500px;
  }

  .columns {
    margin-right: 15px;
  }

  .centered-heading-2-copy.margin-bottom-32px {
    font-size: 75px;
    line-height: 85px;
  }

  .text-block-6-copy {
    margin-top: 100px;
    font-size: 40px;
  }

  .hero-split-2-copy {
    margin-top: -155px;
  }
}

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

  .section.cc-store-home-wrap {
    display: block;
  }

  .styleguide-block, .paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light, .paragraph-bigger.cc-bigger-white-light-copy {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

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

  .label {
    text-align: left;
  }

  .paragraph-light {
    text-align: left;
    padding-left: 0;
  }

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

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

  .menu-icon {
    display: block;
  }

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

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

  .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: rgba(0, 0, 0, 0);
  }

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

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/HomeCayónNumismática.png');
    background-position: 0 0, 50%;
  }

  .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-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .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%;
  }

  .contact-email-link {
    text-align: left;
  }

  .section-heading {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .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;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .footer-light-good {
    padding-bottom: 0;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

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

  .container-5 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .pricing-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .pricing-card {
    text-align: left;
    width: 350px;
  }

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

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

  .button-portada {
    justify-content: center;
  }

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

  .button-a {
    justify-content: center;
  }

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

  .container-6 {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .div-block-8 {
    padding-bottom: 50px;
  }

  .paragraph-light-pie {
    text-align: left;
    padding-left: 0;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-ingles {
    justify-content: center;
  }

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

  .container-9 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: none;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-espa-ol {
    justify-content: center;
  }

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

  .button-english {
    justify-content: center;
  }

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

  .container-10 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .button-copy {
    justify-content: center;
  }

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

  .button-esp {
    justify-content: center;
  }

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

  .button-copy-copy {
    justify-content: center;
  }

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

  .button-eng {
    justify-content: center;
  }

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

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper, .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-member-name-two-2, .team-member-text-2 {
    font-family: Lato, sans-serif;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .contact-heading-copy {
    text-align: center;
  }

  .button-iniciarsesion {
    justify-content: center;
    margin-left: 200px;
    margin-right: 200px;
  }

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

  .nav-menu-wrapper-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

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

  .button-iniciarsesion-siguiente {
    justify-content: center;
    margin-left: 200px;
    margin-right: 200px;
  }

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

  .button-cancelar {
    background-color: #a7a6a6;
    justify-content: center;
    margin-left: 160px;
    margin-right: 200px;
  }

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

  .button-iniciarsesion-copy {
    justify-content: center;
    margin-left: 200px;
    margin-right: 200px;
  }

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

  .button-siguiente {
    justify-content: center;
    margin-left: 0;
    margin-right: 200px;
  }

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

  .hero-split-2-copy {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
}

@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;
  }

  .paragraph-bigger.cc-bigger-white-light, .paragraph-bigger.cc-bigger-white-light-copy {
    text-align: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-left: -150px;
  }

  .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-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/HomeCayónNumismática.png');
    background-position: 0 0, 50%;
  }

  .intro-header.cc-subpage {
    margin-left: 0;
    margin-right: 0;
  }

  .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;
  }

  .project-details-grid {
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: inline-block;
  }

  .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;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-light-good {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-two {
    padding-top: 50px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .pricing-overview {
    padding: 60px 15px;
  }

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

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

  .footer-bottom-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-3 {
    padding-bottom: 25px;
  }

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

  .intro-header-copy.cc-subpage {
    margin-left: 0;
    margin-right: 0;
  }

  .features-list, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
    margin-left: 30px;
    display: block;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

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

  .project-details-grid-copy {
    margin-top: 0;
    display: inline-block;
  }

  .button-a.cc-jumbo-button.cc-jumbo-white {
    margin-left: -150px;
  }

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

  .footer-bottom-politicas {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-6 {
    margin-top: -150px;
    margin-bottom: -300px;
    padding-bottom: 0;
  }

  .div-block-8 {
    padding-bottom: 50px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

  .pricing-title-secudario {
    font-size: 20px;
    line-height: 42px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .button-copy.cc-jumbo-button.cc-jumbo-white, .button-ingles.cc-jumbo-button.cc-jumbo-white {
    margin-left: -150px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 30px;
    display: grid;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .button-espa-ol.cc-jumbo-button.cc-jumbo-white, .button-english.cc-jumbo-button.cc-jumbo-white {
    margin-left: -150px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .button-copy.cc-jumbo-button.cc-jumbo-white, .button-esp.cc-jumbo-button.cc-jumbo-white, .button-copy-copy.cc-jumbo-button.cc-jumbo-white, .button-eng.cc-jumbo-button.cc-jumbo-white {
    margin-left: -150px;
  }

  .link-privacidad, .link-3-cookies, .link-3-polit, .link-3-copy, .link-3-pol-cookies {
    padding-bottom: 25px;
  }

  .hero-heading-center, .team-slider, .hero-heading-center-gris {
    padding: 60px 15px;
  }

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

  .hero-heading-right-2, .hero-heading-center-azul, .hero-heading-center-foto, .hero-stack, .team-slider-2, .hero-heading-center-blanco, .hero-heading-center-1, .hero-heading-center-2, .hero-heading-center-1-cayon, .hero-heading-center-2opy {
    padding: 60px 15px;
  }

  .paragraph-regular-copy {
    text-align: center;
  }

  .button-iniciarsesion.cc-jumbo-button.cc-jumbo-white {
    margin-left: -150px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .button-iniciarsesion-siguiente.cc-jumbo-button.cc-jumbo-white {
    margin-left: -150px;
  }

  .button-cancelar {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .button-cancelar.cc-jumbo-button.cc-jumbo-white, .button-iniciarsesion-copy.cc-jumbo-button.cc-jumbo-white {
    margin-left: -150px;
  }

  .button-siguiente {
    margin-left: 0;
    margin-right: 100px;
  }

  .button-siguiente.cc-jumbo-button.cc-jumbo-white {
    margin-left: -150px;
  }
}

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

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

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 50px;
    margin-left: -30px;
  }

  .label.cc-light {
    text-align: left;
  }

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

  .paragraph-light {
    padding-bottom: 0;
  }

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

  .menu-icon {
    display: none;
  }

  .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;
  }

  .intro-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/HomeCayónNumismática.png');
    background-position: 0 0, 50%;
  }

  .intro-header.cc-subpage {
    margin-left: 0;
    margin-right: 0;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    margin-top: -70px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

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

  .project-details-grid {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    text-align: left;
    font-size: 38px;
  }

  .about-grid.cc-about-2 {
    margin-top: 100px;
  }

  .work-heading {
    font-size: 35px;
    line-height: 46px;
  }

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

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-light-good {
    padding-bottom: 80px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 25px;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid, .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .footer-bottom-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-jumbo-small-frase {
    margin-top: 0;
  }

  .grid {
    grid-auto-columns: minmax(200px, 1fr);
  }

  .intro-header-copy.cc-subpage {
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

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

  .pricing-wrapper {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1.75fr;
    grid-auto-flow: row dense;
    margin-left: 30px;
    display: block;
  }

  .pricing-card {
    display: flex;
  }

  .pricing-title {
    font-size: 20px;
  }

  .pricing-price {
    font-size: 35px;
  }

  .paragraph-regular {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-jumbo-en-proceso {
    font-size: 20px;
    line-height: 40px;
  }

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

  .project-details-grid-copy {
    width: 100%;
    padding-left: 15px;
  }

  .link-6 {
    color: #000;
    text-align: left;
  }

  .button-portada.cc-jumbo-button.cc-jumbo-white, .button-a.cc-jumbo-button.cc-jumbo-white {
    margin-top: 50px;
    margin-left: 0;
  }

  .paragraph-light-nosotros {
    margin-left: -30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .label-centrada.cc-light {
    text-align: center;
  }

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

  .column, .column-2 {
    padding-left: 0;
  }

  .container-copy {
    margin-top: -50px;
    margin-bottom: 0;
  }

  .footer-bottom-politicas {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .background-video {
    display: block;
  }

  .container-6 {
    margin-bottom: -100px;
  }

  .paragraph-light-pie {
    padding-bottom: 0;
  }

  .container-7 {
    max-width: none;
  }

  .paragraph-regular-copy {
    text-align: left;
  }

  .paragraph-regular-blanco {
    text-align: center;
  }

  .paragraph-regular-pol-ticas {
    text-align: left;
  }

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

  .text-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-title-secudario {
    font-size: 14px;
    line-height: 22px;
  }

  .container-8 {
    max-width: none;
  }

  .button-copy.cc-jumbo-button.cc-jumbo-white, .button-ingles.cc-jumbo-button.cc-jumbo-white {
    margin-top: 50px;
    margin-left: -30px;
  }

  .container-9 {
    max-width: none;
  }

  .nav-menu-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .button-espa-ol.cc-jumbo-button.cc-jumbo-white, .button-english.cc-jumbo-button.cc-jumbo-white {
    margin-top: 50px;
    margin-left: -30px;
  }

  .container-10 {
    max-width: none;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .button-copy.cc-jumbo-button.cc-jumbo-white, .button-esp.cc-jumbo-button.cc-jumbo-white, .button-copy-copy.cc-jumbo-button.cc-jumbo-white, .button-eng.cc-jumbo-button.cc-jumbo-white {
    margin-top: 50px;
    margin-left: -30px;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .centered-heading-2.margin-bottom-32px {
    margin-right: 0;
    font-size: 35px;
    line-height: 46px;
  }

  .margin-bottom-24px-2 {
    margin-right: 0;
  }

  .team-slide-wrapper, .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-2 {
    margin-bottom: 25px;
  }

  .team-block-info-2 {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-gris {
    margin-top: -50px;
    margin-bottom: 0;
  }

  .heading-7 {
    font-size: 35px;
    line-height: 46px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-2-copy, .team-block-2-2 {
    margin-bottom: 25px;
  }

  .heading-7-blanco {
    font-size: 35px;
    line-height: 46px;
  }

  .columns-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading-center-1-cayon {
    margin-top: 50px;
  }

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

  .centered-heading-2-copy {
    margin-bottom: 24px;
  }

  .centered-heading-2-copy.margin-bottom-32px {
    margin-right: 0;
    font-size: 35px;
    line-height: 46px;
  }

  .text-block-6-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading-center-2opy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-regular-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-iniciarsesion {
    margin-left: 0;
    margin-right: 0;
  }

  .button-iniciarsesion.cc-jumbo-button.cc-jumbo-white {
    margin-top: 50px;
    margin-left: -30px;
  }

  .paragraph-regular-contrase-a {
    text-align: center;
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-regular-moreinfo {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-iniciarsesion-siguiente {
    margin-left: 0;
    margin-right: 0;
  }

  .button-iniciarsesion-siguiente.cc-jumbo-button.cc-jumbo-white {
    margin-top: 50px;
    margin-left: -30px;
  }

  .button-cancelar {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-cancelar.cc-jumbo-button.cc-jumbo-white {
    margin-top: 50px;
    margin-left: -30px;
  }

  .button-iniciarsesion-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .button-iniciarsesion-copy.cc-jumbo-button.cc-jumbo-white {
    margin-top: 50px;
    margin-left: -30px;
  }

  .button-siguiente {
    margin-left: 0;
    margin-right: 0;
  }

  .button-siguiente.cc-jumbo-button.cc-jumbo-white {
    margin-top: 50px;
    margin-left: -30px;
  }

  .paragraph-regular-contrase-a-copy {
    text-align: center;
    margin-top: -60px;
    margin-bottom: 100px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-split-2-copy {
    margin-top: 0;
  }
}

#w-node-_738edfc9-fb6f-d9be-0cca-f22def417403-7959f9e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de437c77-02e4-991a-233a-a677cd657822-7959f9e3, #w-node-de437c77-02e4-991a-233a-a677cd657839-7959f9e3, #w-node-de437c77-02e4-991a-233a-a677cd657852-7959f9e3, #w-node-de437c77-02e4-991a-233a-a677cd65786e-7959f9e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-de437c77-02e4-991a-233a-a677cd657852-7959f9e3, #w-node-de437c77-02e4-991a-233a-a677cd65786e-7959f9e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-de437c77-02e4-991a-233a-a677cd657822-7959f9e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


