.rojo{
    color: red;
    font-size: 1.4em;
    margin-top: 50px;
}
.Contactos {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.Data,
.Correo {
    width: 100%;
    min-width: 350px;
    max-width: 500px;
    height: 760px;
    background: #69cc4e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #061700, #52c234);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #061700, #52c234);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-radius: 2%;
}
.Data p{
    font-weight: bold;
}
.Contactos h1 {
    color: red;
    text-align: center;
    margin: 10px;
    line-height: 35px;
}
.Contactos h3 {
    text-align: center;
    margin: 10px;
    font-size: 25px;
    line-height: 30px;
}
.Contactos p {
    text-align: center;
    margin: 10px;
    font-size: 15px;
}

.CorreoAux,
.DatInf {
    background: #fff;
    width: 90%;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 rgba(255, 255, 255, 0.8);
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 15px;
}

.form {
    width: 100%;
    margin: auto;
}

form .grupo {
    position: relative;
    margin: 25px 15px;
}

input,
textarea {
    background: none;
    color: #c6c6c6;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
/*    display: block;*/
    width: 100%;
    border: none;
    border-bottom: 1px solid green;
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
    color: rgb(94, 93, 93);
}

input:focus ~ label,
input:valid ~ .GABY,
textarea:focus ~ label,
textarea:valid ~ label {
    position: absolute;
    top: -14px;
    font-size: 12px;
    color: #23931a;
    font-weight: bold;
}

.Correo label {
    color: var(--colorTextos);
    font-size: 16px;
    position: absolute;
    left: 5px;
    top: 10px;
    transition: 0.5s ease all;
    pointer-events: none;
}


input:focus ~ .barra::before,
textarea:focus ~ .barra::before {
    width: 100%;
}

.barra {
    position: relative;
    display: block;
    width: 100%;
}

.barra::before {
    content: '';
    height: 2px;
    width: 0%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #061700, #52c234);
    transition: 0.3s ease all;
    left: 0%;
}

button {
    background: background: #52c234;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #061700, #52c234);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #061700, #52c234);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: block;
    width: 100px;
    height: 40px;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin: 10px auto;
    cursor: pointer;
}
.DatInf .Jechi1{
    background: green;
    border-radius: 3%;
    border: 5px solid #55b133;
    height: 130px;
    width: 95%;
    padding: 5px;
    font-weight: bold;
}

.inform{
    background: #44b735;
    width: 90%;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 10px 10px #558d15;
    text-align: justify;
    margin: auto;
}
@media screen and (max-width: 450px) {

    .Contactos h1 {
    line-height: 25px;
}
.Contactos h3 {
    font-size: 20px;
    line-height: 45px;
}
.Contactos p {
    font-size: 12px;
}
.Data .Jechi1 .llamadas{
    margin: auto;
}

}
@media screen and (max-width: 768px) {
    .Contactos h1 {
    font-size: 22px;
}
}
@media screen and (max-width:1100px) {
    form {
        width: 90%;
    }
}
