.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */

/*= Animations ================ */

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/*= General =================== */

/** General >> Fl node 5cbbaff6e9a60 fl separator **/
.fl-node-5cbbaff6e9a60 .fl-separator {
	-webkit-animation-name: slideInRight !important;
	animation-name: slideInRight !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
	-webkit-animation-delay: 1s !important;
	animation-delay: 1s !important;
}

/** General >> .foto-equipo img **/
.foto-equipo img {
	-webkit-filter: grayscale(100%) !important;
	filter: grayscale(100%) !important;
}

/** General >> .foto-equipo:hover **/
.foto-equipo img:hover {
	-webkit-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
}

/** General >> .size-full **/
.size-full {
	text-shadow: 0 0 rgb(0, 0, 0) !important;
	box-shadow: 0 0 20px 1px rgb(228, 228, 228) !important;
}

