/* ==========================================================================
GENERAL
========================================================================== */
h1 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
}
.uk-navbar-container {
    background-color: white !important;
}
.uk-button {
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0.5em;
}
.uk-button-default {
    color: white !important;
    background-color: RGB(0,80,160) !important;
}
.uk-button-primary {
    color: white !important;
    background-color: RGB(250,180,0) !important;
}
.uk-button-secondary {
    color: white !important;
    text-transform: none !important;
    background-color: RGB(65,145,210) !important;
}

.uk-section-primary {
    color: white !important;
    background-color: RGB(0,80,160) !important;
}
.uk-section-secondary {
    color: white !important;
    background-color: RGB(65,145,210) !important;
}
#logo {
    height: 7em;
}
/* ==========================================================================
SEPARADOR
========================================================================== */
#split-01 {
    margin-top: -0.5em;
    background-color: RGB(0,80,160);
}
/* ==========================================================================
SOCIAL MEDIA
========================================================================== */
#social-media {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 100;
}
.sm-box {
    width: 55px;
    height: 45px;
}
#facebook {
    background-image: url(../icons/facebook.png);
    background-size: 60px 45px;
}
#instagram {
    background-image: url(../icons/instagram.png);
    background-size: 60px 45px;
}
#snapchat {
    background-image: url(../icons/snapchat.png);
    background-size: 60px 45px;
}
#twitter {
    background-image: url(../icons/twitter.png);
    background-size: 60px 45px;
}
#youtube {
    background-image: url(../icons/youtube.png);
    background-size: 60px 45px;
}
/* ==========================================================================
FUNDACION
========================================================================== */
.overlap {
    z-index: -1;
    margin-top: -4em;
}
#title-1 {
    color: white;
    font-size: 1.5em;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 2.5em 0em 0em 1.5em !important;
}
#title-2 {
    color: white;
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0em 0em 0em 2em !important;
}
.flat-btn {
    width: 24em;
    height: 3em;
    color: white;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none !important;
    border-radius: 0em 0.5em 0.5em 0em !important;
    background-color: RGB(65,145,210) !important;
}
/* ==========================================================================
FOOTER
========================================================================== */
.footer{
    margin-top: -2.5em;
}
.footer-text {
    color: RGB(0,80,160);
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 1px;
}
/* ==========================================================================
RESPONSIVE
========================================================================== */
@media only screen and (max-width: 600px) {
    #social-media {
        display: none;
    }
    #split-02 {
        margin-top: -0.5em;
    }
    #title-1 {
        font-size: 1.5em;
        margin: 2.5em 0em 0em 0.5em !important;
    }
    #title-2 {
        font-size: 2em;
        margin: 0em 0em 0em 1em !important;
    }
    .flat-btn {
        width: 15em;
    }
}