/*
 Theme Name:   Intranet CNP
 Theme URI:    https://roymo.es/
 Description:  Customization theme
 Author:       Rommel & Montgomery
 Author URI:   https://roymo.es/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

#brxe-zlbrxk ul .menu-item:first-child.current-menu-item{
    border-top-left-radius: 12px;
    overflow: hidden;
}

#brxe-zlbrxk ul .menu-item:last-child.current-menu-item{
    border-bottom-left-radius: 12px;
    overflow: hidden;
}

#brxe-zlbrxk ul .menu-item:last-child a{
    border: none;
}



/*Sliders*/

.cnp__slider-pagination-bullet {
  background-color: #fff!important;
  width: 34px!important;
  height: 34px!important;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.20);
  opacity: 1!important;
  border-radius: 3px!important;
  display: flex!important;
  justify-content: center;
  align-items: center;
}

.cnp__slider-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bricks-color-vcccsz)!important;
  color: #fff!important;
}

.cnp__indemnizaciones-button.active {
    background: var(--bricks-color-nobwkz)!important;
}

