body {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
}


html,
body {
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  letter-spacing: 2px;
}

.heading {
  font-size: 20px;
}

.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}

.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #1d1818;
}

.section-title strong {
  color: #010707;
  font-size: 56px;
}

.section-title h1 {
  font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

#work,
#about,
#team,
#portfolio,
#pricing,
#contact {
  padding-top: 100px;
  padding-bottom: 100px;
}


/* ==========================================================================
Seção do pré-carregamento
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #000000;
}

.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #45dcea;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* ==========================================================================
Seção de navegação 
========================================================================== */
.custom-navbar {
  background: #eed881;
  ;
  margin-bottom: 0;
}

.custom-navbar .navbar-brand {
  color: #000000;
  font-weight: 600;
  font-size: 24px;
}

.custom-navbar .navbar-brand .navbar-toggle {
  background: #000202;
  padding: 4px 6px;
  font-size: 16px;
  color: #b01717;
}

.custom-navbar .nav li a {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #ff5500;
}

.custom-navbar .nav>li>a:focus {
  background-color: transparent;
  color: #000000;
  outline: none;
}

.custom-navbar .nav li.active>a {
  color: #ff4a02;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #000000;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    background: #000000;
    padding: 10px;
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    padding: 4px;
    background: #eed881;
  }
}


/* ==========================================================================
Seção Casa
========================================================================== */
#home {
  background-size: cover;
  background-position: center;
  color: #000000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

#home h1 {
  font-size: 40px;
}

#home h3 {
  font-size: 14px;
}

#home hr {
  width: 240px;
}

#home .btn {
  background: transparent;
  border: 4px solid #000000;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #ffffff;
  border-color: transparent;
}

#home .btn-danger {
  background: #06eaff;
  border-color: transparent;
}

#home .btn-danger:hover {
  border: 4px solid #000000;
  border-radius: 0;
  background: transparent;
  color: #c000d9;
}


/* ==========================================================================
Seção trabalho
========================================================================== */
#work {
  text-align: center;
}

#work .col-md-6 { /* Ajustado para col-md-6 */
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

#work .col-md-6:hover { /* Ajustado para col-md-6 */
  background-color: #fef19b;
  box-shadow: 100px 100px 100px 0px rgba(50, 50, 50, 0.20);
}

#work h3 {
  font-size: 18px;
}


/* ==========================================================================
Sobre seção
========================================================================== */
#about {
  background: #ffffff;
  color: #000000;
}

.nav-tabs {
  margin-top: 30px;
  border-bottom: 1px solid #606060;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  display: block;
  color: #000000;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}

.nav-tabs>li>a:hover {
  background-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #00c6d7;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.tab-content {
  padding-top: 30px;
}

.tab-content a {
  color: rgb(255, 81, 0);
}

.tab-content a:hover,
.tab-content a:link {
  color: rgb(255, 102, 0);
  text-decoration: none;
}

/* Estilos para a imagem como um livro */
.book-container {
  perspective: 1000px; /* Para efeito 3D */
  text-align: center; /* Centraliza o conteúdo, se necessário */
}

.book-image {
  width: 100%; /* Ajuste a largura da imagem */
  transition: transform 0.5s, box-shadow 0.5s; /* Transição suave para a rotação e sombra */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Sombra para dar profundidade */
  border: 1px solid #ccc; /* Borda para simular a capa do livro */
  border-radius: 5px; /* Bordas arredondadas */
}

.book-container:hover .book-image {
  transform: rotateY(10deg); /* Efeito de virar página ao passar o mouse */
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3); /* Aumenta a sombra ao passar o mouse */
}


.contact-info {
  display: flex; /* Alinha os itens na mesma linha */
  align-items: center; /* Alinha verticalmente os itens */
  margin: 20px 0; /* Margem superior e inferior */
}

.contact-item {
  margin-right: 20px; /* Espaçamento entre os itens */
  color: rgb(0, 0, 0); /* Cor laranja para o texto */
  font-size: 18px; /* Tamanho da fonte, ajuste conforme necessário */
}

.contact-item span {
  font-size: 24px; /* Tamanho dos ícones (emoji) */
  margin-right: 5px; /* Espaçamento entre o ícone e o texto */
}

.contact-item a {
  color: orange; /* Cor laranja para o link do site */
  text-decoration: none; /* Remove o sublinhado do link */
}

.contact-item a:hover {
  text-decoration: underline; /* Efeito de sublinhado ao passar o mouse */
}





/* ==========================================================================
Seção equipa
========================================================================== */
#team {
  text-align: center;
}

#team h3 {
  color: #f5ee33;
  font-size: 14px;
  font-weight: bold;
}

#team .col-md-3 {
  padding-top: 18px;
  padding-bottom: 18px;
}

#team .team-wrapper {
  width: 263px;
  height: 263px;
  /* Garante que o contêiner tenha o mesmo tamanho da imagem */
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#team .team-des {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  width: 263px; /* Mesmo tamanho que a imagem */
  height: 263px; /* Mesmo tamanho que a imagem */
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#team .team-des:hover {
  opacity: 1;
}

#team img {
  margin: 0 auto;
}

.team-wrapper {
  text-align: center;
  /* Centraliza o conteúdo dentro do contêiner */
}

.team-img {
  width: 263px;
  /* Define uma largura fixa */
  height: 263px;
  /* Define uma altura fixa */
  object-fit: cover;
  /* Garante que a imagem preencha o contêiner */
  display: block;
  /* Garante que a imagem seja um bloco */
  margin: 0 auto;
  /* Centraliza a imagem horizontalmente */
}

#team .social-icon li a {
  color: #fff;
}

#team .social-icon li a:hover {
  color: #00c6d7;
}

/* ==========================================================================
Parceiros
========================================================================== */
body {
  font-family: Arial, sans-serif;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.section-title .heading {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}

.partners-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.partners-carousel {
  display: flex;
  animation: scroll 10s linear infinite;
  /* Adjust duration for speed */
}

.partner {
  flex: 0 0 10%;
  /* Adjust based on the number of partners */
  max-width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.partner img {
  width: 80%;
  /* Adjust size of images */
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }

  /* Move to the left */
}





/* ==========================================================================
Seção de formaçao
========================================================================== */
#pricing {
  text-align: center;
}

#pricing h2 {
  font-size: 52px;
}

#pricing h3 {
  font-size: 16px;
}

#pricing .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  padding-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 32px;
}

#pricing .plan span {
  font-size: 16px;
}

#pricing .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 30px;
  margin-bottom: 20px;
}

#pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}

#pricing .plan ul {
  padding: 0px;
}

#pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}

#pricing .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}

#pricing .plan-one .btn {
  background-color: #00c6d7;
}

#pricing .plan-two .btn {
  background-color: #ffa400;
}

#pricing .plan-three .btn {
  background-color: #009988;
}

#pricing .plan .btn:hover {
  background-color: #3B3B3B;
}


/* ==========================================================================
Seção contacto
/* ========================================================================== */
#contact {
  background: #ffffff url('../images/surfaddict_01.jpg') no-repeat center center;
  background-size: cover;
  filter: grayscale(10%) brightness(100%) contrast(100%);
  z-index: 1;
  color: #fefefe;
}

#contact h1,
#contact h2,
#contact h3,
#contact p,
#contact input[type="submit"] {
  text-shadow:
    -1px -1px 0 #000000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

#contact h2 {
  padding-bottom: 20px;
}

#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}

#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}

#contact form {
  padding-top: 60px;
}

#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact input {
  height: 40px;
}

#contact input[type="submit"] {
  background: #000000;
  border: 3px solid #000000;
  letter-spacing: 1px;
  margin-top: 4px;
  height: 30px;
  width: 200px;
  /* Define a largura do botão */
  color: #ffffff;
  cursor: pointer;
  /* Adiciona um cursor de pointer para indicar que é um botão clicável */
  border-radius: 10px;
  /* Adiciona cantos arredondados, opcional */
  font-size: 14px;
  /* Ajusta o tamanho da fonte */
}

#contact input[type="submit"]:hover {
  color: #ffffff;
}


/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d0d0d0; /* Adiciona uma cor de fundo para destaque */
}

footer p {
  padding-top: 20px;
  color: #ff0000; /* Cor do texto para contraste */
}

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}

.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
  color: #000000; /* Cor padrão do ícone */
  font-size: 24px; /* Aumenta o tamanho do ícone para melhor visibilidade */
  width: 56px;
  height: 56px;
  line-height: 56px; /* Alinha verticalmente o texto */
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.social-icon li a:hover {
  color: #00c6d7; /* Cor do ícone ao passar o mouse */
  transform: scale(1.1); /* Efeito de aumentar ao passar o mouse */
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }
}


/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }

  #home h1 {
    font-size: 22px;
  }

  #home h3 {
    font-size: 12px;
  }
}