@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital@0;1&display=swap');

.col
{
    float: left;
    position: relative;
    width: 24%;
}

.arrow
{
    color: #0080bb;
    cursor: pointer;
    font-size: 26px;
}

.arrow:hover
{
    color: #276099;
}

.ls_result_footer select
{
    -webkit-appearance: menulist-button;
    height: 30px;
    width: 65px;
    font-size: 15px;
}

.hover
{
    background-color: rgb(236, 236, 236);
}

.border_radius
{
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -o-border-radius: 4px !important;    
}


.ajax_loader
{
    background-size: 25px;
    background-image: url('../images/green_loader.gif');
    background-repeat: no-repeat;
    background-position: 98% 46%;
}

.ls_query
{
    border: 1px solid #ccc;
    height: 46px;
    max-width: 100%;
    padding: 10px;
    width: 550px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #282828;
    outline: 0;
}

.ls_query:focus
{
    border-color: #0080bb;
    -webkit-box-shadow: 0 0 5px #0080bb;
    -moz-box-shadow: 0 0 5px #0080bb;
    box-shadow: 0 0 5px #0080bb;
}

@media(max-width:767px){
    .feature
    {
        text-align: center;
    }

    .feature_desc
    {
        margin-top: 10px;
    }
}

.BShighlight {
          padding-top: 0 3px 2px 3px;
                color: #333333;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
     background-color: #F7D358;
              display: inline-block;
               border: 1px #666 solid;
}

.alert {
         padding: 3px;
background-color: #f44336;
           color: white;
   margin-bottom: 3px;
        position:relative;
   border-radius:5px;
      box-shadow:0 0 15px 5px #ccc;
}

.alert {
   opacity: 1;
transition: opacity 0.6s; 
}

.close{
  position:absolute;
  width:30px;
  height:30px;
  opacity:0.5;
  border-width:1px;
  border-style:solid;
  border-radius:50%;
  right:15px;
  top:25px;
  text-align:center;
  font-size:1.6em;
  cursor:pointer;
}

@mixin alert($name,$bgColor){
  $accentColor:darken($bgColor,50);
  .#{$name}{
    background-color:#{$bgColor};
    border-left:5px solid $accentColor;
    .close{
      border-color:$accentColor;
      color:$accentColor;
    }
  }
}

.shadow_box{
   box-shadow:0 0 15px 5px #ccc;
}

.highlightWords {
  padding-top: 0 3px 2px 3px; 
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFC;
  display: inline-block;
  border: 1px #666 solid;
}

.Oswald_12 {
  font-family:Oswald;font-size: 12px;
}

.Quattrocento_11 {
  font-family: Quattrocento Sans;font-size: 13px;
}

.bell, .bell-border, .btn-bell {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bell {
    height: 60px; 
    width: 60px;
    box-shadow: -1px 2px 10px #999;
    background: #b74096;
    animation-name: col;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.bell-border {
    height: 59px; 
    width: 59px;
    border: 1px solid #b74096 !important;
    animation-name: bord-pop;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc ;
}
.btn-bell {
    color: white;
    font-size: 20px;
    animation-name: bell-ring;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes bord-pop {
    0% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0;
    }
}
@keyframes col {
    0% {
        transform: scale(1) translate(0,0);
    }
    10% {
        transform: scale(1.1) translate(0,0);
    }
    75% {
        transform: scale(1) translate(0,0);
    }
    100% {
        transform: scale(1) translate(0,0);
    }
}
@keyframes bell-ring {
    0% {
        transform: translate(-50%, -50%);
    }
    5%, 15% {
        transform: translate(-50%, -50%) rotate(25deg);
    }
    10%, 20% {
        transform: translate(-50%, -50%) rotate(-25deg);
    }
    25%  {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.bg-Legisladores {
	color: #FDFEFE;
    background-color: #af1015!important;
}

.bg-Glosario {
	color: #FDFEFE;
    background-color: #7f7f7f!important;
}

.bg-Asunto {
	color: #FDFEFE;
    background-color: #3E5C51!important;
}