
@font-face {
    font-family: MonteseratMedium;
    src: url(./font-fast/Montserrat-Medium.ttf);
}

@font-face {
    font-family: MonteseratRegular;
    src: url(./font-fast/Montserrat-Regular.ttf);
}


input[type=text]{outline:none}
input[type=email]{outline:none}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}



body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(0,56,91);
    background: linear-gradient(157deg, rgba(0,56,91,1) 13%, rgba(1,57,93,1) 35%, rgba(9,67,111,1) 43%, rgba(16,75,127,1) 66%, rgba(26,89,152,1) 77%, rgba(43,110,191,1) 90%);
    background-size: 200% 200%;
    height: 100vh;
    width: 100vw;
    font-family: MonteseratMedium;
}

.detalhe-fundo {
    position: fixed;
    z-index: -10;
    width: 300vw;
    opacity: 0.3;
    top: -120vh;
}

h1 {
    padding: 10px 0 0 0;
    font-family: MonteseratRegular;
    font-size: 24px;
    font-weight: 400;
    color: #00385B;
    text-align: center;
    user-select: none;
}

h3 {
    padding: 10px;
    font-family: MonteseratRegular;
    text-align: center;
    line-height: 1.3;
    color: #00385B;
    font-size: 13px;
}

h4 {
    margin-top: 10px;
    padding: 15px;
    font-family: Monteserat;
    text-align: center;
    color: #CEFF3A;
}

.centro {
  position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 900px;
    height: 700px;
    margin: 0 35px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 4px 5px 4px rgba(0,0,0,0.25);
    z-index: 0;
}


.img-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.img-logo-1 {
    width: 75px;
    border: #00385B solid 4px;
    border-radius: 50%;
}

.calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
    padding: 0;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    min-width: 100px;
  }
  
  .calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 327px;
    padding-bottom: 10px;
    user-select: none;
  }

  .container {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 0;    
    z-index: 1;
  }
  
  .calendar-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 400px;
    max-width: 410px;
    padding: 45px 10px;
    background-color: #ceff3ac9;
    border-radius: 5px;
    height: calc(100% - 146px);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 4;
  }

  .agenda-container {
    flex: 1;
    z-index: 3;
    padding: 45px 37px 10px 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    height: calc(100% - 111px);
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  }

  h2.second-title {
    padding: 10px;
    font-family: MonteseratRegular;
    text-align: center;
    line-height: 1.3;
    color: #00385B;
    font-size: 24px;
    font-weight: 400;
    box-shadow: none;
    user-select: none;
  }

  h3.sub-title-1 {
    padding: 9px;
    font-family: MonteseratRegular;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    color: #00385B;
    user-select: none;
  }

  h3.sub-title-2 {
    margin: 8px 0 4px 0;
    padding: 0;
    font-family: MonteseratMedium;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    color: #00385B;
    width: 80%;
    user-select: none;
  }

  h3.sub-title-3 {
    margin: 18px 0 4px 0;
    padding: 0;
    font-family: MonteseratMedium;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    box-shadow: none;
    color: #00385B;
    width: 80%;
    user-select: none;
    font-style: italic;
    opacity: 0.8;
  }

  .body-confirm {
    width: 55%;
    height: 70%;  
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: flex-start;
    gap: 5px;
  }

  .div-of-btn {   
    width: 95%;   
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px 5px;
  }

  .icon-seta-esq-thin {
    width: auto;
    height: 9px;
    padding-right: 12px;
    margin-left: -7px;
    margin-top: -1px;
  }

  .voltar-btn, .confirmar-btn {
    width: 115px;
    height: 38px;
    padding: 8px 24px;
    font-size: 14px; 
    color: #00385B;   
    border-radius: 4px;
    border: #00385b77 solid 1px;
    background-color: #00385b17;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  }

  .voltar-btn:hover {
    cursor: pointer;
    background-color: #00385b25;
    border: #00385bc9 solid 1px;
  }

  .voltar-btn-1{
    display: none;
    width: 115px;
    height: 38px;
    padding: 8px 24px;
    font-size: 14px; 
    color: #00385B;   
    border-radius: 4px;
    border: #00385b77 solid 1px;
    background-color: #00385b17;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
  }

  .voltar-btn-1:hover {
    cursor: pointer;
    background-color: #00385b25;
    border: #00385bc9 solid 1px;
  }

  .confirmar-btn {    
    background-color: #00385bd5;
    color: #ffffff;
  }

  .confirmar-btn:hover {    
    background-color: #00385bf1;    
    cursor: pointer;
    border: #00385B solid 1px;
  }

  h3.tittle-confirm {
    font-size: 20px;
    text-align: left;
    padding: 40px 0 5px 0;
    margin: 0;
    text-shadow: none;
  }

  .dados-agenda, .duracao-evento-div, .dados-name, .dados-email {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .dados-agenda {
    margin-top: -14px;
  }

  .dados-name {
    margin-top: 10px;
  }

  .icons-confirm {
    width: 25px;
    height: 25px;
  }

  .selected-data {   
    font-size: 15px;
    font-weight: 700;
    color: #00385bf6;
    width: 85%;
    min-width: 85%;
    max-width: 85%;
    resize: none; /* Impede o redimensionamento do textarea pelo usuário */
    overflow: hidden; /* Esconde qualquer conteúdo que extrapole o tamanho do textarea */
    white-space: pre-wrap; /* Mantém as quebras de linha do conteúdo original */
    word-wrap: break-word; /* Permite a quebra de palavras para ajustar o conteúdo ao textarea */    
    min-height: 38px; /* Defina uma altura mínima para o textarea */
    padding-top: 25px;
    border: none;
    outline: none;
    padding-bottom: 6px;    
    font-family: MonteseratRegular;
  }

  .duracao-evento, .info-name, .info-email {    
    font-size: 15px;
    font-weight: 700;
    color: #00385bd7;
    width: 100%;
    border: none;
    outline: none;    
    font-family: MonteseratRegular;
  }

  .info-name { 
    color: #00385be8;
  }

  .info-email { 
    color: #00385bef;
  }

  .duracao-evento-div {
    margin-top: -10px;
  }

  .info-contact {
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 100%;
    gap: 17px;
  }

  .div-btn {
    padding-top: 10px;
    max-width: 340px;
    margin-right: 15px;
    margin-left: 10px;  
    padding-bottom: -10px;  
  }

  .invalid-field {
    background-color: #ffcccc !important; /* Vermelho claro */
  }

  .agendar-aula-apos-cadastro{   
    padding: 11px 31px;
    width: 309px;
    height: 54px;
    font-family: MonteseratRegular;
    font-weight: 400;
    background-color: #00385B;
    opacity: 0.9;
    box-shadow: 3px 4px 3px rgba(0,0,0,0.1);
    cursor: pointer;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-size: 16px;
  }

  .agendar-aula-apos-cadastro:hover{
    background-color:#118a21;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    color: #ffffff;
}

  .div-btn-a-text {
      display: flex;
      flex-direction: row;
      align-items: center;
  }

  .div-btn-a {
      color: #ffffff;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-family: MonteseratRegular;
      font-weight: 400;
      font-size: 14px;
      max-width: 340px;
      min-width: 240px;
      height: 40px;
      border-radius: 5px;
      background-color: #4690FF;
      opacity: 0.9;
      box-shadow: 3px 4px 3px rgba(0,0,0,0.1);
      cursor: pointer;
  }

  .div-btn-a:hover{
      background-color:#00385B;
      transition-duration: 0.2s;
      transition-timing-function: ease;
      transition-delay: 0s;
      transition-property: all;
      color: #ffffff;
  }

  .whatsapp-icon-img {
      width: 16px;
      margin: 0px 0px 0px 7px;
  }

  .div-btn-a-span {
      margin: 11px 9px 10px 3px;
  }

  .footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background-color: transparent;
    height: 40px;
    padding: 8px 0;
    border-radius: 0 0 5px 5px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 2;
  }

  .footer-bg {
    background-color: #f1f1f1;
    height: 56px;
    border-radius: 0 0 5px 5px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 0;
  }

  .whatsapp-icon-2 {
    width: 17px;
    height: 17px;
    margin-top: -2px;
    margin-right: 1px;
  }

  .p-footer {
    font-size: 14px;
    color: #00385B;
    font-weight: 400;
    user-select: none;
  }

  .hiperlink-text-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .pp-footer {
    font-size: 14px;
    font-weight: 400;
    color: #4690FF;
  }

  .pp-footer:hover {
    cursor: pointer;
    text-decoration: underline;
  }

  .hiperlink-icon-footer {
    width: 10px;
    height: 10px;
    margin-top: -10px;
    margin-left: 0px;
  }

  .social-icon {
    width: 33px;
  }

  .main-form-div-input {
    width: 309px;
    height: 63px;
    position: relative;
}
  
.main-form-div-input-input{
  font-family: Monteseratmedium;
  color: #00385B;
  line-height: 1.2;
  display: block;
  width: 279px;
  height: 29px;
  border: none;
  border-radius: 10px;
  background-color: #578cdb3f;
  cursor: text;
  font-size: 14px;
  padding: 20px 15px 5px 15px;
}

.main-form-div-input-input.whatsapp{
  font-family: Monteseratmedium;
  color: #00385B;
  line-height: 1.2;
  display: block;
  width: calc(100% - 30px);
  height: 29px;
  border: none;
  border-radius: 0 10px 10px 0;
  background-color: #578cdb3f;
  cursor: text;
  font-size: 14px;
  padding: 20px 15px 5px 15px;
}

.main-form-div-input-focus {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -15.7px;
  left: 13px;
  pointer-events: none;
}

.main-form-div-input-focus::after {
  font-family: Monteseratregular;
  font-weight: 700;
  color: #00385b6e;
  line-height: 1.2;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 32px;
  left: 2px;
  text-align: left;
  transition: all 0.4s;   
}

.main-form-div-input-input:focus + .main-form-div-input-focus::after{
  top: 25.5px;
  font-size: 9px;
  color: #00385B;
}

.main-form-div-input-input:focus + .main-form-div-input-focus::before{
  width: 100%;
}

.has-val.main-form-div-input-input + .main-form-div-input-focus::after{
  top: 25.5px;
  font-size: 9px;
  color: #00385B;
}

.has-val.main-form-div-input-input + .main-form-div-input-focus::before{
  width: 100%;
}

.flag-select {
  position: relative;
  width: 97px;
  max-width: 73px;
  min-width: 73px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;   
  font-family: Monteseratmedium;
  line-height: 1.2;
  height: 34px;
  border: none;
  border-radius: 10px 0 0 10px;
  color: #00385B;
  background-color: #578cdb3f;
  cursor: text;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 7px 10px 10px;
  gap: 2px;
}


.flag-select img {
  width: 20px;
  height: 15px;
}

.country-select-li {
  display: none;
  position: absolute;
  width: calc(100% - 18px);
  margin-top: 60px;
  z-index: 1001;
  background-color: #f1f1f1;
  min-height: 200px; /* Define o tamanho máximo da lista suspensa */
  max-height: 200px; /* Define o tamanho máximo da lista suspensa */
  overflow-y: auto; /* Adiciona uma barra de rolagem vertical */
  cursor: pointer;
  padding: 5px 9px 5px 9px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); /* Adiciona uma sombra */
}

  .country-select-li li {
      border-radius: 6px;  
  }

  /* total width */
  .country-select-li::-webkit-scrollbar {
      background-color: transparent;
      width: 5px;
      border-left: none;
  }

  /* background of the scrollbar except button or resizer */
  .country-select-li::-webkit-scrollbar-track {
      background-color: #f1f1f1;
      margin: 10px;        
      border-radius: 10px;
  }

  /* scrollbar itself */
  .country-select-li::-webkit-scrollbar-thumb {
      background-color: #CECECE;
      border-radius: 10px;
      border: 4px solid #CECECE;
      background-clip: content-box; /* Garante que o background do thumb não se estenda sob a 'borda' */
  }

  /* set button(top and bottom of the scrollbar) */
  .country-select-li::-webkit-scrollbar-button {
      display:none;
  }

.country-select-li li:hover {
  background-color: #CECECE;
}

.country-select-li .digitar-ddi-option {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-size: 12px;
  color: #a8a8a8;
  padding-bottom: 5px;
  margin-bottom: 3px;
  border-bottom: 1px solid #CECECE;
  border-radius: 6px 6px 0 0;
}

li.selecionado {
  background-color: #e0e0e0; /* A cor de fundo para o item selecionado */
}

.arrow-icon.rotate {
  rotate: 180deg;
  padding-left: 0px;
  padding-right: 5px;
}

.arrow-icon {
  padding-left: 5px;
  padding-right: 0px;
}

.country-code-input {
  width: 100%;
  min-width: 30px;
  max-width: 30px;
  border: none;
  text-align: center;    
  cursor: pointer;
  color: #00385B;
  background-color: transparent;
}

.country-code-input::placeholder {
  color: #00385b6e;
  font-family: Monteseratregular;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
}

#agendarAulaExperimental {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0 39px 0;
}

#loader {
  display: none;
  flex-direction: row;
  justify-content: center;
  position: fixed;
  height: 100vh;
  width: 100vw;
  padding-top: 42vh;
  background-color: #00385b9c;
  backdrop-filter: blur(2px); /* Efeito de desfoque */
  z-index: 9999; /* Certifique-se de que a camada está acima de outros elementos */
}

.carregar-agenda {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 120px;
  height: 100vh;
  width: 100vw;
  font-size: 12px;
  color: #ffffff;
  z-index: 9999; /* Certifique-se de que a camada está acima de outros elementos */
}

.logo {
  border-radius: 5px;
  border-color: #CDFF2B;
  width: 25%;
  height: 25%;
  position: absolute;
  border: 5px solid #DCDCDC;
border-left-color: #00CC99;
border-radius: 100%;
height: 100px;
width: 100px;
}

.spinner {
border: 5px solid #CDFF2B;
border-left-color: #4690ff;
border-radius: 100%;
height: 100px;
width: 100px;
}

@keyframes loading {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.spinner.is-animating {
	animation: loading 0.55s linear infinite;
    position: relative;
}

  /* Estilo para desktop (mais de 1030px) */
@media (min-width: 1025px) {
  .agenda-container {
    display: flex !important; /* Exibir a div "agenda-container" para desktop */
  }

  .calendar-container {
    display: flex !important; /* Exibir a div "calendar-container" para desktop */
  }

  /* Outros estilos para desktop ... */
}

.highlight {
  position: relative;
  display: inline-block;
}

.highlight::after {
  content: '';
  position: absolute;
  left: 4px;
  right: 0;
  bottom: -5px; /* Ajuste a distância aqui */
  height: 4px;
  background-color: #ceff3a;
  border-radius: 2px;
  transform: rotate(-0.5deg);
}


@media (max-width: 1024px) {

  .agenda-container {
    padding: 45px 20px 18px 20px;
  }

  .centro {
    min-width: 430px;
    max-width: 430px;
  }


}

/* Estilos para dispositivos móveis médios (exemplo: smartphones com tela média) */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    }

    .detalhe-fundo {
    display: none;
    }

}

@media (max-width: 480px) {

  .centro { 
    margin: 5px;
    min-width: 98vw !important;
    max-width: 98vw !important;
    width: calc(98vw - 20px) !important;
    height: 100% !important;
  }

  .container {
    flex-direction: column;
    min-width: 98vw !important;
    max-width: 98vw !important;
    width: calc(98vw - 20px) !important;
  }

  .agenda-container {    
    padding: 25px 0 !important;
  }

  .calendar-container {
    min-width: 98vw !important;
    max-width: 98vw !important;
    padding: 20px 0 !important;
    height: 100%;
  }

  .img-logos {
    padding-top: 7px;
  }
  
  .calendar {    
    padding: 0;
    }
  
  h3.sub-title-2 {
    text-align: center;
    font-size: 3.5vw;
  }

  .footer {
    display: none;
    min-width: 337px;
    margin-left: 10px !important; 
    margin-right: 10px !important; 
  }

  .footer-bg{
    display: none;
  }

}

@media (max-width: 380px) {
  h3.tittle-confirm {
    font-size: 5vw;
  }

  .selected-data {   
    font-size: 4vw;
  }

  .duracao-evento {    
    font-size: 4.5vw;
  }

  .info-name, .info-email {    
    font-size: 4vw;
  }
}

@media (max-width: 350px) {
  .p-footer, .pp-footer {
    font-size: 4vw !important;
  }
}

  