/*AGC*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap');

.profile-info {
    margin-bottom: 25px; 
}

.profile-img{
    width: 80%; 
    max-width: 350px; 
}

.img-atencion{
    width: 80%; 
    max-width: 350px;
}

.profile-img-section { 
    position: relative;
}

.profile-img-line {
    background-color: var(--secundary-color); 
    height: 15px; 
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;

}

.profile {
    text-align: center; 
}

.profile-title {
    font-size: 35px;

    margin: 0;
    color: var(--primary-color);
    font-family: 'Noto Sans', sans-serif;
}


.profile-details {
    font-size: 18px;
    line-height: 1.3; 
    max-width: 450px; 
    margin: 20px auto;
    color: black;
}


.profile-btn:hover {
    filter: brightness(130%); 
    
}

@media (min-width: 950px) {
    .profile-info {
        margin-bottom: 0; 
    }
    
    .profile-img{
        width: 100%; 
        max-width: 350px; 

    }

    .img-atencion{
        width: 100%; 
        max-width: 500px; 

    }
    
    .profile {
        text-align: left; 
        display: flex; 
        justify-content: space-between; 
        max-width: 980px; 
        margin: 0 auto; 
        align-items: center; 
    }
    
    .profile-title {
        font-size: 30px;
    }
    
    .profile-details {
        font-size: 20px;
        margin: 30px 0;
    }
    
    .profile-btn {
        font-size: 28px;
    }
}
