/*
Theme Name: Gineco Responsivo
Theme URI: http://ww.gineco.com.br/
Author: Foster
Author URI: http://www.foster.com.br/
Description: Tema responsivo desenvolvido para o Gineco.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */


.wp-polls-intro 
{
    padding-top:40px ;
    padding-left:10px;
    padding-right:10px;
    font-size:16px !important;
    height:105px;

}

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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: Arial!important; font-size:12px; color: #3D3F40;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background: url(images/bg-hr-line.png) no-repeat center top;
	border: 0!important;
	height: 5px;
	margin: 24px 0 1.714285714rem -22px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,.conteudo-artigo th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #b71a4d;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}

button,
input {
    line-height: normal;
}

.resposta:last-child .inputbox{
	width: 150px;
}

.inputbox {
    height: 10px;
    margin-right: 2px;
    vertical-align: -2px;
    width: 30px;
}

a.calcular {
    background: #BC0D5A;
    color: #fff;
    display: block;
    height: 22px;
    margin: 0 auto;
    text-align: center;
    width: 96px;
    cursor:pointer;
}
a.calcular:hover {
    background: #D8518C;
    color: #fff;
    cursor:pointer;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	display: none;
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
/*button:hover,*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
/*button:active,*/
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #b71a4d;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}


/* Responsive images */.conteudo-artigo img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	
}



/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}.conteudo-artigo .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.comment-content img,
.widget img,
img.header-image,
.author-avatar img {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 0;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
}

.article-item img.wp-post-image{
	behavior: inherit;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}.conteudo-artigo dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}




/* OVERWRITE ENQUETES */
.poll{
	position: relative;
}


.pollContainer 
{
    width:315px;
    position:relative;    
    
}

.wp-polls{
	width: 88%;
	background-color: #BC0D5A;
	padding: 5px;
	/*position: relative;*/
	color: #FFF;
	border-radius: 10px;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
}

#body-enquete aside#enquete-home .wp-polls{
	margin: 0 auto;
}

.wp-polls .question{
	background-color: #E186B2;
	padding: 5px 10px 5px 15px;
	margin-left: -15px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 0 5px 5px 0;
	position: relative; z-index: 0;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
}

.wp-polls .wp-polls-form input[type="radio"],
.wp-polls .wp-polls-form input[type="checkbox"]{
	/*display: none;*/
	height: 0;
	width: 0;
	font-size: 0;
}

.wp-polls .wp-polls-form label{
	background: url(images/check-button-poll.png) no-repeat 0 0;
	padding-left: 20px;
	cursor: pointer;
	line-height: 20px;
}

.wp-polls .wp-polls-form label.selected{
	background: url(images/check-button-poll.png) no-repeat 0 -33px;
	padding-left: 20px;
}


.wp-polls .wp-polls-ul{
	padding: 0;
}

.wp-polls .wp-polls-ul li{
	display: block;
	line-height: 15px;
	margin: 0;
}

.wp-polls .wp-polls-ans{
	font-size: 12px;
	margin-bottom: 30px;
}

.wp-polls .wp-polls-ans .button{
	position: absolute;
	bottom: -10px;
}

.wp-polls .wp-polls-ans .orange{
	left: 10%;
}

.wp-polls .wp-polls-ans .blue{
	right: 20px;
}
.wp-polls-loading{
	margin-top: 100px;
	text-transform: uppercase;
}

.polls-paginate{ position: absolute; top: 3px; right: 15px; }
.widget-article-footer .polls-paginate{ top: 0px; }




/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}

a.button, button.button{
	font-weight: bold;
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	padding: 0 30px;
	box-shadow: 0px 0px 3px #999;
    border-radius: 5px 5px 5px 5px;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
	}
	
	a.orange, button.orange{ background-color: #FBCF01; color: #FB8A01; }
	a.orange:hover, button.orange:hover{ background-color: #FCE702; color: #F60; }
	
	a.blue, button.blue{ background-color: #22ACD0; color: #FFF; }
	a.blue:hover, button.blue:hover{ background-color: #22DDCA; }
	
	a.purple, button.purple{ background-color: #BC0D5A; color: #FFF; font-size: 13px; font-weight: normal; }
	a.purple:hover, button.purple:hover{ background-color: #d8518c; }

	a.share-button{ background: url(images/share.png)
	 no-repeat; width: 28px; height: 28px; display: block; text-indent: 999px; overflow: hidden; }
	a.share-button:hover{ opacity: .8; }
		a.facebook{ background-position: 0 0; }
		a.twitter{ background-position: -78px 0; }
		a.whatsapp, a#whatsapp{ background-position: -40px 0; }
	.home { position: relative; }
	.home .share-button{ position: absolute; right: 0;}
	.home .facebook{ right: 71px; }
	.home .whatsapp{ right: 35px; }
	.home .twitter{ right: 0px; }
	

	
	
/**
 * BREADCRUMB
 *
 */
.section-bar{ list-style: none; }
.section-bar li{ display: inline-block; }

.section-bar .breadcrumb *{ font-size: 13px; }
.section-bar .breadcrumb p{ color: #BC0D5A; }
.section-bar .breadcrumb p .separator{ color: #22ACCF; }
.section-bar .breadcrumb a{ text-decoration: none; color: #22ACCF; }
.section-bar .breadcrumb a:hover{ text-decoration: underline; }
.section-bar .breadcrumb .current{ color: #FFF; background-color: #d8518c; }


.section-bar .share { position: relative; width: 325px; }
.section-bar .share .share-button{ position: absolute; top: 0; }
.section-bar .share .facebook{ right: 71px; top: 3px; }
.section-bar .share .whatsapp{ right: 35px; top: 3px; }
.section-bar .share .twitter{ right: 0px; top: 3px; }
.share .button { cursor: pointer;}


/* POP SHARE */

#facebook.popup, #plusone.popup, #whatsapp.popup , #twitter.popup {
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	right: 1px;
	top: 48px;
	z-index: 15;
	background-color: #b71a4d;
	width: 305px;
	height: auto;
	font-size: 10px;
	color: #fff;
	text-align: left;
	padding: 14px;
	line-height: 13px;
	display: none;
}
.fechar {
	position: absolute;
	color: #fff;
	top: 5px;
	right: 8px;
}
.aceitar, .nao  {
	float: left;
	margin: 10px 10px 0 0;
}
.pSocialButton {
	margin-top: 10px;
}

a.facebook, a.twitter, a.whatsapp {
	cursor: pointer;
}

ul.form-indique {
	position: absolute;
	right: 10px;
	top: 65px;
	background-color: #b71a4d;
	width: 325px;
	height: 235px;
	opacity: 0; filter: alpha(opacity=0);
	z-index: 1000;
	display: none;
}
ul.form-indique form {
	margin: 12px;
}
ul.form-indique label {
	color: #fff;
	font-size: 12px;
}
ul.form-indique input[type="text"], ul.form-indique input[type="email"] {
	width: 171px;
	margin-bottom: 4px;
}
ul.form-indique input[type="submit"] {
	margin: 0 10px 0 0;
}
ul.form-indique span.wpcf7-not-valid-tip {
	font-size: 10px;
	background: none;
	border: none;
	margin: 0 0 0 -30px;
}
ul.form-indique div.wpcf7 img.ajax-loader {
	position: absolute;
	left: 97px;
	bottom: 53px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	font-size: 10px;
	color: #fff;
	border: 0;
	position: absolute;
	bottom: 0;
}
ul.form-indique div.wpcf7-mail-sent-ok {
	border: 0;
	font-size: 10px;
	color: #fff;
	position: absolute;
	left: 26px;
}

.home ul.form-indique {
	right: 0;
	right: 0;
	top: 71px;
}

#content .section-bar .share a{top: -30px;}

 /*Visita Médica*/
    
   
.agendaVisitaMedica .recommendthis a{margin-left:352px ;margin-top:10px;} 
.agendaVisitaMedica .inputNews{width: 291px !important;}  
.agendaVisitaMedica fieldset { } 
.agendaVisitaMedica #frmLembrete fieldset label {float: left !important;} 
.agendaVisitaMedica #frmLembrete  select {width: 60px !important;margin-left: 5px !important;} 
.agendaVisitaMedica #frmLembrete fieldset strong {display: block !important;width: 370px!important;}
#respostaLembrete{ background-color:#d8518c; padding:10px;color:#FFF;}
.agendaVisitaMedica * { color:#333 !important;}
    



/* Commons */
.center{margin:auto; position: relative;}
.hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; }


.install-button{
	width: 151px;
	height: 49px;
	text-transform: uppercase;
	background-color: #BC0D5A;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	margin: auto;
	border-radius: 5px;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
	margin-top: 10px;
}
.install-button:hover{ color: #FFF; background-color: #d8518c; }
.google-play{ background: url(images/app-google-play.png) no-repeat right top transparent; }
.google-play:hover{ background-position: right -59px; background-color: transparent; }
.apple-store{ background: url(images/app-apple-store.png) no-repeat right top transparent; }
.apple-store:hover{ background-position: right -59px; background-color: transparent; }

.button-search{
	background: url(images/search-header.png) no-repeat right top transparent;
	/*#B71A4D;*/
	border: 0 none;
	width: 36px;
	height: 32px;
	color: #FFF;
	margin: 0;
	padding: 0;
	float: left;
	border-radius: 0 5px 5px 0;
	position: relative; z-index: 0;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
}
#searchform .button-search{ background: url(images/search-body.png) no-repeat right top transparent; height: 41px; width: 45px; }
.input-search {
	margin: 0; padding: 7px 6px 7px 6px; float: left; 
	border-radius: 5px 0 0 5px;
	position: relative; z-index: 0;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
	width: 135px;
	}
#searchform .input-search{ font-size: 20px; width: 500px; padding: 8px 6px 7px 6px; min-height: 41px;}
#searchform { height: 41px; }
	
ul.inline-block{}
ul.inline-block li{ display: inline-block; margin: 20px 8px; vertical-align: top; }


 


#content[role="videos"]{ margin-bottom: 20px; }
#content[role="aplicativo"]{ margin-bottom: 30px;}



.articles .last-publish h1 
{
    font-size:40px;    
    
}

#gineco-home-page .last-publish h1 
{
    font-size:25px;    
    
}


.title-section, #footer-widgets .title-section{ color: #BC0D5A; font-size: 18px; margin-bottom: 30px; text-transform: uppercase; }
#content .search .title-section{ margin-bottom: 0px; }
#content .search  .last-publish .title-section{ margin-bottom: 15px; margin-top: 50px; }
#content .margin-bottom{ margin-bottom: 100px; position: relative; }

/* MINIBAR */
#content .mini-bar { list-style: none; margin-top: 20px;  }
#content .mini-bar li{ width: 478px; display: inline-block; vertical-align: top; float:right;clear:both}
#content .mini-bar .banner{ text-align: center; }
#content .mini-bar .share{ text-align: right;}





/* TEMPLATE CAROUSEL (/page-templates/home.php) */
#content .carousel .carousel-container .list-images img{
	border-radius: 50px 200px 50px 400px;
	position: relative; z-index: 0;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
    width:100%;
    height:auto;
    max-width:1140px;
}
#content .carousel .carousel-container { overflow: hidden; position: relative; }
#content .carousel .carousel-container .list-images{ list-style: none;  }

#content .carousel .carousel-container .list-images li:first-child 
{
    display:block;    
}

#content .carousel .carousel-container .list-images li{ display:none;  vertical-align: top; position: relative; }
#content .carousel .carousel-container .list-images li .description{
	padding: 25px 10px; width: 400px; 
	position: absolute; bottom: 20px; left: 0;
	background-image: url(images/bg-purple-transparent.png); color: #FFF;
	border-radius: 10px 100px 10px 50px;
	behavior: url(/wp-content/themes/gineco-responsivo/js/PIE.htc);
}
#content .carousel .carousel-container .list-images li .description h2{ text-transform: uppercase; font-size: 35px; font-weight:bold;}
#content .carousel .carousel-container .list-images li .description .button{ margin-top: 10px; }
#content .carousel .carousel-container .list-images li .description p { font-size: 14px; }
#content .carousel .carousel-container .list-images li .description p strong{ width: 100%; margin: 10px auto; display: block; text-transform: uppercase; font-size: 18px; }
#content .carousel .carousel-container .list-images li .description  p span{ line-height: 14px; font-size: 14px; }

#content .carousel .carousel-container .pagination { position: absolute; bottom: 20px; right: 10px; }
#content .carousel .carousel-container .pagination li {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-right: 6px;
	padding: 6px;
	background-color: #FFF;
	border-radius: 60px 10px 60px 10px;
	box-shadow: 2px 2px 8px -2px;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
	}
#content .carousel .carousel-container .pagination li img{
	display: block;
	border-radius: 58px 10px 58px 10px;
	position: relative; z-index: 0;
	width:123px;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
}
#content .carousel .carousel-container .pagination li.selected{ cursor: default; background-color: #A4CF22; }

#content .carousel .carousel-container .pagination li p{
	display: none;
	text-transform: uppercase;
	color: #BC0D5A;
	font-size: 12px;
	font-weight: bold;
	position: absolute; top: 0; width: 95%; height: 100%; background-image: url(images/bg-transparent.png);
	border-radius: 58px 10px 58px 10px;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
	}
#content .carousel .carousel-container .pagination li:hover p { display: block; }
#content .carousel .carousel-container .pagination li.selected:hover p { display: none; }
#content .carousel .carousel-container .pagination li p span{ display: block; margin-top: 35px; text-align: center; width: 90%; position: relative; transform: translateY(-35%); behavior: url(/wp-content/themes/gineco/js/PIE.htc);}

/*=====================================================================*/
/*============================= WSS ===================================*/
/*=====================================================================*/
 #content .carousel .carousel-container .setaBanner {display:none;width: 26px;height: 160px;}
#content .carousel .carousel-container .setaBanner.left {background:url('/wp-content/themes/gineco-responsivo/images/seta-esquerda.png') no-repeat;position:absolute;left:0;top:10%}
#content .carousel .carousel-container .setaBanner.right {background:url('/wp-content/themes/gineco-responsivo/images/seta-direita.png') no-repeat;position:absolute;right:0;top:10%}


.homeGineco  
{
    padding-top:24px;    
}

@media (max-width: 998px)  {
    /* BANNER */
    #content .carousel .carousel-container .list-images img {border-radius:0!important;}
    #content .carousel .carousel-container .list-images li {margin-right: -4px;max-width: 100%!important;}
    #content .carousel .carousel-container .list-images li .description{background:none;text-align:center;position:relative!important;width: 100%!important;height: auto!important;bottom: 2px!important;border-radius:0!important;}
    
    #content .carousel .carousel-container .list-images li .description h2 
    {
        font-size:20px;
    }
    
    #content .carousel .carousel-container .list-images li .description p 
    {
        font-size:16px;
    }
    
    #content .carousel .carousel-container .pagination{text-align: center;position: static!important; background:#C43672 none;padding-top:0px;margin-top:0px}    
    #content .carousel .carousel-container .pagination li img {display: none!important;}    
    #content .carousel .carousel-container .pagination li{width:23px;height:23px;background: url('/wp-content/themes/gineco-responsivo/images/banner-home-bullet.png') no-repeat left;background-color: transparent!important;border-radius: 0px!important;box-shadow: none!important;}    
    #content .carousel .carousel-container .pagination li.selected {background-position: right;}
    #content .carousel .carousel-container .pagination li:hover p {display: none!important;}
    /*#content .carousel .carousel-container .setaBanner {display:block;}*/
    
    #content .carousel .carousel-container .owl-wrapper 
    {
        margin:0px;
        padding:0px;
        background:#C43672;
        
    }
    
    
    .homeGineco .banner_300x250 
    {
        display:none;    
    }
     
    
    
    .homeGineco .container 
    {
        padding-top:0px;
        padding-left:0px;
        padding-right:0px;    
    }
    
    
    .container.containerApps 
    {
        padding-left:0px;
        padding-right:0px;    
        
    }
}



/* TEMPLATE APP AND ARTICLES (/content-app.php) */
.side-thumb, .side-content{ display: inline-block; vertical-align: top; }

.page-template-aplicativo .conteudo-artigo a img {
	margin-top: 10px;
}

.side-thumb{padding-right:25px;}

.page .article .full-width{ width: 100%; }


#content .side-category{
	width: 33%; color: #FFF; display: inline-block; background-color: #A83763;
	border-radius: 10px 110px 10px 50px;
	padding-bottom: 10px; padding-top: 10px;
	position: relative; z-index: 0;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
}
#content .side-category .entry-title{ color: #FFF; margin: 10px 30px 10px 15px; font-size: 30px; }
#content .category .title-section{ font-size: 40px; }
#content .side-category p{ color: #FFF; margin: 10px 30px 10px 15px; }



#content .category .side-navigation{ display: inline-block; width: 66%; vertical-align: top; }
#content .category .side-navigation ul{ list-style: none; width: 100%; margin-top: 60px; }
#content .category .side-navigation ul li{ display: inline-block; width: 32%; margin: 0 0px 5px 5px; vertical-align: top; }
#content .category .side-navigation ul li a{ display: block; background-color: blue; padding: 2px 0; text-align: center; text-decoration: none; color: #FFF; text-transform: uppercase; }
#content .category .side-navigation ul li a:hover{ opacity: .8; }
#content .category .side-navigation ul li a.first{ background-color: #D44F84; }
#content .category .side-navigation ul li a.second{ background-color: #A83763; }
#content .category .side-navigation ul li a.third{ background-color: #6C1937; }


/* SEARCH ADVANCED FILTERS */
.search-advanced .filter { background: url(images/filter-line-header.jpg) no-repeat 65px 12px; color: #BC0D5A; font-weight: bold; margin-top: 20px; }
.search-advanced .filter ul, .search-advanced .filter ul li{ list-style: none; margin: 0; padding: 0; }
.search-advanced .filter > ul { width: 100%; }
.search-advanced .filter > ul > li p{ margin: 0; font-size: 16px; }
.search-advanced .filter ul > li > ul > li{ display: inline-block; width: 240px; }
.search-advanced .filter ul > li > ul > li a{ background: url(images/check-button-filter.png) no-repeat 0 3px; color: #BC0D5A; font-weight: bold; text-transform: uppercase; display: inline-block;  padding-left: 20px; text-decoration: none; }
.search-advanced .filter ul > li > ul > li a.selected{ background-position: 0 -30px; }

.result-header .title-section .count{ font-size: 30px; vertical-align: text-top; }

.result-pagination{ text-align: center; }
.result-pagination a, .polls-paginate a, .polls-paginate .display{ color: #22ACCF; text-decoration: none; font-weight: bold; }
.result-pagination a img{ margin-top: -7px; }
.result-pagination .current, .polls-paginate .current{ color: #BC0D5A; font-weight: bold; }



/* TEMPLATE ARTICLES (/content-article.php) */
#content .articles{ position: relative;}
#content-footer { margin: auto; padding-top: 10px;}

.article .topics{list-style: none; margin: 20px 0; padding: 0; }

.article .topics li.wrap {width:19%}

.article .topics li{ width: 13%; padding-left:1px;padding-right:2px;background-color: #E399B0; display: inline-block; margin: 0 0 0 4px; vertical-align: middle; }


.article .topics li:first-child{ margin: 0; }

.article .topics li a{  line-height: 12px; display: block; color: #FFF; text-transform: uppercase; text-align: center; text-decoration: none; padding: 9px 0 9px 0; }
.article .topics li.selected, .article .topics li:hover{ background-color: #AA0B4D; }
.article h1.title-section{ font-weight: bold; font-size: 26px; text-transform: uppercase; margin-bottom: 10px; margin-top: -13px; }
.article .title-article, .article .title-article a{ text-decoration: none; font-weight: bold; font-size: 26px; text-transform: uppercase; margin-bottom: 10px;  color: #BC0D5A; }
.widget-article-footer{}
.widget-article-footer > li { display: inline-block; vertical-align: top; width: 33%; position: relative; }

.widget-article-footer > .perguntas { display: inline-block; vertical-align: top; width: 49% !important; position: relative; }
.widget-article-footer > .videos { display: inline-block; vertical-align: top; width: 49% !important; position: relative; }

.widget-article-footer > li > ul.article-list > li{ width: 100%; }


.articles .last-publish{ height: 320px; }
.articles .last-publish h2{font-size: 40px; }



.last-publish ul{ margin-bottom: 20px; }
.last-publish ul li{ display: inline-block; vertical-align: top; margin-right: 20px; }
.last-publish ul li:first-child { margin-left: 0; }

li.apps-list {
	width: 30%;
}

div.article-item {
	width: 185px; height: 152px; position: relative;
	padding: 10px;
	border: 1px solid #DAD3CA;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative; z-index: 0;
	behavior: url(/wp-content/themes/gineco/js/PIE.htc);
}

li.apps-list div.article-item {
	width: 270px!important; height: 202px
}

/*.articles .last-publish .article-item {
	width: 222px;
}*/

	
div.article-item .text{ background: url(images/bg-transparent.png); width: 93%; position: absolute; bottom: 5px; padding-bottom: 20px; }
div.article-item .text p{ font-size: 11px; color: #BC0D5A;  line-height: normal; margin: 0; }
div.article-item .text p.title{ font-weight: bold; text-transform: uppercase; font-size: 13px; }
div.article-item .text p.description{ display: none; }
div.article-item .text a{ bottom: -20px; margin-left: 28px; position: absolute; }
div.article-item .text a:hover{  }
div.article-item img{ display: inherit; position: relative; z-index: 0; box-shadow: 0; }

.articles .most-access{}
.articles .most-access h2{ font-size: 28px; }

#content .search .most-access h2.title-section{ margin-bottom: 20px; }

ul.article-list li{ display: inline-block; width: 33%; margin-bottom: 20px; vertical-align: top; }
ul.article-list li img{ float: left; margin-right: 10px; }
ul.article-list li p{ font-size: 11px; color: #474747; margin-bottom: 5px; margin-right: 5px; }
ul.article-list li p.title{ font-weight: bold; text-transform: uppercase; color: #22accf; font-size: 14px; }
ul.article-list li a{ color: #fb8a01; text-transform: uppercase; font-size: 11px; text-decoration: none; line-height: 20px; background: url(images/sprites.png) no-repeat 0 0; padding-left: 15px; }
ul.article-list li a:hover{ text-decoration: underline; }


/* FAQ */
#content .category-faq{}
#content .category-faq .category-title{display: block; background-color: #BC0D5A; color: #FFF; text-transform: uppercase; font-weight: normal; font-size: 14px; width: 100%;  padding: 2px 0 2px 20px; margin: 0 0 10px 0; cursor: pointer;  }
#content .category-faq .questions-holder{  }
#content .category-faq ul{ list-style: none; margin: 0 auto; padding: 0; }
#content .category-faq ul li{ margin: 0 0 20px 0; padding: 0; display: inline-block; width: 47%; vertical-align: top; }
#content .category-faq ul li:nth-child(odd){ margin-right: 35px; }
#content .category-faq ul li .title{ color: #17A3C4; text-transform: uppercase; }
#content .category-faq ul li p{ margin: 0 0 10px 0; line-height: normal; }
#content .category-faq ul li a{ color: #fb8a01; text-transform: uppercase; font-size: 11px; text-decoration: none; line-height: 20px; background: url(images/sprites.png) no-repeat 0 0; padding-left: 15px; }
#content .category-faq ul li a:hover{ text-decoration: underline; }

/* ENQUETE */
#content .category-polls{}
#content .category-polls .category-title{ background-color: #BC0D5A; color: #FFF; text-transform: uppercase; font-weight: normal; font-size: 14px; width: 940px;  padding: 2px 0 2px 20px; margin: 0 0 10px 0; cursor: pointer;  }
#content .category-polls .polls-holder{  }
#content .category-polls .polls-holder > ul{ margin-left: 10px; }
#content .category-polls .polls-holder > ul > li{ width: 33%; margin: 0 0 30px 0; display: inline-block; vertical-align: top; }
#content .category-polls .polls-holder > ul > li > ul{ margin: 0; }
#content .category-polls ul{ list-style: none; margin: 0; padding: 0; }
#content .category-polls > ul{ list-style: none; margin: 0 0 30px 10px; padding: 0; width: 960px; }
#content .category-polls > ul > li{ margin: 0 0 20px 0; padding: 0; display: inline-block; width: 48%; vertical-align: top; }
#content .category-polls > ul > li:first-child{ margin-right: 35px; }
#content .category-polls > ul > li .title{ color: #17A3C4; text-transform: uppercase; }
#content .category-polls > ul > li p{ margin: 0 0 10px 0; line-height: normal; }
#content .category-polls > ul > li > a{ color: #fb8a01; text-transform: uppercase; font-size: 11px; text-decoration: none; line-height: 20px; background: url(images/sprites.png) no-repeat 0 0; padding-left: 15px; }
#content .category-polls > ul > li > a:hover{ text-decoration: underline; }

.poll div#guardaCarroselRodape {display: none;}

/* Videos */
.video .player{ text-align: center; background: #444; width: 73%; margin: auto; padding: 10px; }
.youtube-channel{ text-align: center; margin-top: 20px; }

.video-widgets{ width: 100%;  }
.video-widgets li{ display: inline-block; width: 48%;}
.video-widgets li:first-child{ margin-right: 20px; }
.video-widgets li > div > h2{  }
.video-widgets li > div h2{ font-size: 20px; color: #BC0D5A; margin-bottom: 10px; text-transform: uppercase; }

.video-filter{ position: relative; top: -50px; z-index: 9999; }
.video-filter form{ position: absolute; top: 0; right: 10px; color: #FFF; }
.video-filter form ul{ background-color: #D44F84; display: none; }
.video-filter form p.label{ cursor: pointer; color: #FFF; text-transform: uppercase; padding: 5px 5px 5px 25px; background: url(images/arrow-white.png) no-repeat 8px 10px #BC0D5A; }
.video-filter form p.selected{ background-position: 8px -30px; }
.video-filter form button{ position: absolute; right: 0; top: 0px; margin-right: -26px; background-color: #BC0D5A; border-radius: 0; height: 24px; width: 25px; padding: 0; color: #FEF; }
.video-filter form ul li{ padding: 5px; }
.video-filter form .video-orderby{ padding: 15px 0; }
.video-filter form .video-orderby li{   }
.video-filter form .video-category{  }
.video-filter form .video-category li{ border-top: 1px solid #e479ab; font-size: 12px; line-height: 20px; }

.video-filter form input{ display: none; }
.video-filter form label{
	background: url(images/check-button-poll.png) no-repeat 0 0;
	padding-left: 20px;
	cursor: pointer;
}

.video-filter label.selected{
	background: url(images/check-button-poll.png) no-repeat 0 -33px;
}


#content-footer .widget-area{ width: 100%; }
#content-footer .widget-area > li{ display: inline-block; vertical-align: top; float: left;}
#content-footer .widget-area > li:first-child{width: 60%; min-height: 220px; padding-bottom: 30px;}
#content-footer .widget-area > li:last-child{width: 40%;}
#content-footer .widget-area h2{  }

#content-footer .widget-area .list-videos{ width: 100%; }
#content-footer .widget-area .list-videos ul.video-list li{ display: inline-block; width: 49%; margin-top: 20px; vertical-align: top; position: relative; }
#content-footer .widget-area .list-videos ul.video-list li img{ float: left; margin-right: 10px; }
#content-footer .widget-area .list-videos ul.video-list li p{ font-size: 11px; color: #474747; margin-bottom: 5px; }
#content-footer .widget-area .list-videos ul.video-list li p.title{ font-weight: bold; text-transform: uppercase; color: #22accf; font-size: 14px; }
#content-footer .widget-area .list-videos ul.video-list li a{ color: #fb8a01; text-transform: uppercase; font-size: 11px; text-decoration: none; line-height: 20px; background: url(images/sprites.png) no-repeat 0 0; padding-left: 15px; }
#content-footer .widget-area .list-videos ul.video-list li a:hover{ text-decoration: underline; }


#content-footer ul.article-list li{ position: relative; }
ul li a.play-button, #content-footer .widget-area .list-videos ul.video-list li a.play-button{ display: block; background: url(images/play-button.png) no-repeat center center; width: 70px!important; height: 80px; position: absolute; top: 0; z-index: 9999; margin-left: 5px; }
.search.search-results ul li a.play-button {position: absolute; top: initial;}
#content ul.playlist-full-cols,
#content ul.playlist-two-cols,
#content ul.playlist-tree-cols{
	margin: auto;
	width: 73%;
	background-color: #333;
	padding: 0 10px 10px;
}

#content ul.playlist-full-cols li,
#content ul.playlist-two-cols li,
#content ul.playlist-tree-cols li{ position: relative; margin: 10px 0 0 0; }

#content ul.playlist-full-cols li{ width: 100%; }
#content ul.playlist-two-cols li{ width: 49%; }
#content ul.playlist-tree-cols li{ width: 32%; }

#content ul.playlist-full-cols li .title,
#content ul.playlist-two-cols li .title,
#content ul.playlist-tree-cols li .title{ line-height: 18px; font-size: 12px; }

#content-footer .widget-area .poll{ width: 100%; margin-bottom: 30px;}


/* Footer Widgets */
#footer-widgets{width:100%; background-color: #FFF; }
#footer-widgets .widgets > li{ width: 33%; vertical-align: top; display: inline-block; }
#footer-widgets .widgets > li h2{  }
#footer-widgets .widgets li > div{ height: 245px; }
#footer-widgets .widgets li div ul, #footer-widgets .widgets li div form{ margin-top: 30px; }
#footer-widgets .widgets li div ul li a{ line-height: 20px; font-weight: bold; text-decoration: none; text-transform: uppercase; font-size: 11px; background: url(images/sprites.png) no-repeat 0 -50px; padding-left: 15px; }	
#footer-widgets .widgets li div ul li a:hover{ text-decoration: underline; }

#footer-widgets .widgets li .newsletter{ padding: 20px; position: relative; }
#footer-widgets .widgets li .newsletter h2{  }
#footer-widgets .widgets li .newsletter p{ font-size: 11px; color: #474747; line-height: normal; margin-top: 10px;}
	#footer-widgets .widgets li .newsletter input{ border-radius: 5px; height:25px; margin-top:10px; width:270px; background:#ededed; border:1px solid #CCC; color:#666; padding-left:10px; font-size:12px; }
	#footer-widgets .widgets li .newsletter button{ box-shadow: 0px 0px 3px #999; background:#FCCF02; border-radius: 5px; border:none; color:#EC8700; font-weight:bold; margin-top:10px; height:32px; width:150px; }
	
#footer-widgets .widgets li .box-bayer{ margin-left: 10px; padding: 20px; background-image: url(images/bg-links-bayer.jpg); background-repeat: no-repeat;  }
#footer-widgets .widgets li .box-bayer h2{ color: #FFF; }
	#footer-widgets .widgets li .box-bayer ul li a{ color: #22accf; background-position: 0 -50px; }
	
a.blue-link-arrow{
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	background: url(images/sprites.png) no-repeat 0 -50px;
	padding-left: 15px;
	color: #22accf;
	float: right;
	}
a.blue-link-arrow:hover{ text-decoration: underline; }
.poll a.blue-link-arrow, .widget-article-footer a.blue-link-arrow{ vertical-align: top; float: inherit; }

	
#footer-widgets .widgets li .box-institucional{ margin-left: 12px; padding: 20px; background-image: url(images/bg-links-institucional.jpg); background-repeat: no-repeat; }
#footer-widgets .widgets li .box-institucional h2{  }
	#footer-widgets .widgets li .box-institucional ul li a{ color: #fb8a01; background-position: 0 0; }
/* END footer widgets */

/* Alo Ease Mail - Newsletter */
#footer-widgets .widgets li .newsletter .alo_easymail_form_table { width: 240px; }
div#alo_easymail_widget_feedback {position: relative;top: 151px;}
#footer-widgets .widgets li .newsletter .alo_easymail_form_table, #footer-widgets .widgets li .newsletter #alo_easymail_widget_feedback { font-size: 12px; position: absolute; bottom: 0; }
#footer-widgets .widgets li .newsletter .alo_easymail_form_table label { display: none; }
#footer-widgets .widgets li .newsletter input[type="submit"] {box-shadow: none; background: url(images/bt-cadastrar.png) no-repeat; border-radius: 0; border:none; margin:10px 0 0 -2px; height:44px; width:160px; position: absolute; text-indent: -99999px; }
#footer-widgets .widgets li .newsletter .alo_easymail_form_table input.input-radio { border-radius: 5px; height: 12px; margin-top: 10px; width: 15px; background: #ededed; border: 1px solid #CCC; color: #666; padding-left: 10px; font-size: 12px;}
#footer-widgets .widgets li div form#alo_easymail_widget_form { top: 168px; position: absolute;}
#alo_em_widget_loading { position: absolute; bottom: 0; }


/* FOOTER */
#footer{
	width:100%;
	color:#FFF;
}
#footer > ul{
	list-style: none;
}
#footer ul > li{
	display:inline-block;
	vertical-align:top;
}
#footer .footer-pink{
	width:100%;
	background-color:#BC0D5A;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .footer-pink p{
	color:#FFF;
	width:990px;
	margin-left:20px;
	font-size:11px;
	margin-top:0px;
}
#footer .copyright{
	list-style-type:none;
	margin-top:30px;
	margin-left:20px;
	font-size:14px;
}
#footer .copyright li{
	margin-right:10px;
}
#footer .copyright li:first-child{
	/*font-weight:bold;*/
	margin-right:30px;
}
#footer .footer-white{
	float:left;
	width:99%;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .footer-white {
	font-size:12px;
	color:#AC768D;
}
/*#footer .footer-white ul li:first-child{*/
#footer .footer-white ul li:nth-child(odd){
	margin-left:20px;
	margin-right:20px;
}

#footer .footer-white ul li.footer-bayer a{
	margin-right: 10px;
}
#footer .footer-white ul li.footer-bayer{
	border-top: 1px solid #CCC;
	width: 97%;
	margin-top: 10px;
	padding-top: 10px;
	line-height: 18px;
}
#footer .footer-white ul li a{
	color:#AC768D;
}
/* END FOOTER */

/* MAPA DO SITE */

#mapa-site {
	
	margin-top:10px;

	
}
#mapa-site h2 {
	font-size: 26px;
	color: #bc0d5a;
	width: 100%;
	margin: 0 0 30px 0;
	float: left;
}
#mapa-site #box-1.mapa-box, #mapa-site #box-2.mapa-box {
	margin:auto;
}
#mapa-site #box-1.mapa-box {
	width: 272px;
	min-height: 272px;
	height: auto;
	background-color: #bb4479;
	
}
#mapa-site #box-2.mapa-box {
	width: 275px;
	min-height: 272px;
	height: auto;
	background-color: #bc0d5a;
}
#mapa-site #box-3.mapa-box {
	width: 242px;
	min-height: 272px;
	height: auto;
	background-color: #a5004e;
}
#mapa-site #box-4.mapa-box {
	width: 419px;
	min-height: 272px;
	height: auto;
	background-color: #fa5ba2;
	margin-right: 35px;
}
#mapa-site #box-5.mapa-box {
	width: 503px;
	min-height: 272px;
	margin-bottom:38px;
	background-color: #e10e6d;
	margin-top:80px;
	margin-left:20px;
}
#mapa-site #box-6.mapa-box {
	width: 420px;
	min-height: 272px;
	height: auto;
	background-color: #bb4479;
	margin-right: 33px;
}
#mapa-site #box-7.mapa-box {
	width: 252px;
	min-height: 272px;
	height: auto;
	background-color: #c00d5c;
	margin-left:48px;
	
}
#mapa-site #box-8.mapa-box {
	width: 218px;
	min-height: 272px;
	margin: 0 20px 110px;
	height: auto;
	background-color: #8c1248;
}
#mapa-site #box-9.mapa-box {
	width: 272px;
	min-height: 272px;
	height: auto;
	background-color: #ab2d64;
	margin-right: 86px;
}
#mapa-site #box-10.mapa-box {
	width: 274px;
	min-height: 272px;
	height: auto;
	background-color: #e15291;
	margin-right: 86px;
}
#mapa-site #box-11.mapa-box {
	width: 241px;
	min-height: 272px;
	height: auto;
	background-color: #d0548a;
}
#mapa-site .mapa-box {
	height: auto;
	overflow: hidden;	
	margin-bottom: 30px;
	border-radius: 10px 100px 10px 40px;	
	behavior: url(/wp-content/themes/gineco-responsivo/js/PIE.htc);
}
#mapa-site .mapa-box .top {
	background-color:transparent;
	width: 100%;
	height: 120px;
	z-index: 0;
	background-position: left top;
	background-repeat: no-repeat;
}
#mapa-site .mapa-box .center 
{
    behavior: url(/wp-content/themes/gineco-responsivo/js/PIE.htc);
	border-radius:10px 100px 10px 50px;
    
	width: 100%;
	height: auto;
	margin-top:-125px;
	overflow: hidden;
	z-index: 1;
	position: relative;

}
#mapa-site .mapa-box .bottom 
{
    background-color:transparent;
	margin-top:-65px;
	width: 100%;
	height: 120px;
	z-index: 0;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#mapa-site .mapa-box .center h3 {
	float: left;
	width: 100%;
	font-size: 23px;
	color: #fff;
	margin: 30px 0 0 30px;
	font-weight: bold;
}
#mapa-site .mapa-box .center ul {
	float: left;
	height: auto;
	overflow: hidden;
	margin: 26px 0 0 30px;
}
#mapa-site .mapa-box .center ul.metade {
	float: left;
	width: 40%;
	height: auto;
	overflow: hidden;
	margin: 26px 0 0 30px;
}
#mapa-site .mapa-box .center ul li {
	
	width: 100%;
	background: url(images/box-mapa/seta.png) 0 2px no-repeat;
	margin-bottom: 15px;
}
#mapa-site .mapa-box .center ul li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-left: 12px;
	text-transform: uppercase;
	line-height: 15px;
}

#mapa-site #box1 
{
    
}

/* END MAPA DO SITE */

/* PUBLICIDADE */
.banner_300x250 {
	width: 300px;
	height: 250px;
	float: right;
	position: relative;
	top: -40px;
}

/* END PUBLICIDADE */


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.search .entry-header{
	margin-bottom: 0;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 26px;
	line-height: 1.2;
	color: #BC0D5A;
	text-transform: uppercase;
	font-weight:bold;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}.conteudo-artigo,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
	font-size: 13px;
}

.conteudo-artigo h2 
{
    font-weight:bold;    
    
}
.conteudo-artigo h1,
.comment-content h1,.conteudo-artigo h2,
.comment-content h2,.conteudo-artigo h3,
.comment-content h3,.conteudo-artigo h4,
.comment-content h4,.conteudo-artigo h5,
.comment-content h5,.conteudo-artigo h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}.conteudo-artigo h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}.conteudo-artigo h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}.conteudo-artigo h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}.conteudo-artigo h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}.conteudo-artigo h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}.conteudo-artigo h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}.conteudo-artigo p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	word-wrap: break-word;
}.conteudo-artigo ol,
.comment-content ol,.conteudo-artigo ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}.conteudo-artigo ul ul,
.comment-content ul ul,.conteudo-artigo ol ol,
.comment-content ol ol,.conteudo-artigo ul ol,
.comment-content ul ol,.conteudo-artigo ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}.conteudo-artigo ul,
.comment-content ul,
.mu_register ul {
	list-style: disc inside;
	
	
    
	
}.conteudo-artigo ol,
.comment-content ol {
	list-style: decimal outside;
}
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}.conteudo-artigo blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}.conteudo-artigo blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}.conteudo-artigo code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}.conteudo-artigo pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}.conteudo-artigo pre code,
.comment-content pre code {
	display: block;
}.conteudo-artigo abbr,
.comment-content abbr,.conteudo-artigo dfn,
.comment-content dfn,.conteudo-artigo acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}.conteudo-artigo address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}.conteudo-artigo embed,.conteudo-artigo iframe,.conteudo-artigo object,.conteudo-artigo video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}.conteudo-artigo dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}.conteudo-artigo dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}.conteudo-artigo dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}.conteudo-artigo table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}.conteudo-artigo table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}.conteudo-artigo td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	/*
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
*/
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .conteudo-artigo {
	max-width: 80%;
	float: left;
}
article.format-link .conteudo-artigo a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .conteudo-artigo p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .conteudo-artigo blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =
-------------------------------------------------------------- */

	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	


/* Minimum width of 960 pixels. */
/*@media screen and (min-width: 960px) {*/
	
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
/*} @MEDIA 960px */



/*div de Fontes das Perguntas Frequentes*/
.fontesFAQ {margin-left: 20px;padding-bottom: 20px;}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.conteudo-artigo img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .conteudo-artigo,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}

   


       
         /* cartela de semana */  
        #esqueciPilula{width:439px;padding-left:9px;position:relative;float:left;height:287px;}
        #esqueciPilula ul{float:left;width:430px;height:132px;background: url('/wp-content/uploads/2013/06/esqueceu-tomar-pilula-tabela-21.png') no-repeat 0px 0px; position:relative;z-index:10;}
        #esqueciPilula ul li a{float:left;position:absolute;}
        #esqueciPilula ul li a:hover,
        #esqueciPilula ul li a.marcado{background-image: url('/wp-content/uploads/2013/06/esqueci-tomar-pilula-tabela-21.png'); background-repeat:no-repeat;}
        
        #esqueciPilula ul li a#esqueciPrimeiraSemana{width:280px;height:38px; left:28px; top:8px;}
        #esqueciPilula ul li a#esqueciPrimeiraSemana:hover,
        #esqueciPilula ul li a#esqueciPrimeiraSemana.marcado{background-position:-28px -8px;}
        
        #esqueciPilula ul li a#esqueciSegundaSemana{width:119px; height:115px; right:1px; top:8px;}
        #esqueciPilula ul li a#esqueciSegundaSemana:hover,
        #esqueciPilula ul li a#esqueciSegundaSemana.marcado{background-position:-310px -8px;}
        
        #esqueciPilula ul li a#esqueciTerceiraSemana{width:280px; height:38px; left:28px; bottom:7px;}
        #esqueciPilula ul li a#esqueciTerceiraSemana:hover,
        #esqueciPilula ul li a#esqueciTerceiraSemana.marcado{background-position:-28px -87px;}
        
        #esqueciPilula .conteudosHiddenWeek{position:absolute;left:0px;top:72px;}
          
        /* cartela de dias */              
        #diasEsqueciPilula{width:478px;padding-left:11px;position:relative;float:left;height:462px;margin-top:25px;}
        #diasEsqueciPilula ul{float:left;width:467px;height:307px;background: url('/wp-content/uploads/2013/06/esqueceu-tomar-pilula-tabela-24.png') no-repeat 0px 0px; position:relative;z-index:10;}
        #diasEsqueciPilula ul li a{float:left;position:absolute;width:406px;left:33px;}        
        #diasEsqueciPilula ul li a:hover,
        #diasEsqueciPilula ul li a.marcado{background-image: url('/wp-content/uploads/2013/06/esqueci-tomar-pilula-tabela-24.png'); background-repeat:no-repeat;}
        
        #diasEsqueciPilula ul li a#esqueciUmSeteDias{height:64px; top:36px;}        
        #diasEsqueciPilula ul li a#esqueciUmSeteDias:hover,
        #diasEsqueciPilula ul li a#esqueciUmSeteDias.marcado{background-position:-33px -36px;}
        
        #diasEsqueciPilula ul li a#esqueciOitoQuatorzeDias{height:64px; top:103px;}
        #diasEsqueciPilula ul li a#esqueciOitoQuatorzeDias:hover,
        #diasEsqueciPilula ul li a#esqueciOitoQuatorzeDias.marcado{background-position:-33px -103px;}
        
        #diasEsqueciPilula ul li a#esqueciQuinzeVinteQuatroDias{height:126px; top:169px;}
        #diasEsqueciPilula ul li a#esqueciQuinzeVinteQuatroDias:hover,
        #diasEsqueciPilula ul li a#esqueciQuinzeVinteQuatroDias.marcado{background-position:-33px -169px;}
        
        #diasEsqueciPilula .conteudosHiddenDias{position:absolute;left:0px;top:246px;}

        
        #esqueciPilula .positionHidden, #diasEsqueciPilula .positionHidden{top:0px;display:none;}
		
}/* @MEDIA PRINT */