/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2023 | 17:24:16 */
.jet-video {
    border-radius: 4px;
}


.jet-video__overlay--custom-bg {
    z-index: 3;
    transition: all ease .3s;
    transform: scale(1);
}

.jet-video__overlay--custom-bg:hover {
    transform: scale(1.1);
}

.header-popup-abaco .content-type-saved_section{
  display: flex;
  justify-content: flex-start;
  align-items: start;
  width: 100%
}

.abaco-popup-home{
  max-width: 450px;
  width: 100%;
}
.header-popup-abaco .menu-overlay{
  overflow: hidden
}

/*popup icono de cerrar*/
body .header-popup-abaco .icon-bars{
  margin-left:0% !important;
  margin-right:100% !important;
  transition: .3s all ease
}


body.activo .header-popup-abaco .icon-bars{
  margin-left:30% !important;
  margin-right: 0 !important;
}

@media(max-width:667px){
	
body.activo .header-popup-abaco .icon-bars{
  margin-left:100% !important;
  margin-right: 0 !important;
}
}
