body{
    margin: 0;
    padding: 0;
    font-family: Amarna;
}

.fondo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("Imagenes/asd.png");
    background-size:cover;
    background-position: center;
    z-index: -1;
}

a{
    text-decoration: none;
    color: white;
}




.encabezado{
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
    font-family: Amarna;
    background-color: rgb(128, 167, 66);
    text-align: center;
    box-sizing: border-box;
    color: white;
}


h1{
    margin: 0;
    margin-top: 20px;
    padding: 0;
    font-weight: 300;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

p{
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}



.contenido{
    text-align: center;
    padding: 0;
    padding-bottom: 20px;
    width: 80vw;
    box-sizing: border-box;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: rgb(246, 250, 216);
    border-radius: 20px;
}


.arriba{
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}

#descripcion{
    font-size: 24px;
}





.cuadro, #comentario{
    color: white;
    font-size: 22px;
    width: 85%;
    height: 10%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    padding-top: 10px;
    background-color: rgb(139, 175, 82);
    border-radius: 15px;
    box-shadow: -3px 5px 0px rgb(97, 97, 97);
}

.icono{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


label img{
    margin: 0;
}


p.Calificacion {
    font-size: 40px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

p.Calificacion input {
    position: absolute;
    left: -100px;
}

p.Calificacion label {
    float: right;
    color: #333;
    font-size: 35px;
    margin: 5px;
}

p.Calificacion label:active,
p.Calificacion label:active ~ label,
p.Calificacion input:checked ~ label {
    color: rgb(255, 255, 0);
}

.cuadro:active{
    color: white;
    font-size: 22px;
    width: 80%;
    height: 10%;
    margin: auto;
    margin-left: 9%;
    text-align: center;
    margin-top: 30px;
    padding-top: 10px;
    background-color: rgb(139, 175, 82);
    border-radius: 15px;
    box-shadow: none;
}


.comentario{
    margin-top: 20px;
}
#Pcomentario{
    text-align: start;
    margin-left: 12%;
    margin-bottom: 5px;
    margin-top: 10%;
    font-size: 20px;
}

#comentario{
    background-color: rgb(139, 175, 82);
    width: 80%;
    resize: none;
    border-radius:15px;
    margin: 0;
    font-size: 16px;
    text-align: start;
    color: aliceblue;
    
}

#comentario::placeholder{
    color: white;
    padding-left: 10px;
}


.boton{
    color: white;
    font-size: 22px;
    width: 40%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(139, 175, 82);
    border-radius: 15px;
    box-shadow: -3px 5px 0px rgb(97, 97, 97);
}

.boton label{
    cursor: pointer;
    letter-spacing: 3px;
}

.boton input{
    display: none;
}



.exito{
    font-size: 40px;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 50px;

    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-animation: exito 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: exito 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.redesSociales:not(p){
    margin-top: 30px;
    padding-top: 12px;
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
}
.no{
    margin-bottom: 10px;
}

img{
    margin: 10px;
}







@-webkit-keyframes exito {
    0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
        transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
    }
    100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
    }
}
@keyframes exito {
    0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
        transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
    }
    100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
    }
}


.ContenidoEventos{
    padding: 0;
    text-align: start;
}


.EncabezadoEventos{
    display: flex;
    margin: 0;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.EncabezadoEventos::before{
    border-top: .12rem solid black;
    content: "";
    margin-right: .5rem;
    transform: translateY(.03rem);
    width: 25%;
}

.EncabezadoEventos::after{
    border-top: .12rem solid black;
    content: "";
    display: flex;
    margin-left: .5rem;
    transform: translateY(.03rem);
    width: 25%;
}

.CuadroimagenesEventos{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.CuadroimagenesEventos img{
    margin: 0;
    width: 80%;
    aspect-ratio: 0.7;
    margin: auto;
    margin-bottom: 20px;


}
