* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#conteItemsCarrusel {
    height: 665px;
    width: 665px;
    overflow: hidden;
}

.itemCarrusel {
    height: 100%;
    position: relative;
    align-items: center;
}

.tarjetaCarrusel {
    background-color: #80c7ee;
    height: 100%;
    align-items: center;
}

.flechasCarrusel {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

#tarjetaCarrusel-1 {
    background-color: #115173;
}

#tarjetaCarrusel-2 {
    background-color: #1B7DB3;
}

#tarjetaCarrusel-3 {
    background-color: #24AAF2;
}


.flecha {
    color: white;
    font-size: 75px;
}
.imagenes {
    display: flex;
    align-items: right;
    justify-content: center;
    width: 50%;
}