/*
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
 */

 @font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-Regular.woff2') format('woff2'),
         url('fonts/Lexend-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-Bold.woff2') format('woff2'),
         url('fonts/Lexend-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/* Add more @font-face rules for other weights and styles as needed */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

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

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

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

/*
 * 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;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
	max-width: 100%;
}

.patrocinadores{
width: 168px;
height: 50px;
background: #1264F9 0% 0% no-repeat padding-box;
border-radius: 100px;
opacity: 1;
}


body{
	background: transparent linear-gradient(90deg, #107AF9 0%, #021C5B 100%) 0% 0% no-repeat padding-box;
	font-family: 'Lexend', sans-serif!important;
}

/* Sets the background for the form area and removes default borders */
.custom-form-container {
    padding: 20px;
    border-radius: 10px;
}

.custom-form-container input[type="text"],
.custom-form-container input[type="email"],
.custom-form-container input[type="tel"] {
    background-color: #0d1b3f; 
    border: 1px solid #3d5a80; 
    color: #ffffff; 
    padding: 15px;
    border-radius: 25px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 16px;
}


.custom-form-container ::placeholder {
    color: #a9a9a9; 
    opacity: 1; 
}

.form-row-flex {
    display: flex;
    gap: 15px; 
}

.form-col {
    flex: 1; 
}


.custom-form-container input[type="submit"] {
	 background-color: #2979ff; 
    color: #ffffff; 
    border: none;
    padding: 15px 30px;
    border-radius: 25px; 
    cursor: pointer;
    width: auto; 
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-left: auto; 
    margin-right: 0;
    margin-top: 10px;
}

.custom-form-container input[type="submit"]:hover {
    background-color: #0056b3; 

}

.columnText{
    position: relative!important;
    margin-top: -50px!important;
    z-index: 101!important;
}

@media (max-width: 480px) {
    header img, .wp-block-image img {
        max-width: 140px !important;
        height: auto !important;
    }

    .btn-inscribase-yellow {
        display: inline-flex !important;
        width: auto !important;
        margin: 0 5px !important;
        vertical-align: middle;
    }

    .btn-inscribase-yellow .wp-block-button.wp-block-button__width-100 {
        width: auto !important;
        flex: 0 0 auto !important;
    }

    .btn-inscribase-yellow .wp-block-button__link {
        padding: 4px 10px !important;
        font-size: 11px !important; /* Más pequeño para que quepa */
        letter-spacing: -0.2px;
        white-space: nowrap !important;
        border-radius: 4px !important;
        line-height: 1.2 !important;
        min-height: 28px !important;
        display: flex !important;
        align-items: center;
    }

    .wp-block-group.is-content-justification-space-between {
        flex-wrap: nowrap !important;
        gap: 5px !important;
    }
}

