* {
  margin: 0;
  padding: 0;
  /* border: solid red 1px; */
}

body {
  background-color: #0B0D0D;

}







.form-select {
  background-color: #0d0c0e !important;
}


/*########### sec 1 ###########*/

.col_mobile {
  display: none;
}


.col_desktop {
  display: block;
}

.col_btn_mobile {
  display: none;

}

.col_btn_desktop {
  display: block;

}




.img_me_sec1 {
  filter: blur(100px);
  margin-left: -1%;
  width: 85%;
}



.col_wrap_p_sec1 {
  margin-top: 15%;
}

.select_language {
  margin-top: -8%;
  background-color: #05050500;
  color: #f9f9f9;
  width: 30%;
  border-color: #6b6a6a;
  border-radius: 100px !important;
}

/* Estilo para as opções do dropdown quando aberto */
.select_language option {
  background-color: transparent;
  color: #f9f9f9;
  padding: 10px;
}

/* Estilo para hover nas opções */
.select_language option:hover {
  background-color: rgba(255, 0, 0, 0.2);
  color: #ffffff;
}

/* Estilo para a opção selecionada */
.select_language option:checked {
  background-color: rgba(255, 0, 0, 0.3);
  color: #ffffff;
}

.p_presentation {
  margin-top: 2%;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  color: #f9f9f9;
  font-size: 25px;
}

.p_front_end,
.p_ux,
.p_web {
  margin-top: 0px;
  margin-left: 20px;
  font-family: "Syncopate", sans-serif;
  font-size: 55px;
  color: #f9f9f9;
  line-height: 90%;

}

.p_front_end2,
.p_ux2,
.p_web2 {
  margin-top: 0px;
  margin-left: 0px;
  font-family: "Syncopate", sans-serif;
  font-size: 55px;
  color: #f9f9f9;
  line-height: 90%;

}

.hr_linha {
  height: 2px;
  background-color: #5f5f5f;
  margin-bottom: 2%;
  /* background-color: #1AC0B4; */
}

.hr_linha_mobile {
  display: none;
}

.hr_linha2 {
  width: 0px;
  height: 2px;
  background-color: #5f5f5f;
  /* background-color: #ff0000; */
  /* background-color: #1AC0B4; */
}



.btn_link {
  text-decoration: none !important;
  margin-top: 20px !important;
  color: #f9f9f9;
  padding: 10px 50px !important;
  background-color: #05050500;
  border-radius: 100px;
  border: solid red 1px;
  transition: 0.5s ease-in-out;
}


.talk_tome {
  text-decoration: none !important;
  margin-top: 20px !important;
  color: #f9f9f9;
  padding: 10px 50px !important;
  background-color: #05050500;
  border-radius: 100px;
  border: solid red 1px;
  transition: 0.5s ease-in-out;
}

.talk_tome2 {
  text-decoration: none !important;
  margin-top: 20px !important;
  color: #f9f9f9;
  padding: 10px 50px !important;
  background-color: #05050500;
  border-radius: 100px;
  border: solid red 1px;
  transition: 0.5s ease-in-out;
}

.talk_tome:hover {
  margin-top: 20px;
  color: #f9f9f9;
  padding: 10px 50px;
  background-color: red;
  border-radius: 100px;
  border: solid red 1px;
}

.see_more {
  margin-left: 2%;
  margin-top: 20px;
  color: #f9f9f9;
  padding: 10px 50px;
  text-decoration: none !important;
  border-radius: 100px;
  border: solid #FFF 1px;
  transition: 0.5s ease-in-out;
}

.see_more2 {
  margin-left: 2%;
  margin-top: 20px;
  color: #f9f9f9;
  padding: 10px 50px;
  text-decoration: none !important;
  border-radius: 100px;
  border: solid #FFF 1px;
  transition: 0.5s ease-in-out;
}

.see_more:hover {
  margin-left: 2%;
  margin-top: 20px;
  color: red;
  padding: 10px 50px;
  background-color: #f9f9f9;
  text-decoration: none !important;
  border-radius: 100px;
  border: solid #FFF 1px;
}


/*########### sec 2 ###########*/


.wrap_sec2 {
  margin-top: 3.4%;
  min-height: 100vh;
  background-color: #0B0D0D;
}

.col_about {
  margin-top: 5%;
}

.div_wrap_img_p {
  display: flex;
  margin-bottom: 5%;
}

.linha333 {
  margin-top: 2%;
  min-height: 2px;
  background-color: #5f5f5f;
}


.img_arrow_sec2_left {}

.img_arrow_sec2_right {}

.img_arrow_sec2_left,
.img_arrow_sec2_right {
  position: inherit;
  margin-top: -2%;
  width: 40.42px;
  height: 44.43px;
}

.p_sec2 {
  color: #fff;
  font-family: "Syncopate", sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.span_numbers_sec2 {
  color: red;
  font-family: "Syncopate", sans-serif;
  font-size: 40px;
  line-height: 100%;
  font-weight: 900;
}

/* Carrossel horizontal infinito */
.carousel-container {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.carousel-track {
  display: inline-flex;
  animation: carousel-scroll 40s linear infinite;
  gap: 60px;
}

.carousel-track .p_sec2 {
  display: inline-block;
  white-space: nowrap;
  flex-shrink: 0;
}

@keyframes carousel-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}



.p_about_me {
  font-family: "Syncopate", sans-serif;
  font-size: 25px;
  line-height: 90%;
  color: #f9f9f9;
}

.p_about_me_text1 {
  font-family: "Inter", sans-serif;
  margin-top: 5%;
  font-size: 18px;
  font-weight: 100;
  color: #f9f9f9;
}

.p_about_me_text2 {
  font-family: "Inter", sans-serif;
  margin-top: -5%;
  font-size: 20px;
  font-weight: 100;
  color: #f9f9f9;
}

.div_lineabout_me {
  opacity: 0;
  margin-top: 5%;
  width: 0%;
  height: 5px;
  background-color: red;
  box-shadow: red;
  border-radius: 100px;
}

.btn_down_resume {

  margin-top: 20px;
  color: #f9f9f9;
  padding: 10px 50px;
  background-color: #05050500;
  border-radius: 100px;
  border: solid red 1px;
  transition: 0.5s ease-in-out;
}

.btn_down_resume:hover {

  margin-top: 20px;
  color: #f9f9f9;
  padding: 10px 50px;
  background-color: red;
  border-radius: 100px;
  border: solid red 1px;


}

.img_me_sec2 {
  width: 100%;
  margin-bottom: 20px;
}

.wrap_carrocel_fotos {
  display: flex;
  margin-left: 25%;
  margin-top: -5%;
}

.wrap_img_me_container {
  margin-top: -3%;
  margin-left: 5%;
  overflow: hidden;
  height: 1200px;
  /* Ajuste conforme necessário */
}

.wrap_img_me {
  display: flex;
  flex-direction: column;
  animation: scrollUp 60s linear infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }

  0% {
    transform: translateY(0);
  }
}

.wrap_img_me2_container {
  margin-top: -3%;
  margin-left: 5%;
  overflow: hidden;
  height: 1200px;
  /* Ajuste conforme necessário */
}

.wrap_img_me2 {
  display: flex;
  flex-direction: column;
  animation: scrollDown 60s linear infinite;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }

  0% {
    transform: translateY(-50%);
  }
}

.svg_img {
  margin-top: 9%;
  z-index: 1;
  top: 0%;
  margin-left: -2%;
  opacity: 1 !important;
  position: absolute;
  width: 1%;
}

#base {
  opacity: 0;
  width: 0;
}


.black_ball_sec2 {

  margin-left: -4%;
  width: 10%;
  margin-top: -0.9%;
  animation: rotateball 10s linear infinite;
}

@keyframes rotateball {
  0% {
    transform: rotate(0deg);

  }

  100% {
    transform: rotate(360deg);

  }
}


.talk_tome_card {
  width: 50%;
  text-decoration: none !important;
  margin-top: 20px !important;
  color: #f9f9f9;
  padding: 10px 50px !important;
  background-color: #05050500;
  border-radius: 100px;
  border: solid red 1px;
  transition: 0.5s ease-in-out;
}

.talk_tome_card:hover {
  width: 50%;
  text-decoration: none !important;
  margin-top: 20px !important;
  color: #f9f9f9;
  padding: 10px 50px !important;
  background-color: #ff00009e;
  border-radius: 100px;
  border: solid red 1px;
  transition: 0.5s ease-in-out;
}



/*########### sec 3 ###########*/

.wrap_sec3 {
  min-height: 150vh;

}

.my_skills {
  filter: blur(100px);
  font-family: "Syncopate", sans-serif;
  font-size: 40px;
  line-height: 90%;
  color: #f9f9f9;
}



.p_wrap_myskill {
  margin-top: 5%;
}



.div_wrappp {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .word_white{
  filter: blur(100px);
  margin-top:100px;
  color:#fff;
} */

.ball {
  position: absolute;
  display: inline;
  left: 100%;
  top: -190px;
  filter: blur(0px);
  opacity: 0;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #18BEB1;
  box-shadow: 0px -50px 60px 50px rgba(24, 190, 177, 1);
}

.margin_job_1 {
  margin-top: 3%;
}

.col_text_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px;
}

.titulo_card,
.p_card {
  color: #ffffff;
}

.titulo_card {
  font-family: "Syncopate", sans-serif;
  color: #ffffff;
}

.p_card {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 18px;
}

.btn_card {
  width: 50%;
}

.linha_jobs_1 {
  margin-top: 8%;
  opacity: 0;
}


.card_work {
  border-radius: 15px;
  width: 100%;
  MIN-height: 350px;

}


.img_work {
  width: 100%;
  border-radius: 20px;
}



/* Animation for floating icons */
@keyframes floatIcon {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.img_icon_skill {
  width: 70px;
  animation: floatIcon 3s ease-in-out infinite;
}

/* Staggered animation start times */
.img_icon_skill:nth-child(2) {
  animation-delay: 0.2s;
}

.img_icon_skill:nth-child(3) {
  animation-delay: 0.4s;
}

.img_icon_skill:nth-child(4) {
  animation-delay: 0.6s;
}

.img_icon_skill:nth-child(5) {
  animation-delay: 0.8s;
}

.img_icon_skill:nth-child(6) {
  animation-delay: 1.0s;
}


/*########### sec 4 ###########*/

.my_skills2 {
  filter: blur(100px);
  font-family: "Syncopate", sans-serif;
  font-size: 40px;
  color: #f9f9f9;
}


.wrap_sec4 {
  min-height: 100vh;

}

/* From Uiverse.io by gharsh11032000 */
.card {
  width: 350px;
  height: 350px;
  padding: 20px;
  color: white;
  background: linear-gradient(#161616ab, #161616ab) padding-box,
    linear-gradient(145deg, transparent 35%, red, #0e11117e) border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transform-origin: right bottom;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card .main-content {
  flex: 1;
}

.card .header span:first-child {
  font-weight: 600;
  color: #717171;
  margin-right: 4px;
}

.card .heading {
  font-size: 24px;
  margin: 24px 0 16px;
  font-weight: 600;
}

.card .categories {
  display: flex;
  gap: 8px;
}

.card .categories span {
  background-color: #e81cff;
  padding: 4px 8px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 50em;
}

.card .footer {
  font-weight: 600;
  color: #717171;
  margin-right: 4px;
}

.card:hover {
  rotate: 4deg;
}




/* From Uiverse.io by cssbuttons-io */
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 12rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #750000;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: white;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}







.wrap_sec5 {
  min-height: 100vh;
  padding-bottom: 100px;
}

/* ########### CARROSSEL CLIENTES ########### */

.carousel-container-clients {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin-top: 5%;
  padding: 40px 0;
}

.carousel-track-clients {
  display: inline-flex;
  animation: carousel-scroll-clients 60s linear infinite;
  gap: 40px;
  padding: 0 40px;
}

.carousel-track-clients .card-client {
  display: inline-block;
  white-space: normal;
  flex-shrink: 0;
  width: 400px;
  min-height: 300px;
}

@keyframes carousel-scroll-clients {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.card-client {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0) 0%, rgba(0, 0, 0, 0) 100%);
  border: 1.5px solid #161616;
  border-radius: 16px;
  padding: 40px;
  backdrop-filter: blur(120px);
  -webkit-backdrop-filter: blur(150px);
  transition: all 0.3s ease;
  border-color: rgba(255, 0, 0, 0.3);

}

.card-client:hover {
  border-color: rgba(255, 0, 0, 0.3);
  background: linear-gradient(135deg, rgba(46, 46, 46, 0.445) 0%, rgba(0, 0, 0, 0.445) 100%);
  box-shadow: 0 8px 32px 0 rgba(255, 0, 0, 0.3);
  transform: translateY(-5px);
}

.card-client-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.stars {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.star {
  color: #FF0000;
  font-size: 18px;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.opinion-text {
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 300;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.client-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.client-name {
  font-family: "Syncopate", sans-serif;
  font-size: 16px;
  color: #f9f9f9;
  margin: 0;
  font-weight: 600;
}

.client-role {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #b0b0b0;
  margin: 0;
  font-weight: 300;
}

@media (max-width: 768px) {
  .carousel-track-clients .card-client {
    width: 280px;
    min-height: 280px;
  }

  .card-client {
    padding: 25px;
  }

  .opinion-text {
    font-size: 14px;
  }

  .carousel-track-clients {
    gap: 20px;
    padding: 0 20px;
  }
}

.img_contact {
  width: 100%;
}

.img_icon_contact {
  width: 25%;
  margin-right: -65px;
}

.col_wrap_icon_contact {
  margin-top: 3%;
  margin-left: -8%;
}

.col_wrap_contact_me {
  margin-top: 13%;
}

.p_contact_me {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #f9f9f9;
}

.link_social {
  text-decoration: none;
}




.img_client {
  width: 50px;

}



/* ========================================
   MEDIA QUERIES - RESPONSIVIDADE
   ======================================== */

/* ========================================
   TABLET (769px - 1024px)
   ======================================== */
@media (min-width: 769px) and (max-width: 1024px) {

  /* Seção 1 - Hero */
  .img_me_sec1 {
    width: 90%;
    margin-left: 0;
  }

  .col_wrap_p_sec1 {
    margin-top: 10%;
  }

  .p_front_end,
  .p_ux,
  .p_web {
    font-size: 45px;
    margin-left: 10px;
  }

  .p_presentation {
    font-size: 22px;
  }

  .select_language {
    width: 40%;
  }

  /* Seção 2 - About Me */
  .p_sec2 {
    font-size: 32px;
  }

  .span_numbers_sec2 {
    font-size: 32px;
  }

  .wrap_carrocel_fotos {
    margin-left: 15%;
  }

  .wrap_img_me_container,
  .wrap_img_me2_container {
    height: 900px;
  }

  /* Seção 3 - Portfolio */
  .my_skills {
    font-size: 32px;
  }

  .col_text_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px;
  }

  /* Seção 4 - Why Me */
  .card {
    width: 300px;
    height: 320px;
  }
}


/* ========================================
   MOBILE (até 768px)
   ======================================== */
@media (max-width: 768px) {

  /* ===== SEÇÃO 1 - HERO/APRESENTAÇÃO ===== */
  .row_wrap_sec1 {
    padding: 20px 0;
  }

  .img_me_sec1 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    filter: blur(50px);
  }

  .col_wrap_p_sec1 {
    margin-top: 5%;
    text-align: center;
  }

  .select_language {
    width: 60%;
    margin: 0 auto;
    margin-top: 0;
  }

  .p_presentation {
    font-size: 18px;
    margin-top: 5%;
  }

  .p_front_end,
  .p_ux,
  .p_web {
    font-size: 32px;
    margin-left: 0;
    text-align: center;
  }

  .ball {
    display: none;
    /* Ocultar animação da bola em mobile */
  }

  /* Botões empilhados */
  .talk_tome,
  .see_more {
    display: block;
    width: 80%;
    margin: 15px auto;
    padding: 12px 30px;
    text-align: center;
  }

  .see_more {
    margin-left: auto;
  }

  .hr_linha {
    margin-top: 30px;
  }


  /* ===== SEÇÃO 2 - CARROSSEL E ABOUT ME ===== */
  .wrap_sec2 {
    margin-top: 5%;
    padding: 20px 0;
  }

  /* Carrossel de números */
  .p_sec2 {
    font-size: 24px;
  }

  .span_numbers_sec2 {
    font-size: 24px;
  }

  .carousel-track {
    gap: 30px;
  }

  .linha333 {
    margin-top: 5%;
  }

  /* About Me */
  .col_about {
    margin-top: 10%;
    padding: 0 15px;
  }

  .p_about_me {
    font-size: 20px;
    text-align: center;
  }

  .p_about_me_text1,
  .p_about_me_text2 {
    font-size: 16px;
    text-align: left;
  }

  .div_lineabout_me {
    margin: 5% auto;
  }

  .img_icon_skill {
    width: 50px;
    margin: 5px;
  }

  .btn_down_resume {
    display: block;
    width: 80%;
    margin: 20px auto;
    padding: 12px 30px;
  }

  /* Ocultar carrossel de fotos em mobile */
  .wrap_carrocel_fotos {
    display: none;
  }

  .black_ball_sec2 {
    width: 15%;
    margin-left: -6%;
  }


  /* ===== SEÇÃO 3 - PORTFOLIO/WORKS ===== */
  .wrap_sec3 {
    min-height: auto;
    padding: 20px 0;
  }

  .my_skills {
    font-size: 24px;
    filter: blur(0px);
    /* Remover blur em mobile */
  }

  .p_wrap_myskill {
    margin-top: 10%;
  }

  .img_arrow_sec2_left,
  .img_arrow_sec2_right {
    width: 25px;
    height: 28px;
    margin-top: 0;
  }

  /* Cards de trabalho */
  .card_work {
    margin-bottom: 30px;
    min-height: auto;
    padding: 20px;
  }

  .col_text_card {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px;
    /* Texto sempre abaixo da imagem */
  }

  .card_work .row {
    flex-direction: column;
  }

  .card_work .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }

  .titulo_card {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .p_card {
    font-size: 15px;
    line-height: 1.6;
  }

  .img_work {
    margin-bottom: 0;
  }

  .linha_jobs_1 {
    margin-top: 5%;
  }

  .margin_job_1 {
    margin-top: 5%;
  }

  /* Botão More Works */
  button.learn-more {
    width: 10rem;
    margin: 30px auto;
    display: block;
  }


  /* ===== SEÇÃO 4 - WHY ME ===== */
  .wrap_sec4 {
    min-height: auto;
    padding: 40px 0;
  }

  .wrap_sec4 .row {
    flex-direction: column;
    align-items: center;
  }

  .wrap_sec4 .col-lg-4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .card {
    width: 90%;
    max-width: 350px;
    height: auto;
    min-height: 280px;
    margin: 0 auto;
  }

  .card .heading {
    font-size: 20px;
    margin: 15px 0 10px;
  }

  .card:hover {
    rotate: 0deg;
    /* Desabilitar rotação em mobile */
  }


  /* ===== SEÇÃO 5 - CLIENT OPINIONS ===== */
  .wrap_sec5 {
    padding: 40px 0 60px;
  }

  /* Já existe media query, apenas ajustes adicionais */
  .carousel-container-clients {
    margin-top: 8%;
  }


  /* ===== SEÇÃO 6 - CONTACT ===== */
  .wrap_sec6 {
    padding: 40px 0;
  }

  .col_wrap_contact_me {
    margin-top: 5%;
    padding: 0 20px;
    text-align: center;
  }

  .p_contact_me {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }

  .p_contact_me br {
    display: none;
    /* Remover quebras de linha forçadas */
  }

  .col_wrap_icon_contact {
    margin-top: 8%;
    margin-left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .img_icon_contact {
    width: 60px;
    margin: 10px;
  }


  /* ===== AJUSTES GLOBAIS ===== */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Desabilitar smooth scroll em mobile para melhor performance */
  #smooth-wrapper,
  #smooth-content {
    height: auto !important;
  }
}


/* ========================================
   MOBILE PEQUENO (até 480px)
   ======================================== */
@media (max-width: 480px) {

  .col_mobile {
    display: block;
  }

  .col_desktop {
    display: none;
  }

  .col_btn_mobile {
    display: block;

  }

  .col_btn_desktop {
    display: none;
  }



  .p_front_end2,
  .p_ux2,
  .p_web2 {
    font-size: 28px;
  }

  .p_presentation {
    font-size: 16px;
  }

  .select_language {
    width: 70%;
  }

  .talk_tome2,
  .see_more2 {
    width: 90%;
    padding: 10px 25px;
    font-size: 14px;
  }

  .p_sec2,
  .span_numbers_sec2 {
    font-size: 20px;
  }

  .my_skills {
    font-size: 20px;
  }

  .titulo_card {
    font-size: 16px;
  }

  .p_card {
    font-size: 14px;
  }

  .card {
    width: 95%;
  }

  .card .heading {
    font-size: 18px;
  }

  .img_icon_contact {
    width: 120px;
  }

  .div_about_me {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img_icon_skill {
    width: 40px;
    margin: 5px;
  }

  .div_skill {
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .hr_linha_mobile {
    display: block;
    height: 2px;
    background-color: #5f5f5f;
    margin-top: -8%;
    /* background-color: #1AC0B4; */
  }

  .wrap_sec6 {
    margin-top: -30%;
  }

  .img_arrow_sec2_left,
  .img_arrow_sec2_right {
    display: none;
  }

  .card_work {
    border-radius: 15px;
    width: 100%;
    min-height: 350px;
    background-color: rgba(26, 26, 26, 0.375);
  }


  .talk_tome_card {
    width: 100%;
    text-decoration: none !important;
    margin-top: 20px !important;
    color: #f9f9f9;
    padding: 10px 50px !important;
    background-color: #05050500;
    border-radius: 100px;
    border: solid red 1px;
    transition: 0.5s ease-in-out;
  }

  .talk_tome_card:hover {
    width: 100%;
    text-decoration: none !important;
    margin-top: 20px !important;
    color: #f9f9f9;
    padding: 10px 50px !important;
    background-color: #05050500;
    border-radius: 100px;
    border: solid red 1px;
    transition: 0.5s ease-in-out;
  }


}