/* Section Global */
: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;
}

.global {
    width: 100%;
    height: fit-content;
    background: #F1F1F1;
    overflow-x: hidden !important;
}


#captain_board,
.mobile_date input {
    text-align: center !important;
}

.carousel-cell{
    width: 100%; /* full width */
    height: 160px; /* height of carousel */
    margin-right: 10px;
}

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

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



.flickity-viewport{
    height: 266px !important;
}

.adverts_boat{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flickity-page-dots {
    bottom: 12px!important;
}

.flickity-prev-next-button.next {
    right: 10px!important;
}

.box-price{
    display: flex;
    flex-direction: column;
}


.boats .boat_img img {
    width: 100%;

}

/* .menu .logo {
    left: 11%;
} */

.button_captain {
    left: 70%;
}

.menu .avatar_menu {
    top: 19%;
    left: 81%;
}

.search_menu_mobile,
.button_search_mobile {
    display: none;
}

/* Total_Search */

.total_search {
    margin-top: 5px;
    margin-left: 185px;
    font-size: 16px;
    font-family: var(--font-lato);
}

.page_search {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

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

/* Boat Rent */

.boats_rent {
    width: 100%;
    margin-top: 36px;
}

.boats_rent .boat_img {
    position: relative;
}

.boats {
    width: 33%;
    margin-top: 35px;
    padding: 20px;
}

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

.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: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}

.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: 13px;
    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: column;
    justify-content: space-between;
    margin-top: 20px;
}

.boat-content .boat_info .boat_about {
    display: grid;
    align-items: center;
    height: auto;
    width: 211px;
    float: left;
}

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

.data-boat p{
    font-size: 14px;
    font-family: var(--font-lato);
    color: #000000;
}

.boat-content .boat_info .boat_about p {
    font-size: 16px;
    font-family: var(--font-lato);
    display: grid;
}

.boat_about p {
    font-size: 16px;
    font-family: var(--font-lato);
}

.mr-5, .mx-5 {
    margin-right: 1rem!important;
}

.mr-5 p strong { color: transparent; height: 1px;}

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

.remove_price_hour{
    display:  none;
}

.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);
}

@media (max-width: 767px) {
    .boat-content .boat_info .boat_price p {
        font-size: 11px !important;
    }
}

.flickity-page-dots .dot {
    margin: 37px 8px !important;
    background: #fff !important;
}

/* Filter */

aside {
    display: flex;
    flex-direction: column;
    max-width: 413px;
}

aside .filter_boats {
    width: 313px;
    margin-top: 37px;
    padding: 23px 20px 23px 20px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

@media (max-width: 969px) {
    aside .filter_boats,
    aside .filter_min_max,
    aside .capacity {
        width: 100% !important;
    }
    aside {
        max-width: max-content;
    }
}

aside .filter_boats .filter_disable label{
    margin: 0px;
    padding-left: 5px;
}

aside .filter_boats .filter_active label {
    margin: 0px;
    padding-left: 5px;
}

aside .filter_boats .filter_disable {
    width: 130px;
    height: 30px;
    border: 0px solid #707070;
    border-radius: 17px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

aside .boats_name .filter_disable {
    width: 100%!important;
    height: 30px;
    border: 0px solid #707070;
    border-radius: 17px;
    margin-bottom: 8px;
    display: block;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

aside .filter_boats .filter_disable p {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 10px; */
    font-size: 15px;
    font-family: var(--font-lato);
    margin-bottom: 0;
}

.adverts_boat{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.filter_boats label {cursor: pointer;}
.twenty_fourpad{padding-left: 9px;}
.height_horspad{ padding-left: 3px;}

/* aside .filter_boats .filter_active {
    width: 130px;
    height: 30px;
    border-radius: 17px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #242340;
    font-size: 15px;
    font-family: var(--font-lato);
    color: #FFF;
} */

aside .filter_boats .filter_active {
    width: 130px;
    height: 30px;
    border-radius: 17px;
    margin-bottom: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    font-size: 15px;
    font-family: var(--font-lato);
    color: #000;
    vertical-align: middle;
}

aside .filter_boats label{ font-weight: 600;}

aside .filter_boats .filter_active p{
    margin-bottom: 0;
}

aside .boats_name .filter_active {
    width: 100%!important;
    height: 30px;
    border-radius: 17px;
    margin-bottom: 4px;
    display: block!important;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    font-size: 15px;
    font-family: var(--font-lato);
    color: #000;
    vertical-align: middle;
    padding-left: 30px;
}

/* Filter Min/Max */

aside .filter_min_max {
    width: 313px;
    margin-top: 37px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 2px;
    padding: 10px;
}

aside .filter_min_max .filter_text {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;
    font-family: var(--font-lato);
}

.slider {
    position: relative;
    z-index: 1;
    height: 10px;
    margin: 10px 15px;
}

.slider > .track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #faba54;
}

.slider > .range {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: rgba(250, 186, 84, 0.2);
}

.slider > .thumb {
    position: absolute;
    z-index: 3;
    width: 25px;
    height: 25px;
    background-color: rgb(255, 178, 55);
    border-radius: 50%;
    box-shadow: 0 0 0 0 #FBB03B;
    transition: box-shadow .3s ease-in-out;
}

.slider > .thumb.left {
    left: 0;
    transform: translate(-15px, -10px);
}

.slider > .thumb.right {
    right: 0;
    transform: translate(15px, -10px);
}

.slider > .thumb.hover {
    box-shadow: 0 0 0 20px #FBB03B;
}

.slider > .thumb.active {
    box-shadow: 0 0 0 20px rgba(250, 186, 84, .2);
}

input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 10px;
    width: 308px;
    opacity: 0;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 0 none;
    background-color: red;
    -webkit-appearance: none;
}

/* Filter Capacity */

.capacity {
    width: 313px;
    height: auto;
    margin-top: 37px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 2px;
    padding: 10px 21px;
}

.capacity .capacity_content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.capacity .capacity_content button:focus {
    outline: none;
}

.capacity .capacity_content p {
    font-size: 15px;
    font-family: var(--font-lato);
    font-weight: bold;
    padding: 0 15px;
    margin-bottom: 0;
}

.capacity .capacity_content input {
    font-size: 15px;
    font-family: var(--font-lato);
    font-weight: bold;
    margin: 10px;
    text-align: center;
    max-width: 29px;
}

.capacity .capacity_content .quantity {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

.capacity_content .quantity i {
    color: var(--color-button-orange) !important;
}

.capacity_content .quantity p {
    font-size: 15px;
    font-family: var(--font-lato);
    font-weight: bold;
    padding: 0 10px;
}

.decrement, .increment {
    background: white;
    border: none;
    padding: 0;
    margin: 0;
}

.flickity-page-dots .dot {
    margin: 2px 3px !important;
    background: #ffb237 !important;
}


@media only screen and (max-width: 1666px){
    .mr-5, .mx-5 {
        margin-right: 0rem!important;
    }

}

@media only screen and (max-width: 1440px) {
    .global {
        width: 100%;
    }

    .menu {
        width: 100%;
    }

    /* .menu .logo {
        position: absolute;
        left: 19%;
        margin-left: 0;
    } */

    .nav_link {
        width: 51%;
        position: absolute;
        left: 21%;
    }

    .button_captain {
        position: absolute;
        left: 71%;
        margin-left: 0;
    }

    .menu .avatar_menu {
        position: absolute;
        left: 91%;
    }

    .boats {
        width: 43%;
        margin-top: 35px;
    }
}

@media only screen and (max-width: 1200px) {
    .boat-content .boat_info .boat_about {
        padding-left:20px;
    }
}

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

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

    .d-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .button_search_mobile {
        display: none;
    }

    .global {
        width: 100%;
    }

    .menu {
        width: 100%;
    }

    /* .menu .logo {
        position: absolute;
        left: 19%;
        margin-left: 0;
    } */

    .nav_link {
        width: 51%;
        position: absolute;
        left: 21%;
    }

    .button_captain {
        position: absolute;
        left: 71%;
        margin-left: 0;
    }

    .menu .avatar_menu {
        position: absolute;
        left: 91%;
    }

    .boats_rent {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding: 10px;

    }

    .adverts_boat{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .boats {
        width: 50%;
        margin-bottom: 2%;
        margin-top: 35px;
    }

    .boats .boat_img img {
        width: 95%;
        height: 230px;
        border-radius: 12px;
        object-fit: contain;
    }

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

    .boat-content .boat_info .boat_about {
        margin-right: 25px;
    }

    .capacity {
        height: auto;
    }

    .total_search {
        margin-left: 35px;
    }

    .flickity-page-dots .dot {
        margin: 2px 3px !important;
        background: #ffb237 !important;
    }

    .menu_link {
        width: 82%;
        position: absolute;
        top: 36%;
        left: 17%;
    }

    .box-price {
        width: 109px;
    }

    .boat-content .boat_info .boat_about {
        display: grid;
        align-items: center;
        height: auto;
        width: auto;
        float: left;
        padding-left: 0px;
    }

    .link-freepik {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 834px) {
    .mobile_footer{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .menu {
        width: 100%;
        height: 59px;
    }

    .menu_hamburger {
        width: 15px;
        margin: 20px auto;
    }

    .button_search_mobile{
        display: block;
    }

    /* .btn {
        position: absolute;
        width: 26px;
        height: 26px;
        top: 10px;
        left: 15px;
        cursor: pointer;
    }

    .btn-left {
        background-color: #333;
        position: absolute;
        height: 5px;
        width: 13px;
        top: 13px;
        left: 0px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right {
        background-color: #333;
        position: absolute;
        height: 5px;
        width: 13px;
        top: 13px;
        left: 13px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-left:before {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: -10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-left:after {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: 10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right:before {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: -10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right:after {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: 10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .active .btn-left {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .active .btn-left:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
        transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
    }

    .active .btn-left:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
        transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
    }

    .active .btn-right {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .active .btn-right:before {
        -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
        transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
    }

    .active .btn-right:after {
        -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
        transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
    } */

    /* .menu .logo {
        position: absolute;
        left: 42%;
        margin: 0;
    } */

    .menu .logo img {
        width: 56px;
        height: 42px;
    }

    .menu .button_captain {
        display: none;
    }

    .menu .avatar_menu {
        position: absolute;
        left: 85%;
        margin: 0;
    }

    .menu .avatar_menu img {
        width: 25px;
        height: 25px;
    }

    .menu .nav_link {
        display: none;
    }

    /* Seacrh Menu */
    .global {
        width: 100%;
        background: #fff;
    }

    .global .nav_menu {
        width: 100%;
        height: 98%;
    }

    .search_menu {
        display: none;
    }

    .search_menu_mobile {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .search_menu_mobile input,
    .search_menu_mobile select {
        display: flex;
        flex-direction: column;
        padding: 6px 0;
        width: 74%;
        border-radius: 26px;
        margin-bottom: 10px;
        text-align: center;
    }

    .search_menu_mobile .mobile_date {
        width: 100% !important;
    }

    .search_menu_mobile input:first-of-type {
        border-radius: 26px;
    }

    .search_menu_mobile input:last-of-type {
        width: 74%;
        border-radius: 26px;
    }

    .search_menu_mobile .mobile_date {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 50%;
    }

    .search_menu_mobile .mobile_date input {
        padding: 6px 14px;
        font-size: 1em;
        background: #fff;
        display: flex;
        flex-direction: row;

    }


    .search_menu_mobile .button_search {
        display: none;
    }

    .search_menu_mobile .button_search_mobile button {
        display: block;
        width: 100%;
        height: 53px;
        padding: 16px 0px;
        margin-bottom: 29px;

        border-radius: 26px;

        background: var(--color-button-orange);

        font-family: var(--font-lato);
        font-size: 1em;
        color: #fff;


    }

    .total_search {
        margin-top: 5px;
        font-size: 16px;
        font-family: var(--font-lato);
        width: 90%;
        padding-left: 10%;
    }

    .page_search {
        width: 100%;
    }

    .page_search .boats_rent {
        width: 100%;
        height: 10%;
        margin: 10% auto;
        display: flex;
        flex-wrap: wrap;
    }

    .page_search .boats_rent .boats {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 15%;
    }

    .boats {
        width: 50%;
    }

    /* Aside */
    aside {
        display: flex;
    }


    footer,
    .button_home,
    .copy_rigth {
        display: none!important;
        width: 375px;
    }

    .mobile_footer {
        display: flex;
        flex-direction: column;
        background: #242340;
        width: 100%;
        height: 582px;
    }

    .mobile_footer .mobile_about,
    .mobile_boat {
        width: 100%;
        padding: 10px;
        font-family: var(--font-lato);
        color: #FFFFFF;
        font-size: 16px;

        display: flex;
        flex-direction: column;
    }

    .mobile_about_content,
    .mobile_boat_call {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .sobre {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .sobre a {
        text-decoration: none;
        color: #FFF;
        cursor: pointer;
        line-height: 2 5px;
    }

    .atendimento {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .atendimento a {
        text-decoration: none;
        color: #FFF;
        cursor: pointer;
        line-height: 2 5px;


    }

    .mobile_footer .mobile_about i,
    .mobile_boat i,
    .mobile_call i {
        color: #fff;
    }

    .mobile_footer .mobile_social
    .mobile_social_logo,
    .mobile_whats,
    .mobile_email {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .mobile_footer .mobile_social
    .mobile_social_logo {
        padding: 20px;
    }

    .mobile_footer .mobile_social
    .mobile_whats a,
    .mobile_email a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-family: var(--font-lato);
    }

    .mobile_social_midias {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .mobile_social_midias .mobile_facebook,
    .mobile_instagram,
    .mobile_linkedin {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background: #FBB03B;
        margin-right: 5px;

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

    .mobile_social_midias .mobile_facebook i,
    .mobile_instagram i,
    .mobile_linkedin i {
        width: 20px;
        height: 20px;
        color: #fff;
        text-align: center;
        padding-top: 5px;
    }

    .mobile_social .mobile_copyright {
        text-align: center;
        margin-top: 89px;
    }

    .mobile_social .mobile_copyright p {
        color: #FFFFFF;
        font-size: 12px;
        font-family: var(--font-lato);
    }

    .mobile_social .mobile_copyright div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .mobile_social .mobile_copyright div p:first-of-type {
        padding-right: 5px;
    }

    .boat-content .boat_info .boat_about {
        display: grid;
        align-items: center;
        height: auto;
        width: 145px;
        float: left;
    }

    .menu_link {
        width: 80%;
        position: absolute;
        top: 36%;
        left: 17%;
    }
}

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

    .box-price {
        display: flow-root;
    }

    .d-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .boat-content .boat_info .boat_price {
        width: 122px;
        height: auto;
        background: #fff;
        border: 1px solid #707070;
        border-radius: 4px;
        text-align: center;
        float: left;
        margin-right: 20px;
        margin-bottom: 6px;
    }

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

    .total_search {
        margin-top: 5px;
        font-size: 16px;
        font-family: var(--font-lato);
        width: 90%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .page_search aside {
        margin: 0 auto;
    }

    .search_menu_mobile .mobile_date {
        width: 100% !important;
    }
    .search_menu_mobile .mobile_date input{
        padding: 6px 13px;
        font-size: 0.9em;
        background: #fff;
        min-height: 40px;
        width: 88%;
        border-radius: 26px;
    }

    .search_menu_mobile select {
        padding: 6px 13px;
        font-size: 0.9em;
        background: #fff;
        min-height: 40px;
        width: 88%;
        border-radius: 26px;
    }

    .menu {
        width: 100%;
        height: 59px;
    }

    .menu_hamburger {
        width: 15px;
        margin: 20px auto;
    }

    /* .btn {
        position: absolute;
        width: 26px;
        height: 26px;
        top: 10px;
        left: 15px;
        cursor: pointer;
    }

    .btn-left {
        background-color: #333;
        position: absolute;
        height: 5px;
        width: 13px;
        top: 13px;
        left: 0px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right {
        background-color: #333;
        position: absolute;
        height: 5px;
        width: 13px;
        top: 13px;
        left: 13px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-left:before {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: -10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-left:after {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: 10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right:before {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: -10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right:after {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: 10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .active .btn-left {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .active .btn-left:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
        transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
    }

    .active .btn-left:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
        transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
    }

    .active .btn-right {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .active .btn-right:before {
        -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
        transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
    }

    .active .btn-right:after {
        -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
        transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
    }
 */

    .menu .logo {
        position: absolute;
        left: 42%;
        margin: 0;

    }

    .menu .logo img {
        width: 56px;
        height: 42px;
    }

    .menu .button_captain {
        display: none;
    }

    .menu .avatar_menu {
        position: absolute;
        left: 85%;
        margin: 0;
    }

    .menu .avatar_menu img {
        width: 25px;
        height: 25px;
    }

    .menu .nav_link {
        display: none;
    }

    /* Seacrh Menu */
    .global {
        width: 100%;
        background: #fff;
    }

    .global .nav_menu {
        width: 100%;
        height: 98%;
    }

    .search_menu {
        display: none;
    }

    .search_menu_mobile {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 25px;

    }

    .search_menu_mobile input {
        display: flex;
        flex-direction: column;
        /*padding: 6px 140px;*/

        width: 88%;

        border-radius: 26px;
        margin-bottom: 10px;


    }

    .search_menu_mobile input:first-of-type {
        border-radius: 26px;
    }

    .search_menu_mobile input:last-of-type {
        width: 88%;
        border-radius: 26px;
    }

    .search_menu_mobile .mobile_date {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 50%;
    }

    .search_menu_mobile .mobile_date input {
        padding: 3px;
        font-size: 1em;
        background: #fff;
    }

    .search_menu_mobile .button_search {
        display: none;
    }

    .search_menu_mobile .button_search_mobile button {
        display: block;
        width: 100%;
        height: auto;
        padding: 16px 0px;
        margin-bottom: 29px;

        border-radius: 26px;

        background: var(--color-button-orange);

        font-family: var(--font-lato);
        font-size: 1em;
        color: #fff;


    }

    .total_search {
        width: 100%;
        margin: 19px auto;
        text-align: center;
    }

    .page_search {
        width: 100%;
    }

    .page_search .boats_rent {
        width: 100%;
        height: 10%;
        margin: 10% auto;


    }

    .page_search .boats_rent .boats {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 15%;
    }


    .carousel-cell{
        width: 100%; /* full width */
        height: 160px; /* height of carousel */
        margin-right: 10px;
    }

    .boats{
        width: 100%;
    }

    .flickity-viewport{
        height: 266px !important;
    }

    .boats .boat_img img {
        height: 255px !important;
    }

    /* Aside */
    aside {
        display: flex;
    }


    footer,
    .button_home,
    .copy_rigth {
        display: none;
        width: 375px;
    }

    .mobile_footer {
        display: flex;
        flex-direction: column;
        background: #242340;
        width: 100%;
        height: 582px;
    }

    .mobile_footer .mobile_about,
    .mobile_boat {
        width: 100%;
        padding: 10px;
        font-family: var(--font-lato);
        color: #FFFFFF;
        font-size: 16px;

        display: flex;
        flex-direction: column;


    }

    .mobile_about_content,
    .mobile_boat_call {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .sobre {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .sobre a {
        text-decoration: none;
        color: #FFF;
        cursor: pointer;
        line-height: 2 5px;


    }


    .atendimento {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .atendimento a {
        text-decoration: none;
        color: #FFF;
        cursor: pointer;
        line-height: 2 5px;


    }

    .mobile_footer .mobile_about i,
    .mobile_boat i,
    .mobile_call i {
        color: #fff;
    }

    .mobile_footer .mobile_social
    .mobile_social_logo,
    .mobile_whats,
    .mobile_email {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .mobile_footer .mobile_social
    .mobile_social_logo {
        padding: 20px;
    }

    .mobile_footer .mobile_social
    .mobile_whats a,
    .mobile_email a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-family: var(--font-lato);
    }

    .mobile_social_midias {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .mobile_social_midias .mobile_facebook,
    .mobile_instagram,
    .mobile_linkedin {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background: #FBB03B;
        margin-right: 5px;

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


    }

    .mobile_social_midias .mobile_facebook i,
    .mobile_instagram i,
    .mobile_linkedin i {
        width: 20px;
        height: 20px;
        color: #fff;
        text-align: center;
        padding-top: 5px;
    }

    .mobile_social .mobile_copyright {
        text-align: center;
        margin-top: 89px;


    }

    .mobile_social .mobile_copyright p {
        color: #FFFFFF;
        font-size: 12px;
        font-family: var(--font-lato);
    }

    .mobile_social .mobile_copyright div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

    }

    .mobile_social .mobile_copyright div p:first-of-type {
        padding-right: 5px;
    }

}

@media screen and (max-width: 400px){
    .boat-content .boat_info .boat_about {
        display: grid;
        align-items: center;
        width: 120px;
        height: auto;
        float: left;
    }
}

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

    .boat-content .boat_info .boat_about {
        display: grid;
        align-items: center;
        height: auto;
        width: auto;
        float: left;
    }

    .boat-content .boat_info .boat_price {
        width: 109px;
        height: auto;
        background: #fff;
        border: 1px solid #707070;
        border-radius: 4px;
        text-align: center;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .menu {
        width: 100%;
        height: 59px;
    }

    .menu_hamburger {
        width: 15px;
        margin: 20px auto;
    }

    /* .btn {
        position: absolute;
        width: 26px;
        height: 26px;
        top: 10px;
        left: 15px;
        cursor: pointer;
    }

    .btn-left {
        background-color: #333;
        position: absolute;
        height: 5px;
        width: 13px;
        top: 13px;
        left: 0px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right {
        background-color: #333;
        position: absolute;
        height: 5px;
        width: 13px;
        top: 13px;
        left: 13px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-left:before {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: -10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-left:after {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: 10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right:before {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: -10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right:after {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: 10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .active .btn-left {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .active .btn-left:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
        transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
    }

    .active .btn-left:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
        transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
    }

    .active .btn-right {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .active .btn-right:before {
        -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
        transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
    }

    .active .btn-right:after {
        -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
        transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
    } */


    .menu .logo {
        position: absolute;
        left: 42%;
        margin: 0;

    }

    .menu .logo img {
        width: 56px;
        height: 42px;
    }

    .menu .button_captain {
        display: none;
    }

    .menu .avatar_menu {
        position: absolute;
        left: 85%;
        margin: 0;
    }

    .menu .avatar_menu img {
        width: 25px;
        height: 25px;
    }

    .menu .nav_link {
        display: none;
    }

    /* Seacrh Menu */
    .global {
        width: 100%;
        background: #fff;
    }

    .global .nav_menu {
        width: 100%;
        height: 98%;
    }

    .search_menu {
        display: none;
    }

    .search_menu_mobile {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 25px;

    }

    .search_menu_mobile input {
        display: flex;
        flex-direction: column;
        /*padding: 6px 140px;*/
        width: 88%;
        border-radius: 26px;
        margin-bottom: 10px;
    }

    .search_menu_mobile input:first-of-type {
        border-radius: 26px;
    }

    .search_menu_mobile select {
        width: 88%;
        border-radius: 26px;
    }

    .search_menu_mobile .mobile_date {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .search_menu_mobile .mobile_date input{
        padding: 6px 13px;
        font-size: 0.9em;
        background: #fff;
        min-height: 40px;
    }

    .search_menu_mobile select{
        padding: 6px 37%;
        font-size: 0.9em;
        background: #fff;
        min-height: 40px;
    }

    .search_menu_mobile .button_search {
        display: none;
    }

    .search_menu_mobile .button_search_mobile button {
        display: block;
        width: 100%;
        height: 53px;
        padding: 16px 0px;
        margin-bottom: 29px;


        border-radius: 26px;

        background: var(--color-button-orange);

        font-family: var(--font-lato);
        font-size: 1em;
        color: #fff;


    }

    /* Total Seacrh */
    .total_search {
        width: 100%;
        margin: 19px auto;
        text-align: center;
    }

    .page_search {
        width: 100%;
    }

    .page_search .boats_rent {
        width: 100%;
        height: 10%;
        margin: 10% auto;


    }

    .page_search .boats_rent .boats {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 15%;
    }

    /* Aside */
    aside {
        display: flex;
    }


    footer,
    .button_home,
    .copy_rigth {
        display: none;
        width: 375px;
    }

    .mobile_footer {
        display: flex;
        flex-direction: column;
        background: #242340;
        width: 100%;
        height: 582px;
    }

    .mobile_footer .mobile_about,
    .mobile_boat {
        width: 100%;
        padding: 10px;
        font-family: var(--font-lato);
        color: #FFFFFF;
        font-size: 16px;

        display: flex;
        flex-direction: column;


    }

    .mobile_about_content,
    .mobile_boat_call {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .sobre {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .sobre a {
        text-decoration: none;
        color: #FFF;
        cursor: pointer;
        line-height: 2 5px;


    }


    .atendimento {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .atendimento a {
        text-decoration: none;
        color: #FFF;
        cursor: pointer;
        line-height: 2 5px;


    }

    .mobile_footer .mobile_about i,
    .mobile_boat i,
    .mobile_call i {
        color: #fff;
    }

    .mobile_footer .mobile_social
    .mobile_social_logo,
    .mobile_whats,
    .mobile_email {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .mobile_footer .mobile_social
    .mobile_social_logo {
        padding: 20px;
    }

    .mobile_footer .mobile_social
    .mobile_whats a,
    .mobile_email a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-family: var(--font-lato);
    }

    .mobile_social_midias {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .mobile_social_midias .mobile_facebook,
    .mobile_instagram,
    .mobile_linkedin {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background: #FBB03B;
        margin-right: 5px;

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


    }

    .mobile_social_midias .mobile_facebook i,
    .mobile_instagram i,
    .mobile_linkedin i {
        width: 20px;
        height: 20px;
        color: #fff;
        text-align: center;
        padding-top: 5px;
    }

    .mobile_social .mobile_copyright {
        text-align: center;
        margin-top: 89px;


    }

    .mobile_social .mobile_copyright p {
        color: #FFFFFF;
        font-size: 12px;
        font-family: var(--font-lato);
    }

    .mobile_social .mobile_copyright div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

    }

    .mobile_social .mobile_copyright div p:first-of-type {
        padding-right: 5px;
    }

}

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

    .capacity .capacity_content p {
        font-size: 13px;
        font-family: var(--font-lato);
        font-weight: bold;
        padding: 0 15px;
    }

    .boat-content .boat_info .boat_price {
        width: 100%;
    }
    .menu {
        width: 100%;
        height: 59px;
    }

    .menu_hamburger {
        width: 15px;
        margin: 20px auto;
    }

    /* .btn {
        position: absolute;
        width: 26px;
        height: 26px;
        top: 10px;
        left: 15px;
        cursor: pointer;
    }

    .btn-left {
        background-color: #333;
        position: absolute;
        height: 5px;
        width: 13px;
        top: 13px;
        left: 0px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right {
        background-color: #333;
        position: absolute;
        height: 5px;
        width: 13px;
        top: 13px;
        left: 13px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-left:before {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: -10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-left:after {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: 10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right:before {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: -10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .btn-right:after {
        background-color: #333;
        position: absolute;
        width: 13px;
        height: 5px;
        content: "";
        top: 10px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .active .btn-left {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .active .btn-left:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
        transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
    }

    .active .btn-left:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
        transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
    }

    .active .btn-right {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .active .btn-right:before {
        -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
        transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
    }

    .active .btn-right:after {
        -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
        transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
    } */


    .menu .logo {
        position: absolute;
        left: 42%;
        margin: 0;

    }

    .menu .logo img {
        width: 56px;
        height: 42px;
    }

    .menu .button_captain {
        display: none;
    }

    .menu .avatar_menu {
        position: absolute;
        left: 85%;
        margin: 0;
    }

    .menu .avatar_menu img {
        width: 25px;
        height: 25px;
    }

    .menu .nav_link {
        display: none;
    }

    /* Seacrh Menu */
    .global {
        width: 100%;
        background: #fff;
    }

    .global .nav_menu {
        width: 100%;
        height: 98%;
    }

    .search_menu {
        display: none;
    }

    .search_menu_mobile {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 25px;

    }

    .search_menu_mobile input {
        display: flex;
        flex-direction: column;
        /*padding: 6px 140px;*/

        width: 88%;

        border-radius: 26px;
        margin-bottom: 10px;


    }

    .search_menu_mobile input:first-of-type {
        border-radius: 26px;
    }

    .search_menu_mobile input:last-of-type {
        width: 88%;
        border-radius: 26px;
    }

    .search_menu_mobile .mobile_date {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 56%;
    }

    .search_menu_mobile .mobile_date input {
        padding: 6px 15px;
        font-size: 1em;
        background: #fff;
    }

    .search_menu_mobile .button_search {
        display: none;
    }

    .search_menu_mobile .button_search_mobile button {
        display: block;
        width: 100%;
        height: 13%;
        padding: 16px 100px;
        margin-bottom: 29px;

        border-radius: 26px;

        background: var(--color-button-orange);

        font-family: var(--font-lato);
        font-size: 1em;
        color: #fff;

    }

    /* Total Seacrh */
    .total_search {
        width: 100%;
        margin: 19px auto;
        text-align: center;
    }

    .page_search {
        width: 100%;
    }

    .page_search .boats_rent {
        width: 100%;
        height: 10%;
        margin: 10% auto;


    }

    .page_search .boats_rent .boats {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 15%;
    }

    .boats .boat_img img {
        width: 100%;
        object-fit: contain;
    }

    .boats .boat-content {
        width: 97%;
    }

    /* Aside */
    aside {
        display: flex;
    }


    footer,
    .button_home,
    .copy_rigth {
        display: none;
        width: 375px;
    }

    .mobile_footer {
        display: flex;
        flex-direction: column;
        background: #242340;
        width: 100%;
        height: 582px;
    }

    .mobile_footer .mobile_about,
    .mobile_boat {
        width: 100%;
        padding: 10px;
        font-family: var(--font-lato);
        color: #FFFFFF;
        font-size: 16px;

        display: flex;
        flex-direction: column;


    }

    .mobile_about_content,
    .mobile_boat_call {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .sobre {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .sobre a {
        text-decoration: none;
        color: #FFF;
        cursor: pointer;
        line-height: 2 5px;


    }


    .atendimento {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .atendimento a {
        text-decoration: none;
        color: #FFF;
        cursor: pointer;
        line-height: 2 5px;


    }

    .mobile_footer .mobile_about i,
    .mobile_boat i,
    .mobile_call i {
        color: #fff;
    }

    .mobile_footer .mobile_social
    .mobile_social_logo,
    .mobile_whats,
    .mobile_email {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .mobile_footer .mobile_social
    .mobile_social_logo {
        padding: 20px;
    }

    .mobile_footer .mobile_social
    .mobile_whats a,
    .mobile_email a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-family: var(--font-lato);
    }

    .mobile_social_midias {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .mobile_social_midias .mobile_facebook,
    .mobile_instagram,
    .mobile_linkedin {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background: #FBB03B;
        margin-right: 5px;

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


    }

    .mobile_social_midias .mobile_facebook i,
    .mobile_instagram i,
    .mobile_linkedin i {
        width: 20px;
        height: 20px;
        color: #fff;
        text-align: center;
        padding-top: 5px;
    }

    .mobile_social .mobile_copyright {
        text-align: center;
        margin-top: 89px;

    }

    .mobile_social .mobile_copyright p {
        color: #FFFFFF;
        font-size: 12px;
        font-family: var(--font-lato);
    }

    .mobile_social .mobile_copyright div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

    }

    .mobile_social .mobile_copyright div p:first-of-type {
        padding-right: 5px;
    }
}

.modal .form-group select{
    height: 38px;
    border: 1px solid #949494;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}

.boat_about p{
    margin-bottom: 0rem;
}

.tag-desconto {
    position: absolute;
    width: 58px;
    height: 38px;
    background: #6DBCDB ;
    border-radius: 6px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal bold 14px/17px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    right: 15px;
    top: 15px;
}

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

.diseres_boat_special_price_text {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    color: #000;
    font-family: var(--font-lato);
    width: 100%;
    padding: 0px 25px 0 25px;
    margin: 0 0 -25px 0;
}
.filtro_mobile{
    width: 313px;
    height: 157px;
    margin-top: 37px;
    background: #fff;
    border: 1px solid #707070;
    padding: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    left: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none;
}

.filtro_mobile .filter_text {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;
    font-family: var(--font-lato);
}

.filtro_mobile .capacity_content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}

.filtro_mobile .capacity_content button:focus {
    outline: none;
}

.filtro_mobile .capacity_content p {
    font-size: 15px;
    font-family: var(--font-lato);
    font-weight: bold;
    padding: 0 15px;
}

.filtro_mobile .capacity_content input {
    font-size: 15px;
    font-family: var(--font-lato);
    font-weight: bold;
    margin: 10px;
    text-align: center;
    max-width: 29px;
}

.filtro_mobile .capacity_content .quantity {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

#cupom_desconto{
    height: 38px;
    border: 1px solid #949494;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    width: 27rem;
}

#titulo_cupom_desconto{
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #000000;
}

.cupom-aplicado{
    border-color: #34C38F !important;
    padding-right:30px;
}

.cupom-inativo {
    border-color: #FB3B3B !important;
    padding-right:30px;
}

#mensagem-cupom-ativo{
    font-size: 10px;
    line-height: 18px;
    padding-left: 15px;
    color: #34C38F;
}

#mensagem-cupom-inativo{
    font-size: 10px;
    line-height: 18px;
    padding-left: 15px;
    color: #FB3B3B;
}

#mensagem-quantidade-maxima{
    font-size: 10px;
    line-height: 18px;
    padding-left: 15px;
    color: #FB3B3B;
}

#div-cupom {
    padding-top: 1.3rem;
    margin-left: -1rem;
}

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

    .filtro_mobile{
        display: block;
        margin: 25px auto;
        left: 0;
    }

    .filter_min_max,
    .capacity{
        display: none;
    }

    .filtro_mobile .capacity_content input{
        max-width: 50px;
    }

    .filtro_mobile .capacity_content p{
        margin-bottom: 0;
    }

    .slider > .thumb.hover {
        box-shadow: 0 0 0 0;
    }
}

@media screen and (max-width:500px){
    .page_search {
        flex-direction: column-reverse;
    }

    aside .filter_boats, aside .filter_min_max, aside .capacity {
        width: 313px !important;
    }
    #cupom_desconto{
        width: 100%;
    }
    #div-cupom .col-md-12{
        padding-right: 0;
    }
    .modal .form-group select {
        display: flex;
        align-items: center;
        align-content: center;
    }
}
.content-paginacao-search .paginacao {
    padding-left:30px;
}
.paginacao {
    padding-left: 205px;
}
.paginacao .page-link {
    color: #242340;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #242340;
    border-color: #242340;
}
.quantidade{
    display: none;
}
.content-controles{
    width: 100%;
    display: flex;
}
@media screen and (max-width: 1260px){
    .offset-xl-1 {
        display: none;
    }
    .boats {
        width: 50%;
    }
    .boat-content .boat_info .boat_about {
        padding-left: 0px;
    }
    .paginacao {
        padding-left: 50px;
    }
    .total_search {
        margin-left: 35px;
    }
}
@media screen and (max-width:980px){
    .pagination {
        display: flex;
        padding: 20px;
        list-style: none;
        justify-content: center;
        margin-bottom: 0;
    }
    .page-number{
        display: none;
    }
    .quantidade{
        display: block;
        text-align: center;
    }
    .content-controles {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .total_search {
        width: 100%;
        padding-left: 0px;
        text-align: center;
        margin-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 500px){
    .boats {
        width: 100%;
    }
}
.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;
}
