/*Efectos@Union*/
/*border*/
.d-s {border-style: solid;}
.d-d {border-style: dotted;}
.d-l {border-style: dashed;}
.d-b {border-style: double;}
.d-g {border-style: groove;}
.d-r {border-style: ridge;}
.d-i {border-style: inset;}
.d-o {border-style: outset;}
.d-nu {border-left: none; border-right: none; border-bottom: none;}
.d-nl {border-top: none; border-right: none; border-bottom: none;}
.d-nr {border-top: none; border-left: none; border-bottom: none;}
.d-nd {border-top: none; border-left: none; border-right: none;}
.d-1x {border-width: 1px;}
.d-2x {border-width: 2px;}
.d-3x {border-width: 3px;}
.d-4x {border-width: 4px;}
.d-5x {border-width: 5px;}
.d-6x {border-width: 6px;}
.d-7x {border-width: 7px;}
.d-8x {border-width: 8px;}
.d-9x {border-width: 9px;}
.d-10x {border-width: 10px;}
/*tborder*/
.e-1x {-webkit-text-stroke-width: 1px;}
.e-2x {-webkit-text-stroke-width: 2px;}
.e-3x {-webkit-text-stroke-width: 3px;}
.e-4x {-webkit-text-stroke-width: 4px;}
.e-5x {-webkit-text-stroke-width: 5px;}
.e-6x {-webkit-text-stroke-width: 6px;}
.e-7x {-webkit-text-stroke-width: 7px;}
.e-8x {-webkit-text-stroke-width: 8px;}
.e-9x {-webkit-text-stroke-width: 9px;}
.e-10x {-webkit-text-stroke-width: 10px;}
/*text*/
.t-bkgmix {mix-blend-mode: multiply;}/*bkg*/.bkg-zi{background-size: 160%;}.bkg-zi:hover {background-size: 150% !important;}.bkg-zo{background-size: 150%;}.bkg-zo:hover {background-size: 160% !important;}
/*filts*/
.blur {filter: blur(5px);}
.bright-0 {filter: brightness(0.5);}
.bright-1 {filter: brightness(1.3);}
.contrast-0 {filter: contrast(65%);}
.contrast-1 {filter: contrast(135%);}
.saturate-0 {filter: saturate(0.65);}
.saturate-1 {filter: saturate(2);}
.opacity {filter: opacity(50%);}
.grayscale {filter: grayscale(100%);}
.sepia {filter: sepia(100%);}
.huerotate {filter: hue-rotate(180deg);}
.invert {filter: invert(100%);}
