/*
Custom CSS
*/

footer {
  background-color: #333;
  padding: 30px;
}

p {
  font-size: 1.3em;
}

.social li .a-instagram:hover {
  background: #bc2a8d;
  color: #fff;
  border-color: #bc2a8d;
}

.btn {
  padding:0 20px 0 20px;
  font-size: 20px;
}

.btn:hover {
  background-color: #0edc84;
  transition: all 0.8s ease 0s;
}

.welcome-message h1 {
    font-size: 75px;
    text-transform: uppercase;
    font-weight:800;
    margin-bottom: -20px;
    
}

.welcome-message h2 {
  font-size: 1.7em;
  line-height: 1.3em;

}

.slogan {
  font-size: 1.7em;
  padding: 30px;
  line-height: 35px;
}

.badi-green {
  color: #0edc84;
  font-weight:800;
}

.black {
  color: #000;
}

.strong {
  font-weight: 800;
}

.not-too-strong {
  font-weight: 700;
  line-height: 40px;

}

.grey-background {
  background-color: #f9f9f9;;
}

.unete {
  background-color: #0edc84;
}

.unete h2, .unete p {
  color: #fff;
}

.top-buffer {
  margin-top:50px;
}

.confirmation-button {
  height: 49px;
}

.top-margin-offset {
  margin-top: 20px;
}

.link-badi-verde{
    color: #0edc84;
}

.button-get-started{
    font-size: 30px;
    padding: 15px 75px 15px 75px;
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    border-radius: 100px;
    margin-top: 15px;
}

.button-get-started:hover {
    background-color: #f6ca7b;}

.footer-center{
    text-align: center;
}

.a:hover{
    color: #f5a831;
}

.button-footer{
    font-size: 30px;
    padding: 15px 75px 15px 75px;
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.15);
    border-radius: 100px;
    margin-top: 15px;
}

.button-footer:hover {
    background-color: #f6ca7b;
}

.header-logo {width:  150px;}

a:hover, a:focus {
    color: #f5a831;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f5a831;
}

.navbar-default.affix .navbar-nav > li > a:hover, .navbar-default.affix .navbar-nav > li > a:active, .mobile-nav-overlay ul li a:hover, .mobile-nav-overlay ul li a:active, .mobile-nav-overlay ul li a:focus, .navbar-nav .active .fa-times:hover, .navbar-nav .active .fa-times:active, .navbar-nav .active .fa-times:focus {
    color: #f5a831;
}

@media (max-width: 992px) {
    .mobile-hide{ display: none !important; }
    .resize-logo-footer{height: 75px; padding-bottom: 10px;}
}

@media (min-width: 992px) {
    .mobile-show{ display: none !important; }
    .footer-resize {height: 100px;}
    .campus-manager-align-center {width: 50%;}
}
@media (min-width: 992px) {
  .top-margin-offset {margin-top: -250px;}
}

@media only screen and (max-width: 760px) {
    .mobile-text-center{text-align: center; padding: 15px;}
    .titulo-pequeno{font-size: 3em !important;}
}

@media (min-width: 768px)
.btn-align-footer {
    margin-top: 40px;
    margin-bottom: -150px;
}

@media (max-width: 600px) {
    body{font-size: 1em}
    h1{font-size: 5em}
    h2{font-size: 2.5em}
    h3{font-size: 1.5em}
    h4{font-size: 0.1em}
    p{font-size: 1.5em}
    .not-too-strong {font-weight: 700;line-height: 2em;}
    .header-logo {width: 50%}
}

