/*
Theme Name: Lynx Hub
Author: Cláudia Barreto
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

/* Geral */

*{
	outline: none !important;
}

a{
	cursor: pointer;
}

a:hover, a:focus{
	text-decoration: none;
}

html{
}

body{
	font: 18px 'Source Sans Pro', sans-serif;
	line-height: 1.8em;
	font-weight: 400;
	color: #000;
}

b,
strong{
	font-weight: 700;
}

ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

ol.number{
	list-style: decimal;
	padding-left: 20px;
}

ul.disc{
	list-style-type: disc;
	padding-left: 20px;
}

section{
	padding: 80px 0;
}

.bg-cover{
	background-size: cover;
	background-position: center;
}

.cor-amarelo{
	color: #FFC700;
}

.cor-preto{
	color: #000;
}

.cor-laranja{
	color: #EB5E01;
}

.cor-cinza{
	color: #FFC700;
}

.cor-degrade{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7f00+0,dc4500+100 */
	background: rgb(255,127,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,127,0,1) 0%, rgba(220,69,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,127,0,1) 0%,rgba(220,69,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,127,0,1) 0%,rgba(220,69,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#dc4500',GradientType=0 ); /* IE6-9 */
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cor-branca{
	color: #fff;
}

.bg-preto{
	background: #000;
}

.bg-branco{
	background: #fff;
}

.bg-degrade{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7f00+0,dc4500+100 */
	background: rgb(255,127,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,127,0,1) 0%, rgba(220,69,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,127,0,1) 0%,rgba(220,69,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,127,0,1) 0%,rgba(220,69,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#dc4500',GradientType=0 ); /* IE6-9 */
}

.bg-cinza-claro{
	background: #eee;
}

.font-weight-700{
	font-weight: 700;
}

.font-weight-600{
	font-weight: 600;
}

.font-weight-500{
	font-weight: 500;
}

.font-weight-400{
	font-weight: 400;
}

.font-weight-300{
	font-weight: 300;
}

.font-size-10{
	font-size: 10px;
}

.font-size-12{
	font-size: 12px;
}

.font-size-14{
	font-size: 14px;
}

.font-size-15{
	font-size: 15px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-17{
	font-size: 17px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}

.font-size-24{
	font-size: 24px;
}

.font-size-25{
	font-size: 25px;
}

.font-size-28{
	font-size: 28px;
}

.font-size-30{
	font-size: 30px;
}

.font-size-35{
	font-size: 35px;
}

.font-size-40{
	font-size: 40px;
}

.font-size-45{
	font-size: 45px;
}

.font-size-50{
	font-size: 50px;
}

.font-size-55{
	font-size: 55px;
}

.font-size-60{
	font-size: 60px;
}

.font-size-70{
	font-size: 70px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-85{
	font-size: 85px;
}

.letter-spacing-1{
	letter-spacing: 1px;
}

.letter-spacing-2{
	letter-spacing: 2px;
}

.letter-spacing-3{
	letter-spacing: 3px;
}

.letter-spacing-5{
	letter-spacing: 5px;
}

.letter-spacing-8{
	letter-spacing: 8px;
}

.border-radius-5{
	border-radius: 5px;
}

.border-radius-10{
	border-radius: 10px;
}

.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
	height: 10px;
}

.owl-carousel button.owl-dot {
	width: 40px;
	height: 5px;
	background: #fff;
	border: 0;
	display: inline-block;
	border-radius: 0;
	margin: 0 5px;
}

.owl-carousel button.owl-dot.active {
	background: #ff8d18;
}

.owl-nav {
	width: 100%;
	display: flex;
	justify-content: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	font-size: 20px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #001b30;
	width: 44px;
	height: 44px;
	margin-top: 20px;
	text-indent: 0px;
	z-index: 99;
	position: relative;
	transition: all 350ms ease-in-out;

}


.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus{
	background: transparent;
	color: #FF7F00;
}


.cta{
	font-size: 15px;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 10px 30px;
	border: 0;
	background: #ff8d18;
	font-weight: 700;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7f00+0,dc4500+100 */
	background: rgb(255,127,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,127,0,1) 0%, rgba(220,69,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,127,0,1) 0%,rgba(220,69,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,127,0,1) 0%,rgba(220,69,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#dc4500',GradientType=0 ); /* IE6-9 */
	border-radius: 30px;
	letter-spacing: 1px;
}

.cta.invertido{
	background: #000;
	border: 1px solid #000;
}

.cta:hover,
.cta:focus{
	transform: scale(1.1);
	color: #fff;
}

.cta.invertido:hover,
.cta.invertido:focus{
	background: #fff;
	color: #000;
	transform: scale(1);
}

.form-control{
	transition: all 350ms ease-in-out;
	font-size: 14px;
	background: #fff;
	border: 1px solid #CDCDCD;
	color: #000;
	border-radius: 10px;
	padding: 10px 15px;
	height: 45px;
	box-shadow: 0px 4px 13px rgba(149, 149, 149, 0.12);
}

.form-control:hover,
.form-control:focus{
	border: 1px solid #FF7F00;
	box-shadow: 0px 16px 19px -12px rgba(255, 127, 0, 0.22);
}

.form-control::placeholder{
	color: #000;
}

.owl-carousel .owl-dots {
	text-align: center;
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	background: #C4C4C4;
	border: 0;
	display: inline-block;
	border-radius: 100%;
	margin: 0 5px;
}

.owl-carousel button.owl-dot.active {
	background: #EB5E01;
}

/* Home */


/*Cabeçalho*/

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 350ms ease-in-out;
}

header.fixed{
	background: rgba(0,0,0,0.95);
}

header .topo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0px;
	position: relative;
	transition: all 350ms ease-in-out;
	padding: 20px 0px;
	margin-right: -2px;
}

header.fixed .topo{
	padding: 10px 0;
}

header .logo{
	transition: all 350ms ease-in-out;
	margin: 0;	
    min-height: 80px;
}

header .logo img{
	transition: all 350ms ease-in-out;
	width: 290px;
}

header.fixed .logo img{
	width: 200px;
	margin: 15px 0;
}

header .espaco-menu{
	min-height: 72px;
}

header .menu-principal{
	display: none;
}

header .menu-principal > ul{
	list-style: none;
	padding: 0;
	margin: 0 20px 0 0 ;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .menu-principal  > ul > li{
	position: relative;
	cursor: pointer;
	margin-right: 15px;
}

header .menu-principal > ul > li:last-child{
	padding-right: 20px;
}

header .menu-principal > ul > li > a{
	color: rgba(255,255,255,0.6);
	display: inline-block;
	transition: all 350ms ease-in-out;
	font-size: 18px;
	padding: 24px 10px;
	margin-right: 0px;
	font-weight: 500;
}

header .menu-principal > ul > li > a.active,
header .menu-principal ul > li > a:hover,
header .menu-principal ul > li > a:focus,
header .menu-principal ul > li.current-menu-item > a{
	color: rgba(255,255,255,1);
}

section#banner{
	height: 90vh;
	padding: 0;
}

section#banner ul.banner-principal,
section#banner ul.banner-principal li,
section#banner ul.banner-principal li .container,
section#banner ul.banner-principal li .container .row{
	height: 100%;
}

section#banner ul li {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    background-color: #000;
}

section#banner ul li:before{
	width: 100%;
	height: 180px;
	left: 0;
	bottom: 0;
	content:'';
	position: absolute;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

section#banner ul li h2{
	z-index: 9;
	position: relative;
	line-height: 50px;
}

section#banner ul li .video{
	display: block;
    background: url(img/efeito-play.png) no-repeat;
    background-size: auto 90%;
    height: 440px;
    background-position: center;
	transition: all 350ms ease-in-out;
	position: relative;
}

section#banner ul li .video:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 33px);
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#banner ul li .video:hover,
section#banner ul li .video:focus{
	 background-size: auto 100%;
}

section#inteligencia-estrategica{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+51,ededed+51,ededed+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 51%, rgba(237,237,237,1) 51%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 51%,rgba(237,237,237,1) 51%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 51%,rgba(237,237,237,1) 51%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

section#inteligencia-estrategica .bg-degrade{
	padding-bottom: 140px !important;
	border-radius: 0 140px 0 0;
}

section#inteligencia-estrategica .bg-degrade h3{
	opacity: 0.6;
	border-left: 2px solid rgba(255,255,255,0.5);
	padding-left: 30px;
}

.listagem-inteligencia{
	margin-top: -95px;
}

.listagem-inteligencia li .cartao{
	padding: 30px;
	transition: all 350ms ease-in-out;
	border-radius: 20px;
	background: #fff;
	min-height: 180px;
}

.listagem-inteligencia li .cartao h3,
.listagem-inteligencia li .cartao p{	
	transition: all 350ms ease-in-out;
}

section#banner-interno{
	position: relative;
}

section#banner-interno:before {
    width: 100%;
    height: 100%;
    background: #FF7F00 url(img/detalhe-home-lampada.png);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-blend-mode: lighten;
    opacity: 0.7;	
}

section#video-manifesto .video{
	height: 500px;
	width: 100%;
	display: block;
	border-radius: 20px;
	position: relative;
	padding: 20px;
}

section#video-manifesto .video:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 33px);
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#video-manifesto .video:before{
	display: block;
    background: url(img/efeito-play.png) no-repeat;
    width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background-position: center;
	transition: all 350ms ease-in-out;
	position: absolute;
	content: '';
	background-size: auto 80%;	
}

section#video-manifesto .video:hover:before,
section#video-manifesto .video:focus:before{
	 background-size: auto 90%;
}

section#video-manifesto .video span{
	position: absolute;
	bottom: 40px;
	left: 40px;
}

section#blog{
	border-bottom: 1px solid #E6E6E6;
}

.listagem-blog li a .foto{
	height: 250px;
	border-radius: 20px 20px 0 0;
}

.listagem-blog li a{
	display: block;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	border-radius: 20px;
	transition: all 350ms ease-in-out;
	color: #000;
}

.listagem-blog li a .info{	
	padding: 30px;
	transition: all 350ms ease-in-out;
}

.listagem-blog li a:hover,
.listagem-blog li a:focus{
	background: #EB5E01;
}

.listagem-blog li a:hover .info,
.listagem-blog li a:focus .info{
	color: #fff;
}


.listagem-cases li a{
	display: flex;
	width: 100%;
	height: 100px;
	align-items: center;
	justify-content: center;
}

.listagem-cases li a img{
	width: auto !important;
}

footer{
	padding: 50px 0;
}


footer .detalhes-rodape{
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
}

footer .redes-sociais a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #000;
	background: rgba(255,255,255,0.2);
	border-radius: 100px;
	transition: background 350ms ease-in-out;
	margin: 0 0 0 10px;
	text-decoration: none;
}

footer .redes-sociais a:hover,
footer .redes-sociais a:focus{
	background: rgba(255,255,255,0.5);
	text-decoration: none;
	color: #000;
}

footer .container.font-size-12{
	color: #373737;
}

footer .banner-no-giro {
    background: url(img/banner-rodape.png) center no-repeat;
    background-size: auto 100%;
    padding: 135px 10px 20px 10px;
    border-radius: 20px;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

footer .banner-no-giro .cta{
	background: #ED2324;
	font-size: 12px;
	text-transform: uppercase;
}

section#capa {
    position: relative;
    padding-top: 200px;
    padding-bottom: 100px;
    background-position: center;
    background-color: #000;
}

section#capa a{
	color: #fff;
	transition: all 350ms ease-in-out;
}

section#capa a:hover,
section#capa a:focus{
	color: #FFC700;
}

.listagem-time{	
	margin-top: 140px;
}

.listagem-time li .cartao{
	padding: 40px;
	border: 1px solid #CACACA;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.045);
	border-radius: 33px;
}

.listagem-time li{
	margin-bottom: 140px;
}

.listagem-time li .foto{
	width: 200px;
	height: 200px;
	border-radius: 100%;
	margin-top: -140px;
}

section#banner-interno.work:before {
    background: #FF7F00 url(img/img-capa.png);
	z-index: 8;
	background-position: center;
    background-blend-mode: overlay;
	background-attachment: fixed;
}

section#banner-interno.work h2,
section#banner-interno.work .cta,
section#banner-interno.work ul{
	position: relative;
	z-index: 9;
}

section#blog.interna .listagem-blog li.col-md-4:nth-of-type(4){
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
}

section#blog.interna .listagem-blog li.col-md-4:nth-of-type(4) .foto{
	border-radius: 20px;
	background-blend-mode: multiply;
	transition: all 350ms ease-in-out;
	height: 300px;
}

section#blog.interna .listagem-blog li.col-md-4:nth-of-type(4):hover .foto,
section#blog.interna .listagem-blog li.col-md-4:nth-of-type(4):focus .foto{
	background-color: #888;
}

section#blog.interna .listagem-blog li.col-md-4:nth-of-type(4) .info{
	position: absolute;
	bottom: calc(50% - 115px);
	left: 0px;
	color: #fff;
	width: 50%;
	padding-left: 50px;
	height: 230px;
}


section#blog.interna .listagem-blog li.col-md-4:nth-of-type(4) .info h3{
	font-size: 30px;
	font-weight: 300;
}

.compartilhe a{
	color: #B8B8B8;
	display: inline-block;
	margin-right: 5px;
	transition: color 350ms ease-in-out;
}

.compartilhe a:hover,
.compartilhe a:focus{
	color: #000;
}

.texto-blog h1,
.texto-blog h2,
.texto-blog h3,
.texto-blog h4,
.texto-blog h5,
.texto-blog h6{
	margin: 20px 0;
	font-weight: 600;
}


.texto-blog h1{
	font-size: 40px;
	font-weight: 300;
}

.texto-blog h2{
	font-size: 35px;
	font-weight: 300;
}

.texto-blog h3{
	font-size: 30px;
}

.texto-blog h4{
	font-size: 25px;
}

.texto-blog h5{
	font-size: 20px;
}

.texto-blog h6{
	font-size: 18px;
}

.divisao{
	border-top: 1px solid #CDCDCD;
	margin: 40px 0;
}

section#contato .whatsapp{
	color: #000;
	transition: all 350ms ease-in-out;
}

section#contato .whatsapp i{
	display: flex;
	width: 50px;
	height: 50px;
	background: #5DBD36;
	font-size: 30px;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 10px;
	transition: all 350ms ease-in-out;
}

section#contato .whatsapp:hover i,
section#contato .whatsapp:focus i{
	background: #91ee6c;
}

section#contato .whatsapp .texto{
	line-height: 1em;
}

.listagem-cases-sucesso li .bg-cinza-claro{
	padding: 0px;
	border-radius: 30px;
	color: #000;
}

.listagem-cases-sucesso li .bg-cinza-claro .logo{
	width: 160px;
	height: 160px;
	display: flex;
	justify-content: center;
	background: #fff;
	align-items: center;
	margin-left: calc(50% - 80px);
	border-radius: 20px;
	padding: 30px;
}

.listagem-cases-sucesso li .bg-cinza-claro .video{
	height: 300px;
	position: relative;
	background-color: #888;
	background-blend-mode: multiply;	
	border-radius: 30px 30px 0 0;
	transition: all 350ms ease-in-out;
}

.listagem-cases-sucesso li .bg-cinza-claro:hover .video,
.listagem-cases-sucesso li .bg-cinza-claro:focus .video{	
	background-color: #444;
}

.listagem-cases-sucesso li .bg-cinza-claro .video:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 33px);
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#porcentagens .logo{
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	background: #fff;
	align-items: center;
	margin-left: calc(50% - 80px);
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0px 14px 70px rgba(0, 0, 0, 0.25);
}

section#banner-interno.case {
    background: url(img/detalhe-logo-cinza.png) no-repeat right center;
    background-attachment: fixed;
}

section#banner-interno.case:before {
    opacity: 0;	
}

/*Responsivo*/

header .abrir-menu {
    display: flex;
    cursor: pointer;
    position: absolute;
    transition: all 350ms ease-in-out;
    color: #ff8d18;
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: 35px;
    right: 0px;
    background: transparent;
    border: 1px solid rgb(235 235 235 / 15%);
    padding: 16px 16px;
    border-radius: 100%;
}

header .abrir-menu:before {
    content: 'Menu';
    position: absolute;
    font-size: 14px;
    left: -50px;
    color: #fff;
    top: 7px;
    letter-spacing: 1px;
}

header.fixed .abrir-menu{	
    top: 27px;
}

.menu-responsivo {
	display: none;
	background: #fff;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin-right:20px;
}

.fechar-menu {
   display: flex;
    cursor: pointer;
    position: absolute;
    transition: all 350ms ease-in-out;
    color: #ff8d18;
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: 35px;
    right: 0px;
    background: transparent;
    border: 1px solid rgb(235 235 235 / 15%);
    padding: 16px 18px;
    border-radius: 100%;
}

header.fixed .fechar-menu{	
    top: 27px;
}

.fechar-menu:hover,
.fechar-menu:focus{
    color: #ff8d18;
}

.menu-responsivo:hover,
.menu-responsivo:focus{
	color: #ff8d18;
}

@media only screen and (max-width: 991px) {
	header .menu-principal > ul > li > a {
		font-size: 16px;
		padding: 24px 0px;
	}
}
@media only screen and (max-width: 991px) {
	
	.font-size-55 {
		font-size: 45px;
	}

	.font-size-35 {
		font-size: 25px;
	}

	header.fixed .bg-grafite{	
		padding: 0;
		margin-top: -60px;
	}
	
	.fechar-menu {
		top: 20px;
		right: 20px;
		z-index: 9;
	}
	
	header.fixed .fechar-menu {
		top: 20px;
	}

	.menu-principal {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: rgb(0 0 0 / 50%);
		height: 100vh;
		z-index: 999;
		display: none;
	}

	header .menu-principal > ul{
		display: block;
		width: 350px;
		background: rgba(0,0,0,0.8);
		height: 100vh;
		margin: 0;
		position: absolute;
		right: 0;
		transform: translateX(+350px);
		transition: all 350ms ease-in-out;
		overflow: auto;
		padding: 30px;
	}

	header .menu-principal > ul > li{
		margin-left: 0;
	}

	header .menu-principal > ul > li > a {
		display: block;
		text-align: left;
		font-size: 18px;
		padding: 15px;
		margin-right: 0;
		border: 0;
		text-align: center;
	}

	header .menu-principal > ul > li:last-child{
		display: block;
	}

	header .menu-principal > ul > li:last-child > a {
		padding: 5px 25px;
		text-align: center;
	}

	header .menu-principal > ul.transform{
		transform: translateX(0px);
	}
	
	section#banner,
	section#banner ul.banner-principal, 
	section#banner ul.banner-principal li, 
	section#banner ul.banner-principal li .container, 
	section#banner ul.banner-principal li .container .row{
    	height: auto;
	}
	
	section#banner ul li{
		padding-top: 180px;
	}
	
	section#inteligencia-estrategica .bg-degrade {
		padding-bottom: 80px !important;
	}
	
	.listagem-blog li a .foto {
    	height: 200px;
	}
	
	.listagem-inteligencia {
		margin-top: -55px;
	}
	
	footer .detalhes-rodape .d-flex{
		justify-content: center;
	}
	
	section#inteligencia-estrategica .bg-degrade h3 {
		border-left: 0px solid rgba(255,255,255,0.5);
		padding-left: 0px;
	}
	
	
	.listagem-time {
		margin-top: 90px;
	}
	
	.listagem-time li .cartao {
    	padding: 30px;
	}

	.listagem-time li .foto {
		width: 100px;
		height: 100px;
		border-radius: 100%;
		margin-top: -90px;
	}
	
	.listagem-time li {
		margin-bottom: 90px;
	}
	
	.listagem-time li p{
		overflow-x: hidden;
	}
	
	section#blog.interna .listagem-blog li.col-md-4:nth-of-type(4) .info{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {	
	
		section#capa {
			padding-top: 140px;
			padding-bottom: 80px;
			text-align: center;
		}
}

@media only screen and (max-width: 576px) {
	
	.font-size-55 {
		font-size: 25px;
	}
	
	.font-size-35 {
		font-size: 15px;
	}
	
	.font-size-50 {
		font-size: 30px;
	}
	
	.font-size-45 {
		font-size: 35px;
	}
	
	.font-size-30 {
		font-size: 20px;
	}
	
	.font-size-14 {
		font-size: 13px;
	}
	
	.owl-carousel .owl-nav button.owl-next, 
	.owl-carousel .owl-nav button.owl-prev{
		right: -15px;
	}
	
	.owl-carousel .owl-nav button.owl-prev {
		right: auto;
		left: -15px;
	}

	section {
		padding: 50px 0;
	}
	
	header .abrir-menu{
		top: 20px;
	}
	
		header.fixed .abrir-menu {
		top: 23px;
	}
	
	header .logo img {
		width: 130px;
	}
	
	header.fixed .logo img {
		width: 120px;
	}
	
	header.fixed .middle .logo {
		width: 180px;
	}
	
	header .main-menu > ul{
		width: 100%;
		transform: translateX(-100%);
	}	
	
	header .menu-principal > ul{
		width: 100%;
		transform: translateX(+100%);
	}
	
	header .menu-principal > ul.transform {
		transform: translateX(0px);
	}
	
	header .logo {
		min-height: 63px;
	}

	section#banner,
	section#banner ul.banner-principal, 
	section#banner ul.banner-principal li, 
	section#banner ul.banner-principal li .container, 
	section#banner ul.banner-principal li .container .row {
		height: auto;
	}
	
	section#banner ul li {
    	padding-top: 120px;
		padding-bottom: 50px;
		text-align: center;
	}
	
	section#banner ul li .video {
		height: 270px;
	}
	
	section#banner ul li h2 {
		line-height: 40px;
	}
	
	section#video-manifesto .video {
    	height: 250px;
	}
	
	section#video-manifesto .video span {
		position: absolute;
		bottom: 20px;
		left: 20px;
		font-size: 12px;
		line-height: 1em;
	}
	
	footer .banner-no-giro .cta{
		font-size: 10px;
	}
	
	section#blog.interna .listagem-blog li.col-md-4:nth-of-type(4) .foto{
		height: 200px;
		border-radius: 20px 20px 0 0;
	}
	
	section#blog.interna .listagem-blog li.col-md-4:nth-of-type(4) .info{
		position: relative;
		bottom: auto;
		left: auto;
		padding: 30px;
		color: #000;
		height: auto;
	}
	
	section#blog.interna .listagem-blog li.col-md-4:nth-of-type(4) .info h3{
		font-size: 16px;
	}
}

/*Paginação*/

.pagination{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.pagination h2{
	display: none;
}

.nav-links {
	width: 100%;
	text-align: center;
}

.pagination .nav-links span,
.pagination .nav-links a{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	color: #000;
	font-weight: bold;
	transition: all 350ms ease-in-out;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus{
	color: #EB5E01;
}

.pagination .nav-links .current{
	background: rgb(255,127,0);
    background: -moz-linear-gradient(top, rgba(255,127,0,1) 0%, rgba(220,69,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,127,0,1) 0%,rgba(220,69,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,127,0,1) 0%,rgba(220,69,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#dc4500',GradientType=0 );
	color: #fff;
}


.pagination .nav-links .next,
.pagination .nav-links .prev{
	color: #000;
	border:0px;
}

.pagination .nav-links .next:hover,
.pagination .nav-links .next:focus,
.pagination .nav-links .prev:hover,
.pagination .nav-links .prev:focus{
	color: #EB5E01 ;
}

span.wpcf7-not-valid-tip{
	font-size: 12px;
	color: #d84141;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
    border: 1px solid #f7b7b7;
    color: #c35959;
    background: #ffe4e4;
    font-size: 12px;
    padding: 5px 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #a3e4b4;
    color: #59c375;
    background: #dbffe4;
    font-size: 12px;
    padding: 5px 20px;
}

body.login{
	padding-top: 0;
	background: #fff;
}

.login h1 a {
	background-image: url('img/logo-lyns-hub.png');
	background-size: 291px 81px;
	width: 291px;
	height: 81px;
}
