@charset "utf-8";
/**
Variables CSS
**/
/* FUENTES */
/* FIN FUENTES */
.font-primary {
  font-family: "Open Sans", sans-serif;
}
.font-secondary {
  font-family: "Oswald";
  text-transform: uppercase;
}
.font-tertiary {
  font-family: "Dancing Script";
}
.blue-dark {
  color: #092c84;
}
.blue-light {
  color: #179ae0;
}
.blue-menu {
  color: #151c4d;
}
.bg-blue-dark {
  background-color: #092c84;
}
.bg-blue-light {
  background-color: #179ae0;
}
:root {
  --mdb-body-font-family: "Open Sans", sans-serif;
  --mdb-body-line-height: 1.5;
  --mdb-body-font-size: 18px;
  --mdb-body-background-color: #efefef;
  --mdb-body-color: #151c4d;
}
/* GLOBAL */
#block-text-header-image-page {
  text-align: center;
  border-radius: 10px;
}
.btn-primary {
  --mdb-btn-bg: #092c84 !important;
  --mdb-btn-color: #fff !important;
  --mdb-btn-box-shadow: 0 4px 9px -4px #092c84;
  --mdb-btn-hover-bg: #092c84 !important;
  --mdb-btn-hover-color: #fff !important;
  --mdb-btn-focus-bg: #092c84 !important;
  --mdb-btn-focus-color: #fff !important;
  --mdb-btn-active-bg: #092c84 !important;
  --mdb-btn-active-color: #fff !important;
}
.btn-secondary {
  --mdb-btn-bg: black !important;
  --mdb-btn-color: white !important;
  --mdb-btn-box-shadow: 0 4px 9px -4px #e3ebf7 !important;
  --mdb-btn-hover-bg: black !important;
  --mdb-btn-hover-color: black !important;
  --mdb-btn-focus-bg: black !important;
  --mdb-btn-focus-color: black !important;
  --mdb-btn-active-bg: #d7deeb !important;
  --mdb-btn-active-color: black !important;
  --mdb-btn-box-shadow-state: transparent !important;
}
:root,
[data-mdb-theme=light] {
  --mdb-primary: #092c84 !important;
  --mdb-secondary: #179ae0 !important;
  --mdb-primary-rgb: 9, 44, 132;
  --mdb-secondary-rgb: 23, 154, 224;
  --mdb-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --mdb-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --mdb-font-open-sans: 'Open Sans', sans-serif;
  --mdb-body-font-family: var(--mdb-font-open-sans) !important;
  --mdb-body-font-size: 1.2rem !important;
  --mdb-body-font-weight: 400;
  --mdb-body-line-height: 1.6;
  --mdb-body-color: #4f4f4f;
  --mdb-body-color-rgb: 79, 79, 79;
  --mdb-body-bg: #fffef5 !important;
  --mdb-body-bg-rgb: 255, 254, 245 !important;
  --mdb-secondary-color-rgb: 79, 79, 79 !important;
  --mdb-secondary-bg: #179ae0 !important;
  --mdb-secondary-bg-rgb: 23, 154, 224;
  --mdb-tertiary-color-rgb: 79, 79, 79;
  --mdb-tertiary-bg: #fbfbfb;
  --mdb-tertiary-bg-rgb: 251, 251, 251;
  --mdb-heading-color: inherit;
  --mdb-link-color: #3b71ca;
  --mdb-link-color-rgb: 59, 113, 202;
  --mdb-link-decoration: none;
  --mdb-link-hover-color: #386bc0;
  --mdb-link-hover-color-rgb: 56, 107, 192;
  --mdb-link-hover-decoration: none;
  --mdb-code-color: #e91e63;
  --mdb-highlight-color: #4f4f4f;
  --mdb-highlight-bg: #fff9c4;
  --mdb-border-width: 1px;
  --mdb-border-style: solid;
  --mdb-border-color: #e0e0e0;
  --mdb-border-color-translucent: rgba(0, 0, 0, 0.175);
  --mdb-border-radius: 0.25rem;
  --mdb-border-radius-sm: 0.25rem;
  --mdb-border-radius-lg: 0.5rem;
  --mdb-border-radius-xl: 1rem;
  --mdb-border-radius-xxl: 2rem;
  --mdb-border-radius-2xl: var(--mdb-border-radius-xxl);
  --mdb-border-radius-pill: 50rem;
  --mdb-focus-ring-width: 0.25rem;
  --mdb-focus-ring-opacity: 0.25;
  --mdb-form-valid-color: #14a44d;
  --mdb-form-valid-border-color: #14a44d;
  --mdb-form-invalid-color: #dc4c64;
  --mdb-form-invalid-border-color: #dc4c64;
}
:root,
[data-mdb-theme=light] {
  --mdb-bg-opacity: 1;
  --mdb-text-hover-opacity: 0.8;
  --mdb-surface-color: var(--mdb-primary) !important;
  --mdb-surface-color-rgb: 255, 87, 51 !important;
  --mdb-surface-bg: #fff;
  --mdb-surface-inverted-color: #fff;
  --mdb-surface-inverted-color-rgb: 255, 255, 255;
  --mdb-surface-inverted-bg: #6d6d6d;
  --mdb-divider-color: #f5f5f5;
  --mdb-divider-blurry-color: #666666;
  --mdb-highlight-bg-color: #eeeeee;
  --mdb-scrollbar-rail-bg: #eeeeee;
  --mdb-scrollbar-thumb-bg: #9e9e9e;
  --mdb-picker-header-bg: #3b71ca;
  --mdb-timepicker-clock-face-bg: var(--mdb-secondary-bg);
  --mdb-sidenav-backdrop-opacity: 0.1;
  --mdb-input-focus-border-color: var(--mdb-primary);
  --mdb-input-focus-label-color: var(--mdb-primary);
  --mdb-form-control-border-color: #bdbdbd;
  --mdb-form-control-label-color: #757575;
  --mdb-form-control-disabled-bg: #e0e0e0;
  --mdb-box-shadow-color: #000;
  --mdb-box-shadow-color-rgb: 0, 0, 0;
  --mdb-stepper-mobile-bg: #fbfbfb;
  --mdb-datepicker-cell-in-range-background-color: #b1c6ea;
}
.nav-link,
.dropdown {
  font-size: 1.2rem !important;
}
.text-small {
  font-size: 0.8rem !important;
}
.w-35 {
  width: 35% !important;
}
.btn.btn-dropdown {
  padding: 0 !important;
}
h2 {
  font-size: 2.8rem;
  line-height: 0.9;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.8rem;
  }
}
h1 {
  font-size: 3.5rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.5rem;
  }
}
h3 {
  font-weight: 800;
}
.titulo-mayuscula {
  text-transform: uppercase;
}
.bg-general {
  background-color: #FFFEF5;
}
.sidenav-backdrop {
  --mdb-sidenav-backdrop-zindex: 0 !important;
  z-index: var(--mdb-sidenav-backdrop-zindex) !important;
}
nav .dropdown:active {
  border: 0 !important;
}
nav .dropdown:focus {
  border: 0 !important;
}
.text-blue {
  color: #092c84;
}
.fw-bold * {
  font-weight: 800;
}
a:hover {
  filter: brightness(0.8);
}
.title-blue-dark {
  font-family: "Dancing Script";
  font-size: 3.2rem;
  font-weight: 700;
}
.bg-blue {
  background: #092c84 !important;
  color: white !important;
}
.bg-blue * {
  color: white !important;
}
.mh-100 {
  min-height: 8.5rem !important;
}
.subtitle-blue-light * {
  font-family: 'Open Sans', sans-serif;
  color: #179ae0;
  font-weight: 800 !important;
}
.parallax .parallax-slider,
.parallax .overlay {
  border-radius: 0.5rem;
}
.font-secondary {
  font-family: "Oswald" !important;
  text-transform: uppercase;
}
p {
  font-size: 1.2rem;
}
h2 {
  font-size: 2.8rem !important;
}
/* FIN GLOBAL */
/* Regla de medida */
/* Contenedor de la regla*/
.regla-de-medida {
  position: absolute;
  top: 4em;
  right: 0;
  bottom: 3em;
  width: 40px;
  pointer-events: none;
}
.regla-de-medida::after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 15px;
  width: 0;
  background-color: #092c84;
}
.regla-de-medida .tick {
  position: absolute;
  left: 0;
  background-color: #092c84;
}
.regla-de-medida .tick.minor {
  width: 10px;
  height: 2px;
  left: 20px;
}
.regla-de-medida .tick.major {
  position: absolute;
  width: 20px;
  height: 4px;
  left: 10px;
}
.regla-de-medida .tick-label-final {
  white-space: pre-line;
  text-align: end;
  display: block;
  font-size: 0.75rem;
  line-height: 1.1;
  margin-top: 10px;
  margin-left: -25px;
  max-width: 70px;
}
.regla-de-medida .tick.major span {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  color: #092c84;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ruler-line {
  position: absolute;
  top: -40px;
  bottom: -40px;
  left: 30px;
  width: 5px;
  background-color: #002c77;
  z-index: 1;
}
@media (max-width: 900px) {
  .regla-de-medida .tick.major span {
    display: none !important;
  }
}
/* Fin regla medida */
/* MENU */
.flag-lang {
  width: 2rem !important;
}
.menu_principal .dropdown-item,
.menu_principal a {
  font-family: "Oswald";
}
.menu_principal .nav-item {
  font-family: "Oswald";
}
.menu_principal .nav-item:hover {
  color: #179ae0;
}
.menu_principal .nav-link.active {
  background-color: #092c84 !important;
  color: #ffffff;
}
.menu_principal .nav-link {
  font-family: "Oswald";
}
.menu_principal .btn-transparent-topbar {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #151c4d;
}
.menu_principal .btn-transparent-topbar:hover {
  color: #179ae0 !important;
}
.menu_principal .mt-fix {
  margin-top: 10px !important;
}
.menu_principal .dropdown-lang {
  width: 3rem;
}
.menu_principal .dropdown-lang * *:hover {
  background: lightgrey !important;
}
.nav-link.active {
  color: var(--mdb-secondary) !important;
}
.sidenav-link.active {
  background: #f1f0f0 !important;
  color: var(--mdb-primary) !important;
}
.sidenav-link.active * {
  color: var(--mdb-primary) !important;
  font-weight: bold !important;
}
.nav-item .nav-link {
  color: var(--mdb-primary) !important;
}
#dropdown-lang {
  color: var(--mdb-primary) !important;
}
@media (max-width: 1400px) {
  #menu-covap-desktop #navbarHeader {
    display: none !important;
  }
}
#navMobile * {
  font-size: 1.3rem;
}
#navMobile .dropdown-item,
#navMobile a {
  font-size: 1.1rem;
}
#navMobile #closeNavMobile {
  font-size: 4.3rem;
}
.menu {
  font-weight: 500;
}
.menu .hover-menu a:hover {
  text-decoration: underline;
}
.hover-footer a:hover {
  text-decoration: underline;
  color: white !important;
}
#list-contact-footer li {
  margin-top: 1.2em;
}
.dropdown-item:not(.dropdown-lang) {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 1px;
  color: #ffffff;
  background-color: #092c84;
}
.dropdown-item:not(.dropdown-lang):hover {
  background-color: #092c84 !important;
  box-shadow: none;
  color: white !important;
  text-decoration: none;
}
.dropdown-toggle:after {
  margin-left: 0.5em !important;
  vertical-align: 0.15em !important;
  font-size: x-large !important;
}
a:hover {
  color: #179ae0;
}
.linea {
  position: relative;
  width: 0;
  height: 30px;
}
.linea::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 1em;
  width: 2px;
  height: 150%;
  background-color: #151c4d;
}
#hamburgerMenu {
  color: #092c84;
}
.sidenav .dropdown-toggle {
  background: none;
  background-color: transparent;
  border: none;
}
.sidenav .dropdown-toggle:hover,
.sidenav .dropdown-toggle:focus,
.sidenav .dropdown-toggle:active {
  background: none;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.sidenav-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-in-out;
}
.sidenav-collapse.show {
  max-height: 1000px;
}
.sidenav-menu {
  max-height: 80vh;
  overflow-y: auto;
  padding: 0 !important;
}
/* Tamaño general para todos los enlaces */
.sidenav-link {
  border-radius: 0 !important;
  font-size: 20px;
  padding: 40px 15px !important;
  display: flex;
  align-items: center;
  color: #151c4d;
  text-transform: uppercase;
}
.sidenav-item:hover {
  color: #179ae0;
}
.sidenav-collapse .sidenav-link span {
  font-size: 1rem !important;
}
.sidenav-collapse .sidenav-item .sidenav-link {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.sidenav {
  --mdb-sidenav-collapse-sidenav-link-padding-left: 1.8rem !important;
}
.sidenav.show .sidenav-dialog {
  -webkit-transform: none;
  transform: none;
}
.sidenav.fade .sidenav-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.sidenav-link:hover {
  color: #179ae0;
}
.sidenav-link:hover span {
  transform: scale(1.1) !important;
}
.buttom-close {
  color: #179ae0;
}
.buttom-close:hover {
  color: #092c84;
}
.sidenav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
.sidenav::-webkit-scrollbar {
  width: 8px !important;
}
.sidenav::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}
.sidenav::-webkit-scrollbar-thumb {
  background: var(--mdb-secondary) !important;
  border-radius: 2px !important;
}
.sidenav::-webkit-scrollbar-thumb:hover {
  background: var(--mdb-secondary) !important;
}
.sidenav-header-full-width {
  border-bottom: none !important;
}
/* /MENU */
/* TOP BAR MENÚ */
#top-bar-menu-mobile {
  height: 76px !important;
}
#top-bar-menu-mobile:hover {
  color: #000000;
}
/* FIN TOP BAR BAR MENÚ*/
/* CONTACTO */
#container-contact {
  height: 340px;
}
@media (max-width: 992px) {
  #container-contact {
    height: 280px !important;
  }
}
.was-validated .form-control:invalid {
  margin-bottom: 0 !important;
}
.valid-feedback {
  display: none !important;
}
#form-contacto .input-text {
  height: 6.5rem !important;
}
.form-label {
  color: #092c84;
}
.form-label {
  display: block;
  font-weight: bold;
  color: #002366;
  /* azul oscuro */
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.custom-select {
  width: 100%;
  border: none;
  border-bottom: 2px solid #002366;
  border-radius: 0;
  background-color: transparent;
  color: #002366;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding: 5px 30px 5px 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23002366' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 10px;
}
.custom-label {
  border: none;
  width: 100%;
  border-bottom: 2px solid #002366;
  border-radius: 0;
  background-color: transparent;
  color: #002366;
  padding-left: 0;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding: 5px 30px 5px 0;
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 10px;
}
.btn-contacto {
  background-color: #092c84;
  width: 100%;
  color: #ffffff;
  padding: 0.6em 0 0.6em 0;
}
.btn-contacto:hover {
  background-color: #151c4d;
  color: #ffffff;
}
.titulo_contacto {
  color: #092c84;
}
@media (max-width: 1204px) {
  .imagen_contacto {
    max-width: 100%;
    height: auto;
  }
}
/* FIN CONTACTO */
/* INICIO */
.home-main {
  position: relative;
  background-color: #FFFEF5;
}
/* Regla de medida */
/* Contenedor de la regla*/
.regla-de-medida {
  position: absolute;
  top: 4em;
  right: 0;
  bottom: 3em;
  width: 40px;
  pointer-events: none;
}
.regla-de-medida::after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 15px;
  width: 0;
  background-color: #092c84;
}
.regla-de-medida .tick {
  position: absolute;
  left: 0;
  background-color: #092c84;
}
.regla-de-medida .tick.minor {
  width: 10px;
  height: 2px;
  left: 20px;
}
.regla-de-medida .tick.major {
  position: absolute;
  width: 20px;
  height: 4px;
  left: 10px;
}
.regla-de-medida .tick-label-final {
  white-space: pre-line;
  text-align: end;
  display: block;
  font-size: 0.75rem;
  line-height: 1.1;
  margin-top: 10px;
  margin-left: -25px;
  max-width: 70px;
}
.regla-de-medida .tick.major span {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  color: #092c84;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ruler-line {
  position: absolute;
  top: -40px;
  bottom: -40px;
  left: 30px;
  width: 5px;
  background-color: #002c77;
  z-index: 1;
}
@media (max-width: 900px) {
  .regla-de-medida .tick.major span {
    display: none !important;
  }
}
/* Fin regla medida */
/* Hero */
.lactia-hero {
  width: 100%;
  background-image: url("/assets/images/lactia/homepage/imatge_Fons_Hero.jpg");
  background-size: cover;
  background-position: center center;
}
/* // Hero */
.sobre-nosotros {
  background-color: rgba(9, 44, 132, 0.8);
  padding: 2em 0 1em 0;
  margin-top: 3.2em;
}
.sobre-nosotros p {
  font-size: 1.4em;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 680px;
  margin: 0 auto;
}
.container-inicio {
  padding-top: 4em;
  padding-bottom: 1em;
}
.title-blue,
.title-white {
  font-family: "Oswald";
  color: #092c84;
  font-size: 3.5rem;
}
.title-blue *,
.title-white * {
  font-family: "Oswald";
  color: #092c84;
  font-size: 3.5rem;
}
.title-white * {
  color: white;
}
.title-blue-light {
  color: #179ae0;
  display: block;
  font-family: "Dancing Script";
  left: 0;
  right: 0;
  font-size: 4.8rem;
  font-weight: 700;
  top: 2.7rem;
}
.title-blue-light * {
  color: #179ae0;
  display: block;
  font-family: "Dancing Script";
  left: 0;
  right: 0;
  font-size: 4.8rem;
  font-weight: 700;
  top: 2.7rem;
}
.text_granjas_home {
  color: #179ae0;
  font-size: 1.2em;
  z-index: 2;
  left: 0;
  right: 0;
}
.text_familiares_home {
  display: block;
  top: 4rem;
  z-index: -1;
  left: 0;
  right: 0;
}
.text_bienestar_home {
  font-family: "Dancing Script";
  color: #179ae0;
  font-size: 1em;
}
.text_animal_home {
  font-family: "Oswald";
  color: #092c84;
  display: block;
  line-height: 0.7;
}
@media (min-width: 1400px) {
  .imagen-bienstar_animal {
    margin: -240px 0 0 20em;
  }
}
.text_calidad_home {
  display: block;
  line-height: 0.5;
  text-transform: lowercase;
  left: 0;
  right: 0;
}
.vocacion-section {
  padding-top: 10em;
  padding-bottom: 20em;
}
.text_vocacion_home {
  font-family: "Oswald";
  color: #092c84;
  text-transform: uppercase;
}
.text_colaborativa_home {
  display: block;
  line-height: 0.6;
  text-transform: lowercase;
}
.imagen-vocacion {
  margin: -150px 0 0 0;
  padding: 0 0 0 580px;
}
.text_familia_vocacion_home {
  margin-top: 0;
}
/* FIN INICIO */
/* VALORES */
.imagen-valores {
  padding-top: 10em;
}
.text_crecer_valores {
  display: block;
  top: 2.6rem;
  text-transform: lowercase;
  left: 0;
  right: 0;
}
/* //VALORES */
/* HISTORIA */
.text_historia_historia {
  height: 1rem;
  left: 0;
  right: 0;
}
.text_creciente_historia {
  top: 1.7rem;
  text-transform: lowercase;
  left: 0;
  right: 0;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.text-overlay {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding-top: 5.5em;
  margin: 0 auto;
  font-size: 2.4em;
}
/* //HISTORIA */
/* CALIDAD */
.logo-calidad {
  width: 8rem;
}
@media (max-width: 1200px) {
  .logo-calidad {
    width: 100%;
  }
}
.text_calidad_mejor_leche_freca {
  top: 3.8rem;
  display: block;
  line-height: 0.6;
  text-transform: lowercase;
  left: 0;
  right: 0;
}
.section-trazabilidad_calidad h3 {
  font-weight: normal !important;
  text-transform: uppercase;
}
.imagen-cantaros {
  bottom: -8rem;
  right: 0;
}
.text_calidad_trazabilidad {
  font-size: 2.8rem;
}
.text_calidad_trazabilidad * {
  font-size: 2.8rem;
}
.trazabilidad-seccion {
  background-color: #092c84;
}
.innovacion_section {
  background-color: #179ae0;
}
.text_calidad_inoovacion {
  font-size: 0.7em;
}
.text_exigir_calidad_calidad {
  font-size: 0.9em;
}
.procesos_section {
  background-color: #092c84;
  padding: 5em 0 5em 0;
  margin: 0 auto;
}
.text-procesos-calidad {
  font-size: 0.7em;
}
.linea-procesos {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 2rem;
}
.linea-procesos::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
}
.section-procesos-calidad h3 {
  font-weight: normal !important;
  font-size: 1.2em;
}
.text_proceso_pasteurizacion {
  margin: 0 100px 0 0;
}
/* /CALIDAD */
.medio_ambiente_bg {
  background-color: #179ae0;
}
.text_amor_por_medio_ambiente {
  color: #092c84;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.9em;
}
.text_nuestra_tierra_medio_ambiente {
  color: #ffffff;
  display: block;
}
.text_objetivos_medioambientales {
  font-size: 0.4em;
}
.text_vocacion_social {
  padding-top: 8em;
  margin: 0 auto;
}
.cabecera_local {
  margin-top: 10em;
}
#image-local {
  top: -14rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 44rem;
}
#header-local {
  margin-top: 21rem;
  padding: 9rem 0rem;
}
.text_de_aqui_local {
  top: 4rem;
  display: block;
  line-height: 2.7;
  text-transform: lowercase;
  left: 0;
  right: 0;
}
.card-container {
  padding-top: 1em;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.card-container h3 {
  font-weight: normal;
  font-size: 2em;
}
.card {
  background-color: #092c84;
  color: white;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 15em;
  text-align: center;
  border-radius: 0;
}
.bg-gris {
  background-color: #efefef;
}
.text_local_hecha_aqui {
  font-size: 0.7em;
}
.bienestar_animal {
  background-color: #179ae0;
}
.logo-bienestar {
  max-width: 140px;
  height: 180px;
}
.text_su_bienestar_bienestar_animal {
  position: absolute;
  left: 0;
}
.text_su_bienestar_es_el_nuestro {
  font-family: "Dancing Script";
  position: absolute;
  display: block;
  line-height: 0.4;
  margin-left: 0;
  top: 4rem;
  text-transform: lowercase;
}
.text_es_nuestro_bienestar_animal {
  position: absolute;
  top: -22em;
  left: 0;
  z-index: 2;
}
.imagen_bienestar_animal {
  width: 75%;
}
.imagen-logo_bienestar_animal {
  margin: 0 auto;
  padding-top: 0;
}
.cabecera-medio-ambiente {
  padding-bottom: 5rem;
  z-index: 1;
}
.nuestra_tierra_imagen {
  position: relative;
  z-index: 2;
  margin-top: 0rem;
  margin-bottom: -4rem;
  text-align: center;
}
.nuestra_tierra_imagen img {
  z-index: 2;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.nuestra_tierra {
  padding-top: 3rem;
  z-index: 2;
}
.nuestra_tierra_block {
  z-index: 4;
  text-align: center;
}
.nuestra_tierra_block p {
  color: #ffffff;
}
.section-objetivos a {
  color: white;
  text-decoration: underline;
}
.text_crecemos_como_social {
  font-size: 0.7em;
  color: #092c84;
  line-height: 6;
  left: 0;
  right: 0;
}
.text_crecemos_como_social span {
  font-size: 1.3em;
  font-family: "Dancing Script";
  color: #179ae0;
  display: block;
  line-height: 0.1;
  text-transform: lowercase;
}
.text_mejor_leche_marcas {
  left: 0;
  right: 0;
}
.card-marcas {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_mejores_marcas_marcas {
  position: absolute;
  color: #179ae0;
  top: 2.5rem;
  left: 0;
  right: 0;
  z-index: 2;
}
.container-marcas {
  padding-top: 3em;
}
.cabecera_aviso_legal {
  position: relative;
}
.cabecera_politica_de_privacidad {
  position: relative;
  justify-content: center;
}
.text_privacidad_de_privacidad {
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 2;
  font-size: 0.9em;
}
.cabecera_cookies {
  position: relative;
  justify-content: center;
}
.text_cookies_de_cookies {
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 2;
  font-size: 0.9em;
}
.tabla_cookies {
  overflow-x: auto;
}
.tabla_cookies table {
  border-collapse: collapse;
  width: 100%;
}
.tabla_cookies th,
.tabla_cookies td {
  border: 1px solid black;
  padding: 5px 10px 5px 10px;
}
.tabla_cookies table,
.tabla_cookies th,
.tabla_cookies td {
  border: 1px solid #d8d8d8;
}
.cabecera_corporativa {
  position: relative;
  justify-content: center;
}
.text_corporativa_de_lactia {
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 2;
  font-size: 0.8em;
}
.footer_temporal {
  background-color: #179ae0 !important;
}
.footer_temporal span {
  font-family: "Oswald";
  font-size: 25px;
  text-transform: uppercase;
}
.footer_temporal p {
  font-family: "Dancing Script";
  font-size: 2.2em;
}
.line_footer_temporal {
  color: #ffffff;
}
.section-footer a,
.section-footer span,
.section-footer p {
  color: #ffffff;
}
.section-footer p {
  padding-bottom: 3em;
}
.section-footer a.lactia_location {
  font-size: 14px;
}
.section-footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.section-footer a.lactia-correo {
  color: #ffffff;
  font-size: 20px;
}
.section-footer a.lactia-tlf {
  font-size: 20px;
}
.section-footer a.lactia-correo:hover {
  text-decoration: underline;
}
.section-footer .icon-linkedIn {
  color: #ffffff;
}
.section-footer .icon-linkedIn:hover {
  color: #a4a4a4;
}
.section-footer a {
  font-size: 0.9em;
}
.subtitle-block {
  font-size: 2.2rem;
  text-decoration: underline white;
  text-underline-offset: 0.7rem;
}
.subtitle-block * {
  text-decoration: underline white;
  text-underline-offset: 0.7rem;
}
@media (max-width: 992px) {
  .title-blue,
  .title-white {
    font-size: 2.4rem;
  }
  .title-blue *,
  .title-white * {
    font-size: 2.4rem;
  }
  .imagen_bienestar_animal {
    width: 100%;
    margin-top: 2rem;
  }
  .subtitle-block {
    font-size: 1.8rem;
  }
  .title-blue-light {
    font-size: 2.9rem;
  }
  .mh-100 {
    min-height: 9.5rem !important;
  }
  .imagen-cantaros {
    bottom: -10rem;
    right: 0;
    left: 0;
    margin: auto;
  }
  #image-local {
    width: 30rem;
    top: -11rem;
  }
  #header-local {
    margin-top: 18rem;
    padding: 5rem 2rem;
  }
  #container-cookies ol {
    padding: 0 !important;
  }
  .text_animal_home {
    font-family: "Oswald";
    color: #092c84;
    display: block;
    line-height: 0.7;
    left: 0;
    right: 0;
    margin: auto;
  }
  p {
    font-size: 1.2rem;
  }
}
.select-wrapper {
  margin-top: 0 !important;
  --mdb-form-outline-select-arrow-top: .4rem !important;
}
.form-covap label {
  font-size: 1rem !important;
}
.form-outline .form-control {
  font-size: 1rem;
}
.select-arrow {
  color: var(--mdb-primary) !important;
}
.select-arrow:before {
  content: inherit !important;
}
.select-option {
  --mdb-form-outline-select-option-color: var(--mdb-primary);
  --mdb-form-outline-select-option-padding-left: 16px;
  --mdb-form-outline-select-option-padding-right: 16px;
  --mdb-form-outline-select-option-font-size: 1rem !important;
  --mdb-form-outline-select-option-font-weight: 400;
  --mdb-form-outline-select-option-hover-not-disabled-bg: var(--mdb-primary) !important;
  --mdb-form-outline-select-option-active-bg: var(--mdb-primary);
  --mdb-form-outline-select-option-selected-active-bg: rgba(9, 44, 132, 0.8) !important;
  --mdb-form-outline-select-option-text-form-check-input-margin-right: 10px;
  --mdb-form-outline-select-option-secondary-text-font-size: 0.8rem;
  --mdb-form-outline-select-option-icon-width: 28px;
  --mdb-form-outline-select-option-icon-height: 28px;
  --mdb-form-outline-select-white-arrow: #fff;
  --mdb-form-outline-select-option-selected-bg: rgba(59, 113, 202, 0.3);
  --mdb-form-outline-select-option-selected-hover-bg: rgba(59, 113, 202, 0.45);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--mdb-form-outline-select-option-color);
  padding-left: var(--mdb-form-outline-select-option-padding-left);
  padding-right: var(--mdb-form-outline-select-option-padding-right);
  font-size: var(--mdb-form-outline-select-option-font-size);
  font-weight: var(--mdb-form-outline-select-option-font-weight);
  user-select: none;
}
.select-option.selected.active {
  color: white !important;
}
.select-option:hover {
  background-color: var(--mdb-primary) !important;
  color: white !important;
}
.form-outline {
  font-size: 0.9rem !important;
}
.form-control:not(select):not(.select-input) {
  background: var(--mdb-body-bg) !important;
  border: inherit !important;
  border-bottom: 2px solid var(--mdb-primary) !important;
  border-radius: 0 !important;
}
.form-control:not(select):not(.select-input):focus,
.form-control:not(select):not(.select-input):active {
  box-shadow: inherit !important;
}
.invalid-feedback {
  margin-top: 0 !important;
}
.valid-feedback {
  margin-top: 0 !important;
}
.select-input {
  margin-bottom: 0 !important;
}
.form-check-input[type=checkbox] {
  margin-right: 0 !important;
}
.form-check-input {
  margin-top: 0 !important;
  vertical-align: inherit !important;
}
/* Cambiar color de la scrollbar del Sidenav */
::-webkit-scrollbar {
  width: 4px;
}
/* Track (fondo de la barra) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
/* Handle (el "tirador" de la barra) */
::-webkit-scrollbar-thumb {
  background: #3f8bfd;
  /* Color principal del scroll */
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1c61dd;
  /* Color al pasar el mouse */
}
@media (min-width: 992px) {
  .enlace-footer {
    border-right: 1px solid #ffffff;
  }
}
.text_mejor_leche_local,
.lh-legales {
  line-height: 3.2 !important;
}
.form-outline .form-control ~ .form-label.select-fake-value.active,
.form-outline .form-control:focus ~ .form-label.select-fake-value.active,
.form-outline .form-control.active ~ .form-label.select-fake-value.active {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}
.select-input {
  height: 3rem;
}
.select-arrow {
  color: var(--mdb-primary) !important;
  top: 25%;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: inherit !important;
}
