.content{
    display: flex;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-color: red;
    flex-direction: column;
}

.content1{
    display: flex;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: blue;
    background-image: url(./admin/admin_images/portada.jpg);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
}

.content1 .text{
    display: flex;
    margin: 0;
    border: 0;
    padding: 0;
    width: 30%;
    height: 100px;
    background-color: red;
    color: white;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.content2{
    display: flex;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 250px;
    background-color: white;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.content2 .text{
    display: flex;
    width: 30%;
    height: 150px;
    background-color: white;
}

.content3{
    display: flex;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: pink;
}

.m{
    display: flex;
    margin: 0;
    border: 0;
    padding: 0;
    width: 50%;
    height: auto;
    min-height: 350px;
    background-color: skyblue;
    background-image: url(./admin/admin_images/portada1.jpg);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
}

.v{
    display: flex;
    margin: 0;
    border: 0;
    padding: 0;
    width: 50%;
    height: auto;
    min-height: 350px;
    background-color: skyblue;
    background-image: url(./admin/admin_images/portada2.jpg);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
}

.cont_text{
    margin: 0;
    border: 0;
    padding: 0;
    width: 70%;
    height: auto;
    min-height: 50px;
    background-color: blue;
    color: white;
    background: transparent;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.cont_text h1{
    text-align: center;
}