/*
Author: Diego Fernandes
Description: Cliente Jorge Zbeidi
Version: 1.1
Tags: Parnet
Text Domain: Parnet Padrão
*/

/*01 - Conteúdo PC*/

/*HEADER*/

:root 
        {
            --font1: "Gotham HTF Book";
            --font2: "Gotham";
            --bege: #C3B3A7;
            --bege2: #D6D5D2;
            --verde: #0E4852;
            --azul: #252160;
            --vermelho: #761012;
            --preto: #221E20;
            --cinza: #3E3E3E;
            --gold: #ffda89; /* Nova variável para a cor dourada */
        }
        
        @font-face {font-family: "Gotham HTF Book";
          src: url("fonts/gothamHTF.eot"); /* IE9*/
          src: url("fonts/gothamHTF.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
          url("fonts/gothamHTF.woff2") format("woff2"), /* chrome、firefox */
          url("fonts/gothamHTF.woff") format("woff"), /* chrome、firefox */
          url("fonts/gothamHTF.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
          url("fonts/gothamHTF.svg#Gotham HTF Book") format("svg"); /* iOS 4.1- */
        }
        
        @font-face {font-family: "Gotham";
          src: url("fonts/gothamReg.eot"); /* IE9*/
          src: url("fonts/gothamReg.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
          url("fonts/gothamReg.woff2") format("woff2"), /* chrome、firefox */
          url("fonts/gothamReg.woff") format("woff"), /* chrome、firefox */
          url("fonts/gothamReg.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
          url("fonts/gothamReg.svg#Gotham") format("svg"); /* iOS 4.1- */
        }
        
        body { -webkit-font-smoothing: antialiased; overflow-x: hidden; font-family: var(--font1); margin: 0; }
        html { scroll-behavior: smooth}
        
        a { text-decoration:none; transition: all .25s ease}
        p { line-height: 160%; font-size: 15px; }
        
        h1, h2, h3 { font-family: var(--font2); font-weight: normal; }

        img { border:0; vertical-align:top; }
        
 .zappp	{ width: 50px; height: 50px; border-radius: 50%; text-align: center; line-height: 60px; font-size: 30px; color: #FFF; bottom: 40px; right: 30px; z-index: 9999; position: fixed; 
          animation: animar 1s infinite alternate; background-color: #128C7E; transition: all .15s ease
        }
        @-webkit-keyframes animar {
            0% { background-color: #128C7E; transform: scale(1)} 
            100% { background-color: #25D366; transform: scale(1.1)}
        }
        .zappp:hover { animation: none; transform: scale(1.2); transition: all .15s ease; background-color: #25D366; }

        .header { width: 100%; position: absolute; top: 0; left: 0; z-index: 99}
        .menu { padding: 40px 0; margin: 0 auto; width: 90%; max-width: 1100px; }
        .logo { width: 250px; }
        
        
        .bgRule { background-position: center; background-repeat: no-repeat; background-size: cover; }
      
        .banner { width: 100%; background-color: var(--cinza); height: 800px; color: var(--bege); display: flex; align-items: center; position: relative; }

        .centra { width: 90%; max-width: 1100px; margin: 0 auto; }
        
        .banner .centra { display: flex; justify-content: space-between; }
        
        .lados { width: calc(50% - 50px);}
        
        .jorge { width: 52%; margin: 0 0 0 -5vw; max-width: 650px; position: absolute; bottom: 0; }
        
        h1 { font-size: 44px; letter-spacing: 3px; line-height: 130%; }
        
        
        .banner h1 { max-width: 390px; margin: 0; }
        .banner p { max-width: 450px; margin: 30px 0 0 0}
        
        .saiba { display: table; font-size: 14px; border: 1px solid var(--bege); color: var(--bege); padding: 16px 20px; margin: 30px 0 0 0;}
        .saiba:hover { background-color: var(--bege); color: var(--preto); }
        
        
           .sec1 { color: var(--bege); background-color: var(--preto); padding: 100px 0;}
        .sec1 .centra { max-width: 940px; display: flex; justify-content: space-between;  align-items: center; }
        .sec1 h2 { max-width: 400px;}
        
        .jorge2 { width: 100%; }
        
        .sobH2 { letter-spacing: 5px; margin: 0 0 5px 0 }
        
        h2 { font-size: 35px; line-height: 120%; margin: 0 0 30px 0; text-transform: uppercase; letter-spacing: 2px; }
    
      .sec2 {width: 100%; text-align: center; color: var(--bege); background: linear-gradient(0deg, var(--bege) 0%, var(--bege) 100px, var(--preto) 100px, var(--preto) 100%)}
        .sec2 h2, .sec4 h2 { margin: 15px 0;}
        .subP { width: 100%; max-width: 480px; font-size: 14px; margin: 0 auto; display: block; }
        
        .fotosClinica { margin: 70px auto 0 auto; max-width: 940px; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap;}
        .umaFoto { width: calc(33.33% - 15px); display: block; height: 200px; margin: 0 0 25px 0;}
        
        
         .sec3 { padding: 20px 0 100px 0; background: linear-gradient(0deg, var(--preto) 0%, var(--preto) 300px, var(--bege) 300px, var(--bege) 100%)}    

    .umaExplica { width: 90%; max-width: 1200px; box-sizing: border-box; padding: 20px 0 10px 0; position: relative; background-color: var(--preto); color: #FFF; margin: 120px auto; }    
    
    .central { width: calc(100% - 40px); margin: 0 auto; max-width: 940px; display: flex; align-items: center; justify-content: space-between; }

    .umaExplica img { width: 100%; max-width: 300px;  transform: scale(1.3)}    

    .umaExplica:nth-child(1) { margin-top: 100px;}
    
    .umaExplica:nth-of-type(even) {background-color: var(--cinza)}    
    .umaExplica:nth-of-type(even) img { order: 1}
    .umaExplica:nth-of-type(even) .lados { order: 2}
    
    .umaExplica:last-child { margin-bottom: 0;}

    .sec4 {width: 100%; text-align: center; padding: 30px 0 100px 0; color: var(--bege); background-color: var(--preto) }
        
        .fotosTrata { margin: 70px auto 0 auto; max-width: 940px; display: flex; align-items: flex-start; justify-content: center; gap:22px; flex-wrap: wrap;}
        .umaFotoTrat { width: calc(33.33% - 15px); height: 200px; display: flex; align-items: center; justify-content: center; margin: 0;}
    .umaFotoTrat b { display: table; padding: 5px; background-color: var(--preto); color: #FFF; text-transform: uppercase; font-family: var(--font2); font-weight: normal; transition: all .25s ease }
    .umaFotoTrat:hover b { transform: scale(1.1)}
    
    .sec5 { background-color: var(--bege2); position: relative; padding: 100px 0; box-sizing: border-box; }
    .sec5 .centra { background-color: var(--cinza); padding: 90px 20px; box-sizing: border-box; color: #FFF; }
    .segAg { width: 100%; max-width: 900px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
    .segAg p { max-width: 370px;}
    .jorgeAg { width: 50%; max-width: 470px; position: absolute; bottom: 0; }
    

    .saiba2 { display: table; text-align: center; min-width: 300px; font-size: 14px; font-weight: 700; border: 1px solid #FFF; color: #FFF; padding: 16px 20px; margin: 30px 0 0 0;}
    .saiba2:hover { background-color: var(--bege); border-color: var(--bege); color: var(--preto); }


.saude { padding: 0 0 100px 0; width: 100%; }
        .saude h2 { text-align: center; max-width: 800px; display: block; margin: 0 auto; }
        .saude h3 { text-align: center;  text-transform: uppercase; display: block; margin: 0 auto; font-weight: 400!important; color: #FFF;  }
        
        .boxPassos { width: 100%; margin: 50px 0 0 0; flex-wrap: wrap; display: flex; align-items: flex-start; justify-content: space-between; }
        
        .umBoxPasso { width: calc(25% - 16px); height: 170px; position: relative; }
        .umBoxPasso:before { content: ''; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; font-weight:  600; font-size: 17px; background-color: var(--bege); color: var(--cinza); z-index: 9; position: absolute; bottom: 20px; left: -15px; border-radius: 50%; }
        .umBoxPasso b { font-weight: 600; line-height: 150%; color: #FFF; font-size: 17px; background-color: rgba(0,0,0,.6); box-sizing: border-box; padding: 0 10px 20px 25px; width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; align-items: flex-end; }
        
        .umBoxPasso:nth-child(1):before { content: '1';}
        .umBoxPasso:nth-child(2):before { content: '2';}
        .umBoxPasso:nth-child(3):before { content: '3';}
        .umBoxPasso:nth-child(4):before { content: '4';}
    
    
    .faqParte { padding: 100px 0; background-color: var(--cinza); color: #FFF; }
    
    .umapergunta { margin: 0 0 20px 0; }
    .umapergunta b { width: 100%; color: var(--cinza); cursor: pointer; display: block; padding: 20px; box-sizing: border-box; font-size: 18px; font-weight: 600; position: relative; background-color: var(--bege); }
    .umapergunta b:after {content: url('https://api.iconify.design/mdi/chevron-down.svg?color=%233e3e3e&width=30'); transform: rotate(-90deg); transition: all .15s ease; position: absolute; top: 13px; right: 20px; }
    
    .respPerg { height: 0px; box-sizing: border-box; overflow: hidden; margin: 0; padding: 0 20px; transition: all .25s ease }
    
    .perguntaAberta .respPerg { height: auto!important; padding: 10px 20px!important;}
    .perguntaAberta b:after { transform: rotate(0deg)!important;}
    

    .footer { padding: 70px 0 20px 0; background-color: var(--preto); color: #FFF;}
    .logoFoot { width: 100%; max-width: 280px; margin: 0 auto; display: block; }
    
    .holdaFoot { width: 100%; max-width: 1000px; margin: 50px auto; display: flex; justify-content: space-between; align-items: flex-start}
    .colFoot { font-size: 13px; box-sizing: border-box; padding: 5px 30px; text-align: center; }
    .colFoot b { display: block; font-size: 14px; font-weight: normal; margin: 0 auto 20px auto;}
    .colFoot p { font-size: 13px; line-height: 150%;}
    
    .colFoot:nth-child(1) { width: 350px;}
    .colFoot:nth-child(1) p { max-width: 220px; margin: 0 auto; }
    .colFoot:nth-child(2) { width: 250px; border: 1px solid #FFF; border-top: 0; border-bottom: 0; }
    .colFoot:nth-child(3) { width: 350px; }

    
    .aFoot { line-height: 150%; display: block; margin: 0 auto; color: #FFF;}
    .aFoot:hover { text-decoration: underline; }
    
    .midiasFoot { margin: 10px 0 0 0; text-align: center; }
    .midiasFoot a { font-size: 16px; margin: 0 3px; color: #FFF; }
    .midiasFoot a:hover { color: var(--bege); }
    
    .base { width: 90%; margin: 30px auto 0 auto; text-align: center; font-size: 12px; color: #FFF;}
    .base a { color: #FFF; }
    .base a:hover { text-decoration: underline; }


/* ==== GOLDINCISION SPECIFIC STYLES ==== */
.gold-text { color: var(--gold); }
.gold-border { border-color: var(--gold) !important; }
.gold-bg { background-color: var(--gold) !important; }

.saiba.gold-button { border: 1px solid var(--gold); color: var(--gold); }
.saiba.gold-button:hover { background-color: var(--gold); color: var(--preto); }

.saiba2.gold-button { border: 1px solid var(--gold); color: var(--gold); }
.saiba2.gold-button:hover { background-color: var(--gold); border-color: var(--gold); color: var(--preto); }

.umBoxPasso:before { background-color: var(--gold) !important; color: var(--cinza) !important; }

.sec7 .umaFotoTrat { border: 2px solid var(--gold); }
.sec7 .umaFotoTrat:hover { background-color: var(--gold); }
.sec7 .umaFotoTrat:hover b { color: var(--preto); }

.faqParte b { background-color: var(--gold) !important; color: var(--cinza) !important; }
.faqParte b:after { content: url('https://api.iconify.design/mdi/chevron-down.svg?color=%233e3e3e&width=30'); }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: var(--gold); width: 25px; }


@media screen and (max-width: 1000px)
{
    .logo { width: 180px; margin: 0 auto; display: block; }
    .centra { max-width: 450px;}
    
    h1 { font-size: 29px;}
    .lados { width: 100%; }
    
    .banner { height: 600px; padding-bottom: 300px;  }
    .banner .centra { display: block; }
    
    .saiba {padding: 13px 20px;}
    
    .jorge { width: 100%; max-width: 400px; left: 50%; margin: 0 0 0 -200px; }
    
    .sec1 {padding: 60px 0;}
    .sec1 .centra { display: block; max-width: 450px; }
    .jorge2 { margin-bottom: 40px }
    
    h2 { font-size: 25px;}
    
    
    .sec3 { padding: 20px 0 70px 0;  background: linear-gradient(0deg, var(--preto) 0%, var(--preto) 160px, var(--bege) 160px, var(--bege) 100%); } 

    .fotosClinica { margin: 30px auto 0 auto;}
    
    .umaFoto { width: calc(50% - 5px); height: 140px; margin: 0 0 10px 0;}
    
    .umaExplica { max-width: 450px; margin: 0 auto 70px auto; }
    
    .umaExplica img { width: 100%; max-width: 300px; transform: scale(1.2); margin: 60px auto 0 auto;}
    
    .central { display: block; }
    
    .umaExplica:nth-child(1) { margin-top: 40px;}
    
    .umaFotoTrat { width: calc(50% - 2px); height: 140px; margin: 0 0 4px 0;}
    .umaFotoTrat b {font-size: 12px;}
    
    .fotosTrata { margin: 40px auto 0 auto;}
    
    .sec4 { padding: 30px 0 60px 0}
    .sec5 {padding: 60px 0 250px 0;}
    .sec5 .centra {padding: 40px 25px 240px 25px;}
    
    .logoFoot { max-width: 200px;}
    
    .segAg .lados:nth-child(1) { width: 0px}
    .segAg .lados:nth-child(2) { width: 100%}
    
    .jorgeAg { width: 90%; max-width: 320px;}
    
    .footer { padding: 50px 0 20px 0;}
    
     
    .holdaFoot { display: block; margin: 30px auto 50px auto;}
    .colFoot { padding: 20px 0;}
    
    .colFoot:nth-child(1) { width: 100%;}
    .colFoot:nth-child(2) { width: 100%; border: 1px solid #FFF; border-left: 0; border-right: 0; }
    .colFoot:nth-child(3) { width: 100%; }

    
    .saiba2 {  min-width: 100px;}

    .umBoxPasso { width: calc(50% - 10px); margin-bottom: 20px;  }
    
}