/* Safe area para dispositivos ios */
body {
    background-color: #bfdef6;
    padding-top: env(safe-area-inset-top);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
}

.body_container{
    background-color: #ffffff;
}

.login-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2d2e83;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
    align-items: center;
    gap: 5px;
}


.login-btn svg {
    stroke: #2d2e83;
}

.login-btn{
    margin-right: 16px;
}


.cs_gescout_sticky.cs_gescout_show .cs_site_branding img{
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    width: auto;
    height: 5vh;
}

header.cs_site_header .cs_site_branding img{
    width: auto;
    height: 5vh;
}

@media (min-width: 768px) {
    header.cs_site_header .cs_site_branding img{
        height: 5vh;
    }
}

.cs_hero.cs_style_1 .cs_hero_info_wrap .cs_hero_info_col,
.cs_hero.cs_style_1 .cs_hero_info_wrap .cs_hero_info_col .cs_btn.cs_style_1{
    width: 100%;
}

@media (min-width: 768px) {
    .cs_hero.cs_style_1 .cs_hero_info_wrap {
        display: none;
    }    
}

.cs_hero.cs_style_1 .cs_hero_img {
    bottom: -36px;
}

@media (min-width: 768px) {
    .cs_hero.cs_style_1 .cs_hero_img {
        bottom: 0;
    }
    
}

.cs_footer.cs_style_1 .cs_footer_brand_text {
    width: 50%;
    /* max-width: 210px; */
}

.cs_about.cs_style_1 .cs_about_mini_img.customimgsticky{
    right: -21px;
    top: -100px;
}
.cs_about.cs_style_1 .cs_about_img .custom-junta, .cs_about.cs_style_1 .cs_about_img   img{
    border-radius: 18px;
}
 .cs_about.cs_style_1 .cs_about_img .custom_img_mini{
    border-radius: 18px;
    top: -97px;
    right: 0;
}

@media (min-width: 768px) {
    .membership_section .memberships_container .basic_membership{
        order: 3;
    }

    .membership_section .memberships_container .plate_membership{
        order: 1;
    }

    .membership_section .memberships_container .golden_membership{
        order: 2;
    }
}

@media (min-width: 768px) {
    footer .cs_text_widget img{
        width: auto;
        height: 7vh;
    }
}

.custom_paddding_beneficios{
    padding-bottom: 36px;
    padding-top: 36px;
}

@media (min-width: 768px) {
    .custom_paddding_beneficios{
        padding-bottom: 80px;
        padding-top: 0;
    }
}