body{
    background-color: #ffffff;
    color: #000;
    border: none;
    margin: 0;
    font-family: system-ui;
    background-image: url("../imagens/bckg4-fachada.jpg");
    background-position: center;
    background-size: cover;
}
a{
    text-decoration: none;
}
.logout{
    position: absolute;
    top: 0;
    right: 0;
}
.logout img{
    filter: invert(1);
    filter: invert(100%);
    width: 10vh;
}
.container{
    justify-content: center;
    align-items: center;

}
.cont-detalhe{
    padding: 5%;
}

.logo-container {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 1.5vw 5% 0.5vw 5%;
  }

  .logo-image{
    width: 60%;
    margin: 0 20%;
  }

  .logo-container-welcome{
    font-size: 2vw;
    text-shadow: 0.1vw 0.2vw 0vw #8d8d8d;
    color: #fff;
    text-align: center;
  }

  .line-logo {
    flex-grow: 1;
    height: 2px;
    background-color: #fff;
  }

.cont-1 a{
    color: #000;
    font-weight: bold;
    background-color: #fff;
    max-height: 28.4em;
    max-width: 20em;
    margin: auto;
}
.cont-1{
    padding: 2.5%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 20%;
    gap: 6.5%;
    min-height: 32em;
}
.cont-2{
        padding: 2.5% 0;
}
.carros {
    background-color: #c3c3c3;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    margin: 0;
    height: 100%;
  }
  .carros:hover{
    background-color: #fff;
  }
  .carros:hover .car-tipo{
      color: #c3c3c3;
  }
  .fundo-slider{
    display: none;
  }
  .fundo-slider-vw{
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
    .pop-bloq{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgb(0 0 0 / 80%);
        z-index: 101;
    }
    .pop-iframe{
        min-width: 800px;
        width: 80vw;
        height: 90%;
        border: none;
        border-radius: 1em;
        z-index: 102;
        position: fixed;
        margin: 1vw 10vw;
}
    .block{
    text-align: center;
    padding: 10px 20px;
    }
  p{
    margin: 0.5em;
  }
  .car-tipo{
      color: #494949;
      text-align: center;
      font-weight: bold;
      margin: -0.22em;
  }
  .car-tipo:hover{
      color: #c3c3c3;
  }
.car-valor{
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: -0.22em;
    padding: 0.5em;
}
.cad-form{
    display: grid;
    grid-template: auto auto auto;
    gap:1em;
}
.cad-pag-excluir{
    border: none;
    background-color: #e1e1e1;
    color: #000;
    font-size: 1.3em;
    padding: 0.3em;
    border-radius: 0.3em;
    margin: 0.5em;
    width: fit-content;
    height: fit-content;
}
.cad-pag-submit{
    border: none;
    background-color: #e1e1e1;
    font-size: 1.3em;
    padding: 0.3em;
    border-radius: 0.3em;
    margin: 0.5em;
    grid-column: 7 / 8;
    width: fit-content;
    height: fit-content;
}
.cad-img{
    padding: 14em 0;
    border: 0.3em dashed #c3c3c3;
    border-radius: 1em;
    grid-column: 1 / 5;
    width: 40em;
}
.cad-img-add{
    padding: 5em 0;
    border: 0.3em dashed #c3c3c3;
    border-radius: 1em;
    grid-column: 1 / 5;
    width: auto;
    margin: 0 2em 2em 2em;
}
.cad-pag-item-add{
    width: 60%;
    margin: 0.3em 10%;
    border: none;
    background-color: #e1e1e1;
    font-size: 1.3em;
    padding: 0.3em;
    border-radius: 0.3em;
}
.cad-dados{
    padding: 3em 0;
    border: 0.3em dashed #c3c3c3;
    border-radius: 1em;
    grid-column: 5 / 8;
}
.cad-pag-textarea{
    height: 8em;
    font-weight: bold;
}
.view-img-add{
    padding: 5em;
    border: 0.3em dashed #c3c3c3;
    border-radius: 1em;
    grid-column: 1 / 5;
    width: auto;
    margin: 0 2em 2em 2em;
}
.view-form{
    display: grid;
    grid-template: 'auto auto auto';
    gap:2em;
}
.view-img{
    height: 45rem;
    float: left;
}
.img-static{
    text-align: center;
    width: 49%;
    height: fit-content;
    float: left;
}
#dth-descricao{
    margin: 0em auto 0 auto;
    padding: 1em;
}
#dth-desc-ttl{
    text-align: center;
}
.cls-deth{
    margin: 5em 10%;
    padding: 0 1em;
    z-index: 999 !important;
}
.view-img-dtl {
    width: 420px;
    margin: auto;
    height: 420px
}
.view-dth-img-miniatura {
    width: 20%;
    height: 20%;
    max-width: 200px;
    max-height: 200px;
}
.view-dados {
    display: grid;
    grid-template-areas: 'auto';
    height: fit-content;
    grid-gap: 36px;
    width: 49%;
    float: right;
}
.view-pag-nome{
    text-align: center;
    margin: 1em 0 0 0;
    font-size: 1.8em;
    color: #fff;
}
.view-pag-item-lin {
    width: 100%;
    border: none;
    background-color: #727272;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    height: fit-content;
}
.view-ttl-marca{
    font-weight: bold;
}
.view-pag-item-desc{
    margin: 2em;
    color: #fff;
    font-size: 1.2em;
}
.view-ttl-pag-item{
    border-radius: 0.3em;
    font-weight: bold;
    text-align: right;
    margin: 0.4em 2%;
}
.view-pag-textarea{
    height: 8em;
}
.fts-close{
    position: fixed;
    top: 1em;
    right: 1em;
    height: 2.5em;
    width: 2.5em;
    filter: invert(100%);
    z-index: 1001;
}
ol, ul {
    height: auto !important;
}
.cls-deth-hd{
    display: none;
}
/*==================|Estilo|==============*/
.bck-detalhes{
    background-color: rgb(36, 36, 36);
    background-image: none;
}
.lay-comercial{
    margin: 5%;
    background: #fff;
    padding: 1em;
    transform: skewX(7deg);
}
.comercial{
    transform: skewX(-7deg);
}
.marca{
    text-align: center;
    font-size: 1.3em;
}
.carro{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}
.sub-comercial{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    padding: 1em;
}
.sub-comercial div span{
    display: block;
}
.micro-desc{
    font-size: 0.8em;
}
.micro-info{
    font-size: 1.1em;
}
.carro-cont{
    width: 100%;
    filter: grayscale(1);
}
.detalhes{
    background: linear-gradient(to bottom right, #cccccc, #707070);
    padding: 1em;
}
.close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em;
}
.close img{
    width: 2em;
}
/*==================|Estilo|==============*/