@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.clear {
    clear: both;
}

body {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    /* background-color: #f8f9fa; */
    background-color: rgb(246, 241, 231);
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    
    @media (max-width: 1295px) {
        width: 100%;
    }
    @media (min-width: 1296px) {
        left: calc(50% - 1296px / 2);    
        width: 1296px;
    }

    .l2 {
        display: flex;
        align-items: center;
        position: relative;
        padding-top: 60px;
        
        .logo {
            display: flex;
            align-items: center;
            width: 100%;
            
            .s1 {
                @media (max-width: 420px) {
                    width: 30px;
                }
                @media (min-width: 421px) {
                    width: 130px;
                }
                height: 1px;
                background-color: #fffc;
            }
            
            a {
                display: flex;
            }

            img {
                width: 130px;
                height: 130px;
                @media (max-width: 1023px) {
                    margin: 0 0px;
                }
                @media (min-width: 1024px) {
                    margin: 0 40px;
                }
            }
            
            .s2 {
                flex-grow: 1;
                height: 1px;
                background-color: #fffc;
            }
        }

        .menu {
            @media (max-width: 1023px) {
                display: none;
            }
            position: absolute;
            right: 30px;
            bottom: 47%;
            margin-bottom: 0px;
            
            .inner {
                display: flex;
            }

            a {
                font-size: 1.03rem;
                color: rgb(243 244 246);
                text-decoration: none;
                font-weight: 500;
                margin-left: 25px;
                padding-bottom: 0px;                
            }
        }
        .menu-mobile {
            @media (min-width: 1024px) {
                display: none;
            }
            position: absolute;
            right: 30px;
            top: 65px;
            color: white;
            font-size: 20px;            
        }
        .menu-mobile3 {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            background-color: black;
            opacity: 0.7;
            width: 100vw;
            height: 100vh;
            position: fixed;
            z-index: 99998;

        }
        .menu-mobile2 {
            display: none;
            position: absolute;
            right: 00px;
            top: 0px;
            border: 1px solid white;
            width: 250px;
            height: 100vh;
            position: fixed;
            z-index: 99999;
            background-color: #333;
            opacity: 0.9;
            color: white;
            transition-duration: .3s;
            --tw-backdrop-blur: blur(24px);
            padding: 20px;
            .inner0 {
                text-align: right;
                font-size: 20px;                
            }
            .inner {
                a {
                    color: white;
                    font-size: 1.1em;
                    font-weight: 500;
                    text-decoration: none;
                    display: block;
                    margin-bottom: 20px;                    
                }
            }
        }
    }
}

#splash {
    width: 100%;
    min-height: 165px;

    @media (max-width: 1295px) {
        background: url('/assets/cover01.jpg') no-repeat center center;
        background-size: cover;
    }
    @media (max-width: 420px) {
        background: url('/assets/cover01.jpg') no-repeat center center;
        background-size: cover;
    }

    @media (min-width: 1296px) {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 150px), url('/assets/cover01.jpg') no-repeat center center;
        background-size: cover;
    }
}

.header0 {
    @media (max-width: 1295px) {
        padding-top: 8px !important;
        img {
            height: 30px !important;
        }
    }
    .inner {
        @media (max-width: 1295px) {
            width: 100%;
            padding: 0 20px 0 20px;
        }
        @media (min-width: 1296px) {
            margin-left: calc(50% - 1296px / 2);    
            width: 1296px;
            padding-top: 10px;
        }
        display: flex;
        a {
            font-size: .875rem;
            line-height: 1.25rem;
            color: rgb(75 75 75);
            font-weight: 500;
            text-decoration: none;
        }
        .email {
            @media (max-width: 420px) {
                display: none;
            }
        }
        .social {
            margin-left: auto;
            a {
                margin-left: 20px;
            }
        }
    }
    height: 40px;
    background-color: rgb(231 223 209);
}

.foot {
    background-color: #EAE6DC;
    padding: 60px 20px;
    font-family: Arial, sans-serif;

    > .inner {
        max-width: 1296px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        gap: 40px;

        @media (max-width: 992px) {
            flex-direction: column;
        }
    }

    .left {
        display: flex;
        flex-direction: column;
        gap: 40px;
        flex: 1;

        .row1 {
            color: #0054a6;
            @media (max-width: 992px) {
                font-size: 1.5rem;
            }
            @media (min-width: 993px) {
                font-size: 2.2rem;
            }
            margin: 0;
            font-weight: 500;
        }

        .row2 {
            display: flex;
            gap: 80px;

            div {
                @media (max-width: 992px) {
                    width: 100%;
                }
                @media (min-width: 993px) {
                    width: 33%;
                }
            }
            
            @media (max-width: 768px) {
                flex-direction: column;
                gap: 25px;
            }

            h3 {
                font-size: 1.05rem;
                font-weight: 500;
                margin: 0 0 10px 0;
                color: #333;
            }

            p {
                margin: 0 0 5px 0;
                line-height: 1.6;
                color: #444;
                font-size: 1rem;
                
                a {
                    color: #444;
                    text-decoration: none;
                    transition: 0.2s;
                    
                    &:hover { 
                        text-decoration: underline; 
                    }
                }
            }
        }

        .row3 {
            h3 {
                color: #0054a6;
                font-size: 1.1rem;
                font-weight: 500;
                margin: 0 0 15px 0;
            }

            .socials {
                display: flex;
                gap: 20px;
                align-items: center;

                a, span {
                    color: #444;
                    transition: 0.3s;
                    cursor: pointer;

                    &:hover { 
                        color: #0054a6; 
                    }

                    i {
                        font-size: 28px !important; 
                    }
                }
            }
        }

        .row4 {
            margin: 20px 0 0 0;
            display: flex;
            flex-direction: column;
            gap: 15px;

            p {
                margin: 0;
                font-size: 0.85rem;
                color: #555;
            }
            
            a {
                font-size: 0.85rem;
                color: #555;
                text-decoration: underline;
                transition: 0.2s;
                
                &:hover { 
                    text-decoration: none; 
                }
            }
        }
    }

    .right {
        display: flex;
        align-items: center;

        .inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 60px;

            img {
                max-width: 160px;
                height: auto;
            }
        }
    }
}

/* PANEL */

.login-container {
    margin-top: 20px;
    h2 {
        margin-bottom: 20px;
    }
}

.panel-container {
    margin-top: 20px;
    th {
        text-align: center;
    }
    td div.center input {
        margin: auto;
        margin-top: 5px;
    }
}

.modal-body {
    label {
        font-weight: bold;
    }
    .switch-label {
        margin-bottom: 0 !important;
    }
}

