@charset "utf-8";
@import url("../webfonts/RobotoCondensed_Regular/stylesheet.css");

@font-face{
	font-family:Sansation_Regular;
	src:url(../fonts/Sansation_Regular.ttf);
}
@font-face{
	font-family:Rubik-Regular;
	src:url(../fonts/Rubik-Regular.ttf);
}
@font-face{
	font-family:Droid_Sans_Mono_Dotted_for_Powerline;
	src:url(../fonts/Droid_Sans_Mono_Dotted_for_Powerline.ttf);
}

@font-face{
	font-family:RobotoCondensed-Regular;
	src:url(../fonts/RobotoCondensed-Regular.ttf);
}

@font-face{
	font-family:OpenSans-Regular;
	src:url(../fonts/OpenSans-Regular.ttf);
}

@font-face{
	font-family:OpenSans-Light;
	src:url(../fonts/OpenSans-Light.ttf);
}
/*==============================================================================================================================*/
body {
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.fondo-fijo {
	width: 100%;
	min-height: 308px;
	background: url('../images/bannerIndex2.png') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

/*BANNER COMPLEMENTO CARTA PORTE INDEX*/
.bannerTablaCXP {
  position: relative;
  background: url('../site/cartaxpress/images/banner.png') center/cover no-repeat;
}

.bannerTablaCXP::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35); /* oscurece un poco */
}

.bannerTablaCXP td {
  position: relative;
  z-index: 2;
}
/*BANNER COMPLEMENTO CARTA PORTE INDEX*/

.responsive-table1 {
	background: #F0F0F0;
}

.responsive-table {
	width: 100%;
	height: 308px;
	background-color: #0F0B38;
	background: url('../images/b02.png') center/cover no-repeat;
}

/*PARA FIJAR LA TABLA AL REALIZAR SCROLL CON SOMBRA*/
.fixed-table-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000; /* Para asegurar que esté por encima de otros elementos */
	background-color: #120E3A; /* Para que el fondo sea del mismo color */
	transition: box-shadow 0.3s ease-in-out; /* Transición suave para la sombra */
}
		
.fixed-table-container.shadow {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Sombra cuando se hace scroll */
}
/*PARA FIJAR LA TABLA AL REALIZAR SCROLL CON SOMBRA*/

.hideTable{
	display:none;
}

.TableColor:nth-child(odd){
	background-color: #D1ECF1;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	box-sizing: border-box;
	word-break: break-all;
}
.TableColor:nth-child(even) {
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	box-sizing: border-box;
	word-break: break-all;
}
.TableColor:hover{
	background-color: #FFF7DD;
	box-sizing: border-box;
	word-break: break-all;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

tr{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

td {
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

th {
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

form {
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 100%;
	border: thin none #000;
	box-sizing:border-box;
	display:inline-block;
}

.form-sombra{
    background: #fff;
    padding: 20px;
    border-radius: 10px; /* opcional, pero se ve más pro */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.formCard {
    background:#D2D6DE ;
    width: 100%;              /* ← ahora ocupa todo el td */
	height:auto;
    margin: 0;                /* ← quitamos centrado */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 2px 2px 40px rgba(0,0,0,0.10);
    box-sizing: border-box;   /* ← importante para que padding no desborde */
}

label{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: inline-block;
	box-sizing: border-box;
}

label.required::before {
	content: "*";
	color: red;
	margin-right: 3px;
}

input, textarea, select {
	font-family: OpenSans-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #E5E5E5;
	padding: 12px;
	height: auto;
	width: 98%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin solid #CCC;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 5px;
}

/*COLORES PARA EL PLACEHOLDER*/

input::placeholder,
textarea::placeholder {
	color: #888;
	opacity: 1;
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
}

.checkContainer {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
}

.checkContainer input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}

input:focus, textarea:focus, select:focus {
	outline: none;
	border-color: #FF8114;
	box-shadow: 0px 0px 5px 5px #FFDCBD;
	animation: parpadeo 0.5s infinite alternate; /* 👈 aquí está la magia */
}

/* Animación */
@keyframes parpadeo {
	0% {
		box-shadow: 0px 0px 0px 0px #FFDCBD;
	}
	100% {
		box-shadow: 0px 0px 10px 5px #FFDCBD;
	}
}

.button1{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #0F0B38;
	text-align: center;
	padding: 10px;
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin solid #081828;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
}

.button2{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #F7931E;
	text-align: center;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin solid #F7961E;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius:50px;
}

.button2:hover{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #F7931E;
	text-align: center;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin solid #F7961E;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius:50px;
}

.button3{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #28a745;
	text-align: center;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #28a745;
	cursor: pointer;
	box-sizing:border-box;
	display:inline-block;
	border-radius:5px;
}

.button4{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #DC3545;
	text-align: center;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #DC3545;
	cursor: pointer;
	box-sizing:border-box;
	display:inline-block;
	border-radius:5px;
}

.button5{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #0F0B38;
	text-align: center;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin solid #0F0B38;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius:10px;
}

.button6{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #6C757D;
	text-align: center;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #6C757D;
	cursor: pointer;
	box-sizing:border-box;
	display:inline-block;
	border-radius:5px;
}

.button7{
	font-family: OpenSans-Regular;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #F5982B;
	text-align: center;
	padding: 15px;
	height: auto;
	width: auto;
	margin: 5px auto;
	border: thin solid #F5982B;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius:50px;
}

h1{
	font-family: RobotoCondensed-Regular;
	font-size: 34px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

h2{
	font-family: OpenSans-Regular;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2D3A48;
	text-decoration: none;
}

h3{
	font-family: OpenSans-Regular;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2D3A48;
	text-decoration: none;
}

h4{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F7931E;
	text-decoration: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h5 {
	font-family: RobotoCondensed-Regular;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F7931E;
	border-right-color: #F7931E;
	border-bottom-color: #F7931E;
	border-left-color: #F7931E;
	display: inline-block;
	padding-bottom: 5px; /* Ajusta este valor según sea necesario */
}

h6{
	font-family: RobotoCondensed-Regular;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.h7{
	font-family: RobotoCondensed-Regular;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0px;
	box-sizing: border-box;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.h8{
	font-family: OpenSans-Regular;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	box-sizing: border-box;
}

.h9 {
	font-family: RobotoCondensed-Regular;
	font-size: 50px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F7931E;
	text-decoration: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	box-sizing: border-box;
	border-bottom: 5px solid #FFFFFF; /* Línea blanca debajo del texto */
	width: fit-content; /* Ajusta el subrayado al ancho del texto */
}

.span1{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F7931E;
	border-right-color: #F7931E;
	border-bottom-color: #F7931E;
	border-left-color: #F7931E;
}

.span2{
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CED1C9;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0ms;
	-moz-transition: all 300ms ease-out 0ms;
	-ms-transition: all 300ms ease-out 0ms;
	-o-transition: all 300ms ease-out 0ms;
	transition: all 300ms ease-out 0ms;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:block;
}

.span2:hover{
	color: #F7931E;
	-webkit-transition: all 300ms ease-in 0ms;
	-moz-transition: all 300ms ease-in 0ms;
	-ms-transition: all 300ms ease-in 0ms;
	-o-transition: all 300ms ease-in 0ms;
	transition: all 300ms ease-in 0ms;
}

.span2_1{
	font-family: OpenSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CED1C9;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0ms;
	-moz-transition: all 300ms ease-out 0ms;
	-ms-transition: all 300ms ease-out 0ms;
	-o-transition: all 300ms ease-out 0ms;
	transition: all 300ms ease-out 0ms;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:block;
}

.span2_2{
	font-family: OpenSans-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CED1C9;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0ms;
	-moz-transition: all 300ms ease-out 0ms;
	-ms-transition: all 300ms ease-out 0ms;
	-o-transition: all 300ms ease-out 0ms;
	transition: all 300ms ease-out 0ms;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:block;
}

.span2_3{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0ms;
	-moz-transition: all 300ms ease-out 0ms;
	-ms-transition: all 300ms ease-out 0ms;
	-o-transition: all 300ms ease-out 0ms;
	transition: all 300ms ease-out 0ms;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:block;
}

.span3{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F00;
	text-decoration: none;
}

.span4{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #28A745;
	text-decoration: none;
}

.span5{
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.span6{
	font-family: OpenSans-Regular;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0ms;
	-moz-transition: all 300ms ease-out 0ms;
	-ms-transition: all 300ms ease-out 0ms;
	-o-transition: all 300ms ease-out 0ms;
	transition: all 300ms ease-out 0ms;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:block;
}

.span7{
	width: auto;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
	color: #000000;
	font-family: "RobotoCondensed Regular";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	padding: 12px;
	line-height: normal;
	border: thin solid #F5982B;
	background-color: #F5982B;
	border-radius: 10px;
}

.spanTitulos{
	font-family: OpenSans-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;	
}

ul {
	font-family: OpenSans-Regular;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: OpenSans-Regular;
	font-size: 15px;
}

hr {
	border: none;
	height: 2px;
	background: linear-gradient(to right, transparent, #F4972B, transparent);
	margin: 25px 0;
}

a:link {
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0ms;
	-moz-transition: all 300ms ease-out 0ms;
	-ms-transition: all 300ms ease-out 0ms;
	-o-transition: all 300ms ease-out 0ms;
	transition: all 300ms ease-out 0ms;
}
a:visited {
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0ms;
	-moz-transition: all 300ms ease-out 0ms;
	-ms-transition: all 300ms ease-out 0ms;
	-o-transition: all 300ms ease-out 0ms;
	transition: all 300ms ease-out 0ms;
}
a:hover {
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F7931E;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in 0ms;
	-moz-transition: all 300ms ease-in 0ms;
	-ms-transition: all 300ms ease-in 0ms;
	-o-transition: all 300ms ease-in 0ms;
	transition: all 300ms ease-in 0ms;
}
a:active {
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out 0ms;
	-moz-transition: all 300ms ease-out 0ms;
	-ms-transition: all 300ms ease-out 0ms;
	-o-transition: all 300ms ease-out 0ms;
	transition: all 300ms ease-out 0ms;
}

#messageGreen{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
	text-decoration: none;
	background-color: #D4EDDA;
	padding: 10px;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin none #D4EDDA;
	box-sizing:border-box;
	border-radius:5px;
}

#messageGreen #buttonGreen{
	font-family: RobotoCondensed-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #28A745;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #28A745;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}

#messageRed{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
	background-color: #F8D7DA;
	padding: 10px;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin none #F8D7DA;
	box-sizing:border-box;
	border-radius:5px;
}

#messageRed #buttonRed{
	font-family: RobotoCondensed-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #DC3545;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #DC3545;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}

#messageYellow{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #856404;
	text-decoration: none;
	background-color: #FFF3CD;
	padding: 10px;
	height: auto;
	width: 100%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: thin none #FFF3CD;
	box-sizing:border-box;
	border-radius:5px;
}

#messageYellow #buttonYellow{
	font-family: RobotoCondensed-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: #FFC107;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #FFC107;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}

.imageMenuResponsivo{
	display:none;
}

/*FONDO PARA IMAGENES PNG*/
.iconBox{
	background-color: #FEF0DF;
	display: inline-block;
	padding: 10px;
	border-radius: 12px; /* opcional, se ve más moderno */
}

.iconBox img{
	width: 50px;
	height: auto;
	display: block;
}

.iconBox2{
	background-color: #F9C180;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 12px; /* opcional, se ve más moderno */
}

.iconBox2 img{
	width: 50px;
	height: auto;
	display: block;
}

.iconBox3{
	background-color: #FEF0DF;
	display: inline-block;
	padding: 10px;
	border-radius: 12px; /* opcional, se ve más moderno */
}

.iconBox3 img{
	width: 30px;
	height: auto;
	display: block;
}
/*FONDO PARA IMAGENES PNG*/

.whatsapp{
	height: auto;
	width: 5%;
	margin: 0px;
	padding: 0px;
	border: thin none #000;
	position: fixed;
	left: 92%;
	top: 85%;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
	box-sizing:border-box;
	display:block;
	/*box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); /* Añadir sombra */
}

.spanTitulosTabla{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	box-sizing: border-box;
	display: inline-block;
}

.spanDatosTabla{
	font-family: RobotoCondensed-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	box-sizing: border-box;
	display: inline-block;
}

.tituloDeModulos {
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background: linear-gradient(to top, #000, #343A40);
	text-align: left;
	margin: 0px;
	padding: 12px;
	height: auto;
	width: 100%;
	border: thin solid #CCC;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative; /* Relative positioning for floating elements */
}

.subtituloDeModulos {
	font-family: RobotoCondensed-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background: linear-gradient(to top, #CCC, #F8F9FA);
	text-align: left;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 100%;
	border: thin solid #CCC;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative; /* Relative positioning for floating elements */
}

.tableTitulos{
	background: linear-gradient(to top, #CCC, #F8F9FA, #FFF);
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

.iframeBot {
    width: 350px; /* Ajusta el ancho por defecto */
    height: 500px; /* Ajusta la altura por defecto */
    border: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#menuSys{
	display:inline-block;
}

.lista,
.lista2,
.lista3 {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.lista li,
.lista2 li,
.lista3 li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.lista li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url('../images/approval_60px.png') center/contain no-repeat;
    flex-shrink: 0;
}

.lista2 li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url('../images/delete_sign_60px.png') center/contain no-repeat;
    flex-shrink: 0;
}

.lista3 li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url('../images/checkmark_60px.png') center/contain no-repeat;
    flex-shrink: 0;
}

@media (max-width: 768px){
    .lista li,
    .lista2 li,
    .lista3 li {
        justify-content: center;
        text-align: left;
    }
}
/*SIRVE PARA DARLE ANIMACION AL ASISTENTE*/
@keyframes pulseChat {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

#toggle-chatbot img {
    animation: pulseChat 1.5s infinite;
}
/*SIRVE PARA DARLE ANIMACION AL ASISTENTE*/