@font-face {
  font-family: 'Raleway';
  src: 
      /* url('fonts/teste.woff2') format('woff2'),
       url('fonts/teste.woff') format('woff'), */
       url('../fonts/raleway/Raleway-VariableFont_wght.ttf') format('truetype');
}

@font-face{
    font-family: 'Neue Machina';
  src: url('../fonts/neueMachina/PPNeueMachina-Regular.otf') format('truetype');
}

@font-face {
    font-family: "Felix-Titling";
    src: url("https://db.onlinewebfonts.com/t/6e800e0ea1aabedc7054eafa1d6ae693.eot");
    src: url("https://db.onlinewebfonts.com/t/6e800e0ea1aabedc7054eafa1d6ae693.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/6e800e0ea1aabedc7054eafa1d6ae693.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/6e800e0ea1aabedc7054eafa1d6ae693.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/6e800e0ea1aabedc7054eafa1d6ae693.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/6e800e0ea1aabedc7054eafa1d6ae693.svg#Felix Titling W00")format("svg");
}

body {
  color: white;
}

.raleway{
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap;
}

.neue-machina {
  font-family: "Neue Machina", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap;
}
.felix-titling{
  font-family: "Felix-Titling", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


.header {
  display: flex;
  flex-direction: row;
  padding-top: 5vh;
}

#imagem-inicial{
  padding-bottom: 100px;
  width: -webkit-fill-available;
  background-image: url('../img/bgKerigma.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

 .botao {
    border: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    color: white;
    padding: 5px 15px;
  }

  .botao:hover {
    text-decoration: underline white;
    transform: scale(1.05);
  }

  .botao.vermelho {
    background-color: #B22F31;
  }
  .botao.preto{
    background-color: #2A2A2A;
    margin: 10px auto;
  }
  

#container-imagem-inicial {
  text-align: right;
}

#container-imagem-inicial h1 span, #container-imagem-inicial p span, #sobreCursosTexto p span, #sobreCursosTexto h1 span, .columnUniMissao p span, #formularioParecidoJesusTexto h1 span, #formularioParecidoJesusTexto p span{
  display: block;
}

.destaque-preto{
  color: #333;
}


#cardsMissaoVisaoValores{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#cardsMissaoVisaoValores h2{
  font-size: 28px;
}
#iconeCards{
  width: 25%;
  margin-bottom: 20px;
}
.missao, .visao, .valores{
  background-color: #2A2A2A;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 450px; /* 350px */
  text-align: center;
  padding: 27px; /* 10px */
  color: #ECE1E1;
}

#uniMissao {
  padding-bottom: 100px;
    width: -webkit-fill-available;
    background-image: url('../img/tracoPretoKerigma.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  display: grid; /* Usando grid para as colunas */
  grid-template-columns: repeat(4, 0.1fr); /* repeat(4, 1fr) */ /* 4 colunas de igual largura */
   gap: 10%; /* gap: 5%;*/ /*75px 20px */ /* Espaçamento entre as colunas */
  /* padding: 20px; */ /* Padding para dar espaçamento interno */
  padding-top: 35px;
  /* padding-right: 30px;
  padding-left: 130px; */
  padding-bottom: 20px;
  color: white; /* Cor do texto geral é branca */
  justify-items: center;
  justify-content: center;
  padding: 75px;
}

#uniMissao.precisaDeAjuda{
  background-image: url('../img/tracoVermelhoKerigma.png') !important;
  display: flex;
}

#uniMissao.precisaDeAjuda div.columnUniMissao{
  width: auto;
}

 section#parte1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #textoKerigma {
    text-align: center;
    margin-bottom: 25px;
  }

  #textoKerigma h1 {
    color: #B22F31;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: bolder;
  }

  #textoKerigma p {
    color: #333;
    font-size: 20px;
  }

  .video {
    flex: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .video iframe,
  .video video {
    /* width: 100%;
    height: 100%; */
    /* width: 45vw; */
    /* height: 100%; */
    /* 🔑 ocupa toda a altura da div */
    /* border-radius: 10px; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  }

.columnUniMissao {
  width: max-content;
  display: flex;
  flex-direction: column; /* Alinha o texto verticalmente */
  justify-content: flex-start; /* Alinha o conteúdo no topo da coluna */
  text-align: left; /* Alinha o texto à esquerda */
  word-wrap: break-word; /* Quebra de texto quando necessário */
  color: white;
}

.columnUniMissao{
  p{
    font-size: 28px !important;
  }
  span{
    font-size: 28px !important;
  }
}
/* div.columnUniMissao:first-of-type{
  width: 300px;
} */


.columnUniMissao :not(:first-child) {
  font-size: 20px;
}
.highlightVermelho {
  color: #B22F31;
  display: inline !important;
}
.highlightBolder {
   font-weight: bolder;
   font-size: 24px;
}

label {
  font-size: 14px;
  color: black;
  font-weight: bolder;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-top: 10px;
  /* padding-left: 10px; */
  display: block; /* Faz o texto "Nome" ficar em linha própria */
}


footer {
  background-color: #2A2A2A;
  display: flex;
  flex-direction: row;
  justify-content: space-around; /* space-evenly */
  align-items: center;
}
footer .divRedesSociais{
  display: flex;
  flex-direction: row;
  justify-content: space-between /* space-evenly */;
  margin-top: 70px; /* 150px */
}
footer .logosFooter{
  display: flex;
  flex-direction: column;
}

footer #copyright{
  display: flex;
  justify-content: center;
  padding-top: 55px;
}

footer #autores{
  font-size: 10px !important;
  display: flex;
  justify-content: flex-end;
  padding-top: 55px;
}
footer img.logoBranco{
  width: 50px;
  zoom: 5;
}

footer .redesSociais {
  padding: 10px;
  border-radius: 40px; 
  background-color: white;
  cursor: pointer;
  zoom: 0.7;
}

footer img{
  width: 30px;
  object-fit: cover;
  /* zoom: 0.5; */
}

footer .dadosFooter{
  display: flex;
  flex-direction: column;
  /* margin-top: 50px;
  margin-bottom: 50px; */
  margin-top: 25px;
  margin-bottom: 25px;
  /* color: #BDBDBD; */
  font-size: 22px;
}

footer .dadosFooter a{
  color: #BDBDBD;
  text-decoration: none;
}

footer .dadosFooter p{
  color: #BDBDBD;
  text-decoration: none;
  margin-bottom: 0;
}

footer .dadosFooter a:hover{
  color: #BDBDBD;
  text-decoration: underline;
}


footer .dadosFooter h5{
  color: #b22f31; /* #FF6623 */
  font-size: 32px;
  font-weight: 800;
  /* padding-bottom: 22px; */
}
footer .buttonLaranja, .modal-footer .buttonLaranja{
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  font-weight: bolder;
}

footer #dadosFooterMenu p{
  cursor: pointer;
}

.direitosReservados{
  background-color: white;
  color: gray;
  display: flex;
  justify-content: center;
  /* justify-items: center; */
  padding: 6px;
   font-style: italic;   /* texto inclinado */
  font-weight:500;
  text-align: center;
}

@media (max-width: 1024px) {
  #imagem-inicial{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  .columnUniMissao{
    width: fit-content !important;
  }
}

@media (max-width: 768px) {
  h1, h2{
    text-align: center;
  }
  #container-imagem-inicial{
    margin-left: 0%;
  }
  .columnUniMissao{
    width: fit-content !important;
  }
  /* div.columnUniMissao:first-of-type{
    width: fit-content;
  } */
  #uniMissao{
    display: flex;
    flex-direction: column;
  }
   #cardsMissaoVisaoValores{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.missao, .visao, .valores {
    margin-top: 15px;
    width: 95vw;
      /* width: 70vw; */
}
  footer{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .divRedesSociais{
    margin-top: 0px;
  }

  h1,h2{
    /* font-size: 2rem !important; */
    font-size: 2rem !important;
    /* Reduz o tamanho da fonte em telas menores */
  }
  p{
    font-size: 1rem !important;
  }
}

@media (max-width: 480px) {
  .columnUniMissao{
    width: fit-content !important;
  }
  #uniMissao{
    /* grid-template-columns: repeat(4, 1fr);
    gap: 0px; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    align-items: stretch;
  }
}