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

body{
    background-color:rgb(245, 189, 86);
}

.contenedor-general{
    margin-left: 20%;
    margin-right: 20%;
    margin-top: -1%;
    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%;
}

.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;
}

.fcillmov1{
    width: 80%;
    padding-bottom: 20px;
}

.fcillmov1 > img{
    width: 100%;

}

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

.cont4{
    font-size: 20px;
    text-align: center;
    padding-top: 100px;
}


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

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

    .contenedor-general{
        margin-right: 5%;
        margin-left: 5%;
    }

    
}

@media only screen and (max-width: 950px){
    .cont4{
        padding-top: 20px;
    }
}

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

    .contenedor-general{
        margin-left: 0%;
        margin-right: 0%;
    }

    .contini p{
        text-align: justify;
        line-height: 28px;
    }

    .cont2{
        padding: 10px 20px 20px 20px;
        font-size: 23px;
    }

    .cont2 p{
        line-height: 30px;
        text-align: justify;
    }

    .cont3mov > img{
        width: 50%;
    }

    .cont3{
        display: none;
    }

    .cont3mov{
        display: flex;
    }

    .cont3mov p{
        text-align: justify;
        line-height: 35px;
    }

    /* Header, cambio de foto por foto */

    nav{
        background: transparent;
    }

    header{
        background: url(../img/cill_head_mov.jpg);
        background-size: cover;
        background-position: center;
        height: 20%;
    }

    .fotoinicio{
        filter: opacity(0);
    }

    /*  */

    p{
        font-size: 17px;
    }

    .text3mov{
        text-align: center;
        font-size: 17px;
    } 
    
    .cont4{
        line-height: 40px;
    }
}