
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    color: #1b0153;
    background-color: rgba(0, 0, 0, 0.1);
}



.fondo {
    background-image: url(../img/picture1.jpeg);
    height: 100vh;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 200% 200%; 
    filter: blur(2px);
    position: fixed;
    width: 100%; 
    z-index: -2; 
    
 
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color:  rgba(22, 1, 58, 0.3); 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 0;
    transition: background-color 0.3s ease;
    backdrop-filter: blur(5px); 
    

}
.header-container {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    padding: 0 30px;
    width: 100%;
}

.header-container > * {
    margin-right: 15px; 
}


.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding: 8px 12px;
    transition: color 0.3s ease;
    font-family: 'Arial'; 
}

.nav-menu a:hover {
    color: #e4c510; 
}




#navbar {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 0px 0;
}


main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 240vh; 
    padding: 0 20px; 
    background-color: rgba(49, 40, 100, 0.8);
    
}



section.empresa {
    max-width: 900px;
    margin: 40px auto 0;
    padding: 40px 50px; 
    border-radius: 8px;

}


#crea.empresa {

    padding: 40px 20px;
    margin-top: 20px;
  

    transition: all 0.3s ease-in-out;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


h1 {
    font-size: 32px;
    color: #dac90e;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #f5e538; 
    border-radius: 3px;
}


p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: justify;
    color: #ffffff;
    transition: color 0.3s ease;
}



h2 {
    font-size: 26px;
    color: #f2ebea;
    margin-top: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 20px;
}


ol {
    padding-left: 20px;
    color: #fff9f9;
    list-style-type: decimal;
}

ol li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}


ol ul {
    list-style-type: none; 
    padding-left: 20px; 
}

ol ul li {
    margin-bottom: 10px; 
    font-size: 16px; 
}


.highlight {
    color: #fcfcfb;
    font-weight: bold;
}


a.highlight {
    color: #f55240;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

a.highlight:hover {
    color: #f5e538;
    text-decoration: underline;
}


.note {
    font-size: 18px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #000000;
    margin-top: 30px;
    font-weight: 600;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}

.note:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}


.container > h1,
.container > p,
.container > h2,
.container > ol,
.container > .note {
    margin-bottom: 20px;
}



.form-content {
   
    padding: 20px;
    border-radius: 8px;
    margin-top: 40px;
}

.form-content form {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 16px;
    color: #f8d124;
    margin-bottom: 8px;
    margin-top: 20px;
}

input, textarea {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
    font-family: Arial, sans-serif;
}

textarea {
    resize: vertical;
}

input[type="submit"] {
    background-color: #ff4e60;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s;
}

input[type="submit"]:hover {
    background-color: #f3c335;
}


input[type="text"],
input[type="email"] {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #3498db;
    outline: none;
}


.container {
    max-width: 900px;
    margin: 0 auto;
}


ol {
    padding-left: 20px;
}

@media (max-width: 768px) {
    .form-content {
        padding: 15px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    input[type="submit"] {
        font-size: 16px;
    }
}


