/* 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;
  }
}





/* Página de despedida - ID 457 */

/* Ocultar cabecera, menú, título y pie */
.page-id-457 header,
.page-id-457 footer,
.page-id-457 .site-header,
.page-id-457 .site-footer,
.page-id-457 .main-navigation,
.page-id-457 .entry-title {
    display: none !important;
}

/* Eliminar márgenes y espacios */
.page-id-457 .site-content,
.page-id-457 .content-area,
.page-id-457 .site-main,
.page-id-457 article {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
}

/* Centrar la imagen vertical y horizontalmente */
.page-id-457 .entry-content {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh !important;
}

/* Hacer que la imagen aproveche la pantalla */
.page-id-457 .entry-content img {
    max-width: 95vw !important;
    max-height: 95vh !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}