
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
/*
 * This css file includes styles added in the jekyll port of this theme.
 * To find the original style.css that ships with Airspace, read airspace.css
 *
 */

/* fixed header on top of page */

main, section#global-header, div.post {
  margin-top: 80px; /* Add a top margin to avoid content overlay */
}

section {
  padding-top: 10px;
  margin-top: 20px;
}

header {
  position: fixed; /* Set the navbar to fixed position */
  z-index: 102;
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* fixinglabel in gauge positioning */

 div.gauge text {
   font-size: 18px;
   font-weight: bold;
   color: black;
 }

/* cadastro */

.form-inline .form-group > div.col-xs-8 {
    padding-left: 0;
    padding-right: 0;
}

.form-inline label {
    line-height: 34px;
}

.form-inline .form-control {
    width: 100%;
}


/* @media (min-width: 768px) { */
/*   .form-inline .form-group { */
/*     margin-bottom: 15px; */
/*   } */
/* } */

select option {
	color: black;
}
select option:first-child {
	color: grey;
}
select.empty {
	color: grey;
}
/* Hidden placeholder */
select option[disabled]:first-child {
	display: none;
}

li a.strike {
    border:1px solid orange;
    border-radius: 8px;
}

ul.strike {
    border:2px solid orange;
    border-radius: 15px;
}

ul.strike a{
  color: #f57842;
}

div.strike {
    width:100%;
    border:2px solid orange;
    border-radius: 15px;
    vertical-align: middle;
}

div.strike h1:first-of-type{
    border:2px solid gray;
    color: gray;
    padding: 3px;
    font-size: 12px;
    /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
    font-family: "Georgia", cursive;
    margin-top:-10px;
    margin-left:20px;
    background:white;
    border-radius: 5px;
    font-weight: bold;
}

#destaque div.strike h1:first-of-type{
    border:2px solid green;
    color: green;
}
#dash_aprovacao div.strike h1:first-of-type{
    border:2px solid blue;
    color: blue;
}
#dash_eleicao div.strike h1:first-of-type{
    border:2px solid red;
    color: red;
}
#dash_futebol div.strike h1:first-of-type{
    border:2px solid green;
    color: green;
}
#dash_blog div.strike h1:first-of-type{
    border:2px solid orange;
    color: orange;
}

/* pagina com amostras */

#api_amostra body {
    text-align:justify;
}

#api_amostra p{
    font-family:"Lora","Times New Roman",serif;
    color: #707070;
    font-size: 20px;
    line-height: 28px;
}

#api_amostra li{
    font-family:"Lora","Times New Roman",serif;
    color: #606060;
    font-size: 19px;
    line-height: 26px;
}

#api_amostra h1, h2, h3, h4, h5, h6 {
  color: #202020;
  font-family:"Lora","Times New Roman",serif;
}


/* social media buttons */

.social{
    float:right;
}

.fb-share-button {line-height: 0.7}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.center-text {
  text-align: center;
}

.justify-text {
  text-align:justify;
}

/* bloco de código dentro do post */

.toggle_r {
  border:2px solid orange;
  float: right;
  color: white;
  margin:5px;
  background: red;
  border-radius: 5px;
  font-weight: bold;
}


.free {
    font-family:"Lora","Times New Roman",serif;
    color: #707070;
    font-size: 20px;
    line-height: 28px;
    background-color:white;
    border: none;
    opacity: .9;
}

div.strike_code {
    display: none;
    width:100%;
    border:2px solid orange;
    border-radius: 15px;
    vertical-align: middle;
}

div.strike_code h1{
    border:2px solid gray;
    color: gray;
    padding: 3px;
    font-size: 12px;
    /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
    font-family: "Georgia", cursive;
    margin-top:-10px;
    margin-left:20px;
    background:white;
    border-radius: 5px;
    font-weight: bold;
}

/* whatsapp dentro do post */


.post .zap_container{
  position: static;
   width: 70%;
   margin: auto;
  display: block;
}

.post .zap_texto{
 padding-top: 20px;
}

.post div.amiga .zap_pessoa{
    position: relative;
    float: right;
    width: 200px;
    border:2px solid gray;
    color: darkgray;
    padding: 2px;
    font-size: 12px;
    /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
    font-family: "Georgia", cursive;
    margin-top:-20px;
    margin-right:20px;
    border-radius: 5px;
    font-weight: bold;
    background:white;
}

.post div.neale .zap_pessoa{
   position: relative;
    float: left;
    width: 200px;
    border:2px solid gray;
    color: darkgray;
    padding: 2px;
    font-size: 12px;
    /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
    font-family: "Georgia", cursive;
    margin-top:-20px;
    margin-left:20px;
    border-radius: 5px;
    font-weight: bold;
    background:white;
}

.post .neale{
    position: relative;
    float: left;
    width: 65%;
    border:2px solid gray;
    color: gray;
    padding: 3px;
    margin: 20px;
    font-size: 12px;
    /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
    font-family: "Georgia", cursive;
    margin-left:20px;
    background:lightgreen;
    border-radius: 5px;
    font-weight: bold;
    text-align: left;
}

.post .amiga{
    position: relative;
    float: right;
    width: 65%;
    border:2px solid gray;
    color: gray;
    padding: 3px;
    margin: 20px;
    font-size: 12px;
    /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
    font-family: "Georgia", cursive;
    margin-left:20px;
    background:lightyellow;
    border-radius: 5px;
    font-weight: bold;
    text-align: right;
}


/* css para os posts */

/* .post img:first-child { */
.post div.block > img:nth-of-type(1) {
  /*  width: 100%;  */
  max-height: 400px;
}

div.post {
    text-align:justify;
}

div.post p{
    font-family:"Lora","Times New Roman",serif;
    color: #707070;
    font-size: 20px;
    line-height: 28px;
}

div.post li{
    font-family:"Lora","Times New Roman",serif;
    color: #606060;
    font-size: 19px;
    line-height: 26px;
}

div.post h1,div.post h2,div.post h3,div.post h4,div.post h5,div.post h6 {
  color: #202020;
  font-family:"Lora","Times New Roman",serif;
}

.post-area {
  padding: 40px;
  width: 100%;
  min-height: 150px;
  background-color: white;
  border-bottom: 1px dotted #ddd;
}

.post-area a:link,
.post-area a:visited {
  font-size: 30px;
  color: #333;
}

.post-area a:hover {
  color: #0D0017;
}

.lang-list {
  display: inline-block;
  margin-top: 15px;
}

.lang-list a {
  color: #0D0017;
  font-weight: bold;
}
/*--
	Common Css
--*/
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}

h3 {
  font-size: 28px;
  font-weight: 300;
}

p {
  font-size: 15px;
  line-height: 28px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* arrumando listas dentro dos posts */

.post ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: disc;
}

.post li ul {
  padding-left: 10px;
  margin: 0;
  list-style-position: inside;
  list-style-type: circle;
}

.fz-20{
  font-size: 20px;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}

.section {
  padding: 20px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.section-title p {
  font-family: 'Volkhov', serif;
  font-style: italic;
  color: #666;
}

.btn-main,
.btn-transparent,
.btn-small {
  background: #655E7A;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 10px 0 10px 0;
}

.btn-main:hover,
.btn-transparent:hover,
.btn-small:hover {
  background: #353240;
  color: #fff;
}
.btn-solid-border {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-solid-border:hover {
  border: 1px solid #655E7A;
  background: #655E7A;
}

/* botões da página principal */


.btn-solid-border-red:hover,
.btn-solid-border-green:hover,
.btn-solid-border-purple:hover,
.btn-solid-border-orange:hover,
.btn-solid-border-blue:hover {
  border: 1px solid #655E7A;
  background: #655E7A;
}

.btn-solid-border-red {
  border: 1px solid #fff;
  background: red;
  color: #fff;
  opacity: 0.8;
}

.btn-solid-border-green {
  border: 1px solid #fff;
  background: green;
  color: #fff;
  opacity: 0.8;
}

.btn-solid-border-purple {
  border: 1px solid #fff;
  background: purple;
  color: #fff;
  opacity: 0.8;
}

.btn-solid-border-orange {
  border: 1px solid #fff;
  background: orange;
  color: #fff;
  opacity: 0.8;
}

.btn-solid-border-blue {
  border: 1px solid #fff;
  background: blue;
  color: #fff;
  opacity: 0.8;
}

/*--
	Header Start
--*/

header {
  background: #fff;
  padding: 1px 0;
}

header .navbar {
  margin-bottom: 0px;
  border: 0px;
}

header .navbar-brand {
  padding-top: 5px;
}

header .navbar-default {
  background: none;
  border: 0px;
}

header .navbar-default .navbar-nav {
  padding-top: 3px;
}

header .navbar-default .navbar-nav li a {
  color: #f57842;
  padding: 1px 15px 1px 15px;
  font-size: 15px;
  margin: 0px 1px 0px 1px;
}

font header .navbar-default .navbar-nav li a:hover {
  color: #000;
}

/*---------------------------------------------
				css dos tabs
-----------------------------------------------*/

/* fazer todos os tabs terem a mesma altura */
/*
.tab-content>.tab-pane{
    display:block;
    visibility:hidden;
}

.tab-content>.active{
    visibility:visible;
}
*/
 
/*
.row {
  height: 120px;
}
*/

.iframe body {
    margin: 0;
    padding: 0;
    border: 0; 
}

/*#destaque tr td[rowspan='2'] { 
  line-height: 50%; 
}*/

#destaque tr td { 
  line-height: 50%; 
}

#destaque tr td{ 
  font-size: 9px; 
}

#destaque table{ 
  border-collapse: separate;
}

#destaque table img{ 
  height:20;
}


/*---------------------------------------------
					Index Start
-----------------------------------------------*/
/*--
	Slider Start
--*/
#slider {
  background-repeat: no-repeat;
  /* background-size: 100% 60%; */
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0;
  /* padding: 200px 0 280px 0; */
  padding: 60px 0 70px 0;
  position: relative;
  /* height: 600px; */
  height: 400px;
}

#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #FF4500, #FFFFFF);
  opacity: 0.2;
}

#slider .block {
  color: #E3E3E4;
}

#slider .block h1 {
  font-family: 'Impact', sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 10px;
  padding-bottom: 15px;
  color: #FF4500;
  text-shadow: 2px 2px #FFD700;
}

#slider .block p {
  font-size: 30px;
  line-height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  /* color: #FF8C00;
     text-shadow: 2px 2px #FFD700;
  */
  color: #FF4500;
  text-shadow: 2px 2px #FFFFFF;
  margin-bottom: 10px;
}

/*--
	destaque arg 2019
--*/
#destaque_arg2019 {
  padding: 10px 0;
}

#destaque_arg2019 .block h2 {
  padding-top: 0px;
  line-height: 27px;
  margin: 0;
}

#destaque_arg2019 .block p {
  color: #7B7B7B;
  padding-top: 20px;
}

/*
#destaque_arg2019 .block img {
  padding-left: 40px;
  width: 100%;
}
*/

/* adicionei esse */
#destaque_arg2019 .block td {
  border-style: none;
}

#destaque_arg2019 .block tr {
  border-style: none;
}

#destaque_arg2019 .section-title {
  margin-bottom: 0px;
}

#destaque_arg2019 .section-title p {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*--
	DESTAQUE Start
--*/
#destaque {
  padding: 10px 0;
}

#destaque .block h2 {
  padding-top: 0px;
  line-height: 27px;
  margin: 0;
}

#destaque .block p {
  color: #7B7B7B;
  padding-top: 20px;
}

/*
#destaque .block img {
  padding-left: 40px;
  width: 100%;
}
*/

/* adicionei esse */
/* #destaque .block td {
  border-style: none;
}

#destaque .block tr {
  border-style: none;
}
*/

#destaque .section-title {
  margin-bottom: 0px;
}

#destaque .section-title p {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*--
	APROVAÇÃO Start
--*/
#aprovacao {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /* background-size: cover; */
  background-size: 80% 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 70px 0 20px 0;
  height: 250px;
}

#aprovacao h2 {
  color: #FF4500;
  text-shadow: 2px 2px #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

#aprovacao p {
  color: #FF4500;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
  text-shadow: 2px 2px #FFFFFF;
}


/*--
	DASH_APROVAÇÃO Start
--*/
#dash_aprovacao {
  padding: 10px 0;
}

#dash_aprovacao .block h2 {
  padding-top: 0px;
  line-height: 27px;
  margin: 0;
}

#dash_aprovacao .block p {
  color: #7B7B7B;
  padding-top: 20px;
}

/*
#dash_aprovacao .block img {
  padding-left: 40px;
  width: 100%;
}
*/

/* adicionei esse */
#dash_aprovacao .block td {
  border-style: none;
}

#dash_aprovacao .block tr {
  border-style: none;
}

#dash_aprovacao .section-title {
  margin-bottom: 0px;
}

#dash_aprovacao .section-title p {
  padding-top: 20px;
  padding-bottom: 20px;
}


/*--
	ELEICAO Start
--*/
#eleicao {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /* background-size: cover; */
  background-size: 80% 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 70px 0 20px 0;
  height: 250px;
}

#eleicao h2 {
  color: #FF4500;
  text-shadow: 2px 2px #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

#eleicao p {
  color: #FF4500;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
  text-shadow: 2px 2px #FFFFFF;
}


/*--
	DASH_ELEICAO Start
--*/
#dash_eleicao {
  padding: 10px 0;
}

#dash_eleicao .block h2 {
  padding-top: 0px;
  line-height: 27px;
  margin: 0;
}

#dash_eleicao .block p {
  color: #7B7B7B;
  padding-top: 20px;
}

/*
#dash_eleicao .block img {
  padding-left: 40px;
  width: 100%;
}
*/

/* adicionei esse */
#dash_eleicao .block td {
  border-style: none;
}

#dash_eleicao .block tr {
  border-style: none;
}

#dash_eleicao .section-title {
  margin-bottom: 0px;
}

#dash_eleicao .section-title p {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*--
	icones dash_eleicao
--*/

#dash_eleicao .counter-box li {
  width: 50%;
  float: left;
  text-align: center;
  margin: 30px 0 30px;
}

#dash_eleicao .counter-box li i {
  font-size: 35px;
}

#dash_eleicao .counter-box li h4 {
  font-size: 30px;
  font-weight: bold;
}

#dash_eleicao .counter-box li span {
  color: #555;
}


/*--
	Futebol Start
--*/

#futebol {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* background-position: center center; */
  background-position: 50% 0%;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /* background-size: cover; */
  background-size: 80% 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 70px 0 20px 0;
  height: 250px;
}

#futebol h2 {
  color: #FF4500;
  text-shadow: 2px 2px #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

#futebol p {
  color: #FF4500;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
  text-shadow: 2px 2px #FFFFFF;
}

/*--
	DASH_FUTEBOL Start
--*/
#dash_futebol {
  padding: 10px 0;
}

#dash_futebol .ranking {
padding-top: 40px;
}

#dash_futebol .block h2 {
  padding-top: 0px;
  line-height: 27px;
  margin: 0;
}

#dash_futebol .block p {
  color: #7B7B7B;
  padding-top: 20px;
}

/*
#dash_futebol .block img {
  padding-left: 40px;
  width: 100%;
}
*/

/* adicionei esse */
#dash_futebol .block td {
  border-style: none;
}

#dash_futebol .block tr {
  border-style: none;
}

#dash_futebol .section-title {
  margin-bottom: 0px;
}

#dash_futebol .section-title p {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*--
	Capa do blog Start
--*/

#capablog {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* background-position: center center; */
  background-position: 50% 0%;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /* background-size: cover; */
  background-size: 80% 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 70px 0 20px 0;
  height: 250px;
}

#capablog h2 {
  color: #FF4500;
  text-shadow: 2px 2px #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

#capablog p {
  color: #FF4500;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
  text-shadow: 2px 2px #FFFFFF;
}



/*--
	wrapper Start
--*/
#intro {
  padding: 100px 0;
}

#intro .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}

#intro .block p {
  color: #7B7B7B;
  padding-top: 20px;
}

/*
#intro .block img {
  padding-left: 40px;
  width: 100%;
}
*/

/* adicionei esse */
#intro .block td {
  border-style: none;
}

#intro .block tr {
  border-style: none;
}

#intro .section-title {
  margin-bottom: 0px;
}

#intro .section-title p {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*--
	service Start
--*/
#service {
  text-align: center;
  padding: 90px 0;
}

#service .service-item {
  padding-bottom: 30px;
}

#service .service-item i {
  font-size: 60px;
  color: #4A4656;
}

#service .service-item h4 {
  padding-top: 20px;
  margin: 0;
  color: #666;
}

#service .service-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

/*--
	Rodapé / consultoria
--*/
#call-to-action {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}

#call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #FF4500, #FFFFFF);
  opacity: 0.2;
}

#call-to-action h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}

#call-to-action p {
  font-size: 14px;
  line-height: 1.6;
}

#call-to-action .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}

/*--
	Feature Start
--*/
#feature {
  background-position: 100% 94px;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 100px 0;
}

#feature h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

#feature p {
  color: #8d8f92;
  margin-bottom: 20px;
}


/*--
	dash_blog
--*/

#dash_blog .section-title {
    margin-bottom: 0;
}

#dash_blog {
  padding: 10px 0;
}

#dash_blog .block h2 {
  margin-top: 0;
  line-height: 25px;
  color: #5C5C5C;
  padding-top: 1px;
}

#dash_blog .block p {
  padding-top: 5px;
  color: #7B7B7B;
}

#dash_blog .counter-box li {
  width: 50%;
  float: left;
  text-align: center;
  margin: 30px 0 30px;
}

#dash_blog .counter-box li i {
  font-size: 35px;
}

#dash_blog .counter-box li h4 {
  font-size: 30px;
  font-weight: bold;
}

#dash_blog .counter-box li span {
  color: #555;
}

#dash_blog .testimonial-carousel {
  text-align: center;
  width: 75%;
  /* border: 1px solid #DEDEDE; */
  padding: 24px;
  margin: 0 auto;
}

#dash_blog .testimonial-carousel img {
  padding-bottom: 38px;
}

#dash_blog .testimonial-carousel p {
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}

#dash_blog .testimonial-carousel .user img {
  padding-bottom: 0px;
  border-radius: 25px;
  height: 150px;
  width: 80%;
}

#dash_blog .testimonial-carousel .user p {
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #353241;
}

#dash_blog .testimonial-carousel .user p span {
  display: block;
  color: #353241;
  font-weight: 600;
}

#dash_blog .testimonial-carousel .owl-carousel .owl-pagination div {
  border: 1px solid #1D1D1D;
  border-radius: 500px;
  display: inline-block;
  height: 10px;
  margin-right: 15px;
  width: 10px;
}

#dash_blog .testimonial-carousel .owl-carousel .owl-pagination div.active {
  background: #5C5C5C;
  font-size: 30px;
  display: inline-block;
  border: 0px;
}

/*--
	features Start
--*/
#clients-logo-section {
  padding-top: 30px;
  padding-bottom: 75px;
}

#clients-logo-section .clients-logo-img {
  padding: 0px 50px;
}

/*---------------------------------------------
					Work Start
-----------------------------------------------*/
/*--
	Slider-work Start
--*/


#global-header {
  background-repeat: no-repeat;
  background-size: cover;
  /*
  padding-top: 150px;
  padding-bottom: 107px;
  */
  position: relative;
  background-attachment: fixed;
}

#global-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* 
  background: linear-gradient(to left, #FF4500, #FFFFFF);
  opacity: 0.8;
  */
  background: linear-gradient(to left, #FF4500, #FFFFFF);
  opacity: 0.2;
  
}

/*
#global-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: center;
}

#global-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}

#global-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}
*/

#global-header .block {
  color: #E3E3E4;
}

#global-header .block h1 {
  font-family: 'Impact', sans-serif;
  font-weight: 500;
  font-size: 100px;
  line-height: 120px;
  letter-spacing: 10px;
  padding-bottom: 15px;
  color: #FF4500;
  text-shadow: 2px 2px #FFD700;
}

#global-header .block p {
  font-size: 50px;
  line-height: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  /* color: #FF8C00;
     text-shadow: 2px 2px #FFD700;
  */
  color: #FF4500;
  text-shadow: 2px 2px #FFFFFF;
  margin-bottom: 10px;
}

/*--
	adicionando filtro para seção do blog
--*/

.block .portfolio-menu {
  padding-bottom: 10px;
  text-align: center;
}

.block .portfolio-menu ul {
  border: 1px solid #999999;
  display: inline-block;
  margin-bottom: 10px;
}

.block .portfolio-menu ul li {
  display: inline-block;
  padding: 0px 25px;
  cursor: pointer;
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  color: #333333;
  text-transform: capitalize;
  position: relative;
}

.block .portfolio-menu ul .active {
  color: #655E7A;
  position: relative;
}

.block .portfolio-menu ul .active:before {
  content: "\f0d7";
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -18px;
  font-size: 30px;
  width: 20px;
  left: 0px;
  right: 0px;
  top: 23px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.block .portfolio-menu ul li:hover:before {
  content: "\f0d7";
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -18px;
  font-size: 30px;
  width: 20px;
  left: 0px;
  right: 0px;
  top: 24px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.block .portfolio-contant ul li {
  float: left;
  width: 32.22%;
  overflow: hidden;
  margin: 6px;
  position: relative;
}

.block .portfolio-contant ul li:hover .overly {
  opacity: 1;
}

.block .portfolio-contant ul li:hover .position-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.block .portfolio-contant ul li a {
  display: block;
  color: #fff;
}

.block .portfolio-contant ul li a h2 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.block .portfolio-contant ul li a p {
  font-size: 15px;
}

.block .portfolio-contant ul li a span {
  font-style: italic;
  font-size: 13px;
  color: #655E7A;
}

.block .portfolio-contant ul img {
  width: 100%;
  height: auto;
}

.block .portfolio-contant .overly {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-align: center;
}

.block .portfolio-contant .position-center {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

#portfolio-work .block .mix {
  display: none;
}

/*--
	wrapper-work Start
--*/
#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

/*---------------------------------------------
					Work Close
-----------------------------------------------*/
/*=============================================*/
/*---------------------------------------------
					 Contact Start
-----------------------------------------------*/
/*--
	contact-form Start
--*/

/*
#contact-form {
  padding-top: 70px;
  padding-bottom: 35px;
}

#contact-form .block form .form-group {
  padding-bottom: 15px;
  margin: 0px;
}

#contact-form .block form .form-group .form-control {
  background: #F6F8FA;
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

#contact-form .block form .form-group-2 {
  padding-bottom: 15px;
  margin: 0px;
}

#contact-form .block form .form-group-2 textarea {
  background: #F6F8FA;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

#contact-form .block button {
  width: 100%;
  height: 60px;
  background: #47424C;
  border: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

*/

/*--
	wrapper-contact Start
--*/
.address-block li {
  margin-bottom: 20px;
}

.address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}

.social-icons {
  margin-top: 40px;
}

.social-icons li {
  display: inline-block;
  margin: 0 6px;
}

.social-icons a {
  display: inline-block;
}

.social-icons i {
  color: #2C2C2C;
  margin-right: 25px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 300px;
  background-color: #ff432e;
}

#contact-box {
  padding-top: 35px;
  padding-bottom: 58px;
}

#contact-box .block img {
  width: 100%;
}

#contact-box .block h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 28px;
  padding-bottom: 30px;
}

#contact-box .block p {
  color: #5C5C5C;
  display: block;
}

/*--
	features-contact Start
--*/
#features-contact {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-contact .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

/* Blog */
.blog-post {
  margin-bottom: 50px;
}

.blog-post img {
  margin-bottom: 15px;
  height: 300px;
  width: 100%;
}

.blog-post p {
  margin: 15px 0 20px;
  height: 200px;
  text-align: justify;
}

.post-title {
  color: #655E7A;
  font-size: 20px;
  height: 50px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

/*---------------------------------------------
					Contact Close
-----------------------------------------------*/
/*--------- Heading------------*/
.heading {
  padding-bottom: 60px;
  text-align: center;
}

.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}

/*---------------------------*/
/*--
	footer Start
--*/
footer {
  background: #F5F5F5;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 55px;
}

footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}

footer a {
  color: #595959;
}

footer .footer-manu {
  padding-bottom: 25px;
}

footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}

footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px;
}

footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}

footer .footer-manu ul li a:hover {
  color: #000;
}


/*-----	Neale  ------------*/

/* configurações para tamanho de tela */

/*-tela comprida-*/
@media (max-device-aspect-ratio: 9/10) {

  /*-whole site container-*/
  .container {
      width: 100% !important;
      float: none !important;
  }
  
  /*-api amostra post-*/
  
  #api_amostra > .container {
    width: 85% !important;
  }
  
  #api_amostra > .container > .row > .post > div  p, blockquote {
    font-size: 220% !important;
    line-height: 115% !important;
  }
  
  #api_amostra > .container > .row > .post > div  li {
    font-size: 180% !important;
    line-height: 110% !important;
  }

  #api_amostra > .container > .row > .post  h1,h2,h3,h4,h5,li {
    font-size: 180% !important;
    line-height: 110% !important;
  }

  #api_amostra > .container > .row > .post  li li {
    font-size: 100% !important;
    line-height: 100% !important;
  }
  
  #api_amostra > .container > .row > .post  p, blockquote {
    font-size: 225% !important;
    line-height: 120% !important;
  }
  
  #api_amostra > .container > .row > .post img, table {
    width: 90% !important;
    font-size: 100% !important;
  }
  

  /*-footer-*/

  footer > div p, blockquote, .form-control {
    font-size: 160% !important;
    line-height: 110% !important;
  }
  
  footer form, .form-control {
    font-size: 150% !important;
    line-height: 110% !important;
    height: 40px !important;
  }
  
  footer .strike > h1 {
    font-size: 160% !important;
    width: 250px !important;
  }
  
  footer .strike {
    width: 120% !important;
  }
  
  footer div.strike {
    height: 80px !important;
  }
  
  footer li > a {
     font-size: 200% !important;
  }


  /*-blog dashboard-*/

  #dash_blog {
    display: none;
  }
  
  /*-blog list-*/
  
  .portfolio-menu {
    display: none;
  }
  
  .blog > .container {
    width: 85% !important;
  }

  .blog > .container > .row > .col-md-6 {
    width: 100%;
  }
  
  .blog-post > a {
    font-size: 240% !important;
    margin-bottom: 90px;
  }
  
  .blog-post > p {
    font-size: 210% !important;
  }

  .pagination > .page-item > a {
    font-size: 250% !important;
  }

  /*-post-*/
  .post > .section > .container {
    width: 95% !important;
  }

  .post > .section > .container > .row > div > .block p, blockquote {
    font-size: 195% !important;
    line-height: 120% !important;
  }

  .post > .section > .container > .row > div > .block > div p, blockquote {
    font-size: 190% !important;
    line-height: 110% !important;
  }
  
  .post > .section > .container > .row > div > .block > div em {
    font-size: 80% !important;
    line-height: 80% !important;
  }
  
  .post > .section > .container > .row > div > .block > div li {
    font-size: 180% !important;
    line-height: 110% !important;
  }
  
  .post > .section > .container > .row > div > .block > div li li {
    font-size: 100% !important;
    line-height: 100% !important;
  }
  
  .post > .section > .container > .row > div > .block img, table {
    width: 90% !important;
    font-size: 105% !important;
  }

  /*-código do R no post-*/
  
  .post > .section > .container > .row > div > .block .strike_code p, blockquote {
    font-size: 160% !important;
    line-height: 110% !important;
  }
  
  .post > .section > .container > .row > div > .block code.sourceCode > span {
    font-size: 170% !important;
    line-height: 110% !important;
  }


/*-dashboard blog-*/
  #dash_blog > div > div.row {
    margin-right: 0px;
    margin-left: 0px;
  }
  
  #dash_blog > div > div.row p {
    font-size: 220% !important;
   line-height: 120% !important;
  }
  
  #dash_blog > div > div.row img {
    width: 60% !important;
  }
  
  #dash_blog h1.title > strong  {
    font-size: 200% !important;
    padding: 10px !important;
  }
  
  #dash_blog .strike > h1 {
    width: 120px !important;
  }
  
  #capa_linha_2022_t1 {
    height: 5820px;
  }

  #capa_linha_2022_t2 {
    height: 5820px;
  }
  
  #capa_linha_2024_t1 {
    height: 6000px;
  }

  
  #capa_linha {
    /*height: 4850px;*/
    /*height: 5820px;*/
    /*height: 6000px;*/
    /*height: 6800px;*/
    /*height: 3300px;*/
    /*height: 2300px;*/
    /*height: 4500px;*/
    /*height: 5200px;*/
    /*height: 6000px;*/
    /*height: 6800px;*/
    /*height: 8700px;*/
    height: 9400px;
  }
  
  #capa_2023 {
  /* height: 1500px; */
  height: 2200px;
}

  
  #acervo_linha {
    height: 2500px;
  }
  
  /*-site menu-*/
  #bs-example-navbar-collapse-1 > ul > li > a {
    font-size: 150% !important;
    padding: 15px 15px 15px 15px;
  }
  
  #dash_blog > .container > .row > .col-md-6 {
    width: 100%;
  }
  
}

/*-tela grande-*/

@media (min-device-aspect-ratio: 1/1) {

#capa_linha_2022_t1 {
  height: 4600px;
}

#capa_linha_2022_t2 {
  height: 4600px;
}

#capa_linha_2024_t1 {
  height: 6200px;
}

#capa_linha_2024_t2 {
  height: 6200px;
}

  #capa_linha {
    /*height: 3100px;*/
    /*height: 3720px;*/
    /*height: 3900px;*/
    /*height: 4500px;*/
    /*height: 1800px;*/
    /*height: 3600px;*/
    /*height: 4200px;*/
    /*height: 5100px;*/
    /*height: 6100px;*/
    /*height: 7200px;*/
    height: 8300px;
  }


#capa_2023 {
  /* height: 2900px; */
  height: 4500px;
}

 
  #acervo_linha {
    height: 1800px;
  }

}

