@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {scroll-behavior: smooth;}
* {margin: 0; padding: 0; box-sizing: border-box; font-family: "Raleway", sans-serif; font-optical-sizing: auto; font-style: normal; }
body {background: var(--branco);  font-size: 20px; overflow-x: hidden; position: unset!important; color: var(--bordo); font-weight: 400; color: var(--preto);}
p {line-height: 30px; margin-bottom: 15px;}
a,button, input, textarea {-webkit-transition: .3s;-o-transition: .3s;transition: .3s; outline: 0;}
button {cursor: pointer;}
cite {font-style: normal;}
a, a:hover {text-decoration: none;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ul {-webkit-padding-start:0; -moz-padding-start:0; margin: 0;}
li {list-style-type: none;}
img {max-width: 100%;}
section{padding: 75px 0 0;}
.grid {max-width: 1300px; width: 100%; margin: 0 auto; padding: 0 30px; display: grid; grid-gap: 0px; position: relative; flex-wrap: wrap;}
h2{font-size: 40px; line-height: 44px;  font-weight: 700; margin-bottom: 10px; color: var(--roxo); letter-spacing: -.5px;}
cite {font-size: 24px; color: var(--azul); font-weight: 600; margin-bottom: 10px; display: flex;}


:root {
    --azul: #0864BB;
    --azulC: #F5F9FD;
    --branco: #ffffff;
    --preto: #3A3A3A;
    --verde: #488863;
    --laranja: #ff6500;
}


address {
    background: var(--azul);
    padding: 10px 0;
    margin-bottom: 10px;
}
address p {
    color: var(--branco);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
address .grid {
    grid-template-columns: 1fr max-content;
    align-content: center;
}
address a {
    border-radius: 9px;
    padding: 8px 14px;
    background: #004d96;
    color: var(--branco);
    font-size: 16px;   
}
address a:hover {
    background: #00407d;
}


header  {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    background: var(--branco);
    z-index: 1;
}
header .grid {
    grid-template-columns: max-content 1fr max-content;
    gap: 50px;
    align-items: center;
}
header .grid > a {
    display: flex;
}
header .grid > a img {
    transition: .3s;
    width: 165px;
}
header ul {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;    
}
header ul li a {
    color: var(--preto);
    font-weight: 600;
}
header ul li a:hover {
    color: var(--azul);
}
header p {
    font-size: 16px;
    line-height: 20px;   
    margin-bottom: 5px; 
}
header p strong {
    display: flex;
    font-size: 20px;
}
header .atendimento {
    display: flex;
    align-items: center;    
    gap: 15px;
    position: relative;
}
header .atendimento ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    top: 30px;
    align-items: baseline;
    box-shadow: 0 0 20px 15px rgb(0 0 0 / 8%);
    background: var(--branco);
    width: max-content;
    padding: 20px;
    border-radius: 20px;       
    gap: 15px;
    transition: .3s;    
}
header .atendimento:hover ul {
    top: 45px;
    opacity: 1;
    visibility: visible;
}
header .atendimento ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .atendimento ul li:last-child a {
    font-weight: 600;
    display: flex;
    gap: 10px;
    background: var(--verde);
    padding: 15px;
    border-radius: 12px;
    align-items: center;
    color: var(--branco);    
}
header .atendimento ul li img {
    max-width: 30px;
}
header .atendimento ul li span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
header .atendimento ul li span b {
    font-size: 14px;
}
header .atendimento ul li span.zap b, header .atendimento ul li span.zap a {
    color: var(--verde);
}
header .atendimento ul li span.zap a:hover {
    color: var(--preto);
}

header .atendimento ul li:nth-child(1) span,
header .atendimento ul li:nth-child(2) span {
    font-size: 20px;
    font-weight: 600;
}
header.fixo {
    position: fixed;
    top: 0;
    box-shadow: 0 0 20px 15px rgb(0 0 0 / 8%);    
}
header.fixo .grid > a img {
    width: 85px;
}
header nav {
    background-image: url('../img/menu.png');
    background-size: cover;
    width: 36px;
    height: 27px;  
    display: none;  
}
header .grid > ul li:last-child {
    display: none;
}



section.banner {
    padding-top: 200px;
}
section.banner .grid {
    grid-template-columns: 1fr max-content;
    gap: 50px;
}
section.banner video {
    height: 550px;
    border-radius: 20px;    
}
section.banner h1 {
    font-size: 72px;
    color: var(--preto);
    line-height: 72px;   
    margin-bottom: 20px; 
}
section.banner .apoio {
    margin: 40px 0;
    display: flex;
    gap: 20px;
}
section.banner ul {
    display: flex;
}
section.banner ul li:nth-child(2) {
    margin: 0 -20px;
}
section.banner .apoio p {
    max-width: 450px;    
    line-height: 26px;
    margin-bottom: 0;
}
section.banner .apoio p span {
    font-size: 24px;
    font-weight: 600;
    color: var(--azul);
    display: flex;    
    margin-bottom: 7px;
}
section.banner .apoio p span b {
    margin-right: 7px;
    font-weight: 600;
}
section.banner .botoes {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
section.banner .botoes a {
    background: var(--verde);
    color: var(--branco);
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
}



section.informacoes ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background: var(--azulC);
    padding: 30px;
    border-radius: 20px;
}
section.informacoes ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}
section.informacoes ul li img {
    width: 48px;
}
section.informacoes ul li span {
    display: flex;
    flex-direction: column;    
}


section.destaque {

}
section.destaque sup {
    font-family: system-ui;
    font-size: 28px;
    color: var(--azul);
    text-decoration: none;
    font-weight: 700;
    display: flex;
}
section.destaque sub {
    font-family: system-ui;
    font-size: 20px;
    font-weight: 500;
}
section.destaque .grid {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}
section.destaque figure {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    height: 625px;
    border-radius: 20px;
    position: relative;
}
section.destaque time {
    background: var(--laranja);
    display: flex;
    align-items: center;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 12px;
    gap: 8px;
}
section.destaque time p {
    color: var(--branco);
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: -6px;
}
section.destaque time p span {
    display: flex;
    font-weight: 600;
    font-size: 34.5px;
    font-family: monospace;
}
section.destaque time img {
    width: 50px;
}
section.destaque h2 {
    margin-bottom: 10px;
}
section.destaque h3 {
    margin: 20px 0;
}
section.destaque ol {
    display: flex;
    gap: 5px;
    margin-bottom: 40px;
}
section.destaque ol li {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: relative;
}
section.destaque ol li:hover span {
    visibility: visible;
}
section.destaque ol li span {
    position: absolute;
    visibility: hidden;
    position: absolute;
    top: -30px;
    font-size: 12px;
    font-weight: 500;
    background: var(--preto);
    color: var(--branco);
    padding: 5px;
    border-radius: 5px;    
    text-transform: uppercase;
}
section.destaque ul li {
    font-size: 16px;
    font-weight: 500;
}
section.destaque a {
    background: var(--verde);
    color: var(--branco);
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
}
section.destaque p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
}
section.destaque ul {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
section.destaque ul li img {
    width: 12px;
    margin-right: 4px;
}



section.produtos h2 {
    margin-bottom: 50px;
}
section.produtos time {
    background: var(--laranja);
    display: flex;
    align-items: center;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 12px;
    gap: 8px;
    position: absolute;
    right: 150px;
    top: 8px;
}
section.produtos time p {
    color: var(--branco);
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: -6px;
}
section.produtos time p span {
    display: flex;
    font-weight: 600;
    font-size: 34.5px;
    font-family: monospace;
}
section.produtos time img {
    width: 50px;
}
section.produtos .botoes {
    position: absolute;
    right: 30px;
    top: 25px;
    display: flex;    
    gap: 30px;
}
section.produtos button {
    background: none;
    border: 0;
}
section.produtos button.slick-prev img {
    transform: scaleX(-1);
} 
section.produtos .grid {
    grid-template-columns: minmax(0, 1fr);
}
section.produtos .rotativo .item p strong {
    font-family: system-ui;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    margin-top: 8px;
}
section.produtos .rotativo .item p {
    margin-bottom: -4px;
}
section.produtos .rotativo .item u {
    font-family: system-ui;
    font-size: 24px;
    color: var(--azul);
    text-decoration: none;
    font-weight: 500;
}
section.produtos .rotativo .item p span {
    font-size: 18px;
}


section.produtos .rotativo h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
section.produtos .rotativo .item .img {
    width: 100%;
    height: 250px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
section.produtos .rotativo .item .estrela {
    background-image: url('../img/icone-estrela.png');
    width: 83px;
    height: 14px;
    background-size: 17px;
    margin-bottom: 17px; 
}
section.produtos .rotativo .item {
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 20px;    
    position: relative;
}
section.produtos .rotativo .item sup {
    background: var(--azul);
    color: var(--branco);
    padding: 5px 8px;
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: system-ui;
    align-items: center;
    gap: 5px;
}
section.produtos .rotativo .item a {
    background: var(--verde);
    color: var(--branco);
    font-weight: 600;
    padding: 15px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 11px; 
    margin-top: 24px; 
}
section.produtos .slick-slider .slick-slide {
  margin: 0 5px;
}

section.produtos .slick-list {
  margin: 0 -5px;
}



section.categorias .grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
section.categorias .grid div {
    height: 275px;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 25px;
}
section.categorias .grid div h3 {
    font-size: 32px;
    color: var(--branco);
    margin-bottom: 20px;
}
section.categorias .grid div p {
    color: var(--branco);
}
section.categorias .grid div a {
    background: var(--verde);
    color: var(--branco);
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 11px; 
    width: fit-content;
}


section.depoimentos cite {
    justify-content: center;
}
section.depoimentos h2 {
    text-align: center;
}
section.depoimentos .grid:last-child {
    grid-template-columns: minmax(0, 1fr);
}
section.depoimentos .slick-slider .slick-slide {
  margin: 0 5px;
}

section.depoimentos .slick-list {
  margin: 0 -5px;
}
section.depoimentos h2 {
    margin-bottom: 50px;
}
section.depoimentos .item {
    padding: 30px 20px;
    border: 2px solid #eee;
    border-radius: 20px;         
}
section.depoimentos .item .img {
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    margin: 0 auto;    
}
section.depoimentos .item .estrela {
    background-image: url('../img/icone-estrela.png');
    width: 83px;
    height: 14px;
    background-size: 17px;
    margin-bottom: 17px; 
    margin: 20px auto;    
}
section.depoimentos .item p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
section.depoimentos .item span {
    display: flex;
    align-items: center;
    flex-direction: column;    
    font-size: 16px;
    line-height: 26px;
}
section.depoimentos .item span b {
    color: var(--azul);
}
section.depoimentos .botoes {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}
section.depoimentos button {
    background: none;
    border: 0;
}
section.depoimentos button.slick-prev img {
    transform: scaleX(-1);
} 



section.sobre .grid {
    grid-template-columns: 1fr .65fr;
    gap: 50px;
    align-items: center;
}
section.sobre h2 {
    line-height: 58px;
    margin-bottom: 20px;
}
section.sobre p {
    line-height: 34px;
    margin-bottom: 30px;
}
section.sobre .lista {
    display: flex;
    gap: 50px;    
    align-items: center;
    margin-bottom: 40px;
}
section.sobre .lista > img {
    max-width: 125px;
}
section.sobre .lista ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;    
}
section.sobre .lista ul li {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
section.sobre .botoes {
    display: flex;
    gap: 15px;
}
section.sobre .botoes a {
    background: var(--verde);
    color: var(--branco);
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
}
section.sobre .grid > div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
section.sobre figure {
    height: 300px;
    border-radius: 20px;
}



section.siga {
    background-color: var(--azul);
    color: var(--branco);
    margin-top: 75px;
    padding: 50px;
}
section.siga h2 {
    margin-bottom: 0;
}
section.siga .grid {
    display: flex;
    justify-content: space-between;
}
section.siga ul {
    display: flex;
    gap: 35px;
    align-items: center;
}



footer {
    padding: 75px 0 50px;
}
footer .grid {
    grid-template-columns: 1fr .75fr 1fr;
}
footer .grid:last-child {
    margin-top: 50px;
    grid-template-columns: 1fr;
}
footer .grid:last-child div {
    display: grid;
    grid-template-columns: max-content 1fr;    
    align-items: center;
    gap: 50px;    
}
footer .grid:last-child div h4 {
    margin-bottom: 0;
}
footer h3 {
    font-size: 32px;
    color: var(--azul);
    margin-bottom: 25px;
}
footer ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;    
}
footer ul li span {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
footer ul li b {
    font-size: 20px;
}
footer ul li a {
    color: var(--preto);
}
footer ul li a:hover {
    color: var(--azul);
}
footer .grid div:nth-child(1) ul {
    gap: 30px;
}
footer .grid div:nth-child(1) ul li span {
    font-size: 32px;
    font-weight: 600;
}
footer .grid div:nth-child(1) ul li a {
    font-size: 20px;
}
footer .grid div:nth-child(3) ul li span {
    line-height: 30px;
}
footer .grid:last-child:before {
    content: '';
    height: 2px;
    width: 100%;
    background: #eee;
    margin-bottom: 20px;    
}


.creditos {
    background: var(--azul);  
    padding: 15px 0;  
}
.creditos .grid {
    display: flex;
    align-items: center;
    justify-content: space-between;    
}
.creditos p {
    color: var(--branco);
    margin-bottom: 0;
}
.creditos a {
    display: flex;
    color: var(--branco);
    gap: 10px;    
    align-items: center;
}