/*
Theme Name: Iotix
Theme URI: https://wordpress.com/themes/iotix
Author: Automattic
Author URI: https://automattic.com/
Description: Iotix provides a great starting point for creating a business or startup website. 
Requires at least: 5.8
Tested up to: 6.2
Requires PHP: 5.7
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iotix
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, style-variations
*/

/*
 * Font smoothing
 */
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 0.0625em !important;
	text-underline-offset: 0.15em;
}
#bg-main-section, .wp-block-cover__image-background {
	background-image:url("http://medicinaquerende.com.br/wp-content/uploads/2023/07/banner-principal-1.png");
}
.gutena-tabs-content > .active{
	border-radius: 30px !important;
}
@media only screen and (max-width: 560px) {
  	#bg-main-section, .wp-block-cover__image-background {
    	background-image:url("http://medicinaquerende.com.br/wp-content/uploads/2023/08/Fundo-Site-Mobile.png") !important;
  	}		
	.wp-container-8{
		padding-top: 0 !important;
		padding-bottom: 50% !important;
		margin: 0 !important
	}
	.wp-container-3{
		padding: 0 !important;
	}
	.wp-block-cover__image-background.has-parallax {
    background-attachment: unset;
    background-repeat: no-repeat;
    background-size: cover;
	}
}