@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.box-total {
	height: 50px;
	margin-top: 35%;
  }
  
  .box-button1 {
	margin-top:-3px;
	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;
  }

footer{
    background-color: #415aca;
    padding: 50px 0;
}
.container-footer{
    max-width: 1400px;
    padding: 0 4%;
    margin: auto;
}
.row-footer{
    display: flex;
    flex-wrap: wrap;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}
.footer-col h4{
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
.footer-col ul{
    list-style: none;
}
.footer-col ul li{
    margin: 10px 0;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #cecdcd;
    padding-left: 10px;
}
.footer-col .medias-socias{
    margin-top: 30px;
}
.footer-col .medias-socias a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    border-radius: 50%;
    color: white;
    border: 1px solid white;
    transition: all 0.5s ease;
}
.footer-col .medias-socias a i{
    font-size: 20px;
}

.footer-col .medias-socias a:hover{
    color: #415aca;
    background-color: white;
}
.footer-col .form-sub input{
    width: 100%;
    padding: 10px;
    font-size: 15px;
    outline: none;
    border: 1px solid white;
    color: white;
    background-color: #415aca;
}
.footer-col .form-sub input::placeholder{
    color: white;
}
.footer-col .form-sub button{
    width: 100%;
    margin-top: 10px;
    padding: 10px; 
    font-size: 17px;
    outline: none;
    border: none;
    cursor: pointer;
    color: #415aca;
    border-radius: 3px;
    font-weight: bold;
    background-color: white;        
}
/* Responsivo */
@media (max-width: 800px) {
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
}
@media (max-width:600px) {
    .footer-col{
        width: 100%;
    }
}

@media screen and (min-width: 600px){
	.footer .content .container {
	  grid-template-columns: repeat(1, 1fr);
	  row-gap: 3.5rem;
	}
  
	/*caixa dos botões*/
  .box-total {
	height: 50px;
	margin-top: -15px;
  }
  
  /*caixa botão esquerdo*/
  .box-button1 {
	margin-top: 2%;
	margin-left: 30px;
	width: 15%;
	height: 25%;
  }
  
  /*caixa botão direito*/
  .box-button2 {
	margin-top: 8px;
	margin-left: 80%;
	width: 15%;
	height: 25%;
  }
  
  }
  
  @media screen and (min-width: 998px){
	.footer .content .container {
	  grid-template-columns: repeat(1, 1fr);
	  row-gap: 3.5rem;
	}
  
	/*caixa dos botões*/
  .box-total {
	height: 50px;
	margin-top: -15px;
  }
  
  /*caixa botão esquerdo*/
  .box-button1 {
	margin-top: 2%;
	margin-left: 40px;
	width: 15%;
	height: 25%;
  }
  
  /*caixa botão direito*/
  .box-button2 {
	margin-top: 8px;
	margin-left: 83%;
	width: 15%;
	height: 25%;
  }
  
  }
  
  