/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


body{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size:18px; 
	color:var(--e-global-color-text);
	padding: 0;
	margin: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

h1{
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 45px;
	color: var(--e-global-color-secondary);
}

.cotizacionpdfheader{}
.cotitem{
	padding-bottom: 15px;
}
.valortotal{		
	padding: 15px 0;
}
.valortotal .elementor-heading-title{
	font-size: 22px;
	color: #FE4F46;
	text-align: right;
}
.cotizacionfooter{
	font-size: 13px;	
	text-align: center;
}

a.logout-buttona{
	font-size: 24px;
	color:#fff;
	background: #FE4F46;
	padding: 7px 24px;
	border-radius: 15px;
}

.home{
	background: var(--e-global-color-secondary);
}

.btn-volver{
	display: block;
	color: var(--e-global-color-accent);	
	font-size: 22px;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--e-global-color-accent) #E5E5E5;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: #E5E5E5;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-accent);
    border-radius: 20px;
    border: 3px solid #E5E5E5;
  }



  .precio-total{
	background: #DBF227;
	padding: 30px;
  }
  .diagnosticos-CSS .jet-form-repeater__row{
	background: #BDCFF2;
	padding: 30px;
	margin-bottom: 40px;
  }

