

/* ////////////////////////////////////////////////////   UE   ////////////////////////////// */
/*
          ##     ## ########
          ##     ## ##
          ##     ## ##
          ##     ## ######
          ##     ## ##
          ##     ## ##
           #######  ########
*/

#navbar-ue{
   background:white;
   border-bottom:0.5vw solid #eaeaea;
   padding: 0;
}
#navbar-ue .content{
   padding-top:0;
   padding-bottom:0;
}
.section.baner .content.ue h1{
  color: #134db2;
  font-size: 2.5em;
  font-weight: 600;
}
.content.ue .slick-arrow::before{
  color: rgba(0,0,0,0.9) !important;
}
.content.ue .slick-dots li button::before{
  color: rgba(0,0,0,0.5) !important;
}
.content.ue .slick-dots li button:hover::before{
  color: rgba(0,0,0,0.9) !important;
}
.content.ue .slick-dots li.slick-active button::before{
  color: rgba(0,0,0,1) !important;
}
#ue-finance{
  font-size: 0.8em;
  font-weight: 500;
  color: rgba(0,0,0,0.5);
  text-align: center;
  padding: 2em 1em;
}

/* ////////////////////////////////////////////////////   DEVICES   ////////////////////////////// */
/*
          ########  ######## ##     ## ####  ######  ########  ######
          ##     ## ##       ##     ##  ##  ##    ## ##       ##    ##
          ##     ## ##       ##     ##  ##  ##       ##       ##
          ##     ## ######   ##     ##  ##  ##       ######    ######
          ##     ## ##        ##   ##   ##  ##       ##             ##
          ##     ## ##         ## ##    ##  ##    ## ##       ##    ##
          ########  ########    ###    ####  ######  ########  ######
*/

@media only screen and (max-width: 1250px) { /*----------  HD  -----------------*/
  .section.baner .content.ue h1{ font-size: 2.2em; }
}
@media only screen and (max-width: 1080px) { /*----------  DESKTOP  ------------*/
  .section.baner .content.ue h1{ font-size: 2em; }
}
@media only screen and (max-width: 992px)  { /*----------  Laptop  -------------*/
  .section.baner .content.ue h1{ font-size: 2em; }
}
@media only screen and (max-width: 880px)  { /*----------  Tablet  -------------*/
  .section.baner .content.ue h1{ font-size: 1.6em; }
}
@media only screen and (max-width:768px){
  .section.baner .content.ue h1{ font-size: 2em; }
  .section.baner .article > div { margin-top: 0 !important; }
}
@media only screen and (max-width:600px){
  .section.baner .content.ue h1{ font-size: 1.6em; }
}
@media only screen and (max-width: 480px)  { /*----------  XS  -----------------*/
  .section.baner .content.ue h1{ font-size: 1.2em; }
}
