@media screen and (max-width: 1216px){
    header #header #header_top .site_menu li a{
        padding: 2.5rem 0.5rem 1.4rem;
    }
    header #header #header_top .site_menu .bt_search a {
        padding: 2.2rem 1.5rem 1rem;
    }
    header #header #header_top #header_top_left {
        width: 75.67%;
    }
}
@media screen and (max-width: 1080px){
    header #header #header_top {
        display: none;
    }
    .outdoor_photo .outdoor_photo_description p{
        display: none;
    }
    header #header #header_top .site_menu{
        display: none;
    }
    #bt_menu{
        display: block;
    }
    header #header #header_bottom .central{
        padding: 2rem 1rem 2rem 1rem;
        display: flex;
        flex-wrap: wrap;
        z-index: 999;
        position: relative;
        background: linear-gradient(#801820 0, #701520 6rem , #801820 12rem);
    }
    header #header #header_bottom .central #header_bottom_left {
        width: 100%;
    }
    header #header #header_bottom #header_bottom_left .logo{
        width: 100%;
        height: 6rem;
        float: none;
        background-size: contain;
        background-position: 1rem;
    }
    header #header #header_bottom #header_bottom_right{
        display: none;
        width: 100%;
        float: none;
        text-align: left;
    }
}
@media screen and (max-width: 1000px){
    footer #footer #footer_top #logo_column{
        width: 100%;
        height: 10rem;
        margin-bottom: 4rem;
    }
    footer #footer #footer_top #logo_column .logo{
        background-size: contain;
        width: 100%;
    }
    footer #footer #footer_top #address_column{
        width: 100%;
        padding: 2.5rem 0;
        border-right: 0px solid #707070;
        border-left: 0px solid #707070;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
        margin-bottom: 2rem;
    }
    footer #footer #footer_top #contact_column{
        width: 100%;
    }
    footer #footer #footer_bottom #attendence_column{
        width: 100%;
        margin-bottom: 5rem;
        padding: 0rem;
        text-align: center;
    }
    footer #footer #footer_bottom .central{
        align-items: center;
    }
    footer #footer #footer_bottom #attendence_column{
        width: 50%;
        margin-bottom: 4rem;
        padding: 0 2rem;
    }
    footer #footer #footer_bottom #attendence_column #attendence{
        width: 100%;
        margin: 0;
    }
    footer #footer #footer_bottom #form_column{
        width: 50%;
        padding: 0rem 2rem;
    }
    footer #footer #footer_bottom #sitemap_column{
        display: none;
    }
}
@media screen and (max-width: 900px){
    .team_outdoor div span{
        font-size: 4.5rem;
        line-height: 5.5rem;
    }
}
@media screen and (max-width: 800px){
    h1{
        font-size: 5rem;
        line-height: 5.7rem;
    }
    h2{
        font-size: 3.2rem;
        line-height: 4rem;
    }
    p{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    footer #footer #footer_bottom #attendence_column{
        width: 100%;
        text-align: center;
    }
    footer #footer #footer_bottom #form_column{
        width: 100%;
        max-width: 50rem;
        padding: 0rem;
        text-align: center;
    }
    footer #footer #footer_bottom #credits{
        margin: 3rem 0rem 0;
    }
    .outdoor_right,
    .outdoor_left{
        min-height: 35rem;
        transition: ease-in-out .5s;
    }
    .outdoor_right p,
    .outdoor_left p{
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
    .outdoor_right .outdoor_description{
        padding-right: 4rem;
    }
    .outdoor_left .outdoor_description{
        padding-left: 4rem;
    }

    .blog_posts .posts_list{
        justify-content: space-around;
    }
    .blog_posts{
        text-align: center;
    }
    .blog_posts .title_detail{
        margin: 1rem auto 0;
    }
    .blog_posts .posts_list li{
        max-width: 40rem;
        width: 100%;
        text-align: left;
    }
    .blog_posts .posts_list li .post_image{
        height: 30rem;
    }
}
@media screen and (max-width: 700px){
    footer #footer .budget_outdoor .budget_outdoor_description{
        width: 60%;
    }
    .outdoor_right .outdoor_description{
        background: linear-gradient(to left, #353535de 0%, #35353530 75% , #35353500 100%);
        padding-left: 25%;
        padding-right: 1rem;
    }
    .outdoor_left .outdoor_description{
        background: linear-gradient(to right, #353535de 0%, #35353530 75% , #35353500 100%);
        padding-right: 25%;
        padding-left: 1rem;
    }   
    .outdoor_right .outdoor_description,
    .outdoor_left .outdoor_description{
        width: 100% !important;
        transition: ease-in-out 1s;
        position: relative;
        z-index: 1000;
    }
    .outdoor_right{
        flex-direction: row-reverse;
    }
    .outdoor_left{
        flex-direction: row;
    }
    .outdoor_right,
    .outdoor_left{
        border-top: 2px solid #fff;
    }
    .outdoor_right .outdoor_description h1{
        color: #fff !important;
    }
    .outdoor_right .outdoor_description p{
        color: #fff !important;
    }
    .outdoor_left .outdoor_description h1{
        color: #fff !important;
    }
    .outdoor_left .outdoor_description p{
        color: #fff !important;
    }
    .outdoor_left .outdoor_photo,
    .outdoor_right .outdoor_photo{
        width: 100% !important;
        transition: ease-in-out 1s;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    .outdoor_right:hover .outdoor_photo .outdoor_photo_description,
    .outdoor_left:hover .outdoor_photo .outdoor_photo_description{
        pointer-events: none;
        opacity: 0;
    }
    .team_outdoor div{
        margin: 0 1rem;
    }
    .team_outdoor div span{
        font-size: 3rem;
        line-height: 4.5rem;
    }

}
@media screen and (max-width: 600px){
    footer #footer #footer_bottom #sitemap_column{
        text-align: center;
        width: 100%;
    }
    .outdoor_right .outdoor_description{
        padding-left: 10%;
    }
    .outdoor_left .outdoor_description{
        padding-right: 10%;
    }  
    footer #footer .budget_outdoor{
        height: 30rem;
        background-position: -60rem;
    }
    footer #footer .budget_outdoor .budget_outdoor_description{
        width: 75%;
    } 
}
@media screen and (max-width: 500px){
    #whatsapp_call{
        bottom: 1.5rem;
        right: 1.5rem;
    }    
    .outdoor_description h1{
        max-width: 24rem;
    }
    h1{
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
    h2{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    footer #footer .budget_outdoor{
        background: #A22C35;
    }
    footer #footer .budget_outdoor .budget_outdoor_description{
        width: 100%;
    }
    footer #footer .budget_outdoor .budget_outdoor_description p{
        font-size: 1.3rem;
    }
    footer #footer .budget_outdoor .budget_outdoor_description .budget .budget_solicitation{
        margin-top: 3rem;
        padding: 1rem 2rem;
        font-size: 1.3rem;
        line-height: 1.9rem;
        font-weight: 800;
    }
    footer #footer #footer_top #logo_column .logo{
        background-size: 60%;
    }
    footer #footer #footer_bottom #credits #rights{
        width: 100%;
        text-align: center;
        padding: 2.3rem 0rem 0rem;
    }
    footer #footer #footer_bottom #credits #developed{
        text-align: center;
    }
}
