/*
    Theme Name: Carlos Bittencourt Diagnostico por Imagem
    Theme URI: http://www.ultrasom3d.com.br/
    Description: Tema desenvolvido exclusivamente para a clinica do Dr. Carlos Bittencourt.
    Author: Daniela Brazao Maksoud
    Author URI: mailto:daniela.brazao.maksoud@gmail.com
    Version: 1.0
*/

/* ============================================================= *\  
	#CSS Reset
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
	Eric Meyer
\* ============================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.4;
}
ol, ul {
    list-style: none;
    margin-left: 0 !important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ---------- Fim CSS Reset ---------- */

/* ============================================================= *\
	#Utilidades
\* ============================================================= */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after { 
    clear: both; 
}
.cf {
    *zoom: 1;
}

/* ---------- Fim Utilidades ---------- */

/* ============================================================= *\
	#Fontes Importadas
\* ============================================================= */

    @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/* ---------- Fim Fontes Importadas ---------- */

/* ============================================================= *\
	#Basico
\* ============================================================= */

html, body { 
    font-family: 'Open Sans', sans-serif !important; /* Fonte do texto */
    height: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%; /* Already in Bootstrap */
    -ms-text-size-adjust: 100%; /* Already in Bootstrap */
}

body {
    background-color: #FFF; /* Cor do fundo */
    color: #000 !important; /* Cor do texto */
    font-size: 14px; /* Already in Bootstrap */
    line-height: 1.428em; /* Already in Bootstrap */
    -webkit-font-smoothing: antialiased !important;
    width: 100%;
    margin: 0;
}
.esquerda img {
    border-radius: 6px 6px 0 0 !important;
}
.direita {
    padding: 10px;
    background-color: #eef6f6;
    border-radius: 0 0 6px 6px !important;
}
.caixa_scroll {
    visibility: hidden;
}

/* Container Principal */

.tudo {
    width: 100%;
    margin: 0 auto; /* Centralizado na horizontal */
}

/* Fim Container Principal */

/* Cabecalho e Rodape */

header {
    height: 5em;
}

/* Fim Cabecalho */

/* Rodape */

footer { 
    height: auto;
    clear: both;
}

/* Fim Rodape */

/* Slide Show */

.slide-show { 
    padding-bottom: 0;
}

/* Fim Slide Show */

/* Negrito */

b, strong {
    font-weight: bold;
}

/* Fim Negrito */

/* Italico */

i, em {
    font-style: italic;
}

/* Fim Italico */

/* Paragrafos */

p {
    text-indent: 1.5em;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0.3em !important;
    margin-top: 0 !important;
    margin-bottom: 0.3em !important;
}

/* Fim Paragrafos */

/* Notas */

blockquote{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.1em !important;
    background: transparent;
    border-top: 0.2em solid #4e9795 !important;
    border-bottom: 0.2em solid #4e9795 !important;
    border-left: 0.2em solid #4e9795 !important;
    border-right: 0.2em solid #4e9795 !important;
    margin: 0 !important;
    padding: 0.5 !important;
    border-radius: 0.6em;
    margin-bottom: 2em !important;
    text-align: center !important;
} 

blockquote p:last-child { 
    margin-bottom: 0;
}

/* Fim Notas */

/* Listas */

ol {
    padding: 0px !important;
}

ol li {
    padding: 5px;
    margin-left: 0px !important;
    list-style-type: lower-alpha !important;
}

/* Fim Listas */

/* Links */

a {
    color: #13507c;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #6db4b2;
    outline: none;
    text-decoration: none;
}

/* Fim Links */

/* Formularios */

button, input, textarea {
    -webkit-font-smoothing: antialiased !important; 
}

/* Fim Formularios */

/* Imagens */

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

/* Fim Imagens */

/* Selecao Colorida */

::-moz-selection {
	background: #6db4b2; /* Cor do fundo */
	color: #13507c; /* Cor da fonte */
}
::selection {
	background: #6db4b2;/* Cor do fundo */
	color: #13507c; /* Cor da fonte */
}

/* Fim Selecao Colorida */

/* Google Maps */
.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/* Fim Google Maps */

/* ---------- Fim Basico ---------- */

/* ============================================================= *\
	#Janela Modal
\* ============================================================= */

.window{
    width:300px;
    height:300px;
    position:fixed;
    left: 50%;
    top: 50%;
    margin-top: -150px; /* Negative half of height. */
    margin-left: -150px; /* Negative half of width. */
    background:#FFF;
    z-index:990001;
    padding: 1em;
    border-radius: 0.6em;
    clear: both;
    display: none;
}
#mascara{
    display: none;
    position: fixed;
    left:0;
    top:0;
    z-index:900000;
    background-color: rgba(0,0,0,0.8);
}
.fechar{
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    display: inline-block;
    padding: 0.2em 0.5em;
    background-color: #eef6f6;
    border-radius: 6em;
    clear: both;
}
.pergunta {
    text-align: center;
    clear: both;
}
input[type="submit"] {
    background: #4e9795;
	color: #fff;
	font-weight: normal;
	font-size: 1.4em;
	text-transform: uppercase;
	border: none;
	padding: 1em;
	transition: all 0.3s ease 0s;
    border-radius: 0.6em;
}
input[type="submit"]:hover {
    background: #abd4d2;
	transition: all 0.3s ease 0s;
}
.botaoEnviar {
	position: absolute;
	bottom: 1em;
	left: 0;
	width: 100%;
}
input[type="radio"] {
    display:none;
}
input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(http://sempregatas.com.br/wp-content/themes/carlosbittencourt/images/icones/Botoes.png) left top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(http://sempregatas.com.br/wp-content/themes/carlosbittencourt/images/icones/Botoes.png) -19px top no-repeat;
}

/* ---------- Fim Janela Modal ---------- */

.colorido {
    color: rgba(40,114,155,1);
}

/* ============================================================= *\
	#Slider
	Owl Carousel 
	http://owlgraphic.com/owlcarousel/
\* ============================================================= */

.destaque_info {
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: auto;
    padding: 1.563em 0;
    position: absolute;
}
.destaque_categoria {
    width: 100%;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 1em;
    padding: 0 auto;
    position: relative;
    float: left;
    text-align: center;
}
.destaque_titulo {
    width: 100%;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    padding-left: 0.5%;
    padding-right: 0.5%;
    position: relative;
    float: left;
}
.destaque_imagem {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}
.destaque_imagem img {
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.destaque_imagem img:hover {
    transform: scale(1.1);
}
#destaque {
    float: left;
    display: none;
    margin-bottom: 0;
    width: 100%;
}
.destaque_item, .destaque_item a {
    width: 100%;
    position: relative;
    float: left;
}
.destaque_item img{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

/* ---------- Fim Slider ---------- */

/* ============================================================= *\
	#Botoes
\* ============================================================= */

/* Botao 1 */

.botao {
    background-color: #28729b;
    padding: 1em;
    border-radius: 0.6em;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 1em;
    transition: all 0.5s ease 0s;
    border: 0;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.botao:hover {
    background-color: #9acbe5;
}

/* Fim Botao 1 */

/* Botao 2 */

.botao2 {
    background: #4e9795;
    padding: 0.6em;
    font-size: 1em;
    border: 2px solid #4e9795;
    border-radius: 0.6em;
    color: #fff;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.botao2:hover {
    background: #78bab7;
}
.botao2 a, .botao2 a:link, .botao3 a:visited, .botao3 a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.botao3 {
    background: #4e9795;
    padding: 0.6em;
    font-size: 1em;
    border: 2px solid #4e9795;
    border-radius: 0.6em;
    color: #fff !important;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin-top: 20px;
}
.botao3:hover {
    background: #78bab7;
}
.botao3 a:link, .botao3 a:visited, .botao3 a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

/* Fim Botao 2 */

/* ---------- Fim Botoes ---------- */

/* ============================================================= *\
	#Caixas de Conteudo
\* ============================================================= */

.posicao {
    margin: 0 auto !important;
    position: relative;
}
.caixa_imagem {
    display: block;
	overflow: hidden;
	position: relative;
    width: 100%;
    margin-right: 0.3em !important;
    margin-bottom: 1em;
    border-bottom: 0.3em solid #6db4b2;
    text-align: left;
}
.caixa_imagem h4 {
    color: #4e9795 !important;
}
.caixa_texto {
    background: #eef6f6;
    padding: 1em;
    height: auto;
}
.imagem2 img {
    border-radius: 0.6em 0.6em 0 0;
}

/* ---------- Fim Caixas de Conteudo ---------- */

/* ============================================================= *\
	#Resumo Post
\* ============================================================= */

.caixa_imagem2 {
    display: block;
	overflow: hidden;
	position: relative;
    width: 100%;
    margin-bottom: 1em;
    text-align: left;
    margin: 0 auto;
}
.imagem {
    margin-bottom: 0;
}
.imagem img {
    border-radius: 0.6em;
}
.caixa_texto2 {
    background: #eef6f6;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    height: auto;
}
.caixa_texto6 {
    background: #eef6f6;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    height: auto;
}

/* Editar Post */

.editar2 {
    bottom: 1em;
    position: relative;
    margin-top: 2em;
    left: 0;
    float: right;
    display: inline-block;
}

/* Fim Editar Post */

/* Leia Mais */

.mais {
    bottom: 1em;
    position: relative;
    margin-top: 2em;
    right: 0;
    float: left;
    display: inline-block;
}
.mais2 {
    bottom: 1em;
    position: relative;
    margin-top: 2em;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

/* Fim Leia Mais */

/* Mais Noticias */

.mais_noticias {
    margin-top: 1em;
    margin-bottom: 1.2em;
    display: flex;
    justify-content: center;
}

/* Fim Mais Noticias */

/* ---------- Fim Resumo Post ---------- */

/* ============================================================= *\
	#Imagens
\* ============================================================= */

.imagem3 {
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
}
.imagem3 img {
    border-radius: 0.6em;
}
.imagem4 {
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}
.imagem4:last-child {
    margin-bottom: 0;
}
.imagem4 img {
    border-radius: 0.6em;
}

/* ---------- Fim Imagens ---------- */

/* ============================================================= *\
	#Post
\* ============================================================= */

/* Noticias (Posts) */

.wrap_post {
    margin-bottom: 2em;
    clear: both;
    background: transparent; /* Cor de fundo */
    width: 100%;
}
.noticias {
    background: transparent; /* Cor de fundo */
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1em;
    margin-left: 2.5%;
    margin-right: 2.5%;
    clear: both;
}
.caixa {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #eee;
    width: 100%;
    overflow:auto;
}
.caixa_fim {
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    overflow:auto;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.box {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif !important;
}
.texto {
    margin: 0 1em; /* Centralizado na horizontal */
    padding-top: 0.3em;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.box figure {
    margin: 0;
}
.box figcaption {
    position: relative;
    bottom: 0;
    left: 0;
	color: #000;
	text-align: center;
    padding: 0em;
    margin: 1px;
    font-size: 0.9em;
    font-style: italic;
}	
.box figcaption p {
	display: table-cell !important; 
  	vertical-align: middle !important; 
  	text-align: center !important; 
	text-indent: 0 !important;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.box p {
    /*text-align: justify;*/
}
.box li {
    
}
.box li div {
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: inline;
}
.clear{
    clear:both;
}
.box ol {
    margin: 0;
    padding: 0;
}
.box ol li {
    padding-left: 0.2857142857142857em; /* 4px */
    margin-bottom: none !important;
    text-indent: 1.5em;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0.3em !important;
    list-style-type: decimal;
    display: list-item;
    list-style-position: inside;
}
.box ol li:first-child {
    margin-top: 0.3em !important;
}
.box ol li:last-child {
    margin-bottom: 0.3em !important;
}
.box a {
    text-decoration: none;
    font-weight: 700;
    color: rgba(19,80,124,1);
    /* Efeito Transicao */
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* Fim Efeito Transicao */
}
.box a:hover {
    text-decoration: none;
    color: #6db4b2;
}

/* Data Post */
.data {
    position: relative;
    font-size: 1.0714285714285714em; /* 15px */
    text-align: center;
    padding-bottom: 1em;
}
/* Fim Data Post */
.box.noti h1 {
    color: rgba(19,80,124,1); 
    font-family: 'Open Sans', sans-serif; 
    font-size: 2em; 
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px; 
    margin: 0; 
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box.noti h2 {
    color: rgba(19,80,124,1); 
    font-family: 'Open Sans', sans-serif; 
    font-size: 1.5em; 
    font-weight: normal;
    text-transform: uppercase;
    line-height: auto; 
    margin: 0; 
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box.noti h2 a {
    color: rgba(19,80,124,1);
}
.box.noti h2 a:hover {
    color: #6db4b2;
}
.box.noti h3 {
    color: rgba(19,80,124,1); 
    font-family: 'Open Sans', sans-serif; 
    font-size: 1.2em; 
    font-weight: normal; 
    line-height: auto; 
    margin: 0; 
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.box.noti h4 {
    color: rgba(19,80,124,1); 
    font-family: 'Open Sans', sans-serif; 
    font-size: 1.2em; 
    font-weight: normal; 
    line-height: auto !important; 
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.post_conteudo {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    text-align: justify;
    margin-top: 0.5em;
    width: 100%;
}
.wrap_post_titulo {
    background: url('images/divisoria.png') no-repeat bottom;
    padding: 0 0 40px 0;
	margin-bottom: 2px;
    clear: both;
    width: 100%;
}

.post_titulo {
    position: relative;
    clear: both;
    background: none;
    padding-right: 1em;
    padding-left: 1em;
}
.post_titulo a {
    font: normal 20px/28px;
	font-weight: 300;
	letter-spacing: 0.06em;
	color: #99d1d3;
}
.noti figure img { 
    width: 100%;
    display: inline-block !important;
}

/* Editar Post */

.editar {
    text-align: right;
    text-transform: uppercase;
}

/* Fim Editar Post */

/* ---------- Fim Post ---------- */

/* ============================================================= *\
	#Rodape
\* ============================================================= */

footer {
    padding: 0 !important;
    text-align: center;  
    font-size: 1em; 
    color: #fff;
    background: #4e9795;
    bottom: 0 !important;
}
footer a {
    color: #fff;
    font-weight: normal;
}
footer a:hover {
    color: #eef6f6;
    text-decoration: underline;
}
footer img {
    /* Efeito Preto e Branco */
    -webkit-transition: All 0.3s ease-in-out; /* Efeito de transicao */
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    filter: grayscale(100%);
    /* Fim Efeito Preto e Branco */
}
footer img:hover {
    /* Retorno do Efeito Preto e Branco*/
    filter: none;
    -webkit-filter: grayscale(0%);
    /* Fim Retorno Efeito Preto e Branco */   
}

/* Midias Sociais */

.social {
    height: auto;
    background: #4e9795;
    border-top: 0px dashed #848484;
    padding: 0;
    margin: 0;
}
.social li {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    background: none;
}
.social li a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(images/social/instagram.png) 0 center no-repeat;
    text-indent: -9999px;
    /* Opacidade */
    filter:alpha(opacity=65); /* Opacidade em 65% - para IExplorer */
	opacity: 0.65; /* Opacidade paa outros navegadores */
	/* Fim Opacidade */
    /* Efeito Preto e Branco */
    -webkit-transition: All 0.3s ease-in-out; /* Efeito de transicao */
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    filter: grayscale(100%);
    /* Fim Efeito Preto e Branco */
    -moz-box-shadow:inset 0px 1px 0px 0px #c2cee5;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c2cee5;
    box-shadow:1px 2px 1px rgba(0,0,0,0.1), inset 0px 1px 0px 0px #c2cee5;
    border-radius: 0.5em;
}
.social li a:hover {
    /* Opacidade */
    filter:alpha(opacity=100); /* Opacidade em 100% */
    opacity: 1;
    /* Fim Opacidade */
    /* Retorno do Efeito Preto e Branco*/
    filter: none;
    -webkit-filter: grayscale(0%);
    /* Fim Retorno Efeito Preto e Branco */
}
.social li:nth-child(2) a {
    background: url(images/social/facebook.png) 0 center no-repeat;
}
.social li:nth-child(3) a {
    background: url(images/social/twitter.png) 0 center no-repeat;
}
.social li:nth-child(4) a {
    background: url(images/social/pinterest.png) 0 center no-repeat;
}
.social li:nth-child(5) a {
    background: url(images/social/g+.png) 0 center no-repeat;
}

/* Fim Midias Sociais */

/* Creditos */

.links {
    width: 95%;
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 'Open Sans', sans-serif;
    clear: both;
    margin: 0 auto;
    padding-bottom: 10px;
}
.links img {
    margin-top: 0;
}
.links a {
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
}
.links a:hover {
    font-weight: normal;
    color: #FFF;
    text-decoration: underline;
}

/* Fim Creditos */

/* Direitos Autorais */

.copyright {
    padding-left: 0.5em;
    padding-right: 0.5em;
    clear: both;
}

/* Fim Direitos Autorais */

.menuinferior {
    height: auto;
    padding-top: 12px;
    border-top: 0px dashed #848484;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    clear: both;
    font-size: 1.1em;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
}

/* ---------- Fim Rodape ---------- */

/* ============================================================= *\
	#Noticias Recentes
\* ============================================================= */

.informacoes { 
    background-color: #eef6f6;
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 100%;
    margin: 0 !important;
}
.info {
    margin: 0;
    margin-top: 10px;
}
.info li {
    text-align: justify;
}
.info ul li {
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    letter-spacing: 0.3px;
    text-align: justify;
    list-style-type: none;
    list-style-position: inside;
}
ul.dashed > li {
    text-indent: 0.3em;
}
ul.dashed > li:before {
    content:"• ";
    padding-right: 0.3em;
    font-family: fontAwesome;
    font-size: 1.2em;
    color: #4e9795;
}
ul.dashed2 > li {
    text-indent: 0.3em;
}
ul.dashed2 > li:before {
    content:"• ";
    padding-right: 0.3em;
    font-family: fontAwesome;
    font-size: 1.2em;
    color: #4e9795;
    margin-left: 20px;
}
.box.info p {
    color: #4D4D4D;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    letter-spacing: 0.3px;
    text-align: justify;
}
.box.info figure {
    width: 100%;
    display: inline-block !important;
}
.box.info h1 {
    color: rgba(19,80,124,1); 
    font-family: 'Open Sans', sans-serif; 
    font-size: 2em; 
    font-weight: normal;
    text-transform: uppercase;
    line-height: auto; 
    margin: 0 0 10px 0 !important; 
    text-align: center;
    margin-top: 1em;
    margin-bottom: 10px;
}
.box.info h2 {
    color: rgba(19,80,124,1); 
    font-family: 'Open Sans', sans-serif; 
    font-size: 1.5em; 
    font-weight: normal; 
    line-height: auto; 
    margin: 0; 
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.box.info h4 {
    color: rgba(19,80,124,1); 
    font-family: 'Open Sans', sans-serif; 
    font-size: 1.2em; 
    font-weight: normal; 
    line-height: 1.5em !important; 
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em !important;
    text-transform: uppercase;
    padding-bottom: 0.5em;
}
.search_count {
    margin-bottom: 1em;
}
.box.info a, .box.info a:visited, .box.info a:active {
    height: auto;
    background: none;
    font-weight: normal;
}
.box.info a:hover {
    color: #a0a0a0;
}
.info figure img { 
        width: 100%;
}

/* ---------- Fim Noticias Recentes ---------- */

/* ============================================================= *\
	#Topo
\* ============================================================= */

#topo1 {
    margin: 2em !important;
}
#topo2 {
    margin: 20px 2px !important;
    height: 40px !important;
}
header {
	height: 81px;
    margin: 0;
    padding: 0; 
    background: #fff; 
    /*background: url(images/logotipos/CarlosBittencourtLogotipo.png) no-repeat center top;*/
    text-align: center;
}
header h1 { 
    text-indent:-99999px;
}
.invisible_link {
    display: block;
    height: 81px;
    width: 216px;
    background: none;
    top: 0;
    left: auto;
    position: relative;
    border: 0px solid black; /* Controle */
    margin: 0 auto;
    transition: background-image 1s ease-in-out;
}

/* Endereco e Telefone */

.end_tel {
    width: 100%;
    height: auto;
    text-align: center !important;
    /*background: url(images/telefone.png) no-repeat left;*/
    background-color: #6db4b2;
    color: #fff !important;
    margin: 0 auto;
    padding: 2em;
    font-family: 'Open sans', sans-serif !important;
    font-size: 1.3em;
    font-weight: normal;
}

.end_tel p {
    text-align: center !important;
    text-indent: 0 !important;
}

.end_tel a {
    color: rgba(19,80,124,1) !important;
}

.end_tel a:hover {
    color: rgba(19,80,124,1) !important;
}

.end_tel a[href^=tel] {
  color: rgba(19,80,124,1);
}

/* Fim Endereco e Telefone */

/* ---------- Fim Topo ---------- */

.sidetext {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    width: 100%; !important;
}

#popup{
    display:none;
    position:absolute;
    top:25%;
    left:auto%;
    padding:10px;
    width:300px;
    height:200px;
    border:1px solid #d0d0d0;
}

#menu-mobile {
    position:absolute;
    z-index: 99999;
    display: block;
    width: 100%;
}

/* ============================================================= *\
	#Primeiro Breakpoint (Tablet)
\* ============================================================= */

@media screen and (min-width: 480px) {
    .direita {
        width: 50%;
        float: right;
        text-align: left;
        display: inline-block;
        border-radius: 0;
        background: none;
        padding: 0;
    }
    .esquerda img {
        border-radius: 6px !important;
    }
    .esquerda {
        width: 48% !important;
        float: left !important;
        display: inline-block !important;
        margin-right: 2%;
    }
    .imagem3 {
        width: 60%;
    }
    .imagem4 {
        width: 30%;
        display: inline-block;
        margin-bottom: 0;
    }
    .caixa_imagem {
        width: 60%;
    }
    .caixa_imagem2 {
        /*width: 80% !important;*/
        display: inline-block;
    }
    .caixa_imagem3 {
        width: 30%;
    }
    .informacoes {  
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
	.post_titulo {
        border-top: 0 solid #91A7D0;
    }
    header {
        height: 80px;
    }
    .nav {
        font-size: 1em;
    }
    .busca {
        width: 98%;
        height: 4em;
        margin: 2em auto;
        border-radius: 2.714em;
    }
    .noticias {
        padding-top: 0 !important;
        margin-top: 1em !important;
    }
    .noti figure { 
        float: left;
        width: 100%; 
        height: auto;
    }
    .noti texto  { 
        float: right; 
    }	
    .noti figure img { 
        width: 100%;
        height: auto;
        position: relative;
        float: left;
    }
    .invisible_link {
        display: block;
        height: 81px;
        width: 216px;
        background: transparent;
        margin: 0 auto;
        border: 0px solid black;
    }
    .avatar img {
        width: 8em;
        -moz-box-shadow:inset 0px 1px 0px 0px #c2cee5;
        -webkit-box-shadow:inset 0px 1px 0px 0px #c2cee5;
        box-shadow:1px 2px 1px rgba(0,0,0,0.1), inset 0px 1px 0px 0px #c2cee5;
    }
    .autor-descricao {
        margin-left: 8.5em;
    }
    .autor {  
        margin-left: 3em; 
    }
    .avatar_posts {
        width: 8em;
    }

    .sidetext { 
        width: 70%;
    }
}

/* ---------- Fim Primeiro Breakpoint (Tablet) ---------- */

/* ============================================================= *\
	#Segundo Breakpoint (Desktop)
\* ============================================================= */

@media screen and (min-width: 900px) {
    .mais2 {
        position: absolute;
    }
    #topo2 {
        margin: 2em !important;
        height: 158px !important;
    }
    blockquote{
        width: 80%;
        margin: 0 auto !important;
        margin-bottom: 2em !important;
    }
    .imagem4 {
        width: 15%;
    }
    .imagem3 {
        width: 60%;
        float: left;
        margin-top: 0;
        margin-right: 10px;
    }
    .imagem {
        width: 100%;
        float: left;
        margin-bottom: 0;
    }
    .texto {
        margin: 0 auto;
        padding: 1em;
    }
    .imagem img {
        border-radius: 0.6em 0.6em 0 0 !important;
    }
    .caixa_texto2 {
        padding: 1em;
        height: 35em;
        clear: both;
        margin: 0 !important;
        height: 40.5em;
    }
    .caixa_texto6 {
        padding: 1em;
        height: 35em;
        clear: both;
        margin: 0 !important;
        height: 30em;
    }
    /* Leia Mais */
    .mais {
        bottom: 1em;
        position: absolute;
        margin-top: 2em;
        right: 1em;
    }
    .editar2 {
        left: 1em;
        position: absolute;
    }
    /* Fim Leia Mais */
    .informacoes { 
        background-color: #fff;
    }
    .caixa_texto {
        height: 35em;
    }
    .caixa_imagem {
        display: inline-block !important;
        width: 30%;
        margin-right: 0.3em !important;
    }
    .caixa_imagem2 {
        display: inline-block !important;
        width: 30%;
        margin: 0 1% !important;
        border-bottom: 0.3em solid #6db4b2;
        border-radius: 0.6em 0.6em 0 0;
    }
    .texto {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .caixa_imagem3 {
        display: inline-block !important;
        width: 20%;
        margin-right: 0.3em !important;
    }
    /* Endereco e Telefone */
    .end_tel {
        text-align: right !important;
        padding-top: 1.5em !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        float: right;
        display: inline;
        width: 50%;
        background: none;
    }
/* Fim Endereco e Telefone */
    .limitador {
        width: 95%;
        max-width: 850px;
        margin: 0 auto;
    }
    .limitador2 {
        width: 95%;
        max-width: 850px;
        margin: 0 auto;
        display: flex;
    }
    .menuinferior {
        height: auto;
        border-top: 0px dashed #848484;
        padding-top: 12px;
        text-transform: uppercase;
        text-align: center;
        clear: both;
    }
    body {
        background: #F7F7F7 !important; /* Cor do fundo */
    }
    .tudo {
        background-color: #fff !important;
    }
    header {
        height: 158px;
        margin-top: 2em;
        margin-bottom: 0 !important;
        padding: 0; 
        background-color: none !important;
        /*background: url(images/logotipos/CarlosBittencourtLogotipo.png) no-repeat left top;*/
        float:left;
        display: inline;
        width: 50%;
        text-align: left;
    }
    .canto {
        position: fixed; 
        top: 8%;
        background: black;
        clear: both;
    }
    .sidetext {
        padding-left: 1em;
        padding-right: 1em;
        padding-bottom: 1em;
        width: 100%;
        clear: both;
    }
    .sidetext li {
        background: black;
    }
    .box.info figure {
        width: 100%;
    }
    .post-tag {
        padding-left: 1em;
        padding-right: 1em;
    }
    center {
        padding: 0 !important;
        margin: 0 !important;
    }
	.relatedposts li {
		width: 50%;
		padding-top: 0;
		padding-right: 1%;
		padding-left: 1%;
		padding-bottom: 0;
	}
	.relatedposts li:first-child {
		margin-bottom: 0;
	}
    .avatar img {
        width: 9em;
    }
    .autor-descricao {
        margin-left: 9.5em;
    }
    .autor {  
        margin-left: 4em; 
    }
    .avatar_posts {
        width: 9em;
    }
    .tudo {
        position: relative;
        background: #F7F7F7;
        background-attachment: fixed;
        background-image: url('images/divisoria.png') repeat;
    }
    .nav {
        margin-top: 0;
        margin-bottom: 0.5em;
        font-size: 1em;
    }
    .end_tel {
        position: relative;
        border: none;
        clear: both;
        width: 18em;
        color: #6db4b2 !important;
    }
    .end_tel p {
        text-align: right !important;
    }
    .links { 
        width: 100%;
        float: right;
    }
    .copyright {
        padding-top: 2em;
        margin-bottom: 0;
    }
    .busca {
        width: 17.6em;
        height: 3em;
        position: absolute;
        right: 1.2em;
        top: 6em;
        border-radius: 2.714em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        background: #FFF;
    }
    .busca input[type="search"], .busca input[type="text"] {
        background: none;
        margin-top: 0.42em;
        margin-left: 0.3em;
        margin-right: 2em;
        width: 85.8%;
        background: #fff;
    }
    .busca span:after {
        top: 0.3em;
        margin-top: 0;
        right: 2%;
        width: 1.05em;
		font-family: FontAwesome;
    	content: "\f002"; /* Value may need to be changed in newer version of font awesome*/
    	font-size: 1.4em;
    	position: absolute;
    	pointer-events: none;
    	background: none;
		color: black;
        text-align: center;
	}
    .slide-show {
        box-shadow: none;
        margin-top: 2em;
        padding-bottom: 0;
    }
    #ninja-slider {
        border-radius: 0;
    }
    .box {
        margin: none;
        padding: none;
    }
    .noti {
        float: left;
        width: 100%;
        padding-bottom: 0;
        margin: 0;
    }
    .noti figure { 
        float: left;
        width: 100%; 
    }	
    .noti texto  { 
        width: inherit;
        float: right;
    }	
    .noti figure img { 
        width: 100%;
        height: auto;
        position: relative;
        float: left;
    }
    .noticias {
        border: none;
        width: 100%;
        float: left;
        height: 100%;
        clear: both;
        position: relative;
        margin: 0 !important; /* Centralizado na horizontal */
        display:inline-block;
    }
    .informacoes{
        border: none;
        width: 100%;
        float: left;
        height: 100%;
        clear: both;
        position: relative;
        margin: 0 !important; /* Centralizado na horizontal */
        display:inline-block;
        padding: 0 !important;
    }
    .box.info {
        margin-top: 0;
        margin-bottom: 2em;
        background: #fff;
        padding: 0 !important;
        position: relative;
    }
    .info {
        float: left;
        width: 100%;
        padding: 0;
    }
     .invisible_link {
        height: 81px;
        width: 216px;
        background: none;
        border: 0px solid black;
        left: 0 !important;
        margin: 0 !important;
    } 
    .autor {
        font-size: 1em !important;
    }
    .copyright {
        position: relative;
    }
    .noticias {
        padding-top: 0;
    }
}
    
/* ---------- Fim Segundo Breakpoint (Desktop) ---------- */