/*
Projeto Name: Wikie - Conexión de verdad
Cliente: Wikie
Website: https://wikienet.com
*/


/* ------- Geral ------- */

.img-fluid {
    max-width: 200%;
}

.title {
    font-size: 3.5rem;
    color: #1EA131;
    background-image: linear-gradient(0deg,#D2ECD6 50%,transparent 50%);
    padding: 0 12px;
}
.btn-primary {
    background-color: #036511;
    border-color: #036511;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 35px;
    padding: 10px 15px;
}
.btn-primary:hover {
    background-color: #bbf547;
    border-color: #bbf547;
    color: #303030;
    font-weight: bold;
}
.precos .btn-primary {
    border-radius: 5px;
    background-color: #1EA131;
    border-color: #1EA131;    
}
.precos .btn-primary:hover  {
    background-color: #bbf547;
    border-color: #bbf547;
    color: #303030;
}

/* ------- Cabeçalho ------- */
header { 
    background-color: #1EA131;
    box-shadow: 0px 1px 13px 4px rgba(0, 0, 0, 0.53);
}
.logotipo {
    width: 146px;
    height: 80px;
}
header ul.nav {  margin: 5% }
header ul.nav li.nav-item { 
    color: white;
    text-transform: uppercase;
    border-right: 1px solid #138924;
    padding: 0 15px;
    font-weight: bold;
}
header ul.nav li:last-of-type { border-right: none }
header ul.nav li.nav-item a.nav-link { 
    color: white;
    padding: 12px;
}
header ul.nav li.nav-item a:hover {
    color: white;
    border-radius: 35px;
    background-color:  #bbf547;
    color: #303030;
}
header ul.nav li.nav-item a.ativo {
    background-color: #036511;
    border-radius: 35px;
    font-weight: bold;
}
header ul.nav li.nav-item a.ativo:hover {
    background-color:  #bbf547;
    color: #303030;
}

/* ------- Destaque ------- */
.destaque {
    color: white;
    background: url(../imgs/bg-destaque.png);
}
.icon {
    width: 28px;
    height: 28px;
}
.destaque ul.nav li.nav-item a.nav-link {
    display: inline;
    padding-left: 0.5rem;
}
.destaque ul.nav li.nav-item {
    font-size: 1.6rem;
    padding-bottom: 25px;
}
.destaque ul.nav li.nav-item a { color: white }
.destaque ul.nav li.nav-item a:hover { color: #bbf547 }

.wikinauta ul.list-group { width: 100% }
.wikinauta ul li span { padding-right: 15px }
.wikinauta ul.list-group li { padding: 17px 0 }

.icon-garantia { width: 30% }

.garantia ul.list-group li { padding: 17px 0 }

.testemunhos img.arredondado-verde { border: 2px solid #1EA131 }
.testemunhos .borda-esquerda-verde { border-left: 2px solid #1EA131 }

.testemunhos img.arredondado-roxo { border: 2px solid #542A8D }
.testemunhos .borda-esquerda-roxo { border-left: 2px solid #542A8D }

.testemunhos img.arredondado-laranja { border: 2px solid #FA8200 }
.testemunhos .borda-esquerda-laranja { border-left: 2px solid #FA8200 }

.testemunhos img.arredondado-musgo { border: 2px solid #1EA19A }
.testemunhos .borda-esquerda-musgo { border-left: 2px solid #1EA19A }

.testemunhos img.arredondado-vermelho { border: 2px solid #FF0141 }
.testemunhos .borda-esquerda-vermelho { border-left: 2px solid #FF0141 }

.carousel-control-prev-icon { background: url(../imgs/back-arrow.svg) }
.carousel-control-next-icon { background: url(../imgs/right-arrow.svg) }
.carousel-indicators li { background-color: #1ea131 }

.garantia ul li span { padding-right: 15px }

.coluna-plano-especial { 
    box-shadow: 1px 1px 20px 4px rgba(0, 0, 0, 0.28);
    z-index: 9999;
    margin-top: -15px; 
}
.border-plano-um { 
    border: solid 1px #D4D4D4;
    
}
.border-plano-dois { border-top: none }
.border-plano-tres { 
    border-top: none;
    border-right: solid 1px #D4D4D4;
    border-left: none;
    border-bottom: solid 1px #D4D4D4;
}
.precos .plano {
    background-color: #1EA131;
    color: white;
    padding: 8px 0;
    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 0;
}
.title-big-brown {
    color: #535353;
    font-weight: bold;
    letter-spacing: -1px;
}
img.bonus {margin-top: -55px }
.logotipo-green {
    width: 105px;
    height: 40px;
}
nav.footer a { color: #d4d4d4 }
nav.footer a.nav-link {
    padding-left: 0;
    padding-right: 2rem;
}
nav.footer a:hover { color: #bbf547 }
.telefone {
    font-size: 1.5rem;
    color: #d4d4d4;
}
.social-icon {
    width: 18px;
    height: 18px;
}
.footer hr {
    border-top: 1px solid rgba(138, 138, 138, 0.72) !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
}

@media (max-width: 991px) { 
    .border-plano-um, .border-plano-tres, .border-plano-dois  { border: solid 1px #D4D4D4 }
    .coluna-plano-especial { 
        margin: 30px 0; 
        box-shadow: none;
    }
    header ul.nav { 
        display: block;
        margin: 0 0 30px 0;
    }
    header ul.nav li.nav-item { 
        border-right: none;
        text-align: right;
        margin: 0;
        padding: 0;
    }
    header ul.nav li.nav-item a.ativo, header ul.nav li.nav-item a:hover, header ul.nav li.nav-item a.ativo:hover {
        background-color: #1ea131;
    }
    .navbar-light .navbar-toggler {
        margin-top: 36px;
        border: none;
    }
    .navbar-light .navbar-toggler-icon { background-image: url(../imgs/menu.svg) }
}