@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Raleway:wght@700;800;900&display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 4.5em;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html,
body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

.navbar-item img {
  max-height: 4rem;
}


.main-banner:before {
  content: '';
  background-image: url(../images/initial-banner-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -200px;
  top: -230px;
  width: 960px;
  height: 800px;
}

.top h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 72px;
  color: #2a2a2a;
}

.top span {
  color: #4d5d68;
}

.top em {
  color: #2386a0;
  font-style: normal;
}

.top a {
  background-color: #2386a0;
  color: #fff;
}

.service {
  background: url(../images/adorno-left.png);
  background-repeat: no-repeat;
  background-size: auto
}

.service h3,
.about h3,
.diferenciais h3,
.contact h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 35px;
  font-weight: 900;
  color: #4d5d68;
}

.service span,
.about span,
.diferenciais span,
.contact span {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: rgba(35, 166, 189, 0.25);
}

.service p {
  line-height: normal;
}

.equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.equal-height .card-footer {
  margin-top: auto;
}

.about {
  background: url(../images/about-right-dec.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}


#tabs-with-content .tabs:not(:last-child) {
  margin-bottom: 0;
}

#tabs-with-content .tab-content {
  padding: 1rem;
  display: none;
}

#tabs-with-content .tab-content.is-active {
  display: block;
}

.tab-content {
  min-height: 170px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tabs ul,
.tabs a {
  border-bottom: none;
}

.is-active {
  background-color: #fcfcfc;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-top: 1%;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.diferenciais {
  background: url(../images/diferenciais-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.contact {
  background: url(../images/contact-dec.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.contact .field:not(:last-child) {
  margin-bottom: 1rem;
}

.contact .left,
.contact .right {
  padding: 4.5rem;
}

.contact .left {
  border-right: 5px solid #fff;
}

.contact .left .title {
  font-weight: 800;
  letter-spacing: -2px;
}

.contact .left .colored {
  color: #2386a0;
  font-weight: 500;
  margin-top: 1rem !important;
  letter-spacing: -1px;
}

.contact .left p {
  color: hsla(0, 0%, 0%, 0.33);
  font-size: 1.15rem;
}

.contact .right .title {
  font-weight: 800;
  letter-spacing: -1px;
}

.contact .right .description {
  margin-top: 1rem;
  margin-bottom: 1rem !important;
  color: hsla(0, 0%, 0%, 0.33);
  font-size: 1.15rem;
}

.contact .right small {
  color: hsla(0, 0%, 0%, 0.33);
}

.contact input {
  font-size: 1rem;
}

.contact input:focus {
  border-color: #2386a0 !important;
  box-shadow: 0 0 0 1px #2386a0 !important;
}

.contact .fab,
.contact .fas {
  color: hsla(0, 0%, 0%, 0.33);
  margin-right: 1rem;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:15px;
  fill: #ffffff
}

