body{
    background: #131313;
    color: #e0e0e0;
	font-family: 'Raleway', arial;
}

body.blog{
	background: white;
}

nav{
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
}

nav .logo{
	/* background: url(../img/logo.png) no-repeat center; */
    width: 380px;
    background-size: contain;
    height: 125px;
    display: inline-block;
}

nav .phone{
    background: url(../img/phone.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: contain;
    display: inline-block;
}

nav .right-side{
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 40px;
}

nav .right-side ul li a {
	color: white;
}

nav .right-side ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    font-size: 1.3em;
}

h1.big-phrase{
	font-size: 4em;
}

.prases{
	text-align: center;
	line-height: 1.6;
	font-size: 1.1em;
}

button{
	border: none;
	padding: 10px 20px;
	font-size: 1.4em;
}

.presentation button{
	background: #1f8a26;
	color: white;
}

.presentation .prases{
	width: 750px;
	margin: 0 auto;
}

hr{
	width: 80px;
	border: 0;
	border-bottom: 4px solid white;
	margin: 0 auto;
}

hr.yellow{
	border-color: #fde200;
}

hr.coral{
	border-color: #d53f17;
}

hr.bigger{
	width: 90%;
}

.social-marketing{
	text-align: center;
}

.social-marketing .social-networks{
	max-width: 420px;
}

.social-networks{
	max-width: 600px;
	width: 90%;
}

.social-marketing button{
	background: #fde200;
}

.contact-section{
	text-align: center;
}

.contact-section button{
	background: #d53f17;
	color: white;
}

.newsletter-subscribe{
	border: 3px solid #6b200c;
	display: inline-block;
}

.newsletter-subscribe img{
    height: 18px;
    margin: -1px 13px;
}

.newsletter-subscribe input{
    border: 0;
    background: transparent;
    font-size: 1.3em;
    color: white;
    font-family: raleway, arial;
    border-right: 3px solid #6b200c;
    padding: 10px;
}

.contact-section .mail img{
	max-width: 280px;
}

.contact-section .mail{
	border-bottom: 2px solid #565656;
	display: inline-block;
	transition: 1s all;
}

.contact-section .mail:hover{
	border-bottom: 2px solid white;
}

.contact-section .or{
	margin: 12px;
}

footer .bottom{
	font-family: arial, helvetica, sans-serif;
	width: 82%;
    margin: 0 auto;
	position: relative;
}

footer .bottom ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 16px;
}

footer .bottom ul li a{
	color: #666666;
	text-decoration: none;
}

footer .bottom .right-side{
	position: absolute;
    right: 0;
    top: 10px;
    color: #666666;
}

.projetos{
	width: 90%;
	margin: 0 auto;
}

.projeto{
	text-align: left;
	margin-top: 20px;
}

.projetos .projeto img{
	width: 200px;
}

.projeto .title{
	font-size: 2em;
	margin-bottom: 10px;
}

.projeto .tags{
	margin-bottom: 20px;
}

.social-network ul {
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
    font-size: 1.3em;
    column-count: 3;
    list-style: circle;
}

.social-network ul li {
    page-break-inside: avoid;
    margin: 1%;
	margin-bottom: 20px;
    border: 1px solid saddlebrown;
    padding: 25px;
	list-style: none;
	border-radius: 5px;
	transition: 1s all;
}

.social-network ul li:hover{
	border: 1px solid #fde200;
}

.social-network ul li small{
	margin-top: 10px;
}

@media (max-width: 768px) {
	.social-network ul {
		column-count: 2;
	}
}

@media (max-width: 480px) {
	.social-network ul {
		column-count: 1;
	}
}

.presentation-sites{
	color: white;
	width: 90%;
    margin: 0 auto;
    text-align: left;
    position: relative;
	max-width: 1000px;
}

.presentation-sites .smartphone{
	float: left;
    margin-right: 25px;
	max-width: 100%;
}

.smartphone-text h2, .smartphone-text p, .smartphone-text .small-phrase{
	text-align: left;
}

.smartphone-text button{
	background: #5f2239;
    color: white;
}

.presentation-sites .velocidade{
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}

.velocidade-text h2, .velocidade-text p, .velocidade-text .small-phrase{
	text-align: right;
}

.velocidade-text button{
	background: #264b1f;
    color: white;
}

.presentation-id{
	width: 90%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

body{
	background: black;
}

.presentation-id .big-phrase{
    text-align: left !important;
    font-size: 2em;
    color: white;
}

.presentation-id .oxinfo{
    position: absolute;
    top: 45px;
    width: 34%;
    right: 0;
}

.presentation-id .small-phrase{
    text-align: left;
    width: 60%;
    /* font-size: 1.4em; */
}

.presentation-id .small-phrase-2{
    text-align: center;
    width: 60%;
    font-size: 1em;
    margin: 0 auto;
}

.presentation-id button{
    background: #d54026;
    color: white;
}

.leftbtn{
	text-align: left;
}

hr.pink{
    border-color: #90016a;
}

.presentation-id .vid {
	text-align: center;
	font-size: 1.3em;
}

.presentation-id .vid video{
	width: 600px;
	z-index: -1;
	position: relative;
}

.social-networks{
	text-align: center;
	margin: 0 auto;
}

.social-networks a{
	margin: 10px;
	padding: 5px;
}

.middle-content video{
	width: 100%;
	max-width: 500px;
}

.middle-content{
	background: black;
	padding-bottom: 70px;
	text-align: center;
	padding-top: 50px;
}

.faq {
	padding: 40px;
	/* background-color: white; */
}

.faq-item {
    margin: 40px 0;
    padding-bottom: 20px;
}

.faq-question {
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 10px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-answer {
    color: #FFC107;
}

.social-network {
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.social-networks {
  /* width: 120px; */
  margin-bottom: 40px;
  opacity: 0.9;
}

.social-content {
  max-width: 700px;
  margin: 0 auto;
}

.title {
  font-size: 1.8rem;
  margin-bottom: 40px;
  border-bottom: 2px solid #ff4444;
  display: inline-block;
  padding-bottom: 8px;
}

.phase {
  margin-bottom: 32px;
}

.phase h3 {
  font-size: 1.2rem;
  color: #ff4444;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.phase p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}
