/*
 Theme Name: Acij
 Theme URI:
 Description: Child theme for ALT Custom Theme
 Author: Alternativa Laboral Trans Cooperativa
 Author URI: https://altcooperativa.com
 Template: AltCustomTheme
 Version: 1.1.23
*/

body.page-home-2,
body.page-home-2 main {
    height: 100vh !important;
    max-height: 100vh !important;
    min-height: 100vh !important;
}

body.page-home-2 main {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 0 !important;
    padding-top: 60px !important;
}

body.page-home-2 main > .wp-block-columns {
    width: 100%;
    max-width: 1200px;
}

body.page-home-2 footer {
    position: absolute;
    top: calc(100vh + 60px) !important;
}

body.page-conecta main {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    height: 100vh !important;
    max-height: 100vh !important;
    min-height: 100vh !important;
}

body.page-conecta main .canales-section {
    width: 100%;
}