body {
    overflow-x: hidden;
}

.slide {
    background-image: url(images/por-do-sol.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 865px;

    transition: 500ms;

    animation-name: slide;
    animation-direction: normal;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes slide {
    0% {
        opacity: 0;
        background-image: url(images/por-do-sol.jpg);
    }
    0.99% {
        opacity: 1;
        background-image: url(images/por-do-sol.jpg);
    }
    24.99% {
        opacity: 1;
        background-image: url(images/por-do-sol.jpg);
    }
    25% {
        opacity: 0;
        background-image: url(images/piscina.jpeg);
    }
    25.99% {
        opacity: 1;
        background-image: url(images/piscina.jpeg);
    }
    49.99% {
        opacity: 1;
        background-image: url(images/piscina.jpeg);
    }
    50% {
        opacity: 0;
        background-image: url(images/rio.jpeg);
    }
    50.99% {
        opacity: 1;
        background-image: url(images/rio.jpeg);
    }
    74.99% {
        opacity: 1;
        background-image: url(images/rio.jpeg);
    }
    75% {
        opacity: 0;
        background-image: url(images/beira.jpeg);
    }
    75.99% {
        opacity: 1;
        background-image: url(images/beira.jpeg);
    }
    100% {
        opacity: 1;
        background-image: url(images/beira.jpeg);
    }
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
font-family: "Poppins", serif;
font-weight: 900;
font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
font-family: "Poppins", serif;
font-weight: 200;
font-style: italic;
}

.poppins-light-italic {
font-family: "Poppins", serif;
font-weight: 300;
font-style: italic;
}

.poppins-regular-italic {
font-family: "Poppins", serif;
font-weight: 400;
font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
font-family: "Poppins", serif;
font-weight: 600;
font-style: italic;
}

.poppins-bold-italic {
font-family: "Poppins", serif;
font-weight: 700;
font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

ul{
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}
.demo .item{
    margin-bottom: 60px;
}
.content-slider li{
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}
.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}
.demo{
    width: 800px;
}

.img-onda {
    bottom: 0px;
}


@media (min-width: 1500px) { 

    .img-onda {
        bottom: 140px;
    }

 }

 @media (min-width: 0px) { 

    .img-onda {
        bottom: -22px;
    }

 }

