@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "open_sanslight";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.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;
  }

img.logo {
  height: 160px;
  width: 240px;
}

img.alcina {
  height: 140px;
  width: 180px;
}

body {
  background-color: #cfd7d6;
}

/*CSS DO FOOTER*/

.footer {
  background-color: #121213;
  width: 100%;
  height: 70%;
  float: left;
  font-size: 18px;
  padding: 40px 40px 40px 40px;
}

.footer .left {
  width: 100%;
  float: left;
  border-bottom: 1px #222424 solid;
  border-right: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer .title-footer {
  display: flex;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: initial;
  font-size: 26px;
  width: 100%;

  margin-bottom: 15px;
}

.footer .title-footer span {
  color: #2fcacf;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}

/* Footer links */

.footer .links {
  width: 100%;
  float: left;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 0;
}

.footer .links a {
  display: block;
  line-height: 33px;
  text-decoration: none;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  transition: 0.3s;
}

.footer .links a:hover {
  color: #2fcacf;
}

.footer .Copyright {
  font-family: "DM Sans", sans-serif;
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

/*Rede Sociais*/

.footer .footer-icons {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.footer .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-bottom: 5px;
  transition: 0.3s;
}

.footer .footer-icons a:hover {
  background-color: #2fcacf;
}

/*Right*/

.footer .right {
  width: 100%;
  float: left;
}
.footer .right p {
  font-family: "DM Sans", sans-serif;
  font-weight: initial;
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  color: #ffffff;
}

/*formulario*/

.footer form {
  width: 100%;
  float: left;
}

.footer form input,
.footer form textarea {
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #1f2022;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  border: none;
  resize: none;
  outline: none;
  font: inherit;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  color: #d1d2d2;
  width: 100%;
  padding: 18px;
}

.footer ::-webkit-input-placeholder {
  color: #5c666b;
}

.footer ::-moz-placeholder {
  color: #5c666b;
  opacity: 1;
}

.footer :-ms-input-placeholder {
  color: #5c666b;
}

.footer form input {
  width: 100%;
  height: 55px;
  float: left;
  margin-bottom: 15px;
}

.footer form textarea {
  height: 100px;
  margin-bottom: 20px;
}

.footer form .btn {
  border-radius: 3px;
  background-color: #1f2022;
  color: #ffffff;
  border: 0;
  padding: 15px 50px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  float: left;
  cursor: pointer;
  transition: 0.3s;
}

.footer form .btn:hover {
  background-color: #2fcacf;
}

/*Responsive*/
@media (min-width: 998px) {
  .footer {
    padding: 100px 50px 50px 100px;
  }
  .footer .Copyright {
    font-size: 16px;
  }
  .footer form input,
  .footer form textarea {
    width: 100%;
    float: left;
  }
  .footer form button {
    padding: 10px 15px;
  }
}

@media (min-width: 600px) {
  .footer .left {
    width: 48%;
    border-bottom: 0;
  }
  .footer .right {
    width: 48%;
    padding-left: 10%;
    margin-top: 15px;
    border-left: 1px #222424 solid;
  }
  .footer form {
    margin-top: 20px;
  }
  .footer form {
    display: block;
  }
  .footer form button {
    float: none;
  }
}

@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%;
}

}

