/* Imports the Poppins font from Google fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --main-color: #232323;
    --text-color: #ffff;
    --bg-color-01: #1b1c1f;
    --bg-color-02: #323946;
    --color-00: #0000001a;
    --color-05: #FF007F;


/* Extra */
--color-01: #252525;
--color-02: #999999;
--color-03: #7950f2;
--color-04: #29770a;
--color-02: #232323;
--color-05: #FF007F;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;

}




html {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

body {
    background-color: #000;
    color: #fff;
   

}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.1rem;
    background-color: #0000007e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;

}

.logo {
    font-size: 1.7rem;
    color: var(--text-color);
    font-weight: 600;
    cursor: pointer;
}

.nav-responsive {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    background-color: var(--bg-color-01);
}

/* Cabeçalho */
.nav a, .nav-responsive a { 
    font-size: 1.2rem;
    color: var(--text-color);
    padding: 0.5 1rem;
    transition: 0.4s;

   
}

.nav a:hover {
    color: var(--color-01);

}

/* \Cabeçalho */


section {
    min-height: 100vh;
    padding: 2rem 2rem 2rem;
    border: solid 1px var(--bg-color-02);
}

span {
    color: #FFD700;
    text-shadow: 0 0 10px rgb(66, 63, 46);
}

.xw {
    text-align: center;
    
}

.home {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

    background-image: url(../img2/mediclife.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0px 40px;
    background-size: 100%;
    color: #fff;
    border: none;
}



.about-img {
    opacity: 1%;
}
.home-img img, .about-img img {
    width: 100%;
}

.about {
    background-color: #000000;
    font-size: 25px;
    color: #fff;
    border: none;


}

.home-content, .about-content {
    width: 45%;
}

.home-content h1, .about-content h1 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 2.7rem; /*TEST */
}

.home-content h3, .about-content h3 {
    font-weight: 700;
    font-size: 1.6rem;
}

.home-content p, .about-content p {
    margin-top: 1.5rem;
    text-align: justify;
}


.services h2,
.portfolio h2,
.contact h2 {
    font-size: 2.2rem;
    margin-top: 1rem;
    text-align: center;
}

.contact p {
    font-size: 15px;
}

.portfolio p {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.services-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 25rem;
    margin-bottom: 1rem;
    text-align: justify;
    color: white;
}

.services-container .services-box {
    padding: 2rem 1rem 2.5rem;
    border-radius: 1.2rem;
    text-align: center;
    border: solid 0.15rem var(--main-color);
    background-color: #000;
    transition: 0.5s ease;
    color: white;
}

.services-container .services-box:hover {
    border-color: var(--main-color);
    transform: scale(1.03);

}

.services-box i {
    font-size: 4.3rem;
    color: var(--main-color);

}

.services-box h3 {
    font-size: 1.3rem;
    
}

.falarcomnosco {
    font-size: 20px;
    text-align: center;
}



.services-box p {
    margin: o.5rem;
    letter-spacing: 0.1;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}


/* portfolio  */
.portfolio {
background-color: #000000;
border: none;
}

.portfolio-container {
display: flex;
/* gap: 1.2rem; */
/* grid-template-columns: ; */
/* font-size: 10px; */
/* width: 10%; */

}

.portfolio-box {
    position: relative;
    border-radius: 0.6rem;
    /* box-shadow: 0 0 0.6rem var(--bg-color-01); */
    overflow: hidden;
    display: flex;
}

.portfolio-box img {
    width: 100%;
    transition: 0.5s ease;

}

.portfolio-box img:hover {
    transform: scale(1.1);

}

.formpgt {
    margin-top: 180px;

}


.portfolio-layer a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background: var(--text-color);
    border-radius: 50%;
    
}

.portfolio-layer a i {
    font-size: 1.2rem;
    color: var(--bg-color-02);
    
}

.box-container {
    /* align-items: center; */
    justify-content: space-between;
    display: flex;
    background-color: #000;
    
}

.one-box {
    text-align: center;
    margin-top: 100px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.329);
    /* background-color: red; */
    display: flex;
    width: 450px;
    gap: 200px;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    margin: 50px 50px;
    color: #fff;
    
}

.formapgt {
    background-color: #000;
    border: none;
    color: #fff;

}

.trintaentrada{
    text-align: center;
    align-items: center;

}

.trintaentrada p {
font-size: 25px;
}

.multinivel {
    align-items: center;
    text-align: center;

}

.multinivel h1 {
    font-size: 30px;
}

.multinivel span {
    font-size: 30px;

}

.trintaentrada h1 {
    font-size: 150px;
}

a {
color: inherit;
text-decoration: none;
}


.one-box img {

    width: 250px;
}
.one-box:hover {
     transform: scale(1.2);  /* Aumenta o tamanho em 10% */
     
}

hr {
    border: none;
    height: 4px;
    background: linear-gradient(to right, rgba(255, 215, 0, 0), rgba(255, 215, 0, 1), rgba(255, 215, 0, 0));
    border-radius: 2px;
    margin: 20px 0;
   }

/* SLIDE VIDEOS */

.videos {
    background-color: #000;
    text-align: center;
    border: none;
}

.xw-story-slider {
    position: relative;
    width: 360px;
    height: 640px;
    margin: 2rem auto;
    overflow: hidden;
    z-index: 1;
  }
  
  .xw-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
  }

  
  
  .xw-slider-track video {
    width: 360px;
    height: 640px;
    object-fit: cover;
    flex-shrink: 0;
    border: none;
  }
  
  .xw-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: white;
    font-size: 2.5rem;
    padding: 0.4rem 0.6rem;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
    transition: background 0.3s ease;
  }
  
  .xw-nav-btn:hover {
    background: rgba(0, 0, 0, 0.6);
  }
  
  .xw-left {
    left: 10px;
  }
  
  .xw-right {
    right: 10px;
  }
  
  /* Botões flutuantes (play/pause e som) */
  .xw-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 10px;
  }
  
  .xw-controls button {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 1.8rem;
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .xw-controls button:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  

/* FINAL SLIDE VIDEOS */

/* IMAGEM AO LADO DO TEXTO */

.xw-content-box {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem;
    margin-top: 100px;
  }
  
  .xw-imagem {
    width: 300px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }
  
  .xw-texto {
    flex: 1;
  }
  
  /* Responsivo para mobile */
  @media (max-width: 768px) {
    .xw-content-box {
      flex-direction: column;
      text-align: center;
    }
  
    .xw-imagem {
      width: 100%;
    }
    
  }
  


/* FINAL DA IMAGEM AO LADO DO TEXTO */

/* CONTAGEM DE NUMEROS  */

.xw-counter-box {
    text-align: center;
    font-family: 'Arial', sans-serif;
    padding: 2rem;
    color: #fff;
    display: flex;
    gap: 7.5rem;
    margin-left: 50px;
    
  }
  
  
  .xw-number {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    font-size: 80px;

  }

  .xw-number1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;

  }

  .xw-counter-box p {

    font-size: 30px;
    text-decoration: dotted;

  }

  

/* FINAL CONTAGEM DE NUMEROS */


.helpcenter {
    margin-top: 50px;
    margin-bottom: 50px;
}

.helpcenter h1 {
    font-size: 25px;
}

.helpcenter h2 {
    font-size: 15px;
}


.contact {
    background-color: #000;
    color: #fff;
    border: none;
    justify-content: space-between;
    
}


footer {
    margin-top: 0px;
    background-color: #000000;
    color: rgba(255, 255, 255, 0.822);
    height: 100%;
    width: 100%;
    padding: 15px;
    text-align: center;
}

footer p {
    font-size: 15px;
        text-decoration: none;
}

footer p1 {
    font-size: 10px;
    text-decoration: none;
}

/* alinhar icones  */
.social-media {
    width: 20.5rem;

}
/* \alinhar icones */

.social-media a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: transparent;
    border: solid 0.15rem var(--main-color);
    border-radius: 50%;
    font-size: 2rem;
    color: var(--main-color);
    margin: 0.5rem 0.5rem 0.5rem 2;
    transition: 0.5s ease;
}

.social-media a:hover {
    background-color: var(--main-color);
    color: var(--bg-color-02);
    box-shadow: 0 0 0.3rem var(--main-color);
}








/*button */
button {
    display: inline-block;
    padding: 0.7rem 1.8rem;
    background-color: #ffd700;
    border-radius: 2rem;
    color: white;
    
    font-weight: 600;
    letter-spacing: 0.1rem;
    transition: 0.3s ease;
    margin-top: 1.2rem;
}

button:hover {
    box-shadow: 0 0 0.3rem;
    background-color: inherit;
    color: var(--main-color);
}

/* \button  */

/* menu hambuguer */

.menu-hamburguer {
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 2rem;
    height: 0.3rem;
    background-color: #FFD700;
    margin: 0.4rem 0;
    transition: 0.3s ease;
}

.change .bar1 {
    transform: translate(0, 0.65rem) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -0.65rem) rotate(45deg);
}


/* \menu hambuguer */






/* media queries */


/*  TAMANHO PARA SMARTPHONES\CELULARES */
@media (min-width: 0px)

{
    * {
        max-width: 100%;
    }

    .menu-hamburguer {
        display: block;
    }

    .nav {
        display: none;
    }

    .nav-responsive a {
        display: block;
        font-size: 1.2rem;
        margin: 0.5rem 0;
    }

    .nav-responsive {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        padding: 1rem;
        background-color: var(--color-01);
    }


section {
 padding: 5rem 1.5rem;
}

.home, .about {
    flex-direction: column;
    gap: 1.2rem;
}


.home-img, .about-img {
    width: 50%;
    max-width: 80%;
}

.home-content, .about-content {
    width: 100%;
}

.home-content div {
    text-align: center;
}

.home-content h1, .about-content h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
}

.services-container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

.portfolio-container {
    grid-template-columns: auto;
width: 100%;
font-size: 8px;


}

.portfolio-layer h4 {
    font-size: 10px;
}

.services-box {
    width: 100%;

}

    header {
        background-color: #000; 
        width: 100%;
        padding: 10px;
        font-size: 50px;
        
    }
}

.multinivel img {
    font-size: 250px;
    max-width: 100%;
    
}

.multinivel p {
    font-size: 20px;
}

p {
    font-size: 20px;
}

.xw-counter-box {
    text-align: center;
    font-family: 'Arial', sans-serif;
    padding: 2rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 7.5rem;
    /* margin-left: 50px; */
    overflow: hidden;
    
    
  }



/*  \TAMANHO PARA SMARTPHONES\CELULARES   */

 /* DEPOISMENTOS */

 .depoimentos {
    width: 100%;
    padding: 50px 20px;
    max-width: 900px;
    color: #fff;
    background-color: #000;
    border: none;
margin: 0 auto;
position: relative;
overflow: hidden;
  }

  .depoimentos .slide{
    padding: 40px 60px;
    cursor: grab;
  }

  .depoimentos .slide:active{
    cursor: grabbing;
  }

  .depoimentos i{
    font-size: 90px;
    color: #cccccc6c;
  }

  .depoimentos h2 {
    text-align: center;
  }

  .depoismentos p.depoi-txt{
    font-weight: 300;
    margin-bottom: 40px;
  }

  .slide .person img{
    width: 80px;
    height: 80px;

  }

  .slide .person{
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .slide .person p.nome-person {
    font-size: 18px;
    font-weight: 600;
  }

  .slide .person p.func-person {
    font-size: 14px;


  }
.func-person i {
    font-size: 15px;
    color: yellow;
}


  /* DEPOISMENTOS */


/* ============================= */
/* ===== AJUSTES MOBILE ======= */
/* ============================= */

@media (max-width: 768px) {

    /* 1. xw-counter-box */
    .xw-counter-box {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
      margin: 0;
      padding: 1.5rem 1rem;
    }
  
    /* 2. portfolio-container */
    .portfolio-container {
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      width: 100%;
    }
  
    /* 3. box-container */
    .box-container {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
      padding: 1rem;
    }
  
    .one-box {
      width: 90%;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      margin: 1rem 0;
    }
  
    .one-box img {
      width: 80%;
      height: auto;
    }
  
    /* 4. formpgt */
    .formpgt {
      margin-top: 3rem; /* reduzido para mobile */
      padding: 1rem;
      width: 100%;
    }
    .formpgt h1 {
        font-size: 4.9rem; /* ou o valor que achar ideal */
        text-align: center;
      }

      .nav-btn{
        display: none;
      }

    
  }

  


 
