:root {
  --primary: #5D0A28;
  --secondary: #B58A11;
  --white: #FFF;
  --gray: #3F3F3E;
  --light-gray: #EAEAEA;
  --dark: #252525;
  --green: #17b22e;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: var(--primary);
}

a:hover {
  color: var(--secondary);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--secondary);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #EAEAEA;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  color: var(--primary);
  font-family: var(--font-family-poppins);
}

.section-title p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  transition: 0.5s;
}

.btn-get-started {
  background: var(--green);
  color: #fff;
  border: 2px solid var(--green);
}

.btn-get-started:hover {
  color: #fff;
  background: #22c74c;
  border-color: #22c74c;
}

@media (max-width: 575px) {
  .btn-get-started {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.formulario {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 12px 24px 12px;
  background-color: #FCF3FD;
  padding: 1.25rem 1rem;
  border-radius: 12px;
}

.formulario .header h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 10px;
  color: var(--primary);
  text-align: center;
}

.formulario .header p {
  line-height: 22px;
  font-size: 17px;
  color: #7A7A7A;
  text-align: center;
}

.formulario span {
  font-size: 10px;
  color: #7A7A7A;
  text-align: center;
}

.formulario select {
  color: #6C757D;
}

.formulario select:disabled {
  background-color: #fff;
}

.formulario button {
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding: 8px 30px 9px 30px;
  background-color: var(--green);
  border: 2px solid var(--green);
  border-radius: 3px;
}

.formulario button {
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding: 8px 30px 9px 30px;
  background-color: var(--green);
  border: 2px solid var(--green);
  border-radius: 3px;
}

.formulario button:hover {
  width: 100%;
  background-color: #22c74c;
  border: 2px solid #22c74c;
}

@media (max-width: 575px) {
  .formulario {
    margin: 35px 5px 0 5px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: var(--dark);
  font-size: 15px;
  background: var(--light-gray);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact img {
  width: 80%;
  margin-bottom: 20px;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--gray);

}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--primary);
  font-size: 11px;
  line-height: 1;
  vertical-align: middle;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--dark);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--primary)
}

#footer .footer-top .footer-atendimento ul i {
  font-size: 23px;
  vertical-align: middle;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: var(--dark);
}

#footer .credits a {
  transition: 0.3s;
  color: var(--primary);
}

#footer .social-links a {
  font-size: 15px;
  display: inline-block;
  background: var(--primary);
  color: #deddec;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}