/*
    /////////////////////////////////////////////////////////
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

/* 
	font-family: 'Platform Web';


    ------------------------
    CONTACTO - MOBILE
    ------------------------

    1. CONTACTOS DIRECTOS
    2.  FORMULARIO  DE CONTACTO



*/

/* 1. CONTACTOS DIRECTOS
--------------------------------*/


@media (max-width: 768px) {
	
	
	.block-views-blockcontactos-contactos .views-field-field-email a::after {
		content: none !important;
	}
	
	.block-views-blockcontactos-contactos .views-field-field-email a:hover::after {
		content: none !important;
	}
	

	
/* 2. FORMULARIO DE CONTACTO
-------------------------------------*/

	.path-contacto .block-webform-block #edit-actions button.webform-button--submit {
		width: 100%;
	}
	
	.webform-section-wrapper {
		margin-top: 30px;
	}
	
	.form-group {
		margin-bottom: 0;
	}
	
	
}