/* ************* fuentes ****************************  */
@font-face {
	font-family: "cac";
	src: url(../fuentes/cac_champagne-webfont.eot);
	src: url(../fuentes/cac_champagne-webfont.eot?#iefix) format("embedded-opentype"),
		url(../fuentes/cac_champagne-webfont.woff) format("woff"),
		url(../fuentes/cac_champagne-webfont.ttf) format("truetype"),
		url(../fuentes/cac_champagne-webfont.svg#kimberley) format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: "penumbra";
	src: url(../fuentes/rage_italic_regular.eot);
	src: url(../fuentes/rage_italic_regular.eot?#iefix) format("embedded-opentype"), url(../fuentes/rage_italic_regular.woff) format("woff"), url(../fuentes/rage_italic_regular.ttf) format("truetype"), url(../fuentes/rage_italic_regular.svg#kimberley) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "aMano";
	src: url(../fuentes/angelface-webfont.eot);
	src: url(../fuentes/angelface-webfont.eot?#iefix) format("embedded-opentype"), url(../fuentes/angelface-webfont.woff) format("woff"), url(../fuentes/angelface-webfont.ttf) format("truetype"), url(../fuentes/angelface-webfont.svg#kimberley) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "times";
	src: url(../fuentes/garamond.eot);
	src: url(../fuentes/garamond.eot?#iefix) format("embedded-opentype"), url(../fuentes/garamond.woff) format("woff"), url(../fuentes/garamond.ttf) format("truetype"), url(../fuentes/garamond.svg#kimberley) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "pluma";
	src: url(../fuentes/regency.eot);
	src: url(../fuentes/regency.eot?#iefix) format("embedded-opentype"), url(../fuentes/regency.woff) format("woff"), url(../fuentes/regency.ttf) format("truetype"), url(../fuentes/regency.svg#kimberley) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "monospace";
	src: url(../fuentes/MonospaceTypewriter.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "WebSymbolsRegular";
	src: url("../fuentes/websymbols-regular-webfont.eot");
	src: url("../fuentes/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fuentes/websymbols-regular-webfont.woff") format("woff"), url("../fuentes/websymbols-regular-webfont.ttf") format("truetype"), url("../fuentes/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "tim";
	src: url(../fuentes/times.ttf) format("truetype");
	src: url(../fuentes/timesbd.ttf) format("truetype"), url(../fuentes/timesbi.ttf) format("truetype"), url(../fuentes/timesi.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:"algerian";
	src: url(../fuentes/algerianRegular.ttf) format("truetype");
}


/* generales */
body {
	background-color: #dff5e6;
}

/* Pagina web */
/*   {
	color: black;
	margin-top: 1em;
	margin-left: 1em;
	width: 100%;
	height: 100%;
	position: absolute;
	list-style-type: none;
	font-weight: normal;
	text-align: justify;
}*/

/* ************ texto *********** */
   .italica {
	font-style: italic;
}

  .negrita {
	font-weight: bolder;
}

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

   .indentado {
	text-indent: 2em;
}

   .justificado {
	text-align: justify;
}

   .francesa {
	text-indent: -1em;
}

   .fondo_blanco {
	background-color: white;
}

   .fondo_azul {
	background-color: blue;
}

   .fondo_lima {
	background-color: lime;
	color: black;
}

   .fondo_verde {
	background-color: green;
}

   .fondo-standard {
	background-color: #dff5e6;
}

   .color_fondo {
	background-color: #dff5e6;
}

   .letra-blanco {
	color: white;
}

   .letra-rojo {
	color: red;
}

   .letra-negro {
	color: black;
}

   .letra-azul {
	color: blue;
}

   .letra-verde {
	color: green;
}

   .pagina_par {
	left: 5px;
}

   .pagina_impar {
	right: 5px;
}

   a:link {
	text-decoration: none;
	color: blue;
}

   a:active {
	text-decoration: none;
	color: blue;
}

   a:hover {
	text-decoration: none;
	color: blue;
}

   a:visited {
	text-decoration: none;
	color: green;
}

   .cabecera {
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
	text-indent: 0em;
	text-align: justify;
	top: 15px;
	margin-bottom: 0px;
	line-height: 1.2em;
	position: absolute;
}

/*
    .page-number{
 position: absolute; 
 font-family: Arial; 
 font-size: 15px;
 bottom:1px;
 right: 80px;
 font-style: italic;
 width: 25%;
 display:inline;
 line-height:normal;
 color: black;
}*/

#indice {
	font-family: Arial;
	font-size: 10px;
}

#indice>ul {
	text-align: center;

}

#indice li {
	text-align: left;
}

   .page-number {
	position: absolute;
	font-family: Arial;
	font-size: 15px;
	align-items: center;
	bottom: 10px;
	right: 80px;
	font-style: italic;
	width: 50%;
	display: inline;
	line-height: normal;
	color: #999;
}

.monospace {
	font-family: "monospace";
	font-weight: normal;
	line-height: 1.2em;
}


/* ************************************** */
/* Tim - Letra capital
/* tim - normal
/* tim_p - primera linea parrafo
/* tim_in - indentado
/* tim_c - conversación
/* tim_c1 - conversación 1a línea
/* 
/* ************************************** */
   .Tim,
   .tim,
   .tim_p,
   .tim_in,
   .tim_c,
   .tim_c1 {
	font-family: "tim";
	font-weight: normal;
	line-height: 130%;
}

   .Tim,
   .tim,
   .tim_p,
   .tim_in {
	text-align: justify;
}

   .tim_c,
   .tim_c1 {
	text-align: left;
}

   .Tim,
   .tim_p,
   .tim_c1
{
	margin-top: 0.5em;
}

   .tim_c,
   .tim_c2 {
	margin-top: 0.2em;
}

   .tim,
   .tim_in,
   .tim_ul {
	margin-top: 0px;
}

   .Tim {
	text-indent: 0em;
}

   .tim_p,
   .tim_in
{
	text-indent: 1em;
}

   .tim_c,
   .tim_c1 {
	text-indent: -1em;
}

   .tim_c2 {
	text-indent: 0em;
}

   .tim_c,
   .tim_c1,
   .tim_c2 {
	padding-left: 1em;
}

   .Tim:first-letter {
	display: block;
	float: left;
	font-size: 300%;
	line-height: 60%;
	margin-right: 0.2em;
	margin-top: 10px;
	text-indent: 10px;
	font-style: italic;
}
/*************************/



/* ************************************** */
/* Times - Letra capital
/* times - normal
/* times_p - primera linea parrafo
/* times_c - conversación
/* times_c1 - conversación 1a línea
/* 
/* ************************************** */
   .Times,
   .times,
   .times_p,
   .times_c,
   .times_c1 {
	font-family: "garamond";
	font-weight: normal;
	line-height: 130%;
}
	.Times,
	.times,
	.times_p,
	.times_in {
	text-align: justify;
}
   .times_c,
   .times_c1 {
	text-align: left;
}

   .Times,
   .times_p,
   .times_c1 {
	margin-top: 0.5em;
}

   .times_c {
	margin-top: 0.2em;
}

   .times {
	margin-top: 0px;
}

   .Times {
	text-indent: 0em;
}

   .times_p {
	text-indent: 1em;
}

   .times_c,
   .times_c1 {
	text-indent: -1em;
	padding-left: 1em;
}

   .Times:first-letter {
	display: block;
	float: left;
	font-size: 300%;
	line-height: 60%;
	margin-right: 0.2em;
	margin-top: 10px;
	text-indent: 0px;
	font-style: italic;
}

/*   .times_ul ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 5em;
	margin-left: 1em;
	margin-right: 0;
	padding-left: 10px;
} */

/* ***************aMano******************** */
   .AMano,
   .aMano,
   .aMano_p,
   .aMano_c,
   .aMano_c1 {
	font-family: "aMano";
	line-height: 1em;
}

	.AMano,
	.aMano,
	.aMano_p,
	.aMano_in {
	text-align: justify;
}

   .aMano_c,
   .aMano_c1 {
	text-align: left;
}

   .AMano,
   .aMano_p,
   .aMano_c1 {
	margin-top: 3px;
}

   .aMano,
   .aMano_c {
	margin-top: 0px;
}

   .AMano,
   .aMano {
	text-indent: 0em;
}

   .aMano_p {
	text-indent: 1em;
}

   .aMano_c,
   .aMano_c1 {
	text-indent: -1em;
}

   .aMano_c,
   .aMano_c1 {
	padding-left: 1em;
}

.AMano:first-letter {
	display: block;
	float: left;
	font-size: 200%;
	line-height: 60%;
	margin-right: 0.2em;
	margin-top: 10px;
	text-indent: 0px;
	/*	font-style: italic;*/
}

/*********** cac *****/
   .Cac,
   .cac,
   .cac_p,
   .cac_c,
   .cac_c1 {
	font-family: "cac";
	line-height: 1em;
}

	.Cac,
	.cac,
	.cac_p,
	.cac_in {
	text-align: justify;
}

   .cac_c,
   .cac_c1 {
	text-align: left;
}

   .Cac,
   .cac_p,
   .cac_c1 {
	margin-top: 0.2em;
}

   .cac,
   .cac_c {
	margin-top: 0px;
}

   .Cac,
   .cac {
	text-indent: 0em;
}

   .cac_p {
	text-indent: 1em;
}

   .cac_c,
   .cac_c1 {
	text-indent: -1em;
}

   .cac_c,
   .cac_c1 {
	padding-left: 1em;
}

   .Cac:first-letter {
	display: block;
	float: left;
	font-size: 200%;
	line-height: 60%;
	margin-right: 0.3em;
	margin-top: 10px;
	text-indent: 0px;
	font-style: italic;
}

/*********** pluma *********/
   .Pluma,
   .pluma,
   .pluma_p,
   .pluma_ul,
   .pluma_c,
   .pluma_c1 {
	font-family: "pluma";
	line-height: 40px;
}

   .Pluma,
   .pluma,
   .pluma_p,
   .pluma_in{
	text-align: justify;
}

   .pluma_c,
   .pluma_c1 {
	text-align: left;
}

   .Pluma,
   .pluma_p,
   .pluma_c1 {
	margin-top: 2px;
}

   .pluma,
   .pluma_c {
	margin-top: 0px;
}

   .Pluma,
   .pluma {
	text-indent: 0em;
}

   .pluma_p {
	text-indent: 1em;
}

   .pluma_c,
   .pluma_c1 {
	text-indent: -1em;
}

   .pluma_c,
   .pluma_c1 {
	padding-left: 1em;
}

   .Pluma:first-letter {
	display: block;
	float: left;
	font-size: 150%;
	line-height: 60%;
	margin-right: 0.2em;
	margin-top: 10px;
	text-indent: 0px;
	font-style: italic;
}

/********** penumbra *******/
   .Penumbra,
   .penumbra,
   .penumbra_p,
   .penumbra_c,
   .penumbra_c1 {
	font-family: "penumbra";
	line-height: 1em;
}

   .Penumbra,
   .penumbra,
   .penumbra_p,
   .penumbra_in{
	text-align: justify;
}

   .penumbra_c,
   .penumbra_c1 {
	text-align: left;
}

   .Penumbra,
   .penumbra_p,
   .penumbra_c1 {
	margin-top: 0.5em;
}

   .penumbra,
   .penumbra_c {
	margin-top: 0px;
}

   .Penumbra,
   .penumbra {
	text-indent: 0em;
}

   .penumbra_p {
	text-indent: 1em;
}

   .penumbra_c,
   .penumbra_c1 {
	text-indent: -1em;
}

   .penumbra_c,
   .penumbra_c1 {
	padding-left: 1em;
}

   .Penumbra:first-letter {
	display: block;
	float: left;
	font-size: 200%;
	line-height: 60%;
	margin-right: 0.2em;
	margin-top: 10px;
	text-indent: 0px;
	font-style: italic;
}

/************ verdana *********** */
   .Verdana,
   .verdana,
   .verdana_p,
   .verdana_c,
   .verdana_c1 {
	font-family: verdana;
	line-height: 1em;
}

   .Verdana,
   .verdana,
   .verdana_p,
   .verdana_in {
	text-align: justify;
}

   .verdana_c,
   .verdana_c1 {
	text-align: left;
}

   .Verdana,
   .verdana_p,
   .verdana_ul_p,
   .verdana_ul_in,
   .verdana_c1 {
	margin-top: 0.5em;
}

   .verdana,
   .verdana_in,
   .verdana_c {
	margin-top: 0px;
}

   .Verdana,
   .verdana {
	text-indent: 0em;
}

   .verdana_p,
   .verdana_in {
	text-indent: 1em;
}

   .verdana_c,
   .verdana_c1 {
	text-indent: -1em;
}

   .verdana_c,
   .verdana_c1 {
	padding-left: 1em;
}

   .Verdana:first-letter {
	display: block;
	float: left;
	font-size: 200%;
	line-height: 60%;
	margin-right: 0.2em;
	margin-top: 10px;
	text-indent: 0px;
	font-style: italic;
}

/************ algerian *********** */
.Algerian,
.algerian,
.algerian_p,
.algerian_c,
.algerian_c1 {
	font-family: algerian;
	line-height: 1em;
}

.Algerian,
.algerian,
.algerian_p,
.algerian_in {
	text-align: justify;
}

.algerian_c,
.algerian_c1 {
	text-align: left;
}

.Algerian,
.algerian_p,
.algerian_ul_p,
.algerian_ul_in,
.algerian_c1 {
	margin-top: 0.5em;
}

.algerian,
.algerian_in,
.algerian_c {
	margin-top: 0px;
}

.Algerian,
.algerian {
	text-indent: 0em;
}

.algerian_p,
.algerian_in {
	text-indent: 1em;
}

.algerian_c,
.algerian_c1 {
	text-indent: -1em;
}

.algerian_c,
.algerian_c1 {
	padding-left: 1em;
}

.Algerian:first-letter {
	display: block;
	float: left;
	font-size: 200%;
	line-height: 60%;
	margin-right: 0.2em;
	margin-top: 10px;
	text-indent: 0px;
	font-style: italic;
}


/* *********** tamaños **************** */
/* Times */
   .t1 {
	font-size: 34px;
}

   .t2 {
	font-size: 31px;
}

   .t3 {
	font-size: 28px;
}

   .t4 {
	font-size: 25px;
}

   .t5 {
	font-size: 19px;
}

   .t6 {
	font-size: 16px;
}

   .t7 {
	font-size: 13px;
}

/* aMano */
   .a1 {
	font-size: 55px;
}

   .a2 {
	font-size: 46px;
}

   .a3 {
	font-size: 44px;
}

   .a4 {
	font-size: 40px;
}

   .a5 {
	font-size: 34px;
}

   .a6 {
	font-size: 32px;
}

   .a7 {
	font-size: 30px;
}

/* cac */
   .c1 {
	font-size: 54px;
}

   .c2 {
	font-size: 50px;
}

   .c3 {
	font-size: 48px;
}

   .c4 {
	font-size: 40px;
}

   .c5 {
	font-size: 28px;
}

   .c6 {
	font-size: 26px;
}

   .c7 {
	font-size: 24px;
}

/* Pluma */
   .p1 {
	font-size: 52px;
}

   .p2 {
	font-size: 50px;
}

   .p3 {
	font-size: 48px;
}

   .p4 {
	font-size: 46px;
}

   .p5 {
	font-size: 33px;
}

   .p6 {
	font-size: 20px;
}

   .p7 {
	font-size: 15px;
}

/* Penumbra */
   .pe1 {
	font-size: 58px;
}

   .pe2 {
	font-size: 56px;
}

   .pe3 {
	font-size: 54px;
}

   .pe4 {
	font-size: 52px;
}

   .pe5 {
	font-size: 28px;
}

   .pe6 {
	font-size: 25px;
}

   .pe7 {
	font-size: 20px;
}

/* Verdana */
   .v1 {
	font-size: 54px;
}

   .v2 {
	font-size: 50px;
}

   .v3 {
	font-size: 45px;
}

   .v4 {
	font-size: 40px;
}

   .v5 {
	font-size: 30px;
}

   .v6 {
	font-size: 25px;
}

   .v7 {
	font-size: 20px;
}
   .al1 {
	   font-size:50px;
   }
   .al2 {
	   font-size:45px;
   }
   .al3 {font-size:40px;}
   .al4 {font-size:20px;}
   .al5 {font-size:30px;}
   .al6 {font-size:25px;}
   .al7 {font-size:20px;}


/********************************/
   .centrado img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

   .izquierda img {
	display: block;
	margin-left: 0;
	margin-right: auto;
}

   .derecha img {
	display: block;
	margin-left: auto;
	margin-right: 0;
}

   .texto-centrado {
	text-align: center;
}

   .texto-derecha {
	text-align: right;
}

   .texto-izquierda {
	text-align: left;
}

   .texto-justificado {
	text-align: justify;
}


.linea_pie {	
	left: 5px;
	width: 80%;
	border:2px ridge;
}

.lineaTitulo {
	color: black;
	left:50px;
	width: 80%;
	border: 2px solid #999;
}

   .titulo {
	margin-top: 10px;
	margin-left:20px;
	margin-bottom:10px;
	font-family: "Times New Roman";
	font-size: 30px;
	font-style: italic;
	text-align: left;
	line-height: 1em;
}


   .pie_pag_par {
	position: absolute;
	bottom: 10px;
	right: 5px;
	width: 95%;
	height: 95%;
}

   .pie_pag_impar {
	position: absolute;
	bottom: 10px;
	left: 5px;
	width: 95%;
	height: 95%;
}


   .pie_pag {
	color: black;
	font-family: Arial;
	font-size: 11px;
	position: absolute;
	bottom: 3px;
	left: 10px;
	width: 50%;
	display: block;
}

   .neon {
	-webkit-text-stroke-color: #c546f7;
	-webkit-text-stroke-width: 0.2px;
	text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}

/* ****************** tabla *********** */
.tabla table {
	display:flex;
	width:80%;
	border-collapse:collapse;
	border:2px solid black;
	align-items:center;
	justify-content:center;
	margin-left:auto;
	margin-right:auto;

	/*	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 10px;
	box-shadow: 10px 10px 5px #888888;
	width: 90%;
	height: 100%;
	border: 5px ridge #D9D3D2;
	border-collapse:collapse;*/
}
.tabla th, td{
	border:1px solid black;
	padding:8px;
	text-align:left;
	background-color:white;
}

/*	.tabla td, th, tr {
		vertical-align: middle;
		border: 1px solid black;
		border-width: 1px 1px 1px 1px;
		text-align: center;
		padding: 7px;
		color: black;
		empty-cells: show;
		font-size: 15px;
		font-family: Verdana;
	}

   .tabla th {
	background-color: rgb(243, 237, 235);
}

   .tabla a {
	text-decoration: none;
}
	*/
   .tabulador {
	text-indent: 2em;
}

   .. {
	position: relative;
	display: inline-block;
	text-align: left;
}

   .texto-encima {
	position: absolute;
	top: 10px;
	left: 30px;
}

   .rectangulo {
	border: 2px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 200px;
	border-radius: 10px;
	height: 50px;
}

   .rectangulo-redondeado {
	border: 1px solid black;
	border-radius: 10px;
	padding: 5px;
	/*  width: 350px; */
}

/****** botones *****/
.button-29 {
	align-items: center;
	appearance: none;
	background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
	border: 0;
	border-radius: 6px;
	box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: monospace;
	height: 40px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow 0.15s, transform 0.15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow, transform;
	font-size: 18px;
	
}

   .button-29:focus {
	box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
		rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

   .button-29:hover {
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
		rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
	transform: translateY(-2px);
}

   .button-29:active {
	box-shadow: #3c4fe0 0 3px 7px inset;
	transform: translateY(2px);
}


/*
<!-- HTML ! -->
<button class="button-82r-pushable" role="button" >
<span class="button-82r-shadow" > </span >
<span class="button-82r-edge" > </span >
<span class="button-82r-front text" >
Button 82
</span >
</button > 
/* CSS */
.button-82r-pushable {
	position: relative;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
	outline-offset: 4px;
	transition: filter 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-82r-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: hsl(0deg 0% 0% / 0.25);
	will-change: transform;
	transform: translateY(2px);
	transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82r-edge {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: linear-gradient( to left, hsl(340deg 100% 16%) 0%, hsl(340deg 100% 32%) 8%, hsl(340deg 100% 32%) 92%, hsl(340deg 100% 16%) 100% );
}

.button-82r-front {
	display: block;
	position: relative;
	padding: 12px 27px;
	border-radius: 12px;
	font-size: 1.1rem;
	color: white;
	background: hsl(345deg 100% 47%);
	will-change: transform;
	transform: translateY(-4px);
	transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
	.button-82r-front {
		font-size: 1.25rem;
		padding: 12px 42px;
	}
}

.button-82r-pushable:hover {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
}

	.button-82r-pushable:hover .button-82r-front {
		transform: translateY(-6px);
		transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
	}

.button-82r-pushable:active .button-82r-front {
	transform: translateY(-2px);
	transition: transform 34ms;
}

.button-82r-pushable:hover .button-82r-shadow {
	transform: translateY(4px);
	transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82r-pushable:active .button-82r-shadow {
	transform: translateY(1px);
	transition: transform 34ms;
}

.button-82r-pushable:focus:not(:focus-visible) {
	outline: none;
}

/*
<!-- HTML ! -->
<button class="button-82g-pushable" role="button" >
<span class="button-82g-shadow" > </span >
<span class="button-82g-edge" > </span >
<span class="button-82g-front text" >
Button 82
</span >
</button > */
/* CSS */
.button-82g-pushable {
	position: relative;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
	outline-offset: 4px;
	transition: filter 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-82g-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: hsl(120 0% 0% / 0.25);
	will-change: transform;
	transform: translateY(2px);
	transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82g-edge {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: linear-gradient( to left, hsl(167 100% 16%) 0%, hsl(167 100% 32%) 8%, hsl(167 100% 32%) 92%, hsl(167 100% 16%) 100% );
}

.button-82g-front {
	display: block;
	position: relative;
	padding: 12px 27px;
	border-radius: 12px;
	font-size: 1.1rem;
	color: white;
	background: hsl(120 100% 47%);
	will-change: transform;
	transform: translateY(-4px);
	transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
	.button-82g-front {
		font-size: 1.25rem;
		padding: 12px 42px;
	}
}

.button-82g-pushable:hover {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
}

	.button-82g-pushable:hover .button-82g-front {
		transform: translateY(-6px);
		transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
	}

.button-82g-pushable:active .button-82g-front {
	transform: translateY(-2px);
	transition: transform 34ms;
}

.button-82g-pushable:hover .button-82g-shadow {
	transform: translateY(4px);
	transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82g-pushable:active .button-82g-shadow {
	transform: translateY(1px);
	transition: transform 34ms;
}

.button-82g-pushable:focus:not(:focus-visible) {
	outline: none;
}
/*boton blanco*/
.button-blanco {
	align-items: center;
	appearance: none;
	/*	background-color: #FCFCFD;*/
	background-color: #E80F26;
	border-radius: 4px;
	border-width: 0;
	box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px,rgba(45, 35, 66, 0.15) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
	box-sizing: border-box;
	/*color: #36395A;*/
	color: white;
	cursor: pointer;
	display: inline-flex;
	font-family: "JetBrains Mono",monospace;
	height: 48px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size: 18px;
}

	.button-blanco:focus {
		box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
	}

	.button-blanco:hover {
		box-shadow: rgba(45, 35, 66, 0.3) 0 4px 8px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
		transform: translateY(-2px);
	}

	.button-blanco:active {
		box-shadow: #D6D6E7 0 3px 7px inset;
		transform: translateY(2px);
	}

.button-rojo {
	align-items: center;
	appearance: none;
	/*	background-color: #FCFCFD;*/
	background-color: #E80F26;
	border-radius: 4px;
	border-width: 0;
	box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px,rgba(45, 35, 66, 0.15) 0 7px 13px -3px,#E7D6D9 0 -3px 0 inset;
	box-sizing: border-box;
	/*color: #36395A;*/
	color: #dff5e6;
	cursor: pointer;
	display: inline-flex;
	font-family: times,monospace;
	height: 44px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size: 18px;
}

	.button-rojo:focus {
		box-shadow: #E7D6D9 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #E7D6D9 0 -3px 0 inset;
	}

	.button-rojo:hover {
		box-shadow: rgba(45, 35, 66, 0.3) 0 4px 8px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, #E7D6D9 0 -3px 0 inset;
		transform: translateY(-2px);
	}

	.button-rojo:active {
		box-shadow: #E7D6D9 0 3px 7px inset;
		transform: translateY(2px);
	}
	
