/*
 * Certinet Theme v1.4
 */
:root {
	
	 --viewport-width: '0px';
	/* === PALETA CORPORATIVA CERTINET === */
	--black: rgba(0, 0, 0, 0.75);
	--grey: #5A5C5B;
	--orange: #DC732E;
	--blue: #004489;
	--green: #5C8D55;
	--light-blue-01: #2D9CDB;
	--light-blue-02: #4B8FDE;
	--light-blue-03: #2494d3; /* hover  info */
	/* Colores primarios */
	--bs-blue: #2a4365;
	--bs-indigo: #434190;
	--bs-purple: #805ad5;
	--bs-pink: #d53f8c;
	--bs-red: #e53e3e;
	--bs-orange: var(--orange);
	--bs-yellow: #d69e2e;
	--bs-green: #38a169;
	--bs-teal: #319795;
	--bs-cyan: #3182ce;
	--bs-white: #fff;
	--bs-gray: #718096;
	--bs-gray-dark: #2d3748;
	/* Colores del tema */
	--bs-primary: #2a4365;
	--bs-secondary: #4c956c;
	--bs-success: #38a169;
	--bs-info: #3182ce;
	--bs-warning: var(--orange);
	--bs-danger: #e53e3e;
	--bs-light: #f7fafc;
	--bs-dark: #2d3748;
	/* Grises personalizados */
	--bs-gray-100: #f7fafc;
	--bs-gray-200: #edf2f7;
	--bs-gray-300: #e2e8f0;
	--bs-gray-400: #cbd5e0;
	--bs-gray-500: #a0aec0;
	--bs-gray-600: #718096;
	--bs-gray-700: #4a5568;
	--bs-gray-800: #2d3748;
	--bs-gray-900: #1a202c;
	/* === INTEGRACIÓN CON BOOTSTRAP === */
	--bs-primary: var(--blue);
	--bs-primary-rgb: 0, 69, 142;
	--bs-secondary: var(--grey);
	--bs-secondary-rgb: 90, 92, 91;
	--bs-success: var(--green);
	--bs-success-rgb: 66, 149, 72;
	--bs-info: var(--light-blue-01);
	--bs-info-rgb: 45, 156, 219;
	--bs-warning: var(--orange);
	--bs-warning-rgb: 236, 108, 7;
	--bs-danger: #dc3545;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light: #f8f9fa;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark: var(--black);
	--bs-dark-rgb: 0, 0, 0;
	/* === VARIANTES DE COLORES CORPORATIVOS === */
	--bs-primary-dark: #003366;
	--bs-primary-light: var(--light-blue-02);
	--bs-success-dark: #367c3b;
	--bs-success-light: #52b957;
	--bs-warning-dark: #d45f06;
	--bs-warning-light: #f39c12;
	--bs-info-dark: #1f7cb4;
	--bs-info-light: #5dade2;
	/* === COLORES DE TEXTO Y FONDO === */
	--bs-body-color: var(--black);
	--bs-body-bg: #ffffff;
	--bs-heading-color: var(--blue);
	--bs-link-color: var(--blue);
	--bs-link-color-rgb: 0, 69, 143;
	--bs-link-hover-color: var(--bs-primary-dark);
	--bs-border-color: #dee2e6;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #2D9CDB;
	--bs-btn-active-border-color: #2F80ED;
	--bs-btn-border-color: #dee2e6;
	/*     Info Alert */
	--bs-info-text-emphasis: #fff;
	--bs-info-bg-subtle: var(--light-blue-01);
	--bs-info-border-subtle: var(--light-blue-01);
	--bs-success-text-emphasis: #fff;
	--bs-success-bg-subtle: var(--green);
	--bs-success-border-subtle: var(--green);
	--bs-danger-text-emphasis: #fff;
	--bs-danger-bg-subtle: var(--bs-red);
	--bs-danger-border-subtle: var(--bs-red);
	--bs-toast-padding-x: 1rem !important;
	--bs-toast-font-size: 0.875rem;
}

.toast {
	--bs-toast-padding-x: 1rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-font-size: 1rem;
}

.text-bg-danger {
	background-color: var(--bs-red) !important
}

@font-face {
	font-family: 'Raleway';
	font-style: thin;
	font-weight: 100;
	font-display: swap;
	src: url('fonts/Raleway/Raleway-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Raleway';
	font-style: regular;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/Raleway/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: bold;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/Raleway/Raleway-Bold.ttf') format('truetype');
}

body {
	font-family: "Raleway", "lato", "Roboto";
	font-variant-numeric: proportional-nums;
	font-variant-numeric: lining-nums proportional-nums;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: var(--black);
}

p {
	color: var(--black);
}

.clr-white {
	color: #fff;
}

.clr-cer-blue {
	color: var(--blue);
}

.blue-cert {
	color: var(--blue) !important;
	font-weight: bold;
}

.orange-cert {
	color: var(--orange) !important;
}

.danger {
	color: var(--bs-danger);
}

.form-control {
	padding: 11px 30px !important;
}

.drop-shadow {
	text-shadow: 0 4px 4px #0000007a;
}

.bd-callout {
	--bs-link-color-rgb: var(--bd-callout-link);
	--bs-code-color: var(--bd-callout-code-color);
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	background-color: #FFFFFF;
	border: 1px solid #C1D2D9;
}

.bd-callout-info {
	border-left: .55rem solid var(--light-blue-01) !important;
}

.bd-callout-success {
	border-left: .55rem solid var(--green) !important;
}

.bd-callout-danger {
	border: 1px solid var(--bs-danger);
	border-left: .55rem solid var(--bs-danger) !important;
}

.bd-callout-warning {
	border: 1px solid var(--bs-orange);
	border-left: .55rem solid var(--bs-orange) !important;
}

.text-bg-info {
	color: #fff !important;
}

#inputPhone {
	padding: 11px 102px !important;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: #fff;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.text-bg-warning {
	background-color: var(--orange) !important;
	color: #fff !important;
}

.panel {
	background: #FFFFFF;
	box-shadow: 10px 10px 25px #BED4FF;
	border-radius: 30px;
}

.solution-p {
	padding: 40px 10px;
}

.sol {
	    max-width: 300px;
   	 	height: 515px;
}

.sol img {
	width: auto;
	padding-bottom: 20px;
	padding-top: 40px;
}

.sol p {	
    padding: 5px 25px; 
    min-height: 305px;
    text-align: center;
}

 
#carousel-about-1 .carousel-indicators{
    bottom: -70px;
} 

.sol a {
	padding-bottom: 20px;
}

.a-card {
	color: #3C64B1;
	font-size: 18px;
	text-decoration: none;
}

.splide__slide {
	padding: 25px 25px;
}

.holographic-card {
	border-radius: 35px;
	transition: all 0.5s ease;
}

.holographic-card::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(0deg, transparent, transparent 30%, #1e45688c);
	transform: rotate(-45deg);
	transition: all 0.5s ease;
	opacity: 0;
}

.holographic-card:hover {
	transform: scale(1.05);
	box-shadow: 10px 10px 25px #92989d8c;
}

.holographic-card:hover::before {
	opacity: 1;
	transform: rotate(-45deg) translateY(100%);
}

.carrousel-bg {
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-bg-01 {
	background: url(/resources/images/inicio/banner-bg-01.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-bg-02 {
	background: url(/resources/images/inicio/banner-bg-02.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-bg-03 {
	background: url(/resources/images/inicio/banner-bg-03.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-bg-04 {
	background: url(/resources/images/inicio/banner-bg-04.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-webra {
	min-height: 420px;
	background: url(/resources/images/webra-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-top {
	min-height: 600px;
	background: url(/resources/images/top-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
}

 

.banner-tfc {
	min-height: 600px;
	background: url(/resources/images/tfc-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-productos { 
	min-height: 600px;
	background: url(/resources/images/productos/banner_productos_01.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.caption-img {
	position: absolute;
	left: 10%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	top: 20%;
}

.caption-img-overlay {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.bg-rombos {
	background-size: contain;
	background-repeat: repeat;
	background-image: url(/resources/images/inicio/fondo_rombos_blanco.jpeg);
}

.bg-rombos-grey {
	background-size: contain;
	background-repeat: repeat;
	background-image: url(/resources/images/inicio/services_background.png);
}

.ul-tfc>li {
	font-size: 32px;
	color: #fff;
	text-shadow: 0 4px 4px #0000007a;
	font-weight: bold;
}

.link-cert {
	color: var(--orange);
}

.link-cert:hover {
	color: var(--orange)
}

.form-requisitos label {
	position: relative;
	padding-left: 4rem;
}

.form-requisitos input, .form-requisitos span, .form-requisitos svg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.form-requisitos input {
	opacity: 0;
}

.form-requisitos span {
	border: 2px solid var(--grey);
	width: 2rem;
	height: 2rem;
}

.form-requisitos input:checked+span {
	border: 2px solid var(--black);
	transition: border 0.5s linear;
}

.form-requisitos input:checked+span svg {
	animation: tick 0.5s forwards;
	stroke-dashoffset: 0;
}

@keyframes tick {
  from {stroke-dashoffset: 20;}
  to {stroke-dashoffset: 0;}
}

.form-requisitos svg {
	stroke: var(--green);
	width: 4rem;
	height: 3rem;
	margin-left: -0.4rem;
	margin-top: -0.4rem;
	stroke-dasharray: 20;
	stroke-dashoffset: 20;
}

#miToast {
	width: 100% !important;
	max-width: none !important;
	border-radius: 0.5rem;
}
 
.carousel-indicators [data-bs-target] {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #CCC;
}

.carousel-indicators .active {
	opacity: 1;
	background-color: var(--orange);
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #CCC;
	text-align: center;
	background: 0 0;
	filter: var(--bs-carousel-control-icon-filter);
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

.banner-carousel>.carousel-control-prev {
	left: -5%;
}

.banner-carousel>.carousel-control-next {
 
/*     margin-right: -60px; */
 
}

.banner-carousel .carousel-item h2, .banner-carousel .carousel-item h1, .carrousel-bg h1 {
	font-size: 55px;
}

.lead {
	color: #fff;
	font-size: 24px;
}
 
.products_card {
	max-width: 300px;
	max-height: 480px;
	border-radius: 30px;
	overflow: hidden;
}

.products_card>.card-body>.card-text {
	min-height: 200px;
	font-size: 15px;
}

.products_card>.card-body>.a-card {
	margin-top: 20px;
}

.simple {
	box-shadow: 8px 12px 20px -2px #ffd098;
}

.token {
	box-shadow: 8px 12px 20px -2px #3bb9006b;
}

.far {
	box-shadow: 8px 12px 20px -2px #92B2EF;
}

.why-banner {
	background: url('/resources/images/inicio/img_02.jpeg') center/cover no-repeat;
	min-height: 700px;
}

.title-img-caption {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #FFF;
	font-size: 54px;
}

.p-img-caption {
	color: #FFF;
	font-size: 22px;
}

.solutions {
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 50px;
}

.solutions>img {
	padding-bottom: 20px;
}

.solutions>.title-solutions {
	color: #626262;
	font-size: 20px;
}

.solutions>.p-solutions {
	color: #626262;
	font-size: 18px;
	min-height: 200px;
}

.section-03 {
	width: 100%;
	max-width: 100%;
	height: auto;
	background: url('/resources/images/inicio/img_03.jpeg') center/cover no-repeat;
	color: #fff;
	text-align: center;
	min-height: 789px;
}

.preguntas-card {
	background-color: #ffffff;
	border-radius: 27px;
	box-shadow: 8px 8px 18px #888888b8;
	margin: auto;
}

.preguntas-card>.preguntas-title, .services-card>.preguntas-title {
	padding: 0 0;
	color: #3C64B1;
	height: 25px;
}

.preguntas-card>.preguntas-p, .services-card>.preguntas-p {
	padding: 0 20px;
	color: #626262;
	height: 80px;
	font-size: 15px;
}

.preguntas-p a {
	float: left;
	color: #9b9b9b;
	text-decoration: none;
}

.help .card {
	min-width: 270px;
	max-width: 270px;
	margin: auto;
}

.help .card img {
	min-height: 79px;
}

.help .card h5 {
	color: #2D9CDB;
	display: block;
}

.help .card .card-text {
	min-height: 150px;
	color: #626262;
}

.aviso-certinet {
	background: #004489;
	color: #fff;
	padding: 10px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.3px;
}

/* Loader */
.loaders-container {
	background-color: white;
	padding: 15px;
	width: 15%;
	height: 70px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 0 solid #232323;
	-webkit-box-shadow: 18px -12px 21px -6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 18px -12px 21px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 18px -12px 21px -6px rgba(0, 0, 0, 0.2);
}

.loading-icon-page .modal-dialog {
	position: absolute;
	padding: 15px;
	min-width: 135px;
	height: 70px;
	min-width: 200px;
	top: 45%;
	left: 50%;
	margin-top: -5px;
	margin-left: -80px; 
}

.loading-icon-page .modal-content {
	-moz-box-shadow: 0 0 16px rgba(16, 16, 16, 0.61);
	-webkit-box-shadow: 0 0 16px rgba(16, 16, 16, 0.61);
	box-shadow: 0 0 16px rgba(16, 16, 16, 0.61);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.loading-icon-page .modal-body {
	padding: 16px 0 16px 14px;
}

.loading-icon-page .text {
	font-weight: normal;
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
	padding: 6px;
	padding-left: 20px;
}

.circle {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 4px solid rgba(117, 113, 113, 0.74);
	border-top-color: rgb(245, 124, 0);
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	float: left;
}

.circle.circle-center {
	width: 32px !important;
	position: absolute;
	top: 45%;
	left: 47%;
}

.circle.circle-center-top {
	width: 32px !important;
	position: absolute;
	top: 20%;
	left: 47%;
}

.circle+span {
	padding-left: 10px;
	overflow: hidden;
	display: block;
}

.circle-center {
	position: absolute;
	top: 45%;
	left: 47%;
	width: 0 !important;
}

@keyframes spin { 100% {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

.modal-backdrop.in {
	filter: alpha(opacity = 50);
	opacity: .5;
}

.load, .text {
	font-weight: bold;
	font-size: 14px;
	color: rgb(102, 102, 102);
}

#load1 {
	z-index: 20000;
	display: none;
}

#load2 {
	z-index: 19999;
	display: none;
}

.modal-body-loader {
	min-width: 150px;
}

.menu-fixed {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 80px;
	box-shadow: 0px 20px 20px 0px rgb(114 114 114/ 50%);
	background-color: white;
	transition-property: box-shadow;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

.menu-fixed .logo-cert {
	max-height: 50px;
	transition-property: max-height;
	transition-duration: 1s;
	transition-timing-function: linear;
}

.logo-cert {
	max-height: 60px;
}

.nav-logo {
	margin-bottom: 21px;
	margin-top: 20px;
	max-width: 300px;
	float: left;
	margin-right: 15px;
}

.menulinks>li>a {
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6c6c6c;
	text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #ffa133;
}

.menulinks>li>.active {
	color: #ffa133 !important;
}

.menulinks>li>a:hover {
	color: #ffa133;
}

#timifyIframe {
	width: 100%;
	height: 600px;
	border: none;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

#timifyModal .modal-body {
	margin-bottom: -6px;
	position: relative;
	height: 600px;
	overflow: hidden;
}

#timifyModal .btn-close {
	position: relative;
	z-index: 1060;
}

#timifyModal .modal-content {
	border: none;
	overflow: hidden;
	position: relative;
}

#timifyModal .modal-header {
	position: relative;
	z-index: 1050;
	background-color: #fff;
	border-bottom: 1px solid #dee2e6;
}

.timify-button-cert {
	position: fixed;
	top: 80px;
	right: 0;
	height: 49px;
	display: block;
	right: -77px;
	top: 75%;
	z-index: 9998;
	cursor: pointer;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	text-transform: uppercase;
	color: #fff;
	background-color: #2d9cdb;
	border: 1px solid #2d9cdb;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	min-height: 49px;
	min-width: 150px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	text-shadow: 0px 4px 4px rgb(0 0 0/ 50%);
}

.ul-menu {
  li {
    list-style: none;
    a {
      position: relative;
      display: block;
      transition: .5s;
      z-index: 1;
      &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 2px solid var(--orange);
        border-bottom: 2px solid var(--orange);
        transform: scaleY(2);
        opacity: 0;
        transition: .3s;
      }
      &:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        opacity: 0;
        transition: .3s;
        z-index: -1;
      }
      &:hover {
        color: #fff;
        &:before {
          transform: scaleY(1);
          opacity: 1;
        }
        &:after {
          transform: scaleY(1);
          opacity: 1;
        }
      }
    }
  }
}

.btn {
	padding: 10px 28px 10px 28px;
	border-radius: 15px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	min-height: 49px;
	min-width: 160px;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--blue);
	--bs-btn-border-color: var(--blue);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #003366;
	--bs-btn-hover-border-color: #003366;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #003b7a;
	--bs-btn-disabled-border-color: #0d6efd;
}

.btn-info {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--light-blue-01);
	--bs-btn-border-color: var(--light-blue-01);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--light-blue-03);
	--bs-btn-hover-border-color: var(--light-blue-03);
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #3dd5f3;
	--bs-btn-active-border-color: #25cff2;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0dcaf0;
	--bs-btn-disabled-border-color: #0dcaf0;
}

.btn-light {
	--bs-btn-border-color: #dee2e6;
}

.btn-cert-blue {
	color: rgb(255, 255, 255) !important;
	outline-color: rgb(255, 255, 255) !important;
	background-color: #004489;
	border-radius: 15px;
	padding: 10px 28px 10px 28px !important;
}

.btn-cert-blue:hover {
	color: #fff;
	background-color: #003366;
	border-color: #004489;
}

.btn-sh {
	color: #fff;
	background-color: #2cc400;
	border-color: #2cc400;
}

.btn-sh:hover {
	color: #fff;
	background: #2cc400;
	border-color: #2cc400;
}

.btn-far {
	color: #fff;
	background-color: #2D9CDB;
	border-color: #2D9CDB;
}

.btn-far:hover {
	color: #fff;
	background: #2494d3;
	border-color: #2494d3;
}

.ir-arriba:hover {
	color: #242424;
}

.ir-arriba {
	display: none;
	background-repeat: no-repeat;
	font-size: 30px;
	color: #242424bf;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}

.btn-agendar {
	background-repeat: no-repeat;
	font-size: 26px;
	background-color: var(--light-blue-01);
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	padding-top: 5px;
}

.btn-cu.btn-color-estandar:hover {
	background-color: #0C549C;
	color: #FFF;
}

.btn-cu.btn-l {
	width: 180px;
	min-width: 180px;
	max-height: 48px;
	padding: 11px 18px !important;
	font-size: 18px;
}

.btn-cu.btn-color-estandar {
	background-color: #0F69C4;
	color: #FFF;
}

.btn-cu {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
}

.btn-cu.btn-l .cl-claveunica {
	width: 26px;
	height: 26px;
	background-size: 26px 26px;
}

.btn-cu .cl-claveunica {
	background-image:
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M11.4675,13.98 C11.3184168,13.8411851 11.2408804,13.6418927 11.2569506,13.4388234 C11.2730209,13.2357542 11.3809385,13.051138 11.55,12.9375 C11.6920419,12.8039318 11.8839635,12.736694 12.0783067,12.7524129 C12.2726498,12.7681319 12.4512707,12.8653401 12.57,13.02 C12.8292491,13.3325349 12.7926802,13.7946322 12.4875,14.0625 C12.3454581,14.1960682 12.1535365,14.263306 11.9591933,14.2475871 C11.7648502,14.2318682 11.5862293,14.13466 11.4675,13.98 L11.4675,13.98 Z M15.27,5.31749995 C18.6796882,6.64675131 20.9449716,9.90828502 21,13.5675 C21,18.5380628 16.9705628,22.5675 12,22.5675 C7.02943721,22.5675 2.99999993,18.5380628 2.99999993,13.5675 C2.94947349,9.95832374 5.11234931,6.68574688 8.45249999,5.31749995 C8.81999999,5.22749995 9.08999999,5.22749995 9.26999999,5.68499995 C9.44095071,6.05791973 9.28056036,6.49899331 8.90999999,6.67499996 C5.49519747,8.19209226 3.71803205,11.9914362 4.74232294,15.5849405 C5.76661383,19.1784449 9.27987194,21.4698087 12.9813562,20.9584779 C16.6828405,20.4471469 19.4433078,17.2891172 19.455,13.5525 C19.4675051,10.4778502 17.5911099,7.71091191 14.73,6.58499996 C14.5503885,6.52907161 14.4051674,6.39580506 14.334053,6.2216471 C14.2629384,6.04748914 14.273372,5.85066363 14.3625,5.68499995 C14.420264,5.50494963 14.5549765,5.35983308 14.7302402,5.28885849 C14.9055041,5.21788389 15.1032316,5.22837598 15.27,5.31749995 Z M7.49999997,13.3275 C7.48423513,11.0965623 9.06004154,9.17092686 11.25,8.74499999 L11.25,2.33249993 C11.2783776,1.91536359 11.5880757,1.57159868 12,1.49999993 L15.3075,1.49999993 C15.7040429,1.52383479 16.0132157,1.85274199 16.0125,2.24999993 C15.9960133,2.640241 15.6959765,2.95942918 15.3075,2.99999993 L12.75,2.99999993 L12.75,8.75999999 C14.9704659,9.13412384 16.5725796,11.0919068 16.5,13.3425 C16.5253492,15.8640842 14.5209645,17.9386223 12,17.9999999 C9.47312534,17.9385744 7.46637386,15.8548975 7.49999997,13.3275 Z M15,13.4175 C15.0130507,11.7354396 13.6812791,10.3503972 12,10.2975 C10.4186112,10.4716571 9.22153829,11.8078002 9.22153829,13.39875 C9.22153829,14.9896998 10.4186112,16.3258429 12,16.5 C13.6667054,16.4475269 14.9927506,15.0850154 15,13.4175 Z"/></svg>');
	display: inline;
	float: left;
	text-indent: -9999px;
}

.btn-cu.disabled, .btn-cu.disabled-link {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	opacity: 0.65;
	cursor: not-allowed;
}

.btn-cu.disabled:hover, .btn-cu.disabled-link:hover {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
}

.min-width-link {
	min-width: 100px;
	transition: all 0.2s ease;
}

.footer-container {
	background: url('/resources/images/footer/footer-bg.png') center/cover no-repeat;
}

.footer-data, .footer-data  h3 {
	color: #fff !important;
}

.gdlr-widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: 4px #fea330 underline;
}

.link_footer a {
	color: #fff;
	text-decoration: none;
}

.footer-data ul {
	line-height: 1.2;
	font-size: 18px;
}

.footer-2-container {
	background-color: #00153eff;
	padding-bottom: 1.25rem;
	color: #fff;
	padding: 15px 0px;
}

.footer-2-container a {
	color: #fff;
	font-size: 18px;
	margin-left: 8px;
	margin-right: 8px;
}

.footer-social-icons {
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 18px;
}

.footer-social-icons .social-icon:first-child {
	margin-left: 0px;
}

.footer-social-icons .social-icon {
	display: inline-block;
	margin-left: 16px;
	max-width: 7px;
	font-size: 14px;
}

.footer-social-icons a {
	color: #d6d6d6;
	font-size: 18px;
}

a:hover i.fa-facebook-square {
	color: #3B5998;
}

a:hover i.fa-instagram {
	color: #e4405f;
}

a:hover i.fa-twitter {
	color: #4099FF;
}

a:hover i.fa-linkedin {
	color: #0e76a8;
}

a:hover i.fa-rss {
	color: #f57d00;
}

.footer-social-icons .social-icon a:hover {
	opacity: 0.9;
	filter: alpha(opacity = 50);
}

.link_footer a:hover {
	color: #ff7a30;
	text-decoration: none;
}

.version {
	color: #c6c6c600;
	line-height: 1.5rem;
	font-size: 0.875rem;
	display: none;
}

.drivers-body-error ul {
	max-width: fit-content;
}

.drivers-body ul li a {
	color: #023089;
	font-weight: bold;
	text-decoration: none;
}

.caption-img-cu-01 {
	position: absolute;
	right: 25%;
	left: 25%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	top: 18%;
}

.steps {
	color: #fff;
	background: #2D9CDB;
	border: 1px solid #2F80ED;
}

.renew-circle {
	color: #51b50a;
}

.download-circle {
	color: #d31406;
}

.check-circle {
	color: #0d84e5;
}

.userPanel a {
	color: #9b9b9b;
	text-decoration: none;
}

.notFoundCode {
	font-family: titillium web, sans-serif;
	font-size: 100px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: #023089;
	background-size: cover;
	background-position: center;
}

.mi-div {
	width: 300px;
	height: 150px;
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin: 20px;
	font-size: 20px;
	font-weight: bold;
	opacity: 0;
	transform: translateX(-100%);
}

.mostrar {
	animation: aparecerAnim 0.6s ease forwards;
}

@keyframes aparecerAnim {
    0% {
        transform: translateX(-100%);
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

.ocultar {
	animation: desaparecerAnim 0.6s ease forwards;
}

@keyframes desaparecerAnim {
    0% {
        transform: translateX(0);
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }
}

.pulse {
	animation: pulses 1.5s infinite;
}

@keyframes pulses {
   0% { transform: scale(1);}
  50% { transform: scale(1.1);}
  100% { transform: scale(1);}
}

.check-css-modificado {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 50px auto;
}

.check-css-modificado .circle {
	width: 80px;
	height: 80px;
	border: 3px solid #4CAF50;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	animation: circle-grow 0.5s ease-out forwards;
	box-sizing: border-box;
}

.check-css-modificado .tick {
	position: absolute;
	width: 24px;
	height: 12px;
	border-left: 5px solid #4CAF50;
	border-bottom: 5px solid #4CAF50;
	transform-origin: center;
	transform: rotate(-45deg) scale(0);
	animation: tick-draw 0.5s ease-out 0.5s forwards;
	top: 52%;
	left: 65%;
	margin-left: -12px;
	margin-top: -6px;
}

@keyframes circle-grow {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* Animación del check */
@keyframes tick-draw {
    0% {
        transform: translate(-50%, -50%) rotate(-45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1.1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1);
        opacity: 1;
    }
}


.check-css-alternativo .circle {
	background-color: #4CAF50;
	border: 3px solid white;
}

.check-css-alternativo .tick {
	border-left-color: white; 
	border-bottom-color: white;
}


.demo-container {
	display: flex;
	justify-content: center;
	gap: 60px;
	flex-wrap: wrap;
	padding: 20px;
}

.demo-item {
	text-align: center;
}

.demo-label {
	margin-top: 10px;
	font-family: Arial, sans-serif;
	color: #333;
	font-weight: bold;
}


.blog h1.art-tittle {
	font-size: 50px;
	line-height: 1.2;
}

.blog h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 32px;
}

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
	color: #1DAFED;
}

.article .art-bn-cont {
	background-color: #F1F5F9;
}

.article .art-description {
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 0.5px;
	color: #121212;
	opacity: 0.7;
}

.blog.article .card {
	padding-bottom: 0px;
}

.blog .card {
	border: 0px solid rgba(0, 0, 0, .125);
	padding-bottom: 50px;
	width: 315px;
}

.blog_card {
	max-height: 850px;
	overflow: hidden;
}

.blog .date {
	font-style: normal;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: 2px;
	color: #1DC6D1;
	mix-blend-mode: normal;
}

.blog .lectura {
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.5px;
	color: #121212;
	mix-blend-mode: normal;
	opacity: 0.3;
}

.blog .card-title {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
}

.blog .card-title a {
	color: #1DAFED !important;
}

.blog .card-text {
	font-weight: 400;
	font-size: 18px;
	color: #121212;
	opacity: 0.7;
}

.blog .card-body {
	min-height: 230px;
}

.blog.article .card-body {
	min-height: 230px;
	max-width: 615px;
}

.blog.article a.blog-link {
	font-weight: 700;
	text-decoration-line: underline;
	color: #2D9CDB;
}

.article .article-body p {
	font-weight: 400;
	font-size: 18px;
	text-align: justify;
	color: #121212;
	opacity: 0.7;
}

.blog .card-footer {
	background: #4e9aa926;
	padding: 15px 10px;
	border-top: 0px solid rgba(0, 0, 0, .125);
}

.blog .card-footer span.art {
	padding: 5px 9px;
	background-color: #FFF;
	font-weight: 600;
	letter-spacing: 1px;
	color: #4E9AA9;
}

.blog .card-footer .read {
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 2px;
	color: #4E9AA9;
}

.blog .blockquote-footer {
	font-size: 16px;
}

.blockquote-footer::before {
	color: #121212;
	opacity: 0.7;
}

.blog-navbar a.navbar-brand {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 1px;
	color: #1DAFED;
	mix-blend-mode: normal;
}

.blog-navbar .nav-item a.active, .blog-navbar .nav-link.active {
	color: #1DAFED !important;
}

.blog-navbar .nav-link:hover {
	color: #1DAFED !important;
}

.img-blog-caption {
	top: 20%;
	left: 6%;
}

.img-blog-caption span.sign {
	font-size: 70px;
}

.img-blog-caption span {
	font-size: 60px;
	color: #00EFFF;
	font-weight: 500;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.img-blog-caption p {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -2px;
	color: #00EFFF;
	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
	padding-left: 50px;
}

.btn-blog:hover {
	color: #fff;
	background-color: #2D9CDB;
	border-color: #2D9CDB;
}

.btn-blog {
	color: #fff;
	background-color: #2D9CDB;
	border-color: #2D9CDB;
	padding: 5% 40px;
	font-size: 11px;
	text-transform: uppercase;
	min-height: 34px;
}

.c-lb-2 {
	color: #1DAFED !important;
}

.img-container {
	min-height: 220px;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #1DAFED;
}

.products .products_card {
	border: 0px solid rgba(0, 0, 0, .125);
}

.integraciones .int-panel {
	background: #F7FCFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	padding: 50px 10%;
	width: 100%
}

.integraciones .int-title {
	font-size: 26px;
	text-align: center;
	color: #3E64AD;
	padding-bottom: 25px;
}

#questionContainer .question {
	background: #F7F7F7;
	padding: 30px 30px 10px 30px;
}

#questionContainer .question .text {
	color: #2D9CDB;
}

.sh_free_card {
	max-width: 300px;
	height: 500px;
	border-radius: 30px;
	overflow: hidden;
}

.green-cert {
	color: #2CC400;
}

.darkGreen-cert {
	color: #3bb900;
	font-weight: bold;
}

.tutorial-sh {
	zoom: 4;
}

.arrow {
	padding-top: 65px;
}

.plans-card.sh-enterprise {
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 360px;
}

.plans-card {
	background-color: #ffffff;
	border-radius: 30px;
	margin-top: 16px;
	box-shadow: 8px 8px 18px #888888b8;
	margin-bottom: 30px;
	max-width: 320px;
}

.plans-card.sh-enterprise .title {
	background-color: #C31162;
}

.plans-card .title {
	border-radius: 30px;
	background-color: #3d64b1ff;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	font-size: 30px;
	padding: 15px 0px;
	color: #fff;
	text-align: center;
}

.plans-card>ul {
	padding: 10% 0% 0% 8%;
}

.plans-card.sh-enterprise>.card-footer {
	color: #C31162;
}

.plans-card>.card-footer {
	border-top: 2px dashed #C5C4C4;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 56px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #3E64AD;
	border-top-radius: 30px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.plans-card>ul>li {
	padding-bottom: 8px;
	font-weight: bold;
}

.plans-card.sh-enterprise>ul>li>i {
	color: #C31162;
}

.c-m {
	color: #C31162;
	text-decoration: none;
}

.img-prd-caption-3 {
	right: 10%;
	top: 55%;
	left: 10%;
}

.plans-card.far-plan>ul>li>i {
	color: #3C64B1;
}

.drivers-body ul li {
	padding-bottom: 5px;
}

.drivers-body ul li .fa {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.drivers-body ul {
	max-width: 350px;
}

ul ul {
	margin-bottom: 1rem;
}

.alert-info {
	--bs-alert-color: var(--black);
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
}

.menu-tutorial>.nav-link {
	color: #626262;
	text-decoration: underline;
}

.menu-tutorial>.nav-link.active {
	color: #023089;
	background-color: #fff;
	font-weight: bold;
}

.faq-btn {
	border-radius: 0px !important;
	min-height: 50px !important;
	min-width: 50px !important;
	color: #FFFFFF !important;
	background: #2D9CDB;
	border-color: #2D9CDB !important;
}

.faq-btn:hover {
	color: #fff;
	background-color: #2D9CDB;
	border-color: #2D9CDB;
}

.input-group>.faq-input {
	border-radius: 0px;
	padding: 11px 30px !important;
	font-size: 15px !important;
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	background-color: #ffffff !important;
	display: block;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group>.faq-input:focus {
	border: 1px solid #ced4da;
}

.input-group>.faq-input:focus-visible {
	outline: none;
}

.btn-faq-menu {
	background: #FFFFFF;
	color: #2D9CDB;
	border-radius: 0px !important;
	border: 2px solid #2D9CDB !important;
	width: 360px;
	white-space: normal;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.1px;
	padding: 0 0 !important;
}

.btn-faq-menu:hover {
	color: #2D9CDB;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
}

.btn-faq-menu.active {
	background: #2D9CDB;
	color: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bg-grey {
	background: #F7F7F7;
}

.gdlr-accordion-item.style-1 .accordion-tab:first-child {
	padding-top: 0px;
}

.gdlr-accordion-item.style-1 .accordion-tab {
	overflow: hidden;
	padding: 11px 0px;
}

.accordion-tab {
	border-bottom: 1px solid #b9b9b9;
}

hr.faqs {
	border: 1px solid #2D9CDB;
	opacity: 0.8;
}

.gdlr-accordion-item.style-1 .accordion-title i.icon-minus {
	color: #ffffff;
	background-color: #2D9CDB;
}

.gdlr-accordion-item.style-1 .accordion-title i {
	float: left;
	transition: color 200ms, background-color 200ms;
	-moz-transition: color 200ms, background-color 200ms;
	-o-transition: color 200ms, background-color 200ms;
	-webkit-transition: color 200ms, background-color 200ms;
	margin-right: 20px;
	font-size: 13px;
	padding: 12px 14px 10px;
	display: inline-block;
	color: #a8a8a8;
	background-color: #f3f3f3;
}

.icon-minus:before {
	content: "\f068";
	font-family: fontAwesome;
	font-style: normal;
}

.icon-plus:before {
	content: "\f067";
	font-family: fontAwesome;
	font-style: normal;
}

.gdlr-accordion-item.style-1 .accordion-title span {
	overflow: hidden;
	display: block;
	padding-top: 10px;
}

.gdlr-accordion-item.style-1 .accordion-content {
	padding-top: 40px;
	padding-bottom: 20px;
	margin-left: 57px;
	font-size: 15px;
	width: 70%;
}

.gdlr-accordion-item.style-1 .accordion-title {
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 0px;
	cursor: pointer;
	transition: color 200ms;
	-moz-transition: color 200ms;
	-o-transition: color 200ms;
	-webkit-transition: color 200ms;
}

.support .card {
	min-width: 270px;
	max-width: 270px;
	margin: auto;
}

.support-panel>.card-img {
	min-height: 125px;
}

.support .card .card-text {
	min-height: 150px;
}

.btn-dark-sh {
	color: #fff;
	background-color: #2A7A05;
	border-color: #2A7A05;
}

.dark-green-cert {
	color: #2A7A05;
}

.c-lb {
	color: #2D9CDB;
}

.btn-ent {
	color: #FFFFFF;
	background-color: #C31162;
}

.tutto-win .nav .nav-link, .tutto-mac .nav .nav-link {
	text-align: initial;
}

.tutto .nav-link {
	background: #FFFFFF;
	color: #2D9CDB;
	border-radius: 0px !important;
	border: 2px solid #2D9CDB;
	width: 100%;
	white-space: normal;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 0.1px;
	margin-bottom: 8px;
	padding: 10px 12px !important;
	min-height: 0 !important;
	height: auto !important;
	display: block !important;
}

.tutto .nav-link.active {
	background: #2D9CDB !important;
	color: #FFFFFF !important;
	box-shadow: 0px 4px 4px rgb(0 0 0/ 25%);
}

#v-pills-tab {
	align-items: flex-start !important;
	align-self: flex-start !important; 
}

.error-red {
	color: #dc3545;
}

.solutions-img {
	min-height: 110px;
}

.epac.solutions {
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 50px;
}

.epac-panel {
	height: 330px;
	background: #F6F6F6;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
}

.epac.solutions>.p-solutions {
	min-height: 100px;
}

.solutions>h6, .solutions>p {
	color: #5c6369;
	font-size: 18px;
}

.help-block {
	font-size: 15px;
	color: red;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.total_modal {
	font-family: titillium web, sans-serif;
	font-size: 50px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: #023089;
	background-size: cover;
	background-position: center;
}

.btn-simple:hover {
	color: #fff;
	background-color: #ee8100;
	border-color: #ee8100;
}

.btn-simple {
	color: #fff;
	background-color: #FF8A00;
	border-color: #FF8A00;
}

.img-banner-caption-3 {
	position: absolute;
	top: 0%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.btn-cert-certificaciones {
	display: inline-flex;
	align-items: center;
	padding: 7px 16px;
	background: linear-gradient(135deg, #0057b8 0%, #0098d4 100%);
	color: #fff !important;
	border: none;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .03em;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 87, 184, .28);
	transition: transform .18s, box-shadow .18s;
	white-space: nowrap;
}

.btn-cert-certificaciones:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 87, 184, .38);
	color: #fff !important;
}

.cert-chevron {
	transition: transform .2s;
}

.cert-btn-wrapper.open .cert-chevron {
	transform: rotate(180deg);
}

.cert-btn-wrapper {
	position: relative;
	display: inline-block;
	text-align: center;
}

.cert-dropdown-panel {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border: 1px solid #dce8f5;
	border-radius: 10px;
	box-shadow: 0 10px 36px rgba(0, 0, 0, .13);
	width: 270px;
	padding: 10px;
	z-index: 999;
	text-align: left;
}

.cert-dropdown-panel::before {
	content: '';
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #dce8f5;
}

.cert-dropdown-panel::after {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}

.cert-btn-wrapper.open .cert-dropdown-panel {
	display: block;
}

.cert-dropdown-title {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #99aabb;
	padding: 4px 8px 8px;
	border-bottom: 1px solid #eef2f8;
	margin-bottom: 6px;
}

.cert-doc-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 8px;
	border-radius: 7px;
	text-decoration: none !important;
	color: #222 !important;
	transition: background .14s;
}

.cert-doc-item:hover {
	background: #f0f6ff;
}

.cert-doc-icon {
	width: 36px;
	height: 36px;
	background: linear-gradient(135deg, #e8f1ff, #cce4ff);
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #0057b8;
}

.cert-doc-info {
	flex: 1;
	min-width: 0;
}

.cert-doc-name {
	font-size: 13px;
	font-weight: 700;
	color: #1a2a4a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cert-doc-desc {
	font-size: 11px;
	color: #778899;
	margin-top: 1px;
}

.cert-doc-arrow {
	color: #b0c0d8;
	font-size: 18px;
	line-height: 1;
}

.action-icon-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	border-width: 2px;
	border-style: solid;
}

.action-icon-circle.signed {
	background: linear-gradient(135deg, #d4edda, #c3e6cb);
	border-color: #28a745;
}

.action-icon-circle.declined {
	background: linear-gradient(135deg, #f8d7da, #f5c6cb);
	border-color: #dc3545;
}

.action-icon-circle.reviewed {
	background: linear-gradient(135deg, #cce5ff, #b8daff);
	border-color: #0056b3;
}

.action-icon-circle.shared {
	background: linear-gradient(135deg, #fff3cd, #ffeeba);
	border-color: #856404;
}

.action-icon-circle.forbidden {
	background: linear-gradient(135deg, #f8d7da, #f5c6cb);
	border-color: #721c24;
}

.action-icon-circle.none {
	background: linear-gradient(135deg, #e2e3e5, #d6d8db);
	border-color: #6c757d;
}

.action-icon-circle.registered {
	background: linear-gradient(135deg, #d4edda, #c3e6cb);
	border-color: #28a745;
}

.action-icon-circle.not-registered {
	background: linear-gradient(135deg, #fff3cd, #ffeeba);
	border-color: #856404;
}

.action-icon-color.signed, .action-icon-color.registered {
	color: #28a745;
	font-size: 32px;
}

.action-icon-color.declined {
	color: #dc3545;
	font-size: 32px;
}

.action-icon-color.reviewed {
	color: #0056b3;
	font-size: 32px;
}

.action-icon-color.shared {
	color: #856404;
	font-size: 32px;
}

.action-icon-color.forbidden {
	color: #721c24;
	font-size: 32px;
}

.action-icon-color.none {
	color: #6c757d;
	font-size: 32px;
}

.action-icon-color.not-registered {
	color: #856404;
	font-size: 32px;
}

.action-badge.signed, .action-badge.registered {
	background: #28a745;
}

.action-badge.declined {
	background: #dc3545;
}

.action-badge.reviewed {
	background: #0056b3;
}

.action-badge.shared {
	background: #856404;
}

.action-badge.forbidden {
	background: #721c24;
}

.action-badge.none {
	background: #6c757d;
}

.action-badge.not-registered {
	background: #856404;
}

.action-title {
	color: #1a2c3e;
	font-weight: 700;
}

.action-subtitle {
	font-size: 0.9rem;
}

.action-detail-label {
	font-size: 0.82rem;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.action-detail-value {
	color: #333;
}

.action-card {
	background: #f8f9fa;
	border-radius: 8px;
}

.action-alert {
	border-radius: 8px;
	font-size: 0.88rem;
}

.action-badge {
	font-size: 0.82rem;
	padding: 5px 12px;
	border-radius: 20px;
}

.input-rounded {
	border-radius: 4px !important;
}

.equal-height-container h5, .equal-height-container p {
	height: 60px;
}

.bi {
	width: 1em;
	height: 1em;
	vertical-align: -.125em;
	fill: currentcolor;
}

.req-rut-row {
	min-height: 170px;
}

.checkbox-label {
	display: inline-block;
	width: 60px;
	text-align: center;
}
.buttons-container {
	min-height: 180px;
}

.sin-outline {
	outline: none;
}

.resend-disabled {
	pointer-events: none;
	opacity: 0.6;
	cursor: not-allowed;
}

.resend-enabled {
	pointer-events: auto;
	opacity: 1;
	cursor: pointer;
}

.inline {
	display: inline;
}

.platform-card {
	width: 20rem;
}

.platform-card-img {
	min-height: 150px;
}

.list-none {
	list-style-type: none;
}

.text-certinet-orange {
	color: #ff6600;
}

.text-certinet-orange:hover {
	color: #cc5200;
}

.form-requisitoss {span { border:2px solid var(--grey);
	width: 2rem;
	height: 2rem;
}

input:checked+span {
	transition: border 0.5s linear;
}

input:checked+span svg {
	animation-name: tick;
	animation-duration: 0.5s;
	stroke-dashoffset: 0;
}

@keyframes tick { 
	0% {stroke-dashoffset: 20;}
	100% {stroke-dashoffset:0;}
}

svg {
	stroke: var(--green);
	width: 4rem;
	height: 3rem;
	margin-left: -0.4rem;
	margin-top: -0.4rem;
	stroke-dasharray: 20;
	stroke-dashoffset: 20;
}

}

.accordion-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion-button-text {
	flex: 1;
	margin-right: 15px;
	text-align: left;
}

.required-check {
	display: none;
}

.required-check+span {
	display: inline-block;
	transition: all 0.2s;
}

.required-check:checked+span svg {
	display: block;
	color: white;
	position: relative;
	top: 50%;
	left: 95%;
	transform: translate(-50%, -50%);
}

.checkbox-container {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.checkbox-container input {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}

.checkbox-container span {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
}

.checkbox-container input:checked+span {
	background-color: #007bff;
	border-color: #007bff;
}

.checkbox-container span svg {
	display: none;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: 2px;
	color: white;
}

.checkbox-container input:checked+span svg {
	display: block;
}

.btn-secondary {
	background-color: #6c757d;
	color: white;
}

.plans-card.far-plan {
	min-width: 290px;
}

.mw-200 {
	min-width: 200px;
}

.text-justified {
	text-align: justify;
}

.h-auto {
	height: auto;
}

.text-certinet {
	color: #ff6600;
}

.banner-full-width {
	width: 100%;
}

.pl-0 {
	padding-left: 0 !important;
}

.legend-no-border {
	border-bottom: 0;
}

.hint-text {
	font-style: italic;
	font-size: 0.8em;
	margin-top: 5px;
	display: inline-block;
}

.text-certinet-blue {
	-webkit-text-fill-color: #2D9CDB;
	color: #2D9CDB;
}

.d-none-initial {
	display: none;
}

.banner-altura-fija {
	height: 600px;
}

.fs-15 {
	font-size: 15px;
}

.w-100 {
	width: 100%;
}

.bg-f6f6f6 {
	background-color: #f6f6f6;
}

.bg-f4f8fc {
	background-color: #F4F8FC;
}

.max-height-80 {
	max-height: 80px;
}

.fondo-rombos-blanco {
	background-size: contain;
	background-image: url('resources/images/inicio/fondo_rombos_blanco.jpeg');
}

.why-banner-altura {
	height: 600px;
}

.indicators-bottom {
	bottom: -25px;
}

.cert-icon-margin {
	margin-right: 6px;
	vertical-align: -2px;
}

.cert-chevron-icon {
	margin-left: 5px;
	vertical-align: -1px;
}

.table-comprobante {
	width: 100%;
	border-collapse: collapse;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #fff;
	margin-bottom: 1rem;
}

.table-comprobante td, .table-comprobante th {
	border: 1px solid #d0d7de;
	padding: 10px 12px;
	vertical-align: top;
}

.table-comprobante th {
	background-color: #f6f8fa;
	font-weight: 600;
	width: 35%;
	color: #1f2328;
}

.table-comprobante td {
	background-color: #ffffff;
	color: #1f2328;
}

.safenet-ico {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.seccion-tabla {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 1rem;
	color: #24292f;
}

.ethics-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-bottom: 2rem;
}

.ethics-pillar {
	background: #fff;
	padding: 28px 24px;
	transition: background 0.2s;
	margin: 10px 40px;
	border: 1px solid #dde3ec;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ethics-pillar:hover {
	background: #f0f5fb;
}

.ethics-pillar svg {
	width: 38px;
	height: 38px;
	margin-bottom: 14px;
	color: #1a5fa8;
	display: block;
}

.ethics-pillar h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #0d1f3c;
	margin-bottom: 8px;
	width: 160px;
	min-height: 2.5rem;
}

.ethics-pillar p {
	font-size: 0.875rem;
	color: #6b7280;
	line-height: 1.65;
	margin: 0;
}

@media ( max-width : 991px) {
	.ethics-pillars {
		grid-template-columns: 1fr;
	}
}

.code-ethics-header {
	background: #0d1f3c;
	border-radius: 4px 4px 0 0;
}

.code-ethics-title {
	font-size: .95rem;
}

.code-ethics-date {
	font-size: .78rem;
	color: #a0bcd8;
}

.btn-download {
	background: #1a5fa8;
	color: #fff;
	font-size: .8rem;
	letter-spacing: .04em;
}

.btn-open {
	background: transparent;
	color: #7aaee8;
	border: 1.5px solid #7aaee8;
	font-size: .8rem;
	letter-spacing: .04em;
}

.btn-download:hover, .btn-open:hover {
	opacity: 0.9;
}

.accordion-content {
	display: none;
}

.accordion-tab.active .accordion-content {
	display: block;
}

.accordion-title {
	cursor: pointer;
}

body.certinet-emission, body.certinet-renew {
	background: #F5F4F0;
	color: #1C1C1A;
	min-height: 100vh;
}

.cr-topbar {
	background: #ffffff;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
	padding: 13px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 0;
	z-index: 100;
}

.cr-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.cr-logo-icon {
	width: 34px;
	height: 34px;
	background: #0F6E56;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.cr-logo-text {
	font-size: 15px;
	font-weight: 600;
	color: #1C1C1A;
	letter-spacing: -0.3px;
}

.cr-logo-sub {
	font-size: 10px;
	color: #888780;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-weight: 400;
}

.cr-topbar-nav {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cr-nav-link {
	font-size: 13px;
	color: #5F5E5A;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 8px;
	transition: background 0.15s, color 0.15s;
	font-weight: 400;
}

.cr-nav-link:hover {
	background: #F1EFE8;
	color: #1C1C1A;
}

.cr-nav-support {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #5F5E5A;
	padding: 6px 14px;
	border-radius: 8px;
	border: 0.5px solid rgba(0, 0, 0, 0.15);
	cursor: pointer;
	background: transparent;
	font-family: 'DM Sans', sans-serif;
	transition: background 0.15s;
	text-decoration: none;
}

.cr-nav-support:hover {
	background: #F1EFE8;
}

.cr-main {
	max-width: 700px;
	margin: 0 auto;
	padding: 44px 24px 100px;
}

.cr-breadcrumb {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #888780;
	margin-bottom: 28px;
	font-weight: 400;
}

.cr-breadcrumb a {
	color: #888780;
	text-decoration: none;
}

.cr-breadcrumb a:hover {
	color: #1C1C1A;
}

.cr-breadcrumb-sep {
	font-size: 10px;
	color: #B4B2A9;
}

.cr-breadcrumb-current {
	color: #5F5E5A;
}

.cr-page-header {
	margin-bottom: 28px;
}

.cr-page-title {
	font-size: 23px;
	font-weight: 500;
	color: #1C1C1A;
	letter-spacing: -0.5px;
	margin-bottom: 8px;
	line-height: 1.2;
}

.cr-page-desc {
	font-size: 14px;
	color: #5F5E5A;
	line-height: 1.65;
	max-width: 540px;
}

/*   Steps */
.cr-steps {
	display: flex;
	align-items: center;
	margin-bottom: 28px;
	gap: 0;
}

.cr-step {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #B4B2A9;
	font-weight: 400;
	flex-shrink: 0;
}

.cr-step.is-active {
	color: #1C1C1A;
	font-weight: 500;
}

.cr-step.is-done {
	color: #0F6E56;
}

.cr-step-num {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 500;
	flex-shrink: 0;
	transition: all 0.25s;
}

.cr-step.is-active .cr-step-num {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
}

.cr-step.is-done .cr-step-num {
	background: #E1F5EE;
	border-color: #5DCAA5;
	color: #085041;
}

.cr-step-line {
	flex: 1;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	margin: 0 10px;
}

/*   Cards */
.cr-card {
	background: #ffffff;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 16px;
}

@keyframes cr-fadeup {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
 
.cr-card-section {
	padding: 22px 24px;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.07);
}

.cr-card-section:last-child {
	border-bottom: none;
}

.cr-section-label {
	font-size: 10.5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	color: #888780;
	margin-bottom: 14px;
}

.cr-card-footer {
	padding: 18px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FAFAF8;
	border-top: 0.5px solid rgba(0, 0, 0, 0.07);
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
}

.cr-select-row {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.cr-select-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
 
body.certinet-emission #GoSignCertificateList {
	display: none;
}

body.certinet-renew #GoSignCertificateList {
	display: none;
}
 
.cr-cert-loading {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background: #F5F4F0;
	border: 0.5px solid rgba(0, 0, 0, 0.12);
	border-radius: 9px;
	font-size: 13px;
	color: #888780;
}

.cr-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(15, 110, 86, 0.2);
	border-top-color: #0F6E56;
	border-radius: 50%;
	animation: cr-spin 0.7s linear infinite;
	flex-shrink: 0;
}

@keyframes cr-spin { to { transform: rotate(360deg); } }

.cr-cert-error {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	background: #FCEBEB;
	border: 0.5px solid #F09595;
	border-radius: 9px;
	font-size: 13px;
	color: #501313;
}

.cr-cert-error-icon {
	flex-shrink: 0;
	margin-top: 1px;
}

.cr-cert-error-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}

.cr-cert-error-title {
	font-weight: 500;
	font-size: 13px;
}

.cr-cert-error-desc {
	font-size: 12px;
	color: #791F1F;
	line-height: 1.5;
}

.cr-btn-retry {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 6px;
	border: 1px solid #F09595;
	background: #ffffff;
	color: #A32D2D;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.15s;
	align-self: flex-start;
}

.cr-btn-retry:hover {
	background: #FCEBEB;
}

.cr-cert-search-area {
	position: relative;
}

.cr-cert-search {
	width: 100%;
	padding: 10px 14px 10px 36px;
	font-size: 13px;
	border: 0.5px solid rgba(0, 0, 0, 0.2);
	border-radius: 9px;
	background: #ffffff;
	color: #1C1C1A;
	outline: none;
	box-sizing: border-box;
	font-family: inherit;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.cr-cert-search::placeholder {
	color: #B4B2A9;
}

.cr-cert-search:focus {
	border-color: #0F6E56;
	box-shadow: 0 0 0 3px rgba(15, 110, 86, 0.07);
}

.cr-search-icon {
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #B4B2A9;
	display: flex;
	align-items: center;
}

.cr-cert-dropdown {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	background: #ffffff;
	border: 0.5px solid rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);
	z-index: 300;
	overflow: hidden;
	max-height: 220px;
	overflow-y: auto;
}

.cr-cert-option {
	padding: 10px 14px;
	font-size: 13px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: background 0.1s;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
	color: #1C1C1A;
}

.cr-cert-option:last-child {
	border-bottom: none;
}

.cr-cert-option:hover {
	background: #F5F4F0;
}

.cr-cert-option.selected {
	background: #E1F5EE;
	color: #085041;
}

.cr-cert-option-icon {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: #F1EFE8;
	border: 0.5px solid rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #5F5E5A;
}

.cr-cert-option.selected .cr-cert-option-icon {
	background: #C9EEE3;
	color: #0F6E56;
}

.cr-cert-option-text {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 0;
}

.cr-cert-option-name {
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cr-cert-option-sub {
	font-size: 11px;
	color: #888780;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cr-cert-option.selected .cr-cert-option-sub {
	color: #5DCAA5;
}

.cr-cert-no-results {
	padding: 14px;
	font-size: 13px;
	color: #888780;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.cr-cert-selected-display {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 13px;
	background: #E1F5EE;
	border: 0.5px solid #5DCAA5;
	border-radius: 9px;
	font-size: 13px;
	color: #085041;
	cursor: pointer;
	transition: background 0.15s;
}

.cr-cert-selected-display:hover {
	background: #C9EEE3;
}

.cr-cert-selected-name {
	font-weight: 500;
	flex: 1;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cr-cert-change-hint {
	font-size: 11px;
	color: #5DCAA5;
	white-space: nowrap;
}

.cr-btn-verify {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 10px 18px;
	background: var(--blue);
	color: #fff;
	border: none;
	border-radius: 9px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s, transform 0.1s;
	align-self: flex-start;
}

.cr-btn-verify:hover {
	background: #085041;
}

.cr-btn-verify:active {
	transform: scale(0.98);
}

.cr-btn-verify:disabled {
	background: #D3D1C7;
	color: #888780;
	cursor: not-allowed;
	transform: none;
}

.cr-alert {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 12px 16px;
	border-radius: 9px;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.cr-alert-success {
	background: #E1F5EE;
	border: 0.5px solid #5DCAA5;
	color: #085041;
}

.cr-alert-warning {
	background: #FAEEDA;
	border: 0.5px solid #EF9F27;
	color: #633806;
}

.cr-alert-danger {
	background: #FCEBEB;
	border: 0.5px solid #F09595;
	color: #501313;
}

.cr-alert-icon {
	flex-shrink: 0;
	margin-top: 1px;
}

.cr-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 0;
	row-gap: 0;
}

.cr-info-item {
	padding: 13px 20px 13px 0;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.07);
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.cr-info-item:nth-child(2n) {
	padding-right: 0;
}

.cr-info-item.full-col {
	grid-column: 1/-1;
	padding-right: 0;
}

.cr-info-item:nth-last-child(-n+2) {
	border-bottom: none;
}

.cr-info-item.full-col:last-child {
	border-bottom: none;
}

.cr-info-label {
	font-size: 10.5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.6px; 
}

.cr-info-value {
	font-size: 14px;
	color: #1C1C1A;
	font-weight: 400;
}

.cr-info-value.mono {
 
}

.cr-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 500;
	padding: 3px 10px 3px 8px;
	border-radius: 99px;
}

.cr-badge-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	flex-shrink: 0;
}

.cr-badge.success {
	background: #E1F5EE;
	color: #085041;
}

.cr-badge.success .cr-badge-dot {
	background: #1D9E75;
}

.cr-badge.warning {
	background: #FAEEDA;
	color: #633806;
}

.cr-badge.warning .cr-badge-dot {
	background: #EF9F27;
}

.cr-badge.danger {
	background: #FCEBEB;
	color: #501313;
}

.cr-badge.danger  .cr-badge-dot {
	background: #E24B4A;
}

.cr-key-usage {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 6px;
	background: #F1EFE8;
	color: #444441;
	font-weight: 500;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.cr-dn-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 4px;
}

.cr-dn-label {
	font-size: 10.5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #888780;
	margin-bottom: 8px;
}

.cr-dn-pills {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.cr-dn-pill {
	display: inline-block;
	font-family: 'DM Mono', monospace;
	font-size: 11px;
	padding: 3px 8px;
	background: #F1EFE8;
	color: #444441;
	border-radius: 4px;
	border: 0.5px solid rgba(0, 0, 0, 0.08);
	word-break: break-all;
}

.cr-footer-note {
	font-size: 12px;
	color: #888780;
	display: flex;
	align-items: center;
	gap: 6px;
}

.cr-btn-renew {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 22px;
	background: var(--blue);
	color: #fff;
	border: none;
	border-radius: 9px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.15s, transform 0.1s;
}

.cr-btn-renew:hover {
	background: #085041;
}

.cr-btn-renew:active {
	transform: scale(0.98);
}

.cr-btn-renew:disabled {
	background: #D3D1C7;
	color: #888780;
	cursor: not-allowed;
	transform: none;
}

.cr-success-card {
	background: #ffffff;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	border-radius: 14px;
	padding: 36px 32px;
	text-align: center;
	animation: cr-fadeup 0.4s ease both;
}

.cr-success-icon {
	width: 52px;
	height: 52px;
	background: #E1F5EE;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
}

.cr-success-title {
	font-size: 18px;
	font-weight: 500;
	color: #1C1C1A;
	letter-spacing: -0.3px;
	margin-bottom: 10px;
}

.cr-success-body {
	font-size: 14px;
	color: #5F5E5A;
	line-height: 1.65;
	max-width: 440px;
	margin: 0 auto 24px;
}

.cr-success-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #0F6E56;
	padding: 10px 18px;
	border-radius: 9px;
	border: 1px solid #5DCAA5;
	background: #E1F5EE;
	text-decoration: none;
}

.cr-help-strip {
	background: #ffffff;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.cr-help-text {
	font-size: 13px;
	color: #5F5E5A;
}

.cr-help-text strong {
	color: #1C1C1A;
	font-weight: 500;
}

.cr-help-chips {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.cr-chip {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	padding: 5px 12px;
	border-radius: 99px;
	border: 0.5px solid rgba(0, 0, 0, 0.15);
	color: #5F5E5A;
	background: #F5F4F0;
	cursor: pointer;
	transition: all 0.15s;
	text-decoration: none;
}

.cr-chip:hover {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.25);
	color: #1C1C1A;
}

.cr-device-notice {
	background: #E6F1FB;
	border: 0.5px solid #85B7EB;
	border-radius: 9px;
	padding: 10px 16px;
	font-size: 13px;
	color: #042C53;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
}

.cr-hidden {
	display: none !important;
}

.cr-animate {
	animation: cr-fadeup 0.3s ease both;
}

.modal-content {
	border-radius: 14px;
	border: 0.5px solid rgba(0, 0, 0, 0.12);
}

.modal-header {
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.07);
	padding: 18px 22px;
}

.modal-footer {
	border-top: 0.5px solid rgba(0, 0, 0, 0.07);
	padding: 14px 22px;
	gap: 8px;
}

.modal-title {
	font-size: 15px;
	font-weight: 500;
	font-family: inherit;
}

.modal-body {
	font-size: 14px;
	color: #444441;
	padding: 18px 22px;
}

.btn-cr-cancel {
	padding: 8px 16px;
	background: transparent;
	border: 0.5px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	font-family: inherit;
	font-size: 13px;
	color: #5F5E5A;
	cursor: pointer;
	transition: background 0.15s;
}

.btn-cr-cancel:hover {
	background: #F1EFE8;
}

.btn-cr-accept {
	padding: 8px 18px;
	background: var(--blue);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.15s;
}

.btn-cr-accept:hover {
	background: #085041;
}

@media ( max-width : 600px) {
	.cr-main {
		padding: 28px 16px 80px;
	}
	.cr-info-grid {
		grid-template-columns: 1fr;
	}
	.cr-info-item {
		padding-right: 0 !important;
	}
	.cr-info-item:nth-last-child(-n+2) {
		border-bottom: 0.5px solid rgba(0, 0, 0, 0.07);
	}
	.cr-info-item:last-child {
		border-bottom: none;
	}
	.cr-dn-grid {
		grid-template-columns: 1fr;
	}

	.cr-help-strip {
		flex-direction: column;
		align-items: flex-start;
	}
	.cr-select-row {
		flex-direction: column;
		align-items: stretch;
	}
	.cr-btn-verify {
		justify-content: center;
	}
}

.cr-form-group {
	margin-bottom: 20px;
}

.cr-form-label {
/* 	display: block; */
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 6px;
}

.cr-form-control {
	width: 100%;
	padding: 10px 14px;
	font-size: 14px;
	border: 0.5px solid rgba(0, 0, 0, 0.2);
	border-radius: 9px;
	background: #ffffff;
	color: #1C1C1A;
	outline: none;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.cr-form-control:focus {
	border-color: #0F6E56;
	box-shadow: 0 0 0 3px rgba(15, 110, 86, 0.07);
}

.cr-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	background: var(--blue);
	color: #fff;
	border: none;
	border-radius: 9px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.15s, transform 0.1s;
	text-decoration: none;
}

.cr-btn:hover {
	background: var(--blue);
}

.cr-btn-secondary {
	background: transparent;
	color: #5F5E5A;
	border: 0.5px solid rgba(0, 0, 0, 0.2);
}

.cr-btn-secondary:hover {
	background: #F1EFE8;
	color: #1C1C1A;
}

.cr-btn-block {
	width: 100%;
	justify-content: center;
}

.card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-img .fa-stack {
	transition: transform 0.4s ease;
}

.card:hover .fa-undo {
	animation: spin 0.6s ease-in-out;
}

.card:hover .fa-arrow-down {
	animation: bounce 0.6s ease-in-out;
}

.card:hover .fa-check {
	animation: pulse 0.6s ease-in-out;
}

.card:hover .fa-circle {
	transition: transform 0.3s ease;
	transform: scale(1.1);
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(6px); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.3); }
}

.feature-card {
	border: 1px solid #dee2e6;
	border-radius: 12px;
	padding: 1.25rem;
	height: 100%;
}

.feature-icon {
	width: 36px;
	height: 36px;
	margin-bottom: 0.75rem;
}


.banner-text-overlay {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    color: white !important;
}

.banner-text-bg {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
    padding: 1.5rem;
    border-radius: 1rem;
    display: inline-block;
}

.banner-overlay-dark {
    background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%);
}

.banner-overlay-blue {
        background: linear-gradient(344deg, rgb(0 68 137 / 8%) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.top-element {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C1D2D9;
    border-radius: 6px;
    flex-direction: row;
    background-color: #ffffff;
}

/* .article-header { */
/*     min-width: 288px; */
/*     max-width: 288px; */
/*     height: 362px; */
/* } */

.article-header {
    min-width: 288px;
    max-width: 288px;
    height: 100%;
}

.article-header img {
    object-fit: cover !important;
/*     height: 350px !important; */
}

.title-article-body{
    color: #002855;
 
    
}

.article-body {
	  padding-right: 24px;
	  padding-left: 24px;
}


/* .badge-nueva-cedula { */
/*     position: absolute; */
/*     top: 12px; */
/*     left: 12px; */
/*     z-index: 10; */
/*     background: linear-gradient(135deg, var(--blue), var(--light-blue-01)); */
/*     color: #fff; */
/*     font-size: 0.72rem; */
/*     font-weight: 600; */
/*     padding: 6px 12px; */
/*     border-radius: 20px; */
/*     box-shadow: 0 2px 8px rgba(0, 68, 137, 0.35); */
/*     letter-spacing: 0.02em; */
/*     text-transform: uppercase; */
/*     animation: pulse-badge 2s ease-in-out infinite; */
/* } */

/* @keyframes pulse-badge { */
/*     0%, 100% { box-shadow: 0 2px 8px rgba(0, 68, 137, 0.35); } */
/*     50% { box-shadow: 0 2px 16px rgba(0, 68, 137, 0.6); } */
/* } */

/* .badge-nueva-cedula { */
/*     background: linear-gradient(135deg, #e17055, #d63031); */
/*     font-size: 0.7rem; */
/*     font-weight: 700; */
/*     padding: 5px 14px 5px 10px; */
/* } */
/* .badge-nueva-cedula::before { */
/*     content: "NUEVO "; */
/*     font-size: 0.6rem; */
/*     background: rgba(255,255,255,0.25); */
/*     padding: 1px 6px; */
/*     border-radius: 4px; */
/*     margin-right: 4px; */
/* } */

/* .badge-nueva-cedula { */
/*     position: absolute; */
/*     top: 12px; */
/*     left: 12px; */
/*     z-index: 10; */
/*     background: linear-gradient(135deg, var(--blue), var(--light-blue-01)); */
/*     color: #fff; */
/*     font-size: 0.72rem; */
/*     font-weight: 600; */
/*     padding: 6px 12px; */
/*     border-radius: 20px; */
/*     box-shadow: 0 2px 8px rgba(0, 68, 137, 0.35); */
/*     letter-spacing: 0.02em; */
/*     text-transform: uppercase; */
/*     animation: badge-flotar 3s ease-in-out 0.6s infinite; */
/* /*     badge-entrar 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, */  
/*     opacity: 1; */
/*     transform: translateX(-30px) scale(0.7); */
/* } */

/* @keyframes badge-entrar { */
/*     0% { */
/*         opacity: 0; */
/*         transform: translateX(-30px) scale(0.7); */
/*     } */
/*     60% { */
/*         opacity: 1; */
/*         transform: translateX(6px) scale(1.05); */
/*     } */
/*     100% { */
/*         opacity: 1; */
/*         transform: translateX(0) scale(1); */
/*     } */
/* } */

/* @keyframes badge-flotar { */
/*     0%, 100% { */
/*         transform: translateY(0) translateX(0); */
/*         box-shadow: 0 2px 8px rgba(0, 68, 137, 0.35); */
/*     } */
/*     25% { */
/*         transform: translateY(-3px) translateX(2px); */
/*         box-shadow: 0 6px 16px rgba(0, 68, 137, 0.5); */
/*     } */
/*     50% { */
/*         transform: translateY(-1px) translateX(-2px); */
/*         box-shadow: 0 2px 12px rgba(0, 68, 137, 0.4); */
/*     } */
/*     75% { */
/*         transform: translateY(-4px) translateX(1px); */
/*         box-shadow: 0 8px 20px rgba(0, 68, 137, 0.55); */
/*     } */
/* } */

.badge-nueva-cedula {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    background: linear-gradient(135deg, var(--blue), var(--light-blue-01));
    background: linear-gradient(135deg, #e17055, #d63031);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 68, 137, 0.35);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 1;
     
}

.badge-nueva-cedula::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: var(--light-blue-01);
    z-index: -1;
    opacity: 0;
    animation: badge-pulse-ring 2s ease-out 0.6s infinite;
}


@keyframes badge-pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

 