.bodychakras2{
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(209, 209, 209, 0.338);
}
/*Estilos Header*/
.headerchakras2 {
    width: 100%;
    aspect-ratio: 2048 / 768;

    background-image: url("/Assets/Images/enamoratedeti/Banner portada enamorate de ti.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
}

/* Responsive para pantallas pequeñas */
@media (max-width: 768px) {
    .headerchakras2 {
        height: 25vh;
    }
}
.header_overlaychakras{
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1 ;
}
.header_item_containerchakras{
    position: relative;
    z-index: 10;
    margin: auto;
    text-align: center;
    max-width: 900px;
    margin-top: -80px;
}
.header_titlechakras{
    margin: 0;
    font-size: 40px;
    text-wrap: balance;
    color: white;
    font-weight: bold;
   /* margin-top: 5vh;*/
}
.header_text_itemchakras{
    font-size: 30px;
    text-wrap: pretty;
    color: white;
    font-weight: bold;
    margin-top: 5vh;
}
.header_imgchakras{
    filter: drop-shadow(0 0 10px rgb(0, 0, 0));
    min-width: 200px;
    max-width: 50%;
}
.colodivchakras{
    border: 10px solid rgba(253, 54, 167, 0.552);
}
.bannerimgchakras{
  width: 100vw;
  height: auto;
}
/*Section 1*/
.section_1_titlechakras, .section_1_title2{
    margin: 50px;
    text-align: center;
    font-weight: bold;
}
.colorblue{
    color: rgb(127, 210, 255);
    font-weight: bold;
}
.card {
    box-shadow: 0 0 27px 0 rgba(22, 239, 239, 0.411);
}
.avatar {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    margin: 2vh;
}
a {
text-decoration:none;    
}
/*Diseño boton retiro 2*/ 
.button_chakras {
    font-size: 20px;
    background: rgba(253, 54, 167, 0.552);
    color: white;
    font-weight: bold;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
    margin: auto;
    margin-bottom: 10vh;
    filter: drop-shadow(0 0 5px rgb(255, 255, 255));
  }
.button_chakras span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
  }
.button_chakras svg {
    width: 30px;  
    height: 30px; 
    margin-right: 20px;
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
  }
.button_chakras:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
  }
.button_chakras:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
  }
.button_chakras:hover span {
    transform: translateX(5em);
  }
.button_chakras:active {
    transform: scale(0.95);
  }
  
  @keyframes fly-1 {
    from {
      transform: translateY(0.1em);
    }
  
    to {
      transform: translateY(-0.1em);
    }
  }
.containerchakras {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 69px;
    border-radius: 10px;
    max-width: 100vw;
    width: 90%;
}
.text-containerchakras {
    flex: 1;
    padding-right: 20px;
}
.h2containerchakras {
    text-align: center;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: bold;
    color: rgb(253, 54, 167);
}
.text-containerchakras ul {
    list-style-type: disc;
    padding-left: 20px;
}
.text-containerchakras ul li{
  font-size: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
}
.image-containerchakras {
    flex: 1;
    display: flex;
    justify-content: center;
}
.image-containerchakras img {
    max-width: 50%;
    height: auto;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .containerchakras {
        flex-direction: column;
        text-align: center;
    }
    .text-containerchakras {
        padding-right: 0;
    }
}
.containerchakras1 {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 69px;
  border-radius: 10px;
  max-width: 100vw;
  width: 90%;
}
.text-containerchakras1 {
  flex: 1;
  padding-right: 20px;
}
.h2containerchakras1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.text-containerchakras1 ul {
  list-style-type: disc;
  padding-left: 20px;
}
.text-containerchakras1 ul li{
font-size: 20px;
font-weight: bold;
}
.image-containerchakras1 {
  flex: 1;
  display: flex;
  justify-content: center;
}
.image-containerchakras1 img {
  max-width: 50%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .containerchakras1 {
      flex-direction: column;
      text-align: center;
  }
  .text-containerchakras1 {
      padding-right: 0;
  }
}
.containerbakchakras{
  background-color:  rgba(253, 54, 167, 0.552);
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0;
}
.containerchakras2 {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  max-width: 900px;
  width: 90%;
}
.text-containerchakras2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.text-containerchakras2 h2 {
  margin-bottom: 10px;
  color:rgb(253, 54, 167);
  font-size: 30px;
  font-weight: bold;
}
.text-containerchakras2 ul {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.image-containerchakras2 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.image-containerchakras2 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/*Section_4*/
.section_4chakras{
  margin: auto;
  margin-top: 10vh;
}
.section_4_titlechakras{
  color: rgb(253, 54, 167);
  font-weight: bold;
  margin-bottom: 10vh;
}
.section_4_subtitlechakras{
  font-weight: bold;
  text-align: center;
}
.section_4_button{
  margin-top: 10vh;
}
.section_4_precio{
  text-align: center;
  font-weight: bold;
}
.section_4_precio_subrayado{
  text-decoration: line-through;
}


.video-containerchakras {
  position: relative;
  padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto; /* Centrar el video */
}

.video-containerchakras iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*New material*/
.text_description{
  font-family: sans-serif;
  text-align: center;
  font-weight: bold;
}
.title_decora{
  text-align: center;
  font-family: cursive;
  font-weight: bold;
  margin-bottom: 20px;
}
.title_pink{
  text-align: center;
  color: white;
  font-weight: 900;
}
.img_pink {
  display: block;       /* Para que respete el centrado con margin */
  margin: 0 auto;       /* Centra horizontalmente */
  width: 30%;
  box-shadow: 0px 0px 55px white; /* Sombra blanca */
  border-radius: 20px; /* Opcional, esquinas redondeadas */
  margin-top: 3%;
  margin-bottom: 3%;
}
.color_pink{
  color: rgb(253, 54, 167);
  font-weight: bold;
}
.font_bold{
  font-weight: bold;
}