/*
Theme Name: Hello Child
Theme URI: 
Description: Tema hijo de hello-elementor
Version: 1.0
Author: Óscar Amate
Author URI: https://oscaramate.dev/
Template: hello-elementor
*/

@import url('../hello-elementor/style.css');


.textoVerde {
	color: #A3FF12;
}

.textoLila {
	color: #6C28FF;
}

/* *************************************** */
.ojkita-logo{
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
}
.blink{
	color:#A3FF12;

	text-shadow:
	0 0 5px #A3FF12,
	0 0 10px #A3FF12,
	0 0 20px #A3FF12;

	animation: ojkitaBlink 1.2s infinite;
}

@keyframes ojkitaBlink{

	0%,18%,22%,25%,53%,57%,100%{
		opacity:1;
	}

	20%,24%,55%{
		opacity:.2;
	}

}

.texto-garabato::after{
    content:"";
    display:block;
    width:120px;
    height:3px;
    background:#A3FF12;
    margin-top:8px;
    transform:rotate(-3deg);
}

.texto-garabato{
    font-family:'Caveat', cursive;

    color:#A3FF12;

    font-size:42px;

    line-height:1;

    transform:rotate(-8deg);

    text-shadow:
        0 0 8px rgba(163,255,18,.4);
}

.smile-bg img{
    filter:
        drop-shadow(0 0 15px rgba(163,255,18,.5));
}