﻿@media screen and (max-width: 768px) {
    .header figure.logo {
        max-width: 65% !important;
    }

    .header__inicio figure.logo img {
        max-height: 100px !important;
    }
}

@media screen and (min-width: 768px) {
    .header figure.logo img {
        max-height: 75px;
        margin-bottom: 10px;
    }

    .header__inicio figure.logo img {
        max-height: 92px !important;
    }

    aside.menu {
        margin-top: 15px;
    }

    main {
        margin-top: 15px;
    }
}

.content {
    min-height: calc(100vh - 101px);
}

.img--movil {
    display: inline-block;
}

.img--desktop {
    display: none;
}

body main {
    flex: 1;
    order: 1;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

figure.logoPie {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    /*    transform: translateY(-150px);
    margin-left:25%;
*/
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .img--movil {
        max-width: 65%;
    }
}
/*@media only screen and (min-width: 992px) {
    figure.logoPie {
        transform: translateY(0px);
    }
}*/
@media only screen and (max-width: 1199px) {

    figure.logoPie {
        margin-left: 33.3%;
    }
}

@media only screen and (max-width: 991px) {

    figure.logoPie {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1024px) {
    body {
        padding-top: 50px !important;
    }
}

@media only screen and (min-width: 1280px) {
    body {
        padding-top: 82px !important;
    }

    .img--desktop {
        display: inline-block;
    }

    .img--movil {
        display: none;
    }

    .header figure.logo img {
        margin-bottom: 0px;
    }

    /*figure.logoPie {
        position: fixed;
        bottom: 0;
        left: 130px;*/
    /* O puedes usar left: 0; si lo quieres en la esquina inferior izquierda */
    /*z-index: 1000;*/ /* Asegura que esté por encima de otros elementos */
    /*margin: 10px;*/ /* Opcional: margen para darle un pequeño espacio desde el borde */
    /*transform: translateY(0px);
    }*/

    figure.logoPie img {
        max-height: 90px;
    }
}
