.section-nav {
  border-radius: 20px;
  background: rgba(29, 29, 24, 0.4);
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 5;
  display: flex;
  align-items: center;
}
.section-nav .btn-white-invisible {
  padding: 0 20px;
}
.section-nav .btn-white-invisible:hover {
  padding: 2px 20px 0;
  border-color: #DA1184;
  background-color: #DA1184;
  color: #FFFFFF;
}
.section-nav .btn-white-invisible:hover span {
  text-decoration: none;
}
.section-nav .btn + .btn {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .section-nav {
    padding: 10px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-nav {
    padding: 6px;
    bottom: 29px;
  }
  .section-nav .btn {
    height: 32px;
    padding: 0 10px !important;
    font-size: 12px;
    line-height: 16px;
  }
}

.hero {
  height: var(--viewportHeight);
  position: relative;
}
.hero .hero-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero .hero-wrapper:after,
.hero .hero-wrapper video,
.hero .hero-wrapper picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .hero-wrapper:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.hero .hero-wrapper picture {
  border-radius: 0;
}
.hero .hero-wrapper picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .hero-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero h1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1440px) {
  .hero h1 {
    width: 580px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero h1 {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    width: 277px;
  }
}

.resume .resume-top {
  text-align: center;
}
.resume .resume-top .resume-sup {
  font-weight: 400;
  line-height: 1 !important;
  text-transform: uppercase;
}
.resume .resume-top .resume-sup > span {
  display: block;
}
.resume .resume-top .resume-sup > span:last-child {
  font-family: var(--fontFamily2);
  font-weight: 600;
  transition: opacity 0.3s ease-out;
}
.resume .resume-top .arrow {
  margin-left: auto;
  margin-right: auto;
}
.resume .resume-top .resume-tit {
  margin-left: auto;
  margin-right: auto;
  background-color: #61368C;
  color: #FFFFFF;
  font-family: var(--fontFamily2);
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(2deg);
  display: inline-flex;
  align-items: center;
}
.resume .resume-top .resume-tit .last-word {
  margin-left: 10px;
}
.resume .resume-top .resume-img {
  margin-left: auto;
  margin-right: auto;
}
.resume .resume-top .resume-nav nav {
  display: flex;
}
.resume .resume-marquee {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-text-stroke-color: #61368C;
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .resume .resume-top .resume-nav {
    margin-top: 65px;
  }
  .resume .resume-txt {
    max-width: 1078px;
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 1439px) {
  .resume .resume-top .resume-nav {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .resume .resume-txt {
    max-width: 864px;
    font-size: 42px;
    line-height: 46px;
  }
}
@media (min-width: 1024px) {
  .resume {
    margin-top: 100px;
  }
  .resume .resume-top {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  .resume .resume-top .resume-sup {
    font-size: 84px;
    line-height: 90px;
  }
  .resume .resume-top .arrow {
    width: 436px;
    margin-top: -110px;
    transform: translateX(90px);
    position: relative;
    z-index: 2;
  }
  .resume .resume-top .resume-tit {
    height: 85px;
    padding: 9px 40px 0;
    margin-top: -5px;
    font-size: 68px;
    line-height: 72px;
    position: relative;
    z-index: 1;
  }
  .resume .resume-top .resume-img {
    width: 859px;
    margin-top: -60px;
  }
  .resume .resume-txt {
    margin-bottom: 100px;
  }
  .resume .resume-marquee {
    height: 100px;
    font-size: 60px;
    letter-spacing: 3px;
    -webkit-text-stroke-width: 2px;
  }
}
@media (max-width: 1023px) {
  .resume .resume-txt {
    font-size: 28px;
    line-height: 32px;
  }
  .resume .resume-marquee {
    height: 86px;
    font-size: 40px;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resume {
    margin-top: 60px;
  }
  .resume .resume-top {
    margin-bottom: 70px;
  }
  .resume .resume-top .resume-sup {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 64px;
  }
  .resume .resume-top .resume-tit {
    height: 80px;
    padding: 0 30px;
    font-size: 48px;
    line-height: 52px;
  }
  .resume .resume-top .arrow {
    width: 336px;
    margin-top: -110px;
    transform: translateX(51px);
    position: relative;
    z-index: 2;
  }
  .resume .resume-top .resume-img {
    margin-top: -40px;
  }
  .resume .resume-txt {
    max-width: 606px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .resume .resume-top .resume-tit {
    border-radius: 8px;
  }
  .resume .resume-top .resume-nav {
    font-size: 24px;
    line-height: 28px;
  }
  .resume .resume-top .resume-nav nav {
    margin-top: 24px;
    gap: 20px;
    justify-content: center;
  }
  .resume .resume-txt {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .resume {
    margin-top: 34px;
  }
  .resume .resume-top {
    margin-bottom: 60px;
  }
  .resume .resume-top .resume-sup {
    font-size: 36px;
    line-height: 40px;
  }
  .resume .resume-top .resume-tit {
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 28px;
    line-height: 32px;
  }
  .resume .resume-top .arrow {
    width: 188px;
    margin-top: -50px;
    transform: translateX(52px);
    position: relative;
    z-index: 2;
  }
  .resume .resume-top .resume-img {
    margin-top: -30px;
  }
  .resume .resume-top .resume-nav {
    font-size: 20px;
    line-height: 24px;
  }
  .resume .resume-top .resume-nav nav {
    margin-top: 12px;
    gap: 10px;
    flex-direction: column;
  }
  .resume .resume-txt {
    margin-bottom: 60px;
  }
}

.proyectos .proyectos-top h2 {
  font-weight: 400;
}
.proyectos .proyectos-top .btn {
  font-weight: 600;
}
.proyectos .proyectos-cont #proyectos-featured {
  row-gap: 20px;
}
@media (min-width: 1440px) {
  .proyectos {
    margin-top: 80px;
  }
  .proyectos .proyectos-top {
    margin-bottom: 60px;
  }
  .proyectos .proyectos-top h2 {
    width: 809px;
  }
  .proyectos .proyectos-cont #proyectos-featured {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .proyectos .proyectos-cont #proyectos-featured .blockFeatured-type2-item:first-child .blockFeatured-picture .contentPicture picture {
    height: 703px;
  }
}
@media (max-width: 1439px) {
  .proyectos {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .proyectos .proyectos-top {
    margin-bottom: 40px;
  }
  .proyectos .proyectos-top h2 {
    width: 700px;
  }
  .proyectos .proyectos-cont #proyectos-featured {
    -moz-column-gap: 22px;
         column-gap: 22px;
    grid-template-columns: repeat(3, 1fr);
  }
  .proyectos .proyectos-cont #proyectos-featured .blockFeatured-type2-item:first-child .blockFeatured-picture .contentPicture picture {
    height: 511px;
  }
}
@media (min-width: 1024px) {
  .proyectos .proyectos-top {
    display: flex;
    justify-content: space-between;
  }
  .proyectos .proyectos-top h2 {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 1023px) {
  .proyectos .proyectos-top {
    margin-bottom: 20px;
  }
  .proyectos .proyectos-top h2 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 46px;
  }
  .proyectos .proyectos-cont #proyectos-featured .blockFeatured-type2-item:nth-child(4) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .proyectos .proyectos-cont #proyectos-featured {
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .proyectos .proyectos-cont #proyectos-featured .blockFeatured-type2-item:first-child .blockFeatured-picture .contentPicture picture {
    height: 372px;
  }
}
@media (min-width: 768px) {
  .proyectos .proyectos-cont #proyectos-featured .blockFeatured-type2-item:first-child {
    grid-column: 1/-1;
  }
  .proyectos .proyectos-cont #proyectos-featured .blockFeatured-type2-item:first-child .blockFeatured-picture .contentPicture picture {
    padding-bottom: 0;
  }
}

.habilidades .habilidades-left .habilidades-tit {
  font-family: var(--fontFamily2);
  font-weight: 600;
  line-height: 1 !important;
}
.habilidades .habilidades-left .habilidades-txt {
  line-height: 1.4 !important;
}
.habilidades .habilidades-right article > div .btn {
  font-weight: 600;
}
.habilidades .habilidades-right article ul {
  list-style-type: none;
}
.habilidades .habilidades-right article ul li {
  border-top: 1px solid #1D1D18;
  margin: 0;
  display: flex;
  align-items: center;
}
.habilidades .habilidades-right article ul li a {
  width: 100%;
  display: flex;
  align-items: center;
}
.habilidades .habilidades-right article ul li a i {
  margin-left: auto;
}
@media (min-width: 1440px) {
  .habilidades {
    margin-top: 100px;
  }
  .habilidades .habilidades-left {
    width: 532px;
  }
  .habilidades .habilidades-left .habilidades-tit {
    font-size: 60px;
    line-height: 64px;
  }
  .habilidades .habilidades-left .habilidades-txt {
    font-size: 18px;
    line-height: 22px;
  }
  .habilidades .habilidades-left picture {
    margin-top: 110px;
  }
  .habilidades .habilidades-right {
    width: 642px;
  }
  .habilidades .habilidades-right article {
    display: flex;
    justify-content: space-between;
  }
  .habilidades .habilidades-right article + article {
    margin-top: 60px;
  }
  .habilidades .habilidades-right article > div {
    margin-top: -20px;
  }
  .habilidades .habilidades-right article ul {
    width: 500px;
  }
}
@media (max-width: 1439px) {
  .habilidades {
    margin-top: 80px;
  }
  .habilidades .habilidades-right article + article {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .habilidades .habilidades-left {
    width: 382px;
  }
  .habilidades .habilidades-left .habilidades-tit {
    font-size: 54px;
    line-height: 58px;
  }
  .habilidades .habilidades-left picture {
    width: 382px;
    margin-top: 55px;
  }
  .habilidades .habilidades-right {
    width: 463px;
    margin-top: -16px;
  }
}
@media (min-width: 1024px) {
  .habilidades .container {
    display: flex;
    justify-content: space-between;
  }
  .habilidades .habilidades-left .habilidades-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .habilidades .habilidades-left .habilidades-tit {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .habilidades .habilidades-left {
    overflow: hidden;
  }
  .habilidades .habilidades-left .habilidades-tit {
    width: 388px;
    padding-right: 30px;
    float: left;
  }
  .habilidades .habilidades-left .habilidades-txt {
    width: calc(100% - 388px);
    float: left;
  }
  .habilidades .habilidades-left .btn {
    margin-left: 388px;
    float: left;
  }
  .habilidades .habilidades-left picture {
    width: 320px;
    margin-top: -80px;
    float: left;
    clear: left;
  }
  .habilidades .habilidades-right {
    margin-top: 65px;
    clear: left;
  }
  .habilidades .habilidades-right article {
    display: flex;
    justify-content: space-between;
  }
  .habilidades .habilidades-right article > div {
    margin-top: -20px;
  }
  .habilidades .habilidades-right article ul {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .habilidades .habilidades-left .habilidades-txt {
    margin-bottom: 30px;
  }
  .habilidades .habilidades-right ul li {
    height: 60px;
    font-size: 28px;
    line-height: 32px;
    line-height: 1.2;
    align-items: center;
  }
  .habilidades .habilidades-right ul li + li {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .habilidades .habilidades-left .habilidades-tit {
    margin-bottom: 10px;
  }
  .habilidades .habilidades-left .habilidades-txt {
    margin-bottom: 20px;
  }
  .habilidades .habilidades-left .btn {
    width: 100%;
    display: flex;
  }
  .habilidades .habilidades-left picture {
    max-width: 320px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .habilidades .habilidades-right {
    margin-top: 40px;
  }
  .habilidades .habilidades-right ul li {
    padding: 10px 0;
    font-size: 24px;
    line-height: 28px;
    line-height: 1.4;
  }
  .habilidades .habilidades-right ul li + li {
    margin-top: 12px;
  }
}

.nosotros .nosotros-top {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke-color: #DA1184;
}
.nosotros .nosotros-top span {
  display: block;
}
.nosotros .nosotros-cont .nosotros-left {
  position: relative;
}
.nosotros .nosotros-cont .nosotros-left picture {
  transform: rotate(5deg);
}
.nosotros .nosotros-cont .nosotros-right .nosotros-tit {
  font-family: var(--fontFamily2);
  font-weight: 600;
  text-transform: uppercase;
}
.nosotros .nosotros-bottom {
  width: calc(100% + 40px);
  background-color: #61368C;
  color: #FFFFFF;
  font-family: var(--fontFamily3);
  font-weight: 500;
  text-transform: uppercase;
  transform: rotate(-3deg) translateX(-20px);
}
.nosotros .nosotros-bottom .marquee .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .nosotros .nosotros-top {
    font-size: 150px;
  }
  .nosotros .nosotros-cont .nosotros-left picture:first-child {
    width: 700px;
  }
  .nosotros .nosotros-cont .nosotros-left picture:last-child {
    width: 522px;
    margin-top: -154px;
    margin-left: -402px;
  }
  .nosotros .nosotros-cont .nosotros-right {
    width: 530px;
  }
  .nosotros .nosotros-cont .nosotros-right .nosotros-tit {
    font-size: 60px;
    line-height: 64px;
  }
  .nosotros .nosotros-cont .nosotros-right .nosotros-txt {
    font-size: 18px;
    line-height: 22px;
    line-height: 1.4;
  }
  .nosotros .nosotros-bottom {
    font-size: 40px;
  }
  .nosotros .nosotros-bottom .marquee {
    height: 86px;
  }
}
@media (max-width: 1439px) {
  .nosotros .nosotros-cont .nosotros-right .nosotros-txt {
    font-size: 20px;
    line-height: 24px;
  }
  .nosotros .nosotros-bottom {
    font-size: 20px;
  }
  .nosotros .nosotros-bottom .marquee {
    height: 43px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros .nosotros-top {
    font-size: 100px;
  }
  .nosotros .nosotros-cont .nosotros-left picture:first-child {
    width: 500px;
  }
  .nosotros .nosotros-cont .nosotros-left picture:last-child {
    width: 288px;
    margin-top: -100px;
    margin-left: -105px;
  }
  .nosotros .nosotros-cont .nosotros-right {
    width: 382px;
  }
  .nosotros .nosotros-cont .nosotros-right .nosotros-tit {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .nosotros .nosotros-top {
    -webkit-text-stroke-width: 2px;
  }
  .nosotros .nosotros-cont {
    margin-top: 100px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .nosotros .nosotros-top {
    -webkit-text-stroke-width: 1px;
  }
  .nosotros .nosotros-cont .nosotros-right {
    margin-top: 40px;
  }
  .nosotros .nosotros-cont .nosotros-right .nosotros-tit {
    font-size: 36px;
    line-height: 40px;
  }
  .nosotros .nosotros-bottom {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros .nosotros-top {
    font-size: 80px;
  }
  .nosotros .nosotros-cont {
    margin-top: 40px;
  }
  .nosotros .nosotros-cont .nosotros-left picture:first-child {
    width: 648px;
    margin-left: auto;
    margin-right: auto;
  }
  .nosotros .nosotros-cont .nosotros-left picture:last-child {
    width: 508px;
    margin-top: -110px;
  }
}
@media (min-width: 768px) {
  .nosotros {
    margin-top: 80px;
  }
  .nosotros .nosotros-top {
    line-height: 0.6666666667;
  }
  .nosotros .nosotros-top span + span {
    margin-top: 20px;
    text-align: right;
  }
  .nosotros .nosotros-cont .nosotros-right .nosotros-tit,
  .nosotros .nosotros-cont .nosotros-right .nosotros-txt {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .nosotros {
    margin-top: 40px;
  }
  .nosotros .nosotros-top {
    font-size: 50px;
    line-height: 0.85;
  }
  .nosotros .nosotros-cont {
    margin-top: 30px;
  }
  .nosotros .nosotros-cont .nosotros-left {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .nosotros .nosotros-cont .nosotros-left picture:last-child {
    width: 250px;
    margin-left: -5px;
    margin-top: -70px;
  }
  .nosotros .nosotros-cont .nosotros-right .nosotros-tit,
  .nosotros .nosotros-cont .nosotros-right .nosotros-txt {
    margin-bottom: 20px;
  }
  .nosotros .nosotros-cont .nosotros-right .btn {
    width: 100%;
    display: flex;
  }
}

.noticias {
  margin-top: 100px;
}
.noticias .noticias-top {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke-color: #DA1184;
}
.noticias .noticias-cont .blockFeatured-type2-list .blockFeatured-type2-item .contentTitle {
  text-transform: none;
}
.noticias .noticias-cont .blockFeatured-type2-list .blockFeatured-type2-item .contentButton .btn {
  height: 60px;
}
.noticias .noticias-bottom {
  margin-top: 10px;
  text-align: right;
}
.noticias .noticias-bottom .btn {
  font-weight: 600;
}
@media (min-width: 1440px) {
  .noticias .noticias-top {
    font-size: 120px;
    line-height: 80px;
  }
  .noticias .noticias-cont {
    margin-top: 80px;
  }
}
@media (max-width: 1439px) {
  .noticias .noticias-cont .blockFeatured-type2-list .blockFeatured-type2-item .contentDate {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .noticias .noticias-top {
    font-size: 90px;
    line-height: 60px;
  }
  .noticias .noticias-cont {
    margin-top: 60px;
  }
  .noticias .noticias-cont .blockFeatured-type2-list {
    grid-gap: 40px;
  }
}
@media (min-width: 1024px) {
  .noticias {
    margin-top: 100px;
  }
  .noticias .noticias-top {
    -webkit-text-stroke-width: 2px;
  }
  .noticias .noticias-cont .blockFeatured-type2-list .blockFeatured-type2-item .contentTitle {
    font-size: 36px;
    line-height: 40px;
  }
  .noticias .noticias-cont .blockFeatured-type2-list .blockFeatured-type2-item .contentDate,
  .noticias .noticias-cont .blockFeatured-type2-list .blockFeatured-type2-item .contentButton {
    padding-top: 20px;
  }
}
@media (max-width: 1023px) {
  .noticias {
    margin-top: 60px;
  }
  .noticias .noticias-top {
    -webkit-text-stroke-width: 1px;
  }
  .noticias .noticias-cont {
    margin-top: 40px;
  }
  .noticias .noticias-cont .blockFeatured-type2-list .blockFeatured-type2-item .contentTitle {
    font-size: 24px;
    line-height: 28px;
  }
  .noticias .noticias-cont .blockFeatured-type2-list .blockFeatured-type2-item .contentDate,
  .noticias .noticias-cont .blockFeatured-type2-list .blockFeatured-type2-item .contentButton {
    padding-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .noticias .noticias-top {
    font-size: 90px;
    line-height: 70px;
  }
  .noticias .noticias-cont .blockFeatured-type2-list {
    grid-gap: 40px;
  }
}
@media (max-width: 767px) {
  .noticias .noticias-top {
    font-size: 50px;
    line-height: 42px;
  }
  .noticias .noticias-cont {
    margin-top: 20px;
  }
  .noticias .noticias-cont .blockFeatured-type2-list .blockFeatured-type2-item .blockFeatured-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .section-resume .container h2 svg {
    width: 188px;
    right: 81px;
    bottom: -110px;
  }
  .section-nosotros .container .title-destacado span:nth-child(2) {
    text-align: left;
  }
  .noticias1 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .noticias1 .blockFeatured-content .contentPlainText,
  .noticias1 .blockFeatured-content .contentButton {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-resume .container h2 svg {
    width: 314px;
    right: 168px;
    bottom: -111px;
  }
  .section-habilidades .grid-cols-md-2 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .section-habilidades .col_1 .grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-habilidades .col_2 .grid {
    grid-template-columns: auto 1fr;
  }
  .section-nosotros .container .title-destacado {
    font-size: 80px;
  }
  .noticias1 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .section-resume {
    padding-block: 100px 80px;
  }
  .section-resume .container {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .section-resume .container h2 svg {
    right: 215px;
    bottom: -111px;
    width: auto;
  }
  .section-resume .container .image-container {
    padding-top: 3rem;
  }
  .section-proyectos {
    padding-block: 80px;
  }
  .section-proyectos .grid-cols-md-2 {
    .grid-template-columns: 8fr 4fr;
  }
  .section-proyectos .grid-cols-md-2 a {
    justify-content: end;
  }
  .section-habilidades .grid-cols-md-2 {
    grid-template-columns: 5fr 6fr;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .section-habilidades .col_1 .grid {
    grid-template-columns: 1fr;
  }
  .section-habilidades .col_2 .grid {
    grid-template-columns: 1fr;
  }
  .section-nosotros .container {
    gap: 5rem;
  }
  .section-nosotros .container .title-destacado {
    font-size: 100px;
  }
  .section-nosotros .container .grid-cols-md-2 {
    grid-template-columns: 5fr 6fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .section-nosotros .container .grid-cols-md-2 .col_1 {
    order: 0;
  }
  .section-nosotros .container .grid-cols-md-2 .col_1 img {
    position: absolute;
    bottom: -150px;
    right: -200px;
    z-index: 2;
    width: 100%;
  }
  .noticias1 .blq-cont .blq-btn {
    margin-top: 40px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .section-habilidades .col_2 .grid {
    grid-template-columns: auto 1fr;
  }
  .section-nosotros .container .title-destacado {
    font-size: 150px;
  }
  .noticias1 .blq-cont {
    position: relative;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-picture {
    margin-right: 58px;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-picture picture {
    width: 566px;
    height: 408px;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentButton {
    margin-top: 20px;
  }
  .noticias1 .blq-cont .blq-btn {
    position: absolute;
    bottom: 0;
    left: 624px;
  }
}/*# sourceMappingURL=inicioFront.css.map */