/* ************** */
/* Menú Principal */
/* ************** */
a.raven-menu-item-active{
	font-weight:700 !important;
}


/* *********** */
/* Menú Mobile */
/* *********** */
.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
	border-radius:0 !important;
}
.raven-nav-menu-mobile .raven-nav-menu li a{
	justify-content:flex-end;
}


/* ********************** */
/* Formulario de contacto */
/* ********************** */
#gform_1 input{
	border-radius:0;
	border: solid 1px #d2d2d2;
	margin-top:0;
}
#gform_1 input:focus,
#gform_1 textarea:focus{
	border-radius:0 !important;
	border: solid 1px #c5c5c5 !important;
	outline:none;
}

.form_nombre,
.form_email,
.form_celular,
.form_adjunto{
	width:50%;
}
.form_email input.medium,
.form_celular input.medium{
	width:100% !important;
}
.form_adjunto #input_1_6{
	border:none;
}
.form_mensaje{
	position:absolute;
	top:0;
	right:0;
	padding-right:0;
	width:50%;
	margin-top:4px !important;
}
.form_mensaje .textarea{
	border-color:#d2d2d2;
	color:#d2d2d2 !important;
}
.form_mensaje textarea.large{
	height:187px;
}

.gform_footer{
	width: 50% !important;
  position: absolute;
  right: 15px;
  bottom: -40px;
}
#gform_submit_button_1{
	float:right;
	margin:0;
	background-color:#543cd5;
	width:150px;
	padding:.67rem 1.2rem;
}
#gform_submit_button_1:hover{
	background-color:#2c00b4;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text]{
	margin-bottom:0;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top:14px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea{
	padding:13px 20px;
}

@media screen and (max-width:500px){
	.form_nombre,
  .form_email,
  .form_celular,
  .form_adjunto,
	.form_mensaje,
	.gform_footer{
	  width:100% !important;
  }
	.form_adjunto{
		overflow:hidden !important;
		margin-top:0 !important;
	}
	.form_mensaje{
		position:relative;
		width:100%;
		margin-top:4px !important;
  }
	.gform_footer{
		width: 100%;
		position: relative;
		right: 0;
		bottom: 0;
	}
	#gform_submit_button_1{
		float:right;
		margin:0;
		background-color:#543cd5;
		width:150px;
		padding:.67rem 1.2rem;
	}
}



/*
form.raven-form{
	flex-direction: column;
  align-items: flex-start;
}
#raven-field-group-78df30c{
	position: absolute;
  float: right;
  right: 0;
}
@media screen and (max-width:420px){
	#raven-field-group-78df30c{
	  position: inherit;
    float: none;
    right: inherit;
  }
}
*/