/*!
Theme Name: Elyxir Digital
Theme URI: https://elyxirdigital.com.mx
Author: Armando Franco Guevara Aguilar
Author URI: https://elyxirdigital.com.mx
Description: Tema base de Elyxir Digital para sitios con Elementor
Version: 2.1.0
Tested up to: 6.5.5
Requires PHP: 8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elyxir
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

a {
	background-color: transparent;
}

/* scroll */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb {
  background: #0d3b70;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}


@media only screen and (max-width: 48em) {
	
	
}