@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&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');

@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

.container-fluid {
  color: #FAF9F6;
  background-color: #070F12;
  text-align: center;
  height: 120px;
}

.containerType {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 20px;
}

.msg {
  display: block;
  color: #070F12;
  font-size: 2.7rem;
  font-weight: 700;
  border-right: 3px solid #070F12;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  animation: mark .3s step-end infinite, write 12s steps(60, end) infinite;
}

@keyframes mark {
  50% {
    border-right-color: transparent;
  }
}

@keyframes write {
  20% {
    width: 41ch;
  }
  70% {
    width: 41ch;
  }
  85% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

hr {
  width: 20%;
  height: 1px;
  border: 0px;
  border-top: 1px solid #B7B9BE;
  background-color: #B7B9BE;
  margin-right: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Questrial, sans-serif;
}

/* NAVEGADOR */
.containerNav {
  max-width: 1400px;
  padding: 1%;
  margin: 0 auto;
  background-color: #FAF9F6;
  margin-bottom: 0px;
}

#youtube {
  width: 28px;
}

#spotify {
 width: 28px;
}

#instagram {
  width: 28px;
}

#store {
  width: 28px;
}

#apple {
  width: 28px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav .logo {
  font-size: 35px;
  color: #070F12;
  font-weight: bold;
}

nav ul {
  list-style: none;
}

nav ul li {
  display: inline-block;
  padding: 5px;
}

nav ul li a {
  padding: 20px 20px;
  text-decoration: none;
  font-size: 19px;
  color: #070F12;
  transition: 0.6s;
}

/* TEXTO INTRO */

#introtext  {
  font-size: 15px;
  text-align: center;
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 50px;
  font-family: Poppins;
}


.containerIg {
  font-size: 30px;
  display: block;
  text-align: left;
  margin-left: 130px;
  margin-top: 20px;
}


/* TEXTO/IMAGEM */


.contentHome {
  display: flex;
  align-items: center;
  min-height: 120vh;
  background: url(https://i.ibb.co/ns1GKgk/teste2.png);
  background-size: cover;
  background-position: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

.containerHeader {
  display: block;
  text-align: left;
  margin-left: 134px;
  font-size: 30px;
  padding-top: 0px;
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: #FAF9F6;
}

/* linha 02 */
.containerMain {
  width: 100%;
  padding: 35px 10%;
  margin-right: calc(10% - 30px);
}

/* linha 04, configuração da grade */
main.row {
  display: grid;
  grid-template-columns: 1fr;
}

/* linha 05, título das colunas */
.coluna00 header.colunaTitulo h1{
  color: #070F12;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  padding-bottom: 20px;
}

/* linha 06, linha vertical */
.coluna00 .content{
  padding: 0 30px;
  border-left: solid 2px #B7B9BE;
}

/* linha 07, caixa dos tópicos */
.coluna00 .content .box {
  position: relative;
  padding: 20px;
  border: solid 1px #bababa;
  cursor: pointer;
  transition: all 0.4s;
  margin-bottom: 20px;
}

/* linha 08, sombra da caixa dos tópicos */
.coluna00 .content .box:hover {
  box-shadow: 0px 3px 12px 0px #ccc;
  border: solid 1px transparent;
}

/* linha 09, marcador, bolinha */
.coluna00 .content .box:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: calc(100% + 22px); /*REVISAR*/
  top: 0;
  background-color: #070F12;
  border: solid 2px #070F12;
}

/* linha 10, datas */
.box h4 {
  position: relative;
  color: #070F12;
  font-weight: 600;
  font-family: Poppins;
}

/* linha 11, título do tópico */
.box h3 {
  font-size: 18px;
  padding: 10px 0 6px;
  color: #070F12;
  font-family: Poppins;
}

/* linha 12, texto do tópico */
.box p {
  line-height: 1.2;
  color: #222433;
  font-size: 17px;
  font-family: Poppins;
}

/* configura as colunas de acordo com o tamanho da janela */


img {
  display: block;
  max-width: 100%;
}

#img-caption {
  color: #FAF9F6;
}

.firstgallery {
    width: 100%;
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
  gap: 2vw;
  margin-top: 50px;
}

@media screen and (max-width: 768px){
  main.row {
  grid-template-columns: 1fr;
  }
  .row .coluna00:nth-child(2){
    margin-top: 30px;
  }

  .coluna00 .content {
    padding: 0 6px;
  }

  .box p {
    font-size: 16px;
  }
}
