@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    /* height: 100%; */
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    scroll-behavior: smooth;
}
 
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0; /* Remove a margem padrão */
    padding: 7px; /* Adiciona padding para melhorar a aparência */
    min-height: 100vh; /* Garante que o body ocupe no mínimo a altura total da janela */
    box-sizing: border-box; /* Inclui o padding no cálculo da largura/altura */
}

main.body {
    display: flex;
    /* display: inline-flex; */
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* height: 100vh; */
    width: 100vw;
    
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: start;
    margin: 7px;
}

.search-box form {
    display: flex;
    /* display: inline-flex; */
    flex-direction: column;
}

/* .search-form .presencial label {
  font-size: smaller;
} */

textarea, input {
    /* width: 100%; */
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
button {
    background-color: #5cb85c;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
  }
  
button:hover {
    background-color: #4cae4c;
  }
  
  
@media (max-width: 600px) {
    input[type="text"] {
      width: 98%;
    }

    .main {
      width: 98%;
    }
  }

  /* Responsividade para Desktops */
  @media (min-width: 768px) {
    .inputs {
      /* Ajustes específicos para desktops */
      /* Por exemplo, se você ainda desejar uma largura específica em desktops */
      width: auto; /* Ou defina um valor específico em px, %, etc. */
    }

    .main {
        width: 60%;
    }
  }

  .inputs {
    background-color: rgba(0, 0, 0, .25);
  }
  
  .inputs {
    width: 100%; /* preencher o espaço disponível */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  button {
    background-color: #4CAF50; /* Cor verde para botões */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #45a049;
  }
  
  @media (max-width: 768px) {
    .form {
        width: 90%; /* mais largura em dispositivos menores */
    }
  
    body {
        padding-right: 5%;
        padding-left: 5%;
    }
  }


*, *::before, *::after {
    box-sizing: inherit; /* Herda o box-sizing do elemento pai */
}

/*Regras para o cabeçalho de navegação*/
.main-navigation {
    display: flex;
    justify-content: end;
    align-items: right;
    /* text-align: center; */
    background-color: #f2f2f2;
    padding: 10px 0;
    /* border-bottom: 1px solid #ccc; */
    /* margin-bottom: 10px; */
    width: 100%
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center; /* Assegura que todos os itens estejam alinhados verticalmente */
}

.main-navigation li {
    display: inline;
    margin: 0 20px;
}

.main-navigation a {
    color: #333;
    text-decoration: none;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 18px;
    transition: color 0.4s ease;
}

.main-navigation .dancing-script {
  font-family: "Dancing Script", cursive;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  padding-top: 0;
  color: tomato;
}

.main-navigation .dancing-script:hover {
  font-family: "Dancing Script", cursive;
  font-size: 1.5rem;
  font-weight: 900;
  font-style: normal;
  margin-top: 0;
  padding-top: 0;
  color: red;
}
/*----------------------*/

.container {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
}

@media (max-width: 768px) {
    .container {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* width: 100%; */
    }
}

/* h1 {
    color: #333;
} */

/* p {
    color: #666;
} */


.icon {
    height: 24px;
    width: 24px;
    fill: currentColor; /* Faz o ícone usar a cor do texto */
    margin-right: 8px; /* Espaço entre ícones e antes do número */
}



.site-footer {
    background-color: #2c3e50; /* ajuste a cor de fundo conforme necessário */
    color: white;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.site-footer a {
    color: white; /* ajuste a cor dos ícones conforme necessário */
    /* margin: 0 10px; */
}

.site-footer a.terms-of-use {
  display: flex;
  margin-left: 7px;
  font-size: small;
}

.site-footer .social-media-icons a {
    color: white; /* ajuste a cor dos ícones conforme necessário */
    margin: 0 10px;
    font-size: 24px; /* ajuste o tamanho conforme necessário */
}

.site-footer .social-media-icons a:hover {
    color: #ddd; /* ajuste a cor do hover conforme necessário */
}

.site-footer .payment-platform img {
    max-width: 150px; /* ajuste o tamanho conforme necessário */
    margin-top: 20px;
}

.site-footer .contact-info p {
    margin: 10px 0;
}

.site-footer .contact-info a {
    color: white; /* ajuste a cor dos links conforme necessário */
    text-decoration: none;
}
.developer-credit, .developer-credit a {
    /* position: absolute; */
    /* right: 10px;
    bottom: 10px; */
    margin-right: 10px;
    float: right;
    color:#ccc;
    font-size: small; /*0.9em;*/
    /* font-family: 'Julius Sans One', sans-serif; */
}
.developer-credit a {
    font-family: 'Julius Sans One', sans-serif;
}

@media (max-width: 768px) {
    .site-footer .social-media-icons a {
        margin: 5px 0;
        font-size: 20px; /* tamanho menor para telas menores */
    }

    .site-footer .payment-platform img {
        max-width: 120px; /* tamanho menor para telas menores */
    }

    .site-footer .developer-credit {
        position: relative;
        right: 0;
        bottom: 0;
        font-size: 0.7em;
    }
}
  /* Estilo Geral do Recipiente */
  .result-box {
    background-color: #f8f8f8; /* Cor de fundo */
    border: 1px solid #e0e0e0; /* Borda sutil */
    border-radius: 10px; /* Bordas arredondadas */
    padding: 20px; /* Espaçamento interno */
    margin-bottom: 20px; /* Espaçamento entre os recipientes */
  }
  
  .result-box:hover {
    transform: scale(1.05); /* Ligeiro aumento de tamanho */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave para destaque */
    /* padding: 3px 3px; */
  }

  /* Estilo das Informações do Professor */
  .teacher-info-1 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
  }

  .img-name {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 3px 3px;
  }
  
  .img-name:hover {
    cursor: pointer;
    /*transform: scale(1.05);  Ligeiro aumento de tamanho*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  Sombra suave para destaque 
  }
  

  .teacher-photo {
    width: 60px; /* Tamanho da foto */
    height: 60px; /* Mantenha como um quadrado */
    border-radius: 50%; /* Foto circular */
  }
  
  .teacher-name {
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 15px;
  }
  
  .teacher-contact {
    margin-left: auto;
    font-size: 0.9em;
    text-decoration: none;
  }
  
  .to-clipboard {
    background-color: #4CAF50; /* Cor do botão Copiar */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 75%;
  }
  
  .to-clipboard:hover {
    background-color: #45a049;
  }
  
  .teacher-intro {
    margin-top: 10px;
  }
  
  .intro-video-p {
    text-align: center;
  }

  .intro-video-link {
    display: inline-block;
    margin-top: 10px;
    color: #2a6eb9;
    text-decoration: none;
  }
  
  .intro-video-link:hover {
    text-decoration: underline;
  }
  
  /* Estilos para Responsividade */
  @media (max-width: 600px) {
    .teacher-info-1 {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .teacher-contact {
      margin-left: 0;
      margin-top: 10px;
    }
  }

  #modal-window {
    display: none; /* Hidden by default */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute; 
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; 
    height: auto;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    margin: 7px;
    padding: 10px;
}

#modal-content {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: auto;
    /* background-color: #fefefe; */
    /* margin: 1%; /* auto; 15% from the top and centered */
    /* padding: 20px; */
    /* border: 1px solid #888; */ */
    /* width: 80%; Could be more or less, depending on screen size */
}

.full-info-container {
    background-color: #daf0f9;
    padding: 7px;
    border-radius: 5px;
    width: 40%;
    height: 100%;
}

.full-info-container ul {
    list-style-type: none;
    margin-left: 20px;
}

ul {
    list-style-type: none;
}

.full-info-container .numbers-socials {
    display: flex;
}

.full-info-container .numbers ul {
  display: flex;
  
}

@media (max-width: 768px) {
  .full-info-container {
    width: 90%;
  }
}


#modal-content .img-name {
    display: flex;
    align-items: flex-start;
}

#modal-content .teacher-photo {
    border-radius: 25px;
    
}

#modal-content .teacher-name {
    
    font-weight: 500;
    border-radius: 0px;
    background-color: transparent;
    margin-left: 20px;
}

#modal-content .teacher-text {
    padding: 10px;
}
