/**
* 2020 HB Web Design | Soluções Digitais
* 
* AVISO DE DIREITOS AUTORAIS:
*
* Este arquivo de origem é de propriedade de:
* "HB WEB DESIGN | SOLUÇÔES DIGITAIS"
*
* AVISO LEGAL:univ
* Este arquivo foi criado e publicado em 10/junho/2021 às 23:26hs
* horário de Brasília, e sua cópia parcial ou total a fim de implementação
* de um Portal idêntico ou similar, está totalmente desautorizada, cabendo
* processo jurídico por apropriação indébita.
*
* @autor HB Web Design | Soluções Digitais <contato@hbwebdesign.com.br>
* @copyright 2020 HB Web Design | Soluções Digitais
* Propriedade da HB Web Design | Soluções Digitais
**/

/* TAG PARA IE PARA AJUSTAR O CONTEÚDO NA JANELA DO DISPOSITIVO - OBSOLETO */
@-ms-viewport {
    width: device-width;
}
/* TAG PARA OPERA PARA AJUSTAR O CONTEÚDO NA JANELA DO DISPOSITIVO - OBSOLETO */
@-o-viewport {
    width: device-width;
    zoom: 1.0;
}
/* TAG PARA APPLE PARA AJUSTAR O CONTEÚDO NA JANELA DO DISPOSITIVO - OBSOLETO */
@viewport {
    width: device-width;
    zoom: 1.0;
}
/* INÍCIO BODY */
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    font-family: "Calibri", "Arial", "Times New Roman", "Sans-serif";
    font-size: 16px;
}
/* FIM BODY */
/* CONFIGURAÇÃO PADRÃO LINKS */
a:link,
a:hover,
a:visited,
a:active  {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
/* FIM LINKS */
/* INÍCIO BARRA DE NAVEGAÇÃO */
.barra {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 45px;
    background-color: #e33123;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* ESTILO GERAL DE FONTAWESOME */
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* INÍCIO DO MENU */
#bt_menu {
    display: none;
}
label[for="bt_menu"] {
    padding: 5px 15px;
    display: flex;
    cursor: pointer;
}
.fa-bars::before {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Font Awesome 5 Free";  /* updated font-family */
    font-weight: 400; /* regular style/weight */
    content: "\f0c9";
    font-size: 22px;
    font-size: 1.37rem;
}
#bt_menu:checked ~ .menu {
    margin-left: 0;
}
.menu {
    padding-top: 91px;
    margin-left: -175%;
    width: 80%;
    height: 45px;
    display: block;
    transition: all 0.4s;
}
.menu ul {
    margin: 0;
    padding: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-style: oblique;
    font-size: 12px;
    font-size: 0.75rem;
    list-style-type: none;
    position: relative;
}
.menu ul li {
    width: 100%;
    float: none;
    text-align: center;
    color: #fff;
    background-color: #e33123;
}
.menu ul ul {
    position: static;
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s;
    visibility: hidden;
}
.menu ul li:hover ul {
    height: auto;
    max-height: 90px;
    visibility: visible;
}
.menu ul ul li {
    float: none;
    background-color: #e0dcdc;
    color: #e33123;
    border-bottom: 1px solid #fff;
    opacity: 1;
}
.menu ul li:active {
    background-color: #e33123;
	color: #fff;
}
.menu ul li a:active {
	color: #fff;
    border: 1px solid #cc3434;
    border-bottom: none;
    border-radius: 2px;
    box-shadow: inset 0 0 10px 2px #ab0f0f;
    background-color: #cc3434;
}
.menu a {
    padding: 12px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.menu a:hover {
    padding: 11px;
    color: #fff;
    background-color: #e33123;
    border: 1px solid #e33123;
    border-bottom: none;
}
/* FIM DO MENU */
/* INÍCIO DA ÁREA ONDE TEM OS ÍCONES */
.area {
    margin: 0;
    padding: 0 15px 0 0;
    display: flex;
    align-items: center;
}
.user-bar::before {
    margin: 0 20px 0 0;
    color: #fff;
    font-family: "Font Awesome 5 Free";  /* updated font-family */
    font-weight: 400; /* regular style/weight */
    content: "\f007";
    font-size: 23px;
    font-size: 1.44rem;
}
.store-bar::before {
    margin: 0 0 0 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";  /* updated font-family */
    font-weight: 400; /* regular style/weight */
    content: "\f54f";
    font-size: 22px;
    font-size: 1.38rem;
}
/* FIM DA ÁREA */
/* FIM BARRA DE NAVEGAÇÃO */
/* INÍCIO DO CABEÇALHO */
header {
    padding: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logomarca {
    padding: 0;
    margin: 20px;
    display: block;
}
.logo-guia {
    margin: 0;
    padding: 0;
}
#logomarca-small {
    /*width: 100%;*/
    width: 88vw;
    height: auto;
    display: block;
}
#logomarca-medium, #logomarca-large {
    display: none;
}
.cell,
.whats,
.telegram {
    display: none;
}
.cell-header::before {
    margin: 0;
    padding: 0 5px 0 0;
    color: #c9570a;
    font-family: "Font Awesome 5 Free";  /* updated font-family */
    font-weight: 400; /* regular style/weight */
    content: "\f3cd";
    font-size: 20px;
    font-size: 1.25rem;
}
.whatsapp-header::before {
    margin: 0;
    padding: 0 5px 0 0;
    color: #c9570a;
    font-family: "Font Awesome 5 Brands";  /* updated font-family */
    font-weight: 400; /* brands style/weight */
    content: "\f232";
    font-size: 22px;
    font-size: 1.38rem;
}
.telegram-header::before {
    margin: 0;
    padding: 0 5px 0 0;
    color: #c9570a;
    font-family: "Font Awesome 5 Free";  /* updated font-family */
    font-weight: 900; /* solid style/weight */
    content: "\f1d8";
    font-size: 18px;
    font-size: 1.13rem;
}
#numero-telefone,
#numero-whatsapp,
#numero-telegram {
    padding: 0;
    font-family: "Calibri", "Arial", "Times New Roman", "Sans-serif";
    font-size: 14px;
    font-size: 0.88rem;
    text-align: center;
    color: #c9570a;
}
.social {
    display: none;
}
.facebook {
    margin: 0 15px 0 0;
}
.facebook-header::before {
    margin: 0;
    padding: 0;
    color: #c9570a;
    font-family: "Font Awesome 5 Brands";  /* updated font-family */
    font-weight: 400; /* brands style/weight */
    content: "\f082";
    font-size: 20px;
    font-size: 1.25rem;
}
.instagram {
    margin: 0 0 0 15px;
}
.instagram-header::before {
    margin: 0;
    padding: 0;
    color: #c9570a;
    font-family: "Font Awesome 5 Brands";  /* updated font-family */
    font-weight: 400; /* brands style/weight */
    content: "\e055";
    font-size: 20px;
    font-size: 1.25rem;
}
/* FIM DO CABEÇALHO */
/* INÍCIO DO BANNER */
.banner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
}
/* INÍCIO DA IMAGEM DO BANNER */
#bannerInicial-small {
    margin: 20px 0 40px 0;
    /*width: 85%;
    height: 85%;*/
    /*width: 80vw;*/
    width: 89%;
    height: auto;
    display: block;
}
#bannerInicial-medium, #bannerInicial-large {
    display: none;
}
/* FIM DA IMAGEM DO BANNER */
/* INÍCIO DO FORMULÁRIO DE PESQUISA */
#formBusca {
    margin: 0 0 20px 0;
    padding: 0;
    width: 90%;
    height: auto;
    display: block;
}
#formBusca fieldset {
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px ridge #DE2626;
    border-radius: 4px;
}
#formBusca fieldset legend {
    margin: 0;
    padding: 0 10px;
    display: block;
    font-family: "Gotham","Calibri", "Helvetica", "Arial", "Times New Roman", "Sans-serif";
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    color: #DE2626;
}
.busca {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    height: 25px;
    font-family: "Calibri", "Arial", "Times New Roman", "Sans-serif";
    font-size: 11px;
    font-size: 0.68rem;
    text-align: center;
    color: #DE2626;
    border: 1px solid #DE2626;
    border-radius: 2px;
    background-color: #fafafa;
    appearance: none;
    -webkit-box-shadow: 0 0 0 30px #fafafa inset;
    -webkit-text-fill-color: #DE2626 !important;
}
.btn-search {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 27px;
    font-family: "Calibri", "Arial", "Times New Roman", "Sans-serif";
    font-size: 11px;
    font-size: 0.68rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #DE2626;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.busca:hover,
.busca:focus,
.btn-search:focus {
    outline: 1px ridge #9d0a0a;
}
.btn-search:active {
    background-color: #9d0a0a;
    color: #fff;
    border: none;
    outline: none;
}
/* FIM DO FORMULÁRIO DE PESQUISA */
/* FIM DO BANNER */
/* TÍTULO DO NOSSO TRABALHO */
h1 {
    margin: 24px 24px 0 24px;
    padding: 0;
    width: auto;
    display: block;
    font-family: "Times New Roman", "Calibri", "Arial", "Sans-serif";
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    font-style: oblique;
    text-align: center;
    color: #666666;
}
/* INÍCIO DO NOSSO TRABALHO */
.informa {
    margin: 12px 0 24px 0;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* IMAGEM EQUIPE */
#equipe-small {
    width: 100%;
    height: auto;
}
#equipe-medium, #equipe-large {
    display: none;
}
/* INÍCIO DO SOBRE-NÓS */
.sobre {
    margin: 0;
    width: 85%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h2 {
    margin: 12px;
    width: auto;
    display: block;
    font-family: "Times New Roman", "Calibri", "Arial", "Sans-serif";
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    text-align: center;
    font-style: oblique;
    color: #666666;
}
h3 {
    margin: 0;
    width: 90%;
    height: auto;
    display: block;
    font-family: "Calibri", "Arial", "Times New Roman", "Sans-serif";
    font-size: 13px;
    font-size: 0.81rem;
    font-weight: normal;
    text-align: justify;
    line-height: 1.5;
    color: #666666;
}
/* FIM DO SOBRE-NÓS */
/* FIM DO NOSSO TRABALHO */
/* INÍCIO DO NOSSO PORTAL */
.modelos,
.noticias {
    width: 100%;
    height: auto;
    margin: 12px 0 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* INÍCIO DA GALERIA DE FOTOS */
.galeria {
    margin: 0;
    padding: 0;
    width: 90%;
    min-height: 30px;
    max-height: max-content;
    height: auto;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.galeria li {
    width: 50%;
    display: block;
    text-align: center;
}
.min-small {
    margin: auto;
    padding: 0;
    width: 90%;
    height: auto;
}
.min-medium, .min-large {
    display: none;
}
.lbox {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.lbox:target {
    /*width: 100%;
    height: 100%;*/
    width: 100vw;
    height: 100vh;
    display: flex;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    background: rgba(10,10,10,0.7);
    position: fixed;
}
.box_img {
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: center;
}
.box_img img {
    /*width: 90%;*/
    width: auto;
    max-width: 83vw;
    height: auto;
    max-height: 90vh;
}
video {
    width: 200px;
    aspect-ratio: auto;
    height: 150px;
    object-fit: contain;
}
.btn_img {
    font-family: "Calibri", "Arial";
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#prev {
    left: 0%;
    top: 47.5%;
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
}
#close {
    right: 5%;
    top: 5%;
    color: #fff;
    font-size: 18px;
    font-size: 1.12rem;
}
#next {
    right: 0%;
    top: 47.5%;
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
}
/* FIM DA GALERIA DE FOTOS */
/* FIM DO NOSSO PORTAL */
/* INÍCIO DO RODAPÉ */
footer {
    margin: 40px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
	font-family: "Calibri", "Arial", "Times New Roman", "Sans-serif";
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	word-break: break-word;
	color: #9d0a0a;
	background-color: #ebebeb;
}
.rodape {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    line-height: 2;
    flex-wrap: wrap;
}
/* INÍCIO DAS REDES SOCIAIS */
.esquerdo {
    margin: 0;
    padding: 10px;
    width: 100%;
    height: auto;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9d0a0a;
    background-color: #ebebeb;
    border-bottom: 2px ridge #9d0a0a;
}
.icones {
    margin: 0;
    display: flex;
    align-items: center;
}
.facebook-footer::before {
    margin: 0;
    padding: 0 20px 0 0;
    color: #9d0a0a;
    font-family: "Font Awesome 5 Brands";  /* updated font-family */
    font-weight: 400; /* brands style/weight */
    content: "\f082";
    font-size: 21px;
    font-size: 1.31rem;
}
.instagram-footer::before {
    margin: 0;
    padding: 0 0 0 20px;
    color: #9d0a0a;
    font-family: "Font Awesome 5 Brands";  /* updated font-family */
    font-weight: 400; /* brands style/weight */
    content: "\e055";
    font-size: 21px;
    font-size: 1.31rem;
}
/* FIM DAS REDES SOCIAIS */
/* INÍCIO DO CONTATO RODAPÉ */
.central {
    margin: 0;
    padding: 10px;
    width: 100%;
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: none;
    border-bottom: 2px ridge #9d0a0a;
}
.oral {
    line-height: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.cell-rodape,
.whatsapp-rodape,
.telegram-rodape {
    display: flex;
    align-items: center;
}
.cell-footer::before {
    padding: 0 12px 0 0;
    color: #9d0a0a;
    font-family: "Font Awesome 5 Free";  /* updated font-family */
    font-weight: 400; /* regular style/weight */
    content: "\f3cd";
    font-size: 20px;
    font-size: 1.25rem;
}
.whatsapp-footer::before {
    padding: 0 5px 0 0;
    color: #9d0a0a;
    font-family: "Font Awesome 5 Brands";  /* updated font-family */
    font-weight: 400; /* brands style/weight */
    content: "\f232";
    font-size: 20px;
    font-size: 1.25rem;
}
.telegram-footer::before {
    padding: 0 5px 0 0;
    color: #9d0a0a;
    font-family: "Font Awesome 5 Free";  /* updated font-family */
    font-weight: 900; /* solid style/weight */
    content: "\f1d8";
    font-size: 17px;
    font-size: 1.06rem;
}
.escrita {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.email,
.website {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.envelope-footer::before {
    margin: 0;
    padding: 0;
    color: #9d0a0a;
    font-family: "Font Awesome 5 Free";  /* updated font-family */
    font-weight: 900; /* solid style/weight */
    content: "\f0e0";
    font-size: 16px;
    font-size: 1rem;
}
.globe-footer::before {
    margin: 0;
    padding: 0;
    color: #9d0a0a;
    font-family: "Font Awesome 5 Free";  /* updated font-family */
    font-weight: 900; /* solid style/weight */
    content: "\f0ac";
    font-size: 18px;
    font-size: 1.12rem;
}
/* FIM DO CONTATO RODAPÉ */
/* INÍCIO DA LOCALIZAÇÃO */
.direito {
    margin: 0;
    padding: 10px;
    width: 100%;
    height: auto;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #9d0a0a;
    background-color: #ebebeb;
    border-bottom: 2px ridge #9d0a0a;
}
.map-footer::before {
    margin: 0;
    padding: 0;
    color: #9d0a0a;
    font-family: "Font Awesome 5 Free";  /* updated font-family */
    font-weight: 900; /* solid style/weight */
    content: "\f21d";
    font-size: 30px;
    font-size: 1.88rem;
}
/* FIM DA LOCALIZAÇÃO */
/* INÍCIO DO COPYRIGHT */
.copyright {
    margin: 10px 50px;
}
/*FIM DO COPYRIGHT */
/* INÍCIO DO ATENDIMENTO ONLINE */
.atendimento {
    display: block;
}
.whatsappatendimentomobile {
    display: block;
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 15px;
    right: 10px;
    outline: none;
    z-index: 1000;
}
.whatsappatendimento {
    display: none;
}
.telegramatendimentomobile {
    display: block;
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 15px;
    left: 10px;
    outline: none;
    z-index: 1000;
}
.telegramatendimento {
    display: none;
}
/* FIM DO ATENDIMENTO ONLINE */

@media only screen and (max-width: 319px) {
}

@media only screen and (min-width: 320px) and (max-width: 399px) {
    /* CABEÇALHO 320 A 399 */
    .logomarca {
        padding: 0;
        margin: 25px 20px;
        display: block;
    }
    #logomarca-small {
        width: 280px;
        height: 50px;
    }
    /* FORMULÁRIO DE PESQUISA 320 A 399 */
    #formBusca {
        margin: 0 0 25px 0;
    }
    /* TÍTULO H1 320 A 399 */
    h1 {
        margin: 30px 30px 0 30px;
        font-size: 18px;
        font-size: 1.12rem;
    }
    /* NOSSO TRABALHO 320 A 399 */
    .informa {
        margin: 15px 0 30px 0;
    }
    h2 {
        margin: 15px;
        font-size: 14px;
        font-size: 0.87rem;
    }
    h3 {
        font-size: 14px;
        font-size: 0.87rem;
    }
    /* GALERIA DE FOTOS 320 A 399 */
    .modelos,
    .noticias {
        margin: 15px 0 30px 0;
    }
    .galeria {
        min-height: 49px;
    }
     video {
        width: 270px;
        height: 202.5x;
    }
    /* RODAPÉ 320 A 399 */
    footer {
        margin: 30px 0 0 0;
    }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
    /* CABEÇALHO 400 A 599 */
    .logomarca {
        margin: 30px 20px;
    }
    #logomarca-small {
        display: none;
    }
    #logomarca-medium {
        width: 360px;
        height: 64.47px;
        display: block;
    }
    #bannerInicial1 {
        display: none;
    }
    /* IMAGEM BANNER 400 A 599 */
    #bannerInicial-small {
        display: none;
    }
    #bannerInicial-medium {
        margin: 20px 10px 45px 10px;
        /*width: 80%;
        height: 80%;*/
        max-width: 90%;
        height: auto;
        display: block;
    }
    /* FORMULÁRIO DE PESQUISA 400 A 599 */
    #formBusca {
        margin: 0 0 30px 0;
    }
    #formBusca fieldset {
        padding: 12px;
    }
    #formBusca fieldset legend {
        padding: 0 12px;
        font-size: 14px;
        font-size: 0.87rem;
    }
    .busca {
        height: 30px;
        font-size: 12px;
        font-size: 0.75rem;
    }
    .btn-search {
        height: 32px;
        font-size: 12px;
        font-size: 0.75rem;
    }
    /* TÍTULO H1 400 A 599 */
    h1 {
        margin: 36px 36px 0 36px;
        font-size: 20px;
        font-size: 1.25rem;
    }
    /* SOBRE-NÓS 400 A 599 */
    .informa {
        margin: 18px 0 36px 0;
    }
    #equipe-small {
        display: none;
    }
    #equipe-medium {
        width: 100%;
        height: auto;
        display: block;
    }
    h2 {
        margin: 18px;
        font-size: 16px;
        font-size: 1rem;
    }
    h3 {
        width: 85%;
        font-size: 15px;
        font-size: 0.93rem;
    }
    /* GALERIA DE FOTOS 400 A 599 */
    .modelos,
    .noticias {
        margin: 18px 0 36px 0;
    }
    .galeria {
        min-height: 60px;
        max-height: 89px;
        flex-wrap: nowrap;
    }
    video {
        width: 345px;
        height: 259px;
    }
    /* RODAPÉ 400 A 599 */
    footer {
        margin: 36px 0 0 0;
        font-size: 13px;
        font-size: 0.81rem;
    }
    /* REDES SOCIAIS 400 A 599 */
    .facebook-footer::before {
        font-size: 22px;
        font-size: 1.37rem;
    }
    .instagram-footer::before {
        font-size: 22px;
        font-size: 1.37rem;
    }
    /* CONTATO RODAPÉ 400 A 599 */
    .central {
        height: 160px;
        min-height: unset;
        align-items: normal;
    }
    .oral {
        flex-direction: row;
    }
    .cell-footer::before {
        padding: 0 5px 0 0;
        font-size: 21px;
        font-size: 1.31rem;
    }
    .whatsapp-footer::before {
        font-size: 21px;
        font-size: 1.31rem;
    }
    .telegram-footer::before {
        font-size: 18px;
        font-size: 1.12rem;
    }
    .email,
    .website {
        flex-direction: row;
    }
    .envelope-footer::before {
        padding: 0 5px 0 0;
        font-size: 17px;
        font-size: 1.06rem;
    }
    .globe-footer::before {
        padding: 0 5px 0 0;
        font-size: 19px;
        font-size: 1.19rem;
    }
    /* LOCALIZAÇÃO 400 A 599 */
    .map-footer::before {
        font-size: 32px;
        font-size: 2rem;
    }
    /* ATENDIMENTO ONLINE 400 A 599 */
    .whatsappatendimentomobile {
        width: 40px;
        height: 40px;
    }
    .telegramatendimentomobile {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 811px) {
    /* MENU 600 A 811 */
    .menu {
        width: 400px;
    }
    /* CABEÇALHO 600 A 811 */
    header {
        padding: 10px;
        display: grid;
        justify-content: space-evenly;
        grid-template-columns: 160px 160px 160px;
        grid-template-rows: 120px 45px;
        border-bottom: 2px solid #e33123;
    }
    .logomarca {
        margin: 0;
        display: grid;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2
    }
    #logomarca-small {
        display: none;
    }
    #logomarca-medium {
        width: 350px;
        height: 63px;
        display: block;
    }
    .social {
        display: grid;
        justify-content: flex-end;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .cell {
        display: grid;
        justify-content: center;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .whats {
        display: grid;
        justify-content: center;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .telegram {
        display: grid;
        justify-content: center;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .fone,
    .zap,
    .tele {
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    /* IMAGEM BANNER 600 A 811 */
    #bannerInicial-small {
        display: none;
    }
    #bannerInicial-medium {
        margin: 40px 10px;
        /*width: 80%;
        height: 80%;*/
        width: 89%;
        height: auto;
        display: block;
    }
    /* FORMULÁRIO DE PESQUISA 600 A 811 */
    #formBusca {
        margin: 0 0 35px 0;
    }
    #formBusca fieldset {
        padding: 15px;
    }
    #formBusca fieldset legend {
        padding: 0 12px;
        font-size: 16px;
        font-size: 1rem;
    }
    .busca {
        margin: 5px 0 20px 0;
        height: 32px;
        font-size: 14px;
        font-size: 0.88rem;
        border-width: 2px;
    }
    .btn-search {
        margin: 0 0 5px 0;
        height: 36px;
        font-size: 15px;
        font-size: 0.93rem;
    }
    /* TÍTULO H1 600 A 811 */
    h1 {
        margin: 42px 42px 0 42px;
        font-size: 24px;
        font-size: 1.5rem;
    }
    /* SOBRE-NÓS 600 A 811 */
    .informa {
        margin: 21px 0 42px 0;
    }
    #equipe-small {
        display: none;
    }
    #equipe-medium {
        width: 100%;
        height: auto;
        display: block;
    }
    h2 {
        margin: 21px;
        font-size: 20px;
        font-size: 1.25rem;
    }
    h3 {
        width: 85%;
        font-size: 16px;
        font-size: 1rem;
    }
    /* GALERIA DE FOTOS 600 A 811 */
    .modelos,
    .noticias {
        margin: 21px 0 42px 0;
    }
    .galeria {
        min-height: 88px;
        max-height: 119px;
        flex-wrap: nowrap;
    }
    .galeria li {
        width: auto;
    }
    .btn_img {
        width: 35px;
        height: 35px;
    }
    #prev {
        left: 2%;
        font-size: 32px;
        font-size: 2rem;
    }
    #close {
        right: 2%;
        top: 3%;
        font-size: 26px;
        font-size: 1.62rem;
    }
     video {
        width: 500px;
        height: 375px;
    }
    #next {
        right: 2%;
        font-size: 32px;
        font-size: 2rem;
    }
    /* RODAPÉ 600 A 811 */
    footer {
        margin: 42px 0 0 0;
        font-size: 13px;
        font-size: 0.81rem;
        color: #666666;
    }
    .rodape {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 130px 188px;
    }
    /* REDES SOCIAIS RODAPÉ 600 A 811 */
    .esquerdo {
        padding: 0;
        width: 99%;
        height: 130px;
        display: grid;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        color: #666666;
    }
    .icones {
        justify-content: center;
    }
    .facebook-footer::before {
        padding: 0 25px 0 0;
        font-size: 22px;
        font-size: 1.38rem;
        color: #666666;
    }
    .instagram-footer::before {
        padding: 0 0 0 25px;
        font-size: 22px;
        font-size: 1.38rem;
        color: #666666;
    }
    /* CONTATO RODAPÉ 600 A 811 */
    .central {
        padding: 10px 0;
        width: 100%;
        height: 168px;
        min-height: unset;
        display: grid;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        align-items: center;
        border-top: 2px ridge #ada7a7;
        color: #666666;
    }
    .cell-footer::before {
        font-size: 21px;
        font-size: 1.31rem;
        color: #666666;
    }
    .whatsapp-footer::before {
        font-size: 21px;
        font-size: 1.31rem;
        color: #666666;
    }
    .telegram-footer::before {
        font-size: 18px;
        font-size: 1.12rem;
        color: #666666;
    }
    .oral {
        flex-direction: row;
    }
    .whatsapp-rodape {
        margin: 0 20px;
    }
    .email,
    .website {
        flex-direction: row;
    }
    .envelope-footer::before {
        padding: 0 5px 0 0;
        font-size: 17px;
        font-size: 1.06rem;
        color: #666666;
    }
    .globe-footer::before {
        padding: 0 5px 0 0;
        font-size: 19px;
        font-size: 1.19rem;
        color: #666666;
    }
    /* LOCALIZAÇÃO RODAPÉ 600 A 811 */
    .direito {
        padding: 0;
        width: 99%;
        height: 130px;
        display: grid;
        align-items: center;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        border-left: 2px ridge #ada7a7;
        border-bottom: none;
        color: #666666;
    }
    .map-footer::before {
        font-size: 34px;
        font-size: 2.12rem;
        color: #666666;
    }
    /* ATENDIMENTO ONLINE 600 A 811 */
    .whatsappatendimentomobile {
        width: 40px;
        height: 40px;
        right: 15px;
    }
    .telegramatendimentomobile {
        width: 40px;
        height: 40px;
        left: 15px;
    }
}
@media only screen and (min-width: 812px) {
    /* BARRA DE NAVEGAÇÃO A PARTIR DE 812 */
    .barra {
        justify-content: space-around;
    }
    /* MENU A PARTIR DE 812 */
    label[for="bt_menu"] {
        display: none;
    }
    .menu {
        padding: 0;
        margin: 0;
        width: 80%;
        height: 45px;
        display: block;
        transition: none;
    }
    .menu ul {
        font-size: 14px;
        font-size: 0.88rem;
    }
    .menu ul li {
        width: 150px;
        float: left;
    }
    .menu ul ul {
        position: absolute;
        visibility: hidden;
        overflow: unset;
        transition: none;
        max-height: none;
    }
    .menu ul li:hover ul {
        visibility: visible;
    }
    .menu ul ul li {
        opacity: 0.85;
    }
    .menu ul li:active,
    .menu ul li a:active {
    	background-color: #e33123;
    	color: #fff;
    }
    .menu a {
        padding: 14px;
    }
    .menu a:hover {
        padding: 13.5px;
    }
    /* ÁREA A PARTIR DE 812 */
    .area {
        padding: 0 40px 0 0;
    }
    .user-bar::before {
        margin: 0 30px 0 0;
        font-size: 24px;
        font-size: 1.5rem;
    }
    .store-bar::before {
        margin: 0 0 0 30px;
        font-size: 23px;
        font-size: 1.44rem;
    }
    /* CABEÇALHO A PARTIR DE 812 */
    header {
        margin: 0 0 15px 0;
        padding: 10px;
        display: grid;
        justify-content: space-around;
        grid-template-columns: auto auto auto auto auto;
        grid-template-rows: 40px 40px 40px 40px;
        border-bottom: 2px solid #cb0d0d;
    }
    .logomarca {
        margin: 0;
        display: grid;
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 4;
        justify-content: center;
    }
    #logomarca-small {
        display: none;
    }
    #logomarca-medium {
        width: 350px;
        height: 63px;
        display: block;
    }
    .cell {
        display: grid;
        justify-content: left;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    .whats {
        display: grid;
        justify-content: left;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    .telegram {
        display: grid;
        justify-content: center;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    .fone,
    .zap,
    .tele {
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .social {
        display: grid;
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 4;
        grid-row-end: 5;
        justify-content: right;
    }
    .facebook {
        display: grid;
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    .instagram {
        display: grid;
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    /* IMAGEM DO BANNER A PARTIR DE 812 */
    #bannerInicial-small {
        display: none;
    }
    #bannerInicial-medium {
        margin: 60px 0;
        /* width: 70%; */
        width: 65%;
        height: auto;
        display: block;
    }
    /* FORMULÁRIO DE PESQUISA A PARTIR DE 812 */
    #formBusca {
        margin: 0 0 50px 0;
    }
    #formBusca fieldset {
        padding: 12px;
        flex-direction: row;
    }
    #formBusca fieldset legend {
        padding: 0 12px;
        font-size: 18px;
        font-size: 1.13rem;
    }
    .busca {
        margin: 15px 20px 15px 0;
        padding: 0 15px;
        width: 60%;
        height: 32px;
        font-size: 16px;
        font-size: 1rem;
        text-align: left;
        border-width: 2px;
    }
    .btn-search {
        margin: 15px 0;
        width: 33%;
        height: 36px;
        font-size: 16px;
        font-size: 1rem;
    }
    /* TÍTULO H1 A PARTIR DE 812 */
    h1 {
        margin: 60px 60px 0 60px;
        font-size: 26px;
        font-size: 1.62rem;
    }
    /* SOBRE-NÓS A PARTIR DE 812 */
    .informa {
        margin: 30px 0 60px 0;
    }
    .sobre {
        width: 90%;
    }
    #equipe-small {
        display: none;
    }
    #equipe-medium {
        width: 100%;
        height: auto;
        display: block;
    }
    h2 {
        margin: 30px;
        font-size: 22px;
        font-size: 1.37rem;
    }
    h3 {
        width: 85%;
        font-size: 18px;
        font-size: 1.12rem;
    }
    /* GALERIA DE FOTOS A PARTIR DE 812 */
    .modelos,
    .noticias {
        margin: 30px 0 60px 0;
    }
    .galeria {
        min-height: 118px;
        max-height: 186px;
        flex-wrap: nowrap;
    }
    .galeria li {
        width: auto;
    }
    .btn_img {
        width: 50px;
        height: 50px;
    }
    #prev {
        left: 3%;
        font-size: 40px;
        font-size: 2.5rem;
    }
    #close {
        right: 2%;
        top: 3%;
        font-size: 26px;
        font-size: 1.62rem;
    }
     video {
        width: 500px;
        height: 375px;
    }
    #next {
        right: 3%;
        font-size: 40px;
        font-size: 2.5rem;
    }
    /* RODAPÉ A PARTIR DE 812 */
    footer {
        margin: 60px 0 0 0;
    	font-size: 13px;
    	font-size: 0.81rem;
    	color: #666666;
    }
    .rodape {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 130px 188px;
    }
    /* REDES SOCIAIS A PARTIR DE 812 */
    .esquerdo {
        padding: 0;
        width: 99%;
        height: 130px;
        display: grid;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        color: #666666;
        border-bottom: none;
    }
    .icones {
        justify-content: center;
    }
    .facebook-footer::before {
        padding: 0 20px 0 0;
        font-size: 23px;
        font-size: 1.44rem;
        color: #666666;
    }
    .instagram-footer::before {
        padding: 0 0 0 20px;
        font-size: 23px;
        font-size: 1.44rem;
        color: #666666;
    }
    /* CONTATO RODAPÉ A PARTIR DE 812 */
    .central {
        padding: 10px 0;
        height: 168px;
        min-height: inherit;
        display: grid;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        /*border-bottom: 2px ridge #ada7a7;*/
        border-bottom: none;
        border-top: 2px ridge #ada7a7;
    }
    .oral {
        flex-direction: row;
    }
    .whatsapp-rodape {
        margin: 0 20px;
    }
    .cell-footer::before {
        padding: 0 5px 0 0;
        font-size: 22px;
        font-size: 1.38rem;
        color: #666666;
    }
    .whatsapp-footer::before {
        font-size: 22px;
        font-size: 1.38rem;
        color: #666666;
    }
    .telegram-footer::before {
        font-size: 19px;
        font-size: 1.19rem;
        color: #666666;
    }
    .email,
    .website {
        flex-direction: row;
    }
    .envelope-footer::before {
        padding: 0 5px 0 0;
        font-size: 18px;
        font-size: 1.12rem;
        color: #666666;
    }
    .globe-footer::before {
        padding: 0 5px 0 0;
        font-size: 20px;
        font-size: 1.25rem;
        color: #666666;
    }
    /* LOCALIZAÇÃO A PARTIR DE 812 */
    .direito {
        padding: 0;
        width:99%;
        height: 130px;
        display: grid;
        align-items: center;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        color: #666666;
        /*border-left: 2px ridge #ada7a7;*/
        border-bottom: none;
    }
    .map-footer::before {
        font-size: 34px;
        font-size: 2.12rem;
        color: #666666;
    }
    /* COPYRIGHT A PARTIR DE 812 */
    .copyright {
        margin: 20px;
    }
    /* ATENDIMENTO ONLINE A PARTIR DE 812 */
    .whatsappatendimentomobile {
        width: 40px;
        height: 40px;
        right: 15px;
    }
    .telegramatendimentomobile {
        width: 40px;
        height: 40px;
        left: 15px;
    }
}
@media screen and (min-width: 1281px) {
    /* CABEÇALHO A PARTIR DE 1281 */
    header {
        padding: 25px 55px;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #e33123;
    }
    .logomarca {
        padding: 10px;
        display: block;
    }
    .cell, .whats, .telegram {
        display: block;
    }
    .fone, .zap, .tele {
        flex-direction: column;
    }
    .cell-header::before,
    .whatsapp-header::before,
    .telegram-header::before {
        padding: 0;
    }
    #numero-telefone,
    #numero-whatsapp,
    #numero-telegram {
        padding: 10px 0 0 0;
    }
    .social {
        margin: 0;
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .facebbok,
    .instagram {
        display: flex;
    }
    /* IMAGEM DO BANNER A PARTIR DE 1281 */
    #bannerInicial-medium {
        margin: 70px 0;
        /*width: 60%;
        height: 60%;*/
        width: 740px;
        height: 209px;
    }
    /* FORMULÁRIO DE PESQUISA A PARTIR DE 1281 */
    #formBusca {
        width: 85%;
    }
    #formBusca fieldset {
        padding: 15px;
    }
    #formBusca fieldset legend {
        padding: 0 15px;
    }
    .busca {
        width: 72%;
        height: 35px;
    }
    /* TÍTULO H1 A PARTIR DE 1281 */
    h1 {
        font-size: 32px;
        font-size: 2rem;
    }
    /* IMAGEM EQUIPE A PARTIR DE 1281 */
    #equipe-medium {
        display: none;
    }
    #equipe-large {
        width: 1000px;
        height: 392px;
        display: block;
    }
    /* SOBRE-NÓS A PARTIR DE 1281 */
    .sobre {
        width: 100%;
    }
    h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }
    h3 {
        width: 78%;
        font-size: 20px;
        font-size: 1.25rem;
    }
    /* GALERIA DE IMAGENS A PARTIR DE 1281 */
    .galeria {
        width: 80%;
        min-height: 185px;
        max-height: 266px;
    }
    .min-small {
        display: none;
    }
    .min-medium {
        margin: auto;
        padding: 0;
        width: 90%;
        height: auto;
        display: block;
    }
    /* RODAPÉ A PARTIR DE 1281 */
    footer {
        font-size: 14px;
        font-size: 0.88rem;
    }
    .rodape {
        display: flex;
        flex-wrap: nowrap;
    }
    /* REDES SOCIAIS RODAPÉ A PARTIR DE 1281 */
    .esquerdo {
        padding: 10px;
        width: 25%;
        height: 170px;
        display: flex;
        justify-content: space-evenly;
        border-right: 2px ridge #e0dcdc;
        border-bottom: 2px ridge #e0dcdc;
    }
    .facebook-footer::before {
        padding: 0 25px 0 0;
    }
    .instagram-footer::before {
        padding: 0 0 0 25px;
    }
    /* CONTATO RODAPE A PARTIR DE 1281 */
    .central {
        padding: 10px;
        width: 50%;
        height: 170px;
        display: flex;
        align-items: normal;
        border-top: none;
    }
    /*.whatsapp-rodape {
        margin: 0;
    }*/
    .cell-footer::before,
    .whatsapp-footer::before,
    .telegram-footer::before {
        padding: 0 10px 0 0;
    }
    /* LOCALIZAÇÃO A PARTIR DE 1281 */
    .direito {
        padding: 10px;
        width: 25%;
        height: 170px;
        display: flex;
        border-bottom: 2px ridge #e0dcdc;
    }
    /* ATENDIMENTO ONLINE A PARTIR DE 1281 */
    .whatsappatendimentomobile {
        width: 50px;
        height: 50px;
        bottom: 25px;
        right: 25px;
    }
    .telegramatendimentomobile {
        width: 50px;
        height: 50px;
        bottom: 25px;
        left: 25px;
    }
}
@media screen and (min-width: 1920px) {
    /* BARRA DE NAVEGAÇÃO E MENU A PARTIR DE 1920 */
    .barra,
    .menu {
        height: 55px;
    }
    .menu ul {
        font-size: 18px;
        font-size: 1.12rem;
    }
    .menu ul li {
        width: 200px;
    }
    .menu ul ul li {
        border-bottom-width: 2px;
    }
    .menu a {
        padding: 16.5px;
    }
    .menu a:hover {
        padding: 16px;
    }
    .user-bar::before {
        margin: 0 40px 0 0;
        font-size: 28px;
        font-size: 1.75rem;
    }
    .store-bar::before {
        margin: 0 0 0 40px;
        font-size: 26px;
        font-size: 1.63rem;
    }
    /* CABEÇALHO A PARTIR DE 1920 */
    header {
        padding: 40px 120px;
    }
    /*#logomarca-medium {
        display: none;
    }*/
    #logomarca-medium {
        width: 447px;
        height: 80px;
    }
    #numero-telefone,
    #numero-whatsapp,
    #numero-telegram {
        font-size: 22px;
        font-size: 1.37rem;
    }
    .cell-header::before {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .whatsapp-header::before {
        font-size: 26px;
        font-size: 1.62rem;
    }
    .telegram-header::before {
        font-size: 22px;
        font-size: 1.37rem;
    }
    .social {
        padding: 25px 10px;
    }
    /* IMAGEM DO BANNER A PARTIR DE 1920 */
    #bannerInicial-medium {
        display: none;
    }
    #bannerInicial-large {
        margin: 100px 0;
        width: 35%;
        height: auto;
        display: block;
    }
    /* FORMULÁRIO DE PESQUISA A PARTIR DE 1920 */
    #formBusca fieldset {
        padding: 20px;
    }
    #formBusca fieldset legend {
        padding: 0 20px;
        font-size: 22px;
        font-size: 1.37rem;
    }
    .busca {
        width: 74%;
        height: 45px;
        font-size: 18px;
        font-size: 1.12rem;
    }
    .btn-search {
        height: 49px;
        font-size: 18px;
        font-size: 1.12rem;
    }
    /* TÍTULO H1 A PARTIR DE 1920 */
    h1 {
        font-size: 46px;
        font-size: 2.87rem;
    }
    /* IMAGEM EQUIPE A PARTIR DE 1920 */
    #equipe {
        width: 1500px;
        height: 588px;
    }
    /* SOBRE-NÓS A PARTIR DE 1920 */
    h2 {
        font-size: 42px;
        font-size: 2.62rem;
    }
    h3 {
        font-size: 32px;
        font-size: 2rem;
    }
    /* GALERIA DE IMAGENS A PARTIR DE 1920 */
    .galeria {
        min-height: 245px;
        max-height: 326px;
    }
    .btn_img {
        width: 60px;
        height: 60px;
    }
    #prev {
        font-size: 60px;
        font-size: 3.75rem;
    }
    #close {
        font-size: 40px;
        font-size: 2.5rem;
    }
     video {
        width: 650px;
        height: 487.5px;
    }
    #next {
        font-size: 60px;
        font-size: 3.75rem;
    }
    /* RODAPÉ A PARTIR DE 1920 */
    footer {
        font-size: 16px;
        font-size: 1rem;
    }
    /* REDES SOCIAIS E LOCALIZAÇÃO RODAPÉ A PARTIR DE 1920 */
    .esquerdo,
    .central,
    .direito {
        height: 190px;
    }
    .facebook-footer::before {
        padding: 0 30px 0 0;
        font-size: 27px;
        font-size: 1.69rem;
    }
    .instagram-footer::before {
        padding: 0 0 0 30px;
        font-size: 27px;
        font-size: 1.69rem;
    }
    /* CONTATOS DO RODAPÉ A PARTIR DE 1920 */
    .cell-footer::before {
        font-size: 26px;
        font-size: 1.63rem;
    }
    .whatsapp-footer::before {
        font-size: 26px;
        font-size: 1.63rem;
    }
    .telegram-footer::before {
        font-size: 23px;
        font-size: 1.44rem;
    }
    .envelope-footer::before {
        font-size: 22px;
        font-size: 1.38rem;
    }
    .globe-footer::before {
        font-size: 24px;
        font-size: 1.5rem;
    }
    /* ÍCONE LOCALIZAÇÃO A PARTIR DE 1920 */
    .map-footer::before {
        font-size: 38px;
        font-size: 2.38rem;
    }
    /* ATENDIMENTO ONLINE A PARTIR DE 1920 */
    .whatsappatendimentomobile {
        display: none;
    }
    .whatsappatendimento {
        display: block;
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 50px;
        right: 50px;
        outline: none;
        z-index: 1000;
    }
    .telegramatendimentomobile {
        display: none;
    }
    .telegramatendimento {
        display: block;
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 50px;
        left: 50px;
        outline: none;
        z-index: 1000;
    }
}
@media screen and (min-width: 2560px) {
    /* BARRA DE NAVEGAÇÃO E MENU A PARTIR DE 2560 */
    .barra,
    .menu {
        height: 70px;
    }
    .menu ul {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .menu ul li {
        width: 250px;
    }
    .menu ul ul li {
        border-bottom-width: 3px;
    }
    .menu a {
        padding: 20.5px;
    }
    .menu a:hover {
        padding: 20px;
    }
    /* ÁREA A PARTIR DE 2560 */
    .user-bar::before {
        margin: 0 50px 0 0;
        font-size: 36px;
        font-size: 2.25rem;
    }
    .store-bar::before {
        margin: 0 0 0 50px;
        font-size: 34px;
        font-size: 2.13rem;
    }
    /* CABEÇALHO A PARTIR DE 2560 */
    header {
        padding: 40px 150px;
    }
    #logomarca-medium {
        width: 550px;
        height: 99px;
    }
    .cell-header::before {
        font-size: 32px;
        font-size: 2rem;
    }
    .whatsapp-header::before {
        font-size: 34px;
        font-size: 2.13rem;
    }
    .telegram-header::before {
        font-size: 30px;
        font-size: 1.88rem;
    }
    #numero-telefone,
    #numero-whatsapp,
    #numero-telegram {
        padding: 20px 0 0 0;
        font-size: 26px;
        font-size: 1.63rem;
    }
    .facebook {
        margin: 0 0 20px 0;
    }
    .facebook-header::before {
        font-size: 30px;
        font-size: 1.88rem;
    }
    .instagram {
        margin: 20px 0 0 0;
    }
    .instagram-header::before {
        font-size: 30px;
        font-size: 1.88rem;
    }
    /* IMAGEM DO BANNER A PARTIR DE 2560 */
    #bannerInicial-large {
        margin: 100px 0;
        width: 1200px;
        height: 339px;
        display: block;
    }
    /* FORMULÁRIO DE PESQUISA A PARTIR DE 2560 */
    #formBusca {
        margin: 0 0 80px 0;
        width: 80%;
    }
    #formBusca fieldset {
        padding: 20px 25px;
        border-width: 5px;
    }
    #formBusca fieldset legend {
        padding: 0 25px;
        font-size: 28px;
        font-size: 1.75rem;
    }
    .busca {
        margin: 35px 50px 35px 0;
        padding: 0 20px;
        width: 73%;
        height: 65px;
        font-size: 24px;
        font-size: 1.5rem;
    }
    .btn-search {
        margin: 20px 0;
        height: 69px;
        font-size: 26px;
        font-size: 1.62rem;
    }
    /* TÍTULO H1 A PARTIR DE 2560 */
    h1 {
        margin: 96px 96px 0 96px;
        font-size: 48px;
        font-size: 3rem;
    }
    /* SOBRE-NÓS A PARTIR DE 2560 */
    .informa {
        margin: 48px 0 96px 0;
    }
    h2 {
        margin: 48px;
        font-size: 44px;
        font-size: 2.75rem;
    }
    h3 {
        width: 59%;
        font-size: 34px;
        font-size: 2.12rem;
    }
    /* GALERIA DE IMAGENS A PARTIR DE 2560 */
    .modelos,
    .noticias {
        margin: 48px 0 96px 0;
    }
    .galeria {
        min-height: 325px;
        max-height: 487px;
    }
    .btn_img {
        width: 75px;
        height: 75px;
    }
    #prev {
        font-size: 80px;
        font-size: 5rem;
    }
    #close {
        font-size: 50px;
        font-size: 3.12rem;
    }
     video {
        width: 720px;
        height: 540px;
    }
    #next {
        font-size: 80px;
        font-size: 5rem;
    }
    /* RODAPÉ A PARTIR DE 2560 */
    footer {
        margin: 96px 0 0 0;
        font-size: 22px;
        font-size: 1.38rem;
    }
    /* REDES SOCIAIS RODAPÉ A PARTIR DE 2560 */
    .esquerdo {
        height: 280px;
        border-bottom-width: 4px;
        border-right-width: 4px;
    }
    .facebook-footer::before {
        padding: 0 40px 0 0;
        font-size: 31px;
        font-size: 1.94rem;
    }
    .instagram-footer::before {
        padding: 0 0 0 40px;
        font-size: 31px;
        font-size: 1.94rem;
    }
    /* CONTATOS RODAPÉ A PARTIR DE 2560 */
    .central {
        height: 280px;
        border-bottom-width: 4px;
    }
    .cell-footer::before {
        font-size: 30px;
        font-size: 1.88rem;
    }
    .whatsapp-footer::before {
        font-size: 30px;
        font-size: 1.88rem;
    }
    .telegram-footer::before {
        font-size: 27px;
        font-size: 1.69rem;
    }
    .envelope-footer::before {
        font-size: 26px;
        font-size: 1.63rem;
    }
    .globe-footer::before {
        font-size: 28px;
        font-size: 1.75rem;
    }
    /* ÍCONE LOCALIZAÇÃO RODAPÉ A PARTIR DE 2560 */
    .direito {
        height: 280px;
        border-bottom-width: 4px;
        border-left-width: 4px;
    }
    .map-footer::before {
        font-size: 42px;
        font-size: 2.63rem;
    }
    /* COPYRIGHT A PARTIR DE 2560 */
    .copyright {
        margin: 25px;
    }
    /* ATENDIMENTO ONLINE A PARTIR DE 2560 */
    .whatsappatendimento {
        width: 80px;
        height: 80px;
        bottom: 60px;
        right: 60px;
    }
    .telegramatendimento {
        width: 80px;
        height: 80px;
        bottom: 60px;
        left: 60px;
    }
}
@media screen and (min-width: 3840px) {
    /* BARRA DE NAVEGAÇÃO E MENU A PARTIR DE 3840 */
    .barra,
    .menu {
        height: 100px;
    }
    .menu ul {
        font-size: 30px;
        font-size: 1.87rem;
    }
    .menu ul li {
        width: 350px;
    }
    .menu ul ul li {
        border-bottom-width: 4px;
    }
    .menu a {
        padding: 32px;
    }
    .menu a:hover {
        padding: 31.5px;
    }
    /* ÁREA A PARTIR DE 3840 */
    .user-bar::before {
        margin: 0 80px 0 0;
        font-size: 46px;
        font-size: 2.88rem;
    }
    .store-bar::before {
        margin: 0 0 0 80px;
        font-size: 43px;
        font-size: 2.69rem;
    }
    /* CABEÇALHO A PARTIR DE 3840 */
    header {
        padding: 50px 150px;
    }
    #logomarca-medium {
        display: none;
    }
    #logomarca-large {
        width: 750px;
        height: 134px;
        display: block;
    }
    .cell-header::before {
        font-size: 42px;
        font-size: 2.62rem;
    }
    .whatsapp-header::before {
        font-size: 44px;
        font-size: 2.75rem;
    }
    .telegram-header::before {
        font-size: 40px;
        font-size: 2.5rem;
    }
    #numero-telefone,
    #numero-whatsapp,
    #numero-telegram {
        padding: 25px 0 0 0;
        font-size: 38px;
        font-size: 2.37rem;
    }
    .social {
        flex-direction: row;
    }
    .facebook {
        margin: 0 60px 0 0;
    }
    .facebook-header::before {
        font-size: 40px;
        font-size: 2.5rem;
    }
    .instagram {
        margin: 0 0 0 60px;
    }
    .instagram-header::before {
        font-size: 40px;
        font-size: 2.5rem;
    }
    /* IMAGEM DO BANNER A PARTIR DE 3840 */
    #bannerInicial-large {
        margin: 100px 0;
        width: 35%;
        height: auto;
        display: block;
    }
    /* FORMULÁRIO DE PESUISA A PARTIR DE 3840 */
    #formBusca {
        margin: 0 0 100px 0;
        width: 60%;
    }
    #formBusca fieldset {
        padding: 30px;
        border-width: 6px;
    }
    #formBusca fieldset legend {
        padding: 0 30px;
        font-size: 45px;
        font-size: 2.81rem;
    }
    .busca {
        margin: 0 60px 0 0;
        padding: 0 40px;
        width: 72%;
        height: 85px;
        font-size: 32px;
        font-size: 2rem;
        border-width: 4px;
    }
    .btn-search {
        height: 93px;
        font-size: 34px;
        font-size: 2.12rem;
    }
    /* TÍTULO H1 A PARTIR DE 3840 */
    h1 {
        margin: 200px 120px 0 120px;
        font-size: 60px;
        font-size: 3.75rem;
    }
    /* SOBRE-NÓS A PARTIR DE 3840 */
    .informa {
        margin: 60px 300px 120px 300px;
        flex-direction: row;
        justify-content: center;
    }
    .sobre {
        margin: 0 0 0 120px;
        width: 50%;
    }
    h2 {
        margin: 0 0 60px 0;
        font-size: 56px;
        font-size: 3.5rem;
    }
    h3 {
        width: 100%;
        font-size: 46px;
        font-size: 2.87rem;
    }
    /* GALERIA DE IMAGENS A PARTIR DE 3840 */
    .modelos,
    .noticias {
        width: auto;
        margin: 60px 300px 120px 300px;
    }
    .galeria {
        width: 100%;
        min-height: 513px;
        max-height: 633px;
    }
    .min-medium {
        display: none;
    }
    .min-large {
        margin: auto;
        padding: 0;
        width: 90%;
        height: auto;
        display: block;
    }
    .btn_img {
        width: 115px;
        height: 115px;
    }
    #prev {
        font-size: 114px;
        font-size: 7.12rem;
    }
    #close {
        font-size: 70px;
        font-size: 4.37rem;
    }
    #next {
        font-size: 114px;
        font-size: 7.12rem;
    }
    /* RODAPÉ A PARTIR DE 3840 */
    footer {
        margin: 120px 0 0 0;
        font-size: 34px;
        font-size: 2.12rem;
    }
    /* REDES SOCIAIS RODAPÉ A PARTIR DE 3840 */
    .esquerdo,
    .direito {
        height: 400px;
    }
    .facebook-footer::before {
        padding: 0 55px 0 0;
        font-size: 37px;
        font-size: 2.31rem;
    }
    .instagram-footer::before {
        padding: 0 0 0 55px;
        font-size: 37px;
        font-size: 2.31rem;
    }
    /* CONTATOS RODAPÉ A PARTIR DE 3840 */
    .central {
        height: 400px;
    }
    .cell-footer::before {
        padding: 0 15px 0 0;
        font-size: 36px;
        font-size: 2.25rem;
    }
    .whatsapp-footer::before {
        padding: 0 15px 0 0;
        font-size: 36px;
        font-size: 2.25rem;
    }
    .telegram-footer::before {
        padding: 0 15px 0 0;
        font-size: 33px;
        font-size: 2.06rem;
    }
    .envelope-footer::before {
        padding: 0 15px 0 0;
        font-size: 32px;
        font-size: 2rem;
    }
    .globe-footer::before {
        padding: 0 15px 0 0;
        font-size: 34px;
        font-size: 2.13rem;
    }
    /* ÍCONE LOCALIZAÇÃO RODAPÉ A PARTIR DE 3840 */
    .map-footer::before {
        font-size: 56px;
        font-size: 3.5rem;
    }
    /* COPYRIGHT A PARTIR DE 3840 */
    .copyright {
        margin: 40px;
    }
    /* ATENDIMENTO ONLINE A PARTIR DE 3840 */
    .whatsappatendimento {
        width: 120px;
        height: 120px;
        bottom: 120px;
        right: 120px;
    }
    .telegramatendimento {
        width: 120px;
        height: 120px;
        bottom: 120px;
        left: 120px;
    }
}
@media screen and (min-width: 5120px) {
    /* BARRA DE NAVEGAÇÃO E MENU A PARTIR DE 5120 */
    .barra,
    .menu {
        height: 120px;
    }
    .menu ul {
        font-size: 34px;
        font-size: 2.13rem;
    }
    .menu ul li {
        width: 450px;
    }
    .menu a {
        padding: 39.5px;
    }
    .menu a:hover {
        padding: 39px;
    }
    /* ÁREA A PARTIR DE 5120 */
    .user-bar::before {
        margin: 0 100px 0 0;
        font-size: 57px;
        font-size: 3.56rem;
    }
    .store-bar::before {
        margin: 0 0 0 100px;
        font-size: 50px;
        font-size: 3.13rem;
    }
    /* CABEÇALHO A PARTIR DE 5120 */
    header {
        padding: 150px 400px;
    }
    #logomarca-large {
        width: 950px;
        height: 170px;
    }
    .cell-header::before {
        font-size: 60px;
        Font-size: 3.75rem;
    }
    .whatsapp-header::before {
        font-size: 62px;
        font-size: 3.88rem;
    }
    .telegram-header::before {
        font-size: 58px;
        font-size: 3.62rem;
    }
    #numero-telefone,
    #numero-whatsapp,
    #numero-telegram {
        padding: 35px 0 0 0;
        font-size: 44px;
        font-size: 2.75rem;
    }
    .facebook-header::before {
        padding: 0 50px 0 0;
        font-size: 58px;
        font-size: 3.63rem;
    }
    .instagram-header::before {
        padding: 0 0 0 50px;
        font-size: 58px;
        font-size: 3.63rem;
    }
    /*BANNER A PARTIR DE 5120 */
    .banner {
        padding: 100px;
        width: auto;
        flex-direction: row;
        justify-content: space-evenly;
    }
    #bannerInicial-large {
        max-width: 1968px;
        max-height: 556px;
    }
    /* FORMULÁRIO DE PESQUISA A PARTIR DE 5120 */
    #formBusca {
        margin: 150px;
        width: 40%;
        height: 40%;
    }
    #formBusca fieldset {
        padding: 50px;
        height: 450px;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .busca {
        margin: 0;
        width: 92%;
        width: -webkit-fill-available;
    }
    .btn-search {
        width: 96.5%;
        width: -webkit-fill-available;
    }
    /* TÍTULO H1 A PARTIR DE 5120 */
    h1 {
        margin: 200px 120px 100px 120px;
        font-size: 72px;
        font-size: 4.5rem;
    }
    /* IMAGEM EQUIPE A PARTIR DE 5120 */
    #equipe {
        width: 1800px;
        height: 705.6px;
    }
    /* GALERIA DE IMAGEM A PARTIR DE 5120 */
    .galeria {
        justify-content: space-evenly;
    }
    /* RODAPÉ A PARTIR DE 5120 */
    footer {
        font-size: 38px;
        font-size: 2.38rem;
    }
    /* REDES SOCIAIS A PARTIR DE 5120 */
    .esquerdo {
        height: 480px;
        border-right-width: 6px;
        border-bottom-width: 6px;
    }
    .facebook-footer::before {
        padding: 0 70px 0 0;
        font-size: 55px;
        font-size: 3.44rem;
    }
    .instagram-footer::before {
        padding: 0 0 0 70px;
        font-size: 55px;
        font-size: 3.44rem;
    }
    /* CONTATOS DO RODAPÉ A PARTIR DE 5120 */
    .central {
        height: 480px;
        border-bottom-width: 6px;
    }
    .cell-footer::before {
        padding: 0 25px 0 0;
        font-size: 54px;
        font-size: 3.38rem;
    }
    .whatsapp-footer::before {
        padding: 0 25px 0 0;
        font-size: 54px;
        font-size: 3.38rem;
    }
    .telegram-footer::before {
        padding: 0 25px 0 0;
        font-size: 51px;
        font-size: 3.19rem;
    }
    .envelope-footer::before {
        padding: 0 25px 0 0;
        font-size: 50px;
        font-size: 3.13rem;
    }
    .globe-footer::before {
        padding: 0 25px 0 0;
        font-size: 52px;
        font-size: 3.25rem;
    }
    /* ÍCONE LOCALIZAÇÃO RODAPÉ A PARTIR DE 5120 */
    .direito {
        height: 480px;
        border-left-width: 6px;
        border-bottom-width: 6px;
    }
    .map-footer::before {
        font-size: 78px;
        font-size: 4.88rem;
    }
}
@media screen and (min-width: 7680px) {
    /* BARRA DE NAVEGAÇÃO E MENU A PARTIR DE 7680 */
    .barra,
    .menu {
        height: 150px;
    }
    .menu ul {
        font-size: 40px;
        font-size: 2.5rem;
    }
    .menu ul li {
        width: 550px;
    }
    .menu a {
        padding: 50.5px;
    }
    .menu a:hover {
        padding: 50px;
    }
    /* LOGOMARCA */
    #logomarca-large {
        width: 1050px;
        height: 188px;
    }
    /* IMAGEM DO BANNER A PARTIR DE 7680 */
    #bannerInicial-large {
        max-width: 2020px;
        max-height: 571px;
    }
    #formBusca {
        width: 27%;
        height: auto;
    }
    /* GALERIA DE IMAGENS A PARTIR DE 7680 */
    .galeria {
        width: 65%;
    }
    .min-large {
        width: 100%;
    }
}