#customPageTitle {
  display: none
}

.arrows {
  display: none
}

#progress {
  top: 114px;
  background-color: #fff;
  height: 87px;
  position: fixed;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  box-shadow: 1px 5px 11px -2px #cccccceb
}

.cajaPaso {
  width: fit-content;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 10px 10px;
  overflow: hidden;
  float: left
}

.cajaPaso::after {
  content: "";
  display: block;
  width: 70px;
  margin: 16px auto;
  height: 2px;
  border-radius: 29px;
  background: #f4f4f4
}

.next.cajaPaso::after {
  background: #000
}

.cajaPaso:last-of-type.cajaPaso:after {
  width: 0
}

.circle {
  height: 30px;
  background-color: #f4f4f4;
  width: 30px;
  border-radius: 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center
}

.next .circle {
  background-color: var(--violet)
}

.next .paso {
  color: #fff
}

.next .step {
  color: #000;
  font-weight: 500
}

.paso {
  color: #b7b7b7;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  margin: auto
}

.step {
  font-size: 17px;
  margin: 0 12px;
  color: #b7b7b7
}

#devices {
  width: 100%;
  min-height: 625px;
  height: auto;
  background-color: var(--background);
  overflow: hidden;
  position: relative;
  float: left;
  top: 50px
}

#itemDev {
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0;
  width: 16%;
  margin-left: 13%
}

.dev {
  width: 90%;
  margin-left: 5%;
  height: 10vw;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

.dev:hover {
  border-color: var(--secondary);
  box-shadow: 3px 5px 11px -1px #cccccceb
}

.dev:hover+.pDev {
  opacity: 1
}

.devSelected {
  border-color: var(--secondary);
  background-color: #fff;
  box-shadow: 1px 5px 11px -2px #cccccceb
}

.imgDev {
  width: 97%
}

.centeredContent {
  width: 100% !important
}

.customPageCenteredContent {
  margin-top: 37px !important
}

.centerBox {
  margin-left: 15%;
  margin-right: 15%;
  overflow: hidden;
  position: relative
}

.titles {
  position: relative;
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  justify-content: center;
  align-items: center
}

.titulo {
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  color: #1c1c1c;
  text-transform: uppercase;
  position: relative;
  float: left;
  margin: 0;
  width: fit-content;
  overflow: hidden
}

.titles.paso5 {
  margin-bottom: 0%
}

.desktop {
  font-weight: 100;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  color: #1c1c1c;
  text-transform: uppercase;
  position: relative;
  float: left;
  margin: 0;
  width: 20px;
  text-align: center;
  overflow: hidden
}

.subtitulo {
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  color: var(--base);
  text-transform: inherit;
  float: left;
  margin: 0;
  position: relative;
  overflow: hidden;
  text-align: center
}

.pDev {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--base);
  margin-bottom: 40%;
  display: block;
  overflow: hidden;
  width: 100%;
  opacity: 0
}

#brands {
  width: 100%;
  min-height: 550px;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
  display: none;
  top: 93px
}

.bra {
  width: 14%;
  height: 10vw;
  border-radius: 7px;
  border-width: 1px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-left: 5%;
  margin-bottom: 7%;
  margin-top: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

.bra:hover {
  border-color: var(--secondary);
  filter: none;
  box-shadow: 2px 3px 11px -2px #cccccceb
}

.braSelected {
  border-color: var(--secondary);
  background-color: #fff;
  filter: none;
  box-shadow: 1px 5px 11px -2px #cccccceb
}

.imgBra {
  width: 75%;
  height: 50%;
  object-fit: contain
}

.pBra {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #3e3e3e;
  overflow: hidden;
  position: relative;
  float: left;
  margin-left: 54px;
  width: 14.75%
}

#models {
  width: 100%;
  min-height: 636px;
  height: auto;
  background-color: var(--background);
  overflow: hidden;
  position: relative;
  float: left;
  display: none
}

.itemMod {
  overflow: hidden;
  position: relative;
  float: left;
  margin-left: 4%;
  margin-bottom: 7%;
  width: 15%
}

.mod {
  align-items: center;
  border-radius: 7px;
  width: 91%;
  margin-left: 4.5%;
  border-width: 1px;
  display: flex;
  justify-content: center;
  height: 12vw;
  background-color: #fff;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

.mod:hover {
  border-color: var(--secondary);
  box-shadow: 1px 5px 11px -2px #cccccceb
}

.modSelected {
  border-color: var(--secondary);
  background-color: #fff;
  box-shadow: 1px 5px 11px -2px #cccccceb
}

.imgMod {
  width: 80%;
  display: block;
  margin: auto
}

.pMod {
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  height: 44px;
  text-align: center;
  color: var(--base)
}

#repairs {
  width: 100%;
  min-height: 982px;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
  display: none
}

#image {
  height: auto;
  width: 50%;
  overflow: hidden;
  position: relative;
  float: left
}

.imgRep {
  width: 100%;
  height: auto
}

#productName {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
  overflow: hidden;
  position: relative;
  margin-left: 5%;
  float: left;
  margin-top: 0;
  color: var(--base)
}

#repairItems {
  overflow: hidden;
  position: relative;
  float: left;
  width: 45%;
  margin-left: 5%
}

.item {
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

.item:hover {
  background-color: var(--violet)
}

.item:hover .repairName,
.item:hover .repairPrice {
  color: var(--white)
}

.itemSelected .repairName {
  color: #f9f7f7
}

.itemSelected .repairPrice {
  color: #f9f7f7
}

.itemSelected {
  background-color: var(--violet)
}

.repairName {
  overflow: hidden;
  position: relative;
  float: left;
  width: 45%;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #444;
  margin-left: 25px;
  text-transform: capitalize
}

.repairPrice {
  overflow: hidden;
  position: relative;
  float: right;
  text-align: right;
  width: fit-content;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 21px;
  color: #444;
  margin-right: 25px
}

#totalRepairs {
  background-color: #231f20;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
  height: 30px
}

#Subtotal {
  overflow: hidden;
  position: relative;
  float: left;
  width: 45%;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  margin-left: 25px;
  margin-top: 7px
}

#SubtotalPrice {
  overflow: hidden;
  position: relative;
  float: right;
  text-align: right;
  width: fit-content;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  margin-right: 25px;
  margin-top: 7px
}

#continuarRepair {
  overflow: hidden;
  position: relative;
  float: left;
  font-style: normal;
  margin-bottom: 11%;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  background-color: var(--black);
  border: 1px solid var(--black);
  color: #fff;
  font-size: 17px;
  width: 140px;
  border-radius: 50px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 30px;
  line-height: 36px;
  height: 40px
}

#continuarRepair:hover {
  border-style: solid;
  border-width: 1px;
  background-color: var(--secondary);
  color: var(--black);
  border-color: var(--secondary)
}

.contactUsParagraph {
  width: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  display: flex;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  justify-content: center
}

.contactUsParagraph a {
  text-decoration: underline;
  font-weight: 600
}

#subtotalFormulario {
  width: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 8.25vw;
  display: flex;
  display: none
}

#subTot {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #000
}

#txtSubtotalFormulario {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  margin-left: 10px
}

#requests {
  width: 100%;
  min-height: 636px;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
  display: none
}

.input {
  overflow: hidden;
  position: relative;
  border: 1px;
  border-color: #b9b9b9;
  border-style: solid;
  width: 36.1%;
  height: 55px;
  border-radius: 7px;
  float: left;
  margin-left: 21px;
  margin-bottom: 30px;
  text-indent: 17px;
  -webkit-box-sizing: border-box;
  left: 10%;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #444;
  background-color: #fff
}

#local {
  width: 100%;
  margin: 0;
  border: unset;
  left: 0
}

#arrow {
  background-color: #000;
  width: 15%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none
}

#arrowSelect {
  width: 40%
}

#model {
  width: 74%;
  height: 55px;
  position: relative;
  display: none
}

.notApple {
  display: block !important
}

#message {
  width: 74%;
  height: 227px;
  padding-top: 19px;
  -webkit-box-sizing: border-box;
  resize: none
}

#continuarRequest {
  overflow: hidden;
  position: relative;
  float: left;
  margin-left: 29vw;
  margin-bottom: 8%;
  margin-top: 4%;
  font-style: normal;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  background-color: var(--black);
  border: 1px solid var(--black);
  color: #fff;
  font-size: 17px;
  width: 140px;
  border-radius: 50px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 30px;
  line-height: 36px;
  height: 40px
}

#continuarRequest:hover {
  border-style: solid;
  border-width: 1px;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--black)
}

@media screen and (max-width: 1100px) {
  .desktop {
    display: none
  }

  .customPageCenteredContent {
    margin-top: 0 !important;
    padding-top: unset
  }

  #progress {
    top: 61px;
    padding-left: 24%;
    width: 1100px;
    display: unset
  }

  #progress .slick-list {
    padding: 0 95px !important
  }

  .step {
    font-size: 17px
  }

  .cajaPaso {
    position: relative;
    width: calc(18% - 5px) !important;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: unset;
    margin: 0;
    margin-top: 10px
  }

  .cajaPaso.slick-slide {
    margin-left: 5px !important;
    margin-right: 5px !important
  }

  .circle {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-left: 30px
  }

  .cajaPaso::after {
    position: absolute;
    width: 27%;
    top: 33px;
    left: 86%
  }

  .cajaPaso:last-of-type.cajaPaso:after {
    margin-right: 10px
  }

  .arrows {
    display: unset;
    left: 40%;
    overflow: hidden;
    position: relative;
    margin-left: 3%;
    float: left;
    width: 5%
  }

  .titles {
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 5%;
    text-align: unset;
    margin-top: 8%;
    width: 90%;
    justify-content: center;
    flex-direction: column;
    align-content: center
  }

  .titulo {
    font-size: 18px;
    width: 100%;
    margin-right: 3%;
    text-align: center
  }

  .subtitulo {
    font-size: 15px;
    width: 70%;
    text-align: center;
    margin-bottom: 7%;
    line-height: 20px
  }

  #devices {
    min-height: 645px;
    top: 88px
  }

  .centerBox {
    margin: auto;
    width: 90%
  }

  .dev {
    height: 50vw;
    width: 100%;
    box-sizing: border-box;
    width: 90%;
    margin: auto
  }

  #itemDev {
    display: flex;
    margin-left: unset;
    align-items: center;
    flex-direction: column
  }

  .slick-slide {
    margin-left: 75px !important;
    margin-right: 75px !important
  }

  .itemMod.slick-slide {
    margin-left: 40px !important;
    margin-right: 40px !important
  }

  .imgMod {
    aspect-ratio: 1/1;
    object-fit: contain
  }

  .imgDev {
    margin: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
    height: 100%
  }

  .pDev {
    margin-bottom: 12%;
    margin-top: 28px;
    height: auto;
    position: relative;
    float: left;
    width: 48vw;
    opacity: 1
  }

  #brands {
    min-height: 550px
  }

  #boxBrands {
    width: 100% !important
  }

  .bra {
    height: auto;
    margin: 0 20px 15px !important;
    width: 150px;
    aspect-ratio: 1/1
  }

  .imgBra {
    margin: 0 auto;
    width: 80%;
    height: 80%;
    aspect-ratio: 1/1
  }

  .itemMod {
    margin-bottom: unset
  }

  #imageContainer {
    width: 70%;
    margin: auto
  }

  #image {
    width: 100%
  }

  #productName {
    margin-left: 0%;
    font-size: 30px;
    width: 100%;
    margin-top: 10px;
    text-align: center
  }

  #repairItems {
    width: 100%;
    margin-left: 2%
  }

  .repairName {
    width: 60%;
    line-height: 26px;
    font-size: 14px
  }

  #continuarRepair {
    margin-left: 24vw;
    width: 43%
  }

  #subtotalFormulario,
  .contactUsParagraph {
    margin-left: unset
  }

  .input {
    width: 90vw;
    margin-left: unset;
    height: 50px;
    left: 0%;
    margin-bottom: 15px
  }

  #message {
    width: 90vw
  }

  #model {
    width: 100%
  }

  #continuarRequest {
    margin-left: 25vw;
    width: 43%
  }

  .mod {
    height: auto;
    margin: 20px 10px;
    padding: 10px 0
  }
}

@media screen and (min-width: 415px) and (max-width:768px) {
  #devices {
    padding-bottom: 130px
  }

  #progress {
    width: 1434px;
    padding-left: 33%
  }
}