.formulario {
    padding: 40px 10px;
}
.formulario-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}
.form-content {
    display: grid;
    gap: 20px;
}
.formphp input, .formphp textarea, .formphp select {
    background-color: #ffffff00;
    border: none;
    border-bottom: 1px solid #242425;
    width: 100%;
    outline: none;
}

.formphp input::placeholder, .formphp textarea::placeholder {
    color: #2424259f;
    font-size: 1.125rem;
    font-style: italic;
}
.form-title h6 {
    font-weight: 800;
    color: #0A2FB7;
}
.form-title h5 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #242425;
    margin-bottom: 10px;
    line-height: 1.1em;
}
.formphp button {
    cursor: pointer;
}
.formphp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
.form1 {
    display: grid;
    gap: 15px;
}
.form1 {
    gap: 26px;
}
.form-block {
    display: grid;
}
.formphp .btn {
    margin-left: auto;
}
.mapouter {
    height: 250px;
    max-width: 600px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 1px #00145e4b;
}
.mapouter iframe {
    width: 100%;
    border-radius: 15px;
    height: 100%;
}


@media only screen and (min-width:390px) and (max-width:760px) {

    .formulario-grid {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 30px;
    }
    .form-foto {
        display: none;
    }
    .mapouter {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width:0px) and (max-width:389px) {

    .formulario-grid {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 30px;
    }
    .form-foto {
        display: none;
    }

    .form-title h5 {
        font-size: 1.75rem;
    }
    
}

@media only screen and (max-width:405px) {
    .form-content > a {
        font-size: 1rem;
    }
}