

body{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    background-image: url(../imagenes/fuego/fondo.webp);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(10px);
}
/*background: linear-gradient(#e1eee8, #ccf0de)*/
h1, h2, h3 {
    font-family: "Playball", cursive;
    font-weight: 400;
    font-style: normal;
}
span{
    color: #B44B4B;
}

@keyframes show {
    from{
        opacity: 0;
        scale:  25%;
    }

    to{
        opacity: 1;
        scale: 100%
    }
}

img {
    view-timeline-name: --image;
    view-timeline-axis: block;

    animation-timeline: --image;
    animation-name: show;

    animation-range: entry 25% cover 50%;
    animation-fill-mode: both;
}

/*nav*/


.nav__container {
    display: flex;  
    height: 140px;
    width: 100%;
    background-color: #fff;
    opacity: 90%;
    border-bottom: 1px solid #bbb;
    justify-content: space-between;
    position: sticky;
    padding-top: 24px ;
    align-items: center;
    z-index: 200;
    top: 0;
}
.nav__logo{
    flex-grow: 2;
    object-fit: contain;
    height: 180px;
    padding-bottom: 10px;
}

.nav__ul{
    display: flex;
    align-items: center;
    max-width: 1fr;
}
.nav__ul-li {
    list-style: none;
    margin: 0px 20px;
    font-size: 23px;
    padding: 10px 12px;
}

.nav__li-a{
    text-decoration: none;
    color: #222F30;
}
.nav__li-a:hover{
    transition: 1s;
    color: #33CCCC;
}

/*nav*/

.header__div{
    display: flex;
    max-width: 700px;
    min-width: 400px;
    margin: auto;
    flex-direction: column;
    padding-top: 100px;
}

.header__h1{
    font-size: 130px;
    color: #F2541B;
    text-align: center;
    padding-top: 10px;
    margin: 40px;
}



.fuego{
    display: flex;
    max-width: 900px;
    min-width: 350px;
    margin: auto;
    flex-direction: column;
    padding-top: 70px;
    padding: 20px;
}

.fuego__text-container{
    width: 1fr;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-bottom: 24px;
}

.fuego__img{
    border-radius: 8px;
    max-width: 900px;
    min-width: 300px;
}

.fuego__h2{
    font-size: 4.5em;
    color: #B44B4B;
    text-align: center;
    margin: 20px;
}

.fuego__p{
    font-size: 1.5em;
    text-align: center;
    font-weight: 500;
    padding: 15px;
}


.chamanismo__img{
    border-radius: 8px;
    width: 1fr;
    margin: auto;
}

.p__cita{
    text-align: end;
    font-size: 1em;
    font-weight: 500;
    padding: -50px;
}