/* CSS para el Header */
header {
    margin-top: 0px;
    margin-bottom: 200px;
    width: 100%;
    height: 75px;
    background-color: #141616;
    z-index: 0;
    border-bottom: 1px solid #383838;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
header a {
    text-decoration: none;
    color: white;
}
.container2 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
}
.word {
    padding: 10px;
    margin-right: 10px;
    font-size: 25px;
    margin-top: 6px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.dropbtn {
    padding: 10px;
    border: none;
    cursor: pointer;
    background-color: #141616;
    color: white;
    font-size: 20px;
    margin-top: 10px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: grey;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.usuario{
 margin-left:300px; 
}
/* CSS para el Body */
body {
    background:repeat;
    position:relative;
    left:50%;
    right:50%;
    padding-top: 85px;
    color: white;
    width:25%;
}
.container {
    margin-top: 25px;
    margin-left: 550px;
    width: 400px;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 5px;
    color: black;
}
h1 {
    text-align: center;
    color: white;
}
h2 {
    text-align: center;
    color: black;
}
label {
    display: block;
    margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
select {
    width: 90%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.terminos-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Espacio entre el checkbox y el botón */
}
input[type="checkbox"] {
    margin-right: 10px; /* Espacio a la derecha del checkbox */
}
input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #45a049;
}

/* CSS para el Footer */
footer {
    margin-top: 50px;
    width: 100%;
    padding: 10px;
    background-color: #5E5958;
    color: white;
    text-align: center;
    display: flex;
    text-decoration: none;
    justify-content: space-around;
    align-items: flex-start; /* Alinear elementos al inicio */
    flex-wrap: wrap; /* Asegurar que envuelva si no caben en una línea */
}

/* Estilos para los íconos en el Footer */
footer a {
    margin-right: 15px; /* Margen derecho de 15px */
}

/* Elimina el margen derecho del último ícono para que no haya espacio extra */
footer a:last-child {
    margin-right: 0;
}
.total {
    float: left;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:25px;
    text-decoration:none;
    color: white;
    font-size: 15px;
}
.abajo {
    border-bottom: solid 1px grey;
    width: 200px;
}
.ultima {
    border-top: solid 1px grey;
    width: 75%;
    margin-left: 150px;
    margin-right: 200px;
    margin-top: 20px;
    color: white;
}
footer a {
    margin-right: 15px; /* Margen derecho de 15px */
}
/* Elimina el margen derecho del último ícono para que no haya espacio extra */
footer a:last-child {
    margin-right: 0;
}

