/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}


.contenedor_landing h1, 
.contenedor_landing h2, 
.contenedor_landing h3, 
.contenedor_landing h4, 
.contenedor_landing h5, 
.contenedor_landing h6, 
.contenedor_landing p, 
.contenedor_landing a {
display: block;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
margin-top: 0;
margin-bottom: 0;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}




/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

.contenedor_landing {margin: 0 auto; padding: 0 0 0 0;} 
.contenedor_landing p{ white-space: pre-line;} 
.contenedor_landing br{display: block; margin-bottom: 5px; content: "";}
.contenedor_landing{font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;}

.contenedor_landing h1, 
.contenedor_landing h2, 
.contenedor_landing h3, 
.contenedor_landing h4, 
.contenedor_landing h5, 
.contenedor_landing h6, 
.contenedor_landing p, 
.contenedor_landing a, 
.contenedor_landing span:not([class*="fa-"]):not(.fa):not([class*="ab-"]):not(.ab), 
.contenedor_landing li, 
.contenedor_landing input, 
.contenedor_landing button, 
.contenedor_landing textarea{ font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;}

h1, h2, h3, h4, h5, h6{ /*line-height: unset !important;*/ font-weight: unset !important; letter-spacing: unset !important; color: unset;}
.contenedor_landing ul{ margin-bottom: 0 !important; }

.contenedor_landing h1{ font-size: clamp(10px, 7vw, 90px); line-height: clamp(1.1em, 4vw, 5em);}
.contenedor_landing h2{ font-size: clamp(35px, 5vw, 70px );}
.contenedor_landing h3{ font-size: clamp(30px, 5vw, 50px ); line-height: 1.2em;}
.contenedor_landing h4{ font-size: clamp(24px, 5vw, 40px );}
.contenedor_landing h5{ font-size: clamp(22px, 4vw, 30px );}
.contenedor_landing h6{ font-size: clamp(18px, 3vw, 25px );}

.martest{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

.contenedor_landing{
max-width: 1240px;
margin: 0 auto;
padding: 20 0;
}

.s{
max-width: 1440px;
padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){
.s{
padding-top: 20px;
padding-bottom: 20px;
}
}

ul.datos_prestaciones{
list-style: none;
padding-left: 0;
}

ul.datos_prestaciones li{
position: relative;
padding-left: 1.5em;
}

ul.datos_prestaciones li::before{
content: '';
position: absolute;
left: 0;
top: 0.4em;
width: 0;
height: 0;
border-top: 0.4em solid transparent;
border-bottom: 0.4em solid transparent;
border-left: 0.6em solid #00c853; /* verde fuerte */
}

.pie-prestacion{
}

.listadecosas ul li{
font-size:clamp(12px, 4.5vw, 20px) !important;
padding-bottom: 10px;
line-height: 1.4;
}

.listadecosas ul{
margin-bottom: 0;
margin-left: 30px
}

.cc1{
clip-path: polygon(
0 0,
calc(100% - 2em) 0,
100% 2em,
100% 100%,
0 100%
);
}

.sub{
border-radius: 10px;
}

.elementor-8035 h1,
.elementor-8035 h2,
.elementor-8035 h3,
.elementor-8035 h4,
.elementor-8035 h5,
.elementor-8035 h6,
.elementor-8035 p{
margin-bottom: 0;
}



body.registro-embed .buddypress-wrap .bp-feedback{
display: none !important;
}

iframe.centrado{
display: block;
margin: -10px auto 0 auto;
}
