/*Petición*/

.wrapper {
    padding: 144px 48px 48px 48px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    list-style: none;
    width: 80%;
    margin: auto;
}

.wrapper h1 {
    font-size: 48px;
}

.wrapper h2{
    font: 30px;
}

.wrapper input {
    border-radius: 15px;
}

.send {
    font-size: 30px;
    padding: 16px;
    font-weight: 700;
    color: #fff;
    background: #969696;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.send :hover {
    color: #969696;
    background: #fff;
    transform: scale(1.1);
}

.send::after {
    color: lawngreen;
}

.texto {
    width: 100%;
    margin-bottom: 16px;
    padding: 8px;
    box-sizing: border-box;
}

.nombre, .corre, .peti {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 17px;
}
