@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* Cambiar el color de todo el texto a blanco en el cuerpo de la página */
body {
  color: white;
}

/*--------------slides Desktop version-------------------*/
.Slides {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* max-height: 550px; */
}
.Slides img {
  width: 33.33%;
}

/*--------------advertising-band-------------------*/
.advertising-band {
  background: linear-gradient(90deg, #d10000 34.01%, #580a0a 100%);
  padding: 10px; /* Espaciado interno para el contenedor */
  overflow: auto; /* Agregamos desplazamiento horizontal si los elementos son demasiado anchos */
}

/*-----------------post----------------------*/
.post {
  background-color: black;
  overflow: hidden; /* Para limpiar el flujo de elementos flotantes */
}
.post img {
  float: left; /* Hacemos que la imagen flote a la izquierda */
  margin-right: 10px; /* Añadimos un margen derecho para separar la imagen del contenido */
  width: 30%; /* Ajusta el ancho de la imagen según tus preferencias */
  margin: 50px;
  min-width: 150px;
}
.post p {
  margin: 30px;
}

.post-text {
  margin: 50px; /* Eliminamos el margen predeterminado de los elementos h2 y p */
}

/*-----------------testimonials----------------------*/
.testimonials {
  height: 770px;
  background-color: black;
  display: flex;
  flex-direction: column; /* Alinea los elementos en columna */
  padding-bottom: 100px;
}
.testimonials h2 {
  margin: 60px 0px 0px 100px;
}

.testimonials-container {
  width: 80vw;
  height: 70vh;
  position: relative;
  /* margin: 100px; */
  justify-content: center; /* Centra verticalmente los elementos */
  align-items: center; /* Centra horizontalmente los elementos */
  margin: 80px;
  background-image: url("../img/press-testimonials.png");
  background-size: cover; /* Escalar la imagen para cubrir todo el contenedor */
  background-repeat: no-repeat; /* Evitar que la imagen se repita */
  background-position: center center;
  border-radius: 15px;
}

.testimonials-card {
  background: linear-gradient(247deg, #00305b 1.25%, #0474dc 101.25%);
  border-radius: 15px;
  /* width: 520px; */
  width: 35vw;
  min-height: 45vh;
  position: absolute; /* Establece posición absoluta para que pueda ser posicionado dentro del contenedor */
  bottom: -80px; /* Alinea el contenedor en la parte inferior */
  right: 200px; /* Alinea el contenedor en la parte derecha */
  background-color: #f0f0f0; /* Solo para ilustrar el contenedor */
  padding: 10px; /* Espaciado interno para el contenedor */
}
.testimonials-card h3,
.testimonials-card p {
  margin: 20px;
}

/*---------- Testimonials movil version------------ */
@media (width <= 1140px) {
  .testimonials {
    padding-bottom: 200px;
  }
  .testimonials h2 {
    margin: 50px 20px 50px 50px;
  }
  .testimonials-container {
    margin: 35px;
  }
  .testimonials-card {
    position: absolute;
    bottom: -215px;
    right: 12px;
    width: 73vw;
    padding: 10px;
  }
}
/* ------------------contac-us------------------------ */
.contact-us {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  /* margin: 50px; */
  color: black;
  display: flex; /* Utilizamos flexbox para crear columnas */
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.contact-us h2 {
  margin-bottom: 30px;
}

.contac-form,
.find-me {
  display: flex;
  flex-direction: column;
}

input,
textarea {
  border-radius: 15px;
  border: 5px solid #000;
  width: 18rem;
  height: 2rem;
  margin: 10px 10px 20px 0px;
  padding: 12px;
}

input::placeholder,
textarea::placeholder {
  color: #000000;
}

textarea {
  height: 10rem;
}

.btn-form {
  color: white;
  background-color: black;
  border-radius: 15px;
  border: 5px solid #000;
  width: 19rem;
  height: 2.5rem;
  margin: 10px 10px 10px 0px;
  cursor: pointer;
}

.find-me p {
  margin: 15px 15px 15px 0px;
}
.find-me ul {
  list-style: none; /* Eliminamos los marcadores de lista predeterminados */
  padding: 0; /* Eliminamos el relleno predeterminado de la lista */
}
.find-me li {
  display: flex; /* Utilizamos flexbox para controlar el diseño */
  align-items: center; /* Centramos verticalmente los elementos en cada <li> */
  /* Espaciado inferior entre los elementos <li> */
}
.find-me li p {
  margin-left: 10px; /* Espacio entre el enlace y el párrafo dentro de <li> */
}

.ifame-map {
  width: 470px;
  height: 250px;
}

/* -----------------contact-us movil version-------------- */
@media (width <= 750px) {
  .find-me {
    display: flex;
    margin-top: 40px;
    align-items: center;
  }
  .find-me li {
    flex-direction: column;
  }
  .ifame-map {
    width: 350px;
    height: 250px;
  }
}
/* ------------------footer------------------------ */
footer {
  background-color: black;
  color: white;
  min-height: 300px;
}

.footer-container {
  display: flex; /* Utilizamos flexbox para alinear elementos en fila */
  align-items: center; /* Centramos verticalmente los elementos */
  flex-wrap: wrap;
}
.footer-container h2 {
  padding: 50px;
}
.footer-container p {
  padding: 50px;
}

.footer-text-column {
  flex: 1; /* El contenido se expandirá para llenar el espacio disponible */
  padding-left: 20px; /* Espaciado a la izquierda para separar del h2 */
}

/* Estilos adicionales según sea necesario */
/*---------------------plans-----------------------*/
.plans {
  background-color: black;
  width: 100%;
  position: relative;
}
.plans img {
  opacity: 0.5;
  width: 100%;
}

.plans-content {
  position: absolute; /* Establece posición absoluta para superponer el contenido sobre la imagen */
  top: 0; /* Alinea la parte superior del contenido con la parte superior de la imagen */
  left: 0; /* Alinea la parte izquierda del contenido con la parte izquierda de la imagen */
  width: 100%; /* Haz que el contenido ocupe todo el ancho del contenedor */
  text-align: center; /* Opcional: para centrar el texto horizontalmente */
}
.plans-content h1 {
  margin: 50px;
}
.plans-content h4 {
  margin: 50px;
}
.plans-content img {
  width: 25px;
}

.plans-op {
  display: flex; /* Utilizamos flexbox para alinear los elementos en fila */
  flex-direction: row; /* Alineamos los elementos en fila */
  justify-content: space-around; /* Centramos horizontalmente los elementos */
  align-items: center;
  margin: 50px;
}

.plan-summary h2 {
  margin-bottom: 20px;
}
.plan-summary h3 {
  margin-bottom: 20px;
}

/*------------plans line separator-------------*/
.separator {
  border: 1px solid white; /* Agrega la línea separadora vertical blanca */
  height: 60%; /* Haz que la línea se extienda hasta el final del contenedor */
  position: absolute; /* Establece posición absoluta para la línea */
}

/* ---------plans responsive------------- */
@media (width <= 690px) {
  .contenedores-planes {
    height: 700px;
  }
  .plans-slide {
    background-image: url("../img/train-plans.png");
    background-repeat: no-repeat; /* Evitar que la imagen se repita */
    background-position: center center;
    background-size: cover;
  }
  .plans-slide img {
    height: 100%;
  }
  .plans-slide h1 {
    margin: 50px;
    text-align: center;
  }
  .blue-text {
    color: rgb(0, 183, 255);
  }
}
/*------------Catalogue-content-------------*/
.catalogue-content {
  display: flex; /* Utilizamos flexbox para el diseño */
}

@media (width <= 690px) {
  .catalogue-content {
    flex-wrap: wrap;
  }
}
.left-bar {
  width: 20%; /* Establecemos el ancho del 30% para left-bar */
  color: black;
  margin: 70px 50px 0px 50px;
}

.products-content {
  display: flex; /* Utilizamos flexbox para el diseño */
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px; /* Espaciado interno opcional */
}

.filter-select {
  margin-top: 10px;
  width: 118px;
  height: 24px;
  border-radius: 20px;
  background: #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.filter-select p,
.filter-select img {
  margin: 0px 8px 0px 8px;
}

.left-bar li {
  margin-top: 20px;
  list-style: none; /* Eliminamos los marcadores de lista predeterminados */
  cursor: pointer;
}

.card-product {
  border-radius: 15px;
  border: 3px solid #000;
  width: 264px;
  height: 365px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin: 50px 20px 20px 20px;
}
.card-product img {
  margin: 20px;
  width: 215px;
  height: 198px;
}
.card-product h4,
.card-product p {
  text-align: left;
  margin: 0px 0px 10px 20px;
}

.card-product .btn-add {
  border-radius: 20px;
  background: black;
  color: white;
  width: 215px;
  height: 39px;
  cursor: pointer;
}

/* ----------post 2 blog-------------- */
.post-with-background {
  background-image: url("./img/women-banner.jpg"); /* Reemplaza 'ruta-de-la-imagen.jpg' con la ruta de tu imagen de fondo */
  background-size: cover; /* Ajusta el tamaño de la imagen para cubrir el contenedor */
  background-position: center; /* Centra la imagen en el contenedor */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  /* Otros estilos de fondo según sea necesario */
}

.post-text {
  width: 80%;
}

.post-two {
  max-height: 700px;
  background-color: black;
  overflow: hidden; /* Para limpiar el flujo de elementos flotantes */
}
.post-two img {
  float: left; /* Hacemos que la imagen flote a la izquierda */
  margin-right: 10px; /* Añadimos un margen derecho para separar la imagen del contenido */
  width: 30%; /* Ajusta el ancho de la imagen según tus preferencias */
  margin: 50px;
}
.post-two p {
  margin: 30px;
}

.post-with-background-two {
  background-image: url("./img/person-bg.jpg"); /* Reemplaza 'ruta-de-la-imagen.jpg' con la ruta de tu imagen de fondo */
  background-size: cover; /* Ajusta el tamaño de la imagen para cubrir el contenedor */
  background-position: center; /* Centra la imagen en el contenedor */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  /* Otros estilos de fondo según sea necesario */
}

/* ---------------Cart content----------------- */
.cart-content {
  position: relative;
}

.cart-products {
  flex-direction: column;
}

@media (width <= 690px) {
  .cart-content {
    display: flex;
    flex-wrap: wrap;
  }
}
/* -------------------Cards cart------------------------- */
.card-product-cart {
  border-radius: 15px;
  border: 3px solid #000;
  width: 412px;
  height: 175px;
  color: rgb(0, 0, 0);
  margin: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.card-product-cart img {
  margin: 20px;
  width: 125px;
  height: 125px;
}

.card-product-info-cart {
  flex-direction: row;
}
.card-product-info-cart h4,
.card-product-info-cart p {
  margin: 17px 0px 10px 0px;
}
.card-product-info-cart img {
  position: absolute; /* Posición absoluta dentro del contenedor padre */
  width: 20px;
  height: 20px;
  bottom: 0; /* Lo colocamos en la esquina inferior */
  right: 0; /* Lo colocamos en la esquina derecha */
  cursor: pointer;
}

/* ---------------Button amount---------------- */
.btn-amount {
  display: flex; /* Utilizamos flexbox para alinear elementos en fila */
  justify-content: space-around; /* Espacia uniformemente los elementos */
  align-items: center; /* Centramos verticalmente los elementos */
  width: 80px;
  height: 27px;
  border-radius: 15px;
  border: 2px solid #000;
}
.btn-amount button {
  background: none; /* Eliminamos el fondo de los botones */
  border: none; /* Eliminamos los bordes de los botones */
  font-size: 22px;
  padding: 0; /* Eliminamos el relleno para ajustar el tamaño */
  margin: 0; /* Eliminamos el margen para evitar espacios innecesarios */
  cursor: pointer;
}

.btn-amount-separator {
  width: 2px; /* Ancho de la línea separadora */
  background-color: #000000; /* Color de la línea separadora */
  height: 100%; /* Altura de la línea separadora */
}

/* --------------summary box right----------------- */

/*# sourceMappingURL=style.css.map */
