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

p{
    font-size: 18px;
}

body{
    background-color: rgb(209, 240, 209);
}

.contenedor-general{
    margin-inline: 20%;
    background-color:antiquewhite;
    margin-top: -1%;
    padding-inline: 2%;

    box-shadow: 0 0 6px 0 rgb(0,0,0, .5);
}

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

.cont1{
    text-align: center;
}

.contenedor-dos{
    margin-bottom: 2%;
}

.ftruc0{
    text-align: center;
}

.ftruc0 > img{
    width: 70%;
}

.tructext2{
    line-height: 40px;
    padding-block: 20px;
    text-align: center;
}

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

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

.ftruc1mov > img{
    width: 100%;
}

.contenedor-cuatro{
    margin-bottom: 4%;
}

.cont4{
    line-height: 40px;
    padding-block: 20px;
    text-align: center;
}

.femser{
    text-align: center;
    font-size: 40px;
}

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

    .contenedor-general{
        margin-inline: 10px;
    }

}

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

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

    nav{
        background: transparent;
    }

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

    .fotoinicio{
        filter: opacity(0);
    }

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

    .tructext2{
        padding-inline: 20px;
    }

    .tructext2 p{
        text-align: justify;
    }
    .cont3{
        display: none;
    }

    .cont3mov{
        display: flex;
    }

    .text3mov p{
        text-align: justify;
        line-height: 35px;
    }
    
    .cont4{
        padding-inline: 10px;
    }

    .cont4 p{
        text-align: justify;
    }

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

    .ftruc1mov{
        padding-bottom: 15px;
    }

    .text3mov{
        padding: 0;
    }
}