/* Início do reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Fim do reset */

a {
  text-decoration: none;
}

html {
  font-family: "Inter", "Poppins";
}

body {
  background-color: #e9eaeb;
}

.menu {
  padding-top: 2%;
  padding-bottom: 2%;
  position: relative;
}

.logo{
    display:flex;
    align-items:center;
    gap:20px;
}

.logo p{
    color:#003889;
    font-weight:500;
    font-size:0.9rem;
}

.menu-btn {
  position: relative;
  margin-top: 0.5rem;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.hamb-menu {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #003889;
  right: 1rem;
  transition: 0.2s ease-in-out;
}

.up-line {
  transform: rotate(40deg);
  top: 0.7rem;
}

.down-line {
  transform: rotate(-40deg);
  top: -0.7rem;
}

#bottom-line {
  top: 0.7rem;
}

.menu img {
  width: 80%;
  height: auto;
}

#menu-topo ul {
  text-align: left;
}

#conta {
  position: relative;
  padding-left: 15px;
}
#conta a {
  color: #003889;
}
#conta:before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: light;
  background-image: linear-gradient(to right, #3a81e1, #61a70e);
  color: #fff;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0.5rem;
  position: absolute;
  left: -5px;
  top: 0;
}

.menu li{
    
}

.menu li a {
  color: #414c56;
  font-weight: 300;
  transition: 0.2s ease-in-out;
}
.menu li a:hover {
  color: #61a70e;
}

#menu-topo {
    text-align:right;
}

#contrate a {
  background-color: #61a70e;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: 1px solid #61a70e;
  transition: 0.2s ease-in-out;
}

#menu-mobile {
  text-align: center;
  display: none;
}

#menu-mobile ul li {
  display: block;
  padding: 1rem 0;
}

@media (min-width: 996px) {
  .menu-btn {
    display: none;
  }

  #menu-mobile {
    display: none;
  }
}

@media (max-width: 500px) {
  .menu {
    margin-top: 5%;
  }

  #menu-topo {
    display: none;
  }

  .menu img {
    width: 60%;
  }
  
  .menu i{
      font-size:2.5rem;
      color:#003889;
      position:absolute;
      top:0.5rem;
      right:1rem;
  }

  #conta a:before {
    content: none;
  }
}

/* HOME MAIN IMAGE */

.head-image h1 {
  font-size: 1.8rem;
  color: #61a70e;
  font-family: "Poppins";
  font-weight: 300;
  margin: 15% 0 2% 0;
}

.head-image h2 {
  font-size: 3rem;
  font-family: "Poppins";
  line-height: 3.8rem;
  font-weight: 700;
  text-transform:uppercase;
  color: #003889;
}

.head-image p {
  color: #414c56;
  margin-top: 4%;
  font-family: "Inter";
  font-weight: 300;
  line-height: 1.4rem;
  width: 80%;
}

.head-image h6 {
  margin-top: 10%;
}

.head-image h6 a {
  padding: 0.7rem 1rem;
  color: #fff;
  background-image: linear-gradient(to bottom, #61a70e, #003889);
  border-radius: 2rem;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
}

@media (max-width: 500px) {
  .head-image img {
    width: 100%;
  }

  .head-image h1 {
    font-size: 1.2rem;
    margin: 15% 0 2% 0;
  }

  .head-image h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

/* DOMAIN SPACE */

.domain {
  margin-top: 5%;
  margin-bottom: 5%;
  background-image: url(../images/domain-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.domain-space {
  padding: 15% 5%;
  text-align: center;
}

.domain-space form {
  position: relative;
}

.domain-space input {
  width: 60%;
  height: 3.5rem;
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 2rem;
}

.select-domain {
  position: absolute;
  top: 10px;
  right: 25%;
  color: #ffffff49;
  font-size: 1.4rem;
  width: 10%;
  height: 2rem;
  border-left: 3px solid #ffffff49;
  background-color: transparent;
}

.select-domain i {
  font-size: 0.8rem;
}

.select-domain p {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.select-domain ul {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 2.6rem;
  display: none;
}

.select-domain li {
  padding: 0.8rem 0;
  color: #3a81e1;
  border-bottom: 1px solid #3a82e11f;
}

.domain-space button {
  background-color: #fff;
  color: #61a70e;
  height: 3.5rem;
  border: none;
  border-radius: 2rem;
  padding: 0 2rem;
}

.list-domains {
  margin-top: 1%;
}

.list-domains li {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 1rem;
}

.list-domains li span {
  font-size: 0.9rem;
  color: #ffffff86;
}

.domain-space h3 {
  color: #fff;
  text-align: right;
  margin-top: 5%;
  margin-right: 15%;
}

#domain_register::placeholder {
  color: #ffffff49;
  font-size: 1.4rem;
  padding-left: 1rem;
}

@media (max-width: 500px) {
  .domain {
    background-size: cover;
  }

  .domain-space input {
    width: 60%;
    height: 2rem;
    border: 2px solid #fff;
  }

  .domain-space button {
    height: 2rem;
    padding: 0 2rem;
  }

  .list-domains li span {
    font-size: 0.75rem;
  }

  .list-domains li {
    font-size: 0.7rem;
    margin-right: 0.5rem;
  }
  .domain-space h3 {
    font-size: 0.6rem;
  }
}

/* PLANOS */

.planos {
  margin-top: 5%;
  margin-bottom: 5%;
}

.planos h1 {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Poppins";
  font-weight: 500;
  color: #003889;
  line-height: 3.3rem;
  margin-bottom: 6%;
  text-transform: uppercase;
}

.planos h1 span {
  font-weight: 700;
  color: #61a70e;
}

.box-plano-best {
  padding: 2rem 2rem;
  border: 3px solid #414c5615;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  margin: 0 auto 5% auto;
  background-color: #61a70e;
}

.up-box {
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem;
  background-color: #003889;
  text-align: center;
  padding: 3% 0;
  margin-top: -5%;
}

.up-box p {
  color: #fff;
  font-family: "Poppins";
  font-size: 1.1rem;
  font-weight: 700;
}

.box-plano {
  padding: 2rem 2rem;
  border: 3px solid #414c5615;
  border-radius: 3rem;
  margin: 0 auto 5% auto;
  background-color: #fff;
}

.box-plano-best h3 {
  text-align: center;
  font-family: "Poppins";
  font-size: 1.3rem;
  color: #fff;
  margin: 4% 0;
}

.box-plano h3 {
  text-align: center;
  font-family: "Poppins";
  font-size: 1.3rem;
  color: #414c56;
  margin: 4% 0;
}

.box-plano h3 span,
.box-plano-best h3 span {
  font-weight: 800;
  font-size: 1.7rem;
}

.box-plano p {
  font-family: "Inter";
  font-size: 0.9rem;
}

.box-plano-best p {
  font-size: 0.9rem;
  color: #fff;
}

.box-plano h4,
.box-plano-best h4 {
  font-size: 3rem;
  font-weight: 600;
  color: #003889;
  text-align: center;
  margin: 9% 0;
}

.box-plano h4 span,
.box-plano-best h4 span {
  font-size: 1.5rem;
}

.box-plano ul li,
.box-plano-best ul li {
  margin: 1.5rem 0;
}

.box-plano-best ul li {
  color: #fff;
}

.box-plano ul li i,
.box-plano-best ul li i {
  font-size: 0.8rem;
  margin-right: 1rem;
}

.destaque {
  color: #003889;
  font-weight: 600;
}

.line {
  width: 80%;
  height: 1px;
  background-color: #414c5642;
  margin: 12% auto 12% auto;
}

.box-plano h5,
.box-plano-best h5 {
  text-align: center;
  margin-bottom: 2rem;
}

.box-plano h5 a {
  padding: 0.7rem 3rem;
  border: 2px solid #61a70e;
  border-radius: 2rem;
  color: #003889;
}

.box-plano-best h5 a {
  padding: 0.7rem 3rem;
  border: 2px solid #003889;
  border-radius: 2rem;
  color: #fff;
}

@media (max-width: 500px) {
  .planos h1 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

/* HOSPEDNET ABOUT */

.hospednet {
  background-image: url(../images/retangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.box-about {
  background-image: linear-gradient(to bottom, #61a70e, #003889);
  width: 70%;
  border-radius: 2rem;
  padding: 2rem 2rem;
  margin-left: 15%;
}

.box-about li {
  color: #fff;
  font-size: 1.5rem;
  margin: 2.6rem 0;
  font-family: "Poppins";
}

.box-about li i {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.6rem;
  padding: 0.3rem 0.4rem;
  margin-right: 1rem;
}

.about img {
  width: 40%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.about h2 {
  font-family: "Poppins";
  font-size: 1.7rem;
  color: #414c56;
  font-weight: 700;
  margin: 2rem 0;
}

.about h2 span {
  color: #003889;
}

.about p {
  font-size: 0.9rem;
  margin: 1rem;
}

@media (max-width: 500px) {
  .box-about {
    width: 80%;
    padding: 2rem 1rem;
  }

  .box-about li {
    color: #fff;
    font-size: 1rem;
    margin: 1rem 0;
    font-family: "Poppins";
  }

  .about img {
    width: 50%;
    margin-top: 4%;
  }

  .about h2 {
    font-size: 1.2rem;
  }
}

/* HOSPEDNET EMPRESAS */

.empresas {
  margin-top: 5%;
  margin-bottom: 5%;
}

.empresas h2 {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Poppins";
  font-weight: 800;
  color: #003889;
  text-transform: uppercase;
  line-height: 3.3rem;
  margin-bottom: 6%;
}

.empresas h2 span {
  font-weight: 500;
  color: #414c56;
}

.slider-servicos {
  width: 1200px;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}

.slider-servicos h3 {
  text-transform: uppercase;
  color: #003889;
  font-family: "Poppins";
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.8rem;
}

.slider-servicos figure img {
  object-fit: cover;
  width: 350px;
  height: 300px;
}

.slider-servicos h3 span {
  color: #61a70e;
}

.slider-servicos p {
  font-weight: 300;
  width: 90%;
  line-height: 1.5rem;
}

.slider-servicos h5 {
  margin-top: 8%;
  margin-bottom: 5%;
}

.slider-servicos h5 a {
  padding: 0.4rem 1rem;
  background-color: #003889;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
  border-radius: 2rem;
}

.inner-slide {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  scrollbar-width: none;
  transition: transform 0.2s ease-in-out;
}

.slide {
  padding-right: 50px;
}

.progress-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 5%;
}

.progress-container i {
  color: #fff;
  background-color: #003889;
  border-radius: 50%;
  padding: 1rem 1rem;
  align-self: center;
}

.btn {
  border: none;
}

.progressBar {
  width: 85%;
  height: 5px;
  background-color: #62a70e59;
}

.bar {
  background-color: #61a70e;
  height: 5px;
  transition: 0.2s ease-in-out;
}

@media (max-width: 500px) {
  .inner-slide {
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    gap: 0px;
  }

  .slider-servicos {
    width: 100%;
  }

  .slider-servicos figure img {
    width: 350px;
    height: 300px;
  }

  .empresas h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

/* SOLUÇÕES */

.solucoes {
  background-image: url(../images/man.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 7%;
  padding-bottom: 15%;
  /* margin-top:5%;
	margin-bottom:5%; */
  text-align: center;
}

.solucoes .col-md-6 {
  position: relative;
}

.solucoes h2 {
  font-size: 1.9rem;
  color: #fff;
  font-family: "Poppins";
  font-weight: 800;
  text-align: center;
  margin-top: 5%;
  line-height: 2.5rem;
}

.solucoes h2 span {
  font-weight: 500;
}

.solucoes h5 {
  margin-top: 15%;
}

.solucoes h5 a {
  padding: 0.7rem 1rem;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 2rem;
}

#blue a {
  background-color: #3a81e1;
}
#green a {
  background-color: #61a70e;
}

.solucoes p {
  width: 65%;
  margin: 10% auto 0 auto;
  font-size: 1.2rem;
  color: #fff;
  text-align: left;
  line-height: 1.8rem;
}

.vertical-line {
  width: 4px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 20%;
  right: 0;
}

@media (max-width: 500px) {
  .solucoes {
    background-size: cover;
    padding-top: 7%;
    padding-bottom: 15%;
  }

  .solucoes h2 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-top: 15%;
  }

  .solucoes p {
    width: 95%;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.7rem;
  }
}

/* PROJETOS */

.projetos {
  background-image: url(../images/project-rect.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 3%;
  padding-bottom: 7%;
  /* margin-top:2%;
	margin-bottom:2%; */
  font-family: "Poppins";
}

.projetos-slider {
  width: 600px;
  height: 350px;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 30%;
  /* background-color: red;	 */
}

.projetos-slider h2 {
  font-size: 2rem;
  color: #003889;
  margin-bottom: 10%;
  line-height: 2.5rem;
}

.projetos-slider h2 span {
  color: #61a70e;
  font-weight: 800;
}

.projetos-slider h3 {
  font-weight: 800;
  font-size: 1.3rem;
  color: #414c56;
  margin-bottom: 0.5rem;
}

.projetos-slider p {
  font-weight: 300;
  font-size: 1.1rem;
  color: #414c56;
  line-height: 2rem;
}

.inner-slide-vertical {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
  scrollbar-width: none;
  transition: transform 0.2s ease-in-out;
}

.inner-slide-vertical .slide-projet {
  padding-bottom: 12%;
}

.progress-vertical {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  position: absolute;
  top: 0;
  right: -1%;
}

.progress-vertical i {
  color: #fff;
  background-color: #003889;
  border-radius: 50%;
  padding: 1rem 1rem;
  align-self: center;
}

.progressPole {
  width: 5px;
  height: 45%;
  background-color: #62a70e59;
}

@media (max-width: 500px) {
  .projetos-slider {
    width: 100%;
    height: 300px;
    /* background-color: red;	 */
  }

  .projetos img {
    width: 90%;
  }

  .projetos-slider h2 {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .projetos-slider h3 {
    font-size: 1.1rem;
  }

  .projetos-slider p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .inner-slide-vertical .slide-projet {
    /* padding-bottom:12%; */
    width: 90%;
  }

  .progress-vertical {
    top: 0;
    right: 0%;
  }

  .progress-vertical i {
    padding: 0.6rem 0.6rem;
  }
}

/* DEPOIMENTOS */

.depoiments {
  margin-top: 2%;
  margin-bottom: 4%;
}

.depoiments h2 {
  text-align: center;
  color: #003889;
  font-family: "Poppins";
  font-size: 3rem;
  font-weight: 600;
}

.depoiments .subtitle {
  color: #414c56;
  text-align: center;
  margin: 1% 0 5% 0;
}

.depoimentos-slider {
  width: 1200px;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 5%;
}

.depoimentos-slider .inner-slide {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  scrollbar-width: none;
  transition: transform 0.2s ease-in-out;
}

.comment {
  font-size: 1.05rem;
  color: #414c56;
  line-height: 1.6rem;
  text-align: center;
}

.rating {
  width: 350px;
  margin: 2rem 0;
  text-align: center;
}

.depoiments ul li {
  display: inline-block;
}

.depoiments h3 {
  font-size: 1.2rem;
  color: #414c56;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.4rem;
}

.depoiments h4 {
  text-align: center;
  color: #414c56;
  font-size: 0.9rem;
}

@media (max-width: 500px) {
  .depoimentos-slider {
    width: 100%;
  }

  .depoimentos-slider .inner-slide {
    width: 50%;
    max-width: 50%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }

  .depoiments h2 {
    font-size: 1.7rem;
  }

  .depoiments .subtitle {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}

/* BLOG */

.blog h2 {
  color: #61a70e;
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3%;
  margin-left: 4%;
}

.blog-slider {
  width: 1200px;
  background-color: #003889;
  padding: 3rem 3rem;
  border-radius: 3rem;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}

.blog-slider .blog-inner-slide {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  scrollbar-width: none;
  transition: transform 0.2s ease-in-out;
}

.blog-slider figure img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  display: block;
  margin: 0 auto;
}

.blog-slider .slide-blog {
  background-color: #fff;
  padding: 1rem 1rem;
  border-radius: 1rem;
}

.blog-slider i {
  color: #fff;
  background-color: #61a70e;
  border-radius: 50%;
  padding: 1rem 1.2rem;
  align-self: center;
}

.blog-slider .slide-blog h3 {
  color: #898989;
  line-height: 1.5rem;
  margin: 1rem 0;
}

.blog-slider .slide-blog h5 {
  margin: 10% 0 4% 0;
}

.blog-slider .slide-blog h5 a {
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #61a70e;
  border-radius: 4rem;
}

@media (max-width: 500px) {
  .blog {
    margin-top: 15%;
  }

  .blog h2 {
    font-size: 2rem;
  }

  .blog-slider {
    width: 100%;
    padding: 2rem 2rem;
  }

  .blog-slider .inner-slide {
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    gap: 37px;
  }

  .blog-slider .slide img {
    width: 150px;
  }
}

/* RODAPE */

.rodape {
  margin-top: 10%;
  margin-bottom: 4%;
}

.rodape h3 {
  font-size: 1.3rem;
  color: #414c56;
  font-weight: 600;
  margin-bottom: 0.5rem;
  /*margin-top: 20%;*/
  margin-bottom: 4rem;
}

.rodape ul li {
  margin: 2rem 0;
}

.rodape ul li a,
.rodape ul li {
  color: #898989;
  transition: 0.2s ease-in-out;
}
.rodape ul li a:hover {
  color: #3a81e1;
}

.rodape i {
  font-size: 2rem;
}

.rodape h4 {
  color: #898989;
  margin-bottom: 0.6rem;
}

#newsletter {
  position: relative;
}

#newsletter input {
  width: 100%;
  height: 3rem;
  border: 1px solid #414c56;
  border-radius: 4rem;
}

#newsletter button {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #003889;
  color: #fff;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 4rem;
  font-size: 0.9rem;
}

.redes {
  margin-top: -2rem;
}

.redes li {
  display: inline-block;
  padding: 0 0.2rem 0 0.2rem;
}

.direitos {
  text-align: center;
  margin-top: 3%;
}

.direitos p {
  color: #898989;
}

@media (max-width: 500px) {
  .rodape h3 {
    font-size: 1.2rem;
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .rodape ul li {
    margin: 1rem 0;
  }

  .direitos p {
    font-size: 0.8rem;
    margin-top: 5%;
  }
}

/* PAGES */

.page-section {
  background-color: #3a82e110;
}

.page-title {
  /* margin-top:5%; */
  margin-bottom: 5%;
  background-color: #3a82e110;
  padding: 6% 0 6% 0;
  width: 100%;
}

.page-title h1 {
  font-size: 1.3rem;
  color: #003889;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.page-title h1 span {
  color: #61a70e;
}

.page-title h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #003889;
  font-family: "Poppins";
  line-height: 2.7rem;
}

.page-title h2 span {
  font-size: 2rem;
  color: #61a70e;
}

.page-title ul {
  margin-top: 5%;
}

.page-title ul li {
  font-weight: 400;
  color: #414c56;
  margin: 0.7rem 0;
}

.page-title ul li i {
  color: #61a70e;
}

.page-title h3 {
  font-size: 3rem;
  font-family: "Poppins";
  font-weight: 700;
  color: #003889;
  margin: 5% 0;
}

.page-title h3 span {
  font-size: 1.3rem;
}

.page-title p {
  font-weight: 400;
  color: #414c56;
  margin: 0.7rem 0;
}

.page-title img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  /* width:100%; */
}

.img-topo {
  width: 100%;
}

.pagina h2 {
  font-size: 2.6rem;
  font-family: "Poppins";
  color: #003889;
  font-weight: 600;
  margin: 2% 0 4% 0;
  text-align: center;
}

.pagina h2 span {
  color: #61a70e;
}

.pagina ul li {
  font-size: 1.1rem;
  font-weight: 400;
  color: #414c56;
  margin: 1.5rem 0;
}

.pagina ul li i {
  color: #61a70e;
}

.pagina ul li span {
  font-weight: 600;
  color: #003889;
}

.blog-page img {
  object-fit: cover;
  width: 50%;
  height: 400px;
  margin: 3% 0;
}

.blog-page h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #003889;
  margin-bottom: 1%;
}

.blog-page h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #414c56;
  margin: 2% 0;
}

.blog-page p {
  color: #414c56;
  opacity: 0.8;
  font-size: 1.02rem;
  line-height: 1.5rem;
  margin: 2% 0;
}

.box-projetos {
  padding: 1.2rem 1.1rem;
  background-color: #DFDFDF;
  border-radius: 40px;
  margin: 2% 0;
  /*text-align: center;*/
  position:relative;
}

.box-projetos p{
    color:#fff !important;
    font-size:1.1rem  !important;
    font-weight:300;
    margin-bottom:2rem;
}

.box-projetos img {
  width: 90%;
  height: auto;
  display:block;
  margin-right:auto;
  margin-left:auto;
}

.box-projetos .content{
    position:absolute;
    bottom:12%;
    z-index:100;
}

.box-projetos h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  letter-spacing:0.03rem;
  margin: 1.5rem 0 1.5rem 0;
}

.box-projetos p {
  color: #414c56;
  opacity: 0.8;
  font-size: 0.9rem;
}

.box-projetos h5{
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #003889;
  color: #fff;
  padding: 1rem 1rem;
  display:inline-block;
  border-radius:2rem;
  margin:2rem 0 0 2rem;
}

.box-projetos a {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #fff;
  color: #003889;
  border-radius: 2rem;
  padding: 1rem 1.5rem;
  transition: 0.2s ease-in-out;
}
    .box-projetos a:hover {
      background-color: #003889;
      color:#fff;
    }

.slate{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    border-radius:40px;
    background-image:linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
}

.bottom-img{
    margin-top:-30%;
}

@media (max-width: 500px) {
  .box-projetos a {
    font-size: 0.8rem;
  }

  .box-projetos h6 {
    margin: 6% 0;
  }
}

/* Gusdev Menu Styles */
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content:end;
}

.menu-list li {
  position: relative;
}

.menu-list a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  font-weight: light;
  font-size: 16px;
  display: block;
  transition: color 0.3s ease;
}

.menu-list a:hover {
  color: #007bff;
}

/* Submenus */
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-image:linear-gradient(to bottom right, #003889 0%, #62A726 100%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 10px 0;
  z-index: 10;
  width: 200px;
  border-radius:10px;
}

.submenu li {
  padding: 0;
  /*border-bottom:1px solid rgba(255, 250, 250, 0.4);*/
  padding: 5px 0px;
}

.submenu a {
  color: #fff !important;
  font-size: 14px;
  font-weight:500;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.dropdown:hover .submenu {
  display: block;
}

/* Mobile Menu Button */
.menu-btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  color: #333;
}

.hamb-menu {
  width: 25px;
  height: 3px;
  background: #333;
  margin: 5px 0;
}

#menu-icon {
  transition: transform 0.3s ease;
}

#menu-topo.active #menu-icon {
  transform: rotate(90deg);
}

.title-projetos{
    margin:5% 0;
    position:relative;
}

.title-projetos h1{
  font-size: 3.6rem;
  font-family: "Poppins";
  line-height: 3.8rem;
  font-weight: 700;
  position:absolute;
  top:40%;
  left:5%;
  color: #003889;
}

@media (min-width:996px)
{
    .ti-menu{
      display:none;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
  .menu-btn {
    display: flex;
    margin: 0;
    padding: 0;
    height: 90%;
  }
  
  .title-projetos img{
      width:100%;
  }
  
  .bottom-img{
      width:100%;
  }

  #menu-topo {
    display: none;
    flex-direction: column;
    /*position: absolute;*/
    width: 100%;
    background-color: #003889;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 10px 0;
  }
  
  #menu-topo a{
      color:#fff;
  }

  #menu-topo.active {
    display: flex;
  }
  
  .menu li{
      margin:0;
  }
  
  .menu-list{
      padding:0 1rem;
  }
  
  .title-projetos h1{
      font-size: 2.5rem;
      top:20%;
    }

  .menu-list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .menu-list li {
    width: 100%;
  }

  .menu-list a {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
  }
  
  .menu-list a:last-child{
      border:none;
  }

  .menu-list a:hover {
    background-color: #f8f9fa;
  }

  .submenu {
    position: static;
    box-shadow: none;
    display: block;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    border-radius:0;
  }

  .dropdown.active .submenu {
    display: block;
  }

  .dropdown ul.submenu {
    width: 100% !important;
  }

  .submenu a {
    padding: 10px 25px;
  }

  .menu li a {
    font-size: 16px;
  }
  
  .title-desktop{
    display:none;
  }
}

@media(min-width:996px)
{
    .title-mobile{
        display:none;
    }
}