@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Italic.eot");
  src: url("../fonts/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SegoeUI-Italic.woff2") format("woff2"),
    url("../fonts/SegoeUI-Italic.woff") format("woff"),
    url("../fonts/SegoeUI-Italic.ttf") format("truetype"),
    url("../fonts/SegoeUI-Italic.svg#SegoeUI-Italic") format("svg");
  font-weight: normal;
  font-display: swap;
}

:root {
  --bg-color-dark: #060216;
  --bg-color-pink: #c31d70;
  --font-family-title: "Poppins", sans-serif;
  --font-family-p: "Poppins", sans-serif;
  --main-clr: #5d5d5d;
  --nav-shadow: 0px 3px var(--main-clr);
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img {
  display: block;
}

.img-fluid {
  max-width: 100%;
}

.img-health {
  margin-top: 10px;
}

.img-center {
  margin: 0 auto;
  display: table;
}

h2 {
  font-family: var(--font-family-title);
  font-size: 2.5rem;
  margin: 0;
  color: #bcafa0;
  font-weight: 300;
  margin-bottom: 1rem;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  padding-top: 20px;
  opacity: 0;
}
h2.active {
  padding-top: 0px;
  opacity: 1;
}
h2 small {
  font-size: 3.5625rem;
}
h3 {
  font-family: var(--font-family-p);
  font-size: 3.875rem;
  margin: 0;
}
p {
  font-family: var(--font-family-p);
  font-size: 24px;
  line-height: 1.5;
  color: #5c5b5b;
  margin: 0;
  text-align: justify;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  padding-top: 20px;
  opacity: 0;
}
p.active {
  padding-top: 0px;
  opacity: 1;
}
p small {
  font-size: 1rem;
}
li {
  list-style: none;
}
a {
  font-family: var(--font-family-p);
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  color: #5c5b5b;
}

.text-color-white {
  color: white;
}

.text-color-blue {
  color: #bcafa0;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bg-gray {
  background-color: #5c5b5b;
}


.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed; 
  opacity:1;
   background-color: rgba(0, 0, 0, .9);
   border-top: 1px solid #fff;
   bottom: 0;
   width: 100%;
   color: #fff;
   z-index: 999999;
   display: flex;
   gap: 10px;
   justify-content: center;
   align-items: center;
   padding: 3rem 1rem 3rem 1rem;
   box-sizing: border-box;
}

@media (max-width: 767px) {
  .box-cookies {
    flex-flow: column;
    text-align: center;
  }
  .box-cookies p,
  .box-cookies a {
    font-size: 14px;
    line-height: 16px;
  }
  .box-cookies .bt-aceitar {
    border-radius: 10px;
    padding: 6px 30px;
    font-size: 14px;
  }
}

.box-cookies p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  color: #fff;
  opacity: 1;
}


.box-cookies p.active {
  padding: 10px;
}

.box-cookies .bt-aceitar {
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 10px 50px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: var(--font-family-p);
  margin-top: 0rem;
  display: inline-block;
  font-size: 18px;
}

.box-cookies .bt-aceitar:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
}

/*Pop Up*/
.html-popup-hidden {
  overflow: hidden;
}

.html-popup-auto {
  overflow-y: auto;
}

#alertaPopUp {
  position: absolute;
  z-index: 9999999;
}
#alertaPopUp p {
  font-size: 14px;
  opacity: 1;
  padding-top: 0;
}
#alertaPopUp h2,
#alertaPopUp span {
      font-family: var(--font-family-p);
    opacity: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1;
    font-size: 27px;
}
#alertaPopUp .popupFixed {
  position: fixed;
  background: rgb(82 82 82/90%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#alertaPopUp .boxPopUp { 
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1100;
  _filter: alpha(opacity=90);
  -moz-opacity: 0.95;
  opacity: 0.95;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}
#alertaPopUp .boxPopUp .box {
  padding: 1px;
  background: #fff;
  max-width: 920px;
  width: 100%;
}
#alertaPopUp .boxPopUp .topPop {
  width: 100%;
  background: #000;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#alertaPopUp .boxPopUp .topPop span {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
  padding: 0px 5px 15px 9px;
}
#alertaPopUp .boxPopUp .btClose {
  cursor: pointer;
  color: #fff;
  padding: 26px;
  font-family: arial;
  font-size: 19px;
  text-align: center;
  background: #b7ab9d;
}
#alertaPopUp .boxPopUp .btClose:hover {
  background: #fff;
  color: #b7ab9d;
}
#alertaPopUp .boxPopUp .mainPop {
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(629px + 10vw);
  overflow: auto;
  /* background: url(../images/bg-club.webp) no-repeat top center; */
  background-size: contain;
}

/*GRID*/
.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1270px;
  }
}

.container.sm {
  max-width: 1090px;
}

.container.md {
  max-width: 1250px;
}

.container.lg {
  max-width: 1380px;
}

.row {
  --bs-gutter-x: 1.9rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x));
}

.row.center {
  align-items: center;
}

.row.center.gap-tb {
  gap: 30px 0;
}



.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-top: var(--bs-gutter-y);
  box-sizing: border-box;
}

.row-center {
  align-items: center;
  justify-content: center;
}

.col-lg-25 {
  flex: 0 0 auto;
  width: 25%;
}

.col-lg-33 {
  flex: 0 0 auto;
  width: 33%;
}

.col-lg-40 {
  flex: 0 0 auto;
  width: 40%;
}

.col-lg-50 {
  flex: 0 0 auto;
  width: 50%;
}

.col-lg-60 {
  flex: 0 0 auto;
  width: 60%;
}

.col-lg-75 {
  flex: 0 0 auto;
  width: 75%;
}

.col-lg-100 {
  flex: 0 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .col-md-50 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-100 {
    flex: 0 0 auto;
    width: 100%;
  }
  h2 {
    font-size: 2.5rem;
  }
  p {
    font-size: 20px;
    line-height: 1.4;
  }
  .img-health {
    margin-top: 20px;
  }
  #banner p,
  #grupo h2,
  #grupo p {
    opacity: 1;
  }
}

@media (max-width: 565px) {
  .col-sm-50 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-100 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.padding-top {
  padding-top: 7rem;
}

.padding-bottom {
  padding-bottom: 7rem;
}

.margin-top {
  margin-top: 7rem;
}

#header {
  background-color: #ffffffcf;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 1rem 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  margin-top: 2rem;
}

#header .img-bt-compre {
  height: 35px;
  padding: 20px;
}

#header img:hover {
  opacity: 0.8;
}

/*----NAV----*/
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background: transparent;
  max-width: 1620px;
  padding: 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

nav .logo {
  max-width: 300px;
  position: relative;
  z-index: 99;
}

nav .logo img {
  width: 100%;
  cursor: pointer;
}

nav ul {
  --padding: 20px;
  --font-size: 17px;
  padding-left: 0;
  padding-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: var(--font-size);
  overflow: hidden;
  /* transition: 1s cubic-bezier(.68,-0.55,.27,10.55); */
}

nav ul li {
  padding: 0 10px;
}

nav ul li a {
  box-sizing: border-box;
}

.link-home {
  display: none;
}

nav ul li a {
  color: #5c5b5b;
  text-decoration: none;
  position: relative;
  font-family: var(--font-family-p);
  font-size: 1.0625rem;
  font-weight: 400;
  text-transform: uppercase;
}

nav ul li a:hover {
  text-decoration: underline;
}

nav ul li.active a {
  font-weight: bold;
}

nav ul li a::after {
  content: "";
  width: 0%;
  height: 1.7px;
  border-radius: 99px;
  background: var(--main-clr);
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

nav ul li a:hover::after {
  width: 100%;
}

nav .menu {
  width: 23px;
  height: 16px;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: inherit;
  position: relative;
  margin-right: 0;
  /* background: red; */
  /* border: 1px solid red; */
  box-sizing: border-box;
  padding: 0;
  margin: 20px;
  margin-right: 0;
}

nav .menu span {
  width: 100%;
  height: 1px;
  border-radius: 0;
  background: #5d5d5d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
}

nav .menu.active span {
  background: var(--main-clr);
}

nav .menu.active span:nth-child(1) {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

nav .menu span:nth-child(3) {
  -webkit-transform-origin: left;
  transform-origin: left;
}

nav .menu.active span:nth-child(3) {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

nav .menu.active span:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media (max-width: 991px) {
  nav .menu {
    display: flex;
  }

  nav ul {
    --height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 100%;
    left: 0;
    top: 32px;
    height: var(--height);
    -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.27, 0.55);
    transition: 1s cubic-bezier(0.68, -0.55, 0.27, 0.55);
    background: #fff;
  }

  nav ul.active {
    --height: calc(
      (((var(--padding) * 0.8) + (var(--font-size) * 0.8))) *
        var(--childenNumber)
    );
    /*   (Block Level Padding + The Font Size) * The Number of Children   */
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }

  nav ul li {
    margin: 0.5rem 0;
  }

  nav ul li.home a:first-child {
    display: none;
  }
}

nav ul {
  width: 100%;
  justify-content: flex-end;
  --childenNumber: 6 !important;
}

.box-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
}

nav .menu-rede {
  display: flex;
  margin: 0 2rem;
}

nav .menu-rede a.link-menu {
  margin-left: 1rem;
}

nav a.lang {
  margin-left: 1rem;
  color: #bcafa0;
  text-decoration: none;
}

nav a.lang:hover {
  text-decoration: underline;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,.video-container object,.video-container embed,.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
}

/*----BANNER----*/
#banner {
  padding-top: 0;
  position: relative;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
  background: #e0d3c6;
}

#banner .box-texto {
  position: absolute;
  z-index: 9;
  bottom: 120px;
  height: auto;
  width: 100%;
}

#banner .box-texto p {
  font-family: var(--font-family-title);
  line-height: 1.15;
}

#banner .box-texto p big {
  font-size: 1.875rem;
}

#banner .box-texto p small {
  font-size: 1.125rem;
  margin-top: 1rem;
  display: block;
}

#banner .box-texto a:hover {
  opacity: 0.8;
}

/*----GRUPO----*/
#grupo {
  background: #e0d3c6;
}

#grupo h2 {
  font-size: 100px;
  font-size: calc(5vw + 3px);
  text-align: right;
  line-height: 0.9;
  text-transform: uppercase;
  color: #9b8f84;
}

#grupo h2 span {
  font-weight: 400;
}

#grupo p {
  color: #9b8f84;
}

#grupo-compl h2 {
  font-size: 100px;
  font-size: calc(5vw + 3px);
  text-align: left;
  line-height: 0.9;
  text-transform: uppercase;
  color: #5c5b5b;
  float: right;
}

#grupo-compl h2 span {
  font-weight: 400;
}

#grupo-compl p {
  color: #5c5b5b;
}

#grupo-compl p b {
  color: #9b8f84;
}

/*----EMPRESAS----*/
#empresas .content {
  display: flex;
}

#empresas .content .box {
  position: relative;
  padding: 2px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 25px;
  opacity: 0;
  filter: grayscale(1);
  background: #f4f4f4;
}

#empresas .content .box01 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#empresas .content .box02 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

#empresas .content .box03 {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

#empresas .content .box04 {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

#empresas .content .box01.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#empresas .content .box02.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#empresas .content .box03.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#empresas .content .box04.active {
  padding-top: 0;
  opacity: 1;
  filter: grayscale(0);
}

#empresas .content .box .text-absolut {
  position: absolute;
  z-index: 9;
  padding: 1rem 2rem;
  box-sizing: border-box;
  background-color: #fff;
  color: #848484;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  bottom: 20px;
  width: 85%;
  text-align: center;
  height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#empresas .content .box .img-empresa {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

#empresas .content .box:hover .img-empresa {
  filter: grayscale(1);
}

#empresas .content {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
#empresas .content .box .img-empresa {
  max-width: 300px;
}

/*----CONTATO----*/
#contato h2 {
  opacity: 1;
}

#contato p {
  line-height: 1.0;
  opacity: 1;
}

#contato p.text-endereco {
  line-height: 1.8;
  text-align: left;
}

#contato p.text-copy {
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

#contato .img-logo {
  margin-bottom: 2rem;
}

.box-rede {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
  gap: 6px;
}

/*----MEDIA----*/
@media (max-width: 3999px) {
  #grupo h2,
  #grupo-compl h2 {
      font-size: calc(3.5vw + 3px);
  }
}

@media (max-width: 1920px) {
  #grupo h2,
  #grupo-compl h2 {
      font-size: calc(5vw + 3px);
  }
}

@media (max-width: 1199px) {
  nav ul li a {
    font-size: inherit;
  }

  #banner .box-texto {
    bottom: 80px;
  }
}

@media (max-width: 991px) {
  nav .logo {
    max-width: 200px;
  }

  nav ul li a:hover {
    text-decoration: none;
  }

  nav a.lang {
    margin-left: 0;
  }

  nav .menu-rede a.link-menu {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  nav .menu-rede {
    margin: 1rem 0;
  }

  #banner .box-texto {
    bottom: 40px;
  }

  .box-links {
    width: 98%;
  }

  #empresas .content {
    display: block;
  }
  #empresas .content .box {
    width: 49%;
    float: left;
  }
  #grupo h2,
  #grupo-compl h2 {
      font-size: calc(4.5vw + 3px);
  }

  #contato p.text-endereco {
    font-size: 15px;
  }
}

@media (max-width: 565px) {
  nav ul {
    top: 16px;
  }

  #header {
    padding: 0;
  }

  #banner {
    padding-top: 33px;
  }

  #banner .box-texto {
    bottom: 20px;
  }

  #banner .box-texto p big {
    font-size: 1.1875rem;
  }

  #banner .box-texto p small {
    font-size: 1rem;
  }

  #empresas .content {
    display: block;
  }
  #empresas .content .box {
    width: 100%;
  }

  #contato h2,
  #contato p {
    text-align: center;
  }

  #contato p.text-endereco {
    text-align: center;
  }

  #contato .img-logo {
    margin: 0 auto;
    display: table;
    margin-bottom: 2rem;
    margin-top: 1rem;
    float: inherit !important;
  }
  .box-rede {
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

}

@media (max-width: 400px) {
  #banner .box-texto {
    bottom: 10px;
  }

  #banner .box-texto p big {
    font-size: 0.9375rem;
  }

  #banner .box-texto p small {
    font-size: 0.75rem;
  }
}

@media (max-width: 288px) {
  nav .logo {
    max-width: 140px;
  }
}
