/* Bootstrap */
.navbar {
    background: rgba(255,255,255,0.5);
    border: transparent;
    margin-bottom: 0;
    min-height: 60px !important;
}

.navbar ul, .navbar ul li, .navbar ul li a {
    min-height: 60px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #273a86;
}

.btn-primary {
    background-color: #273a86;
    color: #fff;
    border-color: #273a86;
}

table thead {
    background-color: #273a86;
    color: #fff;
}

/* Estilos */
body {
    font-family: 'Encode Sans Expanded', sans-serif;
    color: #717171;
}

header {
    margin-top: -60px;
}

section {
    padding: 60px 0;
}

section h1 {
    margin-bottom: 20px;
}

h1 {
    color: #273a86;
}

address h4 {
    color: #273a86;
    font-size: 2em;
}

address p {
    margin: 0;
}

footer {
    background-color: #273a86;
    padding: 40px 0;
    color: #fff;
    margin: 0;
    margin-top: -4px;
}

footer p {
    margin: 0;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    text-decoration: none;
    color: #f5f5f5;
}

.logo-footer img {
    width: auto;
    height: 70px;
    margin-bottom: 10px;
}

.menu {
    background: rgba(255,255,255,0);
    height: 60px;
    position: relative;
    z-index: 10;
}

.logo img {
    margin-top: -10px;
}

.full-img img {
    width: 100%;
    height: auto;
}

.logo-home {
    width: 100%;
    height: auto;
    background: rgba(255,255,255,0.5);
    text-align: center;
    position: absolute;
    top: 30%;
    padding: 20px 0;
}

.logo-home h1 {
    font-size: 2.2em;
}

.btn-transparente {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: 10px 15px;
}

.btn-transparente:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #273a86;
}

.bloco {
    background-image: url("../imgs/bck-block.jpg");
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0;
}

.servicos-ul ul { 
    list-style: none;
}

.servicos-ul { 
    column-count: 2;
}

.pacotes-callcenter {
    background-image: url("../imgs/bck-pacotes-01.jpg");
    background-size: cover;
}

.pacote-callcenter {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pacote-callcenter p {
    margin: 0;
    font-weight: bold;
}

.pacote-callcenter h3 {
    font-size: 1.52em;
}

.pacote-callcenter h3 > small {
    color: #fff;
}

.bg-cinza {
    background-color: #f5f5f5;
}

.cliente {
    padding: 5px;
}

.cliente img {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 10px;
}

.form-atendimento {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}

.sociais {
    display: none;
}

.sociais ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sociais ul li {
    display: inline-block;
    margin: 0 10px;
}

.sociais ul li a {
    display: block;
    font-size: 3em;
    text-decoration: none;
    color: #fff;

}

.querosite img {
    width: 100px;
    height: auto;
    margin: 20px 0;
}


/*Tablet*/
@media(max-width:1030px) {
    .logo-home {
        width: 100%;
        height: auto;
        background: rgba(255,255,255,0.5);
        text-align: center;
        position: absolute;
        top: 20%;
        padding: 20px 0;
    }

    .logo-home img {
        width: auto;
        height: 70px;
    }
}

/*Smartphone*/
@media(max-width:640px) {
    .navbar {
        background: rgba(255,255,255,0.9);
        border: transparent;
        margin-bottom: 0;
        min-height: 60px !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .logo-home {
        width: 100%;
        height: auto;
        background: rgba(255,255,255,0.5);
        text-align: center;
        position: absolute;
        top: 28%;
        padding: 20px 0;
    }

    .logo-home img {
        width: auto;
        height: 90px;
    }

    .logo-home h1 {
        font-size: 1.2em;
    }

    .logo img {
        width: auto;
        height: 40px;
        margin-top: -5px;
    }

    .navbar-toggle {
        margin-top: 11px;
    }

    .servicos-ul { 
        column-count: 1;
    }

    address {
        text-align: center;
        padding: 20px;
    }
    
    address a {
        padding: 10px 15px;
        background-color: #fff;
        border-radius: 5px;
        display: block;
    }

    address p {
        margin-bottom: 20px;
    }

    .form-atendimento {
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 0;
    }

    .facebook {
        margin-top: 30px;
    }

    .bloco {
        background-image: url("../imgs/bck-block.jpg");
        background-attachment: fixed;
        background-size: cover;
        padding: 120px 0;
    }

    .querosite img {
        width: 100px;
        height: auto;
        margin: 20px 0;
    }
}