/* 
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 h2, .nomargen p{
	margin-bottom:0;
}
.elementor-element.modayd .elementor-image-box-wrapper figure.elementor-image-box-img{
	margin-top:-80px;
}
.modayd .btayd{
	color: #00205C;
	background-color: white;
	padding: 15px 20px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 20px;
	position: relative;
	top: 10px;
	transition:300ms;
}
.modayd .btayd:hover{
	background-color:#00205C;
	color:#FFA400;
}
.modtestimonio .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.gravityshortcode .gform_title{
	display:none;
}
.gravityshortcode .gform-theme--framework .gf_progressbar .percentbar_blue{
	background-color:#FFA400;
}
.gravityshortcode .gform_next_button, .gravityshortcode #gform_submit_button_1{
	background-color:#FFA400 !important;
}
.gravityshortcode .gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color:#FFA400;
}
.gravityshortcode .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color:#FFA400;
}
.gravityshortcode .gform-theme--framework .gf_progressbar_title, .gform-theme--framework .gf_step_label, .gform-theme--framework .gf_step_number{
	font-size:20px;
}
.gravityshortcode .gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	font-size:20px;
}
.iconfixwhite svg .cls-1{
	fill:white;
}
.customanim .elementor-slides-wrapper .elementor-slides .swiper-slide .swiper-slide-inner .swiper-slide-contents{
	animation-name:unset;
	animation-duration:unset;
}
.customanim .elementor-slides-wrapper .elementor-slides .swiper-slide .swiper-slide-inner .swiper-slide-contents > *{
	transform: translate3d(-100%, 0, 0);
	opacity:0;
	animation-name: fadeInLeft;
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
}
.customanim .elementor-slides-wrapper .elementor-slides .swiper-slide .swiper-slide-inner .swiper-slide-contents > .elementor-slide-heading{
	animation-delay: 600ms;
}
.customanim .elementor-slides-wrapper .elementor-slides .swiper-slide .swiper-slide-inner .swiper-slide-contents > .elementor-slide-description{
	animation-delay: 1500ms;
}
.customanim .elementor-slides-wrapper .elementor-slides .swiper-slide .swiper-slide-inner .swiper-slide-contents > .elementor-slide-button{
	animation-delay: 2400ms;
}
.comtestimonio{
	font-size: 96px;
	color: #FFA400;
	font-style: normal;
	display: block;
	line-height: 30px;
	margin-top: 30px;
	text-align: left;
}
.fontblackbird{
	font-family:'Blackbird';
}