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

body{
    background-color:#9acef8;
}

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

    /*  */

.contenedor-inicio{
    margin-bottom: 4%;
    padding-top: 5%;
}

.cont-ini{
    font-size: 22px;
    text-align: center;
}

    /*  */

.contenedor-rings{
    display: flex;
    margin-bottom: 4%;
}

.msgcent{
    width: 100%;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
}

.foto-rings{
    text-align: center;
}

.foto-rings > img{
    width: 80%;
}

    /*  */

.cont2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 20px;
}

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

.frings1 img{
    width: 100%;
}

.cont2{
    text-align: center;
    line-height: 40px;
}

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

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

.fring1mov{
    justify-content: center;
    width: 60%;
    padding: 20px 0;
}

.fring1mov > img{
    width: 100%;
}

    /*  */
    
.sempre-apunt{
    text-align: center;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
}

@media only screen and (min-width:700px) and (max-width: 1300px){
    
    .contenedor-general{
        margin-inline: 15px;
    }

}

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

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

    nav{
        background: transparent;
    }

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

    .fotoinicio{
        filter: opacity(0);
    }

    .contaux{
        padding-inline: 20px;
    }

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

    .cont2{
        display: none;
    }

    .cont2mov{
        display: flex;
    }
}