﻿/* CONTAINER DO LAYOUT 3*/

.container-l3 {
    padding-top: 30px;
    background-image: url('images/ALL/backgrounds/snow_@2X.png');
    min-height: 720px;
}

.container-l3 ul li,
.container-l3 p,
.container-l3 p > span {
    color: #777;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: justify;
}

.container-l3 p { font-size: 15px !important; }

.container-l3 ul li { font-size: 15px !important; }

.container-l3 span.topico-conteudo {
    color: #222;
    font-size: 18px;
}

/* CABEÇALHO */

.header-l3 {
    font-size: 12px;
    min-height: 80px;
    padding-left: 0;
}

.header-l3 a { color: #34ac98; }

.header-l3 h1 {
    color: #34ac98;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
}

.header-l3 h5 {
    color: #4e4e4e;
    font-size: 14px;
}

.header-l3 h4 { font-size: 18px; }

.header-l3-jur h1 { padding-top: 60px; }

.header-l3-jur p {
    color: #777;
    font-size: 15px;
    max-width: 800px;
    padding-left: 0;
}

/* END CABEÇALHO */



/* CONTEÚDO */

.conteudo-left-l3 { margin-left: 100px; }

.conteudo-l3,
.conteudo-left-l3 {
    margin-top: 20px;
    max-width: 860px;
    min-height: 460px;
    padding: 0 30px;
    width: 100%;
}

.conteudo-l3 {
    background: #fff;
    border: 1px solid #ddd !important;
    margin: 0 80px 40px 0;
    min-height: 640px;
    position: relative;
}

.conteudo-l3 .form-horizontal label {
    text-transform: uppercase;
}

.conteudo-l3:after {
    background: #ddd;
    bottom: -5px;
    content: '';
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: -1;
}

.conteudo-l3 h3 {
    font-size: 20px;
    padding: 10px 0;
}

.conteudo-l3 hr { margin: 10px 0; }

.conteudo-l3 .col-md-12 { padding-top: 10px; }

.conteudo-l3 p { padding: 5px 0 5px 0; }

.c-jur {
    margin-top: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.c-jur label {
    font-family: Calibri !important;
}


.topico-numerico { list-style-type: decimal; }

.conteudo-l3 span.quebralinha20px,
.conteudo-l3 span.quebralinha10px,
.conteudo-l3 span.quebralinha5px,
.conteudo-l3 span.quebralinha2px { display: block; }

.conteudo-l3 span.quebralinha20px { padding-top: 20px; }

.conteudo-l3 span.quebralinha10px { padding-top: 10px; }

.conteudo-l3 span.quebralinha5px { padding-top: 5px; }

.conteudo-l3 span.quebralinha2px { padding-top: 2px; }



/* FORMULÁRIO MAIOR */

.form-large { margin: 0; }

.form-large select,
.form-large input[type="email"],
.form-large input[type="radio"],
.form-large input[type="text"],
.form-large input[type="password"],
.form-large textarea,
.form-large .textarea-editor {
    -ms-border-radius: 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.form-large label { color: #777; }

.form-large .alert-cob a {
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #34ac98;
    font-size: 16px;
    outline: none;
    transition: 0.5s ease;
}

.form-large a:hover {
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #21695d;
    outline: none;
    transition: 0.5s ease;
}

.form-large input[type=text],
.form-large input[type=email],
.form-large input[type=datetime],
.form-large input[type=number],
.form-large select,
.form-large .btn-file {
    color: #555;
    min-height: 45px;
}

.form-large input[type=text],
.form-large input[type=email],
.form-large input[type=datetime],
.form-large input[type=number],
.form-large select,
.form-large .btn-file,
.form-large textarea {
    color: #555;
    font-size: 13px !important;
}

.form-large .btn-file span {
    color: #fff;
    font-size: 14px;
}

/* END FORM MAIOR */



/* UNIDADES */

.btn-unidade-matriz,
.btn-unidade { display: block; }

.btn-unidade { width: 100%; }

.btn-unidade-matriz { width: 100%; }

.conteudo-l3 p > span.unidade-titulo {
    color: #444;
    font-size: 22px;
}

.conteudo-l3 p > span.unidade-endereco {
    font-size: 13px;
    text-align: justify;
}

.conteudo-l3 p > span.unidade-telefone { font-size: 16px; }

.conteudo-l3 p > span.unidade-email { font-size: 12px; }

.conteudo-l3 p > span.titulo-endereco { font-size: 12px; }

.conteudo-l3 p > img.cliente-img,
.conteudo-l3 p > img.parceiro-img {
    height: 45px;
    width: 45px;
}

.conteudo-l3 a span {
    color: #fff;
    float: right;
}


.row .bloco-unidades {
    padding-bottom: 30px;
    padding-top: 30px;
}

/* END UNIDADES */



/* MENU */

.left-menu-toggle {
    float: left;
    height: 36px;
    left: 0;
    margin-top: 50px;
    position: absolute;
    width: 36px;
}

.oculta-left-menu { display: none; }


.list-active {
    background: #f6f6f6 !important;
    border-bottom: 1px solid #34ac98 !important;
    border-left: 8px solid #34ac98 !important;
    text-transform: uppercase;
    font-weight: 600;
}

.list-active a { color: #34ac98 !important; }



/* MENU LATERAL */

#wrapper {
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}

#wrapper.toggled { padding-left: 250px; }

.menu-aempresa li { max-height: 30px; }

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    font-family: Calibri;
    font-size: 16px;
    height: 100%;
    left: 250px;
    margin-left: -250px;
    margin-top: 95px;
    overflow: hidden;
    position: fixed;
    transition: all 0.5s ease;
    width: 0;
}

#wrapper.toggled #sidebar-wrapper { width: 250px; }

#page-content-wrapper {
    padding: 15px;
    position: relative;
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -250px;
    position: absolute;
}



/* Sidebar Styles */

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 250px;
}

.sidebar-nav li {
    background-color: #fff;
    line-height: 40px;
    margin-bottom: 2px;
    margin-top: 2px;
    text-indent: 20px;
}

.sidebar-nav li:first-child {
    background-color: transparent;
    line-height: 40px;
    margin-bottom: 1px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #525252;
    display: block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; /**/
    font-size: 14px;
    outline: none;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    background: #fafafa;
    color: #68b0a3;
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus { text-decoration: none; }

.sidebar-nav > .sidebar-brand { font-weight: bold;}

.sidebar-nav > .sidebar-brand a { color: #444; }

.sidebar-nav > .sidebar-brand a:hover {color: #444; background-color: transparent;}


/* VAMOS NEGOCIAR */

img.vamosnegociar-img {
    -moz-filter: alpha(opacity=100);
    -moz-transition: 0.5s ease;
    -ms-border-radius: 2px;
    -ms-opacity: 1;
    -ms-transition: 0.5s ease;
    -o-filter: alpha(opacity=100);
    -o-transition: 0.5s ease;
    -webkit-filter: alpha(opacity=100);
    -webkit-transition: 0.5s ease;
    border-bottom: 5px solid #34ac98;
    /*border-radius: 2px;*/
    filter: alpha(opacity=100);
    opacity: 1;
    padding: 0;
    transition: 0.5s ease;
    width: 100%;
}

img.vamosnegociar-img:hover {
    -moz-filter: alpha(opacity=95);
    -moz-transition: 0.5s ease;
    -ms-opacity: 0.95;
    -ms-transition: 0.5s ease;
    -o-filter: alpha(opacity=95);
    -o-transition: 0.5s ease;
    -webkit-filter: alpha(opacity=95);
    -webkit-transition: 0.5s ease;
    filter: alpha(opacity=95);
    opacity: 0.95;
    transition: 0.5s ease;
}

.btn-vamosnegociar,
.btn-trabalheconosco {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #34ac98;
    border: 1px solid #34ac98;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.btn-trabalheconosco:hover,
.btn-trabalheconosco:active,
.btn-vamosnegociar:hover,
.btn-vamosnegociar:active {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #2a8677;
    border: 1px solid #2a8677;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

/* END VAMOS NEGOCIAR */



/* A EMPRESA - QUEM SOMOS */

img.quemsomos-img {
    left: 50%;
    margin-left: -20%;
    max-width: 40%;
    position: relative;
}

/* END QUEM SOMOS */




  .bubble {
    position: relative;
      width: 100%;
      height: auto;
    padding: 0px;
    background: -webkit-linear-gradient(90deg, #369CCF 5%, #31708F 100%);
    background: -moz-linear-gradient(90deg, #369CCF 5%, #31708F 100%);
    background: -ms-linear-gradient(90deg, #369CCF 5%, #31708F 100%);
    background: linear-gradient(180deg, #31708F 5%, #369CCF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31708F', endColorstr='#369CCF');
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 0px #616161;
    -moz-box-shadow: 2px 2px 10px 0px #616161;
    box-shadow: 2px 2px 10px 0px #616161;
}

  .bubble:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #369ccf transparent;
    display: block;
    width: 0;
    z-index: 1;
}






/* MEDIA */

@media (max-width: 448px) {
    .header-l3 h1::before { /* TÍTULO EFFECT */
        width: 40px !important;
    }

    /* DIMENSÕES */
    #page-content-wrapper,
    .container-fluid,
    .conteudo-left-l3 {
        margin: 2px;
        padding: 3px;
    }

    .conteudo-l3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-l3 h1 { /* TEXTO DO HEADER */
        font-size: 22px;
    }


    .conteudo-l3 h3, /* TEXTO DO CONTEÚDO */
    .conteudo-l3 span.topico-conteudo { font-size: 16px !important; }

    .conteudo-l3 p { font-size: 12px !important; }

    .conteudo-l3 ul {
        margin-top: 5px;
        padding-left: 12px;
    }

    .conteudo-l3 ul.topicos li {
        font-size: 12px !important;
        text-align: left;
    }
}


@media (max-width: 928px) {
    .form-large input[type="email"],
    .form-large input[type="datetime"],
    .form-large input[type="radio"],
    .form-large input[type="text"],
    .form-large input[type="password"],
    .form-large input[type="number"],
    .form-large select,
    .form-large textarea { max-width: 500px; }
}


@media (max-width: 840px) {
    .form-large input[type="email"],
    .form-large input[type="datetime"],
    .form-large input[type="radio"],
    .form-large input[type="text"],
    .form-large input[type="password"],
    .form-large input[type="number"],
    .form-large select,
    .form-large textarea { max-width: 380px; }
}


@media (min-width: 768px) {
    #wrapper { padding-left: 250px; }

    #wrapper.toggled { padding-left: 0; }

    #sidebar-wrapper { width: 250px; }

    #wrapper.toggled #sidebar-wrapper { width: 0; }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        margin-right: 0;
        position: relative;
    }
}


