.main{
  display: flex;
  background-color: #f0e3d2;
  min-height: calc(100vh - 56px);
}

a:hover{
  color: #6A1027 !important;
}

.input-style{
  border: 1px solid #e90c72;
  border-radius: 5px;
  padding: 2px;
  font-size: 12px;
}

.bg-green{
  background-color: #1cb09a;
}
.bg-blue{
  background-color: #418bca;
}
.nowrap{
  white-space: nowrap;
}

.nav-link-color{
  color: white;
}
.nav-link-color:hover{
  color: #eb5d9f;
}

.nav-link-active{
  background-color: #e90c72;
  border-left: 5px solid #fbd6a8 !important;
}
.nav-link-active:hover{
  background-color: white;
  color: #e90c72;
}

.nav-link-text{
  align-self: center;
}

.menu-link{
  border-bottom: 2px solid #830f36;
  border-left: 5px solid #830f36;
}
#menu{
  background-color: #6a1027;
  flex-shrink: 0;
  transition: 0.5s;
  overflow: hidden;
}

#bmenu_expand{
  width: 100%;
  margin:-4px;
  font-size: 50px;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background: #e90c72;
}
#menu_expand{
  left:50%;
}


.bg-p{
  background-color: #F0E3D2;
}

.bg-circle
{
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 14px 4px;
  color: #ececec;
  text-align: center;
  border-radius: 50%;
}

.bg-circle-outline
{
  width: 50px;
  height: 50px;
  color:smoke;
  padding: 8px 2px;
  border: 2px solid;
  border-color: smoke;
  border-radius: 50%;
}


.bg-circle a, a:hover, .media a:focus
{
  text-decoration: none !important;
  outline: none;
  color: #ececec;
}
.bg-circle-outline a, a:hover, .media a:focus
{
  text-decoration: none !important;
  outline: none;
  color: #ececec;
}



/*COL*/
@media (min-width: 0px) and (max-width: 575px){
 .col-hidden{
  display: none!important;
 }
}

/*SM*/
@media (min-width: 576px) and (max-width: 767px){
 .sm-hidden{
  display: none!important;
 }
}

/*MD*/
@media (min-width: 768px) and (max-width: 991px){
 .md-hidden{
  display: none!important;
 }
}

/*LG*/
@media (min-width: 992px) and (max-width: 1199px){
 .lg-hidden{
  display: none!important;
 }
}




/*SM*/
@media (min-width: 576px) {
  .bg-image{  
    background-image: none;
  }
}

/*MD*/
@media (min-width: 768px) {
  .bg-image{  
    background-image: url('/layoutimg/corujabg.png'),url('/layoutimg/corujabginvertida.png');
    background-position: left center,right 10%;
    background-repeat: no-repeat;
  }
}

/*LG*/
@media (min-width: 992px) {

}

/*XL*/
@media (min-width: 1200px) {
  .xl-hidden{
    display: none;
  }
}


.modal-col-padrao {
    padding: 0;
    margin: 0;
    background-color: #fbd6a8;
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 2px solid #6a1027;
    height: 62px;
    z-index: 999 !important;
  }

  .modal-col-padrao .miolo-padrao p {
  border: none;  
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.parceiro-link {
  color: #fff;
}

.parceiro-link:hover {
  background:#ff1276;
  color: #fff;
}

.parceiro-link > a {
  color: #fff;
}