* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "poppins";
}

/* Gerais */
.interface {
  margin: 0 8%;
}

.flex {
  display: flex;
}

h2.titulo {
  text-align: center;
  margin: 25px 0;
}

h2.titulo span {
  color: #0d7eae;
}

.btn-social button {
  text-align: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: none;
  background-color: #0d7eae;
  color: #fffaff;
  cursor: pointer;
  margin: 0 3px;
  transition: 0.5s;
}

.btn-social button:hover,
form .btn-enviar input:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px #0d7eae;
}

/* .................. */

header {
  padding: 10px;
  width: 100%;
  position: absolute;
  z-index: 11;
}

header .menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav.menu-desktop ul {
  display: flex;
  align-items: center;
}

header button {
  cursor: pointer;
  background: transparent;
  border: 1px solid #fffaff;
  padding: 5px 10px;
  border-radius: 30px;
  transition: all 0.5s ease;
}

header button:hover {
  background-color: #fffaff;
  color: #0d7eae;
}

header button a:hover {
  color: #0d7eae;
}

header button a {
  color: #fffaff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.5s ease;
}

header nav.menu-desktop ul li {
  list-style-type: none;
  padding: 10px;
}

header ul li a {
  text-decoration: none;
  color: #fffaff;
}

/* Menu-mobile */
.btn-abrir-menu {
  display: none;
}
.btn-abrir-menu svg {
  width: 35px;
  height: 35px;
  color: #fff;
}
.menu-mobile {
  background-color: #03334e;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 0%;
  overflow: hidden;
  transition: 0.5s;
}

.menu-mobile nav ul {
  padding: 30px 8%;
  text-align: right;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-mobile.abrir-menu {
  width: 70%;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.menu-mobile.abrir-menu ~ .overlay-menu {
  display: block;
}

.menu-mobile nav ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  display: block;
  padding: 15px 6%;
}

.menu-mobile nav ul li a:hover {
  background-color: #fffaff;
  color: #03334e;
  font-weight: 600;
}
.menu-mobile .btn-fechar {
  padding: 20px 5%;
}
.menu-mobile .btn-fechar svg {
  width: 50px;
  height: 50px;
  color: #fff;
}
.overlay-menu {
  background-color: #000000a1;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 888;
  display: none;
}
/*.....................*/
/*.....................*/
/* Banner */
section.ti {
  background-image: url(/images/background-abstract.png);
}
section.design {
  background-image: url(/images/marketing-strategy-planning-strategy-concept.jpg);
}
section.sites {
  background-image: url(/images/homepage-concept-with-search-bar-mobile.jpg);
}
section.marketing {
  background-image: url(/images/hands-holding-smartphone-social-media-concept-mobile.jpg);
}

section.banner {
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.banner .hero {
  z-index: 1;
  position: relative;
}
.overlay-banner {
  height: 70vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000c4;
}
/* ............. */
/* Serviços */
section.servicos .website-box {
  width: 340px;
  border: 1px solid #0d7eae;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.5s ease;
}

section.servicos .website-box img {
  width: 100%;
}
section.servicos .website-box .box-texto {
  padding: 20px;
}
section.servicos .website-box .box-texto h3 {
  color: #0d7eae;
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
}

section.servicos .website-box .box-texto li {
  margin: 10px 0;
}

section.servicos .website-box a {
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #0d7eae;
  padding: 10px;
  border-radius: 20px;
  font-size: 16px;
  margin-top: 20px;
  transition: 0.5s;
}

section.servicos .website-box a:hover {
  background: transparent;
  color: #0d7eae;
  border: 1px solid #0d7eae;
}

section.servicos .flex {
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.servicos .website-box:hover {
  border: none;
  transform: scale(1.05);
  box-shadow: 0 0 10px #0d7eae7e;
}

/* ............. */

/* footer */
footer {
  margin-top: 40px;
  box-shadow: 0 0 40px 10px #0d7eae1a;
}

footer .flex {
  justify-content: space-between;
}

footer .linha-footer {
  padding: 20px 0;
}

footer .linha-footer:first-child {
  border-bottom: 2px solid #03334e;
}

footer .linha-footer p {
  display: flex;
  align-items: center;
  color: #0d7eae;
}

footer .linha-footer a {
  margin-left: 5px;
  color: #0d7eae;
  text-decoration: none;
}
footer .copy {
  display: flex;
  justify-content: space-between;
}
/* ........... */
