/* cores */
.cores {
  color: #333;
  color: #2E2868;
  color: #f4d916;
}

/* gerais */


body {
  background-color: #ececec;
  font-family: 'Poppins', sans-serif;
}

.row {
  margin: 0;
}

.justify-center {
  justify-content: center;
}

.container {
  padding: 50px 0;
}

p,
li {
  color: #444;
  font-size: 16px;
}



/* navbar */
header,
.navbar {
  background-color: #2E2868;
  padding: 10px;
}

#nav-container {
  padding-top: 0;
  padding-bottom: 0;
}

#logo {
  height: 40px;

}

.navbar-brand {
  padding: 0;
  color: #fff;
}

#navbar-links a {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav.link {
  padding: 1rem .8rem;
}

.navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}


/* banner */
.container-fluid {
  padding: 0;

}

.container-fluid .row {
  height: 100%;
  margin: 0;
}

/* About */



#about-area {
  background-color: #F9F9F9;
  text-align: center;
}


/* Títulos */
.main-title {

  color: #3d31a6;
  margin: 0 0 60px 0;
  font-size: 40px;
  text-align: center;
}

.main-title::after {
  content: "";
  border-top: 2px solid #333;
  width: 15%;
  position: absolute;
  top: 60px;
  left: 42.5%;
}

/* links */
a {
  text-decoration: none;
  color: #3d31a6;
}

/* button */
.btn-primary {
  background-color: transparent;
  color: #2E2868;
  border-radius: 80px;
  padding: 10px 20px;
  border-width: 3px;
  border-color: #2E2868;
  font-weight: bold;
  margin: 10px;
}

.btn-primary-hover {
  /* border-color: white; */
  border-width: 2px;
  --bs-btn-font-weight: 600;
  --bs-btn-color: white;
  --bs-btn-hover-color: white;
  --bs-btn-hover-border-color: #2E2868;
  --bs-btn-hover-bg: #2E2868;
  --bs-btn-active-color: #2E2868;
  --bs-btn-active-bg: #2E2868;
  --bs-btn-active-border-color: #2E2868;
}

.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.1rem #2E2868;
  background-color: transparent;
  color: #3f3688;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: transparent;
  border-color: #2E2868;
  border-width: 2px;
  box-shadow: none;
  color: #2E2868;
}

.btn-secondary {
  background-color: transparent;
  color: white;
  border-radius: 80px;
  padding: 10px 20px;
  border-width: 3px;
  border-color: white;
  --bs-btn-active-bg: #f4d916;
  --bs-btn-disabled-border-color: #f4d916;
}

.btn-secondary-hover {
  border-color: white;
  border-width: 2px;
  --bs-btn-font-weight: 600;
  --bs-btn-color: #2E2868;
  --bs-btn-hover-color: #2E2868;
  --bs-btn-hover-border-color: #f4d916;
  --bs-btn-hover-bg: #f4d916;
  --bs-btn-active-color: #f4d916;
  --bs-btn-active-bg: #f4d916;
  --bs-btn-active-border-color: #f4d916;
}

.btn-secondary.focus,
.btn-secondary:focus {
  background-color: transparent;
  border-color: white;
  border-width: 2px;
  box-shadow: none;
}


.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem #fff700;
  background-color: #f4d916;
  color: #7e6f00;
}

.btn:focus-visible {
  border-color: white;
  background-color: transparent;

}


.btn.focus,
.btn:focus {
  box-shadow: none;

}

/* Cards */
.card-title {
  Color: #352b8f
}




/* Propostas */
#services-area {
  background-color: #2E2868;
}

.service-box {
  text-align: center;
  /* margin-bottom: 50px; */
}

.service-box i,
.service-box h4 {
  transition: .5s;
}

.service-box i {
  font-size: 36px;
  margin-bottom: 20px;
  color: #f4d916;
}

.service-box h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #f4d916;
}

.service-box div:hover>i,
.service-box div:hover>h4 {
  color: #fff;
}

#services-area h3 {
  color: #e9e9e9;
}

#services-area .main-title::after {
  content: "";
  border-top: 2px solid #fff;
  width: 15%;
  position: absolute;
  top: 60px;
  left: 42.5%;
}

#services-area p {
  color: #e9e9e9;
}

/* Depoimentos */

.card {
  border-radius: 10px;
}

.card-body {
  border-radius: 10px;
}

#depoimentos {
  background-color: #fff;

}

#card-depo {
  margin-bottom: 30px;
}

/* footer */
#contact-area {
  text-align: center;
}

/* .contact-box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #2E2868 ;
} */

.contact-box i {
  color: #41369e;
  border: solid 1px #2E2868;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  margin-bottom: 20px;
}

.whatsapp-button i {
  color: #fff;
  background-color: green;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  margin-bottom: 20px;
}

.whatsapp-hover i:hover {
  background-color: #076504;
  transition: 0.2s;
}

.contact-title {
  font-weight: bold;
  color: #352b8f;
}

#whatsapp {
  font-size: 30px;
}

#instagram {
  font-size: 30px;
}

#copy-area {
  background-color: #2E2868;
}

#copy-area p,
a {
  color: #F9F9F9;
  text-align: center;
}

.contact-box p a {
  color: #333;
}


/* MODAL  */

.modal-content {
  border-radius: 10px;
}

#btn-modal {
  align-items: flex-end;
}

.text-modal,
.modal-title {
  text-align: left;
}



/* COLLAPSE */

.card-header {
  background-color: #2E2868;
}

.card-header2 {
  background-color: #3a3280;
}

.contact-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f4d916;
}