* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    user-select: none;
}


/* header */

#subtitulo {
    font-size: 19px;
    margin: 0px;
    font-weight: bold;
}

.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(Imagenes/fondofinal.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.header-logos {
    width: 20%;
}



nav {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 150px;
    

}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #EFB810;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.text-box {
    
    width: 90%;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

@media(max-width: 700px) {
    #subtitulo {
        font-size: 14px;
    }

    #boton,#boton1 {
        padding: 8px 20px;
        font-size: 8px;
        margin-left: 20px;
    }
}

#boton {
    margin-left: 60px;
    margin-top: 100px;
}

.text-box h1 {
    font-size: 62px;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover {
    border: 1px solid #EFB810;
    background: #EFB810;
    transition: 1s;
}

nav .fa-solid {
    display: none;
}

@media(max-width: 700px) {
    .text-box h1 {
        font-size: 20px;
    }
    #header-logo {
        width: 30%;

    }

    .header-logos {
        width: 55%;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: fixed;
        background: #030f39;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

    nav .fa-solid {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;   
    }

    .nav-links ul {
        padding: 30px;
    }

    .header {
        background-position: left;
    }

}


@media (max-width: 1024px) {
    .nav-links ul li a {
        
        font-size: 10px;
    }
}



/*-----servicios1------*/

.servicios1 {
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Imagenes/ImagenIAsubtitulos.png);
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
    margin-bottom: -100px;
}

.servicios1 h1 {
    font-size: 30px;
    color: #EFB810
}



h1 {
    font-size: 36px;
    font-weight: 600;
    color: #EFB810;
}


p {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}




/*------servicios2-----*/

.servicios2 {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    margin-bottom: -125px;
}

h1 {
    font-size: 36px;
    font-weight: 600;
}



.row {
    margin-top: 5%;
    display: flex;
    justify-content:space-around ;
}

.service-col {
    flex-basis: 45%;
    background: #336B87;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;

}

.estructurasalarial {
    flex-basis: 45%;
    background: #2A3132;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}



.service-col p {
    color: black;

}

.estructurasalarial p, .estructurasalarial h3 {
    color: white;
}

.desafiosEstructura p, .desafiosEstructura h3 {
    color: white;
}

h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.service-col:hover {
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2)
}

@media(max-width: 700px) {
    .row {
        flex-direction: column;
    }

    .servicios1{
        width: 100%;
        height: 60px;
    }

    .servicios2 {
        margin-bottom: -80px;
    }
    .servicios1 h1 {
        font-size: 24px;
    }

}




/* blog */
.post-list {
    
    box-sizing: border-box;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    
}

.content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.post-img-1{
    background: url(Imagenes/publicacion1.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: .2s;
}

.post-img-2{
    background: url(Imagenes/publicacion2.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: .2s;
}

.post-img-3{
    background: url(Imagenes/publicacion3.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: .2s;
}

.post-img-4{
    background: url(Imagenes/publicacion4.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: .2s;
}

.post-img-5{
    background: url(Imagenes/blog5.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: .2s;
}

.post-img-6{
    background: url(Imagenes/blog6.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: .2s;
}

.post {
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    transition: .2s;
    overflow: hidden;
    height: auto;

}


.post:hover .post-img-1,
.post:hover .post-img-2,
.post:hover .post-img-3{
    transform: scale(1.1);
    
}

.post-body{
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 0px 0px rgba(0,0,0,0.2);
    
}

.post-body span{
    display: inline-block;
    color: #999;
    margin-bottom: 10px;
}

.post-body h2{
    margin-bottom: 15px;
}

.post-body p{
    line-height: 1.5;
    margin-bottom: 20px;
}

.post-body .post-link{
    display: block;
    text-decoration: none;
    padding: 10px;
    background: #2A3132;
    color: #fff;
    width: 50%;
    margin: auto;
    border-radius: 20px;
    box-shadow: 1px 2s;
    transition: .2s;
    
}

.post-body .post-link:hover{
    background: #2A3132;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, .2);
    transform: translateY(-2px);
}
.post:hover{
    transform: translateY(-4px);
    box-shadow: 0 1px 14px 2px rgba(0, 0, 0, .5);
}



.titulo-blog {
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Imagenes/ia3.png);
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
    margin-bottom: 20px;
    margin-top: 200px;
}

.titulo-blog h1{
    
    margin-bottom: 40px;
    padding: 0;
}

@media (max-width: 700px) {
    .post-list{
        margin-bottom: 0;
    }
    .content {
        grid-template-columns: repeat(1,1fr);
    }
    .titulo-blog {
        margin: 100px auto;
        height: 2px;
        width: 100%;
        background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Imagenes/ia3.png);
        background-size: cover;
        border-radius: 10px;
        text-align: center;
        padding: 100px 0;
        margin-bottom: 10px;
    }
    .titulo-blog h1{
        font-size: 24px;
    }
}




/* Testimonios */

.testimonios {
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Imagenes/imagenIA.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

.testimonios h1 {
    
    margin-bottom: 40px;
    padding: 0;

}

.clientes {
    text-align: center;
    padding: 1px 20px 100px 20px;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.logos-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    width: 100%;
    max-width: 150px;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.1);
}

/* Estilos para pantallas pequeñas (móviles) */
@media (max-width: 600px) {
    .logos-container {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    h2 {
        font-size: 20px;
    }

    .logo {
        max-width: 100px;
    }
}

/* Estilos para pantallas medianas (tabletas) */
@media (min-width: 601px) and (max-width: 1024px) {
    .logos-container {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    h2 {
        font-size: 22px;
    }

    .logo {
        max-width: 120px;
    }
}

@media(max-width: 700px) {
    .testimonios{
        width: 100%;
        height: 2px;
    }
    .testimonios h1{
        font-size: 24px;
    }
}





/* footer */

.footer {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

.icons .fa {
    color: #2a3132;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}





/* sobre mi */


.sub-header {
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(Imagenes/fondoHeader.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sub-header h1{
    margin-top: 100px;
}

.about-us {
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-col {
    flex-basis: 48%;
    padding: 30px 2px;
}

.about-col img {
    width: 80%;
}

.about-col h1{
    padding-top: 0;
    color: black;
    font-size: 20px;
    text-align: justify;
}

.about-col p {
    padding: 15px 0 25px;
    text-align: justify;
}

.red-btn {
    border:  1px solid #2a3132;
    background: transparent;
    color: #2a3132;
}

.red-btn:hover {
    color: #fff;
}

.titulo-about {
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Imagenes/ia2.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
    margin-bottom: -100px;
}

@media(max-width: 700px) {
    .about-col img {
        width: 100%;
    }


    .titulo-about{
        width: 100%;
        height: 2px;
    }
    .titulo-about h1{
        font-size: 24px;
    }
}



 /* contactos */
 
 .contact-us {
    width: 80%;
    margin: auto;
 }

 .contact-us h1 {
    padding-top: 0;
    color: black;
    font-size: 20px;
 }
 

 .contact-us p{
    font-size: 18px;
 }

 .contact-col {
    flex-basis: 48%;
    margin-bottom: 30px;
 }

 .contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
 }

 .contact-col div .fa{
    font-size: 28px;
    color: #2a3132;
    margin: 10px;
    margin-right: 30px;
 }

 .contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
 }

 .titulo-contactame {
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Imagenes/empresarial.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
    margin-bottom: 50px;
 }

 .titulo-contactame h1{
    font-size: 30px;
 }

 .contact-col input, .contact-col textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
 }

 @media(max-width: 700px) {

    .titulo-contactame{
        width: 100%;
        height: 60px;
    }
    .titulo-contactame h1{
        font-size: 20px;
    }
    .contact-us p{
        font-size: 15px;
     }

    .contact-col div h5{
        font-size: 12px;
    }

    .contact-col div p{
        font-size: 10px;
    }
}




/* boton wpp */
.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}

.btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background: #ffffff;
}

/* estudios salariales */
#clientes2 {
    margin-top: 100px;

}

.container-videoimagen {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 20px;
}

#video {
    display: block;
    
    width: 400px;
    height: 400px;
}


.container-videoimagen img {
    
    width: 300px;
    height: 400px;
}

#botonsalarial {
    background-color: #2a3132;
    margin-left: 60px;
    margin-top: 20px;
}

#botonsalarial:hover {
    background-color: #EFB810;
}

#botonguia {
    width: 245px;
}
@media(max-width: 1024px) {
    #video {
        width: 300px;
        height: 300px;
    }

    .container-videoimagen img {
        
        width: 220px;
        height: 300px;
    }
}

@media(max-width: 700px) {
    #botonguia,#botonsalarial {
        padding: 8px 5px;
        font-size: 8px;
        margin-left: 20px;
        margin-top: 10px;
    }
    #botonguia {
        width: auto;
    }

    .container-videoimagen {
        flex-direction: column;
    }
}


/* auditoria express */

#contactoauditoria h1 {
    font-size: 20px;

}

@media(max-width: 1024px) {
    #contactoauditoria h1 {
        font-size: 15px;
    
    }
}

#wpp {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 55px;
    bottom: 20px;
    right: 30px;
    background: #0df053;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}

#pdf-render {
    display: block;         /* Asegura que el canvas se comporte como bloque */
    margin: 20px auto;      /* Centra horizontalmente */
    border: 1px solid #ccc; /* Opcional, solo decorativo */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 23%; /* Para mejor estética */
    max-width: 100%;
    height: auto;
  }
  #navigation {
    text-align: center;
    margin-top: 10px;
  }
  button {
    margin: 0 5px;
    padding: 8px 12px;
  }

  @media (max-width: 700px) {
    #navigation button {
      padding: 8px 12px;
      font-size: 0.9rem;
      margin: 5px;
    }

    #pdf-render {
        margin-top: 150px;
        width: 75%;
    }

    #page-info {
      display: block;
      margin: 10px 0;
    }
}

.botonera {
    display: flex;
    justify-content: center;
    gap: 20px; /* Espacio entre botones */
    margin: 30px 0;
    flex-wrap: wrap; /* para que no se desborden en pantallas pequeñas */
  }