
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Oswald&display=swap');
:root {
    --color-font-icon: #FBB03B;
    --color-font-orange: #FBB03B;
    --color-button-orange: #FBB03B;
    --color-font-title: #242340;
    --color-button: #6DBCDB;
    --color-font: #fff;
    --font-lato: 'Lato', sans-serif;
    --font-oswald: 'Oswald', sans-serif;
}

* {
    padding:0;
    margin:0;
    list-style:none;
    border:0;
    box-sizing: border-box;
    outline: none;
}

a{ outline: none;}

.mobile_block{display: none!important;}

.link-boat-about{
    color: #000;
}

.link-boat-about:hover{
    text-decoration:none;
    color: var(--color-font-title);
}

.verssel_action_mobile{display: none;}

body{
    width: 100%;
    height: fit-content;
    overflow-x: hidden;
}

.min-rent{
    font-size: 15px;
    font-family: var(--font-lato);
    color: var(--color-font-title);
    font-weight: bold;
}

.margin_vertodas{
    margin-top: 50px!important;
    margin-bottom: 50px;
}

.disclaimer h3 strong{ text-transform: lowercase;}

/* Contact */

.menu_nav{
    position: sticky;
    top: 0;

}

.banner-mobile{
    display: none;
}

.slogan{
    width: 100%;
}

.disclaimer{
    width: 71%;
    background: rgba(36, 35, 64, 0.8);
    padding: 12px;
    border-radius: 12px;
    margin-top: 29px;

}

.disclaimer h3{
    font-size: 27px;
    font-family: var(--font-oswald);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.disclaimer p{
    font-size: 1.1rem;
    margin-top: 30px;
    color: #fff;
    font-family: var(--font-lato);
    font-weight: normal;
    text-shadow: 0px 3px 6px #000;
}

.banner{
    width: 100%;
    height: 992px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -78px;
}

.slogan{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 67px;
}

.slogan_title{
    width: 70%;
}

.slogan_title img{
    width: 59px;
    height: 14px;
    margin: 30px 0;
}


.slogan_title h1{
    font-size: 53px;
    letter-spacing: 1.22px;
    color: var(--color-font);
    font-family: var(--font-oswald);
    font-weight: 600;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
}

.box_form{
    background-color: rgba(255,255,255,.8);
    border-radius: 12px;
    margin: 6px;
}

.box_form h3 {
    font-family: 'Oswald';
    font-size: 25px;
    color: #242340;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    line-height: 37px;
    letter-spacing: 1px;
}

.box_form form label{
    font-size:12px;
    font-family: var(--font-lato);
    color: #000000;

}

.ui-autocomplete {
    z-index: 1000;
}

.box_form form .input_tag{
    margin-bottom: 22px;
    margin-top: 9px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_form form .input_tag input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;

}

.box_form form .input_tag input, select{
    width: 100%;
    height: 51px;
    border: 1px solid rgba(36, 35, 64, 0.45);
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    padding: 0px 40px 1px 20px;
}

.box_form form .input_tag input:focus, select:focus{
    border: 1px solid rgba(36, 35, 64, 0.45)!important;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.box_form form .input_tag img{
    margin-left: -40px;
}

.box_form form .buttom-submit {
    display: flex;
    justify-content: center;
}

.box_form form .buttom-submit button{
    margin-left: 0;
}

input.form-check-input {
    width: 40px !important;
    height: 18px !important;
}

span.multiselect-native-select .custom-select{
    background: white;
    height: 51px;
}
span.multiselect-native-select{
    width: 97%;
    height: 51px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 26px;
    padding: 0px 54px 1px 20px;
}

span.multiselect-native-select .btn-group{
    width: 100%;
}

span.multiselect-selected-text{
    display: flex;
}

.multiselect-container.dropdown-menu.show {
    width: 105%;
}

.multiselect-container.dropdown-menu.show .form-check-label{
    font-size: 16px;
    padding-left: 24px;
}

.box_form form .button_form{
    border-radius: 31px;
    background: #242340;
    width: 100%;
    height: 53px;
    margin-left: 32px;
    font-size: 18px;
    color: var(--color-font);
    font-family: var(--font-oswald);
    opacity: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.box_form form .button_form:hover{
    background: var(--color-button-orange);
}

.box_form  form button{
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.box_rent{
    width: 100%;
    margin-top: 116px;
}


.social_media a:hover{
    color: #FFF;
}


.box_rent .box_form {
    height: auto;
    background: #fff;
    padding: 30px 40px 0 40px;
}

.destaque{
    height: fit-content;
}

.verssel_info{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* align-items: center; */
    margin-top: 100px;
}

.verssel_action button {
    width: 260px;
    height: 64px;
    border-radius: 31px;
    background: var(--color-button-orange);
    font-size: 25px;
    color: #fff;
    font-family: var(--font-oswald);
    text-transform: uppercase;
    cursor: pointer;
}

.verssel_action button:hover{
    background: #242340;
}

.verssel_title{
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.verssel_title h2{
    font-size: 56px;
    font-family: var(--font-oswald);
    color: var(--color-font-title);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.verssel_title img{
    width: 53px;
    height: 12px;
    margin: 25px auto;
}

.adverts_boat{
    width: 100%;
    display: flex;
    height: fit-content;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-bottom: 50px;

}

.adverts_boat .box_boat{
    width: 30%;
    display: flex;
    flex-direction: column;
}


.box_boat .img_boat img{
    height: 270px;
}

.box_boat .location{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_boat .location div{
    padding: 17px 0;
}

.box_boat .location div:last-of-type{
    display: flex;
    justify-content: center;
    align-items: center;
}



.box_boat .location span{
    font-size: 16px;
    font-family: var(--font-lato);
    color: #000000;
}

.box_boat .location p{
    font-size: 16px;
    font-family: var(--font-lato);
    color: #000000;
}

.box_boat .name_boat{
    font-size: 16px;
    font-family: var(--font-lato);
    color: #000000;
    font-weight: bold;
    padding: 6px 0;
}


.box_boat .price_boat{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_boat .price_boat span{
    font-size: 16px;
    font-family: var(--font-lato);
    color: #000000;
    font-weight: lighter;
}

.box_boat .price_boat button{
    width: 133px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #707070;

    font-size: 18px;
    font-family: var(--font-lato);
    font-weight: bold;
}

/* Boat in Destaque */


.boats{
    width: 509px;
}

.boats .boat_img img{
    width: 100%;
    height: 230px;
    border-radius: 12px;
    transition: transform .2s;
    object-fit: cover;
    background-color: rgba(0,0,0,.2);
    background-size: 100%;
}

.boats .boat_img img:hover{
    opacity: 0.8;
    background-color: rgba(0,0,0,.2);
    transform: scale(1.5)
}

.boat_img  .left{
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #fff;

    position: absolute;
    top: 98px;
    left: 18px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.boat_img  .right{
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #fff;

    position: absolute;
    top: 98px;
    left: 294px;


    display: flex;
    justify-content: center;
    align-items: center;
}

.boats .boat-content{
    width: 509px;
    display: flex;
    flex-direction: column;
    margin-top: 12px;

}

.boat-content .boat_location{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;

}

.boat-content .boat_location .location{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    font-size: 16px;
    font-family: var(--font-lato);
    color: #000000;
}

.box-price{
    display: flex;

}

.box-price div{
    margin: 0 0 5px 5px;
}


.info-navigation{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: -14px;

}

.info-navigation span{
    font-size: 16px;
    font-family: var(--font-lato);
    color: #000000;
    padding: 0 5px;
}

.boat-content .boat_location .location img{
    width: 12px;
    height: 12px;
    margin-top: -12px;
    margin-right: 8px;
}

.boat-content .boat_location .rating{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.boat-content .boat_location .rating i{
    width: 12px;
    height: 12px;
    margin-right: 10px;
    margin-top: -19px;
    color: #FBB03B;
}

.boat-content .boat_location .rating p{
    font-size: 16px;
    font-family: var(--font-lato);
}

.boat-content .boat_info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.boat-content .boat_info .boat_about {
    display: grid;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.boat-content .boat_info .boat_about h3{
    font-size: 16px;
    font-family: var(--font-lato);
    font-weight: bold;
    margin-bottom: 6px;
}

.boat-content .boat_info .boat_about p{
    display: flow-root;
    justify-content: space-between;
    align-items: center;
}

.boat-content .boat_info .boat_price {
    width: 122px;
    height: auto;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 4px;
    text-align: center;
}

.boat-content .boat_info .boat_price p {
    display: inline;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
    font-family: var(--font-lato);
}

/* About */

.mission{
    background: #6DBCDB;
    color: #fff;
    height: 450px;
}

.mission .about_title h2{
    color: #fff!important;
}

.about_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}

.about_title h2{
    font-size: 56px;
    font-family: var(--font-oswald);
    color: var(--color-font-title);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.about_title img{
    width: 53px;
    height: 12px;
    margin: 29px 0 68px 0;

}

.about_section_content{
    padding: 15px 0;
}

.about_section_content p{
    font-size: 20px;
    font-family: var(--font-lato);
    text-align: center;
}

/* Services */

.section-info{
    background : #EFEFEF;
}

.info_service{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;

}

.info_service h2{
    font-size: 56px;
    font-family: var(--font-oswald);
    letter-spacing: 1.12px;
    color: var(--color-font-title);
    text-transform: uppercase;
    margin-bottom: 29.86px;
    font-weight: 500;
}

.info_service img{
    width:53px;
    height: 12px;
    margin: 5px 0 0px 0;
}

.type_service{
    display: flex;
    flex-direction:row;
    justify-content: space-evenly;
    margin-top: 80.33px;
}

.type_service .crew_member{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 976px;
    height: 639px;
    padding-top: 31px;

    background: #FFF;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    margin-bottom: 100px;
}

.type_service .crew_member img{
    width: 53.11px;
    height: 58px;
}

.type_service .crew_member strong{
    font-size: 22px;
    font-family: var(--font-lato);
    padding: 25px;

}

.type_service .crew_member .line{
    width: 810px;
    border: 1px solid #DEDEDE;
}

.type_service .crew_member .text{
    display: flex;
    flex-direction: row;
    padding: 19px 0;
    font-size: 16px;
    font-family: var(--font-lato);
    width: 723px;
}

.type_service .crew_member .text .step{
    font-size: 36px;
    font-family: var(--font-oswald);
    font-weight: bold;
    color: #6DBCDB;
    padding: 0 13px;
}

.type_service .crew_member .text:last-of-type{
    width: 561px;
}

/* Are You Captain */

.info-captain{
    background: #6DBCDB;

}

.title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}



.title h2{
    font-size: 52px;
    font-family: var(--font-oswald);
    letter-spacing: 1.04px;
    color: var(--color-font);
    text-transform: uppercase;
    margin-bottom: 26.86px;
    font-weight: 500;
    text-align: center;
}

.info-captain .waves{
    width: 53px;
    height: 12px;
    margin: 5px 0 68px 0;


}

.info-captain span{
    font-size: 20px;
    font-weight: bold;
    font-family: var(--font-lato);
    color: #fff;
}

.info-captain p{
    font-size: 18px;
    font-family: var(--font-lato);
    color: var(--color-font);
    padding-top: 33px;
    margin-bottom: 65px;
    text-align: left;
    line-height: 25px;
    padding-right: 16%;
}





.info-captain button {
    width: 421px;
    height: 61px;
    background: var(--color-button-orange);
    border-radius: 31px;
    color: var(--color-font);
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    font-family: var(--font-oswald);
}


.are_captain button:hover {
    background: #242340;
}

.carousel-control-prev,
.carousel-control-next{
    display: none;
}

.info-captain .button-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 131px;
    margin-bottom: 100px;
}

.are_captain button{
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}



/* Testimony */


.testimony{
    height: auto;
    margin-bottom: 240px;
}

.flickity-slider div:first-of-type{
    left: 0!important;
}

.testimony_title{
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
    padding-top: 175px;
    margin-bottom: 20px;
}

.testimony_title h2 {
    font-size: 56px;
    color: var(--color-font-title);
    font-family: var(--font-oswald);
    text-transform: uppercase;
    letter-spacing: 1.12px;
    padding-bottom: 13px;
    font-weight: 500;
}

.testimony_title img{
    width: 53px;
    height: 12px;
    margin: 29px 0 68px 0;

}

.carousel-info .testimony_aspas img{
    width: 15px;
    height: 25px;
    margin: 0;
}

.content-carousel{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.content-carousel img{
    width: 215px;
    height: 215px;
    border-radius: 50%;
    margin: 0 10px;
}

.carousel-info{
    width: 80%;

}

.carousel-indicators li {
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #242340;
    border: 1px solid #242340;
  }


.carousel-info p{
    font-size: 22px;
    font-family: var(--font-lato);
    color: #000000;
    padding-bottom: 10px;
}

.carousel-info .author{
    color: #242340;
    font-family: var(--font-lato);
    font-weight: bold;

}

.multiselect-mobile {display: none;}


.close {
    background-image: url(../images/close.webp);
    background-size: cover;
    border: 0;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: inherit;
}

.modal-header .close {
    margin: -5px;
    padding: 10px;
}

.content-terms {
    max-width: 1098px;
    margin: 6.75rem auto;
}

.padding-modal {
    padding: 15px 15px 15px 50px;
}

.content-text-terms{
    width: 97%;
    height: 481px;
    background: #F2F2F2;
    border: 1px solid #949494;
    opacity: 1;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 50px;
    overflow-x: auto;
    padding-top: 15px;
}

.content-text-terms p{
    font: normal normal normal 15px/22px Lato;
    letter-spacing: 0.36px;
    color: #000000;
}

.header-terms{
   border-bottom: 0px;
   padding-bottom: 0px;
}

.text-terms-1{
    font: normal normal normal 18px/22px Lato;
    letter-spacing: 0.36px;
    color: #343434;
}

.header-terms h5 {
    text-align: left;
    font: normal normal bold 22px/29px Lato;
    letter-spacing: 0px;
    color: #000000;
    padding-top: 20px;
}

.bt-continuar{
    width: 209px;
    height: 48px;
    background: #242340 0% 0% no-repeat padding-box;
    border: 1px solid #242340;
    border-radius: 26px;
    opacity: 1;
    margin: 0 auto;
    font: normal normal normal 18px/22px Lato;
    letter-spacing: 0.36px;
    color: #F7F7F7;
    text-transform: capitalize;
    cursor:pointer;
    margin-top: 25px;
    margin-bottom: 5px;
}

.footer-terms{
    border-top: 0;
}

.check-terms label{
    font: normal normal normal 20px/22px Lato;
    letter-spacing: 0.36px;
    color: #000000;
    cursor: pointer;
}

.termos h3{
    font: normal normal bold 20px/22px Lato;
    letter-spacing: 0.4px;
    color: #000000;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    margin-top: 0;
}

.content-text-terms h1{
    font-size: 20px!important;
    line-height: 22px;
    margin-top: 0!important;
}


@media (max-width: 1800px) and (min-width: 1025px){

    .slogan_title h1 {
        font-size: 30px;
    }

    .box_rent {
        width: 100%;
    }

    .logo {
        position: absolute;
        left: 0%;
        top: 0%;
    }
}

@media (max-width: 1024px) and (min-width: 768px){
    .title h2 {
        font-size: 30px;
        font-family: var(--font-oswald);
        letter-spacing: 1.04px;
        color: var(--color-font);
        text-transform: uppercase;
        margin-bottom: 26.86px;
        font-weight: 500;
        text-align: center;
    }

    .destaque {
        height: auto;
        margin-bottom: 40px;
    }
    .banner-mobile{
        display: none;
    }

    .banner{
        height: 582px;
    }

    .disclaimer{
        width: 84%;
        background: rgba(36, 35, 64, 0.8);
        padding: 12px;
        border-radius: 12px;
    }

    .disclaimer h3{
        font-size: 18px;
        font-family: var(--font-oswald);
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }

    .disclaimer p{
        font-size: 12px;
        margin-top: 30px;
        color: #fff;
        font-family: var(--font-lato);
        font-weight: normal;
        text-shadow: 0px 3px 6px #000;
    }

     /* Slider */

     .slogan_title{
        width: 70%;
    }

    .slogan_title img{
        width: 39px;
        height: 14px;
        margin: 10px 0;
    }


    .slogan_title h1{
        font-size: 30px;
        letter-spacing: 1.22px;
        color: var(--color-font);
        font-family: var(--font-oswald);
        font-weight: 600;
        text-shadow: 0px 3px 6px #00000029;
        text-transform: uppercase;
    }

    .box_form{
        background-color: rgba(255,255,255,.8);
        border-radius: 12px;
        margin: 6px;
    }

    .box_form h3{
        font-size:20px;
        font-family: var(--font-oswald);
        color: var(--color-font-title);
        text-transform: uppercase;
        padding-top: 31px;
        padding-bottom: 0px;
        font-weight: 400;
        padding-left: 17px;
        margin-bottom: 0px;
    }

    .box_form form label{
        font-size:12px;
        font-family: var(--font-lato);
        color: #000000;

    }

    .ui-autocomplete {
        z-index: 1000;
    }

    .box_form form .input_tag{
        margin-top: 20px;
        opacity: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .box_form form .input_tag input[type="date"]::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;

    }

    .box_form form .input_tag input, select{
        width: 97%;
        height: 51px;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(36, 35, 64, 0.45);
        border-radius: 26px;
        padding: 0px 54px 1px 20px
    }

    .box_form form .input_tag input:focus, select:focus{
        box-shadow: 0 0 0 0;
        border: 0 none;
        outline: 0;
    }

    .box_form form .input_tag img{
        width: 20px;
        height: 20px;
        margin-left: -35px;
    }

    .box_form form .buttom-submit{
        display: flex;
        justify-content: center;
        padding: 0 10px 0 10px;
    }
    .box_form form .buttom-submit button{
        margin-left: 0;
    }

    input.form-check-input {
        width: 40px !important;
        height: 18px !important;
    }

    span.multiselect-native-select .custom-select{
        background: white;
        height: 51px;
    }
    span.multiselect-native-select{
        width: 97%;
        height: 51px;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 26px;
        padding: 0px 54px 1px 20px;
    }

    span.multiselect-native-select .btn-group{
        width: 100%;
    }

    span.multiselect-selected-text{
        display: flex;
    }

    .multiselect-container.dropdown-menu.show {
        width: 105%;
    }

    .multiselect-container.dropdown-menu.show .form-check-label{
        font-size: 16px;
        padding-left: 24px;
    }

    .box_form form .button_form{
        border-radius: 31px;
        background: var(--color-button-orange);
        width: 553px;
        height: 42px;
        margin-left: 32px;
        font-size: 18px;
        color: var(--color-font);
        font-family: var(--font-oswald);
        opacity: 1;
        text-transform: uppercase;
        cursor: pointer;
    }

    .box_form form .button_form:hover{
        background: #242340;
    }

    .box_form  form button{
        box-shadow: 0 0 0 0;
        border: 0 none;
        outline: 0;
    }

    .box_rent{
        width: 100%;
        margin-top: 116px;
    }


    .box_rent .box_form {
        width: 100%;
        height: auto;
        background: rgba(255,255,255,.8);
        padding: 30px 20px 20px 20px;
    }

    .verssel_action button {
        width: 210px;
        height: 64px;
        border-radius: 31px;
        background: var(--color-button-orange);
        font-size: 20px;
        color: #fff;
        font-family: var(--font-oswald);
        text-transform: uppercase;
    }

    .verssel_info{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 48px;
    }


    .verssel_title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .verssel_title h2{
        font-size: 30px;
        font-family: var(--font-oswald);
        color: var(--color-font-title);
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .verssel_title img{
        margin: 23px 0;
    }

    .adverts_boat{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-top: 81.33px;
        padding-bottom: 50px;

    }

    .adverts_boat .box_boat{
        width: 30%;
        display: flex;
        flex-direction: column;
    }


    .box_boat .img_boat img{
        height: 270px;
    }

    .box_boat .location{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .box_boat .location div{
        padding: 17px 0;
    }

    .box_boat .location div:last-of-type{
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .box_boat .location span{
        font-size: 16px;
        font-family: var(--font-lato);
        color: #000000;
    }

    .box_boat .location p{
        font-size: 16px;
        font-family: var(--font-lato);
        color: #000000;
    }

    .box_boat .name_boat{
        font-size: 16px;
        font-family: var(--font-lato);
        color: #000000;
        font-weight: bold;
        padding: 6px 0;
    }


    .box_boat .price_boat{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .box_boat .price_boat span{
        font-size: 16px;
        font-family: var(--font-lato);
        color: #000000;
        font-weight: lighter;
    }

    .box_boat .price_boat button{
        width: 133px;
        height: 34px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #707070;

        font-size: 18px;
        font-family: var(--font-lato);
        font-weight: bold;
    }

    /* About */

    .about_title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 48px;
    }

    .about_title h2{
        font-size: 30px;
        font-family: var(--font-oswald);
        color: var(--color-font-title);
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .about_title img{
        margin: 23px 0;

    }

    .about_section_content{
        padding: 15px 0;
    }

    .about_section_content p{
        font-size: 20px;
        font-family: var(--font-lato);
        text-align: center;
    }

    /* Services */

    .info_service{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }

    .info_service h2{
        font-size: 30px;
        font-family: var(--font-oswald);
        letter-spacing: 1.12px;
        color: var(--color-font-title);
        text-transform: uppercase;
        margin-bottom: 29.86px;
    }

    .type_service{
        display: flex;
        flex-direction:row;
        justify-content: space-evenly;
        margin-top: 30px;
    }

    .type_service .crew_member{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-top: 31px;
        height: auto;
        background: #FFF;
        border-radius: 8px;
        border: 1px solid #DEDEDE;
    }

    .type_service .crew_member img{
        width: 53.11px;
        height: 58px;
    }

    .type_service .crew_member strong{
        font-size: 22px;
        font-family: var(--font-lato);
        padding: 25px;

    }

    .type_service .crew_member .line{
        width: 466px;
        border: 1px solid #DEDEDE;
    }

    .type_service .crew_member .text{
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 19px 50px;
        font-size: 16px;
        font-family: var(--font-lato);
    }

    .type_service .crew_member .text .step{
        font-size: 36px;
        font-family: var(--font-oswald);
        font-weight: bold;
        color: #6DBCDB;
        padding: 0 13px;
    }

    .type_service .crew_member .text:last-of-type{
        width: 100%;
    }

    /* Are You Captain */

    .info-captain{
        background: #6DBCDB;

    }

    .are_captain{
        width: 100%;
        height: 545px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .are_captain h2{
        font-size: 30px;
        font-family: var(--font-oswald);
        letter-spacing: 1.04px;
        color: var(--color-font);
        text-transform: uppercase;
        margin-bottom: 26.86px;
    }

    .are_captain img{
        margin-bottom: 33.33px;
    }

    .are_captain p{
        font-size: 18px;
        font-family: var(--font-lato);
        color: var(--color-font);
        margin-bottom: 67px;
        text-align: center;
        width: 350px;

    }

    .are_captain button {
        width: 421px;
        height: 61px;
        background: var(--color-button-orange);
        border-radius: 31px;
        color: var(--color-font);
        text-transform: uppercase;
        font-size: 20px;
        cursor: pointer;
    }


    .are_captain button:hover {
        background: #242340;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }

    .are_captain button{
        box-shadow: 0 0 0 0;
        border: 0 none;
        outline: 0;
    }

    /* Testimony */

    .testimony {
        margin-bottom: 80px;
    }

    .testimony_title{
        display: flex;
        flex-direction: column;
       justify-content: center;
       align-items: center;
        padding-top: 48px;
        margin-bottom: 20px;
    }

    .testimony_title h2 {
        font-size: 30px;
        color: var(--color-font-title);
        font-family: var(--font-oswald);
        text-transform: uppercase;
        letter-spacing: 1.12px;
        padding-bottom: 13px;
        font-weight: 500;
    }

    .testimony_aspas{
        display: none;
    }

    .content-carousel{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }


    .content-carousel img{
        width: 68px;
        height: 68px;
        border-radius: 50%;
        margin: 0 10px;
    }

    .carousel-info{
        width: 80%;

    }

    .carousel-indicators li {
        top: 15px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #242340;
        border: 1px solid #242340;
      }


    .carousel-info p{
        font-size: 12px;
        font-family: var(--font-lato);
        color: #000000;
        padding-bottom: 10px;
    }

    .carousel-info .author{
        color: #242340;
        font-family: var(--font-lato);
        font-weight: bold;

    }

    .text-terms-1 {
        font: normal normal normal 13px/18px Lato;
        letter-spacing: 0.36px;
        color: #343434;
    }
}

@media (max-width: 940px) and (min-width: 857px){
    .slogan{
        margin-top: 32px;
    }
}

@media  (max-width: 834px) {
    .align-items-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
    }

    .copy_rigth {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
    }
}

@media (max-width: 767px){

    .mobile_block{display: block!important;}
    .destaque {
        height: auto;
        margin-bottom: 40px;
    }

    .banner-desktop{
        display: none;
    }

    .banner-mobile{
        display: flex;
    }

    .logo img{
        width: 60px;
        height: 47px;
    }

    .banner{
        height: auto;
        margin-top: 0;
    }

    .disclaimer{
        width: 75%;
        background: rgba(36, 35, 64, 0.8);
        padding: 12px;
        border-radius: 12px;

    }

    .disclaimer h3{
        font-size: 18px;
        font-family: var(--font-oswald);
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }

    .disclaimer p{
        font-size: 15px;
        margin-top: 30px;
        color: #fff;
        font-family: var(--font-lato);
        font-weight: normal;
        text-shadow: 0px 3px 6px #000;
    }

    /* Slider */

    .slogan {
        display: block;
        margin-top: 0;
    }

    .slogan_title{
        width: 70%;
    }

    .slogan_title img{
        width: 39px;
        height: 14px;
        margin: 10px 0;
    }

    .slogan_title h1{
        font-size: 23px;
        letter-spacing: 1.22px;
        color: var(--color-font);
        font-family: var(--font-oswald);
        font-weight: 600;
        text-shadow: 0px 3px 6px #00000029;
        text-transform: uppercase;
    }

    .box_form{
        background-color: rgba(255,255,255,.8);
        border-radius: 12px;
        margin: 6px;
    }

    .box_form h3{
        font-size:20px;
        font-family: var(--font-oswald);
        color: var(--color-font-title);
        text-transform: uppercase;
        padding-top: 31px;
        padding-bottom: 18px;
        font-weight: 400;
        padding-left: 17px;
    }

    .box_form form label{
        font-size:12px;
        font-family: var(--font-lato);
        color: #000000;
    }

    .ui-autocomplete {
        z-index: 1000;
    }

    .box_form form .input_tag{
        margin-bottom: 22px;
        margin-top: 9px;
        opacity: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    /*.multiselect-mobile select{*/
    /*    height: 157px;*/
    /*}*/
    /*.multiselect-mobile select option{*/
    /*    padding-top: 4px;*/
    /*}*/

    .box_form form .input_tag input[type="date"]::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;

    }

    .box_form form .input_tag input, select {
        width: 97%;
        height: 51px;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(36, 35, 64, 0.45);
        border-radius: 26px;
        padding: 0px 54px 1px 20px;
        border: 1px solid #000;
    }

    .box_form form .input_tag input:focus, select:focus{
        box-shadow: 0 0 0 0;
        border: 0 none;
        outline: 0;
    }

    .box_form form .input_tag img{
        width: 20px;
        height: 20px;
        margin-left: -35px;
    }

    .box_form form .buttom-submit{
        display: flex;
        justify-content: center;
        padding: 15px 10px 0 10px;
    }
    .box_form form .buttom-submit button{
        margin-left: 0;
    }

    input.form-check-input {
        width: 40px !important;
        height: 18px !important;
    }

    span.multiselect-native-select .custom-select{
        background: white;
        height: 51px;
    }
    span.multiselect-native-select{
        width: 97%;
        height: 51px;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 26px;
        padding: 0px 54px 1px 20px;
    }

    span.multiselect-native-select .btn-group{
        width: 100%;
    }

    span.multiselect-selected-text{
        display: flex;
    }

    .multiselect-container.dropdown-menu.show {
        width: 105%;
    }

    .multiselect-container.dropdown-menu.show .form-check-label{
        font-size: 16px;
        padding-left: 24px;
    }

    .box_form form .button_form{
        border-radius: 31px;
        background: #242340;
        width: 553px;
        height: 53px;
        margin-left: 32px;
        font-size: 18px;
        color: var(--color-font);
        font-family: var(--font-oswald);
        opacity: 1;
        text-transform: uppercase;
        cursor: pointer;
    }

    .box_form form .button_form:hover{
        background: var(--color-button-orange);
    }

    .box_form  form button{
        box-shadow: 0 0 0 0;
        border: 0 none;
        outline: 0;
    }

    .box_rent{
        width: 100%;
        margin-top: 29px;
    }

    .box_rent .box_form {
        width: 100%;
        height: auto;
        background: #F3F3F3;
    }

    .verssel_info{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 48px;
    }


    .verssel_title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .verssel_title h2{
        font-size: 30px;
        font-family: var(--font-oswald);
        color: var(--color-font-title);
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .verssel_title img{
        margin: 23px 0;
    }

    .adverts_boat{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-top: 0;
        padding-bottom: 50px;

    }

    .adverts_boat .box_boat{
        width: 30%;
        display: flex;
        flex-direction: column;
    }


    .box_boat .img_boat img{
        height: 270px;
    }

    .box_boat .location{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .box_boat .location div{
        padding: 17px 0;
    }

    .box_boat .location div:last-of-type{
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .box_boat .location span{
        font-size: 16px;
        font-family: var(--font-lato);
        color: #000000;
    }

    .box_boat .location p{
        font-size: 16px;
        font-family: var(--font-lato);
        color: #000000;
    }

    .box_boat .name_boat{
        font-size: 16px;
        font-family: var(--font-lato);
        color: #000000;
        font-weight: bold;
        padding: 6px 0;
    }


    .box_boat .price_boat{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .box_boat .price_boat span{
        font-size: 16px;
        font-family: var(--font-lato);
        color: #000000;
        font-weight: lighter;
    }

    .box_boat .price_boat button{
        width: 133px;
        height: 34px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #707070;

        font-size: 18px;
        font-family: var(--font-lato);
        font-weight: bold;
    }

    /* About */

     .about_title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 48px;
    }

    .about_title h2{
        font-size: 30px;
        font-family: var(--font-oswald);
        color: var(--color-font-title);
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .about_title img{
        margin: 23px 0;

    }

    .about_section_content{
        padding: 15px 0;
    }

    .about_section_content p{
        font-size: 20px;
        font-family: var(--font-lato);
        text-align: center;
    }

    /* Services */

    .info_service{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }

    .info_service h2{
        font-size: 30px;
        font-family: var(--font-oswald);
        letter-spacing: 1.12px;
        color: var(--color-font-title);
        text-transform: uppercase;
        margin-bottom: 29.86px;
    }

    .type_service{
        display: flex;
        flex-direction:row;
        justify-content: space-evenly;
        margin-top: 30px;
    }

    .type_service .crew_member{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-top: 31px;
        height: auto;
        background: #FFF;
        border-radius: 8px;
        border: 1px solid #DEDEDE;

        margin-bottom: 15px;
    }

    .type_service .crew_member img{
        width: 53.11px;
        height: 58px;
    }

    .type_service .crew_member strong{
        font-size: 22px;
        font-family: var(--font-lato);
        padding: 25px;

    }

    .type_service .crew_member .line{
        width: 357px;
        border: 1px solid #DEDEDE;
    }

    .type_service .crew_member .text{
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 19px 15px;
        font-size: 14px;
        font-family: var(--font-lato);
    }

    .type_service .crew_member .text .step{
        font-size: 36px;
        font-family: var(--font-oswald);
        font-weight: bold;
        color: #6DBCDB;
        padding: 0 13px;
    }

    .type_service .crew_member .text:last-of-type{
        width: 100%;
    }

    /* Are You Captain */

    .info-captain{
        background: #6DBCDB;

    }

    .are_captain{
        width: 100%;
        height: 545px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .are_captain h2{
        font-size: 30px;
        font-family: var(--font-oswald);
        letter-spacing: 1.04px;
        color: var(--color-font);
        text-transform: uppercase;
        margin-bottom: 26.86px;
    }

    .are_captain img{
        margin-bottom: 33.33px;
    }

    .are_captain p{
        font-size: 18px;
        font-family: var(--font-lato);
        color: var(--color-font);
        margin-bottom: 67px;
        text-align: center;
        width: 350px;

    }

    .are_captain button {
        width: 381px;
        height: 61px;
        background: var(--color-button-orange);
        border-radius: 31px;
        color: var(--color-font);
        text-transform: uppercase;
        font-size: 20px;
        cursor: pointer;
    }


    .are_captain button:hover {
        background: #242340;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }

    .are_captain button{
        box-shadow: 0 0 0 0;
        border: 0 none;
        outline: 0;
    }

    /* Testimony */

    .testimony {
        margin-bottom: 80px;
    }

    .testimony_title{
        display: flex;
        flex-direction: column;
       justify-content: center;
       align-items: center;
        padding-top: 48px;
        margin-bottom: 20px;
    }

    .testimony_title h2 {
        font-size: 30px;
        color: var(--color-font-title);
        font-family: var(--font-oswald);
        text-transform: uppercase;
        letter-spacing: 1.12px;
        padding-bottom: 13px;
        font-weight: 500;
    }

    .testimony_aspas{
        display: none;
    }

    .content-carousel{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }


    .content-carousel img{
        width: 68px;
        height: 68px;
        border-radius: 50%;
        margin: 0 10px;
    }

    .carousel-info{
        width: 80%;

    }

    .carousel-indicators li {
        top: 15px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #242340;
        border: 1px solid #242340;
      }


    .carousel-info p{
        font-size: 12px;
        font-family: var(--font-lato);
        color: #000000;
        padding-bottom: 10px;
    }

    .carousel-info .author{
        color: #242340;
        font-family: var(--font-lato);
        font-weight: bold;

    }
    .are_captain h2 {
        text-align: center;
    }

    .boats{
        width: 100%;
    }

    .boats .boat_img img {
        width: 100%;
    }

    .boats .boat-content{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 12px;

    }

    .boat-content .boat_info .boat_price {
        width: 91px;
    }

    .title h2 {
        font-size: 30px;
        font-family: var(--font-oswald);
        letter-spacing: 1.04px;
        color: var(--color-font);
        text-transform: uppercase;
        margin-bottom: 26.86px;
        font-weight: 500;
        text-align: center;
    }

}

@media only screen and (max-width:768px){
    .header-terms h5 {
        text-align: left;
        font: normal normal bold 16px/10px Lato;
        letter-spacing: 0px;
        color: #000000;
        padding-top: 20px;
    }

    .padding-modal {
        padding: 15px 15px 15px 15px;
    }

    .content-terms {
        max-width: 95%;
        margin: 2.75rem auto;
    }

    .text-terms-1 {
        font: normal normal normal 13px/23px Lato;
        letter-spacing: 0.36px;
        color: #343434;
    }

    .content-text-terms {
        width: 97%;
        height: 307px;
        background: #F2F2F2;
        border: 1px solid #949494;
        opacity: 1;
        margin-left: 0;
        margin-bottom: 15px;
        margin-top: 50px;
        overflow-x: auto;
        padding-top: 15px;
    }

    .bt-continuar {
        margin-top: 5px;
    }
}

@media only screen and (max-width:500px){

    .boat-content .boat_info .boat_price p {
        padding-top: 7px;
        font-size: 15px;
    }

    .banner-mobile {
        display: flex;
        background: #efefef;
        padding-bottom: 0;
    }

    .banner-mobile {
        padding-right: 0;
    }

    .verssel_title h2 {
        font-size: 25px;
    }

}


@media only screen and (max-width:360px) {
    .destaque {height: auto!important; max-height: 608vh;}
    .title h2 {font-size: 35px;}
    .boat-content .boat_info .boat_about {
        display: grid;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 320px){
    .type_service .crew_member {
        width: 98%;
    }

    .type_service .crew_member .line {
        width: 91%;
    }

    .type_service .crew_member .text {
        width: 100%;
        padding: 7px 20px;
    }

    .type_service .crew_member .text p{
        font-size: 0.8rem;
    }

    .type_service .crew_member .text:last-of-type {
        width: 98%;
    }

    .are_captain button {
        width: 98%;
        font-size: 16px;
    }

    .box_rent {
        width: 74%;
    }

    .verssel_title h2 {
        text-align: center;
    }

    .are_captain h2 {
        text-align: center;
    }

    .boats{
        width: 100%;
    }

    .boats .boat_img img {
        width: 100%;
    }

    .boats .boat-content{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 12px;

    }

    .boat-content .boat_info .boat_price {
        width: 91px;
    }
}

.diseres_boat_special_price {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #000;
    font-family: var(--font-lato);
}

.img-waves{
    margin-top: 32px;
    margin-bottom: 32px;
}

.content_inputs_busca{
    padding-right: 0;
}

.content_inputs_busca > .col-sm-6{
    padding-right: 25px;
    height: 700px;
}

.content_inputs_busca > .col-sm-6 h3{
    color: #000;
    font-family: Oswald;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
    text-align: left;
    margin-bottom: 0;
}

.content-busca-passeio{
    display: grid;
    align-items: center;
    align-content: center;
}

.content-carrousel-destinos .slick-slider {
    margin-bottom: 10px;
    height: 54px;
}

.content-carrousel-destinos .slick-slide div {
    border-radius: 25.5px;
    border: 1px solid rgba(25, 24, 48, 0.45);
    background: #FFF;
    color: #242340;
    margin-left: 10px;
    margin-right: 10px;
    height: 52px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.content-carrousel-destinos .slick-slide div:hover{
    background: #242340;
    color: #fff;
}

.content-carrousel-destinos .slick-prev:before {
    content: url(../images/chevron-left.svg);
    background-size: contain;
}

.content-carrousel-destinos .slick-current div{
    background: #242340;
    color: #fff;
}

.content-carrousel-destinos .slick-next:before {
    content: url(../images/chevron-right.svg);
    background-size: contain;
}

.content-carrousel-destinos .slider-nav p {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.content-mapa .slick-slider {
    margin-bottom: 30px;
    margin: 0;
    width: 100%;
    height: auto;
}

.content-mapa{
    border-radius: 10px;
    border: 1px solid rgba(36, 35, 64, 0.45);
    height: 493.78px;
    margin-top: 25px;
}

.content-mapa .slider-for div iframe{
    border-radius: 10px;
}

.content-destinos h3{
    margin-bottom: 20px!important;
}

@media screen and (max-width:1440px){
    .content-busca-barco{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px){
    .content-busca-barco {
        padding-right: 0px;
        padding-left: 0px;
    }

    .content_inputs_busca {
        padding-right: 0rem;
    }

    .content_inputs_busca >.col-sm-6,
    .content_inputs_busca >.col-sm-5  {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content_inputs_busca > .col-sm-6 {
        padding-right: 25px;
        height: auto;
    }

    .banner{
        height: auto;
    }

    .box_form form .button_form {
        width: 100%;
    }

    .box_form form .input_tag input, select {
        width: 100%;
    }
}

@media only screen and (max-width:768px){
    .box_form h3 {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 25px;
    }
}

@media only screen and (max-width:500px){

    .banner-mobile{
        padding: 0;
    }

    .box_rent .box_form {
        background: #fff;
        padding: 0px 0px 0 0px;
    }

    .box_rent {
        margin: 0;
        width: 100%;
    }

    .box_rent .box_form {
        width: 370px;
        height: auto;
        padding: 20px;
    }

    .box_form h3 {
        padding: 0;
        color: #000;
        font-family: Oswald;
        font-size: 42px;
        font-style: normal;
        font-weight: 600;
        line-height: 55px;
        text-align: left;
    }

    .box_form form .input_tag {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .info-captain p {
        padding-right: 0;
    }

    .banner {
        height: 700px;
    }

    .box_form form .buttom-submit {
        padding: 15px 0px 0 0px;
    }

    .box_form form .input_tag input, select {
        height: 50px;
        padding: 0px 54px 0px 20px;
    }
}

.ver-mais{
    display: grid;
    justify-items: center;
    align-items: center;
    height: 270px;
}
.ver-mais a{
    background: var(--color-button);
    border: none;
    border-radius: 26px;
    color: var(--color-font);
    cursor: pointer;
    font-family: var(--font-oswald);
    font-size: 15px;
    padding: 10px 25px;
}
