@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,800&display=swap");

body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  font-weight: 600;

}





.containerxde {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  background: #fff;
  margin: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.dipo {
  color: #004e9e;
  font-weight: bold;
  text-align: left;
  position: relative; /* Asegura que la posición sea relativa a su posición original */
  top: -20px; /* Ajusta la posición verticalmente */
}


.aside-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.containerxde .imgBxxde {
  width: 300px; /* Ancho inicial fijo */
  max-width: calc(100% - 20px); /* Ancho máximo para evitar que se expanda más allá del contenedor padre */
  max-height: 80%;
  background: linear-gradient(to bottom, #ddd, #fff); 
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2); /* Sombra */
  transition: 0.3s linear;
  border-radius: 20px;
}


.containerxde .imgBxxde img {

  max-width: 100%;
  height: auto;
  transition: 0.9s linear;
}

.containerxde .details {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  /* margin: 50px 0; */
}

.containerxde .h2 {
  margin: 0;
  padding: 0;
  font-size: 2.2em;
  line-height: 1em;
  color: #004e9e;
  font-weight: bold; 
}



.containerxde .details h2 span {
  font-size: 0.4em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0026ff;
}

.containerxde .details p {
  max-width: 100%;
  margin: 10px 0;
  color: #004e9e;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.content span::before {
  content: "\2022"; 
  margin-right: 5px;
  font-weight: bold; 
  font-size: 1.3; 
  line-height: 0.8em; 
}
.content p {
  display: block;
  margin-left: 20px; 
  margin-top: 20px;
}

.containerxde .details h3 {
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  color: #a2a2a2;
  float: left;
}
.dipo h2 {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #004e9e;
  font-weight: bold; 
  margin-left: auto;
  margin-right: auto;
}

.containerxde .details button {
  background: #004e9e;
  color: #fff;
  border: none;
  outline: none;
  padding: 15px 20px;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
  float: right;
}

.product-colors span {
  width: 26px;
  height: 26px;
  top: 7px;
  margin-right: 12px;
  left: 10px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.thumbnails {
  display: flex;
  justify-content: left;
  margin-top: 12px;
}

.thumbnails img {
  width: 85px;
  height: 85px;

  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}

.containerxde .details .content p {
  margin-bottom: 10px;
}

.containerxde .details span {
  display: block;
}

@media (max-width: 780px) {
  .containerxde {
    flex-direction: column;
  }

  .containerxde .details {
    padding: 270px 0;
    margin-top: -190px;
  }
}

#productos .row.mb-5 {
  margin-bottom: 50px; 
}

.btn {
  display: inline-block;
  padding: 20px 40px;
  border: none;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #007bff; 
  cursor: pointer;
}
.btn:hover {
  background-color: #0056b3; 
}


#botonVolver {
  font-size: 20px;
  margin-top: -20px;
}

.btn-volver {
  font-size: 20px; 
  margin-top: -20px; 
}

#submitButtonContainer #submitButton {
  margin-top: 2000px; 
}



.elementor-1218 .elementor-element.elementor-element-5cd1c87 .elementor-heading-title {
  color: #9CA3A7;
  font-size: 40px;
  font-weight: bold;
}
.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.custom-container {
  text-align: center;
  max-width: 400px; /* Ajusta según sea necesario */
  margin: 0 auto; /* Centra el contenedor en la página */
}

.dipo {
  background-color: #ffffff; /* Solo para visualización */
  padding: 20px;
  display: inline-block;
}

.dipo h2 {
  font-size: 1.7em;
  line-height: 1.2em;
  color: #004e9e;
  font-weight: bold;
  text-align: center; /* Centra el texto dentro del contenedor */
  max-width: 100%; /* Evita que el texto se extienda más allá del contenedor */
  word-wrap: break-word; /* Permite que las palabras se dividan si no caben en una línea */
}

@media only screen and (max-width: 400px) {
  .dipo h2 {
    text-align: left; /* Ajusta el texto a la izquierda cuando el contenedor es demasiado estrecho */
  }
}


@media screen and (max-width: 1600px) {
  body, html {
    height: 105%;

  }
}


@media screen and (max-width: 1366px) {
  body, html {
    height: 115%;

  }
}


@media screen and (max-width: 720px) {
  body, html {
    height: 155%; 
  }
}


