/* Layout
-----------------------------*/
html, body, #home {
	height: 100%;
	overflow-x: hidden;
}

body {
	background: url(../imgs/fundo\ principal.jpg),
				linear-gradient(50deg,#ff4169,#7c26f8);
	background-attachment: fixed;
	font-family: Helvetica,Arial,sans-serif;
}

/* Barra de navegação
-----------------------------*/
nav.navbar-transparente {
	padding: 15px 0px;
	background: rgba(0,0,0,0.6);
}

.navbar-light .navbar-nav .nav-link {
	color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #9bf0e1;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,0.5);
}

.divisor {
	width: 1px;
	background: white;
	margin: 12px 15px;
}

#area-menu a:link, #area-menu a:visited {
    color: #fff;
    padding: 8px 12px;
}

#area-menu a:hover {
    text-decoration: none;
    color: #7c12f8;
    background: #fff;
}

/* Capa
-----------------------------*/
.capa {
	text-align: center;
}

.btn-custom {
	color: white;
	border-radius: 500px;
	-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
    padding: 10px 20px;
}

.btn-branco {
	border: 2px solid white;
}

.btn-branco:hover {
	background-color: white;
	color: black;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

/* Estrutura conteúdos
-----------------------------*/
.caixa {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}

#servicos {
	background: #ddd;
}

#recursos {
	color: white;
}

#servicos h2, h3 {
	color: #7c25f8;
}

#recursos h2 {
	color: white;
}

#recursos h3 {
	color: #9bf0e1;
}

.albuns {
	padding: 10px 0;
}

.rotacionar {
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
	padding-left: 80px;
}

/* Timeline 
-----------------------------*/

@import url("https://fonts.googleapis.com/css?family=Oswald|Roboto:400,700");

.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: rgba(124, 37, 248, 0.7);
  border-left: 2px solid rgba(124, 37, 248, 0.3);
}
.timeline-item p {
  font-size: 1em;
}
.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: .785rem;
}
.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -7px;
  border-radius: 10px;
  content: '';
  border: 2px solid rgba(155, 84, 255, 0.3);
  background: black;
}
.timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, rgba(124, 37, 248, 0.3) 60%, transparent) 1 100%;
     border-image: -webkit-linear-gradient(top, rgba(124, 37, 248, 0.3) 60%, transparent) 1 100%;
     border-image: linear-gradient(to bottom, rgba(124, 37, 248, 0.3) 60%, transparent) 1 100%;
}



/* Rodapé
-----------------------------*/
footer {
	background: #000;
	padding: 50px 0px 20px 0px;
	position: relative;
}

footer h4 {
	color: #919496;
	font-size: 0.8em;
	text-transform: uppercase;
}

footer .navbar-nav a {
	color: white;
	font-size: 0.8em;
}

footer .navbar-nav a:hover {
	color: #9bf0e1;
	text-decoration: none;
}

footer ul {
	list-style: none;
}

footer ul li {
	float: right;
	margin: 0 5px;
}

/* Tipografia
-----------------------------*/
h1 {
	font-weight: 600;
	letter-spacing: -0.05em;
	margin-bottom: 50px;
	color: white;
}

h2 {
	font-size: 5em;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: white;
}

h3 {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #000;
}

h4{
	color: #000;
}

h6 {
	color: #777;
}

p{ 
	font-size: 1.0em;
	font-weight: 700;
	letter-spacing: -0.04em;
	padding: 0px 34px;
	color: #333;
}

.hr1 {
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, transparent, #555, transparent);  
  }

#servicos a{
	font-size: 1em;
	font-weight: 700;
	letter-spacing: -0.04em;
	text-decoration: none;
	color: #000;
}

#servicos a:hover{
	text-decoration: underline;
	color: #7c12f8;
}

#servicos li {
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: -0.04em;
	list-style-type: none;
}

#servicos h3 {
	text-decoration: underline;
	text-decoration-color: #7c12f8;
}

#servicos li #info span {
	text-decoration: underline;
	text-decoration-color:#7c12f8 ;
}

#servicos img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}

#linha-horizontal {
    width: 300px;
    border: 1px solid #000;
}

#xp img {
	width: 300px;
	height: 200px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.btn-custom {
		margin: 10px 15px;
		font-size: 1em;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	h1 {
		font-size: 3em;
	}
	.btn-custom {
		margin: 10px 15px;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	h1 {
		font-size: 4em;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	h1 {
		font-size: 5em;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	h1 {
		font-size: 6em;
	}
}