* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

.new-section {
  padding-left: 20px;
  padding-right: 20px;
  margin: 30px 0;
}

.my-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-primary {
  color: #1195f9;
}

.text-dark {
  color: #1a4048;
}

.text-grey {
  color: #4A4A4A;
}

.title-section {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px;
}

.texto-superior {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

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

.bajada {
  font-size: 16px;
}

.box-container {
  width: 100%;
  max-width: 873px;
  margin: 0 auto;
}

.max-width {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.new-btn-outline {
  font-size: 15px;
  font-weight: 700;
  padding: 16px 30px;
  color: #1195f9;
  background-color: transparent;
  border: 1px solid #1195f9;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
}

.new-btn-outline:hover {
  background-color: #1195f9;
  color: #fff;
}

.new-btn-outline:disabled {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #757575;
  cursor: not-allowed;
}

.new-btn-solid {
  font-size: 15px;
  font-weight: 700;
  padding: 16px 30px;
  color: #fff;
  background-color: #1195f9;
  border: 1px solid #1195f9;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
}

.new-btn-solid:hover {
  background-color: transparent;
  color: #1195f9;
}

.btn-new {
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  padding: 5px 15px;
}

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

.new-btn-secondary {
  background-color: #3156BE;
  color: #fff;
  border: 1px solid #3156BE;

  cursor: pointer;
}

.new-btn-secondary:hover {
  background-color: #fff;
  color: #3156BE;
}

.new-btn-secondary-outline {
  background-color: transparent;
  color: #3156BE;
  border: 1px solid #3156BE;
  cursor: pointer;
}

.new-btn-secondary-outline:hover {
  background-color: #3156BE;
  color: #fff;
}

.flex-box {
  display: flex;
  flex-direction: column;
}

.flex-box .flex-box-column:not(:last-child) {
  margin-bottom: 20px;
}

.list-new {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-new li {
  padding-left: 50px;
  position: relative;
}

.list-new li:not(:last-child) {
  margin-bottom: 20px;
}

.list-new li svg {
  position: absolute;
  left: 0;
  top: -8px;
}

.title-section-2 {
  font-size: 24px;
  font-weight: 400;
}

.btns-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.btns-container .btn-new {
  width: 50%;
}

.carruselimg-right .slick-next,
.carruselimg-right .slick-prev {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  border: none;
  background-color: #191B1B;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.carruselimg-right .slick-next {
  right: 20px;
}

.carruselimg-right .slick-prev {
  right: 70px;
}

.carruselimg-right .slick-next::after,
.carruselimg-right .slick-prev::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
}

.carruselimg-right .slick-prev::after {
  background: url('../img/prev.svg') no-repeat;
  background-size: contain;
}

.carruselimg-right .slick-next::after {
  background: url('../img/next.svg') no-repeat;
  background-size: contain;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #191B1B;
  cursor: pointer;
  opacity: 0.8;
}

.slick-dots li.slick-active {
  opacity: 1;
  background-color: #000;
}

.slick-dots li button {
  display: none;
}

.carruselimg-right picture img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}

.carrusel-testimonios {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.carrusel-testimonios .slick-list {
  overflow: hidden;
}

.carrusel-testimonios .slick-next,
.carrusel-testimonios .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: 1PX solid #333333;
  background-color: transparent;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.carrusel-testimonios .slick-next {
  right: 0;
}

.carrusel-testimonios .slick-prev {
  left: 0;
}

.carrusel-testimonios .slick-next::after,
.carrusel-testimonios .slick-prev::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
}


.carrusel-testimonios .slick-prev::after {
  background: url('../img/prev-black.svg') no-repeat;
  background-size: contain;
}

.carrusel-testimonios .slick-next::after {
  background: url('../img/next-black.svg') no-repeat;
  background-size: contain;
}

.carrusel-testimonios .slick-dots {
  position: initial;
  margin-top: 30px;
}

.testimonio-card .testimonio-valoracion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
}

.testimonio-card .testimonio-valoracion img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.testimonio-card .testimonio {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
  text-align: center;
}

.testimonio-card .perfil-testimonio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.testimonio-card .perfil-testimonio .person {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
}

.testimonio-card .perfil-testimonio .empresa {
  height: 48px;
  object-fit: contain;
}

.testimonio-card .perfil-testimonio .text h4 {
  font-weight: 600;
}

.testimonio-card .perfil-testimonio .text h4,
.testimonio-card .perfil-testimonio .text p {
  text-align: center;
  font-size: 16px;
  margin: 5px 0;
}

@media (min-width: 576px) {
  .carruselimg-right picture img {
    height: 500px;
  }

}

@media (min-width: 768px) {
  .title-section {
    font-size: 32px;
  }

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

  .btns-container .btn-new {
    width: auto;
    min-width: 188px;
  }

  .testimonio-card .testimonio {
    font-size: 24px;
  }

  .carruselimg-right picture img {
    height: 655px;
  }

  .my-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .new-section {
    margin: 50px 0;
  }

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

  .bajada {
    font-size: 18px;
  }

  .title-section-2 {
    font-size: 30px;
  }

  .carruselimg-right picture img {
    height: 550px;
  }

  .flex-box {
    flex-direction: row;
    gap: 30px;
  }

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

  .flex-box .flex-box-column {
    width: 45%;
  }

  .flex-box .flex-box-column:last-child {
    width: 55%;
  }

  .list-new li:not(:last-child) {
    margin-bottom: 30px;
  }

  .carrusel-testimonios .slick-next {
    right: -100px;
  }

  .carrusel-testimonios .slick-prev {
    left: -100px;
  }

  .testimonio-card .perfil-testimonio {
    flex-direction: row;
    gap: 40px;
  }

  .testimonio-card .perfil-testimonio .text h4,
  .testimonio-card .perfil-testimonio .text p {
    text-align: start;
  }

  .testimonio-card .perfil-testimonio .empresa {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .title-section {
    font-size: 40px;
  }

  /* .testimonio-card .testimonio {
    font-size: 26px;
  } */

  .carruselimg-right picture img {
    height: 570px;
  }

  .my-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}