@import url("twb-bootstrap.css");
@import 'https://fonts.googleapis.com/css?family=Quattrocento';
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Quattrocento', serif;
    font-weight: 300;
    /*text-transform: uppercase;*/
    color: #fff;
    margin-bottom: 80px;
    padding-top: 79px;
    background: #292931 url(../images/bg-pages.png) no-repeat top center;
    background-size: cover;
}

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

a {
    color: #fff;
    transition-property: color;
    transition-duration: .5s;
}

a:hover,
a:focus {
    color: #ccbf91;
}

p {
    font-size: 16px;
    text-align: justify;
    /*word-break: break-all;*/
    line-height: 28px;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

h2 {
    color: #ccbf91;
}

.banner,
.sobre-nos,
.nossas-empresas,
.contato {
    padding-bottom: 80px;
}

.e-mail {
    text-transform: lowercase !important;
}

.idiomas { margin-left: -15px; margin-right: -15px; }
.idiomas ul {  background:#535362; margin-bottom: 0; padding: 4px 15px; text-align: center; }
.idiomas ul li { display: inline-block; list-style: none; }
.idiomas img { width: 30px; }

.navbar-inverse .navbar-nav > li > a > i {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    background: #fff;
    color: #43434f;
}

.navbar-inverse .navbar-nav > li > ul {
    display: none;
    list-style-type: none;
    padding-left: 0;
    background: #292931;
}

.navbar-inverse .navbar-nav > li:hover > ul {
    display: block;
}

.navbar-inverse .navbar-nav > li:hover > ul li {
    padding: 10px 15px;
}

.navbar-inverse .navbar-nav > li > ul > li > a {
    display: block;
    color: #FFF;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > ul > li > a:hover {
    text-decoration: none;
    color: #ccbf91;
}
/* Menu Header */

.banner {
    display: flex;
    justify-content: center;
    /*background: url(../images/bg-index.png) no-repeat top center; background-size: cover;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner img {
    width: 75%;
}
/* Página (Index - Banner) */

.box-twb {
    background: rgba(30, 30, 36, 0.3);
    padding: 40px;
}
/* Página (O Grupo) */

.servicos > .box-servicos {
    background-color: rgba(30, 30, 36, 0.8);
    padding: 20px;
    /*text-transform: uppercase;*/
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.servicos > .box-servicos > h2 {
    margin: 0;
    font-size: 100%;
    color: #FFF;
}

.servicos > .box-servicos:hover > .box-conteudo {
    display: block;
}

.servicos > .box-servicos > .box-conteudo {
    margin: 20px -20px -20px -20px;
    padding: 35px;
    background: #FFF;
    color: #43434f;
    display: none;
}
/*Página (Serviços) */

.nossas-empresas ul {
    width: auto;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.nossas-empresas ul li {
    background: rgba(30, 30, 36, 0.3);
    width: 100%;
    margin-bottom: 6px;
    padding: 30px;
    transition-property: background;
    transition-duration: .8s;
}

.nossas-empresas ul li:hover {
    background: rgba(255, 209, 46, 0.8);
}

.nossas-empresas ul li img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
}

.nossas-empresas ul li ul li p {
    color: #fff;
}

.nossas-empresas ul li:hover ul {
    display: block;
}

.nossas-empresas ul li ul {
    display: none;
    margin-top: 15px;
}

.nossas-empresas ul li ul li {
    background: none;
    color: #666;
    border-bottom: 0;
    padding: 0;
}

.haus {
    width: 35% !important;
}

.go-mall {
    width: 75% !important;
}

.olive {
    width: 60% !important;
}
.wish {
    width: 55% !important;
}
/* Página - (Nossas Empresas) */

.box-info {
    font-size: 18px;
    margin-bottom: 5px;
    background: #1e1e24;
    padding: 30px;
    border-radius: 3px;
    text-align: center;
}

.tel,
.mail {
    position: relative;
    text-transform: lowercase;
}

.tel::before {
    content: "\f095";
    font-family: FontAwesome;
}

.tel::before,
.mail::before,
.local::before {
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #4d4d5e;
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
}

.mail::before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 14px;
}

.local::before {
    content: "\f1ad";
    font-family: FontAwesome;
}

.local {
    font-size: 13px !important;
    text-align: left;
}

.form-twb {
    margin-top: 30px;
    margin-bottom: 30px;
}

.input-lg,
.btn-lg {
    border-radius: 3px;
}

::-webkit-input-placeholder {
    color: #1e1e24 !important;
}

:-moz-placeholder {
    color: #1e1e24 !important;
}

::-moz-placeholder {
    color: #1e1e24 !important;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 30, 36, 0.3);
    font-size: 12px;
    text-align: center;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .idiomas ul { background: transparent; margin-top: 16px; float: right; padding-left: 20px; }
    
    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .navbar-right > li > a {
        padding-top: 25px;
    }
    .navbar-inverse .navbar-nav > li > ul {
        position: absolute;
        width: 240px;
    }
    .navbar-right {
        display: none;
    }
    /* Menu Header */
    .banner img {
        width: 35%;
    }
    /* Página (Index - Banner) */
    .box-twb {
        background: rgba(30, 30, 36, 0.3);
        padding: 60px;
    }
    /* Página (O Grupo) */
    .servicos > .box-servicos {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        float: left;
        width: 20%;
        height: 200px;
        line-height: 160px;
        text-align: center;
        cursor: pointer;
        transition-property: background;
        transition-duration: .8s;
    }
    .servicos > .box-servicos:hover {
        background: rgba(255, 209, 46, 0.8);
    }
    .servicos > .box-servicos > .box-conteudo {
        position: absolute;
        left: -1px;
        top: 199px;
        line-height: 28px;
        width: 300%;
        height: auto;
        margin: 0;
        text-align: left;
        font-size: 18px;
        padding: 50px;
        z-index: 10;
    }
    .servicos > .box-servicos > .box-conteudo.box-5 {
        left: inherit;
        right: -1px;
    }
    .servicos > .box-servicos > .box-conteudo.box-left-bottom {
        left: 100%;
        right: 0%;
        top: -44%;
    }
    /* Página (Serviços) */
    .nossas-empresas ul li {
        width: 20%;
    }
    /*.nossas-empresas ul li:first-child ul { display: block; }*/
    .nossas-empresas ul li ul {
        padding: 40px 60px;
        border-left: 1px solid #3e3e46;
        position: absolute;
        top: 0;
        left: 20%;
        right: 30%;
        bottom: 0;
    }
    .nossas-empresas ul li ul {
        background: rgba(30, 30, 36, 0.3);
        margin-top: 0;
    }
    .nossas-empresas ul li:hover ul {
        border-left: 1px solid rgba(255, 209, 46, 0.8);
        transition-property: border;
        transition-duration: 1s;
    }
    .nossas-empresas ul li ul li {
        width: 100%;
        background: none !important;
    }
    .nossas-empresas ul li ul li h1 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .form-twb {
        margin-top: 0;
        margin-bottom: 0;
    }
    footer {
        text-align: left;
    }
}

@media (min-width: 992px) {
     .idiomas ul { padding-left: 40px; }
    .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-right {
        display: block;
    }
    /* Menu (Header)*/
    .servicos > .box-servicos > .box-conteudo {
        width: 200%;
    }
    /* Página (Serviços - Box Conteúdo) */
    .nossas-empresas ul li ul li h1 {
        font-size: 32px;
    }
    .nossas-empresas ul li ul li p {
        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand {
        margin-right: 50px;
    }
    /* Menu (Header)*/
}