header.entry-header {
    display: none;
}

.post-inner {
    padding-top: 0 !important;
}

.main-section {
    width: 100% !important;;
    max-width: 100% !important;
}

.sobre-nosotros {
    background-color: #f9f9f9;
    padding: 10px 0 50px 0
}

.sobre-nosotros_container {
    max-width: 100%;
    margin: auto;
}

.sobre-nosotros_title {
    text-align: center;
    padding-bottom: 20px;
}

.sobre-nosotros_content {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sobre-nosotros_text {
    width: 93%;
    color: #737373;
    margin: 20px 10px;
    order: 1;
    text-align: center;
    max-width: 600px;
}

.sobre-nosotros_img {
    background-image: url("/wp-content/uploads/2021/11/insidetienda.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 93%;
    box-shadow: 2px 2px 8px 0 rgb(0,0,0);
    min-height: 400px;
    margin: 0 10px;
    order: 0;
}


@media (min-width:480px) {
    .sobre-nosotros_img, .sobre-nosotros_text {
        width: 95%;
    }
}

@media (min-width:576px) {
    .sobre-nosotros_img, .sobre-nosotros_text {
        width: 96%;
    }
}
    

    
@media (min-width:768px) {
    .sobre-nosotros_img, .sobre-nosotros_text {
        width: 97%;
    }
    
}

@media (min-width:992px) {
    .sobre-nosotros_img, .sobre-nosotros_text {
        width: 48%;
    }
    
    .sobre-nosotros_img {
        order: 1;
    }
    
    .sobre-nosotros_text {
        order: 0;
    }

    .sobre-nosotros_content {
        flex-flow: row nowrap;
        justify-content: space-around;
    }
}







