*,
h1,
p,
a {
  font-family: "Open Sans", sans-serif;
}

a,
button {
  cursor: pointer;
}

.cookie-message-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 16px;
}

.cookie-message-wrapper span {
  font-size: 14px;
  line-height: 2;
}

.cookie-inner-wrapper {
  padding: 10px 20px;
  background: rgba(109, 110, 113, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.cookie-inner-wrapper a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  padding-left: 5px;
  white-space: nowrap;
}

.cookie-inner-wrapper-text {
  margin-right: 15px;
}

.cookie-inner-wrapper .button {
  margin-top: 0;
  padding: 0 20px;
  line-height: 2;
  margin-left: 20px;
  font-size: 14px;
}

.btn_cookie_accept {
  margin-left: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  padding: 5px;
  text-transform: lowercase;
  font-size: 10px;
  color: black;
  box-shadow: none;
  height: fit-content;
}

input::-webkit-input-placeholder {
  color: #666666;
}

input:-moz-placeholder {
  color: #666666;
  opacity: 1;
}

input::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #666666;
}

textarea::-webkit-input-placeholder {
  color: #666666;
}

textarea:-moz-placeholder {
  color: #666666;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #666666;
}

.form-error {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
  clear: both;
}

.success-message {
  color: green;
  display: none;
  margin-top: 5px;
  font-size: 16px;
}

.success-message.small {
  font-size: 12px;
}

.form-error-message {
  display: none;
  color: red;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.border {
  border: 1px solid red;
}

.center {
  text-align: center;
  display: flex;
  justify-content: center;
}

.pointer {
  cursor: pointer;
}

.none,
.order-billing-wrapper {
  display: none;
}

.newsletter-sbm-message {
  color: green;
  display: none;
  margin-top: 5px;
}

.display-flex {
  display: flex;
}

label.error {
  color: red;
  margin-top: 5px;
  font-weight: initial;
  font-size: 85%;
  display: block;
}

.form-userreg-success-message {
  display: none;
  color: green;
}

.cart-error,
.form-error-message {
  display: none;
  color: red;
}

.cart-pini-wrapper {
  position: relative;
}

.cart-pini-itens {
  display: none;
  position: absolute;
  background: white;
}

/** personalizado **/

.grid-container {
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
}

header {
  height: 116px;
}

.header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  /*fixed*/
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 5000;
  max-width: 995px;
  margin: 0 auto;
  padding-bottom: 17px;
}

.navbar-fixed::after {
  content: "";
  position: absolute;
  left: -500%;
  bottom: 0;
  display: block;
  width: 1000%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.95);
  height: 117px;
  z-index: -1;
  border-bottom: 1px solid #d2d2d1;
}

.menu-list {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.menu-list>a:first-child,
.menu-list a:hover {
  color: rgb(162, 236, 243);
}

.menu-list a {
  color: #10afb0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding-left: 20px;
}

.banner .banner-img {
  align-items: center;
  display: flex !important;
  justify-content: center;
  margin-top: 50px;
}

.banner .banner-img>div:nth-child(2) {
  flex: 0 0 auto;
}

.banner {
  background-color: #10afb0;
  justify-content: center;
}

.banner h1 {
  font-size: 69px;
  color: white;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Open Sans";
}

.agendar {
  background-color: rgb(182, 243, 232);
  border-radius: 100px;
  color: rgb(50, 50, 50);
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  height: 70px;
  line-height: 70px;
  margin-top: 40px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--trans1, border-color 0.4s ease 0s, background-color 0.4s ease 0s);
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
  margin-left: 5px;
  min-width: 400px;
  width: fit-content;
  padding: 0 20px;
  margin-bottom: 20px;
}

.agendar:hover {
  background-color: rgb(129, 222, 205);
  transition: all 0.5s ease;
}

.contactos {
  margin-top: 60px;
}

.contactos h1 {
  font-family: "Open Sans";
  font-size: 65px;
  color: #10afb0;
  font-weight: 700;
  letter-spacing: -2px;
}

.contactos .display-flex {
  justify-content: center;
  margin: 50px 0;
}

.contactos .display-flex,
.contactos .display-flex a {
  font-size: 16px;
  color: #10afb0;
  font-weight: 500;
}

.contactos .display-flex>div {
  border-right: 4px solid #10afb0;
  padding: 10px 15px;
  height: 68px;
  display: flex;
  align-items: center;
}

.contactos .display-flex>div:last-child {
  border-right: 0px solid #10afb0;
}

.contactos p {
  font-size: 35px;
  color: #10afb0;
  font-weight: 700;
  font-family: "Open Sans";
  text-align: center;
  line-height: 1.3;
}

footer {
  background-color: #10afb0;
  margin-top: 30px;
  padding: 50px 0;
}

footer h2 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  border-top: 5px solid white;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 50px;
}

footer .display-flex {
  justify-content: center;
}

footer .display-flex>div {
  width: 250px;
  margin: 0 20px;
}

footer a {
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  line-height: 36px;
}

footer .active,
footer a:hover {
  color: rgb(162, 236, 243);
}

footer p,
footer th,
footer p a {
  font-size: 13px;
  color: white;
  padding-top: 5px;
  line-height: 2;
  text-transform: inherit;
  line-height: inherit;
}

footer .social {
  display: flex;
}

.copy p,
.copy p a {
  font-size: 13px;
  color: #10afb0;
  line-height: 2;
  margin-bottom: 0;
  padding: 24px 0
}

.copy {
  border-bottom: 4px solid #10afb0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #10afb0;
}

.slick-dots li button:before {
  font-size: 15px;
}

.slick-dots li button:before {
  opacity: 1;
  color: rgb(129, 222, 205);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: -30px;
}

.video {
  width: 100%;
  height: 755px;
  position: relative;
  max-width: 100%;
  visibility: visible;
}


tbody tr:nth-child(even) {
  background: transparent;
}

table {
  border: 0;
  margin-bottom: 0
}

tbody th,
tbody td {
  padding: 0
}

thead,
tbody,
tfoot {
  border: 1px solid transparent;
  background-color: transparent
}

footer p {
  margin-bottom: 0rem;
}