/* ----------------------------*/
/* ---------- FONTS ---------- */
/* ----------------------------*/


/* @import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light); */

/* ----------------------------*/
/* ---------- RESET ---------- */
/* ----------------------------*/

:root {
	--main-color1: #183435;
	--main-color2: #47e3cb;
	--main-color3: #2e8fa2;
	--color3-dark-7: #206471;
	--color3-dark-5: #174851;
	--color3-light-7: #6cb0be;
	--color2-light-1: #ecfcfa;
	--color2-light-5: #f6fdfc;
	--color1-light-5:#8b9a9a;
	--color-back-input: #f1f1f1;
	--color-border-input:#c3c4c7;
	--color-content-post: #4CAF50;
	--color-content-draft: #6c757d;
	--color-background: #F7FAFC;
	--color-border-component: #c0dcdc;
	
	--color-border-container: #E5EAEE;
	--color-button-text: #111111;
	--color-button-text-hover: #ffffff;
	--color-main-text: #111111;

	--success: #3cd5a3;
	--warning: #f4b400;
	--error: #ff6b6b;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, select, input,button 
{ margin: 0;	padding: 0;	border: 0;	/* font-size: 100%; */	vertical-align: baseline;font-family: system-ui;  color:var(--color-main-text); }

.background{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 100px;
    z-index: -1;
}

table th, table td {
	padding: .625em;
	text-align: center;
}

table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: var(--main-color1);
	color: white;
}

table tr {
	background-color: white;
	padding: .35em;
}

tr:nth-child(even) {background: #e8fbff20}
tr:nth-child(odd) {background: #FFF}

form {
   margin: 1rem 0 !important;
   display: inline-block;
   border: 1px solid var(--color-border-container);
   box-shadow: 0 1px 1px rgba(0,0,0,.04);
   background: #fff;
   max-width: 100%;
}

input[type=text], input[type=password],input[type=email],input[type=date] {
	width: 15rem;
	color: var(--color-main-text);
}

select {
	padding: 0.25rem;
	display: inline-block;
	max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 16rem;
	height: 36px;
	border-radius: 5px;
	outline-color: var(--main-color2);
	border:1px solid var(--color-border-input);
}

input {
  height: 22px;
}

textarea {
    border-radius: 5px;
    border: 1px solid var(--color-border-input);
    padding: 0.4rem;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {	line-height: 1.4rem;overflow-x: hidden;background: var(--color-background);}ol, ul {list-style: none;}blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}



.ww-txt-head {font-family: "DM Sans"; font-weight: 900; font-size:26px;}
.ww-txt-sub {font-family: "DM Sans"; font-weight: 700; font-size:22px;}
.ww-txt-sub3 {font-family: "DM Sans"; font-size:17px;}
.ww-txt-btn {font-family: "DM Sans"; font-weight: 700; font-size:22px;}
.ww-txt-normal {font-family: "DM Sans"; font-size:15px; line-height:25px; color:var(--main-color1);}
.ww-txt-normal2 {font-family: "DM Sans"; font-size:13px; color: var(--main-color1);}
.ww-txt-normal-small {font-family: "DM Sans"; font-size:11px; color: var(--main-color1);}
.ww-txt-truncated {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ww-select{height:2rem;border-radius: 1rem;padding: 0.2rem;background-color: white;}
.mobile-only {display:none;}
.laptop-only {display:inherit;}

.clicable {cursor:pointer	;}

a:link, a:visited, a:active {
    text-decoration:none;
}

/* a:link { color: var(--main-color3); } */

/* visited link */
/* a:visited { color: var(--main-color3); } */

/* mouse over link */
/* a:hover { color: #2e8fa2; } */

/* selected link */
/* a:active { color: var(--main-color3); } */

/* h1 {font-size:2rem; color:var(--main-color3);}
h2 {font-size:1.7rem; color:var(--main-color3);} */

/* wwModal genéricos */

	/* The Modal (background) */
	.wwModalc {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 1000; /* Sit on top */
	  padding-top: 100px; /* Location of the box */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}

	/* Modal Content */
	.ww-modal-content {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 0;
	  border: 1px solid #888;
	  height: 65vh;
	  width: 50vw;
	  border-radius: 1.5rem;
	  z-index: 3;
	  position: relative;
	}
	
	#wwModalContent {
		margin: 0;
		
	}

/* The Close Button */
	.closeWwModal {
	  color: #aaaaaa;
	  float: right;
	  font-size: 28px;
	  font-weight: bold;
	  margin-top: 14px;
	  position: fixed;
	  width:inherit;
	  z-index: 8;
	}

	.closeWwModal:hover,
	.closeWwModal:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	}

/* fin - wwModal genéricos */


.ww-flex{
	display: flex;
}

.login-form{
	margin: 5rem auto auto auto;
	border-radius: 15px;
	background: white;
	border: 1px solid var(--color-border-container);
	width:21rem;
	max-width: 100%;
}

.form-row {display: flex; justify-content: center; align-items: center; padding: 0.5rem;}

.form-row img{
	position: absolute;
	left: 0;
	margin: 0 1rem;
}
.form-row input
{
	/* border:1px solid var(--color3-dark-7); */
	border-radius: 10px;
	padding: .8em 1.2em;
	width: 14rem;
}
input.withicon { padding-left: 3rem; }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}  

input {
	border-radius: 5px; 
	padding: 0.4rem; 
	color: var(--color3-dark-7); 
	outline-color: var(--main-color2);
	box-shadow: 0 0 0 transparent;
    border: 1px solid var(--color-border-input);
}

input[type="submit"]:disabled {
  color: #858585;
}

input[type=text], input[type=password],input[type=email] {
	width: 15rem;
}

input[type=radio] {
	height: 1em;
	aspect-ratio: 1;
	border: calc(1em/8) solid #939393;
	padding: calc(1em/8);
	background: 
		radial-gradient(farthest-side,var(--main-color2) 94%,#0000) 
		50%/0 0 no-repeat content-box;
	border-radius: 50%;
	outline-offset: calc(1em/10);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: inherit;
	transition: .1s;
}

input[type=radio]:checked {
	border-color: var(--main-color2);
	background-size: 100% 100%;
}

.radio-lb {
	display:inline-flex;
	align-items:center;
	gap:10px;
	margin:5px 0;
	cursor: pointer;
}

.deshabilitado {text-decoration: line-through;}


.page {
	width: 100%;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 600;
	font-weight: 500;
	letter-spacing: .03em;
	color: #212121;
	margin-top: -1.5rem;
	display: flex;
	justify-content: center;
}

header {
	position: fixed;
	width: 100%;
	height: 60px;
	background: var(--main-color1);
	justify-content: center;
	align-items: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top:0;
	z-index: 999;
}

#header-title {left:15px;}

/* menu */
  #nav-container {
	position: fixed;
	left:0;
	height: 100vh;
	/* width: 100%; */
	pointer-events: none;
	z-index: 999;
  }
  .bg {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0.7;
	transition: .3s;
	background: #000;
	pointer-events: visible;
	z-index: 1;
  }

  #nav-container:focus-within #nav-content {
	display: block;
  }
  .button-navbar {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 99999;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	border-radius: 0;
	height: 110px;
	width: 30px;
	cursor: pointer;
	pointer-events: auto;
	margin-left: 15px;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	display: none; /* cambiar*/
  }
  .bar-line {
	display: block;
	width: 100%;
	margin: 3px;
	height: 0.2rem;
	background: white;
	transition: .3s;
  }
  
  #nav-container:focus-within .button-navbar {
	pointer-events: none;
  }
  #nav-container:focus-within .bar-line:nth-of-type(1) {
	transform: translate3d(0,9.2px,0) rotate(45deg);
  }
  #nav-container:focus-within .bar-line:nth-of-type(2) {
	opacity: 0;
  }
  #nav-container:focus-within .bar-line:nth-of-type(3) {
	transform: translate3d(0,-9.2px,0) rotate(-45deg);
  }
  
  #nav-content {
	margin-top: 84px;
	/* width: 90%; */
	width: 160px;
	/* position: absolute; */
	top: 0;
	left: 0;
	height: 100%;
	background: var(--main-color1);
	pointer-events: auto;
	/* transform: translateX(-100%); */
	transition: transform .3s;
	/* display: none; */
  }
  
  #nav-content ul {
	height: 100%;
	display: flex;
	flex-direction: column;
  }
  
  #nav-content li a {
	padding: 10px 5px;
	display: block;
	/* text-transform: uppercase; */
	font-size: 15px;
    font-weight: 400;
	transition: color .1s;
  }
  
  #nav-content li{
	padding:0 10px;
	cursor: pointer;
  }
  
  #nav-content li:hover{
	background-color: var(--color1-light-5);
  }
  
  #nav-container:focus-within #nav-content {
	transform: none;
  }
  
.menu-opt:hover .opt-cnt {display: block;}
.menu-opt{
	position: relative;
	display: inline-block;
}

.opt-cnt{
	display: none;
	position: absolute;
	background-color: var(--main-color1);
	background-color:var(--color3-dark-7);
	width: 15rem;
	right: -15rem;
	top:0;
	z-index: 1; 
}


.opt-txt{
	font-size: 15px!important;
	text-transform: none;
	padding-left: 1rem!important;
	color: white!important;
}

.opt-txt:hover{
	background-color: var(--color3-light-7);
}  
  

.sub-menu-container{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:3rem 0rem;
	height: inherit;
}
.sub-menu-item{
	margin:1rem;
	padding: 1rem;
	display:flex;
	justify-content: center;
	width: 6rem;
	height: 6rem;
	border-radius: 5px;
	align-items: center;
	font-weight: bold;
	background-color: white;
	box-shadow: var(--main-color3) 0px 1px 1px, var(--main-color3) 0px 0px 1px 1px;
}

.sub-menu-item:hover{
	color:white;
	background: var(--main-color3);
}

#menu {font-size:1.3rem;}

#menu li {padding:0.5rem;}
  
/* fin - menu */



.ww-btn{
	border-radius:5px;
	border: 1px solid;
	background: var(--main-color3);
	background: var(--main-color2);
	color: white;
	color: var(--color-button-text);
	border: none;
	padding: 0 14px;
    line-height: 2.71428571;
    font-size: 14px;
    vertical-align: middle;
	cursor: pointer;
	text-align: center;
	height: fit-content;
}
.ww-btn:hover{
	background-color: var(--color3-light-7);
	background-color: var(--main-color1);
	color: var(--color-button-text-hover);
}

/* ------------------------ START FORMULARIOS  ---------------------------- */
.ww-form-element {
	display: grid;
	text-align: left;
	row-gap: 5px;
}

.ww-form-title{
	width: inherit;
    border-bottom: 1px solid var(--color-border-input);
	padding: 8px 12px;
}

.ww-element-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 1rem;
	gap: 10px;
}

.ww-form-bottom{
    border-top: 1px solid var(--color-border-input);
	padding: 12px;
}

/* TITULOS Y OPCIONES */
.d-options {
	display: flex;
	gap: 5px;
	overflow: auto;
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.d-options::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.d-options::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;  /* width of fade */
  height: fit-content;
  pointer-events: none;
  background: linear-gradient(to left, black, transparent);
}

.d-title, .d-options{
	margin: 0 1rem;
	white-space: nowrap;
}

.description {
	color: gray;
	font-size:12px;
}

.d-button{
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
	color:#3367d6;
	cursor: pointer;
	border-radius: 5px;
	padding: 0.5rem;
	font-weight: 400;
}

.d-button:hover{
	background: #3367d610;
}

/* ------------------------ END FORMULARIOS  ---------------------------- */


/* table results */
.table-container{
	width: 100%;
	display: flex;
}

.table-result {
	border: 1px solid var(--color-border-component);
	border-collapse: collapse;
	padding: 0;
	table-layout: auto;
	width: 100%;
}

	
.read-only {
  background-color: #2e8fa230;
}


#employees-add {width:300px;margin:auto;}
#employees-add label {width:100%;text-align:left;}
#employees-add .form-row{display:flex;flex-direction:column;}
#employees-add input {width:100%;}

#employees-edit {width:300px;margin:auto;}
#employees-edit label {width:100%;text-align:left;}
#employees-edit .form-row{display:flex;flex-direction:column;}
#employees-edit input {width:100%;}

.form-row span {    text-align: left;    font-size: 0.8rem;    width: 100%;}


/* check switch style */
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width:  14px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2e8fa2;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2e8fa2;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform:     translateX(18px);
  transform:         translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  height: 20px;
  width: 35px;
}

.slider.round:before {
  border-radius: 50%;
}
/* check switch style - end */


.modal_choose_response{
    position: absolute;
    width: 20rem;
    background: white;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    top:6rem;
    padding: 1rem;
	transform: translate(-50%,0%);
    left: 50%;
    display:none;
	z-index: 2;
}
/*****************************************************************************/
/* ESTILOS FORM TEMPLATE*/
.box-container {
	border: 1px solid var(--color-border-component);
	background-color: white;
}

.box-header {
	width: 100%;
	height: 56px;
	display: flex;
	justify-content: space-between;
	background-color: white;
	align-items: center;
	border-bottom:1px solid var(--color-border-component) ;
	position: relative;
}

.box-filter {
	width: 100%;
	height: 56px;
	/* border-bottom:1px solid var(--color-border-component) ; */
}

.hide-scroll {
	overflow-x: scroll;
	scrollbar-width: none;
}

.container-tools{
	display: flex;
	justify-content: flex-end;
	column-gap: 5px;
}

.edit-tools{
	width: 20px;
	height: 20px;
	border-radius: 4px;
	padding: 4px;
	cursor: pointer;
}

.edit-tools:hover{
	background-color: var(--main-color2);
}

.scroll-more-rigth{
	display: flex;
    align-items: center;
    position: absolute;
    top: 30%;
    right: -3px;
}
/*****************************************************************************/
/* stilos loading                                                */
/*****************************************************************************/
.lds-ellipsis {
	/* display: none; */
	position: relative;
	width: 80px;
	height: 80px;
	justify-content: center;
	margin: auto;
  }
  .lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--main-color3);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes lds-ellipsis3 {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes lds-ellipsis2 {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(24px, 0);
	}
  }


.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #FFF;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: loadrotation 1s linear infinite;
}

@keyframes loadrotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* ------------------ FUENTES .......... COLORES ..................... ETC ---------------------- */

.c-post{
	color: var(--color-content-post);
}

.c-draft{
	color: var(--color-content-draft);
}
/* ----------- DISPLAY --------------------*/

.ww-flex {
	display: flex;
}

/* ------------------ COLORES ------------- */
.c-white{
	color: white;
}

/* -----------ESPACIOS ENTRE LETRA --------------------*/

.lspc-03{
	letter-spacing: 0.3em;
}

.lspc-02{
	letter-spacing: 0.2em;
}

.lspc-01{
	letter-spacing: 0.1em;
}

/* ------------ ESPACIOS ENTRE LINIAS --------------- */
.lh-normal{
	line-height: normal;
}

/* --------- FUENTES -------------*/
.f-40{
	font-size: 40px;
}
.f-38{
	font-size: 38px;
}
.f-36{
	font-size: 36px;
}
.f-34{
	font-size: 34px;
}
.f-32{
	font-size: 32px;
}
.f-30{
	font-size: 30px;
}
.f-28{
	font-size: 28px;
}
.f-26{
	font-size: 26px;
}
.f-24{
	font-size: 24px;
}
.f-22{
	font-size: 22px;
}
.f-20{
	font-size: 20px;
}
.f-18{
	font-size: 18px;
}
.f-16{
	font-size: 16px;
}
.f-14{
	font-size: 14px;
}
.f-12{
	font-size: 12px;
}
.f-10{
	font-size: 10px;
}

.fw-bold{
	font-weight: bold;
}

.fw-normal{
	font-weight: normal;
}

.fs-italic{
	font-style: italic;
}
/* ---------- ALINEACIONES TEXTO ----------- */

.ta-left{
	text-align: left;
}

.ta-right{
	text-align: right;
}

.ta-center{
	text-align: center;
}

/* ---------- POSITIONS -----------  */

.p-relative {
	position: relative;
}

.p-absolute {
   position: absolute;
}


/* ---------- ALERTA ----------- */

.alert-slide-down {
    position: fixed;
    animation: slidedown 2s;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    z-index: 99999;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.alert-response-ok{
	background: color-mix(in srgb, var(--success) 20%, white);
    border-left: 8px solid var(--success);
}

.alert-response-ko{
	background: color-mix(in srgb, var(--error) 20%, white);
	border-left: 8px solid var(--error);
}

.alert-response-ok p, .alert-response-ko p{
    font-weight: 600;
}

@keyframes slidedown {
  from { 
    top: -10%;
  } to {

    top: 20px;
  }
}

/*****************************************************************************/
/* STYLES LAYOUT                                                             */
/*****************************************************************************/

.flex-col-20{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flex-col-15{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.flex-col-8{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flex-col-4{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.flex-align-start-15{
	display: flex;
	align-items: start;
	gap: 15px;
}

.flex-align-start-8{
	display: flex;
	align-items: start;
	gap: 8px;
}

.flex-align-start-4{
	display: flex;
	align-items: start;
	gap: 4px;
}

.flex-align-center-15{
	display: flex;
	align-items: center;
	gap: 15px;
}

.flex-align-center-8{
	display: flex;
	align-items: center;
	gap: 8px;
}

.flex-align-center-4{
	display: flex;
	align-items: center;
	gap: 4px;
}

.flex-align-base-8{
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.flex-align-base-4{
	display: flex;
	align-items: baseline;
	gap: 4px;
}

.flex-align-end-8{
	display: flex;
	align-items: end;
	gap: 8px;
}

.flex-align-end-4{
	display: flex;
	align-items: end;
	gap: 4px;
}

.flex-1{
	flex: 1;
}

.jc-center{
    display:flex;
	justify-content: center;
}

.jc-end{
    display:flex;
	justify-content: end;
}

.jc-between{
  display: flex;
  justify-content: space-between;
}

.flex-wrap-wrap{
	flex-wrap: wrap;
}

.space-between{
  display: flex;
  justify-content: space-between;
}

/*****************************************************************************/
/* stilos para móviles                                                       */
/*****************************************************************************/

@media screen and (max-width: 800px) {
	.table-result{
		width: fit-content;
		min-width: 100%;
	}
	table {
		border: 0;
	}
	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	
	table tr {
		border-bottom: 2px solid var(--main-color1);
		display: block;
	}
	
	table td {
		/* border-bottom: 1px solid #2e8fa2; */
		display: block;
		font-size: .9em;
		/* text-align: right!important; */
	}

	table td::before {
		/* aria-label has no advantage, it won't be read inside a table */
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
		margin-right: 10px;
	}
	
	table td:last-child {
		border-bottom: 0;
	}
}


@media screen and (max-width: 600px) {
	
	#header-title {left:70px;}	

	.content{
		width: 100%;
		margin-left: 0px!important;
	}
	.button-navbar {
		display: flex; /* cambiar*/
	}

	#nav-content {
		margin-top: 60px;
		width: 90%; 
		position: fixed;
		transform: translateX(-100%);
		display: none;
		z-index: 999;
	}
	#nav-container:focus-within .bg{
		display:block; 
	}
	#nav-container{
		position: fixed;
		left:0;
	}

	.opt-field{
		pointer-events: none;
		font-size: 16px!important;
	}

	#nav-content{
		max-width: 160px;
	}

	form{
		justify-self: center;
		max-width: 100%;
	}
	
	
	
	



	
}