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

body{
    background-color:khaki;
    background-image: url(../img/llibredelaselva.jpg);
    /* background-position: center; */
    background-size: 50%;
    background-position: left;
    background-position-y: 650px;
}

.contenedor-general{
    display: flex;
    justify-content: center
}

.contmov{
    justify-content: center;
    background-position-x: fixed;
    width: 60%;
    display: flex;
}

.contenedorgeneral{
    margin-top: -5px;
    width: 100%;
    background-color:antiquewhite;
    padding-left: 2%;
    padding-right: 2%;
    box-shadow: 0 0 6px 0 rgb(0,0,0, .5);
}

.contini{
    padding-top: 5%;
    margin-bottom: 4%;

    font-size: 22px;
    text-align: center;
}

.cont1{
    text-align: center;
    margin-bottom: 4%;
}

.cont1 > img{
    width: 80%;
}

.cont2{
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 4%;
}

.contenedor-tres{
    padding-bottom: 30px;
}

.cont3{
    width: 100%;
    margin: auto;
}

.cont3 img{
    width: 300px;
    float: left;
    padding: 0px 20px 0px 20px;
    margin: 12px 0 0 0;
}

.cont3 > p{
    text-align: justify;
    font-size: 20px;
    line-height: 50px;
}

.cont3mov{
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    flex: 200px;
}

.text3mov{
    justify-content: center;
    text-align: justify;
    font-size: 20px;
    line-height: 40px;
    padding-right: 2%;
    width: 96%;
}

.fllid1mov{
    justify-content: center;
    width: 60%;
}

.fllid1mov > img{
    width: 100%;
}

.tantcom{
    text-align: center;
    font-size: 40px;
    padding-bottom: 5%;
}

@media only screen and (max-width: 1300px){
    .contmov{
        width: 90%;
    }
}

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

        /* Cambio del header de pc a movil */
        nav{
            background: transparent;
        }

        header{
            background: url(../img/llidiniciomov.jpg);
            background-size: cover;
            background-position: center;
        }

        .fotoinicio{
            filter: opacity(0);
        }
    
        /* Fondo del libro de la selva */
        
        .contmov{
            width: 100%;
            background-image: url(../img/llibredelaselva.jpg);
            background-size: cover;
        }

        .contenedorgeneral{
            background-color:rgba(250, 235, 215, 0.767);
        }

        .contini p{
            line-height: 35px;
        }

        .cont2{
            padding-inline: 20px;
            margin-bottom: 30px;
            line-height: 35px;
        }

        .cont2 p{
            text-align: justify;
        }

        .cont3{
            display: none;
        }

        .cont3mov{
            display: flex;
            padding-inline: 20px;
        }

        
        .text3mov p{
            text-align: justify;
        }
        
        p{
            font-size: 16px;
            text-align: center;
        }

        .fllid1mov{
            padding-bottom: 15px;
        }

        .text3mov{
            padding: 0;
        }

}