/*****
GERAL
*********/
html,body{
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/*****
HEADER
*********/

.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 100;
}


header {
    padding: 40px 0;
    /* background-image: url(img/cover_tricospa.jpg); */
    /* background-image: url(img/supertricospa.jpg); */
    /* background-image: url(img/tricologia-banner.jpg); */
    background-image: url(img/new-banner-lp.jpeg);
    background-size: cover;
    background-position: left center;
    min-height: 50vh;
}

.header-center-brand a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-center-brand a img {
    display: inline-block;
    width: 100%;
    max-width: 260px;
    filter: invert(1);
}
header:after {
    content: "";
    position: absolute;
    inset: 0;
    filter: brightness(.6);
    /* background: #00000060; */
}

.header-center-brand {
    position: relative;
    z-index: 99;
}
/*****
Main 
*********/
section.mainfirts_sect {
    padding: 30px 0;
}

.bigtitle h1 {
    text-align: center;
    color: #262b28;
    text-transform: uppercase;
    font-weight: 600;


}

.bigtitle h1 span {
    text-transform: lowercase;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
}

.grid-sect1_ {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.unicagrid_sec1 {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 20px;
}

.unicagrid_sec1 * {
    color: #262b28;
}

.unicagrid_sec1 h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.unicagrid_sec1 p {
    font-size: 16px;
    margin: 0;
}

.unicagrid_sec1:last-of-type {
    margin: 0;
}

.sidetext_divided_section {
    padding: 50px 30px;
    background: #778b7f;
}

.sidetext_divided_section * {
    color: #FFF;
}

.center_text_divided h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
}

.center_text_divided p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.sideimage_section.image_scale_section {
    width: 100%;
    height: 400px;
    /* background: url(img/supertricospa.jpg); */
    background: url(img/tricologia-banner.jpg);
    background-size: cover;
    background-position: center center;
}

.flex_divded_section {
    display: flex;
    flex-flow: wrap-reverse;
}

section.section_mini {
    padding: 30px 0;
    position: relative;
}

.flexsection {
    text-align: center;
}

.flexsection h2, .flexsection p {
    color: #262b28;
}

.flexsection h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.flexsection p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.buttoncenter_minisection {
    margin-top: 40px;
    margin-bottom: 20px;
}

.buttoncenter_minisection a {
    display: flex;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
    background: #FECA00;
    color: #000;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}

/*.buttoncenter_minisection a:before {
    content: "";
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border: 1px solid black;
    left: -7.5px;
    top: -7.5px;
}*/

.buttoncenter_minisection a i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c6e3d4;
    margin-left: 10px;
    position: relative;
}

.buttoncenter_minisection a i:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    transform: rotate(60deg);
    left: -5px;
    top: 0;
    background: #262b28;
    left: 0;
}

section.section_mini.section_bg_chamber {
    position: relative;
    background: url(img/cover_autoestima.jpg);
    background-size: cover;
    background-position: center center;
}

.titlebig_center h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    color: #d9d9d9;
}

.groupflex-actions {
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.unicaflex-actions {
    width: 50%;
    text-align: center;
    padding: 20px;
}

.icion_fl {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 auto;
}

.icion_fl img {
    width: 100%;
}

.text-fl h3 {
    color: white;
    font-weight: 600;
    font-size: 15px;
}

section.section_mini.section_bg_chamber:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    opacity: 0.6;
}

.titlebig_center {
    position: relative;
}

section.section_mini.section_colored_green {
    background: #778b7f;
}

.title-big h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.grid_tratamentos {
    display: flex;
    flex-flow: wrap;
}

.unicatrtamento {
    width: 50%;
    position: relative;
    height: 180px;
    overflow: hidden;
    background-size: contain;
}

.bg_tratmento {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    transition: 0.4s ease all;
    background-position: center center;
}

.text-tratamet {
    color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.unicatrtamento:hover .bg_tratamento {
    transform: scale(1.12);
    transition: 0.4s ease all;
}

.text-tratamet h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 10px;
}

.text-tratamet h3 span {
    font-size: 12px;
    color: #FECA00;
    font-weight: bold;
}

.sideone_flex_scale_img {
    /* padding: 30px 15px; */
    /* position: relative; */
}

section.flex_grafismo_tricosp {
    padding: 30px 15px;
    position: relative;
    display: flex;
    flex-flow: wrap-reverse;
}

.text_center_scale h2 {
    margin: 0;
    color: #262b28;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    background: white;
}

.sideone_flex_scale_img {
    width: 100%;
    height: 300px;
    background-image: url(img/calvice_tratamento.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 7;
}

.text_scale {
    padding-bottom: 20px;
    width: 100%;
    position: relative;
}

.text_scale:before {
    width: 50%;
    height: 200%;
    border: 5px solid black;
    content: "";
    position: absolute;
    left: 2.5%;
    top: -10px;
}

.text_center_scale {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


section.section_mini.section_colored_greenligh {
    background: #c6e3d4;
}

.textcenter-titlebig h2 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #262b28;
}

.card_depoimento {
    text-align: center;
    padding: 40px;
    border: 3px solid #262b28;
    border-radius: 15px;
    min-height: 429px;
}
.desc-person h3 {
    font-weight: 600;
    letter-spacing: 0px;
    color: #262b28;
    font-size: 22px;
}

.desc-person p {
    color: #262b28;
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.profile_person {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 1000px;
    background-size: cover;
    background-position: center center;
}

footer {
    background: #262b28;
}

.whatsappguia {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.whatsappguia a {
    color: #5eae84;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    line-height: 34px;
    align-items: center;
}

.sidetwo-foter {
    padding: 30px;
    background: #35423a;
    border-radius: 50px 50px 0 0;
}

.mailfooter {
    display: flex;
    justify-content: center;
}

.mailfooter a {
    display: flex;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
}
.unicagrid_sec1 a {
    text-decoration: none;
}
.unicagrid_sec1 img {
    width: 120px;
}
.unicagrid_sec1:last-child img {
    animation: animawhats 3.5s ease-in-out infinite alternate-reverse;
}
@keyframes animawhats {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
    }
}

.unicatrtamento:nth-of-type(even) .bg_tratmento {
    background-image: url(img/covertwo_tratamento.jpg);
}

.unicatrtamento:nth-of-type(odd) .bg_tratmento {
    background-image: url(img/coverone_tratamento.jpg);
}

.unicatrtamento .bg_mesoject {
    background-image: url(img/mesoject.jpeg) !important;
}

.unicatrtamento .bg_terap-regen {
    background-image: url(img/terapia-regenerativa.jpeg) !important;
}

.unicatrtamento .bg_fotobiomodulacao {
    background-image: url(img/fotobiomodulacao-1.jpeg) !important;
}

.unicatrtamento .bg_fotona {
    background-image: url(img/fotona.jpeg) !important;
}

.unicatrtamento .bg_soroterapia {
    background-image: url(img/soroterapia.jpeg) !important;
}

.unicatrtamento .bg_terapia-cap {
    background-image: url(img/terapia-cap.jpeg) !important;
}


.unicatrtamento .bg_transplante {
    background-image: url(img/transplante.jpeg) !important;
}

.unicatrtamento .bg_mmp {
    background-image: url(img/mmp.jpeg) !important;
}


.unicatrtamento .bg_lavieen {
    background-image: url(img/lavieen.jpeg) !important;
}

.unicatrtamento .bg_mesoterapia {
    background-image: url(img/mesoterapia.jpeg) !important;
}

.text-tratamet h3 {
    background: #515159;
    opacity: 0.8;
}


.owl-carousel  .stars_person img {
    margin: 0 auto;
    width: 100px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.whatsappguia a i {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(img/whatsapp.png);
    margin-right: 20px;
    background-size: cover;
    background-position: center center;
}

.mailfooter a i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(img/mail.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: calc(50% - 20px);
}

.section_mini .owl-nav button.owl-next, .section_mini .owl-nav button.owl-prev {
    width: 55px;
    border: 3px solid #262b28;
    height: 45px;
    border-radius: 5px;
}

@media(min-width: 1024px){
    .header-center-brand a img {
        max-width: 400px;
    }
    header {
        padding: 100px 100px 300px;
        min-height: 80vh;
    }
    
    section.mainfirts_sect {padding: 80px 0;}
    
    .unicagrid_sec1 {
        width: 33%;
        margin: 20px 0 0;
    }
    
    .unicagrid_sec1:last-of-type {
        margin: 20px 0 0;
    }
    
    .bigtitle h1 {
        font-weight: 700;
        font-size: 44px;
        line-height: 38px;
    }
    
    .bigtitle h1 span {
        font-size: 34px;
        line-height: 58px;
        font-weight: 300;
    }
    
    .flex_divded_section {
        flex-flow: wrap;
    }
    
    .sideimage_section.image_scale_section {
        width: 40%;
        height: 72vh;
        transform: scale(1.1);
    }
    
    .sidetext_divided_section {
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 100px;
    }
    
    .center_text_divided h2 {
        font-size: 48px;
    }
    
    .center_text_divided p {
        font-size: 20px;
        line-height: 32px;
    }
    
    section.section_mini {
        padding: 100px 0;
    }
    
    .flexsection {
        display: flex;
        flex-flow: wrap;
    }
    
    .sideone {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .flexsection h2 {
        text-align: left;
        font-size: 36px;
    }
    
    .flexsection p {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }
    
    .buttoncenter_minisection a {
        font-size: 20px;
    }
    
    .unicaflex-actions {
        width: 20%;
        padding-bottom: 0;
    }
    
    .flex_animations_icons {
        margin-top: 50px;
    }
    
    .text-fl h3 {
        margin: 0;
        font-size: 18px;
    }
    
    .titlebig_center h2 {
        font-size: 38px;
        padding: 0px 0 20px 0;
    }
    
    .title-big h2 {
        font-size: 38px;
        padding: 0px 0 20px 0;
    }
    
    .unicatrtamento {
        width: 20%;
    }
    
    .text-tratamet h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    section.flex_grafismo_tricosp {
        flex-flow: wrap;
        padding: 100px 0;
    }
    
    .sideone_flex_scale_img {
        width: 50%;
        height: 100vh;
    }
    
    .text_scale {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .text_scale:before {
        width: 100%;
        height: 100%;
        right: 50%;
        left: auto;
        border: 2px solid black;
        top: 0;
        transform: scale(1.1);
    }
    
    .textcenter-titlebig h2 {
        margin-bottom: 50px;
        font-size: 36px;
    }
    
    .doubleside-footer {
        display: flex;
        flex-flow: wrap;
    }
    
    .sidefooter {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sidetwo-foter {
        width: 50%;
        border-radius: 100px 0 0 100px;
        padding: 50px;
    }

    .section_mini .owl-nav button.owl-next, .section_mini .owl-nav button.owl-prev {
        background: #c6e3d4;
        width: 80px;
        height: 60px;
    }
    
    .owl-nav {
        width: calc(100% + 100px);
        left: -50px;
        top: calc(50% - 40px);
    }
}

.fotos-tratamento {
    float: left;
    padding: 10px;
    width: 425px;
}

@media(max-width: 800px){
    .fotos-tratamento {
        width: 375px !important;
    }
}

@media(min-width: 1366px){
    .header-center-brand a img {
        max-width: 600px;
        margin: 50px 0;
    }
    
    section.mainfirts_sect {
        padding: 100px 0 150px 0;
    }
    
    .bigtitle h1 {
        margin-bottom: 40px;
    }
    
    .unicagrid_sec1 img {
        width: 150px;
        margin-bottom: 20px;
    }
    
    .center_text_divided {
        max-width: 800px;
    }
    
    .center_text_divided h2 {
        font-size: 62px;
        margin-bottom: 50px;
    }
    
    .center_text_divided p {
        font-size: 26px;
        line-height: 42px;
    }
    
    .flexsection {
        padding: 100px 0;
    }
    
    .flexsection h2 {
        font-size: 48px;
    }
    
    .flexsection p {
        font-size: 20px;
        line-height: 32px;
    }
    
    .buttoncenter_minisection a {
        font-size: 22px;
    }
    
    .titlebig_center h2 {
        font-size: 46px;
    }
    
    .text-fl h3 {
        font-size: 22px;
    }
    
    .icion_fl {
        width: 140px;
        height: 140px;
        margin-bottom: 0;
    }
    
    .title-big h2 {
        font-size: 46px;
    }
    
    .text-tratamet h3 {
        font-size: 25px;
        line-height: 30px;
    }
    
    .unicatrtamento {
        height: 240px;
    }
    
    .text_center_scale h2 {
        font-size: 46px;
    }
    
    .textcenter-titlebig h2 {
        font-size: 46px;
    }
}