
/* typography */
.section__quote1{
	text-align: center;
    color: #656565;
    font-family: 'Lato', sans-serif;
    font-size: 1.05em;
    font-weight: 400;
    font-style: italic;
}

.section__quote2{
	text-align: left;
    color: #8d8d8d;
    padding-left: 50px;
    border-left: 2px solid #909848;
    margin-left: 40px;
    margin-top: 7%;
	margin-bottom: 7% !important;
    animation: ease-in 2s;
    font-style: italic;
    font-size: 17px !important;
    margin-right: 100px;
    font-weight: 400;
}


.section__quote3{
	text-align: left;
    color: #b8ab77;
    font-family: 'Bitter', serif;
    font-size: 1.5vw !important;
    font-weight: 500;
	font-style: italic;
    line-height: 3rem;
    padding-left:  50px;
	padding-right: 80px;
    border-left: 1px solid #b8ab77;
    margin-left: 43px;
	margin-top: 5%;
	margin-bottom: 7% !important;
	animation:ease-in 2s;
}

.section__quote4{
	text-align: left;
    color: #fff;
    font-family: 'Bitter', serif;
    font-size: 1.5vw !important;
    font-weight: 500;
	font-style: italic;
    line-height: 2rem;
	padding-right: 80px;
    margin-left: 43px;
	animation:ease-in 2s;
	text-shadow: 0px 0px 10px  #000;
}


.caption_completo{
	float: left;
	margin-top: 34px;
}

.section__quote__gallery{
	text-align: left;
    color: #8f9848;
    font-family: 'Bitter', serif;
    font-size: 1.5vw !important;
    font-weight: 500;
    font-style: italic;
    line-height: 2rem;
    animation: ease-in 2s;
    float: left;
    width: 58%;
    padding: 5% 2%;
}


.section__quote__cantos{
	text-align: center;
    color: #b8ab77;
    font-size: 1.5vw !important;
    font-weight: 500;
    font-style: italic;
    animation: ease-in 2s;
    padding: 8vh 0;
    margin: 7% auto !important;
	
}



/* hero section */
.hero {
  text-align: left;
    padding: 0 3%;
    float: left;
    width: 40%;
    animation: fadeUp 2s;
    margin-top: 10%;
  
}

.hero__title {
  	margin-top: 0;
    margin-bottom: 8px;
    font-size: 5vw;
    font-weight: 900;
    line-height: .9em;
    color: #FFFFFF;
    font-family: 'Bitter', sans-serif;
    margin-left: -220px;
    z-index: 998;
    text-shadow: 2px 4px 9px #303030;
}


.hero__sub{
	font-family: 'Bitter', sans-serif;
    color: #FFFFFF;
	font-size: 2vw;
    font-style: italic;
	font-weight: 900;
    margin-left: -220px;
    z-index: 998;
    text-shadow: 2px 4px 9px #303030;
}

.hero__description {
    font-family: 'Bitter', serif;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 400;
    margin-top: 3%;
	color:#FFFFFF;
}

.hero__autor {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: .04em;
	color:#FFFFFF;
}



.hero__terminal {
  width: 60%;
  margin: 3rem auto 3rem auto;
  min-height: 285px;
  border-radius: 0 20px 20px 0;
  box-shadow: 0px 12px 36.8px 9.2px rgba(0, 0, 0, .4);
  float:left;
}

.hero__terminal img {
	float:left;
	border-radius: 0 20px 20px 0;

  }

.hero__terminal pre {
  white-space: pre-line;
  padding-top: 1rem;
}

.header-int{
	float:left;
	background-image:url(../images/bg_int_green.jpg);
	background-position:bottom;
	background-attachment:scroll;
	background-size:100%;
	color:#fff;
	width:100%;
	margin-bottom: 7%;
	padding-bottom: 5%;
	}

.quote {
	padding:5%;
}

.paragraph {
	padding:5% 0;
	text-align:justify !important;
 
}

/* feature section */
.feature {
  display: flex;
  flex-wrap: wrap;
}

.feature__item {
  max-width: calc(33% - 20px);
  margin: 0 20px 0 0;
}

.feature__item .section__title {
  margin-bottom: 0;
}

.feature__item p {
  margin-top: 0.5rem;
}

/* keybinding section */
.keybinding {
  margin-top: 3rem;
  display: flex;
}

.keybinding__detail {
  position: relative;
  border: 1px solid var(--code-bg-color);
  flex-basis: 50%;
  padding: 2rem 1rem 1rem 1rem;
  list-style: none;
  line-height: 2rem;
}

.keybinding__detail:first-child {
  text-align: right;
  padding-right: 1rem;
}

.keybinding__detail:last-child {
  padding-left: 1rem;
  margin-left: -1px;
}

.keybinding__detail:first-child .keybinding__title {
  position: absolute;
  right: 0.5rem;
  top: -2rem;
  background-color: white;
  padding: 0 0.5rem;
}

.keybinding__detail:last-child .keybinding__title {
  position: absolute;
  left: 0.5rem;
  top: -2rem;
  background-color: white;
  padding: 0 0.5rem;
}

.keybinding__label {
  background: var(--white-color);
  border: 1px solid var(--light-gray-color);
  box-shadow: 0 1px 0 0 var(--medium-gray-color);
  border-radius: 3px;
  font-family: Courier;
  font-size: 0.7rem;
  color: var(--dark-gray-color);
  padding: 3px 3px 1px 3px;
  vertical-align: middle;
}



/* changelog section */
.changelog {
  background-color: var(--bg-color);
  padding: 2rem 0;
}

.changelog__item {
  display: flex;
}

.changelog__meta {
  flex-basis: 25%;
}

.changelog__meta small {
  color: var(--primary-color-light);
  font-weight: 200;
  letter-spacing: 1px;
}

.changelog__title {
  margin-bottom: 0;
}

.changelog__callout {
  margin: 3rem auto 2rem auto;
  text-align: center;
}


/*QUERIES MAX WIDTH 1080PX*/
	@media screen and (max-width:1080px){
	.hero{margin-top: 5%;}
	.header-int{background-position: top; background-size: cover; padding-bottom: 8%;}
	.hero__title{font-size: 5.8vw; margin-left: -115px;}	
	.hero__sub{font-size: 1.8vw; margin-left: -115px;}
		.p-jumbo-italic-banner {font-size: 17px;line-height: 23px;}
		
}

@media (max-width: 810px){
	.section__quote4{ font-size: 16px !important; line-height: initial; padding-right: 0px; float: right;}
	.section__quote__cantos{padding: 0; font-size: 1.8vw !important;}
	.section__quote__gallery{line-height: initial;}
	.section__quote3{font-size: 2vw !important;}
}


@media (max-width: 750px) {
  .hero__terminal {
    width: 70%;
  }
  .tab__container > ul {
    right: auto;
    left: 0;
    padding-left: 0;
  }
  .tab__container .code {
    margin-top: 2rem;
  }
  .feature, .keybinding, .changelog__item {
    flex-direction: column;
  }
  .feature__item {
    max-width: 100%;
    margin: 0;
  }
  .keybinding {
    font-size: 0.8rem;
  }
}

/*QUERIES MAX WIDTH 810PX*/
@media (min-width: 360px) and (max-width: 767px){
	
	
	.section__quote__cantos{font-size: 3.5vw !important; line-height: 5vw !important;}
	.section__quote2 {padding-left: 20px; margin-left: 0px; margin-right: 20px; font-size: 3vw !important; line-height: 20px !important;}
	.section__quote3{font-size: 3vw !important; padding: 0 15px; margin: 0 auto; line-height: 5vw !important;}
	.section__quote4{font-family: 'Lato', serif; font-size: .75rem !important; line-height: initial;margin-top: 5px; margin-bottom: 25px; text-align: center; font-weight: 400; color: #656565; margin-left:0px; text-shadow: none; width: 100%; float: left !important;}
	
	.hero__terminal{width: 100%; margin: 2rem auto 3rem auto; min-height: auto; border-radius: 0px 0px 0px 0px !important;}
	.hero__terminal img {border-radius: 0px 0px 0px 0px;}
	.hero{width: 100%;}
	.hero__title{font-size: 10vw; margin-left: 15px !important; padding-top: 0px !important;}
	.hero__sub{margin-left: 15px !important; font-size: 5.8vw !important; margin-top: -60px !important;}
	
	.header-int {background-image: url(../images/img-noise-400x400.png); background-repeat: repeat; background-size: 400px; background-color: #909848;}
	
	.section__quote__gallery{width: 100%; font-size: 3vw !important;}
	.caption_completo{margin-top: 0px;}
	
}
