:root {
  --Naranja: #ff0038;
  --NaranjaTranslucido: #ff00389e;
  --VerdeOscuro: #77001a;
  --VerdeClaro: #7fcd99;
  --VerdeClaro01: #7fcd9919;
  --Turquesa: #25abba;
  --GrisClaro: #ebeff2;
  --CasiNegro: #34000b;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
	position: relative;
	margin:0;
	padding:0;
	width: 100%;
	overflow: hidden;
	font-family: "Montserrat-regular";
	font-weight: 400;
	font-size: 16px;
	background-color: var(--VerdeOscuro);
	max-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-user-select: none; /* for button */
	-webkit-appearance: button; /* for input */
	-moz-user-select: none;
	-ms-user-select: none;
}
textarea, select, input, button { 
    background: none;
	border: 0;
	color: inherit;
	/* cursor: default; */
	font: inherit;
	font-size: 1em;
	line-height: normal;
	overflow: visible;
	padding: 0;
	outline: none;
}
div:focus, input:focus, div:active, input:active { 
    outline-color: transparent; 
    outline-style: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px var(--VerdeOscuro) inset;
	-webkit-text-fill-color: white !important;
}
@font-face {
	font-family: "Montserrat-Bold";
	font-display: auto;
	src: url("../fonts/Montserrat-Bold.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/Montserrat-Bold.woff2") format("woff2"), /* Modern Browsers */
	url("../fonts/Montserrat-Bold.woff") format("woff"), /* Modern Browsers */
	url("../fonts/Montserrat-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/Montserrat-Bold.otf") format("opentype"), /* Open Type Font */
	url("../fonts/Montserrat-Bold.svg") format("svg"); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Montserrat-Regular";
	font-display: auto;
	src: url("../fonts/Montserrat-Regular.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/Montserrat-Regular.woff2") format("woff2"), /* Modern Browsers */
	url("../fonts/Montserrat-Regular.woff") format("woff"), /* Modern Browsers */
	url("../fonts/Montserrat-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/Montserrat-Regular.otf") format("opentype"), /* Open Type Font */
	url("../fonts/Montserrat-Regular.svg") format("svg"); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Montserrat-ExtraLight";
	font-display: auto;
	src: url("../fonts/Montserrat-ExtraLight.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), /* Modern Browsers */
	url("../fonts/Montserrat-ExtraLight.woff") format("woff"), /* Modern Browsers */
	url("../fonts/Montserrat-ExtraLight.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/Montserrat-ExtraLight.otf") format("opentype"), /* Open Type Font */
	url("../fonts/Montserrat-ExtraLight.svg") format("svg"); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
svg.linea-general.A {
	position: absolute;
	width: 4000px;
	height: 21px;
	right: -2000px;
	bottom: 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
svg.linea-general.B {
	position: absolute;
	width: 4000px;
	height: 21px;
	left: -2000px;
	bottom: 0;
}
section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.ancho {
	display: inline-block;
	min-height: 50px;
}
.ancho-1 {
	width: 8.33%;
}
.ancho-2 {
	width: 16.66%;
}
.ancho-3 {
	width: 25%;
}
.ancho-4 {
	width: 33.33%;
}
.ancho-5 {
	width: 41.66%;
}
.ancho-6 {
	width: 50%;
}
.ancho-7 {
	width: 58.33%;
}
.ancho-8 {
	width: 66.66%;
}
.ancho-9 {
	width: 75%;
}
.ancho-10 {
	width: 83.33%;
}
.ancho-11 {
	width: 91.66%;
}
.ancho-12 {
	width: 100%;
}
div.interior {
	width: 1280px;
	display: block;
	margin-left: calc(50% - 640px);
	position: relative;
}
@media(max-width: 1289px) {
	div.interior {
		width: 90%; /*768px;*/
		margin-left: 5%; /*calc(50% - 384px);*/
	}
	.ancho-tablet-1 {
		width: 16.66%;
	}
	.ancho-tablet-2 {
		width: 33.33%;
	}
	.ancho-tablet-3 {
		width: 49.5%;
	}
	.ancho-tablet-4 {
		width: 66.66%;
	}
	.ancho-tablet-5 {
		width: 83.33%;
	}
	.ancho-tablet-6 {
		width: 100%;
	}
}
@media(max-width: 767px) {
	div.interior {
		width: 100%;
		margin-left: 0;
	}
	.ancho-celu-1 {
		width: 25%;
	}
	.ancho-celu-2 {
		width: 50%;
	}
	.ancho-celu-3 {
		width: 75%;
	}
	.ancho-celu-4 {
		width: 100%;
	}
}
/**********************************MENU LATERAL**********************************/
section.fondo-menu-lateral {
	opacity: 0;
	position: fixed;
	left:0;
	height: 100%;
	overflow: visible;
	width: 100%;
	z-index: 500;
	background-color: #000000aa;
	padding:0;
	padding-bottom: 0px;
	display: none;
	bottom: 0;
	animation: ocultarFondoMenu 0.3s linear;
}
section.fondo-menu-lateral.show {
	opacity: 1;
	display: block;
	animation: mostrarFondoMenu 0.3s linear;
}
section.fondo-menu-lateral.block {
	display: block;
}
@keyframes ocultarFondoMenu {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes mostrarFondoMenu {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
section.fondo-menu-lateral div.menu-lateral {
	right: -300%;
	background-color: var(--VerdeOscuro);
	width: 274px;
	height: calc(100%);
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	scrollbar-color: var(--Naranja) #ffffff55;
	scrollbar-width: thin;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: -1px 0px 20px 0px black, inset 1px 0 0 0 var(--Naranja);
}
section.fondo-menu-lateral.show div.menu-lateral {
	right: 0;
}
section.fondo-menu-lateral div.menu-lateral::-webkit-scrollbar {
	width: 2px;
}
section.fondo-menu-lateral div.menu-lateral::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0);
	border-radius: 5px;
	display: none;
}
section.fondo-menu-lateral div.menu-lateral::-webkit-scrollbar-track {
	background: #ffffff55;
	opacity: 0.3;
	width: 1px;
	position: absolute;
	right: -5px;
	display: none;
}
section.fondo-menu-lateral div.menu-lateral::-webkit-scrollbar-track {
	width: 1px;
}
section.fondo-menu-lateral div.consola-servicios {
	width: 274px;
	overflow: hidden;
}
h3.cerrarSesion.menu {
    position: relative;
    top: 10px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--GrisClaro);
}
h3.cerrarSesion.menu div {
	width: 32px;
    height: 32px;
    margin-left: 10px;
}
section.fondo-menu-lateral div.consola-servicios h1 {
	margin-top: 30px;
	padding-bottom: 2px;
	margin-bottom: 0;
	font-family: "Montserrat-ExtraLight";
	color: var(--VerdeClaro);
	font-size: 26px;
	font-weight: 400;
	max-width: 100%;
	text-align: center;
}
section.fondo-menu-lateral div.servicios-menu {
	width: 325px;
	padding-top: 24px;
	padding-bottom: 12px;
	position: relative;
	user-select: none;
	border-left: 1px solid var(--Naranja);
	transition: 0.5 all linear;
	animation: 0.5 all linear;
}
section.fondo-menu-lateral svg.linea-boton {
	position: absolute;
	width: 100%;
	top: 0;
	left: -1px;
	transition: 0.6s all ease-in-out;
	z-index: 1;
}
section.fondo-menu-lateral div.servicios-menu .item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	height: 45px;
	margin-bottom: 1px;
	cursor: pointer;
}
section.fondo-menu-lateral div.servicios-menu .item div.icon-serv-menu {
	width: 35px;
    border-top: 1px solid var(--CasiNegro);
    border-bottom: 1px solid var(--CasiNegro);
    margin-left: 9px;
    margin-right: 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.fondo-menu-lateral div.servicios-menu .item .icon-serv-menu svg {
	width: 48px;
    height: 48px;
    transform: none;
    fill: var(--VerdeClaro);
    opacity: 0.3;
    margin-left: 4px;
    position: absolute;
    left: 0;
}
section.fondo-menu-lateral div.servicios-menu .item div:last-child {
	display: flex;
	align-items: center;
	justify-content: start;
	height: 45px;
	background-color: var(--CasiNegro);
	width: 220px;
	margin-left: 8px;
	position: absolute;
	left: 45px;
}
section.fondo-menu-lateral div.servicios-menu .item div svg.menu-serv-flecha {
	height: 9px;
	transform: rotate(180deg);
	margin-left: 10px;
	stroke: var(--Naranja);
}
section.fondo-menu-lateral div.servicios-menu .item div h4 {
	margin: 0;
	font-family: Montserrat-regular;
	font-size: 15px;
	margin-left: 10px;
	color: var(--VerdeClaro);
}
section.fondo-menu-lateral div.servicios-menu .item:hover .icon-serv-menu svg {
	fill: var(--VerdeClaro);
	transition: 0.3s all linear;
	opacity: 0.7;
}
section.fondo-menu-lateral div.servicios-menu .item.selected .icon-serv-menu svg {
	fill: white;
	transition: 0.3s all linear;
	opacity: 0.7;
}
section.fondo-menu-lateral div.servicios-menu .item:hover div:last-child {
	background-color: var(--VerdeClaro);
	transition: 0.3s all linear;
	opacity: 0.7;
}
section.fondo-menu-lateral div.servicios-menu .item.selected div:last-child {
	background-color: var(--Naranja);
	transition: 0.3s all linear;
}
section.fondo-menu-lateral div.servicios-menu .item:hover div svg.menu-serv-flecha,
section.fondo-menu-lateral div.servicios-menu .item.selected div svg.menu-serv-flecha {
	stroke: var(--VerdeOscuro);
	transition: 0.3s all linear;
}
section.fondo-menu-lateral div.servicios-menu .item:hover div h4,
section.fondo-menu-lateral div.servicios-menu .item.selected div h4 {
	color: white;
	transition: 0.3s all linear;
}
section.fondo-menu-lateral div.menu-sesion {
	width: 100%;
	height: 50px;
	background-color: var(--VerdeOscuro);
	display: flex;
	align-items: top;
	justify-content: start;
}
section.fondo-menu-lateral div.menu-sesion div.acceso {
	height: 28px;
	background-color: var(--Turquesa);
	width: 300px;
	cursor: pointer;
	display: flex;
	justify-content: center;
}
section.fondo-menu-lateral div.menu-sesion div.acceso div.icon {
	height: 45px;
	width: 150px;
	margin-left: 5px;
	background-color: var(--VerdeOscuro);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid var(--Turquesa);
}
section.fondo-menu-lateral div.menu-sesion div.acceso div.icon svg {
	width: 24px;
	fill: white;
	padding-left: 10px;
}
section.fondo-menu-lateral div.menu-sesion div.acceso p {
	font-family: "Montserrat-Bold";
	color: white;
	margin-left: 15px;
	font-size: 12px;
}
@media (min-width: 1024px) {
	section.fondo-menu-lateral {
		opacity: 0;
		position: fixed;
		right: 0px;
		left: auto;
		height: 100%;
		overflow: visible;
		width: 274px;
		z-index: 500;
		background-color: #000000aa;
		padding:0;
		padding-bottom: 0px;
		display: none;
		animation: none;
	}
	section.fondo-menu-lateral.show {
		opacity: 1;
		display: block;
		animation: none;
	}
	section.fondo-menu-lateral div.menu-lateral {
		box-shadow: inset 1px 0 0 0 var(--Naranja);
	}
	h3.cerrarSesion.menu {
		display: none;
	}
}
/*************************************HEADER*************************************/
header {
	background-color: var(--CasiNegro);
	color: white;
	position: relative;
	z-index: 2000;
	border-bottom: 1px solid var(--Naranja);
	box-shadow: -1px 0px 20px 0px black;
}
header div.title {
	width: calc(100%);
	text-align: center;
	line-height: 0;
}
header h1 {
	font-size: 1.8em;
	font-family: "Montserrat-ExtraLight";
	font-weight: 200;
	margin: 0;
	color: var(--VerdeClaro);
}
header .logo {
	height: 60px;
}
@media (max-width: 1024px) {
	header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header h1 {
		font-size: 1.3em;
	}
	header div.title {
		width: 100%;
	}
	header div.title {
		width: 100%;
	}
	header svg.logo {
		height: calc(1em + 10px);
	}
}
@media (max-width: 400px) {
	header h1 {
		font-size: 0.8em;
		margin-top: 0.5em;
		padding-bottom: 0.3em;
	}
}
div.boton-menu-transformable {
	height: 30px;
	width: 30px;
	position: absolute;
	cursor: pointer;
	right: 7px;
    top: 0.6em;
}
div.boton-menu-transformable div:first-child {
	top: 7px;
}
div.boton-menu-transformable div {
	position: absolute;
	background-color: white;
	width: 20px;
	margin-left: 0px;
	height: 2px;
	top: 13px;
	transition: 0.3s all linear;
	opacity: 1;
}
div.boton-menu-transformable div:last-child {
	top: 19px;
}
div.boton-menu-transformable.open div:first-child {
	top: 13px;
	transform: rotate(45deg);
	opacity: 1;
}
div.boton-menu-transformable.open div {
	transform: rotate(45deg);
	transition: 0.3s all linear;
	opacity: 0;
}
div.boton-menu-transformable.open div:last-child {
	top: 13px;
	opacity: 1;
	transform: rotate(-45deg);	
}
h3.cerrarSesion.header {
	display: none;
	position: absolute;
    top: 3px;
    right: 20px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
h3.cerrarSesion.header div {
	width: 32px;
    height: 32px;
    margin-left: 10px;
}
@media (min-width: 1024px) {
	div.boton-menu-transformable {
		display: none;
	}
	h3.cerrarSesion.header {
		display: flex;
	}
}
/***********************************CONTENIDO***********************************/
div.espacioMenu {
	margin-left: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
	width: calc(100% - 260px);
	font-size: 16px;
	overflow-x: hidden;
	position: relative;
	overflow-y: auto;
	direction: rtl;
	scroll-behavior: smooth;
}
@media (max-width: 1023px) {
	div.espacioMenu {
		width: calc(100%);
		margin-bottom: 0px;
	}
}
div.espacioMenu::-webkit-scrollbar {
	width: 2px;
}
div.espacioMenu::-webkit-scrollbar-thumb {
	background: var(--Naranja);
	border-radius: 5px;
	display: block;
}
div.espacioMenu::-webkit-scrollbar-track {
	background: #ffffff55;
	opacity: 0.3;
	width: 1px;
	position: absolute;
	right: -5px;
	display: block;
}
div.espacioMenu::-webkit-scrollbar-track {
	width: 1px;
}
/************************************CUADRADO************************************/
section.cuadrados {
	padding:0;
	padding-right: 15px;
	padding-left: 0;
	margin-bottom: -0px;
	margin-top: -0px;
	font-size: 0;
	overflow: auto;
	direction: ltr;
    margin-left: 4px;
}
div.cuadrado {
	height: 500px;
	position: relative;
	width: calc(50% - 16px);
	display: inline-block;
	margin: 7px;
	color: white;
	background-color: var(--GrisClaro);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding:0px;
	padding-top: 0;
	font-size: 16px;
}
div.cuadrado.ancho {
	width: calc(100% - 19px);
}
@media (max-width: 1023px) {
	section.cuadrados {
		padding-right: 0px;
	}
	div.cuadrado {
		width: calc(100% - 18px);
	}
}
div.cuadrado div.sombra {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(0,0,0,0.15);
	top: 0;
	left: 0;
	pointer-events: none;
}
div.cuadrado.active {
	background-color: var(--GrisClaro);
}
div.cuadrado.active div.sombra {
	display: none;
}
div.cuadrado div.barra {
	height: 32px;
	width: calc(100% + 0px);
	background-color: var(--Naranja);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
div.cuadrado.active div.barra {
	background-color: var(--Naranja);
}
div.cuadrado div.barra h3 {
	margin: 0;
	padding: 5px;
	font-size: 1em;
	font-family: "Montserrat-ExtraLight";
	font-weight: 600;
	margin-top: 2px;
	margin-left: 10px;
	display: inline-block;
}
div.cuadrado div.barra div.icons {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
div.cuadrado div.barra div.icons > div {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
div.cuadrado div.barra div.icons > div input {
	width: 1em;
	height: 1em;
	text-align: center;
	margin-left: 5px;
	display: none;
}
div.cuadrado div.barra div.icons > div div {
	width: 32px;
    height: 32px;
    border-left: 1px solid rgba(255,255,255,0.2);
	cursor: pointer; 
}
div.cuadrado div.barra div.icons div.cerrar{
	cursor: pointer;
	width: 32px;
	height: 32px;
	border-left: 1px solid rgba(255,255,255,0.2);
	transition: all 0.15s linear;
}
div.cuadrado div.barra div.icons div.cerrar:hover {
	background-color: black;
	transition: all 0.15s linear;
}
div.cuadrado div.contenido {
	height: 474px;
	overflow: hidden;
	font-size: 16px;
}
div.cuadrado.active div.contenido {
	height: 474px;
	overflow: auto;
}
/*******************************GENERAL CUADRADOS*******************************/
/*interiores*/
.contenido div.interior {
	position: relative;
}
.contenido div.interior.angosto {
	max-width: 300px;
	margin-left: calc(50% - 150px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (max-width: 352px) {
	.contenido div.interior.angosto {
		margin:0;
	}
}
/*textos*/
.contenido h1,
.contenido h2,
.contenido h3,
.contenido h4,
.contenido h5,
.contenido h6 {
	width: 100%;
	text-align: center;
	font-family: "Montserrat-Extralight";
	line-height: 1;
	margin: 0;
	color: var(--VerdeOscuro);
	margin-top: 1em;
}
.contenido h1 {
	font-size: 2em;
}
.contenido h2 {
	font-size: 1.7em;
}
.contenido h3 {
	font-size: 1.3em;
}
.contenido h4 {
	font-size: 1em;
}
.contenido h5 {
	font-size: 0.8em;
}
.contenido h6 {
	font-size: 0.5em;
}
.contenido p {
	display: inline-block;
    color: var(--VerdeOscuro);
    font-size: 0.85em;
    font-family: "Montserrat-regular";
    width: 100%;
    line-height: 1.2;
    text-align: justify;
    column-gap: 2em;
    column-count: 1;
}
.contenido p.colum {
    column-count: 2;
}
/*inputs*/
.contenido  div.input {
	border-bottom: 1px solid var(--Naranja);
	display: inline-flex;
	position: relative;
	align-items: flex-end;
	justify-content: center;
	min-height: 50px;
	width: 100%;
}
.contenido  div.input.button {
	background-color: var(--Naranja);
	margin-top: 30px;
	padding: 0.5em;
	padding-right:0px;
	padding-left:0px;
	min-height: initial;
}
.contenido textarea,
.contenido input {
	font-family: "Montserrat-regular";
	outline:none !important;
	outline-offset: 0;
	background-color: rgba(0,0,0,0);
	border: 0;
	vertical-align: bottom;
	width: calc(100% - 20px);
	position: relative;
	z-index: 1;
	font-size: 0.9em;
	color: var(--VerdeOscuro);
	transition: 0.2s all linear;
	filter: none;
}
.contenido input[type="submit"] {
	color: var(--GrisClaro);
}
.contenido textarea {
	resize: vertical;
	font-weight: 400;
	font-size: 1.1em;
	width: 100%;
	margin-top: 30px;
}
.contenido textarea::placeholder {
	color: var(--VerdeOscuro);
}
.contenido textarea:-ms-input-placeholder {
	color: var(--VerdeOscuro);
}
.contenido input:focus {
	border: 0;
}
.contenido label {
	font-size: 0.9em;
	position: absolute;
	left: 10px;
	bottom: 0;
	color: var(--VerdeOscuro);
	transition: 0.2s all linear;
}
.contenido input.valid + label,
.contenido input:focus + label {
	bottom:25px;
	font-size: 0.7em;
	transition: 0.2s all linear;
}
.contenido textarea + label {
	top: 57px;
}
.contenido textarea.valid + label,
.contenido textarea:focus + label {
	top: 17px;
	font-size: 0.7em;
	transition: 0.2s all linear;
}
.contenido div.submit {
	border:none;
	margin-top: 30px;
}
.contenido div.submit input {
	background-color: var(--VerdeOscuro);
	border-radius: 50px;
	padding: 10px;
	width: 208px;
	cursor: pointer;
	color: var(--VerdeClaro);
}
.contenido div.input.button input {
	font-size: 1.1em;
}
.contenido div.submit input:hover {
	background-color: var(--VerdeOscuro);
}
/**********************************LOGIN**********************************/
.contenido.login h1,
.contenido.login input,
.contenido.login h5,
.contenido.login label{
	color: var(--GrisClaro);
}
.contenido.login {
	padding-top: 0;
	padding-bottom: 0;
	height: calc(100vh - 61px);
	background-image: url('../img/fondo-login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contenido.login div.interior {
	margin-left: calc(50% - 200px);
	opacity: 1;
	padding:50px;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #34000b;
}

@media (max-width: 1024px) {
	.contenido.login {
		height: calc(100vh - 46px);
	}
}

.contenido.login div.interior h1 {
	margin-top: 0;
}

.contenido.login div.interior.ocultar {
	margin-left: calc(50% - 300px);
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.contenido.login div.interior.ocultar.prepare {
	margin-left: 50%;
}

/************************************************NOTIFICACIONES****************************************************/
section.pushNotif {
	font-size: 14px;
    position: fixed;
    background-color: #071e1e;
    width: 260px;
    padding: 15px 20px;
    bottom: 10px;
    left: -400px;
    z-index: 99;
    border: none;
    color: var(--VerdeClaro);
    text-align: justify;
    box-shadow: -1px 0px 5px 0px var(--VerdeClaro);
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
section.pushNotif.active {
	left: 10px;
    transition: all 0.2s ease-in-out;
}
section.pushNotif.active.alert{
	color: var(--Naranja);
}
section.pushNotif.active.error{
	color: red;
}
section.pushNotif div.buttons, section.pushNotif div.OKbutton {
	display: flex;
    width: 100%;
    color: white;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
    display: none;
}
section.pushNotif div.buttons.active, section.pushNotif div.OKbutton.active {
	display: flex;
}
section.pushNotif div.buttons div, section.pushNotif div.OKbutton div {
	width: 50%;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff38;
}
section.pushNotif div.buttons div.SI{
	margin-right: 10px;
}
section.pushNotif div.buttons div.NO{
	margin-left: 10px;
}
section.pushNotif div.buttons div:hover, section.pushNotif div.OKbutton div:hover {
    background-color: var(--Naranja);
}

.contenido.login div.interior.capacitacion {
	border-radius: 20px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contenido.login div.interior.capacitacion .Intcapacitacion {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contenido svg.capacitacion {
	fill: white;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}
.contenido .capacitacion p {
	color: white;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	font-family: "Montserrat-ExtraLight";
	font-size: 18px;
	margin: 0;
}
.contenido .capacitacion .cuadradito {
	height: 35px;
	width: 40px;
	background-color: var(--Naranja);
	position: relative;
	cursor: pointer;
}
.contenido .capacitacion .cuadradito::before {
	content: "";
	width: 16px;
	transform: rotate(45deg);
	position: absolute;
	background-color: white;
	z-index: 1;
	height: 2px;
	top: 11px;
	left: 12px;
}
.contenido .capacitacion .cuadradito::after {
	content: "";
	width: 16px;
	transform: rotate(-45deg);
	position: absolute;
	background-color: white;
	z-index: 1;
	height: 2px;
	top: 22px;
	left: 12px;
}