:root {
  --azul: #018db3;
  --texto_oscuro: #1b1b1b;
  --text_claro: #828282;
  --text_muyclaro: #cccccc;
}

/* ============================= */
/* Inter Variable Font           */
/* ============================= */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_slnt,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Italic-VariableFont_slnt,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ============================= */
/* Roboto Variable Font          */
/* ============================= */
/*
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

.roboto {
  font-family: "Roboto", sans-serif;
}
*/

.inter {
  font-family: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", Helvetica, sans-serif, sans-serif;
  color: var(--texto_oscuro);
  padding-left: 0px;
  padding-right: 0px;
}

/* Hero con imagen */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  padding: 20px 60px;
}

.hero-legal {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  padding: 20px 60px;
  background-color: #000;
}

.hero_inter {
  position: relative;
  width: 100%;
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  padding: 20px 60px;
}

.fondo_cabecero{
  background: url("../asset/images/cabecero_fondo.webp") top left / cover no-repeat;
}

.fondo_como{
  background: url("../asset/images/como/fondo_como.webp") bottom right / cover no-repeat;
}

.fondo_nosotros{
  background: url("../asset/images/nosotros/fondo_nosotros.webp") center top / cover no-repeat;
}

.fondo_contactar{
  background: url("../asset/images/contactar/fondo_contactar.webp") center center / cover no-repeat;
}

.fondo_cabecero_legal{
  background-color: #000;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

.logo img {
  height: 32px;
  width: auto;
  display: block;
}

/* Menú escritorio */
.menu {
  display: flex;
  gap: 30px;
  list-style: none;
}

.menu a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: white;
  transition: 0.3s;
}

.menu a:hover {
  color: var(--azul);
}

.menu .btn {
  background: var(--azul);
  padding: 8px 25px;
  border-radius: 20px;
  font-weight: 600;
  color: white;
}

.menu .btn:hover {
  background: var(--texto_oscuro);
  color: white;
}

/* Texto hero */
.hero-text {
  position: absolute;
  right: 60px;
  bottom: 10%;
  text-align: right;
}

.hero-text h1 {
  font-size: 86px;
  font-weight: 200;
  line-height: 1.2;
  color: white;
}

.hero-text2 h1 span {
  font-weight: 700;
}

/* Texto hero */
.hero-text2 {
  position: absolute;
  left: 5%;
  bottom: 10%;
}

.hero-text2 h1 {
  font-size: 50px;
  font-weight: 200;
  line-height: 1.2;
  color: white;
}

.hero-text2 h1 span {
  font-weight: 700;
}

/* ================== */
/* Responsive móvil   */
/* ================== */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  border-radius: 2px;
}

.mas {
  background-image: url("../asset/images/mas.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 65px;
  width: 65px;
  margin: auto;
}

.capa_texto {
  text-align: center;
  max-width: 1300px;
  margin: auto;
}

h2 {
  font-size: clamp(50px, 7vw, 86px);
  font-weight: 600;
}

h3 {
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 700;
}

.numero {
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  color: var(--azul);
}

.texto_zonas {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: var(--texto_oscuro);
}

p {
  font-size: clamp(20px, 4vw, 32px);
  max-width: 1300px;
  line-height: 1.5;
  font-weight: 200;
  color: var(--text_claro);
}

.text-bloque_num {
  text-align: center;
  color: var(--azul);
  font-size: clamp(22px, 4.1vw, 40px);
  font-weight: 700;
}

.texto_datos {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: var(--texto_oscuro);
}

.mas_titulo_horizontal {
  height: 40px;
  width: 40px;
}

.mas_titulo {
  text-align: left;
}

.mas_titulo_texto {
  text-align: right;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1790px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.no_separar {
  white-space: nowrap;
}

.card-body {
  padding: 75px;
  border-radius: 0px;
}

.card-text {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 200;
  line-height: 200%;
}

.card-text_hablamos {
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 200;
  line-height: 150%;
  color: var(--texto_oscuro);
}

.btn_pg {
  background: var(--azul);
  padding: 8px 25px;
  border-radius: 20px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  font-size: clamp(14px, 2.7vw, 16px);
  color: white;
  transition: 0.3s;
}

.btn_pg:hover {
  background: var(--texto_oscuro);
  color: white;
}

/* ================== */

.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #f8f9fa;
  /* color de fondo */
}

/* Lo que se mueve */
.marquee-inner {
  display: inline-block;
  animation: marquee 150s linear infinite;
}

/* El texto */
.marquee-inner span {
  display: inline-block;
  font-weight: bold;
  color: #333;
}

/* Animación */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.palabras_marquee {
  font-size: clamp(80px, 8vw, 140px);
  font-weight: 600;
}

.mas_palabras {
  width: 55px;
  height: 55px;
  margin-left: 50px;
  margin-right: 50px;
}

.mas_zonas {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.titulo_gestion {
  max-width: 1790px;
  margin: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.btn_pg2 {
  padding: 8px 25px;
  border-radius: 20px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: white;
  transition: 0.3s;
  border: 2px solid white;
}

.btn_pg3 {
  padding: 8px 25px;
  border-radius: 20px;
  font-weight: 600;
  color: var(--text_claro);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--text_claro);
  transition: 0.3s;
  border: 2px solid var(--text_claro);
  cursor: pointer;
}

.btn_pg2:hover {
  border: 2px solid var(--azul);
  color: var(--azul);
}
.btn_pg3:hover {
  border: 2px solid var(--azul);
  color: var(--azul);
}

.frase {
  font-size: clamp(15px, 4vw, 32px);
  font-weight: 600;
  color: white;
  margin: auto;
  line-height: 150%;
}

.menu_sec {
  font-size: clamp(28px, 8vw, 96px);
  color: var(--text_muyclaro);
  text-align: center;
  font-weight: 600;
}

.bto_menu {
  /* cursor: pointer; */
}

/*
.bto_menu:hover{
    color: var(--azul);
}
*/

.bto_menu_pulsado {
  color: var(--texto_oscuro);
}

.imagen_tecnologia {
  text-align: right;
}

.imagen_mapa {
  text-align: center;
}

.img_contacto{
  text-align: center;
}

.imagen_hablamos {
  background: url("../asset/images/hablamos.webp") center center / cover no-repeat;
  min-height: 750px;
}

.imagen_hablamos_2 {
  background: url("../asset/images/hablamos_2.webp") center center / cover no-repeat;
  min-height: 750px;
}

.imagen_hablamos_3 {
  background: url("../asset/images/hablamos_3.webp") center center / cover no-repeat;
  min-height: 750px;
}

.texto_tecnologia {
  text-align: left;
  /*max-width: 600px;*/
  padding-left: 5%;
}

.texto_hablamos {
  text-align: left;
  max-width: 500px;
  margin-left: 50px;
}

.card-margen {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

footer {
  background: #e9ebf0;
}

.pie {
  max-width: 1600px !important;
}

.enlace_pie {
  color: var(--azul);
}

.enlace_pie:hover {
  color: var(--texto_oscuro);
}

.texto_siguenos {
  font-size: 20px;
}

.texto_info_contacto{
 font-size: 15px;
 font-weight: 600;
 color: var(--texto_oscuro);
}

.enlace_pie_mini {
  color: var(--texto_oscuro);
  line-height: 200%;
}

.enlace_pie_mini:hover {
  color: var(--azul);
}

.capa_frase {
  max-width: 1920px;
  margin: auto;
  height: 800px;
  background-image: url('../asset/images/frase_fondo.webp');
  background-size: cover;
  background-position: center;
}

.capa_frase_legal {
  max-width: 100%;
  margin: auto;
  padding: 20px;
  /* background-image: url('../asset/images/frase_fondo_legal.webp'); */
  background-color: #000;
}

.margen_frase{
  /* margin-top: 250px; */
  padding-top: 80px;
  padding-bottom: 80px;
}

.mostrar_t_ok{
  display: none;
}

.mostrar_p_ok {
  display: none;
}

 .img_eficiencia {
    width: 90%;
  }

  .numero_big{
    color: var(--azul);
  }

  .carte_blanco{
    background-color: #fff;
    padding: 50px 0px 50px 0px;
    border-radius: 10px;
    height: 100%;
  }

  .text-right_m{
    text-align: right;
  }

  .formulario_input{
    width: 100%;
    font-size: 15px;
    color: var(--text_claro);
    border: none;
    border-bottom: 1px solid var(--text_claro);
    padding: 10px 5px;
    margin-bottom: 20px;
    border-radius: 0px;
  }

  .formulario_area{
     width: 100%;
    font-size: 15px;
    color: var(--text_claro);
    border: none;
    border-bottom: 1px solid var(--text_claro);
    padding: 10px 5px;
    margin-bottom: 20px;
    line-height: 20px;
    height: 150px;
  }

  .enlace_formulario{
    color: var(--azul);
    text-decoration: none;
  }

  .falta_info{
    border-bottom: 1px solid red;
  }

