* {
  box-sizing: border-box;
  font-family: "Source Sans Pro";
}


  section#unete-a-nuestro-equipo form label.checkbox, section#quienes-somos form label.checkbox { display: flex; gap: 19px; align-items: center; }

.visforms.visforms-form h5 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-block: 10px;
}

.img {
  display:flex;
  flex-direction: row;
}

.img > img {
    transition: .5s;
    max-width: 100%;
    transform: scale(1);
    opacity: 1;
}

section#unete-a-nuestro-equipo form input[type="submit" i],
section#quienes-somos form input[type="submit" i] {
  font-family: "Source Sans Pro" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #fff !important;
  padding: 12px 24px !important;
  background: linear-gradient(97.12deg, #2ebdfc 0%, #1bb9c2 100%) !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 4px !important;
  display: inline-block !important;
  text-decoration: inherit !important;
}

.gota-grande::before {
    content: url(./images/GotaGrande.svg);
    display: inline-block;
}

figure.item-image {
    margin: 0;
}

figure.item-image > img {
    width: 100%;
}

.visforms.visforms-form > h1 {
    display: none;
}

section#quienes-somos .box .visforms.visforms-form > h1 {
    display: block;
    color: #FFFFFF;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 110%;
    text-transform: initial;
    margin: 10px 0;
}

p.visCSSclear {
    margin-block: 0;
}

label.vis_mandatory {
    display: none !important;
}

form .required > .visCSSlabel:after, form .required > .vflocationlabel:after {
    content: "*";
    display: inline !important;
    color: inherit !important;
    padding: 0 !important;
}

.captchaCont.required label::after {
    content: '' !important;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
}

fieldset > div {
    display: flex;
    flex-direction: column;
}

.modal-content {
    display: none;
}

li.disabled.page-item {
    opacity: 0.3;
}

ul.pagination {
    list-style: none;
    display: flex;
    padding: 0;
}

dd.published {
    margin: 0;
}

div#article-list > article > img {
    width: auto;
}

a + div[role="tooltip"] {
    position: absolute;
    display: none;
    background: #fff;
    margin-top: 46px;
}

a:hover + div[role="tooltip"] {
    display: block;
}

.icons {
    position: relative;
}

.float-end {
    position: absolute;
    right: 0;
}

div#client-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

div#client-list img {
    max-width: 100%;
}

div#client-slider .left::before,
div#client-slider .right::before{
    transform: rotate(90deg);
    display: inline-block;
}

.right {
    text-align: center;
}

.left {
    text-align-last: center;
}

div#client-slider .content > div {
    display: flex;
    flex-direction: column;
    max-width: 85vw;
    align-items: center;
}

div#client-slider .content img {
    object-fit: contain;
}

.footer-contact {
  margin: 0;
  padding: 54px 0;
  display: flex;
}

.footer-contact, .footer-contact p {
  margin: 0;
  display: flex;
}

.footer-contact a:first-child {
  padding: 10px;
}

.footer-contact a:first-child::after {
  content: " ";
  display: block;
  background: #fff;
  height: 3px;
  width: 4rem;
  margin-top: 10px;
}

.footer-locations ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.footer-locations ul a {
  padding: 9px;
}

.footer-copy {
  opacity: 0.5;
}

.next-section {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.5s, transform 2s;
  overflow: hidden;
}

section.post-content > * {
  padding: 0 49px;
}

section.post-content > blockquote {
  padding: 0 49px;
  margin-block: 3rem;
}

section.post-content > h1,
section.post-content > h2,
section.post-content > h3,
section.post-content > h4,
section.post-content > h5 { color: #0f72bd; }

section.post-content > blockquote h1,
section.post-content > blockquote h2,
section.post-content > blockquote h3,
section.post-content > blockquote h4,
section.post-content > blockquote h5 {
  text-transform: uppercase;
}

section.post-content q > *:first-child {
  margin-top: 89px;
}

section.post-content q > *:last-child {
  margin-bottom: 89px;
}

section.post-content q::before,
section.post-content q::after {
  content: none;
}

section.post-content > img, section.post-content > p > img {
  width: 100%;
  height: auto;
  padding: 0 49px;
  margin-block: 2rem;
}

section.post-content > p > img {
  padding: 0;
  margin: 0;
}

.blog .actions {
  padding: 150px 0;
}

form#search-bar {
  position: absolute;
  display: flex;
  width: 100%;
  top: 663px;
  margin-top: 0;
  padding: 0 25px;
  right: 0;
  margin-right: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 25%);
}

form#search-bar input {
  padding: 15px;
  flex-grow: 1;
  border: none;
}

input::placeholder {
  color: #929292;
}

form#search-bar button {
  display: flex;
  border: none;
  padding: 0;
}

form#search-bar button > img {
  height: auto;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: inherit;
}

a.page-link {
    display: inline;
}

div#proyect-slider {
  width: 100%;
  min-height: 2102px;
  margin-block: 61px;
}

div#proyect-slider .page {
  width: 100%;
  display: flex;
  flex-direction: column;

  /* flex-wrap: wrap; */

  /* justify-content: space-between; */
  row-gap: 62px;
}

div#proyect-slider article {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  box-shadow: 6px 6px 12px #0004;
  border-radius: 10px;
  overflow: hidden;
}

div#proyect-slider article > * { align-items: flex-start; width: auto; }

div#proyect-slider article > img {
  flex: 1 1 246px;
  object-fit: cover;
  width: 100%;
}

div#proyect-slider article:nth-child(3),
div#proyect-slider article:nth-child(4) {
  /* height: 604px; */

  /* width: 552px; */
}

div#proyect-slider article:nth-child(1),
div#proyect-slider article:nth-child(2) {
  /* height: 634px; */
}

div#proyect-slider article:nth-child(1) {
  /* width: 720px; */
}

div#proyect-slider article:nth-child(2) {
  /* width: 352px; */
}

.row {
  display: flex;
}

div#proyect-slider-caontrol,
div#proyect-slider-caontrol2 {
  /* width: 1132px; */
  gap: 119px;
}

section#casos-de-exito {
  background: url(./images/Fondo-casos-de-exito-mobile.svg);
  background-repeat: repeat-x;
  background-size: 476px;
  background-position: top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 101px 38px 0;
  margin-top: -43px;
  margin-bottom: 0;
}

label input[type="checkbox"] {
  display: none;
}

label input[type="checkbox"] + .check {
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 9px;
}

label input[type="checkbox"]:checked + .check::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  margin: 2px;
  border-radius: 5px;
}

section#mas-informacion {
  display: flex;
  justify-content: center;
  padding: 100px;
}

#mas-informacion > .message { gap: 48px; margin-block: 116px; }

#mas-informacion > .message > button {}

.h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #0f72bd;
}

footer#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 106px 38px;
  background: linear-gradient(180deg, #0f72bd 0%, #3592d9 100%);
  color: white;
}

.blue > button {
  padding: 10px;
  border: 1px solid #fff;
  background: #0000;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.modal > .blue .content {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 40px;
}

.blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #238cda 0%, #1074bf 100%);
  padding: 18px 70px 88px;
  /* min-height: calc(50vh - 30px); */
  flex: 1 0 50%;
}

.modal .slide > .content {
  flex-grow: 1;
  display: flex;
  margin: 0 -76px;
  z-index: -1;
}

.modal .slide img {flex: 1 1 100%;width: 100%;object-fit: cover;}

.modal .slide {
  display: flex;
  flex-direction: row;
  /* align-items: stretch; */
}

.modal .slider {
  /* width: calc(50vh - 30px); */
  /* margin-top: calc(-50vh + 30px); */
  flex: 0 1 50%;
  display: flex;
}

.modal .right {
  background: linear-gradient(270deg, rgb(0 0 0 / 80%) 1.94%, rgb(0 0 0 / 0%) 95.29%);
  display: flex;
  align-items: center;
}

.modal .left {
  background: linear-gradient(90deg, rgb(0 0 0 / 80%) 1.94%, rgb(0 0 0 / 0%) 95.29%);
  display: flex;
  align-items: center;
}

.modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 60px);
  margin-top: 60px;
  justify-content: stretch;
}

.modal > img {
  width: 100%;
  height: calc(50vh - 30px);
  object-fit: cover;
}

.backdrop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
}

.backdrop::before {
  content: url(./images/Right-g.svg);
  position: absolute;
  bottom: 20px;
  transform: rotate(90deg);
}

div#mision-slider .content::after {
  content: " ";
  display: block;
  background: #fff;
  width: 45.78px;
  height: 4px;
  border-radius: 4px;
}

section#mision {
  display: flex;
  justify-content: center;
  padding: 89px 37px 129px;
  flex-direction: column-reverse;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

section#mision > img {
  /* margin-left: -94px; */

  /* padding-top: 103px; */
  height: 372px;
  object-fit: cover;
}

div#mision-slider {
  /* width: 555px; */
  height: 558px;
  background: linear-gradient(180deg, #34a1f2d9 0%, #0f72bdd9 100%);
  opacity: 0.85;
  display: flex;
  color: #fff;
  padding: 0 6px 0 35px;
}

div#mision-slider .right::before,
.alt-color .right::before {
  content: url(./images/Right-g.svg);
}

.alt-color .left::before {
  content: url(./images/Left-g.svg);
}

div#mision-slider h1 {
  margin-block: 0 16px;
  color: #fff;
  text-align: left;
}

.right::before {
  content: url("./images/Right.svg");
}

.modal .right::before {
  content: url(./images/Right-g.svg);
}

.left::before {
  content: url(./images/Left.svg);
}

.modal .left::before {
  content: url(./images/Left-g.svg);
}

div.banner-slider {
  position: absolute;
  width: calc(100% - 96px);

  /* height: 175px; */
  overflow: hidden;
  top: 114px;

  /* margin-top: -87px; */
  right: 48px;

  /* margin-right: -582px; */
  color: #fff;
  text-align: right;
}

.blog div.banner-slider {
  top: 325px;
  width: 109px;
  overflow: visible;
}

.proyectos div.banner-slider {
  text-align: left;

  /* width: 469px; */

  /* height: 252px; */
  margin-top: -126px;
  margin-left: -582px;
  margin-right: 0;
  top: 32vh;
}

.proyectos div.banner-slider h1::after,
.blog div.banner-slider h1::after {
  background: #fff;
}

.proyectos div.banner-slider h1 {
  text-align: left;
}

div.banner-slider .right { content: url(./images/Right-w.svg); }

div.banner-slider h1 {
  text-align: right;
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  line-height: 110%;
  margin-block: 16px;
}

.blog div.banner-slider h1.underlined::after {
  width: 117px;
  margin-left: 6px;
}

section.slider {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

section.slider > .slide {flex: 1 1 100%;width: 100%;/* display: flex; */align-items: center;/* gap: 13px; */transition: opacity 0.5s, max-width 0.5s;overflow-x: hidden;display: flex;}

#client-slider .slide {
    display: block;
}

section#redes-sociales {
  padding: 160px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 486px;
  justify-content: space-between;
}

section#servicios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 18px;
  row-gap: 30px;
  padding: 160px calc(50vw - 700px) calc(98.5vw - 965px) calc(50vw - 600px);
  background: url("./images/Fondo-servicios.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4496px;
  width: 100vw;

  /* height: 197vw; */
  margin-top: -96px;
}

section#servicios article h1 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #222;
  margin-block: 0;
  text-transform: initial;
}

section#servicios article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  width: 260px;
  height: 350px;
  filter: drop-shadow(0 0 16px rgb(0 0 0 / 45%));
  background: #d9d9d9;
  border-radius: 8px;
  padding: 14px 14px 0;
  justify-content: center;
}

.go-back {
  margin-block: auto 0;
}

img.extra-banner {
  margin-top: -37px;
  z-index: -1;
}

.required.g-recaptcha {
  height: 104px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

input[type="file" i] {
  margin-top: 22px;
}

.stats .tag,
.stats time {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tag::before {
  content: url("./images/icon tag.svg");
  margin-bottom: -1px;
}

time::before {
  content: url("./images/Time.svg");
  margin-bottom: -1px;
}

section#unete-a-nuestro-equipo {
  background: url(./images/Fondo-nuestros-profecionales.svg);
  background-repeat: no-repeat;
  background-size: 2001px;
  background-position: bottom left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 129vw; */
  color: #fff;
  padding: 53px 28px;
  padding-bottom: 23vw;
  margin-bottom: -68px;
}

section#unete-a-nuestro-equipo > header { margin-block: auto 48px; /* width: 563px; */ }

section#unete-a-nuestro-equipo > header > h1 {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 110%;
  text-transform: initial;
  margin-block: 22px;
  text-align: start;
}

section#unete-a-nuestro-equipo > header > h2 {
  margin-block: 0;
}

section#unete-a-nuestro-equipo > header::after {
  content: " ";
  display: block;
  background: #fff;
  width: 178px;
  height: 4px;
  border-radius: 4px;
  margin-top: 20px;
}

section#unete-a-nuestro-equipo form,
section#quienes-somos form {
  display: flex;
  flex-direction: column;

  /* width: 563px; */
  padding: 10px;
}

section#unete-a-nuestro-equipo form input:not([type="file"]),
section#unete-a-nuestro-equipo form textarea,
section#quienes-somos form input:not([type="file"]),
section#quienes-somos form textarea {
  background: #d9d9d9;
  box-shadow: 6px 6px 12px rgb(0 0 0 / 25%);
  border: none;
  border-radius: 6px;
  padding: 16.5px;
  margin-block: 10px 16px;
}

section#unete-a-nuestro-equipo form label.chechbox, section#quienes-somos form label.chechbox { display: flex; gap: 19px; align-items: center; }

section#unete-a-nuestro-equipo form .btn,
section#quienes-somos form .btn {
  align-self: center;
}

.members {
  /* width: 100%; */

  /* margin-right: -75px; */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 70px;
  text-align: center;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
}

.members > article {
  flex: 0 0 246px;
}

article.member header {
    margin-top: 20px;
}

.members > article h2 {
  margin-block: 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 110%;
}

.members > article h3 {
  margin-block: 5px;
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 18px;
  line-height: 110%;
}

.members > article p {
  margin-block: 0;
}

article.ceo {
  display: flex;
  align-items: flex-end;
  background: #d9d9d9;

  /* width: 877.75px; */
  padding: 27px 37px;
  border-radius: 24.1804px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;

  /* or 15px */
  color: #0f72bd;
  flex-direction: column-reverse;
}

article.ceo > img {
  margin: 0 -83px -27px -76px;
  flex: 0 0 auto;
  width: calc(100% + 134px);
}

article.ceo h2 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin-block: 0;
}

section#nuestros-profesionales {
  background: url(./images/Fondo-nuestros-profecionales.svg);
  background-repeat: no-repeat;
  background-size: 2001px;
  background-position: top left;

  /* height: 254vw; */
  display: flex;
  flex-direction: column;
  gap: 69px;
  align-items: center;
  justify-content: space-between;
  padding: 9vw 44px 78px;

  /* margin-bottom: -129vw; */
}

.inclusion-de-genero section#nuestros-profesionales {
  /* height: 95vw; */
  padding: 9vw 37px 66px;
  margin: 0;
}

section#nuestros-profesionales h1 {
  color: #fff;
}

section#nuestros-profesionales h1::after {
  background: #fff;
}

section#quienes-somos {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: -23.5vw; */
  /* padding-left: 100px; */
  padding: 0 34px;
}

section#quienes-somos .box {
  /* position: absolute; */
  margin-top: calc(-100vh + 103px);
  /* margin-left: -436px; */
  width: calc(100% + 50px);
  padding: 14px 13px 0;
  background: rgb(15 114 189 / 80%);
  color: white;
  backdrop-filter: blur(18px);
}

.visforms.visforms-form .category-desc {
    padding: 0 10px;
}

.contactenos section#quienes-somos .message {
  /* width: 406px; */
  /* margin-block: 73px 122px; */
  align-items: flex-start;
  /* margin-left: 733px; */
  gap: 15px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;

  /* identical to box height */
  color: #1c1c1c;
}

.contactenos section#quienes-somos .message.header { color: #0f72bd; align-items: stretch; font-size: 1.1rem; }

section#quienes-somos .message.header h1::after {
  content: " ";
  display: block;
  width: 182px;
  margin: 18px auto 0;
  height: 5px;
  border-radius: 3px;
  background: #0f72bd;
}

section#quienes-somos .message.header h1 {
  margin-bottom: -13px;
}

.contactenos section#quienes-somos .row {
  width: 100%;
  padding: 16px calc(50% - 346px) 77px;
  flex-direction: column;
}

.contactenos .message h2 {
  width: 318px;
  font-family: "Source Sans Pro";
  text-align: left;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 110%;

  /* or 55px */
  color: #0f72bd;
  margin-block: 10px;
}

section#quienes-somos .box input:not([type="file"]),
section#quienes-somos .box textarea { box-shadow: none; }

.box {}

.box label input[type="checkbox"] + .check {
  border: 2px solid #fff;
  margin-block: 19px;
  flex: 0 0 auto;
}

.box label input[type="checkbox"]:checked + .check::before {
  background: #fff;
}

section#quienes-somos .divider {
  /* background-image: url(./images/olas.svg); */
  /* background-position: left; */
  /* background-size: 1004px; */
  /* background-repeat: no-repeat; */
  /* height: 346px; */
  /* align-self: stretch; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* padding: 0 26px; */
  /* margin-left: -100px; */
  margin: 0 -34px;
}

.nosotros section#quienes-somos .divider {
  background-image: url(./images/olas.svg);
  background-position: left;
  background-size: 1004px;
  background-repeat: no-repeat;
  height: 346px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  margin-top: -100px;
}

.post .divider {
  background-image: url(./images/Fondo-blog-post.svg);
  background-position: top right;
  background-size: 100vw;
  background-repeat: no-repeat;
  min-height: 22vw;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 0 0 calc(50vw - 517px);
  margin-left: -100px;
  margin-top: -8vw;
  margin-bottom: -14vw;
}

.contactenos section#quienes-somos .divider {
  /* flex-direction: column; */

  /* padding-right: calc(50vw - 617px); */

  /* padding-left: calc(50vw - -336px); */

  /* align-items: flex-end; */

  /* text-align: right; */

  /* justify-content: center; */

  /* color: white; */
}

.contactenos .divider h1 {
  margin-block: 0;
}

.contactenos .divider h1::after {
  margin: auto;
  margin-right: 0;
}

.underlined h1::after,
h1.underlined::after {
  content: " ";
  display: block;
  background: #0f72bd;
  width: 178px;
  height: 4px;
  border-radius: 4px;
  margin: auto;
  margin-top: 20px;
}

section#quienes-somos .divider h1 {
  color: #fff;

  /* margin: -34px; */
  text-transform: inherit;
}

section#quienes-somos .divider h1::after {
  background: #fff;
}

section#nuestros-clientes {
  padding: 74px 0 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.clientes section#nuestros-clientes {
  background-image: url("../assets/images/Fondo-nuestros-clientes.svg");
  background-size: 100vw;
  background-position: top;
  background-repeat: repeat-x;
  margin-top: -14vw;
  padding-top: calc(9.5vw - 78px);
  /* height: 87vw; */
  padding-bottom: 73px;
}

.clientes section#nuestros-clientes > .message {
  padding-top: calc(23vw - 157px);
  justify-content: space-between;
  /* height: 1234px; */
}

.clientes section#nuestros-clientes .btn {
  margin-top: 48px;
}

.clientes section#nuestros-clientes > h1 {
  align-self: center;
  padding-left: calc(50vw - 608px);
}

article .content {
  padding: 33px 27px;
  gap: 10px;
  background: #e1e1e1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

article .content > div {
  flex-grow: 1;
  flex-basis: auto;
}

.blog .content > div {
  align-self: flex-start;
  text-align: left;
}

article .content > .stats,
.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 0 1 auto;
  align-self: flex-start;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  gap: 10px;
}

section#actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
}

section#actions { align-self: center; }

section#actions > *:not(img) {
  display: none;
}

.home article:first-child > .content {
  /* width: 366px; */

  /* flex: 0 1 auto; */

  /* align-items: flex-start; */
}

article .content h1 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #1c1c1c;
  margin-block: 0;
}

.blog .content h1 {
  color: #0f72bd;
  text-transform: none;
}

div#article-list {
  min-height: 756px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 65px;
  row-gap: 62px;
}

.blog div#article-list {
  column-gap: 34px;
  width: 100%;
}

section#articulos {
  /* padding: 0 0 0 100px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog section#articulos { margin-top: -383px; padding: 0 20px; }

.home section#articulos {
  margin-top: -191px;
  padding-bottom: calc(84vw - 1340px);
  background-image: url(images/Fondo-projecto2.svg);
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 249px;
  display: none;
}

div#article-list > article {
  flex: 0 0 auto;
  width: 318px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 6px 6px 12px #0004;
  border-radius: 10px;
  overflow: hidden;
}

.blog div#article-list > article {
  width: 352px;
}


.home div#article-list > article:first-child {
  /* flex: 0 0 100%; */

  /* flex-direction: row; */

  /* align-items: stretch; */

  /* height: 487px; */
}

div#article-list > article > img {
  height: 260px;
  object-fit: cover;
}

.blog div#article-list img {
  height: 383px;
}

.home div#article-list > article:first-child > img {
  /* order: 1; */

  /* width: 720px; */

  /* height: initial; */

  /* flex: 1 1 auto; */
}

section#articulos > h1 {
  color: #fff;
}

.blog section#articulos > h1 {
  align-self: flex-start;
  text-transform: none;
  padding-left: 0;
}

.project-call-text h1 {
  text-align: left;
}

.project-call-text {
  /* width: 465px; */
}

.project-call {
  align-self: stretch;

  /* background-image: url(images/Fondo-projecto2.svg); */
  background-size: 100vw;
  background-position: bottom center;
  background-repeat: no-repeat;

  /* height: 158vw; */
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.project-call img {
  width: 100%;
}

section#proyectos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-image: url(images/Fondo-projecto.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 4096px;
  /* height: 183.2vw; */
  padding: 38px;
  color: #fff;
}

h1 {/* Title */
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;

  /* identical to box height, or 53px */
  text-align: center;
  text-transform: uppercase;
  color: #0f72bd;
}

.servicios #banner h1.underlined {
  margin-top: -2px;
  margin-bottom: -38px;

  /* text-align: left; */

  /* margin-left: 79%; */
  text-transform: initial;
  color: #fff;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  z-index: 1;
  line-height: 110%;
}

.servicios #banner h1.underlined::after {
  background: #fff;
}

.float-end a,
.btn {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 12px 24px;
  background: linear-gradient(97.12deg, #2ebdfc 0%, #1bb9c2 100%);
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: inline-block;
  text-decoration: inherit;
  align-self: center;
}

.message {/* Frame 1 */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 74px;
  width: 100%;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.inclusion-de-genero .message {
  padding-bottom: 57px;
}

section#proyectos .message {
  /* margin-right: -100px; */
}

section#mensaje {
  background-image: url(images/Fondo-mensaje.svg);
  background-size: 972px;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: -72px;
  padding: 19px 54px 55px;
  /* padding-left: 100px; */
  /* height: 92vw; */
  /* padding-bottom: 281px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  z-index: 1;
}

section#mensaje img {
  width: 100%;
}

#banner img,
#banner .img {
  height: calc(100vh - 60px);
  object-fit: cover;
  width: 100%;
}

.contactenos.container section#banner img,
.contactenos.container section#banner .img {
    /* height: 878px; */
}

.blog #banner > img,
.blog #banner > .img {
  height: 1256px;
  margin-top: -180px;
}

.proyectos #banner img,
.proyectos #banner .img {
  margin-top: -60px;
  width: auto;
  height: 62vh;
}

section#banner {
  display: flex;
  flex-direction: column;
}

.home section#banner::before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 600px;
    background: linear-gradient(180deg, #0000009c, transparent);
}

section#banner .slide { flex-direction: column; align-items: flex-end; }

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

.proyectos.container.com-content-category-blog .page-item {
    font-size: 0;
}

.proyectos.container.com-content-category-blog .left {
    margin-right: 119px;
}

.post h1 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  color: inherit;
  text-align: inherit;
  text-transform: none;
}

.logo {
  display: flex;
  align-items: center;
}

.social-links { min-height: 60px; }

.social-links a {font-size: 0;}
.social-links a::before {display: inline-block;}
.social-links .facebook::before {content: url(./images/Facebook.svg);}
.social-links .twitter::before { content: url(./images/Twitter.svg); }
.social-links .linkedin::before { content: url(./images/Linkedin.svg); }
.social-links .instagram::before { content: url(./images/Instagram.svg); }

nav.menu img.close-menu-btn {
  /* display: none; */
  transform: rotate(-90deg);
}

nav.menu:focus-within img.close-menu-btn {
  display: initial;
}

nav.menu img.text-logo {
  height: 27px;

  /* max-width: 0; */
  object-fit: cover;
  object-position: left;

  /* transition: 0.5s; */
}

nav.menu:focus-within img.text-logo {
}

.menu-btn {
  position: fixed;
  top: -5px;
  left: 0;
}

nav.menu:focus-within .menu-title {
  /* display: none; */
  position: absolute;
  margin-left: -300px;
}

nav.menu ul.nav {
  /* display: none; */
  display: flex;
  flex-direction: column;
  transition: 0.5s;
  width: 149px;
  gap: 18px;

  /* margin-left: -200px; */
}

nav.menu:focus-within ul.nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-left: 0;
}

body {
  margin: 0;

  /* overflow-x: hidden; */
}

main#main {
  padding-top: 60px;
}

nav.menu {
  max-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  transition: 0.5s;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;

  /* identical to box height, or 18px */
  letter-spacing: 0.05em;
  color: #4271b8;
}

nav.menu a {
  color: inherit;
  text-decoration: none;
}

nav.menu:focus-within {
  /* width: 200px; */

  /* align-self: center; */
  max-height: 200vh;
  padding: 10px 12px 30px;
}

.top-bar {
  position: fixed;
  display: flex;
  flex-direction: column-reverse;
  justify-content: right;
  align-items: flex-end;
  background: #d9d9d9;
  width: 100%;

  /* height: 60px; */
  top: 0;
  left: 0;
  padding: 0 25px;
  z-index: 10;
  overflow-y: hidden;
}

ul.nav {
  list-style: none;
  padding: 0;
}

.menu-title {
  display: none;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 34vh 41px;
  text-decoration: none;
  color: inherit;
}


.blog article p {
  display: none;
}

@media screen and (max-width: 767px) {
  
.blog div#article-list > article:nth-child(4n),
.article q,
section.post-content > blockquote {
  display: block;
  width: calc(100% - 98px);
  margin: 3rem auto;
  background: #0f72bd;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.blog div#article-list > article:nth-child(4n) { display: flex; /* margin: 0 calc(-50vw + 617px); *//* min-width: calc(100vw - 120px); */flex-direction: column-reverse; /* padding: 45px calc(50vw - 617px); */ }

.blog div#article-list > article:nth-child(4n) .btn {
  align-self: baseline;
}

article:nth-child(4n) .content > .stats {
  /* filter: brightness(5); */
}

.blog article:nth-child(4n) .content {
  background: inherit;

  /* width: 460px; */
  align-items: flex-start;
  padding: 65px 20px 45px;
}

.blog article:nth-child(4n) h1 {
  color: inherit;
  text-align: revert;
}

.blog article:nth-child(4n) p {
  display: block;
}

.blog article:nth-child(4n) > img { /* width: 685px; */ }
}

@media screen and (min-width: 576px) {
  * {
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  * {
    box-sizing: border-box;
  }

.com-tags-tag.tag-category,
form#modules-form,
.edit.item-page {
    padding-left: 150px;
}

div#client-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-copy {
    max-width: 320px;
}

  .footer-logo img {
    width: 282px;
  }

  .footer-locations ul {
    text-align: right;
  }

  .footer-locations {
    order: 4;
  }

  section#mensaje img {
    width: auto;
  }

  .menu-btn {
    position: static;
    top: auto;
    left: auto;
  }

  .next-section {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: opacity 0.5s, transform 2s;
    overflow: hidden;
  }

  section.post-content > * {
    padding: 0 max(150px, 14%);
  }

  section.post-content > blockquote {
    padding: 0 max(150px, 14%);
    margin-block: 3rem;
  }

  section.post-content > h1,
  section.post-content > h2,
  section.post-content > h3,
  section.post-content > h4,
  section.post-content > h5 { color: #0f72bd; }

  section.post-content > blockquote h1,
  section.post-content > blockquote h2,
  section.post-content > blockquote h3,
  section.post-content > blockquote h4,
  section.post-content > blockquote h5 {
    text-transform: uppercase;
  }

  section.post-content q > *:first-child {
    margin-top: 89px;
  }

  section.post-content q > *:last-child {
    margin-bottom: 89px;
  }

  section.post-content q::before,
  section.post-content q::after {
    content: none;
  }

  section.post-content > img, section.post-content > p > img {
    width: 100%;
    padding: 0 max(150px, 10%);
    margin-block: 2rem;
  }

section.post-content > p > img {
  padding: 0;
  margin: 0;
}

  .blog .actions {
    padding: 150px 0;
  }

  form#search-bar {
    position: absolute;
    display: flex;
    width: 385px;
    top: 674px;
    margin-top: -25px;
    right: 55px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 25%);
    padding: 0;
  }

  form#search-bar input {
    padding: 15px;
    flex-grow: 1;
    border: none;
  }

  input::placeholder {
    color: #929292;
  }

  form#search-bar button {
    display: flex;
    border: none;
    padding: 0;
  }

  form#search-bar button > img {
    height: auto;
  }

  a {
    display: inline-block;
    color: inherit;
    text-decoration: inherit;
  }

  div#proyect-slider {
    /* width: 1132px; */
    min-height: calc(113vw - 160px);
    margin-block: 4.2vw;
  }

  div#proyect-slider .page {
    /* width: 1132px; */
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }

  div#proyect-slider article {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }

  div#proyect-slider article > * { align-items: flex-start; width: auto; }

  div#proyect-slider article > img {
    flex: 1 1 auto;
    object-fit: cover;
  }

  div#proyect-slider article:nth-child(3) {
    height: auto;
    width: calc(50% - 25px);
  }

  div#proyect-slider article:nth-child(4) {
    min-height: 634px;
    width: 100%;
  }

  div#proyect-slider article:nth-child(1),
  div#proyect-slider article:nth-child(2) {
    /* height: 634px; */
  }

  div#proyect-slider article:nth-child(1) {
    width: 100%;
  }

  div#proyect-slider article:nth-child(2) {
    width: calc(50% - 25px);
  }

  .row {
    display: flex;
  }

  .contactenos section#quienes-somos .row {
    width: 100%;
    padding: 0 calc(50% - 346px);
    flex-direction: row-reverse;
  }

  div#proyect-slider-caontrol,
  div#proyect-slider-caontrol2 {
    /* width: 1132px; */
    /* gap: 119px; */
  }

  section#casos-de-exito {
    background: url(./images/Fondo-casos-de-exito.svg);
    background-repeat: no-repeat;
    background-size: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 7.3vw 50px 0 150px;
    margin-bottom: 0;
  }

  label input[type="checkbox"] {
    display: none;
  }

  label input[type="checkbox"] + .check {
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 9px;
  }

  label input[type="checkbox"]:checked + .check::before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    margin: 2px;
    border-radius: 5px;
  }

  section#mas-informacion {
    display: flex;
    justify-content: center;
    padding-left: 100px;
    padding-right: 0;
  }

  #mas-informacion > .message { gap: 48px; margin-block: 116px; }

  #mas-informacion > .message > button {}

  .h2 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #0f72bd;
  }

  footer#footer {
    display: flex;
    justify-content: flex-end;
    padding: 106px 150px;
    padding-right: 50px;
    background: linear-gradient(180deg, #0f72bd 0%, #3592d9 100%);
    height: 488px;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .blue > button {
    padding: 10px;
    border: 1px solid #fff;
    background: #0000;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }

  .modal > .blue .content {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 40px;
  }

  .blue {
    height: auto;
  }

  .modal .slide > .content {
    flex-grow: 1;
    height: 381px;
  }

  .modal .slide {
    display: flex;
    flex-direction: row;
  }

  .modal .slider {
    width: 900px;
    /* margin-top: -381px; */
  }

  .modal .right {
    background: linear-gradient(270deg, rgb(0 0 0 / 80%) 1.94%, rgb(0 0 0 / 0%) 95.29%);
    display: flex;
    align-items: center;
  }

  .modal .left {
    background: linear-gradient(90deg, rgb(0 0 0 / 80%) 1.94%, rgb(0 0 0 / 0%) 95.29%);
    display: flex;
    align-items: center;
  }

  .modal {
    width: 900px;
    margin-top: 60px;
    height: auto;
  }

  .modal > img {
    width: 900px;
    height: 381px;
    object-fit: cover;
  }

  .backdrop {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 20;
  }

  div#mision-slider .content::after {
    content: " ";
    display: block;
    background: #fff;
    width: 45.78px;
    height: 4px;
    border-radius: 4px;
  }

  section#mision {
    display: flex;
    justify-content: center;
    padding: 89px 0 129px 100px;
    flex-direction: row-reverse;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  section#mision > img {
    margin-left: calc(90% - 956px);
    padding-top: 87px;
    width: 505px;
    height: auto;
  }

  div#mision-slider {
    width: 441px;
    height: 372px;
    padding: 0 0 0 43px;
  }

  div#mision-slider .right::before,
  .alt-color .right::before {
    content: url(./images/Right-g.svg);
  }

  .alt-color .left::before {
    content: url(./images/Left-g.svg);
  }

  div#mision-slider h1 {
    margin-block: 0 16px;
    color: #fff;
    text-align: left;
  }

  .right::before {
    content: url("./images/Right.svg");
  }

  .modal .right::before {
    content: url(./images/Right-g.svg);
  }

  .left::before {
    content: url(./images/Left.svg);
  }

div#client-slider .left::before, div#client-slider .right::before {
    transform: none;
}

  .modal .left::before {
    content: url(./images/Left-g.svg);
  }

  .blog div.banner-slider {
    top: 418px;
    width: 109px;
    overflow: visible;
    right: 50px;
    margin: 0;
  }

  .proyectos div.banner-slider {
    text-align: left;
    width: 469px;
    height: 252px;
    margin-left: 150px;
    top: 24vw;
    left: 0;
  }

  .proyectos div.banner-slider h1::after,
  .blog div.banner-slider h1::after {
    background: #fff;
  }

  .proyectos div.banner-slider h1 {
    text-align: left;
  }

  div.banner-slider .right { content: url(./images/Right-w.svg); }

  div.banner-slider h1 {
    text-align: right;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    line-height: 110%;
    margin-block: 16px;
  }

  .blog div.banner-slider h1.underlined::after {
    width: 117px;
    margin-left: 6px;
  }

  section.slider {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
  }

  section.slider > .slide { flex: 1 0 100%; width: 100%; display: flex; align-items: center; gap: 13px; transition: opacity 0.5s, max-width 0.5s; overflow-x: hidden; }

#client-slider .slide {
    display: flex;
}

  section#banner .slide {flex-direction: initial;align-items: center;}

  section#redes-sociales {
    padding: 160px 0 160px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 486px;
    justify-content: space-between;
  }

  section#servicios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
    row-gap: 30px;
    padding: 160px 50px calc(98.5vw - 965px) 150px;
    background: url("./images/Fondo-servicios.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8896px;
    width: 100vw;
    /* height: 197vw; */
    margin-top: -6.5vw;
  }

  section#servicios article h1 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #222;
    margin-block: 0;
    text-transform: initial;
  }

  section#servicios article {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 260px;
    height: 350px;
    filter: drop-shadow(0 0 16px rgb(0 0 0 / 45%));
    background: #d9d9d9;
    border-radius: 8px;
    padding: 14px 14px 0;
    justify-content: center;
  }

  .go-back {
    margin-block: auto 0;
  }

section#unete-a-nuestro-equipo .go-back {
    display: none;
}

  img.extra-banner {
    margin-top: -9vw;
    z-index: -1;
  }

  input#curriculum {
    margin-top: 22px;
  }

  .stats .tag,
  .stats time {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .tag::before {
    content: url("./images/icon tag.svg");
    margin-bottom: -1px;
  }

  time::before {
    content: url("./images/Time.svg");
    margin-bottom: -1px;
  }

  section#unete-a-nuestro-equipo {
    display: flex;
    background: url(./images/Fondo-nuestros-profecionales.svg);
    background-position: bottom;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 129vw; */
    color: #fff;
    padding-top: 203px;
    padding-bottom: 335px;
    padding-left: 151px;
  }

section#unete-a-nuestro-equipo + img {
    z-index: -1;
}

  section#unete-a-nuestro-equipo > header { margin-block: auto 48px; width: 563px; }

  section#unete-a-nuestro-equipo > header > h1 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 110%;
    text-transform: initial;
    margin-block: 22px;
    text-align: start;
  }

  section#unete-a-nuestro-equipo > header > h2 {
    margin-block: 0;
  }

  section#unete-a-nuestro-equipo > header::after {
    content: " ";
    display: block;
    background: #fff;
    width: 178px;
    height: 4px;
    border-radius: 4px;
    margin-top: 20px;
  }

  section#unete-a-nuestro-equipo form,
  section#quienes-somos form {
    display: flex;
    flex-direction: column;
    width: 563px;
    padding: 10px;
  }

  section#unete-a-nuestro-equipo form input:not([type="file"]),
  section#unete-a-nuestro-equipo form textarea,
  section#quienes-somos form input:not([type="file"]),
  section#quienes-somos form textarea {
    background: #d9d9d9;
    box-shadow: 6px 6px 12px rgb(0 0 0 / 25%);
    border: none;
    border-radius: 6px;
    padding: 16.5px;
    margin-block: 10px 16px;
  }

  section#unete-a-nuestro-equipo form .btn,
  section#quienes-somos form .btn {
    align-self: center;
  }

  .members {
    width: 100%;
    max-width: 944px;
    /* margin-right: -75px; */
    flex-direction: row;
  }

  .members > article {
    flex: 0 0 246px;
  }

  .members > article h2 {
    margin-block: 0;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 27.5px;
  }

.members > article h3 {
    font-size: 16px;
}

  .members > article p {
    margin-block: 0;
    font-size: 16px;
  }


  section#nuestros-profesionales {
    background: url(./images/Fondo-nuestros-profecionales.svg);
    background-repeat: no-repeat;
    background-size: 1500px;
    /* height: 254px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 9vw 50px 0 150px;
    /* margin-bottom: -129vw; */
  }

  .inclusion-de-genero section#nuestros-profesionales {
    /* height: 95vw; */
    padding: 9vw 0 66px 100px;
    margin: 0;
  }

  section#nuestros-profesionales h1 {
    color: #fff;
  }

  section#nuestros-profesionales h1::after {
    background: #fff;
  }

  section#quienes-somos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -23.5vw;
    padding-left: 100px;
  }

  section#quienes-somos .box {
    /* position: absolute; */
    width: auto;
    margin-top: -812px;
    /* margin-left: -436px; */
    padding: 67px 65px 0;
    background: rgb(15 114 189 / 80%);
    color: white;
    backdrop-filter: blur(18px);
    /* top: 0; */
  }

  .contactenos section#quienes-somos .message {
    flex: 1 1 auto;
    /* width: 406px; */
    margin-block: 1px 122px;
    align-items: flex-start;
    /* margin-left: 733px; */
    gap: 15px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;

    /* identical to box height */
    color: #1c1c1c;
  }

  .contactenos section#quienes-somos .message.header {
    text-align: right;
    width: 477px;
  }

  .contactenos .message h2 {
    width: 318px;
    font-family: "Source Sans Pro";
    text-align: left;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 110%;

    /* or 55px */
    color: #0f72bd;
    margin-block: 10px;
  }

  section#quienes-somos .box input:not([type="file"]),
  section#quienes-somos .box textarea { box-shadow: none; }

  .box {}

  .box label input[type="checkbox"] + .check {
    border: 2px solid #fff;
    margin-block: 19px;
  }

  .box label input[type="checkbox"]:checked + .check::before {
    background: #fff;
  }

  .nosotros section#quienes-somos .divider{
    margin: 0 -34px;
  }

  .nosotros section#quienes-somos .divider,
  section#quienes-somos .divider {
    background-image: url(./images/olas.svg);
    background-position: center;
    background-size: 100vw;
    background-repeat: no-repeat;
    height: 34vw;
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 50px 0 150px;
    margin-left: -100px;
  }

  .post .divider {
    background-image: url(./images/Fondo-blog-post.svg);
    background-position: top right;
    background-size: 100vw;
    background-repeat: no-repeat;
    min-height: 22vw;
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 0 0 calc(50vw - 517px);
    margin-left: -100px;
    margin-top: -8vw;
    margin-bottom: -14vw;
  }

  .contactenos section#quienes-somos .divider {
    flex-direction: column;
    padding-right: calc(50vw - 617px);
    padding-left: calc(50vw - -336px);
    align-items: flex-end;
    text-align: right;
    justify-content: center;
    color: white;
  }

  .contactenos .divider h1 {
    margin-block: 0;
  }

  .contactenos .divider h1::after {
    margin: auto;
    margin-right: 0;
  }

  .underlined h1::after,
  h1.underlined::after {
    content: " ";
    display: block;
    background: #0f72bd;
    width: 178px;
    height: 4px;
    border-radius: 4px;
    margin: initial;
    margin-top: 20px;
  }

  section#quienes-somos .divider h1 {
    color: #fff;
  }

  section#quienes-somos .divider h1::after {
    background: #fff;
  }

  section#nuestros-clientes {
    padding: 74px 0 112px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .clientes section#nuestros-clientes {
    background-image: url("../assets/images/Fondo-nuestros-clientes.svg");
    background-size: 100vw;
    background-position: top;
    margin-top: -14vw;
    padding: calc(9.5vw - 78px) 50px 0px 150px;
    /* height: 87vw; */
    /* padding-bottom: calc(44vw - 473px); */
  }

  .clientes section#nuestros-clientes > .message {
    padding-top: calc(23vw - 157px);
    justify-content: space-between;
    /* height: 1234px; */
  }

  .clientes section#nuestros-clientes .btn {
    margin-top: 48px;
  }

  .clientes section#nuestros-clientes > h1 {
    align-self: flex-start;
    padding-left: calc(50vw - 608px);
  }

  h1 {/* Title */
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;

    /* identical to box height, or 53px */
    text-align: center;
    text-transform: uppercase;
    color: #0f72bd;
  }

  section#quienes-somos .message.header h1::after {
    margin-right: 0;
  }

  section#quienes-somos .message.header h1 { text-align: left; }

  .servicios #banner h1.underlined {
    margin-top: -70vh;
    margin-bottom: calc(70vh - 74px);
    text-align: left;
    margin-left: 79%;
    text-transform: initial;
    color: #fff;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 110%;
  }

  .servicios #banner h1.underlined::after {
    background: #fff;
  }

  .btn, section#unete-a-nuestro-equipo form input.btn, section#quienes-somos form input.btn {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 12px 24px;
    background: linear-gradient(97.12deg, #2ebdfc 0%, #1bb9c2 100%);
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: inline-block;
    text-decoration: inherit;
  }

  .message {/* Frame 1 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 103px;
    width: calc(100% - 200px);
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .inclusion-de-genero .message {
    padding-bottom: 57px;
  }

  section#proyectos .message {
    margin-right: -100px;
  }

  #banner img,
  #banner .img {
    height: calc(100vh - 60px);
    object-fit: cover;
  }

  .blog #banner > img {
    /* height: auto; */
    /* margin-top: -60px; */
  }

  .proyectos #banner img,
  .proyectos #banner .img {
    margin-top: -60px;
    height: 45.5vw;
  }

  section#banner {
    display: flex;
    flex-direction: column;
  }

.home section#banner::before {
    display: none;
}

  .container {
    display: flex;
    flex-direction: column;
  }
  
  .contactenos.container section#banner img,
  .contactenos.container section#banner .img {
    height: 768px;
  }

  .post h1 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    color: inherit;
    text-align: inherit;
    text-transform: none;
  }

  .logo {
    display: flex;
    align-items: center;
  }

  .social-links {
  }

  nav.menu img.close-menu-btn {
    display: none;
    transform: none;
  }

  nav.menu:focus-within img.close-menu-btn {
    display: initial;
  }

  nav.menu img.text-logo {
    height: 27px;
    max-width: 0;
    object-fit: cover;
    object-position: left;
    transition: 0.5s;
  }

  nav.menu:focus-within img.text-logo {
    max-width: 300px;
  }

  nav.menu:focus-within img.menu-btn {
    display: none;
  }

  nav.menu:focus-within .menu-title {
    /* display: none; */
    position: absolute;
    margin-left: -300px;
  }

  nav.menu ul.nav {
    display: none;
    transition: 0.5s;
    width: 149px;
    margin-left: -200px;
  }

  nav.menu:focus-within ul.nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-left: 0;
  }

  body {
    margin: 0;

    /* overflow-x: hidden; */
  }

  main#main {
    padding-top: 60px;
  }

  nav.menu {
    max-height: none;
    position: fixed;
    background: rgb(255 255 255 / 80%);
    box-shadow: 6px 0 24px rgb(0 0 0 / 55%);
    width: 100px;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 10px 12px 30px;

    /* identical to box height, or 18px */
  }

  nav.menu a {
    color: inherit;
    text-decoration: none;
  }

  nav.menu:focus-within {
    width: 200px;
    max-height: 200vh;
  }

  .top-bar {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    background: #d9d9d9;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    padding: 0 25px;
    z-index: 10;
  }

  ul.nav {
    list-style: none;
    padding: 0;
  }

  .menu-title {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 34vh 41px;
    text-decoration: none;
    color: inherit;
  }

  section#proyectos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-image: url(images/Fondo-projecto.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 4096px;
    /* height: 183.2vw; */
    padding: 0;
    gap: 96px;
    padding-top: 120px;
    color: #fff;
  }

  article .content {
    padding: 33px 27px;
    gap: 10px;
    background: #e1e1e1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  article .content > div {
    flex-grow: 1;
    flex-basis: auto;
  }

  .blog .content > div {
    align-self: flex-start;
    text-align: left;
  }

  article .content > .stats,
  .stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    flex: 0 1 auto;
    align-self: flex-start;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    gap: 10px;
  }

  section#actions {align-self: center;flex-direction: initial;padding: 0 max(150px, 14%);}

section#actions > img:nth-child(3) {margin-left: auto;}

  section#actions > *:not(img) {
    display: none;
  }

  .home article:first-child > .content {
    width: 366px;
    flex: 0 1 auto;
    align-items: flex-start;
  }

  article .content h1 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #1c1c1c;
    margin-block: 0;
  }

  .blog .content h1 {
    color: #0f72bd;
    text-transform: none;
  }

  div#article-list {
    width: 100%;
    min-height: 1129px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 65px;
    row-gap: 62px;
  }

  .blog div#article-list {
    column-gap: 34px;
    /* width: 1124px; */
  }

  section#articulos {
    padding: 0 50px 0 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .blog section#articulos {margin-top: -197px;padding: 0 0 0 100px;}

  .home section#articulos {
    margin-top: -1264px;
    padding-bottom: 0;
    background-image: none;
    padding-top: 0;
  }

  div#article-list > article {
    /* flex: 0 0 318px; */
    width: 318px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .blog div#article-list > article {
    width: 352px;
  }


  .blog article p {
    display: none;
  }

  .home div#article-list > article:first-child {
    flex: 0 0 100%;
    flex-direction: row;
    align-items: stretch;

    /* height: 487px; */
  }

  div#article-list > article > img {
    height: 260px;
    object-fit: cover;
  }

  .blog div#article-list img {
    height: 383px;
  }

  .home div#article-list > article:first-child > img {
    order: 1;
    width: 720px;
    height: initial;
    flex: 1 1 auto;
  }

  section#articulos > h1 {
    color: #fff;
  }

  .blog section#articulos > h1 {
    align-self: flex-start;
    text-transform: none;
    padding-left: max(1em, calc(50vw - 672px));
  }

  .project-call-text h1 {
    text-align: left;
  }

  .project-call-text {
    width: auto;
    z-index: 1;
  }

  .project-call {
    align-self: stretch;
    background-image: url(images/Fondo-projecto2.svg);
    background-size: 4096px;
    background-position: bottom center;
    background-repeat: no-repeat;
    /* height: 158vw; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 calc(50vw - 585px) 1436px max(calc(50vw - 335px), 140px);
    overflow-x: hidden;
  }

  .project-call{
    padding-bottom: 0;
    background: none;
  }

  .project-call img {
    width: auto;
    margin: 0 -4vw 0 -7vw;
  }

  section#mensaje {
    background-image: url(images/Fondo-mensaje.svg);
    background-size: 1200px;
    background-repeat: no-repeat;
    margin-top: 125px;
    padding-top: 85px;
    padding-left: 150px;

    /* height: 92vw; */
    padding-bottom: 138px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }

  div.banner-slider {
    position: absolute;
    width: 387px;
    height: 175px;
    overflow: hidden;
    top: 50vh;
    margin-top: -76px;
    right: 50vw;
    margin-right: -46.5%;
    color: #fff;
    text-align: right;
  }

  section#mensaje img {
    width: 253px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

  
  
.blog div#article-list > article:nth-child(3n), .article q, section.post-content > blockquote {
  display: block;
  width: calc(100% - 98px);
  margin: 3rem auto;
  background: #0f72bd;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}

.blog div#article-list > article:nth-child(3n) { display: flex; /* margin: 0 calc(-50vw + 617px); *//* min-width: calc(100vw - 120px); */flex-direction: column-reverse; /* padding: 45px calc(50vw - 617px); */ }

.blog div#article-list > article:nth-child(3n) .btn {
  align-self: baseline;
}

article:nth-child(3n) .content > .stats {
  filter: brightness(5);
}

.blog article:nth-child(3n) .content {
  background: inherit;

  /* width: 460px; */
  align-items: flex-start;
  padding: 65px 20px 45px;
}

.blog article:nth-child(3n) h1 {
  color: inherit;
  text-align: revert;
}

.blog article:nth-child(3n) p {
  display: block;
}

.blog article:nth-child(3n) > img { /* width: 685px; */ }


  .blog div#article-list > article:nth-child(3n), .article q, section.post-content > blockquote {
    display: block;
    width: 100%;
    background: #0f72bd;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 0;
    box-shadow: none;
  }

  .blog div#article-list > article:nth-child(3n) {display: flex;margin: 0 calc(-50vw + 617px);min-width: calc(100vw - 120px);flex-direction: row-reverse;padding: 45px 45px 45px 0;}

  article:nth-child(3n) .content > .stats {
    filter: brightness(5);
  }

  .blog article:nth-child(3n) .content {
    background: inherit;
    width: 460px;
    align-items: flex-start;
    padding: 45px;
  }

  .blog article:nth-child(3n) h1 {
    color: inherit;
    text-align: revert;
  }

  .blog article:nth-child(3n) p {
    display: block;
  }

  .blog article:nth-child(3n) > img {width: 40%;}
}

@media screen and (min-width: 992px) {
  * {
    box-sizing: border-box;
  }article.ceo {
    display: flex;
    align-items: flex-end;
    background: #d9d9d9;
    max-width: 877.75px;
    padding: 27px 37px;
    border-radius: 24.1804px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;

    /* or 15px */
    color: #0f72bd;
    flex-direction: initial;
  }

  article.ceo > img {
    margin: -134px -72px -27px -98px;
    flex: 0 0 auto;
    width: auto;
  }

  article.ceo h2 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-block: 0;
  }
}

@media screen and (min-width: 1200px) {
  * {
    box-sizing: border-box;
  }

.footer-copy {
    max-width: initial;
}

div#client-slider {
    /* width: 1024px; */
}

div#client-slider .content > div {
    display: flex;
    flex-direction: row;
    width: 1024px;
}

div#client-slider .content img {
    object-fit: contain;
    flex: 1 1 auto;
}

  .footer-logo img {
    width: 282px;
  }

  .footer-locations ul {
    text-align: right;
  }

  .footer-locations {
    order: 4;
  }

  section#mensaje img {
    width: auto;
  }

  .menu-btn {
    position: static;
    top: auto;
    left: auto;
  }

  .next-section {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: opacity 0.5s, transform 2s;
    overflow: hidden;
  }

  section.post-content > * {
    padding: 0 max(150px, 14%);
  }

  section.post-content > blockquote {
    padding: 0 max(150px, 14%);
    margin-block: 3rem;
  }

  section.post-content > h1,
  section.post-content > h2,
  section.post-content > h3,
  section.post-content > h4,
  section.post-content > h5 { color: #0f72bd; }

  section.post-content > blockquote h1,
  section.post-content > blockquote h2,
  section.post-content > blockquote h3,
  section.post-content > blockquote h4,
  section.post-content > blockquote h5 {
    text-transform: uppercase;
  }

  section.post-content q > *:first-child {
    margin-top: 89px;
  }

  section.post-content q > *:last-child {
    margin-bottom: 89px;
  }

  section.post-content q::before,
  section.post-content q::after {
    content: none;
  }

  section.post-content > img, section.post-content > p > img {
    width: 100%;
    padding: 0 max(150px, 10%);
    margin-block: 2rem;
  }

section.post-content > p > img {
  padding: 0;
  margin: 0;
}

  .blog .actions {
    padding: 150px 0;
  }

  form#search-bar {
    position: absolute;
    display: flex;
    width: 385px;
    top: 49vw;
    margin-top: -25px;
    right: 50vw;
    margin-right: -582px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 25%);
    padding: 0;
  }

  form#search-bar input {
    padding: 15px;
    flex-grow: 1;
    border: none;
  }

  input::placeholder {
    color: #929292;
  }

  form#search-bar button {
    display: flex;
    border: none;
    padding: 0;
  }

  form#search-bar button > img {
    height: auto;
  }

  a {
    display: inline-block;
    color: inherit;
    text-decoration: inherit;
  }

  div#proyect-slider {
    width: 1132px;
    min-height: 1467px;
    margin-block: 60px;
  }

  div#proyect-slider .page {
    width: 1132px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }

  div#proyect-slider article {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }

  div#proyect-slider article > * { align-items: flex-start; width: auto; }

  div#proyect-slider article > img {
    flex: 1 1 auto;
    object-fit: cover;
  }

  div#proyect-slider article:nth-child(3),
  div#proyect-slider article:nth-child(4) {
    height: 604px;
    width: 552px;
  }

  div#proyect-slider article:nth-child(1),
  div#proyect-slider article:nth-child(2) {
    height: 634px;
  }

  div#proyect-slider article:nth-child(1) {
    width: 720px;
  }

  div#proyect-slider article:nth-child(2) {
    width: 352px;
  }

  .row {
    display: flex;
  }

  .contactenos section#quienes-somos .row {
    width: 100%;
    padding: 0 calc(50% - 346px);
    flex-direction: row-reverse;
  }

  div#proyect-slider-caontrol,
  div#proyect-slider-caontrol2 {
    width: 1132px;
    gap: 119px;
  }

  section#casos-de-exito {
    background: url(./images/Fondo-casos-de-exito.svg);
    background-repeat: repeat-x;
    background-size: 1440px;
    background-position: top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 105px 0 0 100px;
    margin-bottom: 0;
  }

  label input[type="checkbox"] {
    display: none;
  }

  label input[type="checkbox"] + .check {
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 9px;
  }

  label input[type="checkbox"]:checked + .check::before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    margin: 2px;
    border-radius: 5px;
  }

  section#mas-informacion {
    display: flex;
    justify-content: center;
    padding-left: 100px;
  }

  #mas-informacion > .message { gap: 48px; margin-block: 116px; }

  #mas-informacion > .message > button {}

  .h2 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #0f72bd;
  }

  footer#footer {
    display: flex;
    justify-content: flex-end;
    padding: 106px calc(50% - 560px);
    background: linear-gradient(180deg, #0f72bd 0%, #3592d9 100%);
    height: 468px;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .blue > button {
    padding: 10px;
    border: 1px solid #fff;
    background: #0000;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }

  .modal > .blue .content {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 40px;
  }

  .blue {
    height: auto;
  }

  .modal .slide > .content {
    flex-grow: 1;
    height: 381px;
  }

  .modal .slide {
    display: flex;
    flex-direction: row;
  }

  .modal .slider {
    width: 900px;
    /* margin-top: -381px; */
  }

  .modal .right {
    background: linear-gradient(270deg, rgb(0 0 0 / 80%) 1.94%, rgb(0 0 0 / 0%) 95.29%);
    display: flex;
    align-items: center;
  }

  .modal .left {
    background: linear-gradient(90deg, rgb(0 0 0 / 80%) 1.94%, rgb(0 0 0 / 0%) 95.29%);
    display: flex;
    align-items: center;
  }

  .modal {
    width: 900px;
    /* margin-top: -154px; */
  }

  .modal > img {
    width: 900px;
    height: 381px;
    object-fit: cover;
  }

  .backdrop {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 20;
  }

.backdrop::before {
    display: none;
}

  div#mision-slider .content::after {
    content: " ";
    display: block;
    background: #fff;
    width: 45.78px;
    height: 4px;
    border-radius: 4px;
  }

  section#mision {
    display: flex;
    justify-content: center;
    padding: 89px 0 129px 100px;
    flex-direction: row-reverse;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  section#mision > img {
    margin-left: -94px;
    padding-top: 103px;
    width: auto;
    height: auto;
  }

  div#mision-slider {
    width: 555px;
    height: 468px;
    padding: 0 55px;
  }

  div#mision-slider .right::before,
  .alt-color .right::before {
    content: url(./images/Right-g.svg);
  }

  .alt-color .left::before {
    content: url(./images/Left-g.svg);
  }

  div#mision-slider h1 {
    margin-block: 0 16px;
    color: #fff;
    text-align: left;
  }

  .right::before {
    content: url("./images/Right.svg");
  }

  .modal .right::before {
    content: url(./images/Right-g.svg);
  }

  .left::before {
    content: url(./images/Left.svg);
  }

  .modal .left::before {
    content: url(./images/Left-g.svg);
  }

  div.banner-slider {
    position: absolute;
    width: 387px;
    height: 175px;
    overflow: hidden;
    top: 53vh;
    margin-top: -87px;
    right: 50vw;
    margin-right: -582px;
    color: #fff;
    text-align: right;
  }

  .blog div.banner-slider {
    top: 34vw;
    width: 109px;
    overflow: visible;
    right: 50vw;
    margin-right: -581px;
  }

  .proyectos div.banner-slider {
    text-align: left;
    width: 469px;
    height: 252px;
    margin-top: -126px;
    margin-left: -582px;
    margin-right: 0;
    top: 32vh;
    left: initial;
  }

  .proyectos div.banner-slider h1::after,
  .blog div.banner-slider h1::after {
    background: #fff;
  }

  .proyectos div.banner-slider h1 {
    text-align: left;
  }

  div.banner-slider .right::before { content: url(./images/Right-w.svg); }

  div.banner-slider h1 {
    text-align: right;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    line-height: 110%;
    margin-block: 16px;
  }

  .blog div.banner-slider h1.underlined::after {
    width: 117px;
    margin-left: 6px;
  }

  section.slider {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
  }

  section.slider > .slide { flex: 1 0 100%; width: 100%; display: flex; align-items: center; gap: 13px; transition: opacity 0.5s, max-width 0.5s; overflow-x: hidden; }

  section#banner .slide { flex-direction: initial; }

  section#redes-sociales {
    padding: 160px 0 160px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 486px;
    justify-content: space-between;
  }

  section#servicios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
    row-gap: 30px;
    padding: 133px calc(50vw - 700px) 453px max(calc(50vw - 600px), 100px);
    background: url("./images/Fondo-servicios.svg");
    background-position: center;
    background-repeat: repeat-x;
    background-size: 1366px;
    /* width: 100vw; */
    height: 2837px;
    margin-top: -94px;
  }

  section#servicios article h1 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #222;
    margin-block: 0;
    text-transform: initial;
  }

  section#servicios article {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 260px;
    height: 350px;
    filter: drop-shadow(0 0 16px rgb(0 0 0 / 45%));
    background: #d9d9d9;
    border-radius: 8px;
    padding: 14px 14px 0;
    justify-content: center;
  }

  .go-back {
    margin-block: auto 0;
  }

  img.extra-banner {
    margin-top: -260px;
    z-index: -1;
  }

  input#curriculum {
    margin-top: 22px;
  }

  .stats .tag,
  .stats time {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .tag::before {
    content: url("./images/icon tag.svg");
    margin-bottom: -1px;
  }

  time::before {
    content: url("./images/Time.svg");
    margin-bottom: -1px;
  }

  section#unete-a-nuestro-equipo {
    display: flex;
    background: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1665px;
    color: #fff;
    padding-bottom: 331px;
    margin-bottom: -67px;
  }

section#unete-a-nuestro-equipo .go-back {
    display: block;
}

  section#unete-a-nuestro-equipo > header { margin-block: auto 48px; width: 563px; }

  section#unete-a-nuestro-equipo > header > h1 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 110%;
    text-transform: initial;
    margin-block: 22px;
    text-align: start;
  }

  section#unete-a-nuestro-equipo > header > h2 {
    margin-block: 0;
  }

  section#unete-a-nuestro-equipo > header::after {
    content: " ";
    display: block;
    background: #fff;
    width: 178px;
    height: 4px;
    border-radius: 4px;
    margin-top: 20px;
  }

  section#unete-a-nuestro-equipo form,
  section#quienes-somos form {
    display: flex;
    flex-direction: column;
    width: 563px;
    padding: 10px;
  }

  section#unete-a-nuestro-equipo form input:not([type="file"]),
  section#unete-a-nuestro-equipo form textarea,
  section#quienes-somos form input:not([type="file"]),
  section#quienes-somos form textarea {
    background: #d9d9d9;
    box-shadow: 6px 6px 12px rgb(0 0 0 / 25%);
    border: none;
    border-radius: 6px;
    padding: 16.5px;
    margin-block: 10px 16px;
  }

  section#unete-a-nuestro-equipo form .btn,
  section#quienes-somos form .btn {
    align-self: center;
  }

  .members {
    width: 944px;
    margin-right: -75px;
    flex-direction: row;
  }

  .members > article {
    flex: 0 0 246px;
  }

  .members > article h2 {
    margin-block: 0;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 110%;
  }

  .members > article h3 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 110%;
  }

  .members > article p {
    margin-block: 0;
    font-size: 18px;
  }

  article.ceo {
    display: flex;
    align-items: flex-end;
    background: #d9d9d9;
    width: 877.75px;
    padding: 27px 37px;
    border-radius: 24.1804px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;

    /* or 15px */
    color: #0f72bd;
    flex-direction: initial;
  }

  article.ceo > img {
    margin: -134px -72px -27px -98px;
    flex: 0 0 auto;
    width: auto;
  }

  article.ceo h2 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-block: 0;
  }

  section#nuestros-profesionales {
    background: url(./images/Fondo-nuestros-profecionales.svg);
    background-repeat: repeat-x;
    background-size: 1366px;
    background-position-x: center;
    height: 3658px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 130px 0 1858px 100px;
    margin-bottom: -1858px;
  }

  .inclusion-de-genero section#nuestros-profesionales {
    height: 1368px;
    padding: 130px 0 66px 100px;
    margin: 0;
  }

  section#nuestros-profesionales h1 {
    color: #fff;
  }

  section#nuestros-profesionales h1::after {
    background: #fff;
  }

  section#quienes-somos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -23.5vw;
    padding-left: 100px;
  }

  section#quienes-somos .box {
    /* position: absolute; */
    margin-top: calc(-100vh - 24px);
    /* margin-left: -436px; */
    padding: 67px 65px 0;
    background: rgb(15 114 189 / 80%);
    color: white;
    backdrop-filter: blur(18px);
  }

  .contactenos section#quienes-somos .message {
    flex: 1 1 auto;
    /* width: 406px; */
    margin-block: 25px 122px;
    align-items: flex-start;
    /* margin-left: 733px; */
    gap: 15px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;

    /* identical to box height */
    color: #1c1c1c;
  }

  .contactenos section#quienes-somos .message.header {
    text-align: right;
    width: 477px;
  }

  .contactenos .message h2 {
    width: 318px;
    font-family: "Source Sans Pro";
    text-align: left;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 110%;

    /* or 55px */
    color: #0f72bd;
    margin-block: 10px;
  }

  section#quienes-somos .box input:not([type="file"]),
  section#quienes-somos .box textarea { box-shadow: none; }

  .box {}

  .box label input[type="checkbox"] + .check {
    border: 2px solid #fff;
    margin-block: 19px;
  }

  .box label input[type="checkbox"]:checked + .check::before {
    background: #fff;
  }

  section#quienes-somos .divider {
    background-image: url(./images/olas.svg);
    background-position: center;
    background-size: 100vw;
    background-repeat: no-repeat;
    height: 34vw;
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 0 0 calc(50vw - 517px);
    margin-left: -100px;
  }

  .post .divider {
    background-image: url(./images/Fondo-blog-post.svg);
    background-position: top right;
    background-size: 1440px;
    background-repeat: repeat-x;
    min-height: 317px;
    display: flex;
    align-items: center;
    padding: 0 0 0 200px;
    margin-left: -100px;
    margin-top: -115px;
    margin-bottom: -201px;
  }

  .contactenos section#quienes-somos .divider {
    flex-direction: column;
    padding-right: calc(50vw - 617px);
    padding-left: calc(50vw - -336px);
    align-items: flex-end;
    text-align: right;
    justify-content: center;
    color: white;
  }

  .contactenos .divider h1 {
    margin-block: 0;
  }

  .contactenos .divider h1::after {
    margin: auto;
    margin-right: 0;
  }

  .underlined h1::after,
  h1.underlined::after {
    content: " ";
    display: block;
    background: #0f72bd;
    width: 178px;
    height: 4px;
    border-radius: 4px;
    margin: initial;
    margin-top: 20px;
  }

  section#quienes-somos .divider h1 {
    color: #fff;
  }

  section#quienes-somos .divider h1::after {
    background: #fff;
  }

  section#nuestros-clientes {
    padding: 74px 0 112px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .clientes section#nuestros-clientes {
    background-image: url("../assets/images/Fondo-nuestros-clientes.svg");
    background-size: 1440px;
    background-repeat: repeat-x;
    background-position: top;
    margin-top: -202px;
    padding-top: 59px;
    /* height: 1253px; */
    padding-bottom: 0;
  }

  .clientes section#nuestros-clientes > .message {
    padding-top: 174px;
    justify-content: space-between;
    /* height: 1234px; */
  }

  .clientes section#nuestros-clientes .btn {
    margin-top: 48px;
  }

  .clientes section#nuestros-clientes > h1 {
    align-self: flex-start;
    padding-left: calc(50vw - 608px);
  }

  article .content {
    padding: 33px 27px;
    gap: 10px;
    background: #e1e1e1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  article .content > div {
    flex-grow: 1;
    flex-basis: auto;
  }

  .blog .content > div {
    align-self: flex-start;
    text-align: left;
  }

  article .content > .stats,
  .stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    flex: 0 1 auto;
    align-self: flex-start;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    gap: 10px;
  }

  section#actions { align-self: center; }

  section#actions > *:not(img) {
    display: none;
  }

  .home article:first-child > .content {
    width: 366px;
    flex: 0 1 auto;
    align-items: flex-start;
  }

  article .content h1 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #1c1c1c;
    margin-block: 0;
  }

  .blog .content h1 {
    color: #0f72bd;
    text-transform: none;
  }

  div#article-list {
    width: 1086px;
    min-height: 1088px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 65px;
    row-gap: 62px;
  }

  .blog div#article-list {
    column-gap: 34px;
    width: 1124px;
  }

  section#articulos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .blog section#articulos { margin-top: -21vw; padding: 0 0 0 100px; }

  .home section#articulos {
    margin-top: -1224px;
    padding-bottom: 0;
    background-image: none;
    padding-top: 0;
  }

  div#article-list > article {
    /* flex: 0 0 auto; */
    width: 318px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .blog div#article-list > article {
    width: 352px;
  }

  .blog div#article-list > article:nth-child(4n),
  .article q,
  section.post-content > blockquote {
    display: block;
    width: 100%;
    background: #0f72bd;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 0;
    box-shadow: none;
  }

  .blog div#article-list > article:nth-child(4n) { display: flex; margin: 0 calc(-50vw + 617px); min-width: calc(100vw - 120px); flex-direction: row-reverse; padding: 45px calc(50vw - 617px); }

  article:nth-child(4n) .content > .stats {
    /* filter: brightness(5); */
  }

  .blog article:nth-child(4n) .content {
    background: inherit;
    width: 460px;
    align-items: flex-start;
    padding: 45px;
  }

.blog article:nth-child(4n) > img {
    border-radius: 10px;
}

  .blog article:nth-child(4n) h1 {
    color: inherit;
    text-align: revert;
  }

  .blog article:nth-child(4n) p {
    display: block;
  }

  .blog article:nth-child(4n) > img { width: 685px; }

  .blog article p {
    display: none;
  }

  .home div#article-list > article:first-child {
    flex: 0 0 100%;
    flex-direction: row;
    align-items: stretch;
    height: 487px;
  }

  div#article-list > article > img {
    height: 260px;
    object-fit: cover;
  }

  .blog div#article-list img {
    height: 383px;
  }

  .home div#article-list > article:first-child > img {
    order: 1;
    width: 720px;
    height: initial;
    flex: 1 1 auto;
  }

  section#articulos > h1 {
    color: #fff;
  }

  .blog section#articulos > h1 {
    align-self: flex-start;
    text-transform: none;
    padding-left: max(1em, calc(50vw - 672px));
  }

  .project-call-text h1 {
    text-align: left;
  }

  .project-call-text {
    width: 465px;
  }

  .project-call {
    align-self: stretch;
    background-image: url(images/Fondo-projecto2.svg);
    background-size: 4096px;
    background-position: bottom center;
    background-repeat: no-repeat;
    /* height: 158vw; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 calc(50vw - 585px) 1224px calc(50vw - 385px);
  }

  .project-call img {
    width: auto;
    margin: 0;
  }

  section#proyectos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-image: url(images/Fondo-projecto.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 4096px;
    /* height: 183.2vw; */
    padding: 0;
    padding-top: 115px;
    color: #fff;
  }

  h1 {/* Title */
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;

    /* identical to box height, or 53px */
    text-align: center;
    text-transform: uppercase;
    color: #0f72bd;
  }

  section#quienes-somos .message.header h1::after {
    margin-right: 0;
  }

  section#quienes-somos .message.header h1 { text-align: left; }

  .servicios #banner h1.underlined {
    margin-top: -70vh;
    margin-bottom: calc(70vh - 74px);
    text-align: left;
    margin-left: 79%;
    text-transform: initial;
    color: #fff;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 110%;
  }

  .servicios #banner h1.underlined::after {
    background: #fff;
  }

  .btn {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 12px 24px;
    background: linear-gradient(97.12deg, #2ebdfc 0%, #1bb9c2 100%);
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: inline-block;
    text-decoration: inherit;
  }

  .message {/* Frame 1 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 103px;
    width: 771px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .inclusion-de-genero .message {
    padding-bottom: 57px;
  }

  section#proyectos .message {
    margin-right: -100px;
  }

  section#mensaje {
    background-image: url(images/Fondo-mensaje.svg);
    background-size: 1366px;
    background-repeat: repeat-x;
    margin-top: -37px;
    padding-top: 227px;
    padding-left: 100px;
    height: 1257px;
    padding-bottom: 281px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }

  #banner img,
  #banner .img {
    height: calc(100vh - 60px);
    object-fit: cover;
  }

  .contactenos.container section#banner img,
  .contactenos.container section#banner .img {
    height: calc(100vh - 60px);
    object-fit: cover;
}

  .blog #banner > img,
  .blog #banner > .img {
    height: auto;
    margin-top: -60px;
  }

  .proyectos #banner img,
  .proyectos #banner .img {
    margin-top: -60px;
    height: 62vh;
  }

  section#banner {
    display: flex;
    flex-direction: column;
  }

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

  .post h1 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    color: inherit;
    text-align: inherit;
    text-transform: none;
  }

  .logo {
    display: flex;
    align-items: center;
  }

  .social-links {
  }

  nav.menu img.close-menu-btn {
    display: none;
  }

  nav.menu:focus-within img.close-menu-btn {
    display: initial;
  }

  nav.menu img.text-logo {
    height: 27px;
    max-width: 0;
    object-fit: cover;
    object-position: left;
    transition: 0.5s;
  }

  nav.menu:focus-within img.text-logo {
    max-width: 300px;
  }

  nav.menu:focus-within img.menu-btn {
    display: none;
  }

  nav.menu:focus-within .menu-title {
    /* display: none; */
    position: absolute;
    margin-left: -300px;
  }

  nav.menu ul.nav {
    display: none;
    transition: 0.5s;
    width: 149px;
    margin-left: -200px;
  }

  nav.menu:focus-within ul.nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-left: 0;
  }

  body {
    margin: 0;

    /* overflow-x: hidden; */
  }

  main#main {
    padding-top: 60px;
  }

  nav.menu {
    max-height: none;
    position: fixed;
    background: rgb(255 255 255 / 80%);
    box-shadow: 6px 0 24px rgb(0 0 0 / 55%);
    width: 100px;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 10px 12px 30px;

    /* identical to box height, or 18px */
  }

  nav.menu a {
    color: inherit;
    text-decoration: none;
  }

  nav.menu:focus-within {
    width: 200px;
    max-height: 200vh;
  }

  .top-bar {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    background: #d9d9d9;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    padding: 0 25px;
    z-index: 10;
  }

  ul.nav {
    list-style: none;
    padding: 0;
  }

  .menu-title {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 34vh 41px;
    text-decoration: none;
    color: inherit;
  }
}