.contacto-info i {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    display: inline-table;
    position: relative;
    margin: 7px 10px 14px 0;
}
.contacto-info:hover i {
    color: rgba(229, 57, 53, 0.8);
    transition: all 0.3s ease-in-out 0s;

}
.contacto-info:hover p {
    color: rgba(229, 57, 53, 0.8);;
    transition: all 0.3s ease-in-out 0s;
}
.contacto-info p {
    line-height: 22px;
    display: inline-table;
    width: 81%;
    color: #999999;
}
#block-formulariodecontactos .field__label,
#contact-message-formulario-de-contactos-form label {
    display: none;
}

#contact-message-formulario-de-contactos-form #edit-field-nombre-0-value,
#contact-message-formulario-de-contactos-form #edit-field-correo-0-value{
    height: 40px;
    width: 100%;
    padding: 10px;
}
#contact-message-formulario-de-contactos-form textarea{
    height: 148px;
    width: 100%;
    resize: none;
    padding: 16px;
}

#contact-message-formulario-de-contactos-form #edit-submit {
    background-color: rgba(229, 57, 53, 0.8);
    padding: 6px;
    border: none;
    color: #ffffff;
    width: 30%;
}
#contact-message-formulario-de-contactos-form #edit-submit:hover {

    transition: width 2s ease 0s, height 2s ease 0s;
    background-color: rgba(229, 57, 53, 0.5) ;
}

.captcha{
    top: 0;
    color: white;
}
.captcha label{
    color: white;
    text-transform: uppercase;
}
.captcha input{
    height: 1.3rem;
    font-weight: 400;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    letter-spacing: .1rem;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.captcha #edit-captcha-response--description{
    height: 3.125rem;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .1rem;
}


@media (max-width: 760px) {

    .contacto-info i {
        top: 16px;
        position: relative;
    }

}

@media (max-width: 570px) {
    .contacto-info i  {
        margin: 10px 10px 14px 0;
    }

}

@media (max-width: 447px) {
    .contacto-info p {
        width: 80%;
    }

}
@media (max-width: 430px) {
    .contacto-info p {
        width: 75%;
    }

}
@media (max-width: 403px) {
    .contacto-info p {
        width: 70%;
    }

}

@media (max-width: 360px) {
    .contacto-info p {
        width: 60%;
    }

}