:root {
    --rodape_height: 60px;
}
pre {
    color:  red;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: "Segoe UI", Arial, sans-serif;
}
*::-webkit-scrollbar {
    width: 20px;
}
*::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
*::-webkit-scrollbar-thumb {
    background: #02b8bf; 
}
*::-webkit-scrollbar-thumb:hover {
    background: #00a0ad; 
}

a:link, a:visited,
a:hover, a:active {
    text-decoration: none;
}

body{
    text-align: center;
    padding-bottom: var(--rodape_height);
    background: url(imgs/backgroun_home.jpg) no-repeat center right fixed;
    background-size: cover;
}

/* body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(imgs/vittaMetricsCorpo.jpeg) no-repeat center center fixed;
    background-size: cover;
    z-index: -999;
} */
#topo {
    background: #02b8bf;
    text-align: left;
    position: sticky;
    z-index: 10;
    box-sizing: border-box;
}
.topo_logo {
    width: 49%;
    box-sizing: border-box;
    display: inline-block;
}
#topo img {
    width: 100%;
    max-width: 350px;
    min-width: 250px;
    transition: all 1s;
}
#topo img:hover {
    filter: drop-shadow(0px 0px 5px #FFF);
}
.topo_texto {
    color: #01a858;
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#topo_assinatura {
    color: #fff;
    float: right;
}
.btn_sair {
    cursor: pointer;
    padding: 1px 7px;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 8px;
}
.btn_sair a {
    color: red;
}
.btn_pgto {
    background-color: #000;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
}

#bloco_pagamento {
    padding: 5px;
    border-bottom: solid 3px #02b8bf;
    margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
    .topo_logo {
        width: 100%;
        text-align: center;
    }
    .topo_texto {
        font-size: max(3vw, 17px);
        position: inherit;        
        text-align: center;
    }
    #topo_assinatura {        
        float: inherit;
        text-align: center;
    }
}

#rodape {
    min-width: 250px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #F9F6F6;
    box-shadow: 1px 1px 3px 0px;
    text-align: center;    
    box-sizing: border-box;
    height: var(--rodape_height);
}
#recupera_senha{
    margin-top: 12px;
    font-size: 14px;
}

#home_banner_container {
    position: relative;
    text-align: left;
}
#home_banner_text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#home_banner_title {
    position: absolute;
    top: 18%;
    left: 6%;
    font-size: min(4vw, 77px);
    font-weight: bold;
    color: #47403f;
}
#home_banner_logo {
    position: absolute;
    top: 48%;
    left: 6%;
    width: min(34%, 652px);
}
.home_banner_list {
    position: absolute;
    top: 64%;
    left: 6%;
    font-size: min(3vw, 58px);
    font-weight: bold;
    color: #02b8bf;
    line-height: 1.2;
}

#home_banner_container img {
    width: 100%;
}

.titulo {
    font-weight: bold;
    padding: 5px 0;
}
.btn {
    background-color: rgb(2, 184, 191);
    cursor: pointer;
    padding: 10px;
    width: 180px;
    color: #FFF;
    border: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn:hover, .btn:focus {
	font-weight: bold;
	color: #FFFF00;
}
.btn:active {
    background-color: hsl(182deg 98% 32%);
}

.btn a:link,.btn a:visited,
.btn a:hover,.btn a:active {    
    color: #fff;
}

.secao {
    min-width: 250px;
    max-width: 1920px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    /* margin-left: 50%; */
    /* transform: translateX(-50%); */
    text-align: center;
    background-color: #F9F6F6;
    box-shadow: 1px 1px 3px 0px;
    display: inline-block;
}
.secao input {
	text-align: center;
	margin-top: 5px;
    padding: 10px;
    width: 223px;
    border: solid 1px;
}
.secao select {
	margin-top: 5px;
    padding: 10px;
    width: 223px;
}
#resultado,
#rst_alterarAcesso,
#rst_novoAcesso,
#form_response {
    padding: 10px;
    text-align: center;
    font-size: 90%;
    color: red;
}
#logout, #menu {
	display: none;
}
.logado {
	font-size: 80%;
}
#acessos {
	display: inline-flex;
    margin-top: unset;
}
#acessos img {
	width: 35px;
}
#acessos img:hover, #acessos img:focus {
	cursor: pointer;
}
.acessos {
    width: 200px;
    line-height: 30px;
    font-weight: bold;
}
.lista {
	font-size: 80%;
	text-align: left;
	line-height: 30px;
    background-color: #FFF;
    margin-top: 10px;
    padding: 5px;
}
.lista:hover, .lista:focus {
	cursor: pointer;
	border: solid 1px #59c5ca;
}
.rotulo {
    text-align: left;
    margin-left: 15px;
    margin-top: 8px;
    font-size: 70%;
}
#orientacao {
    text-align: left;
    font-size: 85%;
}
#orientacao img, .orientacao {
    width: 250px;
}
#modo {
    height: 40px;
    margin-top: 10px;
    /*display: none;*/
}
#modo input[type='radio'] {
    vertical-align: bottom;
    text-align: unset;
    height: 20px;
    width: 20px;
}
#form-consulta-modo2, #form-consulta-modo3 {
    display: none;
}
#resultado img {
    margin-top: -174px;
    position: relative;
}
.rotulos {
    font-size: 80%;
    font-weight: bold;
    padding-top: 10px;
}
.main-menu {
    background-color: rgb(2, 184, 191);
}

.form_container form {
    max-width: 800px;
    display: inline-block;
}

.input_container {
    display: inline-block;
    width: 250px;
    margin-bottom: 10px;
    vertical-align: top;
}
.input_container label {
    font-weight: bold;
    display: block;
}
.input_container > span:first-of-type:not(.valida_erro){
    margin-top: 5px;
    padding: 8px;
    display: inline-block;
    width: 223px;
    min-height: 40px;
    background: #ffffff;
    box-shadow: 1px 1px 1px #ccc;
    box-sizing: border-box;
    border-bottom: solid 3px #02b8bf;
    overflow-wrap: break-word;
}
.input_container .valida_erro {
    color: red;
    padding: 0;
    margin: 0;
    font-size: 12px;
    display: block;
}
.save_button_container,
.submit_button_container{
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.link_button_container{
    display: inline-block;
    padding: 5px 0;
}

.pessoa_exposta_tip {
    display: inline-block;
    background: #02b8bf;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: bottom;
    line-height: 1.4;
    font-size: 13px;
}
.pessoa_exposta_tip:hover {
    cursor: pointer;
}

#btn_back_registros_container{
    text-align: right;
}
#btn_back_registros {
    padding: 5px;
    width: auto;
    border-radius: 5px;
}

/* Clínicas */
button{
    cursor: pointer;
}

.clinicas_container {
    max-width: 800px;
    display: inline-block;
}

.clinica_box {
    background: white;
    padding: 3px;
    outline: solid 1px #ccc;
    max-width: 250px;
    margin-bottom: 10px;
    display: inline-block;
}

.clinica_img {
    width: 100%;
}

.clinica_btn:hover{
    background: rgb(0, 136, 120);
}

.clinica_btn {
    width: 90%;
    font-size: 16px;
    padding: 10px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: white;
    border: none;
    border-radius: 5px;
    background: rgb(2, 184, 191);
    transition: background 300ms ease 0s;
}

.clinica_whatsapp_link{
    color: inherit;
    text-decoration: none;
}
/* Clínicas FIM */


/* Loader */
.loader {    
    display: inline-block;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Loader FIM */



/* Barra de progresso por etapas do cadastro principal */
ol.progress[data-steps="2"] li {
    width: 20%;
}
ol.progress[data-steps="3"] li {
    width: 20%;
}
ol.progress[data-steps="4"] li {
    width: 20%;
}
ol.progress[data-steps="5"] li {
    width: 20%;
}
ol.progress[data-steps="6"] li {
    width: 20%;
}
ol.progress[data-steps="7"] li {
    width: 20%;
}
ol.progress[data-steps="8"] li {
    width: 20%;
}
ol.progress[data-steps="9"] li {
    width: 20%;
}
.progress {
    width: 100%;
    list-style: none;
    list-style-image: none;				
    padding: 0;
}
.progress li {
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.progress .name {
    font-weight: bold;
    color: rgb(2, 184, 191);
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;			
}
.progress .step {
    color: white;
    border: 3px solid silver;
    background-color: silver;
    border-radius: 50%;
    line-height: 1.2;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
}
.progress .step span {
    position: relative;
    z-index: 10;
    border: 3px solid silver;
    background: silver;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    display: block;
    left: -3px;
    top: -3px;    
}
.progress .step:before {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    left: 0;
    z-index: 0;
}
.progress .step:after {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    right: 0;
    z-index: 0;
}
.progress li:first-of-type .step:before {
    display: none;
}
.progress li:last-of-type .step:after {
    display: none;
}
.progress .done .step span,
.progress .done .step:before,
.progress .done .step:after,
.progress .active .step span,
.progress .active .step:before {
    background-color: rgb(2, 184, 191);
}
.progress .done .step span,
.progress .active .step span {
    border: 3px solid rgb(2, 184, 191);
}

@media screen and (max-width: 400px) {
    .progress .name {
        transform: rotateZ(-45deg);
        font-size: max(10px, 3.5vw);
        padding: 5px 0px;
    }
}

/* FIM Barra de progresso por etapas do cadastro principal */


/* MODAL */
	/* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 10; /* Sit on top */
        padding-top: 0px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }
    
    /* Modal Content */
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 100%;
        box-sizing: border-box;
        min-width: 250px;
        max-width: 800px;
        max-height: 100vh;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }
    
    .modal_termos {
        text-align: left;
        font-size: 15px;
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        background: #fff;
        padding: 5px 15px;
        border: solid 1px #ccc;
    }
    .modal_termos li{
        list-style-position: inside;
        margin-bottom: 10px;
    }
    
    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {left:-300px; opacity:0} 
        to {left:0; opacity:1}
    }
    
    @keyframes animatetop {
        from {left:-300px; opacity:0}
        to {left:0; opacity:1}
    }
    
    /* The Close Button */
    .close {
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    
    .modal-header {
        padding: 2px 16px;
        background-color: #02b8bf;
        color: white;
    }
    
    .modal-body {
        background: #F9F6F6;
        padding: 10px;
    }
    
    .modal-footer {
        padding: 2px 16px;
        background-color: #02b8bf;
        color: white;
    }
    /* FIM MODAL */