/* FONTES
ITALIC = 300
REGULAR = 400
SEMI-BOLD = 600
BOLD = 700 */

*{
    font-family: 'Open Sans', sans-serif;
}
body {
    overflow-x: hidden;
}
section{
    padding: 35px 0;
}
li {
    font-size: 14px;
}
.carousel{
    height:56vh;
}
.logo-topo{
    width: 110px;
}
a.nav-link {
    color: #374F62;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
}
a.nav-link:hover {
    color: #f9ad54;
}
.slide-home{
    height: 57vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-transicao{
    background-color: #f9ad54;
    border-radius: 5px;
    color: #fff !important;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    padding-top: 12px; 
}
.btn-transicao:hover {
    background-color: #374F62;
    color: #fff !important;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in; 
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
footer{
    background-color: #374F62;
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding-top: 10px;
}
.linha-vermelha-footer{
    height: 10px;
    background-color: #f9ad54;
}
.nav-item  a {
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 10px;
    font-size: 17px;
    text-transform: none;
    font-weight: 600;
    font-style: italic;
}

.nav-item  a::after {
content: '';
height: 2px;
width: 0;
background: #fff;
position: absolute;
bottom: 5px;
transition: all .25s;
}
.nav-item a:hover::after {
width: calc(100% - 20px);
}
header{
    background-color: transparent;
    z-index: 9999999;
    position: relative;
    background: linear-gradient(to top, rgba(0,0,0,0) 30%,#000 150%);
    top: -10px;
}
.banner-destaque{
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    height: 100vh;
}
main{
    margin-top: -120px;
}
.espaco-banner:before{
    content: '';
    background: rgba(0,0,0,0);
    width: 100%;
    height: 90%;
    position: absolute;
    z-index: 5;
}
.info-cont-header {
    font-weight: 300;
    font-style: italic;
}
.info-cont-header ul{
    display: flex;
    font-size: 12px;
    list-style-type: none;
}
.info-cont-header ul li{
    margin-right: 25px;
}
.info-cont-header a{
    color: #fff;
    text-decoration: none;
}
.info-cont-header a:hover{
    color: #f9ad54;
    text-decoration: none;
}
.info-redes-header ul{
    display: flex;
    font-size: 16px;
    list-style-type: none;
    padding-top: 4px;
}
.info-redes-header ul li{
    margin-right: 25px;
}
.info-redes-header a{
    color: #fff;
}
.info-redes-header a:hover{
    color: #f9ad54;
    text-decoration: none;
}
.linha-azul-topo{
    background-color: #2AABE1;
    color: #fff;
    padding: 12px 0px 0px 0px;
}
.info-redes-header {
    margin-top: -6px;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:28px;
    z-index:100;
}
.float:hover{
    color: #fff;
}
.my-float{
    margin-top:16px;
}
#pacotes{
    padding: 60px 0 80px;
}
.titulo-pacotes h1{
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    color: #214365;
}
.titulo-pacotes {
    margin-bottom: 30px;
}
.titulo-pacotes:after {
    content: "";
    width: 10%;
    height: 5px;
    background: #f9ad54;
    position: relative;
    top: -20px;
    left: 0;
    color: #f9ad54;
}
.img-pacote{
    position: absolute;
    left: 0;
    width: 42%;
    object-fit: cover;
    height: 430px;
}
.img-pacote2{
    position: absolute;
    right: 0;
    object-fit: fill;
    height: 436px;
    margin-top: 53px;
}
.info-pacote h2{
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 700;
    font-style: italic;
    color: #214365;
}
.info-pacote h2:before{
    content: "";
    width: 10%;
    height: 5px;
    background: #f9ad54;
    position: absolute;
    top: -15px;
    left: 15px;
    color: #f9ad54;
}
.info-pacote p{
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-style: italic;
}
.info-pacote ul{
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-top: -10px;
}
.info-pacote {
    margin-bottom: 70px;
}
.info-pacote h4{
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: -15px;
    text-align: center;
}
.mt-40{
    margin-top: 40px;
}
.quero-conhecer {
    background-color: #214365;
    padding: 15px 50px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    transition: 0.3s;
}
.quero-conhecer:hover {
    background-color: #f9ad54;
    color: #222;
    text-decoration: none;
}
.marg-neg-top-70{
    margin-top: -100px;
}
.box-azul {
    margin: 110px 0;
    background-color: aqua;
    padding: 0px 30px 20px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-90 {
    margin-top: 90px;
}
#catamaran{
    background-color: rgb(206 203 203 / 0.3);
    padding: 30px 0;
    margin-top: -80px;
}
#fotos{
    background-color: #F9AD54;
    padding: 100px 0 30px;
    box-shadow: 0 0px 40px 0px rgb(0 0 0 / 0.3);
}
.stilo-galeria{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
    margin-bottom: 30px;
}
.stilo-galeria2{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 123px;
    width: 90%;
    margin-left: 5%;
}
#sync2 button.owl-prev span {
    border-radius: 30px;
    position: absolute;
    left: -40px;
    top: 14px;
    color: #fff;
    font-size: 60px;
}
#sync2 button.owl-next span {
    border-radius: 30px;
    position: absolute;
    right: -40px;
    top: 14px;
    color: #fff;
    font-size: 60px;
}
#quemSomos{
    padding: 50px 0 10px;
}
hidden-mob{
    display: block;
}
.hidden-desk{
    display: none;
}
.titulo-pacotes2 h1 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    color: #214365;
}
.titulo-pacotes2 {
    margin-bottom: 30px;
}
.titulo-pacotes2:after {
    content: "";
    width: 15%;
    height: 5px;
    background: #214365;
    position: relative;
    top: -20px;
    left: 14px;
    color: #214365;
}
button:focus {
    outline: none;
}
.owl-nav.disabled {
    position: relative;
    top: -810px;
}
button.owl-prev {
    position: relative;
    left: -580px;
    width: 22px;
    color: #fff !important;
}
button.owl-next {
    position: relative;
    right: -580px;
    width: 22px;
    color: #fff !important;
}
#sync1 .owl-nav {
    position: relative;
    top: -310px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent !important;
}
div#sync1 {
    margin-bottom: -70px;
}
#redes {
    background-color: #214365;
    color: #fff;
    padding: 100px;
    margin-bottom: 50px;
}
#redes h2{
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 700;
    font-style: italic;
}
#redes h2:before{
    content: "";
    width: 10%;
    height: 5px;
    background: #f9ad54;
    position: absolute;
    top: -15px;
    left: 15px;
    color: #f9ad54;
}
#redes p{
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-style: italic;
    margin-top: -20px;
    min-height: 50px;
}
.btn-redes{
    background-color: #F9AD54;
    padding: 15px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all .25s;
}
.btn-redes:hover{
    text-decoration: none;
    background-color: #2AABE1;
    color: #fff;
}
#contato{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 50px;
}
#contato h2{
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
}
#contato h2:before {
    content: "";
    width: 10%;
    height: 5px;
    background: #f9ad54;
    position: absolute;
    top: -15px;
    left: 15px;
    color: #f9ad54;
}
.form-control {
    padding: 15px;
    font-size: 15px;
    border: none;
    border-radius: 0;
}
.btn-enviar{
    background-color: #f9ad54;
    padding: 15px 50px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    transition: 0.3s;
    float: right;
    width: 280px;
    border: none;
}
.btn-enviar:hover{
    background: #f9b754;
    text-decoration: none;
}
.alt-quem-somos{
    margin-top: -10px;
}


@media only screen and (max-width: 600px) {
    .hidden-mob{
        display: none !important;
    }
    .hidden-desk{
        display: block;
    }
    .stilo-galeria {
        height: 280px;
    }
    #fotos {
        padding: 60px 0;
    }
    .img-pacote {
        position: relative;
        width: 92%;
        height: 290px;
    }
    .marg-neg-top-70 {
        margin-top: 20px;
    }
    .banner-destaque {
        height: 40vh;
    }
    main {
        margin-top: -15px;
    }
    #pacotes {
        padding: 50px 0;
    }
    .espaco-banner:before {
        background: none;
    }
    header {
        background: none;
        background-color: #fdc267;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    .logo-topo {
        width: 90px;
        margin: 2px 7px;
    }
    .img-pacote2 {
        position: relative;
        right: 0;
        width: 109%;
        height: 220px;
        margin-top: -57px;
    }
    .info-pacote h2:before {
        width: 17%;
    }
    .titulo-pacotes:after {
        width: 20%;
        left: 16px;
    }
    .info-pacote h2 {
        font-size: 26px;
    }
    .box-azul {
        padding: 0px 10px 20px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    #quemSomos {
        padding: 20px 0 60px;
    }
    .navbar-toggler-icon{
        color: #fff;
        font-size: 30px;
        padding: 7px 0 0 0;
        margin-top: 10px;
    }
    .float {
        right: 25px;
    }
    i.fab.fa-whatsapp.my-float {
        margin-top: 15px;
    }
    button.owl-next {
        right: -40%;
    }
    button.owl-prev {
        left: -40%;
    }
    #sync1 .owl-nav {
        position: relative;
        top: -200px;
    }
    #sync1 {
        height: 320px;
    }
    .titulo-pacotes2 {
        margin-bottom: 10px;
    }
    .titulo-pacotes2 h1 {
        font-size: 28px;
    }
    #redes {
        padding: 90px 6px;
    }
    .btn-redes {
        margin-bottom: 15px;
        padding: 17px;
    }
    .mt-60-mob{
        margin-top: 60px;
    }
    #redes p {
        margin-bottom: 30px;
    }
    #redes h2:before {
        width: 17%;
    }
    .alt-quem-somos {
        margin-top: -40px !important;
    }
    .mt-30-mob{
        margin-top: 30px;
    }
    .btn-enviar {
        width: 100%;
    }

}