@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

/* ----------------------------------------------------------------------
GENERAL
-------------------------------------------------------------------------*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #6D6E70;
	font-weight: 300;
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	color: #0069aa;
	font-size: 34px;
	font-weight: 500;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

/* ----------------------------------------------------------------------
UTILITIES
-------------------------------------------------------------------------*/

a { 
    text-decoration: none; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;    
}

.modal-lg .modal-content {
	padding: 30px;
}


.inner-space {
	padding: 100px 0px;
}

.lead {
	font-size: 18px;
	padding: 20px 0;
}

.form-contato button[type="submit"] {
	display: inline-block;
	padding: 13px 30px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	-webkit-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.1);
	background: rgb(73,229,165); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(73,229,165,1) 0%, rgba(46,211,143,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(73,229,165,1) 0%,rgba(46,211,143,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(73,229,165,1) 0%,rgba(46,211,143,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49e5a5', endColorstr='#2ed38f',GradientType=0 ); /* IE6-9 */
	border: 0;
	color: #fff;	
}


/* ----------------------------------------------------------------------
BOTOES
-------------------------------------------------------------------------*/

.cta {
	text-decoration: none;
	display: inline-block;
	padding: 13px 45px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.1);
	margin-top: 10px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}

.cta:hover {
	text-decoration:none;
}

.cta.green {
	border: none;
	color: #fff;
	background-color: #21965f;
	/*background: -webkit-linear-gradient(#3ab779,#21965f);  
    background: -moz-linear-gradient(#3ab779,#21965f);  
    background: -o-linear-gradient(#3ab779,#21965f);  
    background: linear-gradient(#3ab779,#21965f);
	 Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3ab779+0,21965f+100 */
	/*background: rgb(58,183,121);
	background: -moz-linear-gradient(top, rgba(58,183,121,1) 0%, rgba(33,150,95,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(58,183,121,1) 0%,rgba(33,150,95,1) 100%); 
	background: linear-gradient(to bottom, rgba(58,183,121,1) 0%,rgba(33,150,95,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab779', endColorstr='#21965f',GradientType=0 ); */
}

.cta.green:hover {
	background-color: #49e5a5;
	/* background: -webkit-linear-gradient(#49e5a5,#2ed38f);  
    background: -moz-linear-gradient(#49e5a5,#2ed38f);  
    background: -o-linear-gradient(#49e5a5,#2ed38f);  
    background: linear-gradient(#49e5a5,#2ed38f);	
	Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49e5a5+0,2ed38f+100 */
	/*background: rgb(73,229,165); 
	background: -moz-linear-gradient(top, rgba(73,229,165,1) 0%, rgba(46,211,143,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(73,229,165,1) 0%,rgba(46,211,143,1) 100%);
	background: linear-gradient(to bottom, rgba(73,229,165,1) 0%,rgba(46,211,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49e5a5', endColorstr='#2ed38f',GradientType=0 );*/
}

.cta.white{
	background-color: #fff;
	color:#1a99e1;
	border: none;		
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d6e7f1+100 
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,231,241,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,231,241,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(214,231,241,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e7f1',GradientType=0 ); */
}

.cta.white:hover {
	border: none;
	background-color: #289bf4;
	color:#fff;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#247beb+0,289bf4+100 
	background: rgb(36,123,235); 
	background: -moz-linear-gradient(top, rgba(36,123,235,1) 0%, rgba(40,155,244,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(36,123,235,1) 0%,rgba(40,155,244,1) 100%); 
	background: linear-gradient(to bottom, rgba(36,123,235,1) 0%,rgba(40,155,244,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247beb', endColorstr='#289bf4',GradientType=0 ); */
}

.cta.blue {
	border: none;
	background-color: #247beb;
	color:#fff;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#247beb+0,289bf4+100 
	background: rgb(36,123,235); 
	background: -moz-linear-gradient(top, rgba(36,123,235,1) 0%, rgba(40,155,244,1) 100%);
	background: -webkit-linear-gradient(top, rgba(36,123,235,1) 0%,rgba(40,155,244,1) 100%); 
	background: linear-gradient(to bottom, rgba(36,123,235,1) 0%,rgba(40,155,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247beb', endColorstr='#289bf4',GradientType=0 ); */
}

.cta.blue:hover {
	border: none;
	background: #fff;
	color: #1a99e1;
}

.cta.outline {
	border: solid 1px #1a99e1;
	background-color: transparent;
	color:#fff;
}

.cta.outline:hover {
	border: solid 1px #1a99e1;
	background-color: #fff;
	color:#1a99e1;
}

.cta.outlineblue {
	border: solid 1px #1a99e1;
	background-color: transparent;
	color:#1a99e1;
}

.cta.outlineblue:hover,
.cta.outlineblue.selected {
	border: solid 1px #1a99e1;
	background-color: #1a99e1;
	color:#fff;
}

.cta-img {
	border-radius: 15px;
	padding: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
	color: #fff;
	font-size: 18px;
}

.cta-img h1,
.cta-esocial h1 {
	font-size: 34px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
}

.cta-img .cta {
	margin-top: 20px;
}

.cta-esocial {
	border-radius: 15px;
	padding: 60px 100px;
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 18px;	
}


/* ----------------------------------------------------------------------
NAVBAR
-------------------------------------------------------------------------*/

body.home .header {
	background-color:transparent;
}

.header {
	background-color:#fff;
	transition: all 100ms ease-in-out;
	z-index:999;
	border-bottom: solid 1px #fff;
	padding: 0 1rem;
	height: 90px;
}

body.home .header.active, 
.header.active {
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.20);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.20);
}

body.home .header a {
	color: #fff;
}

body.home .header.active a {
	color:#525961;
}

body.home .header .menu-aux a {
	color:#fff;
}

body.home .header.active .menu-aux a,
.header.active .menu-aux a {
	color:#0a6fad;
}

.header a {
	color: #525961;
}

.header .menu-aux a {
	color:#0a6fad;
}

.header a:hover,
.header .menu-aux a:hover,
.header.active .menu-aux a:hover {
	color: #525961;
}

.menu-aux i {
	padding-right: 5px;
}

body.home .header .logo-w {
	display: block;
}

.header .logo-w {
	display: none;
}

.header .logo-g,
body.home .header.active .logo-w  {
	display: none;
}

body.home .header.active .logo-g,
.header .logo-g {
	display: block;
}

body.home .header .logo-g {
	display: none;
}

body.home .navbar-expand-md .navbar-nav .nav-link {
	padding: 33px .9rem;
	font-weight: 400;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding: 34px .9rem;
	font-weight: 400;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
	color: #27aaf4;
}

body.home .navbar-expand-md .navbar-nav .nav-link:hover,
body.home .navbar .menu-aux a:hover {
	color: #7dd0ff;
}

.menu-aux .nav-item:last-child {
	display: none;
}

.header .menu-aux a:hover,
.header.active .menu-aux a:hover {
	text-decoration: underline!important;
}

.nav-item.dropdown:hover:after {
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #0a6fad;
	content: "";
	bottom: 0;
	left: 1px;
	z-index: 9999;
}

.dropdown-menu {
	background-color: #0a6fad;
	padding:0;
    margin: -1px 0 0;
	border-radius: 0;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-item {
    padding: 20px 0;
    border-bottom: solid 1px #3b8cbd;
}

.navbar {
	padding: 0;
}

.navbar.active .dropdown-menu a,
.navbar .dropdown-menu a {
	color: #fff!important;
	padding: 20px;
}

.navbar .dropdown-menu a:hover {
	background-color: rgb(73, 229, 165); 
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
	color: #c4e3f7;
}

.green-board {
	background-image: url('../img/bg-avisos-especiais.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 15px;
	padding: 65px 85px;
	color:#fff;
	font-size: 18px;
	font-weight: 300;
}

.green-board h1 {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
}

.green-board .cta {
	font-size: 18px;
}

.porque h1 {
	color:#0069aa;
	font-size: 34px;
	font-weight: 500;
}

.diferenciais {
	padding: 60px 0;
	background-image: url('../img/bg-diferenciais.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 330px;
}

.diferenciais p {
	font-weight: 300;
}

.diferenciais h2 {
	color:#27aaf4;
	font-size: 26px;
	font-weight: 300;
}

.diferenciais .titulo-diferencial {
	font-size: 28px;
	color: #fff;
	font-weight: 300;
}

.diferenciais .img-radius {
	display: inline-block;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	overflow: hidden;
	border: solid 4px #eceff3;
}

.diferenciais .img-radius img { max-width: 150%; }

.main-banner,
.page-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    /*background-attachment: fixed;	*/
}

.page-banner {
	padding: 100px 0;
	margin-top: 90px;
	color: #fff;
}

.page-banner p {
	font-size: 22px;
	font-weight: 300;
}

.page-banner h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.page-banner .cta {
	margin-top: 40px;
}

.page-banner .sub a {
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 3px 20px;
	border-radius: 30px;
	font-size: 14px;	
}

.intro-banner {
	color:#fff;
	font-size: 21px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
    /*background-attachment: fixed;*/
}

.intro-banner p {
	padding-top: 150px;
	font-weight: 300;
	margin-bottom: 150px;	
}

.intro-banner p strong {
	font-weight: 700;
}

.main-banner h1 {
	font-size: 30px;
	color: #525961;
	font-weight: 500;
}

.main-banner .actions:before {
	position: absolute;
	bottom: 230px;
	width: 100%;
	height: 1px;
	left: 0;
	background-color: #fff;
	opacity: 0.3;
	content: " ";
}

.main-banner .actions .icone-position {
    width: 80px;
    position: absolute;
    right: -48px;
    top: -35px;
}

.main-banner .separador {
	position: absolute;
	bottom: -20px;
	width: 1px;
	height: 230px;
	left: 50%;
	background-color: #fff;
	opacity: 0.3;
	content: " ";
}

.main-banner .actions {
	color:#fff;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 400;	
}

.main-banner .actions a {
	font-size: 14px;
	font-weight: 500;
}

.main-banner .actions h2 {
	font-size: 26px;
	font-weight: 300;
}

.bg-gray {
	background-color: #EEF2F6;
}

.cta-full {
	background-image: url('../img/bg-cta-full.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color:#fff;
	font-size: 18px;
}

body.home .cta-full img {
	max-width:180px;
	text-align: center;
}

.cta-full p {
	font-weight: 300;
}

.cta-full h1 {
	color:#fff;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}

.nav-pills .nav-link {
    border-radius: 30px;
    padding: 18px 30px;
    margin:0 10px;
    border: solid 1px #1a99e1;
	color: #1a99e1;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
    color: #fff;
    background-color: #247beb;
	/*background: rgb(36,123,235); 
	background: -moz-linear-gradient(top, rgba(36,123,235,1) 0%, rgba(40,155,244,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(36,123,235,1) 0%,rgba(40,155,244,1) 100%); 
	background: linear-gradient(to bottom, rgba(36,123,235,1) 0%,rgba(40,155,244,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247beb', endColorstr='#289bf4',GradientType=0 ); */
}


/* ----------------------------------------------------------------------
SERVICOS
-------------------------------------------------------------------------*/

.servicos {
	font-size: 16px;
	font-weight: 300;
}

.servicos span {
	font-size: 13px;
}

.servicos h2 {
	color: #1a99e1;
	font-size: 26px;
	font-weight: 300;
}

.servicos ul {
	list-style: none;
	margin-top: 30px;
	padding-left: 15px;
}

.servicos ul li {
	margin-bottom: 15px;
}

.servicos ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-bottom:0;
	width: 30px;
	color: #49a1f8;
}


/* ----------------------------------------------------------------------
SOBRE
-------------------------------------------------------------------------*/

.sobre {
	font-size: 16px;
}

.sobre h1 {
	margin-bottom: 40px;
	text-align: center;
}

.sobre h2 {
	text-align: center;
	font-size: 26px;
	color: #1a99e1;
	font-weight: 300;
	margin: 70px 0 30px;
}

.numeros p{
	color: #6a727c;
	font-size: 16px;
	margin-top: 20px;
}

.numeros strong {
	font-size: 80px;
	font-weight: 700;
	color: #27aaf4;
	display: block;	
}

.numeros span {
	font-size: 22px;
	font-weight: 700;
	color: #27aaf4;
	display: block;
}

iframe {
	border-radius: 10px;
	border:none;
}

/* ----------------------------------------------------------------------
EQUIPE
-------------------------------------------------------------------------*/

.lideranca .box-equipe {
	margin-bottom: 80px;
}

.lideranca .foto-equipe {
	margin-bottom: 20px;
}

.lideranca .foto-equipe img {
	border-radius: 50%;
	border: solid 4px #eceff3;
	height: auto;
}

.lideranca h2 {
	font-size: 26px;
	color: #1a99e1;
	font-weight: 300;
	margin-bottom: 20px;
}

.enderecos h2 {
	font-size: 26px;
	color: #1a99e1;
	font-weight: 300;
	margin-bottom: 20px;
}

.enderecos p {
	font-size: 18px;
	margin-bottom: 40px;
}


/* ----------------------------------------------------------------------
CONTATO BOX
-------------------------------------------------------------------------*/

.btn-contato {
	width: 100%;
    min-height: 220px;	
	margin-bottom: 20px;
	color: #6a727c;	
	border: solid 1px #e5e5ef;
	padding: 30px;
	text-align: center;
	font-size: 20px;
	border-radius: 5px;
	display: inline-block;
	font-weight:300;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}

.btn-contato .svg {
	height: 70px;
	cursor: pointer;
	filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg);
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.btn-contato:hover .svg {
	filter: brightness(0) invert(1);
}

.btn-contato i {
	font-size: 30px;
	display: block;
	margin-bottom: 20px;	
}

.form-box a {
	margin:0 10px;
} 

.form-wp {
	margin-top: 40px;
}

.form-box div.wpcf7,
.form-wp div.wpcf7 {
    margin: 0;
    padding: 20px;
}

.form-box .wpcf7-submit,
.form-wp .wpcf7-submit {
    background: #3EA98E!important;
    border: 1px solid #248f74!important;
    color: #FFFFFF!important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
	cursor: pointer !important;
    height: auto !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 20px !important;
    word-break: break-word !important;
    line-height: 1.2em !important;
    white-space: normal !important;
    vertical-align: middle !important;
    padding: 15px 20px 17px 20px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;    
}

.form-wp form label,
.form-box form label {
    display: block !important;
    min-height: 25px !important;
    margin: 0 !important;
    padding: 0 0 5px 0 !important;
    text-align: left !important;
    text-overflow: ellipsis !important;
    font-weight: 400;
	color: #969696!important;
}

.form-box form input,
.form-box form select,
.form-box form textarea,
.form-wp form input, 
.form-wp form select, 
.form-wp form textarea {
    border: 1px solid #C8C8C8!important;
    display: inline-block !important;
    background-color: #FFFFFF !important;
    vertical-align: middle !important;
    font-size: 18px !important;
    line-height: 20px !important;
    width: 100% !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 5px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.form-box form textarea,
.form-wp form textarea {
	height:120px!important;
}

.btn-contato:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0da07c+0,25c482+100 */
	background-color: #0da07c;
	/*background: rgb(13,160,124); 
	background: -moz-linear-gradient(45deg, rgba(13,160,124,1) 0%, rgba(37,196,130,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(13,160,124,1) 0%,rgba(37,196,130,1) 100%); 
	background: linear-gradient(45deg, rgba(13,160,124,1) 0%,rgba(37,196,130,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0da07c', endColorstr='#25c482',GradientType=1 );*/ 
	-webkit-box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
	box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
	color: #fff;
	text-decoration: none;		
}

.btn-contato.blue:hover {
	background-color: #1a99e1; 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0da07c+0,25c482+100 */
	/*background: rgb(36,123,235); 
	background: -moz-linear-gradient(top, rgba(36,123,235,1) 0%, rgba(40,155,244,1) 100%);
	background: -webkit-linear-gradient(top, rgba(36,123,235,1) 0%,rgba(40,155,244,1) 100%); 
	background: linear-gradient(to bottom, rgba(36,123,235,1) 0%,rgba(40,155,244,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247beb', endColorstr='#289bf4',GradientType=0 );*/
}

.box-certificados {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: solid 1px #ccc;
}

.box-certificados h2 {
	font-size: 26px;
	color: #1a99e1;
	font-weight: 300;
}


.cta-download-app {
	display: none;
}

.obs {
	font-size: 14px;
	color: #6a727c;
}


/* ----------------------------------------------------------------------
DEPOIMENTOS
-------------------------------------------------------------------------*/

.carousel {
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	margin: 15px;
	width: 100%;
}

.carousel-inner {
	border-radius: 20px;
}

.carousel .carousel-indicators {
	bottom: 15px;
	left: 10px;
	right: auto;
	margin-right: auto;
	margin-left: 30px;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 8px;
	height: 8px;
	background: #b2d7fa;
	border-color: transparent;
	margin: 1px 5px;
	border-radius: 50%;
}

.carousel-indicators li.active {
	border: transparent;
	background: #4aa3f8;	
}

.carousel .testimonial {
	padding: 40px 10px 30px 50px;
	height: auto;
	font-size: 18px;
	font-weight: 300;
}

.carousel .testimonial .nome-depoimento {
	font-size: 16px;
	color: #8992a7;
	font-weight: 300;
}

.carousel .testimonial .nome-depoimento strong {
	font-size: 22px;
	color: #1a99e1;
	font-weight: 100;
}


.tab-content {
	width: 100%;
}


/* ----------------------------------------------------------------------
ACCORDEON
-------------------------------------------------------------------------*/

.card-header.collapsed {
    background:transparent;
}

.card-header.collapsed:hover {
	background-color: #fff;
}

.card-header:not(.collapsed) {
  background-color: #278cf4;
  color: #fff;
}

.card-header:not(.collapsed) .btn-link {
  color: #fff!important;
}

.card {
	background-color: transparent;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

.card-header i.symbol {
	float: right;
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	background-image: url("../img/icon-minus.svg");
}

.card-header.collapsed i.symbol {
    /*content: "\f055";*/
	background-image: url("../img/icon-plus.svg");
}

.card-header {
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;	
	border-bottom: 0;
    padding: 50px 70px;
}

.card-header:first-child {
	border-radius: 0;
}

.card-header h2 {
	text-decoration: none;
	font-size: 26px;
	font-weight: 300;
}

.card-header h2 .btn {white-space: normal;}

.card-header .icone  {
	float: left;
	margin-right: 50px;
}

.card-header .icone img {
	width: 50px;
}

.card-header.collapsed .icone .svg {
	cursor: pointer;
	filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg);
}

.card > .card-header .btn-link {
    color: #1a99e1;
    text-decoration: none;
    font-size: 26px;
    font-weight: 300;
    display: block;
    text-align: left;
    border-radius: 0;
    width: 100%;
}

.card .collapse,
.card .collapsing {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#278cf4+0,27aaf4+100 */
	background: rgb(39,140,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(39,140,244,1) 0%, rgba(39,170,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(39,140,244,1) 0%,rgba(39,170,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(39,140,244,1) 0%,rgba(39,170,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278cf4', endColorstr='#27aaf4',GradientType=0 ); /* IE6-9 */	
}

.card .card-body {
	font-weight: 300;
	font-size: 18px;
	padding: 0 280px 50px 180px;
	color: #fff;
}

.card .card-body a {
	color: #fff;
	text-decoration: underline;
}

.card .card-body ul {
	list-style: none;
	margin-top: 30px;
	padding-left: 0;
}

.card .card-body ul li {
	margin-bottom:30px;
	padding-left: 2em;
	text-indent: -1.8em;
}

.card .card-body ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 30px;
	color: #fff;
	padding-right: 15px;
	vertical-align: text-bottom;
	display: inline;	
}


/* ----------------------------------------------------------------------
POST RELACIONADOS
-------------------------------------------------------------------------*/

.post-item-list {
	margin: 60px 0;
}

.post-item {
  background-color:#fff;
  margin-bottom: 30px;
  position: relative;
}

.post-item,
.post-item:hover {
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;    
}

.post-item:hover {
  -webkit-box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
  box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;    
}

.post-item .post-header {

}

.post-item .post-header .picture {
  overflow: hidden;  
  position: relative;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px; 
  border-radius: 5px;
}

.post-item .post-header .picture .overlay {
	background:#1b62c2;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}

.post-item:hover .post-header .picture .overlay {
	opacity:.7;
}

.post-item .overlay-logo {
	background:url('../img/logo-robotton-marca.svg') no-repeat center;
	content: " ";
	width: 70px;
	height: 70px;
	text-align: center;
	position: absolute;
	top: 50%;	
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	-o-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
	opacity: 0;
}

.post-item:hover .overlay-logo {
	opacity: 1;	
}

.post-item .post-body {
  padding:0px 10px 30px 10px;
  text-align: center;
}

.post-item .post-body .categoria {
  font-size:14px;
  color:#3634f0;
  font-weight: 400;
  display: inline-block;
}

.post-item .post-body h2 {
  font-size:18px;
  font-weight: 300;
  line-height:150%;
}
                      
.post-item .post-body h2 a {
  color:#535157;
}

.post-item .post-body h2 a:hover {
  color:#522482;
  text-decoration: none;
}


/* ----------------------------------------------------------------------
NEWSLETTER
-------------------------------------------------------------------------*/

section.subscription{
	background-color:#2699f2;
}

section.subscription.inner-space{
	padding:35px 0px;
}

section.subscription h1{
	font-size:22px;
	color:#ffffff;
	font-weight: 500;
	margin:11px 0px 0px 0px;
}

section.subscription input[type="text"],
section.subscription input[type="email"]{
	height:40px;
	border:none;
	border-bottom:1px solid #fff;
	width:100%;
	color:#ffffff;
	padding-left:18px;
	background-color:transparent;
}

section.subscription input[type="submit"]{
	display: inline-block;
	padding: 10px 35px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

section.subscription input[type="submit"]:hover{
	border:1px solid #fff;
	background-color:#fff;
	color: #2699f2;
}

section.subscription ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
section.subscription :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity:  1;
}
section.subscription ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity:  1;
}
section.subscription :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}
section.subscription ::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}

section.subscription ::placeholder { /* Most modern browsers support this now. */
   color: #fff;
}

/* ----------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------*/

footer {
	background-color: #1E2230;
	color: #c4e3f7;
	font-size: 14px;
	padding: 80px 0 50px;
}

footer .social ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

footer .social ul li {
    display: inline-block;
    padding: 15px 10px;
}

footer .social li:first-child {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

footer .social ul li.btn-social {
	padding: 15px 5px;
}

footer .social ul li.btn-social a {
    padding: 10px 10px 0;
    color: #1e2230;
    border: #fff solid 1px;
    background-color: #fff;
    box-sizing: border-box;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 40px;
    display: block;
}

footer .social ul li.btn-social a:hover {
    border: #1a99e1 solid 1px;
    background-color: #1a99e1;
    color:#fff;
}

footer .social ul li.btn-social i {
	font-size: 16px;
}

footer .logo {
	margin-bottom: 50px;
}

footer .address {
	background-image: url('../img/footer-separador.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	margin-top: 40px;	
}

footer .menu-f {
	margin-top: 60px;	
}

footer .menu-f img {
	padding: 0 5px;
}

footer .menu-f a {
	color: #c4e3f7;
}

footer h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

footer h4 {
	color:#fff;
	font-size: 16px;
	font-weight: 400;
}

footer span {
	font-size: 18px;
}

footer .menu-f {
	font-size: 16px;
}

footer .menu-f ul {
	list-style: none;
}

footer .menu-f ul li {
	margin-bottom: 10px;
}

footer .copyright {
	padding-top: 60px;
	text-align: center;
	font-size: 12px;
	color: #83919a;
}

footer .copyright a {
	color: #83919a;
}
