@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #2b2b2b;
	background-color: #f1f1f1;	
}

body.padding-body{
	padding-top: 173px;
}

ul,
ul ul{
	margin: 0;
	padding: 0;	
}

.transition-all{
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;	
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
}

h5{
	text-transform: uppercase;
	font-weight: 700;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	height: auto;
}

article{
	margin-bottom: -21px;
}

.load{
	display: none;
}

.load .cell{
	height: 50px;
	margin: 20px 0;
	background-image:url(../images/loader-white.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.valign{
	display: table;
	width: 100%;
	height: 100%;
}

.valign > li{
	display: table-cell;
	vertical-align: middle;
}

/***********
	Nav
***********/

.main-nav,
.top-nav{
    background-color: #FFF;
	position: relative;
	z-index: 10;
}

.top-nav{
	background-color:#051d27;
}

ul.nav,
.nav-child ul{
	list-style: none;
}

ul.nav a,
ul.nav span.nav-header,
.menu > li .title {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.main-action .menu > li .title{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

.nav-child{
	display: none;
	position: absolute;
    left: 0;
    background-color: #051d27;
    width: 100%;
	z-index: 1;	
}

.nav-child .grid-container{
	padding: 0;
}

.top-nav.nav-fixed,
.main-nav.nav-fixed{
    position: fixed;
    width: 100%;
	top: 0;
}

.main-nav.nav-fixed{
	border-bottom: 1px solid #e5e5e5;
}

.nav-fixed .icon-logo-jmm{
	font-size: 45px;
	margin: 15px 0;
}

.lang-eng,.lang-spa{
	width: 52px;
	background-position: center center;
	background-size: 32px auto;
	background-repeat: no-repeat;
}

.lang-eng{
	background-image: url(../images/eng-flag.gif);
}

.lang-spa{
	background-image: url(../images/spa-flag.gif);
}

/***********
	Topo
***********/

.icon-logo-jmm{
	font-size: 75px;
	color: #051d27;
	float: left;
	margin: 25px 0;
	cursor: pointer;
}

.logo img {
	width: auto;
	max-height: 70px;
}

.logo img.hifen{
	max-height: 80px;
}

.nav-fixed .logo img{
    max-height: 30px;
}

.nav-fixed .logo img.hifen{
    max-height: 40px;
    margin-left: 10px;
}

.slogan{
	max-width: 145px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #999;
	margin-left: 10px;
	cursor: default;
}

.nav-fixed .slogan{
	font-size: 10px;
}

.main-banner{
	background-position: center center;
	background-repeat: no-repeat;
	cursor: default;
}

.main-banner .button{
	display: table;
	text-transform: uppercase;
	color: #051d27;
	background-color: rgba(255,255,255,.8);
	font-size: 16px;
	padding: 25px 40px;
	font-weight: 700;
	margin-top: 20px;
}

.main-banner .grid-container.full{
	background-image: url(../images/banner-innershadow.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 100%;
}

.main-banner .grid-container .grid-container{
	height: 100%;
}

.main-banner .cell.large-9 {
	position: relative;
}

.main-banner-text{
	font-size: 48px;
	font-weight: 400;
	color: #FFF;
	line-height: 50px;
}

.main-banner .grid-x,
.main-banner .cell{
	height: 100%;
}

.main-action{
	float: left;
	width: 100%;
	height: 100%;
	background-image: url(../images/pattern-action.png);
	display: table;
}

.main-action .menu{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.main-action .menu > li{
	display: block;
	height: auto;
	margin: 20px 0;
}

.main-action .menu > li > a{
	display: block;
	padding: 20px 10px;
	background-color: rgba(0,0,0,0.70);
	border: 1px solid #edb92b;
	text-align: center;
	position: relative;
}

.main-action .menu > li a:before{
	color: #edb92b;
	font-size: 26px;
	position: absolute;
	left: 15px;
	top: 15px;
}

/******************
	Banner & Videos
*******************/

.banner,
.videos{
	position: relative;
}

.banner,
.banner img{
	display: block;
	width: 100%;
}

.banner-control,
.videos-control{
	display: table;
	color: #FFF;
	font-size: 25px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.60);
}

.banner-control{
	opacity: 0;
}

.videos-control{
	background-color: transparent;
	font-size: 55px;
}

.banner-control:hover,
.videos-control:hover{
	color: #edb92b;
}

.banner-control span,
.videos-control span{
	display: table-cell;
	vertical-align: middle;
}

.banner-control.next,
.videos-control.next{
	right: 0;
	left: auto;	
}

.banner-nav,
.videos-nav{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.banner-nav{
	opacity: 0;
}

.banner-bullet,
.videos-bullet{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	display: inline-table;
}

.banner-bullet:hover,
.banner-bullet.active,
.videos-bullet:hover,
.videos-bullet.active{
	background-color: #de5a15;
}

.banner:hover .banner-control,
.banner:hover .banner-nav{
	opacity: 1;
}

.videos-img{
	display: none;
	float: left;
	width: 100%;
	height: 630px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.videos-img span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 105px;
	background-color: rgba(0,0,0,0.30);
	cursor: pointer;
}

.videos .videos-img:first-child{
	display: table;
}

/***********
	Conteúdo
************/

section{
}

/************************
	Módulo Notícias Home
************************/

.category-module .cell{
	position: relative;
	background-color: #FFF;
	height: 530px;
}

.search-results.category-module .cell{
	height: auto;
}

.category-module .cell img{
	position: relative;
}

.mod-articles-category-wrapper{
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 20px;
	background-color: #FFF;
	cursor: pointer;
	width: 100%;
}

.search-results .mod-articles-category-wrapper{
	position: inherit;
	bottom: inherit;
	left: inherit;
}

.mod-articles-category-img,
.mod-articles-category-img div{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.mod-articles-category-img div{
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;	
	background-repeat: no-repeat;
	background-position: top center;
	background-size:100% auto;
	position: absolute;
	left: 0;
	top: 0;
}

.category-module .cell:hover .mod-articles-category-img div{
	-webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.mod-articles-category-social{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	border-top: 1px solid #e4e4e4;
	text-align: right;
	display: table;
	cursor: default;
}

.mod-articles-category-social li{
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	color: #8a878b;
}

.mod-articles-category-social li:first-child{
	margin-right: 5px;
}

.mod-articles-category-social li a{
	font-size: 14px;
	color: #8a878b;
	padding: 7px 10px;
	border-left: 1px solid #e4e4e4;
	display: block;
}

.mod-articles-category-social li a:hover{
	background-color: #6aa2fc;
	color: #FFF;
}

.mod-articles-category-date{
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.mod-articles-category-title{
	font-size: 18px;
	color: #000;
	display: block;
	margin-bottom: 10px;
	line-height: 21px;
}

.mod-articles-category-title:hover{
	color: inherit;
}

.mod-articles-more .grid-container{
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}

/***********
	Rodapé
***********/

.central{
	background-color: #051d27;
	color: #FFF;
}

.central .icon-logo-jmm{
	color: #FFF;
	display: inline;
	font-size: 70px;
    margin:0 0 0 -7px;
}

.central .icon-logo-cbb{
	font-size: 70px;
	color: #FFF;
	display: inline;
	margin-left: 20px;
}

.central .button{
	font-size: 17px;
	height: 50px;
}

.central .logo-doe-esperanca{
	width: auto;
	height: 80px;
}

footer{
	text-align: center;
}

.menu-socials-bottom{
	font-size: 25px;
}

.menu-socials-bottom > li span.title{
	display: none;
}

.menu-socials-bottom > li.item-139,
.menu-socials-bottom > li.item-140{
	display: none;
}

.footer{
	float: left;
	width: 100%;
	padding: 40px 10px;
	background-color: #FFF;
	color: #8c9092;
	margin-top: 40px;
}

/***********
	Modal
***********/

.modal{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 80px;
}

.modal-content{
	float: left;
	width: 100%;
	height: 100%;
	display: table;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 201;
}

.modal-middle{
	display: table-cell;
	vertical-align: middle;
}

.modal-close{
	position: absolute;
	right: 30px;
	top: 20px;
	color: #FFF;
	font-size: 45px;
	cursor: pointer;
	z-index: 202;
}

.modal-close:hover{
	color: #edb92b;
}

.modal-video{
	width: 100%;
	height: 100%;
	border: none;
}

.modal-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.80);
	z-index: 200;	
	left: 0;
	top: 0;
}

.g-recaptcha{
	transform:scale(0.60);-webkit-transform:scale(0.60);transform-origin:0 0;-webkit-transform-origin:0 0;
	}

.search input{
	border: none;
	border-bottom: 2px solid #FFF;
	color: #FFF;
	background-color: transparent;
}

.search .button{
	color: #FFF;   
	font-size: 28px;
    padding: 9px 15px;
	background-color: transparent;
	border-bottom: 2px solid #FFF;
}

.search [type='search']:focus{
	background-color: transparent;
}

.article-media{
	height: 500px;
	height: calc(100vh - 300px);
	max-height: 500px;
	position: relative;
	margin-top: -60px;
	display: block;
	z-index: 0;
	overflow: hidden;
}

.article-media .background{
	z-index: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;	
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.article-media .article-media-social{
	position: absolute;
	bottom: 30px;
	right: 0;
	z-index: 2;
}

.article-media-social li{
	display: block;
	margin-top: 10px;
}

.article-media-social li a{
	display: block;
	font-size: 20px;
	color: #051d27;
	padding: 20px;
	text-align: center;
	background-color: rgba(255,255,255,1);
}

.article-media-social li a:hover{
	color: #FFF;
	background-color: #6aa2fc;
}

.article-content{
	position: relative;
	z-index: 2;
	background-color: #FFF;
	padding: 60px 0 30px 0;
}

.article-content .grid-container{
	max-width: 80rem;
}

.article-category{
	position: absolute;
	top: -21px;
	display: table;
}

.noheadimage .article-category {
    top: 0;
}

.article-category li{
	display: inline-block;
	cursor: default;
}

.article-category li a,
.article-category li span{
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	padding: 10px 20px;
	background-color: #051d27;
}

h2.article-title{
	font-size: 3.75em;
    text-align: left;
    font-weight: 300;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 1.2;
	color: #000;
	display: block;
}

.article-info{
	display: block;
}

.article-info li{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
}

.article-info li:after{
	content: " | ";
}

.article-info li:last-child:after{
	content: "";
}

.article-text{
	display: block;
	margin: 30px 0 0 0;
	font-size: 1.125em;
    font-weight: 400;
    letter-spacing: .5px;
}

.article-text p{
	margin: 0;
    padding: 0 0 30px 0;
    text-align: justify;
}

.article-text h4{
	font-weight: 700;
	line-height: 1.2;
	font-size: 1.275em;
	margin: 0 0 30px 0;
}

.article-text a{
	color: #6aa2fc;
}

.article-text a:hover{
	text-decoration: underline;
}

.article-text blockquote{
    border: 2px solid #6aa2fc;
    border-left: 0;
    border-right: 0;
    font-size: 2.053em;
    margin: 0 0 30px 0;
    padding: 20px 20%;
}

.article-text blockquote p{
    color: #000;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
	font-style: italic;
}

.article-text blockquote p:last-of-type{
    padding: 0;
}

.article-text hr{
	border: 0;
    border-top: 1px solid #e3e3e3;
    margin: 0 0 30px 0;
}

.article-text ul{
	margin: 0;
    padding: 0 0 30px 3em;
}

.article-text ul li{
    margin: 10px 0;
    position: relative;
    text-align: left;
}

.article-text figure,
.article-text img{
    display: block;
	max-width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
}

.article-text figure figcaption{
	margin: 10px 0 0 0;
    text-align: left;
    padding: 0 0 0 0;
    font-size: .8em;
    font-style: italic;
    color: #666;
}

.article-text figure img{
	margin: 0;
}

.article-text iframe{
	width: 100%;
	border: none;
	margin-bottom: 30px;
}

.article-text iframe:last-of-type{
	margin-bottom: 0;
}

.article-text .article-media-social{
	float: left;
	width: 100%;
	display: table;
	text-align: center;
	padding-left: 0;
}

.article-text .article-media-social li{
	display: inline-block;
}

.article-text .article-media-social li a{
	background-color: #051d27;
	color: #FFF;
	margin: 0 5px;
}

.article-text .article-media-social li a:hover{
	text-decoration: none;
	background-color: #6aa2fc;
}

.content-category,
.search-keyword{
	margin: 30px 0;
	border-left: 5px solid #051d27;
	padding-left: 20px;
}

.central-header{
	background-color: #FFF;
}

.central-header h4{
	margin: 60px auto;
	font-weight: 700;
	text-transform: uppercase;
}

/*****************
	Collum Banner
*****************/
.column-banner .cell{
	position: relative;
	height: 250px;
	cursor: pointer;
	overflow: hidden;
	display: table;
}

.collumn-banner-bg{
	position: absolute;
	background-color: rgba(0,0,0,0.40);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.collumn-image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;	
	background-size: cover;
	background-position: center;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;	
}

.column-banner .cell:hover .collumn-image{
	-webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.column-banner h1{
	font-size: 28px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
	display: table-cell;
    position: relative;
    z-index: 3;
    vertical-align: middle;
    text-align: center;
	padding: 20px;
}

.tags{
	list-style: none;
}

.tags > li{
	margin: 0 5px;
}

.tags > li:first-child{
	margin-left: 0;
}