* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Gotham-Black";
  src: url("../vendor/fontawesome/font-awesome.min.css"); /* IE9 Compat Modes */
  src:
    url("../vendor/fontawesome/fonts/Gotham-Black.woff") format("woff"),
    /* Modern Browsers */ url("../vendor/fontawesome/fonts/Gotham-Black.otf") format("truetype"); /* Safari, Android, iOS */
}

.contenedor {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.downloads-header {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .downloads-header {
    margin-top: 9rem;
  }
  .img-download {
    width: 90%;
    height: auto;
  }
}

.fila {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.texto-justificado {
  text-align: justify;
}

#mensaje_envio {
  display: none;
}

/* Google recaptcha field */
.g-recaptcha {
  margin-top: 5rem;
}

#div_btn_enviar {
  padding-bottom: 1rem;
  margin-top: 2rem;
}

/* ===== Inicio Menu ===== */
header {
  /*background: #4357ad;*/
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.icono,
.cerrar {
  margin-top: 0.5em;
}

.menu {
  width: 95%;
  max-width: 1900px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
  /*align-items: center;*/
}

.menu .logo {
  display: inline-block;
}

#logo_wolco {
  vertical-align: top;
  width: 10em;
  height: auto;
  margin-left: 6em;
}

.menu .btn-menu {
  display: none;
  text-decoration: none;
  font-size: 1em;
}

.menu .enlaces {
  display: inline-block;
  text-align: right;
  margin-right: -1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.menu .enlaces a {
  color: #474241;
  text-decoration: none;
  display: inline-block;
  margin-left: 1em;
  margin-right: 1.5em;
  text-align: center;
  font-size: 1em;
  letter-spacing: 2px;
  padding-right: 0.6em;
  padding-left: 0.8em;
  font-family: "Gotham-Black", Verdana, Arial !important;
}

/* Efectos del menu */

.headroom {
  transition: transform 0.3s ease;
}

/* Muestro el menu al hacer scroll hacia arriba */
.headroom--pinned {
  transform: translateY(0%);
  background-color: #fff;
}

/* Oculto el menu al hacer scroll hacia abajo */
.headroom--unpinned {
  transform: translateY(-180%);
}

/* ===== Fin Menu ===== */

#segundo_container_nav {
  width: 100%;
  height: 100px;
  margin-top: 4%;
}

#container_menu_top {
  float: left;
  padding-left: 10%;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
  width: 100%;
}

.margin_top_menu_top {
  margin-top: 2%;
}

.menu_top_logo_wolco img {
  width: 90%;
  height: auto;
}

.menu_top_logo_wolco {
  margin-top: 1%;
}

#logo_nav_grupo_wolco {
  text-align: center;
  float: left;
  margin-top: 1%;
}

#logo_nav_grupo_wolco_gris {
  text-align: center;
  float: left;
  margin-top: 1%;
}

#logo_nav_grupo_wolco img {
  width: 80%;
  height: auto;
}

#logo_nav_grupo_wolco_gris img {
  width: 18%;
  height: auto;
}

#logo_wolco_menu_top {
  width: 70%;
  height: auto;
}

.separadores {
  color: #474241;
  font-size: 1em;
  font-weight: bolder;
  font-family: "Gotham-Black", Verdana, Arial !important;
}

.img100width {
  width: 100%;
  height: auto;
}

.menu_grupo_wolco {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  text-align: center;
  background-color: #fff;
}

video {
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.color-fondo {
  background-color: #fff;
}

.video-container {
  height: 500px;
}

.video-parallax {
  -webkit-transition-position: fixed;
  position: fixed;
}

.menu_grupo_wolco li a {
  text-decoration: none;
  color: #000;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 1px;
}

.menu_grupo_wolco_rojo {
  color: #ff3333;
}

.menu_grupo_wolco li a:visited {
  text-decoration: none;
  color: #000;
}

.margin_menu_top {
  margin-left: 3%;
  margin-right: 2%;
}

.titulo_secciones {
  margin-bottom: 3%;
  padding-left: 4%;
}

#fotos_productos {
  padding-left: 10%;
}

#fotos_productos img {
  margin-right: 1%;
  width: 12%;
  height: auto;
  cursor: pointer;
}

#logo_hegan {
  margin-top: 7%;
}

#logo_cfaa {
  margin-top: 5%;
}

.img85width {
  width: 85%;
  height: auto;
}

.input90width {
  width: 90% !important;
}

.icon-spinner {
  display: none;
}

#btn_enviar,
#btn_enviar:hover {
  background-color: #ff5733;
  color: #fff;
  padding-left: 4em;
  padding-right: 4em;
  padding-top: 1em;
  padding-bottom: 1em;
  letter-spacing: 1px;
  font-size: 0.8em;
  border: 0 !important;
  cursor: pointer;
}

textarea {
  resize: none;
  height: 200%;
}

footer {
  padding-top: 1em;
  padding-left: 3em;
  height: 5.5em;
  background-color: #424242;
}

footer p {
  font-family: "Gotham-Black", Verdana, Arial !important;
  font-size: 0.8em;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
}

.punto_footer {
  width: 0.3em;
  margin-bottom: 0.2em;
  margin-left: 0.4em;
  margin-right: 0.4em;
}

#div_contacto_calidad {
  padding-top: 15px;
  background-color: whitesmoke;
  margin-top: 20px;
  border-radius: 10px;
}

.separador_borde {
  border-bottom: solid 1px;
  border-color: #dee2e6;
  margin-bottom: 15px;
}

.btn-descarga-certificados {
  background-color: #d70003 !important;
  border-color: #d50003 !important;
  margin: 8px 5px 8px 0px !important;
}

.proyectos {
  margin: 10px;
}

.proyecto_transicion_digital {
  border: solid 1px #000000;
}

/* Mobile */

/* Menú */
@media screen and (max-width: 1200px) {
  header .menu {
    flex-direction: column;
  }

  header .menu .logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 1em;
  }

  header .menu .logo .btn-menu {
    display: inline-block;
  }

  header .menu .enlaces {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; /* Sino cabe en la misma línea, lo mete debajo */
    justify-content: space-around; /* Pone espacio alrededor de los enlaces */
  }

  header .menu .enlaces a {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
  }

  .separadores {
    display: none;
  }

  #logo_wolco {
    width: 40%;
    margin-left: 1em;
  }

  .menu {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Botones */
@media only screen and (max-width: 120em) {
  body .btn {
    white-space: normal;
  }
}

/* Selector de idioma */

.language-selector {
  display: inline-block;
  margin-left: 1em;
  font-family: "Gotham-Black", Verdana, Arial;
}

.language-selector a {
  color: #474241;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.9em;
}

.language-selector a:hover {
  text-decoration: underline;
}

/* Mapa mundial con sucursales */
.map-container {
  position: relative;
  width: 100%;
  margin: auto;
}

.map-svg {
  width: 100%;
  height: auto;
}

.map-pulse {
  fill: rgba(215, 0, 3, 0.5);

  transform-origin: center;
  transform-box: fill-box;

  animation: pulse 2s infinite;
}
.pulse2 {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  70% {
    transform: scale(2.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.map-point {
  fill: transparent;
  /*   fill: #d70003;
  stroke: white;
  stroke-width: 2;
 */
  cursor: pointer;

  /*  transition:
    transform 0.2s ease,
    fill 0.2s ease; */
}

/* .map-point-group:hover .map-point:hover {
  transform: scale(1.6);
  fill: #ff3b3b;
} */

/* Caja de información */

.map-info-box {
  position: absolute;
  background: rgba(253, 253, 253, 0.932);

  padding: 12px 18px;

  border-radius: 6px;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);

  opacity: 0;

  pointer-events: none;

  z-index: 999;
}
ul {
  list-style: none;
  padding: 0;
}
.document-card {
  border: 1px solid #e5e5e5;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.document-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.document-card .card-title {
  min-height: 48px;
}

.document-card .card-text {
  min-height: 60px;
}

.icon {
  object-fit: contain;
}

/* Download icon */

.link-downloads {
  display: inline-flex !important;
  align-items: center;
  gap: 0.45em;
}

.menu-download-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  vertical-align: middle;
  opacity: 0.9;
}
.link-downloads {
  justify-content: flex-start;
}

.menu-download-icon {
  width: 15px;
  height: 15px;
}

.campo-oculto {
  display: none;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-family: "Gotham-Black", Verdana, Arial !important;
  font-size: 0.8em;
  letter-spacing: 1px;
}

footer a:hover {
  text-decoration: underline;
}

/* Documentos Legales */
.legal-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 180px 40px 100px;
}

.legal-title {
  margin-bottom: 60px;
}

.legal-title h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.legal-title p {
  opacity: 0.7;
}

.legal-content h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  border-left: 4px solid #fff;
  padding-left: 15px;
}

.legal-content p,
.legal-content li {
  line-height: 1.9;
  opacity: 0.9;
}

.legal-content ul {
  padding-left: 20px;
}

.legal-content a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .legal-container {
    padding: 140px 25px 80px;
  }

  .legal-title h1 {
    font-size: 2.2rem;
  }
}

.legal-container {
  max-width: 1100px;
  margin: 160px auto 100px auto;
  padding: 0 20px;
}

.legal-paper {
  background: white;
  color: #111;
  padding: 70px;
  border-radius: 6px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.legal-title {
  margin-bottom: 50px;
}

.legal-title h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.legal-title p {
  opacity: 0.7;
}

.legal-content h2 {
  margin-top: 45px;
  margin-bottom: 18px;
  font-size: 1.5rem;
  font-weight: bold;
}

.legal-content p,
.legal-content li {
  line-height: 1.9;
  font-size: 1rem;
}

.legal-content ul {
  padding-left: 20px;
}

.legal-content a {
  color: #111;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .legal-paper {
    padding: 35px 25px;
  }

  .legal-title h1 {
    font-size: 2.2rem;
  }
}
.legal-check {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-top: 20px;
}
