/* 
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;
}
.bticon .elementor-button-content-wrapper{
	align-items:center;
}
.bticon .elementor-button-content-wrapper .elementor-button-icon svg{
	width:36px;
}
.menumobile ul li:not(:last-child){
	border-bottom:1px solid #142C3C;
}
.fontgothic{
	font-family: 'Special Gothic Expanded One' !important;
}
.ctahome .elementor-cta .elementor-cta__content{
	flex-direction:column;
	gap:120px;
}
.ctahome .elementor-cta .elementor-cta__content .elementor-cta__title{
	display:flex;
	justify-content:space-between;
}
.ctahome .elementor-cta .elementor-cta__content .elementor-cta__description span.extra{
	display:block;
	font-size:12px;
	line-height:19px;
}
.elecbox .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a{
	font-family: 'Special Gothic Expanded One';
}
.elecbox:hover .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
	color:#80CAFF;
	text-decoration:none;
}
.elecbox figure.elementor-image-box-img{
	max-width:100%;
}
.elecbox figure.elementor-image-box-img img{
	margin-top:-79px;
}
.galeriamarcas .logocontainer{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.galeriamarcas .logocontainer a{
	display:block;
	width:8%;
}
.forcecustomfont a{
	font-family: 'Special Gothic Expanded One' !important;
}
.fixsvgwhite svg .st0{
	fill:white;
}
.fixsvgwhite:hover svg .st0{
	fill:#142C3C;
}
.bottomborder .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button{
	border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}
.headerbox{
	padding-top:150px;
	padding-bottom:150px;
}
.headerbox > .e-con-inner{
	background-color:rgba(255,255,255,0.5);
	backdrop-filter:blur(13px);
}
.modconsejos .elementor-posts-container article .elementor-post__text{
	display:flex;
	justify-content:center;
}
@media screen and (max-width:1024px){
	.bticon.phonehead .elementor-button-content-wrapper .elementor-button-text{
		display:none;
	}
}
@media screen and (max-width:1366px){
	.bticon.phonehead .elementor-button-content-wrapper{
		flex-direction:column !important;
	}
}
@media screen and (max-width:767px){
	.ctahome .elementor-cta .elementor-cta__content .elementor-cta__title{
		display:none;
	}
	.ctahome .elementor-cta .elementor-cta__content{
		justify-content:center;
	}
	.elecbox{
		padding-top:79px;
	}
	.galeriamarcas .logocontainer a{
		width:25%;
	}
	.modconsejos .elementor-posts-container article{
		flex-direction:column;
		gap:20px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.ctahome .elementor-cta .elementor-cta__content{
		gap:70px;
	}
}
@media screen and (min-width:1025px) and (max-width:1366px){
	.ctahome .elementor-cta .elementor-cta__content{
		gap:90px;
	}
	.ctahome .elementor-cta .elementor-cta__content .elementor-cta__description span.extra{
		font-size:10px;
		line-height:16px;
	}
}
@media screen and (min-width:1367px) and (max-width:1500px){
	.ctahome .elementor-cta .elementor-cta__content .elementor-cta__description{
		font-size:25px;
		line-height:32px;
	}
}