@font-face{font-family:__suisseIntl_b08d6d;src:url(../fonts/346143e0aaa3d090.p.otf) format("opentype");font-display:optional;font-weight:300;font-style:normal}
@font-face{font-family:__suisseIntl_b08d6d;src:url(../fonts/c0251deeb6c8aa9d.p.woff2) format("woff2");font-display:optional;font-weight:400;font-style:normal}
@font-face{font-family:__suisseIntl_b08d6d;src:url(../fonts/4dcb3954a328d9c0.p.woff2) format("woff2");font-display:optional;font-weight:700;font-style:normal}
@font-face{font-family:__suisseIntl_b08d6d;src:url(../fonts/8ddc523e4ee4461f.p.woff2) format("woff2");font-display:optional;font-weight:400;font-style:italic}
@font-face{font-family:__suisseIntl_b08d6d;src:url(../fonts/01216ec442a63cd0.p.woff2) format("woff2");font-display:optional;font-weight:700;font-style:italic}
@font-face{font-family:__suisseIntl_b08d6d;src:url(../fonts/14f9a03c01a4c1e7.p.woff2) format("woff2");font-display:optional;font-weight:600;font-style:normal}
@font-face{font-family:__suisseIntl_Fallback_b08d6d;src:local("Arial");ascent-override:95.68%;descent-override:30.18%;line-gap-override:0.00%;size-adjust:103.05%}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v207/kJF4BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY40KH8nGzv3fzfVJU22ZZLsYEpzC_1ver5Y0.woff2) format('woff2');
}

:root{
	--primary-color:#131821;
	--blue:#172742;
	--bg-primary:#fff;
	--navbar-height:94px;
	--spacing:72px;
	--width:960px;
	--max-width:95%;
	--gray-0:#b3d7db;
	--gray-1:#e7eaec;
	--gray-2:#b9c1c7;
	--gray-3:#88919e;
	--red:#913434;
	--text-heading:48px;
	--text-subheading:36px;
	--text-l:28px;
	--text-m:24px;
	--text:18px;
	--text-s:16px
}

* {
	box-sizing:border-box;
	padding:0;
	margin:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-size: 16px;
	font-family: __suisseIntl_b08d6d, Sans-serif;
}

html {
	overflow: hidden !important;
}

body {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
    background-position: center 120px;
    background-size: auto 113px;
	
	background-color: var(--gray-1);
	color: var(--blue);
	width: 100vw;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    overflow: hidden !important;
}

a {
	color: var(--blue);
}

a i.bx,
button i.bx {
	font-size: 26px;
}

.wrapper {
    z-index: 999;
    position: relative;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #969696; 
}

table#dataTable {
    padding-top: 30px;
}

table#dataTable tbody tr.even {
    background-color: var(--gray-1);
}

div#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	z-index:1000;
}

#footer a {
    font-size: 24px;
    text-decoration: none;
    color: var(--blue);
	margin: 0px 35px;
}


#footer a svg,
#footer a i {
	vertical-align: bottom;
    width: 50px;
    height: 50px;
    font-size: 50px;
}

#screensaver {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 1);
	overflow: hidden;
}

#ssimg {
	position: absolute;
	opacity: 0.4;
	max-width: 400px;
	max-height: 400px;
}

.inner-title {
	width: 90%;
	border: 1px solid #00C6D7;
	background-color: #00C6D7;
	border-radius: 10px;
	text-align: center;
	margin: 8px auto;
}

.inner-title img {
	padding-top: 3px;
}

#inputpad {
	width: 90%;
	border: 1px solid #00C6D7;
	background-color: aliceblue;
	border-radius: 10px;
	margin: auto;
	text-align: center;
	margin-bottom: 8px;
}

.input {
	width: 50px;
	height: 50px;
	margin: 10px 2px;
	background-color: #e1e1e1;
	border: 1px solid #9d9d9d;
	text-align: center;
	font-size: 40px;
}

#lngpad,
#menu_container,
#login_container {
	width: 90%;
	border-radius: 10px;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	height: 100vh;
}

.lng_item {
	margin: auto;
}

.lng_item a {
    width: 200px;
    height: 133px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30pt;
}

.menu_item {
	margin: auto;
	font-size: 24px;
	
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(50px, auto);
    justify-items: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.menu_item a {
	text-decoration: none;
	color: var(--blue);
	padding: 30px 50px;
    border-radius: 15px;
    background-color: var(--gray-2);
	font-size: 20px;
	min-width: 400px;
}

.menu_item a.one_item {
	grid-column: span 2;
}

.digiClick {
	box-shadow: 0px 0px 0px #212121 !important;
}

.clearfix {
	clear: both;
}

form {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--blue);
    gap: 14px;
    padding: 48px;
	background-color: #FFFFFF;
}

form label {
    display: block;
    font-size: 20px;
    font-weight: bold;
	line-height: 40px;
}

.fItem {
    border: 1px solid var(--blue);
    border-radius: 10px;
    width: 100%;
    height: 40px;
	min-height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 20px;
    text-align: center;
	margin-bottom: 20px;
}

label.subtitle {
    font-size: 18px !important;
    font-style: italic;
    margin-top: -10px;
	color: #696d73;
}

button {
	align-items: center;
    border-radius: 0;
    border: 1px solid;
    background-color: var(--blue);
	color: #fff;
    display: flex;
    gap: 8px;
    padding: 8px 24px;
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

label.error {
    font-size: 16px;
    color: var(--red);
	margin-top: -20px;
	background-color: #f5edc8;
    padding: 5px 20px;
	line-height: 20px;
}

#fContent {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--blue);
    gap: 14px;
    padding: 48px;
    background-color: #FFFFFF;
    overflow: auto;
    max-height: 73%;
    max-width: var(--max-width);
    width: var(--width);
    margin-top: 130px;
}

#fContent label {
	text-align: left;
	margin-bottom: 0px;
	display: block;
    font-size: 20px;
    font-weight: bold;
	line-height: normal;
}

.fieldItem {
    background-color: var(--gray-1);
    padding: 10px 20px;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

textarea.fItem {
    height: 120px;
	min-height: 120px;
	line-height: 32px;
	padding-top: 10px;
    padding-bottom: 10px;
}

.tema_group,
.dep_resp_group {
	list-style: none;
}

.tema_group ul li,
.dep_resp_group ul li {
	list-style: none;
	display: inline-flex;
	float: left;
    width: 50%;
	margin-bottom: 20px;
}

.tema_group ul li label,
.dep_resp_group ul li label {
	margin-left: 15px;
	font-weight: normal;
    font-size: 20px;
}

.thanks_prop_txt {
    font-size: 42px;
}

.tCenter {
	text-align: center !important;
}

.tLeft {
	text-align: left !important;
}


.ripple-background {
    position: absolute;
    bottom: 0px;
    left: 0px;
	
	width: 500px;
    height: 500px;
    overflow: hidden;
	
	max-width: 100vw;
	max-height: 100vh;
}

.circle{
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 1px 0px #508fb9;
}

.small{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.medium{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.large{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.xlarge{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xxlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}


@media (max-width: 1400px) {
	body {
		background-position: center 60px;
	}
}

@media (max-width: 860px) {
	.menu_item {
		grid-template-columns: 1fr; /* Cambia a una sola columna en pantallas pequeñas */
	}
	
}

@media (max-width: 800px) {
	.tema_group ul li {
		width: 100%;
	}
	
	a i.bx, button i.bx {
		font-size: 40px;
	}
}


@media (max-width: 500px) {
	body {
		background-size: auto 80px;
		background-position: center 30px;
	}

	#ssimg {
		max-width: 50%;
	}
	
	#login_container {
		width: 98%;
	}
	
	div#lngpad img {
		max-width: 120px;
	}
	
	.menu_item a {
		max-width: 95%;
		min-width: 95%;
	}
	
	form {
		padding: 20px;
	}
	
	form label {
		margin-bottom: 0px;
	}
	
	label.error {
		line-height: normal;
	}
	
	#fContent {
		max-height: 65%;
		margin-top: 50px;
		padding: 10px;
		overflow-x: hidden;
	}
	
	table#dataTable {
		padding-top: 0px;
		
	}
	
	table#dataTable td,  table#dataTable th{
		font-size: 14px;
	}
	
	table.dataTable tbody td {
		padding: 2px !important;
	}
	
	.thanks_prop_txt {
		font-size: 22px;
	}
}