*:before,
*:after {
  box-sizing: inherit;
}
.mytooltip {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

.mytooltip .mytooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin: 10px 0 0 -55px;
  /* Position the mytooltip */
  position: absolute;
  z-index: 1;
}

.mytooltip:hover .mytooltiptext {
  visibility: visible;
}
.mytooltip-top::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.mytooltip-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.mytooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.mytooltip-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}
.antivirus {
  width: 335px;
  height: 140px;
  padding: 10px;
  text-align: left;
  font-size: 1rem;
}

.mega {
  width: 335px;
  height: 300px;
  padding: 10px;
  text-align: left;
  font-size: 1rem;
}

.flex-container {
  display: flex;
  font-size: 30px;
  text-align: center;
}

.flex-item {
  flex: 30%;
  border-radius: 15px;
  border: grey solid 1px;
  margin-right: 3px;
}

.burbuja {
  text-align: center;
}
.flex-item h1 {
  font-size: 0.9rem;
}

.burbuja-text {
  font-size: 0.75rem;
}
.burbuja h1 {
  font-size: 1rem;
}
.grande {
  font-size: 3rem;
  margin: -39px 50% -25px;
}

.tarjeta {
  width: 170px;
  height: 40px;
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  margin: -10px;
}
.transferencia {
  width: 170px;
  height: 40px;
  padding: 8px;
  text-align: left;
  font-size: 1rem;
  margin-left: -0px;
}
.transferencia p {
  text-align: center;
}

.microsoft {
  width: 335px;
  height: 200px;
  padding: 10px;
  text-align: left;
  font-size: 1rem;
}
.microsoft p {
  margin-bottom: -5px;
}
.icon-microsoft img {
  width: 30px;
  height: 30px;
}
.icon-microsoft {
  margin-top: 10px;
  height: 60px;
}
.allproduct {
}
.pass {
  width: 300px;
  height: 100px;
  padding: 10px;
  text-align: center;
  font-size: 1rem;
}

/* Paguina de trabajos realizados */

/* Formulario ******************************* */
.formulario {
  width: 100%;
  margin-top: 10px;
}

.formulario__label {
  width: 100%;
  font-weight: 700;
  padding: 2px;
  cursor: pointer;
  color: var(--main-color);
  border-color: var(--second-color);
}

.formulario__grupo-input {
  position: relative;
}

.formulario__input {
  width: 100%;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  height: 35px;
  line-height: 4px;
  padding: 0 10px 0 10px;
  transition: 0.3s ease all;
  border-color: var(--second-color);
  margin: -55px 0 10px 0;
}

.formulario__input:focus {
  border: 2px solid var(--main-color);
  outline: none;
}

.formulario__input-error {
  font-size: 12px;
  margin-bottom: 0;
  display: none;
}

.formulario__input-error-activo {
  display: block;
  margin-top: 8px;
}

.formulario__validacion-estado {
  position: absolute;
  right: 10px;
  bottom: 19px;
  z-index: 8;
  font-size: 16px;
  opacity: 0;
}

.formulario__checkbox {
  margin-right: 10px;
}

.formulario__grupo-terminos,
.formulario__mensaje,
.formulario__grupo-btn-enviar {
  grid-column: span 2;
}

.formulario__mensaje {
  height: 45px;
  line-height: 45px;
  background: #f66060;
  padding: 0 15px;
  border-radius: 30px;
  display: none;
  margin-bottom: 10px;
}

.formulario__mensajeTerminos {
  height: 45px;
  line-height: 45px;
  background: #f66060;
  padding: 0 5px 0 15px;
  border-radius: 30px;
  display: none;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje p {
  margin: 0;
}

.formulario__grupo-btn-enviar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formulario__btn {
  height: 45px;
  line-height: 45px;
  width: 30%;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.1s ease all;
  background-color: var(--main-color) !important;
  font-weight: bold;
}

.formulario__btn:hover {
  box-shadow: 3px 0px 30px rgba(163, 163, 163, 1);
}

.formulario__mensaje-exito {
  font-size: 14px;
  color: #119200;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}
/* fin de formulario ******************* */

/* Bloque Bubble ************************ */
.t_header {
  background-color: rgb(104, 105, 105);
  padding: 1px 0;
  text-align: center;
}
.close_terminos {
  color: black;
  background-color: #fff;
  font-weight: 900;
  border-radius: 50%;
  padding: 2px 5px 0;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 12px;
  cursor: pointer;
}
.bubble {
  position: relative;
  display: block;
  margin-top: 20px;
  overflow: auto;
}

.flecha_bubble {
  border-radius: 10px;
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 1;
}
.bubble__Text {
  visibility: hidden;
  background-color: transparent;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  position: absolute;
  top: 15px;
  left: 2%;
  z-index: 10;
  width: 95%;
  height: 308px;
  overflow: hidden;
}
.bubble_Text_modal {
  height: 340px;
}
.terminos_text {
  width: 100%;
  height: calc(100% - 37px);
  overflow: auto;
  padding: 5px;
  scrollbar-color: yellow #800080;
  scrollbar-width: 10px;
  font-size: 0.65em;
  background-color: black;
  border-radius: 0 0 10px 10px;
}
/* Estilos barra (thumb) de scroll */
.scroll_custom::-webkit-scrollbar {
  width: 8px;
}

.scroll_custom::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.scroll_custom::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.scroll_custom::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.scroll_custom::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
}

/* Estilos track de scroll */
.terminos_text::-webkit-scrollbar {
  width: 8px;
}

.terminos_text::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
}
.terminos_text::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.terminos_text::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.terminos_text::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.terminos_text::-webkit-scrollbar-track {
  background: #070000;
  border-radius: 4px;
}

.bubble__Text::after {
  content: " ";
  width: 10px;
  height: 10px;
  border-left: 9px solid transparent; /* izquierda flecha */
  border-right: 9px solid transparent; /* derecha flecha */
  border-top: 9px solid #000200; /* base flecha y color*/
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.bubble__Text-top {
  bottom: 150%;
  left: 50%;
  margin-left: -135px; /* -225px; */
}

.bubble__Text_visible {
  visibility: visible;
}
.bubble__Text_click_visible {
  visibility: visible !important;
}

/****  modificadores particulares ************ */

/* Fin Bloque Bubble ************************************************* 
*/
.centrado {
  margin: 0 auto;
  text-align: center;
}
.grecaptcha-badge {
  visibility: hidden;
}

/* ****************************************************** */

.f_modal {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_activo {
  opacity: 0;
  visibility: hidden;
}
.a_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
  opacity: 1;
  visibility: visible;
}
.formulario_modal {
  padding: 0 3px;
}
.m_contenedor {
  margin-top: 100px;
  width: 535px;
  height: 500px;
  background: rgb(212, 212, 212);
  box-shadow: 1px 7px 25px rgba(0, 0, 0, 0.6);
  transition: all 50ms ease;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.m_mail {
  color: var(--link-color);
  cursor: pointer;
}
.m_mail:hover {
  cursor: pointer;
}
.m_mail1 {
  color: var(--link-color);
}
.oculto {
  visibility: hidden;
}
.m_header {
  padding: 10px;
  background: var(--main-color);
  text-align: center;
  color: #fff;
}
.x_close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
.swal2-confirm {
  background-color: var(--main-color) !important;
}

/* ****************************************************** */

/* ----- -----  Mediaqueries ----- ----- */

@media screen and (min-width: 360px) {
  .bubble__Text-condiciones {
    width: 98%;
    font-size: 0.7rem;
    text-align: left;
    color: #1ed12d;
  }
}
@media screen and (min-width: 559px) {
  .bubble__Text-top {
    margin-left: -245px;
  }
}
