:root {
    --text-dark: #cccccc;
	--text-light: #253558;
    --bkg-dark: #253558;
	--bkg-dark_claro: #2D426D;
	--bkg-light: #ffffff;
	--bkg-light-oscuro: #f4f5f7;
	--azul: #269ad2;
	--verde: #33CC99;
	
	--blue: #33CC99;
	--white: #FFF;
	--gray: #f5f5f5;
	--black1: #555;
	--black2: #999;
	--azul-claro: #00CCFF;
	--verde-oscuro-btn: #29A67C;
	--azul-oscuro-btn: #00A6CF;
	--morado: #E95FF9;
}

body, html {
	height: 100%;
	font-family: "Comfortaa", sans-serif;
	font-size: 14px;
}

.body_loader {
	background-color: #253558;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0px;
	padding: 0px;
}

.loader {
	width: 150px;
}

.omitir {
	margin-top: 40px;
	text-align: center;
}

.omitir a {
	line-height: 90px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #00CCFF;
	margin-bottom: 30px;
	border-radius: 0px;
	border: none;
	padding: 7px 30px 6px;
}

ul {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}

a, a:hover, a:focus {
	color: #33CC99;
}

h1 {
	color: #33CC99;
	font-size: 25px;
	font-weight: 500;
	line-height: 35px;
}

h2 {
	font-size: 18px;
	font-family: "Comfortaa", sans-serif;
	color: #33CC99;
}

input[type="checkbox"], input[type="radio"] {
	margin: 0px 15px;
}

.terms {
	width: 100%;
	margin: 10px 0px 30px;
}

.modal-dialog {
	padding: 0px;
	width: 80%;
	max-width: initial;
	height: 80%;
}

.modal-title {
	color: #3C9;
	font-weight: bold;
	float: left;
	width: 90%;
}

.modal-header {
	border-bottom: solid 1px #253558;
	display: flex;
	align-items: flex-start;
}

.modal-body {
	color: #999;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(80% - var(--bs-modal-margin) * 2);
	margin: 20% auto;
}

.subtittle {
	margin-bottom: 20px;
}

.lamp {
	position: fixed;
	top: 13px;
	right: 9px;
	height: 29px !important;
	width: 29px !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 10000 !important;
}

.lamp ul {
	height: 29px !important;
	width: 29px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.lamp img {
	width: 29px;
	height: 29px;
}

.login_form, .registro_form {
	height: 100%;
	text-align: center;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.registro_form {
	height: 100%;
	text-align: center;
	margin: auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 30px;
}

.registro_form .logo_login {
	margin-bottom: 20px;
}

.perfil_panel .input-group input, .perfil_panel .input-group select {
	margin: 0px 0px 40px !important;
}

.login_panel, .registro_panel {
	width: 80%;
}

.login_panel_admin {
	width: 350px;
}

label {
	color: #33CC99;
	font-size: 13px;
	font-weight: 500;
}

.logo_login {
	margin-bottom: 50px;
	text-align: center;
}

.logo_login img {
	width: 80%;
}

.btn-sesion {
	margin-bottom: 40px;
}

.btn-lg {
	padding: 8px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	font-weight: 600;
	letter-spacing: 1px;
}

.btn-primary {
	color: #fff;
	background-color: #33CC99;
	border: none;
	border-radius: 0px;
}

.btn-secondary {
	color: #fff;
	background-color: #00CCFF;
	margin-bottom: 30px;
	border-radius: 0px;
	border: none;
}

.btn-cerrar {
	color: #fff;
	background-color: #00CCFF;
	border-radius: 0px;
	border: none;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border: none;
	border-radius: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
	background-color: #2EB88A;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:hover,
.btn-cerrar:hover, .btn-cerrar:focus, .btn-cerrar:active, .btn-cerrar:active:hover {
	background-color: #00B8E6;
	color: #fff;
}

.form-horizontal .form-group {
	margin: 35px 0px 30px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group input {
	background: no-repeat;
	border-radius: 0px;
	margin: 20px 0px !important;
	font-size: 16px;
	height: auto;
	border: none;
	box-shadow: none;
	padding-left: 15px;
	padding-right: 15px;
}

.input-group input:focus {
	border-bottom: solid 3px var(--azul);
	box-shadow: none;
}

.forgot {
	margin-top: 100px;
}

.alert-warning {
	font-size: 15px;
	margin: 50px 10px;
}

.header {
	height: 60px;
}

.logout, .backpage {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	flex-grow: 1;
}

.logout_icon, .footer_icon {
	height: 17px;
	width: 100%;
	margin-top: 3px;
}

.back_icon {
	height: 20px;
	width: 100%;
	margin-top: 0px;
}

.logout_txt {
	font-size: 10px;
	margin: 7px 0px 0px;
	text-align: center;
}

.back_txt {
	font-size: 10px;
	margin: 5px 0px 0px;
	text-align: center;
}

.contenido {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
}

.logo_home {
	text-align: center;
}

.logo_home img {
	width: 60%;
}

.footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 60px;
	display: flex;	
}

.footer > li.active {
	background-color: #29A67C;
}

.btn_footer {
	width: 140px;
	height: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.btn_footer:hover, .logout:hover, .home_btn:hover {
	text-decoration: none;
}

.active_menu {
  background-color: #29A67C;
}

.home_icons, .saludo {
	width: 100%;
	text-align: center;
}

.saludo {
	margin: 50px 0px;
}

.home_icons img {
	width: 65%;
}

.fila {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px;
}

.home_btn {
	text-align: center;
}

.btn_txt {
	font-size: 10px;
	margin-top: 10px;
}

.container {
	max-width: 100%;
	margin: 0px auto;
	height: calc(100% - 120px);
	overflow: scroll;
	overflow-x: hidden;
	padding: 20px 30px 0px 23px;
}

.calificacion {
	text-align: center;
}

.calificacion h1 {
	margin-bottom: 30px !important;
}

#allDocuments {
	width: 100%;
	margin: 0 auto;
}

#allDocuments th {
	text-align: center;
	padding: 10px 0px;
}

#allDocuments td {
	padding: 5px 20px 5px 20px;
}

.bodyequipos label, .bodyequipos p {
	text-align: center;
	padding: 10px 0px;
	width: 100%;
}

.bodyequipos label {
	font-size: 18px;
}

.bodyequipos p {
	margin-bottom: 30px;
}

.container .catalogo table tr td:nth-child(1) {
	text-align: left;
	width: 80%;
}

.container .catalogo table tr td:nth-child(2) {
	text-align: center;
	width: 20%;
}

.docuIcon {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.notification {
	border-radius: 0px;
	padding: 12px 15px 8px;
	margin: 30px 0px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.content {
	margin-bottom: 5px;
}

.timestamp {
	font-size: 10px;
	text-align: right;
}

.new-label-container {
    position: relative;
	margin-right: -8px;
	margin-top: -23px;
	text-align: right;
}

.new-label {
    position: absolute;
	display: inline-block;
	background-color: #f44336;
	color: #ffffff;
	font-size: 10px;
	padding: 2px 5px;
	right: -12px;
}

.content-with-label {
    margin-top: 23px;
}

.preloader {
    position: fixed;
	top: 60px;
    width: 100%;
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 1;
	transition: opacity 0.5s ease-out;
}

.preloader__circle,
.preloader__circle:before,
.preloader__circle:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1s infinite ease-in-out;
	animation: load7 1s infinite ease-in-out;
}
.preloader__circle {
	color: #33CC99;
	font-size: 5px;
	margin: 160px auto; /* Doble de la separaci¨Žn original */
	position: relative;
	text-indent: -9999em;
	transform: translateZ(0);
	animation-delay: -0.16s;
}
.preloader__circle:before,
.preloader__circle:after {
	content: '';
	position: absolute;
	top: 0;
}
.preloader__circle:before {
	left: -4.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.preloader__circle:after {
	left: 4.5em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

.logo_contact {
	margin-bottom: 20px;
}

.logo_contact img {
	width: 70%;
}

.contact-info {
	padding: 20px 20px 10px;
	margin-bottom: 30px;
}

.svg_contact_icon {
	width: 20px;
	min-width: 20px;
	margin-right: 10px;
}

.contact_icon{
	color: #33CC99;
}

.info-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#map {
	width: 100%;
	height: 200px;
	margin: 50px 0px;
}
.icon-container {
	display: flex;
	justify-content: space-around;
	margin: 0px 20px 60px;
}
.icon {
	width: 60px;
	height: 60px;
	text-align: center;
}
.icon img {
	max-width: 100%;
	height: auto;
}

.facturae, .servicios, .social {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}

.container1 {
  width: 100%;
  height: calc(100vh - 120px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.servicios1 {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.btn1 {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  text-align: left;
  white-space: normal;
}

.btn1 img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}

.servicios1 p {
	text-align: center;
}

.soporte, .friends {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: start;
	margin: 0 auto;
	text-align: center;
}

.catalogo {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	margin: 0 auto;
	text-align: center;
}
.catalogo h1 {
	margin: 5px 0px 20px;
}

.servicio h1 {
	text-align: center;
}

.btn-facturae {
	padding: 20px;
	margin-bottom: 40px;
}

.btn-facturae img {
	height: 30px;
	margin-right: 15px;
}

.soporte textarea, .calificacion textarea{
	width: 100%;
	margin-bottom: 40px;
	color: #999;
	font-size: 17px;
}

.soporte p, .servicios p {
	font-size: 10px;
	margin-bottom: 40px;
}

.soporte h1 {
	margin-bottom: 50px;
}
.soporte label, .calificacion label {
	margin-bottom: 15px;
}

.soporte .fecha {
	margin-bottom: 15px;
	width: 60%;
	padding: 10px 10px 7px;
	font-size: 20px;
	color: #999;
}

.selectequipo {
	text-align: left;
}

.selectequipo label {
	color: var(--azul)
}

.btn-inactivo {
	background-color: #999999;
	cursor: auto;
	margin-bottom: 15px;
}

.btn-inactivo:hover {
	background-color: #999999;
}

.friends p {
	margin-bottom: 30px;
}

.friends button {
	margin-top: 30px;
}

.compartir {
	display: flex;
}

.social h1 {
	margin-bottom: 30px;
}

.social i {
	font-size: 40px;
	width: 40px;
	height: 40px;
	margin: 15px;
}

.nav-tabs-scrollable {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	position: sticky;
	top: 0;
	z-index: 100;
	white-space: nowrap;
}

.nav-tabs-scrollable {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.nav-tabs-scrollable .nav-item {
	flex-shrink: 0;
	border-radius: 10px 10px 0px 0px;
}

.nav-tabs {
	border-bottom: none;
	gap: 2px;
}

.tab-content {
	text-align: center;
	padding: 30px 0px 10px;
}

.nav-tabs-scrollable .nav-link {
	border-radius: 10px 10px 0px 0px;
}

.nav-tabs-scrollable .nav-link.active {
	border-radius: 10px 10px 0px 0px;
	border: none;
}

.nav-tabs-scrollable .nav-link:hover {
	border-radius: 10px 10px 0px 0px;
	border: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: initial;
	border: none;
}

.nav-tabs-container {
	margin-bottom: -1px;
}

.card-img-top {
	max-height: 200px;
	border-radius: 50%;
	background-color: white;
	padding: 20px;
}

.product-card {
	width: 200px;
	margin: 10px auto 40px;
	cursor: pointer;
}

.card-title {
	font-size: 19px;
	color: #3C9;
}

.modal-header .btn-close {
	float: right;
	margin-right: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 15px;
}

.modal-footer {
	justify-content: space-between;
}

.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
}

.card {
	position: relative;
}

.sale-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: red;
	color: white;
	padding: 5px;
	border-radius: 5px;
	font-size: 0.8rem;
}

.on-sale {
	display: block;
}

.image-container {
	position: relative;
}

.sale-badge-modal {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: red;
	color: white;
	padding: 5px;
	border-radius: 5px;
	font-size: 0.8rem;
}

.notification-count {
	background-color: #f44336;
	color: #fff;
	border-radius: 10px;
	width: 20px;
	text-align: center;
	height: 20px;
	font-size: 9px;
	line-height: 20px;
	position: absolute;
	top: 5px;
	right: 7px;
}

/* ====================== Calendarios Datepicker ========================== */

.day {
	padding: 11px 10px 9px !important;
	font-size: 14px;
	line-height: 16px !important;
	border-radius: 50px !important;
}

.month, .year {
  font-size: 16px;
  border-radius: 50px !important;
}

.datepicker table tr td span {
  width: 23% !important;
  height: 39px !important;
  line-height: 38px !important;
}

.dow {
  font-size: 14px;
}

.datepicker-switch {
  font-size: 16px;
}

.datepicker.datepicker-inline {
  padding: 10px 16px;
  border-radius: 10px;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 30px !important;
  height: 27px !important;
}

.active.day, .month.focused.active, .month.active, .year.active.focused, .year.active {
  background-image: none !important;
}

.datepicker-inline {
	margin: 40px auto;
	width: 290px !important;
}

.datepicker-inline td.day,
.datepicker-inline th.datepicker-switch {
	pointer-events: none;
}

.datepicker-inline th.next, 
.datepicker-inline th.prev {
	opacity: 0;
	pointer-events: none;
}

.datepicker-inline tr {
	text-align: center;
}

.datepicker-inline table {
	margin: 0 auto !important;
}

#year {
	margin: 20px 0px;
	background-color: #fff;
	border: 1px solid var(--bkg-dark);
	height: 40px;
	width: 200px;
	color: var(--bkg-dark);
}

#filter-form {
  text-align: center;
}

.active.day.serviciocompletado {
	background-color: var(--azul-oscuro-btn) !important;
}

#phone, #phonefijo {
  width: 73%;
}

#phone-error {
  margin-top: -11px;
  color: red;
  text-align: left;
}

.form-control[readonly] {
	background-color: transparent;
}

#phone_code, #phonefijo_code {
  text-align: center;
  padding: 2%;
  margin-right: 5px !important;
	width: 25%;
}

.pulso {
  text-align: center;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 20px;
  line-height: 20px;
  /*transform: scale(1);
  animation: pulse 3s infinite;*/
}

.pulso2 {
  text-align: center;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 20px;
  /*transform: scale(1);
  animation: pulse 3s infinite;*/
}

@keyframes pulse {
	0% {
		transform: scale(0.85);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.85);
	}
}

.star-rating {
	display: flex !important;
	width: 100% !important;
	justify-content: space-between;
	padding: 0px 30px !important;
	flex-direction: row-reverse;
}

.star-rating input[type=radio] {
    display: none !important;
}

.star-rating label {
	font-size: 55px !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer !important;
	display: inline-block !important;
	text-shadow: 0px 0px 4px #00A6CF, 0px 0px 4px #00A6CF, 0px 0px 4px #00A6CF, 0px 0px 4px #00A6CF;
	color: #ffffff !important;
}

.star-rating label:before {
    content: "\2605" !important; /* Unicode character for the star */
}

.star-rating input[type=radio]:checked ~ label {
    color: #f90 !important;
}





