.rway{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.wmsg{
    position: fixed;
    bottom: 15px;
    right: 15px;
}

a.btws:link,
a.btws:hover,
a.btws:active,
a.btws:visited {
    background-color: #26c21e;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
}

.rwaybold{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.oculto{
	display: none;
}

.itl{
	line-height: 150% !important;
}

.itlx{
    line-height: 175% !important;
}

#accordionSidebar{
	background-color: #003566;
	background-image: linear-gradient(180deg,#003566 10%,#001a33 100%);
}

#brlg{
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bimg{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.lbimg{
    cursor: pointer;
    margin-bottom: 0px;
}

.stxt{
	font-size: 0.55rem;
}

.sstxt{
    font-size: 0.95rem;
}

.smtxt{
    font-size: 0.75rem;
}

.card.prod{
    width: 100%;
    background-color: white;
    border: 0px;
    padding-top: 0px;
    margin-bottom: 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
}

.card.prod:hover {
    background-color: white;
    box-shadow: 0px 1px 10px rgba(0,0,0,.125);
}

.sctct{
    margin-top: 9%;
}

.dbox{
    padding: 2.6rem 2rem;
    background-color: rgba(55,52,53,.7);
    border-radius: 8px;
}

.lbox{
    padding: 2.6rem 2rem;
    background-color: white;
    border-radius: 8px;
}

.jumbotron{
    padding: 2.6rem 2rem;
}

.results{
    position: absolute;
    width: 97%;
    padding: 5px 3px;
    z-index: 1;
}

.box-results{
    background-color: #f2f2f2;
    padding: 0px;
    border-radius: 4px;
}

.box-results > li {
    list-style: none;
    padding: 5px 15px;
}

a.bxl:link,
a.bxl:active,
a.bxl:visited {
    color: #687281 !important;
    text-decoration: none;

    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
}

a.bxl:hover {
    color: blue !important;
}

@media (max-width: 576px){
    #lgw{
        width: 61px;
        height: 40px;
    }
}