/* Importar fuente Poppins Bold */
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Importar fuente Roboto Condensed */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('RobotoCondensed-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
  margin: .2%; 
}

 /*   Menú hamburguesa */
#menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #0166fa;
    border: none;
    cursor: pointer;
    z-index: 1000;
      border-radius: 50%;
}

#menu-toggle:before {
    content: "☰"; /* Icono hamburguesa */
    color: white;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    display: block;


}

/*   Menú oculto pero visible para Google */
#menu-container {
    font-family: "Poppins", sans-serif;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #13141c;
        border-radius: 5px; 
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);

    /* No usamos display: none para SEO */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
        z-index: 999; /* Menor que 1000 del botón */
}

/*   Mostrar menú al activar */
#menu-container.active {
    visibility: visible;
        border-radius: 5px; 
    opacity: 1;
}

/* 📌 Contenedor de los 3 bloques */
#menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

/* 📌 Columnas del menú */
.menu-column {
    flex: 1 1 50%; /* En móvil: 2 columnas */
    padding: 10px;
    box-sizing: border-box;
    list-style: none;
    
}

/* 📌 Enlaces del menú */
.menu-column a {
    display: block;
    padding: 6px 12px;
    color: white;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
}

.menu-column a:hover {
    background-color: #eee;
    color: black;
         border-radius: 5px; 
}

/*   En PC: 3 columnas */
@media screen and (min-width: 768px) {
    .menu-column { flex: 1 1 33.33%; }
  .menu-column a {
     
    padding: 8px 15px;
 
    font-size: 16px;
   
}
}





.container1 {
  display: flex;
  flex-wrap: wrap;
 
  flex-direction: row;
  background-color:#ffffff;  
  min-height:50px;
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #191c22;	
  min-height:50px;
}


.container3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
background-color: #191a22;

  min-height:50px;
   
}

.cuadro33contacto {
flex-basis: 26%;
  padding:  1%; 
  margin: 1%;   
}

.cuadro44contacto  {
flex-basis: 20%;
  padding:  1%; 
  margin: 1%;   
    text-align: center;    
}

.cuadro44contacto a {
    display: flex; /* Para que `text-align: center;` funcione correctamente */
}

.cuadro33 {
flex-basis: 28%;
  padding:  1%; 
  margin: 1%;   
}

.cuadro33 img {
  width: 100%;
  height: auto; 
  border-radius: 5px;
  margin-bottom: 3px;
  
  filter: grayscale(100%);  
  transition: filter 1.5s ease;
  
}

.cuadro33 h2 {
    margin-bottom: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 56px;
    color: #13141c;          
    text-align: center;     
}

.cuadro33 p {
    margin-bottom: 3px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    color: #424349;
    text-align: justify; 
}

.boxenlazado {
flex-basis: 19%;
  padding:  1%; 
  margin: 1%;   
    text-align: center;    
}

.boxenlazado a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;   
      color: white; 
    text-align: center; 
    text-decoration:none;
}

.image50logo {
  flex-basis: 46%;
  padding:  1%; 
  margin: 1%; 
  margin-bottom: 30px;       
}

 .image50logo img {
  width: 100%;
  height: auto; 
     filter: grayscale(100%);  
  transition: filter 1.5s ease;
}

.image50 {
  flex-basis: 46%;
  padding:  1%; 
  margin: 1%; 
  margin-bottom: 50px;       
}

 .image50 img {
  width: 100%;
  height: auto; 
   filter: grayscale(100%); /* Empieza en blanco y negro */
  transition: filter 1.5s ease;
}

 

.article-text50 {
  flex-basis: 46%;
  padding:  1%; 
  margin: 1%;     
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    color: #424349;                   
  text-align: justify;
}


.article-text50bg h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 56px;
    color: #13141c;  
    text-align: left; 
}


.article-text50bg {

  flex-basis: 46%;
  padding:  1%; 
  margin: 1%;   
 
  color: white; 
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
                 
  text-align: justify;
  background-color: #13141c;
 
}

.article-text100 {
 
  flex-basis: 96%;
  padding:  1%; 
  margin: 1%; 
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    color: #424349;   
  text-align: justify;                       
}

 

.article-text100bread {
  flex-basis: 94%;
  padding:  1%; 
  margin: 1%; 
                     
}


.filasep {
  flex-basis: 94%;
  padding:  1%;  
  margin: 1%;  
 min-height:5px;
}


h1 {
  margin-top: 20px; 
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 56px;
    color: #13141c;  
}


.minih2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold; 
    color: #13141c;     
  text-align: left !important;
}




input[type="text"] {
    width: 90%;   
    height: 40px;   
    padding: 3px;   
    border: 1px solid #46b000; 
    border-radius: 5px; 
    font-size: 16px; 
    box-sizing: border-box; 
    margin-bottom: 10px; 
    color: grey;

}

.pretty{
  
  transform: scale(1.5);
  
  margin: 10px;
  
  filter: hue-rotate(90deg) brightness(0.9);
  
  cursor: pointer;
}

.enlace {
 font-size: 12px;
    color: #333333;
}

.btn2 {
    display: inline-block;
    padding: 15px 30px;
    background-color: #13141c; 
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
        font-weight: 600; /* Usar valores más altos como 700, 800 o 900 */

    font-style: normal;      
    text-decoration: none;
    border-radius: 5px;
    border:none;
    transition: background-color 0.3s ease;
    text-align: center;    
    width: 93%;  
  justify-content: center; 
  align-items: center;     
}

 

.btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #006af3; 
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
        font-weight: 600; /* Usar valores más altos como 700, 800 o 900 */

    font-style: normal;      
    text-decoration: none;
    border-radius: 5px;
    border:none;
    transition: background-color 0.3s ease;
    text-align: center;    
    width: 93%;  
  justify-content: center; 
  align-items: center;     
}

 

.btn:disabled {
    background: #e2f2ff; 
 
}

 .btnwhat {
    display: inline-block;
    padding: 15px 30px;
    background-color: #46b000; 
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
 
    font-style: normal;      
        font-weight: 600; /* Usar valores más altos como 700, 800 o 900 */

    text-decoration: none;
    border-radius: 5px;
    border:none;
    transition: background-color 0.3s ease;
    text-align: center;    
    width: 93%;  
  justify-content: center; 
  align-items: center;     
       
    z-index:1;
  -webkit-animation:wiggle 1.5s linear infinite;
  animation:wiggle 1.5s linear infinite;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform:rotateZ(0);
    transform:rotateZ(0);
  }
  10% {
    -webkit-transform:rotateZ(-3deg);
    transform:rotateZ(-3deg);
  }
  20% {
    -webkit-transition:rotateZ(2deg);
    transition:rotateZ(2deg);
  }
  25% {
    -webkit-transition:rotateZ(-3deg);
    transition:rotateZ(-3deg);
  }
  30% {
    -webkit-transition:rotateZ(1deg);
    transition:rotateZ(1deg);
  }
  35% {
    -webkit-transform:rotateZ(-1deg);
    transform:rotateZ(-1deg);
  }
  40% {
    transform:rotateZ(2deg);
  }
  50% {
    transform:rotateZ(-1deg);
  }
  60% {
    transform:rotateZ(2deg);
  }
  70% {
    transform:rotateZ(-3deg;)
  }
  80% {
    transform:rotateZ(1eg);
  }
  90% {
    transform:rotateZ(-1deg);
  }
  100% {
    -webkit-transition:rotateZ(0);
    transition:rotateZ(0);
  }
}


.whatsapp-logo {
    background-image: url('what.png'); 
    width: 22px; 
    height: 22px; 
    display: inline-block; 
    background-size: cover; 
    margin-left: 10px; 
}

.whatsapp-tel {
    background-image: url('tel.png'); 
    width: 22px; 
    height: 22px; 
    display: inline-block; 
    background-size: cover; 
    margin-left: 10px; 
}

.telmail {
  font-weight: bold; 
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); 
}

.yt {
 width: 98%; 
 height: auto;
}
p, a    {
    font-size: clamp(16px, 4vw, 20px); /* Tamaño adaptable */
    line-height: 1.4; /* Mejor legibilidad */
    word-wrap: break-word;
    overflow-wrap: break-word;
}


h2 {
  margin-top: 20px; 
    font-family: "Poppins", sans-serif;
    color: #13141c;   
    text-align: left; 
}

h1, h2, .h2azul {
    font-size: clamp(36px, 4vw, 44px); /* Tamaño adaptable */
    line-height: 1.4; /* Mejor legibilidad */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.h2azul {
color: #006af3;
}


.btn, .btn2, .btnwhat {
    font-size: clamp(20px, 3vw, 24px); /* Tamaño adaptable */
    line-height: 1.4; /* Mejor legibilidad */
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 85%;  
    max-width: 85%;    
  justify-content: center; 
  align-items: center;         
       
}


@media (max-width:768px) {


h2 {
  margin-top: 20px; 
 
    color: #13141c; 
    text-align: left; 
}

h1, h2, .h2azul {
    font-size: clamp(36px, 3vw, 40px); /* Tamaño adaptable */
    line-height: 1.4; /* Mejor legibilidad */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.h2azul {
color: #006af3;
}


.btn, .btn2, .btnwhat {
    font-size: clamp(18px, 3vw, 26px); /* Tamaño adaptable */
    line-height: 1.4; /* Mejor legibilidad */
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 85%;  
    max-width: 85%;    
  justify-content: center; 
  align-items: center;         
       
}

.yt {
 width: 98%; 
 height: 400px;
}

.container1 {
    flex-basis: auto; 
  flex-direction: column; 
  margin-bottom: 15px;
 
}

.container2 {
     flex-basis: auto; 
   flex-direction: row; 
  background-color: #191c22;	
 
}

 

.boxenlazado {
  flex-basis: 46%;
  padding:  1%; 
  margin: 1%;   
}



.minih2 {
  margin-top: 20px; 
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 56px;
    color: #13141c;  
  text-align: left !important;
}

.article-text100 .minih2 {
  text-align: left !important;
}


  .image50, .article-text50 {
    flex-basis: auto; 
     width: 94%; 
    margin-bottom: 20px; 
 
  }
  
.filasep {
    flex-basis: auto; 
    width: 94%; 

 margin-top:15px;
margin-bottom:15px; 
 min-height:10px;
}  







 


  
  
  
}
 
 

@keyframes checked-anim {
    50% {
        width: 3000px;
        height: 3000px;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

@keyframes not-checked-anim {
    0% {
        width: 3000px;
        height: 3000px;
    }
}

.responsive-iframe {
    width: 96%;
    
}


  
.breadcrumb-nav {
     font-family: 'Poppins', sans-serif;
font-size: 12px;
}    
  
.breadcrumb-list {
  display: flex;
  list-style-type: none; 
  padding: 0; 
  margin: 0; 
font-size: 12px;
}      
.breadcrumb-item {
display: flex;
color: grey;
font-size: 12px;
}  

.breadcrumb-item a {
display: flex;
color: grey;
font-size: 12px;
}  

.breadcrumb-item::after {
  content: " >  "; 
  margin-left: 5px;
  color: #adb5bd; 
  font-size: 12px;
}

.breadcrumb-item:last-child::after {
  content: none; 
}

.image50logo img.show,
.image50 img.show,
.cuadro33 img.show {
  filter: grayscale(0%); /* Cambia a color cuando se agrega la clase "show" */
}


/* Contenedor general del footer */
.footer-container {
    width: 100%;
    margin-top: 20px;
 
}

/* Secciones del footer */
.footer-section {
    text-align: center;
    padding: 20px;
}

.footer-blue {
    background-color: #006af3; /* Azul claro */
   color: white;    
}

.footer-dark {
    background-color: #13141c; /* Azul oscuro */
    color: white;
}

/* Títulos */
.footer-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;

    color: white;
}

/* Texto de provincias */
.footer-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #666;
}

 
 
 
/* Redes sociales */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.footer-social img {
    width: 30px;
    height: 30px;
}

/* Información de la empresa */
.footer-info {
    text-align: center;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
 
}

.footer-info a {
    text-decoration: none;
}


/* Idiomas */
.footer-languages {
    text-align: center;
    margin-top: 10px;
}

.footer-languages img {
    width: 24px;
    height: 24px;
    margin: 5px;
}

 /* Contenedor de aplicaciones */
.footer-apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

/* Estilos para cada aplicación */
.app-item {
    text-align: center;
    margin: 0px;
    flex: 1 1 33%;  /* Ocupa 33% en móvil */
    max-width: 33%; /* Asegura que no se agrande */
}

/* Imágenes de aplicaciones */
.app-item img {
    width: 100%;
    height: 100%;
}

/* RESPONSIVE */
@media (min-width: 769px) {
    .footer-apps {
        flex-wrap: nowrap; /* Mantiene las imágenes en una sola fila */
        justify-content: space-around;
    }

    .app-item {
        flex: 1;  /* Distribuye las imágenes equitativamente */
        max-width: unset; /* Permite que ocupen el espacio disponible */
    }
}

ul {
    list-style-type: none; /* Elimina los puntos */
    padding: 0;  /* Elimina el espaciado izquierdo */
    margin: 0;   /* Elimina márgenes predeterminados */
}
.fullscreen-background2 {
    width: 100%; /* 100% del ancho de la pantalla */
    min-height: 40vh; /* Mínimo 40% de la altura de la pantalla */
    display: flex;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    text-align: center;
    overflow: hidden; /* Evita desbordamientos */
}

.background-img {
    width: 93%; /* La imagen ocupará todo el ancho disponible */
    height: auto; /* Mantiene la proporción de la imagen */
    object-fit: cover; /* Ajusta la imagen para cubrir sin distorsionar */
}



.fullscreen-background {
    width: 98%;
    height: 100vh; /* Ocupa toda la altura de la pantalla */
 
    background-size: cover; /* Ajusta la imagen para que cubra todo el div */
    background-image: url('img/fondo-catalogo.webp'); /* Cambia esto por la ruta correcta */
        background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    display: flex; /* Usa flexbox para centrar */
    flex-direction: column; /* Asegura que el contenido esté en columna */
    justify-content: center; /* Centra verticalmente */
    align-items: center; /* Centra horizontalmente */
    text-align: center; /* Asegura que el texto esté centrado */
    color: white; /* Color de texto blanco para contraste */
    padding: 1%; /* Espaciado interno */
}

.fullscreen-background h2 {
    font-size: clamp(36px, 4vw, 44px); /* Tamaño adaptable */
    line-height: 1.4; /* Mejor legibilidad */
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: bold;
}

.fullscreen-background p {
    font-family: 'Roboto Condensed';
    font-size: clamp(16px, 4vw, 20px); /* Tamaño adaptable */
    line-height: 1.4; /* Mejor legibilidad */
 
    margin-bottom: 20px;
}

.fullscreen-background a {
    font-size: clamp(16px, 4vw, 20px); /* Tamaño adaptable */
    line-height: 1.4; /* Mejor legibilidad */
 
    margin-bottom: 20px;
}


.whatsa  {
   color: #00aa38 !important;
 
 
 
}
.whatsa a:link {
   color: #00aa38 !important;
 
 
 
}

.llamad  {
   color: #c73359 !important;
  
 
}

.llamad a:link {
   color: #c73359!important;
  
 
 
}

/*
div {
    border: 1px dotted black; /* Borde de 1px punteado en color negro */
}


/*
.article-text50, .article-text100, .image50, .footer-container {
    border: 0.5px dotted blue;
}
*/ 
