:root {
  --black: #333;
  --soft: #fdfaeb;
  --orange: #ef781a;
  --yellow: #feda02;
  --blue: #3d79bd;
  --dark-soft: #f0eddd;
  --transparent: #fff0;
  --grey: #b3b3b3;
  --white: white;
  --black-2: black;
}

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

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

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

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

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

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

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.body {
  color: var(--black);
  letter-spacing: -.2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.c-header {
  z-index: 999;
  position: static;
  inset: 0% 0% auto;
}

.c-header-container-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  width: 16rem;
  display: flex;
}

.c-header-container {
  z-index: 100;
  background-color: var(--orange);
  border-radius: 32px;
  width: 90%;
  height: 3rem;
  margin: 1rem auto 0;
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-header-link-logo {
  flex: 0 auto;
}

.ui-header-logo {
  height: 10rem;
  display: block;
  position: static;
}

.c-header-link {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
}

.c-header-link:hover {
  color: var(--yellow);
  transform: scale(1.07);
}

.c-header-link.w--current {
  color: var(--yellow);
}

.c-header-link.w--current:hover {
  transform: scale(1);
}

.c-header-link.cc-hide {
  display: none;
}

.c-header-link.cc-movil-hide {
  display: block;
}

.c-header-container-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: right;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 16rem;
  display: flex;
}

.c-header-menu-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  display: flex;
}

.c-header-menu-button, .c-section.cc-hide {
  display: none;
}

.c-v-container.cc-full {
  width: 100%;
  height: 100vh;
  min-height: 800px;
}

.c-v-container.cc-full.cc-404 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-v-container.cc-crop {
  height: auto;
}

.c-h-container {
  background-color: var(--soft);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.c-h-container.cc-top-bot-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-h-container.cc-blue {
  background-color: var(--blue);
}

.c-h-container.cc-blue.cc-2rem {
  padding-left: 4rem;
  padding-right: 4rem;
}

.c-h-container.cc-yellow {
  background-color: var(--yellow);
}

.c-h-container.cc-2rem {
  padding-left: 4rem;
  padding-right: 4rem;
}

.c-h-container.cc-2rem.cc-cream {
  background-color: var(--soft);
  flex-direction: column;
}

.c-h-container.cc-2rem.cc-dark-cream {
  background-color: var(--dark-soft);
}

.c-h-container.cc-2rem.cc-yellow {
  text-decoration: none;
}

.c-h-container.cc-2rem.cc-ca {
  background-color: var(--soft);
  flex-direction: column;
  align-items: flex-start;
}

.c-h-container.cc-2rem.cc-orange {
  background-color: var(--orange);
}

.c-h-container.cc-2rem.cc-white {
  background-color: #eee;
}

.c-s1-content {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-s1-top {
  background-image: url('../images/01_HeroHeader_Opt_WEBP.webp');
  background-position: 50% 20%;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-s1-bot {
  background-color: var(--yellow);
  flex-direction: row;
  flex: 0 auto;
  width: 100%;
  min-height: 13.8rem;
  display: flex;
}

.c-s1-left {
  flex: 1;
  align-items: flex-end;
  min-width: 50%;
  max-width: 50%;
  display: flex;
}

.c-s1-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50rem;
  padding: 3rem 8rem 3rem 6rem;
  display: flex;
}

.ui-h1 {
  color: var(--orange);
  max-width: 940px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 4rem;
  padding-right: 2rem;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 4.9vw;
  font-weight: 400;
  line-height: 4.9vw;
}

.ui-h2 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35rem;
}

.ui-h2.cc-hide {
  display: none;
}

.c-doble-button-container {
  align-self: flex-start;
  display: flex;
}

.ui-button {
  background-color: var(--orange);
  color: var(--yellow);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 32px;
  min-width: 10rem;
  margin-top: 1rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: .9rem;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.ui-button:hover {
  transform: scale(1.07);
}

.ui-button.cc-orange-off {
  border: 1px solid var(--orange);
  background-color: var(--transparent);
  color: var(--orange);
  background-image: linear-gradient(#0000, #0000);
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.ui-button.cc-orange-off:hover {
  background-color: var(--orange);
  color: var(--yellow);
}

.ui-button.cc-orange-off.cc-hover-fill-or-ye.w--current:hover {
  background-color: var(--yellow);
  color: var(--yellow);
}

.ui-button.cc-white-off {
  border: 1px solid var(--soft);
  background-color: var(--transparent);
  color: var(--soft);
}

.ui-button.cc-white-off.cc-mtop-2rem {
  margin-top: 2rem;
}

.ui-button.cc-mright-1rem {
  margin-right: 1rem;
  display: block;
}

.ui-button.cc-black {
  color: var(--soft);
}

.ui-button.cc-black.cc-mtop-2rem, .ui-button.cc-mtop-2rem {
  margin-top: 2rem;
}

.ui-button.cc-orange-cream {
  color: var(--soft);
}

.ui-button.cc-orange-cream.cc-mtop-2rem {
  transition: color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
}

.ui-button.cc-orange-cream.cc-mtop-2rem:hover {
  color: var(--yellow);
}

.ui-span-hh {
  font-style: italic;
}

.ui-header-extra-logo {
  display: none;
}

.c-s2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1650px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.c-s2-column {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.c-s2-img {
  background-color: var(--blue);
  border-radius: 16px;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 20rem;
}

.c-s2-img.cc-img-01 {
  background-image: url('../images/02_03_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-s2-img.cc-img-02 {
  background-image: url('../images/02_02_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-s2-img.cc-img-03 {
  background-image: url('../images/Bizcochitos.webp');
  background-position: 50%;
  background-size: cover;
}

.c-s2-text {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.c-s2-text.cc-shrink {
  flex: 0 auto;
  margin-top: 2rem;
}

.ui-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.ui-h3.cc-color-soft {
  color: var(--soft);
}

.ui-h3.cc-color-soft.cc-size {
  margin-top: 0;
  font-size: 4rem;
  line-height: 3.5rem;
}

.ui-h3.cc-color-soft.cc-contact {
  margin-top: 0;
  font-size: 2rem;
}

.ui-h3.cc-size {
  font-size: 4rem;
  line-height: 3.5rem;
}

.ui-h3.cc-size.cc-single-tittle {
  color: var(--orange);
  flex: 1;
  margin-top: 2rem;
  margin-bottom: 0;
  line-height: 4rem;
}

.ui-h3.cc-size.cc-single-tittle.cc-white {
  color: var(--soft);
}

.ui-h3.cc-size.cc-single-tittle.cc-white.cc-404 {
  font-size: 3rem;
  line-height: 3rem;
}

.ui-h3.cc-size.cc-single-tittle.cc-soft {
  color: var(--soft);
}

.ui-h3.cc-size.cc-single-tittle.cc-soft.cc-404 {
  border-bottom: 3px solid var(--soft);
  text-decoration: none;
}

.ui-h3.cc-size.cc-single-tittle.cc-yellow {
  color: var(--yellow);
}

.ui-h3.cc-size.cc-single-tittle.cc-02 {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.ui-h3.cc-mbot-2rem {
  margin-bottom: 1.5rem;
}

.ui-h3.cc-mbot-2rem.cc-master {
  font-size: 2.8rem;
  line-height: 2.8rem;
}

.ui-h3.cc-mbot-2rem.cc-tal {
  color: var(--soft);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  line-height: 2.3rem;
}

.ui-h3.cc-info {
  margin-top: 1rem;
  font-size: 2.7rem;
}

.ui-h3.cc-legal {
  margin-bottom: 4rem;
}

.ui-h3.cc-mtop {
  margin-top: 2rem;
}

.ui-h3.cc-color-orange {
  color: var(--orange);
  flex: 0 auto;
  text-decoration: none;
}

.ui-h3.cc-bot-2rem {
  margin-bottom: 2rem;
}

.ui-h3.cc-master {
  font-size: 2.8rem;
  line-height: 2.8rem;
}

.ui-h3.cc-master.cc-top-1rem {
  margin-top: 1rem;
  margin-bottom: 0;
}

.ui-h4 {
  color: var(--grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.ui-h4.cc-tal {
  color: var(--soft);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.ui-h4.cc-bold {
  font-weight: 700;
}

.ui-h4.cc-bold.cc-legal, .ui-h4.cc-legal {
  margin-bottom: 1rem;
}

.ui-h4.cc-bot-4rem {
  margin-bottom: 1.5rem;
}

.ui-h4.cc-mbot-1rem {
  margin-bottom: 1rem;
}

.ui-h4.cc-mtop-2rem {
  margin-top: 2rem;
}

.ui-h5 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.35rem;
}

.ui-h5.cc-mbot-2rem {
  max-width: 26.4rem;
}

.ui-h5.cc-mbot-2rem.cc-color-soft {
  color: var(--soft);
  max-width: 42rem;
}

.ui-h5.cc-color-soft {
  color: var(--soft);
  width: 50%;
  padding-left: 1rem;
}

.ui-h5.cc-color-soft.cc-center {
  text-align: center;
}

.ui-h5.cc-color-soft.cc-center.cc-max {
  max-width: 850px;
}

.ui-h5.cc-color-soft.cc-contact {
  flex: 1;
  width: 100%;
}

.ui-h5.cc-color-soft.cc-contact.cc-mleft-0 {
  padding-left: 0;
}

.ui-h5.cc-center {
  text-align: center;
}

.ui-h5.cc-center.cc-max {
  max-width: 850px;
}

.ui-h5.cc-msides-1rem {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ui-h5.cc-left {
  padding-right: 10.4rem;
}

.ui-h5.cc-left.cc-soon {
  color: var(--orange);
  font-style: italic;
}

.ui-h5.cc-orange {
  color: var(--orange);
}

.ui-h5.cc-orange.cc-hide {
  display: none;
}

.ui-h5.cc-orange.cc-title {
  width: 50%;
  padding-left: 1rem;
}

.ui-h5.cc-color-orange {
  color: var(--orange);
}

.ui-h5.cc-day {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.ui-h5.cc-info {
  width: 90%;
  margin-top: 0;
}

.ui-h5.cc-star {
  color: var(--black);
  width: auto;
  margin-top: 0;
  margin-right: .5rem;
  font-size: .6rem;
}

.ui-h5.cc-color-yellow {
  color: var(--yellow);
  padding-right: 3rem;
}

.c-v-container-wip.cc-full {
  height: 100vh;
  min-height: 600px;
}

.c-h-container-wip {
  height: 100%;
  padding-bottom: 0;
}

.c-s1-content-wip {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.c-s1-top-wip {
  background-image: url('../images/01_HeroHeader_Opt_WEBP.webp');
  background-position: 50% 0;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-s1-bot-wip {
  background-color: var(--yellow);
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  min-height: 13.8rem;
  padding-left: 48px;
  display: flex;
}

.c-logo-wip {
  border-radius: 100%;
  align-items: center;
  width: 39vw;
  height: 10vw;
  margin-top: 3rem;
  display: flex;
}

.c-s1-right-wip {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3rem 2rem 1.5rem 2.5rem;
  display: flex;
}

.ui-h2-wip {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9rem;
}

.ui-h1-wip {
  color: var(--orange);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 3.7vw;
}

.wiptlf {
  text-decoration: none;
}

.c-s1-left-wip {
  flex: 1;
  align-items: flex-end;
  max-width: 50%;
  display: flex;
}

.c-s3-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 1650px;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.c-s3-text {
  flex-direction: column;
  flex: 0 auto;
  width: 50%;
  padding-right: 3rem;
  display: flex;
}

.c-s3-img {
  background-image: url('../images/03_Tartas_02.webp');
  background-position: 50% 75%;
  background-size: cover;
  border-radius: 16px;
  flex: 0 auto;
  width: 100%;
  height: 50vh;
}

.c-single-button {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.c-single-button.cc-shrink {
  flex: 0 auto;
}

.c-s4-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.c-s4-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.c-s6-content {
  max-width: 1650px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-s6-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.c-testimonial {
  background-color: var(--dark-soft);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.ui-stars, .ui-user {
  align-items: center;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  display: flex;
}

.ui-text {
  font-size: 1rem;
  line-height: 1.2rem;
}

.ui-text.cc-testimonial {
  padding-left: 1.5rem;
  padding-right: 3rem;
  font-size: .9rem;
  font-style: italic;
}

.ui-text.cc-user-name {
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1rem;
}

.ui-text.cc-user-name.cc-comentario {
  color: var(--grey);
  margin-top: 1rem;
  margin-left: 0;
}

.ui-text.cc-equip-name {
  color: var(--soft);
  margin-bottom: .5rem;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 3rem;
  line-height: 2.2rem;
}

.ui-text.cc-equip-name.cc-black {
  color: var(--black);
}

.ui-text.cc-position {
  color: var(--soft);
}

.ui-text.cc-position.cc-black {
  color: var(--black);
}

.ui-user-img {
  width: 3rem;
  max-width: 90px;
  height: 3rem;
  max-height: 90px;
}

.ui-user-img.cc-user-01 {
  background-image: url('../images/User_2User_01.png');
  background-position: 50%;
  background-size: cover;
}

.ui-user-img.cc-user-02 {
  background-image: url('../images/User_3User_02.png');
  background-position: 50%;
  background-size: cover;
}

.ui-user-img.cc-user-03 {
  background-image: url('../images/User_4User_03.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.c-s4-container {
  background-color: var(--yellow);
  border-radius: 32px;
  max-width: 1350px;
  height: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-s5-column {
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c-s5-column.cc-img-02 {
  background-image: url('../images/pexels-meruyert-gonullu-7244748.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-contact-header {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.c-s5-content {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1650px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.c-s5-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.c-s5-text {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.c-s5-text.cc-hide {
  display: none;
}

.c-s6-header {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ui-star-star {
  opacity: .25;
  border-radius: 1px;
}

.c-testimonial-plus {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ui-plus-container {
  background-color: var(--dark-soft);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.ui-plus-container:hover {
  transform: scale(1.05);
}

.ui-plus-h {
  background-color: var(--grey);
  width: 16px;
  height: 2px;
  position: absolute;
}

.ui-plus-v {
  background-color: var(--grey);
  width: 2px;
  height: 16px;
  position: absolute;
}

.c-s5-col-img {
  border-radius: 32px;
}

.c-s5-col-img.cc-img-01 {
  background-image: url('../images/pexels-meruyert-gonullu-7244748.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.c-s5-col-img.cc-img-02 {
  background-image: url('../images/pexels-anna-tarazevich-4926674.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.c-s5-col-name {
  margin-top: 2rem;
}

.c-contact-content {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1650px;
  height: 100%;
  display: flex;
}

.c-contact-map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.map {
  border-radius: 32px;
  max-width: 1350px;
}

.c-contact-left {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  height: 100%;
  padding-right: 51%;
  display: flex;
}

.c-contact-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 1;
  margin-top: 2rem;
  display: flex;
}

.c-contact-text {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.c-s5-header {
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.link-block {
  height: 100%;
}

.c-s2-img-link {
  flex: 1;
}

.c-s3-img-link {
  width: 70%;
}

.html-map {
  width: 100%;
  height: 100%;
}

.c-footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  max-width: 1650px;
  height: 100%;
  display: flex;
}

.c-footer-top {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.c-footer-bot {
  justify-content: space-between;
  width: 100%;
  margin-top: .5rem;
  font-size: .8rem;
  display: flex;
}

.ui-footer-divider {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
}

.c-footer-left {
  flex: 1;
  align-self: flex-end;
}

.c-footer-right {
  flex: 0 auto;
  justify-content: space-between;
  width: 45%;
  min-width: 500px;
  max-width: 550px;
  display: flex;
}

.ui-footer-logo {
  width: 12rem;
}

.ui-footer-contact {
  flex-direction: column;
  display: flex;
}

.ui-footer-legal-container {
  flex: 1;
  display: flex;
}

.ui-footer-link {
  color: var(--grey);
  text-align: right;
  flex: 1;
  margin-right: .5rem;
  text-decoration: none;
}

.ui-footer-link.cc-compress {
  flex: 0 auto;
}

.ui-footer-rights {
  color: var(--grey);
}

.ui-footer-img {
  margin-bottom: 4rem;
}

.ui-footer-contact-link {
  color: var(--black);
  margin-top: .3rem;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
}

.c-footer-content-right {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.c-footer-content-left {
  flex-direction: column;
  flex: 0 auto;
  margin-right: 6.5rem;
  display: flex;
}

.c-footer-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 1650px;
  height: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.ui-footer-content-link {
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: .6rem;
  font-size: .7rem;
  font-weight: 500;
  text-decoration: none;
}

.ui-footer-content-link.cc-hide {
  display: none;
}

.c-ca-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1650px;
  height: 100%;
  display: grid;
}

.c-ca-grid.cc-2 {
  width: 88vw;
}

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

.c-ca-grid.cc-16 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.c-ca-header {
  flex-flow: row-reverse;
  margin-top: 2rem;
  display: flex;
}

.c-ca-header.cc-404 {
  margin-top: 11.6rem;
}

.c-ca-text {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.c-ca-text.cc-legal {
  color: var(--black);
}

.c-ca-text.cc-02 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 2rem;
}

.c-ca-text.cc-vert {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.c-ca-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  max-width: 1650px;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: block;
}

.c-ca-img {
  background-color: var(--blue);
  border-radius: 16px;
  flex: 1;
  width: 100%;
  height: 20rem;
}

.c-ca-img.cc-img-01 {
  background-image: url('../images/02_01_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-ca-img.cc-img-02 {
  background-image: url('../images/02_02_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-ca-img.cc-img-03 {
  background-image: url('../images/02_01_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-ca-img.cc-img-04 {
  background-image: url('../images/croisants.webp');
  background-position: 50%;
  background-size: cover;
}

.c-ca-img.cc-img-05 {
  background-image: url('../images/Tarta.webp');
  background-position: 50%;
  background-size: cover;
}

.c-ca-column, .c-s2-column-copy {
  flex-direction: column;
  display: flex;
}

.c-header-academy-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--orange);
  border-radius: 8px;
  flex-direction: column;
  margin-top: 5rem;
  margin-left: 5%;
  padding: 3rem 4rem 2rem 2rem;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block {
  background-color: var(--blue);
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-acad-cont-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-top: 18px;
  margin-right: 16px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-acad-cont-close:hover {
  transform: scale(1.3);
}

.ui-close-line {
  background-color: var(--soft);
  transform-origin: 50%;
  width: 100%;
  height: .1rem;
  position: absolute;
  transform: rotate(45deg);
}

.ui-close-line.cc-02 {
  transform-origin: 50%;
  transform: rotate(-45deg);
}

.c-tal-column {
  display: flex;
}

.c-tal-img {
  background-color: var(--blue);
  border-radius: 32px;
  flex: 0 auto;
  width: 100%;
  height: 22rem;
  padding: 1.2rem 1rem 1rem;
}

.c-tal-img.cc-img-01 {
  background-image: url('../images/02_01_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-tal-img.cc-img-02 {
  background-image: url('../images/02_02_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-tal-img.cc-img-03 {
  background-image: url('../images/02_03_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-tal-img.cc-sugerencia {
  background-color: var(--orange);
}

.c-tal-img.cc-cupcakes {
  background-image: url('../images/cupcake.webp');
  background-position: 50%;
  background-size: cover;
}

.c-tal-img.cc-flores {
  background-image: linear-gradient(#3b7cc8a6, #3b7cc8a6 17%, #0000 47% 74%, #0006), url('../images/flor.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-fondant {
  background-image: linear-gradient(#3b7cc8a6, #3b7cc8a6 17%, #0000 47% 74%, #0006), url('../images/Tarta2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-pops {
  background-image: linear-gradient(#295c99d6, #2f6eb79c 17%, #0000 47% 74%, #0006), url('../images/cacke-pops.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-animales {
  background-image: linear-gradient(#295c99bf, #2f6eb7bf 17%, #0000 47% 74%, #0006), url('../images/ositos.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-glasa {
  background-image: linear-gradient(#295c99bf, #2f6eb7bf 31%, #0000 57% 74%, #0006), url('../images/glasa.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-biz-rell, .c-tal-img.cc-bordes {
  background-image: linear-gradient(#295c99bf, #2f6eb7bf 17%, #0000 47% 74%, #0006), url('../images/relleno.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-choco {
  background-image: linear-gradient(#295c99bf, #2f6eb7bf 17%, #0000 47% 74%, #0006), url('../images/choco.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-inglesa {
  background-image: linear-gradient(#295c99bf, #2f6eb7bf 17%, #0000 47% 74%, #0006), url('../images/inglesa.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-drip {
  background-image: linear-gradient(#295c99bf, #2f6eb7bf 17%, #0000 47% 74%, #0006), url('../images/drip.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-macarons {
  background-image: linear-gradient(#295c99bf, #2f6eb7bf 17%, #0000 47% 74%, #0006), url('../images/macarons2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-chococookies {
  background-image: linear-gradient(#295c99bf, #2f6eb7bf 17%, #0000 47% 74%, #0006), url('../images/cookies2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-img.cc-3d {
  background-image: linear-gradient(#295c99bf, #2f6eb7bf 17%, #0000 47% 74%, #0006), url('../images/04_Alfa.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-tal-text {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.c-info-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  max-width: 1650px;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.c-info-content.cc-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.c-info-content.cc-3.cc-1 {
  grid-template-columns: 1fr;
  display: block;
}

.c-info-text {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.ui-separator {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.ui-line {
  width: 2px;
  height: 100%;
}

.text-span {
  font-size: 1.7rem;
}

.ui-star {
  line-height: 0;
}

.c-info-text-content {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.c-info-text-content.cc-fixedw {
  max-width: 60rem;
}

.c-info-box {
  margin-top: 1rem;
  padding-right: 1rem;
}

.c-info-box.cc-h {
  display: flex;
}

.c-info-box.cc-short {
  width: 70%;
}

.c-guide {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.c-guide.cc-plazas {
  justify-content: center;
  text-decoration: none;
}

.c-guide-left {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.c-guide-left:hover {
  transform: scale(1.05);
}

.c-guide-right {
  display: flex;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.svg {
  color: var(--orange);
  width: 1rem;
  height: 1rem;
}

.ui-back-container {
  margin-left: 1rem;
}

.ui-guide-text {
  color: var(--orange);
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.ui-guide-text:hover {
  transform: scale(1.07);
}

.ui-guide-text.cc-divisor {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 2rem;
}

.ui-guide-text.cc-divisor.cc-hide {
  display: none;
}

.ui-guide-text.cc-back {
  font-size: 2rem;
}

.ui-guide-text.cc-small {
  font-size: 1.2rem;
}

.ui-guide-link, .link-block-2 {
  text-decoration: none;
}

.div-block-2, .div-block-2-copy {
  background-color: var(--orange);
  height: 1px;
}

.ui-guide-line {
  background-color: var(--orange);
  border-radius: 20px;
  height: 1px;
}

.ui-guide-text-now {
  color: var(--orange);
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.ui-guide-text-now.cc-divisor {
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: 2rem;
}

.ui-guide-text-now.cc-back {
  font-size: 2rem;
}

.ui-guide-text-now.cc-small {
  font-size: 1.2rem;
}

.ui-guide-back {
  color: var(--orange);
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 1.5rem;
  line-height: 1rem;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1);
}

.ui-guide-back.cc-divisor {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 2rem;
}

.ui-guide-back.cc-back {
  font-size: 2rem;
}

.ui-guide-back.cc-small {
  font-size: 1.2rem;
}

.c-lightbox-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  place-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.lightbox-link {
  display: flex;
}

.c-cursos-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  max-width: 1650px;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: block;
}

.c-info-content-left {
  flex: 1;
  display: flex;
}

.c-info-content-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ui-res-links {
  color: var(--orange);
  max-width: 3rem;
  margin-left: 0;
  line-height: 1.5rem;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.ui-res-links:hover {
  transform: scale(1.15);
}

.c-curso {
  margin-bottom: 4rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 90.8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto 1.25rem 4.2rem auto;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_option.cc-hide {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  background-color: var(--soft);
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: visible;
}

.fs-cc-banner_text-link {
  border-bottom: 1px solid var(--orange);
  color: var(--orange);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  background-color: var(--soft);
  opacity: 1;
  cursor: pointer;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  flex: 1;
  margin-right: 1.5rem;
  font-size: 1rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_button {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--orange);
  background-color: var(--soft);
  color: var(--orange);
}

.fs-cc-prefs_button.cc-bic {
  border-color: var(--orange);
  background-color: var(--orange);
}

.fs-cc-banner_button {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--orange);
  background-color: var(--soft);
  color: var(--orange);
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--soft);
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.ui-lb-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 23vw;
  height: 23vw;
  display: flex;
  overflow: hidden;
}

.ui-legal-link-span {
  color: var(--orange);
}

.ui-tartas-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ui-tartas-container.cc-hide {
  display: none;
}

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

.ui-tartas-img {
  display: none;
  position: static;
}

.ui-tartas-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
  display: flex;
  overflow: hidden;
}

.empty-state {
  display: none;
}

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

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

.cc-span-link-to-contact {
  color: var(--soft);
}

.cc-link {
  color: var(--orange);
}

.cc-soon {
  color: var(--orange);
  font-style: italic;
}

.c-blogpage-section.cc-hide {
  display: none;
}

.c-v-bp-container.cc-full {
  width: 100%;
  height: 100vh;
  min-height: 800px;
}

.c-v-bp-container.cc-full.cc-404 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-v-bp-container.cc-crop {
  height: auto;
}

.c-h-bp-container {
  background-color: var(--soft);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.c-h-bp-container.cc-top-bot-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-h-bp-container.cc-blue {
  background-color: var(--blue);
}

.c-h-bp-container.cc-blue.cc-2rem {
  padding-left: 4rem;
  padding-right: 4rem;
}

.c-h-bp-container.cc-yellow {
  background-color: var(--yellow);
}

.c-h-bp-container.cc-2rem {
  padding-left: 4rem;
  padding-right: 4rem;
}

.c-h-bp-container.cc-2rem.cc-cream {
  background-color: var(--soft);
  flex-direction: column;
}

.c-h-bp-container.cc-2rem.cc-dark-cream {
  background-color: var(--dark-soft);
}

.c-h-bp-container.cc-2rem.cc-ca {
  background-color: var(--soft);
  flex-direction: column;
  align-items: flex-start;
}

.c-h-bp-container.cc-2rem.cc-orange {
  background-color: var(--orange);
}

.c-h-bp-container.cc-2rem.cc-white {
  background-color: #eee;
}

.c-bp-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  max-width: 1650px;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: block;
}

.c-bp-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1650px;
  height: 100%;
  display: grid;
}

.c-bp-grid.cc-2 {
  width: 88vw;
}

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

.c-bp-grid.cc-16 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.c-bp-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.c-bp-img {
  background-color: var(--blue);
  border-radius: 32px;
  flex: 1;
  width: 100%;
  height: 20rem;
}

.c-bp-img.cc-img-01 {
  background-image: url('../images/02_01_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-bp-img.cc-img-02 {
  background-image: url('../images/02_02_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-bp-img.cc-img-03 {
  background-image: url('../images/02_01_WEBP.webp');
  background-position: 50%;
  background-size: cover;
}

.c-bp-img.cc-img-04 {
  background-image: url('../images/croisants.webp');
  background-position: 50%;
  background-size: cover;
}

.c-bp-img.cc-img-05 {
  background-image: url('../images/Tarta.webp');
  background-position: 50%;
  background-size: cover;
}

.c-blog-text {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-blog-text.cc-legal {
  color: var(--black);
}

.c-blog-content-section.cc-hide, .c-blog-header-section.cc-hide {
  display: none;
}

.c-blog-text-content {
  width: 80%;
  padding-right: 3rem;
}

.c-blog-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  max-width: 1024px;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.c-blog-tags {
  width: 20%;
}

.paragraph, .ui-p-date {
  display: inline;
}

.div-block-3 {
  width: 100%;
  height: 1px;
}

.ui-date-line {
  background-color: var(--orange);
  width: 100%;
  height: 1px;
  margin-top: 1rem;
}

.ui-form {
  margin-top: 2rem;
}

.ui-text-field {
  margin-top: .5rem;
}

.c-contact-form-header {
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.ui-checkbox {
  margin-right: 1rem;
}

.success-message, .error-message {
  margin-top: 1rem;
}

.whatsapp {
  position: fixed;
  inset: auto 2rem 2.5rem auto;
}

.whatsapp.delete {
  display: none;
}

.logo-wa {
  width: 3.2rem;
  height: 3.2rem;
}

.logo-wa.cc-contact, .logo-wa.cc-yellow {
  width: 2.7rem;
  height: 2.7rem;
}

.c-cont-wa {
  display: flex;
}

.ui-logo-wa.cc-contact {
  flex: 0 auto;
  margin-right: .5rem;
  text-decoration: none;
}

.ui-logo-wa.cc-yellow {
  flex: 0 auto;
  margin-left: 2rem;
}

.ui-contact-link {
  text-decoration: none;
}

.ui-contact-link.cc-2rem-r {
  margin-right: .5rem;
}

.c-contenido-extra.cc-mbot-2rem {
  margin-bottom: 2rem;
}

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

.ui-bloque-de-imagenes {
  justify-content: space-between;
  padding: 2rem 15vw;
  display: flex;
}

.ui-extra-img {
  width: 30%;
}

.ui-header-info-banner {
  background-color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vh;
  min-width: 22rem;
  height: 30vh;
  min-height: 24rem;
  margin-top: 1rem;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.ui-header-info-banner.cc-2 {
  background-color: var(--orange);
}

.ui-hx {
  color: var(--orange);
  font-size: 1.2rem;
  font-weight: 400;
}

.ui-hx.cc-header {
  text-align: center;
  margin-bottom: 1rem;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.ui-hx.cc-3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.ui-hx.cc-2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.span-tachado {
  opacity: .57;
  text-decoration: line-through;
}

.c-si-banner-cover {
  z-index: 120;
  background-color: #0000008a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.c-si-banner-cover.borrar {
  display: none;
}

.ui-button-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.grid {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.cc-grid-img {
  width: 100%;
}

.c-info-text-columns {
  margin-right: 4rem;
}

.c-ca-img-top {
  background-image: url('../images/02_03.2_WEBP.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  width: 50%;
  margin-right: 1rem;
}

.c-cros-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-cros-text-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .c-header-container {
    align-items: center;
    display: flex;
  }

  .ui-header-logo {
    height: 7rem;
  }

  .c-header-menu-container {
    flex: 1;
  }

  .c-header-menu-button {
    height: 22px;
    display: none;
  }

  .ui-menu-button-line1 {
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .c-v-container.cc-full.cc-movil-full-to-auto {
    height: 100%;
    min-height: 0;
  }

  .c-h-container.cc-2rem {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c-h-container.cc-2rem.cc-yellow {
    justify-content: center;
  }

  .c-s1-right {
    justify-content: flex-end;
    padding-right: 2rem;
  }

  .ui-h1 {
    margin-left: 2rem;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

  .ui-h2 {
    margin-bottom: 0;
  }

  .c-doble-button-container {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .ui-button {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
    margin-right: 0;
  }

  .ui-button.cc-orange-off.cc-mtop-2rem {
    align-self: flex-start;
    width: auto;
  }

  .ui-button.cc-mright-1rem {
    margin-right: 0;
  }

  .ui-button.cc-orange-cream.cc-mtop-2rem {
    align-self: flex-start;
    width: auto;
  }

  .ui-button.cc-banner {
    width: auto;
  }

  .c-s2-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .ui-h3.cc-color-soft.cc-size {
    font-size: 3rem;
    line-height: 2rem;
  }

  .ui-h3.cc-color-soft.cc-contact {
    font-size: 2rem;
  }

  .ui-h3.cc-size.cc-single-tittle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .ui-h3.cc-color-orange {
    flex: 1;
  }

  .ui-h5.cc-mbot-2rem {
    max-width: 1200px;
  }

  .ui-h5.cc-color-soft.cc-contact {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .c-s1-bot-wip {
    flex-direction: column;
  }

  .c-s1-right-wip {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
  }

  .ui-h2-wip {
    margin-bottom: 0;
  }

  .ui-h1-wip {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

  .c-s1-left-wip {
    max-width: 100%;
  }

  .c-s3-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-s3-text {
    width: 100%;
    padding-right: 0;
  }

  .c-s3-text.cc-mtop-2rem {
    margin-top: 2rem;
  }

  .c-s3-img {
    height: 100%;
  }

  .c-single-button {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .c-s4-text {
    padding-left: 0;
    padding-right: 0;
  }

  .c-s6-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-contact-header {
    margin-top: 2rem;
  }

  .c-s5-grid {
    flex: 1;
  }

  .c-s5-text {
    max-width: 100%;
  }

  .c-testimonial-plus {
    display: none;
  }

  .c-s5-col-img.cc-img-01, .c-s5-col-img.cc-img-02 {
    height: 25vh;
  }

  .c-contact-content {
    padding-bottom: 2rem;
  }

  .c-contact-map {
    height: 45vw;
  }

  .c-contact-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .c-s2-img-link {
    height: 25vh;
  }

  .c-s3-img-link {
    order: -1;
    width: 100%;
    height: 25vh;
  }

  .c-footer-content {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
  }

  .c-footer-left.cc-first {
    align-self: flex-start;
  }

  .c-footer-right {
    justify-content: flex-end;
  }

  .ui-footer-logo {
    width: 10.4rem;
  }

  .c-footer-content-left {
    order: 1;
  }

  .c-footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-ca-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .c-ca-grid.cc-16 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-ca-header {
    flex-flow: column;
    display: block;
  }

  .c-ca-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-s2-img-link-copy {
    height: 25vh;
  }

  .c-info-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .ui-guide-text {
    font-size: 1.3rem;
  }

  .ui-guide-text.cc-divisor {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .ui-guide-text-now, .ui-guide-back {
    font-size: 1.3rem;
  }

  .c-lightbox-container, .c-cursos-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .c-v-bp-container.cc-full.cc-movil-full-to-auto {
    height: 100%;
    min-height: 0;
  }

  .c-h-bp-container.cc-2rem {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c-bp-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-bp-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .c-bp-grid.cc-16 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-blog-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-contact-form-header {
    margin-top: 2rem;
  }

  .c-ca-img-top {
    flex: 1;
    width: 100%;
    height: 30vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-header {
    background-color: var(--soft);
  }

  .c-header-container-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 1;
    width: auto;
    margin-top: 4rem;
  }

  .c-header-container {
    justify-content: center;
    width: 3rem;
    margin-top: 18px;
    margin-right: 18px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .c-header-link-logo {
    order: -1;
    margin-bottom: 10vh;
    display: none;
  }

  .c-header-link {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .c-header-link.cc-movilhide, .c-header-link.cc-movil-hide {
    display: none;
  }

  .ui-header-text {
    font-size: 11vw;
    line-height: 11vw;
  }

  .c-header-container-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4rem;
  }

  .c-header-menu-container {
    z-index: 90;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--orange);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    margin-left: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .c-header-menu-button {
    z-index: 100;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1rem;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: relative;
  }

  .ui-menu-button-line1 {
    perspective-origin: 0%;
    transform-origin: 0%;
    border-radius: 8px;
    width: 20px;
    height: 2px;
    position: relative;
    inset: 0%;
  }

  .c-v-container.cc-full {
    height: auto;
    min-height: 0;
  }

  .c-h-container.cc-blue.cc-2rem {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c-s1-top {
    justify-content: center;
    min-height: 50vh;
  }

  .c-s1-bot {
    flex-direction: column;
    padding-left: 0;
  }

  .c-s1-left {
    max-width: 100%;
  }

  .c-s1-right {
    max-width: 100%;
    padding-top: 2rem;
    padding-left: 2rem;
  }

  .ui-h1 {
    max-width: 1200px;
    margin-top: 3rem;
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .c-doble-button-container {
    margin-top: 1rem;
  }

  .ui-header-extra-logo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .ui-extra-logo {
    width: 350px;
    margin-top: -125px;
    margin-bottom: -129px;
  }

  .c-s2-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .c-s2-img {
    min-height: 200px;
  }

  .ui-h3.cc-size.cc-single-tittle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 3rem;
  }

  .ui-h3.cc-legal {
    font-size: 2rem;
    line-height: 2rem;
  }

  .ui-h4.cc-legal {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .ui-h5.cc-color-soft.cc-contact {
    padding-right: 0;
  }

  .c-v-container-wip.cc-full {
    height: 100vh;
    min-height: 0;
  }

  .c-s1-top-wip {
    min-height: 50vh;
  }

  .c-s1-bot-wip {
    flex-direction: column;
    padding-left: 0;
  }

  .c-s1-right-wip {
    max-width: 100%;
    padding-top: 2rem;
    padding-left: 32px;
  }

  .ui-h1-wip {
    max-width: 1200px;
    margin-top: 32px;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .c-s1-left-wip {
    max-width: 100%;
  }

  .c-s3-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .c-s4-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .c-s4-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-s6-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .c-s6-grid {
    grid-template-columns: 1fr;
  }

  .c-contact-header {
    flex-direction: column;
  }

  .c-s5-content {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .c-contact-right {
    margin-top: 2rem;
  }

  .c-footer-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: flex-start;
    margin-top: 3rem;
  }

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

  .c-footer-bot {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-footer-left {
    order: 1;
    align-self: flex-start;
  }

  .c-footer-left.cc-first {
    order: -1;
  }

  .c-footer-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 0;
    margin-bottom: 1rem;
  }

  .ui-footer-logo {
    width: 50vw;
  }

  .ui-footer-legal-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-footer-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .c-ca-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .c-ca-grid.cc-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-ca-grid.cc-16 {
    grid-template-columns: 1fr 1fr;
  }

  .c-ca-header {
    margin-top: 0;
  }

  .c-ca-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .c-ca-img {
    min-height: 200px;
  }

  .c-header-academy-container {
    text-align: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0%;
    padding-right: 2rem;
    display: flex;
    position: static;
  }

  .c-acad-cont-close {
    display: none;
  }

  .c-tal-img {
    min-height: 200px;
  }

  .c-info-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .c-info-content.cc-3 {
    grid-template-columns: 1fr;
  }

  .c-info-box.cc-h {
    flex-flow: column;
  }

  .c-guide {
    display: none;
  }

  .c-guide.cc-plazas {
    flex-direction: row;
    display: flex;
  }

  .ui-guide-text {
    font-size: .9rem;
    line-height: .9rem;
  }

  .ui-guide-link, .ui-guide-link.w--current, .ui-guide-now {
    align-self: center;
  }

  .ui-guide-text-now {
    font-size: .9rem;
    line-height: .9rem;
  }

  .ui-guide-back {
    font-size: .9rem;
    line-height: 1rem;
  }

  .c-lightbox-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .c-cursos-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-manager_component {
    bottom: 1.1rem;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-prefs_form {
    height: auto;
    max-height: 100vh;
  }

  .c-v-bp-container.cc-full {
    height: auto;
    min-height: 0;
  }

  .c-h-bp-container.cc-blue.cc-2rem {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c-bp-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .c-bp-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .c-bp-grid.cc-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-bp-grid.cc-16 {
    grid-template-columns: 1fr 1fr;
  }

  .c-bp-img {
    min-height: 200px;
  }

  .c-blog-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .c-contact-form-header {
    flex-direction: column;
  }

  .whatsapp {
    bottom: 4.8rem;
    right: 1.4rem;
  }

  .logo-wa.cc-contact, .logo-wa.cc-yellow {
    width: 3rem;
    height: 3rem;
  }

  .ui-logo-wa.cc-contact, .ui-logo-wa.cc-yellow {
    margin-left: 2rem;
  }

  .ui-bloque-de-imagenes {
    flex-direction: column;
    align-items: center;
  }

  .ui-extra-img {
    width: 100%;
    margin-bottom: 2rem;
  }

  .ui-header-info-banner {
    width: 100vh;
    margin-right: 0;
  }

  .ui-header-info-banner.cc-2 {
    margin-right: 0;
  }

  .c-ca-img-top {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .ui-menu-button-line1 {
    background-color: var(--yellow);
  }

  .c-h-container.cc-2rem, .c-h-container.cc-2rem.cc-dark-cream, .c-h-container.cc-2rem.cc-blue {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-s1-content {
    flex-direction: column;
  }

  .c-s1-top {
    background-position: 50% 0;
    flex: 1;
    width: 100vw;
  }

  .c-s1-bot {
    flex: 0 auto;
    padding-left: 0;
  }

  .c-s1-left {
    margin-top: 0;
  }

  .c-s1-right {
    padding: 1rem 1rem 4rem;
  }

  .ui-h1 {
    flex: 1;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .ui-h2 {
    display: none;
  }

  .c-doble-button-container {
    align-items: flex-start;
  }

  .ui-header-extra-logo {
    align-items: center;
    height: 5rem;
    margin-top: 1rem;
    display: flex;
  }

  .ui-extra-logo {
    width: 75vw;
    margin-top: -149px;
  }

  .ui-h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .ui-h3.cc-size {
    font-size: 3rem;
    line-height: 3rem;
  }

  .ui-h3.cc-size.cc-single-tittle {
    font-size: 2rem;
    line-height: 2rem;
  }

  .ui-h5 {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .ui-h5.cc-info {
    margin-top: 0;
  }

  .ui-h5.cc-star {
    align-self: flex-start;
    margin-top: 0;
  }

  .ui-h5.cc-color-yellow {
    padding-right: 0;
  }

  .c-v-container-wip.cc-full {
    height: 100vh;
    min-height: 100vh;
  }

  .c-s1-content-wip {
    flex-direction: column;
  }

  .c-s1-top-wip {
    background-position: 50% 0;
    flex: 1;
    width: 100vw;
  }

  .c-s1-bot-wip {
    flex: 0 auto;
    padding-left: 0;
  }

  .c-s1-right-wip {
    padding: 1rem 1rem 4rem;
  }

  .ui-h2-wip {
    display: block;
  }

  .ui-h1-wip {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .c-s1-left-wip {
    margin-top: 2rem;
    padding-left: 1rem;
  }

  .c-single-button {
    align-items: flex-start;
  }

  .c-footer-right {
    min-width: 0;
  }

  .ui-footer-logo {
    width: 70vw;
  }

  .ui-footer-link {
    text-align: left;
  }

  .ui-footer-link.cc-compress {
    width: 60vw;
  }

  .ui-footer-content-link {
    font-size: .7rem;
    line-height: 1rem;
  }

  .c-ca-grid.cc-16 {
    grid-template-columns: 1fr;
  }

  .c-info-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .c-info-text {
    margin-bottom: 1rem;
  }

  .c-guide.cc-plazas {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-guide-right {
    align-items: center;
  }

  .svg {
    width: 1rem;
    height: 1rem;
  }

  .ui-guide-text {
    font-size: .8rem;
    line-height: .8rem;
  }

  .ui-guide-text.cc-divisor {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .ui-guide-text-now, .ui-guide-back {
    font-size: .8rem;
    line-height: .8rem;
  }

  .c-lightbox-container {
    grid-template-columns: 1fr 1fr;
  }

  .ui-res-links {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .ui-tartas-link {
    width: 44vw;
    height: 44vw;
  }

  .c-h-bp-container.cc-2rem, .c-h-bp-container.cc-2rem.cc-dark-cream {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-h-bp-container.cc-2rem.cc-blue {
    padding-left: 1rem;
  }

  .c-bp-grid.cc-16 {
    grid-template-columns: 1fr;
  }

  .c-cont-wa {
    align-items: center;
  }

  .ui-logo-wa.cc-yellow {
    margin-top: 1rem;
    margin-left: 0;
  }

  .ui-header-info-banner {
    width: 100vw;
    min-width: 0;
    height: 100vh;
    min-height: 0;
  }

  .ui-header-info-banner.cc-2 {
    display: none;
  }

  .ui-hx.cc-header {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3rem;
  }
}

#section02.w-node-d02e4923-8987-c1b1-bbc9-b61d8884fefd-c1c7407b, #w-node-d826b222-c2a8-7dbb-7a99-0993a0b31a46-c1c7407b, #w-node-df5376e2-9dc6-4b19-a98d-80e34cb99199-c1c7407b, #w-node-dafa45f1-68e7-7ff2-e113-2577b39313fb-c1c7407b, #w-node-_807b336c-ee46-86d4-f041-c80b3a232b91-c1c7407b, #w-node-d7cf5629-7677-464d-72db-16e043abd733-43abd728, #w-node-d7cf5629-7677-464d-72db-16e043abd743-43abd728, #w-node-d7cf5629-7677-464d-72db-16e043abd753-43abd728, #w-node-d7cf5629-7677-464d-72db-16e043abd763-43abd728, #w-node-_0fb9f66c-2828-8ee2-84dd-2d9190becc58-90becc53, #w-node-c79ea2f6-366c-ab22-e493-3b085a10aa2d-c1c7408f, #w-node-_8b8f3b9c-7b6c-74dd-be8a-2fdb1dbf3286-c1c7408f, #w-node-c79ea2f6-366c-ab22-e493-3b085a10aa2d-c1c74090, #w-node-_8b8f3b9c-7b6c-74dd-be8a-2fdb1dbf3286-c1c74090, #w-node-c79ea2f6-366c-ab22-e493-3b085a10aa2d-c1c74091, #w-node-_324a457b-7c40-b183-11e8-c0b5d81cc52f-c1c74091, #w-node-f7ae5b88-8f0f-47ce-40fb-47420752003e-c1c74091, #w-node-_08b5b0b8-3119-9fa2-6124-ff4d15c9ed5f-c1c74091, #w-node-_2afd671d-402b-9933-ef83-08f5167dae22-c1c74091, #w-node-_58cafa7a-d2b5-f712-b02d-1cf5298ef2e7-c1c74091, #w-node-_7dc81808-0589-df98-b51d-af175a8e9ac2-c1c74091, #w-node-ef9122b3-f5a6-2251-6b71-a1ff3aa67059-c1c74091, #w-node-_5d247afd-b0dd-0ab3-6bd2-122666d99cf9-c1c74091, #w-node-_52d87b13-3b93-8cf0-e1e8-cc7401f1a900-c1c74091, #w-node-_042bdf51-bfd9-9153-2e95-fe26bc9875ba-c1c74091, #w-node-_5dbe6207-04e7-53e6-dd98-13d403678d80-c1c74091, #w-node-c14290ee-53f6-fbf1-92ef-5756d75af2e1-c1c74091, #w-node-_2aad6e4f-037a-7c82-8075-d8ad9851b79c-c1c74091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d826b222-c2a8-7dbb-7a99-0993a0b31a46-c1c7407b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ea18e91d-6893-589c-de42-0f3670857fcf-c1c74093 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Ming Std L';
  src: url('../fonts/Adobe-Ming-Std-L.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}