.slideHome {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    height: calc(100vh - var(--navBar-height));
    background-color: grey;
}

.slick-prev {
    left: 30px;
    z-index: 10;
}

.slick-next {
    right: 30px;
}

.slideHome>div {
    width: 100%;
    height: 100%;
}

.slideCont {
    display: flex !important;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: 100vh;
    background: no-repeat center / cover;
}

.slideCont p {
    padding: 0;
    margin: 0;
}

.slideWrapper {
    color: white;
    margin: 50vh 0px 0px 10%;
}

.slideTitulo {
    font-size: 3em;
    font-weight: 600;
    margin: 0;
}

.slideDesc {
    font-size: 2em;
    font-weight: 400;
    margin: 0;
}

.slideTitulo,
.slideDesc {
    text-shadow: 0px 0px 10px #00000050;
}

.slideCont.slide01 {
    background-image: url(../images/slides/slide1.jpg);
}

.slideCont.slide02 {
    background-image: url(../images/slides/slide2.jpg);
}

.slideCont.slide03 {
    background-image: url(../images/slides/slide3.jpg);
}