@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Gluten:wght@300&display=swap');port url('https://fonts.googleapis.com/css2?family=Gluten:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk&display=swap');

@font-face {
    font-family: 'Augie';
    src: url('../fonts/augie.ttf') format('truetype');
  }

:root{
    --cor-fundo: rgb(255, 255, 255);
    --cor-hover: rgb(118, 180, 145);
    --cor-primaria: rgb(0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}



 .cabecalho-linea {
    display: inline; 
	border: 0;
	border-top: 3px solid;
    margin-top: 10px;
    margin-bottom: 0;
}

 .conteudo {
     margin-bottom: 48px;
    border-top: 0.4px solid #FFF2E7;
    height: 100%;
    width: 100%;
}

.texto {
    text-align: center;
    margin-top: 60px;
}

.texto-titulo {
    font-family: 'Fredoka One', 'cursive';
    font-weight: 400;
    font-size: 75px;
    color: #DC95C9;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    padding-bottom: 40px;
}

.texto-paragrafo {
    font-family: 'Sarala', sans-serif;
    font-size: 28px;
    text-align: justify;
    text-justify: inter-word;
    padding: 20px 128px;
}

.texto-assinatura {
    font-family: 'Sarala', sans-serif;
    font-size: 28px;
    text-align: right;
    text-justify: inter-word;
    padding: 20px 128px;
}

.texto-paragrafo-imagem {
    display: flex;
    flex-direction: row;
}

.racconti-item {
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    font-family: 'Sarala', sans-serif; 
    font-size: 18px;
    margin: 1px 120px 0;
    text-align: left;
    padding: 8px 8px 0;
}

.racconti-item-icon {
    margin-left: 18px;
    height: 22px;
    padding-right: 12px;
    transition: all .2s ease-out;
}

.active .racconti-item-icon {
    margin-left: 10px;
    margin-top: 20px;
    height: 22px;
    padding-right: 22px;
    transform: rotate(90deg);
}

.racconti-item-title {
    border-style: none;
    width: 100%;
    text-align: left;
    margin-left: -8px;;
    background-color: #ffffff;
}

.racconti-link {
    color: #000000;
    font-family: 'Sarala', sans-serif; 
    font-size: 18px;
}

.racconti-link:hover {
    color: #000000;
    text-decoration: none;
}
.racconti-item-testo {
    font-size: 32px;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
    background-color: #ffffff;
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: 8px;

  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    margin-top: 12px;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  @media (max-width: 1308px) {

    .racconti-item {
        margin: 1px 5% 0;
    }
}


@media (max-width: 830px) {

    .texto-titulo {
        font-size: 60px;
    } 
}

@media screen and (max-width: 530px) {

    .texto {
        margin-top: 40px;
    }

    .texto-titulo {
      font-size: 40px;
      font-weight: 300;
    }

}

@media screen and (max-width: 420px) {
    .texto-titulo {
      font-size: 35px;
      font-weight: 300;
    }
}

@media screen and (max-width: 330px) {
    .racconti-item {
        font-size: 16px;
    }
}  

@media screen and (max-width: 310px) {
    .texto-titulo {
      font-size: 30px;
      font-weight: 300;
    }
}    