body {
  font-family: "Lato", sans-serif;
  width: revert;
  overflow-x: hidden;
  background: white;
}

.padd-lad-25 {
  padding: 0 80px 0 80px;
}

.mb-30 {
  margin-bottom: 30px;
}

.modaltext {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -1px;
  color: #021732;
}

a.nav-link.user {
  padding-bottom: 0px !important;
  padding-top: 15px !important;
}

.t-l {
  border-radius: 25px 0 !important;
}

input.form-control {
  background: white;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 0px;
}

input.form-control::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #021732;
}

input.form-control::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #021732;
}

input.form-control:focus {
  background: transparent;
}

div.card-header.plan {
  background-color: #FFFFFF;
}

div.card-body.plan {
  background-color: #F9FAFD;
}

/*
a.card-link {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #595F6F;
}
.card-body {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #595F6F;
  background: #e5e5e5;
  padding: 1.25rem 0;
}
*/

.colorprice {
  cursor: pointer;
}

.p-50 {
  padding: 50px;
}

h2.p-50.titlefaq {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.textfaq {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

.btnfaq1 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  background: #FCB42E;
  box-shadow: 20px 20px 60px rgba(2, 8, 22, 0.4);
  border-radius: 5px;
  border: none;
  height: 50px;
  width: 165px;
  padding: 15px 0;
}

.btnfaq2 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #021732;
  background: #fff;
  box-shadow: 20px 20px 60px rgba(2, 8, 22, 0.4);
  border-radius: 5px;
  border: none;
  height: 50px;
  width: 165px;
  padding: 15px 0;
}

.bottomfooter {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  color: white;
}

button.btn.btn-success:hover {
  background: #fff;
  border-color: #fff;
  color: #212529;
}

.input-group-append {
  z-index: 1000;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background: #fff;
  border-color: #fff;
  color: #212529;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 180, 46, 0.5);
}

.btnfaq1:hover {
  background: #fff;
  border-color: #fff;
  color: #212529;
}

.btnfaq2:hover {
  background: #FCB42E;
  border-color: #FCB42E;
  color: #fff;
}

/*.card {
    border: none;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background: #E5E5E5;
  border-radius: 0px !important;
  border-left: none !important;
}*/

.b-t {
  border-top: 1px solid #595F6F;
}

.b-b {
  border-bottom: 1px solid #595F6F;
}

.t-r {
  border-radius: 0px 25px !important;
}

input.form-control.inputcontact {
  border: 1px solid #021732;
  box-sizing: border-box;
  border-radius: 5px !important;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #021732;
}

input.form-control.inputcontact::-moz-placeholder {
  color: #021732;
}

input.form-control.inputcontact::placeholder {
  color: #021732;
}

textarea.form-control {
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 0px;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #021732;
}

.m-auto {
  margin: auto;
}

.textaviso {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  /* or 150% */
  letter-spacing: -0.5px;
  color: #595F6F;
}

.titletextaviso {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #021732;
}

.titleaviso {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -1px;
  color: #FFFFFF;
}

textarea.form-control::-moz-placeholder {
  color: #021732;
}

textarea.form-control::placeholder {
  color: #021732;
}

input.form-control.buscadominio {
  background: #fff;
}

/* .container.pt-5 {
  width: 100%;
  margin: 0px;
  padding-top: 10px !important;
    padding-left: 0px;
} */

button.btn.btn-success {
  background: #FFBA08;
  border: none;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  height: 50px;
  width: 205px;
  text-align: left;
}

.titleform {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -1px;
  color: #021732;
}

@media (prefers-color-scheme: dark) {
  #favicon_sitejet {
    fill: #ffffff;
    /* Cambia el color de relleno del SVG a blanco para modo oscuro */
  }
}

@media (prefers-color-scheme: light) {
  #favicon_sitejet {
    fill: #000000;
    /* Cambia el color de relleno del SVG a negro para modo claro */
  }
}

.btnblue:hover * {
  color: white;
}

.placeholder-bold::-moz-placeholder {
  font-weight: bold !important;
  color: var(--primary-color1) !important;
}

.placeholder-bold::placeholder {
  font-weight: bold !important;
  color: var(--primary-color1) !important;
}

.jumbotron {
  transition: all 0.6s ease;
}

.jumbotron.phone.t-l {
  color: var(--primary-color1);
  width: 460px;
  margin-right: 0px;
  padding: 10px 17px;
  box-shadow: none;
  background-color: transparent;
}

.jumbotron.phone.t-l:hover,
.jumbotron.mail.t-r:hover {
  background-color: #0852ED;
}

.jumbotron.mail.t-r {
  color: var(--primary-color1);
  width: 460px;
  margin-right: 0px;
  padding: 10px 17px;
  box-shadow: none;
  background-color: transparent;
}

.jumbotron.mail.t-r:hover i {
  color: #fff !important;
}

.jumbotron.t-r:hover *,
.jumbotron.t-l:hover * {
  color: #fff !important;
}

.contact-text {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -1px;
  color: var(--primary-color1);
}

.contact-label {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: -1px;
  color: var(--primary-color1);
  margin-top: 15px;
}

#modal_testimonial .parrafo {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 1.3rem;
}

.navbar-light {
  border-bottom: solid 1px #e9ecf4;
}

.navbar-light .navbar-brand img {
  height: 25px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 30px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #030303;
}

.jumbotron.how {
  background: #021732;
  border-radius: 25px 0px;
  margin-top: -80px;
  color: #fff;
}

img[src="public/images/devs/mysql_logo.png"] {
  max-width: 133px !important;
}

.al-cen {
  align-items: center;
}

.jumbotron.how:hover span {
  background: #021732;
  border-radius: 25px 0px;
  margin-top: -80px;
}

#wizard .dospriceplan {
  font-size: 13px;
}

.btnblue {
  border-radius: 0px !important;
  border: none;
  padding: 20px 42px;
  font-size: 16px;
  background-color: #0852ED;
  color: white;
}

.user-exist .invalid-user-exist {
  display: block;
}

.invalid-user-exist {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.jumbotron.desc {
  background: #0C1038 !important;
  border-radius: 0px;
  margin-top: -133px;
  color: #fff;
  padding: 28px 32px;
  margin-left: 75px;
  margin-right: -75px;
}

.jumbotron.desc:hover span {
  background: #021732;
  border-radius: 0px 25px;
  margin-top: -80px;
}

.jumbotron.desc:hover h2 {
  background: #021732;
  color: #fff !important;
}

.jumbotron.desc:hover p {
  color: white;
}

.jumbotron.desc:hover p.percentdesc {
  color: #fff;
}

.titleh1 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -1px;
  color: #0D0D51;
}

.textp {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #595F6F;
  padding: 0px 174px;
}

.contactbtn {
  background: #FFBA08;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2) !important;
  border-radius: 5px !important;
  width: 147px;
  height: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.fs-light {
  font-weight: lighter;
}

.fw-300 {
  font-weight: 300;
}

.bold {
  font-size: bold;
}

.blue {
  color: #0D0D51;
}

.fs48 {
  font-size: 48px;
}

.grayscale {
  filter: grayscale(1);
}

.jumbotron.desc:hover i.fa.fa-chevron-right {
  color: #fff;
}

.descriptionplan {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #1F2D40;
}

.titletar {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

.subtitletar {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: white;
}

.listatar {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: white;
  list-style: none;
}

.iconcolor {
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: white;
}

.percentdesc {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.textdesc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.5px;
  color: white;
}

.btnplan2 {
  background: #FFBA08;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  width: 180px;
  height: 50px;
  padding: 14px 15px;
}

.btnplan2:hover {
  background: #bb8601;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  width: 180px;
  height: 50px;
  padding: 14px 15px;
}

main#fondowizard {
  min-height: 80vh;
}

main {
  /* min-height: calc(100vh - 102px);*/
}

/* Wizard */

.wizard .audible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#logo_sitejet {
  width: 200px;
}

.wizard .steps {
  padding-top: 0px;
  padding-bottom: 30px;
}

.wizard .steps > ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(#BFC4CE, #BFC4CE);
  background-size: calc(100% - 50px) 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.wizard .steps > ul li a {
  display: inline-block;
}

.wizard .steps > ul li span.number {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #BFC4CE;
  border: none !important;
}

.wizard .steps > ul li.current span.number,
.wizard .steps > ul li.done span.number {
  background-color: #0C1038;
  border: none;
}

.wizard .content .title {
  display: none;
}

.wizard .content .bd-wizard-step-title {
  font-size: 20px;
  font-weight: bold;
  color: #7b7f89;
  margin-bottom: 45px;
}

.wizard .content .section-heading {
  font-size: 35px;
  font-weight: bold;
  color: #030303;
  margin-bottom: 17px;
}

.wizard .content p {
  /*font-size: 16px;*/
  color: #1F2D40;
}

.p3-desc {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
}

.wizard .content .purpose-radio {
  position: relative;
  display: inline-block;
}

.wizard .content .purpose-radio .purpose-radio-input {
  position: absolute;
  opacity: 0;
}

.wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label {
  border-color: #00d69f;
}

.wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon {
  color: #00d69f;
}

.wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon .label-icon-default {
  display: none;
}

.wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-icon .label-icon-active {
  display: inline-block;
}

.wizard .content .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-text {
  color: #00d69f;
  font-weight: bold;
}

.wizard .content .purpose-radio .purpose-radio-label {
  display: flex;
  width: 196px;
  height: 184px;
  max-width: 100%;
  border: 2px solid #7b7f89;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.imagen-item {
  width: 100%;
  overflow: hidden;
  max-width: 600px;
  height: 340px;
}

.hidden {
  opacity: 0;
  transition: all 0.6s ease;
  filter: blur(1px);
  transform: translateX(-10px);
}

.hidden.show {
  opacity: 1;
  filter: blur(0px);
  transform: translateX(0px);
}

.hidden.caracteristica-item:nth-child(2) {
  transition-delay: 150ms;
}

.hidden.caracteristica-item:nth-child(3) {
  transition-delay: 300ms;
}

.hidden.caracteristica-item:nth-child(4) {
  transition-delay: 450ms;
}

.hidden.caracteristica-item:nth-child(5) {
  transition-delay: 600ms;
}

.hidden.caracteristica-item {
  opacity: 0;
  transition: all 1.6s ease;
  filter: blur(3px);
  transform: translateX(100px);
}

.hidden.caracteristica-item.show {
  opacity: 1;
  filter: blur(0px);
  transform: translateX(0px);
}

.hidden.table-column:nth-child(2) {
  transition-delay: 150ms;
}

.hidden.table-column:nth-child(3) {
  transition-delay: 300ms;
}

.hidden.table-column:nth-child(4) {
  transition-delay: 450ms;
}

.hidden.table-column:nth-child(5) {
  transition-delay: 600ms;
}

.hidden.table-column {
  opacity: 0;
  transition: all 1.6s ease;
  filter: blur(3px);
  transform: translateY(-50px);
}

.hidden.table-column.show {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0px);
}

.hidden.caracteristica-titulo {
  transform: translateY(70px);
}

.hidden.caracteristica-titulo.show {
  transform: translateY(0px);
}

.hidden.step-item {
  transform: translateY(12px);
}

.hidden.step-item.show {
  transform: translateY(0px);
}

.hidden.banner-text {
  transform: translateX(-100px);
}

.hidden.banner-text.show {
  transform: translateX(0px);
}

.hidden.banner-left {
  transform: translateX(-100px);
  transition: all 1.5s ease;
}

.hidden.banner-left.show {
  transform: translateX(0px);
}

.hidden.banner-right {
  transform: translateX(200px);
  transition: all 1.5s ease;
}

.hidden.banner-right.show {
  transform: translateX(0px);
}

.hidden.fondo-header {
  transform: translateX(25px);
  transition: all 1.5s ease;
}

.hidden.fondo-header.show {
  transform: translateX(0px);
}

.hidden.banner-image {
  transition: all 1.5s ease;
  transform: translateX(150px);
}

.hidden.banner-image.show {
  transform: translateX(0px);
}

.hidden.imagen-dev:nth-child(2) {
  transition-delay: 150ms;
}

.hidden.imagen-dev:nth-child(3) {
  transition-delay: 300ms;
}

.hidden.imagen-dev:nth-child(4) {
  transition-delay: 450ms;
}

.hidden.imagen-dev:nth-child(5) {
  transition-delay: 600ms;
}

.hidden.imagen-dev {
  opacity: 0;
  transition: all 1.6s ease;
  filter: blur(3px);
  transform: scale(0.9);
}

.hidden.imagen-dev.show {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}

@media (max-width: 575px) {
  .sitejet-carrusel {
    width: 100vw;
    min-width: 100vw;
  }

  #wizard-p-0 {
    text-align: center;
  }

  img[src="/public/images/Banner_Hosting_Gods.webp"] {
    width: 145% !important;
    margin-left: -18px !important;
  }

  img[src="/public/images/Banner_Neartalents.webp"] {
    width: 150% !important;
    margin-left: -40% !important;
  }

  img[src="/public/images/Banner_Hosting_Gods_en.webp"] {
    width: 145% !important;
    margin-left: -18px !important;
  }

  img[src="/public/images/Banner_Neartalents_en.webp"] {
    width: 150% !important;
    margin-left: -40% !important;
  }

  .wizard .content .purpose-radio .purpose-radio-label {
    width: 100%;
  }
}

.wizard .content .purpose-radio .purpose-radio-label .label-icon {
  font-size: 21px;
  color: #000000;
  margin-bottom: 17px;
  transition: all 0.2s ease-in-out;
}

.wizard .content .purpose-radio .purpose-radio-label .label-icon .label-icon-active {
  display: none;
}

.wizard .content .purpose-radio .purpose-radio-label .label-text {
  font-size: 16px;
  color: #030303;
  transition: all 0.2s ease-in-out;
}

.wizard .content .purpose-radios-wrapper {
  margin-top: 60px;
}

.wizard .content .purpose-radios-wrapper .purpose-radio {
  margin-right: 18px;
  max-width: calc(33% - 18px);
}

@media (max-width: 575px) {
  .wizard .content .purpose-radios-wrapper .purpose-radio {
    margin-right: 0;
    margin-bottom: 18px;
    width: 100%;
    max-width: none;
  }
}

.wizard .content .purpose-radios-wrapper .purpose-radio:last-child {
  margin-right: 0;
}

.wizard .content .form-control {
  padding: 26px 25px;
  min-height: 50px;
  max-width: 550px;
  border-radius: 4px;
  border: solid 1px #ececec;
}

.wizard .content .form-control::-moz-placeholder {
  color: #919aa3;
}

.wizard .content .form-control::placeholder {
  color: #919aa3;
}

.wizard .actions > ul {
  list-style: none;
  padding-left: 0;
  display: flex;
}

.wizard .actions li a {
  display: inline-block;
  border-radius: 6px;
  background-color: #00d69f;
  padding: 16px 30px;
  color: #fff;
  font-style: 15px;
  font-weight: bold;
}

.wizard .actions li.disabled {
  display: none;
}

.wizard .actions li:not(.disabled) + li,
.wizard .actions li:not(:first-child):last-child {
  margin-left: 15px;
}

[data-toggle=collapse] .fa:before {
  content: "\F139";
}

[data-toggle=collapse].collapsed .fa:before {
  content: "\F13A";
}

a:hover {
  color: #021732;
}

a.tel-link:hover {
  color: #FCB42E;
}

@media (max-width: 575px) {
  .o2 {
    order: 2 !important;
  }

  .perfil {
    margin-top: 1em;
  }

  main#fondowizard {
    background-size: auto 65% !important;
  }

  .contact-r {
    justify-content: center !important;
    text-align: center !important;
  }

  .contact-text {
    font-size: 22px;
  }

  .mt-95 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .whoform {
    width: 100% !important;
  }

  h2.titlestep1,
  .plantitle2,
  .titleh1,
  .h2title,
  .titlepat,
  .titletopfaq {
    font-size: 34px !important;
    line-height: 42px !important;
    text-align: center !important;
  }

  .h2title {
    text-align: left !important;
  }

  .pstep1 {
    font-size: 24px !important;
    line-height: 32px !important;
    display: table;
    margin: 0 auto;
  }

  .descs1 {
    text-align: center;
  }

  .mt-83 {
    margin-top: 35px !important;
  }

  .mt-30-mov {
    margin-top: 0px !important;
  }

  .jumbotron.desc {
    text-align: center !important;
    margin-left: 15px;
  }

  div.card.plan {
    max-width: 320px;
  }
}

@media (max-width: 1199px) {
  #header_text {
    font-size: 36px;
  }

  .com,
  .dom {
    font-size: 28px !important;
  }

  .transfer,
  .transferdesc {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}

@media (max-width: 991px) {
  #video_titulo {
    margin-bottom: 100px;
  }

  .jumbotron.desc {
    margin-left: 33px;
    margin-right: 0px;
    margin-top: -85px;
  }

  #header_text {
    font-size: 32px;
  }

  .nav-step {
    margin: 0 auto;
  }

  .contact-text {
    font-size: 22px;
  }

  .transfer,
  .transferdesc,
  .titulos2 {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  main#fondowizard {
    background-size: auto 70% !important;
  }

  main#fondowizard {
    min-height: 60vh;
    margin-bottom: 0 !important;
  }
}

/* .wizard.vertical .steps > ul{
  background-size: 6px calc(100% - 50px);

} */

#wizard {
  display: flex;
}

#wizard .actions.clearfix {
  display: none;
}

#wizard .content.clearfix {
  width: 100%;
}

.wizard.vertical .steps {
  align-items: flex-start;
}

.wizard.vertical .steps > ul li:not(:last-child) {
  margin-bottom: 63px;
}

.wizard.vertical .steps > ul {
  margin-right: 22px;
  margin-bottom: 66px !important;
}

@media (max-height: 800px) {
  #header_background_image {
    bottom: -35px !important;
  }
}

@media (max-width: 768px) {
  #video_titulo {
    margin-bottom: 70px;
  }

  #header_background_image {
    opacity: 0;
  }

  .wizard.vertical .steps > ul li:not(:last-child) {
    margin-bottom: 0px;
  }

  #wizard {
    flex-direction: column;
  }

  .wizard.vertical .steps > ul {
    margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  #header_text {
    font-size: 28px;
  }

  .wizard.vertical {
    padding-left: 100px;
    position: relative;
    min-height: 450px;
  }

  .wizard.vertical .steps {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 480px;
    position: relative;
    left: 0;
    display: flex;
  }

  .wizard.vertical .steps > ul {
    width: 40px;
    flex-direction: column;
    background-size: 6px calc(100% - 50px);
    margin-bottom: 0;
  }

  /* .wizard.vertical .steps > ul li:not(:last-child) {
    margin-bottom: 24px; }  */
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-83 {
  margin-top: 83px;
}

.mt-95 {
  margin-top: 95px;
}

h2.titlestep1 {
  font-style: normal;
  font-weight: bold;
  font-size: 34px !important;
  line-height: 40px;
  letter-spacing: -1px;
  color: #021732;
}

.buscadominio {
  background: #FFFFFF;
  /* box-shadow: 30px 30px 80px rgb(0 0 0 / 30%); */
  border-radius: 87px !important;
  border: solid 1px black !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0px !important;
  padding: 9px 25px !important;
}

.buscadominio::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #1F2D40 !important;
  padding-left: 3.4%;
}

.buscadominio::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #1F2D40 !important;
  padding-left: 3.4%;
}

#wizard .card-header {
  border-bottom: solid 1px #0852ED;
}

.input-group-append {
  margin-left: -73px !important;
}

#navbar_top {
  width: 100vw;
}

button#button-addon2 {
  width: 58px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-size: x-large;
  background: #1F2D40;
  border-radius: 67px !important;
  border: none;
  color: #fff;
  z-index: 10;
}

#header_background_image {
  width: 48%;
  right: -33px;
  bottom: 0px;
}

.btnblue:hover *,
.btnblue:hover {
  color: white !important;
}

.centered-image {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input.form-control.buscadominio {
  max-width: 100% !important;
}

.wizard .steps > ul li.current span.number,
.wizard .steps > ul li.done span.number {
  background-color: #0C1038 !important;
  border: none !important;
}

.pstep1 {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -1px;
  color: #021732;
}

.descs1 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #1F2D40;
}

.titulos2 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #021732;
}

.dominios2 {
  background: #FFFFFF;
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
}

.dom {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
  color: #021732;
}

.com {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
  color: #FCB42E;
  filter: none;
}

.transfer {
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 38px;
  /* letter-spacing: 1px; */
  color: #021732;
}

.domain.selected .transferdesc {
  color: white;
}

.transferdesc {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -1px;
  color: #021732;
}

.return {
  background: #BFC4CE;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  width: 203px;
  height: 50px;
}

.perfil {
  background: #0852ED;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  width: 203px;
  height: 50px;
  text-align: left;
  padding: 0px 20px;
}

.icons3 {
  font-size: 28px;
  color: #021732;
}

.jumbotron.addon {
  width: 204px;
  max-width: 204px;
  max-height: 194px;
  text-align: center;
  background: transparent;
  border-radius: 0;
  box-shadow: 2px 2px 45px 3px rgba(113, 113, 113, 0.1);
  /* box-shadow: 0px 3px 7px 0px rgb(89 89 89 / 10%); */
}

a[data-target="#modalAsesoria"] .jumbotron.addon {
  height: 100%;
  align-content: center;
}

.text-dark {
  color: #021732;
}

.jumbotron {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

label {
  font-size: 18px;
  color: #595f6f;
}

.form-check-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #595F6F;
}

.priceplan {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -1px;
  color: #021732;
  display: flex;
  align-items: center;
}

.dospriceplan {
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #1F2D40;
}

.recurrenceplan {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #595F6F;
}

.textprice {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #1F2D40;
}

.textprice-bold {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #1F2D40;
}

.text-danger2 {
  color: #FF0000;
}

#wps.selected img {
  filter: invert(1);
}

.priceplan-confetti {
  transition: all 1s ease;
  opacity: 1;
}

.priceplan-confetti.hide-opacity {
  opacity: 0;
}

.datatext {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #595F6F;
}

.dataprice {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #1F2D40;
}

.plantitle {
  height: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
  color: #021732;
}

div.card.plan {
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.1);
  border: none;
}

.jumbotron.plan {
  padding: 40px 0px;
  background: #FFFFFF;
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: left;
}

.jumbotron.plan:hover {
  width: revert;
  background: #FFFFFF;
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.jumbotron.plan:hover p {
  color: #595F6F;
}

.jumbotron.plan:hover h2 {
  color: #021732;
}

.jumbotron.plan:hover {
  background: #fff;
  color: #021732;
}

.desccheck {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.5px;
  color: #1F2D40;
}

.mb-15 {
  margin-bottom: 15px;
}

.jumbotron:active p,
.jumbotron:hover p {
  color: #fff;
}

.jumbotron:active h2,
.jumbotron:active h6,
.jumbotron:hover h2,
.jumbotron:hover h6 {
  color: #FFBA08;
}

.h1404 {
  font-style: normal;
  font-weight: 300;
  font-size: 144px;
  line-height: 62px;
  text-align: center;
  letter-spacing: 27px;
  color: #021732;
}

/* #infogods{
  margin-top: -55px;
  padding-right: 65px;
}*/

.mt-250 {
  margin-top: 150px;
}

jumbotron.paso3 {
  padding: 10px 0px !important;
  /* width: 100%; */
  margin: 5px;
}

.h3404 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -1px;
  color: #021732;
}

.p404 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #021732;
}

.jumbotron.addon {
  margin-bottom: 10px;
}

.jumbotron:active,
.jumbotron:hover {
  background: #0852ED;
  color: #fff;
}

.jumbotron:active img,
.jumbotron:hover img {
  filter: invert(1);
}

.jumbotron:active i,
.jumbotron:hover i {
  color: white;
}

.jumbotron:active h2,
.jumbotron:active h6,
.jumbotron:hover h2,
.jumbotron:hover h6 {
  color: white;
}

i#question {
  font-size: 62px;
}

#faqbtn {
  background: #FFBA08;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px 10px 15px 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* padding: 50px; */
  color: #FFFFFF;
  width: 220px;
}

.btnyellow {
  background: #FFBA08;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  min-height: 50px;
  text-align: left;
  padding: 0px 20px !important;
  white-space: nowrap;
}

.padpat {
  padding: 0 100px 0 100px;
}

.btnwhite {
  background: #fff;
  box-shadow: 20px 20px 60px rgba(2, 8, 22, 0.4);
  border-radius: 5px;
  padding: 15px 37px 15px 37px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #021732;
}

.titlepat {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 62px;
  text-align: center;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.textpat {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  /* letter-spacing: -0.5px; */
  color: #FFFFFF;
}

.jumbotron.help.mt-mov-how {
  background: transparent !important;
  box-shadow: none;
  border-radius: 25px 0;
  color: #1F2D40;
}

.jumbotron.testimonial {
  background: #021732 !important;
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  color: #fff;
  padding: 30px 30px 30px 30px;
  margin-top: -150px;
}

.texttestimonial {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 35px;
  text-align: left;
  color: white;
}

.autortestimonial {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  text-align: right;
  color: #fff;
  margin-top: 0px;
}

p.titlehelp {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.5px;
  color: #1F2D40 !important;
}

.texthelp {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  display: block;
  line-height: 35px;
  color: #1F2D40;
  text-align: justify;
}

.navbar-dark .nav-item > .nav-link.active {
  color: #021732;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.banners-container .img-container img {
  transition: all 0.8s ease;
}

.banners-container .img-container {
  transition: all 0.8s ease;
  overflow: hidden;
}

.banners-container .img-container:hover {
  /* width: calc(100% + 6px) !important; */
  /* margin-left: -3px; */
}

.banners-container .img-container:hover img {
  transform: scale(1.017);
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

a.nav-link.menulinks {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: inter;
  font-family: "Inter", sans-serif;
  /* color: #979797 !important; */
}

#wps .subtitleicon {
  font-weight: bold;
  margin-bottom: 6px !important;
}

.titleicon {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #021732;
}

.subtitleicon {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-heigt: 14px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #021732;
}

.camposform label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #595F6F !important;
}

.camposform input {
  /* border: 1px solid #021732 !important; */
  box-sizing: border-box !important;
  /* border-radius: 5px !important; */
}

.camposform label a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #021732;
  text-decoration: underline;
}

.plantitle2 {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  letter-spacing: -1px;
  color: #1F2D40;
}

.p-l0 {
  padding-left: 0px;
}

.imgplan2 {
  text-align: left;
}

.p5 {
  position: absolute;
  bottom: 0px;
}

button.return.mmt-30 {
  position: absolute;
  bottom: 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

.actions.clearfix {
  visibility: hidden !important;
}

.h-pat {
  height: 400px;
}

a:hover {
  text-decoration: none;
}

.textfooter {
  font-family: "Roboto";
  color: #fff !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  /* letter-spacing: -0.5px; */
  text-align: justify;
  margin-bottom: 15px;
}

a.bottomfooter:hover {
  color: #fff;
}

.linksfooter {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: normal !important;
  color: #fff !important;
  margin-bottom: 5px;
  white-space: nowrap;
}

.titlefooter {
  color: #fff !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.5px;
}

.container-fluid {
  padding: 0 !important;
}

.padd-cont {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.padd-cont-l {
  padding-left: 15px !important;
}

.padd-cont-r {
  padding-right: 15px !important;
}

a.btn.btn-link {
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #021732;
  padding-left: 0px;
}

.titletopfaq {
  font-style: normal;
  font-size: 40px;
  font-weight: bold;
  line-height: 62px;
  text-align: center;
  letter-spacing: -1px;
  color: var(--primary-color1);
}

a.btn.btn-link.collapsed {
  color: #595F6F;
}

a.btn.btn-link.collapsed div div div i.fas.fa-chevron-up {
  display: none;
}

a.btn.btn-link div div div i.fas.fa-chevron-up {
  display: block;
  color: var(--primary-color1);
}

/*.card-header {
  border-bottom: 1px solid #595F6F;
  border-top: 1px solid #595f6f;
  padding-left: 0px;
}*/

a.btn.btn-link.collapsed div div div i.fas.fa-chevron-down {
  display: block;
}

a.btn.btn-link div div div i.fas.fa-chevron-down {
  display: none;
}

button#btnnext1:hover {
  color: white;
}

button#btnnext2:hover {
  color: #fff;
}

.whois-checker-form {
  width: 100%;
}

button#btnnext3:hover {
  color: #fff;
}

button#btnnext4:hover {
  color: #fff;
}

button#btnback1:hover {
  color: #fff;
}

button#btnback2:hover {
  color: #fff;
}

button#btnback3:hover {
  color: #fff;
}

button#btnback4:hover {
  color: #fff;
}

.fondowizard {
  height: auto;
  background: #F7F8FB;
}

.btnnext2 {
  text-align: end;
}

a.textprice-bold:hover {
  color: #021732;
}

.plan > .card-header {
  background-color: #ffffff;
}

.extdom {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1px;
  color: #021732;
}

i.fas.fa-chevron-right {
  padding: 0px !important;
}

#header_text {
  font-size: 46px;
  color: white;
  font-weight: bold;
}

@media only screen and (max-width: 1920px) {
  /* #header_background_image{
    width: 35%;
    right: 200px;
    bottom: 250px;
  } */
}

@media only screen and (max-width: 1600px) {
  /* #header_background_image{
    width: 46%;
    right: 0px;
    bottom: 300px;
  } */
}

@media only screen and (max-width: 1440px) {
  /* #header_background_image{
    width: 54%;
    right: -251px;
    top: 50%;
  } */
}

@media only screen and (max-width: 1366px) {
  /* #header_background_image{
    width: 54%;
    right: -150px;
    top: 50%;
  } */

  #header_text {
    font-size: 42px;
  }
}

@media only screen and (max-width: 987px) {
  .table-title {
    max-width: 70%;
  }

  .modal-dialog.modal-dialog-centered {
    width: 90% !important;
    margin: 0 auto;
  }

  .center-mov {
    margin-top: 15px;
    text-align: center !important;
  }

  .row.movilbtns {
    text-align: center;
  }

  .btnnext2 {
    text-align: center;
  }

  .fondowizard {
    height: auto;
  }

  .jumbo-mov {
    width: 50%;
    display: flex;
  }

  .row.padd-cont-mov {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }

  #infogods {
    margin-top: 0px;
    padding: 30px;
    margin: auto;
    text-align: center;
  }

  .padd-lad-25.brands {
    padding: 0%;
  }

  .w-max {
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }

  .divbtnfaq1 {
    padding-bottom: 25px;
    text-align: center !important;
  }

  .divbtnfaq2 {
    text-align: center !important;
  }

  .jumbotron.phone.t-l.text-right {
    width: auto;
  }

  .jumbotron.mail.t-r.text-right {
    width: auto;
  }

  .h-pat {
    height: 600px;
  }

  .padpat {
    padding: 0 10px 0 10px;
  }

  .jumbotron.testimonial {
    padding: 30px;
  }

  .iconfaq {
    text-align: center !important;
  }

  .imgplan2 {
    width: 100%;
  }

  .mmt-30 {
    position: initial !important;
    margin-top: 30px;
  }

  .imgmov {
    display: flex;
    align-items: center;
  }

  .mt-100 {
    margin-top: 100px;
  }

  .mt-mov-how {
    margin-top: 0px !important;
  }

  .mt-30-mov {
    margin-top: 30px;
  }

  .w50 {
    width: 50%;
  }

  .descriptionplan {
    padding: 30px 0px;
  }

  .textp {
    padding: 30px 0px;
  }

  .pad-mov {
    padding: 20px 0px;
  }

  /*img.grayscale{
    width: 50%;
  }*/

  .titleh1 {
    font-size: 35px;
    line-height: 50px;
  }

  .btnrow {
    display: flex;
  }
}

#wizard {
  padding-left: 4.5rem;
}

@media (max-width: 767px) {
  #action_button_paso2 {
    align-items: center;
  }

  .slick-next {
    left: 89%;
  }

  .slick-prev {
    left: 4%;
  }

  .table-title {
    max-width: 95%;
  }

  #wizard {
    padding-left: 0px;
  }

  #header_background_image {
    display: none;
  }

  /* #header_background_image{
    width: 57%;
    right: -111px;
    top: auto;
    bottom: 33%;
  } */

  .transfer {
    max-width: 280px;
  }

  .titulos2,
  .bottomfooter,
  .nav-step,
  .transfer,
  .transferdesc {
    text-align: center !important;
  }

  .radio-group {
    display: flex;
    justify-content: center;
  }

  main#fondowizard {
    background-size: auto 50% !important;
  }

  div.jumbotron.addon {
    margin: 20px auto;
  }

  div.card.plan {
    max-width: 320px;
  }
}

.r-0 {
  right: 0px;
}

.l-auto {
  left: auto;
}

.btn-primary {
  background-color: #42A5F5 !important;
  border-color: #42A5F5 !important;
}

.cursor-pointer {
  cursor: pointer;
  color: #42A5F5;
}

.pic {
  margin-top: 30px;
  margin-bottom: 20px;
}

/*.card-block {
  width: 200px;
  border: 1px solid lightgrey;
  border-radius: 5px !important;
  background-color: #FAFAFA;
  margin-bottom: 30px
}

.card-body.show {
  display: block
}

.card {
  padding-bottom: 20px;
 box-shadow: 2px 2px 6px 0px rgb(200, 167, 216)
}*/

.radio {
  border-radius: 0px !important;
  display: inline-block;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  box-shadow: 0px 3px 7px 0px rgba(89, 89, 89, 0.1);
  /*-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);*/
  background-color: #ffffff;
  /* box-shadow: 40px 40px 80px rgb(0 0 0 / 10%); */
}

#wizard input {
  background: white;
}

.radio2 {
  border-radius: 0px !important;
  display: inline-block;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  box-shadow: 0px 3px 7px 0px rgba(89, 89, 89, 0.1);
  /*-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%)*/
  background-color: #ffffff;
  /* box-shadow: 40px 40px 80px rgb(0 0 0 / 10%); */
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.radio.selected {
  box-shadow: 0px 8px 16px 0px #EEEEEE;
  /*-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);*/
  background: #0852ED;
  color: #fff;
}

.radio.selected i {
  color: white;
}

.radio.selected p {
  color: #fff !important;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.radio2.selected {
  box-shadow: 0px 8px 16px 0px #EEEEEE;
  /*-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);*/
  background: #0852ED;
  color: #fff;
}

.radio2.selected i {
  color: white;
}

.radio2.selected p {
  color: #fff !important;
}

.selected {
  background-color: #E0F2F1;
}

.a {
  justify-content: center !important;
}

.btn {
  border-radius: 0px;
}

.btn,
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

@media only screen and (min-width: 1600px) {
  main#fondowizard {
    background-position: top right !important;
  }
}

.radio2:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.domain {
  border-radius: 25px !important;
  display: inline-block;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  width: auto;
  color: #000;
  font-weight: 500;
  /* box-shadow: 40px 40px 80px rgb(0 0 0 / 10%); */
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.1);
  transition: all 0.33s;
  /*-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%)*/
}

.domain.selected {
  width: auto;
  box-shadow: none;
  /*-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);*/
  background: #021732;
  color: #fff;
}

.domain.selected label {
  color: white;
}

.domain.selected label p {
  color: #fff;
}

.domain:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.priceaddon {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #595F6F;
}

.steps.clearfix {
  padding-bottom: 0px;
}

button.btngray {
  background: #BFC4CE;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  width: 213.63px;
  color: #FFFFFF;
  padding: 15px 20px !important;
}

.titlecom {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #021732;
}

.subtitlecom {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: -1px;
  color: #021732;
}

.titleplancom {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -1px;
  color: #000000;
}

.priceplancom {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -1px;
  color: #000000;
}

.ordercom {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -1px;
  color: #000000;
}

.statuscom {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -1px;
  color: #000000;
}

.btn-flotante {
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.btn-flotante:hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
}

.btn-flotante2 {
  position: fixed;
  bottom: 40px;
  left: 70px;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.btn-flotante2:hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
  #logo_sitejet {
    width: 180px;
    transform: translateY(5px);
  }

  #header_text {
    font-size: 26px;
  }

  .btn-flotante {
    bottom: 20px;
    right: 20px;
    width: 45%;
  }

  .btn-flotante i {
    padding-left: 10px !important;
  }

  .btn-flotante2 {
    bottom: 20px;
    left: 20px;
    width: 45%;
  }

  button#btnnext4 div.col-2 {
    padding-left: 0px !important;
  }

  button#btnnext4 div.col-10 {
    padding-right: 0px !important;
  }
}

.textcontainer {
  padding: 40px 0;
  text-align: center;
}

.particletext {
  text-align: center;
  font-size: 48px;
  position: relative;
}

.particletext.confetti > .particle {
  opacity: 0;
  position: absolute;
  animation: confetti 3s ease-in infinite;
}

.particletext.confetti > .particle.c1 {
  background-color: rgba(252, 180, 46, 0.5);
}

.particletext.confetti > .particle.c2 {
  background-color: rgba(2, 23, 50, 0.5);
}

@keyframes confetti {
  0% {
    opacity: 0;
    transform: translateY(0%) rotate(0deg);
  }

  10% {
    opacity: 1;
  }

  35% {
    transform: translateY(-800%) rotate(270deg);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(2000%) rotate(1440deg);
  }
}

