@media screen and (min-width:320px) {


    .contacto{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    padding: 15rem 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/consulta-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }

    .h1-contacto{
        text-align: center;
        color: #002c58;
        margin-bottom: 50px;
    }

    .btn-contacto-prim{
        padding: 1.25rem 2.5rem;
        margin-top: 120px;
        color: #fff;
        background-color: #002c58;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .btn-contacto-prim a{
        cursor: pointer;
        text-decoration: none;
        color: #f1f1f1;
    }

    .btn-contacto-prim:hover{
        color: #fff;
        background-color: #00afd2;
        border-color: #00afd2;
    }

    input[type="submit"]{
        margin: 15px;
        font-size: x-large;
        border: none;
    }
  
    input[type="submit"]:hover{
        background-color: #01afd2;
        color: #f1f1f1;
        cursor: pointer;
    }
}
