@charset "UTF-8";

/********************************/
/*****  Carga Tipografías  *****/
@import url("https://nworkforce.com/librerias/css/fonts/fonts.css");

@font-face {
 font-family: "Ubuntu-Bold";
 src: url("fonts/Ubuntu-Bold.ttf");
}

@font-face {
 font-family: "Ubuntu-Bold-Italic";
 src: url("fonts/Ubuntu-BoldItalic.ttf");
}

@font-face {
 font-family: "Ubuntu-Italic";
 src: url("fonts/Ubuntu-Italic.ttf");
}

@font-face {
 font-family: "Ubuntu-Light";
 src: url("fonts/Ubuntu-Light.ttf");
}

@font-face {
 font-family: "Ubuntu-Light-Italic";
 src: url("fonts/Ubuntu-LightItalic.ttf");
}

@font-face {
 font-family: "Ubuntu-Medium";
 src: url("fonts/Ubuntu-Medium.ttf");
}

@font-face {
 font-family: "Ubuntu-Medium-Italic";
 src: url("fonts/Ubuntu-MediumItalic.ttf");
}

@font-face {
 font-family: "Ubuntu-Regular";
 src: url("fonts/Ubuntu-Regular.ttf");
}

@font-face {
 font-family: "Signika";
 src: url("fonts/Signika-VariableFont_wght.ttf");
}

/********************************/
/*****  Variables y  ***********/

:root {
 --green-pcf: #43d87e;
 --yellow-pcf: #e2ff3c;
 --blue-pcf: #0042fd;
 --gray-pcf: #666666;
 --white: #ffffff;
 --black: #000000;
}

.cont_fich_nuev {
 font-size: 16px;
}

/********************************/
/********  Textos  *************/

/** Colores Textos **/

.titulo-principal-enter-pro a{
  justify-content: center;
  display: flex;
}

.cta-loquiero{
  background-color:#00D879; 
  padding: 5px 25px; 
  border-radius:20px;
  text-align: center;
  font-family: Ubuntu-Bold;
  color: #fff;
  font-size: x-large;
  width: fit-content;
  margin-top: 20px;
  
}

.pcf-text-green {
 color: var(--green-pcf);
}
.pcf-text-blue {
 color: var(--blue-pcf);
}
.pcf-text-yellow {
 color: var(--yellow-pcf);
}

.pcf-text-gray {
 color: var(--gray-pcf);
}

.pcf-text-white {
 color: var(--white);
}

.pcf-text-black {
 color: var(--black);
}

/** Tipografías Textos **/

.pcf-text-regular {
 font-family: Ubuntu-Regular;
}

.pcf-text-medium {
 font-family: Ubuntu-Medium;
}

.pcf-text-bold {
 font-family: Ubuntu-Bold;
}

/** Tamaños de Texto (Títulos y Parrafo) **/

.pcf-title-big {
 font-size: 4em !important;
}

.pcf-title-medium {
 font-size: 2.5em !important;
}

.pcf-title-small {
 font-size: 1.5em !important;
}

.pcf-paragraph {
 font-family: "Signika", Ubuntu-Bold, sans-serif;
 font-size: 1.2em;
 line-height: 1.3em;
 margin: 10px 0;
 margin-top: 20px;
 margin-bottom: 20px;
 font-weight: 400;
}

/* Tipografías textos nvidia */

.fgeforceb {
 font-family: "geforce-bold";
}

.fgeforcel {
 font-family: "geforce-light";
}

.notchL {
 font-family: "geforce-light-notch";
}

.notchB {
 font-family: "geforce-bold-notch";
}

.nvidiasansr {
 font-family: "nvidiasans-regular" !important;
}

.nvidiasansm {
 font-family: "nvidiasans-mid" !important;
 font-weight: normal;
}

.nvidiasansmi {
 font-family: "nvidiasans-midit" !important;
}

.nvidiasansb {
 font-family: "nvidiasans-bold" !important;
}

.nvidiasansbi {
 font-family: "nvidiasans-bold-italic" !important;
}

.nvidiasansl {
 font-family: "nvidiasans-lig" !important;
}

.nvidiasansli {
 font-family: "nvidiasans-ligit" !important;
}

/********************************/
/*******  Fondos  **************/

.pcf-bg-gray {
 background-color: var(--gray-pcf) !important;
}
.pcf-bg-green {
 background-color: var(--green-pcf);
}
.pcf-bg-white {
 background-color: var(--white);
}
.pcf-bg-black {
 background-color: var(--black);
}
.pcf-bg-blue {
 background-color: var(--blue-pcf);
}
.pcf-bg-yellow {
 background-color: var(--yellow-pcf);
}

/********************************/
/*******  Botones  **************/

a.buttonSeeAll {
 border: 1px solid #7a7a7a;
 padding: 10px 20px;
 border-radius: 15px;
 display: inline-block;
 margin: 10px 0;
 color: var(--gray);
 font-size: 1.5em;
}

a.buttonSeeAll:hover {
 border: 1px solid var(--green-pcf);
 color: var(--green-pcf);
}

/****************************************/
/****** Header Landing  *********/

.headerlanding .img-header {
 max-width: 1420px;
 margin: 0 auto;
 width: 100%;
 text-align: center;
 float: initial;
 display: block;
}

/****************************************/
/****** Separadores Productos  *********/

.separador-especial {
 background-image: none;
 background-color: #43d87e;
}

/****************************************/
/*******  Titular categoria  ***********/

.white-txt {
 color: white !important;
 padding: 15px;
}

.texto-titular-categoria {
 font-size: 26px;
 font-weight: 600;
 text-align: center;
 color: #fff !important;
 padding-bottom: 0px;
}
/****************************************/
/***** CSS MODAL ******/

.modal_video {
 width: 100vw;
 height: 100vh;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 98;
 background: rgba(0, 0, 0, 0.7);
 display: none;
 opacity: 0;
}

.modal_video_content {
 width: 80%;
 height: 90%;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 border: 1px solid #fff;
 background: #000;
 display: none;
 z-index: 99;
}

.close-icon {
 /* float: right; */
 /* width: 13px; */
 /* margin-right: 9px; */
 /* margin-top: 54px; */
 position: absolute !important;
 top: 3%;
 right: 7%;
}

#landing .delete,
.close-icon {
 -moz-appearance: none;
 -webkit-appearance: none;
 background-color: rgba(10, 10, 10, 0.2);
 border: none;
 border-radius: 290486px;
 cursor: pointer;
 pointer-events: auto;
 display: inline-block;
 flex-grow: 0;
 flex-shrink: 0;
 font-size: 0;
 height: 20px;
 max-height: 20px;
 max-width: 20px;
 min-height: 20px;
 min-width: 20px;
 outline: 0;
 position: relative;
 vertical-align: top;
 width: 20px;
}

#landing .delete::after,
#landing .delete::before,
.close-icon::after,
.close-icon::before {
 background-color: #fff;
 content: "";
 display: block;
 left: 50%;
 position: absolute;
 top: 50%;
 -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
 transform: translateX(-50%) translateY(-50%) rotate(45deg);
 -webkit-transform-origin: center center;
 transform-origin: center center;
}

#landing .delete::before,
.close-icon::before {
 height: 2px;
 width: 50%;
}

#landing .delete::after,
.close-icon::after {
 height: 50%;
 width: 2px;
}

.modal_video iframe {
 width: 100%;
 height: 100%;
 top: 50%;
}

.modal_video_title {
 font-size: 28px;
 margin: 10px 15px;
 color: #76b900;
}

/* AJUSTE RESPONSIVO MODAL  */

@media (max-width: 1023px) {
 .modal_video iframe {
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
 }

 .modal_video_content {
  width: 80%;
  height: 30%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
  background: #000;
  display: none;
  z-index: 99;
 }

 .close-icon {
  /* float: right; */
  /* width: 13px; */
  /* margin-right: 9px; */
  /* margin-top: 54px; */
  position: absolute !important;
  top: 32%;
  right: 15px;
 }

 .grid-container {
  max-width: 100%;
  display: grid;
  /* grid-template-columns: 1fr min(142rem, calc(100% - 32px)) 1fr; */
  margin: 0 auto;
 }
}


/****************************************/
/***** CSS ESPECIFICO DEL LANDING ******/


.subtitulo-carrusel{
  display: block; 
  font-weight: inherit;
  text-align: right;
  font-size: small;
  padding-bottom: 3px;
  padding-top: 0px;
  text-decoration:underline;
}

.flecha-der{
  display: none;
  position: absolute;
  right: 0;

  z-index: 9;
  width:43px;
  background-color: black;
  opacity: 0.7;


  align-items: center;
  top:600px;
}

.flecha-izq{
  display: none;
  position: absolute;
  left: 0;
  z-index: 9;
  width:43px;
  top:600px;
  background-color: black;
  opacity: 0.7;
  align-items: center;
  transform: rotate(180deg);

}

.titulo-principal-enter-pro{

  box-shadow: 3px 10px 5px -7px rgba(122,122,122,1);
  background-color: #F1F1F1;
  border-radius: 5px;
  padding: 20px 8px;

  h1{
    color: #42474A;
  }
  h4{
    color: #42474A;
  }
}

.landing {
 max-width: 1420px;
 margin: 0 auto;
 padding: 20px 0;
}

.carousel-item img {
 max-width: 1420px;
 margin: 0 auto;
}
.cajaproductos {
    max-width: 100% !important;
  }

  .section-paso{
    padding: 50px 0px;
    height: 350px;
  }

  .overlay-h1{

    padding-bottom: 10px;
    position: absolute  ;
    width: 100%;
    background-color: RGB(0,0,0, 0.5);
    COLOR: WHITE;
    PADDING-TOP: 10PX;
    MARGIN-TOP: 0;
  }
  .overlay-p{
  
    position: absolute  ;
    width: 100%;
    background-color: RGB(0,0,0, 0.5);
    COLOR: WHITE;
    top:60%;
  }
  
  .overlay-img{
  
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  /* object-position: 0%0%; */
  }
  
  /*version con timelines*/
  .timeline-h1{
  padding: 0px 10px;
  }
  .timeline-p{
    padding: 0px 10px;
    font-weight: 100;

    span{
      font-weight: 600;
    }
  }
  .timeline-img{
  width: 50%;
  max-height: 400px;
  object-fit: scale-down;
  /* object-position: 0%0%; */
  }
  
  .contenedor-descripcion-container-paso{
  position: relative;
  /* activar para overlay; desactivar para timelina */
  /* max-width: 500px; */
  margin: 0 auto;
  /* flex para timeline */
  display: flex;
  img{
    object-position: 0% 0%;
  }
  } 
  
  .impar{
  flex-direction: row-reverse;
  img{
    object-position: 100% 0%;
  }
  }
  .carruseles-enter-pro::-webkit-scrollbar {
    width :6px; 

  }
  /*linea de timeline*/
  ::-webkit-scrollbar {
    display: none;
  }
  .contenedor-descripcion-texto::-webkit-scrollbar {
    display: none;
  }

  .contenedor-descripcion-texto::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: #42474A;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 300px;
  transform: translate(-50%,0)
  }
  .contenedor-texto-punto{
  position: relative;
  }
  
  .contenedor-texto-punto::after{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 4px solid #00D879;
  top: 25px;
  border-radius: 50%;
  z-index: 1;
  }
  .left::after{
  right: -12px;
  }
  .right::after{
  left: -12px;
  }
  .left{
  width: 50%;
  text-align: right;
  padding: 0px 8px;

  }
  .right{
  width: 50%;
  text-align: left;
  padding: 0px 8px;
  }
  
  
  
  /* .contenedor-descripcion-container-paso-par::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #42474A;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  } */
  
  
  
  
  .contenedor-descripcion{
    width: 100%;
    position: relative;
    margin-top: 10px;
  }

  section {
  /* desactiva para timeline */
  /* height: 400px; */
  /* el padding se desactiva para el timeline */
  /* padding: 20px; */
  width: auto;
  }
  
  .dot {
  height: 20px;
  width: 20px;
  margin: 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
  }
  .contenedor-de-botones-opcion.active{
  background-color: #00D879 !important;
  }
  
  .contenedor-de-botones-opcion{
    padding: 5px;
    background-color: #ffff;
    border-radius: 10px;
    /* margin-bottom: 10px; */
    text-align: center;
    margin: 5px 20px;
  }
  
  .contenedor-upgrade-como{
  /* display: flex; */
  width: 70%;
  margin: auto;
  /* justify-content: space-around; */
  }
  .contenedor-descripcion-texto{
  margin: auto;
  width: 100%;
  overflow: scroll;
  height: 300px;
  background-color: #F1F1F1;
  border-radius: 20px;
  text-align: center;
  
  }
  
  .contenedor-de-botones{
    background-color: #D9D9D9;
    /* padding: 20px; */
    border-radius: 20px;
    width: 100%;
    align-content: center;
  }
  
  .contenedor-de-botones ul{
  list-style-type:none;
  padding:10px;
  margin:0px;
  display: flex;
  justify-content: center;
  }

  
  .titulos-principales-upgrade{
  text-align: center;
    background-color: #00D879;
    border-radius: 20px;
    justify-content: center;
    display: flex;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    padding: 5px;
    color: #42474A;
  }
  
  #carousel {
  position: relative;
  height: 350px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  overflow: hidden;
  }

  #carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
  }
  #carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
  }
  #carousel div img {
  width: 400px;
  transition: width 400ms;
   -webkit-user-drag: none;
   box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
   border-radius: 10px;
   background-color: #f1f1f1;
  }
 
  
  #carousel div.prev img {
  width: 300px;
  
  }
  #carousel div.prev div {
  width: 300px;
  height: 200px;
  }
  #carousel div.next img {
  width: 300px;
  }
  #carousel div.next div {
  width: 300px;
  height: 200px;
  }
  #carousel div.hideLeft img {
  width: 200px;
  }
  #carousel div.hideRight img {
  width: 200px;
  }

  /*CON IMAGEN*/
  #carousel div{
    position: absolute;
    transition: transform 400ms, left 400ms, opacity 400ms, z-index 0s,width 400ms;
    opacity: 1;
    background-color:#F1F1F1;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border-radius: 10px;
  } 

  .text-card-enterpro{
    visibility: hidden;
    opacity: 0;
    color: white;
    text-align: center;
    margin: 10px 20px 5px 20px;
    transition: opacity 0.5s linear;
    background-color: #42474A;
    border-radius:10px;
    font-weight: 100;
    padding: 0px 10px;
    
    span{
      font-weight: 600;
    }
  }

  #carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
  width: 400px;
  height: 266px;
   -webkit-user-drag: none;

  svg {
   width: 100%; 
   padding: auto;
   height: 50%;
   margin-top: 20px;
    /* path{
    fill: #00D879
  } */
  }
  .card-on{
    display: block;
  }
  .card-off{
    display: none;
  }
  .text-card-enterpro{
    /* display: block; */
    visibility: visible;
    opacity: 1;
    height: 35%;
    align-content: center;
  }


  }
  #carousel div.prev {
    z-index: 5;
    left: 30%;
    transform: translateY(50px) translateX(-50%);
    width: 300px;
    height: 215px;
    svg {
      width: 70%;
      margin-top: 30px;
      height: 65%;
  
       /* path{
       fill: #0042fd;
     } */
     }
    
    .card-on{
      display: none;
    }
    .card-off{
      display: block;
    } 
  }
  #carousel div.next {
    z-index: 5;
    left: 70%;
    transform: translateY(50px) translateX(-50%);
    width: 300px;
    height: 215px;
    svg{
      width: 125%;
    height: 65%;
    margin-top: 30px;
    }


    .card-on{
      display: none;
    }
    .card-off{
      display: block;
    }
  }

  #carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
  svg{
    height: 100%;
    width: 50%;
    margin-left: 20px;
  }
  .card-on{
    display: none;
  }
  .card-off{
    display: block;
  }
  }
  #carousel div.prevLeftSecond {
  width: 200px;
  height: 143px;
  }
  
  #carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
  svg{
    width: 109%;
    height: 70%;
    margin-top: 20px;
  }
  .card-on{
    display: none;
  }
  .card-off{
    display: block;
  }
  }
  #carousel div.nextRightSecond{
    width: 200px;
    height: 143px;
  }
  
  /*CON DIV*/
  /* #carousel div.selected {
  z-index: 10;
  left: 25%;
  transform: translateY(0px) translateX(-50%);
  }
  #carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
  }
  #carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
  } */
  

  
  /*previous or next buttons css*/
  
  .buttons {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  }
  
  .button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  }
  
  .button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
  }
  
  .button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
  }
  
  .button-82-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: hsl(345deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
  }
  
  @media (min-width: 768px) {
  .button-82-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

  @media (max-width: 1200px){
    .prueba svg{
      width: 50px;
      height: 35px;
    }
    .contenedor-de-botones{
      padding: 5px;
    }
  
  }
  @media (max-width: 768px){
    
    .prueba svg{
      width: 40px;
      height: 35px;
    }
  .titulos-principales-upgrade{
    font-size:large ; 
  }
  .contenedor-de-botones{
    padding:5px;
  }
  .contenedor-descripcion-texto section{
    padding: 0px;
  }
  .contenedor-descripcion-texto section h1{
    font-size: medium;
  }
  .contenedor-descripcion-texto section img{
    max-width: 50%;
  }
  .section-paso{
    height: 450px;
  }
  .headerlanding{
    display: none;
  }
  
  }
  

  
  
  @media (max-width: 620px) {
    .timeline-img{
      display: none;
    }
    .left{
      width: 100%;
    }
    .right{
      width: 100%;
    }
    .section-paso{
      height: auto;
    }
    .contenedor-descripcion-texto::after{
      left:24px;
    }
    .left::after{
      left: 12px;
    }
    .right::after{
      left: 12px;
    }
    .contenedor-texto-punto::after{
      top:15px;
    }

    .flecha-izq{
      display: block;
    }
    .flecha-der{
      display: block;
    }

    .contenedor-de-botones{
      display: none;
    }

  .text-card-enterpro{
    font-size: small;
    margin-top: 10px;
  }

  #carousel div.selected{
    width: 275px;
    height: 200px;
    svg{
      height: 33%;
    }
  }

  .left{
    text-align: left;
    padding: 0px 8px;
  }
  .right{
    text-align: left;
    padding: 0px 8px;
  }

  .contenedor-texto-punto{
    padding:20px 10px 20px 40px;
  }

  .timeline-p{
    padding-left: 10px;
  }
  
  #carousel div img{
  width: 250px;
  }

  #carousel div.prevLeftSecond {
    left: 20%;
    transform: translateY(35%) translatex(-50%);
    width: 150px;
    height: 100px;
    img{
      width: 150px;
    }
  }

  #carousel div.nextRightSecond{
    transform: translateY(35%) translateX(-50%);
    width: 150px;
    height: 100px;
    left: 80%;
    img{
      width: 150px;
    }
  }

  #carousel div.prev img{
  width: 200px;
  }
  #carousel div.prev{
  left:30%;
  transform: translateY(20px) translatex(-50%);
  width: 175px;
  height: 150px;
  svg{
    width:60%;
  }
  }

  #carousel div.next img{
  width: 200px;
  }
  #carousel div.next{
  left: 70%;
  transform: translateY(20px) translatex(-50%);
  width: 175px;
  height: 150px;
  svg{
    width: 115%;
  }
  }

  #carousel {
  
  height: 230px;
  }
  .contenedor-descripcion-texto section img{
  max-width: 250px;
  }
  .contenedor-upgrade-como{
    width: 85%;
  }
  
  }
  
  @media (max-width: 420px){
  .contenedor-upgrade-como{
    width: 100%;
  }
  }