html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.splide
{
	width:100%;
	height:100%;
}

.splide__slide
{
	width:100%;
	height:100%;
}

.splide__list
{
	width:100%;
	height:100%;
}

.splide__track
{
	width:100%;
	height:100%;
}

.slideBase
{
	width:100%;
	height:100%;
	position: relative;
}

.slideInfo
{
	display: flex;
    flex-direction: column;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 30px 15px;
	background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%);
}

.slideInfo .titulo
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 38px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.slideInfo .descricao
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #cfcfcf;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: italic;
    margin-bottom:20px;
}

.slideInfo .botaoSaibaMais
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border-radius: 5px;
	width: fit-content;
	color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.esconder
{
	display:none;
}