/*
  Project: Dilista
  Date: 18/12/2024
  Author: Josu Eguren
  Version: 1.0
  Description: Custom styles for the Dilista website
*/

/*--------------------------------------------------
	General Settings
---------------------------------------------------*/

#logo img {
  display: block;
  height: 30px;
  width: auto;
  max-width: none;
}

.custom-padding {
  padding-bottom: 4vw;
}

/* .hero-title span, .next-hero-title span, .preloader-intro {
  font-family: "Playfair Display", serif;
} */

/*--------------------------------------------------
	Forms
---------------------------------------------------*/

#contact-form {
  margin-top: 0;
}

.text-align-center #contact-form {
  margin: 0 auto;
  max-width: 800px;
  margin-top: 30px;
}

#contact-form::after {
  clear: both;
  content: "";
  display: table;
}

#contact-form .required {
  float: left;
  width: auto;
  font-size: 14px;
  line-height: 34px;
  margin-left: 20px;
  margin-bottom: 0;
}

#contact-form .text-align-center .required {
  float: left;
  margin-left: 0;
  display: block;
  clear: both;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}