h4 {
    text-align: center;
    font-size: 5rem;
    margin: 3% 0;
    font-style: italic;
}
form {
    display: inline-block;
    width: 47,5%;
    height: auto;
    margin-right: 2.5%;
}

.textoDuda {
    display: inline-block;
    width: 47,5%;
    height: auto;
    margin-left: 2.5%;
}

.contenedor {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    width: auto;
    height: auto;
}
/* Vamos a configurar el formulario */
input.form1 {
    width: 250px;
    height: 30px;
    display: block;
    margin: 10px, auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    outline: none; 
    border: 1px solid rgb(0, 0, 0);
    font-size: 1.2em; 
    margin-bottom: 8px;
}
input.form2 {
    width: 250px;
    height: 30px;
    display: block;
    margin: 10px, auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    outline: none; 
    border: 1px solid rgb(0, 0, 0);
    font-size: 1.2em;
    margin-bottom: 8px;
}
input.form3 {
    width: 250px;
    height: 30px;
    display: block;
    margin: 10px, auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    outline: none; 
    border: 1px solid rgb(0, 0, 0);
    font-size: 1.2em; 
    margin-bottom: 8px;
}
input.form4 {
    width: 250px;
    height: 30px;
    display: block;
    margin: 10px, auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    outline: none; 
    border: 1px solid rgb(0, 0, 0);
    font-size: 1.2em; 
    margin-bottom: 8px;
}
input.form5 {
    width: 250px;
    height: 70px;
    display: block;
    margin: 10px, auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    outline: none; 
    border: 1px solid rgb(0, 0, 0);
    font-size: 1.2em; 
    margin-bottom: 8px;
}

input::placeholder {
    color: black;
    font-weight: 300;
}

input.form5::placeholder {
    position: relative;
    top: -1.75em;
    left: 0;
}

input:focus::placeholder {
    color: orange;
    font-size: 0.75em;
    position: relative;
    top: -1.1em;
    left: 0;
}

input.form5:focus::placeholder {
    color: orange;
    font-size: 0.75em;
    position: relative;
    top: -2.95em;
    left: 0;
}
/* Esto último hace que se vea diferente cuando nos enfocamos en una celda del formulario */
.boton {
    background-color: #333; 
    color: white; 
    border: none; 
    border-radius: 20px; 
    text-align: center; 
    font-size: 1.2rem; 
    cursor: pointer; 
    display: inline-block; 
    font-weight: bold; 
    width: 40%;
    height: 10%;
    margin-left: 55%;
}

.boton:hover {
    background-color: #555; 
}

h2 {
    font-size: 3rem;
    margin-bottom: 10px;
}

h5 {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.95rem;
}
h6 {
    margin-bottom: 10px;
    font-weight:normal;
    font-size: 1.75rem;
}
h1 {
    font-size: 1.90rem;
    font-weight: bold;
}

.logo-peque {
    width: 110px;
    height: auto;
    position:relative;
    top: 7rem;
    left: 12rem;
}

.telegram {
    position: relative;
    top: 2rem;
    left: -5rem;
}
.whatsapp {
    position: relative;
    top: -2rem;
    left: -5rem;
}
.twitter {
    position: relative;
    top: -5rem;
    left: -4.25rem;
}
.instagram {
    position: relative;
    top: -2rem;
    left: -3rem;
}
.facebook {
    position: relative;
    top: 2rem;
    left: -3rem;
}