#navigation {
    background-color: #eaeaea;
}

.logotipo {
    width: 100%;
    max-width: 170px;
}

.navbar-inverse .navbar-brand {
	padding: 5px 0;
}

.navbar-inverse.navbar-fixed-top.animated-header .navbar-brand .logotipo {
	max-width: 225px;
}

.navbar-inverse.navbar-fixed-top.animated-header .navbar-brand {
	padding: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a.current {
    color: #1c7095;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #00a0e6;
}

.portfolio-item {
	max-height: 240px;
}

.portfolio-item .img-responsive{
	width: 100%;
}


#about .welcome-block img {
    background-color: #a4d6ecfa;
}

.spacement {
	display: -webkit-box;
    margin: 0 0 40px 0;
}

.price-table .value {
    padding: 20px 0 0 0;
}

.price-table ul li.buy-followers {
	border: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-radius: 7px;
    padding: 25px 0;
    margin: 0 15px 25px 15px;
    background-color: #299a77;
}

.price-table ul li.buy-followers p {
	color: #fff;
	font-weight: 900;
}

.price-table ul li.buy-followers:hover {
    cursor: pointer;
}

#duvidas-frequentes {

}

.modal-body .radio input[type=radio] {
    margin-left: 0;
}

h4.logotipo-footer {
    float: none;
    text-align: center;
}

.bloqued {
    pointer-events: none;
    opacity: 0.4;
}

.content-gain {
    padding: 70px 0 40px 0;
    width: 100%;
    background-color: #3c94bd;
    color: #fff;
}

.content-gain p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.content-gain h2 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px; 
}

h2 strong {
    background-color: #eaeaea;
    border-radius: 15px;
    color: #277092;
    padding: 0 20px;
}

.slide-caption .btn.ganhar {
    background-color: #18a2e3;
}

.slide-caption .btn.ganhar, .slide-caption .btn.comprar {
    margin: 50px 30px 0 30px;
    border-radius: 10px;
}

.text {
    max-width: 800px;
    margin: 0 auto;
}

.text p {
    font-size: 18px;
    font-weight: 300;
}

.slide-caption .caption-content {
    padding-top: 100px;
}

.celular-instagram {
    max-width: 560px;
    width: 100%;
    top: 70px;
    position: relative;
}

.btn-ganhar-seguidores {
    padding: 25px;
    border-radius: 10px;
    background-image: linear-gradient(#2d7715, #15c371);
    margin: 40px auto 30px auto;
    border-color: #279338;
    display: block;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.formulario {
    margin-top: 100px;
    margin-bottom: 100px;
}

.passo1, .passo2 {
    margin-bottom: 20px; 
}

html {
  scroll-behavior: smooth;
}

.msg-newsletter, .msg {
    position: absolute;
    margin-top: 3px;
}

.form-group {
    margin-top: 15px;
    margin-bottom: 0;
}

.buttons {
    margin-top: 32px;
}

img.seguro, img.protegido {
    max-width: 200px;
    margin: 0 30px 0 0;
}

.footer-ganhar {
    color: #fff;
}

.termos-de-uso {
    line-height: 4;
}

.termos-de-uso span {
    font-weight: 900;
}

.btn.termos {
    background-color: #337ab7;
    color: #fff;
}

/* Responsive */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .caption-content h2, footer h2 strong, footer h2 span {
        font-size: 4vw;
    }

    .caption-content p {
        font-size: 4vw;
    }

    .caption-content h2 strong {
        font-size: 4vw;
    }

    .btn-ganhar-seguidores {
        font-size: 18px;
        margin: 105px auto 30px auto;
        padding: 10px;
    }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

