/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
@media screen and (min-width: 1170px){
	.section-all-right .e-con-inner {
		max-width: calc(585px + 50%) !important;
		margin-right: 0 !important;
		justify-content: space-between !important;
	}

	.section-all-right .e-con-inner .col-r-1 {
		max-width: 500px !important;
		width: 100% !important;
	}

	.section-all-right .e-con-inner .col-r-2 {
		max-width: calc(100% - 600px) !important;
		width: 100% !important;
	}
}

.text-abs-gere::before {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: block;
    content: '';
    position: absolute;
    bottom: 99%;
    left: 0;
    clip-path: shape(from 0 0, curve to 100% 100% with 0 100%, line to 0% 100%);
}

.text-abs-gere::after {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: block;
    content: '';
    position: absolute;
    left: 99%;
    bottom: -1px;
    clip-path: shape(from 0 0, curve to 100% 100% with 0 100%, line to 0% 100%);
}

.col-max-fit{
	max-height: fit-content;
}

.certificado-section .elementor-widget-image::after {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    background: radial-gradient(100% 100% at 100% 100%, #16428D 0%, rgba(87, 189, 189, 0.00) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
}

.certificado-section .elementor-widget-image:hover {
    z-index: 9999;
}

.certificado-section .elementor-widget-image::before {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    background: radial-gradient(100% 100% at 100% 100%, #16428D 0%, rgba(87, 189, 189, 0.00) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2025/08/icon_search-1.svg);
    background-size: 47px 47px;
    background-repeat: no-repeat;
    background-position: bottom 27px right 27px;
    z-index: 99;
}

.header-equipa-single {
    margin-bottom: 30px;
}