@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

:root {
  --bg-color-dark: #060216;
  --bg-color-pink: #c31d70;
  --font-family-title: 'Roboto', sans-serif;
  --font-family-p: 'Roboto', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img {
  display: block;
}

.img-fluid {
  max-width: 100%;
}

.img-center {
  margin: 0 auto;
  display: table;
}

h2 {
  font-family: var(--font-family-title);
  font-size: 3.125rem;
  margin: 0;
  color: #244454;
  font-weight: 100;
  margin-bottom: 1rem;
}
h3 {
  font-family: var(--font-family-p);
  font-size: 3.875rem;
  margin: 0;
}
p {
  font-family: var(--font-family-p);
  font-size: 1.25rem;
  line-height: 1.2;
  color: #5c5b5b;
  margin: 0;
  text-align: justify;
}
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;
}

.text-color-white {
  color: white;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bg-gray {
  background-color: #5c5b5b;
}


#header {
  background-color: #2b4352;
}
#banner {
  padding-top: 90px;
}
/* iframe,
video,
embed {
  max-width: 100%;
  min-height: 100px;
  vertical-align: top;
} */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#nav li a img {
  margin-right: 8px;
  margin-bottom: 5px;
}

.video-container iframe,.video-container object,.video-container embed,.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.box-rede a img {
  filter: brightness(0.5);
}

/*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.5rem;
  --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 > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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-50 {
  flex: 0 0 auto;
  width: 50%;
}

.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: 2rem;
  }
}

@media (max-width: 565px) {
  .col-sm-50 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-100 {
    flex: 0 0 auto;
    width: 100%;
  }
  #empresas .content .box {
    width: 100%;
  }
  #equipa .content {
    display: block !important;
  }
  #equipa .content .box {
    width: 100%;
  }
}

.padding-top {
  padding-top: 7rem;
}

.padding-bottom {
  padding-bottom: 7rem;
}

.margin-top {
  margin-top: 7rem;
}

#header {
  background-color: #2b4352;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0rem 0;
}

#header .img-bt-compre {
  height: 35px;
  padding: 20px;
}

#header img:hover {
  opacity: 0.8;
}

.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 3rem;
   box-sizing: border-box;
}

@media (max-width: 767px) {
  .box-cookies {
    flex-flow: column;
    text-align: center;
  }
}

.box-cookies p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

.box-cookies a {
  color: #fff;
}

.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,
#alertaPopUp a {
  font-size: 14px;
  line-height: 18px;
}
#alertaPopUp span {
  font-family: var(--font-family-p);
}
#alertaPopUp h2 {
  font-family: var(--font-family-p);
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 20px;
}


#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: 8px 3px 0 9px;
}
#alertaPopUp .boxPopUp .btClose {
  cursor: pointer;
  color: #fff;
  padding: 20px;
  font-family: arial;
  font-size: 19px;
  text-align: center;
  background: #2b4352;
}
#alertaPopUp .boxPopUp .btClose:hover {
  background: #fff;
  color: #2b4352;
}
#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;
}

/*----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 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 a {
  padding: 20px;
  box-sizing: border-box;
}

.link-home {
  display: none;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: var(--font-family-p);
  font-size: 1.25rem;
  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: 22px;
  height: 16px;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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: space-between;
  position: relative;
  margin: 20px;
}

nav .menu span {
  width: 90%;
  height: 4px;
  border-radius: 0;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
}

@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: 67px;
    height: var(--height);
    -webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.27, .55);
    transition: 1s cubic-bezier(0.68, -0.55, 0.27, .55);
    background: #2b4352;
  }

  nav ul.active {
    --height: calc(
      (((var(--padding) * .9) + (var(--font-size) * .9))) * var(--childenNumber)
    );
    /*   (Block Level Padding + The Font Size) * The Number of Children   */
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }

  nav ul li {
    margin: .5rem 0;
  }

  nav ul li.home a:first-child {
    display: none;
  }

  nav ul li a {
    padding: 0;
    margin: 0;
  }

}

nav a.lang {
  margin-left: 1rem;
  color: #fff;
  text-decoration: none;
}

nav a.lang:hover {
  text-decoration: underline;
}

/*----BANNER----*/
#banner {
  padding-top: 90px;
  position: relative;
}

.box-rede {
  position: absolute;
  bottom: 20px;
  height: auto;
  width: 100%;
}

.box-rede a {
  margin-bottom: 10px;
  display: block;
}

.box-rede a:hover {
  opacity: .8;
}

/*----EMPRESAS----*/
#empresas .content {
  display: flex;
  position: relative;
}

#empresas .content .box {
  position: relative;
  padding: 2px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#empresas .content .box .img-absolut {
  position: absolute;
  z-index: 9;
  padding: 2rem;
  box-sizing: border-box;
}

#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 .link-video {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 13px;
  color: #2b4352;
  font-size: 14px;
}

#empresas .link-video:hover {
  background: #2b4352;
  color: #fff;
}

#empresas .link-video .ico {
  filter:invert(1);
  width: 18px;
}

#empresas .link-video:hover .ico {
  filter:invert(0)
}

/*----EQUIPA----*/
#equipa .content {
  display: flex;
}

#equipa .content .box {
  position: relative;
  padding: 2vw;
}

#equipa .content .box img {
  filter: grayscale(1);
}

#equipa .content .box h3 {
    font-size: 1.2rem;
    margin: 0;
    margin-top: 10px;
}

/* FORM */
input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  font-size: 1rem;
  border-radius: 0.75em;
  color: #3d3d3d;
  background-color:#fff;
  border:0;
  border: 1px solid #d1d1d1;
  font-family: Arial;
  border-radius: 0;
  padding:0.2rem 1rem 0;
  height:3.6em;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

textarea{
  padding-top: 0.8rem;
  height: 15rem;
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #007298;
  outline: 0;
  font-family: Arial, Helvetica, sans-serif;
}

input.input-gray,
textarea.input-gray{
  background: #f6f6f6;
}

input.input-gray:focus,
textarea.input-gray:focus{
  background: #fff;
}

input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder{
  color: #999;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

.form-group{
  margin-bottom: 30px;
  display: flex;
}

input[type='submit'] {
  color: #244454;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border: 0;
  border-radius: 0;
  padding: 1.1em 2.28em 1em;
  background-color: #f6f6f6;
  text-decoration: none;
  -webkit-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  float: right;
}

input[type='submit']:hover {
  background-color: #244454;
  color: #f6f6f6;
}


/*----CONTATO----*/
#contato p {
  line-height: 1.8;
}

#contato p a {
  line-height: 1;
}

#contato .img-logo {
  margin-bottom: 2rem;
}

@media (max-width: 565px) {

  #empresas .content {
      display: block;
  }

  #contato h2,
  #contato p {
    text-align: center;
  }

  #contato .img-logo {
    margin: 0 auto;
    display: table;
    margin-bottom: 2rem;
  }

}

/*----MEDIA----*/

@media (max-width: 1399px) {

  nav .logo img {
      max-width: 160px;
  }

  nav ul li a {
      font-size: .8rem;
  }

}

@media (max-width: 1199px) {

  nav .logo img {
    max-width: inherit;
  }

  /* nav ul li a {
      font-size: inherit;
  } */

}

@media (max-width: 991px) {

  nav a.lang {
    margin-left: -8px;
    padding-bottom: 5px;
  }

}



