@font-face {
    font-family: 'Outfit';
    src: url("../fonts/Outfit/Outfit-Regular.ttf");
    font-size: 1em;
}
@font-face {
    font-family: 'Outfit-SemiBold';
    src: url("../fonts/Outfit/Outfit-SemiBold.ttf");
    font-size: 1em;
}
h2{
    text-align: center;
    font-family: Outfit;
    font-weight: bold;
    padding-bottom: 20px;
}
h1 {
    position: relative;
    text-align: center;
    color: #353535;
    font-size: 50px;
    font-family: Outfit;
}
p{
    text-align: justify;
    font-family: Outfit;
}
header{
    width: 100%;
    height: 70px; /*Altura total do header (barra preta + barra do menu) */
    background-color: rgba(255, 255, 255, .8);
    z-index: 999;
    position: fixed;
}
header:hover{
    background-color: rgba(255, 255, 255, 255);
    box-shadow:
            -7px -7px 20px 0px rgba(255,255,255,.9),
            -4px -4px 5px 0px rgba(255,255,255,.9),
            7px 7px 20px 0px rgba(0,0,0,.1),
            4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
}
header .container{
    position: relative;
}
header #logotipo{
    width: 90px;
    height: 80px;
    position: absolute;
    top: -54px;
}

#menu {
    margin: 26px 0;
}
#menu li a{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 25px;
}
#menu ul{
    margin-top: -15px;
    display: inline;
    position: absolute; /*usado com o pull-right para colocar o texto do lado direito*/
    right: 125px; /*usado com o pull-right para colocar o texto do lado direito*/
}
#menu li{
    margin-top: 10px;
    display: inline-block;
    font-family: "Outfit";
}

section{
    padding: 30px 0px 30px 0px;
}
.seccao1{
    background-color: #FFFFFF;
}
.seccao2{
    background-color: #adb5bd;
}
#image-banner img{
    width: 100%;
    height: 1100px;
    position: relative;
    top: -30px;
}
footer #main-footer-bar{
    width: 100%;
    height: 200px;
    background-color: #1d2124;
    border-bottom-color: #adb5bd;
}
footer #black-footer-bar{
    width: 100%;
    height: 40px;
    background-color: #000000;
}
.text-footer {
    position: relative;
    top: 3px;
    text-align: center;
    font-family: Outfit;
    color: #FFFFFF;
    font-size: 16px;
}
/*================================ Botão lateral ===========================================*/
.floating-container {
    position: fixed;
    z-index: 999;
    bottom: 97px;
    right: -19px;
    display: grid;
    width: auto;
    transform: rotate(90deg);
}
.btn-primary {
    font-family: Outfit;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    background-color: #fff;
    border-color: #000;
    letter-spacing: .5px;
}
.btn-primary:hover{
    font-family: Outfit;
    font-size: 20px;
    color: #000000;
    background-color: rgba(0,100,60, .5);
    border: #FFFFFF;
}
.floating-container2 {
    position: fixed;
    z-index: 999;
    bottom: 144px;
    right: 0px;
    display: grid;
    width: auto;
}
.floating-container2 li{
    font-size: 20px;
}
.floating-container2 a{
    color:#000000;
    border: #000000 1px solid;
    background-color: #fff;
    width: 35px;
    height: 33px;
    line-height: 28px;
    border-radius: 15px;
    text-align: center;
    float: left;
}
.floating-container2 a:hover{
    color: #FFFFFF;
    background-color: rgba(0,100,60, .5);
}
.floating-container2 i{
    color: black;
    font-size: 50px;
    margin: 7px auto;
}
a:focus {
    outline: 0;
}

/*================================ Scrollbar ===========================================*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #f368e0;
    border-radius: 10px;
}
/*================================ LINKs configurations ===========================================*/
a {color: #fff; transition: text-color 0.5s;}
a:link { text-decoration: none;}
a:visited { text-decoration: none; color: #FFFFFF}
a:hover { text-decoration: none; color: #adb5bd;}
a:active { text-decoration: none; color: #adb5bd;color: #000000;}
a:focus { outline: 0;}
/*================================ LINKs configurations ===========================================*/
ul { /*remove os pontos pretos*/
    list-style-type: none;
}

#top-tours{
    padding: 40px 400px 40px 400px;
}

#all-tours{
    padding: 40px 400px 40px 400px;
}