/* -> Main
================================ */
#content{
    width: 100%;
    margin-left: 0;
}

/* Titles */
h1{
    font-size: 34px;
    line-height: 44px;
}

h2{
    font-size: 30px;
}   

h3{
    font-size: 28px;
}

h4{
    font-size: 22px;
}

h5{
    font-size: 16px;
}

/* Pages Header */
#header{
    height: 230px;
    padding-top: 65px;
}

    .breadcrumb{
        font-size:15px;
        line-height: 20px;
        margin: 15px 0px 0px;
    }

/* Forms */
form .btn{
    width: 100%;
}


/*Loading*/
#loading img{
    width: 200px;
    animation: rotation 8s infinite linear;
}

#loading.hidden{
    opacity: 0;
    visibility: hidden;
}
/* ============================= */


/* -> MENU
================================ */
#menu{
    width: 100%;
    height: 65px;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: block;
    padding: 0;
}

.navbar{
    height: 65px;
    padding: 0px;
    text-align: left;
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background: linear-gradient(to right, #ddaab4, #bfe8d1, #ded189);
    position: absolute;
    right: 15px;
    top: 15px; 
    outline: none!important;
}

    .navbar-toggler-icon {
        background-image: url(../img/toggle.svg);
    }

.navbar-brand{
    height: 65px;
    margin: 0px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand img{
        height: 45px;
        margin: 0;
        margin-right: 10px;
    }

    .navbar-brand span{
        font-size: 12px;
    }

    .navbar-collapse{
        border-top: 1px solid #f5f5f5;
        background-color: #f5f5f5;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }

    .navbar ul li{
        margin: 0;
    }

    .navbar ul li:first-child{
        margin-top: 7px;
    }

    .navbar ul li:last-child{
        margin-bottom: 7px;
    }

        .navbar ul li a{
            line-height: 38px;
            padding: 0px 15px!important;
        }

        .navbar ul > li > a > i{
            padding: 0px;
        }

        .socials:before{
            display: none;
        }
/* ============================= */

/* -> Home
================================ */
#home{
    height: 100vh;
    min-height: 750px;
    padding-top: 65px;
}

    
    .home-img{
        width: 140px;
        height: 140px;
    }

    .home-img-back{
        width: 190px;
        height: 190px;
    }

        #home p{
            font-size: 16px;
            line-height: 30px;
        }
/* ============================= */