/* 
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{
	position: fixed;
	z-index: 9;
	top:0;
	background-color:white;
}
.elementor-location-header .sticky > .e-con-inner{
	padding:0;
}
/*.elementor-location-header .sticky.topscroll{
	background-color:white;
}*/
.groupbg{
	background: linear-gradient(180deg, rgba(221, 127, 90, 0.80) 0%, rgba(255, 255, 255, 0.56) 100%);
}
/*.btmenu > a{
	color:#202020 !important;
}*/
.btmenu > a{
	background-color: #ffc09f7d !important;
	border-radius:20px;
}
.acordeonfaq .elementor-accordion .elementor-accordion-item:first-child{
	display:none;
}
.acordeonfaq .elementor-accordion .elementor-accordion-item{
	border-right: none;
    border-left: none;
    border-top: none;
}
.acordeonfaq .elementor-accordion .elementor-accordion-item .elementor-tab-title{
	text-align:center;
	line-height:40px;
}
.formfooter .elementor-field-group label, .formfooter .elementor-field-group textarea{
	padding-left:25px;
}
.formfooter .elementor-field-type-acceptance label{
	font-size:14px !important;
}
.cajainfantil .elementor-icon-box-content .elementor-icon-box-description{
	padding-top: 30px !important;
}
/* texto especial */
.textpoppins100{
	font-family: Poppins;
	font-weight: 100;
}
.textpoppins300{
	font-family: Poppins;
	font-weight: 300;
}
/* texto especial */
/*menu desplegable*/
.sub-menu{
	margin-top: 5px !important;
}
.nohover .elementor-flip-box__back{
	display:none !important;
}
body:is(.page-id-169, .page-id-1583) .formfooter{
	display:none;
}
/*.elementor-element{
	animation-name:none !important;
}*/
@media screen and (min-width:768px){
	.hoverlogo{
		display:none !important;
	}
	.elementor-location-header .sticky .elementor-widget-theme-site-logo img{
		height:30px;
	}
}
@media screen and (max-width:767px){
	.acordeonfaq .elementor-accordion .elementor-accordion-item .elementor-tab-title{
		line-height:35px;
	}
	.formfooter .elementor-field-type-acceptance.elementor-field-group label{
		padding-left:5px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.t-margen .elementor-icon-wrapper{
		margin-top:25px;
	}
}