/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/

/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/
@media (min-width: 1343px) and (max-width: 3040px) {
  .carousel-caption span {
    font-size: 55px;
  }
  .carousel-caption h1 {
    font-size: 70px;
    padding-bottom: 0px;
    line-height: 80px;
  }
  .carousel-caption a {
    margin-top: 50px;
    margin-left: -70px;
    max-width: 300px;
    font-size: 21px;
  }
  .container-toggler-icon {
    display: none;
  }
  .card-body h5 {
    font-size: 15px;
  }
  .card-body p {
    font-size: 15px;
    font-weight: 400;
  }
  .button-products-cards a {
    width: 100%;
    font-size: 15px;
  }
  .text-credimercado-carousel {
    margin-top: 50px;
    margin-left: -50px;
  }
  .btn-carousel-credimercado {
    margin-left: 1050px;
    margin-top: 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1342px) {
  .carousel-caption span {
    font-size: 43px;
  }
  .carousel-caption a {
    margin-top: 25px;
    margin-left: 10px;
  }
  .container-toggler-icon {
    display: none;
  }
  .card-body h5 {
    font-size: 15px;
  }
  .card-body p {
    font-size: 15px;
    font-weight: 400;
  }
  .button-products-cards a {
    width: 90%;
    font-size: 14px;
  }
  .text-credimercado-carousel {
    margin-top: -20px;
    margin-left: 0px;
  }
  .btn-carousel-credimercado {
    margin-left: 950px;
    margin-top: 70px;
  }
}

@media (min-width: 1008px) and (max-width: 1199px) {
  .navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 16px;
    font-size: 14px;
  }
  .navigation.navbar {
    padding: 30px 16px 30px 10px;
  }
  .titlepage h2 {
    font-size: 37px;
  }
  .carousel-caption h1 {
    font-size: 60px;
    padding-bottom: 0px;
  }
  .carousel-caption span {
    font-size: 40px;
  }
  .sign_btn {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .carousel-caption a {
    margin-top: 15px;
    margin-left: -70px;
  }
  .carousel-caption {
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 0; /* Alinea el contenedor en la parte superior */
    left: 0; /* Alinea el contenedor a la izquierda */
    width: 100%; /* Asegura que el contenedor tenga un ancho completo */
    padding: 0; /* Elimina cualquier padding */
    margin-left: 45px; /* Elimina cualquier margen */
    margin-top: 100px;
  }
  .container-toggler-icon {
    display: none;
  }
  .card-body h5 {
    font-size: 15px;
  }
  .card-body p {
    font-size: 15px;
    font-weight: 400;
  }
  .button-products-cards a {
    width: 60%;
    font-size: 14px;
  }
  .text-credimercado-carousel {
    margin-top: -20px;
    margin-left: 80px;
  }
  .btn-carousel-credimercado {
    margin-left: 750px;
    margin-top: 50px;
  }
  .text-credimercado-carousel h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    text-align: right;
    margin-bottom: -20px;
  }
  .text-credimercado-carousel span {
    font-size: 45px;
    line-height: 80px;
    font-weight: 200;
  }
  .text-credimercado-carousel h1 {
    font-size: 55px;
    line-height: 45px;
    font-weight: bold;
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1008px) {
  .navbar-brand {
    display: none;
  }
  .navbar-expand-md .navbar-nav {
    padding-right: 10px;
    margin-top: 0px;
  }
  .navigation.navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    margin-top: 15px;
  }
  .navigation.navbar {
    padding: 27px 16px 27px 0;
  }

  .sign_btn {
    display: none;
  }
  .carousel-caption {
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 0; /* Alinea el contenedor en la parte superior */
    left: 0; /* Alinea el contenedor a la izquierda */
    width: 100%; /* Asegura que el contenedor tenga un ancho completo */
    padding: 0; /* Elimina cualquier padding */
    margin-left: 45px; /* Elimina cualquier margen */
    margin-top: -125px;
  }
  .carousel-caption h1 {
    font-size: 48px;
    padding-bottom: 0px;
    line-height: 25px;
  }
  .carousel-caption span {
    font-size: 39px;
  }
  .carousel-caption a {
    padding: 9px 0px;
    margin-top: 5px;
    margin-left: -85px;
    max-width: 174px;
  }
  .relative {
    top: 52%;
    transform: translateY(-47%);
  }
  .titlepage h2 {
    font-size: 29px;
  }
  .mobile .titlepage span {
    margin-left: 19px;
  }
  .clients .titlepage span {
    margin-left: 28px;
  }
  .swiper-button-prev,
  .swiper-button-next {
      top: 40%;
      transform: translateY(-50%);
      background: #00aaea;
      color: rgb(255, 255, 255);
      height: 70px;
      width: 35px;
      transition: opacity 0.3s;
      z-index: 1000;
  }

  .text-title-products {
    margin-top: 40px;
    margin-left: 20px;
    text-align: center;
  }
  .text-title-products h3 {
    margin-left: 0px;
    font-size: 18px;
    color: #01033f;
  }
  .text-title-products h1 {
    margin-top: 0px;
    line-height: 40px;
    margin-left: 0px;
    font-size: 40px;
    font-weight: bold;
    color: #01033f;
  }
  .text-title-products p {
    line-height: 25px;
    margin-left: 0px;
    font-size: 20px;
    margin-bottom: 35px;
    color: #01033f;
  }
  .container-toggler-icon {
    display: none;
  }
  .card-body h5 {
    font-size: 15px;
  }
  .card-body p {
    font-size: 15px;
    font-weight: 400;
  }
  .button-products-cards a {
    width: 80%;
    font-size: 13px;
  }
  .text-credimercado-carousel {
    margin-top: -45px;
    margin-left: 90px;
  }
  .btn-carousel-credimercado {
    margin-left: 550px;
    margin-top: 35px;
  }
  .text-credimercado-carousel h3 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    text-align: right;
    margin-bottom: -20px;
  }
  .text-credimercado-carousel span {
    font-size: 35px;
    line-height: 55px;
    font-weight: 200;
  }
  .text-credimercado-carousel h1 {
    font-size: 45px;
    line-height: 35px;
    font-weight: bold;
    text-align: right;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .login {
    justify-content: center;
    align-items: center;
  }
  .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
  .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin-left: 30px;
    margin-top: -130px;
  }
  .carousel-caption a {
    position: absolute;
    top: 160px;
    left: 20px;
  }
  .carousel-caption h1 {
    font-size: 50px;
    padding-bottom: 0px;
    line-height: 25px;
    margin-top: 350px;
  }
  .carousel-caption span {
    font-size: 33px;
  }
  .carousel-caption a {
    position: absolute;
    margin-top: 375px;
    margin-left: 80px;
  }
  .credits-section {
    background: url(../images/pc_bg_mobile.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .buynow .container {
    flex-direction: column;
  }
  .columna-izquierda,
  .columna-derecha {
    width: 100%;
  }
  .subtitulo-y-texto-container {
    flex-direction: column;
  }
  .subtitulo-y-texto-1,
  .subtitulo-y-texto-2 {
    width: 100%;
  }
  .faq-container {
    width: 80%;
    margin-bottom: 30px;
  }
  .mean-container .mean-bar {
    margin-top: 0px;
  }
  .titlepage h2 {
    font-size: 35px;
  }
  .padding_bottom1 {
    padding-bottom: 30px;
  }
  .mobile_img {
    padding-bottom: 30px;
  }
  .clients .titlepage span {
    margin-left: 92px;
  }
  .sign_btn {
    display: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
      top: 35%;
      transform: translateY(-50%);
      background: #00aaea;
      color: rgb(255, 255, 255);
      height: 70px;
      width: 35px;
      transition: opacity 0.3s;
      z-index: 1000;
  }

  .text-title-products {
    margin-top: 40px;
    margin-left: 20px;
    text-align: center;
  }
  .text-title-products h3 {
    margin-left: 0px;
    font-size: 16px;
    color: #01033f;
  }
  .text-title-products h1 {
    margin-top: 0px;
    line-height: 37px;
    margin-left: 0px;
    font-size: 33px;
    font-weight: bold;
    color: #01033f;
  }
  .text-title-products p {
    line-height: 25px;
    margin-left: 0px;
    font-size: 15px;
    margin-bottom: 35px;
    color: #01033f;
  }
  .text-title-credits h3 {
    margin-bottom: -5px;
    font-size: 16px;
  }
  .text-title-credits h1 {
    font-size: 35px;
    font-weight: bold;
    color: #01033f;
    margin-bottom: -5px;
  }
  .text-title-credits h2 {
    margin-left: 95px;
    margin-right: 95px;
    font-size: 17px;
  }
  .row.d_flex {
    gap: 10px;
  }
  .credicolchon_img h2 {
    text-align: justify;
    font-weight: 700;
    color: #ffffff;
    margin-top: -10px;
    font-size: 28px;
  }
  .credimercado_img h2 {
    text-align: justify;
    font-weight: 700;
    color: #ffffff;
    margin-top: -60px;
    font-size: 28px;
  }
  .card-body h5 {
    font-size: 14px;
  }
  .card-body p {
    font-size: 13px;
    font-weight: 400;
  }
  .button-products-cards a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    font-size: 10px;
  }
  .text-credimercado-carousel {
    margin-top: -45px;
    margin-left: 90px;
  }
  .btn-carousel-credimercado {
    margin-left: 350px;
    margin-top: 35px;
    width: 200px;
    height: 50px;
  }
  .text-credimercado-carousel h3 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    text-align: right;
    margin-bottom: -20px;
  }
  .item-credimercado img {
    width: 100%;
    height: 500px;
  }
  .text-credimercado-carousel span {
    font-size: 35px;
    line-height: 55px;
    font-weight: 200;
  }
  .text-credimercado-carousel h1 {
    font-size: 45px;
    line-height: 35px;
    font-weight: bold;
    text-align: right;
  }
}

@media (min-width: 411px) and (max-width: 576px) {
  .login {
    justify-content: center;
    align-items: center;
  }
  .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
  .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin-left: 30px;
    margin-top: -130px;
  }
  .carousel-caption h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 0px;
    margin-right: 40px;
  }
  .carousel-caption span {
    font-size: 20px;
    line-height: 20px;
    margin-right: 40px;
  }
  .carousel-item img {
    height: 400px;
  }
  .relative {
    top: 54%;
  }
  .carousel-caption a {
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 0px; /* Alinea el contenedor en la parte superior */
    left: 0px; /* Alinea el contenedor a la izquierda */
    margin-top: 150px;
    margin-left: 40px;
  }
  .sign_btn a {
    display: none;
  }
  .titlepage h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .about_img {
    padding-top: 30px;
  }
  .mobile_img {
    margin-bottom: 30px;
  }
  .clients .titlepage span {
    margin-left: 41px;
  }
  .mobile .titlepage span {
    margin-left: 7px;
  }
  .padding_bottom1 {
    padding-bottom: 30px;
  }

  .testimonial_box {
    padding: 0px 19px 40px 20px;
  }
  .carousel-caption {
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 0; /* Alinea el contenedor en la parte superior */
    left: 0; /* Alinea el contenedor a la izquierda */
    width: 100%; /* Asegura que el contenedor tenga un ancho completo */
    padding: 0; /* Elimina cualquier padding */
    margin-left: 35px; /* Elimina cualquier margen */
    margin-top: 90px;
  }
  .swiper-button-prev,
  .swiper-button-next {
      top: 40%;
      transform: translateY(-50%);
      background: #00aaea;
      color: rgb(255, 255, 255);
      height: 70px;
      width: 35px;
      transition: opacity 0.3s;
      z-index: 1000;
  }

  .text-title-products {
    margin-top: 40px;
    margin-left: 20px;
    text-align: center;
  }
  .text-title-products h3 {
    margin-left: 0px;
    font-size: 16px;
    color: #01033f;
  }
  .text-title-products h1 {
    margin-top: 0px;
    line-height: 34px;
    margin-left: 0px;
    font-size: 33px;
    font-weight: bold;
    color: #01033f;
  }
  .text-title-products p {
    line-height: 25px;
    margin-left: 0px;
    font-size: 15px;
    margin-bottom: 35px;
    color: #01033f;
  }
  .card-body h5 {
    font-size: 14px;
  }
  .card-body p {
    font-size: 13px;
    font-weight: 400;
  }
  .button-products-cards a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    font-size: 10px;
  }

  .text-title-credits h3 {
    font-size: 16px;
  }
  .text-title-credits h1 {
    font-size: 28px;
    font-weight: bold;
    color: #01033f;
    line-height: 35px;
  }
  .text-title-credits h2 {
    margin-left: 95px;
    margin-right: 95px;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 55px;
  }
  .credits-section {
    background: url(../images/pc_bg_mobile_md.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .row.d_flex {
    gap: 0px;
  }
  .credicolchon_img {
    text-align: justify;
    color: #01033f;
    margin-bottom: -40px;
  }
  .buynow .container {
    flex-direction: column;
  }
  .columna-izquierda,
  .columna-derecha {
    width: 100%;
  }
  .subtitulo-y-texto-container {
    flex-direction: column;
  }
  .subtitulo-y-texto-1,
  .subtitulo-y-texto-2 {
    width: 100%;
  }
  .faq-container {
    width: 80%;
    margin-bottom: 30px;
  }
  .text-credimercado-carousel {
    margin-top: -95px;
    margin-left: 110px;
  }
  .btn-carousel-credimercado {
    margin-left: 250px;
    margin-top: 35px;
    width: 150px;
    height: 45px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
  }
  .text-credimercado-carousel h3 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    text-align: right;
    margin-bottom: -20px;
  }
  .item-credimercado img {
    width: 100%;
    height: 500px;
  }
  .text-credimercado-carousel span {
    font-size: 31px;
    line-height: 55px;
    font-weight: 200;
  }
  .text-credimercado-carousel h1 {
    font-size: 39px;
    line-height: 35px;
    font-weight: bold;
    text-align: right;
  }

  .copyright p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}
.title-privacidad {
  margin-left: 25px;
  margin-right: 25px;
}
.title-privacidad h1 {
  font-size: 25px;
  margin-top: 50px;
  color: #01033f;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}
.title-privacidad p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.title-cambios {
  margin-left: 10px;
  margin-right: 10px;
}
.title-cambios h1 {
  font-size: 28px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;
}
.body-cambios {
  text-align: justify;
  margin: 0;
}
.title-legislacion {
  margin-left: -30px;
  margin-right: -30px;
}
.title-legislacion h1 {
  font-size: 27px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;

}
.title-legislacion p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-legislacion {
  text-align: justify;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.body-legislacion p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.title-conducta {
  margin-left: -30px;
  margin-right: -30px;
}
.title-conducta h1 {
  font-size: 27px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;

}
.title-conducta p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-conducta {
  text-align: justify;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.body-conducta p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
}

@media (min-width: 360px) and (max-width: 410px) {
  .login {
    justify-content: center;
    align-items: center;
  }
  .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
  .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin-left: 30px;
    margin-top: -130px;
  }
  .carousel-caption h1 {
    font-size: 38px;
    line-height: 35px;
    padding-bottom: 0px;
    margin-right: 40px;
  }
  .carousel-caption span {
    font-size: 25px;
    line-height: 20px;
    margin-right: 40px;
  }
  .carousel-item img {
    height: 400px;
  }
  .carousel-caption a {
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 0px; /* Alinea el contenedor en la parte superior */
    left: 0px; /* Alinea el contenedor a la izquierda */
    margin-top: 150px;
    margin-left: 10px;
  }
  .carousel-caption {
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 0; /* Alinea el contenedor en la parte superior */
    left: 0; /* Alinea el contenedor a la izquierda */
    width: 100%; /* Asegura que el contenedor tenga un ancho completo */
    padding: 0; /* Elimina cualquier padding */
    margin-left: 35px; /* Elimina cualquier margen */
    margin-top: 90px;
  }
  .sign_btn a {
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
      top: 40%;
      transform: translateY(-50%);
      background: #00aaea;
      color: rgb(255, 255, 255);
      height: 50px;
      width: 25px;
      transition: opacity 0.3s;
      z-index: 1000;
  }

  .text-title-products {
    margin-top: 40px;
    margin-left: 20px;
    text-align: center;


  }
  .text-title-products h3 {
    margin-left: 0px;
    font-size: 16px;
    color: #01033f;
  }
  .text-title-products h1 {
    margin-top: 0px;
    line-height: 34px;
    margin-left: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #01033f;
  }
  .text-title-products p {
    line-height: 25px;
    margin-left: 0px;
    font-size: 15px;
    margin-bottom: 35px;
    color: #01033f;
  }

  .text-title-credits h3 {
    margin-bottom: -10px;
  }
  .text-title-credits h1 {
    margin-top: 0px;
    line-height: 30px;
    font-size: 29px;
    font-weight: bold;
    color: #01033f;
    margin-bottom: -5px;
  }
  .text-title-credits h2 {
    margin-left: 75px;
    margin-right: 75px;
    line-height: 20px;
    font-size: 16px;
  }
  .credits-section {
    background: url(../images/pc_bg_mobile_md.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .credicolchon_img {
    text-align: justify;
    color: #01033f;
    margin-bottom: -100px;
  }
  .buynow .container {
    flex-direction: column;
  }
  .columna-izquierda,
  .columna-derecha {
    width: 100%;
  }
  .subtitulo-y-texto-container {
    flex-direction: column;
  }
  .subtitulo-y-texto-1,
  .subtitulo-y-texto-2 {
    width: 100%;
  }

  .faq-container {
    width: 80%;
    margin-bottom: 30px;
  }
  .card-body h5 {
    font-size: 12px;
  }
  .card-body p {
    font-size: 12px;
    font-weight: 400;
  }
  .button-products-cards a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    font-size: 10px;
  }
  .text-credimercado-carousel {
    margin-top: -55px;
    margin-left: 110px;
  }
  .btn-carousel-credimercado {
    margin-left: 165px;
    margin-top: 15px;
    width: 150px;
    height: 45px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
  }
  .text-credimercado-carousel h3 {
    font-size: 17px;
    line-height: 36px;
    font-weight: 500;
    text-align: right;
    margin-bottom: -20px;
  }
  .item-credimercado img {
    width: 150%;
    height: 400px;
  }
  .text-credimercado-carousel span {
    font-size: 25px;
    line-height: 28px;
    font-weight: 200;
  }
  .text-credimercado-carousel h1 {
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
    text-align: right;
  }
 
  .copyright p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}
.footer_form {
 margin-bottom: 25px;
}
.title-terms {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.title-terms h1 {
  font-size: 25px;
  color: #01033f;
  text-align: center;
  margin-bottom: 15px;
}
.title-privacidad {
  margin-left: 25px;
  margin-right: 25px;
}
.title-privacidad h1 {
  font-size: 23px;
  margin-top: 50px;
  color: #01033f;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}
.title-privacidad p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.title-cambios {
  margin-left: 10px;
  margin-right: 10px;
}
.title-cambios h1 {
  font-size: 28px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;
}
.body-cambios {
  text-align: justify;
  margin: 0;
}
.title-cookies {
  margin-left: 30px;
  margin-right: 30px;
}
.title-cookies h1 {
  font-size: 30px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;
}
.title-cookies p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.title-cookies p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-cookies {
  text-align: justify;
  margin-bottom: 10px;
}
.body-cookies p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.title-descargo {
  margin-left: 0px;
  margin-right: 0px;
}
.title-descargo h1 {
  font-size: 27px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;
}
.title-descargo p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-descargo {
  text-align: justify;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
.body-descargo p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
.title-legislacion {
  margin-left: -30px;
  margin-right: -30px;
}
.title-legislacion h1 {
  font-size: 23px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;

}
.title-legislacion p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-legislacion {
  text-align: justify;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.body-legislacion p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.title-conducta {
  margin-left: -30px;
  margin-right: -30px;
}
.title-conducta h1 {
  font-size: 23px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;

}
.title-conducta p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-conducta {
  text-align: justify;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.body-conducta p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
}

@media (min-width: 150px) and (max-width: 359px) {
  .login {
    justify-content: center;
    align-items: center;
  }
  .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
  .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin-left: 30px;
    margin-top: -130px;
  }
  .carousel-caption h1 {
    font-size: 34px;
    line-height: 35px;
    padding-bottom: 0px;
    margin-right: 40px;
  }
  .carousel-caption span {
    font-size: 23px;
    line-height: 20px;
    margin-right: 40px;
  }
  .carousel-item img {
    height: 400px;
  }
  .carousel-caption a {
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 0px; /* Alinea el contenedor en la parte superior */
    left: 0px; /* Alinea el contenedor a la izquierda */
    margin-top: 150px;
    margin-left: 10px;
  }
  .carousel-caption {
    position: absolute; /* Posiciona el contenedor absolutamente dentro de su contenedor padre */
    top: 0; /* Alinea el contenedor en la parte superior */
    left: 0; /* Alinea el contenedor a la izquierda */
    width: 100%; /* Asegura que el contenedor tenga un ancho completo */
    padding: 0; /* Elimina cualquier padding */
    margin-left: 35px; /* Elimina cualquier margen */
    margin-top: 90px;
  }

  .swiper-button-prev,
  .swiper-button-next {
      top: 40%;
      transform: translateY(-50%);
      background: #00aaea;
      color: rgb(255, 255, 255);
      height: 70px;
      width: 35px;
      transition: opacity 0.3s;
      z-index: 1000;
  }

  .text-title-products {
    margin-top: 40px;
    margin-left: 20px;
    text-align: center;
  }
  .text-title-products h3 {
    margin-left: 0px;
    font-size: 15px;
    color: #01033f;
  }
  .text-title-products h1 {
    margin-top: 0px;
    line-height: 25px;
    margin-left: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #01033f;
  }
  .text-title-products p {
    line-height: 20px;
    margin-left: 0px;
    font-size: 14px;
    margin-bottom: 35px;
    color: #01033f;
  }
  .text-title-credits h3 {
    margin-bottom: -10px;
  }

  .text-title-credits h1 {
    margin-top: 0px;
    line-height: 22px;
    font-size: 25px;
    font-weight: bold;
    color: #01033f;
  }
  .text-title-credits h2 {
    margin-left: 55px;
    margin-right: 55px;
    line-height: 20px;
    font-size: 15px;
  }
  .swiper-button-prev,
  .swiper-button-next {
      height: 50px;
      width: 30px;

  }
  .credits-section {
    background: url(../images/pc_bg_mobile_sm.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .buynow .container {
    flex-direction: column;
  }
  .columna-izquierda,
  .columna-derecha {
    width: 100%;
  }
  .subtitulo-y-texto-container {
    flex-direction: column;
  }
  .subtitulo-y-texto-1,
  .subtitulo-y-texto-2 {
    width: 100%;
  }
  .faq-container {
    width: 80%;
    margin-bottom: 30px;
  }
  .card-body{
    width: 100%;
  }
  .card-body h5 {
    font-size: 12px;
  }
  .card-body p {
    font-size: 12px;
    font-weight: 400;
  }
  .button-products-cards a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    font-size: 10px;
  }

  .text-credimercado-carousel {
    margin-top: -65px;
    margin-left: 110px;
  }
  .btn-carousel-credimercado {
    margin-left: 115px;
    margin-top: 25px;
    width: 150px;
    height: 45px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
  }
  .text-credimercado-carousel h3 {
    font-size: 15px;
    line-height: 33px;
    font-weight: 400;
    text-align: right;
    margin-bottom: -20px;
  }
  .item-credimercado img {
    width: 150%;
    height: 400px;
  }
  .text-credimercado-carousel span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
  }
  .text-credimercado-carousel h1 {
    font-size: 28px;
    line-height: 25px;
    font-weight: bold;
    text-align: right;
  }
  .footer_form {
    margin-bottom: 25px;
   }
   .title-terms {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .title-terms h1 {
    font-size: 25px;
    color: #01033f;
    text-align: center;
    margin-bottom: 15px;
  }
   .title-privacidad {
    margin-left: 15px;
    margin-right: 15px;
  }
  .title-privacidad h1 {
    font-size: 20px;
    margin-top: 50px;
    color: #01033f;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-privacidad p {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .body-terms {
    text-align: justify;
    margin-bottom: 50px;
}
.body-terms details {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.body-terms summary {
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    color: #01033f;
}
.body-terms p {
    margin-top: 10px;
}

.title-cambios {
  margin-left: -45px;
  margin-right: -25px;
}

.title-cambios h1 {
  font-size: 17px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;
}
.body-cambios {
  text-align: justify;
  margin: 0;
}
.body-cambios p {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.title-cookies {
  margin-left: -30px;
  margin-right: 0px;
}
.title-cookies h1 {
  font-size: 25px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;
}
.title-cookies p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.title-cookies p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-cookies {
  text-align: justify;
  margin-bottom: 10px;
}
.body-cookies p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.title-descargo {
  margin-left: -35px;
  margin-right: -35px;
}
.title-descargo h1 {
  font-size: 23px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;
}
.title-descargo p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-descargo {
  text-align: justify;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
.body-descargo p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
.title-legislacion {
  margin-left: -30px;
  margin-right: -30px;
}
.title-legislacion h1 {
  font-size: 23px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;

}
.title-legislacion p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-legislacion {
  text-align: justify;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.body-legislacion p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.title-conducta {
  margin-left: -30px;
  margin-right: -30px;
}
.title-conducta h1 {
  font-size: 23px;
  margin-top: 50px;
  /* margin-right: 250px; */
  color: #01033f;
  text-align: center;

}
.title-conducta p {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-conducta {
  text-align: justify;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.body-conducta p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
}
