/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.2.4.1676816642
Updated: 2023-02-19 14:24:02

*/
html{scroll-behavior: smooth;}
h1{
	font-size: 4rem;
	font-weight: bold;
}
h2{
    font-size: 2.2rem;	
	font-weight: bold;
}
h3{	
	font-size: 1.5rem;
	font-weight: bold;
}
.site-logo {
	position: relative;
	z-index: 2;
    filter: invert(1)/*drop-shadow(1px 4px 9px white)*/;
}
.main-title {
	position: relative;
	z-index: 2;
    font-size: 40px;
	font-weight: 100;
}
.portada{
	height: 90vh;
	overflow: hidden;
	clear: both;
}
.portada::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(#5756567a 20%, transparent 20%);
    background-size: 7px 7px;
	z-index: 1;
}
.imgPortada{
	aspect-ratio:1;
	object-fit:cover
	filter: drop-shadow(12px 24px 16px black);
	position: relative;
	z-index: 2;
}
/*img cortada inicio*/
.img_cortada{mask-image: linear-gradient(black 85%, transparent, transparent);}

/*flipcards*/
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 300px;
    align-content: center;
	padding:1rem;
	box-sizing:border-box;
}
.card div{
	position: absolute;
	color: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	backface-visibility: hidden;
	transition: 1s;
	box-shadow: 0px 0px 0.5px white;
}
.card .front_card{
    background-color: #333333;
    transform: perspective(500px) rotateY(0deg);
	padding: 1rem;
	box-sizing:border-box;
}
.card .back_card{
	background-color: #8585c5;
    transform: perspective(500px) rotateY(180deg);
	padding: 1rem;
	box-sizing:border-box;
}
.card:hover .front_card{
    transform: perspective(500px) rotateY(180deg);
}
.card:hover .back_card{
    transform: perspective(500px) rotateY(360deg);
}
/*WaveDown*/
.wavedown{
	width:100%;
	background-color:#2c2c2c;
	transition: 4s ease-in-out;
	animation: aniWave 4s infinite;
}
@keyframes aniWave{
	0%,100%{
        clip-path: polygon(100% 91%, 95% 80%, 86% 61%, 70% 33%, 61% 27%, 54% 31%, 46% 52%, 38% 75%, 30% 91%, 24% 93%, 15% 85%, 8% 67%, 3% 49%, 1% 33%, 0% 15%, 0% 0%, 100% 0%);
	}
	50%{
        clip-path: polygon(0% 94%, 8% 77%, 17% 65%, 30% 63%, 41% 78%, 52% 95%, 62% 99%, 74% 91%, 85% 73%, 93% 44%, 100% 15%, 100% 0%, 0% 0%);
	}
}
/*sistema solar*/
.sistsolar{
	background-color:#2c2c2c;
	position:relative;
	display:flex;
	justify-content: center;
	align-items:center;
	width: 100%;
	height: 40em;
}
.sun{
	position:absolute;
	top:15em;
	left:15em;
	width:10em;
	height:10em;
	background-color:yellow;
	border-radius:50%;
	box-shadow:0px 0px 3em white;
}
.earth, .moon{
	position:absolute;
	border-style:solid;
	border-color: white transparent transparent transparent;
	border-width:0.1em 0.1em 0 0;
	border-radius:50%;
}
.earth{
	top:5em;
	left:5em;
	width:30em;
	height:30em;
	animation: orbit 36.5s linear infinite;
}
.moon{
	top:0em;
	right:0em;
	width:8em;
	height:8em;
	animation: orbit 2.7s linear infinite;
}
.earth::before, .moon::before {
	content:"";
	position:absolute;
	border-radius:50%;
}
.earth::before{
	top:2.8em;
	right:2.8em;
	width:3em;
	height:3em;
	background-color:aqua;
}
.moon::before{
	top:0.8em;
	right:0.2em;
	width:1.2em;
	height:1.2em;
    background-color:silver;
}
@keyframes orbit{
	to{
		transform:rotate(360deg);
	}
}
/*bubblewave*/
.gb-container-8298f94f {
    display: flex;
    position: relative;
}
.bubblewave{
	/*background-color:#2c2c2c;*/
	background: linear-gradient(#7566df, #1e1e1ed6), url(https://meditarya.com/wp-content/uploads/bgportal.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
	position:relative;
	display:flex;
	justify-content: center;
	align-items:center;
	width: 100%;
	height: 40em;
}
.bubblewaveP{
	font-size: .7rem;
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-transform: uppercase;
    align-content: center;
    color: #8585c5;
    position: absolute;
    top: 22%;
    left: 30%;
}
.circle{
	width:10px;
	height:10px;
	border-left:1px solid #ecfb06;
	border-radius:100%;
	position:absolute;
	animation: waves infinite 4s linear;
	box-shadow:0px 0px 4em #8585c5;
}
.circle::before {
	content:"";
	position:absolute;
	border-radius:50%;
	top:2.8em;
	right:2.8em;
	width:.5em;
	height:.5em;
	background-color:#8585c5;
}

@keyframes waves{
	100%{
		width:10px;
	    height:10px;
		opacity:0;
		background:#8585c5;
		color:#2c2c2c;
		transform:rotate(360deg);
		
	}
	0%{
		width:500px;
	    height:500px;
		opacity:1;
		background:#2c2c2c54;
		color:#8585c5;
		transform:rotate(0deg);	
     }
	100%{
		width:10px;
	    height:10px;
		opacity:0;
		background:#8585c5;
		color:#2c2c2c;
		transform:rotate(360deg) /*rotateY(21deg) rotateX(360deg)*/;
	}
}
/*Llama de vela*/
.grillLlamavela{
    background: #2c2c2c;
    display: flex;
    justify-content: center;
    height: 250px;
    padding: 20px;
    box-sizing: border-box;
}
.llamavela{
	width:100px;
	height:100px;
	position:relative;
	transform-origin: center bottom;
	animation: flicker 13ms 200ms ease-in infinite alternate;
}
.flame{
	bottom:-9px;
	position:absolute;
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
	border-top-left-radius:50%;
	transform:rotate(-45deg) scale(1.5, 1.5);
	
}
.red{
	left:5px;
	width:50px;
	height:50px;
	background:orangeRed;
	box-shadow: 0 0 5px 4px orangeRed;
}
.orange{
	left:10px;
	width:40px;
	height:40px;
	background:orange;
	box-shadow: 0 0 9px 4px orange;
}
.yellow{
	left:15px;
	width:30px;
	height:30px;
	background:gold;
	box-shadow: 0 0 9px 4px gold;
}
.white{
	left:15px;
	bottom:-4;
	width:30px;
	height:30px;
	background:white;
	box-shadow: 0 0 9px 4px white;
}
.blue{
	left:25px;
	bottom:-25px;
	width:10px;
	height:10px;
	background:slateblue;
	box-shadow: 0 0 15px 10px slateblue;
}
.black{
	left:10px;
	bottom:-60px;
	width:40px;
	height:40px;
	background: #2c2c2c;
	box-shadow: 0 0 15px 10px #2c2c2c;
}
.circleflame{
	border-radius:50%;
	position:absolute;
}
@keyframes flicker{
	0%{transform:rotate(-1deg)}
	20%{transform:rotate(1deg)}
	40%{transform:rotate(-1deg)}
	60%{transform:rotate(1deg) scaleY(1.4)}
	80%{transform:rotate(-2deg) scaleY(0.92)}
	100%{transform:rotate(1deg)}
}