/*
Theme Name:     Nin
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Me
Author URI:     
Template:       hello-elementor
Version:        0.1.0
*/


/*
 * Estilos globales
 */
 :root {
    --color-principal   : #232323;
    --color-secundario  : #1E3A8A;
    --color-texto       : #374151;
    --color-enfasis     : #3B82F6;
    --color-blanco      : #FFFFFF;
    /* var(--color-principal) */
}


.sombrita {
    /*filter: drop-shadow(0 0 5px rgba(255, 255, 255, .8));*/
    mask-image: linear-gradient(black 65%, transparent);
    animation: float 2s ease-in-out infinite;
}

.ken-burns {
  overflow:hidden;
  width:100%;
  height:100%;
  -webkit-animation:zoom 20s;
  animation:zoom 20s;
}
@keyframes zoom{
  from {
    transform:scale(1.1);
  }
  to {
    transform:scale(1.5,1.5);
  }
}

.bg-footer { 
  background: radial-gradient(100% 100% at 80% 20%, #374151 0%, transparent),radial-gradient(100% 100% at 20% 80%, #232323 0%, transparent),#1b253b; 
}


.ninikis-heading-gradient {
  background: linear-gradient(to right, #555555, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


.sombratextoblanca {
    text-shadow: #fff 0 0 8px;
}


.ninikis-title-gradient {
  background: linear-gradient(to right, #555555, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}