/*
 Documento CSS da Home
 Criador: Weslei Silveira - www.wesleisilveira.com.br
 Data: 06/04/2017

 Resolutions:
 col-xs-* ---> mobile
 col-sm-* ---> tablet
 col-md-* ---> laptops
 col-lg-* ---> large monitors
 */

/* ------------------------------------------------------------------------------- */
/*  General
/* ------------------------------------------------------------------------------- */

body {
	font-family: 'proximanova-regular';
}

h1 {
	font-family: 'proximanova-light';
	font-size: 38px;
	line-height: 46px;
	color: #4983BB;
}

h2 {
	font-family: 'proximanova-light';
	font-size: 32px;
	line-height: 40px;
	color: #4983BB;
}

h3 {
	font-family: 'proximanova-regular';
	font-size: 34px;
	line-height: 100%;
}

h4 {
	font-family: 'proximanova-regular';
	font-size: 26px;
	line-height: 34px;
	color: #385A7B;
}

p {
	font-family: 'proximanova-regular';
	font-size: 18px;
	line-height: 100%;
	color: #878C94;
}

strong {
	font-family: 'proximanova-semibold';
	font-weight: normal;
}

.btn {
	font-family: 'proximanova-semibold';
	padding: 16px;
}
/* ------------------------------------------------------------------------------- */
/*  Hero
/* ------------------------------------------------------------------------------- */

.hero {
	width: 100%;
	min-height: 385px;
	background-color: #F1F4F9;
}

.hero .bg {
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;

	background-image: url('../images/bg-hero-note.svg');
	background-color: #F1F4F9;
	background-repeat: no-repeat;
	background-position: right 50%;

	-webkit-background-size: 50%;
	   -moz-background-size: 50%;
	     -o-background-size: 50%;
	        background-size: 50%;
}

/*
.hero {
	width: 100%;
	min-height: 450px;
}

.hero .bg {
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;

	background-image: url('../images/bg-hero.svg');
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right bottom;

	-webkit-background-size: auto 122%;
	   -moz-background-size: auto 122%;
	     -o-background-size: auto 122%;
	        background-size: auto 122%;
}
*/
.hero p {
	font-size: 22px;
	line-height: 30px;
	margin-top: 20px;
}

.hero img {
	margin-top: 5%;
}

.hero small {
	font-family: 'proximanova-light';
	font-size: 14px;
	color: #878C94;
	display: block;
	margin-top: 10px;
}

.hero .form-register {
	margin-top: 25px;
}

.hero a.btn-green {
	margin-top: 15px;
}

.hero a.btn-link {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
}

.hero .icon-play {
	font-size: 25px;
    color: #385A7B;
    position: relative;
    top: 4px;
}

.hero .btn-play-video:hover,
.hero .btn-play-video:hover .icon-play {
	color: #2685E9;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------- */
/*  Hero Video
/* ------------------------------------------------------------------------------- */

.video {
	position: relative;
}

.video iframe {
	height: 100%;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity 0.5s ease 0s;
	   -moz-transition: opacity 0.5s ease 0s;
	     -o-transition: opacity 0.5s ease 0s;
	        transition: opacity 0.5s ease 0s;
}

.video.playing iframe {
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
}

.video .btn-pause-video {
	height: 100%;
	width: 100%;
	cursor: pointer;
	display: none;
	opacity: 0.8;
	z-index: 3;
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent url('../images/close-icon.svg') no-repeat 99% 10px;

	-webkit-background-size: 20px;
	   -moz-background-size: 20px;
	     -o-background-size: 20px;
	        background-size: 20px;
}

.video.playing .btn-pause-video {
	display: block;
}

/* ------------------------------------------------------------------------------- */
/*  Features Navigation
/* ------------------------------------------------------------------------------- */

.features-navigation {
	width: 100%;
	min-height: 70px;
}

.features-navigation .affix {
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(204,204,204,0.15);
	   -moz-box-shadow:	0px 1px 5px 0px rgba(204,204,204,0.15);
	        box-shadow:	0px 1px 5px 0px rgba(204,204,204,0.15);
}

.features-navigation .navbar.affix ,
.features-navigation .affix .navbar-header {
    min-height: 50px;
}

.features-navigation .navbar-default.affix .navbar-nav > li > a,
.features-navigation .navbar-default.affix .navbar-nav > li.active > a {
	padding-bottom: 15px;
	padding-top: 15px;
}

/* ------------------------------------------------------------------------------- */
/*  Features Umbrella
/* ------------------------------------------------------------------------------- */

.umbrella {
	margin-bottom: 80px
}

.umbrella a.item {
	display: block;
}

.umbrella .item img {
    margin: 0 auto 20px;
}

.umbrella .item h5 {
    font-size: 18px;
    line-height: 26px;
    color: #4983bb;
    display: block;
    margin-bottom: 10px;
}

.umbrella .item p {
    font-size: 14px;
    line-height: 22px;
    color: #9ca5ac;
    display: block;
    margin: 0;
}

/* ------------------------------------------------------------------------------- */
/*  Features
/* ------------------------------------------------------------------------------- */

.features h2,
.features h4 {
	margin-bottom: 10px;
}

.features h4 {
	font-family: 'proximanova-light';
	font-size: 32px;
	line-height: 40px;
	color: #4983BB;
}

.features p {
    font-family: 'proximanova-regular';
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
}

.features .detail p {
	margin: 0;
}

.features .detail dl {
	margin-top: 30px;
}

.features .detail dl dd a {
    font-family: 'proximanova-regular';
    font-size: 16px;
    line-height: 24px;
    color: #385A7B;
    display: inline-block;
}

.features .detail dl dd:last-child a {
    color: #2687E9;
    text-decoration: underline;
    margin-top: 20px;
}

/* ------------------------------------------------------------------------------- */
/*  Resources
/* ------------------------------------------------------------------------------- */

.resources h4 {
	margin-bottom: 20px;
}

.resources p {
	margin-bottom: 30px;
}

.resources .item {
	text-align: center;
}

.resources .item a {
	position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

.resources .item .caption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(56, 90, 123, 0.8);
}

.resources .caption h5 {
    font-family: 'proximanovacond-regular';
    font-size: 22px;
    color: #FFF;
    position: relative;
    top: 45%;
}

.resources .caption p {
	font-size: 14px;
    color: #FFF;
    margin: 10px 0 0;
    position: relative;
    top: 35%;
}

.resources .btn {
	margin-top: 50px;
}

/* ------------------------------------------------------------------------------- */
/*  Testimonials
/* ------------------------------------------------------------------------------- */

.testimonials {
	padding: 100px 0;
}

.testimonials blockquote {
	margin: 0;
}

.testimonials p {
	font-family: 'proximanova-light';
	font-size: 26px;
	line-height: 34px;
	color: #878C94;
}

.testimonials cite {
	font-family: 'proximanova-semibold';
	font-size: 18px;
	font-style: normal;
	line-height: 100%;
	color: #9CA5AC;
	display: block;
	margin: 25px 0 40px;
}

.testimonials img {
	max-height: 90px;
	visibility: visible;
	margin-top: 30px;
}

.testimonials .quote {
	width: 100%;
	height: 60px;
	font-style: normal;
    margin-top: 0;
    display: block;
    quotes: "\201C""\201D""\2018""\2019";
}

.testimonials .quote:before {
    font-family: 'proximanova-regular-italic';
    font-size: 7em;
    text-align: center;
    content: open-quote;
    color: #8ec5ea;
    float: inherit;
    margin-top: 0;
}

.testimonials .carousel-navigation {
    width: 100%;
    height: 200px;
    min-height: inherit;
    color: #878c94;
    display: block;
}

.testimonials .carousel-navigation i {
    font-size: 32px;
    display: block;
    margin-top: 20px;
}

/* ------------------------------------------------------------------------------- */
/*  Press
/* ------------------------------------------------------------------------------- */

.press {
	background: #F8FAFC;
    padding: 30px 0;
}

.press p {
	font-family: 'proximanova-regular';
	font-size: 16px;
	line-height: 100%;
	color: #8B949C;
	padding: 7% 0;
}

.press img {
	height: 40px;
	opacity: 0.5;

    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);

    -webkit-transition: opacity 0.5s ease-in-out;
       -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
}

.press img:hover {
    opacity: 1;

    -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
            filter: grayscale(0);
}
