.text-play {
  font-family: "Playfair Display", serif;
}

.fa15x {
  font-size: 1.5em;
}

@media (min-width: 992px) {
  .img-side {
    max-width: 80%;
  }

  .img-metodo-4 {
    max-width: 50%;
  }
}
.overlay-menu {
  background: rgba(36, 51, 65, 0.9);
}

.navbar-custom.navbar-transparent.text-light a {
  color: #FFFFFF;
}
.navbar-custom.navbar-transparent.text-light a:hover {
  color: #FFFFFF;
}
.navbar-custom .navbar-brand {
  margin-right: auto !important;
  margin-left: auto !important;
}
.navbar-custom .navbar-nav > li > a {
  margin-top: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 16px 20px;
}
.navbar-custom .show-overlay .icon-bar {
  background: #111;
}
.navbar-custom.navbar-transparent .show-overlay .icon-bar {
  background: #ffffff;
}
.navbar-custom.navbar-transparent .dropdown-menu {
  background: transparent;
  border: none;
  box-shadow: none;
}
.navbar-custom .dropdown-menu {
  min-width: 350px;
  border-radius: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 14px 12px;
}
.navbar-custom .dropdown-menu a.dropdown-item {
  display: block;
  font-weight: 300;
  text-transform: none;
}
.navbar-custom .dropdown-menu a.dropdown-item:hover {
  color: #333333;
}

.header-logo {
  height: 89px;
  margin-top: -8px;
  width: auto;
}

@media (min-width: 992px) {
  .header-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.mh-line-size-7 {
  font-size: 70px;
  font-family: "Playfair Display", serif;
  color: #ffffff;
  text-align: left;
}

.header-hero-block {
  margin-top: 300px;
}
.header-hero-block h5 {
  font-size: 1.2em;
  color: #ffffff;
  letter-spacing: 3px;
}
.header-hero-block h5 img {
  width: 64px;
  height: 64px;
}

.header-social-block {
  position: absolute;
  bottom: 10px;
}
.header-social-block .social-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.header-social-block .nav.navbar-nav li a, .header-social-block .social-block a {
  color: #ffffff;
  margin: 0 14px;
}
.header-social-block .nav.navbar-nav li a:hover, .header-social-block .social-block a:hover {
  background: inherit;
}

#nav li ul li a {
  font-size: 1.2em;
}

.overlay-menu-nav li > a {
  text-transform: capitalize !important;
  font-family: "Playfair Display", sans-serif !important;
}
.overlay-menu-nav li > a span {
  font-family: "Lato", sans-serif;
  color: #4A608D;
  font-size: 1.3em;
}
.overlay-menu-nav li > a:hover {
  text-decoration: underline;
}

.module_title_1 {
  text-align: center;
  color: rgb(74, 96, 141);
  margin: 20px 0;
}
.module_title_1 h2.title {
  font-family: "Lato", sans-serif;
  font-size: 2.2em;
  font-weight: 300;
  color: #4A608D;
}
.module_title_1 h2.title-card {
  font-family: "Playfair Display", sans-serif;
  font-size: 2.3em;
  font-weight: 300;
  color: #4A608D;
  margin-top: 0;
}
.module_title_1 div.subtitle {
  font-family: "Playfair Display", serif;
  font-size: 4em;
  line-height: 1.1em;
}
.module_title_1 div.text-block {
  color: #707070;
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  line-height: 34px;
}

.hero-caption .hero-text h1 {
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Playfair Display", sans-serif;
  font-size: 5em;
}
.hero-caption .text-explore-hero {
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
}
.hero-caption img.arrow {
  margin-top: 15px;
  width: 64px !important;
  height: 64px !important;
}

.hero-img-block .hero-text {
  position: absolute;
  top: 50%;
  left: 45%;
}
.hero-img-block .hero-text .text-explore {
  margin-left: 8px;
  font-size: 1.1em;
  color: #ffffff;
  letter-spacing: 1px;
}

.slides-navigation a {
  background: none;
}

.arrow.section_5 {
  width: 64px !important;
  height: 64px !important;
}

.hero-text-no-img {
  margin-top: 30px;
}
.hero-text-no-img img.arrow {
  width: 64px;
  height: 64px;
}
.hero-text-no-img .text-explore {
  margin-left: 8px;
  font-size: 1.3em;
  color: rgb(74, 96, 141);
  letter-spacing: 1px;
}
.hero-text-no-img .text-explore.text-light {
  color: #ffffff;
}

img.bottom-hover.metodo {
  width: 75%;
  position: absolute;
  bottom: -38%;
  left: -7%;
}
img.bottom-hover.lab {
  width: 50%;
  position: absolute;
  bottom: -12%;
  left: -17%;
}
@media (max-width: 992px) {
  img.bottom-hover.metodo {
    left: 0;
  }
  img.bottom-hover.lab {
    left: 10px;
  }
}

.grid-hover-element {
  width: 100%;
}
.grid-hover-element .grid-hover-caption {
  position: absolute;
  padding: 0;
  top: 100%;
  width: 100%;
  margin-top: -100px;
  opacity: 0;
  overflow: hidden;
  z-index: 3;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.grid-hover-element:hover a:after {
  background: rgba(34, 34, 34, 0.75);
  background: rgba(0, 0, 0, 0.8);
}
.grid-hover-element:hover .grid-hover-caption {
  margin: 0;
  background: rgba(74, 96, 121, 0.6);
  height: 100%;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid-hover-element:hover .grid-hover-caption .hero-text-no-img {
  color: rgb(74, 96, 141);
  position: absolute;
  top: 44%;
  left: 33%;
}
.grid-hover-element:hover .grid-hover-caption .hero-text-no-img.left {
  left: 33%;
}
.grid-hover-element:hover .grid-hover-caption .hero-text-no-img.right {
  right: 33%;
}

.contact-form {
  margin-bottom: 40px;
}
.contact-form input, .contact-form button {
  width: 100%;
  border: 1px solid rgb(74, 96, 141);
  color: rgb(74, 96, 141);
  padding: 14px 28px;
  font-size: 2.5em;
  font-family: "Playfair Display", serif;
}
.contact-form input::placeholder, .contact-form button::placeholder {
  color: rgb(74, 96, 141);
  opacity: 0.8;
}
.contact-form button {
  margin-top: 20px;
  width: 250px;
}

.contact-full-form label {
  font-family: "Playfair Display", serif;
  color: #707070;
  font-size: 1.1em;
  font-weight: 300;
}
.contact-full-form textarea {
  border: 1px solid #4A608D;
}
.contact-full-form input {
  width: 100%;
  border: 1px solid #4A608D;
  color: #333333;
  padding: 10px;
  font-size: 1.3em;
  font-family: "Playfair Display", serif;
}
.contact-full-form input::placeholder {
  color: rgb(74, 96, 141);
  opacity: 0.8;
}
.contact-full-form button {
  border: 1px solid #4A608D;
  font-size: 1.5em;
  margin-top: 20px;
  width: 100%;
  padding: 8px;
  font-family: "Playfair Display", serif;
}

.contact-info p {
  font-size: 16px;
}

.form-messege {
  font-size: 2em;
  text-align: left;
  font-family: "Playfair Display", serif;
}

.label-farina {
  font-size: 1.6em;
  margin-top: 24px;
  font-family: "Playfair Display", serif;
  color: rgb(74, 96, 141);
}

section.privacy {
  margin-top: 100px;
  font-family: "Playfair Display", sans-serif;
}
section.privacy p {
  color: rgb(74, 96, 141);
  margin-bottom: 0;
}
section.privacy h2 {
  font-size: 3.5em;
  color: rgb(74, 96, 141);
  margin-bottom: 20px;
}
section.privacy h5 {
  color: #707070;
  margin-top: 0;
}

.scroll-up a {
  background: none;
}
.scroll-up .arrow.top {
  rotate: 270deg;
}

footer {
  padding-top: 85px;
  padding-bottom: 20px;
  background: #243341;
}
footer .social-text-links.menu li {
  margin: 0 20px 20px;
}
footer .social-text-links.menu li > a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
footer .social-text-links li {
  margin: 0 15px;
}
footer .social-text-links li > a {
  color: #ffffff;
}
footer .social-text-links li > a i {
  font-size: 1.5em;
}
footer .logo-footer {
  margin-top: -13px;
  min-width: 110px;
}
@media (max-width: 992px) {
  footer .logo-footer {
    margin-top: 40px;
    max-width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .copyright {
  color: #FFFFFF;
  margin-left: 12px;
  font-family: "Lato", sans-serif;
}

/*# sourceMappingURL=custom.css.map */
