* {
  box-sizing: border-box;
}

body {
  background: linear-gradient(180deg, #f2f2f2 0%, #ffffff 97.83%) no-repeat;
}

.main-soluciones-plantilla .deco.img-4 {
  display: none;
}

.main-soluciones {
  padding-left: 20px;
  padding-right: 20px;
  /* padding-top: 88px; */
  position: relative;
}

.main-conocenos {
  padding-top: 0;
}

.pos-rel,
section {
  position: relative;
}

.deco {
  position: absolute;
  display: none;
  z-index: 0;
}

section {
  z-index: 1;
}

section.w {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.py-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-section {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 20px;
}

.main-soluciones-plantilla .banner-container .banner-title {
  width: 90%;
}

.main-soluciones-plantilla .banner-container .paragraph {
  text-align: left;
}

.main-soluciones-plantilla .title-section,
.main-soluciones-plantilla .paragraph {
  text-align: center;
}

.text-black {
  color: #292929;
}

.text-grey {
  color: #535353;
}

.text-orange {
  color: #ff6418;
}

.text-skyblue {
  color: #18b2ff;
}

.banner-container {
  display: flex;
  flex-direction: column;
}

.banner-wrapper.desk {
  display: none;
}

.banner-text .banner-title {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 20px;
}

.banner-text .banner-subtitle {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px;
}

.banner-text .tech .logos-tech {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner-text .tech .logos-tech img {
  height: 32px;
  /* max-width: 216px; */
}

.banner-text > div {
  margin: 30px 0;
}

.badge-skyblue {
  padding: 2px 10px;
  border-radius: 20px;
  background-color: #cdeeff;
  color: #18b2ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  width: fit-content;
}

.btn {
  padding: 12px 50px 12px 20px;
  background-color: #fff;
  border-radius: 40px;
  font-weight: 600;
}

.btn.orange-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  background: url("../images/arrow-right-orange.png") no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}

a.btn {
  position: relative;
  text-align: center;
  display: block;
  text-decoration: none;
}

.banner-container .banner-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 20px auto 0;
}

.banner-container .banner {
  width: 100%;
  /* max-width: none; */
}

.paragraph {
  font-size: 16px;
  margin: 0 0 20px;
}

.carrusel-serv {
  margin: 20px 0 50px;
}

.carrusel-serv .card-sol .card-img {
  position: relative;
  z-index: 2;
  display: flex;
  height: 172px;
  max-width: 100%;
  margin: 0 auto -35px;
}

.carrusel-serv .card-sol .card-body {
  border-radius: 2px;
  overflow: hidden;
  padding: 50px 25px 40px;
}

.carrusel-serv .card-sol .card-body .card-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

.carrusel-serv .card-sol .card-body .card-p {
  margin: 0;
  margin-right: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.carrusel-serv .card-sol .card-body .card-p,
.carrusel-serv .card-sol .card-body .card-title {
  z-index: 1;
}

.carrusel-serv .card-sol .card-body .card-link,
.carrusel-serv .card-sol .card-body .card-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.carrusel-serv .card-sol .card-body .card-link {
  width: 88px;
  height: 88px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-color: transparent;
  box-shadow: 0 0 0 100vw #fff;
}

.carrusel-serv .card-sol .card-body .card-link a {
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: #292929;
  color: #fff;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #292929;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  transition: 0.3s;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #292929;
  width: 26px;
}

.prev-button,
.next-button {
  display: none;
}

@media (min-width: 576px) {
  section.w {
    max-width: 700px;
  }

  .btn {
    width: fit-content;
  }

  .banner-text .banner-title {
    font-size: 34px;
  }

  .banner-text .banner-subtitle {
    font-size: 20px;
  }

  .banner-text .tech .logos-tech {
    gap: 20px;
    justify-content: start;
  }

  .banner-text .tech .logos-tech img {
    height: 35px;
  }

  .title-section {
    font-size: 26px;
  }

  .carrusel-serv .card-sol .card-img {
    height: 190px;
  }
}

@media (min-width: 768px) {
  .main-conocenos .iframe-youtube {
    width: 50%;
  }

  .main-conocenos .iframe-vimeo {
    width: 50%;
  }

  section.w {
    max-width: 900px;
  }

  .banner-text .banner-title {
    font-size: 36px;
  }

  .title-section {
    font-size: 28px;
  }

  .carrusel-serv .card-sol .card-body .card-p {
    margin-right: 60px;
  }

  .carrusel-serv .card-sol .card-body .card-link {
    width: 95px;
    height: 95px;
  }

  .carrusel-serv .card-sol .card-body .card-link a {
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 992px) {
  .deco {
    display: block;
    z-index: -1;
  }

  /* .deco.img-1 {
    top: 0;
    right: 0;
    max-width: 550px;
  }
  .deco.img-2 {
    top: 100px;
    left: 0;
    max-width: 280px;
  }
  .deco.img-3 {
    top: 1100px;
    left: 0;
    max-width: 450px;
  }
  .deco.img-4 {
    bottom: 0;
    right: 0;
    max-width: 500px;
  } */
  section.w {
    max-width: 1200px;
  }

  .banner-container {
    flex-direction: row;
  }

  .banner-wrapper.desk {
    display: block;
  }

  .banner-container .banner-wrapper {
    max-width: none;
    margin: 0;
    width: 50%;
  }

  .banner-text {
    width: 50%;
    padding-right: 60px;
  }

  .banner-text .banner-title {
    font-size: 38px;
  }

  .banner-text .banner-subtitle {
    font-size: 22px;
  }

  .banner-text .tech .logos-tech img {
    height: 40px;
  }

  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .bajada-section {
    max-width: 604px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .carrusel-serv .card-sol .card-body {
    padding: 80px 25px 40px;
  }

  .carrusel-serv .card-sol .card-body .card-link {
    width: 110px;
    height: 110px;
    bottom: -20px;
    right: -20px;
  }

  .carrusel-serv .card-sol .card-body .card-link a {
    width: 60px;
    height: 60px;
  }

  .carrusel-serv .card-sol .card-img {
    height: 210px;
    margin: 0 auto -50px;
  }

  .carrusel-serv .card-sol .card-body .card-title {
    font-size: 18px;
  }

  .prev-button,
  .next-button {
    display: block;
    position: absolute;
    z-index: 1;
    top: 40%;
    border: none;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0px 3px 8.1px 0px #00000033;
    cursor: pointer;
  }

  .next-button {
    right: 0;
  }

  .prev-button img,
  .next-button img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .main-conocenos {
    padding-top: 68px;
  }

  .py-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-container .banner-wrapper {
    width: 558px;
  }

  .banner-text {
    flex-grow: 1;
    padding-right: 90px;
  }

  .banner-text .banner-title {
    font-size: 40px;
  }

  .title-section {
    font-size: 34px;
  }

  .paragraph {
    font-size: 20px;
  }

  .carrusel-serv .card-sol .card-body .card-title {
    margin: 0 0 20px;
  }

  .carrusel-serv .card-sol .card-body .card-p {
    margin-right: 70px;
  }

  .carrusel-serv .card-sol .card-body .card-link {
    width: 120px;
    height: 120px;
  }

  .carrusel-serv .card-sol .card-body .card-link a {
    width: 66px;
    height: 66px;
  }

  .carrusel-serv .card-sol .card-img {
    height: 230px;
    margin: 0 auto -70px;
  }

  .prev-button,
  .next-button {
    width: 66px;
    height: 66px;
  }
}

@media (min-width: 1400px) {
  .deco.img-1,
  .deco.img-2,
  .deco.img-3,
  .deco.img-4 {
    max-width: none;
  }

  .deco.img-2 {
    top: 15px;
  }

  .deco.img-3 {
    top: 1380px;
  }

  .banner-container .banner-wrapper {
    width: 597px;
  }

  .banner-text {
    padding-right: 72px;
  }

  .banner-text .banner-subtitle {
    font-size: 24px;
  }

  .banner-text .tech .logos-tech {
    gap: 14px;
  }

  .banner-text .tech .logos-tech img {
    height: 58px;
  }

  .carrusel-serv .card-sol .card-body {
    padding: 100px 25px 40px;
  }

  .carrusel-serv .card-sol .card-img {
    height: 246px;
    margin: 0 auto -85px;
  }

  .next-button {
    right: -33px;
  }

  .prev-button {
    left: -33px;
  }
}
