


@media (max-width: 768px) {

  #main,
  .main {
    min-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  #aside {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    transform: translateX(-100%);
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 9999 !important;
  }

  #aside.menu-open {
    transform: translateX(0);
  }

  .menu-toggle {
    position: fixed !important;
    top: 1rem !important;
    left: 1rem !important;
    background: none !important;
    border: none !important;
    font-size: 1.8rem !important;
    cursor: pointer !important;
    z-index: 10001 !important;
    display: block !important;
  }

  .menu-close {
    position: fixed !important;
    top: 1rem !important;
    right: 1rem !important;
    background: none !important;
    border: none !important;
    font-size: 1.8rem !important;
    cursor: pointer !important;
    z-index: 10002 !important;
    display: none !important;
  }

  body.menu-open .menu-toggle {
    display: none !important;
  }

  body.menu-open .menu-close {
    display: block !important;
  }

  body.menu-open #main {
    display: none !important;
  }

  .slides {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0;
    padding: 0;
  }

  .slide {
    width: 100vw !important;
    height: 100vh !important;
    left: 0 !important;
  }

  .slide-content {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .slider-controls {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 20px;
    top: 10%;
    transform: translateY(-50%);
    gap: 5px;
    z-index: 2;
  }

  .slide-2 .slide-content {
    top: 20%;
    left: 1%;
  }

  .slide-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    line-height: 1;
    margin: 7rem 0 0.2rem 0;
    font-weight: 600;
    text-align: center;
  }

  .slide-subtitle {
    font-family: 'Quicksand', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0.5rem 0;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    padding: 0.5rem;
    border-radius: 0.1rem;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    width: 300px;
    text-align: center;
  }

  .btn-primary {
    background-color: #fff;
    color: #000;
  }

  .btn-primary:hover {
    background-color: #007bff;
    color: #fff;
  }

  .btn-secondary {
    background-color: transparent;
    color: #000;
  }

  .btn-secondary:hover {
    background-color: #fff;
    color: #000;
  }

  #about-p {
    text-align: justify;
    max-width: 25rem !important;
    text-wrap: wrap;
    opacity: 1 !important;
    margin: 0;
    padding: 0;
  }

  #about-p p {
    text-wrap: wrap !important;
    margin: auto;
    max-width: 22rem;
    max-height: auto;
    text-align: left;
    margin-right: 3rem;
    opacity: 1 !important;
    overflow-x: hidden;
  }


  .rowservices {
    width: 100vw !important;
    min-height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    gap: 40px !important;
    margin-left: 20px;
    padding: 0;
  }

  .design {
    width: 100%;
    height: 154px;
    margin: 0;
    padding: 0;
  }

  .rowservices h3 {
    display: flex;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
  }

  #design {
    width: 100%;
    height: 154px;
    border-bottom: 3px solid #d60c0c;
    margin-right: 3rem;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.578);

  }

  #design2 {
    width: 100%;
    height: 154px;
  }

  #design3 {
    width: 100%;
    height: 154px;
  }

  .hire {
    display: flex;
    left: 10vw;
    max-height: 300px;
    min-width: 30%;
    max-width: 300px !important;
    position: absolute;
    margin-left: 20px;
    background: #f9bf3f;
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
    padding: 2px;
    justify-content: center;
    align-items: center;
  }

  #hire h2 {
    text-align: justify;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px;
    letter-spacing: normal;
    margin-bottom: 2px;
  }

  #hire a {
    font-size: 12px;
    font-family: 'Quicksand';
    background-color: transparent;
    color: black;
    border: 1px solid black;
    margin-top: 30px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    padding: 5px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .conteudo #expertise {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: left;
    flex-wrap: wrap;
    width: 380px !important;
    justify-content: center;
    align-items: left;
    margin-top: 2rem;
    margin-bottom: 5px !important;
    padding: 0;
    height: auto;
    overflow-x: scroll;
    gap: 10px;
    overflow: hidden;
  }

  .conteudo #expertise h2 #expertise-subtitle {
    position: relative;
    height: 70px;
    margin-bottom: 150px !important;
  }

  .conteudo #expertise em {
    display: flex;
    margin-left: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  #desc {
    width: 350px !important;
    justify-content: center;
    align-items: center;
    display: block;
    flex-direction: column;
    margin-bottom: 100px !important;
    padding: 50px;
    height: auto;
    overflow: hidden;

  }

  #desc span {
    margin-top: 350px;
    margin-right: 20px;
    height: auto;
    display: flex;
    width: 100% !important;
    justify-content: center;
    align-items: center;

    flex-direction: column;
    margin-bottom: 180px !important;
  }

  #desc span .hex {
    display: flex;
    width: 100px !important;
    justify-content: center;
    align-items: center;
    max-width: 380px !important;
    flex-direction: column;
    margin-top: 50px !important;
    margin-bottom: 180px !important;
  }

  #desc span strong {
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: -50px;
    margin-right: 10px;
  }

  .strong_hex1 {
    text-align: center;
    margin-top: 30px !important;
    padding: 10px !important;
    margin-bottom: 40px !important;

  }

  #desc p {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px;
  }
.conteudo #expertise .desc .hex::before,
.conteudo #expertise .desc .hex::after {
  content: '';
  position: absolute;
  width: 0;
  border-top: -3.125rem solid transparent;
  border-left: 3.125rem solid transparent;
  border-right: 3.125rem solid transparent;
}

.hex::before {
  position: fixed !important;
  z-index: 9999 !important;
  top: -2.5rem !important;
  left: 8.125rem !important;
  border-bottom: 1.5625rem solid #007bff;
}

.hex::after {
  bottom: -1.5625rem;
  left: -0.0625rem;
  border-top: 1.5625rem solid #007bff;
}

#desc span .hex2,
#desc span .hex3,
#desc span .hex4,
#desc span .hex5,
#desc span .hex6 {
  display: flex;
  width: 6.25rem !important;
  justify-content: center;
  align-items: center;
  max-width: 23.75rem !important;
  flex-direction: column;
  margin-bottom: 11.25rem !important;
}

.imagem,
.counters {
  display: flex;
  flex-direction: column;
  width: 70% !important;
  height: 100% !important;
  margin-top: 1.875rem !important;
  margin-bottom: 5rem !important;
  width: 100vw !important;
}

.skills {
  display: flex;
  flex-direction: column;
  width: 100vw !important;
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.skills em {
  margin-bottom: 0 !important;
}

.skills h2 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.25rem !important;
}

.skills p {
  text-align: justify !important;
  padding: 0.625rem !important;
  margin-bottom: 1.25rem !important;
  width: 90vw !important;
}

.skills-inner {
  display: flex;
  flex-direction: column;
  max-width: 100vw !important;
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
  gap: 0.625rem !important;
}

.progress-box-1 {
  display: flex;
  flex-direction: column;
  width: 100vw !important;
  margin-top: 5rem !important;
  margin-bottom: 1rem !important;
}

.progress-box-2 {
  display: flex;
  left: -80%;
  flex-direction: column;
  width: 100vw !important;
  margin-top: 1rem !important;
  margin-bottom: 5rem !important;
}

#education .btn-show-hide,
.btn-show-hide2,
#education .btn-show-hide3 {
  max-width: 20rem !important;
}

#education p {
  text-align: justify !important;
  padding: 0.625rem !important;
  margin-bottom: 1.25rem !important;
  max-width: 20rem !important;
  height: auto !important;
}

#education p,
.panel-body,
.panel-body2,
.panel-body3 {
  flex-direction: column !important;
  padding: 0.3125rem !important;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 21.875rem !important;
  height: 12.5rem;
  text-wrap: wrap !important;
  overflow: hidden !important;
}

#iMenos,
#iMais,
#iMais2,
#iMenos2,
#iMais3,
#iMenos3 {
  font-size: 0.75rem !important;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  left: 10%;
}

#experience h3::before {
  top: 3.125rem;
  left: 1.25rem;
}

.timeline-entry {
  width: 100%;
  max-width: 21.875rem;
  left: -0.3125rem !important;
  padding: 0 0 0 1rem;
  text-wrap: wrap !important;
  text-align: left !important;
  border-radius: 0.875rem;
}

.timeline-entry .circle,
.timeline-entry .circle-r,
.timeline-entry .circle-p,
.timeline-entry .circle-g {
  left: -0.3125rem;
  top: 3.125rem !important;
  transform: none;
}

.circle-y {
  left: -0.3125rem;
  top: 1.875rem !important;
  transform: none;
  position: absolute;
  width: 1.25rem;
}

.works {
  width: 100%;
  margin-bottom: 2rem;
  border-left: none;
  border-top: none;
}

.works h3 {
  font-size: 1rem;
}

.works h3 span {
  display: block;
  margin-left: 0;
  font-size: 0.85rem;
  margin-top: 0.2rem;
}

.works p {
  font-size: 0.9rem;
  margin-right: 1.875rem !important;
}

.desc2 {
  height: auto;
  display: flex;
  flex-direction: row;
  max-width: 90%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin: 5% auto;
  padding: 1%;
  gap: 2%;
}
.con_1,
.con_2,
.con_3,
.con_4,
.con_5,
.con_6 {
  position: relative;
  width: 45%;
  max-width: 23.125rem;
  aspect-ratio: 37/30;
  margin: 5% 1%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 0.375rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.con_1:hover,
.con_2:hover,
.con_3:hover,
.con_4:hover,
.con_5:hover,
.con_6:hover {
  transform: translateY(-0.5rem) scale(1.02);
  box-shadow: 0 0.75rem 1.5625rem rgba(0, 0, 0, 0.25);
}

.con_1 .content,
.con_2 .content,
.con_3 .content,
.con_4 .content,
.con_5 .content,
.con_6 .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 123, 255, 0.9);
  color: #fff;
  padding: 1rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease;
}

.con_1:hover .content,
.con_2:hover .content,
.con_3:hover .content,
.con_4:hover .content,
.con_5:hover .content,
.con_6:hover .content {
  opacity: 1;
  transform: translateY(0);
}

.con_1 .content h3>a,
.con_2 .content h3>a,
.con_3 .content h3>a,
.con_4 .content h3>a,
.con_5 .content h3>a,
.con_6 .content h3>a {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.con_1 .content span,
.con_2 .content span,
.con_3 .content span,
.con_4 .content span,
.con_5 .content span,
.con_6 .content span {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.con_1 .content p,
.con_2 .content p,
.con_3 .content p,
.con_4 .content p,
.con_5 .content p,
.con_6 .content p {
  background-color: #95959583;
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.con_1 .content i,
.con_2 .content i,
.con_3 .content i,
.con_4 .content i,
.con_5 .content i,
.con_6 .content i {
  font-size: 1rem;
  color: #000;
}

@media (max-width: 48rem) {
  .desc2 {
    flex-direction: column;
    max-width: 95%;
    gap: 1.5rem;
  }

  .desc2 p {
    display: flex;
    top: 100%;
  }

  .con_1,
  .con_2,
  .con_3,
  .con_4,
  .con_5,
  .con_6 {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .con_1 .content,
  .con_2 .content,
  .con_3 .content,
  .con_4 .content,
  .con_5 .content,
  .con_6 .content {
    padding: 0.8rem;
  }

  .con_1 .content h3>a,
  .con_2 .content h3>a,
  .con_3 .content h3>a,
  .con_4 .content h3>a,
  .con_5 .content h3>a,
  .con_6 .content h3>a {
    font-size: 0.95rem;
    color: #fff;
  }

  .con_1 .content span,
  .con_2 .content span,
  .con_3 .content span,
  .con_4 .content span,
  .con_5 .content span,
  .con_6 .content span {
    font-size: 0.8rem;
  }

  .con_1 .content p a,
  .con_2 .content p a,
  .con_3 .content p a,
  .con_4 .content p a,
  .con_5 .content p a,
  .con_6 .content p a {
    color: #0a0707;
    font-weight: 400;
  }
}
.btn-load,
.btn-load2 {
  display: block;
  background-color: #007bff;
  color: #ffffff;
  font-family: 'Quicksand', arial, sans-serif;
  font-size: 0.875rem;
  text-align: center;
  margin: 5rem 2rem 3.125rem 1rem;
  padding: 0.625rem 2.25rem;
  width: 70%;
  height: 3.125rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.blog-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.625rem !important;
  flex-wrap: wrap;
  margin-bottom: 13rem;
}

.blog-card {
  background: #fff;
  border-radius: 0.375rem;
  overflow: hidden;
  width: 20rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 1rem;
}

.contact {
  width: 22rem;
  margin-left: -1rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
}

}