@font-face {
    font-family: "vanilla whale";
    src: url("../fonts/Vanilla\ Whale.otf");
}

:root {
    font-family: 'vanilla whale';
    font-size: larger;
    font-weight: 100;
}

:root{
    --cor-principal: rgb(73, 29, 0);
    --marrom: rgb(44, 20, 5);
    --backgroud: rgb(138, 50, 0);
    --boder: 0.3rem solid rgb(255, 
    171, 116);
    --letra: rgb(255, 255, 255);

}

*{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.2s linear;
}

body{
    /* margin: 70px; */
    background-color: var(--cor-principal);

      /* Define o gradiente linear */
      background: linear-gradient(to top, black, rgb(92, 47, 22));
    
      height: 100%;
      margin: 0;
}


/* espaço do cabeçalho */
section{
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 2000px;
   }

/* mexendo na section que é a parte da logo e o nav */
section{
    padding: 3rem 2 rem;
    margin: 0 auto;
    /* max-width: 1000px; */
}

/* Colocando cor no "Café e Prosa */
.header h1{
   color: #ffd0b0;
   
}
/* Classe Header */
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: var(--boder);
}

.header section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem ;
    background-color: var(--marrom);

}

/* aplicando as cores no menu */
.navbar a{
    margin: 0 1rem;
    font: 1.8rem;
    color:  #ffd4b0;
}

/* ao passar o mouse nos ícones do menu, mudar de cor */
.navbar a:hover{
    color: var(--letra);
    border-bottom: 0.1rem solid ;
    padding-bottom: 0.2rem;
font-size: 0.9rem;
}

/* icons */
.icons img{
    margin: 0.1rem;
    cursor: pointer;
}


/* imagem redonda */
#imagem_redonda{
    margin: 15px;
    height: 45px;
    height: 50px;
    border-radius: 50%;
}




/* amanda */

.topo {
    padding-top: 3rem;
    padding-bottom: 1rem;
    margin: 3%;
    text-align: center;
    margin-top: 100px;
   /* background-color: #5c210f; borda feia ass - sarah*/
    border-radius: 15px;
    
}

.topo img{
    height: 15rem;
    width: 25rem;
    border-radius: 20px;
    margin: 5px;
    box-shadow: 0 6px 10px #271818;
}
/*a
.topo {
    margin-top: 100px;
    background-color: #5c210f;
    border-radius: 15px;
}
*/
.topot{
    display: flex;
    justify-content: center;
    text-align: center;
    color: rgb(73, 29, 0);
    padding-top: 40px;
    padding: 15px;
}

.topot h1{
    padding: 10px;
    width: 900px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #ffc773;
    /* background: linear-gradient(to top, #a56f4b, #ffc773); */
    
    height: 100%;
    margin: 0;
}

.topotx{
    display: flex;
    justify-content: center;
    text-align: center;
    color: rgb(73, 29, 0);
    padding-top: 40px;
    padding: 15px;
}

.topotx h1{
    padding: 10px;
    width: 900px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #ffc773;
    /* background: linear-gradient(to top, #a56f4b, #ffc773); */
    
    height: 100%;
    margin: 0;
    margin-top: 40px;
}

.topo img{
    margin-top: 40px;
}

#img_redonda {
    height: 40px;
    height: 40px;
    border-radius: 50%;
   
}
/* amanda */

/* slider sarah*/

.contentslider{
    height: 520px;
    width: 935px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    /* position: absolute;
    top: 50%;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.contentslider .slide img {
    height: 100%;
    width: 100%;
}

.navigation {
    /* position: absolute;
    bottom: 160px;
    left: 850px; */
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.bar {

    width: 15px;
    height: 15px;
    border: 2px solid white;
    margin: 6px;
    border-radius: 15px;
    cursor: pointer;
    transform: .5s ease;
}

.bar:hover {
    background-color: white;
}

input {
  display: none;
}

.slides {
    display: flex;
    width: 500%;
    height: 100%;
}

.slide {
    width: 20%;
    transition: .6s;
}

#slide1:checked ~ .s1 {
    margin-left: 0;
} 

#slide2:checked ~ .s1 {
    margin-left: -20%;
} 

#slide3:checked ~ .s1 {
    margin-left: -40%;
} 

#slide4:checked ~ .s1 {
    margin-left: -60%;
} 

#slide5:checked ~ .s1 {
    margin-left: -80%;
}

/* slider sarah*/




/* FOOTER */

/* RODAPÉ RAELY */
footer {
    background-color:  rgb(44, 20, 5); /* Tom marrom consistente */
    color: #ffd0b0;/* Texto branco */
    padding: 10px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border-top:  0.3rem solid rgb(255, 171, 116); /* Linha decorativa clara no topo do rodapé */
    margin-top: 50px;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem ;
    display: block;
}
/* Ícones de redes sociais */
footer .social-icons {
    margin: 10px 0; /* Espaçamento acima e abaixo dos ícones */
    
}
footer .social-icons a {
    display: inline-block;
    margin: 0 10px; /*Espaçamento entre os ícones*/
    color: #fff; /*Cor branca para os ícones*/
    font-size: 1.5rem; /*Tamanho maior para destaque*/
    transition: color 0.3s ease; /*Transição suave no hover*/
    border-radius: 15px;
    
}
footer .social-icons a:hover {
    color: #d2b48c; /* Mudança para tom claro no hover */
}
/* Texto do rodapé */
footer p {
    font-size: 0.9rem; /* Tamanho discreto */
    margin-top: 15px;
    opacity: 0.8; /* Texto com opacidade para suavidade */
}