

.agenda{
    height: 100vh;
    width: 100%;    
    display: grid;
    align-items: center;
    padding-top: 0%;
    margin-top: 0px;
    background-image: url(/assets/images/CONJUNTO-CHOCOLATE-fondo-martini.jpg);
    background-attachment: scroll;
    background-color: black;
}

.agenda2{
    height: 100vh;
 
    align-items: center;
    background-color: black;
}

.agenda p{
  color: white;
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  margin: 0px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 }

.agenda a p{
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(0, 0, 0, 30%);
    border-radius: 50px;
    border-style: solid;
    text-decoration: none;   
}

.agenda a p:hover{
    letter-spacing: 1px;
    font-weight: 900;
    transition: ease-in-out .2s;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 70%);
   }

.biografia{
   padding: 20x;
   font-size: 2rem;
}


.logo{
display: flex;
width: 384px;
height: 400px;
margin: 0px;
padding: 0px;
}

#disco{
    border-radius: 10px;
    size: 100px;
    transition: all 0.2s ease-in-out;
}


#disco:hover{
    transform: scale(0.95);
}




.sensillos{
    display: grid;
    align-items: center;
    justify-content: center;  
    margin: auto;   
    padding: 50px;
}

.sensillos h5{
    font-size: 1.6rem;
    font-weight: 500;
}

.sensillos h6{
font-weight: 800;
padding-top: 20px;
}

.sensillos-cover{
   padding-top: 30px;
}

#disco-sensillo{
width: 200px;
border-radius: 10px; 
margin: 10px auto;  
transition: all 0.25s ease-in-out;
}

#disco-sensillo:hover{
   box-shadow: 0px 0px 20px rgb(0, 0, 0);
   width: 210px;
}


.icons-sensillos i{
   font-size: 2rem;
   color: rgb(122, 122, 122);
    margin: 10px;  
    transition: all 0.25s ease-in-out;
  
}

.icons-sensillos i:hover{
    color: rgb(255, 0, 0);
    font-size: 2.5rem;
 }

.text-wrapper p{
    text-align: justify;
    padding: 0%;
    margin: 0%;
}

.cards {
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    align-items: center;
    justify-items: center;
    vertical-align: middle;
  }

  
.choco{
    display: block;
    background: rgb(35, 35, 35);
 }

.choco .biografia{
display: block;
color: white;
text-align: justify;
padding: 20px;
}


.cover{
    display: grid;
    gap: 1rem;  
    grid-auto-rows: 22rem;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    background: rgb(35, 35, 35);
}

.choco .titulo{
display: block;
color: rgb(255, 0, 0);
padding: 20px;
}



@media screen and (min-device-width: 768px) and (max-device-width: 1112px) and (orientation:landscape) {
    .agenda2 {
       width: 100%;     
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3){
    .agenda2{
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){
    .agenda2{
        background-attachment: scroll;
    }  

    .choco{
        height: auto;
    }
    .choco .biografia p{
        font-size: 1.2rem;      
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .agenda2{
        background-attachment: scroll;
    }
    .choco .biografia p{
        font-size: 1.rem;
      
}
}