@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,700italic,400,600,700,800);
/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: 'open sans', sans-serif;
    font-size: 1.5em;
    line-height: 1.9em;
}

#myCarousel{
	margin-top:0px !important;
}

.text-center{
	margin-top:0px;
}

.text-muted {
    color: #777;
}

.text-cinzaclaro {
    color: #e0e0e0;
    text-align: justify;
    font-size: 1.0em !important;
}

.text-cinzaescuro {
    color: #2e2e22;
    font-size: 1.0em !important;
    line-height: 1.5em;
    text-align: justify
}

.text-branco {
    color: #fff;
}
.text-primary {
    color: #00413b;
}

p {
    font-size: 1.0em !important;
    line-height: 1.5em;
}

p.large {
    font-size: 1.1em;
}

blockquote {font-size:0.9em; color: grey !important}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #857963;
    text-shadow: 1px 1px #cccccc;
    letter-spacing: -0.01em;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #857963;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
}
h1  {
    color:#809830;
    font-size: 1.6em;
}

h2.intro-heading, h2  {
    color:#5e2b56;
    font-size: 1.3em;
}

h2 small  {
    color:#2d2c7a;
    font-size: 0.8em !important;
}

h3  {
    color:#2d2c7a;
    font-size: 1.1em;
}

.livros {min-height: 340px}

.bold {font-size: 1.1em; font-weight: bold; text-align: center; border-bottom:  1px dotted #ccc; padding: 3px}


.intro-heading a {
    color:#fff;
    font-size: 1.0em;
    text-shadow: 1px solid #ccc;
}

.intro-text {margin-bottom:15px}

.intro-heading a:hover {
    color:#8b3649;
    font-size: 1.0em;
    text-shadow: 1px solid #fff;
}


.img-centered {
    margin: 0 auto;
}

.btn-verde {background: #bcc181; color: #000 }
.btn-verde:hover {background: #e9e9d1; color: #000 }

.btn-roxo {background: #acaca2; color: #000 }
.btn-roxo:hover {background: #c9c7d3; color: #000 }

.btn-azul {background: #c7d4ed; color: #000 }
.btn-azul:hover {background: #336fac; color: #fff }

.btn-violeta {background: #af8b8d; color: #000 }
.btn-violeta:hover {background: #e5d7d7; color: #000 }




header .container {width: auto; min-width: 100%; margin-top:59px; border-top: 3px solid #f1f0ee; margin-bottom: 2px solid #f1f0ee;  /*background: url('../images/background.jpg') no-repeat center*/; padding: 0px !important}

.container {
	padding-right: 30px;
	padding-left: 30px;
	color: #857963;
}
/*MENU*/

.dropdown-menu {background-color: #fff; color: #000; font-size: 0.9em;}
.dropdown-toggle {color: #000; background-color: transparent}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: #000; color: #8b3649;
}
.dropdown-toggle:active,
.dropdown-toggle.active {
background-color: #8b3649; color: #000;
}

.navbar
{
    margin-bottom: 0px !important;
}

.navbar-default {
    border-color: transparent;
    background-color: #000 !important;
}

.navbar-default .navbar-brand {
font-family: "open sans" !important;
    color: #fff;
    text-shadow: 1px 1px #000;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus
{
 background: transparent;
    color: #8b3649;
}


.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #8b3649;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    background-color: #aaa;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #333;
}

.navbar-default .nav li a {
    text-transform: uppercase;;
    font-weight: 700;
    padding: 15px 25px 0px 25px;
    letter-spacing: -0.01em;
    font-size:1.05em;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #764c4e;
    text-shadow: 1px 1px #000;
    background-color: transparent;
    border-bottom: 0px dashed #8b3649;
   /* border-radius: 3px;*/
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 0px dashed #fff;
}
.navbar-brand {
  float: left;
  padding: 1px !important;
/*  min-height: 50px;
  line-height: 20px;*/
}

    .navbar-default {
        padding: 5px 0;
        border: 0;
        background-color: rgba(189,191,162,0.0);
        font-weight: 400;
        letter-spacing: -0.1em;
        -webkit-transition: padding .4s;
        -moz-transition: padding .4s;
        transition: padding .4s;
    }

    .navbar-default .navbar-brand {
        font-size: 0.0em;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
    }
    .navbar-default  .navbar-brand img {
  height: 0px;
  padding: 0px 10px;
  margin: 0px
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #857963;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.1em;
    }
      .navbar-default.navbar-shrink .navbar-brand img {
     height: 30px;
     padding: 0px 10px;
     margin: 0px
    }

/*maiores de 768 */
@media(min-width:768px) {
    .navbar-header {  letter-spacing: 0.02em;
        font-size: 1.1em;}
    .navbar-default {
        padding: 5px 0;

        background-color: rgba(189,191,162,0.0);
        font-weight: 400;
        letter-spacing: 0.01em;
        font-size: 0.9em;
        -webkit-transition: padding .4s;
        -moz-transition: padding .4s;
        transition: padding .4s;
    }

    .navbar-default .navbar-brand {
        font-size: 0.0em;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
    }
    .navbar-default  .navbar-brand img {
  height: 0px;
  padding: 0px 10px;
  margin: 0px
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #857963;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.3em;
    }
      .navbar-default.navbar-shrink .navbar-brand img {
     height: 60px;
     padding: 0px 10px;
     margin: 0px
    }
}

/*maiores que 768*/
@media(min-width:768px) {
    header .carousel-caption{
        margin-top: 0px !important;
        padding:0px !important;
    }

    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-family: "open sans", Helvetica,Arial,sans-serif;
        font-size: 2.9em;
        font-weight: 700;
        color: #8b3649;
         text-shadow: 2px 2px #000;

    }
        header .intro-text .intro-lead-in {
        margin-bottom: 20px;
        margin-top:10px:
        font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 1.5em;
        font-style: italic;
        color: #fff;
        text-shadow: 3px 3px #000;
    }
}



header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    /*background-image: url(../images/header-bg.jpg);*/

        background: #000;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 0px;
}


header .home {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background: #000;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.align-left {
text-align: left;
}



section {
    border-bottom: 2px dashed #febedc;
    padding: 75px 0px 70px 0px;
}
 section.par {background: #f5f5f5 !important}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
      font-family: 'Roboto Condensed', sans-serif;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

section h3.section-subheading2 {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
section hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #f6eecf;
	width: 98%
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.home-heading {
    margin: 15px 0;
    text-transform: none;
}



footer {
    padding: 25px 0;
    text-align: center;
    background: #f5eff1;
    font-size: 0.8em;
}

footer span.copyright {
    text-transform: none;
    line-height: 20px;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #fff;
}
footer .cpconsult {
    text-transform: none;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.1em;
}
footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: none;
    line-height: 40px;
    color: #2e2e22;
}
footer ul.quicklinks a {
    margin-bottom: 0;
    text-transform: none;
    line-height: 40px;
    color: #fff;
}

footer ul.quicklinks a:hover {
    margin-bottom: 0;
    text-transform: none;
    line-height: 40px;
    color: #000;
    background: #857963;
}
ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.88);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #ccc;
    color:#000;
}

footer hr {
	height: 1px;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.15);
	width: 95%
}

footer p small{color:#777}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}



/* ##### MODAL ##### */
.portal-modal .modal-content    {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

 .portal-modal  .modal-content h2  {
    margin-bottom: 15px;
    font-size: 3em;
}

.portal-modal  .modal-content p  {
    margin-bottom: 30px;
}

.portal-modal l .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 14px;
    font-style: italic;
    text-align: left;
}

 .portal-modal  .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portal-modal  .modal-content img   {
    margin-bottom: 30px;
}

.portal-modal  .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portal-modal  .close-modal:hover   {
    opacity: .3;
}

.portal-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portal-modal  .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none;
    background: #231f20;
}

::selection {
    text-shadow: none;
    background: #231f20;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: red;
}
.well
{
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #fff; 
border: 0px solid #e3e3e3; 
 border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}