.entry-meta{
	display:none !important;
}
.void-grid .minimal .entry-header {
	border: 0px !important;
}
div.post-info h2.entry-title a{
	text-align: center !important;
}

/*Pastilla nav*/
#mobile-menu span.pastilla, #primary-menu span.pastilla{
	border: solid .7em #ff6900;  
  border-radius: 2em;
  background-color: #ff6900;
  transition: .5s;
  padding: 0% 5% 0% 5%;
}

span.pastilla:hover{
  color: black;
  border: solid .5em;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-683 a:hover{
	color:black;
  background-color: #323232;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-682.current_page_item.menu-item-683 a{
   color: black;
}
/*Fin Pastilla*/


/*Formulario*/
.nombre input, .email input, .asunto input{
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 -15px;
	padding:10px;
	font-size:18px;
}

.mensaje input{
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 2px;
	padding:10px 0px 90px 10px;
	font-size:18px;
}

.wpcf7-submit{
	border: none;
	background: #00d4ff;
	color: #000000;
	padding: 10px 80px 10px 30px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer ;
	transition: all 500ms ease;
	font-weight:bolder;
	font-size: 18px;
}

.wpcf7-submit:hover {
	background: rgba(0,0,0,0);
	color: #00d4ff;
	box-shadow: inset 0 0 0 3px #00d4ff;
}

.elementor-social-icons-wrapper a{
	color:white !important;
}

/*Fin Formulario*/

/*--------RESPONSIVE---------*/

@media screen and (max-width:700px) {

  