/* Resetear estilos por defecto del navegador */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f7f7f7;
    color: #333;
}

header {
    background-color: #1a1a1a;
    color: #fff;
    padding: 1em 0;
    text-align: center;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* Sección de inicio */
#inicio {
    text-align: center;
    padding: 4em 0;
}

/* Sección de servicios */
#servicios {
    background-color: #f7f7f7;
    padding: 4em 0;
}

#servicios h2 {
    text-align: center;
    margin-bottom: 1.5em;
}

#servicios ul {
    list-style: none;
    text-align: center;
}

#servicios li {
    margin-bottom: 1em;
}

/* Sección de normativas */
#normativas {
    padding: 4em 0;
    text-align: center;
}

/* Sección de calidad */
#calidad {
    background-color: #f7f7f7;
    padding: 4em 0;
    text-align: center;
}

/* Sección de contacto */
#contacto {
    padding: 4em 0;
    text-align: center;
}

address {
    margin-top: 1em;
    font-style: normal;
}

/* Footer */
footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    z-index: 999;
}

/* Media queries para responsive design */
@media (max-width: 768px) {
    nav ul li {
        display: block;
        margin-bottom: 10px;
        background: linear-gradient(45deg, #2f9cff, #384489 );
    }
}

nav a:nth-child(1):hover~span
{
    left: 0;
}

nav a:nth-child(2):hover~span
{
    left: 95px;
}

nav a:nth-child(3):hover~span
{
    left: 189px;
    width: 110px;
}

nav a:nth-child(4):hover~span
{
    left: 289px;
    width: 115px;
}

nav a:nth-child(5):hover~span
{
    left: 413px;
    width: 115px;
}

/*Hover para el menú*/

.navlist a{
    color: #f7f7f7;
    font-weight: 500;
}

.navlist a:hover {
    color: #2f9cff;
    text-shadow: 0 0 10px rgba(14, 17, 207, 0.6),
    0 0 20px rgba(14, 17, 207, 0.6),
    0 0 30px rgba(14, 17, 207, 0.6),
    0 0 40px rgba(14, 17, 207, 0.6),
    0 0 70px rgba(14, 17, 207, 0.6),
    0 0 80px rgba(14, 17, 207, 0.6),
    0 0 100px rgba(14, 17, 207, 0.6),
    0 0 150px rgba(14, 17, 207, 0.6);
}

.menu-link {
    transition: color 0.3s;
}

.highlight {
    color: #2f9cff; /* Color de resaltado */
}

.logo {
    display: flex;
    align-items: center;
    padding: 10px;
}

.logo img {
    max-width: 300px; /* Ajusta el tamaño del logo según tus preferencias */
    height: auto;
}

/* Estilos generales para el formulario */
#contact-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Estilos para las etiquetas */
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}


/* Estilos para los campos de entrada */
input[type="text"],
input[type="email"],
input[type="text"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Estilos para el botón de envío */
#submit {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #384489;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#submit:hover {
    background-color: #2f9cff;
}

#Analitycs {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#smart {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
}

#iot {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
}

#machine {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
}

#IA {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
}

#cloud {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#web {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#nube {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#secopii {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#tvec {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#GT {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#Sia {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#sia2 {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#Auditorias {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#mejoramiento {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#riesgos {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#gestioncalidad {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#mipg {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#soft {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

#ssa {
    text-align: justify;
    margin-right: 800px;
    margin-left: 30px;
    margin-top: 20px;
}

/*Estilos del boton de whatsapp*/

.float{
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    bottom: 40px;
    right: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.fa-whatsapp{
    font-size: 55px;
}

.float:hover{
    background-color: #0558249c;


}