/*=================================*/
/* Lean Slider Demo
/* October 2012
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  /*margin: 0;
  padding: 0;*/
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; 
  line-height: 25px;
}

body {
    color: black;
    background: white;
    min-width: 1200px;
    font-family: arial,sans-serif;
    font-size:medium;
}

table {
  border-collapse: separate;
  border-spacing: 0; 
}

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
  display: block; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

/* make buttons play nice in IE:   
    www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible; }

/* Sharper Thumbnails */
img {
  -ms-interpolation-mode: bicubic; }

input,
textarea,
select {
  padding: 5px;
  font: 400 1em Verdana, Sans-serif;
  color: #666;
  background: #fff;
  border: 1px solid #999;
  margin: 0 0 1em 0; }

input:focus,
textarea:focus,
select:focus {
  color: #000;
  background: #fff;
  border: 1px solid #666; }

a, a:visited {
  color: #0088cc;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a:hover, a:active {
  color: #333333;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin-bottom: 0.6em; }

h1 {
  font-size: 2.2em; }

h2 {
  font-size: 1.9em; }

h3 {
  font-size: 1.7em;
  margin-top: 1em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1.2em; 
  margin-top: 1em;
  font-weight: bold;
}

p {
   margin: 0 0 7px;
}

ol, ul {
  padding-left: 30px;
  /*margin-bottom: 1em;*/
  margin-top: 1px;
}

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

u {
  text-decoration: underline; }

abbr, acronym {
  cursor: help;
  border-bottom: .1em dotted; }

td, td img {
  vertical-align: top; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

code {
  font-family: Courier, "Courier New", Monaco, Tahoma;
  background: #eee;
  color: #333;
  padding: 0px 2px; }

pre {
  background: #eee;
  padding: 20px;
  margin-bottom: 1em;
  overflow: auto; }

blockquote {
  font-style: italic;
  margin: 0 0 1em 15px;
  padding-left: 10px;
  border-left: 5px solid #ddd; }

/*--------PFG-----------*/

header .logo {
    float:left;
    position:absolute;
    z-index: 9;
    margin-left:100px;
    box-shadow: 10px 10px 10px #888888;
}

header .logoTitle {
    padding-top: 10px;
    padding-right: 10px;
    color: rgb(178, 0, 255);
    font-size: 14px;
    font-style: italic;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom: 1px;
    border-bottom-color: rgb(221, 217, 217);
    border-bottom-style: solid;
    width: 280px;
}

    header .logoTitle a {
        float: left;
    }

.quote{
    font-size:20px;
}

header a:link, header a:visited, header a:active {
    text-decoration: none;
}

.slider-content {
    position: absolute;
    color: white;
    background-color: #1e1212;
    opacity: 0.7;
    border-radius: 10px;
    padding: 10px;
}

    .slider-content a {
        background-color: #834E98;
        width: 100%;
        color: #fff;
        text-decoration: none;
        text-align: center;
        text-shadow: 0 1px 0 rgba(0,0,0,0.25);
        line-height: 2.3;
        font-weight: bold;
        font-size: 14px;
        display: inline-block;
        box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #C328FF;
        min-width: 80px;
        border-radius: 5px;
        opacity: 1;
    }

.slider-content-left{
    top: 300px;
    left: 70px;
}

.slider-content-right{
    top: 300px;
    right: 90px;
}


nav{
	/*width: 100%; /* The menu should be the entire width of it's surrounding object, in this case the whole page */
	background-color: white;
    font-size: 22px;
    padding-top: 40px;
    margin-left: 250px;
    float:left;
    /*clear: both;*/
    border-bottom: 1px solid rgb(221, 217, 217);
} /* dark grey bg */

nav ul{
	margin: 0;
	padding: 0;
	float: left;}

nav ul li{
	display: inline;} /* Makes the link all appear in one line, rather than on top of each other */

nav ul li a{
	float: left; 
	text-decoration: none; /* removes the underline from the menu text */
	color: #834E98; /* text color of the menu */
	padding: 10.5px 11px; /* 10.5px of padding to the right and left of the link and 11px to the top and bottom */
	background-color: white;
    font-size:18px;
    font-weight:bold;
}

nav ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #834E98;
	text-decoration: none;}

nav ul li a:hover, nav ul li .current{
	color: #fff !important;
	background-color: #AB4B87;} /* change the background color of the list item when you hover over it */

section.content{
    margin-top: 60px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 20px;
    box-shadow: 0 200px 200px #ebe0e0;
    background-image: url(../images/background.png)
}

section.contentIndex
{
    margin-top: 20px;
}

footer {
    width:98%;
    /*height: 150px;*/
    background-color: #34363e;
    color: rgb(197, 197, 197);
    padding: 15px;
}

    footer div.content {
        width:80%;
        margin-left:auto;
        margin-right:auto;
    }

footer a:link, footer a:visited, footer a:active
{
    color: #E5E5E5;
    text-decoration: underline;
}

div.medplan1
{
    color: #834E98;
}

div.medplan2
{
    color:#009CA5;
}

div.medplan3
{
    color:#ED1182;
}

div.medplan4
{
    color:blue;
}

div.medplan {
    display: inline-block;
    vertical-align: top;
    text-align:center;
    font-size: 20px;
    /*font-weight: bold;*/
    margin-top: 10px;
    margin-right: 30px;
}

    div.medplan div {
        color: white;
        margin: 10px;
        padding: 5px;
        box-shadow: 10px 9px 5px #888888;
    }

div.medplan1 div {
    background-color: #834E98;
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari and Chrome */
    -webkit-backface-visibility: hidden;
}

div.medplan2 div {
    background-color: #009CA5;
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari and Chrome */
    -webkit-backface-visibility: hidden;
}

div.medplan3 div {
    background-color: #ED1182;
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari and Chrome */
    -webkit-backface-visibility: hidden;
}
   
div.medplan4 div {
    background-color: blue;
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari and Chrome */
    -webkit-backface-visibility: hidden;
}

.clear{
    clear: both;
}

div.medTextArea {
    background-color: #834E98;
    width: 45%;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    float: left;
}

span.medTitle {
    font-size: 19px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 1px;
}

article{
    margin-top: 40px;
}


#boxPubCartao{
    top: 260px;
    opacity: 0.5;
}

 div.boxesOffers
        {
            text-align: center;
        }
         
        div.boxOffer {
            background-image: url('../images/medical_box_icon.png');
            background-repeat: no-repeat;
            background-color: white;
            border: 1px solid #cccbc9;
            box-shadow: 0 0 4px 0 #ccd;
            width: 260px;
            margin: 20px;
            padding: 10px;
            display: inline-block;
        }

            div.boxOffer a {
                line-height: 2.3;
                padding: 0px 8px 0px 8px;
                background-color: #834E98;
                color: #fff;
                text-decoration: none;
                text-align: center;
                text-shadow: 0 1px 0 rgba(0,0,0,0.25);
                font-weight: bold;
                font-size: 14px;
                display: inline-block;
                box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),inset 0 -1px 0 0 rgba(0,0,0,0.3),inset 0 12px 24px 2px #A846CF;
                border-radius: 5px;
                opacity: 1;
            }

            div.boxOffer h3 {
                height: 60px;
            }

table.medicalPlans
{
    border-collapse: collapse;
    empty-cells: show;
    border: 1px solid #cbcbcb;
    width: 70%;
}

    table.medicalPlans thead {
        background: #e0e0e0;
        color: #000;
        text-align: left;
        vertical-align: bottom;
    }

    table.medicalPlans td, table.medicalPlans th
    {
        border: 1px solid #cbcbcb;
        padding: 0.3em;
    }

    table.medicalPlans th{
        font-weight: bold;
    }
    table.medicalPlans td:first-child{
        width:50%;
    }
    table.medicalPlans td:last-child{
        width:25%;
    }
    table.medicalPlans thead tr:nth-child(2){
        background-color: rgb(208, 205, 205);
        color: black;   
    }
    table.medicalPlans thead tr:nth-child(2) th{
        font-weight: normal;
    }

    table.planKids thead{
        background-color:#ED1182;
        color: white;
    }
    table.planVida thead{
        background-color:#834E98;
        color: white;
    }
    table.planVidaPlus thead{
        background-color:#009CA5;
        color: white;
    }
    table.planVidaPremium thead{
        background-color:blue;
        color: white;
    }

ul.listservices li
{
    font-weight: bold;
}

ul.listservices li ul li
{
    font-weight: normal;
}

div.specialities{
     display:inline-block;
     vertical-align: top; 
     width:48%;
     margin-top: 20px;
}

div.specialities ul li{
    font-weight: bold;
}

div.specialities ul li ul li
{
    font-weight: normal;
}

span.destaque{
    color:#e4e418;
}

div.imagensacordos
{
    margin-left: 20px;
}