/* --- Fonts config --- */
@font-face {
    font-family: 'Humanst521-BT';
    src: url('../Assets/tipografias/Humanst521_BT.ttf') format('truetype');
}

@font-face {
    font-family: 'Humanst521-BT-cursive';
    src: url('../Assets/tipografias/Humanst521_BT_cursive.ttf') format('truetype');
}

@font-face {
    font-family: 'Humanst521-BT-Bold';
    src: url('../Assets/tipografias/Humanst521_BT_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Humanst521-BT-Bold-cursive';
    src: url('../Assets/tipografias/Humanst521_BT_Bold_cursive.ttf') format('truetype');
}

@font-face {
    font-family: 'Humanst521-Lt-BT';
    src: url('../Assets/tipografias/Humanst521_Lt_BT.ttf') format('truetype');
}

@font-face {
    font-family: 'Humanst521-Lt-BT-cursive';
    src: url('../Assets/tipografias/Humanst521_Lt_BT_cursive.ttf') format('truetype');
}

@font-face {
    font-family: 'Humnst777-BT';
    src: url('../Assets/tipografias/Humnst777_BT.ttf') format('truetype');
}

@font-face {
    font-family: 'Humnst777-Lt-BT';
    src: url('../Assets/tipografias/Humnst777_Lt_BT.ttf') format('truetype');
}

@font-face {
    font-family: 'Humnst777-Cn-BT';
    src: url('../Assets/tipografias/Humnst777_Cn_BT.ttf') format('truetype');
}

@font-face {
    font-family: 'Humnst777-Cn-BT-Bold';
    src: url('../Assets/tipografias/Humnst777_Cn_BT_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Humnst777-Blk-BT';
    src: url('../Assets/tipografias/Humnst777_Blk_BT.ttf') format('truetype');
}

@font-face {
    font-family: 'Humnst777-BlkCn-BT';
    src: url('../Assets/tipografias/Humnst777_BlkCn_BT.ttf') format('truetype');
}

/* --- Fonts config --- */

body {
    background-color: #f5f5f5 !important;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

@media (min-width: 1200px) {  /* Desktop Browsers */

    /* --- Header Styles --- */
    #navbar {
        background-color: #FFFFFF !important;
        font-family: 'Humanst521-Lt-BT';
        font-size: 32px;
        width: 1440;
        height: 125;
    }

    nav a {
        font-size: 100% !important;
        color: red;
    }

    .saberComerLogoColor {
        width: 143px;
        /* Cambiar y usar porcentajes para hacerlo responsivo */
        height: 117px;
    }

    #whatsappButton img {
        width: 40px;
        height: 40px;
    }

    #citaButtonContent p {
        font-family: 'Humanst521-Lt-BT' !important;
        font-size: 200% !important;
    }

    #citaButton img {
        width: 30px;
        height: 30px;
    }

    /* --- Header Styles --- */


    /* --- Footer Styles --- */

    footer {
        background-color: #2B2B2A;
        margin-bottom: 0;
        margin-inline: 0;
        padding: 0;
        width: 100%;
        height: 150;
        left: 0;
        bottom: 0;
        position: fixed;
        width: 100%;
        color: white;
        display: flex;
        flex-direction: row;
    }

    #footerLogoContainer {
        width: 15%;
        display: flex;
        justify-content: center;
    }

    #footerInfo {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin-top: 1%;
    }

    #footerInfoItem {
        padding-inline: 1%;
    }

    #footerItems {
        display: flex;
        flex-direction: column;
    }

    #footerCopyright {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #saberComerInfo h1 {
        color: #FFFFFF;
        font-family: 'Humnst777-BlkCn-BT' !important;
    }

    #saberComerInfo h2 {
        color: #FFFFFF;
        font-family: 'Humanst521-BT' !important;
    }

    #saberComerInfo p {
        color: #FFFFFF;
        font-family: 'Humnst777-Lt-BT' !important;
        font-size: 70%;
    }

    #socialMedia {
        align-items: center;
        justify-content: right;

        display: grid !important;
        grid-template-rows: 33% 33% 33%;
    }

    #socialMedia a {
        text-decoration: none;
        color: #FFFFFF;
    }

    #socialMedia p {
        font-family: "Humnst777-BT";
        font-size: 20px;
    }

    #socialIcons {
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-direction: row;
    }

    .footerLogo {
        width: 168px;
        height: 135px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {  /* Laptop Browsers */

    /* --- Header Styles --- */
    #navbar {
        background-color: #FFFFFF !important;
        font-family: 'Humanst521-Lt-BT';
        font-size: 32px;
        width: 1440;
        height: 125;
    }

    nav a {
        font-size: 100% !important;
        color: red;
    }

    .saberComerLogoColor {
        width: 143px;
        /* Cambiar y usar porcentajes para hacerlo responsivo */
        height: 117px;
    }

    #whatsappButton img {
        width: 40px;
        height: 40px;
    }

    #citaButtonContent p {
        font-family: 'Humanst521-Lt-BT' !important;
        font-size: 200% !important;
    }

    #citaButton img {
        width: 30px;
        height: 30px;
    }

    /* --- Header Styles --- */


    /* --- Footer Styles --- */

    footer {
        background-color: #2B2B2A;
        margin-bottom: 0;
        padding: 0;
        width: 1440;
        height: 150;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        color: white;
    }

    #saberComerInfo h1 {
        color: #FFFFFF;
        font-family: 'Humnst777-BlkCn-BT' !important;
    }

    #saberComerInfo h2 {
        color: #FFFFFF;
        font-family: 'Humanst521-BT' !important;
    }

    #saberComerInfo p {
        color: #FFFFFF;
        font-family: 'Humnst777-Lt-BT' !important;
        font-size: 70%;
    }

    #socialMedia {
        align-items: center;
        justify-content: right;

        display: grid !important;
        grid-template-rows: 33% 33% 33%;
    }

    #socialMedia a {
        text-decoration: none;
        color: #FFFFFF;
    }

    #socialMedia p {
        font-family: "Humnst777-BT";
        font-size: 20px;
    }

    #socialIcons {
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-direction: row;
    }

    .footerLogo {
        width: 168px;
        height: 135px;
    }

    .bi {
        display: flex;
        justify-content: space-around;
    }
}

@media (min-width: 768px) and (max-width: 991px) {  /* Tablet Browsers */

    /* --- Header Styles --- */
    #navbar {
        background-color: #FFFFFF !important;
        font-family: 'Humanst521-Lt-BT';
        font-size: 32px;
        width: 1440;
        height: 125;
    }

    nav a {
        font-size: 100% !important;
        color: red;
    }

    .saberComerLogoColor {
        width: 143px;
        /* Cambiar y usar porcentajes para hacerlo responsivo */
        height: 117px;
    }

    #whatsappButton img {
        width: 40px;
        height: 40px;
    }

    #citaButtonContent p {
        font-family: 'Humanst521-Lt-BT' !important;
        font-size: 200% !important;
    }

    #citaButton img {
        width: 30px;
        height: 30px;
    }

    /* --- Header Styles --- */


    /* --- Footer Styles --- */

    footer {
        background-color: #2B2B2A;
        margin-bottom: 0;
        padding: 0;
        width: 1440;
        height: 150;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        color: white;
    }

    #saberComerInfo h1 {
        color: #FFFFFF;
        font-family: 'Humnst777-BlkCn-BT' !important;
    }

    #saberComerInfo h2 {
        color: #FFFFFF;
        font-family: 'Humanst521-BT' !important;
    }

    #saberComerInfo p {
        color: #FFFFFF;
        font-family: 'Humnst777-Lt-BT' !important;
        font-size: 70%;
    }

    #socialMedia {
        align-items: center;
        justify-content: right;

        display: grid !important;
        grid-template-rows: 33% 33% 33%;
    }

    #socialMedia a {
        text-decoration: none;
        color: #FFFFFF;
    }

    #socialMedia p {
        font-family: "Humnst777-BT";
        font-size: 20px;
    }

    #socialIcons {
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-direction: row;
    }

    .footerLogo {
        width: 168px;
        height: 135px;
    }

    .bi {
        display: flex;
        justify-content: space-around;
    }
}

@media (max-width: 767px) {  /* Mobile Browsers */

    /* --- Header Styles --- */
    #navbar {
        background-color: #FFFFFF !important;
        font-family: 'Humanst521-Lt-BT';
        font-size: 32px;
        width: 1440;
        height: 125;
    }

    nav a {
        font-size: 100% !important;
        color: red;
    }

    .saberComerLogoColor {
        width: 143px;
        /* Cambiar y usar porcentajes para hacerlo responsivo */
        height: 117px;
    }

    #whatsappButton img {
        width: 40px;
        height: 40px;
    }

    #citaButtonContent p {
        font-family: 'Humanst521-Lt-BT' !important;
        font-size: 200% !important;
    }

    #citaButton img {
        width: 30px;
        height: 30px;
    }

    /* --- Header Styles --- */


    /* --- Footer Styles --- */

    footer {
        background-color: #2B2B2A;
        margin-bottom: 0;
        padding: 0;
        width: 1440;
        height: 150;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        color: white;
    }

    #saberComerInfo h1 {
        color: #FFFFFF;
        font-family: 'Humnst777-BlkCn-BT' !important;
    }

    #saberComerInfo h2 {
        color: #FFFFFF;
        font-family: 'Humanst521-BT' !important;
    }

    #saberComerInfo p {
        color: #FFFFFF;
        font-family: 'Humnst777-Lt-BT' !important;
        font-size: 70%;
    }

    #socialMedia {
        align-items: center;
        justify-content: right;

        display: grid !important;
        grid-template-rows: 33% 33% 33%;
    }

    #socialMedia a {
        text-decoration: none;
        color: #FFFFFF;
    }

    #socialMedia p {
        font-family: "Humnst777-BT";
        font-size: 20px;
    }

    #socialIcons {
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-direction: row;
    }

    .footerLogo {
        width: 168px;
        height: 135px;
    }

    .bi {
        display: flex;
        justify-content: space-around;
    }
}