$items: 4;
$animation-time: 19s;
$transition-time: 10.5s;
$scale: 20%;
$total-time: ($animation-time * $items);
$scale-base-1: (1 + $scale / 100%);
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
.bannerSlider_02 {
position:relative;
width: 100%;
height: 700px;  
margin: auto 0;
overflow: hidden;
min-height:700px;
}
.bannerSlider_02-image {
position: absolute;
width: 100%;
height: 100%;
background: no-repeat 50% 50%;
background-size: cover;
-webkit-animation-name: kenburns;
animation-name: kenburns;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 20s;
animation-duration: 20s;
opacity: 1;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
/**/
background-repeat:no-repeat; 
background-size:cover;
background-position: center; 
-webkit-transform: scale(1);
transform: scale(1); 
}
.bannerSlider_02-image:nth-child(1) {
-webkit-animation-name: kenburns-1;
animation-name: kenburns-1;
z-index: 3;
}
.bannerSlider_02-image:nth-child(2) {
-webkit-animation-name: kenburns-2;
animation-name: kenburns-2;
z-index: 2;
}
.bannerSlider_02-image:nth-child(3) {
-webkit-animation-name: kenburns-3;
animation-name: kenburns-3;
z-index: 1;
}
.bannerSlider_02-image:nth-child(4) {
-webkit-animation-name: kenburns-4;
animation-name: kenburns-4;
z-index: 0;
}
@-webkit-keyframes 
kenburns-1 {  0% {
opacity: 1;
-webkit-transform: scale(.2);
transform: scale(.2);
}
1.5625% {
opacity: 1;
}
23.4375% {
opacity: 1;
}
26.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
98.4375% {
opacity: 0;
-webkit-transform: scale(1.21176);
transform: scale(1.21176);
}
100% {
opacity: 1;
}
}
@keyframes 
kenburns-1 {  0% {
opacity: 1;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
1.5625% {
opacity: 1;
}
23.4375% {
opacity: 1;
}
26.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
98.4375% {
opacity: 0;
-webkit-transform: scale(1.21176);
transform: scale(1.21176);
}
100% {
opacity: 1;
}
}
@-webkit-keyframes 
kenburns-2 {  23.4375% {
opacity: 1;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
26.5625% {
opacity: 1;
}
48.4375% {
opacity: 1;
}
51.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
}
@keyframes 
kenburns-2 {  23.4375% {
opacity: 1;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
26.5625% {
opacity: 1;
}
48.4375% {
opacity: 1;
}
51.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
}
@-webkit-keyframes 
kenburns-3 {  48.4375% {
opacity: 1;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
51.5625% {
opacity: 1;
}
73.4375% {
opacity: 1;
}
76.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
}
@keyframes 
kenburns-3 {  48.4375% {
opacity: 1;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
51.5625% {
opacity: 1;
}
73.4375% {
opacity: 1;
}
76.5625% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
}
@-webkit-keyframes 
kenburns-4 {  73.4375% {
opacity: 1;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
76.5625% {
opacity: 1;
}
98.4375% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes 
kenburns-4 {  73.4375% {
opacity: 1;
-webkit-transform: scale(1.2);/*tuma*/
transform: scale(1.2);/*tuma*/
}
76.5625% {
opacity: 1;
}
98.4375% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.bannerSlider_02_Img {
Position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0); /*TUMA OPACIDAD EN MODO CELULAR*/
width: 100%;
height: 700px;  /* TUMA La misma altura que el contenedor .bannerSlider_02 */
z-index: 99;
}
/*.header,.headerContent{*/
.CambiaColor{
	background-color: transparent!important;
	-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
@media screen and (max-width: 768px) {
.bannerSlider_02_Img {
display:block;
}
}
.bannerBajoHImg{ /*ver header.js*/
width:100%;
height: auto;
margin:0 auto;
text-align:center;
position:relative;
}
.bannerBajoHImg_B{
width:50%;
}
@media screen and (max-width: 768px) {
.bannerBajoHImg_B{
width:80%;
}
}
@media screen and (max-width: 480px) {
.bannerBajoHImg_B{
width:80%;
}
}