body { 
    margin: 0px; 
    border: none; 
    background-color: rgb(36, 36, 36);
    background-image: url("../../catalogo/imagens/bckg.jpg");
    justify-content: center; 
    align-items: center;  
    font-family: system-ui;
    background-size: contain;
    background-position: center;
}


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

  .logo-image{
    width: 20vw;
    margin: 0 5vw;
  }

  .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;
  }

.logo-topo{
    width: 40%;
    margin: 0.5em 0 0 0;
}
a{
    color:#000;
    text-decoration: none;
}
/*================|Abertura|================*/
.abertura {
    display: flex;
    justify-content: center;
    align-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; 
    position: fixed;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2em;
    background-image: url(../img/bckg-abertura.jpg);
    background-size: cover;
    background-color: rgb(36, 36, 36);
    z-index: 100;
}
@keyframes desabilitar {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
.abertura-cont {
    margin: auto;
    transform: translateY(-50%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.abert-minusculas{
    display: initial;
    font-size: 0.7em;
}
.abert-letra{
    display: initial;
}
.abertura-letra-1{
    opacity: 0;
    animation: letras 0.2s ease-in 0s 1 normal forwards;
}
.abertura-letra-2{
    opacity: 0;
    animation: letras 0.2s ease-in 0.2s 1 normal forwards;
}
.abertura-letra-3{
    opacity: 0;
    animation: letras 0.2s ease-in 0.4s 1 normal forwards;
}
.abertura-letra-4{
    opacity: 0;
    animation: letras 0.2s ease-in 0.6s 1 normal forwards;
}
.abertura-letra-5{
    opacity: 0;
    animation: letras 0.2s ease-in 0.8s 1 normal forwards;
}
.abertura-letra-6{
    opacity: 0;
    animation: letras 0.2s ease-in 1s 1 normal forwards;
}
.abertura-letra-7{
    opacity: 0;
    animation: letras 0.2s ease-in 1.2s 1 normal forwards;
}
.abertura-letra-8{
    opacity: 0;
    animation: letras 0.2s ease-in 1.4s 1 normal forwards;
}
.abertura-letra-9{
    opacity: 0;
    animation: letras 0.2s ease-in 1.6s 1 normal forwards;
}
.abertura-letra-10{
    opacity: 0;
    animation: letras 0.2s ease-in 1.8s 1 normal forwards;
}
.abertura-letra-11{
    opacity: 0;
    animation: letras 0.2s ease-in 2.0s 1 normal forwards;
}
.abertura-letra-12{
    opacity: 0;
    animation: letras 0.2s ease-in 2.2s 1 normal forwards;
}
.abertura-letra-13{
    opacity: 0;
    animation: letras 0.2s ease-in 2.4s 1 normal forwards;
}
.abertura-letra-14{
    opacity: 0;
    animation: letras 0.2s ease-in 2.6s 1 normal forwards;
}
.abertura-letra-15{
    opacity: 0;
    animation: letras 0.2s ease-in 2.8s 1 normal forwards;
}
.abertura-letra-16{
    opacity: 0;
    animation: letras 0.2s ease-in 3.0s 1 normal forwards;
}
.abertura-letra-17{
    opacity: 0;
    animation: letras 0.2s ease-in 3.2s 1 normal forwards;
}
.abertura-letra-18{
    opacity: 0;
    animation: letras 0.2s ease-in 3.4s 1 normal forwards;
}
@keyframes letras {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.well div{
    display: table-cell;
}
.autostor div{
    display: table-cell;
}
.fade-out{
    opacity: 1;
    animation: fade-out 0.2s ease-in 3.4s 1 normal forwards;
}
@keyframes fade-out {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
.btn-abertura-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;    
    margin: 0 10%;
    opacity: 0;
    border-radius: 50%;
    animation: letras 0.2s ease-in 3.5s 1 normal forwards;
}
.btn-abertura-press {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    margin: 0 10%;
    border-radius: 50%;
    animation: botao 0.3s ease-in 0s 1 normal;
}
@keyframes botao {
    0%{
        width: 80%;
        margin: 0 10%;
    }
    100%{
        width: 75%;
        margin: 2.5% 12.5%;
    }
}
.audio{
    display:none;
}
.desabilitado{
    display: none;
}
.invisivel{
    opacity: 0;
}
/*================|Abertura|================*/
.carros{
    margin: 10%;
    width: 80%;
    color: #000;
    font-weight: bold;
    filter: brightness(0.9);
}
.carros:hover{
    margin: 10%;
    width: 80%;
    color: #000;
    font-weight: bold;
    filter: brightness(1.05);
}
.carros img{
    border-radius:3px 3px 0 0;
}
.carro-info{
    text-align: center;
    background: #fff;
    display: flow-root;
    border-radius: 0 0 3px 3px;
}
.endereco{
    text-align: justify;
    font-weight: bold;
    font-size: 0.84em;
    margin: 1em 0;
}
.info{
    padding: 1em;;
    margin: 0 0 2em 0;
}
.contato{
    width: 100%;
    background-color: #c1c1c1;
    box-shadow: 0px 0px 80px 0px #000;
}
#gmap_canvas{
    width: 100%;
}
.whtpp {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0.5em;
    background: #cccccc;
    border-radius: 50%;
    padding: 0.5em;
    animation: pulse 0.7s infinite;
    display: table;
    margin-top: 50px;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -webkit-filter: brightness(100%);
    }
    100% {
      -webkit-transform: scale(1.1);
      -webkit-filter: brightness(200%);
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      filter: brightness(100%);
    }
    100% {
      transform: scale(1.1);
      filter: brightness(200%);
    }
}
.whtpp-icon{
    width: 2em;
}
.redes{
    background-color: #000;
    padding: 2em;
}
.media{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.media img{
    height: 100%;
}

/*========================|Detalhes|=============================*/
.lay-comercial{
    margin: 5%;
    background: #fff;
    padding: 1em;
    transform: skewX(7deg);
}
.comercial{
    transform: skewX(-7deg);
}
.marca{
    text-align: center;
    font-size: 1.3em;
}
.marca-g{
    text-align: center;
    font-size: 1.1em;
}
.carro{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}
.carro-g{
    text-align: center;
    font-size: 1.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;
    filter: invert(1);
}
.link{
    filter: brightness(0.7);
}
.link-luz{
    animation: luz 0.5s ease-in 0s 1 normal;
}
@keyframes luz {
    0% {
        filter: brightness(0.7);
    }
    100% {
        filter: brightness(1);
    }
}
.cookie{
    top: 40vh;
    padding: 2em 0;
    background-color: #000;
    width: 80%;
    margin: 10%;
    font-weight: bold;
    transition: opacity .4s;
    position: fixed;
    text-align: center;
    z-index: 1000;
}
.cookie-qst{
    color: #fff !important;
}
.cookie-btn{
    width: 25%;
    padding: 1em;
    display: inline-block;
    text-align: center;
    color: #fff;
}