/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'Open Sans Condensed', sans-serif; */
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.cf-msn{
    .height: 22px;
    line-height: 22px;
    background: yellow;
    color: black;
    font-size: 12px;
    font-family: Arial;
    text-align: center;
}
*{
	padding:0;
	margin:0;
	list-style:none;	
}
h1,h2,h3,h4,h5{
	font-weight:lighter;
    letter-spacing: -1px;
}
a, a img, li a,li, p,button,a p, a h3,input{
    text-decoration: none;
    -webkit-transition:  all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition:  all 0.2s ease-out 0s;
    -ms-transition:  all 0.2s ease-out 0s;
    transition:  all 0.2s ease-out 0s;
}
a:visited,
a:focus,
a:hover{
	text-decoration:none !important;
	outline:none;
}
body{
	overflow-x:hidden;		
}
p{
    font-size: 16px;
    color: #7e8998;
    font-weight: 300;
    line-height: 1.44em;
}
p strong{
    font-weight: 700;
}
h1{
    margin: 20px 0;
    text-transform: uppercase;
}
.navbar-brand{
    padding: 5px 0;
}
.img-logo{
    padding: 0;
    height: 86px;
}
.navbar-header{

}
.galerias{
    height: 990px;
    position: relative;
    overflow:  hidden;
}
.title-midias{
    padding-top: 50px;
}
.title-midias h1{
    text-transform: uppercase;
    color: #fff;
    line-height: 38px;
}
.title-midias p{
    color: #fff;
    font-weight: 300;
}
.title-midias p i {
    font-size: 30px;
    float: left;
    margin-right: 16px;
}
.video-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 20px;
}
.framevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
video#bgvid {
    top: 50%;
    left: 50%;
    height: 118%;
    width: 209%;
    z-index: 0;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}
.filter-video{
    position: absolute;
    z-index: 10;
    background: rgba(43,162,94,0.98);
    /*background: rgba(68,68,68,0.98);*/
    opacity: 0.77;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
}

.content-galerias{
    position: relative;
    z-index: 20;
}
.content-galerias .itemnews h2{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.content-galerias .itemnews p {
    color: #fff;
    font-size: 12px;
}
.list-galerias{
    margin-top: 50px;
}
.redesociais{
    height: 33px;
}
.redesociais ul{
    margin: 1px 0 0 0;
    padding: 0;
    float: right;
}
.redesociais ul li{
    float: left;
    margin-left: 9px;
}
.redesociais ul li p{
    line-height: 33px;
    font-size: 12px;
    color: silver;
}
.redesociais ul li a i{
    font-size: 22px;
    color: #9a9a9a;
    margin-top: 4px;
}
.redesociais ul li:hover i {
    color: #179d59;
}
.redesociais ul li .btn-group{
    margin-top: 4px;
}
.redesociais ul li .dropdown-toggle{
    color: silver;
}
.redesociais p{
    line-height: 33px;
    font-size: 12px;
    margin: 0;
    opacity: 0.65;
}
.navbar{
    margin: 0;
    min-height: 90px;
}
.navbar-default .navbar-nav>.modal-body>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background: none;
    border-bottom: 2px solid lightseagreen;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background: #fff;
    border-bottom: 2px solid lightseagreen;
    color: lightseagreen;
}
.navbar-nav>li>a{
    padding-top: 33px;
    padding-bottom: 34px;
    font-size: 15px;
    font-weight: 300;
}
.navbar-default .navbar-nav>li>a{
    color: #2ba25e;
	font-weight:bold
}
.navbar-right{
    margin-top: 0px;
}
.navbar-nav>li>.dropdown-menu{
    margin-top: -2px;
}
.navbar-default{
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
}
.modal-body ul{
    padding: 0 20px;
    margin: 0;
}
.modal-body ul li{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #7e8998;
    font-weight: 300;
    line-height: 1.44em;
    list-style: circle;
}
.dropdown-menu{
    padding: 0;
    background: #2AA262;
}
.dropdown-menu>li>a{
    padding: 10px 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a{
    text-transform: uppercase;
}
.formcontato{
    height: 400px;
}
.modal-header{
    background: lightseagreen;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header h4{
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
}
.carousel{
    margin-bottom: 40px;
    margin-top: 0px;
}
.carousel-caption h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
}
.bg-pontilhado{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/pontilhado.png");
    z-index: 1;
}
.faixa-verde{
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
    background: url("../images/bg-display.png") left;
    background-size: cover;
}
.carousel-caption p{
    color: #fff;
}
.carousel-caption .btn{
    margin-bottom: 10%;
    margin-top: 20px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: lighter;
    font-size: 16px;
    padding: 12px 22px;
}
.btn{
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
.sobre{
    margin-bottom: 45px;
}
.sobre .title-sobre h1{
    margin-bottom: 7px;
}
.title-sobre p{
    font-size: 16px;
}
.title-sobre{
    margin-bottom: 23px;
}
.txt-news{
    margin: 10px 0;
}

.txt-news h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    color: #000;
    color: #454748;
    border-left: 1px solid #2ba25e;
    padding-left: 10px;
}
.txt-news p {
    padding-left: 10px;
	font-size:14px;
}
.txt-news-grande{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0 15px 0;
    background: #fff;
    z-index: 10;
}
.txt-news-lg{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40%;
    padding: 15px;
    background: #fff;
    z-index: 10;
}
.item-grande-lg{
    margin-bottom: 30px;
}
.txt-news-grande h2{
    margin: 0;
}
.thumbnail{
    border:0px;
}
.thumbnail .img-responsive{
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 15px 0 #C4C4C4;
    box-shadow: 3px 3px 15px 0 #C4C4C4;
}
.slideshow{
    margin-top: 45px;
}
.itemnews{
    min-height: 452px;
    overflow: hidden;
}
.itemnews img{
    border-radius: 4px;
}
.itemnews a h2{
    -webkit-transition:  all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition:  all 0.2s ease-out 0s;
    -ms-transition:  all 0.2s ease-out 0s;
    transition:  all 0.2s ease-out 0s;
}
.itemnews a:hover h2{
    color: #2ba25e;
}
.itemnews a img{
    opacity: 0.88;
}
.itemnews a:hover img{
    opacity: 1;
    -webkit-transform:scale(1.12); /* Safari and Chrome */
    -moz-transform:scale(1.12); /* Firefox */
    -ms-transform:scale(1.12); /* IE 9 */
    -o-transform:scale(1.12); /* Opera */
    transform:scale(1.12);
}
.item-grande img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 4px;
}
.cases{
    background: rgba(238,238,238,0.37);
    padding: 20px 0 47px 0;
    margin-top: 40px;
}
.slideshow { margin: auto }
.slideshow img { width: 100%; padding: 3px 18px; }
div.responsive img { width: auto; height: auto }

.cycle-pager{
    display: table;
    margin: 0 auto;
    margin-top: 14px;
}
.cycle-pager span{
    font-size: 40px;
    color: silver;
}
.cycle-pager .cycle-pager-active{
    color: lightseagreen;
}
.onelife{
    margin-bottom: 50px;
}
.relative{
    position: relative;
}
.thumbnail{
    margin-bottom: 0;
}
.separator {
    background: url('http://s.glbimg.com/en/ho/static/globocom2012/img/pontilhado.png?d96ff52db368') 0 40px;
    border: 0;
    height: 10px;
    margin: 40px 0;
}
.caption ul{
    padding: 0;
    margin: 0 0 0 29px;
}
.caption ul li{
    list-style: circle;
}
.caption ul li p{
    font-weight: 400;
}
.box-servicos{
    padding: 20px;
    height: 291px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.box-servicos p{
    font-size: 14px;
}
.box-servicos-separador{
    border-left: #e6e6e6 1px solid;
}
.box-servicos i{
    font-size: 48px;
    margin-top: -6px;
    color: #179d59;
}
.box-servicos h3{
    font-weight: 700;
}
.depoimentos{
    padding: 70px 0;
    background: #000 url(../images/bg_services.png);
    background-size: cover;
    color: #fff;
}
.depoimentos p{
    color: #fff;
}
.quote-box {
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: rgba(0,0,0,0.33);
    border-top: 3px solid #4FAFC2;
    padding: 25px;
    margin-top: 40px;
    opacity: 0.70;
}
.quote {
    font-size: 16px;
    font-weight: 300;
}
blockquote {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    border: none;
    text-align: left;
    color: #fff;
}
blockquote:before {
    content: '"';
    font-size: 1.22em;
    font-family: 'Coustard', serif;
    margin-right: 0.3em;
}
blockquote:after {
    content: '"';
    font-size: 1.22em;
    font-family: 'Coustard', serif;
    margin-right: 0.3em;
}
.box-depo-autor{
    padding: 5px;
    margin-left: 20px;
}
.box-depo-autor p{
    font-size: 13px;
    margin-bottom: 0px;
    color: #fff;
}
.editais{
    margin-top: 20px;
    margin-bottom: 40px;
}
.editais h1{
    margin-bottom: 4px;
}
.box-edital{
    padding: 14px;
    border-radius: 8px;
    background: rgba(244,244,244,0.47);
    border:1px solid #e9e9e9;
    margin-top: 15px;
}
.box-edital p{
    font-size: 11px;
}
.box-edital h4{
    font-size: 16px;
    line-height: 20px;
}
.title p{
    font-size: 14px;
}
.patrocinadores{
    margin: 10px 0;
    padding: 40px 0;
    border-top: 1px solid #f4f4f4;
}
.patrocinadores h1{
    margin: 0 0 3px 0;
    font-size: 22px;
	text-align:center
}
.verticaline{
    width: 1px;
    height: 270px;
    margin-left: 10px;
    background: #ddd;
}
.nav-bread{
    height: 70px;
    background: #2aa262;
}
.nav-bread .breadcrumb{
    background: none;
    height: 70px;
    padding: 0;
}
.nav-bread .breadcrumb li{
    height: 70px;
    text-transform: uppercase;
    line-height: 70px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.nav-bread .breadcrumb li a{
    color: #fff;
}
.nav-bread .breadcrumb .active {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #fff;
}
.body-leitura{
    margin-top: 30px;
}
.resumo p{
    color: #919191;
    font-size: 17px;
    font-weight: 500 !important;
}
.shared{
    height: 42px;
    padding: 9px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
}
.leitura-img-small{
    float: left;
    margin: 0 25px 20px 0;
    overflow: hidden;
    width: 451px;
}
.leitura-img-small p{
    padding: 8px;
    background: #e2e4e5;
    font-size: 13px !important;
    line-height: 19px !important;
    white-space: normal;
}
.leitura-img-small img{
    width: 451px;
}
.listagem{
    margin: 40px 0;
}
.listagem a h3{
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
}
.listagem a:hover h3{
    color: #2aa262;
}
.listagem a:hover p {
    color: #2aa262;
    text-decoration: underline;
}
.listagem a .date{
    font-size: 12px;
    font-weight: 500;
}
.listagem a img{
    margin-bottom: 20px;
    opacity: 0.88;
}
.listagem a:hover img{
    opacity: 1;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #2aa262;
    border-color: #27955a;
}
.pagination>li>a, .pagination>li>span{
    color: #27955a;
}
.list-group{
    margin-top: 40px;
}
.list-group-item{
    width: 100%;
}
.list-group-item:hover{
    color: #fff;
    background: #2aa262 !important;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus{
    background:#2aa262;
    border-color: #27955a;
}
.rodape{
    padding: 30px 0;
    background: #747678;
}
.rodape h3{
    color: #62e6a7;
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.rodape ul{
    margin: 0;
    padding: 0px;
}
.rodape ul li a{
    color: #e2e2e2;
    font-size: 13px;
    font-weight: 300;
    display: block;
    padding: 3px 0;
}
.rodape ul li:hover a {
    color: #62e6a7;
    opacity: 0.88;
}
.copy{
    padding: 20px 0;
}
.copy p{
    font-size: 12px;
    line-height: 15px;
}
.copy img{
    width: 100%;
    margin-top:-9px;
}

.tab-leitura{
    margin-left: 5px;
    margin-top: 40px;
}
.tab-content .tab-pane{
    padding: 20px;
}
.nav-tabs>li>a{
    background: #f3f3f3;
    color: #acacac;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: #2aa262;
}
.nav-tabs>li>a{
    padding: 10px 11px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
