/**
Theme Name: Café del duende
Author: @displaynone
Author URI: http://displaynone.es/
Description: Basado en Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
**/

.loader-con-duende {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
    text-align: center;
}

.loader-con-duende img {
    /*position: absolute;*/
	position: static;
   	width: 30%;
    /*height: 30%;*/
	max-width: 280px;
    height: auto;
    left: 35%;
    top: 30%;
     animation:logoloader 1.4s;
    -moz-animation:logoloader 1.4s; /* Firefox */
    -webkit-animation:logoloader 1.4s; /* Safari and Chrome */ 

}
.loader-con-duende h2 {
	color: #fff4e0;
    font-size: 1.52rem;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
}
@media(max-width:660px) {
   
    .loader-con-duende img {
        width: 70%;
        left: 15%;
    }
}

@keyframes logoloader {
    from {top: 35%;} 
    to{top:30%;} 
}
@-moz-keyframes logoloader{
   from {top: 35%;} 
    to{top:30%;} 
}
@-webkit-keyframes logoloader{
    from {top: 35%;} 
    to{top:30%;} 
}


.fondo-rojo {background: #84140f;}
.fondo-verde {background: #124625;}
.fondo-azul {background: #084479;}