/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
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
*/
.mf-powered-by {
	display:none;
}


body {
	background-color: #FFF;
}



#logo {
	text-align: center;
	border-bottom: 1px solid #ffe780;
  height: 67px;
}



h1 {
	color: #025a8a;
	font-size: 2rem;
  margin-top: 70px!important;
  text-align: center;
	max-width: unset!important;
}

.magicform-1 .mf-submit-btn.botonenviar {
	background-color: #025a8a!important;;
}
.mf-button-center {
	 margin-top: 30px!important;
}


#langs {
	position:absolute;
	top:10px;
	right:10px;
	display:inline-block;
	text-align:right;
	font-size: 12px;
}

@media (min-width : 1200px) {
	h1 {
		font-size: 3rem;
		margin-top: unset;
		}
	#langs {
	position:absolute;
	top:20px;
	right:20px;
	font-size: 1rem;
	
}
	body {
	/* background-color: #F5F8FD; */
		background-image: url("/wp-content/uploads/2024/02/bg.png");
	
}
		.entry-content {
			background: rgba(255,255,255,0.7);
			border-top: 1px solid #EEE;
			border-bottom: 1px solid #EEE;
		}

	form {
		/*
	-webkit-box-shadow: 0px 0px 41px -8px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 41px -8px rgba(0,0,0,0.3);
box-shadow: 0px 0px 41px -8px rgba(0,0,0,0.3);
	display:block;
	border-radius: 8px;

	padding: 1px 24px!important;

		*/
}
}

.magicform-1, .magicform-2 {
	padding:0!important;
}

.mf-loading-icon {
	margin-top:-14px!important;
}