*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #fffdfd;
}

.itemCarrusel{
    border: 1px solid #0594f3;
    height: 400px;
    position: relative;
}

.tarjetaCarrusel{
    height: 100%;
}

#container img{
    width: 100%;
    height: 100%;
}

.flechasCarrusel{
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.flechasCarrusel i{
    color: #fff;
    font-size: 50px;
}
.flechasCarrusel a{
    text-decoration: none;
}

#container{
    height: 400px;
    overflow: hidden;

}


.header{
    background-color: #0594f3; 
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.logo img{
    height: 60px;
    width: auto;
}


.nav{
    display: flex;
    gap: 40px;
}

.nav a{
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 18px;
}


.buscador input{
    width: 220px;
    height: 35px;
    border-radius: 20px;
    border: 1px solid #333;
    padding-left: 15px;
    outline: none;
}


.footer{
    padding: 10px;
    margin-top: 80px;
}

.footer-der {
    margin-left:70%;
    font-size:18px;
}