:root {
  --gris-bg: #2a2c32;
  --offwhite: #fdfdfd;
  --title-small--line-height: 20px;
  --dark-gray: gray;
  --azul-creamedic-digital: #0089b9;
  --rojo-cie: #d73647;
  --light-gray-2: #f0f0f0;
  --light-gray: #f0f0f0;
  --rojo-cie-2: #d73647;
  --off-black: #121212;
  --off-black-2: #121212;
}

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

.sec-header-crea {
  grid-row-gap: 10px;
  background-color: var(--gris-bg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.menu {
  padding: 24px 200px;
}

.submenus {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.inicio, .acerca-de, .productos-y-servicios, .contacto {
  color: var(--offwhite);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: var(--title-small--line-height);
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.icon-bandera-uk {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.en {
  color: var(--offwhite);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: var(--title-small--line-height);
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.sec-header {
  grid-row-gap: 10px;
  background-color: var(--offwhite);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.menu-cie-ev-es {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 880px;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.frame-10 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 45px;
  text-decoration: none;
  display: flex;
}

.frame-11 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 97px;
  text-decoration: none;
  display: flex;
}

.quines-somos {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: var(--title-small--line-height);
  letter-spacing: .1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.frame-12 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 113px;
  text-decoration: none;
  display: flex;
}

.lneas-de-negocio, .inicio-2 {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: var(--title-small--line-height);
  letter-spacing: .1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.en-2 {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: var(--title-small--line-height);
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.sec-footer-cie-ev-es {
  grid-row-gap: 24px;
  background-color: #dcdcdc;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: 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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}



.pcard {
  flex-flow: column;
  width: 240px;
  height: 100px;
  display: flex;
}

.pcard-top {
  background-image: url('../images/image.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 240px;
  height: 100px;
  display: flex;
}

.pcards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pcard-top-bar {
  flex-flow: column;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pcard-tag-h-violeta {
  background-color: var(--azul-creamedic-digital);
  color: var(--offwhite);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
}

.pcard-tag {
  order: 0;
  align-self: auto;
  margin-left: auto;
}

.pcard-bottom-content {
  background-color: var(--rojo-cie);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  padding: 20px;
  display: flex;
}

.heading-9 {
  color: var(--offwhite);
  text-align: left;
  align-self: flex-start;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.pcard-p-r {
  color: var(--offwhite);
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.heading-10 {
  background-color: var(--azul-creamedic-digital);
  color: var(--offwhite);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
}

.pcard-bottom-content-v {
  background-color: var(--azul-creamedic-digital);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  padding: 20px;
  display: flex;
}

.body-3 {
  background-color: var(--light-gray-2);
}

.services-content-block {
  width: 50%;
  padding: 20px 20px 0;
}

.services-hero-section {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.services-section-card {
  background-color: var(--offwhite);
  padding-top: 24px;
  padding-bottom: 24px;
}

.services-card-wrapper {
  border: 1px solid var(--light-gray);
  border-radius: 20px;
  max-width: 1200px;
  height: 280px;
  margin: 20px 20px 0;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.services-image-block-crea {
  background-image: url('../images/abstract-blurred-defocused-tradeshow-event-exhibition-s1.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50%;
  height: auto;
}

.link-card-crea {
  color: var(--rojo-cie);
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  text-decoration: underline;
  display: flex;
}

.pcard-crea {
  letter-spacing: .5px;
  padding: 10px;
  font-family: Lato, sans-serif;
  line-height: 22px;
}

.container-experiencia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 880px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-bottom: 30px;
}

.hero-section {
  background-image: url('../images/cie-hero.jpg');
  background-position: 50%;
  background-size: cover;
  width: 880px;
  max-width: 880px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.section-cie {
  background-color: var(--rojo-cie);
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.container-cie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 880px;
  max-width: 880px;
  padding: 40px;
  display: flex;
}

.logo-cie {
  padding-left: 80px;
}

.paragraph-8 {
  color: var(--offwhite);
  text-align: center;
  letter-spacing: .5px;
  padding: 40px 80px 40px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section-lineas-negocio {
  background-color: #fff;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  color: var(--dark-gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 44px 24px 34px;
  font-family: Lato, sans-serif;
}

.cards-wrapper-lineasnegocio {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.card-lineas-creaturismo {
  background-image: url('../images/home-creaturismo.png');
  background-position: 50%;
  background-size: cover;
  width: 33.3%;
  height: 450px;
}

.card-lineas-creamedic {
  background-image: url('../images/home-creamedic.png');
  background-position: 50%;
  background-size: cover;
  width: 33.3%;
  height: 450px;
}

.card-linea-creac {
  background-image: url('../images/Servicios-CREA.jpg');
  background-position: 50%;
  background-size: cover;
  width: 33.3%;
}

.section-experiencia {
  background-image: url('../images/NUESTROS-PROYECTOS-5.png');
  background-position: 50%;
  background-size: cover;
  max-width: 880px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.circle-wrapper {
  aspect-ratio: 1;
  width: 400px;
  max-width: 400px;
  height: 400px;
  position: relative;
}

.image-23 {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
  position: absolute;
}

.image-24 {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-25 {
  width: 100%;
  position: relative;
}

.image-26 {
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.label-turismo {
  box-sizing: border-box;
  aspect-ratio: 1;
  color: var(--rojo-cie);
  letter-spacing: .5px;
  vertical-align: text-bottom;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -90px;
  padding-top: 80px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-quienes-somos {
  background-image: linear-gradient(#00000080, #00000080), url('../images/VIDEO-QUIENES-SOMOS.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 880px;
  min-height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-quienes-somos:focus {
  transform: translate(0, -300px)translate(0, 300px);
}

.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
}

.hero-container:focus {
  transform: skew(0deg);
}

.heading-15 {
  color: var(--offwhite);
  text-align: center;
  letter-spacing: .5px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  margin: auto;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 57px;
  font-weight: 900;
  line-height: 64px;
  display: flex;
}

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

.section-cie-texto-celular {
  background-color: var(--dark-gray);
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: none;
}

.col-texto {
  width: 32%;
}

.paragraph-9 {
  background-color: var(--rojo-cie-2);
  color: var(--offwhite);
  letter-spacing: .5px;
  margin-bottom: 0;
  padding: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.col-imagen {
  justify-content: center;
  align-items: flex-start;
}

.image-27 {
  width: 75%;
  max-width: 75%;
}

.image-28 {
  align-self: flex-end;
  max-width: 50%;
  margin-right: 20px;
  padding-right: 80px;
}

.col-text2 {
  width: 42%;
  display: block;
}

.col-imagen2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 100px;
  display: flex;
}

.image-29 {
  max-width: 68%;
  margin-right: 0;
  padding-right: 0;
}

.paragraph-10 {
  background-color: var(--rojo-cie-2);
  color: var(--offwhite);
  letter-spacing: .5px;
  padding: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.section-mvv {
  background-color: var(--offwhite);
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  top: -45px;
}

.hero-transform {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Tambien-brindamos-2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 880px;
  height: 280px;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-16 {
  color: var(--offwhite);
  text-align: center;
  letter-spacing: .5px;
  width: 660px;
  height: 120px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.container-mvv {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 880px;
  min-height: 340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 31px;
  padding-right: 31px;
  display: flex;
  position: relative;
  top: -30px;
}

.col-mvv {
  background-color: var(--offwhite);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 340px;
  min-height: 340px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-30 {
  text-align: center;
  padding-top: 24px;
}

.image-31, .image-32 {
  padding-top: 24px;
}

.paragraph-11 {
  text-align: center;
  letter-spacing: .5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-12 {
  text-align: center;
  letter-spacing: .5px;
  font-family: Lato, sans-serif;
  line-height: 24px;
}

.paragraph-13 {
  text-align: center;
  letter-spacing: .5px;
  width: 65%;
  font-family: Lato, sans-serif;
  line-height: 24px;
}

.section-proyectos {
  background-color: #fff;
  width: 880px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 44px;
  padding-bottom: 24px;
  font-family: Lato, sans-serif;
}

.services-image-block-ct {
  background-image: url('../images/creaturismo-bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50%;
}

.services-image-block-cm {
  background-image: url('../images/creamedic-bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50%;
}

.services-image-block-cmd {
  background-image: url('../images/creamedicdigital-bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50%;
}

.paragraph-14, .pcard-cm {
  letter-spacing: .5px;
  padding: 10px;
  font-family: Lato, sans-serif;
  line-height: 22px;
}

.link-card-ct {
  color: #e81f76;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Lato, sans-serif;
  text-decoration: underline;
  display: flex;
}

.pcard-cmd {
  letter-spacing: .5px;
  padding: 10px;
  font-family: Lato, sans-serif;
  line-height: 22px;
}

.link-card-cmdigital {
  color: var(--azul-creamedic-digital);
  letter-spacing: .5px;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Lato, sans-serif;
  text-decoration: underline;
  display: flex;
}

.label-sallud {
  color: var(--azul-creamedic-digital);
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.label-gobierno {
  color: var(--rojo-cie-2);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: -100px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 50%;
  right: 0%;
}

.footer-title {
  letter-spacing: .5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.footer-p {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  color: var(--off-black);
  text-align: left;
  letter-spacing: .5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 24px;
  display: block;
}

.footer-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.footer-logo {
  width: 122px;
}

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

.footer-col-left {
  width: 397px;
}

.footer-nom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nom-logo {
  padding-right: 20px;
}

.crea-adress {
  width: 491px;
}

.footer-disclaimer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-4, .body-5 {
  background-color: var(--light-gray);
}

.section-cie-info-desktop {
  background-color: var(--offwhite);
  flex-flow: column;
  align-items: center;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-cie-info {
  border: 0px solid var(--rojo-cie);
  width: 880px;
  padding-top: 48px;
}

.cie-header-img {
  z-index: 2;
  max-width: 734px;
  position: relative;
  box-shadow: 10px 13px 7px #0003;
}

.wrapper-imagen {
  position: relative;
}

.red-frame-1 {
  z-index: 1;
  border: 1px solid var(--rojo-cie);
  border-radius: 1px;
  width: 455px;
  margin-top: 20px;
  margin-bottom: -20px;
  margin-right: -14px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.texto-descriptivo-cie {
  z-index: 3;
  background-color: var(--rojo-cie);
  color: var(--offwhite);
  letter-spacing: .5px;
  align-self: flex-start;
  width: 348px;
  height: 190px;
  margin-top: -100px;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 10px 24px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  box-shadow: 10px 13px 20px #00000029;
}

.div-block-12 {
  flex-flow: row;
  margin-top: 48px;
  display: flex;
}

.background-arrow {
  position: absolute;
  inset: auto -5% -60% auto;
}

.cie-img-flag {
  z-index: 1;
  width: 455px;
  max-width: 455px;
  height: auto;
  position: relative;
  box-shadow: 10px 13px 7px #00000029;
}

.image-42 {
  z-index: 0;
  position: relative;
  inset: -48% auto 0% -2%;
}

.paragraph-17 {
  z-index: 5;
  background-color: var(--rojo-cie);
  color: var(--offwhite);
  letter-spacing: .5px;
  margin-bottom: 0;
  padding: 24px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: relative;
  inset: 150px 60px auto auto;
  box-shadow: 10px 13px 20px #00000029;
}

.div-block-13 {
  padding-bottom: 0;
}

.div-block-14 {
  padding-left: 60px;
}

@media screen and (max-width: 991px) {
  .services-content-block {
    padding: 20px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .submenus {
    grid-column-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .sec-header {
    grid-row-gap: 0px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-cie-ev-es {
    text-align: left;
    justify-content: space-around;
    width: 320px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-10 {
    display: none;
  }

  .quines-somos {
    width: 80%;
    font-size: .6rem;
  }

  .frame-12 {
    grid-column-gap: 0px;
    width: 90px;
  }

  .lneas-de-negocio {
    width: 100%;
    font-size: .6rem;
  }

  .en-2 {
    font-size: .6rem;
  }

  .sec-footer-cie-ev-es {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .services-content-block {
    width: 100%;
    padding: 10px;
  }

  .services-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .services-hero-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-section-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-card-wrapper {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-flow: column;
    max-width: 100%;
    height: 310px;
  }

  .services-image-block-crea {
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    flex-flow: row;
    width: 100%;
    height: 240px;
    min-height: 30%;
  }

  .link-card-crea {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 20px;
  }

  .pcard-crea {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 11px;
    line-height: 18px;
  }

  .container-experiencia {
    width: 100%;
    max-width: 100%;
  }

  .hero-section {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 320px;
  }

  .section-cie {
    width: 100%;
  }

  .container-cie {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo-cie {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-8 {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .section-lineas-negocio {
    width: 100%;
  }

  .cards-wrapper-lineasnegocio {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .card-lineas-creaturismo, .card-lineas-creamedic {
    width: 100%;
    height: 130px;
  }

  .card-linea-creac {
    flex-flow: row;
    width: 100%;
    height: 130px;
  }

  .section-experiencia {
    min-height: 320px;
  }

  .circle-wrapper {
    width: 70%;
    max-width: 70%;
    height: 70%;
  }

  .label-turismo {
    color: #e81f76;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
    font-size: 14px;
    inset: 0% auto auto 20%;
  }

  .hero-quienes-somos {
    width: 100%;
    min-height: 100px;
  }

  .hero-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .heading-15 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .video-4 {
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-cie-texto-celular {
    background-color: var(--offwhite);
    width: 100%;
    display: block;
  }

  .col-texto {
    width: 320px;
  }

  .paragraph-9 {
    text-align: left;
    margin-top: -15px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .col-imagen {
    text-align: left;
    order: -1;
    align-self: center;
    width: 280px;
  }

  .image-27 {
    width: 295px;
    max-width: 295px;
  }

  .col-text2 {
    width: 320px;
    padding-left: 30px;
  }

  .col-imagen2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .image-29 {
    max-width: 294px;
  }

  .paragraph-10 {
    text-align: left;
    width: 90%;
    margin-top: -20px;
    margin-left: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .section-mvv {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-transform {
    width: 100%;
    height: 400px;
    margin-top: 0;
    padding-bottom: 100px;
  }

  .heading-16 {
    text-align: center;
    flex: 1;
    min-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
  }

  .container-mvv {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    margin-top: -20px;
  }

  .col-mvv {
    background-color: var(--offwhite);
    width: 100%;
    margin-bottom: 10px;
  }

  .section-proyectos {
    width: 100%;
  }

  .services-image-block-ct {
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 240px;
  }

  .services-image-block-cm {
    background-image: url('../images/abstract-blurred-defocused-tradeshow-event-exhibition-1.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 300px;
  }

  .services-image-block-cmd {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 240px;
  }

  .paragraph-14 {
    font-size: 11px;
    line-height: 18px;
  }

  .pcard-cm {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 11px;
    line-height: 18px;
  }

  .link-card-ct {
    margin-bottom: 0;
    font-size: 11px;
  }

  .pcard-cmd {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .link-card-cmdigital {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 18px;
  }

  .image-33 {
    width: 70px;
    min-width: 70px;
    max-width: 0%;
    height: auto;
    min-height: auto;
    padding-left: 10px;
  }

  .image-34 {
    width: 110px;
    min-width: 110px;
    padding-left: 10px;
  }

  .image-35 {
    width: 110px;
    padding-left: 10px;
  }

  .image-36 {
    width: 100px;
    padding-left: 5px;
  }

  .label-sallud {
    font-size: 14px;
  }

  .label-gobierno {
    margin-right: 0;
    font-size: 14px;
    inset: 11% -19% auto auto;
  }

  .text-span {
    font-weight: 700;
  }

  .bold-text {
    font-size: 23px;
    font-weight: 900;
  }

  .footer-p {
    text-align: left;
    font-size: 10px;
  }

  .footer-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-col-left {
    width: 50%;
  }

  .footer-col-right {
    width: 50%;
    padding-left: 10px;
  }

  .footer-nom {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .crea-adress {
    width: 350px;
  }

  .footer-disclaimer {
    text-align: center;
  }

  .image-39 {
    max-width: 25%;
  }

  .section-cie-info-desktop {
    display: none;
  }

  .image-43 {
    max-width: 80%;
    padding-right: 10px;
  }

  .heading-18 {
    font-size: 28px;
  }
  .paragraph-14 {
        font-size: 11px;
        line-height: 18px;
      }
    
      .pcard-cm {
        margin: 0;
        padding: 5px 0;
        font-size: 11px;
        line-height: 18px;
      }
    
      .link-card-ct {
        margin: 0;
        font-size: 11px;
      }
    
      .pcard-cmd {
        margin: 0;
        padding: 5px 0 5px 10px;
        font-size: 11px;
        line-height: 18px;
      }
    
      .link-card-cmdigital {
        margin: 0;
        font-size: 11px;
        line-height: 18px;
      }
    
      .image-33 {
        width: 70px;
        min-width: 70px;
        max-width: 0;
        height: auto;
        padding-left: 10px;
      }
    
      .image-34 {
        width: 110px;
        min-width: 110px;
        padding-left: 10px;
      }
    
      .image-35 {
        width: 110px;
        padding-left: 10px;
      }
    
      .image-36 {
        width: 100px;
        padding-left: 5px;
      }
    
      .label-sallud {
        font-size: 14px;
      }
    
      .label-gobierno {
        margin: 0;
        font-size: 14px;
        inset: 11% -19% auto auto;
      }
    
      .text-span {
        font-weight: 700;
      }
    
      .bold-text {
        font-size: 23px;
        font-weight: 900;
      }
    
      .footer-p {
        font-size: 10px;
      }
    
      .footer-container {
        flex-flow: column;
      }
    
      .footer-columns {
        grid-column-gap: 0;
        grid-row-gap: 0;
        width: 100%;
        padding: 0 20px;
      }
    
      .footer-col-left {
        width: 50%;
      }
    
      .footer-col-right {
        width: 50%;
        padding-left: 10px;
      }
    
      .footer-nom {
        width: 100%;
        padding: 0 15px;
      }
    
      .crea-adress {
        width: 350px;
      }
    
      .footer-disclaimer {
        text-align: center;
      }
    
      .image-39 {
        max-width: 25%;
      }
    
      .section-cie-info-desktop {
        display: none;
      }
    }
    /* Footer */
      .sec-footer-cie-ev-es {
        grid-row-gap: 24px;
        background-color: #dcdcdc;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 0;
        text-decoration: none;
       padding-top: 10px;
      }
      
      .sec-footer-cie-ev-es a:hover {
        color: var(--rojo-cie);
      }
      
      .sec-footer-cie-ev-es a {
        color: var(--off-black);
      }
      
      /* Sección de Tarjetas de Proyectos */
  /* Se han fusionado las propiedades de ambas versiones */
  .proyects-cards-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--offwhite);
    text-align: center;
    letter-spacing: 0.5px;
    width: 880px;
    margin: -10px auto 0;
    padding-top: 24px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    /* Propiedades adicionales de la segunda versión */
    
  }
  
  /* Tarjetas (Cards) */
  .pcard {N
    flex-flow: column;
    width: 240px;
    height: 100px;
    display: flex;
  }

  .card-tag{
    color:var(--light-gray);
  }

  @media screen and (max-width: 767px) {
    .proyects-cards-section {
      width: 100%;
    }
  }
  