@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    font-family: "Arial";
}

body {
    width: 100%;
    height: 100%;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/GOTHIC.TTF') format('truetype'),
		 url('../fonts/GOTHICB.TTF') format('truetype'),
         url('../fonts/GOTHICBI.TTF') format('truetype'),
         url('../fonts/GOTHICI.TTF') format('truetype');
    /*
	font-weight: normal;
    font-style: normal;
    */
}

@media screen and (min-width: 910px) {
    .topo {
        width: 100%;
        height: 107px;
    }

    .topo_desktop {
        width: 100%;
        display: block;
    }

    .topo_mobile {
        width: 100%;
        display: none;
    }

    .topo_logo {
        height: 107px;
        line-height: 100px;
        text-align: center;
    }

    .topo_logo > a > img {
        width: 262px;
        height: 79px;
    }

    .topo_menu {
        margin-left: 20px;
        font-family: 'Century Gothic';
        font-size: 18px;
        color: #E31E1F;
    }

    
	.sub-menu {
		margin: 0;
		padding: 0;
	}
	
	.clearfix:after {
		content: '.';
		display: block;
		clear: both;
		height: 0;
		line-height: 0;
		font-size: 0;
		visibility: hidden;
		overflow: hidden;
	}
	
	.menu, .sub-menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.sub-menu {
        background-color: #cecece;
        font-size: 15px;
    }
    
	.menu a {
		color: #E31E1F;
        text-decoration: none;
	}
	
	.menu li {
		position: relative;
	}
	
	.menu > li {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 15px;
    }
    
	.menu > .ativo {
        border-top: #E31E1F 2px solid;
    }

	.menu > li > a:hover {
		color: rgb(112, 112, 112);
        text-decoration: underline;
    }
    
    .menu > li > .ativo {
        color: #B9B9C8;
    }
	
	.menu li:hover > .sub-menu {
        display: block;
	}
	
	.sub-menu {
		display: none;
		position: absolute;
        margin-top: 15px;
        margin-left: -20px;
		z-index: 3000;
	}
	
	.sub-menu li a {
        color: #3d3d3d;
    }
    
    .sub-menu li {
        color: #3d3d3d;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
	}
	
	.sub-menu li:hover {
		background: #555555;
	}
	
	.sub-menu li:hover > a {
		color: #FFFFFF;
	}
	
	.sub-menu .sub-menu {
		top: 0;
		left: 100%;
	}
	
	@keyframes showNav {
		from {opacity: 1;}
		to {opacity: 0;}
	}
	
/*
    .topo_menu > ul > li {
        list-style: none;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .topo_menu > ul > li > a {
        color: #E31E1F;
        text-decoration: none;
    }

    .topo_menu > ul > li > a:hover {
        color: rgb(112, 112, 112);
        text-decoration: underline;
    }

    .topo_menu > ul > li > .ativo {
        color: #B9B9C8;
    }

    .topo_menu > ul > .ativo {
        border-top: #E31E1F 2px solid;
    }
    */
    .rodape {
        height: 212px;
        background-color: #646472;
        color: #FFFFFF;
        font-family: 'Century Gothic';
    }

    .rodape_empresa_titulo {
        padding-top: 10px;
        padding-bottom: 5px;
        padding-right: 10px;
        border-bottom: 2px #9E9EAB solid;
        font-size: 18px;
        display: inline-block;
    }

    .rodape_empresa_dados {
        padding-top: 5px;
        font-size: 14px;
    }

    .rodape_atentimento {
        float: left;
        font-size: 14px;
        padding-left: 30px;
        padding-top: 10px;
    }

    .rodape_copyright {
        font-size: 13px;
        color: #CCC;
    }

}

@media screen and (max-width: 909px) {
    .topo {
        width: 100%;
    }
    
    .topo_desktop {
        width: 100%;
        display: none;
    }

    .topo_mobile {
        width: 100%;
        display: block;
    }

    .topo_logo {
        width: 223px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 10px;
    }
    
    .topo_logo > a > img {
        width: 262px;
        height: 79px;
    }

    .topo_menu {
        width: 100%;
        height: 100%;
        text-align: right;
        padding-right: 20px;
    }
    
    .rodape {
        background-color: #646472;
        color: #FFFFFF;
        font-family: 'Century Gothic';
    }

    .rodape_empresa_titulo {
        padding-top: 10px;
        padding-bottom: 5px;
        padding-right: 10px;
        border-bottom: 2px #9E9EAB solid;
        font-size: 18px;
        display: inline-block;
    }

    .rodape_empresa_dados {
        padding-top: 10px;
        font-size: 14px;
    }

    .rodape_atentimento {
        float: left;
        font-size: 14px;
        padding-left: 30px;
        padding-top: 20px;
    }

    .rodape_copyright {
        font-size: 13px;
        color: #CCC;
        padding-top: 30px;
        padding-bottom: 20px;
    }

}

.principal {
    width: 100%;
}

.tarja_separacao1 {
    background-color: #E31E1F;
    height: 2px;
}

.tarja_separacao2 {
    background-color: #F7F7F7;
    height: 7px;
}

.topo_slide {
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    margin: 0;
    font-family: "Arial";
    z-index: 2;
}

.slide_conteudo {
    max-height: 548px;
    position: relative;
    margin: auto;
    overflow: hidden;
    z-index: 0;
}

#slide_galeria {
    text-align: center;
}

.slide_dots_posicao {
    position: absolute;
    width: 100%;
    margin-top: -30px;
}

.conteudo_pagina {
    padding-top: 40px;
    padding-bottom: 50px;
}

.conteudo_pagina_titulo {
    color: #646472;
    font-size: 25px;
    font-family: 'Century Gothic';
    padding-bottom: 50px;
    text-align: center;
}

.conteudo_pagina_itens {
    text-align: center;
}

.conteudo_pagina_exames {
    display: inline-block;
    width: 260px;
    height: 260px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 25px;
}

.exames_titulo {
    color: #7F7F8C;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.exames_foto {
    height: 189px;
}

.exames_link {
    color: #0085B2;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

.exames_link > a {
    color: #0085B2;
}

.conteudo_pagina_atendimento {
    display: inline-block;
    width: 295px;
    height: 145px;
    text-align: center;
    font-family: 'Century Gothic';
    margin: 25px;
    border-top: 2px #E31E1F solid;
    background-color: #FFFFFF;
}

.atentimento_titulo {
    font-size: 25px;
    color: rgb(173, 19, 19);
    padding-top: 10px;
    padding-bottom: 10px;
}

.atentimento_dados {
    position: absolute;
    font-size: 15px;
    width: 295px;
}

.pagina_interna_topo {
    width: 100%;
    height: 191px;
    background-color: #FFFFFF;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	/*background-size: 100% 100%;*/
	/*background-size: contain; /* imagem ocupado de acordo os limites da tela */
	background-size: cover;/* imagem centralizado sem importar os limites da tela */
	/*background-position: center;*/
	/*background-size: 98% 98%;*/
	overflow: hidden;
}

.pagina_interna_titulo {
    font-size: 25px;
    color: #646472;
    padding: 20px;
}

.pagina_interna_texto {
    padding: 20px;
}

.pagina_interna_arquivos {
    padding: 20px;
}

.pagina_interna_exames {
    font-size: 25px;
    padding: 10px;
    padding-left: 20px;
}

.pagina_interna_caminho {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 20px;
}

.exames_tipos_card {
    color: #000000;
    cursor: pointer;
}

.exames_tipos_card:hover {
    text-decoration: underline;
}

.topo_menu_mobile {
    display: none;
    font-size: 25px;
}

.topo_menu_mobile_itens {
    background-color: rgb(173, 19, 19);
    border-top: #E31E1F 1px solid;
    padding: 10px;
    cursor: pointer;
}

.topo_menu_mobile_itens:hover {
    background-color: rgb(97, 5, 5);
    border-top: #E31E1F 1px solid;
    padding: 10px;
    cursor: pointer;
}

.topo_menu_mobile_itens > a  {
    color: #FFFFFF;
}

.topo_submenu_mobile_itens {
    padding: 10px;
    cursor: pointer;
}

.topo_submenu_mobile_itens:hover {
    background-color: rgb(97, 5, 5);
    border-top: #E31E1F 1px solid;
    border-bottom: #E31E1F 1px solid;
    padding: 10px;
    cursor: pointer;
}

.topo_submenu_mobile_itens > a  {
    color: rgb(255, 242, 128);
}

.adm_login {
    /*background-image: url(../../web-files/imagens/fundo_login.png);*/
    background-color: #e6e6e6;
    border: 1px solid #c0c0c0;
    position: absolute;
    min-height: 210px;
    max-width: 336px;
    top: 45%;
    left: 50%;
    margin: -105px 0 0 -168px;
    padding: 10px;
}

.adm_topo {
    position: absolute;
    background-color: #F1F1F1;
    background-image: linear-gradient(to bottom, transparent, rgb(0,0,0,.3));
    height: 100px;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #939393;
    -webkit-box-shadow: 0 0 15px rgb(0,0,0,.15);
    -moz-box-shadow: 0 0 15px rgb(0,0,0,.15);
    box-shadow: 0 0 15px rgb(0,0,0,.15);
    z-index: 3;
}

.adm_topo_logo {
    float: left;
    padding: 5px;
    width: 190px;
}

.adm_topo_dados {
    float: left;
    padding: 5px;
}

.adm_menu {
    position: absolute;
    top: 100px;
    background-color: #464646;
    width: 200px;
    padding-bottom: 10px;
    z-index: 2;
}

.adm_menu_itens_on {
    background-color: #0074A3;
    color: #FFFFFF;
    margin-top: 5px;
}

.adm_menu_itens_off {
    cursor: pointer;
    color: #FFFFFF;
    margin-top: 5px;
}

.adm_menu_itens_off:hover {
    background-color: #00AAF2;
}

.adm_menu_link {
    float: left;
    padding: 5px;
}

.adm_menu_seta {
    float: right;
    margin-top: 7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #FFFFFF;
}

.adm_conteudo {
    position: absolute;
    width: 100%;
    margin-top: 100px;
    z-index: 1;
}

.adm_conteudo_dados {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-left: 210px;
    padding-bottom: 50px;
    min-height: 450px;
}

.adm_rodape {
    bottom: 0;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    background-color: #ECECEC;
    
    border-top: 1px solid #CDCDCD;
    -webkit-box-shadow: 0 0 -15px rgb(0,0,0,.15);
    -moz-box-shadow: 0 0 -15px rgb(0,0,0,.15);
    box-shadow: 0 0 15px rgb(0,0,0,.15);
    z-index: 3;
}

.adm_estatistica_ano {
    margin-top: 5px;
    width: 5%;
    height: 21px;
    line-height: 21px;
    background-color: #990000;
    border-bottom: #CCCCCC solid 1px;
    color: #FFFFFF;
    text-align: center;
    float: left;
}

.adm_estatistica_mes {
    margin-top: 5px;
    width: 7%;
    height: 21px;
    line-height: 21px;
    background-color: #990000;
    border-bottom: #CCCCCC solid 1px;
    color: #FFFFFF;
    text-align: center;
    float: left;
}

.adm_estatistica_total {
    margin-top: 5px;
    width: 11%;
    height: 21px;
    line-height: 21px;
    background-color: #990000;
    border-bottom: #CCCCCC solid 1px;
    color: #FFFFFF;
    text-align: center;
    float: left;
}

.adm_estatistica_ano1 {
    width: 5%;
    height: 21px;
    line-height: 21px;
    background-color: #FFFFFF;
    border-bottom: #CCCCCC solid 1px;
    text-align: center;
    float: left;
}

.adm_estatistica_mes1 {
    width: 7%;
    height: 21px;
    line-height: 21px;
    background-color: #FFFFFF;
    border-bottom: #CCCCCC solid 1px;
    text-align: center;
    float: left;
}

.adm_estatistica_total1 {
    width: 11%;
    height: 21px;
    line-height: 21px;
    background-color: #FFFFFF;
    border-bottom: #CCCCCC solid 1px;
    text-align: center;
    float: left;
}

.paciente_login {
    background-color: #e6e6e6;
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    max-width: 336px;
    margin: auto;
    padding: 10px;
}