.homeBannerSwiper {
  z-index: 2
}

.slider-home video {
  object-fit: cover;
  width: 100%;
  position: absolute;
  object-position: center;
  height: 100%;
}

.slider-home .swiper-slide {
  padding: 5vw 0 9vw 0
}

.slider-home .homeBannerSwiper .swiper-button-next::after,
.slider-home .homeBannerSwiper .swiper-button-prev::after {
  display: none;
}

.slider-home .homeBannerSwiper .swiper-slide>div {
  margin-left: 14.2%;
}

.slider-home .homeBannerSwiper .arrows {
  position: absolute;
  left: 16%;
  top: 52%;
}

.slider-home .homeBannerSwiper .swiper-button-next {
  color: #ffd9ed;
  font-size: 1.5rem;
  right: auto;
  position: relative;
  margin: 0;
  top: auto;
}

.slider-home .homeBannerSwiper .swiper-button-prev {
  color: #fff;
  font-size: 1.5rem;
  left: auto;
  position: relative;
  margin: 0;
  top: auto;
}

.slider-home .homeBannerSwiper .swiper-pagination {
  width: auto;
  right: 5%;
  left: auto;
  top: 30%;
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
}

.slider-home .homeBannerSwiper .swiper-pagination .swiper-pagination-current {
  color: #fff;
  font-size: 6vw;
  margin-right: .5rem
}

.slider-home .homeBannerSwiper .swiper-pagination .swiper-pagination-total {
  color: #41aeb1;
  font-size: 1.5rem;
}

.slider-home .cita {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 35px 40px;
  z-index: 1;
}

.audiovisula-home::before {
  content: "";
  height: 10rem;
  width: 1px;
  background: #000;
  position: absolute;
  top: -1rem;
  right: 25%;
  z-index: 2;
}

.audiovisula-home .content .title-back {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  top: -8vw;
  z-index: -1;
}

.audiovisula-home .play-icon {
  position: absolute;
  right: 10%;
  top: -20%;
}

.audiovisula-home .content .title-back span {
  text-transform: uppercase;
  font-size: 9vw;
  letter-spacing: 3vw;
  font-weight: 800;
}

.cont-item-video .cont-video .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.25);
  transition: .4s;
  z-index: 2;
}

.cont-item-video .cont-video .cover.active {
  visibility: hidden;
  opacity: 0;
  transition: .4s
}

.cont-item-video .cont-video .cover .play {
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: .3s;
  border: 2px solid #fff;
  color: #fdf248;
}

.cont-item-video .cont-video .cover .play span {
  display: none;
}

.cont-item-video .cont-video .cover .play:hover {
  background: #fff;
  color: #000;
  font-weight: bolder;
  border: 2px solid #000;
  transition: .3s;
  text-decoration: none;
}

.cont-item-video .cont-video .cover .play:hover span {
  display: inline-block;
}

.cont-item-video .img-video {
  position: absolute;
  z-index: 2;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: .5s
}

.cont-item-video.active .img-video {
  opacity: 0;
  visibility: hidden;
  transition: .5s
}

.audiovisula-home .swiper-pagination {
  width: auto;
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
  top: 14%;
  left: 7%;
  right: auto;
  width: auto;
  bottom: auto;
}

.audiovisula-home .swiper-pagination .swiper-pagination-current {
  color: #000;
  font-size: 6vw;
  margin-right: .5rem
}

.audiovisula-home .swiper-pagination .swiper-pagination-total {
  color: #41aeb1;
  font-size: 1.5rem;
}

.audiovisula-home .content a.btn {
  position: absolute;
  bottom: 50px;
  left: 23%;
  z-index: 3
}

.audiovisula-home .content a.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #5b605d;
  right: -30px;
}

.main-single-blog .wp-block-columns .wp-block-column:nth-child(2) {
  padding-top: 3rem
}

.arte-home .bg-rigth-top {
  position: absolute;
  top: -4rem;
  right: 0;
  width: 18vw;
}

.foto-icon img {
  max-width: 2rem
}

.arte-home .arteHomeSwiper .letter-font {
  font-size: 50vw;
  line-height: 1;
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.arte-home .arteHomeSwiper .letter-font span {
  left: 0;
  top: 0;
  /* margin-top: -3vw; */
  font-size: 23vw;
  line-height: .5
}

.arte-home .arteHomeSwiper .gallery .item img {
  max-height: 900px;
  object-fit: cover;
  transition: .5s;
}

.arte-home .arteHomeSwiper .gallery .item .more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  background: #fff;
  border: 2px solid #000;
  font-weight: bolder;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.arte-home .arteHomeSwiper .gallery .item:hover .more {
  visibility: visible;
  opacity: 1;
  transition: .5s;
}

.arte-home .arteHomeSwiper .gallery .item:hover img {
  transform: scale(1.25);
  transition: .5s;
}

.arte-home .arteHomeSwiper .gallery .item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%
}

.arte-home .arteHomeSwiper .gallery .item:nth-child(2) picture {
  height: 80%;
}

.arte-home .arteHomeSwiper .gallery .item:nth-child(3) picture {
  height: 60%;
}

.arte-home .swiper-pagination {
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
  bottom: 60px;
  right: 0;
  width: auto;
  left: auto;
}

.arte-home .swiper-pagination .swiper-pagination-current {
  color: #000;
  font-size: 6vw;
  margin-right: .5rem
}

.arte-home .swiper-pagination .swiper-pagination-total {
  color: #ffbab1;
  font-size: 1.5rem;
}

.arte-home .arteHomeSwiper .arrows {
  position: absolute;
  right: 0%;
  bottom: 0;
}

.arte-home .arteHomeSwiper .swiper-button-prev {
  color: #000;
  font-size: 1.5rem;
  left: auto;
  position: relative;
  margin: 0;
  top: auto;
}

.arte-home .arteHomeSwiper .swiper-button-next {
  color: #000;
  font-size: 1.5rem;
  right: auto;
  position: relative;
  margin: 0;
  top: auto;
}

.arte-home .arteHomeSwiper .swiper-button-next::after,
.arte-home .arteHomeSwiper .swiper-button-prev::after {
  display: none;
}

.arte-home .arteHomeSwiper a.btn {
  position: absolute;
  bottom: 1px;
  left: 53%;
  z-index: 3
}

.arte-home .arteHomeSwiper a.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #5b605d;
  right: -30px;
}

.tecnologia-home .more-1 {
  position: absolute;
  top: 2%;
  left: 70%;
  z-index: -1;
}

.tecnologia-home .more-2 {
  position: absolute;
  bottom: -4rem;
  left: 20%;
  z-index: -1;
}

.tecnologia-home .video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -30%;
  transform: translate(-50%);
  width: 20vw;
  height: 135%;
  background: #00e561;
  z-index: -1;
}

.tecnologia-home .title h2 {
  font-size: 10vw;
  line-height: 1;
  letter-spacing: 3vw;
  margin-left: -1vw;
  margin-bottom: -2vw;
  z-index: -1;
  font-weight: 800;
}

.tecnologia-home .info ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.tecnologia-home .info ul li img {
  max-height: 40px;
}

.tecnologia-home .qr picture {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  height: 30vw;
  width: 30vw;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  max-width: 400px;
  max-height: 400px;
  flex-direction: column;
}


.tecnologia-home .qr picture span {
  position: absolute;
  background: #00e561;
  right: 0;
  top: 10%;
  transform: translate(-44%, -50%);
  height: 6vw;
  width: 6vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  font-weight: bolder;
  max-width: 90px;
  max-height: 90px;
}

.tecnologia-home .cont-desc {
  border-left: 1px solid #000
}

.tecnologia-home .qrHomeSwiper .swiper-button-next::after,
.tecnologia-home .qrHomeSwiper .swiper-button-prev::after {
  content: ""
}

.tecnologia-home .qrHomeSwiper .swiper-button-next {
  top: auto;
  bottom: 0;
  background: #2768ff;
  border: 2px solid #00e561;
  color: #fff;
  right: calc(50% - 5px);
  translate: 100%;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  font-size: 1.25rem;
}

.tecnologia-home .qrHomeSwiper .swiper-button-prev {
  top: auto;
  bottom: 0;
  background: #fff;
  border: 2px solid #2768ff;
  color: #000;
  left: calc(50% - 5px);
  translate: -100%;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  font-size: 1.25rem;
}

/* ///// blog home */
.blog-home .title h2 {
  font-size: 14vw;
  letter-spacing: 4vw;
  color: #ff4500;
  margin: 0;
  line-height: 0.3;
  z-index: -1;
  font-weight: 800;
}

.blog-home .cont .item picture img {
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: .5s;
  min-height: 500px;
}

.blog-home .cont .item picture p {
  position: absolute;
  color: #fff000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  /* font-size: 1.25rem; */
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  max-width: 115px;
  max-height: 115px;
  min-width: 70px;
  min-height: 70px;
  transition: .5s;
}

.blog-home .cont .item picture span {
  display: none;
}

.blog-home .cont .item:hover picture p {
  background: #fff;
  color: #000;
  border-color: #000;
}

.blog-home .cont .item:hover picture span {
  display: block;
}

.blog-home .cont .item:hover picture img {
  transform: scale(1.25);
  transition: .5s
}

.clientes-home .clientesHomeSwiper .swiper-slide img {
  filter: grayscale(1);
  transition: .5s
}

.clientes-home .clientesHomeSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.clientes-home .clientesHomeSwiper .swiper-slide:hover img {
  filter: grayscale(0);
  transition: .5s
}

/* ////////////////// pagina  audiovisual //////////////////////// */
.header-pg-audiovisual .info .title {
  border-right: 1px solid #000
}

.header-pg-audiovisual .title-float {
  font-size: 9.3vw;
  line-height: 1;
  letter-spacing: 3vw;
  z-index: -1;
  position: absolute;
  top: -5vw;
  width: 100%;
  overflow: hidden;
  height: 10vw;
  font-weight: 800;
}

.audiovisual-items .swiper-pagination {
  width: auto;
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
  position: relative;
  right: auto;
  left: auto;
  justify-content: end;
}

.audiovisual-items .swiper-pagination .swiper-pagination-current {
  color: #000;
  font-size: 6vw;
  margin-right: 0.5rem;
}

.audiovisual-items .swiper-pagination .swiper-pagination-total {
  color: #41aeb1;
  font-size: 1.5rem;
}

/* /////////////////// pagina arte //////////////////////// */
.content-info-arte .grid .grid-item img {
  max-height: 900px;
  object-fit: cover;
  transition: .5s
}

.content-info-arte .grid .grid-item:nth-child(2n+2) {
  padding-right: 8.333333%;
}

.content-info-arte .grid .grid-item:nth-child(10n+3) {
  padding-left: 8.333333%;
  padding-right: 8.333333%;
}

.content-info-arte .grid .grid-item:nth-child(10n+5) {
  padding-left: 0;
  padding-right: 10%;
  text-align: right;
}

.content-info-arte .grid .grid-item:nth-child(10n+5) .title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}

.content-info-arte .grid .grid-item:nth-child(10n+6) {
  text-align: right;
}

.content-info-arte .grid .grid-item:nth-child(10n+6) .title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}

.content-info-arte .grid .grid-item:nth-child(10n+7) {
  padding-left: 5%;
  padding-right: 5%;
}

.content-info-arte .grid .grid-item:nth-child(10n+8) {
  padding-left: 8.333333%;
  padding-right: 0;
}

.content-info-arte .grid .grid-item:nth-child(10n+9) {
  padding-left: 8.333333%;
  text-align: right;
}

.content-info-arte .grid .grid-item:nth-child(10n+9) .title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}

.content-info-arte .grid .grid-item:nth-child(10n+10) {
  padding-left: 5%;
  padding-right: 0;
}

.content-info-arte .grid .grid-item:nth-child(5) img {
  max-height: 650px;
  object-fit: cover;
}

.content-info-arte .grid .grid-item:nth-child(4) img,
.content-info-arte .grid .grid-item:nth-child(10) img {
  max-height: 500px;
  object-fit: cover;
}

.content-info-arte .grid .label-float {
  position: absolute;
  bottom: 35%;
  left: 53%;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  z-index: -1;
  font-size: 70%;
}

.content-info-arte .grid .label-float::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  right: 105%;
}

.content-info-arte .grid .grid-item .more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  background: #fff;
  border: 2px solid #000;
  font-weight: bolder;
  visibility: hidden;
  opacity: 0;
  transition: .5s
}

.content-info-arte .grid .grid-item:hover picture img {
  transform: scale(1.25);
  transition: .5s
}

.content-info-arte .grid .grid-item:hover .more {
  visibility: visible;
  opacity: 1;
  transition: .5s
}

/* /////////////// single arte /////////////////// */
.content-single-arte .grid .grid-item img {
  max-height: 900px;
  object-fit: cover;
  height: 100%;
  transition: .5s
}

.content-single-arte .grid .grid-item:nth-child(6n+1) {
  padding-left: 8.333333%;
  padding-right: 8.333333%;
  margin-top: 3rem
}

.content-single-arte .grid .grid-item:nth-child(6n+2) {
  padding-left: 8.333333%;
  padding-right: 0%;
  text-align: right;
}

.content-single-arte .grid .grid-item:nth-child(6n+3) {
  padding-left: 0;
  padding-right: 5%;
}

.content-single-arte .grid .grid-item:nth-child(6n+4) {
  padding-left: 5%;
  padding-right: 5%;
}

.content-single-arte .grid .grid-item:nth-child(6n+5) {
  padding-left: 8.333333%;
  padding-right: 0;
}

.content-single-arte .grid .grid-item:nth-child(6n+6) {
  padding-left: 8.333333%;
  text-align: right;
}

/* /////////////////////////  page tecnologia ///////////////////// */
.header-pg-tecnologia .title-float {
  font-size: 9.3vw;
  line-height: 1;
  letter-spacing: 3vw;
  z-index: -1;
  position: absolute;
  top: -10vw;
  width: 100%;
  overflow: hidden;
  height: 10vw;
  font-weight: 800;
}

.line-tecnologia {
  border-top: 1.5px solid #1b5ab5;
}

.header-pg-tecnologia .info .title {
  border-right: 2px solid #000;
}

.items-pg-tecnologia .item.first .video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translate(-50%);
  width: 20vw;
  height: 115%;
  background: #00e561;
  z-index: -1;
}

.info ul {
  list-style: none;
}

.single-media-tecnologia .item .info ul li img,
.items-pg-tecnologia .item .info ul li img {
  max-height: 45px;
  max-width: 50px;
}

.video-hover:hover .img-video {
  opacity: 0;
  visibility: hidden;
  transition: .5s
}

.video-hover .img-video {
  position: absolute;
  z-index: 2;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: .5s
}

.single-slider-tecnologia .swiper-pagination {
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  justify-content: flex-end;
  padding-right: 5rem;
  position: relative;
}

.single-slider-tecnologia .swiper-pagination .swiper-pagination-current {
  color: #000;
  font-size: 7vw;
  margin-right: 0.5rem;
}

.single-slider-tecnologia .swiper-pagination .swiper-pagination-total {
  color: #2768ff;
  font-size: 1.5rem;
}

.single-label-tecnologia {
  font-weight: 800;
}

.single-label-tecnologia h3 {
  font-size: 11.5vw;
  letter-spacing: 5vw;
  line-height: 1;
  font-weight: 800;
}

.single-label-tecnologia h4 {
  font-size: 8.5vw;
  letter-spacing: 4vw;
  line-height: 1;
  text-align: center;
  margin-top: -4.5vw;
  margin-left: 6vw;
  font-weight: 800;
}

.header-pg-tecnologia .action {
  position: absolute;
  right: 0
}

.qodef-qi-text-marquee {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.qodef-qi-text-marquee .qodef-m-content {
  display: flex;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}

.qodef-qi-text-marquee .qodef-m-text {
  display: flex;
  align-items: baseline;
}

.qodef-qi-text-marquee .qodef-m-text.qodef-text--original {
  animation: qode-move-horizontal-normal-text-marquee 20s linear infinite;
}

.qodef-qi-text-marquee .qodef-m-text.qodef-text--copy {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
  animation: qode-move-horizontal-normal-text-marquee-copy 20s linear infinite
}

.qodef-qi-text-marquee .qodef-m-text-item {
  font-size: 11.5vw;
  letter-spacing: 5vw;
  line-height: 1;
  font-weight: 800;
  padding-right: calc(30px/2);
  padding-left: calc(30px/2);
}

.qodef-qi-text-marquee .qodef-m-text-item.outline {
  font-size: 8.5vw;
  letter-spacing: 4vw;
  line-height: 1;
  text-align: center;
  margin-left: 6vw;
  font-weight: 800;
}

@keyframes qode-move-horizontal-normal-text-marquee {
  0% {
    transform: translateX(0) translateZ(0)
  }

  100% {
    transform: translateX(-100%) translateZ(0)
  }
}

@keyframes qode-move-horizontal-normal-text-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0)
  }

  100% {
    transform: translateX(0) translateZ(0)
  }
}

/* ////////////////////// blog ///////////////// */
.page-template-page-blog .hamburger div,
.single-post .hamburger div {
  background: #f1ff3c;
}

.page-template-page-blog .redes-float,
.page-template-page-blog .redes-float a,
.page-template-page-blog .scrool-float,
.single-post .redes-float,
.single-post .redes-float a,
.single-post .scrool-float {
  color: #fff;
}

.page-template-page-blog .scrool-float .scroll-icon,
.single-post .scrool-float .scroll-icon {
  border: 2px solid #fff;
}

.page-template-page-blog .scrool-float .line,
.page-template-page-blog .scrool-float .scroll-icon__dot,
.single-post .scrool-float .line,
.single-post .scrool-float .scroll-icon__dot {
  background: #fff;
}

.page-template-page-blog .redes-float,
.single-post.redes-float {
  top: 25%;
}

.header-pg-blog .title-float,
.header-sg-blog .title-float {
  font-size: 10vw;
  line-height: 1;
  letter-spacing: 3.5vw;
  position: absolute;
  top: -6vw;
  width: 100%;
  overflow: hidden;
  left: 0;
  text-align: center;
  z-index: 2;
}

.header-pg-blog .banner-image,
.header-sg-blog .banner-image {
  object-fit: cover;
  min-height: 700px;
}

.header-pg-blog .sub {
  line-height: 1;
  position: absolute;
  bottom: 8vw;
  right: 80px;
}

.wrapper-marquee {
  transform: rotate(-2deg);
  overflow: hidden;
  max-width: 100%;
  margin-top: -2vw;
  margin-bottom: 3vw;
}

.items-blog .back-desc {
  font-weight: 600;
  letter-spacing: 1vw;
  /* word-break: break-all;
  margin-left: -20%;
  margin-right: -20%; */
  font-size: 2.5vw;
  max-height: 7vw;
}

.wrapper-marquee .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 100s linear infinite;
}

.wrapper-marquee .marquee.reverse {
  animation: marqueer 100s linear infinite;
}

.wrapper-marquee .marquee h3 {
  display: inline-block;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes marqueer {
  100% {
    transform: translate3d(0, 0, 0);
  }

  0% {
    transform: translate3d(-50%, 0, 0);
  }
}

.items-blog .item.par .primary-img img {
  object-fit: cover;
  object-position: center;
  transition: .5s;
  width: 40vw;
  min-height: 50vw;
}

.items-blog .item.impar .primary-img img {
  object-fit: cover;
  object-position: center;
  transition: .5s;
  width: 40vw;
  min-height: 50vw;
}

.items-blog .item.par .second-img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  max-height: 25vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 25%;
  z-index: 2;
  transition: .5s;
}

.items-blog .item.impar .second-img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  max-height: 20vw;
  position: absolute;
  right: 0;
  max-width: 20%;
  z-index: 2;
  transition: .5s;
  height: 100%;
}

.items-blog .item.par .msg {
  position: absolute;
  left: 15vw;
  bottom: 6rem;
  line-height: 1.25;
  font-size: .85rem;
  letter-spacing: .1rem;
  transform: rotate(-90deg);
  justify-content: center;
  transform-origin: left bottom;
}

.items-blog .item.impar .msg {
  position: absolute;
  right: 14vw;
  top: -3rem;
  line-height: 1.25;
  font-size: .85rem;
  letter-spacing: .1rem;
  transform: rotate(270deg);
  justify-content: center;
  transform-origin: right top;
}

.items-blog .title {
  font-size: 14vw;
  letter-spacing: 4vw;
  color: #e4e3e4;
  margin: 0;
  line-height: 0.3;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 58vw;
}

.info-blog {
  border-bottom: 2px solid #000
}

/* //////////// single blog /////////////////// */
.cont-title-sg-blog {
  padding-bottom: 6vw;
}

.title-sg-blog .bg-title {
  font-size: 14vw;
  letter-spacing: 7vw;
  color: #e4e3e4;
  margin: 0;
  line-height: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 90%;
  mix-blend-mode: multiply;
  font-weight: bold;
}

.content-sg-blog .msg {
  position: absolute;
  left: 15vw;
  bottom: 2rem;
  line-height: 1.25;
  font-size: .85rem;
  letter-spacing: .1rem;
  transform: rotate(-90deg);
  justify-content: center;
  transform-origin: left bottom;
}

.content-sg-blog::after {
  content: "";
  position: absolute;
  background: #fe4f0a;
  top: 0;
  left: 0;
  width: 10vw;
  height: 20vw;
  z-index: -1
}

.bloque3-sg-blog {
  padding: 10vw 0;
}

.bloque2-sg-blog .bg-image {
  object-fit: cover;
  height: 100%;
}

.bloque3-sg-blog .bg-image {
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.bloque3-sg-blog .title h2 {
  font-weight: 600;
  transform: rotate(-7deg);
  font-style: italic;
  line-height: 1;
  z-index: 2;
  position: relative;
  letter-spacing: .5rem;
}

.bloque3-sg-blog .sub {
  margin-bottom: 6vw;
}

.bloque3-sg-blog .sub h3 {
  font-size: 9vw;
  letter-spacing: 6vw;
  color: #c4d6fc;
  margin: 0;
  line-height: 0.8;
  z-index: 0;
  width: 100%;
  text-align: center;
  mix-blend-mode: multiply;
  margin-top: -7vw;
}

.new-sg-blog .title h2 {
  font-size: 14vw;
  letter-spacing: 8vw;
  margin: 0;
  line-height: 0.3;
  z-index: -1;
  left: 5px;
  margin-left: -7vw;
}

@media only screen and (max-width: 991px) {
  .slider-home .homeBannerSwiper .swiper-slide>div {
    margin-left: 0;
  }

  .slider-home .homeBannerSwiper .arrows {
    top: auto;
    bottom: 4%;
    left: 10%;
  }

  .cont-item-video .cont-video .cover .play {
    height: 100px;
    width: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .slider-home .homeBannerSwiper .swiper-slide>div {
    margin-left: 0;
  }

  .slider-home .homeBannerSwiper .swiper-slide>div img {
    max-width: 150px;
  }

  .foto-icon img {
    max-width: 30px;
  }

  .content-info-arte .grid .grid-item,
  .content-single-arte .grid .grid-item {
    padding: 0 15px !important
  }

  .slider-home .homeBannerSwiper .arrows {
    top: auto;
    bottom: 4%;
    left: 10%;
  }

  .slider-home .cita {
    position: relative;
  }

  .slider-home .homeBannerSwiper .swiper-pagination {
    top: auto;
  }

  .audiovisula-home .swiper-pagination {
    left: auto;
    right: 5%;
    top: auto;
    bottom: 0px;
  }

  .audiovisula-home::before {
    height: 5rem;
  }

  .audiovisula-home .content a.btn {
    bottom: 0px;
    left: 15px;
  }

  .audiovisula-home .swiper-slide .info h4 {
    font-size: 1.75rem;
  }

  .arte-home .arteHomeSwiper .letter-font {
    font-size: 80vw;
  }

  .content-info-arte .grid .grid-item:nth-child(1n+1) {
    text-align: left;
  }

  .content-info-arte .grid .grid-item:nth-child(1n+1) .title {
    justify-content: flex-start;
  }

  .tecnologia-home .qr picture {
    height: 80vw;
    width: 80vw;
  }

  .tecnologia-home .qr picture span {
    height: 15vw;
    width: 15vw;
    font-size: 4vw;
  }

  .arte-home .arteHomeSwiper a.btn {
    position: relative;
    bottom: 0;
    left: auto;
    z-index: 3;
  }

  .content-single-arte .action {
    position: absolute;
    top: 0;
  }

  .single-slider-tecnologia .swiper-pagination {
    padding-right: 15px;
  }

  .header-pg-tecnologia .action {
    top: 25px;
  }

  .page-template-page-blog .logo-page,
  .single-post .logo-page {
    position: absolute;
  }

  .header-pg-blog .sub {
    bottom: 2rem;
    right: 0;
    text-align: center;
  }

  .items-blog .item.par .primary-img img,
  .items-blog .item.impar .primary-img img {
    width: 70vw;
  }

  .items-blog .item.par .second-img,
  .items-blog .item.impar .second-img {
    max-height: 20vw;
    max-width: 10%;
  }
}

@media(prefers-reduced-motion: no-preference) {
  :root {
    --transition-speed: 0.25s;
    --transition-step: 0.1s;
  }
}

[data-aos] .char {
  transition: all var(--transition-speed) calc((var(--char-index) + 1) * var(--transition-step));
}

.folding .word {
  transform-style: preserve-3d;
  perspective: var(--font-size);
}

.folding .char {
  transform-style: preserve-3d;
  transform: rotateX(calc((90 - (var(--show, 1) * 90)) * 1deg));
  transform-origin: 50% 100%;
}

.folding.aos-animate .char {
  --show: 1;
}
