/*
Theme Name: Espaço Lumen Gaia
Author: Grupo Bullcommm - Comunicação
Author URI: http://www.bullcomm.com.br
Text Domain: lumen-gaia
*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
html{
	margin-top:0!important;
	overflow-x: hidden;
}
body{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-family: 'Open Sans', sans-serif;
	color:#898989;
}
header{
	background: url(../images/bg-pre-header.png) repeat-x top left;
}
header .top-links{
	display: inline-block;
	float: right;
	height: 48px;
}
header .top-links .search-box{
	position: relative;
	display: inline-block;
	float: left;
	width: 222px;
	height: 48px;
	background: url(../images/sprite.png) no-repeat -115px 0;
}
header .top-links .search-box:before{
	    content: '';
    position: absolute;
    top: 0;
    left: -799px;
    background: #FFF;
    height: 49px;
    width: 800px;
}
header .top-links .search-box input[type="text"]{
	width: 180px;
    background: none;
    height: 48px;
    margin: 0;
    padding: 0 0px 0 25px;
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    float: left;
}
header .top-links .search-box .bt-search{
	display: inline-block;
	float: left;
	width: 19px;
	height: 18px;
	background: url(../images/sprite.png) no-repeat -96px -78px;
	border:0; 
	margin-top: 15px;
}
header .top-links .search-box input[type="text"]::-webkit-input-placeholder {color: #FFF;}
header .top-links .search-box input[type="text"]:-moz-placeholder {color: #FFF;}
header .top-links .search-box input[type="text"]::-moz-placeholder {color: #FFF;}
header .top-links .search-box input[type="text"]:-ms-input-placeholder {color: #FFF;}

header .top-links .top-menu{
	display: inline-block;
	float: left;
}
header .top-links .top-menu ul{
	padding:0;
	margin:0;
	height: 48px;
}
header .top-links .top-menu ul li{
	display: inline-block;
	float: left;
	height: 48px;
	line-height: 48px;
	color: #FFF;
	margin-left: 10px;
}
header .top-links .top-menu ul li.languages{
	margin:0 10px;
	position: relative;
}
header .top-links .top-menu ul li.languages:before{
	content: '';
	height: 20px;
	position: absolute;
	width: 1px;
	top: 14px;
	left: -1px;
	border-left: 1px solid #4eb9d6;
}
header .top-links .top-menu ul li.languages:after{
	content: '';
	height: 20px;
	position: absolute;
	width: 1px;
	top: 14px;
	right: -1px;
	border-right: 1px solid #4eb9d6;
}
header .top-links .top-menu ul li.languages .language-chooser a{
	display: inline-block;
	float: left;
	width: 24px;
	height: 16px;
	margin-top: 15px;
}header .top-links .top-menu ul li.languages .language-chooser li{
	margin:0 5px 0 5px;
}
header .top-links .top-menu ul li.languages .language-chooser a.pt{
	background: url(../images/sprite.png) no-repeat -72px -50px;
}
header .top-links .top-menu ul li.languages .language-chooser a.en{
	background: url(../images/sprite.png) no-repeat -72px -66px;
}
header .top-links .top-menu ul li.languages .language-chooser a.es{
	background: url(../images/sprite.png) no-repeat -72px -82px;
}
header .top-links .top-menu ul li i{
	display: inline-block;
	float: left;
	background: url(../images/sprite.png) no-repeat;
}
header .top-links .top-menu ul li i.phone{width:16px; height: 16px; background-position: -96px -62px; margin:17px 5px 0 0;}
header .top-links .top-menu ul li i.mail{width:17px; height: 12px; background-position: -96px -50px; margin:19px 5px 0 0;}
header .top-links .top-menu ul li a{
	color: #FFF;
	font-size: 11px;
}
header .top-links .top-menu ul li a:hover{
	color: #bbeaff;
	text-decoration: none;
}
header .top-links .top-menu ul li.social a{
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 10px 3px;
}
header .top-links .top-menu ul li.social a i{
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/sprite.png) no-repeat;
}
header .top-links .top-menu ul li.social{
	margin:0;
}
header .top-links .top-menu ul li.social a i.facebook{background-position: 0 -50px;}
header .top-links .top-menu ul li.social a i.instagram{background-position: -24px -50px;}
header .top-links .top-menu ul li.social a i.youtube{background-position: -48px -50px;}
header .top-links .top-menu ul li.social a i.facebook:hover{background-position: 0 -74px;}
header .top-links .top-menu ul li.social a i.instagram:hover{background-position: -24px -74px;}
header .top-links .top-menu ul li.social a i.youtube:hover{background-position: -48px -74px;}
header .brand{
	    width: 255px;
    height: auto;
    display: inline-block;
    float: left;
    margin-top: -35px;
}
header .brand img{
	width: 100%;
}
.navbar {
    border-radius: 0px;
    margin:0;
}
header .navbar-nav{
	display: inline-block;
	float: right;
}
header  .navbar-nav > li{
	height: 105px;
	line-height: 105px;
	position: relative;
}
header  .navbar-nav > li:after{
	content:'';
	border-right:1px solid #e6e6e6;
	position: absolute;
	height: 20px;
	width: 1px;
	top:43px;
	right: -1px;
}
header  .navbar-nav > li:last-child:after{
	display: none;
}
header  .navbar-nav > li > a .caret{
	margin-left: 3px;
	color: #129dc2;
}
header  .navbar-nav > li > a{
	    font-size: 13px;
    color: #898989;
    text-transform: uppercase;
    text-shadow: none;
    margin: 0;
    height: 105px;
    line-height: 105px;
    padding: 0 5px;
}
header  .navbar-nav > li:last-child > a{
	padding-right:0; 
}
header  .nav > li > a:hover,
header  .nav > li > a:focus{
	color: #13a1c8;
	background: none;
	text-decoration: none;
}
header  .navbar-collapse{
	padding:0;
}
@media (min-width: 768px){
	header  .dropdown:hover .dropdown-menu {
	    display: block;
	    margin-top: 0;
	 }
}
header  .dropdown-menu:after{
	content: '';
	width:9px;
	height:5px;
	top: 0;
	left: 15px;
	position: absolute;
	background: url(../images/sprite.png) no-repeat 0 -98px;
}
header  .dropdown-menu{
	position: absolute;
	left: 0;
	margin-top: 2px;
	border:0;
	border-top:1px transparent;
	padding: 0px;
	background: #13a1c8 url("../images/submenu-shadow.png") repeat-x;
	box-shadow:none;
	z-index: 999999;
}
header  .dropdown-menu{
	left: auto;
	left: 0;
	width: auto;
}

header  .dropdown-menu li{
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
	padding:0;
	line-height: 45px;
    height: 45px;
	
}
header  .dropdown-menu li a{
	font-weight: 400;
	min-width: 200px;
	width: 100%;
    color: #FFF;
    font-size: 11px;
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    text-transform: uppercase ;
    border-bottom:1px solid #25acd0;
}
header  .dropdown-menu li a:hover{
	background: transparent;
	color: #bbeaff;
	text-decoration: none;
}

footer{
	padding-top:30px;
	padding-bottom:30px;
	background:#0e7895 url(../images/shadow.png) no-repeat top center;
	background-size: contain;
}
footer .brand{
	width: 100%;
	height: auto;
}
footer .brand img{
	width: 100%;
}
footer .site-map{
	display: inline-block;
	float: right;
}
footer .site-map ul li{
	display: inline-block;
	float: left;
	    margin: 0 6px 0 0;
    padding: 0 6px 0 0;
	position: relative;
}
footer .site-map ul li:after{
	position: absolute;
	content: '';
	width: 1px;
	top:0;
	right: -1px;
	float: left;
	height: 100%;
	border-right: 1px solid #3995b0;
}
footer .site-map ul li:last-child{
	margin-right: 0;
	padding-right: 0;
}
footer .site-map ul li:last-child:after{
	display: none;
}
footer .site-map ul li a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
footer .site-map ul li a:hover{
	color: #bbeaff;
	text-decoration: none;
}
footer .contact-addresses{
	display: inline-block;
	float: right;
	clear: both;
	margin-top: 30px;
	width: 460px;
}
footer .contact-addresses .contact,
footer .contact-addresses address{
	display: inline-block;
	float: right;
	width: 50%;
	margin:0;
	padding-right: 20px;
	border-right: 2px solid #3995b0;
	text-align: right;
	color:#FFF;
	line-height: 20px;
} 
footer .contact-addresses .contact a,
footer .contact-addresses address a{
	color: #bbeaff;
	text-decoration: none;
}
footer .contact-addresses .contact a:hover,
footer .contact-addresses address a:hover{
	color: #FFF;
	text-decoration: none;
}
footer .subfooter{
	position: relative;
	padding-top:30px;
	margin-top: 30px;
}
footer .subfooter:before{
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	top:0;
	left: 15px;
	height: 1px;
	border-top:1px solid #3995b0;
}
footer .copyright{
	color: #FFF;
	font-size: 12px;
	margin-left: 15px;
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
}
footer .developed{
	display: inline-block;
	float: right;
	width: 115px;
	height: 50px;
	margin-top: -20px;
	margin-right:15px;
}
footer .developed a{
	display: inline-block;
	float: left;
	width: 115px;
	height: 50px;
	background: url(../images/sprite.png) no-repeat 0 0 ;
	text-indent: -9000px;
}
footer .social{
	display: inline-block;
	float: right;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}
footer .social:after{
	position: absolute;
	content: '';
	width: 1px;
	top:0;
	right: -1px;
	float: left;
	height: 100%;
	border-right: 1px solid #3995b0;
}
footer .social a{
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	margin:3px;
}
footer .social a i{
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/sprite.png) no-repeat;
}
footer .social a i.facebook{background-position: 0 -50px;}
footer .social a i.instagram{background-position: -24px -50px;}
footer .social a i.youtube{background-position: -48px -50px;}
footer .social a i.facebook:hover{background-position: 0 -74px;}
footer .social a i.instagram:hover{background-position: -24px -74px;}
footer .social a i.youtube:hover{background-position: -48px -74px;}

footer .legal-links{
	display: inline-block;
	float: right;
}

footer .legal-links ul{
	padding:0;
	margin:0;
}
footer .legal-links ul li{
	display: inline-block;
	float:left;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding-right: 8px;
	margin-right: 8px;
}
footer .legal-links ul li:after{
	position: absolute;
	content: '';
	width: 1px;
	top:0;
	right: -1px;
	float: left;
	height: 100%;
	border-right: 1px solid #3995b0;
}
footer .legal-links ul li a{
	color: #FFF;
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
}
footer .legal-links ul li a:hover{
	color: #bbeaff;
	text-decoration: none;
}

.wpcf7 .screen-reader-response{
	display: none!important;
}
/*.wpcf7 .screen-reader-response {
    position: relative!important;
   display: table!important;
	
	width: 100%;
	padding: 5px 10px;
    border: 1px solid transparent;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 10px!important;
    text-transform:uppercase; 
    margin-top: 15px;
    margin-left:0;
    margin-right:0;
}
.wpcf7 .screen-reader-response ul{
	display: none;
}*/
span.wpcf7-not-valid-tip{
	width: 100%;
	display: inline-block;
	float: left;
	margin:5px 0 10px 0;
	font-size: 10px!important;
	text-transform: uppercase;
}
.newsletter span.wpcf7-not-valid-tip{
	width: auto;
	float: none;
}
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 5px 10px;
    border: 1px solid transparent;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 10px!important;
    text-transform:uppercase; 
    margin-top: 15px;
    margin-left:0;
    margin-right:0;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 5px 10px;
    border: 1px solid transparent;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 10px!important;
    text-transform:uppercase; 
    margin-top: 15px;
    margin-left:0;
    margin-right:0;
}
section.newsletter .wpcf7-response-output.wpcf7-validation-errors,
section.newsletter .wpcf7-response-output.wpcf7-mail-sent-ng,
section.newsletter .wpcf7-response-output.wpcf7-mail-sent-ok{
	width: auto;
    float: none;
    margin-top: 0;
}

.mandatory{
	color: #5c294b;
	font-size:12px!important;
	display: inline-block;
	float: left;
	margin-top: 10px;
}
section.newsletter{
	padding: 30px 0;
	background: #13a1c8;
}
section.newsletter h3{
	font-style: italic;
	font-weight: 300px;
	font-size: 20px;
	color: #bbeaff;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
section.newsletter h3 i{
	display: inline-block;
	float: left;
	width:24px;
	height: 18px;
	background:url(../images/sprite.png) no-repeat -22px -98px;
	margin-right: 10px;
}
section.newsletter p{
	color: #FFF;
	line-height: 15px;
	font-size: 13px;
	margin: 0;
}
section.newsletter form {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 10px;
}
section.newsletter form .field-name,
section.newsletter form .field-email,
section.newsletter form .field-submit{
	display: inline-block;
	float: left;
	position: relative;
	
}
section.newsletter form .field-name,
section.newsletter form .field-email{
	width: 304px;
	margin-right: 15px;
}
section.newsletter form input[type="text"],
section.newsletter form input[type="email"]{
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 20px 0 10px;
	color:#9a9a9a;
	font-size:14px;
	font-style: italic;
	border:0;
}
section.newsletter form input::-webkit-input-placeholder {color: #9a9a9a;}
section.newsletter form input:-moz-placeholder {color: #9a9a9a;}
section.newsletter form input::-moz-placeholder {color: #9a9a9a;}
section.newsletter form input:-ms-input-placeholder {color: #9a9a9a;}
section.newsletter form .field-email input{
	position: relative;
}
section.newsletter form input:focus,
section.newsletter form input:active{
	outline: none;
	box-shadow: none;
}
section.newsletter .form-inline .form-group{
	margin-right: 20px;
}
section.newsletter form .bt-send{
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	background: #cb2336;
	border-radius: 20px;
	padding: 10px 15px;
	display: table;
	margin: 5px auto 0 auto;
	color: #FFF;
	border:0;
}
section.newsletter form .bt-send:hover{
	background: #FFF;
	color: #cb2336;
	text-decoration: none;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../images/ajax-loader-form-news.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    /* float: left; */
    position: absolute;
    top: 16px;
    right: -25px;
}
/* PROGRESSBAR*/
.slider-progress {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 5px;
	background: transparent;
}
.slider-progress .progress {
  width: 0%;
  height: 5px;
  background: #cb2336;
  border-radius:0;
}
/* PROGRESSBAR*/
/* FEATURED BANNER */
.featured-banner{
	height: 668px;
	padding: 0 0 0px 0;
	position: relative;
	top:0;
	background:#ededed url("../images/ajax-loader-banner.gif") no-repeat center center;
	border-bottom: 50px solid #13a1c8;

}
.featured-banner-list{
	opacity: 0;
	position: relative;
	z-index:2;
}
.featured-banner-item{
	position: relative;
	height: 618px;
	z-index: 1;
	background-size: cover!important;
	background-position: top center!important;
}
.featured-banner .shadow{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100px;
	background-size: contain;
	background-position: top center; 
	z-index: 999;
}
.featured-banner .shadow img{
	width: 100%;
}
.featured-banner .overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	background:rgba(203,35,54,.8);
	width: 100%;
	height: auto;
	z-index: 999;
}
.featured-banner .overlay .container{
	position: relative;
}
.featured-banner .overlay .info{
	display: none;
	padding:50px 100px 100px 100px;
	text-align: center;
}
.featured-banner .overlay .info a,
.featured-banner .overlay .info a:hover{
	text-decoration: none;
}
.featured-banner .overlay .info h2{
	font-size: 30px;
	color: #FFF;
	font-weight: 300;
	font-style: italic;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	border-bottom:1px solid #FFF;
	padding-bottom: 25px;
	display: table;
	float: none;
	width: auto;
	margin:0 auto 25px auto;
}
.featured-banner .overlay .info h2 small{
	font-size: 20px;
	color: #FFF;
	font-weight: 300;
	font-style: italic;
}
.featured-banner .overlay .info p{
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	padding: 0 100px;
	line-height: 25px;
}
.featured-banner .arrows{
	position: absolute;
    top: 50%;
    margin-top:-32px;
    left: 0;
    width:100%;
    z-index: 99;
    opacity: 0;
}
.featured-banner .arrows .bt-banner{
	display: block;
	float: left;
	width: 55px;
	height: 55px;
	background: url(../images/sprite.png) no-repeat;
}
.featured-banner .arrows .bt-banner.bt-prev-banner{
	background-position: -115px -48px;

}
.featured-banner .arrows .bt-banner.bt-next-banner{
	background-position: -170px -48px;
	float: right;
}

.featured-banner  .bt-read-more{
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	background: #FFF;
	border-radius: 15px;
	padding: 0px 15px;
	color: #cb2336;
	display: inline-block;
	text-shadow: none;
	/*float: left;
	margin-top: 20px;*/
}
.featured-banner  .bt-read-more:hover{
	background: #13a1c8;
	text-decoration: none;
	color: #FFF;
}

.featured-banner-inside{
	height: 110px;
	border-bottom:10px solid #cb2336;
	width: 100%;
	position: relative;
	background-position: center center
}
.featured-banner-inside:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	bottom:0;
	left: 0;
	background: rgba(203,35,54,.6);
}
.featured-banner-inside .shadow{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100px;
	background-size: contain;
	background-position: top center; 
	z-index: 999;
}
.featured-banner-inside .shadow img{
	width: 100%;
}
.featured-banner-inside h2{
	    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    font-style: italic;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	position: relative;
	z-index: 999;
	display: table;
	height: 100px;
	line-height: 100px;
	margin-top: 0px;
}

section.institutional{
	position: relative;
	background:#FFF;
	margin-top:-120px;
	z-index: 999;
	padding:15px 15px 0 15px;
}
section.institutional .col{
	padding:0;
}
section.institutional .row{
	margin:0;
}
section.institutional .institutional-item{
	padding:35px 20px;
	height: 370px;
	text-align: center;
	background: #fbfbfb;
	-webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
section.institutional .institutional-item.odd{
	background: #f5f5f5;

}
section.institutional .institutional-item:hover{
	background: #eeeeee;
}
section.institutional .institutional-item i{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #13a1c8 url(../images/sprite.png) no-repeat;
	display: table;
	float: none;
	margin:0 auto 25px auto;
	-webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
section.institutional .institutional-item i.lumen-gaia{background-position: -337px -3px;}
section.institutional .institutional-item i.activites{background-position: -337px -90px;}
section.institutional .institutional-item i.courses{background-position: -337px -180px;}
section.institutional .institutional-item i.blog{background-position: -337px -270px;}

section.institutional .institutional-item:hover i{
	background-color: #cb2336;
}
section.institutional .institutional-item h2{
	font-size: 16px;
	font-weight:700;
	color: #13a1c8;
	text-transform: uppercase;
	margin:0 0 15px 0 ;
}
section.institutional .institutional-item p{
	margin-bottom: 30px;
}
section.institutional .institutional-item .link-default{
	font-size: 13px;
	font-style: italic;
	text-transform: uppercase;
	background: #cb2336;
	border-radius: 20px;
	padding: 5px 15px;
	display: table;
	margin:0 auto;
	color: #FFF;
}
section.institutional .institutional-item .link-default:hover{
	background: #1199c3;
	text-decoration: none;
}

section.therapists{
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fbfbfb;
}

section.therapists .therapists-item h2{
	font-size:20px;
	font-style: italic;
	font-weight: 600;
	color: #13a1c8;
	margin:0 0 25px 0;
}
section.therapists .therapists-item p{
	margin:0;
	font-style: italic;
	font-size:14px;
}
section.therapists .therapists-item p a{
	color: #cb2336;
	font-style: italic;
	font-size:13px;
}
section.therapists .therapists-item p a:after{
	display: inline-block;
	margin-left: 5px;
	content: '';
	background:url(../images/sprite.png) no-repeat -9px -98px; 
	width: 13px;
	height: 5px;
}
section.therapists .therapists-item.left{
	 text-align: right;
}
section.therapists .therapists-item.left .info{
	display: inline-block;
	float: right;
	width: calc(100% - 170px);
}
section.therapists .therapists-item .image{
	display: inline-block;
	float: right;
	width: 145px;
	height: 145px;
	margin-left: 25px;
	border-radius: 50%;
	overflow: hidden;
}
section.therapists .therapists-item .image img{
	width: 100%;
}
section.therapists .therapists-item.right .image{
	float: left;
	margin-left: 0;
	margin-right: 25px;
}
section.therapists .therapists-item.right .info{
	display: inline-block;
	float: left;
	width: calc(100% - 170px);
}
section.testimonials{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #1199c3 url(../images/bg-testimonials.jpg) top right no-repeat;
	background-size: contain;
}

section.testimonials h3{
	font-style: italic;
	font-weight: 300;
	text-align: center;
	color: #bbeaff;
	font-size: 35px;
}

section.testimonials .testimonial-item p{
	font-style: italic;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	margin-top: 35px;
	margin-bottom:25px;
}

section.testimonials .testimonial-list:before{
	position: absolute;
	top: -100px;
    left: -30px;
	content: "\201C";
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 256px;
	color: #bbeaff;
	z-index: 999;
	opacity: .10;
}
section.testimonials .testimonial-list:after{
	position: absolute;
	bottom: -160px;
    right: -30px;
	content: "\201D";
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 256px;
	color: #bbeaff;
	z-index: 999;
	opacity: .10;
}
section.testimonials .testimonial-item .author{
	color: #bbeaff;
	text-align: center;
	font-size:14px;
}
section.testimonials .testimonial-item .author:before{
	content: "---";
	color: #bbeaff;
	margin-right: 10px
}
section.testimonials .testimonial-item .author:after{
	content: "---";
	color: #bbeaff;
	margin-left: 10px
}
section.testimonials .bt-all-courses{
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	background: #cb2336;
	border-radius: 20px;
	padding: 10px 20px;
	display: table;
	margin:20px auto 0 auto;
	color: #FFF;
}
section.testimonials .bt-all-courses:hover{
	background: #FFF;
	color: #cb2336;
	text-decoration: none;
}
section.blog{
	padding-top: 40px;
	padding-bottom: 40px;
}

section.blog h2{
	display: inline-block;
	float: left;
	width: 100%;
	border-left:5px solid #cb2336;
	padding-left: 10px;
	margin-bottom:35px;
}
section.blog h2 .pre{
	display: inline-block;
	float: left;
	width: 100%;
	font-size:12px;
	color:#b1b1b1;
	text-transform: uppercase;
}

section.blog h2 .title{
	display: inline-block;
	float: left;
	width: 100%;
	font-size:25px;
	color:#13a1c8;
	font-weight: 600;
}
section.blog .bt-all-posts{
	font-size: 13px;
	font-style: italic;
	text-transform: uppercase;
	background: #cb2336;
	border-radius: 20px;
	padding: 5px 15px;
	color: #FFF;
	display: block;
	float: left;
	margin-top: 20px;
}
section.blog .bt-all-posts:hover{
	background: #1199c3;
	text-decoration: none;
}

section.blog .arrows-news{
	display: inline-block;
	float: right;
	margin-top:75px;
}

section.blog .arrows-news a{
	display: inline-block;
	float: left;
	width: 39px;
	height: 39px;
	background: url(../images/sprite.png) no-repeat;
	margin-left: 10px;
}
section.blog .arrows-news a.bt-news-prev{background-position: -115px -103px;}
section.blog .arrows-news a.bt-news-prev:hover{background-position: -115px -142px;}
section.blog .arrows-news a.bt-news-next{background-position: -154px -103px;}
section.blog .arrows-news a.bt-news-next:hover{background-position: -154px -142px;}

section.blog  .blog-list .blog-item,
section.blog  .blog-list-page .blog-item{
	padding:0 15px;
	min-height: 505px;
	margin-bottom: 45px;
}
section.blog  .blog-list.home .blog-item{
	min-height: auto;
	margin-bottom: 0;
}
section.blog  .blog-list .blog-item .image,
section.blog  .blog-list-page .blog-item .image{
	width: 100%;
	
}
section.blog  .blog-list .blog-item .image img,
section.blog  .blog-list-page .blog-item .image img{
	width: 100%;
	border-bottom:5px solid #cb2336;
}
section.blog  .blog-list .blog-item h3,
section.blog  .blog-list-page .blog-page h3{
	font-size: 14px;
	font-weight: 600;
	color: #13a1c8;
	text-transform: uppercase;
}
section.blog  .blog-list .blog-item .date,
section.blog  .blog-list-page .blog-item .date{
	font-size: 10px;
	font-weight: 600;
	color: #9a9a9a;
	text-transform: uppercase;
	margin-bottom:20px;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}
section.blog  .blog-list .blog-item .date:after,
section.blog  .blog-list-page .blog-item .date:after{
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	border-bottom: 2px solid #cb2336;
	bottom: 0;
	left: 0;
}
section.blog  .blog-list .blog-item .bt-read-more,
section.blog  .blog-list-page .blog-item .bt-read-more{
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	background: #13a1c8;
	border-radius: 20px;
	padding: 3px 10px;
	color: #FFF;
	display: block;
	float: left;
	margin-top: 20px;
}
section.blog  .blog-list .blog-item .bt-read-more:hover,
section.blog  .blog-list-page .blog-item .bt-read-more:hover{
	background: #cb2336;
	text-decoration: none;
}

.breadcrumb{
	background: #FFF;
}
.breadcrumb .container{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom:20px;
}
.breadcrumb a{
	color: #cb2336;
	text-decoration:none;
}
.breadcrumb a:hover{
	color: #13a1c8;
}
.breadcrumb .container:after{
	position: absolute;
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	bottom:0;
	left: 15px;
	border-bottom:1px solid #eaeaea;
}
.share{
	display: block;
	float: right;
	width: 204px;
	margin-top: -5px;
}
.share-label{
	display: inline-block;
	text-transform: uppercase;
	float: left;
	height: 28px;
	line-height: 28px;
	color: #898989;
	font-weight: 500;
	font-size: 11px;
	margin-right: 10px;

}
.ssba img{
	text-indent: -900000px;
	display: none;
}
.ssba a{
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	margin-left: 3px;
	text-indent: -90000px;
}
.ssba a.ssba_facebook_share{background: url(../images/sprite.png) no-repeat 0px -181px;}
.ssba a.ssba_google_share{background: url(../images/sprite.png) no-repeat -84px -181px;}
.ssba a.ssba_twitter_share{background: url(../images/sprite.png) no-repeat -28px -181px;}
.ssba a.ssba_facebook_share:hover{background: url(../images/sprite.png) no-repeat 0px -209px;}
.ssba a.ssba_google_share:hover{background: url(../images/sprite.png) no-repeat -84px -209px ;}
.ssba a.ssba_twitter_share:hover{background: url(../images/sprite.png) no-repeat -28px -209px;}

.main-content{
	margin-bottom: 35px;
}
.main-content .content h1{
	display: inline-block;
    float: left;
    width: 100%;
    border-left: 5px solid #cb2336;
    padding-left: 10px;
    margin-bottom: 35px;
    font-size: 30px;
    color: #13a1c8;
    font-weight: 400;
text-transform:uppercase;
    margin-top: 0;
}
.main-content .content h1 .pre{
	display: inline-block;
	float: left;
	width: 100%;
	font-size:12px;
	color:#b1b1b1;
	text-transform: uppercase;
}
.main-content .content h2{
	display: inline-block;
    float: left;
    width: 100%;
    border-left: 5px solid #cb2336;
    text-transform:uppercase;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #cb2336;
    font-weight: 400;

}
.main-content .content h3{
	display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    color: #13a1c8;
    font-weight: 400;
    text-transform:uppercase;
 
}
.main-content .content p{
	font-size: 14px;
    line-height: 25px;
	text-align: justify;
}
.main-content .content.therapists .image{
	width: 220px;
	height: auto;
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom:20px; 
}

.main-content .content.therapists .image img{
	width: 100%;
	padding:5px;
	border: 1px solid #cb2336;
}

.main-content .content.therapists .resume{
	display: block;
	float: left;
	width: 100%;
}
.main-content .content.therapists .resume ul,
.main-content .content.activities ul{
	display: inline-block;
	float: left;
	width: 100%;
	padding-left: 15px;
}
.main-content .content.therapists .resume ul li,
.main-content .content.activities ul li{
	font-size: 14px;
    line-height: 25px;
	text-align: justify;
}

.main-content .content strong{
	color: #cb2336;
    font-weight: 600;
}

.main-content .content img.alignleft{
	display: block;
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.main-content .content img.alignright{
	display: block;
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.main-content .content.trainings .image img{
	width: 100%;
}

.main-content .content.trainings .video{
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.main-content .content.trainings .image,
.main-content .content.activities .image{
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin:0 0 10px 0;
}

.main-content .content.trainings .image img,
.main-content .content.activities .image img{
	width: 100%;
	padding:5px;
	border: 1px solid #cb2336;
}


.link-agenda{
	font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    background: #cb2336;
    border-radius: 20px;
    padding: 10px 20px;
    display: block;
    float: left;
    margin: 15px 0;
    color: #FFF;
    border: 0;
}
.link-agenda:hover{
	background: #1199c3;
	text-decoration: none;
	color:#FFF;
}

.side-bar .menu{
	display: inline-block;
	float: left;
	width: 95%;
	
}
.side-bar .menu  h2 .pre {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #b1b1b1;
    text-transform: uppercase;
}
.side-bar .menu  h2 .title{
	display: inline-block;
    float: left;
    width: 100%;
    font-size: 25px;
    color: #13a1c8;
    font-weight: 600;
    text-transform: uppercase;
}
.side-bar .menu h2{
	display: inline-block;
    float: left;
    width: 100%;
    border-left: 5px solid #cb2336;
    padding-left: 10px;
    margin-bottom: 35px;
    margin-top: 0;
}

.side-bar .menu ul{
	display: inline-block;
	float: left;
	width: 100%;
	padding:0;
	border-right: 2px solid #13a1c8;
}
.side-bar .menu ul li {
	display: inline-block;
	float: left;
	width: 100%;
}
.side-bar .menu ul li a span{
	display: block;
	float: left;
	width: calc(100% - 20px);
}
.side-bar .menu ul li a{
	display: block;
	float: left;
	width: 100%;
	border-top:1px solid #f0f0f0;
	padding:15px 0;
	list-style: none;
	color: #898989;
	text-transform: uppercase;
	font-size: 12px;
}
.side-bar .menu ul li:last-child a{
	border-bottom: 1px solid #f0f0f0;
}
.side-bar .menu ul li a:hover{
	background: #13a1c8;
	text-decoration: none;
	color: #FFF;
}
.side-bar .menu ul li a i{
	margin-right: 10px;
	margin-top: 2px;
	display: block;
	float: left;
	color: #cb2336;
}
.side-bar .menu ul li a:hover i{
	margin-left:15px;
	color: #FFF;
}
.side-bar .menu ul li a:hover span{
	width: calc(100% - 35px);
}

.container.contact{
	margin-bottom: 0;
}
.contact .full-map{	
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
 	position: relative;
 	margin-top: 30px;
}
.contact .full-map .google-maps{
	height: 450px;
	    display: table;
    width: 100%;
    border-top: 10px solid #cb2336;
}
.contact .full-map .google-maps iframe{
	display: table;
}
.contact .full-map .header-map{
	width: 100%;
	background:#393c46;
}
.contact .full-map .header-map .container{
	padding:30px 45px;
}
.contact .full-map .header-map{
	text-shadow: none;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}
.contact .full-map .header-map i{
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	background: url("../images/sprite-jpp.png") no-repeat -240px 0px;
	margin-right: 15px;
	margin-top: 2px;
}

.contact .box-contact .info p{
	margin-bottom: 0;
}
.contact .box-contact .address-info address{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #eaeaea;
}

.contact .box-contact .address-info address i{
	display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    background: url(../images/sprite.png) no-repeat 0px -237px;
    margin-right: 0px;
}
.contact .box-contact .address-info .contact .phone{
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin-right: 15px;
	height: 24px;
	line-height: 24px;
}
.contact .box-contact .address-info .contact .phone i.icon.phone{
	display: inline-block;
	float: left;
	width: 16px;
	height: 16px;
	background: url(../images/sprite.png) no-repeat -96px -109px;
	margin: 5px 15px 0 0;
}
.contact .box-contact .address-info .contact .email {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	width: 100%;
	margin-top:5px;
}
.contact .box-contact .address-info .contact .email a {
    color: #129ec4;
    font-size: 12px;
}
.contact .box-contact .address-info .contact .email a:hover{
	color: #cb2336;
	text-decoration: none;
}
.contact .box-contact .address-info .contact .email i.icon.email{
	display: inline-block;
	float: left;
	width: 16px;
	height: 12px;
	background: url(../images/sprite.png) no-repeat -96px -97px;
	margin: 7px 15px 0 0;
}
.contact .box-contact  h2 {
    display: inline-block;
    float: left;
    width: 100%;
    border-left: 5px solid #cb2336;
    padding-left: 10px;
    margin-bottom: 35px;
}
.contact .box-contact  h2 .pre {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #b1b1b1;
    text-transform: uppercase;
}
.contact .box-contact  h2 .title{
	display: inline-block;
    float: left;
    width: 100%;
    font-size: 25px;
    color: #13a1c8;
    font-weight: 600;
    text-transform: uppercase;
}
.contact .box-contact  h2{
	display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 35px;
    font-size: 30px;
    color: #cb2336;
    font-weight: 400;

    margin-top: 0;
}

/*CONTACT*/
.contact .forms input, .contact .forms textarea, .contact .forms select{
	border: 1px solid #eeeeee;
	font-size: 14px;
	border-left:3px solid #13a1c8;
	padding-left: 20px;
	height: 45px;
	line-height: 45px;
	width: 100%;
	margin-top: 15px;
}
.contact .forms select{
	    height: 45px;
    line-height: 45px;
}
.contact .forms .nome input{
	margin-top: 0;
}
.contact .forms textarea{
	height: 120px;
	resize: none;
}
.contact .forms .bt-send{
	font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    background: #cb2336;
    border-radius: 20px;
    padding: 10px 20px;
    height: auto;
    line-height: normal;
    display: block;
    float: right;
    margin: 15px 0;
    color: #FFF;
    border: 0;
    width: auto;
}
.contact .forms .bt-send:hover{
	background: #1199c3;
	text-decoration: none;
	color:#FFF;
}

.contact .forms input:focus,
.contact .forms input:active,
.contact .forms textarea:focus,
.contact .forms textarea:active,
.contact .forms select:focus,
.contact .forms select:active{
	outline: none;
	box-shadow: none;
}
.wpcf7-not-valid-tip{
	color: red;
	font-size:10px!important;
	display: inline-block;
	float: left;
	margin-bottom: 5px;
	text-transform:uppercase;
	margin-top: 5px;
}
.mandatory{
	color: #13a1c8;
	font-size: 13px;
	display: inline-block;
	float: left;
	margin-top: 10px;
}
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 5px 10px;
    border: 1px solid transparent;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 10px!important;
    text-transform:uppercase; 
    margin-top: 15px;
    margin-left:0;
    margin-right:0;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
display: inline-block;
	float: left;
	width: 100%;
	padding: 5px 10px;
    border: 1px solid transparent;
       color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 10px!important;
    text-transform:uppercase; 
    margin-top: 15px;
    margin-left:0;
    margin-right:0;
}
.screen-reader-response{
	display: none!important;
}
.contact div.wpcf7 .ajax-loader{
	background: url(../images/ajax-loader-contact.gif) no-repeat;
	    top: 27px;
    right: -10px;
}
.lumem-gaia .image{
	display: inline-block;
	float: right;
	width: 95%;
	margin-top: 10px;
}
.lumem-gaia .image img{
	width: 100%;
	    padding: 5px;
    border: 1px solid #cb2336;
}
.gallery{
	display: inline-block;
	float: left;
	width: 100%;
}
.gallery .gallery-item{
	width: 150px!important;
	margin-right: 15px;
	    padding: 5px;
    border: 1px solid #cb2336;
	position: relative;
	cursor: pointer;
}
.gallery .gallery-item:last-of-type{
	margin-right: 0;
}
.gallery .gallery-item a:after{
	content: '';
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
	background: rgba(203,35,54,0);
	-webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.gallery .gallery-item a:hover:after{
	background: rgba(203,35,54,.6);
}
.gallery .gallery-item a:before{
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	left: 50%;
	margin-top:-12px;
	margin-left:-12px;
	opacity: 0;
	z-index: 5;
	background: url(../images/sprite.png) no-repeat 0px -117px;
	-webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.gallery .gallery-item a:hover:before{
	opacity: 1;
}
.gallery .gallery-item img{
	height: auto;
    width: 100%;
    border:0!important;
}
.agenda .agenda-item{
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px dotted #f0f0f0;
}
.agenda .agenda-item h2{
	margin-top: 0;
	font-size: 22px;
	border: 0;
	padding-left: 0;
}
.agenda .agenda-item h2 i{
	margin-right: 10px;
}
.agenda .agenda-item p{
	display: inline-block;
	float: left;
	width: 100%;
}
.agenda .link-agenda-saiba-mais{
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	background: #1199c3;
	border-radius: 20px;
	padding: 5px 15px;
	color: #FFF;
	display: block;
	float: left;
	margin-top: 10px;
}
.agenda .link-agenda-saiba-mais:hover{
	background: #cb2336;
	text-decoration: none;
}

.galleries  .galleries-list .galleries-item{
	padding:0 15px;
	min-height: 410px;
	margin-bottom: 30px;
	border-bottom:1px dotted #f0f0f0;
	display: inline-block;
}
.galleries  .galleries-list .galleries-item .image{
	width: 100%;
	
}
.galleries  .galleries-list .galleries-item .image img{
	width: 100%;
	border-bottom:5px solid #cb2336;
}
.galleries  .galleries-list .galleries-item h3{
	font-size: 14px;
	font-weight: 600;
	color: #13a1c8;
	text-transform: uppercase;
	margin-top: 20px;
    margin-bottom: 10px;
}
.galleries  .galleries-list .galleries-item .date{
	font-size: 10px;
	font-weight: 600;
	color: #9a9a9a;
	text-transform: uppercase;
	margin-bottom:20px;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}
.galleries  .galleries-list .galleries-item .date:after{
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	border-bottom: 2px solid #cb2336;
	bottom: 0;
	left: 0;
}
.galleries  .galleries-list .galleries-item p{
	font-size: 13px!important;
	line-height: normal!important;
}
.galleries  .galleries-list .galleries-item .bt-see-more{
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	background: #13a1c8;
	border-radius: 20px;
	padding: 3px 10px;
	color: #FFF;
	display: block;
	float: left;
	margin-top: 10px;
}
.galleries  .galleries-list .galleries-item .bt-see-more:hover{
	background: #cb2336;
	text-decoration: none;
}

.main-content .content.blog  img.aligncenter{
    width: 100%;
    padding: 5px;
    border: 1px solid #cb2336;
}

.main-content .content.blog  img.alignright
{
	border: 1px solid #cb2336;
	display: block;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 5px;
}
#ssba-classic-2{
	width: auto!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.slick-dots{
	bottom: -50px;
}
.slick-dots li{
	width: 10px;
	height: 10px;
}
.slick-dots li button{
	width: 10px;
    height: 10px;
    padding: 5px;
}
.slick-dots li button:before{
	opacity: 1;
	width: 10px;
    height: 10px;
   font-size: 10px;
    line-height: 10px;
    color: #FFF;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #bbeaff;
}

section.videos  .slick-dotted.slick-slider,
section.therapists  .slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.slick-dots{
	bottom: -50px;
}
.slick-dots li{
	width: 10px;
	height: 10px;
}
section.videos .slick-dots li button,
section.therapists .slick-dots li button{
	width: 10px;
    height: 10px;
    padding: 5px;
}
section.videos .slick-dots li button:before,
section.therapists .slick-dots li button:before{
	opacity: 1;
	width: 10px;
    height: 10px;
   font-size: 10px;
    line-height: 10px;
    color: #13a1c8;
}
section.videos .slick-dots li.slick-active button:before,
section.therapists .slick-dots li.slick-active button:before  {
    opacity: 1;
    color: #cb2336;
}



section.videos{
	padding-top: 40px;
	padding-bottom: 40px;
}
section.videos .title-full h2{
	display: inline-block;
	float: left;
	width: calc(100% - 225px);
	border-left:5px solid #cb2336;
	padding-left: 10px;
	margin-bottom:35px;
	background: #FFF;
	position: relative;
	margin-top: 0;
}
/*section.videos .title-full h2:after{
	content: '';
	position: absolute;
	width: 100%;
	border-top: 1px solid #fbfbfb;
	top: 18px;
	right: 0;
}*/
section.videos .title-full h2 .pre{
	display: inline-block;
	float: left;
	width: 100%;
	font-size:12px;
	color:#b1b1b1;
	text-transform: uppercase;
}

section.videos .title-full h2 .title{
	display: inline-block;
	float: left;
	width: 100%;
	font-size:25px;
	color:#13a1c8;
	font-weight: 600;
}
section.videos .bt-all-posts{
	font-size: 13px;
	font-style: italic;
	text-transform: uppercase;
	background: #1199c3;
	border-radius: 20px;
	padding: 5px 15px;
	color: #FFF;
	display: block;
	float: right;
	margin-top: 0px;
}
section.videos .bt-all-posts:hover{
	background: #cb2336;
	text-decoration: none;
}
section.videos .list-videos{
	float: left;
	width: calc(100% + 20px);
	display: block;
	margin-left: -10px;
}
section.videos .list-videos{
	opacity: 0;
	height: 260px;
}
section.videos .list-videos.show{
	opacity: 1;
	height: auto;
}
section.videos .list-video-item{
	padding: 0 10px;
}
section.videos .list-video-item .thumb{
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
}
section.videos .list-video-item .thumb:after {
    content: '';
    width: 100%;
    height: calc(100% - 5px);
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    z-index: 1;
}
section.videos .list-video-item a{
	display: inline-block;
	float: left;
	width: 100%;
	position: relative;
}
section.videos .list-video-item a .thumb h2{
	    position: absolute;
    bottom: 10px;
    padding: 0 20px;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    z-index: 9;
    width: 100%;
    text-transform: uppercase;
}
section.videos .list-video-item a:hover .thumb h2{
	color: #FFF;
}
section.videos .list-video-item .thumb img{
	width: 100%;
	border-bottom: 5px solid #cb2336;
}

#modalvideos .modal-body {
    position: relative;
    padding: 5px;
}

#modalvideos .modal-content{
	border-radius: 0;
	border: 0;
}

#modalvideos .modal-body .fechar{
	background: transparent;
    padding: 0;
    color: #FFF;
    font-size: 40px;
    position: absolute;
    right: 15px;
    border: 0;
    top: -5px;
    z-index: 9999;
}