/*          LAYOUT
------------------------------------------- */
html,body{
    overflow-x: hidden;
    color: black;
}

body{
    font-family: Helvetica, Arial, sans-serif;
    color: black;
     background-position: absolute;
}

#home{
    display: flex;
    color: black;
    justify-content: center;
    justify-self: center;
    align-items: center;
    
}

#nosconectados{
    color: black;
}

#home h3,h4{
    margin-bottom: 40px;
}

.botao-um{
 margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#destaque{
    margin-top: 100px;
    width: 100%;
    background: #07A0F6;
    padding-top: 20px;
    padding-bottom: 20px;
}

#destaque h5{
    font-weight: lighter;
    letter-spacing: 0em;
}

#conteudo{
    color: black;
}

#conteudo .cont-two{
    margin-top: 100px;
    margin-bottom: 100px;
}

/*          BARRA DE NAVEGAÇÃO
------------------------------------------- */
nav.navbar-transparente{
    background: rgba(8, 8, 8);
    box-shadow: black;
    border-bottom-color: black;
    padding: 15px 0px;
}


.navbar-light .navbar-nav .nav-link{
    color: white;
    padding: 9px;

}

.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);
}

.navbar-light .navbar-brand i:hover{
    color: #9bf0e1;
}

.divisor{
    width: 1px;
    background: rgb(136, 131, 131);
    margin: 12px 15px;
}

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

.btn-azul{
    background: #07A0F6;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
}

.btn-azul:hover{
    background: #23FFF0;
    color: white;
}

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

.btn-branco:hover{
    background-color: white;
    color: black; 
}
/*          ESTRUTURA DE CONTEÚDOS
------------------------------------------- */
footer p {
    font-size: 14px
}

footer h3{
    color: white;
}
.container-fluid {
    background-color: #4527A0
}

.top-part {
    background-color: #512DA8
}

.center-content {
    margin-top: 120px;
    margin-bottom: 120px
}

.btn-pink {
    border-radius: 0;
    background-color: #FF4081;
    color: #fff !important;
    letter-spacing: 2px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px
}

.btn-pink:hover {
    background-color: #F50057
}

.line {
    border-top: 1px solid #7B1FA2;
    width: 90% !important
}

.fa-mobile {
    font-size: 20px;
    margin-left: 100px;
}

#contact {
    font-size: 15px;
}

.grey-text {
    color: lightgrey
}

#info-nosconectados{
    margin-top: 130px;
    color: black;
}
/*          TIPOGRAFIA
------------------------------------------- */
h1{
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 50px;
    color: black;
}

h2{
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -0.04em;
}

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

h4{
    color: black;
}


.js .anime {
	opacity: 0;
	transform: translate3D(-50px, 0px, 0px);
}

.js .anime-init {
	opacity: 1;
	transform: translate3D(0px, 0px, 0px);
	transition: .3s all ease;
}

#mouse {
	display: block;
	width: 22px;
	height: 40px;
	border-radius: 20px;
	border: 4px solid #8844EE;
	text-align: center;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 20px;
	margin: 0 auto;
}

#mouse::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 8px;
	position: relative;
	border-radius: 4px;
	background: #8844EE;
	animation-name: mouse;
  animation-duration: .7s;
	animation-iteration-count: infinite;
}

@keyframes mouse {
	from {
		top: 0px;
	}
  to {
		top: 6px;
	}
}

@media (max-width: 575.98px) {
    #home{
        margin-top: 50px;
    }
    #conteudo{
        margin-top: 100px;
    }
    #home .botao-um{
        justify-content: center;
        align-self: center;
        align-content: center;
        justify-self: center;
        justify-items: center;
        margin-bottom: 50px;
    }
    
    .botao-um{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .navbar-light .navbar-brand i{
        padding: 2px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px)  {
    h1{
        font-size: 4em;
    }
    h4{
        font-size: 2em;
    }
    .btn-custom{
        margin: 10px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px){
    h1{
        font-size: 5em;
    }
    h4{
        font-size: 2em;
    }
    img{
        width: 300px;
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1{
        font-size: 6em;
    }
    img{
        width: 350px;
        height: 350px;
    }
}

@media (min-width: 1200px) {
     h1{
        font-size: 7em;
    }
    
}

