@charset "UTF-8";

* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body, html {
    width: 100vw;
    height: 100vh;
    background-color: #DDA0DD;
}

header{
    background-color: rgb(97, 9, 96);
    width: 100%;
    padding: -1px ;
    position: fixed;
    top: 0;
    z-index: 9999;
}
html{
    scroll-behavior: smooth;
}

.container{
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.container1{ 
    max-width: 1080px;
    margin: 0 auto;
    position: fixed;
    display: flex;
}

.logo{
    width: 25%;
}

.logo img{
    width: 125px;

}

.menu{
    width: 50%;
    
}

.menu nav a{
    color: #c4c4c4;
    text-decoration: none;
    font-size: 18px;
    padding-right: 3px;
    padding-bottom: 3px;
    position: relative;
    margin-right: 25px;
}

.menu nav a::after{
    content: " ";
    width: 0px;
    height: 4px;
    background-image: linear-gradient(45deg , #DDA0DD, rgba(215, 15, 129, 0.775));
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.5s;
}

.menu nav a:hover::after{
    width: 40px;
}

.menu nav a:hover{
    color: #ffffff;
}

main {
    width: 90%;
    margin: auto;
    background-color: white;
}
#Container-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px;
    background-color: #DDA0DD;
}

#btn-link {
    display: flex;
    text-decoration: none;
    color: black;
    justify-content: center;
    align-items: center;
}
#img-whats{
    width:30px;
}

#btn-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background-color: rgba(65, 136, 65, 0.985);
    border-radius: 20px;
    font-size: 15px;
    height: 50px;
    width: 200px; 
    padding: 5px;
    border: none; 
}
#btn-header > a {
    color: white;
}

#btn-header img {
    margin-right: 10px; 
}
#img-header {
    width: 270px;
    height: 370px;
    margin-top: 15px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header-left {
    background-color: #f5f5f5;
    padding: 70px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(108, 74, 104);
  }
  
  #header-left h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  #header-left p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
  }
  
  #btn-header {
    background-color: #25d366;
    color: #ffffff2f;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  #btn-header:hover {
    background-color: #128c7e;
  }
  
  #img-whats {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
  }
  

.h1-Serv {
    text-align: center;
    padding-top: 45px;
    font-size: 100;

}

.Serv {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    text-align: left;
    opacity: 0.9;
    border: none;
    gap: 12px;
}

.coluna {
    flex-basis: calc(25% - 10px);
    width: 100%;
    height: 455px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 4px 5px rgba(215, 15, 129, 0.775);
    transition: box-shadow 0.5s;   
}

.coluna:hover {
    box-shadow: 4px 6px 12px rgba(88, 81, 85, 0);
}

.Serv > div {
    flex-basis: calc(25% - 10px);
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(174, 30, 126, 0.503);
    animation: expandir 5s  ease-in-out ;
}

.lista-serv li {
    margin-top: 10px;
    margin-left: 25px;
    list-style-type: disc;
}

.sessao {
    height: auto;
    width: 100%;  
    cursor: pointer;
    overflow: hidden;
}

.conteudo {
    max-height: 153px;
}

.expandir .conteudo {
    max-height: none;
    border: none;
}

.conteudo > div {
    flex-basis: calc(25% - 60px);
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.sessao.expandir .conteudo > div:nth-child(n+5) {
    opacity: 0;
    pointer-events: none;
}
#exper {
    display: flex;
    margin-top: 10px;
    margin-bottom: 30px;
}
#exper ul{
    display: flex;
    width: 100%;
    justify-content: space-around;   
}

/*   --Parte 2---   */

section#image-back {
    width: 100%;
    height: 500px;
    padding-right: 20px;
    background: url('Imagens/background-landscape.jpg') center top no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

section#image-back > div {
    width: 500px;
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

section#image-back p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.5em;
    font-weight: bold;
    color:#b452ec;
    text-align: center;
}

section#all-feedbacks {
    padding: 20px;
}

section#all-feedbacks > h1 {
    font-size: 2.5em;
    text-align: center;
    padding: 20px;
    color: #ff9595;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 
}

div.feedback-line {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
}

div.feedback {
    position: relative;
    padding: 0 20px 20px;
    overflow: scroll;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    transition: .5s;
}

div.feedback:hover {
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

div.feedback::-webkit-scrollbar {
    width: 0;
    height: 0;
}

div.icons-line {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    padding: 15px 10px 10px;
    width: 100%;
}

img#aspas {
    width: 35px;
    height: 35px;
}

div.star-line {
    padding: 0 10px;
    margin-top: 5px;
}

div.footer-feedback {
    position: sticky;
    bottom: -20px;
    width: 100%;
    height: 50px;
    background-color: white;
    padding: 5px 0;
}

div.footer-feedback p {
    text-align: center;
    color: #ff9595;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.2em;
}
/*  --parte 3--  */
.interface {
    max-width: 1280px;
    margin: 0 auto;
  }
  
  .flex {
    display: flex;
    justify-content: space-between;
  }
  
  .btn-locate button {
    background-color: #c97ee2;
    padding: 10px 20px;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s;
  }
  
  .btn-locate button:hover {
    box-shadow: 0 0 8px black;
    transform: scale(1.05);
  }
  
  /* localização e mapa */
  section.Locate {
    padding: 40px 4%;
    background-image: url('Imagens/dente-de-leao.jpg');
    background-size: cover;
  }
  
  section.locate.flex {
    align-items: center;
    justify-content: center;
    gap: 90px;
    opacity: 0.9;

  }
  
  .locate h1 {
    color: black;
    font-size: 40px;
    font-weight: 900;
    padding-top: 10px;
  }
  
  .txt-locate p {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
  }
  
  .txt-locate {
    background-color: rgba(250, 245, 245, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(108, 74, 104);
  }
  
  .txt-locate h2 {
    color: #222626;
    font-weight: 800;
    margin-top: 10px;
    padding: 8px;
    line-height: 0.8;
  }
  
  .img-map iframe {
    width: 500px;
    height: 200px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 8px black;
    border: none;
  }
  
  /* Estilo do rodapé */
  footer {
    background-color: #9932CC;
    padding: 0 20px 0 20px 
  }
  
  /* Estilo para alinhar os elementos internos do rodapé */
  footer .flex {
    display: flex;
    justify-content: space-between;
  }
  
  /* Estilo para os botões de mídia social */
  .interface .btn-social button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #bd68ee;
    font-size: 20px;
    cursor: pointer;
    margin: 0 7px;
    margin-top: 10px;
    transition: 0.2s;
  }
  .btn-social button:hover{
    box-shadow: 0 0 8px black;
    transform: scale(1.05);
  }
  
  /* Estilo para o ícone dentro dos botões de mídia social */
  .interface .btn-social button i {
    color: #ffffff;
  }
  
  /* Estilo para a linha de separação no rodapé */
  footer .line-footer {
    padding: 20px 0;
  }
  
  /* Estilo para o texto na linha de separação */
  footer .line-footer i {
    color: #ffffff;
    font-size: 22px;
    margin: 10px;
  }
  
  /* Estilo para os links na linha de separação */
  footer .line-footer-borda p, a {
    color: #ffffff;
  }

  
  footer .logo-footer img {
    max-width: 150px;
    align-items: center;
    border-radius: 5px;
  }
  /* Estilo para a borda superior */
  .line-footer-borda {
    border-top: 2px solid #ffffff;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; 
  }


  .line-footer-borda button {
    width: 110px; 
    height: 50px; 
    margin-right: 30px;
    margin-top: 10px;
    border-radius: 10px;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    border: none;

  }
  
  .line-footer-borda button:hover {
    box-shadow: 0 0 8px black;
    transform: scale(1.05);
  }
  
  .copyright {
    text-align: center;
    background-color: #0a0a0a;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
    margin-right: -19px; 
    margin-left: -19px;
}

.copyright a {
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
    color: #ffd102;
}


  
@media screen and (max-width: 1020px) { /* Responsividade do celular */
    body > a {
        display: none;
    }
    #Container-header{
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        align-items: center;
        font-size: 20px;
    }
    #header-left, #Header-right {
        width: 100%;
        margin-bottom: 40px;
    }
    #header-left {
        padding: 40px;
    }
    #header-left h1{
        font-size: 34px;
        margin-bottom: 20px;
    }
    #header-left p{
        font-size: 20px;
    }

    #Header-right {
        display: flex;
        justify-content: center;
    }

    #btn-header {
        width: 100%;
        max-width: 200px; 
    }
    

    header{
        display: none;
    }

    .Serv {
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* 2 colunas por linha */
        gap: 10px; /* Espaçamento entre as colunas */
       width: 100%;
       justify-content: center;
       
    }
    .coluna {
        height: auto; 
        padding: 20px;
        align-items: center;
    }

    .experiencias {
        display: grid;
    }
    
    #exper ul {
        display: grid;
        grid-template-columns: repeat(2, auto); 
        gap: 10px; 
    }
    
    #exper li {
        width: 100px;
    }
    

    /* Yuri */

    main {
        width: 100%;
    }

    section#image-back {
        width: 100%;
        height: 500px;
        padding: 20px 0;
        background: url('Imagens/background-portrait.jpg') center top no-repeat;
        background-size: cover;
        justify-content: center;
        align-items: flex-end;
        /* AJUSTE FLEX */
    }

    section#image-back > div {
        width: 90%;
        padding: 20px;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 0.496);
        
    }

    section#image-back p {
        font-family: 'Times New Roman', Times, serif;
        font-size: clamp(1em, 1em + 1vw, 1.8em);
        font-weight: bold;
        color:#6d04a9;
        text-align: center;
    }

    div.feedback-line {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        margin: auto;
    }

    div.feedback {
        width: 100%;
        margin: 20px 0;
    }

    div.feedback p.comment {
        font-size: clamp(1em, 1em + 1vw, 1.5em);
        line-height: 1.8em;
    }

    /* Kawan*/

    .flex {
        display: flex;
        align-items: center;
      }
    
      .btn-locate {
        display: flex;
        justify-content: center;
        margin-right: 40px;
      }
      
      .btn-locate button {
        font-size: 15px;
        width: 190px;
        height: auto;
      }
      
      
      .img-map iframe {
        display: none;
      }

      .line-footer-borda {
      display: flex;
      flex-direction: column-reverse; 
      align-items: flex-start;      
      }
    
      footer .flex {
        justify-content: space-between;
        padding-right: 5px;
      }
      
     footer .logo-footer img {
        max-width: 90px;
        display: flex;
        flex-direction: column-reverse;
        border-radius: 9px;
        padding:0 6px 0;
        
      }
}


/* MEDIA QUERY PARA TABLETS */
@media screen and (min-width: 768px) and (max-width: 992px) {

    #Container-header {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
        align-items: center;
        padding: 40px;
        background-color: #DDA0DD;
    }
    #header-left{
        width: 70%;
        
    }
    
    main { 
        width: 100%;
    }
    .Serv{
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 colunas por linha */
    }

    .coluna{
        padding: 30px;
        display: grid;
    }
    .experiencias #exper ul >li  {
        display: flex;
        width: 20%;
        
    }
    #exper ul {
        display: flex;
        flex-direction: row;
    }

    section#image-back > div {
        width: 90%;
        padding: 20px;
        border-radius: 20px;
        background-color:rgba(255, 255, 255, 0.622);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.33);
        
    }

    section#image-back p {
        font-size: 1.8em;
 
    }

    div.feedback-line {
        flex-direction: column;
        align-items: center;
    }

    div.feedback {
        width: 70%;
        margin: 20px 0;
    }

    img#aspas {
        width: 45px;
        height: 45px;
    }

    div.star-line > img {
        width: 20px;
    }

    div.feedback p.comment {
        font-size: clamp(1em, 1em + 1vw, 1.5em);
        line-height: 1.8em;
    }

    div.footer-feedback p {
        font-size: 1.2em;
    }
    .Locate{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .line-footer-borda {
        display: flex;
        flex-direction: row-reverse; 
   
        }
}