/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-Jun-2020, 22:38:21
    Author     : Hugo Tavares
*/



#top-bar {

}
.top-bar {
    background-color: #124785;
    border-bottom: 3px #FEDC00 solid;
    border-top: 6px solid #FEDC00;

}
.top-bar>.row {
    color: #FFFFFF;
}
.psd-white {
    max-width: 140px;
}
.top-splash {
    font-size: 4vw;
    font-weight: 900;
}
@media screen and (min-width: 1200px) {
    .top-splash {
        font-size: 52px;
    }
    .hashtag {
        font-size: 30px;
    }
}
.cc-top {
    /*max-width: 140px;*/
    max-height: 216px;
}

#center-bar {
    background-color: #EEEEEE;
    padding-bottom: 25px;
}
.hashtag {
    color: #F26523;
    font-size: 3vh;
    font-weight: 600;
}
.quero,.nao-quero {
    font-size: 20px;
    font-weight: 700;
}
.quero {
    color: #1179AA;
}
.nao-quero {
    color: #C4141A;
}
.nao-quero img, .quero img {
    max-width: 133px;
}
#bottom-bar {
    color: #000000;
    background-color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
}
#bottom-bar a {
    color: #F26523;
}
.orange {
    color: #F26523;
}
#bt-quero,#bt-naoquero {
    //opacity: 0;
    cursor: pointer;
    display: none;
}
#modal-naoquero .modal-title {
    color: #C4141A;
}
#modal-quero .modal-title {
    color: #1179AA;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.menu-icon {
    background-color: transparent;
    border: none;
    font-size: 34px;
    color: #FFFFFF;
}
.logo-dicionario {
    max-width: 400px;
}
.card-header {
    background-color: rgb(18, 71, 133);
    border-bottom: 3px solid rgb(254, 220, 0);
    color: #FFF;
}
.card-header h3 {
    color: #FFF;
}
.btn-primary {
    background-color: #124785;
    border-color: #124785;
}
.letters {
    
}
.single-letter a {
    margin-right: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #124785;
}