* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 0.8rem;
}

.content {
    display: flex;
    max-width: 1023px;
    height: 100%;
    margin: 0 auto;
}

/* Menu principal */

.menu-inner {
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 100vh;
    top: 0;
    position: fixed;
    justify-content: center;
    background: url('../imgs/background-menu-top.png') no-repeat left top, url('../imgs/background-menu-down.png') no-repeat left bottom;
    z-index: 999;
}

.menu-inner a {
    text-decoration: none;
    color: #ffffff;
}

/* Stylo para o radio menu */

.menu-inner .container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.menu-inner ul li {
    display: flex;
    align-items: center;
    color: #AAAAAA;
    position: relative;
    width: 100%;
    height: 45px;
}

.menu-inner ul li input[type=radio] {
    /* position: absolute; */
    visibility: hidden;
}

.menu-inner ul li label {
    position: relative;
    font-size: 0.8rem;
    font-weight: bold;
    color: #e0e2ed;
    padding-left: 40px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
}

.menu-escuro .menu-inner ul li label{
    color: #2e4fa0;
}

.menu-escuro .menu-inner ul li:hover label {
    color: #35a9e2;
    text-shadow: 0px 0px 4px #ffffff;
}

.menu-inner ul li:hover label {
    color: #FFFFFF;
    text-shadow: 0px 0px 4px #ffffff;
}

.menu-inner ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #6282d7;
    border-radius: 100%;
    height: 26.5px;
    width: 26.5px;
    top: 6.5px;
    left: 6.8px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.menu-inner ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 6.5px;
    left: 6.5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.menu-inner input[type=radio]:checked~.check {
    border: 2px solid #6282d7;
}

.menu-inner input[type=radio]:checked~.check::before {
    background: #ffffff;
}

.menu-inner input[type=radio]:checked~label {
    color: #ffffff;
}

.menu-escuro .menu-inner input[type=radio]:checked~.check {
    border: 2px solid #6282d7;
}

.menu-escuro .menu-inner input[type=radio]:checked~.check::before {
    background: #452abe;
}

.menu-escuro .menu-inner input[type=radio]:checked~label {
    color: #2e4fa0;
}

/* fim radio menu */

.content-inner {
    margin-left: 201px;
    width: calc(1023px - 200px);
}

/* Secions */

/* Secion karyon */
.pg-karyon {
    background: #2f4fa2 url('../imgs/background-20anos.png') no-repeat right bottom;
    height: 100vh;
    width: 100%;
}

.pg-karyon img {
    margin: 40px 0;
}

.pg-karyon .aniversario {
    max-width: 500px;
}

.pg-karyon h2 {
    color: #e0e2ed;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.5rem;
}

/* Secion bioslab */
.pg-bioslab {
    height: 100vh;
    width: 100%;
}

.pg-bioslab .content {
    background: url('../imgs/background03-pg02.png') no-repeat right, url('../imgs/background04-pg02.png') no-repeat right;
}

.pg-bioslab .content-inner {
    display: flex;
}

.bioslab-col1 {
    background: url('../imgs/background02-pg02.png') no-repeat left bottom;
    max-width: 40%;
    height: 100vh;
    text-align: justify;
}

.bioslab-col1 p {
    padding-right: 30px;
    font-size: 1rem;
}

.pg-bioslab .itens-menu-bioslab {
    margin-top: 50px;
    text-align: center;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    max-width: 230px;
    /* width: 230px; */
    /* padding: 0 15px; */
}

.pg-bioslab .itens-menu-bioslab .conteudo {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.pg-bioslab .itens-menu-bioslab .conteudo .slider {
    transition: all 1s ease-in-out;
    height: 350px;
    text-align: left;
}

#bioslab-recepcao,
#analise-laboratorial,
#controle-de-amostra,
#faturamento,
#laudo-online {
    height: 100%;
}

.pg-bioslab .itens-menu-bioslab .controls {
    padding: 10px;
    cursor: pointer;
}

.pg-bioslab .itens-menu-bioslab .conteudo h5{
    color: #0097d6;
    text-align: center;
    padding: 10px 0;
}

.pg-bioslab ul {
    list-style: none;
}
.pg-bioslab li {
    color: #000;
    font-size: 0.75rem;
    line-height: 1.5rem;
}
.pg-bioslab li::before {
    content: '\2022';
    margin-left: -1.2em;
    color: #0097d6;
    display: inline-block;
    width: 1rem;
}

#back-01 {
    margin-left: -100px;
}

.pg-bioslab .logo {
    margin: 40px 0;
    max-width: 200px;
}

/* Secion de-novo */
.pg-denovo {
    height: 100vh;
    width: 100%;
}

.pg-denovo .content {
    background: url('../imgs/background01-pg03.png') no-repeat right top;
}

.pg-denovo .content-inner {
    background: url('../imgs/background02-pg03.png') no-repeat left bottom;
    position: relative;
}

.pg-denovo h2 {
    margin: 20px 0px;
    font-size: 2rem;
    display: block;
    color: #2d2d83;
}

.pg-denovo .box-texto {
    border: 1px solid #35a9e2;
    border-radius: 15px;
    padding: 10px;
}

.pg-denovo .box-texto h5 {
    font-size: 0.6rem;
    margin-bottom: 10px;
    color: #2756a4;
}

.pg-denovo .box-texto p {
    color: #2756a4;
    font-size: 0.6rem;
    text-align: justify;
}

.pg-denovo .box-texto img {
    margin-top: 10px;
    max-width: 100%;
}

.txt-bi {
    top: 10px;
    max-width: 190px;
}

.txt-npsys {
    position: absolute;
    top: 70px;
    left: 210px;
    max-width: 230px;
}

.txt-tat {
    position: absolute;
    top: 100px;
    left: calc(100% - 330px);
    max-width: 250px;
}

.txt-liberacao {
    position: absolute;
    top: 275px;
    left: 450px;
    max-width: 170px;
}

.txt-indicadores {
    position: absolute;
    top: 290px;
    left: calc(100% - 190px);
    max-width: 180px;
}

.itens-denovo-mobile .controls-denovo {
    display: none;
}

/* Secion facelab */
.pg-facelab {
    background: #83cef5 url('../imgs/background01-pg04.png') no-repeat center top;
    height: 100vh;
    width: 100%;
}

.pg-facelab .content-inner {
    position: relative;
}

.pg-facelab h5 {
    font-size: 0.8rem;
    margin: 10px 0;
    color: #2756a4;
}

.pg-facelab p {
    font-size: 0.73rem;
}

.pg-facelab .txt-facelab2 p::before {
    content: '\2022';
    color: #0097fe;
    margin-right: 5px;
    margin-left: -10px;
}

.pg-facelab H6 { 
    font-size: 0.7rem;
    margin: 15px 0;
}

.txt-facelab {
    position: absolute;
    z-index: 2;
    max-width: calc(100% - 250px);
    top: 0;
    text-align: justify;
}

.txt-facelab2 {
    position: absolute;
    padding: 25px;
    z-index: 2;
    text-align: justify;
}

.pg-facelab .txt-facelab .txt-soft {
    max-width: 210px;
}

.txt-facelab p:last-child {
    max-width: 600px;
    text-align: left
}

.pg-facelab .facelab-ferramentas {
    position: relative;
    top: 55px;
    left: calc(100% - 315px);
    display: flex;
    flex-direction: column;
    width: 478px;
}

.pg-facelab .facelab-ferramentas label img {
    z-index: 1;
}

.pg-facelab .facelab-ferramentas label {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    margin: 30px 0px 10px 117px;
    text-transform: uppercase;
}

/* Secion midialab */
.pg-midialab {
    background: url('../imgs/background01-pg05.png') no-repeat left bottom, url('../imgs/background02-pg05.png') no-repeat right top;
    height: 100vh;
    width: 100%;
}

.pg-midialab .content-inner {
    background: url('../imgs/img-facelab-conexao.png') no-repeat right bottom;
    position: relative;
}

#graph1 {
    position: absolute;
    top: 120px;
    left: calc(100% - 240px);
    width: 120px;
}

#graph2 {
    position: absolute;
    top: 230px;
    left: calc(100% - 140px);
    width: 120px;
}

.pg-midialab p {
    font-size: 1rem;
    max-width: 400px;
    line-height: 1.5rem;
}

.pg-midialab h5 {
    margin: 20px 0;
    color: #e85f11;
}

.pg-midialab img {
    margin: 40px 0;
    max-width: 200px;
}

.pg-midialab ul {
    list-style: none;
    max-width: 500px;
}

.pg-midialab li {
    color: #000;
    font-size: 0.8rem;
    height: 35px;
    padding-left: 10px;
}

.pg-midialab li::before {
    content: '\2022';
    margin-left: -1.2em;
    color: #ffa200;
    display: inline-block;
    width: 1rem;
}

/* Secion contato */
.pg-contato {
    /* padding-top: 84px; */
    background: #2f4fa2 url('../imgs/background01-pg06.png') no-repeat right center;
    height: 100vh;
    width: 100%;
    position: relative;
}

.pg-contato img {
    display: block;
    padding: 50px 0px;
}

.pg-contato label {
    color: #FFFFFF;
    font-size: 0.8rem;
}

.pg-contato .contato p:first-child {
    margin-top: 30px;
    color: #35aae0;
    font-size: 1.2rem;
}

.pg-contato .contato p:last-child {
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 1.2rem;
}

.pg-contato .box-contato {
    color: #FFFFFF;
    height: 350px;
    width: 600px;
    border: 2px solid #063591;
}

.pg-contato .box-contato h2{
    margin: 20px auto;
    display: block;
}

/* Secion footer */
.pg-contato .pg-footer {
    background-color: #063591;
    height: 155px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.pg-contato .pg-footer .content {
    height: 100%;
    background: url('../imgs/background-footer.png') no-repeat left bottom;
}

.pg-contato .pg-footer .content-inner {
    display: flex;
    flex-direction: column;
}

.pg-contato .pg-footer img {
    margin-top: 40px;
    max-width: 300px;
    margin-left: -200px;
}

.pg-contato .pg-footer .tit-equipe {
    padding: 20px 0;
    font-size: 0.8rem;
    font-weight: bold;
    color: #ffffff;
    align-self: flex-end;
    text-align: center;
    width: 80%;
}

.pg-contato .pg-footer .equipe {
    padding: 0px 20px;
    font-size: 0.8rem;
    text-align: justify;
    color: #35aae0;
    align-self: flex-end;
    width: 80%;
}

/* Formulario */
input[type=text] {
    border: none;
    height: 30px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #0097fe;
}

input[type=submit] {
    display: block;
    margin: 20px 0px;
    align-self: flex-end;
    background-color: #0097fe;
    color: #FFFFFF;
    font-size: 1.1rem;
    padding: 10px 30px;
}
/* Items formulario */

/* Breakpoint para responsividade */
@media only screen and (max-width: 768px) {  
    .menu {
        display: none;
    }

    .content-inner {
        display: flex;
        flex-direction: column;
        margin: 10px;
    }
    
    .pg-karyon {
        background: #2f4fa2 url('../imgs/background-20anos.png') no-repeat right bottom;
    }
    
    .pg-karyon img {
        max-width: 80%;
        margin: 50px auto;
    }

    .pg-karyon .aniversario {
        max-width: 100%;
        padding: 40px;
    }

    .pg-karyon h2 {
        font-size: 1.2rem;
    }

    /* Pagina Bioslab */
    .pg-bioslab {
        background: url('../imgs/background02-pg02.png') no-repeat left bottom;
        height: 100vh;
        width: 100%;
    }
    
    .pg-bioslab .content {
        background: none;
    }

    .bioslab-col1 {
        background: none;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin: 10px;
        align-items: center;
        height: auto;
    }

    .bioslab-col1 p {
        font-size: 1.2rem;
        padding-right: 0px;
    }

    #back-01 {
        margin-top: -20px;
        width: 120px;
    }
    
    .pg-bioslab .logo {
        margin: 20px auto;
        max-width: 250px;
    }

    .pg-bioslab .itens-menu-bioslab {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
    
    .pg-bioslab .itens-menu-bioslab .conteudo {
        width: 100%;
        height: 350px;
        overflow: hidden;
        position: relative;
    }

    .pg-bioslab .itens-menu-bioslab .conteudo .slider {
        transition: all 1s ease-in-out;
        height: 350px;
        text-align: left;
    }
    
    .pg-bioslab .itens-menu-bioslab .controls {
        padding: 10px;
        cursor: pointer;
    }
    
    .pg-bioslab .itens-menu-bioslab .conteudo h5{
        color: #0097d6;
        text-align: center;
        padding: 10px 0;
        font-size: 1.2rem;
    }
    
    .pg-bioslab ul {
        list-style: none;
    }
    .pg-bioslab li {
        color: #000;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .pg-bioslab li::before {
        content: '\2022';
        margin-left: -1.2em;
        color: #0097d6;
        display: inline-block;
        width: 1rem;
    }

    /* Pag De Novo */
    .pg-denovo .content {
        background: url('../imgs/background01-pg03.png') no-repeat right top;
    }
    
    .pg-denovo .content-inner {
        background: url('../imgs/background02-pg03.png') no-repeat left bottom;
    }
    
    .pg-denovo h2 {
        margin: 20px auto;
        font-size: 2rem;
    }
    
    .pg-denovo .box-texto {
        display: flex;
        flex-direction: column;
        padding: 20px;
        margin-bottom: 0;
    }
    
    .pg-denovo .box-texto h5 {
        font-size: 1.3rem;
    }
    
    .pg-denovo .box-texto p {
        font-size: 1.2rem;
    }

    .pg-denovo .box-texto img {
        margin: 20px auto;
    }
     
    .txt-bi,
    .txt-npsys,
    .txt-tat,
    .txt-liberacao,
    .txt-indicadores {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 550px;
    }

    /* scroll */
    .itens-denovo-mobile .controls-denovo {
        display: block;
    }
        
    .pg-denovo .itens-denovo-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 15px;
    }
        
    .pg-denovo .itens-denovo-mobile .conteudo-denovo {
        height: 550px;
        overflow: hidden;
        position: relative;
    }
    .pg-denovo .itens-denovo-mobile .conteudo-denovo .slider-denovo {
        transition: all 1s ease-in-out;
        height: 550px;
        text-align: left;
    }
        
    .pg-denovo .itens-denovo-mobile .controls-denovo {
        padding: 0;
        cursor: pointer;
    }
    
    .pg-denovo .itens-denovo-mobile .controls-denovo img{
        padding: 10px;
        width: 80%;
        height: 100%;
    }

    /* fim scroll */
    
    /* Secion facelab */
    .pg-facelab {
        background: #83cef5 url('../imgs/background01-pg04.png') no-repeat center top;
        padding-top: 120px;
    }

    .pg-facelab h5, .pg-facelab p {
        font-size: 1.5rem;
    }

    /* acordion mobile */
    .accordion {
        cursor: pointer;
        padding: 10px;
        transition: 0.4s;
    }

    .accordion::after {
        content: '+';
        color: #ffffff;
        font-size: 1.5rem;
        float: right;
        margin-left: 5px;
    }

    .active::after {
        content: "-";
        color: #ffffff;
        font-size: 2rem;
    }

    .panel {
        padding: 0 10px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    /* fim acordion mobile */
    .pg-facelab H6 { 
        font-size: 1.2rem;
        margin: 15px 0px;
    }

    .txt-facelab, .txt-facelab2 {
        position: relative;
        max-width: 100%;
        text-align: justify;
        padding: 0;
    }

    .pg-facelab .txt-facelab .txt-soft {
        max-width: 100%;
    }

    .txt-facelab p:last-child {
        max-width: 100%;
        text-align: justify;
    }

    .pg-facelab .facelab-ferramentas {
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .pg-facelab ul {
        list-style: none;
        border: 1px solid #000;
        height: 500px;
    }

    .pg-facelab li {
        font-size: 1.2rem;
        height: 2rem;
    }

    /* Secion midialab */
    .pg-midialab {
        background: url('../imgs/background02-pg05.png') no-repeat right top;
    }

    .pg-midialab p {
        font-size: 1.2rem;
        max-width: 100%;
        text-align: justify;
        line-height: 1.5rem;
    }

    .pg-midialab img:first-child {
        margin: 40px 0;
    }

    #graph1 {
        position: absolute;
        top: calc(100% - 320px);
        left: 50px;
    }

    #graph2 {
        position: absolute;
        top: calc(100% - 220px);
        left: 220px;
    }

    .pg-midialab ul {
        max-width: 100%;
    }

    .pg-midialab li {
        font-size: 1.2rem;
        padding-left: 15px;
        line-height: 1.2rem;
        height: 47px;
    }

    .pg-midialab li::before {
        margin-left: -1.2em;
    }


    /* Secion contato */
    .pg-contato {
        background: #2f4fa2 url('../imgs/background01-pg06.png') no-repeat right top;
    }

    .pg-contato img {
        padding: 40px 0px;
    }

    .pg-contato label {
        font-size: 1.2rem;
    }

    .pg-contato .contato p:first-child {
        font-size: 1.5rem;
    }

    .pg-contato .contato p:last-child {
        font-size: 1.5rem;
    }

    /* Secion footer */
    .pg-contato .pg-footer {
        height: 330px;
    }

    .pg-contato .pg-footer .content {
        background: url('../imgs/background-footer.png') no-repeat center bottom;
    }

    .pg-contato .pg-footer .tit-equipe {
        padding: 10px 0;
        font-size: 1rem;
        font-weight: normal;
        width: 100%;
    }

    .pg-contato .pg-footer .equipe {
        padding: 0px 0px;
        font-size: 1rem;
        text-align: justify;
        color: #35aae0;
        width: 100%;
    }
}

@media only screen and (max-width: 576px) { 
    .pg-karyon {
        background: #2f4fa2 url('../imgs/mobile/background-20anos.png') no-repeat right bottom;
    }

    .pg-karyon img {
        margin: 20px auto;
    }

    .pg-karyon .aniversario {
        padding: 10px;
    }

    .pg-karyon h2 {
        font-size: 0.8rem;
    }

    /* Pagina Bioslab */
    .pg-bioslab {
        background: url('../imgs/mobile/background02-pg02.png') no-repeat left bottom;
    }

    .pg-bioslab .logo {
        margin: 10px 0 20px 0;
        max-width: 150px;
    }

    .bioslab-col1 p {
        font-size: 0.8rem;
    }
        
    .pg-bioslab .itens-menu-bioslab {
        width: 100%;
    }

    .pg-bioslab .itens-menu-bioslab .conteudo {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }

    .pg-bioslab .itens-menu-bioslab .conteudo .slider {
        height: 250px;
    }

    .pg-bioslab .itens-menu-bioslab .controls {
        padding: 2px;
        cursor: pointer;
    }

    .pg-bioslab .itens-menu-bioslab .conteudo h5{
        font-size: 0.8rem;
    }

    .pg-bioslab .itens-menu-bioslab .controls img {
        width: 50px;
    }

    .pg-bioslab ul {
        list-style: none;
    }
    .pg-bioslab li {
        color: #000;
        font-size: 0.75rem;
        line-height: 1.2rem;
    }
    .pg-bioslab li::before {
        content: '\2022';
        margin-left: -1.2em;
        color: #0097d6;
        display: inline-block;
        width: 1rem;
    }

    /* Pag De Novo */
    .pg-denovo .content {
        background: url('../imgs/mobile/background01-pg03.png') no-repeat right top;
    }
        
    .pg-denovo .content-inner {
        background: url('../imgs/mobile/background02-pg03.png') no-repeat left bottom;
    }
        
    .pg-denovo h2 {
        margin: 5px auto;
        font-size: 1.5rem;
    }
        
    .pg-denovo .box-texto {
        padding: 10px;
    }
        
    .pg-denovo .box-texto h5 {
        font-size: 0.8rem;
    }
        
    .pg-denovo .box-texto p {
        font-size: 0.7rem;
    }

    /* scroll */

    .txt-bi,
    .txt-npsys,
    .txt-tat,
    .txt-liberacao,
    .txt-indicadores {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 330px;
    }

    /* scroll */        
    .pg-denovo .itens-denovo-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 15px;
    }
            
    .pg-denovo .itens-denovo-mobile .conteudo-denovo {
        height: 330px;
        overflow: hidden;
        position: relative;
    }
    .pg-denovo .itens-denovo-mobile .conteudo-denovo .slider-denovo {
        transition: all 1s ease-in-out;
        height: 330px;
        text-align: left;
    }

    /* Secion facelab */
    .pg-facelab {
        background: #83cef5 url('../imgs/mobile/background01-pg04.png') no-repeat center top;
        padding-top: 100px;
    }

    .pg-facelab h5 {
        margin: 7px 0;
    }

    .panel {
        padding: 0 5px;
    }

    .accordion {
        padding: 7px;
    }

    .accordion::after {
        content: '+';
        color: #ffffff;
        font-size: 1.2rem;
        float: right;
        margin-left: 5px;
    }

    .active::after {
        content: "-";
        color: #ffffff;
        font-size: 1.5rem;
    }

    .pg-facelab h5, .pg-facelab p, .pg-facelab H6 {
        font-size: 0.8rem;
    }

    /* Secion midialab */
    .pg-midialab {
        background: url('../imgs/mobile/background02-pg05.png') no-repeat right top;
    }

    .pg-midialab .content-inner {
        background: none;
    }

    .pg-midialab img:first-child {
        margin: 20px 0;
    }

    #graph1, #graph2 {
        display: none;
    }

    .pg-midialab p {
        font-size: 0.8rem;
        line-height: normal;
    }

    .pg-midialab img:first-child {
        margin: 20px 0;
    }

    .pg-midialab li {
        font-size: 0.7rem;
        line-height: 1rem;
        height: 32px;
    }

    /* Secion contato */
    .pg-contato {
        background: #2f4fa2 url('../imgs/mobile/background01-pg06.png') no-repeat right top;
    }

    .pg-contato img {
        padding: 20px 0px;
    }

    .pg-contato label {
        font-size: 0.7rem;
    }

    .pg-contato .contato p:first-child {
        font-size: 1rem;
    }

    .pg-contato .contato p:last-child {        
        font-size: 1rem;
    }

    /* Secion footer */
    .pg-contato .pg-footer {
        height: 210px;
    }

    .pg-contato .pg-footer .content {
        background: url('../imgs/mobile/background-footer.png') no-repeat center bottom;
    }

    .pg-contato .pg-footer .tit-equipe {
        font-size: 0.6rem;
    }

    .pg-contato .pg-footer .equipe {
        font-size: 0.5rem;
    }
}