body {
    font-family: 'Roboto', sans-serif;
}

form {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.bot_enviar{
    text-align: center;
    margin-top: 20px;
}

.titulo1{
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    font-size: 2em;
    margin-top: 50px;
}

p {
    font-size: 1.2em;
    margin-top: 20px;
    line-height: 1.5;
}
