/* section.photos{
    background-color: #eee;
}

.photo_list img{
    width: calc(33.3% - 10px);
    margin: 20px 10px;
}

section.photos{
    background-color: #eee;
    padding: 40px 0;
}

*/

 .photoSwiper img{
    width: 100%;
    border-radius: 8px;
} 

/*
.swiper-slide{
    text-align: center;
    justify-content: center;
}

.main_info_trip{
    padding: 50px 20px;
}

.title_trip_main h2{
    font-size: 45px;
    color: var(--color-blue-default);
}

.detail_main{
    padding: 0 20px;
}

.detail_main > i{
    font-size: 35px;
    background: #9C723D;
    background: linear-gradient(90deg,rgba(156, 114, 61, 1) 0%, rgba(193, 143, 92, 1) 100%);
    color: #fff;
    padding: 20px;
    border-radius: 50%;
}

.detail_main span{
    font-size: 25px;
}

.section_description{
    background-color: var(--color-white-primary);
    padding: 80px 0;
}

.details_trip{
    padding-right: 30px;
}

.details_trip header h2{
    width: 100%;
    text-align: center;
    font-size: 40px;
}

.details_trip span{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-size: 25px;
}

form{
    position: sticky;
    top: 10px;
    align-self: flex-start;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.title_form{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.label_form label{
    font-size: 20px;
}

.label_form input{
    width: 100%;
    border-radius: 10px;
    padding: 8px;
    border: 1px solid #000;
    margin-top: 10px;
    font-size: 20px;
}

form button{
    padding: 10px 20px;
    margin-top: 40px;
    width: 100%;
    background: #9C723D;
    background: linear-gradient(90deg,rgba(156, 114, 61, 1) 0%, rgba(193, 143, 92, 1) 100%);
    color: var(--color-white-primary);
    font-size: 25px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.descripton_detail{
    margin-bottom: 80px;
} */


/*  */

.photo_default_trip{
    width: 100%;
    padding: 100px 0 600px 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.title_name{

}

.title_name span{
    font-size: 35px;
    z-index: 99;
    display: inline-block;
    background-color: transparent;
    padding: 0 25px;
    color: #202b47;
}

.back_line_hero{
    height: 2px;
    width: 50%;
    background-color: var(--color-black-light);
    top: 28px;
    z-index: 9;
}

.main_info_trip{

}

.main_info_trip h2{
    font-size: 80px;
    color: #202b47;
    width: 100%;
    text-align: center;
}

.overview_destiny span{
    display: inline-block;
    margin: 0 10px;
    font-size: 35px;
}

.background_white{
    background-color: #f7f4ef;
}

section.overview{
    padding: 0px 0 120px 0;
}

.title_trip_section{
    position: relative;
}

.title_trip_section h2{
    text-align: center;
    font-size: 50px;
    font-style: oblique;
    margin-top: -30px;
    display: inline-block;
    padding: 0 30px;
    white-space: nowrap;
}

.back_line{
    height: 2px;
    width: 100%;
    background-color: var(--color-black-light);
    top: -10px;
}

.description_overview{
    font-size: 20px;
}

.highlighted_text{
    margin-top: 40px;
    padding: 10px 60px;
    border-radius: 30px;
    background-color: #F9F6EF;
    -webkit-box-shadow: 2px 0px 11px -1px #000000; 
    box-shadow: 2px 0px 11px -1px #000000;
    color: var(--color-blue-default);
}

section.highlights{
    padding-bottom: 80px;
}

.swiper-slide{
    text-align: center;
    justify-content: center;
}

.swiper-slide img{
    width: 200px;
    height: 200px;
}

.swiper-slide span{
    font-size: 20px;
    display: block;
}

section.itinerary{
    padding-bottom: 80px;
}

.itinerary_details{
    margin-top: 40px;
}

.list_days{
    padding: 0 20px 0 0;
}

.day{
    padding: 10px;
    position: relative;
    margin-bottom: 5px;
    border-radius: 10px;
}

.background_black_day{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

.day img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9;
}

.day span{
    z-index: 9;
    font-size: 25px;
    margin-left: 20px;
}

.itinerary_photos{
    overflow-y: auto;
    max-height: 500px;
}

.itinerary_photos img{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}

section.included{
    padding-bottom: 80px;
}


.box_included{
    background: #E5DAC7;
background: linear-gradient(180deg, rgba(229, 218, 199, 1) 0%, rgba(244, 236, 226, 1) 100%);
    padding: 20px;
    border-radius: 10px;
}

.title_included h2{
    text-align: center;
    font-size: 35px;
    font-style: oblique;
    display: inline-block;
    padding: 0 30px;
    white-space: nowrap;
    margin-bottom: 20px;
   
}

.glass {
    background: rgba(255, 255, 255, 0.1); /* transparência */
    backdrop-filter: blur(10px); /* efeito de desfoque */
    -webkit-backdrop-filter: blur(10px); /* Safari */
    
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.back_line_included{
    height: 2px;
    width: 100%;
    background-color: var(--color-black-light);
    margin-top: -20px;
}

.box_included span{
    font-size: 25px;
}

section.request_quote{
    padding-bottom: 80px;
}

.who{
    padding: 0 10px;
}

.request{
    padding: 0 10px;
}

.title_request h2{
    font-size: 30px;
    text-align: center;
    width: 100%;
}

.line_request{
    height: 2px;
    width: 100%;
    background-color: var(--color-black-light);
}

.title_request span{
    display: block;
    font-size: 25px;
    text-align: center;
    width: 100%;
}

.btn_request_quote{
    background: #026DB0;
    background: linear-gradient(180deg, rgba(2, 109, 176, 1) 0%, rgba(10, 60, 102, 1) 100%);
    color: #fff;
    padding: 20px 40px;
    font-size: 25px;
    margin-top: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
}

button.save_trip{
    border: 0;
    padding: 10px 30px;
    margin-right: 20px;
    cursor: pointer;
    background-color: #9C723D;
    color: #fff;
    border-radius: var(--border-radius-default);
    font-weight: 500;
    font-size: 25px;
    width: 100%;
    margin-bottom: 30px;
}

.input_number_Destination{
    padding: 3px;
    font-size: 25px;
}

.button_default_trash{
    display: block;
    width: 100%;
    text-align: end;
    font-size: 25px;
    cursor: pointer;
    color: red;
}

@media screen and (max-width: 764px){

    .main_info_trip h2{
        font-size: 45px;
    }

    .itinerary_photos{
        margin-top: 40px;
    }

    .box_included{
        width: 100%;
        margin-top: 40px;
    }

    .title_trip_section{
        margin-bottom: 40px;
    }

    .title_trip_section h2{
        font-size: 30px;
    }

    .back_line{
        margin-top: -25px;
    }

    .title_included {
        margin: 40px 0;
    }

}