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

/* Responsividad para pantallas pequeñas (teléfonos) */
@media (max-width: 768px) {
    .hero-section {
        flex-direction: column; /* Cambia a diseño vertical */
        text-align: center;
        padding: 20px;
        height: auto; /* Ajusta la altura al contenido */
    }

    .hero-content,
    .hero-content2,
    .hero-content3 {
        max-width: 100%; /* Usa el ancho completo */
        margin-bottom: 20px; /* Espacio entre secciones */
        padding: 0;
    }

    .hero-image {
        max-width: 90%; /* Reduce el tamaño de las imágenes */
        margin: 0 auto; /* Centra la imagen */
    }

    .main-title,
    .main-title2 {
        font-size: 1.8rem; /* Ajusta el tamaño de fuente */
        margin-bottom: 15px;
    }

    .subtitle,
    .subtitle2,
    .subtitle3 {
        font-size: 1rem; /* Reduce el tamaño del subtítulo */
    }

    .cta-button,
    .cta-button2 {
        padding: 10px 15px; /* Ajusta el tamaño del botón */
        font-size: 0.9rem;
        width: 100%; /* Botón de ancho completo */
        text-align: center;
    }

    .bckgroundblack {
        padding: 5%; /* Reduce el padding para móviles */
    }

    .blog {
        width: 90%; /* Reduce el ancho del blog */
        padding-top: 50px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .imgblog {
        width: 100%; /* Usa todo el ancho disponible */
        margin: 0 auto;
    }

    .personahero {
        display: none; /* Oculta elementos que no caben */
    }
}

/* Responsividad para pantallas medianas (tabletas) */
@media (max-width: 992px) {
    .hero-section {
        padding: 20px;
        height: auto; /* Ajusta la altura */
    }

    .hero-content,
    .hero-content2,
    .hero-content3 {
        max-width: 80%; /* Ajusta el ancho */
        text-align: center;
        margin: 0 auto;
    }

    .hero-image {
        max-width: 80%;
        margin: 0 auto;
    }

    .main-title,
    .main-title2 {
        font-size: 2.5rem; /* Ajusta el título */
    }

    .cta-button,
    .cta-button2 {
        padding: 15px 20px; /* Ajusta botones */
        font-size: 1rem;
    }
}

/* Grid para columnas responsivas */
.hero-section {
    display: grid;
    grid-template-columns: 1fr; /* Una columna por defecto */
    gap: 20px; /* Espacio entre columnas */
}

@media (min-width: 768px) {
    .hero-section {
        grid-template-columns: 1fr 1fr; /* Dos columnas en pantallas medianas */
    }
}

/* Responsividad general para imágenes */
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

body {
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    background-color: #f4f3f1;
}

.header {
    
    padding: 20px;
    text-align: left;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #191c1f;
    padding-left: 3%;
}

.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    
    padding: 0 50px;
    position: relative;
}



.hero-content2 {
    max-width: 50%;
    padding-left: 1%;
}

.hero-content3 {
    max-width: 50%;
    padding-right: 1%;
}

.subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.subtitle2 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}

.subtitle3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 5%;
    color: #fff;
}

.main-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.main-title2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.cta-button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #444;
}

.hero-image {
    max-width: 45%;
    height: auto;
}

.backgroundimg{
    background-color: #191c1f;
    background-size: cover; /* Hace que la imagen cubra todo el fondo */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    width: 100vw; /* Asegura que cubra todo el ancho de la ventana */
    height: 100vh; /* Asegura que cubra todo el alto de la ventana */
    
}

.bckgroundblack{
    background-color:#000;
    text-align: center;
    color: #fff;
    padding-top: 10%;
    padding-bottom: 10%;
}

.centrarcontenido {
   
    max-width: 800px;
}

.cta-button2 {
    background-color: #fff;
    color: #000;
    padding: 15px 30px;
    font-size: 1rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}


.hero-image img {
    width: 100%;
    border-radius: 5px;
}

body
{
   margin:0px;
   padding:0px;
  font-family: 'Nunito', sans-serif;
   overflow-x:hidden;
   color:#000;
}

.headerwrapper
{
   background:url(../img/seo-head.svg) no-repeat center center;
   background-size:cover;
   padding:15px;
}

.headerwrapper2
{
   background:url(../img/fondo-auditoria-seo.svg) no-repeat center center;
   background-size:cover;
   padding:15px;
}

.headerwrapper3
{
   background:url(../img/fondo-seo-estrategias.svg) no-repeat center center;
   background-size:cover;
   padding:15px;
}

.headerwrapper4
{
   background:url(../img/1.svg) no-repeat center center;
   background-size:cover;
   padding:15px;
}

.headerwrapper5
{
   background:url(../img/2.svg) no-repeat center center;
   background-size:cover;
   padding:15px;
}

.headerwrapper6
{
   background:url(../img/3.svg) no-repeat center center;
   background-size:cover;
   padding:15px;
}

.headerwrapper7
{
   background:url(../img/4.svg) no-repeat center center;
   background-size:cover;
   padding:15px;
}

.headerwrapper8
{
   background:url(../img/5.svg) no-repeat center center;
   background-size:cover;
   padding:15px;
}

.headerwrapper9
{
   background:url(../img/6.svg) no-repeat center center;
   background-size:cover;
   padding:15px;
}


.herowrapper
{
   background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
   -webkit-backdrop-filter: blur(21px);
   backdrop-filter: blur(21px);
   border-radius:20px;
   padding:20px;
   padding-bottom:18px;
}

.blog
{
   padding-top: 180px;
   color: #25253d;
   border-radius:20px;
   text-align: left;
   padding-bottom:18px;
   width: 60%; /* Ajusta el ancho según lo que necesites */
   margin: 0 auto; /* Esto centra el contenedor */
   text-align: left; /* Alinea el texto a la izquierda */
  
}
.fondoblog
{
   background-color: #f0f1f3;
  
}

.imgblog
{
  
   width: 80%; /* Ajusta el ancho según lo que necesites */
   margin: 0 auto; /* Esto centra el contenedor */
   background-color: #fff;  
   text-align: center; /* Alinea el texto a la izquierda */
   box-shadow: #000;
   border-radius: 10px; /* Añade esquinas redondeadas */
   box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
  
}

.submenubig, .submenubig2
{
   position:absolute;
   top:20%;
   left:0px;
   width:100%;
   background:#dfe1e6;
   padding:80px;
   display:none;

}

.text-success
{
   color:#1de085 !important;
}

.itemsubmenu
{
   padding:20px;
   border-radius:15px;
   font-size:18px;
   display:block;
   color:#000;
   text-decoration:none;
}

 .itemsubmenu:hover
 {
   background:#000 !important;
   color:#fff !important;
 }

 .itemsubmenu i 
 {
   font-size:25px;
   margin-right:10px;
   vertical-align:middle;
 }

 .submenubigmobile, .submenubig2mobile
 {
   display:none;
   padding:20px;
 }

.navbar-nav .nav-link
{
   font-size:15px;
   text-transform:uppercase;
   color:#fff;
   padding:10px 20px !important;
}

.font-60
{
   font-size:40px;
}

.font-48
{
   font-size:48px;
}

 .font-20
{
   font-size:17px;
}

 .font-18
{
   font-size:18px;
}

.font-extrabold
{
   font-weight:800;
}

.font-light
{
   font-weight:300;
}

.btn
{
   font-size:18px;
   font-weight:800;
   color:#fff;
   border-radius:30px;
   line-height:18px;
   padding:20px 35px;
  border: 0px;
   height:60px;
}

.btn2
{
   font-size:18px;
   font-weight:800;
   color:#fff;
   border-radius:50px;
   line-height:18px;
   padding:0px 35px;
   border:0px !important;
   height:60px;
}

.btn-primary
{
   background:#000 !important;
   

}

.btn-primary:hover
{
   background:#000 !important;

}

.btn-primary2
{
   background:#191c1f !important;

}

.btn-primary2:hover
{
   background:#191c1f !important;

}

.newsletter button
{
   position:absolute;
   top:0px;
   right:0px;
}

.newsletter label
{
   font-size:15px;
}

.form-control
{
   border-radius:10px;
   font-size:18px;
   padding:15px;
   height:60px;
   color: white;
    background-color: rgba(255, 255, 255, 0.705);
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    
}



.personahero
{
   position:absolute;
   bottom:0px;
   right:30px;
   width: 340px;
   display:none;
}

.navbar-toggler
{
   color:#fff !important;
   border:0px;
   outline:none !important;
   
}

.navbar-toggler-icon
{
   background:url(../img/bars-solid.svg) no-repeat center center;
}

.navbar-toggler:focus
{
   outline:none !important;
   box-shadow:none !important;
}

.navbar-collapse
{
   position:absolute;
   left:0px;
   top:80px;
   background:#000;
   width: 100%;
   z-index:1;
}

.bg-light
{
   background:#e9effb !important;
}

.font-45
{
   font-size:45px;
}

.font-30
{
   font-size:30px;
}

.cajaiconos
{
   padding:40px;
   border-radius:20px;
   background:#fff;
}

.cajaiconos h3
{
   font-size:19px;
   font-weight:800;
}

.cajaiconosinside
{
   background:#f2f5fd;
   padding:25px;
   border-radius:20px;
}

.bg-grey
{
   background:#dcdee6 !important;
}

@media (min-width: 992px)
{
   .headerwrapper
   {
       padding:35px;
   }
   .headerwrapper2
   {
       padding:35px;
   }
    .font-60
    {
       font-size:60px;
    }

     .font-20
    {
       font-size:20px;
    }

    .personahero
   {
       right:180px;
       display:block;
   }
    .herowrapper
    {
       padding:40px;
       padding-bottom:18px;
    }

    .navbar-collapse
    {
       position:relative;
       left:auto;
       top:auto;
       background:none;
       width:auto;
    }

    .submenubigmobile, .submenubig2mobile
     {
       display:none !important;
     }
}



.botonreservarespacios
{
   background:#000;
   color:#fff;
   font-size:17px;
   line-height:17px;
   border-radius:10px;
   padding:20px;
   text-align:center;
   cursor:pointer;
   height:100%;
}

.botonreservarespacios i 
{
   margin-bottom:10px;
   font-size:30px;
}

.botonreservarespacios:hover
{
   background:#1de085;
}

.cajachecks
{
   padding:60px;
   border-radius:20px;
   background:#000;
   font-size:20px;
   color:#fff;
}

.cajachecks .check 
{
   padding-left:50px;
   margin-bottom:25px;
   position:relative;
}

.cajachecks .check i 
{
   position:absolute;
   font-size:29px;
   top:0px;
   left:0px;
}

.font-36
{
   font-size:36px;
}

.bg-grey2
{
   background:#191c1f;
}

 /* the slides */
 .slick-slide {
     margin: 0 27px;
 }

 /* the parent */
 .slick-list {
     margin: 0 -27px;
 }

/*footer
{
   background: rgba(0,195,124,1);
   background: -moz-linear-gradient(left, rgba(0,195,124,1) 0%, rgba(74,252,169,1) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,195,124,1)), color-stop(100%, rgba(74,252,169,1)));
   background: -webkit-linear-gradient(left, rgba(0,195,124,1) 0%, rgba(74,252,169,1) 100%);
   background: -o-linear-gradient(left, rgba(0,195,124,1) 0%, rgba(74,252,169,1) 100%);
   background: -ms-linear-gradient(left, rgba(0,195,124,1) 0%, rgba(74,252,169,1) 100%);
   background: linear-gradient(to right, rgba(0,195,124,1) 0%, rgba(74,252,169,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c37c', endColorstr='#4afca9', GradientType=1 );
   padding-left:15px;
   padding-right:15px;
}*/

footer a 
{
   display:block;
   text-decoration:none;
}

.font-bold 
{
   font-weight:700;
}

.legales a 
{
   color:#000;
   font-size:16px;
   text-decoration:none;
   display:inline-block;
}

@media (max-width: 768px) {
    .ocultar-en-movil {
        display: none;
    }
    .hero-section {
        flex-direction: column;
        padding: 20px;
        height: auto;
    }

    .hero-content2 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .cajachecks {
        padding: 10px;
        font-size: 14px;
    }

    .check {
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .cta-button {
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }

    .main-title2 {
        font-size: 1.8em;
    }

    .subtitle3, .subtitle2 {
        font-size: 14px;
    }
}



@media (min-width: 768px)
{
   footer .container .row .col-md-4:last-child 
   {
       border-left:solid 2px #000;
       padding-left:30px;
   }
}

.columnas {
   display: flex;
   justify-content: space-around;
   width: 90%;
   margin-left: 0px;
 }
 
 .column {
   background: #fff;
     border: 1px solid #f3f3f3; /* Borde de color */
     padding: 20px;
     text-align: center;
     width: 50%;
     border-radius: 15px; /* Bordes redondeados */
     box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada para efecto flotante */
     transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave para el efecto hover */
 }

 @media (min-width: 700px) and (max-width: 1300px) {
    .hero-section {
        display: flex; /* Activa el diseño flexible */
        flex-direction: row; /* Organiza los elementos en fila */
        justify-content: space-between; /* Espacio entre los bloques */
        align-items: center; /* Alinea elementos verticalmente al centro */
        padding: 40px; /* Aumenta el padding para mayor espacio interno */
        gap: 20px; /* Espaciado entre columnas */
        height: 110%; /* Ajusta la altura automáticamente */
    }

    .hero-content {
        width: 50%; /* El contenido ocupa la mitad del espacio disponible */
        text-align: left; /* Texto alineado a la izquierda */
    }

    .main-title {
        font-size: 3em; /* Escala el título */
        margin-bottom: 20px; /* Espaciado inferior */
    }

    .subtitle {
        font-size: 1.2em; /* Escala el subtítulo para pantallas medianas */
    }

   

    .columnas {
        display: flex;
        flex-direction: column; /* Apila las columnas */
        gap: 20px; /* Espaciado entre columnas */
        width: 45%; /* Las columnas ocupan el 45% del contenedor */
    }

    .column {
        width: 100%; /* Cada columna ocupa todo el ancho del contenedor */
        text-align: center; /* Centra el contenido */
    }

    .tarifa {
        font-size: 22px; /* Tamaño del texto */
        font-weight: bold;
    }

    .desde {
        font-size: 16px;
        margin-top: 10px;
    }

    .btn {
        width: auto; /* Botón con ancho adaptable */
        padding: 12px 20px; /* Ajusta el padding */
        font-size: 16px;
    }

    .cajachecks {
        padding: 20px; /* Espaciado interno mayor */
        font-size: 16px; /* Fuente más grande */
    }

    .check {
        margin-bottom: 15px; /* Espaciado entre párrafos */
        line-height: 1.6; /* Mejora la legibilidad */
    }

    .subtitle3 {
        font-size: 16px; /* Ajusta tamaño de texto */
    }
}

 
 .formulario {
   background: #494039;;
     border: 1px solid #f4f3f1; /* Borde de color */
     padding: 2% ;
     text-align: center;
     width: 50%;
     border-radius: 15px; /* Bordes redondeados */
     box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Sombra más pronunciada para efecto flotante */
     transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave para el efecto hover */
     margin: 0 auto;
display: block;
color: #f4f3f1;
 }

 .column:hover {
   transform: translateY(-10px); /* Eleva el elemento 10 píxeles hacia arriba */
   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); /* Aumenta la sombra para un efecto más pronunciado */
}
 
 .price {
   font-size: 24px;
   font-weight: 800;
 }
 
 .btn_columna {
   background-color: #0056b3;
   color: white;
   border: 0;
   padding: 10px 20px;
   cursor: pointer;
   font-size: 16px;
   border-radius: 50px;
 }
 
 .btn_columna:hover {
   background-color: #191c1f;
 }
 .margintop {
   padding-top: 11%;
 }
 .paddingbottom {
   padding-bottom: 17%;
 }
 .tarifa {
   font-size: larger;
   font-weight: 800;
   color: #fff;
   border: 2px solid #191c1f; /* Aquí defines el borde */
   padding: 5px; 
   border-radius: 10px;
   background-color: #191c1f;
 }
 .desde {
   font-size:small;
   font-weight: 300;
   color: #949494;
   padding-top: 0%;
 }
 
 .Servicios {
   font-size: large;
   font-weight: 600;
   font-weight: 800;
   color: #fff;
   border: 2px solid #191c1f; /* Aquí defines el borde */
   padding: 5px; 
   border-radius: 10px;
   background-color: #191c1f;
 }

 
 .lista {
   font-size: medium;
   font-weight: 500;
   color: #000000;
   text-align: left;
   padding-top: 5%;
 }
 
 .personalizado {
   font-size: medium;
   font-weight: 800;
   color: #ffffff;
   border: 2px solid #f7f7f7; /* Aquí defines el borde */
   padding: 10px; 
   border-radius: 10px; 
   background-color: #191c1f;
   align-items: center; /* Centra verticalmente */
   justify-content: center; /* Centra horizontalmente */
   text-align: center; 
   display: flex;
 }
 nav1 ul {
   list-style: none;
   padding: 0;
 }
 
 nav1 ul li {
   display: inline;
   margin-right: 20px;
 }
 
 nav1 ul li a {
   color: #fff;
   text-decoration: none;
   font-weight: bold;
 }
 
 .menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin-left: 30%;
  }
  
  .mobile-menu {
    display: none; /* Ocultarlo por defecto */
  flex-direction: column; /* Columnas para los enlaces */
  position: absolute; /* Posición relativa al contenedor padre */
  top: 100%; /* Aparece justo debajo del botón */
  right: 0; /* Alineado a la derecha */
  background-color: #ffffff; /* Fondo blanco */
  border: 1px solid #ddd; /* Borde para definir el menú */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
  padding: 8px;
  z-index: 1000; /* Asegurarte que está encima de otros elementos */
  min-width: 200px; /* Asegura un ancho mínimo */
  }
  
  .mobile-menu a {
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
  }
  
  .mobile-menu a:last-child {
    border-bottom: none;
  }
  
  .mobile-menu a:hover {
    background-color: #f4f3f1;
  }
 .menu_header {
 position: fixed;
 top: 0;
 width: 100%;
 background-color: #ffff;
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 0px 10px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 z-index: 1000;
       }
 
 .menu_header img {
 height: 130px; /* Tamaño ajustado del logo */
 margin-left: 30px;
       }
 
 .nav1 {
 flex-grow: 1;
 display: flex;
 justify-content: center;
     }
 
 .nav1 a {
 margin: 0 85px;
 text-decoration: none;
 color: #000;
 font-size: 15px;
 font-weight: bold;
       }
 
 .menu_header button {
 margin-top: 20px;
 margin-bottom: 20px;
 cursor: pointer;
 margin-right: 50px; /* Margen a la derecha */
     }
 
     .bgform {
       position: relative;
       z-index: 1;
   }
   
   .bgform::before {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 80%;
       background: url(../img/header.jpeg) no-repeat right;
       background-size: cover; /* Asegura que la imagen de fondo cubra todo el área */
       opacity: 0.8; /* Ajusta la opacidad de la imagen */
       z-index: -1;
   }
   .claseh2 {
       font-weight: bold;
       padding: 15px; /* Espaciado interior para el recuadro */
   margin-bottom: 20px; /* Espaciado inferior */
   font-size: 2.5em;
       
   }
   .claseh3 {
       font-weight: medium;
       font-size: 1.5em;
       
       
   }


   .bgprecios {
       position: relative;
       z-index: 1;
   }
   .card {
       width: 100%;
       max-width: 400px; /* Ajusta este valor según necesites */
       background-color: white;
       border-radius: 10px;
       overflow: hidden;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: space-between;
   }
   
   .card-image {
       width: 100%;
       padding-top: 56.25%; /* Relación de aspecto 16:9, ajusta según tus necesidades */
       position: relative;
   }
   
   .card-image img {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       object-fit: contain; /* Esto asegura que la imagen se escale para caber dentro sin recortarse */
   }
   
   .bgprecios::before {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: url(../img/header.jpg) no-repeat right;
       background-size: cover; /* Asegura que la imagen de fondo cubra todo el área */
       opacity: 0.9; /* Ajusta la opacidad de la imagen */
       z-index: -1;
   }

   .text-container {
       background-color: rgba(0, 0, 0, 0.6); /* Color negro con 60% de opacidad */
       padding: 10px; /* Espacio alrededor del texto */
       display: inline-block; /* Ajusta el tamaño del contenedor al contenido */
       border-radius: 5px; /* Esquinas redondeadas (opcional) */
   }
   
   .text-container p {
       color: white; /* Color del texto */
       font-weight: bold; /* Texto en negrita */
       font-size: 18px; /* Tamaño de la fuente */
   }

   @media (max-width: 768px) {
       .columnas {
           flex-direction: column;
           align-items: center;
           margin-left: 0;
           width: 100%;
           margin-top: 1%;
       }
   
       .column {
           width: 80%;
           margin-bottom: 20px;
       }
   
       .footer .container .row .col-md-4:last-child {
           border-left: none;
           padding-left: 0;
       }

       .menu-toggle {
        display: block;
      }
    
      .mobile-menu.active {
        display: flex;
      }

       .formulario {
           width: 90%;
           padding: 15px;
           margin-top: 10px;
       }
   }
   
   @media (max-width: 576px) {

    .hero-section {
        margin-top: 40%;
    }
       .menu_header img {
           height: 90px;
           margin-left: 15px;
       }
   
       .nav1 a {
           margin: 0 20px;
           font-size: 14px;
       }
   
       .menu_header button {
           margin-right: 20px;
       }
   
       .column {
           width: 95%;
       }
   
       .price {
           font-size: 20px;
       }
   
      
   
       footer {
           padding-left: 10px;
           padding-right: 10px;
           
       }
   
       .legales a {
           font-size: 14px;
       }
   }
   
   @media (max-width: 768px) {
       .nav1 {
           display: none;
           flex-direction: column;
           position: absolute;
           top: 60px;
           left: 0;
           right: 0;
           background-color: white;
           border-top: 1px solid #ddd;
           z-index: 1000;
           padding: 10px 0;
       }
   
       .nav1 a {
           padding: 10px;
           text-align: center;
           width: 100%;
           display: block;
       }
   
       .menu_header {
           flex-wrap: wrap;
           padding-top:10%;
           padding-bottom: 10%;
           
       }
   
       .menu-toggle {
           display: block;
       }
   
       .menu_header img {
           margin-left: 15px;
           height: 60px;
       }
       .cta-final a {
      background-color: transparent !important;
      color: #494039;
      padding: 12px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
     
    }

    
   
      
   }
   
   @media (max-width: 576px) {
       .menu_header img {
           height: 50px;
           margin-left: 15px;
       }
   
       .nav1 a {
           font-size: 14px;
       }
   
      
   }
   
   /* Mostrar/ocultar menú en móvil */
   .menu-toggle.active + .nav1 {
       display: flex;
   }

   

     .accordion {
       --bs-accordion-color: #494039; /* Color del texto */
       --bs-accordion-bg: #f4f3f1; /* Fondo del acordeón cuando está colapsado */
       --bs-accordion-active-color: #494039; /* Color del texto cuando está expandido */
       --bs-accordion-active-bg: #f4f3f1; /* Fondo del acordeón cuando está expandido */
       --bs-accordion-border-color: #f4f3f1; /* Color del borde del acordeón */
       --bs-accordion-btn-color: #494039; /* Color del texto del botón del acordeón */
       --bs-accordion-btn-bg: #f4f3f1; /* Fondo del botón del acordeón */
     }
   
     /* Si quieres que el botón no cambie de color cuando se expande */
     .accordion-button:not(.collapsed) {
       background-color: #000000;
       color: #c0baba;
       box-shadow: none;
     }
     
     .accordion-button::after {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231de085'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     }
   
     /* Cambiar el color de la flecha en el estado expandido */
     .accordion-button:not(.collapsed)::after {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231de085'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     }

     .carousel {
       max-width: 100%;
       overflow: hidden;
       margin: auto;
       background-color: #ffffff;
       border: 1px solid #ddd;
       position: relative;
   }
   
   .slides {
       display: flex;
       transition: transform 0.5s ease-in-out;
   }
   
   .slide {
       min-width: 50%; /* Mostrar dos slides en pantalla */
       box-sizing: border-box;
       display: flex;
       justify-content: center;
       align-items: center;
       padding: 20px;
   }
   
   .content-box {
       width: 80%;
       height: 400px;
       background-color: #ffff;
       color: #000000;
       text-align: left;
       padding: 20px;
       border-radius: 8px;
       box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
   }
   
   .controls {
       position: absolute;
       top: 50%;
       width: 100%;
       display: flex;
       justify-content: space-between;
       transform: translateY(-50%);
   }
   
   .controls span {
       cursor: pointer;
       padding: 16px;
       color: #191c1f;
       font-weight: bold;
       font-size: 24px;
       
       user-select: none;
       border-radius: 50%;
       margin: 0 10px;
   }
   
   .controls span:hover {
       background: #fff;
   }
   @media (max-width: 768px) {
       .section-to-hide {
           display: none;
       }
   }

   
  
  /* Contenedor del menú en columnas */
  .menu55 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Crea 4 columnas iguales */
    gap: 10px; /* Espacio entre las columnas */
    width: 100%; /* Hace que el menú ocupe todo el ancho */
    max-width: 1200px; /* (Opcional) Restringe el ancho máximo para pantallas grandes */
  }
  
    #cookiePopup {
      position: fixed;
      bottom: 20px;
      right: 20px;
      max-width: 300px;
      background: #f4f3f1;
      color: #494039;
      border: 1px solid #ccc;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      padding: 20px;
      z-index: 1000;
      display: none;
    }

    #cookiePopup p {
      margin: 0 0 12px 0;
      font-size: 14px;
    }

    #cookiePopup button {
      padding: 8px 16px;
      margin-right: 8px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
    }

    #acceptCookies {
      background-color: #4CAF50;
      color: white;
    }

    #rejectCookies {
      background-color: #f44336;
      color: white;
    }
  /* Elemento principal del menú */
  .menu-item5 {
    position: relative;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap; /* Evita que el texto se rompa en varias líneas */
  }
  
  /* Cambia el fondo al pasar el ratón */
  .menu-item5:hover {
    background-color: #444;
  }
  
  /* Submenú desplegable */
  .submenu5 {
    position: absolute;
    top: 100%; /* Aparece justo debajo del menú principal */
    left: 0;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: none; /* Ocultar por defecto */
    z-index: 2000;
    min-width: 150px; /* Asegura un ancho mínimo para el submenú */
  }
  
  /* Opciones dentro del submenú */
  .submenu5 a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  /* Cambia el fondo de las opciones al pasar el ratón */
  .submenu5 a:hover {
    background-color: #f2f2f2;
  }
  
  /* Mostrar el submenú al pasar el ratón */
  .menu-item5:hover .submenu5 {
    display: block;
  }
  

  /* Footer personalizado */
#customFooter {
    background-color: #494039;
    color: #f4f3f1;
    padding: 20px 40px;
   font-family: 'Nunito', sans-serif;
  }
  
  #customFooter .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  
  #customFooter .footer-links,
  #customFooter .footer-contact,
  #customFooter .footer-social {
    flex: 1;
    min-width: 250px;
  }
  
  #customFooter h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f2f2f2;
  }
  
  #customFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #customFooter ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  
  #customFooter ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  #customFooter ul li a:hover {
    color: #fff;
  }
  
  #customFooter .footer-social .social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #bbb;
    font-size: 18px;
    transition: color 0.3s ease;
  }
  
  #customFooter .footer-social .social-icons a:hover {
    color: #fff;
  }
  
  #customFooter .footer-bottom {
    margin-top: 20px;
    align-items: center;
    border-top: 1px solid #444;
    padding-top: 10px;
    font-size: 12px;
  }
  
  #customFooter .footer-bottom a {
    color: #bbb;
    text-decoration: none;
  }
  
  #customFooter .footer-bottom a:hover {
    color: #fff;
  }
  
  /* Iconos personalizados (si usas Font Awesome) */
  .fa {
    margin-right: 5px;
  }
  
  
  @keyframes fadeSlideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeSlideUp {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-10px);
    }
  }
  
  /* Usar la animación en el menú */
  .mobile-menu.active {
    display: flex;
    animation: fadeSlideDown 0.6s ease forwards;
  }
  
  .mobile-menu {
    animation: fadeSlideUp 0.6s ease forwards;
  }
  
  .bloque-aurora {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      max-width: 1200px;
      margin: auto;
      min-height: 80vh;
    }

    .contenido-veritas {
      flex: 1;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .cta-final {
      background-color: #494039;
      color: #f4f3f1;
      padding: 60px 20px;
      text-align: center;
    }

    .cta-final h2 {
      font-size: 2em;
      margin-bottom: 20px;
    }

    .cta-final p {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .cta-final a {
      background-color: #ffff;
      color: #494039;
      padding: 12px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s;
    }

    .cta-final a:hover {
      background-color: #e4eae7;
    }

    

    .titulo-elysium {
      font-size: 2.75em;
      margin-bottom: 20px;
      padding-top: 0%;
      color: #494039;
      font-weight: 700;
    }

    .formulario-nimbara {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .formulario-nimbara input {
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }

    .formulario-nimbara button {
      background-color: #1a3c40;
      color: white;
      border: none;
      padding: 12px;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .formulario-nimbara button:hover {
      background-color: #145255;
    }

    .imagen-astralis {
      flex: 1;
      padding: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .imagen-astralis img {
      width: 100%;
      max-width: 500px;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .grid-novus {
      background-color: #f4f3f1;
      padding: 60px 20px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: auto;
    }
    .elva-logo {
  height: 160px;
  margin-right: 0px;
}

     .modulo-hyperion {
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
      cursor: pointer;
      width: 300px;
      position: relative;
      display: flex;
      flex-direction: column;
    }

    .modulo-hyperion img {
      width: 100%;
      height: auto;
      display: block;
    }
      .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 999;
    }

    .overlay.active {
      display: flex;
    }

    @keyframes zoomIn {
      from {
        transform: scale(0.9);
        opacity: 0;
      }
      to {
        transform: scale(1);
        opacity: 1;
      }
    }

    .modulo-expandido {
      background: white;
      border-radius: 12px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.2);
      max-width: 700px;
      width: 90%;
      max-height: 90vh;
      overflow-y: auto;
      padding: 30px;
      position: relative;
      animation: zoomIn 0.3s ease;
    }



    .contenido-hyperion {
      padding: 20px;
    }

    .contenido-hyperion h2 {
      margin-top: 0;
      color: #494039;
    }

    .contenido-hyperion p {
      margin-bottom: 0;
      color: #4b4235;
    }

      .cerrar-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      background: none;
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      color: #333;
    }

    .contenido-extra {
      margin-top: 20px;
      font-size: 1rem;
      color: #494039;
    }

    .modulo-hyperion.expanded {
      max-height: 800px;
    }

    .modulo-hyperion.expanded .contenido-extra {
      display: block;
    }

    .novedad-quantum {
      padding: 0px 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .timeline-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-left: none; /* ya no es necesario */
    gap: 20px;
  }

  .timeline-item {
    flex: 1;
    opacity: 1; /* puedes volver a activar animación si lo necesitas */
    transform: none;
    transition: all 0.6s ease-out;
    padding: 20px;
    border-left: 3px solid #494039;
    background-color: #f5f5f5;
    border-radius: 8px;
  }

  .timeline-item h3,
  .timeline-item p {
    padding-left: 0;
  }


@media (max-width: 600px) {
  .novedad-quantum {
    padding: 0 10px;
    max-width: 100%;
  }

  .timeline-container {
    flex-direction: column;
    padding: 10px 0;
  }

  .timeline-item {
    border-left: none; /* opcional para que no se vea raro en columna */
    border-top: 3px solid #494039; /* si quieres un borde, usa top en vez de left */
    margin-bottom: 15px;
    padding: 15px;
  }
}

.bloque-inversiones {
  background: #f9fafa;
  padding: 40px 20px;
  border-left: 6px solid #494039;
 font-family: 'Nunito', sans-serif;
}

.bloque-inversiones .contenedor {
  max-width: 800px;
  margin: auto;
}

.titulo {
  font-size: 24px;
  color: #494039;
  margin-bottom: 20px;
}

.lista-requisitos {
  list-style: none;
  padding-left: 0;
}

.lista-requisitos li {
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
}

.lista-requisitos li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #494039;
  font-weight: bold;
}

.intro {
  font-weight: 500;
  margin-bottom: 10px;
}

.cierre {
  margin-top: 20px;
  font-style: italic;
  font-weight: 500;
}

.bloque-banca {
  background: #f5f9fb;
  padding: 50px 20px;
 font-family: 'Nunito', sans-serif;
  border-left: 5px solid #494039;
}

.bloque-banca .contenedor {
  max-width: 850px;
  margin: 0 auto;
}

.bloque-banca .titulo {
  font-size: 26px;
  color: #494039;
  margin-bottom: 20px;
}

.bloque-banca .intro {
  font-weight: 500;
  margin-bottom: 10px;
}

.lista-requisitos {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.lista-requisitos li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.lista-requisitos li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #494039;
  font-weight: bold;
}

.cierre {
  font-style: italic;
  font-weight: 500;
  margin-top: 20px;
}

.bloque-aseguradoras {
  background-color: #f4f3f1;
  padding: 50px 20px;
  border-left: 5px solid #7b1fa2;
 font-family: 'Nunito', sans-serif;
}

.bloque-aseguradoras .contenedor {
  max-width: 850px;
  margin: 0 auto;
}

.bloque-aseguradoras .titulo {
  font-size: 26px;
  color: #7b1fa2;
  margin-bottom: 20px;
}

.bloque-aseguradoras .intro {
  font-weight: 500;
  margin-bottom: 10px;
}

.lista-obligaciones {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.lista-obligaciones li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.lista-obligaciones li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7b1fa2;
  font-weight: bold;
}

.cierre {
  font-style: italic;
  font-weight: 500;
  margin-top: 20px;
}


.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.timeline-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
  transition-delay: var(--delay);
}

.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}


    .timeline-item::before {
      content: '';
      position: absolute;
      left: -12px;
      top: 0;
      width: 20px;
      height: 20px;
      background-color: #494039;
      border-radius: 50%;
      border: 3px solid white;
    }

    .timeline-item h3 {
      margin: 0 0 10px;
      color: #494039;
    }

    .timeline-item p {
      margin: 0;
      color: #444;
    }

    .interactivo-zenon {
      background-color: #f4f3f1;
      padding: 60px 20px;
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
    }

    .interactivo-zenon h2 {
      color: #494039;
      margin-bottom: 20px;
    }

    .interactivo-zenon .faq-item {
      background-color: #494039;
      margin: 10px 0;
      border-radius: 8px;
      padding: 15px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      color: #f4f3f1;
    }

    .interactivo-zenon .faq-item:hover {
      background-color: #4e4e4e;
    }

    .interactivo-zenon .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      color: #555;
    }

    .interactivo-zenon .faq-item.active .faq-answer {
      max-height: 20000px;
      margin-top: 10px;
    }

    .testimonios-orion {
      background-color: #e4eae7;
      padding: 60px 20px;
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
    }

    .testimonios-orion h2 {
      color: #494039;
      margin-bottom: 40px;
    }

    .testimonio-card {
      background-color: #ffffff;
      margin: 20px auto;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      max-width: 600px;
    }

    .testimonio-card p {
      font-style: italic;
      color: #444;
    }

    .testimonio-card .autor {
      margin-top: 10px;
      font-weight: bold;
      color: #494039;
    }

    @media (max-width: 768px) {
      .bloque-aurora {
        flex-direction: column;
        padding-top: 35%;
      }

      .imagen-astralis, .contenido-veritas {
        flex: 1 1 100%;
      }
    }
      .molina-container {
      max-width: 1000px;
      margin: auto;
      padding: 40px 20px;
    }

    .molina-title {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 30px;
      color: #004d7a;
    }

    .molina-section {
      background: #fff;
      border-radius: 8px;
      margin-bottom: 20px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .molina-header {
      padding: 20px;
      background: #0077b6;
      color: white;
      font-size: 1.2rem;
      cursor: pointer;
      position: relative;
    }

    .molina-header::after {
      content: '+';
      position: absolute;
      right: 20px;
      font-size: 1.5rem;
    }

    .molina-section.active .molina-header::after {
      content: '-';
    }

    .molina-content {
      display: none;
      padding: 20px;
      line-height: 1.6;
      background: #f0f8ff;
    }

    .molina-section.active .molina-content {
      display: block;
    }
    a {
       text-decoration: none; /* Elimina el subrayado */
    color: inherit;
      }

      
.elva-menu {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.elva-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #f4f3f1;
  color: #494039;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 2rem;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


.elva-navbar.scrolled {
  background-color: #494039;
  color: #f4f3f1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.elva-column {
  position: relative;
  cursor: pointer;
}

.elva-toggle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
/* HERO HEADER */
.home-hero {
 font-family: 'Nunito', sans-serif;
  padding: 15rem 2rem 2rem 2rem;
  text-align: center;
   
}

.fondototal {

   background-image: url('https://pbcabogados.es/img/f0afc377-2dc4-43e1-b983-c8da45c12d4e.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.5); /* oscuro con opacidad del 50% */

  
}



.logomlb {
  width: 150px;
  height: 80px;
  background-image: url('https://pbcabogados.es/img/d-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
  height: 160px;
  margin-right: 0px;
}

.logomlb.scroll {
  background-image: url('https://pbcabogados.es/img/d.png');
}


.home-hero-title {
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  word-spacing: 0.2em;
}

.elva-dropdown {
  position: absolute;
 
  left: 0;
  color:#494039;
  background: #fff;
  
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);

  /* AUMENTAR TAMAÑO GENERAL */
  padding: 1rem 1.5rem;       /* más espacio interno */
  font-size: 1.1rem;          /* texto más grande */
  min-width: 250px;           /* ancho mínimo mayor */

  list-style: none;
  display: none;
  flex-direction: column;
  gap: 1rem;                  /* más espacio entre elementos */

  z-index: 10;
}


.elva-column:hover .elva-dropdown {
  display: flex;
}

.elva-dropdown li {
  font-size: 0.9rem;
  cursor: pointer;
}
/* Elementos que aparecerán con scroll */
.bloque-aparicion {
  padding: 100px 20px;
  overflow: hidden;
}

.contenido-bloque {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.titulo-bloque {
  font-size: 2.5rem;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
}

.descripcion-bloque {
  font-size: 1.2rem;
  opacity: 0;
  transform: translateY(50px);
}

#toggle-servicios {
    display: none;
  }

  /* Por defecto el dropdown está oculto */
  .elva-dropdown {
    display: none;
  }

/* === MOBILE === */
.elva-hamburger {
  display: none;
}

@media (max-width: 768px) {
  .elva-hamburger {
    display: block;
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    z-index: 1001;
  }
  .elva-toggle {
  color:#f4f3f1;
  text-transform: uppercase;
  cursor: pointer;
   
      padding: 10px;
      display: inline-block;
    }
     #toggle-servicios:checked + .elva-toggle + .elva-dropdown {
      display: block;
     
      padding: 10px;
     
    }

  .elva-navbar.scrolled {
  
  color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
  .home-hero-title {
  font-size: 6vw;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
}

.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}

  .elva-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    background: #494039;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    z-index: 1000;
  }

  .elva-menu.open {
    transform: translateX(0);
  }

  .elva-column {
    text-align: center;
  }

  .elva-dropdown {
    position: static;
    background: none;
    box-shadow: none;
    padding: 0.3rem 0;
    display: none;
    color: #f4f3f1;
  } 

 .elva-column:hover .elva-dropdown,
.elva-column:focus-within .elva-dropdown,
.elva-column.open .elva-dropdown {
  display: flex;
}

  .elva-dropdown li {
    font-size: 1rem;
  }
}

.checklist-pbc {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #f4f3f1;
  border-radius: 16px;
}

.titulo-checklist {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  color: #494039;
}

.checklist-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  background: #f4f3f1;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.checklist-item:hover {
  transform: translateY(-5px);
}

.numero {
  background-color: #494039;
  color: #f4f3f1;
  font-weight: bold;
  font-size: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}

.checklist-item h3 {
  margin: 0 0 10px;
  color: #494039;
}

.ley {
  font-size: 0.9em;
  color: #494039;
  margin-top: 8px;
  font-style: italic;
}
.importancia-pbc {
  background-color: #f4f3f1;
  padding: 60px 20px 40px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 40px;
  
}

.titulo-importancia {
  font-size: 28px;
  color: #494039;
  margin-bottom: 20px;
  font-weight: 700;
}

.texto-importancia {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}

.mlb-button {
  background-color: #494039;
  color: #f4f3f1;
  border: 2px solid #494039;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 transparent;
}

.mlb-button:hover {
  background-color: #f4f3f1;
  color: #494039;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.mlb-button:active {
  transform: scale(0.97);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.mlb-button2 {
  background-color: #f4f3f1;
  color: #494039;
  border: 2px solid #f4f3f1;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 transparent;
}

.mlb-button2:hover {
  background-color: #494039;
  color: #f4f3f1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.mlb-button2:active {
  transform: scale(0.97);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.animated-phrase {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 450;
  padding-top: 10%;
  padding-bottom: 3%;

}

.seccion-dinamica {
  position: relative;
  background: transparent;
  overflow: hidden;
  
  text-align: center;
}



.videoFondo {
  width: 80vw;                 /* No ocupa todo el ancho */
  max-width: 960px;            /* Ancho máximo razonable */
  height: auto;
  margin: 40px auto;           /* Centrado vertical y horizontal */
  padding: 10px;
  background-color: #f4f3f1;     /* Fondo que contraste un poco con el celeste */
  border-radius: 20px;         /* Bordes redondeados */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);  /* Sombra elegante */
  border: 4px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: 
    linear-gradient(#f4f3f1, #f4f3f1), 
    linear-gradient(135deg, #8b7767, #494039); /* Borde degradado */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.videoFondo:hover {
  transform: scale(1.01);  /* Ligera ampliación al pasar el mouse */
}

.seccion-dinamica {
  position: relative;
  overflow: hidden;
  background: transparent;
  z-index: 1;
  background: linear-gradient(to bottom, #f4f3f1 0%, rgba(156, 114, 51, 0) 90%);
  
}




@keyframes moverHaces {
  0% {
    transform: translateX(0%) translateY(0%);
  }
  100% {
    transform: translateX(-50%) translateY(0%);
  }
}

@keyframes vaivenHaces {
  0%, 100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
}

@keyframes destellosAleatorios {
  0%, 100% {
    opacity: 0.1;
    filter: blur(30px) brightness(1);
  }
  10% {
    opacity: 0.25;
    filter: blur(28px) brightness(1.2);
  }
  20% {
    opacity: 0.15;
    filter: blur(32px) brightness(0.9);
  }
  40% {
    opacity: 0.3;
    filter: blur(30px) brightness(1.4);
  }
  60% {
    opacity: 0.12;
    filter: blur(33px) brightness(1.1);
  }
  80% {
    opacity: 0.28;
    filter: blur(29px) brightness(1.5);
  }
}


.videoFondo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 100vh;      /* Opcional: limita que no sea más alto que la pantalla */
}

.jose-container {
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
  font-family: sans-serif;
}

.jose-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
  color: #004d7a;
  font-weight: bold;
}

.jose-section {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.jose-header {
  padding: 20px;
  background: #0077b6;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.jose-header::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.jose-section.active .jose-header::after {
  content: '-';
  transform: rotate(180deg);
}

.jose-content {
  display: none;
  padding: 20px;
  background: #f1f9ff;
  color: #333;
  line-height: 1.6;
}

.jose-section.active .jose-content {
  display: block;
}

.jose-container-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.jose-footer-links {
  flex: 1;
  min-width: 250px;
}

.jose-footer-links h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.jose-footer-links ul {
  list-style: none;
  padding: 0;
}

.jose-footer-links ul li {
  margin-bottom: 10px;
}

.jose-footer-links ul li a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.jose-footer-links ul li a:hover {
  color: var(--accent-color, #00bcd4); /* puedes definir esta variable si gustas */
}

.jose-contact-form-wrapper {
  flex: 2;
  min-width: 300px;
}


.jose-contact {
  padding: 60px 20px;
  background-color: #494039;
  backdrop-filter: blur(8px);
  color: #f4f3f1;
}

.jose-footer-links ul {
  list-style: none;
  padding: 0;
}

.jose-footer-links ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.jose-footer-links ul li a:hover {
  color: #ccc;
}

.jose-contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.jose-contact-form input,
.jose-contact-form textarea {
  padding: 12px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.jose-contact-form input::placeholder,
.jose-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.jose-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

/* HERO MÁS VISUAL */
.jose-hero {
  background: transparent;
  color: var(--white);
  text-align: center;
  padding: 150px 20px 80px;
}

.jose-hero h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.jose-hero p {
  font-size: 1.3rem;
  margin-bottom: 35px;
  max-width: 700px;
  margin-inline: auto;
  line-height: 1.6;
}

.jose-button {
  background-color: white;
  color: black;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}



.jose-button:hover {
  background-color: #494039;
  color: #f4f3f1;
}

@media (max-width: 480px) {
  .jose-button {
    background-color: transparent;
    color:#494039 ;
    font-size: 1rem;         /* Reduce slightly for small screens */
    padding: 10px 20px;      /* Less padding for narrow devices */
    width: 100%;             /* Optional: full width on mobile */
    box-sizing: border-box;  /* Ensure padding doesn't overflow */
  }
  .fondo-button {
            /* Reduce slightly for small screens */
    padding: 20px 20px 20px 20px;      /* Less padding for narrow devices */
    background-color: #ffff;
    border-radius: 100px;
    
  }
}

@media (max-width: 768px) {
  .jose-service-list {
    grid-template-columns: 1fr !important; /* 1 columna en móviles */
  }
}
/* SERVICIOS EN 2 COLUMNAS */
.jose-services {
  padding: 60px 20px;
  background-color: transparent;
  color: var(--white);
}



.jose-services h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.4rem;
}

.jose-service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* TARJETAS */
.jose-service-card {
  background-color: var(--gray-light);
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  color: var(--white);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  
}

.jose-service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.jose-service-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

/* BURBUJAS ANIMADAS MÁS TRANSPARENTES Y ALEATORIAS */
.jose-service-card::before,
.jose-service-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  z-index: 0;
  animation: bubble-move 8s infinite ease-in-out alternate;
}

.jose-service-card::before {
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
  animation-delay: 0s;
}

.jose-service-card::after {
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: -30px;
  animation-delay: 2s;
}

@keyframes bubble-move {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(10px, -10px) scale(1.1);
  }
  50% {
    transform: translate(-15px, 15px) scale(0.9);
  }
  75% {
    transform: translate(20px, -5px) scale(1.05);
  }
  100% {
    transform: translate(-10px, 10px) scale(1);
  }
}

/* CONTACTO */
