@import url(https://fonts.googleapis.com/css?family=Raleway:300&display=swap);
@import url(https://fonts.googleapis.com/css?family=Monoton&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:500&display=swap);

 /* Estilos básicos */

 body{

    background-color: #171717;
    font-family: poppins;
 }
 
 ::-webkit-scrollbar{
    width: 4px;
    color:#cc9933;
    transition: all .4s ease;
}
::-webkit-scrollbar-thumb {
    background: #cc9933; 
    border-radius: 4px;
    width: 4px;
    transition: all .4s ease;
  }
  ::-webkit-scrollbar-track {
    background: #101010; 
    border-radius: 4px;
    width: 4px;
  }

 #particles {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1; /* Asegura que las partículas estén detrás de otros contenidos */
    pointer-events: none; /* Opcional: para que los clics pasen a través del contenedor de partículas */
    display: block;
}
 .ima-knt {
    height: 80px;
    position: absolute;
    top: 2%;
    left: 2.5%;
    opacity: .8;
    transition: all .4s ease;
}
.active-link {
border-radius: 10px;
background-color:#ffffff38;
}


#Title-job {
    font-size: 5vw;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #cc9933;
   
}

#Title-job p{
    margin: 4%;
}
#text-normal {
    font-family: poppins;
    font-size: 14px;

}
#text-title {
    color: #cc9933;
    font-weight: bold;
   
    font-size: 30px;
    text-transform: uppercase;
    font-family: poppins;
}


.enlaces-navegacion a:hover {
   
    color: #cc9933;
}



.boton-menu {
    font-size: 30px;
    color: white;
    display: none;
}
#verificar{
        display: none;

    }
    .boton-cerrar {
        /* color: #aaa; */
        float: right;
        font-size: 28px;
        font-weight: bold;
        background: none;
        border: none;
    }

/* Estilos para el menú hamburguesa */
@media (max-width: 720px) {

    #verificar:checked ~ .enlaces-navegacion {
        left: 0;
    }
    .controls{
        padding: 1%;

    }
    #Title-job {
        font-size: 58px;
    }

    #barra-navegacion {
        display: flex;
        justify-content: right;
        align-items: center;
        padding: 10px 20px;
        background-color: transparent;
        color: #fff;
        text-transform: uppercase;
    }

    #particles {
        position: absolute;
        top: 10%;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        display: block;
    }
    

    .enlaces-navegacion {
        display: flex;
       
    }
    
    .boton-menu {
        display: block;
    }
    #verificar{
        display: none;

    }

    .enlaces-navegacion a {
        color: white;
        text-decoration: none;
        padding: 10px ;
        transition: background 0.3s;
    }


    .enlaces-navegacion {
        position: fixed;
        width: 100%;
        height: 100vh;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px); /* Soporte para Safari */
        top: 0;
        left: -100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: left 0.3s ease;
        z-index: 1;
    }

    .enlaces-navegacion a {
        display: block;
        width: 89%;
        text-align: center;
        padding: 20px;
    }

    #verificar:checked ~ .enlaces-navegacion {
        left: 0;
    }

    .boton-cerrar {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        color: white;
    }
}

/* Ocultar el botón de cerrar por defecto */
.boton-cerrar {
    display: none;
}

/* Mostrar el botón de cerrar cuando el menú está abierto */
#verificar:checked ~ .enlaces-navegacion .boton-cerrar {
    display: block;
}





/* about-content css */




#about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.color {
    color: #c93;
    transition: all .4s ease;
}

.about-header {
   
    justify-content: center;
    font-size: 70px;
    font-family: poppins;
    font-weight: 900;
    margin-top: 50px;
}
/* about-content css fin */






/* contac css */
.contact {
   
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }


.contact img {
    margin: 10px;
    height: 30px;
    opacity: .6;
    transition: all .4s ease;
}

.social-media {
    color: #fff;
    width: 30px;
    margin: 10px;
    height: 30px;
    opacity: .6;
    transition: all .4s ease;
}

/* contac css  fin*/

/* contacto-c"css */



.lis-contacto {
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    width: auto;
    margin-top: 0%;
    font-size: 1.1rem;
    color: white;
   padding: 1%;
}
.lis-contacto a {
    text-decoration: none;
    font-family: Poppins;
    font-size: 1.1rem;
    color: #d1941a;
    transition: all .4s ease;
}

.contacto-c {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    font-family: poppins;
    background-color: rgba(255, 255, 255, .1);
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 5%;
}


form {
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
    align-items: center;
    position: relative;
    background-color: rgba(128, 128, 128, 0.2);
    padding: 2%;
    border-radius: 9px;
    margin-top: 6%;
    color: white;

}

.form-control {
    width: 320px;
    font-family: poppins;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}


.form-control select {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.contacto-f {
    display: block;
    flex-wrap: wrap;
    border-radius: 5%;
    padding: 4%;
    height: 100%;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .1);
    margin-top: 5%;
    color: white;
}

#contactForm input, textarea {
    padding: 10px;
   
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 1rem;
}
.centrado-c {
    text-align: center;
    font-family: poppins;
    font-size: 1.5rem;
}
.centrado-f {
    text-align: center;
    font-size: 1rem;
    font-family: poppins;
}


.btn {
    background-color: #daa520;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: poppins;
}
/* contacto-c" css fin*/

/* maps css*/


iframe {
    max-width: 100%;
}

.mp-cont {
    margin-bottom: 5%;
    max-width: 90%;
   text-align: center;
    color: white;
}
/* maps css fin*/


/* footer css */
.footer {
    background: #080808;
    width: 96%;
    padding: 2%;
    color: #f5f5f5;
    display: flex;
    flex-direction: row;
    font-family: poppins;
    align-items: center;
    justify-content: center;
}





/* footer css fin */




       /* Estilos básicos para el modal */
       .modal-ws {
        display: none;
        position: fixed;
        z-index: 9999; /* Asegurarse de que el modal esté en el frente */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro semi-transparente */
        overflow: hidden;
    }

    .modal-content-whatSapp {
        background-color: #fff;
        margin: 10% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 500px;
        text-align: center;
        border-radius: 10px;
        background-color: rgb(0, 0, 0); /* Fondo oscuro semi-transparente */
    }

    .boton-cerrar {
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
        background: none;
        border: none;
    }

    .boton-cerrar:hover,
    .boton-cerrar:focus {
        color:white;
        text-decoration: none;
        cursor: pointer;
    }

    #title-modal {
        font-family: poppins;
        font-weight: 800;
    }

    #message-area {
     

        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: white;
        margin: 20px 0;
    }

   
      
  .whatsapp-button {
    background-color: #17853f;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
  }
  
  .whatsapp-button:hover {
    background-color: #1DA151;
  }
  
  .whatsapp-button i {
    font-size: 24px;
    margin-right: 10px;
  }
  
  .whatsapp-button span {
    vertical-align: middle;
  }

.derecha-cerrar {
    display: flex;
    justify-content: flex-end
}


.boton-cerrarw {
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border: solid;
}


.cerrar-modal{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    padding: 10px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    float: right;
    cursor: pointer;
    
    }
    
    
    .cerrar-modal:hover{
      color:#cc9933;
    }

@media (max-width: 450px) {

    .form-control {
        width: 282px;
        font-family: poppins;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, .1);
        color: #fff;
    }
    .contacto-f input, textarea {
        padding: 1px;
        margin-bottom: 15px;
        border: none;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, .1);
        color: #fff;
        font-size: 1.3rem;
        width: 100%;
    }


}


/* modal css fin */
@media (max-width: 9999px) and (min-width: 721px) {


    .enlaces-navegacion {
        display: flex;
        align-items: center;
        justify-content: right;
        font-family: poppins;
    }

    .enlaces-navegacion {
  
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    opacity: .7;
    transition: all .4s ease;
}


.enlaces-navegacion a {
    color: white;
    text-decoration: none;
    padding: 10px ;
    transition: background 0.3s;
}

#barra-navegacion {
    display: flex;
    justify-content: right;
    align-items: center;
  
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
        margin-right: 11px;
}


.contacto-f {
    display: block;
    flex-wrap: wrap;
    border-radius: 5%;
    padding: 1%;
    height: 100%;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .1);
    margin-top: 5%;
    width: auto;
    border: solid 4px gold;
}

form {
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
    align-items: center;
    position: relative;
    background-color: rgba(128, 128, 128, 0.2);
    padding: 2%;
    border-radius: 9px;
    margin-top: 6%;
}


.lis-contacto {
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    width: 50%;
    margin-top: 0%;
    font-size: 14px;
    color: white;
    margin-top: 20%;
    margin-left: 1%;
}
.lis-contacto a {
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    color: #d1941a;
    transition: all .4s ease;
}


.contact {
    display: flex;
    position: fixed;
    width: 10%;
    right: 0;
    top: 60px;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
}

.contacto-c {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    font-family: poppins;
    background-color: rgba(255, 255, 255, .1);
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 5%;
}





}

