/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1647848277
Updated: 2022-03-21 07:37:57



.grecaptcha-badge { 
    visibility: hidden;
}

.card-fuel .text-card-hidden {
	transition: .5s all;
	opacity: 0;
}

.card-fuel:hover:before {
	transition: .5s all;
	opacity: 1;
}

.card-fuel:hover .text-card-hide {
	transition: .5s all;
	opacity: 0;
}

.card-fuel:hover .text-card-hidden {
	transition: .5s all;
	opacity: 1;
}


.flotar {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(-2px, 5px); }
    to   { transform: translate(0, -0px); }    
}

@media (max-width: 1600px) {
	
	.col-text-projects h2 {
		font-size: 55px !important;
	}
	
	.col-text-projects p {
		font-size: 20px !important;
	}
	
}

*/ 