/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users.
Version: 4.13.4
*/

/*==================================================
=            BABY NANI - PERFIL PROFESIONAL
==================================================*/

.bn-profile{
    max-width:1200px;
    margin:60px auto;
    padding:25px;
}

.bn-hero{
    background:#fff;
    border-radius:24px;
    padding:40px;
    display:grid;
    grid-template-columns:380px 1fr;
    gap:50px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.bn-photo img{
    width:100%;
    display:block;
    border-radius:20px;
    object-fit:cover;
}

.bn-name{
    font-size:46px;
    line-height:1.2;
    color:#18362F;
    margin:0 0 25px;
}

.bn-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:30px;
}

.bn-tags span{
    background:#EEF7F4;
    color:#18362F;
    padding:10px 18px;
    border-radius:40px;
    font-size:15px;
    font-weight:600;
}

.bn-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-top:25px;
}

.bn-item{
    background:#FAFAFA;
    border:1px solid #ECECEC;
    border-radius:16px;
    padding:18px;
}

.bn-item strong{
    display:block;
    color:#18362F;
    margin-bottom:8px;
    font-size:15px;
}

.bn-item p{
    margin:0;
    color:#555;
    line-height:1.7;
}
.bn-services{
    margin-top:35px;
}

.bn-services h2{
    color:#18362F;
    margin-bottom:15px;
    font-size:28px;
}

.bn-services ul{
    margin:0;
    padding-left:22px;
}

.bn-services li{
    margin-bottom:10px;
    line-height:1.7;
}

.bn-button{
    display:inline-block;
    margin-top:35px;
    background:#F4C542;
    color:#222;
    padding:18px 38px;
    border-radius:50px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    transition:all .25s ease;
}

.bn-button:hover{
    background:#E2B42B;
    transform:translateY(-2px);
}

.bn-section{
    background:#fff;
    margin-top:35px;
    border-radius:24px;
    padding:40px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.bn-section h2{
    color:#18362F;
    margin-top:0;
    margin-bottom:20px;
    font-size:32px;
}

.bn-about{
    color:#555;
    font-size:18px;
    line-height:1.9;
}

.bn-video iframe{
    width:100%;
    aspect-ratio:16/9;
    border:0;
    border-radius:18px;
}

.bn-video video{
    width:100%;
    border-radius:18px;
    display:block;
}

@media(max-width:900px){

    .bn-profile{
        padding:15px;
        margin:30px auto;
    }

    .bn-hero{
        grid-template-columns:1fr;
        gap:30px;
        padding:25px;
    }

    .bn-name{
        font-size:34px;
    }

    .bn-grid{
        grid-template-columns:1fr;
    }

    .bn-button{
        width:100%;
        text-align:center;
    }

    .bn-section{
        padding:25px;
    }

}