@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');

:root {
    --color-neutral-0: #0e0c0c;
    --color-neutral-10: #440000;
    --color-neutral-30: #a8a29e;
    --color-neutral-40: #f5f5f5;

}

* {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.box-total {
	height: 50px;
	margin-top: 35%;
  }
  
  .box-button1 {
	margin-top:-65px;
	margin-left: 12px;
	width: 25%;
	height: 43vh;
  }
  
  .bteesquerdo {
	margin-left: -300px;
	height: 30%;
	display: flex;
  }
  
  .bte {
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	border-radius: 500px;
	transition-property: background-color, border-color, color, box-shadow, filter;
	transition-duration: 0.3s;
	border: 1px solid transparent;
	letter-spacing: 2px;
	min-width: 160px;
	text-transform: uppercase;
	white-space: normal;
	font-weight: 700;
	text-align: center;
	padding: 16px 14px 18px;
	color: #616467;
	box-shadow: inset 0 0 0 2px #616467;
	background-color: transparent;
	height: 48px;
  }
  
  .bte:hover {
	color: #fff;
	background-color: #f56653;
  }
  
  .box-button2 {
	margin-top: -368px;
	width: 25%;
	height: 43vh;
	margin-left: 70%;
  }
  .btdireito {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .btd {
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	border-radius: 500px;
	transition-property: background-color, border-color, color, box-shadow, filter;
	transition-duration: 0.3s;
	border: 1px solid transparent;
	letter-spacing: 2px;
	min-width: 160px;
	text-transform: uppercase;
	white-space: normal;
	font-weight: 700;
	text-align: center;
	padding: 16px 14px 18px;
	color: #616467;
	box-shadow: inset 0 0 0 2px #616467;
	background-color: transparent;
	height: 48px;
  }
  
  .btd:hover {
	color: #fff;
	background-color: #d1e706;
  }


main {
    height: 80vh;
}

footer {
    width: 100%;
    color: var(--color-neutral-40);
}

.footer-link {
    text-decoration: none;
}

#footer_content {
    background-color: var(--color-neutral-10);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 3rem 3.5rem;
}

#footer_contacts  {

    margin-bottom: 0.50rem;
}
 .img-footer{
    display: flex;
 }
#footer_social_media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
} 

#footer_social_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.4s;
}

#footer_social_media .footer-link i {
    font-size: 1.25rem;    
}

#footer_social_media .footer-link:hover {
    opacity: 0.8;
}

#facebook {
    background-color: #4267b3;
}
#info{
    background-color: #228B22;
}
img{
    width: 10rem;
    height: 5rem;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list .footer-link {
    color: var(--color-neutral-30);
    transition: all 0.4s;
}

.footer-list .footer-link:hover {
    color: #7f37c9;
}

#footer_subscribe {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#footer_subscribe p {
    color: var(--color-neutral-30);
}

#input_group {
    display: flex;
    align-items: center;
    background-color: var(--color-neutral-0);
    border-radius: 4px;
}

#input_group input {
    all: unset;
    padding: 0.75rem;
    width: 100%;
}

#input_group button {
    background-color: #7f37c9;
    border: none;
    color: var(--color-neutral-40);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: all 0.4s;
}

#input_group button:hover {
    opacity: 0.8;
}

#footer_copyright {
    display: flex;
    justify-content: center;
    background-color: var(--color-neutral-0);
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
}

@media screen and (min-width: 600px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
/*caixa dos botões*/
.box-total {
    justify-content: center;
    height: 50px;
    margin-top: 175px;
  }

  /*caixa botão esquerdo*/
  .box-button1 {
    margin-top: -6%;
    margin-left: 20px;
    width: 15%;
    height: 25%;
  }

  /*caixa botão direito*/
  .box-button2 {
    margin-top: 5px;
    margin-left: 82%;
    width: 15%;
    height: 25%;
  }

}

@media screen and (min-width: 998px) {
    #footer_content {
        grid-template-columns: repeat(4, 1fr);
        padding: 3rem 2rem;
    }

    .box-total {
    	height: 32%;
		margin-top: 95px;
	  }
	
	  .box-button1 {
		margin-top: 5%;
		margin-left: 29px;
		width: 15%;
		height: 25%;
	  }

    .escrita{
        font-size: 20px;
        color: #0e0c0c;
        
      }
	
	  .box-button2 {
		margin-top: -49px;
		margin-left: 85%;
		width: 15%;
		height: 25%;
	  }

  }
