@import url(//fonts.googleapis.com/css?family=Lato:300:400);
.bg-tomasi-gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(177deg, rgb(255, 255, 255) 20%, rgb(51, 55, 65) 21%, rgb(51, 55, 65) 23%);
}

html {
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  border: 0;
  overflow-x: hidden !important;
}

Header-banner {
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.text-justify {
  text-align: justify !important;
}

.custom-size-circle {
  width: 80%;
  margin: 0px 15%;
}

.rounded-circle {
  border-radius: 100% !important;
}

.bg-tomasi {
  background-color: #04b3f4 !important;
}

.row > * {
  padding-left: calc(var(--bs-gutter-x) * 0) !important;
}

.form-control {
  padding: 0.675rem 4.95rem;
}

.bg-gelo {
  background-color: #efefef;
}

.bg-carvao {
  background-color: rgb(58, 57, 57);
}

.nav-link {
  font-weight: 600;
}

.text-header {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
}
.text-header-natal {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 20px;
}

.header {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, rgb(84, 58, 183) 0%, rgb(0, 172, 193) 100%);
  color: white;
}

.inner-header {
  height: 50vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .width-custom-card {
    width: 350px;
  }
}
.nav-link:hover {
  border-style: solid;
  border-width: 2px;
  font-weight: 600;
  border-color: #04b3f4;
  border-left: none;
  border-right: none;
  border-top: none;
  transition: 9900ms;
}

.custom-clientes img {
  width: 40%;
}

:root {
  --clr-primary: teal;
  --clr-secondary: crimson;
  
  --bg-primary: #0d1a2d;
  --bg-secondary: #f7faff;
  
  --text-primary: #fff;
  --text-secondary: #ccc;
}

ul:where([role="list"]) {
  list-style: none;
  margin: 0;
  padding: 0;
}

section {
  padding-block: clamp(2rem, 5vw, 5rem);
}


.container {
  width: min(100% - 2rem, 65rem);
  margin-inline: auto;
}

.grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 
  repeat(auto-fit, minmax(min(35ch, 100%), 1fr));
}


.flex-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.flow-content {
  display: grid;
  align-content: start;
  gap: 1rem;
}

[data-spacing="sm"] {
  gap: 0.25rem;
}

.mx-auto {
  width: fit-content;
  margin-inline: auto;
}

/* starts here */
.card {
  width: min(100% - 2rem, 35ch);
  margin-inline: auto;
  background-color: var(--bg-secondary);
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.5rem;
}

.card__name {
  font-weight: 700;
  color: var(--text-primary);
}

.card__position {
  font-style: italic;
}

.card__img {
  width: 5rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--text-secondary);
}

.card__front {
  padding: 2em 2em 2.5em 2em;
  transition: 
    opacity 250ms ease,
    transform 450ms ease;
}
/* Logo Slider */

.logo-slider {
	background: white;
	-webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.logo-slider::before, .logo-slider::after {
	background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 175px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.logo-slider::after {
	right: 0;
	top: 0;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.logo-slider::before {
	left: 0;
	top: 0;
}

.logo-slider .logo-slide-track {
	-webkit-animation: logo-scroll 60s linear infinite;
	animation: logo-scroll 60s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(250px * 14);
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.logo-slider .slide {	
	padding: 3rem;
}
.slide img {
  width: 100%;
}
@-webkit-keyframes logo-scroll {
	0% {
		-webkit-transform: translateX(0); 
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

@keyframes logo-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

/*# sourceMappingURL=animista.css.map */

/*# sourceMappingURL=style.css.map */
