h1{
    text-align: center;
    margin-top: 50px;
    font-size: 50px;
}

#carrusel-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

body.modo-noche{
    background-color: rgb(34, 22, 63);
    color: white;
}

#carrusel-cont img{
    width: 1000px;
    height: 750px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

#carrusel-cont button{
    height: 40px;
    width: 25px;
    font-size: 20px;
}

#btnanterior{
    position: absolute;
    margin-right: 1000px;
    opacity: 0.7;
}

#btnsiguiente{
    position: absolute;
    margin-left: 1000px;
    opacity: 0.7;
}


.boton-noche{
    width: 100%;
    display: flex;
    justify-content: end;
}

#modoOscuro{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100px;
    height: 25px;
    margin-top: 10px;
    margin-right: 50px;
    border: 2px solid red;
    border-radius: 20px;
    background-color: white;
    font-family: 'Times New Roman', Times, serif;

}

#listaProductos{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 100px;
    text-align: center;
    font-size: 18px;
}

#listaProductos img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    border: 2px solid red;
}

.formulario form{
    display: flex;
    font-size: 24px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    flex-direction: column;
    justify-self: center;
    text-align: center;
    width: 30%;
    height: 20px;
    padding: 5px;
    margin-top: 50px;
}

.formulario button{
    margin-top: 15px;
}



#resultadoSueldo{
    display: block;
    text-align: center;
    justify-self: center;
    margin-top: 180px;
    border: 3px solid red;
    width: 50%;
    font-size: 18px;
}

h2{
    text-align: center;
    font-size: 35px;
}

.tituloForm{
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
}

.texto-h3{
    font-size: 24px;
    text-align: center;
}