/*
Author: Diego Fernandes
Description: Cliente Jorge Zbeidi
Version: 1.1
Tags: Parnet
Text Domain: Parnet Padrão
*/

/*01 - Conteúdo PC*/

/*HEADER*/

:root 
        {
            --font1: 'Mulish', sans-serif;
            --preto: #181818;
            --bege: #DED0AC;
            --bege2: #A68A4E;
            --bege3: #CCB47D;
            --bege4: #8E703C;

            --grand: 350px;
            --grand2: 330px;
            
        }

.nosel {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
        
        
        body { -webkit-font-smoothing: antialiased; overflow-x: hidden; font-family: var(--font1); margin: 0; color: var(--preto); }
        html { scroll-behavior: smooth}
        
        a { text-decoration:none; transition: all .25s ease}
        p { font-size: 15px; line-height: 150%;}

        img { border:0; vertical-align:top; }

.wow { visibility:hidden}

 .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; }


#infoBox { display: none; align-items: center; justify-content: center; width: 100%; height: 100%; position: fixed; background-color: rgba(0,0,0,.6); z-index: 999; top: 0; left: 0}
        .ativado2 { display: flex!important}
        .holdaInfoBox { width: 90%; box-sizing: border-box; padding: 20px 15px 25px 30px; overflow: auto; position: relative; max-width: 650px; min-height: 200px; max-height: calc(100vh - 50px); border: 5px solid var(--preto); background-color: #FFF; }
        .holdaInfoBox h2 { font-size: 25px; } 
        .modais { display: none; }
        .fechar { position: absolute; top: 15px; right: 15px; cursor: pointer; font-size: 35px; color: #333; }
        
        .ativado { display: block!important; }
        
        #moda2 a { display: block; background: var(--bege2);
        background: linear-gradient(180deg, var(--bege2) 94%, var(--bege) 94%, var(--bege) 100%);
        font-family: var(--font1); position: relative; font-weight: 400; color: #493329; border-radius: 5px; font-size: 17px; margin: 0 0 5px 0; box-sizing: border-box; padding: 15px 20px; }

        #moda2 a i { position: absolute; font-size: 24px; left: 10px;}



.wrapper { overflow: hidden; }

    .header { width: 100%; position: absolute; top: 0; left: 0; padding: 35px 0 0 0; z-index: 9 }
    .menu { margin: 0 auto; width: 90%; max-width: 1300px;}
    .logo { display: block; margin: 0 auto; width: 220px; }
    .sec1 { padding: 170px 0 var(--grand) 0; position: relative; text-align: center; }
        .topoPag { font-size: 23px; font-weight: 400; margin: 0 auto; width: 100%; }
        .topoPag strong { font-weight: 700;}

.pagg1 .topoPag { max-width: 950px;}
.pagg2 .topoPag { max-width: 1030px;}

    .bgRule { background-position: center; background-repeat: no-repeat; background-size: cover; }
    .centra { width: 90%; max-width: 1300px; margin: 0 auto; }
    
    .videoHolda { width: 100%; height: 430px; overflow: hidden; max-width: 800px; border-radius: 10px; margin: 30px auto; position: relative; }
    .videoHolda:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3))}
    .videoHolda i { position: absolute; top: calc(50% - 40px); left: calc(50% - 40px); height: 80px; width: 80px; font-size: 80px; color: #FFF; cursor: pointer; transition: all .25s ease}
    .videoHolda i:hover { transform: scale(1.4); }
    .miniP { font-size: 13px; width: 100%; max-width: 600px; margin: 0 auto;}
    .saiba { display: table; font-size: 14px; font-weight: 700; padding: 13px 30px; margin: 30px auto 0 auto; color: #FFF; background-color: var(--preto); border-radius: 30px;  }
    .saiba:hover { background-color: var(--bege); color: var(--preto); }
    .det1 { position: absolute; width: 180px; top: 5vw; left: 0; }
    .det2 { position: absolute; width: 180px; top: 0; right: 70px; } 
    .det3 { position: absolute; width: 450px; top: calc(50% - 150px); right: 0; }  
    
    .holdaMeioSec { width: 100%; position:absolute; left: 0; z-index: 9}
    .sec2 { width: 90%; text-align: center; margin: -290px auto 0 auto; max-width:  1100px; background-color: var(--bege); border-radius: 15px; box-sizing: border-box; padding: 60px 20px 90px 20px}

    h2 { font-size: 29px; font-weight: 700; } 
    
    .central { width: 100%; max-width: 800px; margin: 70px auto;  display: flex; align-items: center; justify-content: space-between; }
    .umItem { width: calc(33% - 20px); }
    .fotoItem { width: 150px; height: 150px; margin: 0 auto 20px auto; border-radius: 50%; }
    .umItem b { font-size: 20px; font-weight: 700; }
    
    .chamada { color: var(--preto); box-sizing: border-box; padding: 0 0 10px 0; border-bottom: 2px solid var(--bege2)}
    
    .sec3 { padding: var(--grand2) 0 0 0; overflow: hidden; position: relative; background-color: var(--bege2)}
        .sec3 h2 { color: #FFF; text-align: center; }
        
        .stage { background-color: #FFF; margin: 30px auto -200px auto; width:  850px; height: 850px; position: relative; border-radius: 50%;}
        .infoStage { width: 100%; z-index: 9; align-items: flex-start; transform: scale(1.2); transform-origin: top; position: absolute; top: 30px; left: 0; display: flex; justify-content: space-between}
        .soprano { width: calc(28% - 20px); max-width: 220px; margin: 0 30px 0 0; height: auto; }
        .colInfos { width: calc(36% - 20px);}
        .umaInfo { background-color: var(--bege); box-sizing: border-box; border: 1px solid var(--bege2); border-radius: 5px; padding: 15px; margin: 0 0 15px 0;}
        .umaInfo p { margin: 0; }
        
        .det4 { position: absolute; bottom: 90px; left: 0; width: 200px;}
        
                .sec4 { padding: 80px 0 0 0; }
        .sec4 h2 { text-align: center; }
        
        .areas { width: 100%; max-width: 810px; flex-wrap: wrap; margin: 60px auto 0 auto; padding: 0; display: flex; align-items: center;  justify-content: center;  }
        .areas li { list-style: none; font-size: 18px; position: relative; padding: 10px 25px; margin: 8px; }
        
        .areas li::before { content: ""; position: absolute; inset: 0; border-radius: 50px; padding: 2px; background:linear-gradient(0deg,var(--bege4),var(--bege3)); 
          -webkit-mask: 
             linear-gradient(#fff 0 0) content-box, 
             linear-gradient(#fff 0 0);
          -webkit-mask-composite: xor;
                  mask-composite: exclude; 
        }
        
        .final { width: 100%; max-width: 1050px; margin: 60px auto 0 auto; }
        .final h2 {font-size: 36px; margin: 10px 0; text-align: left; }
        .pFim1 { width: 100%; max-width: 980px; margin: 0 auto; display: flex; align-items: center; }
        .txtFim { width: calc(50% - 20px); margin: 0 0 60px 60px; }
        .txtFim b { font-size: 22px; font-weight: 400; color: var(--preto);}
        .txtFim h2 { color: var(--bege2); max-width: 330px; }
        .equip { width: calc(50% - 20px); max-width: 650px; }

        .pFim2 { background-color: var(--bege2); height: 360px; border-radius: 15px; position: relative; }
        .contP2F { width: calc(100% - 40px); z-index: 99; height: 100%; position: absolute; top: 0; left: 20px; display: flex; align-items: center; justify-content: space-between;}

        .meiox {width: calc(50% - 20px); color: #FFF;}
        .meiox h2 { max-width: 300px; }
        .meiox .saiba { margin: 20px 0 10px 0;}

        .stripesHolda { width: 100%; position: absolute; left: 0; z-index: 9;}
        .stripes { width: 100%; max-width: 1450px; margin: -150px auto 0 auto; display: block; }

        .pFim3 { padding: 50px 0; width: 100%; position: relative; max-width: 950px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between;  }
        .juliana { position: absolute; width: 310px; bottom: 0; left: 0; z-index: 999 }

        .footCol:nth-child(1) { width: 280px; }
        .footCol { text-align: center; }
        .footCol h3 {color: var(--bege2); font-weight: 700; font-size: 22px; display: block; margin: 0 auto; }
        .footCol a { font-size: 14px; color: var(--preto);}
        .footCol a:hover { text-decoration: underline; }

        .icones i, .icones a { font-size: 26px;}
        .icones a { color: var(--preto); margin: 0 5px; }
        .icones a:hover { color: var(--bege); }


        .tipo2 .txtFim { order: 2}
        .tipo2 .equip { order: 1}
        
        .tipo2  .meiox:nth-child(1) { order: 2}
        .tipo2  .meiox:nth-child(2) { order: 1}
        
        .tipo2  .footCol:nth-child(1) { order: 4;}
        .tipo2  .juliana { left: auto; right: 0}

/* PAGINA 2 */

 .noBotta { padding-bottom: 50px;}        
    
     .sec2B { padding: 60px 0 var(--grand) 0; background-color: var(--preto); }
        .sec2B h2 { text-align: center; }
        .sec2B span { display: block; margin: 0 auto; color: var(--bege3) }
        .sec2B span:nth-child(2) { color: var(--bege4)}
        
        .blocaMp { width: 100%; max-width: 800px; position: relative; margin: 50px auto 0 auto; display: flex; align-items: center; justify-content: space-between; }
        .lados { width: calc(55% - 20px); order: 1; position: relative; }
    
        .morp2 { width: 45%; max-width: 250px; order: 2; position: absolute; right: 0; z-index: 99; }
        
        .oppax { position: relative; opacity: 0}
        
        .morp1 { width: 190px; position: absolute; top: -110px; left: -120px;}
        
        
        .blocoBranco { width: 100%; max-width: 950px; margin: 60px auto 0 auto; display: flex; align-items: center; justify-content: space-between;  box-sizing: border-box; padding: 40px; background-color: #FFF; border-radius: 15px;}
    .morp3 { width: calc(50% - 20px)}
    .lado2 {width: calc(50% - 20px)}
    
    .modo2 h2 { width: 100%; max-width: 650px; margin: 0 auto; }
    
    .sec3B { padding: var(--grand) 0 100px 0; background-color: var(--bege2)}
        .sec3B h2 { display: block; width: 100%; text-align: center; max-width: 470px; margin: 0 auto;}
        
        .blocoZ { width: 100%; max-width: 820px; color: #FFF; margin: 80px auto 0 auto; display: flex; align-items: center; justify-content: space-between;  box-sizing: border-box; }
        .morp4 { width: calc(50% - 20px); max-width: 320px; border-radius: 15px;}
        
        
        .moddo2 { padding-top: 60px;}
        
        .blocoZ2 { width: 100%; max-width: 820px; margin: 0 auto; display: flex; justify-content: space-between;  box-sizing: border-box; }
        .blocoZ2 h2 { text-align: left; font-size: 24px; }
        .morp5 { width: 90%; max-width: 300px; display: block; margin: 0 auto; position: relative; }
            .morp5 img { width: 100%; border-radius: 15px; }
        
        .blocoZ2 .lado2:nth-child(2) { position: relative;}
        .blocoZ2 .lado2:nth-child(2):before { content: ''; width: 100%; height: 100%; top: -30%; left: 0; border-radius: 15px; background-color: var(--bege); position: absolute; }
        
        
        
        
        .noOpx { position: absolute; z-index: 99 }
        .opaxx { opacity: 0; position: relative; }



    .faq { width: 100%; max-width: 950px; margin: 60px auto 0 auto; }
    
    .umaPerg { margin: 0 0 20px 0; }
    .umaPerg h3 { box-sizing: border-box; margin: 0; font-size: 20px; padding: 5px 40px 5px 5px; position: relative; cursor: pointer; transition: all .25s ease }
    .umaPerg h3:hover { color: var(--bege4)}
    
    
    .umaPerg h3 i { top: 5px; right: 5px; font-size: 25px; position: absolute; color: var(--preto); transition: all .25s ease}
    
    .pergAberta h3 { color: var(--bege4)}
    .pergAberta h3 i { transform: rotate(90deg)}
    .resposta { overflow: hidden; border: 1px solid rgba(0,0,0,0); border-left: 0; border-radius: 0 15px 15px 0; height: 0px; padding: 0 15px; box-sizing: border-box; transition: all .25s ease}
    .resposta p { margin: 0; padding: 0;}
    .pergAberta .resposta { height: auto!important; margin-top: 10px; padding: 18px 15px!important; border: 1px solid var(--bege); border-left: 0;}



 .lasPergs { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--bege); }
    .lP1 { width: 240px; position: relative; order: 1}
    .lP1 img { width: calc(100% + 5vw); max-width: 295px; left: -5vw; bottom: 0; position: absolute; }
    .lP2 { width: calc(100% - 250px); padding-bottom: 20px; order: 2}


.losDeps { margin: 70px 0 30px 0; }
                    
    .chamadas { width:100%; box-sizing:border-box; margin: 30px 0 0 0; padding:0 60px; }

    .owl-nav {width:100%; height:1px}
    .owl-nav div {width:30px; height:30px; line-height: 30px; background-color: transparent!important; font-size:30px!important; color:var(--bege2)!important; position:absolute; z-index:9; top:calc(50% - 30px); cursor:pointer; transition:all .2s ease}
    .owl-prev {left:10px; }
    .owl-next {right:10px; }

    .owl-prev:hover {left:0; }
    .owl-next:hover {right:0;}


    .chamadas .item {border:1px solid var(--bege); box-sizing: border-box; border-radius: 15px; padding: 20px; text-align: center; }
    .chamadas .item strong { font-size: 23px; color: var(--bege2); margin: 0 5px;}

    .owl-dots { overflow:hidden;  margin:10px auto 0 auto; display:table; }

    .owl-theme .owl-dots .owl-dot span {width: 15px; height: 10px; margin: 0 5px; background: #ddd; }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span { background: var(--bege) }


    .chamadas2 { width:100%; max-width: 1000px; box-sizing:border-box; margin: 40px auto 50px auto; padding:0 60px; }
    .chamadas2 .item { margin: 0 10px; text-align: center; }
    .chamadas2 .item b { font-size: 20px; color: var(--bege);  }

                .fotoUs { width: 180px; height: 180px; border-radius: 50%; background-color: #888; margin: 0 auto 20px auto;}


@media screen and (max-width: 1510px)
{
    .det1 { left: -40px;}
    .det3 { right: -200px;}
}

@media screen and (min-width: 1100px)
{  .tipo2  .meiox:nth-child(2) { margin: 0 0 0 50px } }

@media screen and (max-width: 1100px)
{
    
                    .fotoUs { width: 130px; height: 130px;}

    
  .chamadas { padding:0; }
  .chamadas2 { padding:0; }
    .owl-nav {display: none; }

    .owl-dots { margin:20px auto 0 auto; }

 .lasPergs { display: block; }
    .lP1 { width: 100%;}
    .lP1 img { width: 100%; max-width: 250px; left: auto; bottom: auto; position: relative; margin: 0 auto; display: block; }
    .lP2 { width: 100%; }

    
    .areas { margin: 30px auto 0 auto;}
    
    .areas li { font-size: 16px; padding: 5px 13px; margin: 2px 2px 3px 2px;}
    
    .det1 { left: -65px; width: 110px; top: 355px;}
    
    .det2 {width: 160px; top: -30px; right: -40px;}
    .det3 { right: -250px;width: 300px;}
    
    .centra { max-width: 450px;}
    
    .fotoItem { width: 120px; height: 120px; margin: 0 auto 10px auto; }
    .sec2 { padding: 20px 20px 60px 20px}
    .central { flex-wrap: wrap; justify-content: center; margin: 30px auto; }
    
    .umItem { width: calc(50% - 20px); margin: 0 10px 20px 10px;}
    
    .chamada { display: block; width: 100%; position: relative; border: 0; }
    .chamada:before { content: ''; width: 50%; left: 25%; height: 2px; background-color: var(--bege2); position: absolute; bottom: -5px;}
    
    .sec3 h2 { width: 90%; margin: 30px auto; }
    .sec3 .centra { max-width: none; width: 100%; }
    .stage { width: 100%; border-radius: 50% 50% 0 0; margin: 0 auto -2px auto; }
    .infoStage { width: 96%; max-width: 450px; margin: 0 auto; overflow: hidden; transform: scale(1); position: relative; top: auto; left: auto; display: block; }
    .soprano { width: 130px; display: block; margin: 0 auto 20px auto; clear: both; }
    .colInfos { width: calc(50% - 5px) }
    
    .colInfos:nth-child(1) { float: left;}
    .colInfos:nth-child(2) { float: right;}
    
    .umaInfo { padding: 13px 5px 13px 13px; margin: 0 0 10px 0;}
    
    .det4 { bottom: 220px; left: -70px;}
    
    .sec4 { padding: 40px 0 0 0;}
    
    
    .pFim1 { display: block; text-align: center; }
    
    .txtFim {  width: 100%; max-width: 350px; margin: 0 auto; }
    .txtFim h2 { text-align: center; } 
    
    .final h2 { font-size: 25px; margin: 8px 0;}
    .txtFim b { font-size: 18px;}
    
    .equip { width: 100%; max-width: 250px; margin: 30px auto 0 auto; display: block;}
    
    .pFim2 { height: auto; padding: 40px 15px 15px 15px; box-sizing: border-box; }
    
    .meiox { width: 100%}
    
    .contP2F { width: 100%; height: auto; position: relative; top: auto; left: auto; display: block;}
    
    
    .pFim3 { padding: 50px 0 20px 0; flex-wrap: wrap; }
    
    .juliana { width: calc(100% + 4vw); max-width: 200px; left: -5vw; right: auto; bottom: -20px}
    
    .footCol { width: 60%; margin: 0 0 15px 40%; text-align: left; }
    .footCol:nth-child(1) { width: 40%; order: 4; margin: 0; position: relative; }
    
    .footCol h3 { font-size: 17px;}
    
    .icones i, .icones a { font-size: 22px;}
    .icones a {margin: 0 3px; }

    
    .meiox .saiba {margin: 20px 0 10px 90px;}
    
    .stripes { max-width: 580px; margin: -55px auto 0 auto;}
    
    
    
    
    .blocaMp { display: block; }
    
    .morp2 { position: relative; display: block; margin: 0 auto 30px auto; max-width: 160px; }
    .oppax { display: none!important}
    
    .lados { width: 100%; }
    .lado2 { width: 100%; }
    
    
    .blocoBranco { margin: 20px auto 0 auto; display: block; padding: 40px; text-align: center; }
    
    .morp3 { display: block; margin: 0 auto; width: 100%; max-width: 250px;}
    
    .morp1 { width: 150px; position: relative; display: block; margin: 0 auto; top: auto; left: auto; }
    
    
    .blocoZ { margin: 40px auto 0 auto; display: block; }
    
    .morp4 { width: 100%; max-width: none; display: block; margin: 0 0 25px 0; }
    
    
    .blocoZ2 { display: block}

    .blocoZ2 .lado2:nth-child(2) { margin-top: 40px;}
    .blocoZ2 .lado2:nth-child(2):before { height: 80%; top: 10%; left: 0; }

    .sec3B { padding: 480px 0 60px 0;}
}


@media screen and (max-width: 499px)
{
            .stripesHolda { overflow: hidden; }

    .stripes { width: 120%; margin: -35px 0 0 -10%;}
    
    .pFim3 { padding: 40px 0 20px 0; }
    .footCol { width: 58%; margin: 0 0 15px 42%; }
    .juliana { width: calc(100% + 9vw); left: -9vw; }
    .meiox .saiba {margin: 20px 0 10px 0;}
            .footCol a { font-size: 12px;}
    .icones i, .icones a { font-size: 22px;}


}