.section-traslados {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-traslados .banner {
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-traslados .banner img {
  width: 100%;
}

.que-es-un-traslado {
  padding: 0 20px;
  width: 100%;
  max-width: 1135px;
}

.que-es-un-traslado h2 {
  font-size: 22px;
  font-weight: bold;
  color: #50534A;
  text-align: center;
  margin-top: 20px;
}

.que-es-un-traslado p {
  font-size: 16px;
  font-weight: 400;
  color: #50534A;
  text-align: left;
  margin-top: 20px;
}

.que-es-un-traslado h3 {
  font-size: 16px;
  font-weight: 400;
  color: #019DF4;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.que-es-un-traslado .slider-traslado .item {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  box-shadow: 0px 2px 8px 0px #00000029;
  min-height: 95px;
  margin: 0 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #50535A;
}

.etapas-de-proceso {
  background-color: #019DF4;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.etapas-de-proceso .inner-content {
  padding: 20px;
  width: 100%;
  max-width: 1135px;
}

.etapas-de-proceso .title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.etapas-de-proceso .title span {
  text-decoration: underline;
}

.etapas-de-proceso .inner-content .slider-proceso .item {
  box-shadow: 2.85px -2.85px 8.55px 0px #0000001F inset;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  padding: 10px;
  margin: 0 10px;
  color: #50535A;
  min-height: 183px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 20px;
}

.slick-dots li button:before {
  font-size: 14px;
}

.slick-dots li.slick-active button:before {
  color: #0B2739;
}

.content-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;

}

.content-btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 50px;
  background-color: #F28D15;
  color: #fff;
  font-size: 16px;
  font-weight: bold;

}

.franja-contacto {
  width: 100%;
  padding: 0 20px;
}

.franja-contacto .inner-content {
  background-color: #E1EFFF;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.franja-contacto .inner-content .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #0B2739;
  line-height: normal;
  margin-bottom: 10px;
}

.franja-contacto .inner-content .info {
  background-color: #fff;
  color: #50535A;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.franja-contacto .inner-content .info .item {
  padding: 10px 0;
  border-top: 1px solid #50534A;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.franja-contacto .inner-content .info .item i {
  font-size: 18px;
  color: #019DF4;
}

.franja-contacto .inner-content .info .item:nth-child(1) {

  border-top: none;
}

@media only screen and (min-width: 768px) {
  .intro-container {
    position: relative;
    top: 20px;
  }

  .intro-container img {
    max-width: 310px;
  }

  .que-es-un-traslado h2 {
    font-size: 28px;
    margin-top: 30px;
  }

  .que-es-un-traslado p {
    text-align: center;
    font-size: 20px;
    line-height: normal;
  }

  .que-es-un-traslado h3 {
    font-size: 20px;
  }

  .que-es-un-traslado .slider-traslado .item {
    font-size: 16px;
    padding: 10px 2px;
  }

  .etapas-de-proceso .title {
    font-size: 20px;
  }

  .etapas-de-proceso .inner-content .slider-proceso .item {
    min-height: 140px;
  }

  .content-btn a {
    max-width: 235px;
  }

  .franja-contacto .inner-content {
    flex-direction: row;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 47% 53%;

  }

  .franja-contacto .inner-content .title {
    text-align: left;
    margin-bottom: 0;
  }

  .franja-contacto .inner-content .info {

    display: grid;
    grid-template-columns: 43% 27% 30%;
    font-size: 13px;
  }

  .franja-contacto .inner-content .info .item {
    border-top: none;
    border-right: 1px solid #50534A;
    padding: 0;

  }

  .franja-contacto .inner-content .info .item.item:nth-child(3) {
    border-top: none;
    border-right: none;
  }

  .franja-contacto .inner-content .info .item i {
    font-size: 14px;
  }
}