input:not(:placeholder-shown):invalid{
	box-shadow: 5px 5px 5px rgb(255 0 0 / 30%);
    border-color: rgb(255 0 0 / 40%) !important;
}
:root {
    --color-fuente-gral: rgb(15 62 77 / 75%);
    --color-fuente-gral-sel: rgb(15 62 77 / 100%);
    --color-fuente-gral-dis: rgb(15 62 77 / 40%);
    --color-fondo-menus: #0f3e4d;
    --color-fuente-menus: #d7dee9;
    --color-fuente-hover-menus: #136d8e;
    --color-fondo-popups: #f9f9f9;
    --color-popup-focus: rgb(15 62 77 / 100%);
    --color: #8a3878;
	--color-02: #8a387833;
	--bgc-header: #d3d3d3;
	--color-header: #893979;
    --filtro-png: brightness(0) saturate(100%) invert(29%) sepia(41%) saturate(1017%) hue-rotate(261deg) brightness(89%) contrast(89%);
	max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    scrollbar-color: rgba(133, 217, 234, 1) rgba(133, 217, 234, 0.2);
    scrollbar-width: thin;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-size: 14px;
}
.disabled {
    pointer-events: none;
    opacity: 0.5 !important;
}
.color {
	color: var(--color) !important;
}
.bgcolor {
	background-color: var(--color) !important;
}
.fixed {
	position: fixed;
}
.header-smartphone {
	background-color: var(--bgc-header) !important;
	color: var(--color-header) !important;
}
canvas {
	width: 91vw;
}
#DS {
    font-size: 1em;
    line-height: 1.3;
    font-family: 'Roboto' !important;
    font-weight: normal !important;
    text-shadow: none !important;
}
.ui-bar-a,.ui-page-theme-a .ui-bar-inherit,html .ui-bar-a .ui-bar-inherit,html .ui-body-a .ui-bar-inherit,html body .ui-group-theme-a .ui-bar-inherit {
    background-color: #111 ;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-color: #333 ;
    color: #FF8A3878 ;
    font-family: 'Roboto' !important;
    font-weight: normal !important;
    text-shadow: none !important;
}
.step {
	height: 72vh;
}
.h5 ~ div>input {
	height: 5vh;
}
.h10 {
	height: 10vh;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    z-index: 10009;
}
.displayno {
	display: none;
}
.displaynone {
	display: none;
}
.disabled03 {
    opacity: 0.3 !important;
    pointer-events: none;
}
.disabled05 {
    opacity: 0.5 !important;
    pointer-events: none;
}
.disabled07 {
    opacity: 0.7 !important;
    pointer-events: none;
}
.m0 {
	margin: 0 !important;
}
.mt1vh {
	margin-top: 1vh !important;
}
.mt1dot5vh {
	margin-top: 1.5vh !important;
}
.mt2vh {
	margin-top: 2vh !important;
}
.mt3vh {
	margin-top: 3vh !important;
}
.mt4vh {
	margin-top: 4vh !important;
}
.mt5vh {
	margin-top: 5vh !important;
}
.mt6vh {
	margin-top: 6vh !important;
}
.ml1vw {
	margin-left: 1vw !important;
}
.pad1vh1vw {
	padding: 2vh 1vw;
}
#home #img2 {
    filter: var(--filtro-png);
	margin-top: 4vh;
}
#home #img3 {
    filter: var(--filtro-png);
}
#home #img4 {
    filter: var(--filtro-png);
}
#home #img5 {
    filter: var(--filtro-png);
}
.validate-error {
	box-shadow: 5px 5px 5px rgb(255 0 0 / 30%);
    border-color: rgb(255 0 0 / 40%) !important;
}
.validate-error-legend {
	color: rgb(255 0 0 / 80%) !important;
}
.imghome {
	position: relative;
	margin-top: -8vh;
}
.btnfooter {
	font-size: 5vw !important;
    text-wrap: wrap;
}
.leyendas {
	font-size: 5vw;
    font-weight: bold;
}
.numberstep {
    border: 1px solid var(--color);
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: var(--color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
    color: white;
}
.legendstep {
	margin-left: 2vw;
}
.pbactividad {
	font-size: 3vw !important;
}
.pbactividad.selectactividad {
	background-color: var(--color) !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-color: var(--color) !important;
    color: white !important;
    font-weight: bold !important;
}
.boxproducto {
	height: 4.6vh;
	margin-top: 1vh;
    margin-bottom: 1vh;
	padding: 1.5vh 2vw;
    background-color: rgb(128 128 128 / 10%);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    color: var(--color);
    font-size: 1.2em;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    transition: 1s scale;
}
.boxproducto.selectproducto {
	/*background-color: rgb(138 56 120 / 30%);*/
	background-color: var(--color-02);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: bold;
}
.boxproductolegend {
	font-size: 0.85em;
    text-shadow: none !important;
    font-weight: normal;
	color: #747373;
}
.boxproducto.selectproducto .boxproductolegend {
	font-weight: bold;
}
.boxproductoprize {
	text-shadow: none !important;
    font-weight: bold;
    text-align: right;
}
.ui-collapsible-heading-toggle { 
	background: var(--color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.df input {
	font-family: 'Roboto';
    text-shadow: none;
    font-weight: normal;
	border: 1px solid var(--color);
    border-radius: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
    background-color: transparent !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.df div {
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
   background-color: transparent !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.df div:focus {
	box-shadow: 0 0 12px var(--color);
}
.cmb div {
	font-family: 'Roboto';
    text-shadow: none;
    font-weight: normal;
    background-color: transparent !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: 1px solid var(--color);
    border-radius: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
    box-shadow: none;
}
.cmb div:after {
	background-color: var(--color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cmb div div {
	border: none;
    border-radius: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
}
.ui-checkbox {
	/*border-width: 1px;
    border-style: solid;
	border-color: #8a3878 !important;
    border-radius: 0px !important;*/
	border: none;
}
.ui-checkbox label {
	font-family: 'Roboto';
    text-shadow: none !important;
	background-color: transparent !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: none !important;
    font-size: 1.3em;
    font-weight: bold;
    color: var(--color) !important;
    margin-left: 0.2em !important;
}
.ui-checkbox label:after {
	background-color: transparent !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none !important;
}
.btn {
    background-color: transparent !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: 1px solid var(--color) !important;
    border-radius: 0 !important;
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
    color: gray !important;
    font-weight: normal !important;
    text-shadow: none !important;
}
.primaanual {
	border: 1px solid var(--color);
    border-radius: 5px;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    padding: 0.5vh 0.5vw;
    background: var(--color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    color: white;
}
.product .ui-grid-a {
	display: flex;
}
.product .ui-block-a {
	display: flex;
    justify-content: center;
    align-items: center;
}
.product .ui-block-a div {
	font-size: 1.2em;
	font-weight: bold;
    letter-spacing: 0.2em;
	color: var(--color);
}
.product .info {
	margin-top: 2vh;
    margin-bottom: 1vh;
    text-align: justify;
    font-size: 0.9em;
}
.product .title {
	color: var(--color);
    font-size: 1em;
	text-align: justify;
    font-weight: bold;
    margin-bottom: -1vh;
	margin-top: 1vh;
}
.primaanual .legend {
	font-size: 0.7em;
    letter-spacing: 0.2em;
    border-bottom: 1px solid white;
    padding-top: 0.8vh;
    padding-bottom: 0.5vh;
}
.primaanual .prize {
	font-size: 1.2em;
    font-weight: bold !important;
    letter-spacing: 0.1em;
    padding-top: 0.8vh;
    padding-bottom: 0.8vh;
}
ul.striped-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 2vh;
    font-size: 0.8em;
    color: gray;
    line-height: 1.7vh;
}
    ul.striped-list > li:nth-of-type(odd) {
		/*background-color: #8a387829;*/
		background-color: var(--color-02);
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
    }
    ul.striped-list > li {
        /*border-bottom: 1px solid #8a387829;*/
        padding: 6px;
    }
.dsgrid {
    text-rendering: optimizespeed;
    align-content: flex-start;
    display: flex;
    flex-flow: row wrap;
}

.dsblock {
    text-rendering: auto;
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
}
.wait {
	z-index: 100;
	width: 62vw;
    position: absolute;
	top: 46vh;
    left: 16vw;
	/*color: rgb(138, 56, 120);*/
	color: var(--color);
    background-color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 2vh 3vw;
	/*border: 1px solid #48529944;*/
	border: 1px solid var(--color);
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    box-shadow: 15px 10px 10px var(--color);
}
.waitlegend {
    font-family: 'Roboto';
    font-size: 1.2em;
	text-align: center;
}
.paw-container {
    width: 12vw;
    display: flex;
    justify-content: center;
}

.paw {
    width: 35px;
    height: 35px;
    margin-right: 1vw;
    transition: opacity 0.5s ease-in-out;
}
img.paw {
    filter: var(--filtro-png);
}
.msgs {
    position: absolute;
    left: 74vw;
    top: 3vh;
    width: 25vw;
}
.dsmsg {
    position: relative;
    float: right;
    left: 75%;
    margin-bottom: 0.5vh;
    z-index: 10000000;
    border: 1px solid var(--color);
    padding: 1vh 1vw;
    width: 64vw;
    background-color: var(--color);
    border-radius: 5px;
}
    .dsmsg .icon {
        font-size: 2em;
        margin-top: 0.5vh;
        color: whitesmoke;
    }

    .dsmsg .title {
        color: whitesmoke;
        font-size: 1.2em;
		margin-bottom: 0.5vh;
    }

    .dsmsg .msg {
		font-family: 'Roboto';
    	font-weight: 100;
        color: whitesmoke;
        font-size: 1.0em;
    }
.popup-msg {
    z-index: 100000;
    position: absolute;
    top: 26vh;
    left: 6vw;
    border: 1px solid white;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    box-shadow: 5px 5px 5px grey;
    color: var(--color);
    background: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 3vh 4vw;
    width: 80vw;
}
    .popup-msg .title {
        font-size: 2em;
        margin-bottom: 3vh;
        color: orange;
    }
    .popup-msg .msg {
        text-align: justify;
        font-size: 1.2em;
        margin-bottom: 3vh;
    }
.action-button {
    width: 100px;
    /*background: rgb(138 56 120 / 80%);*/
	background: var(--color);
	opacity: 0.8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 5px;
    text-decoration: none;
    font-size: 0.8em;
}
    .action-button:hover, .action-button:focus {
        background: var(--color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    }
.mycheck {
    cursor: pointer;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    width: 12px;
    height: 12px;
    appearance: none;
    border: 1px solid rgb(138 56 120 / 50%);
    transition: background-color 0.3s ease-in-out;
	margin-top: 0;
}

    .mycheck:checked {
        background-color: var(--color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    }

    .mycheck:focus {
        border-color: var(--color);
    }

    .mycheck:disabled {
        background-color: rgb(198, 198, 198);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
        background-image: none;
    }

        .mycheck:disabled:checked {
            background-color: rgb(198, 198, 198);
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
        }
.ui-controlgroup-controls {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.ui-page-theme-c .ui-radio-on:after,html .ui-bar-c .ui-radio-on:after,html .ui-body-c .ui-radio-on:after,html body .ui-group-theme-c .ui-radio-on:after,.ui-btn.ui-radio-on.ui-btn-c:after {
    border-color: rgb(138 56 120 / 80%) !important;
}
.ta-center div input {
	text-align: center;
}
.edad {
	margin-left: 1em;
    margin-top: 2vh;
	color: var(--kalibo);
    font-size: 1.1em;
    font-weight: bold;
}
.box {
	border: 1px solid #89397975;
    padding: 1vh;
}

.kpi {
    margin: 0 1em 1em 1em;
    padding: 1.5em 0 1.5em 0;
    /*color: #8a3878b5;*/
	color: var(--color);
	opacity: 0.7;
    background: linear-gradient(220.64deg, white 0%, #d1d0b4 100%);
    border-color: var(--color);
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 #b5cfd7;
    text-shadow: none;
}
.triangulo-plus {
	float: right;
    color: #0080007a;
	font-size: 1.5em !important;
	margin-top: -0.5em;
    margin-right: 0.3em;
}
.triangulo-minus {
	float: right;
    color: #ff00007d;
	font-size: 1.5em !important;
    margin-top: -0.5em;
    margin-right: 0.3em;
}
table {
	font-size: 0.9em;
}
tbody {
    display:block;
    height:30vh;
    overflow:auto;
}
thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
	text-shadow: none;
}
.selectedtr {
	background-color: antiquewhite;
    color: brown;
}
.info_FixPTSE {
	padding: 1em;
    border: 1px solid #f0e2cf;
    color: var(--color);
}
.info_FixPTSE .input {
	border-bottom: 1px solid #80808087;
	font-weight: bold;
}
.info_FixPTSE .legend {
	    font-size: 0.8em;
}
.ui-radio .ui-btn.ui-radio-on:after {
	border-color: var(--color) !important;
}
}