
.img-sec {
    position: relative; 
    height: 80dvh;
    width: 100%;

    background: url('/img/img-ava.jpg') ;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.img-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); 
    z-index: 0;
}

.img-sec h2 {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 4rem;
    padding-top: 14%;
}

.img-sec p {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 1.6rem;
    margin-top: 20px;
}


.btn-csoc {
    --color: #000000;
    font-family: inherit;
    display: inline-block;
    padding: 0 20px;
    min-height: 3.4em;
    line-height: 2.5em;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid rgb(255, 255, 255);
    transition: color 0.5s;
    z-index: 1;
    font-size: 20px;
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    margin-top: 30px;
    
}

.btn-csoc:hover {
    background-color: #fff;
    color: #000000;
    transition: 600ms;
}

.btn-csoc:not(:hover) {
    background-color: transparent;
    color: #ffffff;
    transition: 600ms;
}

.container-ava {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.card-ava{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
	0 10px 10px rgba(0,0,0,0.22);
    border-radius: 15px;
    height: 50dvh;
    width: 30%;
    
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}

.card-ava h3{
    font-size: 1.6rem;
}

.card-ava p{
    font-size: 1.1rem;
}

.column-ava{
    display: flex; 
    justify-content: space-evenly; 
    align-items: center; 
    background-color: #F4F4F4; 
    height: 65dvh;
    width: 85%;
    margin: auto; 
}

.text-ava{
    font-size: 1.3rem;
    margin-top: 10px;
}

.ul-ava{
    width: 100%;
}

.ul-ava li{
    list-style: none;
    display: flex;
    text-align: left;
    padding-left: 15px;
    font-size: 1.2rem;
}

.btn-csoc-card{
     --color: #000000;
    font-family: inherit;
    display: inline-block;
    padding: 0 20px;
    min-height: 2.4em;
    
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid rgb(0, 0, 0);
    transition: color 0.5s;
    z-index: 1;
    font-size: 20px;
    border-radius: 50px;
    font-weight: 500;
    color: #000000;
    background-color: transparent;
    margin-top: 30px;
    width: 90%;
}

.btn-csoc-card:hover {
    background-color: #000000;
    color: #f4f4f4;
    transition: 600ms;
}

.btn-csoc-card:not(:hover) {
    background-color: transparent;
    color: #000000;
    transition: 600ms;
}

@media (max-width: 425px) {

    .img-text-ava{
        padding: 0 !important;
        margin-top: 70px;
       
    }

    .img-text-ava h2{
         font-size: 2rem !important;
         text-align: center;
    }

    .img-text-ava p{
        font-size: 1.1rem;
         text-align: center;
    }

    .btn-csoc{
       
        font-size: 1rem;
    }

    .btn-container-ava{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text-card-ava{
        padding: 0 !important;
        text-align: center;
    }

    .text-card-ava h3{
        text-align: center;
        font-size: 2rem !important;
    }

    .text-ava{
        font-size: 1.1rem;
    }

    .column-ava{
        flex-direction: column;
        height: 160dvh;
    }

    .card-ava{
        width: 100%;
    }
    
    .ul-ava li img{
        width: 20px;
        height: 20px;
    }

    .btn-csoc-card{
        font-size: 1rem;
    }

}

@media(max-width: 375px){
    
    .card-ava{
        height: 60vh;
    }
    
    .column-ava{
        height: 190dvh !important;
    }
}

@media(max-width: 320px){
   
}