@charset "utf-8";
/* CSS Document */

:root {
	--primary: #258ed8;
	--text-color: #131516;
	--bg: #e8ebed;
	--bg-alt: #e9edf2;
	--border: rgba(0,0,0,0.08);
	--accent-soft: #dbeafe;
	
/* FONTES */
	
	--font-body: "Rubik", sans-serif;
 	--font-title: "Lora", serif;
	
/* TAMANHOS */
	
	--h1: clamp(36px, 5vw, 56px);
	--h2: clamp(36px, 4.5vw, 56px);
	--h3: clamp(32px, 3vw, 40px);
	--h4: clamp(20px, 2vw, 24px);
	--h5: clamp(18px, 1.8vw, 20px);
	--h6: clamp(16px, 1.8vw, 18px);
	--text: 16px;
}

.py-5 {
  	padding-top: 0rem !important;
  	padding-bottom: 0rem !important;
}
/* MENU */
nav{
	font-family: var(--font-body);
	width: 100%;
	background-color: var(--bg);
	display: flex;
	justify-content: center;
}

nav img{
	margin-left: 8vw;
	margin-right: 3vw;
}

.navbar .nav-link{
    color: #131516;
	font-size: var(--text);
	white-space: nowrap;
	margin-top: 30px;
}
.navbar .nav-link:hover{
    color: #131516;
	font-size: var(--h6);
	font-family: var(--font-title);
	font-weight: 600;
	display: flex;
    align-items: center;
    height: 100%;
	line-height: 1;
	margin-top: 15px;
}
.navbar .nav-link.active{
    color: #131516;
	font-size: var(--h6);
	font-family: var(--font-title);
	font-weight: 600;
	display: flex;
    align-items: center;
    height: 100%;
	line-height: 1;
	margin-top: 15px;
	
}
.nav-container {
  	width: 70%;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
	
}

#navbarSupportedContent1{
	margin-right: 8vw;
	
}
.portfolio-btn{
	display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:140px;
    padding:12px 32px;
    background:#258ed8;
    color:#e8ebed;
    text-decoration:none;
    font-weight:600;
    margin-top:30px;
    transition:.3s;
	border-radius: 12px;
	font-family: var(--font-title);
  	font-size: var(--h6);
	white-space: nowrap;
}

.portfolio-btn:hover{
	color:#131516;
}
.navbar-toggler {
	margin-right: 8vw;
}

.menu-icon{
    color: #258ed8;
    font-size: 2rem;
}

.navbar-collapse.collapse.show{
	margin-left: 8vw;
	margin-bottom: 30px;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(37, 142, 216, 0.80);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 1040;
  pointer-events: none;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* NAVBAR SEMPRE ACIMA DO OVERLAY */
.navbar {
  z-index: 1055;
  position: fixed;
}

/* MENU ABERTO AINDA MAIS ALTO */
.navbar-collapse.show {
  z-index: 1060;
}
/* BODY*/
* {

}
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
	margin: 0;
}
body {
  	margin: 0;
  	padding: 0;
	background-color: var(--bg);
  	color: var(--text);
	font-family: var(--font-body);
	width:100%;
    overflow-x: hidden;
}

h1 {
  	font-family: var(--font-title);
  	font-size: var(--h1);
  	line-height: 1.1;
  	margin: 0;
}

h2 {
  	font-family: var(--font-title);
  	font-size: var(--h2);
  	line-height: 1.2;
  	margin: 0;
}

h3 {
  	font-family: var(--font-title);
  	font-size: var(--h3);
  	line-height: 1.3;
  	margin: 0;
}

h4 {
  	font-family: var(--font-title);
  	font-size: var(--h4);
  	line-height: 1.4;
  	margin: 0;
}
h5 {
  	font-family: var(--font-body);
  	font-size: var(--h5);
  	line-height: 1.5;
  	margin: 0;
	font-weight: 400;
}
h6 {
  	font-family: var(--font-title);
  	font-size: var(--h6);
  	line-height: 1.6;
  	margin: 0;
}
p {
  	font-family: var(--font-body);
  	font-size: var(--text);
  	line-height: 1.7;
  	margin: 0;
}

li {
  	font-family: var(--font-body);
  	font-size: var(--text);
  	line-height: 1.7;
  	margin: 0;
}
	

button {
  	font-family: var(--font-title);
  	font-weight: 500;
	}

section{
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

strong {
  font-weight: 400; /* em vez de 700 (padrão) */
}
/* BANNER */

#inicio{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
	margin: 0;
	padding: 0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.video-container{
    position: absolute;
    height: 100vh;
	margin: 0;
	inset: 0;
    z-index: 1;
	padding-top: 30px;
	width: 100%;
}

.video-container video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay{
    position: relative;
	inset: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 2;
	text-align: center;
    color: #131516;
	padding: 20 0 0;
	margin: 100 0 0;
	
}

.video-overlay em{
 	position: relative;
    display: inline-block;
	width: fit-content;
	font-weight: 500;
 	padding: 2px 6px;
    line-height: 1;
    margin: 0;
	z-index: 1;
}

.video-overlay em::before{
    content: "";
	position: absolute;
	top: -2px;
    left: -4px;
    right: -4px;
    bottom: -2px;
	background-color: #258ed8;
	transform: rotate(-3deg);
	z-index: -1;
}

.video-overlay h5{
	margin-top: 30px;
	width: 60%;
	line-height: 2.0;
	margin-bottom: 40px;	
}
.btn-orcamento{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:140px;
    padding:12px 32px;
    background:#07d3e2;
    color:#131516;
    text-decoration:none;
    font-weight:600;
    margin-top:auto;
    transition:.3s;
	border-radius: 12px;
	font-family: var(--font-title);
  	font-size: var(--h6);
	
}

.btn-orcamento:hover{
    transform:translateY(-2px);
	background:#73eaf2;
	color:#131516;
	
}

/* TRABALHOS */

#trabalhos{
	scroll-margin-top: -50px;
    background-color: #2f3235;
	overflow: hidden;
}	

#trabalhos h2{
    color: #e8ebed;
	margin-top: 30px;
}

.portfolio-item{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.portfolio-item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
	transition: transform 0.5s ease;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;

  padding: 25px;
  color: #131516;

  background: linear-gradient(
    to right,
    rgba(37,142,216,0.90),
    rgba(37,142,216,0.90)
  );

  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.portfolio-overlay h6,
.portfolio-overlay p{
	text-align: center;
}
.portfolio-overlay h6{
	font-weight: 700;
	
}

.portfolio-item:hover img{
    transform: scale(1.1);
}

.portfolio-item:hover .portfolio-overlay{
    transform: translateX(0);
}

.portfolio-item:hover .portfolio-overlay h3,
.portfolio-item:hover .portfolio-overlay p{
    transform: translateY(0);
}
#text-center{
	width:80%;
	text-align: center;
}

/* CLIENTES */

#clientes{
scroll-margin-top: 100px;
  display: flex;
  flex-direction: column;
 background-color: #258ED8;
	overflow: hidden;

}	
#clientes h2{
    color: #131516;
	margin-top: 10vh;;
	margin-bottom: 30px;
}

#clientes p{
    color: #131516;
}

text-center{
	width: 80%;
}
#depoimentos{
    position:relative;
	margin: 0 auto;
	margin-top:5vh;
	margin-bottom:10vh;
}

#depoimentos-prev,
#depoimentos-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 500;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(24, 26, 28, 0.4);
    border: 2px solid #e8ebed;
    display: flex;
    align-items: center;
    justify-content: center;
}

#depoimentos-prev{
     left: calc(15% - 60px);
}

#depoimentos-next{
   right: calc(15% - 60px);
}

#depoimentos-container{
	
    position: relative;
	padding-left:0;
    padding-right:0;
	margin-bottom:0;
    background-color: transparent;
	width: 70%;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
}
	
#depoimentos-track{
   display: flex;
    transition: transform .4s ease;
	gap: 24px;
	
}

#depoimentos-track .depo-item{
	flex:0 0 100%;
	box-sizing: border-box;
	
}

@media (min-width:768px){
	#depoimentos-track .depo-item{
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

@media (min-width:1200px){
 	#depoimentos-track .depo-item{
  	  flex: 0 0 calc((100% - 48px) / 3);
		
    }
}

.testimonial-card{
    width:100%;
    height:100%;
    padding:20px;
    background:#f5c400;
    box-sizing:border-box;
	border-radius: 12px;
	
}
.stars img{
	width: 18px;
    height: 18px;
	margin-right: 10px;
}
.quote-icon{
    width: 36px;
    height: 36px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.carousel-control-prev{
	width: 40px;
    height: 40px;
    background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 50%;
	background-color: rgba(24, 26, 28, 0.4);
    border: 2px solid #e8ebed;
	position: absolute;
}

.carousel-control-prev-icon{
	width: 24px;
    height: 24px;
    background-size: 90% 90%;	
}


.carousel-control-next{
	width: 40px;
    height: 40px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	border-radius: 50%;
	background-color: rgba(24, 26, 28, 0.4);
    border: 2px solid #e8ebed;
	position: absolute;
}
.carousel-control-next-icon{
	width: 24px;
    height: 24px;
    background-size: 90% 90%;	
}	

#marcas{
position: relative;
	
}
#marcas-prev,
#marcas-next{
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 500;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(24, 26, 28, 0.4);
    border: 2px solid #e8ebed;
}

#marcas-prev{
    left: calc(15% - 60px);
}

#marcas-next{
    right: calc(15% - 60px);
}
 
#marcas-container{
	
    position: relative;
	padding-left:0;
    padding-right:0;
	margin-bottom:0;
    background-color: #2C3133;
	 width: 70%;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
	margin: 0 auto;
	

}
#marcas-track{
	
    display: flex;
    transition: transform .4s ease;
	margin: 0 auto;

}
.logo-item{
    flex:0 0 100%;
}
.logo{
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.logo img{
    width:auto;
    height:auto;
    object-fit:contain;
	max-width:80%;
    max-height:85px;
}
@media (min-width:768px){
    .logo-item{
        flex:0 0 50%;
    }
}
@media (min-width:1200px){
    .logo-item{
         flex: 0 0 33.3333%;
    }
}

/* SERVIÇOS */
#servicos{
	scroll-margin-top: 50px;
	background-color: #07D3E2;
	background-image:url("../images/fundo_categoria.webp");
    background-attachment:fixed;
    background-size:cover;
	background-position: center calc(100% + 300px);
	background-repeat: no-repeat;
	padding-top: 15vh;
	text-align: center;	
}


.necessidade{
	text-align:center;
}
.necessidades-item{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:20px;
    align-items:stretch;
  margin-top: 5vh;
	margin-bottom: 5vh;
	justify-content: center;
}

.necessidade-item{
    background:#E8EBED;
	max-width:220px;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:24px;
    transition:transform .35s ease;
		border-radius: 12px;
}

.necessidade-item:hover{
    transform:translateY(-10px);
}

.necessidade-item img{
    flex-shrink:0;
    width:100px;
    height:100px;
    object-fit:contain;
	align-items:center;

    margin-bottom:12px;
}

.btn-orcar{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:140px;
   padding:12px 32px;
    background:#07d3e2;
    color:#131516;
    text-decoration:none;
    font-weight:600;
    margin-top:auto;
    transition:.3s;
	border-radius: 12px;
}

.btn-orcar:hover{
    transform:translateY(-2px);
	background:#73eaf2;
}

.conteudo{
	height: 200px;
	display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
.necessidade-item p{
	margin-bottom: 24px;
}
@media (max-width:991px){

.necessidades-item{
    display:flex;
    flex-direction:column;
    }

.necessidade-item{
    flex-direction:row;
	align-items:flex-start;
    gap:20px;
	max-width: 100%;
	padding: 30px;
}

.btn-orcar{
    margin-top:0;
    margin-left:auto;
	align-self:center;
}
.necessidade-item p{
	margin-top:10px;
}
.conteudo{
    width:160px;
    flex-shrink:0;
	height: 190px;
    }
}
@media (max-width:767px){

	#servicos{
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    #servicos h2{
        text-align:center;
        width:100%;
    }

    .necessidades-item{
        width:100%;
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    .necessidade-item{
        flex-direction:column;
        text-align:center;
        max-width:80%;
        align-items:center;
        padding:24px;
    }

    .conteudo{
        margin-top:10px;
    }

    .btn-orcar{
        margin-left:0;
        align-self:center;
    }
}
	
	#servicos-formatos{
    background:#258ED8;
    display:grid;
    grid-template-columns:35% 65%;
    align-items:center;
    gap:60px;
	width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
	padding-bottom: 20px;
	padding-top: 70px;
}


#servicos-titulo h2{
    font-size:5rem;
    font-style:italic;
    line-height:1.1;
    margin-left: 8vh;
}

.servicos-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px 30px;
	margin-right: 15vh;
}

.servico h4{
    margin-bottom:20px;
	font-weight: 500;
	position: relative;
    display: inline-block;
	width: fit-content;
 	padding: 2px 6px;
    line-height: 1;
	z-index: 1;
}

.servico h4::before{
    content: "";
	position: absolute;
	top: -2px;
    left: -4px;
    right: -4px;
    bottom: -2px;
	background-color: #07d3e2;
	transform: rotate(-3deg);
	z-index: -1;
}

.servico ul{
    list-style:none;
    padding:0;
    margin-bottom:0;
}

.servico li{
	 position:relative;
    padding-left:22px;
    margin-bottom:10px;
	text-align: left;
}

.servico li::before{
    content:"✓";
    position:relative;
    left:0;
    top:0;
    color:#07D3E2;
    font-weight:bold;
	font-size: 20px;
	margin-right: 20px;
}

@media (max-width:1200px){

    #servicos-formatos{
        grid-template-columns:1fr;
        gap:50px;
		padding: 50px 20px;
    }

    #servicos-titulo h2{
        text-align:center;
		margin-left: 0;
    }

    .servicos-grid{
        grid-template-columns:repeat(2,1fr);
		margin-right: 0;
    }

}

@media (max-width:768px){

    .servicos-grid{
    grid-template-columns:1fr;
	justify-items: center;
    align-items: center;
	margin-right: 0;
    }

    #servicos-titulo h2{
    font-size:3rem;
    margin-left: 0;
}

}

/* SOBRE */

#sobre {
  scroll-margin-top: 90px;
	display: flex;
  flex-direction: column;
  align-items: center;
	padding-top: 10vh;
}
.sobre {
  	background-color: #e8ebed;
  	color: #111;
	display:flex;
	}

.sobre-container {
 display: flex;
  flex-direction: column;
  gap: 50px;
		margin-left: 8vw;
		margin-right: 8vw;
		margin-top: 10vh;
		margin-bottom: 8vh;
	width: 80vw;
  margin: 0 auto;
}

.coluna-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
	margin-top: 2vh;
	place-items: center;
	gap: 20px;
}

.sobre-texto {
display: flex;
  flex-direction: column;
  gap: 20px;
margin-top: -8vh;
}


.sobre-texto h2{
 	position: relative;
    display: inline-block;
	width: fit-content;
 	padding: 2px 6px;
    line-height: 1;
    margin: 0;
	z-index: 1;
}

.sobre-texto h2::before{
    content: "";
	position: absolute;
	top: -2px;
    left: -4px;
    right: -4px;
    bottom: -2px;
	background-color: #258ed8;
	transform: rotate(-3deg);
	z-index: -1;
}

.sobre-texto p{
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}

.sobre-imagem{
display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sobre-imagem img{
  width:500px;
  height: auto;
  border-radius: 12px;
}

.sobre-imagem em{
	font-family: var(--font-title);
	font-size: 16px;
	font-weight: 400;
}

.sobre-info{
	width: 100vw;
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 30px;
	background-color: #258ed8;
    margin-left: calc(-50vw + 50%);
	padding-left:16vw;
   	padding-right:16vw;
	padding-top: 3vh;
	padding-bottom: 3vh;
	margin-top: -3vh;
	margin-bottom: 8vh;
	
}

.sobre-info h4{
	margin-bottom: 20px;
}

#missao{
	background: #e8ebed;
	transform: rotate(-3deg);
}

#visao{
	background: #e8ebed;
	transform: rotate(3deg);
}

#valores{
	background: #e8ebed;
	transform: rotate(-3deg);
}

.info-item{
	padding: 20px;
}
.info-item p{
	transform: rotate(3deg);
	transform: rotate(-3deg);
}

@media (max-width: 960px) {
html,
body {
    overflow-x: hidden;
}
  .sobre-container {
    width: 90%;
    gap: 40px;
    max-width: none;
    margin: 0;
  }

  .coluna-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
	padding: 20px;
  }

  .sobre-info {
	width: 100vw;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
	box-sizing: border-box;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 2rem 8vw;
    gap: 50px;
	grid-template-columns: 1fr;
  }
}

  .sobre-imagem img {
    width: 100%;
    max-width: 500px;
  }

  .sobre-texto {
    margin-top: 0;
  }

  #sobre {
    padding-top: 8vh;
	margin: auto;
	width: 100vw;
  }
/* CONTATO */
#contato {
  	width: 100%;
  	display: flex;
  	justify-content: center;
 	 align-items: center;
 	background-color: #07D3E2;
	background-image:url("../images/fundo_categoria.webp");
    background-attachment:fixed;
    background-size:cover;
	background-position: center calc(100% + 100px);
	background-repeat: no-repeat;
  	position: relative;
  	overflow: hidden;
	padding: 30px;
}

.contato-container {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  width: 100%;
	
}

.contato-container h1 {
  font-size: 48px;
  color: #111;
  margin-bottom: 10px;
}

.form-box h1{
	font-size: 48px;
  color: #111;
  margin-bottom: 10px;
	text-align: center;
}

.sub {
  margin-bottom: 40px;
	margin-top: 20px;
  color: #222;
	text-align: center;
}

.form-box {
 	 width: 70%;
	background: #1e88e5;
  	padding: 0px 30px 40px 30px;
  	text-align: left;
	border-radius: 12px;
	margin: 0 auto;
}

.form-box label {
  display: block;
  margin-top: 15px;
  margin-bottom: 6px;
  color: #E8EBED;
  font-weight: 600;
	border-radius: 12px;
}

.form-box input,
.form-box textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
	margin-bottom: 20px;
}

.form-box textarea {
  height: 120px;
  resize: none;
}

.form-box button {
	display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:140px;
    padding:12px 32px;
    background:#07d3e2;
    color:#131516;
    text-decoration:none;
    font-weight:800;
    margin-top:auto;
    transition:.3s;
	border-radius: 12px;
	 border: none;
  	outline: none;
}

.form-box button:hover {
  transform:translateY(-2px);
	background:#73eaf2;
}

@media (max-width: 768px) {
  .contato-container h1 {
    font-size: 32px;
  }

  .form-box {
    padding: 25px;
  }
}

/* RODAPE */

.footer{
    background:#2f3235;
    color:#fff;
    padding:50px 8vw 0px;
}

.footer-container{
    display:grid;
    grid-template-columns:2fr 1fr 1.2fr;
    gap:70px;
    align-items:flex-start;
}

.footer-logo{
    width:120px;
    margin-bottom:25px;
}

.footer-col p{
    line-height:1.9;
    margin-bottom:18px;
}
.tel-wpp{
	color: white;
	text-decoration: none;
}
.footer-col h3{
    font-size:24px;
    margin-bottom:30px;
	margin-top: 90px;
	
}

.footer-col ul{
    list-style:none;
    padding:0;
}

.footer-col li{
    margin-bottom:15px;
}
.footer-col li:hover {
    text-decoration: underline 2px;
    text-decoration-color: #258ed8;
}
.footer-contato{
    margin-top:40px;
}

.btn-footer{
	display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:140px;
    color:#131516;
    transition:.3s;
	border-radius: 12px;
    margin-top:30px;
    padding:14px 40px;
    background:#258ed8;
    text-decoration:none;
    font-weight:800;
	font-family: var(--font-title);
	font-size: 18px;
}

.btn-footer:hover{
    background:#07d3e2;
}

.footer-copy{

    margin-top:40px;
    padding-top:30px;

    border-top:1px solid rgba(255,255,255,.08);

}

.footer-copy-container{
    display:grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "left right"
        "assinatura right";
    align-items:start;
    gap:20px 40px;
}

.footer-copy-left{
    grid-area:left;
}

.footer-copy-right{
    grid-area:right;
    display:flex;
    align-items:center;
    gap:18px;
}

.assinatura{
    grid-area:assinatura;
    width:180px;
    max-width:100%;
    margin-top:10px;
}

.footer-copy-left p{

    margin:0;

    line-height:1.7;

}

.footer-policy{

    margin-top:10px;

    color:#ffffff;

    text-decoration:none;

    transition:.3s;

}

.footer-policy:hover{

    color:#258ed8;

    text-decoration:underline;

}


.footer-copy-right a{

    transition:.3s;

}

.footer-copy-right img{

    width:28px;

    height:28px;

}

.footer-copy-right a:hover{

    transform:translateY(-2px);

    opacity:.8;

}
@media (max-width:960px){

    .footer{
        padding:30px 8vw 0px;
		
    }

    .footer-container{
        grid-template-columns:1fr;
        gap:10px;
		width: auto;
    }

    .footer-col h3{
        margin-bottom:20px;
    	font-size:20px;
		 margin-top:20px;
    }

    .btn-footer{
        width:100%;
        text-align:center;
    }

   .footer-copy-container{
        display:grid;
        grid-template-columns:1fr;
        grid-template-areas:
            "left"
            "right"
            "assinatura";
        justify-items:center;
        text-align:center;
        gap:20px;
    }

    .footer-copy-left{
        grid-area:left;
    }

    .footer-copy-right{
        grid-area:right;
        justify-content:center;
        flex-wrap:wrap;
    }

    .assinatura{
        grid-area:assinatura;
        margin-top:10px;
    }
}