@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box; }

:root {
  --fuente-montserrat: "Montserrat", sans-serif;
  --fuente-ptsans: "PT Sans", sans-serif;
  --color-rojo: #ff283f;
  --color-oscuro: #233442;
  --color-gris: #6b6b6b;
  --marquee-width: 100%;
  --marquee-height: 20vh;
  /* --marquee-elements: 12; */
  /* defined with JavaScript */
  --marquee-elements-displayed: 1;
  --marquee-element-width: calc(
    var(--marquee-width) / var(--marquee-elements-displayed)
  );
  --marquee-animation-duration: calc(var(--marquee-elements) * 15s); }

.menu-hidden{
  width: 0;
  height: 0;
  overflow: hidden;
}

.wpcf7-spinner{
  position: absolute !important;
}

.redes  .links {
  height: 30px;
}

.at-share-btn{
  width: 30px;
  height: 30px;
  display: block;
  background-color: transparent !important; 
  background-repeat: no-repeat;
  background-position: center;
}

.at-share-btn span{
  display: none;
}

.at-svc-whatsapp{
  background-image: url('../icons/whatsapp.svg');
}

.at-svc-facebook{
  background-image: url('../icons/facebook.svg');
}

.at-svc-linkedin{
  background-image: url('../icons/linkedin.svg');
}

.at-svc-twitter{
  background-image: url('../icons/twitter.svg');
}

.slider-servicios div a:hover,
section.servicios .items .item a:hover {
  cursor: url(../icons/mouse-hover.svg) 52 52, pointer; }

section.loadingpage {
  background-color: #efefef;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  position: fixed;
  transition: 0.6s ease; }
  section.loadingpage div {
    width: 190px;
    height: 100%; }

.loadingpage.fade-out {
  opacity: 0; }

.container {
  width: 85%;
  max-width: 1430px;
  margin: 0 auto; }

body {
  background-color: #EFEFEF; }

main {
  overflow: hidden; }

header {
  position: fixed;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  font-family: var(--fuente-montserrat); }
  header nav {
    padding: 22px 0;
    padding-bottom: 10px; }
    header nav .nav1 {
      display: flex;
      justify-content: space-between;
      padding-bottom: 10px;
      border-bottom: solid 2px #fff;
      z-index: -1; }
      header nav .nav1 img.icon-menu {
        display: none; }
      header nav .nav1 .logo img {
        width: 182px; }
      header nav .nav1 .info {
        display: flex;
        align-items: center; }
	  	header nav .nav1 .info .redes{
		  display: flex;
		  flex-direction: row;
		  justify-content: end;
		  align-items: end;
	  	}
		header nav .nav1 .info .redes {
		  display: flex;
		  flex-direction: row;
		  padding: 0 20px;
		  justify-content: center; }
		 header nav .nav1 .info .redes a {
			text-decoration: none;
			color: var(--color-gris);
			display: flex;
			align-items: center;
			margin: 6px 0;
			font-family: var(--fuente-ptsans); }
			header nav .nav1 .info .redes a img {
			  margin-right: 5px;
			  transition: 0.3s ease;
			  width: 30px; }
			header nav .nav1 .info .redes a:hover img {
			  transform: translateY(-5px); }
        header nav .nav1 .info a.btncontacto {
          text-decoration: none;
          background-color: var(--color-rojo);
          padding: 8px 15px;
          font-size: 20px;
          font-weight: 700;
          color: #fff;
          border: none;
          margin-right: 30px;
          cursor: pointer;
          position: relative; }
          header nav .nav1 .info a.btncontacto::before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-bottom: 10px solid var(--color-red);
            border-left: 10px solid transparent;
            right: 0;
            bottom: 0;
            transition: 0.5s ease; }
          header nav .nav1 .info a.btncontacto img {
            transition: 0.2s ease;
            width: 0;
            transform: translateX(-15px);
            position: relative;
            top: 1px; }
          header nav .nav1 .info a.btncontacto:hover img {
            margin-left: 10px;
            width: 9px;
            transform: translateX(0); }
        header nav .nav1 .info ul {
          color: #fff;
          list-style: none; }
          header nav .nav1 .info ul li.idioma {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 700;
            position: relative; }
            header nav .nav1 .info ul li.idioma img {
              position: relative;
              top: -3px; }
            header nav .nav1 .info ul li.idioma ul {
              width: 100%;
              position: absolute;
              display: none; }
            header nav .nav1 .info ul li.idioma:hover ul {
              display: block; }
            header nav .nav1 .info ul li.idioma a {
              text-decoration: none;
              color: #fff; }
    header nav .nav2 {
      position: relative;
      top: -2px; }
      header nav .nav2 ul {
        color: #fff;
        list-style: none;
        display: flex;
        justify-content: space-around;
        z-index: 2; }
        header nav .nav2 ul li.select,
        header nav .nav2 ul li.current-menu-item,
        header nav .nav2 ul li.current_page_parent {
          background-color: #ff283fe6; }
          header nav .nav2 ul li.select a,
          header nav .nav2 ul li.current-menu-item > a,
          header nav .nav2 ul li.current_page_parent > a {
            color: #fff; }
        header nav .nav2 ul li {
          display: inline-block;
          padding: 12px 14px;
          font-size: 20px;
          font-weight: 700;
          transition: 0.2s ease;
          position: relative;
          top: 2px; }
          header nav .nav2 ul li a {
            text-decoration: none;
            color: #fff;
            transition: 0.2s ease; }
          header nav .nav2 ul li:hover {
            background-color: var(--color-rojo); }
            header nav .nav2 ul li:hover a {
              color: #fff; }
        header nav .nav2 ul li.fex,
        header nav .nav2 ul li.menu-item-has-children {
          position: relative; }
          header nav .nav2 ul li.fex ul,
          header nav .nav2 ul li.menu-item-has-children ul {
            position: absolute;
            left: 0;
            display: block;
            display: none;
            padding-top: 17px;
            box-shadow: 8px 9px 13px rgba(0, 0, 0, 0.44); }
            header nav .nav2 ul li.fex ul li,
            header nav .nav2 ul li.menu-item-has-children ul li {
              display: block;
              border-top: none;
              width: 100%;
              padding: 8px 20px;
              transition: 0.2s ease;
              background-color: rgba(35, 52, 66, 0.95);
              top: 0;
              white-space: nowrap; }
              header nav .nav2 ul li.fex ul li a,
              header nav .nav2 ul li.menu-item-has-children ul li a {
                font-size: 20px;
                color: #fff;
                transition: 0.2s ease;
                width: 100%; }
              header nav .nav2 ul li.fex ul li:hover,
              header nav .nav2 ul li.menu-item-has-children ul li:hover {
                background-color: var(--color-rojo); }
                header nav .nav2 ul li.fex ul li:hover a,
                header nav .nav2 ul li.menu-item-has-children ul li:hover a {
                  color: #fff; }
            header nav .nav2 ul li.fex ul li:nth-child(1),
            header nav .nav2 ul li.menu-item-has-children ul li:nth-child(1) {
              padding-top: 20px; }
            header nav .nav2 ul li.fex ul li:last-child,
            header nav .nav2 ul li.menu-item-has-children ul li:last-child {
              padding-bottom: 20px; }
          header nav .nav2 ul li.fex:hover ul,
          header nav .nav2 ul li.menu-item-has-children:hover ul {
            display: block;
            animation: bloque-visible 0.2s ease-out forwards;
            transform-origin: top center; }

@keyframes bloque-visible {
  0% {
    opacity: 0;
    transform: rotateX(-90deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

body.single-post header {
  background-color: var(--color-oscuro); }
  body.single-post header nav {
    padding-bottom: 0; }

header.sticky2 {
  background-color: var(--color-oscuro); }
  header.sticky2 nav {
    padding-bottom: 0; }

header.sticky nav .nav1 .info a.btncontacto::before {
  border-bottom: 10px solid #374753; }

header.sticky::before {
  transform: translateY(0%); }

header::before {
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 28px;
  background-position-y: 30px;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 145px;
  width: 100%;
  background-color: var(--color-oscuro);
  z-index: -2;
  transition: transform 0.5s ease;
  transform: translateY(-100%);
  opacity: 0.9; }

section.home {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  font-family: var(--fuente-montserrat);
  overflow: hidden; }
  section.home .home-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -3; }
    section.home .home-bg video {
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
    section.home .home-bg .filtro-video {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 3; }
  section.home .container1 {
    width: 85%;
    max-width: 1300px;
    margin: 0 auto; }
  section.home .content {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center; }
    section.home .content .text {
      transform: translateY(51px);
      position: relative;
      max-width: 1300px; }
    section.home .content img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: -2; }
  section.home h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 82px;
    padding-left: 90px; }
  section.home .flecha {
    position: absolute;
    right: 211px;
    bottom: 31px; }
  section.home lottie-player {
    width: 95px;
    position: absolute;
    right: 211px;
    bottom: 31px;
    height: auto; }
  section.home #bm {
    position: absolute;
    right: 0;
    bottom: 31px;
    height: auto; }

section.about {
  padding: 100px 0; }
  section.about .content {
    display: flex;
    align-items: center;
    overflow: hidden; }
    section.about .content .contenedor-img {
      position: relative; }
      section.about .content .contenedor-img::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        z-index: 1;
        border-top: 280px solid #fff;
        border-left: 200px solid transparent; }
      section.about .content .contenedor-img::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        z-index: 1;
        border-bottom: 280px solid #fff;
        border-left: 200px solid transparent; }
      section.about .content .contenedor-img .span1 {
        width: 50px;
        /*50 45*/
        height: 395px;
        position: absolute;
        z-index: 2;
        top: -62px;
        right: 108px;
        /*108 55*/
        background-color: var(--color-rojo);
        transform: rotate(-35.5deg);
        /*-35.5 324*/ }
      section.about .content .contenedor-img .span2 {
        width: 50px;
        /*50*/
        height: 395px;
        position: absolute;
        z-index: 2;
        bottom: -62px;
        right: 108px;
        background-color: var(--color-rojo);
        transform: rotate(35.5deg); }
    section.about .content .content-img {
      width: 43.5%; }
      section.about .content .content-img img {
        width: 100%;
        transition: 0.3s ease; }
      section.about .content .content-img img:nth-child(3) {
        display: none; }
    section.about .content .text {
      width: 56.5%;
      padding-left: 50px; }
      section.about .content .text .container {
        margin-left: 0; }
      section.about .content .text h1 {
        font-size: 140px;
        font-weight: 700;
        font-family: var(--fuente-montserrat);
        color: var(--color-rojo);
        line-height: 130px; }
      section.about .content .text h2 {
        font-size: 67px;
        font-weight: 700;
        font-family: var(--fuente-montserrat);
        color: var(--color-oscuro); }
      section.about .content .text p {
        margin-top: 20px;
        font-size: 26px;
        font-family: var(--fuente-ptsans);
        color: var(--color-gris);
        margin-bottom: 30px; }
      section.about .content .text a {
        text-decoration: none;
        color: var(--color-rojo);
        font-size: 20px;
        font-weight: 700;
        font-family: var(--fuente-montserrat);
        display: flex;
        align-items: center;
        width: fit-content;
        padding: 8px 15px;
        transition: background-color 0.3s ease;
        position: relative; }
        section.about .content .text a::before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-bottom: 10px solid #efefef;
          border-left: 10px solid transparent;
          right: 0;
          bottom: 0;
          transition: 0.3s ease; }
        section.about .content .text a img {
          margin-left: 10px;
          margin-top: 2px;
          transition: 0.5s ease; }
        section.about .content .text a:hover {
          background-color: #ff283f1f; }
          section.about .content .text a:hover img {
            margin-left: 15px; }

section.details {
  padding: 100px 0;
  padding-top: 0px; }
  section.details .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    section.details .content div {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 324px; }
      section.details .content div lottie-player {
        width: 182px; }
      section.details .content div div {
        width: auto;
        margin-bottom: 0; }
      section.details .content div p {
        margin-top: 18px;
        font-size: 30px;
        font-family: var(--fuente-ptsans);
        font-weight: 700;
        color: var(--color-oscuro);
        text-align: center; }

section.services {
  padding-top: 100px;
  background-color: var(--color-oscuro);
  font-family: var(--fuente-montserrat); }
  section.services .container {
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center; }
    section.services .container h2 {
      font-size: 40px;
      color: #fff;
      text-transform: uppercase; }
    section.services .container a {
      text-decoration: none;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      background-color: var(--color-rojo);
      padding: 8px 15px;
      position: relative;
      margin-right: 152px;
      transition: 0.3s ease;
      display: flex;
      align-items: center; }
      section.services .container a::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 10px solid var(--color-oscuro);
        border-left: 10px solid transparent;
        right: 0;
        bottom: 0; }
      section.services .container a img {
        transition: 0.2s ease;
        width: 0;
        transform: translateX(-15px);
        position: relative;
        top: 1px; }
      section.services .container a:hover img {
        margin-left: 10px;
        width: 9px;
        transform: translateX(0); }

.services-items {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-family: var(--fuente-montserrat);
  position: relative; }
  .services-items .item.title .info p::before {
    display: none; }
  .services-items .item {
    position: relative;
    width: 19%;
    margin-right: 10px; }
    .services-items .item img.portada {
      width: 100%; }
    .services-items .item .filtro {
      background: linear-gradient(179.9deg, rgba(35, 52, 66, 0) 13.24%, rgba(35, 52, 66, 0) 13.25%, #233442 99.91%);
      width: 100%;
      height: 100%;
      position: absolute; }
    .services-items .item .info {
      bottom: 0;
      position: absolute;
      color: #fff;
      padding: 26px 30px;
      width: 100%; }
      .services-items .item .info p {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 15px; }
        .services-items .item .info p::before {
          content: "";
          width: 43px;
          height: 4px;
          background-color: #fff;
          position: absolute;
          top: 10px; }
      .services-items .item .info a {
        text-decoration: none; }
        .services-items .item .info a img {
          width: 47px; }
  .services-items .item:last-child {
    margin-right: 0px; }

.marquee {
  width: var(--marquee-width);
  overflow: hidden;
  position: relative;
  overflow: hidden;
  padding: 40px 0; }

.modulo-mas {
  display: none; }

.modulo-mas-noticias {
  display: none; }

.marquee-content {
  font-family: var(--fuente-ptsans);
  font-weight: 700;
  font-size: 80px;
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
  -webkit-text-fill-color: #efefef;
  -webkit-text-stroke: 2.5px black;
  transition: 0.3s ease; }
  .marquee-content:hover {
    -webkit-text-stroke: 3px var(--color-rojo); }
  .marquee-content li {
    line-height: 100px;
    white-space: nowrap;
    color: #efefef;
    margin-right: 15px;
    letter-spacing: 1px;
    cursor: default; }

@keyframes scrolling {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); } }

footer {
  overflow: hidden; }
  footer .footer1 {
    border-top: solid 2px var(--color-oscuro);
    border-bottom: solid 2px var(--color-oscuro); }
  footer .content {
    display: flex;
    justify-content: space-between;
    padding: 34px 0; }
    footer .content .text {
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      footer .content .text p {
        font-size: 30px;
        font-family: var(--fuente-ptsans);
        font-weight: 700;
        color: #233442; }
      footer .content .text ul {
        list-style-image: url(../icons/hexagono-rojo2.svg);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around; }
        footer .content .text ul li {
          font-size: 26px;
          font-family: var(--fuente-ptsans);
          font-weight: 700;
          color: #233442; }
        footer .content .text ul li a{
          color: #233442; 
          text-decoration: none;
        }
    footer .content .redes {
      display: flex;
      flex-direction: row;
      padding: 0 20px;
      justify-content: center; }
      footer .content .redes a {
        text-decoration: none;
        color: var(--color-gris);
        display: flex;
        align-items: center;
        margin: 6px 0;
        font-family: var(--fuente-ptsans); }
        footer .content .redes a img {
          margin-right: 15px;
          transition: 0.3s ease;
          width: 30px; }
        footer .content .redes a:hover img {
          transform: translateY(-5px); }
    footer .content .logo {
      display: flex;
      align-items: center; }
  footer .pie {
    padding: 10px 0;
    display: flex;
    justify-content: space-between; }
    footer .pie p {
      font-size: 16px;
      font-family: var(--fuente-ptsans); }
    footer .pie .part2 p, footer .pie .part2 img {
      display: inline-block; }
    footer .pie .part2 img.corazon {
      width: 12px; }
    footer .pie .part2 img.nerd {
      width: 55px; }

/*BANNER*/
.banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 48.1vh;
  overflow: hidden; }
  .banner .filtro-black {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #0d1e27b8 -40%, rgba(13, 30, 39, 0) 100%);
    position: absolute; }
  .banner img.bannerimg {
    max-width: 1564px;
    min-height: 48.1vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .banner .container {
    height: 100%; }
  .banner .title-content {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px; }
  .banner h1 {
    font-family: var(--fuente-montserrat);
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 900;
    color: #efefef;
    max-width: 1110px;
    z-index: 4;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7); }

/* pagina de nosotros */
section.title-nosotros img {
  width: 100%; }

section.title-nosotros .content-title {
  background-blend-mode: hard-light;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  height: 48.1vh;
  /*66*/ }

section.text .content {
  display: flex;
  padding-top: 100px;
  /*50*/ }
  section.text .content .part1 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  section.text .content .part2 {
    width: 50%;
    padding-bottom: 100px;
    /*50*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    section.text .content .part2 p {
      font-family: var(--fuente-ptsans);
      font-size: 26px;
      color: var(--color-gris);
      margin-bottom: 35px;
      text-align: justify; }
    section.text .content .part2 p:last-child {
      margin-bottom: 0px; }

section.info {
  background-color: #233442;
  position: relative;
  overflow: hidden; }
  section.info .content {
    display: flex;
    align-items: center; }
  section.info .container {
    margin-right: 0;
    width: 72%; }
  section.info .text {
    width: 46%;
    padding-right: 100px; }
    section.info .text h2 {
      font-family: var(--fuente-montserrat);
      font-weight: 700;
      font-size: 40px;
      color: #fff; }
    section.info .text p {
      font-family: var(--fuente-ptsans);
      font-weight: 400;
      font-size: 26px;
      color: #fff; }
    section.info .text .mision,
    section.info .text .vision {
      padding: 20px 0; }
  section.info .content-img {
    display: flex;
    width: 54%; }
    section.info .content-img img {
      width: 100%; }
    section.info .content-img img:nth-child(1) {
      display: none; }
  section.info .contenedor-img {
    position: relative; }
    section.info .contenedor-img::before {
      content: '';
      position: absolute;
      top: 0;
      width: 0;
      height: 0;
      z-index: 1;
      border-top: 290px solid var(--color-oscuro);
      border-right: 200px solid transparent; }
    section.info .contenedor-img::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      z-index: 1;
      border-bottom: 290px solid var(--color-oscuro);
      border-right: 200px solid transparent; }
    section.info .contenedor-img .span1 {
      width: 50px;
      /*50 45*/
      height: 403.5px;
      position: absolute;
      z-index: 2;
      top: -62px;
      left: 57px;
      background-color: var(--color-rojo);
      transform: rotate(35.5deg);
      /*-35.5 324*/ }
    section.info .contenedor-img .span2 {
      width: 50px;
      /*50*/
      height: 403.5px;
      position: absolute;
      z-index: 2;
      bottom: -62px;
      left: 57px;
      background-color: var(--color-rojo);
      transform: rotate(-35.5deg); }

section.valores {
  padding: 100px 0; }
  section.valores .content {
    display: flex;
    align-items: center;
    overflow: hidden; }
  section.valores .content-img {
    width: 50%;
    display: flex; }
    section.valores .content-img img {
      transition: 0.3s ease; }
    section.valores .content-img img:nth-child(1) {
      display: none; }
  section.valores .text {
    padding-left: 100px;
    width: 50%; }
    section.valores .text .container {
      margin-left: 0;
      width: 74%; }
      section.valores .text .container h2 {
        margin-bottom: 40px;
        font-family: var(--fuente-montserrat);
        color: var(--color-oscuro);
        font-weight: 700;
        font-size: 40px; }
      section.valores .text .container .item-services {
        display: flex; }
        section.valores .text .container .item-services .barra {
          width: 8px;
          background-color: var(--color-oscuro);
          position: relative;
          left: 15px;
          z-index: -2; }
        section.valores .text .container .item-services img {
          width: 60px;
          padding-right: 40px;
          padding-top: 9px; }
        section.valores .text .container .item-services h3 {
          font-family: var(--fuente-montserrat);
          font-weight: 700;
          font-size: 30px;
          color: var(--color-oscuro); }
        section.valores .text .container .item-services p {
          font-family: var(--fuente-ptsans);
          font-weight: 400;
          font-size: 26px;
          color: var(--color-gris);
          padding-bottom: 20px; }
      section.valores .text .container .item-services:nth-child(1) .barra {
        margin-top: 8px; }
      section.valores .text .container .item-services:last-child p {
        padding-bottom: 0px; }
  section.valores .contenedor-img {
    position: relative; }
    section.valores .contenedor-img::before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      z-index: 1;
      border-top: 280px solid #fff;
      border-left: 200px solid transparent; }
    section.valores .contenedor-img::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      z-index: 1;
      border-bottom: 280px solid #fff;
      border-left: 200px solid transparent; }
    section.valores .contenedor-img .span1 {
      width: 50px;
      height: 395px;
      position: absolute;
      z-index: 2;
      top: -62px;
      right: 50px;
      background-color: var(--color-oscuro);
      transform: rotate(-35.5deg); }
    section.valores .contenedor-img .span2 {
      width: 50px;
      height: 395px;
      position: absolute;
      z-index: 2;
      bottom: -62px;
      right: 50px;
      background-color: var(--color-oscuro);
      transform: rotate(35.5deg); }

section.history {
  padding: 100px 0;
  background-color: var(--color-oscuro);
  color: #fff; }
  section.history h2 {
    text-transform: uppercase;
    font-family: var(--fuente-montserrat);
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 30px; }
  section.history .buttonsHistory button img:nth-child(2) {
    display: none; }
  section.history .buttonsHistory button:hover img:nth-child(1) {
    display: none; }
  section.history .buttonsHistory button:hover img:nth-child(2) {
    display: block; }
  section.history .content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  section.history .buttonsHistory button {
    background-color: transparent;
    border: none;
    cursor: pointer; }
  section.history .buttonsHistory button:nth-child(1) {
    margin-right: 10px; }
  section.history .part1 {
    width: 50%;
    padding-right: 50px; }
    section.history .part1 h2 {
      text-transform: uppercase;
      font-family: var(--fuente-montserrat);
      font-weight: 700;
      font-size: 40px;
      padding-bottom: 30px; }
    section.history .part1 p {
      font-family: var(--fuente-ptsans);
      font-weight: 400;
      font-size: 26px;
      margin-bottom: 35px; }
    section.history .part1 .content-text {
      overflow: hidden; }
    section.history .part1 .text {
      visibility: hidden;
      height: 0;
      opacity: 0;
      transition: visibility 0s, opacity 1.5s linear; }
    section.history .part1 .text.ocul {
      transform: translateY(100%); }
    section.history .part1 .text.active {
      display: block;
      height: auto;
      visibility: visible;
      opacity: 1; }
  section.history .part2 {
    position: relative;
    width: 50%;
    z-index: 1; }
    section.history .part2 aside {
      position: sticky;
      top: 0; }
    section.history .part2 h3 {
      font-family: var(--fuente-montserrat);
      font-weight: 700;
      font-size: 230px;
      visibility: hidden;
      height: 0;
      opacity: 0;
      transition: visibility 0s, opacity 1.5s linear; }
    section.history .part2 h3.active {
      display: block;
      height: auto;
      visibility: visible;
      opacity: 1; }
    section.history .part2 img {
      position: absolute;
      right: 0;
      top: -44px;
      z-index: -1; }
    section.history .part2 p {
      font-family: var(--fuente-montserrat);
      font-weight: 700;
      font-size: 230px; }
    section.history .part2 .fechas {
      position: absolute;
      top: 0;
      right: 179px; }
  section.history .content-slider {
    position: relative; }
    section.history .content-slider img {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-60%);
      z-index: -2; }
    section.history .content-slider lottie-player {
      width: auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-60%);
      z-index: -2; }
    section.history .content-slider #history {
      width: auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-58%);
      z-index: -2; }
  section.history .slider-history .slick-track {
    display: flex; }
  section.history .slider-history .slick-list {
    overflow: initial; }
  section.history .slider-history .slick-prev {
    transform: none;
    z-index: 2;
    bottom: 0px;
    top: initial;
    left: 0px;
    background-image: url(../icons/btn-izquierda.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 47px;
    height: 47px; }
    section.history .slider-history .slick-prev::before {
      content: none; }
    section.history .slider-history .slick-prev:hover {
      background-image: url(../icons/btn-izquierda-hover.svg); }
  section.history .slider-history .slick-next {
    transform: none;
    z-index: 2;
    top: initial;
    bottom: 0px;
    left: 62px;
    background-image: url(../icons/btn-derecha.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 47px;
    height: 47px; }
    section.history .slider-history .slick-next::before {
      content: none; }
    section.history .slider-history .slick-next:hover {
      background-image: url(../icons/btn-derecha-hover.svg); }
  section.history .item {
    display: flex;
    align-items: center;
    margin: 0; }
    section.history .item .text {
      width: 50%;
      padding-right: 50px; }
      section.history .item .text p {
        font-family: var(--fuente-ptsans);
        font-weight: 400;
        font-size: 26px;
        margin-bottom: 35px; }
      section.history .item .text p:last-child {
        padding-bottom: 50px; }
    section.history .item .años {
      width: 50%;
      position: relative;
      transform: translateY(-42PX); }
      section.history .item .años h3 {
        font-family: var(--fuente-montserrat);
        font-weight: 700;
        font-size: 230px;
        z-index: 2;
        position: relative; }
      section.history .item .años img {
        position: absolute;
        right: 0;
        top: -44px; }

/* pasgina de servicios general*/
section.title-servicios {
  position: relative; }
  section.title-servicios img {
    width: 100%; }

.ocultar {
  display: none !important; }

section.servicios .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 100px 0;
  grid-gap: 57px; }
  section.servicios .items .item {
    position: relative;
    overflow: hidden; }
    section.servicios .items .item::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-bottom: 2.95vw solid #efefef;
      /*56*/
      border-left: 3.5vw solid transparent;
      /*67*/
      z-index: 1; }
    section.servicios .items .item img:nth-child(1) {
      width: 100%; }
    section.servicios .items .item .filtro {
      background: linear-gradient(179.9deg, rgba(35, 52, 66, 0) 13.24%, rgba(35, 52, 66, 0) 13.25%, #233442 99.91%);
      width: 100%;
      height: 100%;
      position: absolute;
      transition: 0.5s ease; }
    section.servicios .items .item img {
      width: 100%;
      height: 100%; }
    section.servicios .items .item .info {
      padding: 27px 40px;
      position: absolute;
      bottom: 0;
      width: 100%;
      opacity: 1;
      transition: 0.5s ease; }
      section.servicios .items .item .info p {
        font-family: var(--fuente-montserrat);
        font-weight: 700;
        font-size: 1.5vw;
        padding-bottom: 5px;
        color: #fff; }
        section.servicios .items .item .info p::before {
          content: "";
          width: 43px;
          height: 4px;
          background-color: #fff;
          position: absolute;
          top: 10px; }
      section.servicios .items .item .info a img {
        width: 48px; }
    section.servicios .items .item .pantalla-hover {
      position: absolute;
      bottom: 0;
      color: #fff;
      padding: 26px 30px;
      opacity: 1;
      transition: 0.5s ease;
      padding-top: 50px;
      top: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      transform: translateY(-100%);
      font-family: var(--fuente-montserrat); }
      section.servicios .items .item .pantalla-hover p {
        transition: 0.5s ease;
        opacity: 0;
        font-size: 1.5vw; }
      section.servicios .items .item .pantalla-hover p:nth-child(1) {
        font-weight: 700;
        margin-bottom: 15px;
        position: relative; }
        section.servicios .items .item .pantalla-hover p:nth-child(1)::before {
          content: "";
          width: 43px;
          height: 4px;
          background-color: #fff;
          position: absolute;
          top: -20px; }
      section.servicios .items .item .pantalla-hover p:nth-child(2) {
        font-weight: 400;
        margin-bottom: 15px;
        font-family: var(--fuente-ptsans); }
    section.servicios .items .item:hover .pantalla-hover {
      transform: translateY(0); }
      section.servicios .items .item:hover .pantalla-hover p {
        opacity: 1; }
    section.servicios .items .item:hover .filtro {
      background: rgba(52, 73, 94, 0.9); }
    section.servicios .items .item:hover .info {
      opacity: 0; }

section.contacto {
  padding: 100px 0;
  background-color: var(--color-rojo); }
  section.contacto .content h2 {
    font-family: var(--fuente-montserrat);
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-align: center; }
  section.contacto .content form {
    margin-top: 50px; }
    section.contacto .content form fieldset {
      display: flex;
      justify-content: space-between;
      border: none;
      flex-wrap: wrap; }
      section.contacto .content form fieldset .form-group {
        width: 48.5%;
        position: relative; }
        section.contacto .content form fieldset .form-group input {
          font-family: var(--fuente-ptsans);
          margin-bottom: 26px;
          height: 64px;
          border: none;
          font-size: 20px;
          width: 100%;
          color: var(--color-oscuro);
          background-color: #efefef;
          padding: 0 20px;
          padding-top: 8px; }
          section.contacto .content form fieldset .form-group input:focus {
            outline-style: none; }
        section.contacto .content form fieldset .form-group input[type="number"]::-webkit-inner-spin-button,
        section.contacto .content form fieldset .form-group input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        section.contacto .content form fieldset .form-group input[type="number"] {
          -moz-appearance: textfield; }
        section.contacto .content form fieldset .form-group .form-input:focus ~ label,
        section.contacto .content form fieldset .form-group .form-input:valid ~ label {
          font-size: 14px;
          left: 20px;
          top: 6px; }
        section.contacto .content form fieldset .form-group .form-label {
          position: absolute;
          left: 20px;
          top: 20px;
          color: var(--color-oscuro);
          font-family: var(--fuente-ptsans);
          font-size: 18px;
          cursor: text;
          transition: 0.1s linear;
          z-index: 1; }
      section.contacto .content form fieldset input[type="submit"] {
        width: 150px;
        background-color: var(--color-oscuro);
        border: none;
        color: #fff;
        font-family: var(--fuente-montserrat);
        font-size: 20px;
        font-weight: 700;
        height: 40px;
        position: relative;
        cursor: pointer;
        transition: 0.2s ease; }
      section.contacto .content form fieldset .center {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 25px; }
        section.contacto .content form fieldset .center .enviar {
          position: relative;
          width: fit-content; }
          section.contacto .content form fieldset .center .enviar::before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-bottom: 10px solid var(--color-rojo);
            border-left: 10px solid transparent;
            right: 0;
            bottom: 0;
            z-index: 2; }
          section.contacto .content form fieldset .center .enviar img {
            transition: 0.2s ease;
            width: 0;
            transform: translateX(-65px);
            position: absolute;
            top: 35%; }
          section.contacto .content form fieldset .center .enviar:hover img {
            margin-left: 10px;
            width: 9px;
            transform: translateX(-48px);
            top: 35%; }
          section.contacto .content form fieldset .center .enviar:hover input[type="submit"] {
            padding-right: 10px; }

/*paginas internas*/
section.title-servicios {
  position: relative; }

section.title-interna .back {
  position: absolute; }
  section.title-interna .back img {
    z-index: -2;
    position: relative;
    width: 100%; }

section.title-interna .title {
  height: 66vh;
  display: flex;
  align-items: flex-end; }
  section.title-interna .title h1 {
    padding-bottom: 50px; }

section.title-interna h1 {
  font-family: var(--fuente-montserrat);
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 900;
  color: #efefef;
  width: 633px; }

section.info-interna {
  padding: 100px 0; }
  section.info-interna .content {
    display: flex;
    justify-content: space-between; }
    section.info-interna .content p {
      font-family: var(--fuente-ptsans);
      font-weight: 400;
      font-size: 26px;
      color: var(--color-gris);
      width: 80%; }
  section.info-interna .subservicios {
    padding-top: 60px; }
    section.info-interna .subservicios h2 {
      font-family: var(--fuente-montserrat);
      font-weight: 700;
      font-size: 40px;
      text-transform: uppercase;
      padding-bottom: 25px;
      border-bottom: solid 4px var(--color-oscuro); }
    section.info-interna .subservicios ul {
      margin-top: 40px;
      padding-left: 25px;
      list-style-image: url("../icons/punto-lista.svg"); }
      section.info-interna .subservicios ul li {
        font-family: var(--fuente-ptsans);
        font-weight: 400;
        font-size: 26px;
        padding: 15px 0;
        color: var(--color-gris);
        padding-left: 25px; }
  section.info-interna .acordeon {
    padding-top: 60px;
    display: flex; }
    section.info-interna .acordeon .label {
      padding-bottom: 20px;
      border-bottom: solid 4px var(--color-oscuro); }
      section.info-interna .acordeon .label h3 {
        font-family: var(--fuente-montserrat);
        font-weight: 700;
        font-size: 40px;
        text-transform: uppercase;
        color: var(--color-oscuro); }
      section.info-interna .acordeon .label img {
        position: relative; }
      section.info-interna .acordeon .label img::before {
        content: "asdasd";
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        color: #fff;
        background-color: #fff; }
    section.info-interna .acordeon .contentBx {
      width: 50%;
      margin-right: 60px; }
      section.info-interna .acordeon .contentBx .content {
        position: relative; }
        section.info-interna .acordeon .contentBx .content ul {
          margin-top: 40px;
          list-style-image: url(../icons/punto-lista.svg);
          list-style: none; }
          section.info-interna .acordeon .contentBx .content ul li {
            font-family: var(--fuente-ptsans);
            font-weight: 400;
            font-size: 26px;
            padding: 15px 0;
            color: var(--color-gris);
            padding-left: 51px;
            position: relative; }
            section.info-interna .acordeon .contentBx .content ul li::before {
              content: '';
              background-image: url(../icons/punto-lista.svg);
              width: 18px;
              height: 100%;
              font-size: 20px;
              /* display: block; */
              position: absolute;
              background-size: 100%;
              background-repeat: no-repeat;
              left: 0px;
              top: 23px; }
            section.info-interna .acordeon .contentBx .content ul li ul {
              padding-left: 40px;
              list-style-image: none;
              margin-top: 0px;
              list-style: circle; }
              section.info-interna .acordeon .contentBx .content ul li ul li {
                font-weight: 400;
                padding-left: 0; }
                section.info-interna .acordeon .contentBx .content ul li ul li::before {
                  display: none; }
    section.info-interna .acordeon .slider {
      width: 50%; }
    section.info-interna .acordeon .slider-fotos {
      margin-top: 10px; }
      section.info-interna .acordeon .slider-fotos .slick-slide {
        margin: 0px;
        position: relative; }
        section.info-interna .acordeon .slider-fotos .slick-slide::before {
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          width: 0;
          height: 0;
          border-bottom: 56px solid #efefef;
          border-left: 67px solid transparent;
          z-index: 1; }
        section.info-interna .acordeon .slider-fotos .slick-slide .filtro {
          position: absolute;
          width: 100%;
          height: 100%;
          background: linear-gradient(179.94deg, rgba(35, 52, 66, 0) 27.02%, rgba(35, 52, 66, 0) 27.03%, #233442 99.93%); }
        section.info-interna .acordeon .slider-fotos .slick-slide img {
          width: 100%; }
      section.info-interna .acordeon .slider-fotos .slick-prev, section.info-interna .acordeon .slider-fotos .slick-next {
        z-index: 2;
        top: initial;
        bottom: 0; }
      section.info-interna .acordeon .slider-fotos .slick-prev {
        left: 45px;
        background-image: url(../icons/btn-izquierda.svg);
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        width: 47px;
        height: 47px; }
        section.info-interna .acordeon .slider-fotos .slick-prev:hover {
          background-image: url(../icons/btn-izquierda-hover.svg); }
      section.info-interna .acordeon .slider-fotos .slick-next {
        left: 110px;
        background-image: url(../icons/btn-derecha.svg);
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        width: 47px;
        height: 47px; }
        section.info-interna .acordeon .slider-fotos .slick-next:hover {
          background-image: url(../icons/btn-derecha-hover.svg); }
      section.info-interna .acordeon .slider-fotos .slick-prev:before, section.info-interna .acordeon .slider-fotos .slick-next:before {
        display: none; }

section.list-servicies {
  background-color: var(--color-oscuro);
  padding-top: 80px; }
  section.list-servicies .item.title .info {
    padding: 50px; }
  section.list-servicies .item.title p {
    font-family: var(--fuente-montserrat);
    font-weight: 700;
    font-size: 40px; }

/* pagina proyectos*/
section.portafolio {
  padding: 63px 0;
  padding-bottom: 108px; }
  section.portafolio .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    section.portafolio .items .item {
      color: #000;
      width: 47%;
      margin: 37px 0;
      position: relative; }
      section.portafolio .items .item::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 56px solid #efefef;
        border-left: 67px solid transparent;
        z-index: 1; }
      section.portafolio .items .item a {
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1; }
      section.portafolio .items .item .fondo {
        overflow: hidden;
        position: relative;
        width: 100%; }
        section.portafolio .items .item .fondo .filtro {
          background: linear-gradient(179.94deg, rgba(35, 52, 66, 0) 27.02%, rgba(35, 52, 66, 0) 27.03%, #233442 99.93%);
          position: absolute;
          width: 100%;
          height: 100%; }
        section.portafolio .items .item .fondo img {
          width: 100%; }
      section.portafolio .items .item .info {
        position: absolute;
        bottom: 0;
        padding: 39px 47px;
        color: #fff; }
        section.portafolio .items .item .info h4, section.portafolio .items .item .info p {
          font-family: var(--fuente-ptsans);
          font-size: 26px;
          padding: 16px 0;
          font-weight: 400; }
        section.portafolio .items .item .info h3 {
          font-family: var(--fuente-montserrat);
          font-size: 25px;
          font-weight: 700;
          padding-top: 30px;
          position: relative;
          text-transform: uppercase; }
          section.portafolio .items .item .info h3::before {
            content: "";
            width: 43px;
            height: 4px;
            background-color: #fff;
            position: absolute;
            top: 10px; }
      section.portafolio .items .item img:nth-child(2) {
        z-index: -2;
        position: relative; }
      section.portafolio .items .item .img-hover {
        transform: translateX(100.2%);
        transition: 0.3s linear;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%; }
      section.portafolio .items .item .pantalla1 {
        background: var(--color-oscuro);
        position: absolute;
        width: 40%;
        height: 100%;
        z-index: 2;
        transition: 0.6s linear; }
      section.portafolio .items .item .pantalla2 {
        background: var(--color-rojo);
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 0.5s linear; }
      section.portafolio .items .item img:nth-child(3) {
        transition: 0.8s linear;
        z-index: 8; }
      section.portafolio .items .item:hover a {
        display: none; }
      section.portafolio .items .item:hover .img-hover {
        transform: translateX(0%); }
        section.portafolio .items .item:hover .img-hover .pantalla1 {
          transform: translateX(-100%); }
        section.portafolio .items .item:hover .img-hover .pantalla2 {
          transform: translateX(-100%); }
  section.portafolio .btnmas {
    text-align: center;
    margin-top: 30px; }
    section.portafolio .btnmas a {
      font-family: var(--fuente-montserrat);
      font-size: 20px;
      font-weight: 700;
      background-color: var(--color-rojo);
      padding: 8px 15px;
      text-decoration: none;
      color: #fff;
      position: relative; }
      section.portafolio .btnmas a::before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 0;
        height: 0;
        border-bottom: 12px solid #efefef;
        border-left: 12px solid transparent;
        z-index: 1; }
      section.portafolio .btnmas a img {
        transition: 0.2s ease;
        width: 0;
        transform: translateX(-15px);
        position: relative;
        top: 1px; }
      section.portafolio .btnmas a:hover img {
        margin-left: 10px;
        width: 9px;
        transform: translateX(0); }

.slider-proyectos button {
  display: none !important; }

.slider-proyectos .slick-slide {
  margin: 0 !important; }

/* pagina de noticias */
section.noticias {
  padding-top: 63px;
  padding-bottom: 40px; }
  section.noticias .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    section.noticias .items .item {
      color: #000;
      width: 47%;
      margin: 37px 0;
      position: relative;
      border: solid 2px var(--color-oscuro);
      transition: 0.3s ease; }
      section.noticias .items .item a {
        text-decoration: none; }
      section.noticias .items .item img:nth-child(1) {
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1;
        transition: 0.3s ease; }
      section.noticias .items .item .fondo {
        position: relative; }
        section.noticias .items .item .fondo .filtro {
          background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #efefef 100%);
          background-blend-mode: hard-light;
          position: absolute;
          width: 100%;
          height: 50%;
          bottom: 0; }
        section.noticias .items .item .fondo img {
          width: 100%; }
      section.noticias .items .item .info {
        padding: 33px 36px;
        position: relative;
        background-color: #efefef;
        transition: 0.3s ease; }
        section.noticias .items .item .info h3 {
          color: var(--color-oscuro);
          font-family: var(--fuente-montserrat);
          font-weight: 700;
          font-size: 25px;
          padding-bottom: 25px; }
        section.noticias .items .item .info span {
          border: solid 1px var(--color-rojo);
          padding: 7px 7px;
          font-family: var(--fuente-ptsans);
          font-weight: 400;
          font-size: 22px;
          color: var(--color-rojo); }
        section.noticias .items .item .info::before {
          content: '';
          position: absolute;
          width: 2px;
          height: 86px;
          background-color: var(--color-oscuro);
          bottom: -17px;
          right: 31px;
          z-index: 3;
          transform: rotate(49.5deg); }
        section.noticias .items .item .info::after {
          content: '';
          position: absolute;
          bottom: -4px;
          right: -2px;
          width: 0;
          height: 0;
          border-bottom: 58px solid #efefef;
          border-left: 67px solid transparent;
          z-index: 1; }
      section.noticias .items .item:hover {
        background-color: var(--color-oscuro); }
        section.noticias .items .item:hover img:nth-child(1) {
          animation: zoom 1s infinite; }
        section.noticias .items .item:hover .info {
          background-color: var(--color-oscuro); }
          section.noticias .items .item:hover .info h3 {
            color: #fff; }
  section.noticias .btnmas {
    text-align: center;
    margin-top: 30px; }
    section.noticias .btnmas a {
      font-family: var(--fuente-montserrat);
      font-size: 20px;
      font-weight: 700;
      background-color: var(--color-rojo);
      padding: 8px 15px;
      text-decoration: none;
      color: #fff;
      position: relative; }
      section.noticias .btnmas a::before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 0;
        height: 0;
        border-bottom: 12px solid #efefef;
        border-left: 12px solid transparent;
        z-index: 1; }
      section.noticias .btnmas a img {
        transition: 0.2s ease;
        width: 0;
        transform: translateX(-15px);
        position: relative;
        top: 1px; }
      section.noticias .btnmas a:hover img {
        margin-left: 10px;
        width: 9px;
        transform: translateX(0); }

@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

section.menupage .content ul li.select {
  margin-top: 23px; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: transparent solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 50%;
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  animation-iteration-count: infinite;
  border: var(--color-gris) solid 6px;
  opacity: 0.5; }

/* page articulo */
section.articulo {
  padding-top: 280px;
  padding-bottom: 100px; }
  section.articulo .content {
    display: flex; }
    section.articulo .content .part1 {
      width: 64%; }
      section.articulo .content .part1 span.categoria {
        border: solid 1px var(--color-rojo);
        padding: 7px 7px;
        font-family: var(--fuente-ptsans);
        font-weight: 400;
        font-size: 22px;
        color: var(--color-rojo); }
      section.articulo .content .part1 p.fecha {
        font-family: var(--fuente-ptsans);
        font-weight: 400;
        font-size: 20px;
        color: var(--color-gris);
        padding: 40px 0 13px 0; }
      section.articulo .content .part1 img.portada {
        width: 100%; }
      section.articulo .content .part1 h1 {
        font-family: var(--fuente-montserrat);
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        margin: 30px 0;
        color: var(--color-oscuro); }
      section.articulo .content .part1 .texto p {
        font-family: var(--fuente-ptsans);
        font-weight: 400;
        font-size: 26px;
        color: var(--color-gris);
        padding: 18px 0; }
      section.articulo .content .part1 .redes {
        display: flex;
        align-items: center;
        padding-top: 20px; }
        section.articulo .content .part1 .redes span {
          font-family: var(--fuente-montserrat);
          font-weight: 700;
          font-size: 25px;
          color: var(--color-rojo);
          padding-right: 20px; }
        section.articulo .content .part1 .redes a {
          margin: 0 10px; }
          section.articulo .content .part1 .redes a:hover img {
            transform: translateY(-5px); }
        section.articulo .content .part1 .redes img {
          width: 30px;
          transition: 0.3s ease; }
    section.articulo .content .part2 {
      width: 36%;
      padding-left: 72px; }
      section.articulo .content .part2 .sticky {
        position: sticky;
        top: 0;
        left: 0; }
      section.articulo .content .part2 h3 {
        font-family: var(--fuente-montserrat);
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        color: var(--color-oscuro); }
      section.articulo .content .part2 .item {
        color: #000;
        margin: 37px 0;
        position: relative;
        border: solid 2px var(--color-oscuro); }
        section.articulo .content .part2 .item a {
          text-decoration: none; }
        section.articulo .content .part2 .item img:nth-child(1) {
          position: absolute;
          top: 15px;
          right: 15px;
          z-index: 1;
          width: 40px; }
        section.articulo .content .part2 .item .fondo {
          position: relative; }
          section.articulo .content .part2 .item .fondo .filtro {
            background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #efefef 100%);
            background-blend-mode: hard-light;
            position: absolute;
            width: 100%;
            height: 50%;
            bottom: 0; }
          section.articulo .content .part2 .item .fondo img {
            width: 100%; }
        section.articulo .content .part2 .item .info {
          padding: 22px 22px;
          background-color: #efefef;
          position: relative;
          z-index: 2;
          transition: 0.3s ease; }
          section.articulo .content .part2 .item .info h3 {
            font-family: var(--fuente-montserrat);
            font-weight: 700;
            font-size: 25px;
            padding-bottom: 25px; }
          section.articulo .content .part2 .item .info span {
            border: solid 1px var(--color-rojo);
            padding: 7px 7px;
            font-family: var(--fuente-ptsans);
            font-weight: 400;
            font-size: 22px;
            color: var(--color-rojo); }
          section.articulo .content .part2 .item .info::before {
            content: '';
            position: absolute;
            width: 2px;
            height: 55px;
            background-color: var(--color-oscuro);
            bottom: -9px;
            right: 17px;
            z-index: 3;
            transform: rotate(44deg); }
          section.articulo .content .part2 .item .info::after {
            content: '';
            position: absolute;
            bottom: -2px;
            right: -2px;
            width: 0;
            height: 0;
            border-bottom: 40px solid #efefef;
            border-left: 40px solid transparent;
            z-index: 1; }
        section.articulo .content .part2 .item:hover .info {
          background-color: var(--color-oscuro); }
          section.articulo .content .part2 .item:hover .info h3 {
            color: #fff; }
        section.articulo .content .part2 .item:hover img:nth-child(1) {
          animation: zoom 1s infinite; }

section.contacto2 {
  padding: 73px 0;
  background-color: var(--color-rojo); }
  section.contacto2 .content {
    display: flex;
    align-items: center;
    justify-content: center; }
    section.contacto2 .content .part1 {
      width: 70%;
      color: #fff;
      display: flex;
      flex-direction: column; }
      section.contacto2 .content .part1 h3 {
        font-family: var(--fuente-montserrat);
        font-weight: 700;
        font-size: 40px;
        padding-right: 50px; }
      section.contacto2 .content .part1 p {
        padding-top: 10px;
        font-family: var(--fuente-ptsans);
        font-weight: 400;
        font-size: 26px; }
    section.contacto2 .content .part2 {
      display: flex;
      align-items: center;
      flex-direction: column;
      align-items: flex-end;
      width: 200px; }
      section.contacto2 .content .part2 button {
        background-color: var(--color-oscuro);
        padding: 8px 15px;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        border: none;
        margin-right: 30px;
        cursor: pointer;
        position: relative; }
        section.contacto2 .content .part2 button::before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-bottom: 10px solid var(--color-rojo);
          border-left: 10px solid transparent;
          right: 0;
          bottom: 0; }
      section.contacto2 .content .part2 a {
        font-family: var(--fuente-montserrat);
        text-decoration: none;
        background-color: var(--color-oscuro);
        padding: 8px 15px;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        border: none;
        max-width: 200px;
        cursor: pointer;
        position: relative;
        transition: 0.3s ease; }
        section.contacto2 .content .part2 a::before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-bottom: 10px solid var(--color-rojo);
          border-left: 10px solid transparent;
          right: 0;
          bottom: 0; }
        section.contacto2 .content .part2 a img {
          transition: 0.2s ease;
          width: 0;
          transform: translateX(-15px);
          position: relative;
          top: 1px; }
        section.contacto2 .content .part2 a:hover img {
          margin-left: 10px;
          width: 9px;
          transform: translateX(0); }

section.contactopage.open,
section.menupage.open {
  /* opacity: 1; */
  transform: translateX(0%); }

section.contactopage {
  height: 100vh;
  width: 100%;
  background: linear-gradient(0deg, var(--color-rojo) 27.03%, var(--color-rojo) 27.03%, #233442 100%);
  padding: 60px 0;
  overflow: hidden; }
  section.contactopage .container {
    height: 100%;
    position: relative; }
  section.contactopage .cerrar {
    position: absolute;
    right: 0; }
    section.contactopage .cerrar button {
      background-color: transparent;
      border: none;
      z-index: 5;
      cursor: pointer; }
  section.contactopage .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    section.contactopage .content .content-formulario {
      width: 670px;
      color: #fff; }
      section.contactopage .content .content-formulario h2 {
        font-family: var(--fuente-montserrat);
        font-weight: 700;
        font-size: 40px;
        text-align: center; }
      section.contactopage .content .content-formulario form {
        margin-top: 40px; }
        section.contactopage .content .content-formulario form fieldset {
          border: none; }
          section.contactopage .content .content-formulario form fieldset .form-group {
            width: 100%;
            position: relative; }
            section.contactopage .content .content-formulario form fieldset .form-group input {
              font-family: var(--fuente-ptsans);
              margin-bottom: 16px;
              height: 64px;
              border: none;
              font-size: 20px;
              width: 100%;
              color: #fff;
              background: rgba(35, 52, 66, 0.17);
              padding: 0 20px;
              padding-top: 8px; }
              input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
                border: 1px solid #fff !important;
              }
              .page-template-servicios input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
                border: 2px solid #233442 !important;
              }
              .page-template-proyectos input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
                border: 2px solid #233442 !important;
              }
              section.contactopage .content .content-formulario form fieldset .form-group input:focus {
                outline-style: none; }
              section.contactopage .content .content-formulario form fieldset .form-group input:valid ~ label,
              section.contactopage .content .content-formulario form fieldset .form-group input:focus ~ label {
                font-size: 14px;
                left: 20px;
                top: 6px; }
                section.contactopage .content .content-formulario form fieldset .form-group span > input:focus ~ label {
                  font-size: 14px;
                  left: 20px;
                  top: 6px;
                }
                .screen-reader-response{
                  display: none;
                }
                section.contactopage .content .content-formulario form fieldset .form-group.formname.focusin label,
                section.contactopage .content .content-formulario form fieldset .form-group.formcorreo.focusin label,
                section.contactopage .content .content-formulario form fieldset .form-group.formasunto.focusin label,
                section.contactopage .content .content-formulario form fieldset .form-group.formtextarea.focusin label,
                section.contacto .content form fieldset .form-group.formname.focusin label,
                section.contacto .content form fieldset .form-group.formapellido.focusin label,
                section.contacto .content form fieldset .form-group.formtelefono.focusin label,
                section.contacto .content form fieldset .form-group.formcorreo.focusin label,
                section.contacto .content form fieldset .form-group.formname.ok label,
                section.contacto .content form fieldset .form-group.formapellido.ok label,
                section.contacto .content form fieldset .form-group.formtelefono.ok label,
                section.contacto .content form fieldset .form-group.formcorreo.ok label,
                section.contactopage .content .content-formulario form fieldset .form-group.formname.ok label,
                section.contactopage .content .content-formulario form fieldset .form-group.formcorreo.ok label,
                section.contactopage .content .content-formulario form fieldset .form-group.formasunto.ok label,
                section.contactopage .content .content-formulario form fieldset .form-group.formtextarea.ok label{
                  font-size: 14px;
                  left: 20px;
                  top: 6px;
                }
            section.contactopage .content .content-formulario form fieldset .form-group input[type="number"]::-webkit-inner-spin-button,
            section.contactopage .content .content-formulario form fieldset .form-group input[type="number"]::-webkit-outer-spin-button {
              -webkit-appearance: none;
              margin: 0; }
            section.contactopage .content .content-formulario form fieldset .form-group input[type="number"] {
              -moz-appearance: textfield; }
            section.contactopage .content .content-formulario form fieldset .form-group textarea {
              font-family: var(--fuente-ptsans);
              margin-bottom: 16px;
              height: 155px;
              border: none;
              font-size: 20px;
              width: 100%;
              color: #fff;
              background: rgba(35, 52, 66, 0.17);
              padding: 0 20px;
              padding-top: 22px; }
              section.contactopage .content .content-formulario form fieldset .form-group textarea:focus {
                outline-style: none; }
              section.contactopage .content .content-formulario form fieldset .form-group textarea:valid ~ label,
              section.contactopage .content .content-formulario form fieldset .form-group textarea:focus ~ label {
                font-size: 14px;
                left: 20px;
                top: 6px; }
            section.contactopage .content .content-formulario form fieldset .form-group .form-label {
              position: absolute;
              left: 20px;
              top: 20px;
              color: #fff;
              font-family: var(--fuente-ptsans);
              font-size: 18px;
              cursor: text;
              transition: 0.1s linear;
              z-index: 1; }
          section.contactopage .content .content-formulario form fieldset .enviar {
            position: relative;
            width: fit-content; }
            section.contactopage .content .content-formulario form fieldset .enviar::before {
              content: "";
              position: absolute;
              width: 0;
              height: 0;
              border-bottom: 10px solid var(--color-rojo);
              border-left: 10px solid transparent;
              right: 0;
              bottom: 0;
              z-index: 2; }
            section.contactopage .content .content-formulario form fieldset .enviar input[type="submit"] {
              width: 150px;
              background-color: var(--color-oscuro);
              border: none;
              color: #fff;
              font-family: var(--fuente-montserrat);
              font-size: 20px;
              font-weight: 700;
              height: 40px;
              position: relative;
              cursor: pointer;
              transition: 0.2s ease; }
            section.contactopage .content .content-formulario form fieldset .enviar img {
              transition: 0.2s ease;
              width: 0;
              transform: translateX(-53px);
              position: absolute;
              top: 35%;
            right: 0; }
            span.wpcf7-not-valid-tip,
            .wpcf7-response-output{
              display: none !important;
            }
            section.contactopage .content .content-formulario form fieldset .enviar:hover input[type="submit"] {
              padding-right: 10px; }
            section.contactopage .content .content-formulario form fieldset .enviar:hover img {
              right: 25px;
              margin-left: 10px;
              width: 9px;
              transform: translateX(-3px);
              top: 35%; }
  section.contactopage .pie {
    width: 100%;
    position: absolute;
    bottom: -40px; }
    section.contactopage .pie ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      list-style-image: url(../icons/hexagono-negro.svg);
      padding-left: 22px;
      flex-wrap: wrap; }
      section.contactopage .pie ul li {
        color: #fff;
        font-family: var(--fuente-ptsans);
        font-size: 22px;
        font-weight: 700;
        margin-right: 30px; }
      section.contactopage .pie ul li:nth-child(3) {
        margin-right: 0; }

section.menupage {
  /* opacity: 0; */
  height: 100vh;
  width: 100%;
  padding: 48px 0;
  overflow: hidden;
  background-color: var(--color-oscuro);
  z-index: 20;
  position: fixed;
  transition: transform 0.5s ease;
  transform: translateX(100%); }
  section.menupage .container {
    height: 100%;
    position: relative; }
  section.menupage .cerrar {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    section.menupage .cerrar img {
      z-index: 5;
      cursor: pointer; }
    section.menupage .cerrar button {
      background-color: transparent;
      border: none;
      z-index: 5;
      cursor: pointer; }
  section.menupage .content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    transform: translateY(29px); }
    section.menupage .content ul {
      list-style: none; }
      section.menupage .content ul li {
        font-size: 40px;
        font-family: var(--fuente-montserrat);
        font-weight: 900;
        margin: 40px 0;
        text-transform: uppercase;
        position: relative;
        width: fit-content; }
        section.menupage .content ul li a {
          text-decoration: none;
          color: #EFEFEF; }
        section.menupage .content ul li img {
          margin-left: 25px;
          position: absolute;
          top: -5px; }
        section.menupage .content ul li ul {
          padding-left: 34px;
          height: 0;
          overflow: hidden;
          transition: all 0.3s; }
          section.menupage .content ul li ul li {
            margin: 15px 0;
            padding: 4px 12px;
            width: fit-content;
            position: relative; }
            section.menupage .content ul li ul li::before {
              content: '';
              background-image: url(../icons/punto-lista.svg);
              width: 18px;
              height: 100%;
              font-size: 20px;
              /* display: block; */
              position: absolute;
              background-size: 100%;
              background-repeat: no-repeat;
              left: -16px;
              top: 25%; }
          section.menupage .content ul li ul li.select-sub {
            background-color: var(--color-rojo); }
          section.menupage .content ul li ul li:focus, section.menupage .content ul li ul li:hover {
            background-color: var(--color-rojo); }
      section.menupage .content ul li.select a {
        color: var(--color-rojo);
        border-top: 8px solid var(--color-rojo);
        padding-top: 7px; }
      section.menupage .content ul li.select li a {
        border-top: 0;
        padding-top: 0;
        color: #fff; }
      section.menupage .content ul li:nth-child(1) {
        margin-top: 0; }
      section.menupage .content ul li:last-child {
        margin-bottom: 0; }
    section.menupage .content a.contact {
      text-decoration: none;
      color: #EFEFEF;
      font-family: var(--fuente-montserrat);
      font-size: 40px;
      font-weight: 900;
      padding: 10px 18px;
      background-color: var(--color-rojo);
      width: fit-content;
      margin-top: 50px;
      text-transform: uppercase;
      position: relative; }
      section.menupage .content a.contact::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 15px solid var(--color-oscuro);
        border-left: 15px solid transparent;
        right: 0;
        bottom: 0; }

.desplegar {
  padding-top: 10px; }

section.thankspage {
  height: 100vh;
  background: linear-gradient(180deg, var(--color-rojo) 27.03%, var(--color-rojo) 27.03%, #233442 100%);
  padding: 60px 0; }
  section.thankspage .container {
    height: 100%;
    position: relative; }
  section.thankspage .cerrar {
    position: absolute;
    right: 0; }
    section.thankspage .cerrar button {
      background-color: transparent;
      border: none;
      z-index: 5;
      cursor: pointer; }
  section.thankspage .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    section.thankspage .content .contenido {
      color: #fff;
      width: 810px;
      position: relative; }
      section.thankspage .content .contenido img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      section.thankspage .content .contenido .texto {
        padding-left: 134px; }
      section.thankspage .content .contenido h2 {
        font-family: var(--fuente-montserrat);
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 25px; }
      section.thankspage .content .contenido a {
        text-decoration: none;
        color: #fff;
        font-family: var(--fuente-montserrat);
        font-weight: 700;
        font-size: 20px;
        padding: 8px 34px;
        background-color: var(--color-oscuro);
        position: relative; }
        section.thankspage .content .contenido a img {
          transition: 0.2s ease;
          width: 0;
          transform: translateX(-15px);
          position: relative;
          top: 1px;
          top: inherit;
          left: inherit; }
        section.thankspage .content .contenido a::before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-bottom: 10px solid #a12d40;
          border-left: 10px solid transparent;
          right: 0;
          bottom: 0;
          z-index: 2; }
        section.thankspage .content .contenido a:hover::before {
          border-bottom: 10px solid #a83d4f; }
        section.thankspage .content .contenido a:hover img {
          margin-left: 10px;
          width: 9px;
          transform: translateX(0); }
  section.thankspage .pie {
    width: 100%;
    position: absolute;
    bottom: -40px; }
    section.thankspage .pie ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      list-style-image: url(../icons/hexagono-rojo2.svg);
      padding-left: 22px;
      flex-wrap: wrap; }
      section.thankspage .pie ul li {
        color: #fff;
        font-family: var(--fuente-ptsans);
        font-size: 22px;
        font-weight: 700;
        margin-right: 30px; }
      section.thankspage .pie ul li:nth-child(3) {
        margin-right: 0; }

.slider-servicios {
  margin-top: 50px; }
  .slider-servicios .slick-prev,
  .slider-servicios .slick-next {
    left: auto;
    right: 12.5vw;
    top: -73px; }
  .slider-servicios .slick-prev {
    right: 15.9vw;
    background-image: url(../icons/btn-izquierda.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 47px;
    height: 47px; }
    .slider-servicios .slick-prev::before {
      content: none; }
    .slider-servicios .slick-prev:hover {
      background-image: url(../icons/btn-izquierda-hover.svg); }
  .slider-servicios .slick-next {
    background-image: url(../icons/btn-derecha.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    width: 47px;
    height: 47px; }
    .slider-servicios .slick-next::before {
      content: none; }
    .slider-servicios .slick-next:hover {
      background-image: url(../icons/btn-derecha-hover.svg); }

.slider-servicios div,
.slider-servicios-interna div {
  position: relative; }

.slick-initialized .slick-slide {
  margin: 0 15px; }

.slider-servicios div .filtro,
.slider-servicios-interna div .filtro {
  background: linear-gradient(179.9deg, rgba(35, 52, 66, 0) 13.24%, rgba(35, 52, 66, 0) 13.25%, #233442 99.91%);
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.01);
  transition: 0.5s ease; }

.slider-servicios div img,
.slider-servicios-interna div img {
  width: 100%; }

.slider-servicios div .info,
.slider-servicios-interna div .info,
.slider-servicios .items-slider .pantalla-hover {
  bottom: 0;
  position: absolute;
  color: #fff;
  padding: 26px 30px;
  opacity: 1;
  transition: 0.5s ease; }

.slider-servicios .items-slider:hover .filtro {
  background: rgba(52, 73, 94, 0.9); }

.slider-servicios .items-slider:hover .info {
  opacity: 0; }

.slider-servicios .items-slider:hover .pantalla-hover {
  transform: translateY(0);
  opacity: 1; }

.slider-servicios .items-slider .pantalla-hover {
  position: absolute;
  padding-top: 50px;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(-100%);
  opacity: 0; }
  .slider-servicios .items-slider .pantalla-hover p:nth-child(1) {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative; }
    .slider-servicios .items-slider .pantalla-hover p:nth-child(1)::before {
      content: "";
      width: 43px;
      height: 4px;
      background-color: #fff;
      position: absolute;
      top: -20px; }
  .slider-servicios .items-slider .pantalla-hover p:nth-child(2) {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: var(--fuente-ptsans); }

.slider-servicios div .info p,
.slider-servicios-interna div .info p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative; }

.slider-servicios div .info p::before,
.slider-servicios-interna div .info p::before {
  content: "";
  width: 43px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: -20px; }

.slider-servicios div .info p:nth-child(2) {
  font-size: 26px;
  font-weight: 400;
  transition: 0.5s ease;
  display: none; }

.slider-servicios div .info p:nth-child(2)::before {
  content: none; }

.slider-servicios div .info img,
.slider-servicios-interna div .info img {
  width: 47px; }

.slick-dots li button:before {
  content: "⬡";
  color: #fff;
  font-size: 30px;
  transform: rotate(90deg); }

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  font-size: 30px;
  transform: rotate(90deg); }

.slick-dots {
  bottom: 41px; }

.slick-dotted.slick-slider {
  padding-bottom: 100px; }

.slider-servicios-interna.slick-dotted.slick-slider {
  padding-bottom: 0; }

  .error {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .error .back-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -2; }
    .error img.fondo {
      position: absolute;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      z-index: -3;
      transform: translateX(-50%) translateY(-50%); }
    .error .filtro {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: linear-gradient(0deg, rgba(35, 52, 66, 0) 27.02%, #233442 90%); }
    .error .container {
      height: 100%; }
      .error .container .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        height: 100%;
        transform: translateY(50px);
        z-index: 3; }
      .error .container span {
        font-family: var(--fuente-montserrat);
        font-weight: 700;
        font-size: 35px;
        line-height: 113%;
        position: relative; }
        .error .container span::before {
          content: '';
          width: 100%;
          height: 3px;
          background-color: #fff;
          position: absolute;
          bottom: -17px; }
      .error .container h1 {
        font-family: var(--fuente-montserrat);
        font-weight: 700;
        font-size: 200px;
        line-height: 113%; }
      .error .container a {
        font-family: var(--fuente-montserrat);
        font-size: 20px;
        font-weight: 700;
        background-color: var(--color-rojo);
        padding: 8px 34px;
        padding-right: 24px;
        text-decoration: none;
        color: #fff;
        position: relative; }
        .error .container a::after {
          content: '';
          width: 10px;
          height: 29px;
          position: absolute;
          top: 0;
          right: -10px;
          background-color: var(--color-rojo); }
        .error .container a::before {
          content: '';
          position: absolute;
          bottom: 0px;
          right: -10.4px;
          width: 0;
          height: 0;
          border-top: 12px solid #fa283f;
          border-right: 11px solid transparent;
          z-index: 1; }
        .error .container a img {
          transition: 0.2s ease;
          width: 0;
          transform: translateX(-15px);
          position: relative;
          top: 1px; }
        .error .container a:hover img {
          margin-left: 2px;
          width: 9px;
          transform: translateX(0); }

@media (min-width: 1024px) and (max-height: 750px) {
  section.contactopage .content .content-formulario form fieldset .form-group textarea {
    height: 130px; } }

@media (max-width: 1849px) {
  .slider-servicios .slick-next {
    right: 11vw; }
  .slider-servicios .slick-prev {
    right: 14.5vw; } }

@media (max-width: 1849px) and (max-width: 1791px) {
  .slider-servicios .slick-next {
    right: 10vw; }
  .slider-servicios .slick-prev {
    right: 13.5vw; } }

@media (max-width: 1849px) and (max-width: 1755px) {
  .slider-servicios .slick-next {
    right: 9vw; }
  .slider-servicios .slick-prev {
    right: 12vw; } }

@media (max-width: 1849px) and (max-width: 1755px) {
  .slider-servicios .slick-next {
    right: 8vw; }
  .slider-servicios .slick-prev {
    right: 12vw; } }

@media (max-width: 1800px) {
  section.info .container {
    width: 77%; }
  section.valores .content-img img {
    transform: translateX(-37px); }
  section.valores .text .container {
    width: 78%; }
  section.valores .text .container {
    width: 83%; } }

@media (max-width: 1685px) {
  .slider-servicios .slick-next {
    right: 7.5vw; }
  .slider-servicios .slick-prev {
    right: 11.5vw; }
  section.info .container {
    width: 82%; }
  section.info .text {
    width: 46%;
    padding-right: 58px; }
  section.valores .content-img img {
    transform: translateX(-85px); } }

@media (max-width: 1618px) {
  section.valores .text .container h2 {
    margin-bottom: 20px; }
  section.valores .text .container h2 {
    font-size: 35px; }
  section.valores .text .container .item-services p {
    font-size: 22px; } }

@media (max-width: 1610px) {
  .error .container span {
    font-size: 30px; }
  .error .container h1 {
    font-size: 170px; }
  section.articulo {
    padding-top: 227px; }
  section.info-interna .acordeon .contentBx .content ul li::before {
    top: 20px; }
  section.articulo .content .part1 .texto p,
  section.articulo .content .part2 .item .info h3,
  section.about .content .text p {
    font-size: 22px; }
  section.articulo .content .part1 h1,
  section.articulo .content .part2 h3,
  section.contacto2 .content .part1 h3 {
    font-size: 35px; }
  section.noticias .items .item .info h3,
  section.contacto2 .content .part1 p {
    font-size: 22px; }
  section.info .content-img img {
    width: 869px; }
  section.contacto .content h2 {
    font-size: 35px; }
  section.valores .content-img img {
    transform: translateX(-130px); }
  .banner h1 {
    font-size: 45px; }
  header nav .nav1 .logo img {
    width: 160px; }
  footer .content .logo img {
    width: 250px; }
  header nav .nav1 .info a.btncontacto {
    font-size: 18px;
    padding: 6px 10px; }
  header nav .nav1 .info ul li.idioma {
    font-size: 18px; }
  header nav .nav2 ul li {
    font-size: 18px; }
  header nav .nav2 ul li.fex ul li a,
  header nav .nav2 ul li.menu-item-has-children ul li a {
    font-size: 18px; }
  header::before {
    height: 136px; }
  section.text .content .part2 p,
  section.info .text p,
  section.valores .text .container .item-services p,
  section.history .item .text p,
  footer .content .text ul li,
  section.info-interna .content p,
  section.info-interna .acordeon .contentBx .content ul li,
  .slider-servicios div .info p, .slider-servicios-interna div .info p,
  .slider-servicios .items-slider .pantalla-hover p:nth-child(1),
  .slider-servicios .items-slider .pantalla-hover p:nth-child(2) {
    font-size: 22px; }
  section.info .text h2,
  section.valores .text .container h2,
  section.history h2,
  section.info-interna .acordeon .label h3,
  section.services .container h2 {
    font-size: 35px; } }

@media (max-width: 1600px) {
  .slider-servicios .items-slider .pantalla-hover p:nth-child(1),
  .slider-servicios .items-slider .pantalla-hover p:nth-child(2) {
    font-size: 1.5vw; }
  section.portafolio .items .item .info h4, section.portafolio .items .item .info p {
    font-size: 22px;
    padding: 8px 0; }
  section.portafolio .items .item .info h3 {
    font-size: 22px;
    padding-top: 26px; } }

@media (max-width: 1495px) {
  section.home h1 {
    font-size: 60px;
    line-height: initial; }
  section.home .content img {
    width: 220px; }
  section.valores .content-img img {
    transform: translateX(-174px); } }

@media (max-width: 1467px) {
  section.text .content .part2 p {
    font-size: 23px; } }

@media (max-width: 1440px) {
  section.valores .content-img img {
    transform: translateX(-217px); }
  section.about .content .text h2 {
    font-size: 55px; }
  section.about .content .text p {
    font-size: 22px; }
  section.info .text h2 {
    font-size: 35px; }
  section.info .text p {
    font-size: 22px; }
  section.portafolio .items .item .info {
    padding: 31px 37px; } }

@media (max-width: 1400px) {
  section.info-interna .acordeon .slider-fotos .slick-prev {
    left: 30px; }
  section.info-interna .acordeon .slider-fotos .slick-next {
    left: 90px; } }

@media (max-width: 1350px) {
  section.valores .content-img img {
    transform: translateX(-270px); } }

@media (max-width: 1300px) {
  section.info .text {
    padding-right: 30px; } }

@media (max-width: 1280px) {
  .container {
    width: 92%; }
  section.history h2 {
    font-size: 35px; }
  section.history .item .text p {
    font-size: 22px;
    margin-bottom: 27px; }
  section.history .item .años h3 {
    font-size: 200px; }
  section.history .item .años img {
    width: 290px;
    top: 1px; }
  section.history .content-slider img,
  section.history .content-slider #history {
    width: 290px;
    transform: translateY(-65%); }
  section.servicios .items .item .info p,
  section.servicios .items .item .pantalla-hover p:nth-child(1),
  section.servicios .items .item .pantalla-hover p:nth-child(2) {
    font-size: 1.7vw; }
  section.history .part2 h3 {
    font-size: 200px; }
  section.history .part2 img {
    width: 290px;
    top: 1px; }
  section.history .part1 h2 {
    font-size: 35px; }
  section.history .part1 p {
    font-size: 22px;
    margin-bottom: 27px; }
  section.valores .content-img {
    width: 40%; }
  section.valores .text {
    padding-left: 100px;
    width: 60%; }
  section.valores .text .container {
    width: 92%; }
  section.valores .text .container h2 {
    margin-bottom: 26px; }
  section.valores .text .container h2 {
    font-size: 35px; }
  section.valores .text .container .item-services p {
    font-size: 22px; }
  section.valores .content-img img {
    width: 764px;
    transform: translateX(-231px); }
  section.info .container {
    width: 90%; }
  section.about .content .text {
    width: initial; }
  section.text .content .part1 img {
    width: 509px; }
  section.text .content .part2 p {
    font-size: 22px; }
  .slider-servicios .slick-next {
    right: 4vw; }
  .slider-servicios .slick-prev {
    right: 9vw; }
  .slider-servicios .items-slider .pantalla-hover p:nth-child(1) {
    font-size: 22px; }
  .slider-servicios .items-slider .pantalla-hover p:nth-child(2) {
    font-size: 20px; }
  /*nav*/
  header nav .nav1 .logo img {
    width: 121px; }
  header nav .nav1 .info a.btncontacto {
    font-size: 18px;
    padding: 6px 10px; }
  header nav .nav1 .info ul li.idioma {
    font-size: 18px; }
  header nav .nav2 ul li {
    font-size: 18px; }
  header nav .nav2 ul li.fex ul li a,
  header nav .nav2 ul li.menu-item-has-children ul li a {
    font-size: 18px; }
  header::before {
    height: 123px; }
  section.home h1 {
    font-size: 50px;
    line-height: initial;
    padding-left: 119px; }
  section.home .content img {
    width: 184px;
    left: 65px; }
  section.about .content .contenedor-img {
    width: 50%; }
    section.about .content .contenedor-img img {
      width: 100%; }
  section.about .content .text {
    width: 56.5%; }
  section.about .content .content-img img {
    width: 557px; }
  section.about .content .contenedor-img .span1 {
    width: 50px;
    height: 322px;
    position: absolute;
    z-index: 2;
    top: -62px;
    right: 108px;
    background-color: var(--color-rojo);
    transform: rotate(-35.5deg); }
  section.about .content .contenedor-img .span2 {
    width: 50px;
    height: 322px;
    position: absolute;
    z-index: 2;
    bottom: -62px;
    right: 108px;
    background-color: var(--color-rojo);
    transform: rotate(35.5deg); }
  section.about .content .text h2 {
    font-size: 55px; }
  section.about .content .text p {
    font-size: 22px; }
  section.about .content .text {
    padding-left: 29px; }
  section.services .container h2 {
    font-size: 35px; }
  /*footer*/
  footer .content .logo {
    display: none; }
  footer .content .redes a:nth-child(3) img {
    width: 28px; }
  footer .content .redes a {
    font-size: 26px; }
  .banner h1 {
    font-size: 45px; }
  section.servicios .items {
    grid-gap: 50px; }
  section.servicios .items .item .info {
    padding: 23px 25px; }
    section.servicios .items .item .info img {
      width: 39.7px; }
  section.contactopage .content .content-formulario h2 {
    font-size: 35px; }
  section.contactopage .content .content-formulario form fieldset .form-group textarea {
    height: 122px; }
  section.info-interna .content img {
    width: 160px; }
  section.info-interna {
    padding-top: 100px; }
  section.info-interna .content p {
    font-size: 22px;
    padding-top: 30px; }
  section.info-interna .acordeon .label h3 {
    font-size: 35px; }
  section.info-interna .acordeon .contentBx .content ul li {
    font-size: 22px; }
  section.info-interna .acordeon .label img {
    width: 50px; }
  section.portafolio .items .item a img {
    width: 56px; }
  section.portafolio .items .item .info h4, section.portafolio .items .item .info p {
    padding: 2px 0; }
  section.noticias .items .item a {
    top: 25px;
    right: 25px; }
  section.noticias .items .item a img {
    width: 56px; }
  section.noticias .items .item .info {
    padding: 29px 31px; }
  section.info-interna .content #expe {
    width: 150px; }
  section.info-interna .acordeon {
    padding: 34px 0;
    padding-bottom: 0; }
  section.articulo .content .part2 {
    padding-left: 43px; }
  section.articulo .content .part2 .item a img {
    width: 36px; }
  section.articulo .content .part1 span.categoria {
    padding: 7px 8px; }
  section.articulo .content .part2 h3 {
    font-size: 30px; }
  section.articulo .content .part2 .item .info h3 {
    font-size: 22px;
    padding-bottom: 12px; }
  section.articulo .content .part2 .item .info {
    padding: 22px 22px; }
  section.articulo .content .part2 .item .info span {
    padding: 0px 10px; }
  section.articulo .content .part1 h1 {
    font-size: 35px; }
  section.articulo .content .part1 .texto p {
    font-size: 22px; }
  section.contacto2 .content .part2 a {
    padding: 8px 21px; } }

@media (max-width: 1250px) {
  section.about .content .content-img img {
    transform: translateX(-30px); } }

@media (max-width: 1250px) and (max-width: 1210px) {
  section.about .content .content-img img {
    transform: translateX(-50px); } }

@media (max-width: 1250px) and (max-width: 1150px) {
  section.about .content .content-img img {
    transform: translateX(-80px); } }

@media (max-width: 1250px) and (max-width: 1070px) {
  section.about .content .content-img img {
    transform: translateX(-110px); } }

@media (max-width: 1215px) {
  section.home h1 {
    font-size: 47px; } }

@media (max-width: 1154px) {
  section.contactopage .pie ul li,
  section.thankspage .pie ul li {
    font-size: 22px; }
  section.valores .content-img img {
    transform: translateX(-261px); } }

@media (max-width: 1108px) {
  .slider-servicios .slick-prev {
    right: 10vw; } }

@media (max-width: 1080px) {
  section.portafolio .items .item .info h4, section.portafolio .items .item .info p, section.portafolio .items .item .info h3 {
    font-size: 20px; } }

@media (max-width: 1062px) {
  section.valores .content-img img {
    transform: translateX(-287px); } }

@media (max-width: 1024px) {
  .error .container .content {
    transform: translateY(20px); }
  .slider-servicios .slick-prev {
    right: 10vw; }
  header nav .nav1 img.icon-menu {
    display: block; }
  header nav .nav1 .info .btncontacto,
  header nav .nav2 {
    display: none; }
  header nav .nav1 .info{
    display: flex;
  }
  header nav .nav1 .info img.icon-menu{
    margin-left: 30px;
  }
  header nav .nav1 .info ul li.idioma {
    font-size: 20px;
  }
  header nav .nav1 .info ul li.idioma img {
    position: relative;
    top: -2px;
    width: 12px;
  }
  header nav .nav1 {
    border-bottom: none;
    align-items: center;
    padding-bottom: 0px; }
  header nav .nav1 .logo img {
    width: 152px; }
  header::before {
    height: 90px; }
  section.home .content .text {
    transform: none; }
  .banner {
    height: 30vh; }
  section.menupage .content ul li {
    font-size: 30px;
    margin: 21px 0; }
  section.menupage .content ul li ul li {
    font-size: 20px; }
  section.menupage .content a.contact {
    font-size: 30px;
    margin-top: 26px; }
  section.menupage .content ul li ul li {
    margin: 11px 0;
    margin-left: 10px; }
  section.menupage .content ul li ul li::before {
    left: -26px; }
  section.menupage .content {
    transform: translateY(44px); } }

@media (max-width: 1024px) and (min-height: 1000px) {
  header nav .nav1 .info ul li.idioma {
    font-size: 30px;
  }
  header nav .nav1 .info ul li.idioma img {
    position: relative;
    top: -2px;
    width: 26px;
  }
  section.menupage .content a.contact {
    margin-top: 50px; }
  section.menupage .content ul li.select {
    margin-top: 50px; }
  section.menupage .content ul li ul li {
    margin: 15px 0; }
  section.menupage .content {
    transform: translateY(29px); }
  section.menupage .content ul li ul li {
    margin: 11px 0;
    margin-left: 18px; }
  header nav {
    padding: 27px 0; }
  header nav .nav1 .logo img {
    width: 200px; }
  header::before {
    height: 120px; }
  header nav .nav1 img.icon-menu {
    display: block;
    width: 50px; }
  .banner {
    height: 23vh; }
  section.contactopage .content .content-formulario form fieldset .form-group textarea {
    height: 222px !important; }
  section.menupage .content ul li {
    font-size: 30px;
    margin: 30px 0; }
  section.menupage .content ul li img {
    width: 46px; }
  section.menupage .content ul ul.desplegar {
      padding-top: 20px;
  }
  section.menupage .content ul li ul li {
    font-size: 25px; }
  section.menupage .content a.contact {
    font-size: 30px; }
  section.menupage .content ul li img {
    top: -6px; }
  section.menupage .content ul li ul {
    padding-left: 45px; }
  section.menupage .content ul li ul li::before {
    width: 28px;
    left: -37px;
    top: 7px; } }

@media (max-width: 1024px) {
  :root {
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 0.5;
    --marquee-animation-duration: calc(var(--marquee-elements) * 8s); }
  section.valores .text .container .item-services img {
    padding-top: 5.5px; }
  section.info-interna {
    padding: 80px 0; }
  section.history h2 {
    font-size: 30px; }
  section.history .item .text p {
    font-size: 22px;
    margin-bottom: 16px; }
  section.servicios .items .item .info p,
  section.servicios .items .item .pantalla-hover p:nth-child(1),
  section.servicios .items .item .pantalla-hover p:nth-child(2) {
    font-size: 2vw; }
  section.history .part1 h2 {
    font-size: 30px; }
  section.menupage .content ul li span img:nth-child(2) {
    opacity: 0; }
  section.menupage .content ul li span:hover img:nth-child(1) {
    opacity: 0; }
  section.menupage .content ul li span:hover img:nth-child(2) {
    opacity: 1; }
  section.history .part1 p {
    font-size: 20px;
    margin-bottom: 16px; }
  section.valores .content {
    flex-direction: column-reverse; }
  footer .content .text ul {
    align-items: center;
    list-style: none; }
    footer .content .text ul li {
      font-size: 22px;
      margin: 2px 0;
      text-align: center; }
  section.valores .text {
    padding-left: 0;
    width: 100%;
    padding-bottom: 70px; }
  section.valores .text .container {
    margin-left: auto; }
  section.valores .text .container h2 {
    font-size: 30px; }
  section.valores .text .container .item-services h3 {
    font-size: 25px; }
  .slider-servicios .items-slider .pantalla-hover {
    padding: 26px 35px;
    padding-top: 50px; }
  section.valores .text .container .item-services p {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 28px; }
  section.valores .text .container .item-services div:nth-child(3) {
    padding-top: 5px; }
  section.valores .text .container .item-services .barra {
    width: 5px; }
  section.valores .content-img {
    width: 100%;
    justify-content: center;
    position: relative; }
    section.valores .content-img .filtro {
      position: absolute;
      z-index: 2;
      width: 80%;
      height: 100%;
      background: linear-gradient(176.61deg, rgba(35, 52, 66, 0) 26%, rgba(35, 52, 66, 0) 26.01%, #233442 96.07%); }
      section.valores .content-img .filtro::before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 0;
        border-bottom: 100px solid #efefef;
        border-left: 100px solid transparent; }
    section.valores .content-img img {
      transform: translateX(0);
      width: 80%; }
    section.valores .content-img img:nth-child(1) {
      display: block; }
    section.valores .content-img img:nth-child(3) {
      display: none; }
  section.text .content .part1 img {
    width: 432px; }
  section.text .content .part2 p {
    font-size: 22px;
    margin-bottom: 20px; }
  header nav .nav1 {
    padding-bottom: 10px; }
  section.info .text h2 {
    font-size: 30px; }
  section.info .text p {
    font-size: 22px; }
  section.info .content-img img {
    width: 760px; }
  .container {
    width: 92%; }
  section.home .container1 {
    width: 87%;
    max-width: 1244px;
    margin: 0 auto; }
  section.home .content .text {
    padding-right: 0;
    width: 100%; }
  section.home .content {
    transform: none; }
  section.home h1 {
    font-size: 45px;
    padding-left: 114px; }
  section.home .content img {
    width: 289px;
    left: 0; }
  section.home p {
    padding-top: 15px;
    font-size: 25px; }
  section.home .flecha {
    position: absolute;
    right: 50%;
    transform: translateX(60px);
    bottom: 60px; }
  section.home lottie-player {
    right: 50%;
    transform: translateX(60px);
    bottom: 60px; }
  section.home div#bm {
    right: 50%;
    transform: translateX(50px);
    bottom: 60px; }
  section.about {
    padding: 80px 0; }
  section.about .content {
    flex-direction: column-reverse; }
  section.about .content .content-img {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative; }
    section.about .content .content-img img {
      width: 82%;
      transform: translateX(0); }
    section.about .content .content-img img:nth-child(1) {
      display: none; }
    section.about .content .content-img img:nth-child(3) {
      display: block; }
    section.about .content .content-img .filtro {
      position: absolute;
      z-index: 2;
      width: 82%;
      height: 100%;
      background: linear-gradient(177.07deg, rgba(35, 52, 66, 0) 35.68%, rgba(35, 52, 66, 0) 35.68%, #233442 96.58%); }
      section.about .content .content-img .filtro::before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 0;
        border-bottom: 100px solid #efefef;
        border-left: 100px solid transparent; }
  section.about .content .contenedor-img,
  section.about .content .text {
    width: 100%; }
  section.about .content img {
    width: 100%;
    margin-top: 60px; }
  section.about .content .text a img {
    width: 8.3px;
    margin-top: 0px; }
  section.about .content .text {
    padding-left: 0px; }
  section.about .content .text .container {
    margin-left: auto; }
  section.about .content .text h1 {
    font-size: 140px; }
  section.about .content .text h2 {
    font-size: 62px; }
  section.about .content .text p {
    margin-top: 38px;
    font-size: 22px;
    margin-bottom: 40px; }
  section.details .content div p {
    font-size: 25px; }
  section.about .content .text a {
    font-size: 20px;
    font-weight: 700; }
  section.about .content .contenedor-img {
    display: flex;
    justify-content: center;
    position: relative; }
    section.about .content .contenedor-img::before, section.about .content .contenedor-img::after {
      content: none; }
    section.about .content .contenedor-img span {
      display: none; }
    section.about .content .contenedor-img img {
      width: 82%; }
    section.about .content .contenedor-img .filtro {
      position: absolute;
      width: 82%;
      height: 100%;
      margin-top: 60px;
      background: linear-gradient(177.07deg, rgba(35, 52, 66, 0) 35.68%, rgba(35, 52, 66, 0) 35.68%, #233442 96.58%); }
      section.about .content .contenedor-img .filtro::before {
        content: '';
        position: absolute;
        bottom: 29px;
        right: 0;
        width: 0;
        border-bottom: 100px solid #fff;
        border-left: 100px solid transparent; }
  section.details {
    padding: 30px 0;
    padding-top: 0px; }
  section.details .content {
    justify-content: center;
    flex-wrap: wrap; }
  section.details .content div {
    width: 50%;
    margin-bottom: 50px; }
    section.details .content div p {
      padding: 0 52px; }
  section.services .services-items {
    display: none; }
  section.services {
    padding: 80px 0;
    padding-bottom: 0px; }
  section.services .container h2 {
    font-size: 40px; }
  section.history {
    padding: 80px 0; }
  section.text .content {
    padding-top: 80px; }
  section.valores {
    padding: 80px 0; }
  section.text .content .part2 {
    padding-bottom: 80px; }
  .marquee-content li {
    line-height: 130px; }
  footer .content {
    flex-direction: column; }
  footer .content .logo {
    display: none; }
  footer .content .redes a img {
    width: 38px; }
  footer .content .text p {
    font-size: 22px;
    text-align: center; }
  footer .content .redes a:nth-child(3) img {
    width: 40px; }
  footer .content .redes {
    margin-top: 20px;
    flex-direction: row;
    justify-content: center; }
  footer .content .redes a img {
    margin-right: 0px; }
  footer .content .redes a p {
    display: none; }
  footer .content .redes a img {
    margin: 0 13px; }
  .banner h1 {
    font-size: 35px; }
  section.servicios .items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px;
    padding: 80px 0; }
  section.portafolio {
    padding: 43px 0;
    padding-bottom: 88px; }
  section.noticias {
    padding: 43px 0; }
  section.servicios .items .item::before {
    border-bottom: 4.1vw solid #efefef;
    /*41*/
    border-left: 5vw solid transparent;
    /*51*/ }
  section.contacto {
    padding: 80px 0; }
  section.contacto .content h2 {
    font-size: 30px; }
  section.servicios .container {
    width: 75%; }
  section.contacto .content form fieldset .center {
    margin-top: 20px; }
  section.contactopage .content .content-formulario h2 {
    font-size: 25px; }
  section.contactopage,
  section.thankspage {
    padding: 50px 0; }
  section.contactopage .pie ul,
  section.thankspage .pie ul {
    padding-left: 22px;
    flex-wrap: wrap; }
    section.contactopage .pie ul li,
    section.thankspage .pie ul li {
      padding-right: 25px; }
  section.contactopage .pie,
  section.thankspage .pie {
    bottom: -30px; }
  /*pagina de agradecimiento*/
  section.thankspage .content .contenido h2 {
    font-size: 35px; }
  section.thankspage .content .contenido .texto {
    padding-left: 144px; }
  section.portafolio .items .item::before {
    border-bottom: 38px solid #efefef;
    border-left: 39px solid transparent; }
  section.portafolio .items .item .info h4, section.portafolio .items .item .info p {
    font-size: 20px; }
  section.portafolio .items .item .info {
    padding: 22px 27px; }
  section.noticias .items .item a {
    top: 17px;
    right: 17px; }
  section.noticias .items .item a img {
    width: 41px; }
  section.noticias .items .item .info {
    padding: 21px 23px; }
  section.noticias .items .item .info h3 {
    font-size: 22px;
    padding-bottom: 12px; }
  section.noticias .items .item .info span {
    padding: 1px 9px; }
  section.noticias .items .item .info::after {
    border-bottom: 38px solid #efefef;
    border-left: 39px solid transparent; }
  section.noticias .items .item .info::before {
    height: 54px;
    bottom: -10px;
    right: 16px;
    transform: rotate(45deg); }
  section.noticias .items .item .info span {
    font-size: 22px; }
  section.info-interna .content p {
    font-size: 22px; }
  section.info-interna .content p {
    width: 75%; }
  section.info-interna .acordeon .label h3 {
    font-size: 30px; }
  section.info-interna .acordeon .contentBx .content ul li {
    font-size: 22px; }
  section.info-interna .acordeon .contentBx .content ul li {
    padding: 11px 0;
    padding-left: 19px;
    padding-left: 42px; }
  section.info-interna .acordeon .contentBx .content ul li::before {
    top: 17px; }
  section.services .container h2 {
    font-size: 30px; }
  section.articulo {
    padding-top: 165px;
    padding-bottom: 80px; }
  section.articulo .content {
    flex-direction: column; }
  section.articulo .content .part1 {
    width: 100%; }
  section.articulo .content .part2 {
    width: 100%;
    padding-left: 0; }
  section.articulo .content .part1 h1 {
    font-size: 30px;
    margin-bottom: 0; }
  section.articulo .content .part1 .texto p,
  section.articulo .content .part1 .redes span {
    font-size: 22px; }
  section.articulo .content .part2 {
    padding-top: 70px; }
  section.articulo .content .part2 .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly; }
    section.articulo .content .part2 .items .item {
      display: none; }
    section.articulo .content .part2 .items .item:nth-child(1),
    section.articulo .content .part2 .items .item:nth-child(2) {
      display: block; }
  section.articulo .content .part2 .item {
    width: 42%;
    margin-bottom: 0; }
  section.contacto2 .content .part1 h3 {
    font-size: 30px; }
  section.contacto2 .content .part2 a {
    padding: 10px 21px; } }

@media (max-width: 1050px) {
  section.details .content {
    justify-content: center;
    flex-wrap: wrap; }
  section.details .content div {
    width: 42%;
    margin-bottom: 50px; } }

@media (max-width: 1000px) {
  section.info-interna .acordeon .slider-fotos .slick-slide::before {
    border-bottom: 50px solid #efefef;
    border-left: 50px solid transparent; }
  section.history .content-slider img,
  section.history .content-slider #history {
    top: initial;
    bottom: 8%;
    /* transform: none; */
    transform: translateX(-15%);
    left: 50%; }
  section.history .content {
    flex-direction: column; }
  section.history .item .text {
    width: 100%;
    padding-right: 0px; }
  section.history .slider-history .slick-next,
  section.history .slider-history .slick-prev {
    top: -71px; }
  section.history .slider-history .slick-next {
    left: initial;
    right: 0; }
  section.history .slider-history .slick-prev {
    left: initial;
    right: 70px; }
  section.history .item {
    flex-direction: column; }
  section.text .content {
    flex-direction: column-reverse; }
  section.text .content .part1, section.text .content .part2,
  section.history .part1 {
    width: 100%; }
  section.history {
    padding: 80px 0;
    padding-bottom: 60px; }
  section.history .part1 {
    padding-right: 0px;
    position: relative; }
  section.history .part1 .buttonsHistory {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: -3px;
    width: 100%; }
  section.history .part2 img {
    top: -8px; }
  section.history .buttonsHistory button:nth-child(1) {
    margin-right: 18px; }
  section.history .part2,
  section.history .item .años {
    margin-top: 30px;
    width: 500px; }
  section.info .content-img img:nth-child(3) {
    display: none; }
  section.info .content-img img:nth-child(1) {
    display: block; }
  section.info .content {
    flex-direction: column;
    padding-bottom: 80px; }
  section.info .container {
    margin-right: auto; }
  section.info .text {
    width: 100%;
    padding-right: 0px; }
  section.info .container {
    width: 92%; }
  section.info .text {
    padding-top: 60px; }
  section.info .content-img {
    width: 100%;
    justify-content: center;
    position: relative;
    padding-top: 30px;
    overflow: hidden; }
    section.info .content-img img {
      width: 80%; }
    section.info .content-img .filtro {
      position: absolute;
      z-index: 2;
      width: 80%;
      height: 96%;
      background: linear-gradient(177.17deg, rgba(35, 52, 66, 0) 37.78%, rgba(255, 40, 63, 0) 37.78%, #FF283F 96.7%); }
      section.info .content-img .filtro::before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 0;
        border-bottom: 100px solid var(--color-oscuro);
        border-left: 100px solid transparent; } }

@media (max-width: 970px) {
  section.contactopage .pie ul,
  section.thankspage .pie ul {
    justify-content: space-around; }
  section.info-interna .acordeon .slider-fotos {
    margin-top: 36px; }
  .slider-servicios .slick-prev {
    right: 11vw; }
  section.info-interna .acordeon {
    flex-direction: column;
    align-items: center; }
  section.info-interna .acordeon .contentBx {
    width: 100%;
    margin-right: 0; }
  section.info-interna .acordeon .slider {
    width: 100%; }
  section.info-interna .acordeon .slider {
    width: 80%; } }

@media (max-width: 868px) {
  section.contacto2 .content {
    flex-direction: column; }
  section.contacto2 .content .part2 {
    padding-top: 35px;
    width: 100%;
    align-items: flex-start; }
  .slider-servicios .items-slider .pantalla-hover {
    padding: 26px 26px;
    padding-top: 50px; }
  section.contacto2 .content .part1 {
    width: 100%; } }

@media (max-width: 821px) {
  section.services .container a {
    display: none; }
  .slider-servicios .slick-prev {
    right: 12vw; } }

@media (max-width: 744px) {
  .error .container span {
    font-size: 25px; }
  .error .container h1 {
    font-size: 142px; }
  section.about .content .text h2 {
    font-size: 45px; }
  section.noticias .items .item .info h3,
  section.articulo .content .part2 .item .info h3,
  section.about .content .text p {
    font-size: 20px; }
  section.contacto2 .content .part1 p {
    font-size: 20px; }
  section.info-interna .acordeon .slider {
    width: 90%; }
  section.info .container {
    width: 85%; }
  section.articulo .content .part1 .texto p, section.articulo .content .part1 .redes span {
    font-size: 20px; }
  section.text .content .part2 p,
  section.info .text p,
  section.valores .text .container .item-services p,
  section.history .item .text p,
  footer .content .text ul li,
  section.info-interna .content p,
  section.info-interna .acordeon .contentBx .content ul li {
    font-size: 20px; }
  section.text .content .part2 p,
  section.info .text p,
  section.valores .text .container .item-services p,
  section.history .item .text p,
  footer .content .text ul li,
  section.info-interna .content p,
  section.info-interna .acordeon .contentBx .content ul li,
  .slider-servicios div .info p,
  .slider-servicios-interna div .info p,
  .slider-servicios .items-slider .pantalla-hover p:nth-child(1),
  .slider-servicios .items-slider .pantalla-hover p:nth-child(2) {
    font-size: 20px; }
  .banner h1 {
    font-size: 30px; }
  section.articulo {
    padding-top: 150px;
    padding-bottom: 65px; }
  section.articulo .content .part2 {
    padding-top: 65px; }
  section.about,
  .marquee,
  section.valores,
  section.servicios .items {
    padding: 65px 0; }
  section.history {
    padding: 65px 0;
    padding-bottom: 40px; }
  section.services {
    padding: 65px 0;
    padding-bottom: 0px; }
  section.text .content .part2,
  section.valores {
    padding-bottom: 65px; }
  section.text .content {
    padding-top: 65px; }
  section.info .text {
    padding-top: 45px; }
  section.info .content {
    padding-bottom: 65px; }
  section.details {
    padding: 15px 0;
    padding-top: 0px; }
  section.portafolio .items .item .info h4, section.portafolio .items .item .info p, section.portafolio .items .item .info h3 {
    font-size: 25px; }
  section.thankspage .content .contenido a:hover::before {
    border-bottom: 10px solid #a32d41; }
  section.info .content-img .filtro::before {
    border-bottom: 70px solid var(--color-oscuro);
    border-left: 70px solid transparent; }
  section.about .content .content-img .filtro::before {
    border-bottom: 70px solid #efefef;
    border-left: 70px solid transparent; }
  section.valores .content-img .filtro::before {
    border-bottom: 70px solid #efefef;
    border-left: 70px solid transparent; }
  section.valores .text .container {
    width: 85%; }
  section.info .content-img img {
    width: 85%; }
  section.info .content-img .filtro {
    width: 85%; }
  section.valores .content-img img,
  section.valores .content-img .filtro {
    width: 84%; }
  .slider-servicios .slick-next {
    right: 7.5vw; }
  .slider-servicios .slick-prev {
    right: 16vw; }
  section.text .content {
    flex-direction: column-reverse; }
  section.text .content .part1,
  section.text .content .part2 {
    width: 100%; }
  section.menupage .content ul li {
    font-size: 30px;
    margin: 30px 0; }
  section.menupage .content a.contact {
    font-size: 30px;
    padding: 10px 13px; }
  .container,
  section.servicios .container {
    width: 85%; }
  section.servicios .items .item .info p {
    font-size: 2.95vw; }
  section.servicios .items {
    grid-gap: 39px; }
  section.contacto {
    padding: 65px 0; }
  section.portafolio .items .item,
  section.noticias .items .item {
    margin: 22px 0; }
  section.contacto .content form fieldset .form-group {
    width: 100%; }
  section.contacto .content form {
    margin-top: 32px; }
  section.contacto .content form fieldset .center {
    margin-top: 0px; }
  section.servicios .items .item .info img {
    width: 39.7px;
    width: 5.5vw; }
  section.contactopage .container,
  section.thankspage .container {
    width: 92%; }
  section.contactopage .pie ul,
  section.thankspage .pie ul {
    justify-content: space-around; }
    section.contactopage .pie ul li:nth-child(3),
    section.thankspage .pie ul li:nth-child(3) {
      padding-right: 0px; }
  section.thankspage .content .contenido img {
    left: 34px; }
  section.thankspage .content .contenido a::before {
    border-bottom: 10px solid #a32d41; }
  section.portafolio .items,
  section.noticias .items {
    justify-content: center; }
  section.portafolio .items .item,
  section.noticias .items .item {
    width: 85%; }
  section.portafolio .items .item a img {
    width: 41px; }
  section.portafolio .items .item a {
    top: 22px;
    right: 22px; }
  section.info-interna .content p {
    width: 65%;
    padding-top: 0px; }
  section.info-interna .content #expe {
    width: 134px; }
  section.articulo .content .part2 .item {
    width: 70%; }
  section.contacto2 .content .part1,
  section.contacto2 .content .part2 {
    width: 100%; }
  section.contacto2 {
    padding: 65px 0; }
  section.info-interna {
    padding: 65px 0; }
  section.home h1 {
    padding-left: 70px; }
  section.details .content {
    flex-direction: column;
    align-items: flex-start; }
    section.details .content div {
      width: 100%;
      flex-direction: row;
      align-items: center; }
      section.details .content div svg {
        width: 100px !important; }
      section.details .content div p {
        margin-top: 0;
        text-align: start; } }

@media (max-width: 768px) {
  section.loadingpage div {
    width: 150px; } }

@media (max-width: 700px) {
  section.about .content .text h2 {
    font-size: 55px; } }

@media (max-width: 695px) {
  section.thankspage .content .contenido img {
    left: 0; }
  section.thankspage .content .contenido .texto {
    padding-left: 99px; }
  section.portafolio .items .item .info h4, section.portafolio .items .item .info p, section.portafolio .items .item .info h3 {
    font-size: 22px; } }

@media (max-width: 600px) {
  section.details .content div p {
    font-size: 25px; }
  section.servicios .items {
    grid-template-columns: repeat(1, 1fr); }
  section.servicios .items .item .info p,
  section.servicios .items .item .pantalla-hover p:nth-child(1), section.servicios .items .item .pantalla-hover p:nth-child(2) {
    font-size: 22px; }
  section.contactopage, section.thankspage {
    padding: 30px 0; }
  section.contactopage .cerrar a img, section.thankspage .cerrar a img {
    width: 50px; }
  section.contactopage .pie, section.thankspage .pie {
    bottom: -15px; }
  section.contactopage .content .content-formulario {
    transform: translateY(-23px); }
  section.contactopage .content .content-formulario form fieldset .form-group textarea {
    height: 106px; } }

@media (max-width: 658px) {
  section.contactopage .pie ul,
  section.thankspage .pie ul {
    justify-content: space-between; }
    section.contactopage .pie ul li:nth-child(3),
    section.thankspage .pie ul li:nth-child(3) {
      padding-right: 25px; } }

@media (max-width: 650px) {
  .slider-servicios .items-slider .pantalla-hover p:nth-child(1),
  .slider-servicios .items-slider .pantalla-hover p:nth-child(2) {
    font-size: 25px; }
  section.history .item .años h3 {
    font-size: 120px; }
  section.services .container h2 {
    font-size: 30px; }
  .slider-servicios .slick-prev {
    right: 17.5vw; }
  .slider-servicios .slick-prev, .slider-servicios .slick-next {
    top: -67px; }
  section.history .part2 h3 {
    font-size: 120px; }
  section.history .part1 p,
  section.history .item .text p {
    font-size: 18px; }
  section.history .slider-history .slick-next,
  section.history .slider-history .slick-prev {
    width: 40px;
    height: 40px;
    top: -68px; }
  section.history .slider-history .slick-prev {
    right: 60px; }
  section.history .part2 img,
  section.history .item .años img {
    width: 180px; }
  section.history .content-slider img {
    width: 180px;
    bottom: 11.8%; }
  section.history .content-slider #history {
    width: 180px;
    bottom: 36px; }
  section.history .part2,
  section.history .item .años {
    width: 304px; }
  section.history .part1 .buttonsHistory {
    top: 0px; }
  section.history .part1 .buttonsHistory button img {
    width: 40px; } }

@media (max-width: 580px) {
  .slider-servicios .slick-prev {
    right: 19vw; }
  section.home h1 {
    font-size: 35px; }
  section.about .content .text h2 {
    font-size: 40px; }
  section.portafolio .items .item .info h4, section.portafolio .items .item .info p, section.portafolio .items .item .info h3 {
    font-size: 20px; } }

@media (max-width: 500px) {
  section.services .container h2 {
    width: 200px; }
  .slider-servicios .slick-prev {
    right: 22vw; }
  section.text .content .part2 p {
    font-size: 18px; }
  section.text .content .part1 img {
    width: 332px; }
  .services.interna button {
    top: -86px; } }

@media (max-width: 497px) {
  section.contactopage .pie ul,
  section.thankspage .pie ul {
    flex-direction: column;
    align-items: flex-start; }
  section.thankspage .content .contenido img {
    width: 208px; }
  section.thankspage .content .contenido h2 {
    font-size: 25px; } }

@media (max-width: 660px) {
  footer .pie {
    flex-direction: column;
    align-items: center; } 
    footer .pie p {
      text-align: center;
  }
}

@media (max-width: 425px) {
  :root {
    --marquee-elements-displayed: 0.4;
    --marquee-animation-duration: calc(var(--marquee-elements) * 7s); }
    .error .container span {
      font-size: 20px; }
    .error .container h1 {
      font-size: 112px; }
    .error .container a {
      font-size: 18px;
      padding: 7px 28px;
      padding-right: 18px; }
    .error .container a::after {
      height: 24px; }
  section.info-interna .acordeon .contentBx .content ul li {
    padding-left: 40px; }
  header nav .nav1 .info img.icon-menu {
    margin-left: 20px;
  }
  section.info-interna .acordeon .slider-fotos {
    margin-top: 16px; }
  section.info-interna .acordeon .slider {
    width: 100%; }
  section.info-interna .acordeon .slider-fotos .slick-next {
    left: 82px; }
  section.info-interna .acordeon .slider-fotos .slick-prev {
    left: 22px; }
  section.info-interna .acordeon .contentBx .content ul li::before {
    top: 16px; }
  section.info-interna .acordeon .contentBx .content ul li::before {
    width: 14px; }
  section.valores .text .container .item-services img {
    padding-top: 7px; }
  section.loadingpage div {
    width: 120px; }
  section.servicios .items .item .pantalla-hover p:nth-child(1), section.servicios .items .item .pantalla-hover p:nth-child(2),
  section.info-interna .content p {
    font-size: 18px; }
  section.text .content {
    padding-top: 50px; }
  section.text .content .part2 {
    padding-bottom: 50px; }
  section.valores .text .container .item-services img {
    padding-right: 33px;
    padding-top: 8px;
    width: 50px; }
  section.menupage .content ul li.select a {
    color: var(--color-rojo);
    border-top: 4px solid var(--color-rojo);
    padding-top: 4px; }
  section.servicios .items .item::before {
    border-bottom: 10vw solid #efefef;
    border-left: 10vw solid transparent; }
  footer .content .text ul li {
    font-size: 18px; }
  .slider-servicios .slick-prev {
    right: 24vw; }
  section.info .content-img .filtro {
    height: 90%; }
  section.valores .content-img .filtro::before {
    border-bottom: 40px solid #efefef;
    border-left: 40px solid transparent; }
  section.info .content-img .filtro::before {
    border-bottom: 40px solid var(--color-oscuro);
    border-left: 40px solid transparent; }
  .slider-servicios .items-slider .pantalla-hover p:nth-child(1),
  .slider-servicios .items-slider .pantalla-hover p:nth-child(2) {
    font-size: 18px; }
  header nav .nav1 .logo img {
    width: 126px; }
  header::before {
    height: 84px; }
  section.menupage .cerrar .icon-menu img {
    width: 45px; }
  section.menupage .cerrar a img {
    width: 134px; }
  section.menupage {
    padding: 27px 0; }
  section.menupage .content ul li {
    font-size: 22px;
    /*25*/
    margin: 15px 0;
    /*25*/ }
  section.menupage .content ul li img {
    margin-left: 22px;
    width: 27px; }
  section.menupage .content ul li img {
    top: -1px; }
  section.menupage .content a.contact {
    font-size: 22px;
    padding: 10px 10px; }
  /* HOME */
  section.home .flecha {
    position: absolute;
    right: 50%;
    transform: translateX(25px);
    bottom: 31px; }
    section.home .flecha img {
      width: 50px; }
  section.home lottie-player {
    width: 50px;
    transform: translateX(25px);
    bottom: 31px; }
  section.home div#bm {
    width: 50px;
    transform: translateX(25px);
    bottom: 31px; }
  section.home .content {
    justify-content: flex-start;
    transform: translateY(0px); }
  section.home .content .text {
    padding-right: 0;
    width: 100%; }
  section.home .container1 {
    width: 90%; }
  section.home h1 {
    font-size: 30px;
    max-width: 335px;
    line-height: 36px;
    padding-left: 36px; }
  section.home p {
    font-size: 10px; }
  section.home .content img {
    width: 236px;
    right: 0px;
    left: -14px; }
  section.about {
    padding: 50px 0; }
  section.about .content {
    flex-direction: column-reverse; }
    section.about .content img {
      width: 100%;
      margin-top: 50px; }
  section.about .content .text {
    padding-left: 0px; }
  section.about .content .text .container {
    margin-left: auto; }
  section.about .content .text h1 {
    font-size: 80px;
    line-height: 90px; }
  section.about .content .text h2 {
    font-size: 35px; }
  section.about .content .text p {
    margin-top: 25px;
    font-size: 18px;
    margin-bottom: 20px; }
  section.about .content .text a img {
    width: 8.3px;
    margin-top: 0px; }
  section.details {
    padding: 0; }
  section.details .content {
    flex-direction: column; }
  section.details .content div {
    width: 100%;
    margin-bottom: 50px;
    flex-direction: column; }
    section.details .content div lottie-player {
      width: 35vw; }
    section.details .content div img {
      width: 35vw; }
    section.details .content div p {
      font-size: 25px;
      max-width: 294px;
      margin-top: 18px;
      padding: 0;
      text-align: center; }
  section.services .container a {
    display: none; }
  section.services .services-items {
    display: none; }
  section.services .container {
    display: block; }
  section.services .container h2 {
    font-size: 30px;
    margin-bottom: 40px; }
  section.services {
    padding: 50px 0;
    padding-bottom: 0; }
  .slider-servicios {
    display: block; }
    .slider-servicios div {
      position: relative; }
      .slider-servicios div .filtro {
        background: linear-gradient(179.9deg, rgba(35, 52, 66, 0) 13.24%, rgba(35, 52, 66, 0) 13.25%, #233442 99.91%);
        width: 100%;
        height: 100%;
        position: absolute; }
      .slider-servicios div img {
        width: 100%; }
      .slider-servicios div .info img {
        width: 47px; }
      .slider-servicios div .info {
        bottom: 0;
        position: absolute;
        color: #fff;
        padding: 26px 30px; }
        .slider-servicios div .info p {
          font-size: 25px;
          font-weight: 700;
          margin-bottom: 15px;
          width: 232px;
          position: relative; }
          .slider-servicios div .info p::before {
            content: "";
            width: 43px;
            height: 4px;
            background-color: #fff;
            position: absolute;
            top: -20px; }
  .slick-dots li button:before {
    content: "⬡";
    color: #fff;
    font-size: 30px;
    transform: rotate(90deg); }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    font-size: 30px;
    transform: rotate(90deg); }
  .marquee {
    padding: 50px 0; }
  .marquee-content {
    font-size: 60px; }
  section.info .text {
    padding-top: 30px; }
  .marquee-content li {
    margin: 0 7px; }
  section.info .content {
    padding-bottom: 50px; }
  footer .content .text p {
    font-size: 22px;
    text-align: center; }
  footer .content {
    flex-direction: column; }
  footer .content .logo {
    display: none; }
  footer .content .redes {
    margin-top: 32px;
    flex-direction: row;
    justify-content: center; }
    footer .content .redes a img {
      width: 37px; }
    footer .content .redes a p {
      display: none; }
  section.articulo .content .part1 .redes a {
    margin: 0 5px; }
  footer .pie {
    flex-direction: column; }
    footer .pie p {
      text-align: center; }
    footer .pie p:nth-child(2) {
      padding-top: 5px; }
  section.servicios .items {
    padding: 50px 0; }
  section.servicios .items {
    grid-template-columns: repeat(1, 1fr); }
  section.servicios .items .item:nth-child(1) {
    grid-column-start: span 1; }
  section.servicios .items .item {
    height: 91.3vw; }
    section.servicios .items .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  section.contacto {
    padding: 50px 0; }
  section.info-interna {
    padding: 50px 0; }
  section.servicios .items .item .info p {
    font-size: 22px; }
  section.servicios .items .item .info img {
    width: 32px; }
  .marquee-content li {
    -webkit-text-stroke: 2px black; }
  .marquee-content li {
    line-height: 50px; }
  /*pagina de contacto*/
  section.contactopage,
  section.thankspage {
    padding: 20px 0; }
  section.contactopage .cerrar a img,
  section.thankspage .cerrar a img {
    width: 45px; }
  section.contactopage .pie ul li,
  section.thankspage .pie ul li {
    font-size: 20px;
    padding: 1px 0; }
  section.contactopage .content .content-formulario {
    transform: translateY(-39px); }
  section.contactopage .content .content-formulario form {
    margin-top: 20px; }
  section.contactopage .pie,
  section.thankspage .pie {
    bottom: 0; }
  section.thankspage .content .contenido a {
    padding: 3px 21px; }
  section.thankspage .content .contenido a:hover::before {
    border-bottom: 10px solid #a83d4f; }
  section.thankspage .content .contenido h2 {
    margin-bottom: 12px; }
  section.thankspage .content .contenido .texto {
    padding-left: 63px; }
  section.thankspage .content .contenido a::before {
    border-bottom: 10px solid #a83d4f; }
  section.portafolio .items .item,
  section.noticias .items .item {
    width: 100%; }
  section.portafolio .items .item a img {
    width: 41px; }
  section.portafolio .items .item a {
    top: 16px;
    right: 16px; }
  section.portafolio .items .item .info h4, section.portafolio .items .item .info p,
  section.noticias .items .item .info h3,
  section.noticias .items .item .info span {
    font-size: 18px; }
  section.portafolio .items .item .info h3 {
    font-size: 20px; }
  section.portafolio {
    padding: 50px 0;
    padding-bottom: 58px; }
  section.noticias {
    padding-top: 50px;
    padding-bottom: 58px; }
  section.portafolio .items .item:nth-child(1),
  section.portafolio .items .item:nth-child(1), section.noticias .items .item:nth-child(1) {
    margin-top: 0; }
  section.info-interna .content {
    flex-direction: column;
    align-items: center; }
    section.info-interna .content p {
      width: 100%;
      padding-top: 0px; }
    section.info-interna .content #expe {
      width: 144px;
      margin-top: 18px; }
  section.info-interna .acordeon .contentBx .content ul li {
    font-size: 18px; }
    section.info-interna .acordeon .contentBx .content ul li span {
      position: relative;
      top: 0px; }
  section.articulo {
    padding-top: 119px; }
  section.articulo .content .part1 span.categoria {
    font-size: 18px; }
  section.articulo .content .part1 p.fecha {
    font-size: 18px; }
  section.articulo .content .part1 span.categoria {
    padding: 3px 8px; }
  section.articulo .content .part1 p.fecha {
    padding: 33px 0 13px 0; }
  section.articulo .content .part1 .texto p {
    font-size: 18px; }
  section.articulo .content .part1 .texto {
    padding-top: 18px; }
  section.articulo .content .part1 .texto p {
    padding-bottom: 18px;
    padding-top: 0; }
  section.articulo .content .part1 .redes span {
    font-size: 20px;
    padding-right: 12px; }
  section.articulo .content .part2,
  section.contacto2 {
    display: none; }
  section.articulo {
    padding-bottom: 0; }
  section.menupage .content ul li ul li {
    margin: 3px 0; }
  section.menupage .content ul li ul li {
    font-size: 18px; }
  section.menupage .content ul li ul {
    padding-left: 18px; }
  section.menupage .content ul li ul li::before {
    width: 14px;
    left: -8px;
    top: 8.5px; }
  section.menupage .content {
    transform: translateY(22px); }
  section.about .content .content-img .filtro::before {
    border-bottom: 40px solid #efefef;
    border-left: 40px solid transparent; }
  section.info .text p {
    font-size: 18px;
    margin-top: 8px; }
  section.valores {
    padding: 50px 0; }
  section.valores .text {
    padding-bottom: 50px; }
  section.valores .text .container .item-services p {
    font-size: 18px; }
  section.valores .text .container .item-services .barra {
    width: 11px; }
  section.history {
    padding: 50px 0;
    padding-bottom: 30px; }
  .slider-servicios div .info p {
    font-size: 20px; }
  .slider-servicios .items-slider .pantalla-hover p:nth-child(1), .slider-servicios .items-slider .pantalla-hover p:nth-child(2) {
    font-size: 20px; }
  section.contactopage .content .content-formulario form fieldset .form-group input {
    height: 58px; }
  section.contactopage .content .content-formulario form fieldset .form-group input:valid ~ label, section.contactopage .content .content-formulario form fieldset .form-group input:focus ~ label {
    top: 6px; }
  section.contactopage .content .content-formulario form fieldset .form-group .form-label {
    top: 17px; }
  section.menupage .content ul li ul li {
    margin-left: 3px;
    padding: 4px 8px; }
  section.menupage .content ul li ul {
    padding-left: 27px; }
  section.menupage .content ul li ul li::before {
    left: -21px; }
  .slider-servicios .slick-prev {
    width: 43px;
    height: 43px;
    right: 22vw; }
  .slider-servicios .slick-next {
    width: 43px;
    height: 43px; }
  section.info-interna .acordeon .slider-fotos .slick-prev {
    width: 43px;
    height: 43px; }
  section.info-interna .acordeon .slider-fotos .slick-next {
    width: 43px;
    height: 43px; }
  section.contactopage .pie, section.thankspage .pie {
    bottom: -7px; } }

@media (max-height: 700px) {
  .android section.contactopage .pie {
    display: none; } }

.otgs-development-site-front-end{
  display: none;
}

.wpml-ls-legacy-list-horizontal a{
  color: #fff;
}

.wpml-ls-legacy-list-horizontal a span{
  color: #fff;
  text-transform: uppercase;
  width: 30px;
  display: block;
  height: 20px;
  font-weight: 700;
  font-size: 20px;
  overflow: hidden;
}

.wpml-ls-legacy-list-horizontal a span span,
.wpml-ls-legacy-list-horizontal a span.wpml-ls-display{
  display: none;
}

.wpml-ls-current-language a span{
}