/* 
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
*/
html {
	scroll-behavior: smooth;
}
.gtranslate_wrapper{
	text-align: center;
}
.ctadirigimos .elementor-cta__content{
    background: linear-gradient(0deg, #00454D 0%, rgba(0, 69, 77, 0.00) 94.58%);
}
.ocultar{
	display:none;
}
.ctadegradado .elementor-flip-box__layer__overlay{
	background: linear-gradient(0deg, #00454D 0%, rgba(0, 69, 77, 0.00) 94.58%);
}
.colhide, .phide{
	opacity:0;
}
.acordeonserv .iconacc{
	width:43px;
}
.acordeonserv .elementor-accordion-item .elementor-tab-title .elementor-accordion-title{
	display: flex;
    align-items: center;
    gap: 20px;
}
.acordeonserv .elementor-accordion-item .elementor-tab-title{
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
	border-radius:25px;
	border:2px solid #DAA520;
	position:relative;
	z-index:9;
}
.acordeonserv .elementor-accordion-item .elementor-tab-content{
	border: 2px solid #DAA520;
    border-top-width: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: -25px;
    padding-top: 40px;
}
.acordeonserv .elementor-accordion .elementor-accordion-item{
	border:none;
	margin-bottom:15px;
}
.acchide .elementor-accordion-item:first-child{
	display:none;
}
.acordeonserv2 .elementor-accordion .elementor-accordion-item{
	border-bottom-width: 1px !important;
    border-color: #00454D;
}
.menuprincipal .elementor-nav-menu--main > ul > li.current-menu-item > a{
	border:2px solid #F9B030;
	border-radius:25px;
}
.elementor-form textarea{
	padding-top:20px;
}
.icon1 .elementor-flip-box__front .elementor-icon svg .st0{
	fill:#00454D !important;
}
.icon1 .elementor-flip-box__front .elementor-icon svg .st1{
	fill:white !important;
}
/* Landing */
.formcontainer{
	max-width:550px;
}
.formlanding .elementor-field-type-acceptance label{
	font-size:14px !important;
}
@media screen and (min-width:768px){
	.formlanding input:not([type='checkbox']){
		min-height:74px;
	}	
}
@media screen and (min-width:1025px) and (max-width:1366px){
	.formcontainer{
		max-width:350px;
	}
}
@media screen and (min-width:1367px) and (max-width:1600px){
	.titlelanding p{
		font-size:75px !important;
	}
	.titlelandingup p{
		font-size:42px !important;
	}
	.titlelandingup p span{
		font-size:95px !important;
	}
}
/* Landing */
@media screen and (max-width:767px){
	.titlemobile span{
		font-size:42px !important;
	}
	.txtmobile span{
		font-size:46px !important;
	}
}
@media screen and (min-width:1025px){
	.elementor-location-header{
		position:absolute;
		top:0;
		width:100%;
		z-index:9;
	}
}