html {
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

body {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

a:hover,
a:focus {
  color: #FBFBFB;
  text-decoration: none;
  outline: none;
  margin: auto; }

input:-webkit-autofill {
  color: #fff !important; }

::-ms-clear {
  display: none; }

.background-image-div {
  width: 100%;
  height: 500px; /* Puedes ajustar el tamaño según tus necesidades */
  background-image: url('..img/ciclocombinado.jpg'); /* Reemplaza con la ruta de tu imagen */
  background-size: cover; /* Ajusta la imagen para que cubra todo el div */
  background-position: center; /* Centra la imagen en el div */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.plantas-de-ciclo-combinado {
  width: 100%;
  margin: 0 auto 2rem;
  max-width: 1200px;
  font-size: 1.5rem;
  line-height: 1.2; }
  @media (max-width: 1024px) {
    .plantas-de-ciclo-combinado {
      font-size: 1.4rem; } }
  @media (max-width: 640px) {
    .plantas-de-ciclo-combinado {
      font-size: 1.3rem; } }
  .plantas-de-ciclo-combinado * {
    box-sizing: border-box; 
  
  }
  .plantas-de-ciclo-combinado h1, .plantas-de-ciclo-combinado h2, .plantas-de-ciclo-combinado h3, .plantas-de-ciclo-combinado h4, .plantas-de-ciclo-combinado h5, .plantas-de-ciclo-combinado h6 {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0; }
  .plantas-de-ciclo-combinado p {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit; }
  .plantas-de-ciclo-combinado .title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 160%;
    margin: 0 0 2rem;
    position: relative; }
    @media (max-width: 1024px) {
      .plantas-de-ciclo-combinado .title {
        margin: 0 0 1.5rem; } }
    .plantas-de-ciclo-combinado .title.lineTop:after {
      content: '';
      position: absolute;
      background: #ffffff;
      top: -25px;
      left: 0;
      width: 50px;
      height: 2px; }
    .plantas-de-ciclo-combinado .title.lineBottom:after {
      content: '';
      position: absolute;
      background: #ffffff;
      bottom: -25px;
      left: 50%;
      width: 50px;
      height: 2px;
      transform: translate(-50%, -50%); }
  .plantas-de-ciclo-combinado .text {
    font-family: "Lato", sans-serif;
    margin: 0 0 1.5rem;
    position: relative; }
    @media (max-width: 1024px) {
      .plantas-de-ciclo-combinado .text {
        margin: 0 0 1rem; } }
  .plantas-de-ciclo-combinado header {
    text-align: center;
    height: 250px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .35s ease-in-out; }
    @media (max-width: 1024px) {
      .plantas-de-ciclo-combinado header {
        height: 200px; } }
    @media (max-width: 640px) {
      .plantas-de-ciclo-combinado header {
        height: 180px; } }
    .plantas-de-ciclo-combinado header h1 {
      display: none; }
    .plantas-de-ciclo-combinado header figure {
      background: url("../img/bg_header.jpg") no-repeat 50% 50%;
      background-size: cover;
      position: absolute;
      width: 102%;
      height: 102%;
      top: -1%;
      left: -1%;
      z-index: -1;
      animation: animBg 60s infinite; }

@keyframes animBg {
  0% {
    transform: scale(1) rotate(0); }
  50% {
    transform: scale(1.5) rotate(-6deg); }
  100% {
    transform: scale(1) rotate(0); } }
    .plantas-de-ciclo-combinado header .brand {
      max-width: 175px;
      width: 100%;
      height: 180px; }
  .plantas-de-ciclo-combinado .row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative; 
  }
    @media (max-width: 768px) {
      .plantas-de-ciclo-combinado .row {
        flex-wrap: wrap; } }
    .plantas-de-ciclo-combinado .row .col {
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      width: 100%;
      max-width: 100%;
      float: left;
      padding: 4% 2% 4%;
      background: url("../img/bg_01.png") no-repeat 0 100% #00402A;
      background-size: 100%; 
    
    }

      @media (max-width: 1024px) {
        .plantas-de-ciclo-combinado .row .col {
          /* padding: 10% 4% 2%;*/ } }
      @media (max-width: 768px) {
        .plantas-de-ciclo-combinado .row .col {
          padding: 80px 40px 30px; } }
      @media (max-width: 640px) {
        .plantas-de-ciclo-combinado .row .col {
          padding: 80px 15px 40px; } }
      
      .plantas-de-ciclo-combinado .row .col.planta-cc {
        background: url("../img/ciclocombinado.jpg") no-repeat center center;
        background-size: contain;
        padding: 0% 0% 0% !important;
        background-color: #f39a3e;
        border: 0px solid #f39a3e; 
        
      }
        @media (max-width: 768px) {
          .plantas-de-ciclo-combinado .row .col.planta-cc {
            height: 400px;
            display: block; 
          } 
        
        }
      .plantas-de-ciclo-combinado .row .col.mapa {
        background: url("../img/mapa.jpg") no-repeat center center;
        background-size: cover;
        box-shadow: inset 0 0 0 20px #ffffff; }
        @media (max-width: 768px) {
          .plantas-de-ciclo-combinado .row .col.mapa {
            height: 75vw; } }
        @media (max-width: 640px) {
          .plantas-de-ciclo-combinado .row .col.mapa {
            box-shadow: inset 0 0 0 10px #ffffff; } }
  .plantas-de-ciclo-combinado .list ul,
  .plantas-de-ciclo-combinado .list ol {
    column-count: 2; /* Divide la lista en 2 columnas */
      column-gap: 40px; /* Espacio entre las columnas, ajusta según tus necesidades */
      list-style-position: inside; /* Mantiene los números de la lista dentro de la columna */
    margin: 3rem 0 2rem 1.6rem;
    position: relative; }
    @media (max-width: 1024px) {
      .plantas-de-ciclo-combinado .list ul,
      .plantas-de-ciclo-combinado .list ol {
        margin: 1.5rem 0 1.5rem 1.6rem; } }
    @media (max-width: 768px) {
      .plantas-de-ciclo-combinado .list ul,
      .plantas-de-ciclo-combinado .list ol {
        margin: 1rem 0 1rem 1.6rem; } }
    .plantas-de-ciclo-combinado .list ul li,
    .plantas-de-ciclo-combinado .list ol li {
      display: block;
      margin: 0 0 1.5rem;
      padding: 0 0 0 8px;
      position: relative;
      line-height: 1.6;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Raleway", sans-serif; }
      @media (max-width: 1024px) {
        .plantas-de-ciclo-combinado .list ul li,
        .plantas-de-ciclo-combinado .list ol li {
          margin: 0 0 1rem; } }
      @media (max-width: 640px) {
        .plantas-de-ciclo-combinado .list ul li,
        .plantas-de-ciclo-combinado .list ol li {
          margin: 0 0 .75rem; } }
      .plantas-de-ciclo-combinado .list ul li:before,
      .plantas-de-ciclo-combinado .list ol li:before {
        content: url("../img/pin.svg");
        color: #adc693;
        position: absolute;
        top: 4px;
        left: -1.4rem;
        font-size: 1.8rem;
        line-height: 1;
        font-weight: 600;
        width: 10px;
        height: 14px; }
  .plantas-de-ciclo-combinado .list ol {
    list-style-type: decimal;
    counter-reset: item; }
    .plantas-de-ciclo-combinado .list ol li {
      padding: 0 0 0 15px;
      position: relative; }
      .plantas-de-ciclo-combinado .list ol li:before {
        content: "0" counter(item) "- ";
        counter-increment: item;
        color: #adc693;
        font-weight: 600;
        font-size: inherit;
        left: -2.5rem;
        position: absolute;
        text-align: right;
        width: 25px;
        top: 0.4rem; }
    .plantas-de-ciclo-combinado .list ol.alphabetic {
      counter-reset: listStyle; }
      .plantas-de-ciclo-combinado .list ol.alphabetic li {
        counter-increment: listStyle; }
        .plantas-de-ciclo-combinado .list ol.alphabetic li:before {
          content: counter(listStyle, lower-alpha) " -";
          left: -2rem;
          font-size: 1.5rem;
          line-height: 1.1; }
  .plantas-de-ciclo-combinado .buttons {
    display: inline-block;
    background: #ffffff;
    color: #5c881a;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    position: relative;
    float: left;
    display: block;
    align-items: center;
    transition: all .35s ease;
    margin: 1rem 0;
    height: 4rem;
    line-height: 4rem;
    /*@media (max-width: 640px) {
     display: none;
    }
    &.mobile {
      display: none;
      @media (max-width: 640px) {
       display: flex;
      }
    }*/ }
    .plantas-de-ciclo-combinado .buttons.cta:before {
      content: attr(data-name);
      display: none;
      position: absolute;
      margin: 0 0 0 15px;
      letter-spacing: 0.1rem; }
      @media (max-width: 640px) {
        .plantas-de-ciclo-combinado .buttons.cta:before {
          display: block; } }
    @media (max-width: 640px) {
      .plantas-de-ciclo-combinado .buttons.cta span {
        visibility: hidden;
        display: contents; } }
    .plantas-de-ciclo-combinado .buttons span {
      margin: 0 10px 0 15px; }
    .plantas-de-ciclo-combinado .buttons i {
      width: 40px;
      height: 40px;
      background: url(../img/arrow.svg) repeat-x 0 50%;
      background-size: 40px;
      display: block;
      float: right;
      transition: all .35s ease; }
    .plantas-de-ciclo-combinado .buttons .svg {
      width: 10px;
      height: 10px;
      margin: 0 -20px 0 20px;
      transition: all .15s ease; }
    .plantas-de-ciclo-combinado .buttons:hover {
      opacity: .8; }
      .plantas-de-ciclo-combinado .buttons:hover i {
        background-color: rgba(92, 136, 26, 0.25);
        background-position: 40px 50%; }
      .plantas-de-ciclo-combinado .buttons:hover .svg {
        margin: 0 -23px 0 23px; }
      
.full-width-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.slider {
  background: url("../img/background-ciclo-combinado.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 50px 0; 
}

  .slider .title {
    text-align: center; }
  .slider .slider_content {
    position: relative; }
  .slider .swiper-container {
    background: #ffffff;
    color: #606060;
    width: 100%;
    max-width: 897px;
    height: 370px;
    margin: 7rem auto 0; }
    @media (max-width: 1024px) {
      .slider .swiper-container {
        width: 94%;
        margin: 5.5rem auto 0; } }
    @media (max-width: 640px) {
      .slider .swiper-container {
        height: 100%;
        /*min-height: 480px;*/ } }
    .slider .swiper-container .swiper-slide {
      display: flex;
      flex-wrap: nowrap;
      overflow: hidden;
      height: 450px;
      top:-23px;
      /*&.swiper-slide-prev, 
      &.swiper-slide-next {
        figure img {
          opacity: 0 !important;
           transition: all 0.5s 0s ease-in-out;        }
      }*/ }
      @media (max-width: 640px) {
        .slider .swiper-container .swiper-slide {
          flex-wrap: wrap;
          height: auto; } }
      .slider .swiper-container .swiper-slide.swiper-slide-active .col.pict:before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: -webkit-clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
        transition-delay: .7s; }
      .slider .swiper-container .swiper-slide.swiper-slide-active .col.pict figure {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transition: -webkit-clip-path 3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: -webkit-clip-path 3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: clip-path 3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: clip-path 3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 3s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s;
        /*img {
                  opacity: 1;
                  transition: all 0.5s 0.5s ease-in-out;
                }*/ }
        @media (max-width: 640px) {
          .slider .swiper-container .swiper-slide.swiper-slide-active .col.pict figure {
            -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
            transition: -webkit-clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
            transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
            transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
            -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s; } }
      .slider .swiper-container .swiper-slide.swiper-slide-active .col.data .ciclo .number {
        opacity: 1;
        transform: translate(0, 0);
        transition: all 0.8s 0.8s ease-in-out; }
      .slider .swiper-container .swiper-slide.swiper-slide-active .col.data .ciclo .title {
        opacity: 1;
        transform: translate(0, 0);
        transition: all 0.8s 1s ease-in-out; }
        @media (max-width: 640px) {
          .slider .swiper-container .swiper-slide.swiper-slide-active .col.data .ciclo .title {
            text-align: center;
            margin: 0 0 1.2rem; 
            margin-top: 10px;
          } 
        
        }
      .slider .swiper-container .swiper-slide.swiper-slide-active .col.data .ciclo .text {
        opacity: 1;
        transform: translate(0, 0);
        transition: all 0.8s 1.2s ease-in-out; }
        @media (max-width: 640px) {
          .slider .swiper-container .swiper-slide.swiper-slide-active .col.data .ciclo .text {
            text-align: center; } }
      .slider .swiper-container .swiper-slide .col {
        width: 100%;
        /*height: 100%;*/
        overflow: hidden;
        position: relative;
        padding: 5px; }
        @media (max-width: 640px) {
          .slider .swiper-container .swiper-slide .col {
            padding: 60px 5px 20px; } }
        @media (max-width: 640px) {
          .slider .swiper-container .swiper-slide .col.full {
            margin: 0 0 20vw; } }
        .slider .swiper-container .swiper-slide .col.full figure {
          transform: scale(1);
          /* @media (max-width: 640px) {
                height: 100vw;
              }*/ }
          .slider .swiper-container .swiper-slide .col.full figure img {
            display: none; }
            @media (min-width: 641px) {
              .slider .swiper-container .swiper-slide .col.full figure img.desktop {
                display: block; 
                background-size: contain;
              } 
            }
            @media (max-width: 640px) {
              .slider .swiper-container .swiper-slide .col.full figure img.mobile {
                display: block;
                position: relative; 
              } 
            }
        .slider .swiper-container .swiper-slide .col.pict {
          box-shadow: inset 0 0 0 0px #ffffff, 0 0 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 0px ;
          border-right: 1px solid #f1f1f1;
          padding: 0; }
          .slider .swiper-container .swiper-slide .col.pict:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.06);
            z-index: -1;
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            -webkit-transition: -webkit-clip-path 0s cubic-bezier(0.23, 1, 0.32, 1);
            transition: -webkit-clip-path 0s cubic-bezier(0.23, 1, 0.32, 1);
            transition: clip-path 0s cubic-bezier(0.23, 1, 0.32, 1);
            transition: clip-path 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 0s cubic-bezier(0.23, 1, 0.32, 1);
            transition-delay: .6s; }
          @media (max-width: 1024px) {
            .slider .swiper-container .swiper-slide .col.pict {
              box-shadow: inset 0 0 0 16px #ffffff; } }
          @media (max-width: 640px) {
            .slider .swiper-container .swiper-slide .col.pict {
              height: 70vw;
              border: none;
              box-shadow: inset 0 0 0 12px #ffffff; } }
        .slider .swiper-container .swiper-slide .col figure {
          position: relative;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          z-index: -1;
          transform: scale(0.9);
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          -webkit-transition: -webkit-clip-path 0s cubic-bezier(0.23, 1, 0.32, 1);
          transition: -webkit-clip-path 0s cubic-bezier(0.23, 1, 0.32, 1);
          transition: clip-path 0s cubic-bezier(0.23, 1, 0.32, 1);
          transition: clip-path 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 0s cubic-bezier(0.23, 1, 0.32, 1);
          -webkit-transition-delay: .6s;
          transition-delay: .6s; }
          @media (max-width: 640px) {
            .slider .swiper-container .swiper-slide .col figure {
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              transform: scale(1); } }
          .slider .swiper-container .swiper-slide .col figure img {
            position: absolute;
            top: -34px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            min-width: 51%;
            min-height: 35%;
            overflow-x: hidden; 
          }
            @media (max-width: 640px) {
              .slider .swiper-container .swiper-slide .col figure img {
                width: 100%;
                height: auto; } }
            .slider .swiper-container .swiper-slide .col figure img.tilt {
              animation: animTilt 8s infinite; }
        .slider .swiper-container .swiper-slide .col.data:after, .slider .swiper-container .swiper-slide .col.data:before {
          content: "";
          width: calc(100% - 43px);
          height: 30px;
          position: absolute;
          bottom: 0;
          left: 30px;
          z-index: 1;
          background: rgba(255, 255, 255, 0);
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white));
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
          background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
          @media (max-width: 640px) {
            .slider .swiper-container .swiper-slide .col.data:after, .slider .swiper-container .swiper-slide .col.data:before {
              display: none; } }
        .slider .swiper-container .swiper-slide .col.data:before {
          top: 0;
          left: 30;
          background: white;
          background: -moz-linear-gradient(top, white 30%, rgba(255, 255, 255, 0) 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(30%, white), color-stop(100%, rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(top, white 30%, rgba(255, 255, 255, 0) 100%);
          background: -o-linear-gradient(top, white 30%, rgba(255, 255, 255, 0) 100%);
          background: -ms-linear-gradient(top, white 30%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
        .slider .swiper-container .swiper-slide .col.data .ciclo {
          padding: 60px 30px 0 30px;
          overflow: auto;
          width: 100%;
          height: 100%; }
          @media (max-width: 640px) {
            .slider .swiper-container .swiper-slide .col.data .ciclo {
              padding: 0 6px; } }
          .slider .swiper-container .swiper-slide .col.data .ciclo::-webkit-scrollbar-track {
            background: rgba(170, 170, 170, 0.2); }
          .slider .swiper-container .swiper-slide .col.data .ciclo::-webkit-scrollbar-thumb {
            background: rgba(170, 170, 170, 0.8); }
          .slider .swiper-container .swiper-slide .col.data .ciclo::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(170, 170, 170, 0.4); }
          .slider .swiper-container .swiper-slide .col.data .ciclo::-webkit-scrollbar {
            width: 5px; }
          .slider .swiper-container .swiper-slide .col.data .ciclo .title,
          .slider .swiper-container .swiper-slide .col.data .ciclo .text {
            opacity: 0;
            transform: translate(0, 20px);
            transition: all .5s ease-in-out; }
            @media (max-width: 640px) {
              .slider .swiper-container .swiper-slide .col.data .ciclo .title,
              .slider .swiper-container .swiper-slide .col.data .ciclo .text {
                transform: translate(0, 0); } }
          .slider .swiper-container .swiper-slide .col.data .ciclo .number {
            opacity: 0;
            transform: translate(0, -20px);
            transition: all .5s ease-in-out; }
            @media (max-width: 640px) {
              .slider .swiper-container .swiper-slide .col.data .ciclo .number {
                transform: translate(0, 0); } }
          .slider .swiper-container .swiper-slide .col.data .ciclo .number {
            font-size: 250% !important;
            font-weight: 600;
            color: #e9e9e9 !important;
            margin: 0 0 3rem; }
            @media (max-width: 640px) {
              .slider .swiper-container .swiper-slide .col.data .ciclo .number {
                font-size: 200% !important;
                color: rgba(96, 96, 96, 0.35) !important; } }
            .slider .swiper-container .swiper-slide .col.data .ciclo .number:after {
              background: #e9e9e9;
              left: 0;
              bottom: -5px;
              transform: translate(0, -50%); }
              @media (max-width: 640px) {
                .slider .swiper-container .swiper-slide .col.data .ciclo .number:after {
                  left: 50%;
                  width: 40px;
                  transform: translate(-50%, -50%); } }
          .slider .swiper-container .swiper-slide .col.data .ciclo .title {
            color: #f18e00;
            text-align: left;
            font-size: 150%; }
          .slider .swiper-container .swiper-slide .col.data .ciclo .text {
            font-size: 95%;
            margin: 0 0 50px; }
            @media (max-width: 640px) {
              .slider .swiper-container .swiper-slide .col.data .ciclo .text {
                margin: 0; } }
            .slider .swiper-container .swiper-slide .col.data .ciclo .text p {
              margin: 0 0 1rem; }
            .slider .swiper-container .swiper-slide .col.data .ciclo .text strong {
              color: #f18e00;
              font-family: "Raleway", sans-serif;
              font-weight: 700; }
          .slider .swiper-container .swiper-slide .col.data .ciclo.vapor .title {
            color: #329bde; }

@keyframes animTilt {
  0% {
    opacity: 1; }
  4% {
    opacity: 0; }
  8% {
    opacity: 1; }
  12% {
    opacity: 0; }
  16% {
    opacity: 1; }
  100% {
    opacity: 1; } }
  .slider .swiper-pagination {
    width: 100%;
    position: relative;
    margin: 7rem 0 2rem; }
    @media (max-width: 640px) {
      .slider .swiper-pagination {
        position: absolute;
        top: 70vw;
        margin: 1.5rem 0 2rem;
        color: rgba(96, 96, 96, 0.65); } }
    .slider .swiper-pagination .swiper-pagination-bullet {
      margin: 0 30px;
      opacity: 1;
      background: transparent;
      box-shadow: 0 0 0 2px #ffffff;
      width: 14px;
      height: 14px;
      position: relative;
      transition: all .35s ease; }
      @media (max-width: 1024px) {
        .slider .swiper-pagination .swiper-pagination-bullet {
          margin: 0 25px; } }
      @media (max-width: 768px) {
        .slider .swiper-pagination .swiper-pagination-bullet {
          margin: 0 20px; } }
      @media (max-width: 640px) {
        .slider .swiper-pagination .swiper-pagination-bullet {
          margin: 20px 12px;
          width: 8px;
          height: 8px;
          box-shadow: 0 0 0 2px #bbbbbb; } }
      .slider .swiper-pagination .swiper-pagination-bullet:hover {
        box-shadow: 0 0 0 2px #ffffff, inset 0 0 0 10px rgba(255, 255, 255, 0.5); }
        @media (max-width: 640px) {
          .slider .swiper-pagination .swiper-pagination-bullet:hover {
            box-shadow: 0 0 0 2px rgba(96, 96, 96, 0.75), inset 0 0 0 10px rgba(96, 96, 96, 0.35); } }
      .slider .swiper-pagination .swiper-pagination-bullet:last-child :before {
        display: none; }
      .slider .swiper-pagination .swiper-pagination-bullet .dot {
        width: 6px;
        height: 6px;
        content: "";
        background: transparent;
        top: 50%;
        left: 50%;
        position: absolute;
        border-radius: 50px;
        transform: translate(-50%, -50%);
        transition: all .15s ease; }
        @media (max-width: 640px) {
          .slider .swiper-pagination .swiper-pagination-bullet .dot {
            width: 4px;
            height: 4px; } }
        .slider .swiper-pagination .swiper-pagination-bullet .dot:before {
          content: "";
          opacity: 1;
          background: rgba(255, 255, 255, 0.25);
          position: absolute;
          top: 2px;
          left: 20px;
          width: 40px;
          height: 2px;
          /*@media (max-width: 360px) {
                left: 14px;
                width: 13px;
            } */ }
          @media (max-width: 1024px) {
            .slider .swiper-pagination .swiper-pagination-bullet .dot:before {
              width: 30px; } }
          @media (max-width: 768px) {
            .slider .swiper-pagination .swiper-pagination-bullet .dot:before {
              width: 26px;
              left: 17px; } }
          @media (max-width: 640px) {
            .slider .swiper-pagination .swiper-pagination-bullet .dot:before {
              top: 2px;
              left: 11px;
              width: 14px;
              height: 1px;
              background: rgba(0, 0, 0, 0.15); } }
      .slider .swiper-pagination .swiper-pagination-bullet .item {
        width: 100%;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 0;
        min-width: 120px;
        transform: translate(-50%, 35px);
        font-size: 1.2rem;
        opacity: 0;
        pointer-events: none;
        transition: all .5s ease; }
        @media (max-width: 640px) {
          .slider .swiper-pagination .swiper-pagination-bullet .item {
            display: none; } }
      .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 1"].swiper-pagination-bullet-active, .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 2"].swiper-pagination-bullet-active, .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 3"].swiper-pagination-bullet-active {
        box-shadow: 0 0 0 2px #f18e00; }
        .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 1"].swiper-pagination-bullet-active .dot, .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 2"].swiper-pagination-bullet-active .dot, .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 3"].swiper-pagination-bullet-active .dot {
          background: #f18e00; }
      .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 7"].swiper-pagination-bullet-active .dot, .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 8"].swiper-pagination-bullet-active .dot, .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 9"].swiper-pagination-bullet-active .dot {
        background: #f18e00; }
      .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 1"]:before {
        content: "Ciclo de gas";
        position: absolute;
        top: 0;
        left: 50%;
        width: 100px;
        transform: translate(-50%, -40px); }
        @media (max-width: 640px) {
          .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 1"]:before {
            transform: translate(-50%, -30px); } }
      .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 1"]:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        background: #f18e00;
        width: 18px;
        height: 2px;
        transform: translate(-50%, -15px); }
        @media (max-width: 640px) {
          .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 1"]:after {
            transform: translate(-50%, -10px); } }
      .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 4"]:before {
        content: "Ciclo de vapor";
        position: absolute;
        top: 0;
        left: 50%;
        width: 100px;
        transform: translate(-50%, -40px); }
        @media (max-width: 640px) {
          .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 4"]:before {
            transform: translate(-50%, -30px); } }
      .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 4"]:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        background: #329bde;
        width: 18px;
        height: 2px;
        transform: translate(-50%, -15px); }
        @media (max-width: 640px) {
          .slider .swiper-pagination .swiper-pagination-bullet[aria-label="Go to slide 4"]:after {
            transform: translate(-50%, -10px); } }
      .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        transition: all .35s ease;
        box-shadow: 0 0 0 2px #329bde; }
        .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .dot {
          background: #329bde;
          transition: all .3s ease; }
        .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .item {
          opacity: 1;
          transform: translate(-50%, 25px); }
  .slider .swiper-button-prev {
    background-image: url("../img/arrow-prev.svg");
    background-position: 0 50%;
    left: 60px;
    transform: translate(0, -100%);
    transition: all .35s ease; }
    .slider .swiper-button-prev:hover {
      background-position: -5px 50%; }
    @media (max-width: 1180px) {
      .slider .swiper-button-prev {
        left: 10px; } }
    @media (max-width: 1024px) {
      .slider .swiper-button-prev {
        left: 30px;
        top: auto;
        transform: translate(0, 0);
        /* transform: translate(0,-60px);*/
        bottom: 0; } }
    @media (max-width: 640px) {
      .slider .swiper-button-prev {
        top: 41vw;
        transform: translate(0, -50%);
        background-color: #bbb;
        left: 0;
        background-position: 0 50% !important; } }
  .slider .swiper-button-next {
    background-image: url("../img/arrow-next.svg");
    background-position: 0 50%;
    right: 60px;
    transform: translate(0, -100%);
    transition: all .35s ease; }
    .slider .swiper-button-next:hover {
      background-position: 5px 50%; }
    @media (max-width: 1180px) {
      .slider .swiper-button-next {
        right: 10px; } }
    @media (max-width: 1024px) {
      .slider .swiper-button-next {
        right: 30px;
        top: auto;
        transform: translate(0, 0);
        /*transform: translate(0,-60px);*/
        bottom: 0; } }
    @media (max-width: 640px) {
      .slider .swiper-button-next {
        top: 41vw;
        transform: translate(0, -50%);
        background-color: #bbb;
        right: 0;
        background-position: 0 50% !important; } }

/*# sourceMappingURL=main.css.map */
