

body{
    display: flex;
    flex-direction: row;
    height: auto;
    width: auto;
    background-color:hwb(0 0% 100%)
}
.titulo-principal {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 420px;
    justify-content: center;
}

h1 {
    color: rgb(255, 255, 255);
    font-size: 4em;
}

.logo-centrico {
    display: flex;
    width: 10x;
    height: 100px;
  }
  
  #plantilla {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  
  .logo-centrico img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 300px;
    width: 300px;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  p {
    font-size: 20px;
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
  }
  .MERCH {
    display: flex;
    color: #ffffff;
    margin-left: 420px;
    font-size: 80px;


  }

  .logo-red {
    display: flex;
    height: 80px;
    width: 80px;
    border-radius: 50px;
  }

  section {
    display: flex;
    width: 600px;
    height: 600px;
  }

  section img {
    width: 0;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
  }

  section img:hover {
    width: 300px;
    opacity: 1;
    filter: contrast(120%);
    cursor: pointer;
  }

  .imagenes-slide{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 420px;
    margin-top: 420px;
  }

  .redes-sociales {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .caja-redes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;  ;
    gap: 5px;
    margin-top: 15px;
    margin-left: 400px;
  }

  .imagenes-slide2{
    display: flex;
    margin-left: 420px;
    padding-bottom: 400px;
  }

  #precio-total {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 420px;
    color: #ffffff;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: oblique;
    margin-top: 20px;
}

  #precio-total-slide2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 420px;
    color: #ffffff;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: blue;
  }

  .caja-spotify {
    display: flex;
    flex-direction: row;
    height: 300px;
    width: 300px;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  
  #precio-total2 {
    display: flex;
    color: #ffffff;
    font-size: 50px;
  }
