/*CSS Layout área genérico 1 columna*/
.lo-guc-main{
    margin-bottom: 90px;
}
        .lo-guc-header{
            margin-bottom: 55px;
            position: relative;
            width: 100%;
        }
        .lo-guc-introduction{
            margin-bottom: 45px;
            position: relative;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
        }
        .lo-guc-body{
            position: relative;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
        }
	        .lo-guc-body .form-group{
	        	margin-bottom: 0;
	        }
            .lo-guc-body .block-webform-block{
                width: 100%;
                min-width: 100%;
                margin-bottom: 90px;
            }
        .lo-guc-footer{
            margin-top: 55px;
            position: relative;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            width: 100%;
        }
            .lo-guc-footer .all-button{
                margin-right: 12px;
            }
            .lo-guc-footer .all-button:last-child{
                margin-right: 0;
            }
@media (max-width:768px) {
.lo-guc-main{
    margin-bottom: 70px;
}
        .lo-guc-header{
            margin-bottom: 43px;
        }
        .lo-guc-introduction{
            margin-bottom: 37px;
        }
        .lo-guc-footer{
            margin-top: 43px;
        }
            .lo-guc-footer .all-button{
                margin-right: 0;
                width: 100%;
                min-width: 100%;
                display: flex;
                justify-content: center;
                text-align: center;
            }
}
