@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLT';
    src: url('fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {	
	--white: #ffffff;
	--red: #c61631;
	--black: #231f20;
	--grey: #978b87;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'HelveticaNeueLT', sans-serif;
	font-size: 16px;
	color: #86817f;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.red {
	color: var(--red);
}
.grey {
	color: var(--grey);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--red);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--red);
}
.boton {
	text-transform: none;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
	padding: 11px 30px;
	font-weight: normal;
	font-family: 'HelveticaNeueLT', sans-serif;
	border-radius: 10px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: #960f26;
}
.boton2 {
	text-transform: none;
	display: inline-block;
	color: #978b87;
	background: transparent;
	border: 1px solid #978b87;
	padding: 11px 30px;
	font-weight: normal;
	font-family: 'HelveticaNeueLT', sans-serif;
	border-radius: 10px;
}
.boton2:hover, .boton2:focus {
	color: var(--white);
	background: #978b87;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueLT', sans-serif;
	font-weight: normal;
}


/**** HEADER ****/
.top {
	overflow-x: hidden;
}
.top .relative {
	position: relative;
	text-align: right;
}
.top .relative::before {
  	content: '';
  	display: block;
  	position: absolute;
  	right: 220px;
  	width: 2000px;
  	height: 70px;
  	background: url(images/top.jpg) no-repeat right center;
  	background-size: 2000px;
  	top: 0;
}
.logo {
	position: relative;
	z-index: 100;
	width: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logo-marketing-home {
	margin-top: 80px;
}
.logo-marketing-home img {
	width: 340px;
}
.botones .boton, .botones .boton2 {
	font-size: 20px;
	width: 250px;
}
.form input[type="text"], .form input[type="email"], .form input[type="password"], .form select {
	border: 1px solid #978b87;
	border-radius: 8px;
	height: 48px;
	padding: 12px;
	width: 100%;
	margin-bottom: 20px;
	background:#fff;
}
textarea {
	border: 1px solid #978b87;
	border-radius: 8px;
	height: 100px;
	padding: 12px;
	width: 100%;
	margin-bottom: 20px;
	background:#fff;
}
.menusidebar {
	padding-right: 30px;
}
.menusidebar img {
	width: 220px;
	max-width: 90%;
}
.menusidebar a {
	display: block;
	background:#d2cdca;
	color:#6d6e71;
	margin-bottom: 3px;
	padding: 11px;
}
.menusidebar a:hover {
	background:#c7c0bb;
}
.resume {
	border-left: 1px solid #c7c0bb;
	padding-left: 40px;
}
.resume h2 {
	margin-top: 0;
}
.resume p, .resume .relative {
	border-bottom: 1px solid #d2cdca;
	padding: 11px 10px;
	margin: 0;
}
.resume .relative {
	position: relative;
	padding-right: 80px;
}
.resume .relative .dropdown {
	position: absolute;
	top: 8px;
	right: 0;
}
.resume .relative .dropdown .boton {
	padding: 4px 15px;
	font-size: 16px;
}
.resume .dropdown-menu > li > a {
  font-size: 16px;
}

table {
	width: 100%;
}
table.historial td {
	border: 1px solid #d2cdca;
	text-align: center;
	padding: 8px;
}
table.historial img {
	width: 23px;
}
a.more {
	text-decoration: underline; 
	color: #6d6e71;
	font-size: 15px;
}
.bg1 {
	background:#ffe995;
}
.bg2 {
	background:#c7bfbb;
}
.bg3 {
	background:#fbd28c;
}
.bg4 {
	background:#c7b6d9;
}
.bg5 {
	background:#dcc175;
}
.bg6 {
	background:#9fb2bc;
}
.tablink {
	display: block;
	position: relative;
	border-radius: 4px;
	padding: 10px 50px;
	font-weight: bold;
	color:#58595b;
	margin-bottom: 12px;
}
.tablink:hover, .tablink:focus {
	color:#58595b;
}
.tablink .info img, .titulo .info img, .containerradio .info img {
  width: 19px;
  margin-left: 0px;
  position: relative;
  top: -4px;
}
.tablink::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url(images/down.png) no-repeat center center;
	background-size:cover;
	position: absolute;
	right: 18px;
	top: 13px;
}
.tablink.open::before {
	background:url(images/up.png) no-repeat center center;
	background-size:cover;
}
.tooltip-dark .tooltip-inner, .tablink .tooltip-inner {
  background-color: #58595b !important; 
  color: white !important;
}
.tooltip-light .tooltip-inner, .containerradio .tooltip-inner {
  background-color: #e6e6e6; 
  color: black;
}
.tooltip-red .tooltip-inner, .titulo .tooltip-inner {
  background-color: #c61631; 
  color: white;
}
.tooltip-arrow {
  display: none !important;
}
.tooltip.top {
  margin-top: 0 !important;
}
.tooltip-inner {
	padding: 10px 15px !important;
	text-align: left !important;
	max-width: 300px !important;
}
.tooltip {
	font-family: 'HelveticaNeueLT', sans-serif;
  	font-size: 14px;
  	opacity: 1 !important; /* Quitar transparencia */
  	filter: none !important; /* Asegurar que no haya filtros que afecten la opacidad */
}
.tooltip-inner {
	opacity: 1 !important; /* Asegurar que no tenga transparencia */
}
.tabcontent {
	padding-bottom: 20px;
}
.tabcontent .titulo {
	color: var(--red);
	font-weight: bold;
	padding: 15px 5px;
}
.col-5 {
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 5px;
}
.containerradio {
  	display: block;
  	position: relative;
  	padding-left: 30px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	font-weight: normal;
  	font-size: 16px;
}
.containerradio input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
.checkmark {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 24px;
  	width: 24px;
  	border-radius: 50%;
  	border: 1px solid #ccc;
}
.containerradio input:checked ~ .checkmark {
	background-color: var(--red);
}
.checkmark:after {
	content: "";
  	position: absolute;
 	display: none;
}
.containerradio input:checked ~ .checkmark:after {
  	display: block;
}
.containerradio .checkmark:after {
  	top: 7px;
  	left: 7px;
  	width: 8px;
  	height: 8px;
  	border-radius: 50%;
  	background: white;
}
footer {
	background:#58595b;
	padding-top: 70px;
	padding-bottom: 50px;
}
.logofooter {
	width: 220px;
}
.titulo-details {
	margin: 30px 0;
}
.titulo-details span {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid #86817f;
	margin-right: 11px;
}
.titulo-details img {
  width: auto;
  position: relative;
  top: -4px;
  height: 17px;
}
.resultados {
	border: 1px solid #86817f;
	padding: 15px;
	border-radius: 12px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.fila {
	position: relative;
	padding-left: 60px;
	min-height: 20px;
	font-weight: bold;
}
.fila .columna {
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
.fila .columna::after {
	content: '';
	display: block;
	width: 1px;
	height: 140px;
	border-right: 1px solid #86817f;
	position: absolute;
	top: 0;
	right: 0;
}
.fila .columna.last::after {
	content: none;
}
.fila .abbv {
	position: absolute;
	left: 0;
	top: 0;
}
.barra1, .barra2, .barra3 {
  display: inline-block;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.barra1 {
	background:#c4bfbf;
}
.barra2 {
	background:#6d6e71;
}
.barra3 {
	background:#c61631;
}
.respuesta {
	padding-left: 20px;
}
a.back {
	text-decoration: underline;
	margin-right: 20px;
}
.aside {
	border: 1px solid #86817f;
	padding: 15px;
	border-radius: 12px;
	margin-bottom: 40px;
	max-width: 95%;
	margin-top: 10px;
	font-size: 16px;
}
.aside h4 {
	border-bottom: 1px solid #86817f;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.bg-abreviaturas {
	color:#fff;
	background:#86817f;
	border-radius: 12px;
	padding: 10px;
	font-size: 16px;
	max-width: 90%;
	margin-bottom: 30px;
}
.bg-abreviaturas p {
	margin: 0;
}
.significados {
	border-bottom: 1px solid #86817f;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.significados p {
	position: relative;
	padding-left: 60px;
}
.significados2 p {
	position: relative;
	padding-left: 30px;
}
.significados p span, .significados2 p img {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
}
.significados p span {
  display: inline-block;
  text-align: right;
  width: 54px;
}
.significados p span img {
	width: 19px;
}
.significados p span img.img2 {
	width: 38px;
}
.significados p span img.img3 {
	width: 58px;
	max-width: 58px;
	margin-left: -4px;
}
.bg-reloj {
	background-image: url(images/reloj.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 150px;
	background-size: 700px;
}
.sumario {
	width: 100%;
	border-collapse: separate; /* Asegura que el espaciado funcione */
  border-spacing: 2px; /* Ajusta el espacio entre celdas */
  table-layout: fixed;
}
.sumario th {
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	text-align: center;
	padding: 5px;
	border: 1px solid #fff;
}
.sumario td {
	padding: 4px 5px;
	border: 1px solid #fff;
	font-size: 14px;
	text-align: center;
}
.sumario td.principal {
	border: 2px solid var(--red);
}
.sumario td img {
	margin-top: 8px;
	margin-bottom: 5px;
	height: 15px;
}

@media(max-width:767px) {
	.menusidebar {
 		padding-right: 15px;
	}
	.resume {
  		padding-left: 20px;
	}
	.resume p.relative {
		padding-right: 10px;
	}
	.resume p.relative .boton {
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 10px;
		display: block;
		clear: both;
		width: 90px;
		text-align: center;
	}
	.col-5 {
  		width: 50%;
  }
  .bg-reloj {
		background-size: 500px;
	}
}

@media(max-width: 498px) {
	body {
		font-size: 17px;
	}
	.top .relative::before {
  		right: 176px;
  		height: 66px;
  	}
	.logo {
  		width: 220px;
  	}
	.logo-marketing-home img {
 		width: 280px;
	}
	.botones .boton, .botones .boton2 {
  		font-size: 19px;
  		width: 220px;
	}
	.h1, h1 {
  		font-size: 32px;
	}
	.tablink {
  		padding: 10px 38px 10px 15px;
  	}
  	.resultados {
  		padding: 15px 10px;
  		font-size: 12px;
  	}
  	.fila {
  		padding-left: 34px;
  	}
  	.columna {

  	}
  	.fila .abbv {
 		top: 3px;
	}
}