.selews{
    text-decoration: underline;
    cursor: pointer;
}

.selews:hover{
    text-decoration: none;
}

.paginator{
    display: inline-block !important;
}

.paginator.marcado{
    opacity: 0.5;
}

.swsErro{
    border-bottom: 1px solid red;
}

.avisos_in{
    z-index: 10000;
}

.volta_port{
    cursor: pointer;
}

.marc_menus{
  color: #124360 !important;
  border-color: rgba(0,0,0,0.15) !important;
}

.logotipos li a span{
    height: 40px;
}

@media only screen and (max-width: 720px){

    .avisos{
        z-index: 10000;
    }

    .logotipos li a span{
        height: 30px;
    }

    .logotipos li h2{
        font-size: 11px;
    }
}

.m_drop{
    width: 160%;
}

.lang_marcada {
  color: #124360 !important;
  border-color: rgba(0,0,0,0.15) !important;
}

.youtube{
  display: inline-block;
  font-size: 0px;
  margin-top: 20px;
  width: auto;
  text-align: right;
  padding-right: 20px;
}

.youtube span {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.2);
}

.youtube:hover > span {
  border-color: #fff;
}

.youtube span img {
  width: 100%;
}

.youtube em {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 19px;
  padding-left: 10px;
  font-style: italic;
  color: #B5DBEF;
}

.youtube:hover > em {
  color: #fff;
}

.cnt_f_y{
    display: block;
    font-size: 0px;
}

.facebook{
  width: auto;
  padding-right: 20px;
}

.youtube em, .facebook em{
    font-size: 18px;
}

@media only screen and (max-width: 720px){
   .facebook, .youtube{
        width: auto;
    } 
    .cnt_f_y{
        width: auto;
    }

    .facebook em,
    .youtube em{
      display:none;
    }
}