html{
    height: 100%;
    width: 100%;
    font-size: 1rem;
}

body{
    background-image: url(../fotosSelecionadas/7.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Fira Sans', sans-serif;
}
.navbar{
    background-color: white;
    min-height: 100px;
}
.logo{
    position: relative;
    height: 100px;
    padding: 15px;
}

.banner{
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    margin: auto;
    overflow: hidden;
}
.banner-img{
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
}
.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    color: white;
}

.titles{
    color: white;
    font-size: 1rem;
}
.titles-black{
    color: black;
}
.subtitles{
    font-size: 1rem;
}
.eco{
    background-color: #ceeadc;
    color: green;
}

.description{
    background-color: white;
    width: 90%;
    border-radius: 25px;
}
.food{
    background-image: url(../imgs/drink.jpg);
    background-size: cover;
    border-radius: 25px;
    color: white;
    max-width: 100%;
}

.tour{
    background-color: white;
}

.text{
    font-size: 1rem;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575.98px) {
    .carousel-container{
        width: 100%;
        height: auto;
        margin: auto;
        overflow: hidden;
    }
    .banner-text{
        font-size: 1.6rem;
    }
    .titles{
        font-size: 2.4rem;
    }
    .subtitles{
        font-size: 1.6rem;
    }
    .text{
        font-size: 1rem;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .banner-text{
        font-size: 1.8rem;
    }
    .titles{
        font-size: 2.6rem;
    }
    .subtitles{
        font-size: 1.8rem;
    }
    .text{
        font-size: 1.2rem;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-text{
        font-size: 2rem;
    }
    .titles{
        font-size: 2.8rem;
    }
    .subtitles{
        font-size: 2.0rem;
    }
    .text{
        font-size: 1.4rem;
    }
}

/* Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .banner-text{
        font-size: 2.4rem;
    }
    .titles{
        font-size: 3rem;
    }
    .subtitles{
        font-size: 2.4rem;
    }
    .text{
        font-size: 1.6rem;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {
    .banner-text{
        font-size: 2.8rem;
    }
    .titles{
        font-size: 3.4rem;
    }
    .subtitles{
        font-size: 2.8rem;
    }
    .text{
        font-size: 1.8rem;
    }
}