*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Roboto;
}
body{
    overflow-x: hidden;
}
p{
    font-size: 1.2em;
}
.main-panel{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    padding: 50px 30px;
    width: 100%;
    height: 100vh;
    background-image: url('../images/img58.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.pane-1{
    width: 170px;
    background: #000;
    padding: 5px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pane-1 h3, .pane-2 h3{
    margin-top: 10px;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
}
.box-1{
    border-radius: 50%;
    background-color: #C2C2C2;
    width: 25px;
    height: 25px;
}
.pane-2{
    width: 140px;
    background: #000;
    padding: 5px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pane-3{
    width: auto;
    background: #000;
    padding: 5px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pane-3 h3{
    margin-top: 10px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}
.pane-7{
    width: 200px;
    background: #000;
    padding: 5px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 99;
}
.pane-7 h3{
    margin-top: 10px;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
}
.content-center{
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-center h2{
    color: #fff;
    font-size: 5em;
    text-align: center;
}
.content-center .txt_rib{
      margin-top: -12px;
    color: #fff;
    font-size: 2em;
    text-align: center;
}
.panel-about-me{
    position: relative;
    margin-bottom: 10px;
    padding: 650px 0 150px 150px;
    width: 100%;
    height: auto;
    background-image: url('../images/img4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.content-about{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pane-5{
    position: absolute;
    top: 30px;
    left: 50px;
    width: 200px;
    background: #000;
    padding: 3px;
    border-radius: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.pane-5 h3{
    margin-top: 10px;
    color: #fff;
    font-size: 1em;
    text-align: center;
}
.content-paragraphs{
    position: absolute;
    top: 250px;
    width: 600px;
    text-align: justify;
}
.content-paragraphs p{
    font-size: 1em;
}
.panel-formacao{
    position: relative;
    margin-bottom: 10px;
    padding: 680px 0 150px 150px;
    width: 100%;
    height: auto;
    background-image: url('../images/img8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.area-action{
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.content-area{
    color: #fff;
    font-size: 0.8em;
}
.panel-palestra{
    position: relative;
    margin-bottom: 10px;
    padding: 680px 0 150px 150px;
    width: 100%;
    height: auto;
    background-image: url('../images/img12.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.panel-diagn{
    position: relative;
    margin-bottom: 10px;
    padding: 550px 0 150px 150px;
    width: 100%;
    height: auto;
    background-image: url('../images/img16.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.panel-consult{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-bottom: 10px;
    padding: 550px 0 300px 0;
    width: 100%;
    height: auto;
    background-image: url('../images/img28.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.img-consult img{
    margin-top: -110px;
    width: 100%;
    height: auto;
    border-radius: 50px;
}
.content-consult{
    position: absolute;
    top: 150px;
    width: 600px;
    text-align: justify;
    margin-bottom: 35px;
}
.content-consult p{
    font-size: 1em;
}
.panel-customer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-bottom: 10px;
    padding: 150px 0 80px 0;
    width: 100%;
    height: auto;
    background-image: url('../images/img28.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.content-clients{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 800px;
}
.img-clients img{
    width: 800px;
    height: auto;
}
.panel-contacts{
    position: relative;
    padding: 150px 0 250px 0;
    width: 100%;
    height: auto;
    background-image: url('../images/img28.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.content-conts{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.content-profile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pane-10{
    width: 200px;
    background: #007ACD;
    padding: 1px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pane-10 h3{
    margin-top: 10px;
    color: #fff;
    font-size: 0.85em;
    text-align: center;
}
.txt_ass{
    margin-left: 40px;
}


