/* Enter Your Custom CSS Here */
#section-76 div.parallax-content {
		max-height: 150px;
} 

#go-top {
background: #e7437b none repeat scroll 0 0 !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #e7437b none repeat scroll 0 0 !important;
}
.main-navigation > ul > li.current a, .main-navigation > ul > li:hover > a {
    color: #e7437b !important;
}
#masthead {
	border-bottom: 3px solid #e7437b;
}


.parallax-section input[type="text"], .parallax-section input[type="email"], .parallax-section input[type="url"], .parallax-section input[type="password"], .parallax-section input[type="search"], .parallax-section input[type="tel"], .parallax-section textarea {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: inherit;
    display: block;
    line-height: 32px;
    margin: 0 auto;
    padding: 5px 10px;
    width: 100%;
}

.slider-caption .caption-title {
  display:none;
}

.menu-toggle {
  background-color: #e7437b !important;
}

/*.main-navigation > ul {
background: #e7437b none repeat scroll 0 0 !important;
}*/

/*.main-navigation > ul > li.current > a {
  color: #ffffff;
}*/

@media only screen and (max-width: 1000px) {
    .main-navigation ul li.current a {
      color: #fff !important;
      font-weight: bold;
      text-decoration: underline;
    }
  
  #lang_choice_1 {
  	display: none !important;
  }
}

.service-list .service-image img {
  padding: 0 !important;
}

.aviso-legal-link {
  margin-left: 10px;
  text-decoration: underline;
}

.text-form {
  display: inline-table; 
  width: 45%; 
  text-align: justify; 
  float: left; 
  margin-top: 20px;
}

.ufbl-form-wrapper.ufbl-default-template {
  display: inline-table !important;
  float: right;
  width: 50% !important;
}

@media only screen and (max-width: 770px) {
  .ufbl-form-wrapper.ufbl-default-template {
    width: 100% !important;
  }
  .text-form {
    width: 100% !important;
  }
}