/*-------------- NAV BAR----------------*/

.nav-bar {
    height: 450px;
    background-image: url(Consultoria_banner.jpeg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.titulo-banner {
    font: bold 50px 'Urbanist', sans-serif;
    text-align: left;
    width: 65%;
    margin-left: 60px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.5;
    border-left: 3px solid #EA4F3D;
    padding: 0px 30px;
}

header {
    width: 100%;
    margin-bottom: 0px;
}

nav  {
    position: fixed;
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding: 10px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
    z-index: 1000;
    height: auto;
}

nav.sticky {
    background-color: #fff;
    height: auto;
}

.logo-nav img {
    margin: 8px 15px 5px 50px;
    filter: brightness(8.0);
    transition: all 0.5s ease;
}

.menu { 
    right: 0px;
    margin: 0px 20px;
    display: flex;
    justify-content: space-around;
}

nav li{
    display: inline-block;
    margin: 12px auto;
    vertical-align: top;
    width: 230px;
    font-family: 'Urbanist', sans-serif;
}

nav li p{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    transition: all 0.5s ease;
}

.itens a {
    color: #000000;
    display: none;
    margin: 15px 0px;
    text-decoration: none;
    font-size: 16px;
}

nav.sticky .logo-nav img {
    filter: brightness(1.0);
}

nav.sticky ul li p{
    color: #000;
}

nav:hover {
    background: #ffffff;
    height: auto;
}

nav:hover .logo-nav img {
    filter: brightness(1.0);
}

nav:hover ul p {
    color: #000;
}

nav:hover ul a {
    display: block;
}

nav a:hover {
    color: #EA4F3D;
}

/* ----------- NAV MOBILE ---------------*/

#nav-mobile {
    display: none;
}

@media (max-width: 1000px) {
    #nav {
        display: none;
    }

    .nav-bar {
        margin-top: 60px;
    }

    #nav-mobile {
        display: flex;
        position: fixed;
        flex-direction: column;
        align-items: left;
        width: 100%;
        height: auto;
        background-color: #fff;
        z-index: 1001;
        top: 0;
    }

    #btn-mobile, #btnItem {
        background-color: transparent;
        font-family: 'Urbanist', sans-serif;
        font-size: 16px;
        font-weight: bold;
        border: none;
        color: #424242;
        text-transform: uppercase;
        padding: 5px 10px;
    }

    #top-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between ;
        align-items: center;
        box-sizing: border-box;
        padding: 10px;
        margin: 10px;
        height: 60px;
        top: 10px;
    }

    .menu-mobile {
        display: none;
        box-sizing: border-box;
        flex-direction: column;
        position: absolute;
        top: 60px;
        position: absolute;
        background-color: #fff;
        width: 65%;
        height: 100vh;
    }

    #nav-mobile.active .menu-mobile {
        display: block;
    }

    #submenu {
        margin: 10px;
    }

    #dropdown{
        display: flex;
        flex-direction: column;
    }

    #dropdown a {
        padding: 5px 10px;
        font-size: 15px;
    }

    .slideshow-container {
      position: relative;
      margin: auto;
      height: 1080px;
    }
}

/* -------------- MAIN --------------- */

h2 {
   display: inline-block;
   font-family: 'Urbanist', sans-serif;
   font-weight: bold;
   font-size: 34px;
   color:  #424242;
   letter-spacing: 1px;
   border-bottom: 1px solid #EA4F3D;
   padding-left: 60px;
   padding-top: 60px;
   margin-bottom: 40px;
}

p, a {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px; 
    color:  #424242;
    line-height: 1.5;
    text-decoration: none;
}

h3 {
    font: bold 35px 'Urbanist', sans-serif;
    width: 68%;
    margin-left: 60px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 10px;
}

h4 {
    color: #424242;
    font: bold 24px 'Urbanist', sans-serif;
    margin: 15px 0px;
}

.business-overview {
    padding-bottom: 30px; 
}

.overview-text {
    padding: 0px 60px 30px 60px;
    font-family: 'Exo 2', sans-serif;
    width: 85%;
    line-height: 1.5;
}


/* ----------------------- flexbox --------------------*/
.flexbox {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.flexbox li {
    display: flex;
    width: 40%;
    margin: 0px 0px 0px 50px;
    justify-content: left;
    align-items: center;
}

.flexbox li img {
    width: 110px;
    margin: 15px;
}

/*-------------------------- PAGINA CONSULTORIA ----------------------------*/

.consultoria-areas {
    background-color: rgba(237, 237, 237, 0.35);
    padding-bottom: 60px;
}

.areas-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.areas-icon div {
    width: 360px;
    margin: 20px;
}


.areas-icon h4 {
    opacity: 0.7;
    transition: all 0.5s ease;
    text-align: left;
}

.areas-icon img {
    width: 200px;
    margin: 0 auto;
}

.areas-icon div:hover h4 {
    opacity: 1;
}

/*------------------------ PAGINA GERENCIAMENTO & MES -----------------------*/

.diagrama-gestao{
    background-color: rgba(237, 237, 237, 0.35);
    box-sizing: border-box;
    padding-bottom: 30px;
}

.img-gestao {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-gestao img {
    margin: 0px auto;
    width: 75%; 
}

.diagrama-mes{
    background-color: rgba(237, 237, 237, 0.35);
    padding-bottom: 30px;
}

    .mes-desktop {
        display: block;
        width: 80%;
        margin: 10px auto;
    }

    .mes-mobile {
        display: none;
    }

.mes-ilustration{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mes-ilustration img {
    width: 40%;
    margin: 20px auto;
}

/*--------------------------- PAGINA SUPORTE -----------------------*/

.areas-suporte{
    background-color: rgba(237, 237, 237, 0.35);
}

.suporte-ilust {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sup-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 1s ease;
}

.suporte-ilust img{
    max-width: 350px;
}

.areaSup {
    padding: 15px;
    text-align: center;
    border: solid 1px #EA4F3D;;
    border-radius: 20px;
    width: 200px;
}

.sup {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    width: 100%;
}

.sup li {
    width: 33,3%;
    height: 280px;
}

.sup li h4 {
    padding-top: 15%;
}

.sup li h4, .sup li p {
    color: white;
    margin: 10px 25px;
}

.sup01{
    background-image: url(https://i.imgur.com/UFQmfKm.png);
    background-size: cover;
    background-position: center;
    margin: 0;
}

.sup02{
    background-image: url(https://i.imgur.com/NRBJk6h.png);
    background-size: cover;
    background-position: center;
    margin: 0;
}

.sup03{
    background-image: url(https://i.imgur.com/EkT5TW6.png);
    background-size: cover;
    background-position: center;
    margin: 0;
}

/*---------------------------- PAGINA MONITORAMENTO ------------------------------*/

.img-monit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-monit img {
    width: 700px;
    margin-top: 15px;
}

/*---------------------------- GERAL BOTTOM ------------------------------*/

.chamada {
    background-image: url(consult-02.jpeg);
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
}

.chamada h3 {
    line-height: 1.3;
    font-size: 30px;
}

.qualidades {
    padding: 40px 0px;
}

.features {
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features tr {
    width: 40%;
}

.features td {
    vertical-align: middle;
}

.features h4 {
    text-align: right;
}

.features img {
    width: 45%;
    padding: 15px;
    margin: 15px 20px;
    /*border: 1px solid #EA4F3D;
    border-radius: 30px 0px 30px 30px;*/
}

.features p {
    font-family: 'Exo 2', sans-serif;
    line-height: 1.5;
}

.features-02{
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-02 img {
    max-width: 100%;
}

.features-02 p {
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    margin: 10px 60px;
}


/*--------------------- PAGINA ESSTECH ------------------*/

.fotos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.fotos li {
    width: 300px;
    height: 300px;
    margin: 30px 15px 30px 5px;
    border-radius: 70px 0px 70px 70px;
    transition: 0.7s;
}

.foto01 {
    background-image: url(https://i.imgur.com/hgCbzes.png);
    background-size: cover;
}

.foto02 {
    background-image: url(https://i.imgur.com/PZHzymt.png);
    background-size: cover;
}

.foto03 {
    background-image: url(https://i.imgur.com/pw6SkNu.png);
    background-size: cover;
}

.objetivo {
    padding-bottom: 60px;
    background-color: rgba(237, 237, 237, 0.35);
}

.filosofia {
    /*background-color: rgba(237, 237, 237, 0.35);*/
    padding-bottom: 30px;
}

.valores {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px;
    margin-right: 60px;
}

.valores li {
    width: auto;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.valores li img {
    width: 150px;
}

.valores li p {
    text-align: center;
    font-weight: bold;
    margin: 10px;
}

.video-content {
    padding: 30px 0px;
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 60px;
}

.video iframe {
    width: 100%;
    height: 100vh;
}

/*-------------------- PÁGINA MENSAGEM DO CEO --------------------*/

.mensagem{
    width: 70%;
    background-color: rgba(237, 237, 237, 0.35);
    border-radius: 70px 0px 70px 70px;
    margin: 40px 60px;
    padding: 50px;
}

.mensagem p {
    line-height: 1.5;
    font-size: 20px;
    font-family: 'Exo 2', sans-serif;
}

.ceo-nome {
    font-weight: bold;
    color: #EA4F3D;
    margin-top: 20px;
}

.position {
    font-weight: bold;
    color: #424242;
}

.img-ceo img{
    width: 50%;
    border-radius: 70px 0px 70px 70px;
    float: right;
    margin: -50px -90px 50px 30px;
}

.ceo-historia {
    clear: both;
    background-color: rgba(237, 237, 237, 0.35);
    padding: 40px 0px 60px 0px;
}

/* ------------------------ PÁGINA CARREIRAS ------------------------ */

.carreira {
    display: flex;
    align-items: center;
}

#carreira-inverso {
    flex-direction: row-reverse;
}

.conteúdo-carreira, .carreira img {
    width: 50%;
}

.conteudo-carreira {
    margin: 40px;
}

.conteudo-carreira p {
    font-family: 'Exo 2', sans-serif;
    line-height: 1.5;
}

.processo {
    background-color: rgba(237, 237, 237, 0.35);
}

.fluxo-processo {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.fluxo-processo div {
    margin: 5px;
}

.fluxo {
    border: solid 1px #EA4F3D;
    border-radius: 30px 0px 30px 30px;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
}

.fluxo h4 {
    margin: 0;
    margin-top: 10px;
    text-align: center;
    color: #EA4F3D;
}

.fluxo p{
    font-weight: bold;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    line-height: 1.2;
}

.fluxo-seta p{
    margin-top: 70px;
    font-size: 20px;
    font-weight: bold;
}

.sub {
    width: 150px;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 8px;
}

.tipos-beneficios {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 60px;
}

.tipos-beneficios li {
    width: 250px;
    margin: 0px 80px 30px 0px;
}

.tipos-beneficios h4 {
    font-size: 18px;
}

.tipos-beneficios li img {
    width: 100px;
}

/* --------------------- PAGINA CLIENTES -----------------*/

.clientes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 60px;
}

.img-cliente {
    width: 210px;
    height: 210px;
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.8s;
}

.img-cliente img {
    width: 150px;
}

.img-cliente:hover {
    background-color: rgba(237, 237, 237, 0.7);
    border-radius: 40px 0 40px 40px;
}

/*--------------------- PÁGINA CONTATO ------------------------*/

.contactUs {
    margin: 10px 60px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.informacoes-contato {
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
}

.formulario {
    border: solid 1px rgba(230, 230, 230, 1);
    border-radius: 60px 0px 60px 60px;
    margin: 0px auto 60px auto;
    padding: 20px;
    display: block;
    width: 80%;
}

.formulario h4 {
    color: #EA4F3D;
    text-align: center;
}

.formulario fieldset, .formulario form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.formulario input, textarea{
    width: 80%;
    background-color: rgba(237, 237, 237, 0.35);
    border: none;
    border-radius: 20px;
    height: UTO;
    margin: 10px;
    padding: 15px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
}

.formulario .forms-btn{
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #5072AF;
    border-style: none;
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    cursor: pointer;
    height: 50px;
    margin-bottom: 20px;
    transition: all 1s ease;
    width: 300px;
}

.location {
    background-color: rgba(237, 237, 237, 0.35);
}

.mapa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.location iframe {
    width: 80%;
    height: 350px;
    margin: 10px auto 60px auto;
    box-shadow: 3px 4px 6px rgba(230, 230, 230, 1);
}

/* ---------------------PAGINA POLITICAS --------------------------*/

.politicas p, li {
    font-family: 'Exo 2', sans-serif;
    margin: 10px 60px;
    line-height: 1.5;
    font-size: 16px;
}

.politicas h4 {
    margin: 20px 60px;
}

/* ------------------- SECTION CONTATO -------------------------*/

.fale-conosco {
    height: auto;
    background: url(https://i.imgur.com/a37o7cB.png) no-repeat;
    background-position: top right;
    background-size: cover;
    padding: 50px 0px;
}

.fale-conosco p {
    margin: 0px 60px;
    width: 45%;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Exo 2', sans-serif;
    color: black;
}

.btn {
    margin: 20px 20px 20px 60px;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #5072AF;
    border-style: none;
    cursor: pointer;
    transition: all 1s ease;
}

.btn a{
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
}

.btn:hover {
    transform: scale(1.1);
}

.reveal{
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: all 1.5s ease;
}

.reveal.active{
  transform: translateY(0px);
  opacity: 1;
}

/* ---------------- FOOTER ------------------*/

.menu-footer {
    display: flex;
    justify-content: space-between;
    margin-right: 50px;
}

.footer-infos {
    margin: 10px 20px 10px 50px;
    width: 320px;
}

.footer-infos div {
    margin: 15px 0px;
}

.footer-infos p {
    font-size: 15px;
    font-family: 'Urbanist', sans-serif;
}

.contato-infos {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 10px 0px; 
}

.end-menu li {
    display: inline-block;
    margin: 15px;
    vertical-align: top;
    width: auto;
    font-family: 'Urbanist', sans-serif;
    width: auto;
}


.end-menu li p {
    text-transform: uppercase;
    font-weight: bold;
}

.end-menu li a, .end-menu li p {
    display: block;
    font-size: 15px;
    margin: 15px 10px;
    text-decoration: none;
    transition: 0.2s;
}

.end-menu a:hover {
    color: #5072AF;
}

hr {
    margin: 0px 50px;
}

.end {
    display: inline-flex;
    width: 100%;
}

.end p {
    font-size: 14px;
    text-align: center;
    margin-left: 50px;
    margin-top: 25px;
    font-family: 'Exo 2', sans-serif;
    text-decoration: none;
}

.social {
    position: absolute;
    right: 0;
    margin-right: 100px;
}

.social img {
    margin: 20px 0px 20px 15px;
    border-radius: 4px;
}

/*------------ PORTAIS --------------*/

.portal-content, .portal-client {
    height: 100vh;
    width: 100%;
    background-image: url(banner/portal-banner.png);
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.func {
    background-image: url(https://i.imgur.com/wuAtyim.png);
}

.client {
    background-image: url(https://i.imgur.com/mSdDZBH.png);
}

.portal-content h3{
    margin: 10px;
    padding: 10px;
    line-height: 1.2;
}

.portal-content h5 {
    margin-top: 80px;
    font: 25px bold 'Urbanist', sans-serif;
}

.portal-content p {
    color: #fff;
    margin: 10px;
    padding: 10px;
    font-size: 24px;
}

.portal-content form {
    background-color: rgba(237, 237, 237, 0.35);
    padding: 20px;
    border-radius: 30px 0px 30px 30px;
}

.portal-content fieldset {
    display: flex;
    flex-direction: column;
}

.field {
    background-color: transparent;
    border:  none;
    border-bottom: solid 1px #fff;
    margin: 15px;
    font-style: 'Urbanist', sans-serif;
    padding: 8px;
    text-decoration: none;
    color: #fff;
}

.field::placeholder {
    color: white;
}

.btn-portal{
    width: 100px;
    background-color: #EA4F3D;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    margin: 10px;
    color: white;
}


/*------------ mobile --------------*/

@media (max-width: 1000px) {

    .titulo-banner {
        font-size: 32px;
        width: 80%;
        margin-left: 30px;
        color: #fff;
        letter-spacing: 1px;
        line-height: 1.2;
        padding: 0px 15px;
    }

    h2 {
       font-size: 25px;
       padding-left: 30px;
       padding-top: 40px;
       margin-bottom: 40px;
       width: 80%;
       border-bottom: none;
       color: #EA4F3D;
    }

    p, a, li {
        font-size: 15px; 
    }

    .chamada h3, h3 {
        line-height: 1.2;
        font-size: 25px;
        margin-left: 30px;
    }

    h4 {
        font-size: 18px;
    }

    .overview-text {
        padding: 0px 30px;
        width: 80%;
    }

    .areas-icon{
        justify-content: center;
        align-items: center;
    }

    .areas-icon div {
        width: auto;
        margin: 15px;
    }

    .flexbox li {
        width: 80%;
        margin: 15px;
    }

    .flexbox li img {
        width: 100px;
        margin: 5px 10px 5px 5px;
    }

    .flexbox li p {
        margin: 5px;
    }

    .img-gestao img {
        margin: 0px auto;
        width: 85%; 
    }

    .mes-ilustration{
        flex-direction: column;
    }

    .mes-ilustration img {
        width: 80%;
        margin: 10px auto;
    }
    
    .mes-desktop {
        display: none;
    }

    .mes-mobile {
        display: block;
        width: 80%;
        margin: 10px auto 30px auto;
    }

    .suporte-ilust {
        flex-direction: column;
    }

    .sup-imgs p {
        margin: 10px;
    }

    .sup-imgs img {
        width: 70%;
    }

    .suporte-tipo {
        margin-bottom: 10px;
    }

    .sup {
        flex-direction: column;
    }

    .sup li {
        width: 100%;
        height: 220px;
    }

    .img-monit img {
        width: 70%;
    }

    .mensagem{
        width: 80%;
        border-radius: 40px 0px 40px 40px;
        margin: 40px 20px;
        padding: 30px;
    }

    .mensagem p {
        font-size: 18px;
    }

    .img-ceo img{
        width: 80%;
        border-radius: 40px 0px 40px 40px;
        margin: 15px 0px 40px 0px;
    }

    .ceo-historia {
        padding: 10px 0px 40px 0px;
    }

    .carreira {
        flex-direction: column;
    }

    #carreira-inverso {
        flex-direction: column;
    }

    .conteúdo-carreira, .carreira img {
        width: 100%;
        margin: 0px 30px;
    }

    .conteudo-carreira {
        margin: 30px;
    }

    .fluxo-seta {
        display: none;
    }

    .tipos-beneficios {
        margin: 30px 20px;
    }

    .tipos-beneficios li {
        width: 200px;
        margin: 0px 80px 30px 0px;
    }

    .tipos-beneficios h4 {
        font-size: 18px;
    }

    .tipos-beneficios li img {
        width: 100px;
    }

    .contactUs {
        margin: 0px;
        flex-direction: column;
    }

    .informacoes-contato {
        width: 80%;
        margin: 0px 30px;
    }

    .formulario {
        margin: 10px auto 60px auto;
        border-radius: 40px 0px 40px 40px;
        padding: 5px;
        width: 75%;
    }

    .formulario h4 {
        color: #EA4F3D;
        text-align: center;
    }

    .formulario .forms-btn {
        width: 200px;
    }

    .formulario input, textarea{
        width: 75%;
        margin: 8px;
        padding: 15px;
        font-family: 'Exo 2', sans-serif;
    }

    .formulario button{
        width: 90%;
        padding: 10px 10px;
        font-size: 15px;
        height: 60px;
    }

    .mapa {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .location iframe {
        width: 80%;
        margin-bottom: 40px;
    }

    .fale-conosco {
        padding: 30px 0px;
    }

    .fale-conosco p {
        margin: 0px 30px;
        width: 85%;
        font-size: 20px;
    }

    .fale-conosco .btn {
        margin: 30px 10px 30px 30px;
        padding: 15px 20px;
    }

    .politicas p, li {
        margin: 10px 30px;
        font-size: 14px;
    }

    .politicas h4 {
        margin: 20px 30px;
    }

    .portal-titulo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .portal-titulo h3 {
        text-align: center;
        margin-top: 80px;
        font-size: 28px;
        margin-bottom: 10px;
    }

    .portal-content form{
        margin-bottom: 40px;
    }

    .footer-infos {
        margin: 0px 30px;
        width: 100%;
    }

    .end-menu {
        display: none;
    }

    hr {
        margin: 10px 25px 0px 25px;
    }

    .end {
        display: block;
    }

    .end p {
        font-size: 13px;
        text-align: left;
        margin-left: 20px;
        line-height: 1.2;
    }

    .social {
        position: absolute;
        left: 0;
        margin-left: 10px;
    }
}