﻿@media only screen and (min-width: 320px) and (max-width: 767px) {

	.webform-submission-contacto-form {
	    grid-template-columns: 1fr;
	    gap: 19px;
	    margin: 20px auto;
	    padding: 24px 18px;
	    border-radius: 18px;
	    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	}
	.webform-submission-contacto-form .webform-button--submit {
	    width: 100%;
	}
    
}