/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.nomargen, .nomargen p, .nomargen h2{
	margin-bottom:0;
}
.elementor-location-header.sticky .cab > div{
	padding-top:0;
}
.elementor-location-header .cab > div{
	transition:300ms;
}
.revcaviar{
	font-family: 'Caviar Dreams' !important;
}
.lineatemp .jet-timeline--align-middle .jet-timeline-item .timeline-item__card-img img{
	max-width:500px;
	width:100%;
}
.lineatemp .jet-timeline--align-middle .jet-timeline-item:nth-child(odd) .timeline-item__card-img{
	text-align:right;
}
.lineatemp .jet-timeline--align-middle .jet-timeline-item:nth-child(even) .timeline-item__card-img{
	text-align:left;
}
.lineatemp .jet-timeline .timeline-item__card-btn-wrap{
	margin-top:30px;
}
.portfolio .modula-item .modula-item-content .figc .figc-inner .jtg-title{
	opacity:0;
	transition:300ms;
	text-align:left !important;
}
.portfolio .modula-item .modula-item-content .figc .figc-inner .jtg-body .description{
	text-align:left;
}
.portfolio .modula-item:hover .modula-item-content .figc .figc-inner .jtg-title{
	opacity:1;
}
html body .portfolio .modula>.filters .modula_menu__list li.modula_menu__item{
	margin:0 25px 0 0;
}
.page-id-949 .hideportfolio{
	display:none;
}
.menuprincipal .elementor-nav-menu--main > ul > li:hover > a, .menuprincipal .elementor-nav-menu--layout-horizontal ul > li > a.elementor-item-active{
	-background:#F6F6F6;
	text-decoration:underline;
}
.rsfv-has-video .elementor-post__thumbnail{
	padding-bottom: 0 !important;
}
@media screen and (min-width:768px){
	.elementor-location-header .sticky{
		position: fixed;
		z-index: 9;
		top:0;
		background-color:white;
		width:100%;
		box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.07);
	}
}
@media screen and (max-width:767px){
	.lineatemp .jet-timeline--align-middle .jet-timeline-item .timeline-item__point{
		display:none;
	}
	.lineatemp .jet-timeline--align-middle .jet-timeline-item .timeline-item__card{
		margin-left:0;
	}
}
@media screen and (max-width:1024px){
	.lineatemp .jet-timeline--align-middle .jet-timeline-item .timeline-item__card-img{
		text-align:center;
	}
	.lineatemp .jet-timeline--align-middle .jet-timeline-item .timeline-item__card-img img{
		max-width:350px;
	}
}
@media screen and (min-width:1025px){
	.lineatemp .jet-timeline--align-middle .jet-timeline-item:nth-child(odd){
		flex-direction:row-reverse;
	}
	.lineatemp .jet-timeline--align-middle .jet-timeline-item:nth-child(even){
		flex-direction:row;
	}
}
/*.lineatemp .jet-timeline--align-middle .jet-timeline-item .timeline-item__meta{
	animation-duration: 1.25s;
}
.lineatemp .jet-timeline--align-middle .jet-timeline-item:nth-child(even) .timeline-item__meta{
	-webkit-animation-name:slideInRight;
	animation-name:slideInRight;
}
.lineatemp .jet-timeline--align-middle .jet-timeline-item:nth-child(odd) .timeline-item__meta{
	-webkit-animation-name:slideInLeft;
	animation-name:slideInLeft;
}*/