@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 **/

.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;
}

.spinner-armamos-tu-pc-cuota{
display: inline-block;
width: 4rem;
height: 4rem;
vertical-align: -0.125em;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: 0.75s linear infinite spinner-border;
animation: 0.75s linear infinite spinner-border;
}

.spinner-armamos-tu-pc-regular{
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;

}

/* css de Dropdown */

.custom-dropdown {

  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  font-size: 1.2em;

}

.custom-dropdown select {
  background-color: #43d87e;
  color: #fff;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em;	
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}


.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 1em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  background-color: rgba(0,0,0,.15);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}


/** Tamaños de Texto (Títulos y Parrafo) **/
.precio-regular-des{
  font-family: Ubuntu-Bold;
  color: #333;
  font-size: small;
  margin-top: 6px;
  margin-bottom: 5px;

}

.precio-regular{
  font-family: Ubuntu-Bold;
  color: #333;
  font-size: larger;
  margin-top: 0px;
  margin-bottom: 5px;
  display:none;
}


.precio-cuota{
  font-family: Ubuntu-Bold;
  color: #000;
  font-size:60px;
  margin: 0px;
  display: none;
}

.contenedor-precio{
  display: none ;
  margin-left: 5px;
  background-color: #00D879;
  border-radius: 20px;
  
  padding: 20px;
  margin-bottom: 15px;
}

.contenedor-promociones{
  display: none;
}

.ProcSwitch{
  display: none;
}

.proc-des-title-choice-pcs{
  display: none;

}

.planSwitch,
.planSwitch * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Signika", Ubuntu-Bold, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.planSwitch {
  display: block;
  width: 80%;
  max-width: 50em;
  margin: 2em auto;
  height: 2.5em;
  font-size: 10pt;
  border-radius: .25em;
  background: #ccc;
  box-shadow: inset rgba(0,0,0,.1) 0px .25em .5em;
  position: relative;
}
.planSwitch input {
  display: none;
}
.planSwitch label {
  width: 33.333%;
  float: left;
  text-align: center;
  line-height: 2.5em;
  color: #333;
  opacity: 0.8;
  position: relative;
  z-index: 500;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.planSwitch input:checked + label {
  color: #fff;
  opacity: 1;
  text-shadow: rgba(0,0,0,.1) 0px -1px 2px;
}
.indicator {
  display: none;
  width: 33.333%;
  height: 2.5em;
  background: #43d87e;
  box-shadow: inset #43d87e 0 -.25em 1em, inset #fff 0 1px 1px;
  border: 1px solid #43d87e;
  border-radius: .25em;
  position: absolute;
  top: 0;
  z-index: 250;
  transition: left .2s ease-in-out;
}
.planSwitch input:first-of-type:checked ~ .indicator {
  left: 0;
}
.planSwitch input:nth-of-type(2):checked ~ .indicator {
  left: 33.333%;
}
.planSwitch input:nth-of-type(3):checked ~ .indicator {
  left: 66.666%;
}

.indicatorPro {
  display: none;
  width: 50%;
  height: 2.5em;
  background: #43d87e;
  box-shadow: inset #43d87e 0 -.25em 1em, inset #fff 0 1px 1px;
  border: 1px solid #43d87e;
  border-radius: .25em;
  position: absolute;
  top: 0;
  z-index: 250;
  transition: left .2s ease-in-out;
}
.planSwitch input:first-of-type:checked ~ .indicatorPro {
  left: 0;
}
.planSwitch input:nth-of-type(2):checked ~ .indicatorPro {
  left: 50%;
}

@media (min-width: 500px) {
  .planSwitch {
    font-size: 12pt;
  }
}


.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);
}

.pcf-bk-img-armamos-pc{
  background-color: #0042fd;
  width: 100%;
  text-align: center;
  height: auto;
  background-image: linear-gradient(180deg, rgba(9,9,121,0) 1%, rgba(0,0,0,1) 80%), url('img/background-armamos-pc.png');
  background-size: cover;
  padding-top: 100px;

}

/********************************/
/*******  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; */
 max-width: 100%;
 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;
}
/****************************************/
/***** 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;
}

/* Tarjetas principales */

.main-titl{
  margin:20px auto; 
  font-size:100px !important;
}

.card-title-choice{
  font-family: Ubuntu-Bold;
  color: #fff;
  font-size: xx-large;
}

.card-title-choice-mb{
  font-family: Ubuntu-Bold;
  color: #fff;
  font-size: xx-large;
  margin:0px auto 20px; 
  font-size:40px;
  text-align:center;
  display: none;

}
.card-title-choice-dsk{
  font-family: Ubuntu-Bold;
  color: #fff;
  font-size: xx-large;
  margin:0px auto 20px; 
  font-size:40px;
  text-align:center;

}

.card-title-choice-main{
  font-family: Ubuntu-Bold;
  color: #fff;
  margin: 40px auto 0px;
}


.card-title-choice-pcs{
  font-family: Ubuntu-Bold;
  color: #fff;
  font-size: xx-large;
}

.des-title-choice-pcs{
  font-family: Ubuntu-Bold;
  color: #fff;
  font-size: xxx-large;
}

.des-choice-pcs{
  font-family: Ubuntu-Regular;
  color: #fff;
  font-size: large;
  /* padding: 24px 0; */
  text-align: justify;
  font-weight: 200;
  margin: 10px 0px;
}

.des-choice-pcs-sub{
  font-family: Ubuntu-Bold;
  color: #fff;
  font-size: x-large;
  padding: 5px 150px;
}

.discl-choice-pcs{
  font-family: Ubuntu-Bold;
  color: #fff;
  font-size: small;
}

.desc-compo{
  font-family: Ubuntu-Bold;
  color: #333;
  font-size: small;
  display: none;
  text-align: center;
  padding: 5px;
}

.desc-compo:hover{
  display: block !important;
  
}

/* CARDS */
.card-description{
  background:#333; 
  border-radius: 13.395px; 
  display:flex; 
  align-items:center;
  justify-content: center;
}

.card-description section{
  padding:25px; 
  min-width:auto;
}

.carousel-cards{
  display:flex; 
  overflow:scroll; 

  height:420px; 
  position:relative;
  scrollbar-width: none;

}

.carousel-cards::-webkit-scrollbar {
  display: none;
}

.bloque-compo::-webkit-scrollbar {
  display: none;
}

.cards-iniciales{
  min-width:250px;
  max-width: 18rem; 
  background:#333; 
  border-radius: 13.395px; 
  box-shadow: 1.57587px 4.7276px 11.03108px 0.78793px #00D879;
}

.cards-iniciales:hover{
  background: #666;
}

.card-start-sel{
  min-width:120px; 
  border-radius: 20.154px; 
  background: #00D879;
  width: 40%; 
  transform: translateX(10px) translateY(50px);
  height: 100px; 
  padding:10px;
}

.cards-setup-pcs-mobile{
  background:#444; 
  border-radius: 13.395px; 
  height:auto; 
  display:flex; 
  width: 100%;
  transition: .5s;
  justify-content: center;
}

.cards-setup-pcs-mobile ul{
padding: 10px;
}

.cards-setup-pcs{
  background:#333; 
  border-radius: 13.395px; 
  height:250px; 
  display:flex; 
  align-items:end;
  width: 250px;
  transition: .5s;
  cursor: pointer;
  box-shadow: 1.57587px 4.7276px 11.03108px 0.78793px #00D879;
  margin-bottom: -50px;
}

.cards-setup-pcs-selected{
  background: linear-gradient(180deg, #00D879 22.6%, rgba(51, 51, 51, 0.00) 100%);
  box-shadow:none;
}

.cards-setup-pcs-selected div{
  transform: translateY(0px)!important;
  opacity: 1 !important;
  transition: 1s;
}

.cards-setup-pcs-selected .inside-card-pc{
  position:absolute
}

.cards-setup-pcs-selected div p{
  visibility: unset !important;
  display: block !important;

}

.cards-setup-pcs:hover{
  background: linear-gradient(180deg, #00D879 22.6%, rgba(51, 51, 51, 0.00) 100%);
  box-shadow: none;
}

.inside-card-pc{
  transform: translateY(0px);
  display:flex; 
  flex-direction:column;
  position: absolute;
  transition: 2s cubic-bezier(0,1.5,1,1);
  opacity: .6;
}
.inside-card-pc-p{
  /* visibility: hidden; */
  /* transition: 1s; */
  /* display: none; */
  padding: 5px 5px 5px 10px;
  margin-top: -20px;
}

.inside-card-pc:hover{
  transform: translateY(-10px)!important;
  opacity: 1;
  position: absolute;
}

.inside-card-pc:hover p{
  visibility: unset;
  display: block;
}


.contenedor-skills{
  display: none;
  padding-left: 5px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.contenedor-skills p{
  font-size: x-large !important;
}

.card-compo{
  transition: .5 ease;
  background:#333; 
  border-radius: 13.395px; 
  height:140px;width:140px; 
  display:flex; 
  align-items:center;
  justify-content: center;
  box-shadow: 1.57587px 4.7276px 11.03108px 0.78793px #00D879;
}

.card-compo:hover{
  background: #43d87e !important;
  
 
}

.card-compo:hover p{
 display: block !important;
 
}

.card-compo:hover div{
  display: none;
}

.bloque-final{
  display: none;
}

.image-des-card-mobile{
  display: none;
  height: auto;
  width: 70%;
}

.flecha-izq{
  position: sticky;
  left: 0;
  /* background-color: #666666; */
  z-index: 1;
  width:43px;
  /* opacity: .02; */
  display: flex;
  align-items: center;
  transform: rotate(180deg);
  opacity: .5;
}
.flecha-izq:hover{
  opacity: 1;
}

.flecha-der{
  position: sticky;
  right: 0;
  /* background-color: #666666; */
  z-index: 1;
  width:43px;
  /* opacity: .02; */
  display: flex;
  align-items: center;
  opacity: .5;
}
.flecha-der:hover{
  opacity: 1;
}
/* BARRA DINÁMICA DE PODERES */
.progress {
  padding: 4px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar-speed{
  height: 16px;
  border-radius: 20px;
	background-image: -webkit-linear-gradient(top, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  background-image: -moz-linear-gradient(top, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  background-image: -o-linear-gradient(top, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  background-image: linear-gradient(to bottom, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(67, 216, 126, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(67, 216, 126, 0.1);
}

.progress-bar-storage{
  height: 16px;
  border-radius: 20px;
	background-image: -webkit-linear-gradient(top, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  background-image: -moz-linear-gradient(top, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  background-image: -o-linear-gradient(top, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  background-image: linear-gradient(to bottom, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(67, 216, 126, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(67, 216, 126, 0.1);
}

.progress-bar-graphics{
  height: 16px;
  border-radius: 20px;
	background-image: -webkit-linear-gradient(top, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  background-image: -moz-linear-gradient(top, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  background-image: -o-linear-gradient(top, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  background-image: linear-gradient(to bottom, rgba(67, 216, 126, 1), rgba(67, 216, 126, 1));
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(67, 216, 126, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(67, 216, 126, 0.1);
}

.image-des-card{
  max-height:400px;
}
.botones-armamos{
  display: flex;
  justify-content: center;
}


.cta-loquiero{
  background-color:#0042fd; 
  padding: 10px 60px; 
  border-radius:20px;
  text-align: center;
}

.cta-loquiero:hover{
  box-shadow: 1.57587px 4.7276px 11.03108px 0.78793px #00D879;
  background-color:#43d87e; 
}
.cta-cotiza{
  background-color:none; 
  padding: 10px 60px; 
  border-radius:20px;
  text-align: center;
  border: solid,white;
}

.cta-cotiza:hover{
  box-shadow: 1.57587px 4.7276px 11.03108px 0.78793px #00D879;
  background-color:#43d87e; 
}

.bloque-compo{
  margin:0px 0 30px; 
  display:flex; 
  overflow:scroll; 
  justify-content:space-between; 
  min-height:200px;
  scrollbar-width: none;
}

.carousel-cards-mobile{
  display: none;

}

/* 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 ******/

.landing {
 max-width: 1420px;
 margin: 0 auto;
 padding: 20px 0;
}

.carousel-item img {
  max-width: 1420px;
  margin: 0 auto;
}
.cajaproductos {
  max-width: 100% !important;
}

.card-title-choice-start{
  text-align: end;
  margin: 0px 10px 0px 30px !important;

}

.tittle-arma-tu-pc {
  margin-left: 25px;
}

.tittle-pc{
  margin-right:50px !important;
  text-align: center !important;
  margin-left: 120px !important;
}

/******************************/

@media (max-width: 1122px){
  .image-des-card{
    display: none;
  }
}

/* AJUSTE RESPONSIVE TABLET */
@media (max-width: 899px){
  .contenedor-precio{
    display: none ;
  }

  .card-body ul{
    margin: 2px;
    display: flex;
    overflow: scroll;
  }
  .flecha-izq{
    display: none;
  }
  .flecha-der{
    display: none;
  }
  .title-arma-tu-pc {
    margin-left:30px;
  }
  .tittle-pc{
    margin-left: 20px !important;
    
  }

  .des-choice-pcs-sub{
    font-size: large;
    padding: 5px 70px;
  }

  .card-title-choice-main{
    font-size: 60px !important;
    margin: 30px auto 20px;
  }

  .card-title-choice-start{
    font-size: 30px !important;
    margin: 5px auto !important;
    text-align: center;
  }

  .card-start-sel{
    height: 80px;
    width: 70px;
    min-width: 0;
    border-radius: 15px;
    }    

  .card-start-sel svg{
      height: 50px;
      width: 50px;
    }
    .cards-iniciales{
      min-width: 220px;
    }
  
 .bloque-compo{
  justify-content: center;
  flex-wrap: wrap;
  min-height: 400px;
 }

 .carousel-cards{
  display: none !important;
}
.carousel-cards-mobile{
  display: flex;
  padding: 0px 50px 40px;
  flex-direction: column;
}
.inside-card-pc-p{
  visibility: visible;
  display: block;
  margin: auto;
  padding: 10px 10px;
  cursor: pointer;
}

.image-des-card-mobile{
  /* display: block; */
  margin-bottom: 20px;
}
.cards-setup-pcs{
  background: none;
  height: auto;
  width: auto;
  box-shadow: none;
  /* display: block; */
  transition: none;
  margin: 20px;
  display: flex;
}
 .cards-setup-pcs:hover{
  background: #222;
  

} 
.cards-setup-pcs-selected{
  background: #222;
}
}



/******************************/
/* AJUSTE RESPONSIVE MOBILE-1 */
@media (max-width: 699px){
  .custom-dropdown::before { 
    width: 1.5em;
  }
  .precio-cuota{
    font-size: 50px;
    display: none;
  }
  .card-title-choice{
    font-size: x-large;
  }

  .planSwitch{
    font-size: x-small;
  }

  .cta-cotiza{
    font-size: x-large;
  }

  .card-title-choice-mb{
    display: block;
  }
  .card-title-choice-dsk{
    display: none;
  }
  
  .botones-armamos{
    display: block;
  }
  
  .title-pc{

  }
  .title-arma-tu-pc {
    margin-left:auto;
  }

  .card-title-choice-main{
    margin: 30px auto 10px;
  }  
  .des-choice-pcs-sub{
    font-size: large;
    padding: 5px 20px;
    margin: 30px;
  }
  .main-titl{
    font-size: 50px !important;
  }
  .carousel-cards{
    display: none !important;
  }
  .pcf-bk-img-armamos-pc{
    padding-top:50px;
  }
  .cards-iniciales{
    min-width: 170px;
  }
  .card-start-sel{
    display: none;
  }
  .main-titl{
    font-size: 40px !important;
  }
  .card-title-choice-main{
    font-size: 45px !important;
  }
  .carousel-cards-mobile{
    padding: 0px 20px 20px;
    align-items: center;
  }
  /* .cards-setup-pcs-mobile{
    width: 50%;
  } */
  .cards-setup-pcs-mobile ul{
    padding: 5px;
  }
  /* .image-des-card-mobile{
    width: 60%;
  } */
  .card-title-choice-pcs{
    font-size: 22px;
  }
  .card-description section{
    padding: 15px;
  }
  .card-body ul{
    margin: 2px;
    display: flex;
    overflow: scroll;
  }
  .cards-setup-pcs{
    margin: 5px;
  }
  .des-title-choice-pcs{
    font-size: xx-large;
  }
  .des-choice-pcs{
    font-size: medium;
  }
  .discl-choice-pcs{
    font-size: x-small;
  }
  .bloque-compo{
    flex-direction: column;
  }
  .card-compo{
    height: 92px;
    width: 95%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    box-shadow: none;
    margin: 5px auto;
  }
  .card-compo svg{
    width: 50px;
    height: 50px;
  }
  .card-compo p{
    display:block;
    color: white;
  }
  .card-compo:hover{
    background:#333 !important;
  }
  
  .card-compo:hover p{
   display: block;
  }
  .card-compo:hover div{
    display: flex; 
  }
  .icon-compo{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
  }
  .desc-compo{
    text-align:start ;
  }

}


/* AJUSTES MOBILES -2 */
@media (max-width: 579px){
  .card-title-choice-pcs{
    font-size: 18px;
  }
}

@media (max-width: 499px){
  .card-title-choice-pcs{
    font-size: 15px;
  }
  .contenedor-skills p{
    font-size: medium !important;
  }
  .des-choice-pcs{
    font-size: small;
  }
  .des-title-choice-pcs{
    font-size: x-large;
  }
  .inside-card-pc-p{
    padding: 10px 10px;
  }
  .card-title-choice-start{
    font-size: 20px !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .card-body{
    padding: 10px !important;
  }




}
