@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: poppins, 'arial', sans-serif;
}
*::selection {
    background: #6717cd;
    color: #e1e1e1;
    border-radius: 22px;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #e1e1e1;
}
.header-top{
    width: 100%;
    height: 80px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding: 0 40px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-touch-callout: none; 
    -webkit-user-select:   none; 
     -khtml-user-select:   none; 
       -moz-user-select:   none; 
        -ms-user-select:   none; 
            user-select:   none;
}
.logo-ensemble{
    width: 250px;
}
.header-nav ul{
    display: flex;
}
.header-nav li{
    margin: 0 10px;
}
.header-nav a{
    font-weight: 700;
    font-size: 18px;
    transition: .5s;
    text-decoration: none;
    color: #e1e1e1;
}
.header-nav a:hover{
    color: #6717cd;
}
.hero{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0)), url(../images/banner_principal.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.hero-title{
    width: 70%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 6.5vmin;
    color: #e1e1e1;
}
.hero-link{
    border: 1px solid #6717cd;
    background-color: #6717cd;
    padding: 12px 30px;
    border-radius: 70px;
    font-size:3vmin;
    transition: .5s;
    font-weight:700;
    text-transform: uppercase;
    text-decoration: none;
    color: #e1e1e1;
    -webkit-touch-callout: none; 
    -webkit-user-select:   none; 
     -khtml-user-select:   none; 
       -moz-user-select:   none; 
        -ms-user-select:   none; 
            user-select:   none;
}
.hero-link:hover{
    background-color: transparent;
    box-shadow: 0 0 1em #ccc;
    transform: scale(1.06);
}
.who-we-are{
    width: 90%;
    height: 100vh;
    margin: 0 auto;
    padding: 0 80px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #1e1e1e;
}
.who-we-are .who-we-are-title{
    font-size: 6vmin;
    color: #6717cd;
}
.who-we-are .who-we-are-text{
    width: 80%;
    font-size: 3vmin;
    color: #1e1e1e;
    font-weight: 500;
}
.therapeutic{
    width: 100%;
    height: 70vh;
    margin: 20px auto;
    padding: 30px auto;
    background-image: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,0)), url(../images/BG_icones.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.therapeutic .therapeutic-title{
    font-size:6vmin;
    width: 80%;
    color: #6717cd;
    margin: 30px auto 20px;
    text-align: left;
}
.icon-area{
    display: flex;
    width: 85%;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
}
.icon-area-item {
    margin: 15px;
    display: flex;
    flex-direction: column;    -webkit-touch-callout: none; 
    -webkit-user-select:   none; 
     -khtml-user-select:   none; 
       -moz-user-select:   none; 
        -ms-user-select:   none; 
            user-select:   none;
}
.icon-area-item p{
    text-align: center;
    font-weight: 900;
    margin-top: 20px;
    color: #6717cd;
}
.icon-area-item img{
    width: 100%;
}
.team{
    width: 100%;
    margin: 60px auto;
    padding: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team .team-title{
    font-size:6vmin;
    width: 80%;
    color: #6717cd;
    margin: 30px auto 10px;
    text-align: left;
}
.team-subtitle{
    font-size: 3vmin;
    width: 80%;
    margin: 5px auto 45px;
    color: #1e1e1e;
    text-align: start;
    font-weight: 300;
}
.team-group, .team-group-two{
    display: flex;
    width: 80%;
    flex-direction: row;
    justify-content: left;
    margin: 0 auto;
}
.team-person {
    margin: 10px;
    display: flex;
    flex-direction: column;
    width: 30%;
    -webkit-touch-callout: none; 
    -webkit-user-select:   none; 
     -khtml-user-select:   none; 
       -moz-user-select:   none; 
        -ms-user-select:   none; 
            user-select:   none;
}
.team-person p{
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    font-size: 2.5vmin;
}
.team-person img{
    width: 100%;
    border-radius: 22px;
}
.news{
    width: 100%;
    margin: 20px auto 0px;
    padding: 80px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1)), url(../images/BG_noticias.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.news-title{
    font-size: 6vmin;
    width: 80%;
    text-align: start;
    margin: 10px auto;
    color: #6717cd;
}
.news .news-list {
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-evenly;
    gap: 40px 20px; 
  }
  
  .news .news-list-item {
    width: 45%; 
    box-sizing: border-box;
  }
.news .news-list-item-title{
    font-size: 4vmin;
    margin-top: 20px;
}
.news .news-list-item p{
    font-size: 3vmin;
    margin: 10px 0 40px
}
.news .news-image{
    width: 100%;
    border-radius: 16px;
    transition: .8s ease;
    -webkit-touch-callout: none; 
    -webkit-user-select:   none; 
     -khtml-user-select:   none; 
       -moz-user-select:   none; 
        -ms-user-select:   none; 
            user-select:   none;
}
.news .news-image:hover{
    transform:scale(1.14);
}
.btn{
    border: 1px solid #6717cd;
    background-color: #6717cd;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 2.45vmin;
    transition: .5s;
    -webkit-touch-callout: none; 
    -webkit-user-select:   none; 
     -khtml-user-select:   none; 
       -moz-user-select:   none; 
        -ms-user-select:   none; 
            user-select:   none;
}
.btn:hover{
    background-color: transparent;
    color: #6717cd;
    box-shadow: 0 0 1em #ccc;
    transform: scale(1.06);
}
.scroll-active{
    background-color: rgba(0, 3, 93, 0.534);
}
#contato{
    display: flex;
    flex-direction: column;
    background-color: transparent;
    width: 100%;
    padding: 30px;
    background: rgb(103,23,205);
    background: linear-gradient(207deg, rgba(103,23,205,1) 40%, rgba(40,113,250,1) 100%);
}
.block-one{
    width: 80%;
    color: #fff;
    font-size: 3vmin;
    font-weight: 400;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}
.block-one .logo-ensemble-footer{
    width: 300px;
    -webkit-touch-callout: none; 
    -webkit-user-select:   none; 
     -khtml-user-select:   none; 
       -moz-user-select:   none; 
        -ms-user-select:   none; 
            user-select:   none;
}
.mail h6{
    font-size: 4vmin;
    font-family: poppins;
}
.mail a:hover{
    text-decoration: underline;
    text-decoration-color:#2871fa;
    transition: .5s ease;
}
.log{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 25px;
    width: 85%!important;
    margin: 0 auto;
    -webkit-touch-callout: none; 
    -webkit-user-select:   none; 
     -khtml-user-select:   none; 
       -moz-user-select:   none; 
        -ms-user-select:   none; 
            user-select:   none;
}
.log-link{
    margin: auto 10px;
    -webkit-touch-callout: none; 
    -webkit-user-select:   none; 
     -khtml-user-select:   none; 
       -moz-user-select:   none; 
        -ms-user-select:   none; 
            user-select:   none;
}
.log-link .log-tribe{
    width: 170px;
}
.log-link .log-bcri{
    width: 130px;
}
.log-link .log-md{
    width: 150px;
}
.log-link .log-galen{
    width: 170px;
}
.log-link .log-netmd{
    width: 140px;
}
.log-link .log-obr{
    width: 210px;
}
.log-link .log-hemo{
    width: 190px;
}
@media screen  and (max-width: 950px) {
    .icon-area-item {
        width: 20%;
        margin: 0 auto;
    }
    .icon-area-item img{
        width: 70%;
        margin: 0 auto;
    }
    .icon-area-item p{
        font-size: 2vmin;
    }
}
@media screen  and (max-width: 840px) {
    .log{
        flex-direction: column;
        justify-content: center;
        width: 85%
    }
    .log-link{
        margin: 10px auto;
    }
    .log-link .log-bcri{
        width: 150px;
    }
    .log-link .log-md{
        width: 180px;
    }
    .log-link .log-galen{
        width: 180px;
    }
    .log-link .log-netmd{
        width: 150px;
    }
    .log-link .log-obr{
        width: 220px;
    }
    .log-link .log-hemo{
        width: 220px;
    }

}
@media screen  and (max-width: 768px) {
    .news .news-list-item {
        width: 100%; 
      }
    .who-we-are{
        width: 95%;
    }
    .who-we-are-text{
        width: 100%;
    }
    .team-group,.team-group-two, .block-one{
        width: 90%;
        flex-direction: column;
    }
    .hero-title{
        text-align: center;    
    }
    .team-person{
        margin: 20px auto;
        width: 60vmin;
    }
}
@media screen  and (max-width: 740px) {
    .header-top{
        margin: auto;
        height: 90px;
    }
    .header-nav{
        display: none;
    }
    .icon-area, .team-group,.team-group-two, .block-one{
        width: 90%;
        flex-direction: column;
    }
    .therapeutic{
        height: 1500px;
    }
    .icon-area-item {
        width: 65%;
        margin: 10px auto;
    }
    .icon-area-item img{
        width: 170px;
        margin: 0 auto;
    }
}
@media screen  and (max-width: 600px) {
    .therapeutic{
        height: 1300px;
    }
    .icon-area-item {
        width: 45%;
        margin: 5px auto;
    }
    .icon-area-item img{
        width: 60%;
        margin: 0 auto;
    }
}
@media screen  and (max-width: 550px) {
    .news-list{
        flex-direction: column;
    }
    .news .news-list-item{
        width: 90%;
        margin-bottom: 50px;
    }
    .who-we-are .line-who-we-are{
        width: 50vmin;
    }
    .who-we-are .who-we-are-text{
        width: 90%;
        color: #1e1e1e;
        font-weight: 700;
    }
    #contato{
        flex-direction: column;
    }  
    .logo-ensemble-footer{
        margin-bottom: 20px;
    }
    .logos-grupo{
        width: 100%;
    }
}