/* ===============GENERAL=============== */
/* ----- COLORES -----*/
/* ----- COLORES BOTONES -----*/
/* ----- COLORES VARIOS -----*/
/* ----- COLORES BOTONES SOCIALES -----*/
/* ----- COLORES TEXTOS -----*/
/* ----- COLORES ICONOS -----*/
/* ----- FILTROS -----*/
/* ----- PANELS -----*/
html * {
  font-family: "Roboto", sans-serif !important;
  color: #4d5353;
}

html, body {
  min-height: 100vh;
  background-color: #f3f3f3;
}

#content {
  padding: 15px 30px 30px 300px;
}

#btn-hide-menu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  transition: box-shadow 0.3s ease;
}

#btn-hide-menu:before {
  color: rgba(0, 0, 0, 0.4);
}

#btn-hide-menu:hover {
  cursor: pointer;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.14);
}

#title-page {
  display: inline-block;
  font-size: 21px;
  margin-left: 15px;
  color: rgb(71, 75, 85);
  font-weight: lighter;
}

i.fas {
  font-family: "Font Awesome 5 Free" !important;
}

i.fas:before {
  color: rgba(70, 70, 70, 0.3);
}

/* ---------------HEADER--------------- */
#header-icons {
  position: absolute;
  top: 15px;
  right: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header-icons i {
  font-size: 18px;
}

#header-icons i:before {
  color: #909090;
}

#header-icons i:hover:before {
  color: #555555;
}

#header-icons .item {
  margin-left: 30px;
}

/* --------------- FILTERS --------------- */
#container-header-filters {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  margin: 15px 0;
}

#container-header-filters .filter {
  flex-grow: 1;
  height: 40px;
  max-width: 300px;
  margin: 0 10px 7.5px 0;
  border-radius: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  transition: border-radius 0.3s ease, border-top-left-radius 0.3s ease, border-top-right-radius 0.3s ease, border-bottom-left-radius 0.3s ease, border-bottom-left-radius 0.3s ease;
}

#container-header-filters .filter:last-child {
  margin-right: 0;
}

#container-input-search-mobile {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

#input-search {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#input-search,
#input-search-mobile {
  min-width: 215px;
}

#input-search::-moz-placeholder, #input-search-mobile::-moz-placeholder {
  font-style: italic;
  color: rgba(191, 191, 191, 0.87);
}

#input-search::placeholder,
#input-search-mobile::placeholder {
  font-style: italic;
  color: rgba(191, 191, 191, 0.87);
}

#container-header-filters .filter.actions i {
  font-size: 20px;
}

#container-input-search,
#container-input-search-mobile {
  min-width: 260px !important;
}

/* --------------- WONLEAD FILTER --------------- */
.ui.labeled.input.filter-wonlead .ui.basic.label {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.ui.labeled.input.filter-wonlead input {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.filter-wonlead .ui.basic.label {
  padding-left: 30px;
  background-color: transparent;
  border-radius: 15px;
  border: 1px solid #5706ED;
  border-right-width: 0;
}

.filter-wonlead .ui.basic.label i {
  position: absolute;
  left: 14px;
  top: 11px;
  font-size: 17px;
}

.filter-wonlead i:before {
  color: #5706ED;
}

.ui.labeled.input.filter-wonlead input,
.input-wonlead {
  border: 1px solid #5706ED !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

/* --------------- MOBILE FILTERS --------------- */
#container-header-filters-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#btn-filters-mobile {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  background-color: #5706ED;
}

#btn-filters-mobile:hover {
  cursor: pointer;
}

#btn-filters-mobile i {
  margin-right: 15px;
}

#btn-filters-mobile p,
#btn-filters-mobile i:before {
  color: white;
}

#btn-filters-mobile {
  margin-bottom: 15px;
}

/* --------------- POPUP FILTERS --------------- */
#container-popup-filters-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 0 15px 45px 15px;
  overflow-y: auto;
  background-color: white;
  z-index: 999;
}

#container-popup-filters-mobile::-webkit-scrollbar,
#container-popup-filters-mobile::-webkit-scrollbar-track,
#container-popup-filters-mobile::-webkit-scrollbar-thumb {
  display: none;
}

#container-popup-filters-mobile .container-filter {
  margin-bottom: 15px;
}

#container-popup-filters-mobile .container-filter > * {
  display: block;
}

#container-popup-filters-mobile .container-filter label {
  color: #5706ED;
}

#container-popup-filters-mobile .container-filter > .dropdown,
#container-popup-filters-mobile .container-filter > .dropdown-multi {
  box-shadow: 0 6px 12px -7px rgba(87, 6, 237, 0.5);
}

#container-popup-filters-mobile .container-filter > .dropdown .menu,
#container-popup-filters-mobile .container-filter > .dropdown-multi .menu {
  box-shadow: 0 6px 7px 0px rgba(87, 6, 237, 0.5);
}

#container-popup-filters-mobile .container-filter .dropdown-multi .ss-content {
  left: 0 !important;
}

#container-popup-filters-mobile .container-filter > .dropdown,
#container-popup-filters-mobile .container-filter .dropdown-multi,
#container-popup-filters-mobile .container-filter .dropdown-multi .ss-content .ss-list {
  border: 1px solid #5706ED;
}

#container-popup-filters-mobile .container-filter .dropdown i:before {
  color: #5706ED;
}

#container-popup-filters-mobile .container-filter .dropdown .menu {
  border-top-width: 1px !important;
  border-color: #5706ED;
}

#container-popup-filters-mobile-header {
  height: 50px;
}

#btn-header-filters-back {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 30px;
}

#btn-header-filters-back:before {
  color: #5706ED;
}

#header-filters-title {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 24px;
  color: #5706ED;
}

#btn-header-filters-menu {
  position: absolute;
  height: 30px;
  top: 15px;
  right: 15px;
  font-size: 30px;
}

#btn-header-filters-menu:before {
  color: #5706ED;
}

#filters-title {
  font-size: 24px;
}

#container-popup-filters-mobile .container-filter .dropdown-multi {
  padding: 6px 30px 4px 12px;
  border-radius: 15px;
}

#container-popup-filters-mobile .dropdown-multi .ss-multi-selected .ss-add .ss-plus,
#container-popup-filters-mobile .dropdown-multi .ss-multi-selected .ss-add .ss-plus::after {
  background-color: #5706ED;
}

#container-popup-filters-mobile .dropdown-multi .ss-multi-selected.ss-open-below + .ss-content {
  margin-top: 10px;
}

#container-popup-filters-mobile .dropdown-multi .ss-multi-selected.ss-open-above + .ss-content {
  top: 20px !important;
}

/* --------------- CALENDAR FILTERS MOBILE --------------- */
#mobile-filter-calendar-ranges {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #5706ED;
  margin-bottom: 15px;
}

#mobile-filter-calendar-ranges .calendar-range {
  width: 100%;
  border: 1px solid #5706ED;
  text-align: center;
  padding: 5px;
  color: #5706ED;
}

#mobile-filter-calendar-ranges .calendar-range:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-left: none;
}

#mobile-filter-calendar-ranges .calendar-range:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right: none;
}

#mobile-filter-calendar-ranges .calendar-range:hover {
  cursor: pointer;
}

#mobile-filter-calendar-ranges .calendar-range:hover,
#mobile-filter-calendar-ranges .calendar-range.active {
  color: white;
  background-color: #5706ED;
}

#container-calendars-mobile {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 45px 0;
  background-color: #5706ED;
  border-radius: 50px;
  box-shadow: 0 0 3px 3px rgba(87, 6, 237, 0.5);
}

#container-calendars-mobile .daterangepicker {
  z-index: 1 !important;
}

#mobile-filter-title-date-picker {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 15px;
}

#mobile-filter-title-date-picker i {
  margin-right: 15px;
  font-size: 18px;
}

#mobile-filter-title-date-picker i:before {
  color: #5706ED;
}

#mobile-filter-title-date-picker p {
  display: inline;
  font-size: 16px;
  text-align: center;
  color: #5706ED;
}

#input-date-range-mobile {
  width: 100%;
  font-size: 20px;
  background-color: transparent;
  color: white;
  text-align: center;
}

#container-calendars-mobile .daterangepicker {
  top: initial !important;
  left: initial !important;
  right: initial !important;
  bottom: initial !important;
  z-index: 1 !important;
}

#container-calendars-mobile .daterangepicker::before,
#container-calendars-mobile .daterangepicker::after {
  content: none !important;
}

#btn-search-filter-mobile {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 60px;
  color: #5706ED;
  border: 1px solid #5706ED;
}

#btn-search-filter-mobile:hover {
  cursor: pointer;
  background: #5706ED;
  color: white;
  box-shadow: 0px 0px 3px -1px #5706ED;
}

#btn-search-filter-mobile:active {
  background-color: #5706ED !important;
  color: white;
}

/* ---------------SCROLLS--------------- */
/* width */
* ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

/* Track */
* ::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

/* Handle */
* ::-webkit-scrollbar-thumb {
  background-color: #0098e5;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

/* Handle on hover */
* ::-webkit-scrollbar-thumb:hover {
  background-color: #1190cf;
}

/* ---------------PANELS--------------- */
.panel {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  background-color: rgb(252, 253, 255);
  /*border-radius: 6px;*/
  border-radius: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.panel.panel-semi {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.panel .panel-title {
  position: absolute;
  top: -20px;
  left: 30px;
  right: 30px;
  height: 65px;
  border-radius: 3px;
  padding: 15px;
  color: white;
  font-size: 20px;
  background-color: #aa0da2;
}

.panel.transparent {
  background-color: transparent;
  box-shadow: none;
}

.panel-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* ---------------BUTTONS--------------- */
button.btn {
  background-color: #e80aa0;
  border-width: 0;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px -1px black;
}

button.btn:hover {
  background-color: #e80aa0;
  box-shadow: 0 14px 26px -12px rgba(232, 10, 160, 0.4), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(232, 10, 160, 0.4);
}

button.btn:active {
  background-color: #d41096 !important;
  box-shadow: none !important;
}

button.btn:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

button.btn.btn-secondary {
  background: none;
  background-color: rgb(252, 253, 255);
  color: black;
  transition: background-color 0.3s ease, color 0.3s ease-out;
}

button.btn.btn-secondary:hover {
  color: white;
  box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}

.btn-secondary.active, .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: rgb(170, 13, 162);
  box-shadow: 0 0 0 0.2rem white;
}

button.btn.btn-danger {
  background: transparent;
  border: 1px solid rgb(249, 33, 33);
  color: red;
  transition: color 0.3s ease, background 0.3s ease;
}

button.btn.btn-danger:hover {
  color: white;
  background: rgb(249, 33, 33);
}

.btn-danger.active, .btn-danger:not(:disabled):not(.disabled):active {
  background-color: rgb(249, 33, 33);
  box-shadow: 0 0 0 0.2rem white;
  border: 1px solid rgb(249, 33, 33);
}

button.btn.outline {
  background-color: transparent;
  background: transparent;
}

button.btn.outline:hover {
  background-color: #e80aa0;
  color: white;
}

button.btn.outline:active, button.btn.outline:focus {
  box-shadow: none !important;
}

#btn-google,
#btn-facebook,
#btn-twitter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: white;
  background-color: white;
  font-size: 16px;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 30px;
}

#btn-google span,
#btn-facebook span,
#btn-twitter span {
  color: white;
}

#btn-google:hover {
  background-color: #c73b22;
  box-shadow: 0 14px 26px -12px rgba(199, 59, 34, 0.4), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(199, 59, 34, 0.2);
}

#btn-google:active {
  background-color: #c73b22 !important;
}

#btn-facebook:hover {
  background-color: #2c4f96;
  box-shadow: 0 14px 26px -12px rgba(44, 79, 150, 0.4), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(44, 79, 150, 0.2);
}

#btn-facebook:active {
  background-color: #2c4f96 !important;
}

#btn-twitter:hover {
  background-color: #3f88bd;
  box-shadow: 0 14px 26px -12px rgba(63, 136, 189, 0.4), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(63, 136, 189, 0.2);
}

#btn-twitter:active {
  background-color: #3f88bd !important;
}

#btn-google img,
#btn-facebook img,
#btn-twitter img {
  height: 24px;
  margin-right: 5px;
}

#btn-google.background {
  background-color: #df4930;
}

#btn-facebook.background {
  background-color: #4267b2;
}

#btn-twitter.background {
  background-color: #60a9de;
}

/* ---------------INPUTS--------------- */
div.container-label-input {
  margin-bottom: 15px;
}

label.input-label {
  display: inline;
  color: #5706ED;
}

textarea.form-control {
  resize: none;
}

input.form-control.outline,
textarea.form-control.outline {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding: 10px 0;
}

input.form-control:focus,
textarea.form-control:focus {
  border-color: #5706ED;
  box-shadow: 0 0 0 0.2rem rgba(95, 39, 177, 0.25);
}

input.form-control.outline:focus,
textarea.form-control.outline:focus {
  border-bottom-color: #5706ED;
  box-shadow: none;
  background-color: transparent;
  border-bottom-width: 2px;
}

input.form-control.error,
textarea.form-control.error,
select.form-control.error,
div.upload input.error ~ label {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
  border-color: red;
}

input.form-control.login {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 30px 5px;
  border: 0;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 20px;
}

input.form-control.login::-moz-placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
}

input.form-control.login::placeholder {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
}

.form-control.short {
  width: 30%;
}

.form-control.outline.error {
  box-shadow: none;
}

label.input-name {
  color: rgb(180, 180, 180);
}

input.transparent,
input.transparent:hover,
input.transparent:active,
input.transparent:focus {
  background-color: white;
  border: none;
  box-shadow: none;
}

/* ---------------SELECTS--------------- */
select.form-control {
  display: inline;
  box-shadow: none;
}

select.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 39, 177, 0.7);
}

select.form-control:hover {
  cursor: pointer;
}

select.form-control.outline {
  width: auto;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-left: 0;
}

select.form-control.outline:focus {
  box-shadow: none;
}

select.form-control.outline:disabled {
  background-color: rgba(0, 0, 0, 0.25);
}

/* ---------------LINKS--------------- */
a.clean-link:hover {
  text-decoration: none;
}

a.clean-link:link {
  color: black;
}

a.clean-link:visited {
  color: black;
}

a.clean-link:hover {
  color: black;
}

a.clean-link:active {
  color: black;
}

/* ---------------CHECK/RADIO--------------- */
input[type=radio].custom-control-input:checked ~ label:before {
  background-color: rgb(170, 13, 162);
  border-color: rgb(170, 13, 162);
}

.custom-checkbox > label {
  -webkit-user-select: none;
  -moz-user-select: none;
}

input[type=radio].custom-control-input:focus ~ label:before {
  box-shadow: 0 0 0 0.2rem rgba(170, 13, 162, 0.25);
}

input[type=radio].custom-control-input:active ~ label:before {
  background-color: rgba(170, 13, 162, 0.25) !important;
  border-color: rgba(170, 13, 162, 0.25) !important;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.07);
  border: none;
  padding: 10px;
  margin-top: -2px;
}

.custom-checkbox .custom-control-label:after {
  padding: 10px;
  margin-top: -2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(170, 13, 162);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(170, 13, 162, 0.25);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(170, 13, 162, 0.25);
}

/* ---------------SWITCHES--------------- */
.container-switch label {
  -webkit-user-select: none;
  -moz-user-select: none;
}

label.switch-option-prev,
label.switch-option-post {
  margin-bottom: 0;
}

label.switch-option-prev {
  margin-right: 5px;
}

label.switch-option-post {
  margin-left: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 15px;
  margin-bottom: 0;
}

.switch input {
  display: none;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 34px;
  box-shadow: 0px 0px 3px -1px black;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.3s;
}

.switch input:checked + .slider {
  background-color: rgb(170, 13, 162);
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  transform: translateX(20px);
}

.switch .slider:before {
  border-radius: 50%;
}

/* ---------------OTHER CUSTOMS--------------- */
.custom-file-input ~ .custom-file-label {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding: 10px 0;
}

.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none;
  border-bottom-color: #5706ED;
  border-bottom-width: 2px;
}

div.upload label {
  color: gray;
}

.custom-file-input ~ .custom-file-label:after {
  top: initial;
  bottom: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: transparent;
}

/* ---------------TABLES--------------- */
.container-table {
  position: relative;
  width: 100%;
}

table.table thead tr th {
  font-size: 18px;
  color: #5706ED;
  font-weight: normal;
  border: none;
}

table.table tbody tr td {
  border: none;
}

table.table tbody tr:first-child {
  border-top: 1px solid #ddd;
}

table.table tbody tr {
  border: none;
  border-bottom: 1px solid #ddd;
}

table.table tbody tr:last-child {
  border-bottom: none;
}

table.table tbody tr td {
  vertical-align: middle;
}

table.table tfoot tr td div.container-pages {
  display: flex;
  justify-content: center;
  align-items: center;
}

table.table tfoot tr td div.container-pages a.table-page {
  margin-right: 10px;
}

table.table tfoot tr td div.container-pages a.table-page.active {
  font-weight: bold;
  color: rgb(170, 13, 162);
}

table.table tfoot tr td div.container-pages a.table-prev-page,
table.table tfoot tr td div.container-pages a.table-next-page {
  font-size: 18px;
}

table.table tfoot tr td div.container-pages a.table-prev-page {
  margin-right: 20px;
}

table.table tfoot tr td div.container-pages a.table-next-page {
  margin-left: 10px;
}

table.table tfoot tr td {
  border: none;
}

table.table tbody tr td.container-control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

table.table tbody tr td.container-control > * {
  margin: 0;
}

/* ---------------MESSAGES--------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background-color: rgba(0, 0, 0, .3);*/
  z-index: 1000;
}

#container-message,
#container-confirmation-message {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 1001;
}

#container-message .content-message,
#container-confirmation-message .content-message {
  width: 50%;
  padding: 15px 15px 5px 15px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fefefe;
  box-shadow: 0px 0px 10px -3px black;
}

#container-message .btn-cancel {
  float: right;
  color: white;
}

#container-confirmation-message textarea {
  width: 100%;
  resize: none;
}

/* ---------------OTROS--------------- */
.invisible {
  display: none !important;
}

#container-or,
#container-or-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#container-or-mobile {
  flex-direction: row;
}

#container-or span,
#container-or-mobile span {
  border: 3px solid rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  padding: 15px;
  width: 65px;
  text-align: center;
  color: #5c95ab;
  font-weight: bold;
  font-size: 22px;
}

#container-or-mobile span {
  width: 100px;
}

#container-or-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-separator {
  height: 100%;
  width: 0;
  border: 1.5px solid rgba(0, 0, 0, 0.07);
}

.horizontal-separator {
  width: 100%;
  height: 0;
  border: 1.5px solid rgba(0, 0, 0, 0.07);
}

#container-or .vertical-separator:nth-child(1) {
  margin-bottom: 0;
}

#container-or .vertical-separator:nth-child(3) {
  margin-top: 0;
}

/* ---------------ICONS--------------- */
i.icon.clickable:hover {
  cursor: pointer;
}

i.icon.clickable:before {
  transition: color 0.3s ease;
}

i.icon.clickable:hover {
  cursor: pointer;
}

i.icon.clickable:hover:before {
  color: rgba(139, 139, 139, 0.7);
}

/* ---------------CAROUSEL--------------- */
#container-carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 500px;
}

#container-carousel .container-carousel-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
  padding: 100px 0;
}

#container-carousel .container-carousel-control:hover {
  cursor: pointer;
}

#container-carousel .container-carousel-control:hover .carousel-control:before {
  color: rgb(139, 139, 139);
}

#container-carousel .carousel-control {
  font-size: 60px;
}

#container-carousel .carousel-control:before {
  transition: color 0.3s ease;
}

#carousel {
  width: 60%;
  height: 80%;
  margin: 0 auto 0 auto;
}

/* ---------------CHARTS--------------- */
.container-chart {
  transition: width 0.25s ease, height 0.25s ease;
}

canvas.chart-with-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.chart-icon {
  position: absolute;
  font-size: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ---------------ADBLOCK--------------- */
#container-publi-request {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9998;
}

#publi-request div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

#publi-request div img {
  width: 50px;
}

#publi-request {
  width: 75vw;
  max-height: 50vh;
  overflow-y: auto;
  margin: 0;
  z-index: 9999;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.14);
}

#publi-request p {
  width: 100%;
  font-size: 20px;
}

#publi-request :nth-child(2) {
  font-weight: bold;
  text-align: center;
}

#publi-request :nth-child(3) {
  font-size: 18px;
}

#publi-request :nth-child(4) {
  text-align: right;
}

/* ---------------AUTOCOMPELTE--------------- */
.easy-autocomplete {
  width: 100%;
}

/* ---------------DATE-RANGE-PICKER--------------- */
.date-range-picker {
  display: inline-block;
  width: 180px;
}

.daterangepicker {
  border-radius: 15px;
  z-index: 800 !important;
}

.daterangepicker td.available:hover {
  background-color: rgba(87, 6, 237, 0.9);
  color: white;
}

.daterangepicker td.in-range {
  background-color: rgba(87, 6, 237, 0.1);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #5706ED;
}

.daterangepicker .drp-buttons .cancelBtn,
.daterangepicker .drp-buttons .applyBtn {
  margin: 0;
}

.daterangepicker .drp-buttons .cancelBtn {
  background-color: transparent;
  box-shadow: 0 0 0 0 transparent;
  margin-right: 15px;
}

.daterangepicker .drp-buttons .cancelBtn:hover {
  border: none;
  box-shadow: none;
}

.daterangepicker .drp-buttons .cancelBtn:active {
  background-color: transparent !important;
}

.daterangepicker .drp-buttons .applyBtn {
  background-color: #5706ED;
  color: white;
}

.daterangepicker .drp-buttons .applyBtn:hover {
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.4), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
}

.daterangepicker .drp-buttons .applyBtn:active {
  background-color: #5e1bda !important;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border: none;
}

.daterangepicker .ranges ul {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.daterangepicker .ranges li:hover {
  background-color: rgba(87, 6, 237, 0.1);
}

.daterangepicker .ranges ul li.active {
  background-color: #5706ED;
}

.daterangepicker .ranges ul :first-child {
  border-top-left-radius: 15px;
}

.daterangepicker .ranges ul :last-child {
  border-bottom-left-radius: 15px;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 0;
}

.daterangepicker td.off.available {
  visibility: hidden;
}

.daterangepicker * {
  -webkit-user-select: none;
  -moz-user-select: none;
}

#container-input-date-range {
  min-width: 245px !important;
}

#container-input-date-range input {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* --------------- DROPDOWNS --------------- */
.ui.selection.dropdown {
  min-width: 150px;
  border-radius: 15px;
  transition: border-radius 0.3s ease;
  border-color: transparent;
  outline: 0;
  padding: 12px 30px 12px 12px;
}

.ui.selection.dropdown.transparent {
  border-color: transparent;
  outline: 0;
}

.ui.selection.dropdown:hover {
  border-color: transparent;
  outline: 0;
}

.ui.selection.dropdown:focus {
  border-color: transparent;
}

.ui.selection.active.dropdown {
  border-color: transparent;
}

.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown:hover .menu {
  border-color: transparent;
}

.dropdown i {
  font-family: "Dropdown" !important;
  font-size: 0.85714286em !important;
  transform: rotate(0deg);
  font-family: "Font Awesome 5 Free" !important;
  transition: transform 0.3s ease !important;
}

.dropdown i:before {
  content: "\f078" !important;
}

.dropdown i:focus {
  outline: 0;
}

.ui.active.selection.dropdown,
.ui.active.upward.selection.dropdown {
  border-radius: 15px !important;
}

.ui.selection.dropdown .menu {
  max-height: 33vh;
  width: auto;
  min-width: 100%;
  margin-top: 5px;
  border-radius: 15px !important;
}

.ui.selection.dropdown.upward .menu {
  margin-bottom: 5px;
}

.ui.selection.dropdown .menu::-webkit-scrollbar-track,
.ui.selection.dropdown .menu::-webkit-scrollbar-thumb {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  border-radius: 30px !important;
}

.ui.selection.dropdown .menu .item:hover {
  color: #5706ED;
}

.ui.selection.dropdown.visible i {
  transform: rotate(180deg);
}

.ui.selection.dropdown .text {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}

.ui.selection.dropdown .text,
.ui.selection.dropdown .menu .item {
  -webkit-user-select: none;
  -moz-user-select: none;
}

.ui.dropdown:not(.button) > .default.text {
  color: rgba(191, 191, 191, 0.87);
}

.ui.selection.visible.dropdown > .text:not(.default),
.ui.dropdown:not(.button) > .text {
  color: rgb(158, 153, 153);
}

.ui.selection.dropdown .menu::-webkit-scrollbar {
  width: 7px;
}

.ui.selection.dropdown .menu::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0) !important;
}

.ui.selection.dropdown .menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

/* --------------- SLIMSELECT MULTIPLE --------------- */
.dropdown-multi .ss-multi-selected {
  padding: 12px;
}

.dropdown-multi .ss-multi-selected {
  height: 100%;
  background-color: white;
  border-radius: 15px;
  border: none;
}

.dropdown-multi.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.dropdown-multi .ss-multi-selected .ss-add {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  flex: initial;
  margin: 0;
}

.dropdown-multi .ss-multi-selected .ss-add .ss-plus,
.dropdown-multi .ss-multi-selected .ss-add .ss-plus::after {
  background-color: rgb(210, 210, 210);
}

.dropdown-multi .ss-multi-selected .ss-values {
  position: absolute;
  top: 5px;
  left: 10px;
  max-width: 85%;
  flex-wrap: nowrap;
  overflow: auto;
}

.dropdown-multi .ss-multi-selected .ss-values .ss-disabled {
  max-width: 90%;
  overflow: hidden;
  margin: 0;
  margin-top: 8px;
  padding: 0;
  color: rgba(191, 191, 191, 0.87);
}

.dropdown-multi .ss-multi-selected .ss-values .ss-value {
  border-radius: 10px;
  background-color: rgb(170, 13, 162);
  padding: 3px 10px;
  flex-wrap: nowrap;
}

.dropdown-multi .ss-multi-selected .ss-values .ss-value .ss-value-text {
  white-space: nowrap;
}

/* ----- SELECTED ----- */
.dropdown-multi .ss-multi-selected .ss-values .ss-value .ss-value-text {
  color: white;
}

.dropdown-multi .ss-multi-selected .ss-values .ss-value .icon-check {
  display: none;
}

.dropdown-multi .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  color: white;
}

/* ----- LIST ----- */
.dropdown-multi .ss-content {
  margin-top: 5px;
}

.dropdown-multi .ss-content,
.dropdown-multi .ss-content .ss-list {
  border-radius: 15px;
}

.dropdown-multi .ss-content {
  border: none;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}

.dropdown-multi .ss-content .ss-list .ss-option {
  position: relative;
  padding: 0.78571429rem 1.14285714rem !important;
}

.dropdown-multi .ss-content .ss-list .ss-option .icon-check {
  display: none;
}

.dropdown-multi .ss-content .ss-list::-webkit-scrollbar-track,
.dropdown-multi .ss-content .ss-list::-webkit-scrollbar-thumb {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  border-radius: 30px !important;
}

.dropdown-multi .ss-content .ss-list::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* ----- SELECTED ----- */
.dropdown-multi .ss-content .ss-list .ss-option.ss-option-selected {
  background-color: white;
  color: rgba(0, 0, 0, 0.7);
}

.dropdown-multi .ss-content .ss-list .ss-option.ss-option-selected .icon-check {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
}

.dropdown-multi .ss-content .ss-list .ss-option.ss-option-selected .icon-check::before {
  color: #79a76f;
}

.dropdown-multi .ss-content .ss-list .ss-option.ss-option-selected:hover .icon-check::before {
  color: #5706ED;
}

/* ----- ----- */
.dropdown-multi .ss-content .ss-list .ss-option:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #5706ED;
  cursor: pointer;
}

/* --------------- --------------- */
/* ====================MEDIA QUERIES==================== */
@media screen and (max-width: 767.98px) {
  .panel.panel-semi {
    display: block;
    width: 100%;
  }
  .form-control.short {
    width: 100%;
  }
  #container-message .content-message {
    width: 100%;
  }
  #publi-request {
    max-height: 90vh;
  }
  /* -------------------------HEADER ICONS-------------------------------- */
  #header-icons {
    display: none;
  }
  /* --------------------------------------------------------------------- */
}
@media screen and (max-width: 991.98px) {
  /* --------------------------------------------------------------------- */
}
@media screen and (max-width: 767.98px) {
  #publi-request {
    width: 85vw;
    max-height: 75vh;
  }
  #title-page {
    margin: 0;
    margin-bottom: 15px;
  }
  #btn-hide-menu {
    display: none;
  }
  #input-search,
  #input-search-mobile {
    min-width: initial !important;
  }
  #container-input-search,
  #container-input-search-mobile {
    min-width: 220px !important;
  }
  input.form-control.login::-moz-placeholder {
    font-size: 16px;
  }
  input.form-control.login::placeholder {
    font-size: 16px;
  }
  /* -------------------------HEADER ICONS-------------------------------- */
  #header-icons {
    justify-content: flex-end;
    align-items: center;
    top: 60px;
    left: 15px;
    right: 30px;
    margin-bottom: 30px;
  }
  #container-header-icons {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
  }
}
/* ---------------------------general disable------------------------------ */
#content {
  height: 100vh;
  padding: 15px;
}

body {
  height: 100%;
  background-image: url("../../img/wonlead-portada.jpg");
  background-attachment: fixed;
}

/*--------------*/
#title {
  font-size: 25px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

input.form-control.login::-moz-placeholder {
  font-size: 16px;
}

input.form-control.login::placeholder {
  font-size: 16px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(80, 30, 155);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(80, 30, 155, 0.25);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(80, 30, 155, 0.25);
}

#btn-signin {
  padding: 15px;
  border-radius: 50px;
  background-color: #5706ED;
}

#btn-signin:hover {
  background-color: rgb(80, 30, 155);
  box-shadow: 0 14px 26px -12px rgba(80, 30, 155, 0.4), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(80, 30, 155, 0.2);
}

#btn-signin:active {
  background-color: rgb(80, 30, 155) !important;
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  3% {
    transform: translate(0px, 0);
  }
  4% {
    transform: translate(-1px, 0);
  }
  5% {
    transform: translate(1px, 0);
  }
  6% {
    transform: translate(0px, 0);
  }
  7% {
    transform: translate(1px, 0);
  }
  8% {
    transform: translate(-1px, 0);
  }
  9% {
    transform: translate(1px, 0);
  }
  10% {
    transform: translate(0, 0);
  }
}
#btn-show-panel-left {
  display: none;
  position: fixed;
  left: 15px;
  top: 20px;
  width: 44px;
  background-color: #f3f3f3;
  font-size: 24px;
  padding: 8px;
  border-radius: 50%;
  animation-name: shake;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transform: translate(0, 0);
  box-shadow: 0 0px 6px 5px rgba(0, 0, 0, 0.14);
  z-index: 900;
}

#btn-close-panel-left {
  display: none;
}

#btn-show-panel-left:before {
  margin-left: 2px;
}

@keyframes animation-icon-finger {
  0% {
    opacity: 0;
    margin-left: 15px;
  }
  15% {
    margin-left: 15px;
  }
  15% {
    opacity: 1;
  }
  30% {
    margin-left: 0px;
  }
  35% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  95% {
    margin-left: 0px;
  }
  100% {
    opacity: 0;
    margin-left: 15px;
  }
}
#icon-finger {
  position: absolute;
  left: 43px;
  top: 45px;
  width: 30px;
  z-index: 900;
  animation-name: animation-icon-finger;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

#btn-show-panel-left:hover,
#icon-finger:hover {
  cursor: pointer;
}

#panel-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100vh;
  padding: 90px 0 15px 0;
  transition: width 0.3s ease, padding 0.3s ease;
  background-color: white;
  z-index: 900;
  overflow-y: auto;
}

#panel-left .panel-left-content * {
  font-family: "Roboto", sans-serif !important;
}

#panel-left .title {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 20px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}

#panel-left .icon.clickable.arrow,
#btn-close-panel-left {
  position: absolute;
  font-size: 25px;
  top: 60px;
}

#panel-left .icon.clickable.arrow {
  left: 15px;
}

#btn-close-panel-left {
  top: 15px;
  right: 15px;
}

#input-discount {
  width: 94%;
}

#panel-left .panel-left-content #btn-apply-discount {
  float: left;
  font-family: "Roboto", sans-serif !important;
  margin-left: 15px;
  margin-right: auto;
}

/* --------------------------CAROUSEL CONTROLS------------------------------- */
.container-carousel-control.container-carousel-control-right,
.container-carousel-control.container-carousel-control-left {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 100%;
  z-index: 100;
}

.container-carousel-control.container-carousel-control-left i:before,
.container-carousel-control.container-carousel-control-right i:before {
  font-size: 50px;
  transition: color 0.3s ease;
}

.container-carousel-control.container-carousel-control-left {
  left: 0;
}

.container-carousel-control.container-carousel-control-right {
  right: 0;
}

.container-carousel-control.container-carousel-control-right:hover,
.container-carousel-control.container-carousel-control-left:hover {
  cursor: pointer;
}

.container-carousel-control.container-carousel-control-right i:before,
.container-carousel-control.container-carousel-control-left i:before {
  color: rgba(255, 255, 255, 0.3) !important;
}

.container-carousel-control.container-carousel-control-right:hover i:before,
.container-carousel-control.container-carousel-control-left:hover i:before {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* --------------------------------------------------------- */
#container-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  transition: width 0.3s ease, margin-left 0.3s ease;
}

#carousel {
  width: 60vw;
  height: 100%;
  padding-top: 45px;
  margin: 0 auto;
  transition: width 0.3s ease;
}

#carousel .carousel-inner,
#carousel .carousel-inner .carousel-item,
#carousel .carousel-inner .carousel-item .slide {
  height: 100%;
}

#carousel .carousel-item .slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#carousel-prev {
  transition: left 0.3s ease;
}

/* -------------------------CONTENT-------------------------------- */
/* -------------------------INFORMATION (SLIDE 1)-------------------------------- */
#container-information {
  overflow: auto;
}

#container-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#container-input > * {
  width: 49%;
}

#captcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.slide > .panel {
  width: 100%;
  /*max-height: 70%;*/
  margin: auto;
  padding: 30px;
  overflow-y: auto;
}

.slide .slide-title {
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  font-size: 38px;
  text-align: center;
}

#container-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
}

#container-or {
  padding: 0 !important;
}

#container-or-mobile {
  display: none;
}

#container-mail {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

#input-user {
  width: 100%;
}

#container-check-terms a {
  color: #007bff;
}

#container-check-terms label {
  padding-left: 5px;
}

/* ---------------------------SLIDE BUSINESS------------------------------ */
#container-business {
  justify-content: space-between;
  height: 75%;
}

.panel.business {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 125px;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 15px auto;
}

.panel.business:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

.panel.business i {
  margin-bottom: 30px;
}

.panel.business i:before {
  font-size: 30px;
  color: black !important;
}

.panel.business .text {
  width: 50%;
  margin-left: auto;
  margin-bottom: 0;
}

.panel.business .text .title {
  text-align: right;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}

.panel.business .text .subtitle {
  text-align: right;
  font-size: 12px;
}

.panel.business img.icon {
  height: 80%;
}

/* ----- NO STOCK ----- */
.panel.business p.no-stock {
  display: none;
}

.panel.business.no-stock {
  background-color: rgb(150, 150, 150);
}

.panel.business.no-stock:hover {
  cursor: not-allowed;
}

.panel.business.no-stock p.no-stock {
  display: block;
  position: absolute;
  right: 5px;
  bottom: -10px;
  font-size: 12px;
  color: #ff9e9e;
}

.panel.business.no-stock .icon {
  filter: brightness(0.5);
}

/* ---------------------------CONTENT CATEGORY RELATED------------------------------ */
#slide-categories {
  padding: 0;
}

.slide .panel.category-related {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-height: initial;
  overflow-y: auto;
  padding: 0;
}

#container-columns-categories {
  align-items: flex-start;
  padding-top: 60px;
}

#container-columns-categories,
#container-zones {
  margin: 0;
}

#container-zones {
  justify-content: flex-start;
  flex-wrap: nowrap;
  height: 175px;
  padding: 30px 15px 15px 30px;
}

#container-columns-categories .title,
#container-zones .title {
  position: absolute;
  top: 0px;
  left: 0;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

#container-zones .panel.category {
  margin: 0;
  margin-right: 30px;
  flex-shrink: 0;
}

#container-columns-categories {
  max-height: 45%;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 15px;
}

#container-columns-categories .container-categories {
  margin-bottom: 0;
  margin-right: 60px;
}

.panel.category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 100px;
  margin: 15px auto;
  padding: 15px;
}

.panel.category:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

.panel.category .category-title {
  font-size: 16px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: bold;
}

.panel.category .main-category-selected {
  position: absolute;
  left: 5px;
  bottom: 0px;
  margin: 0 0 5px 5px;
  font-size: 11px;
  color: rgb(170, 13, 162);
}

.panel.category .icon-selected {
  position: absolute;
  top: 5px;
  right: 5px;
}

.panel.category .icon-selected:before {
  color: rgba(0, 0, 0, 0);
  transition: color 0.3s ease;
}

/* ----- NO STOCK ----- */
.panel.category.active .icon-selected:before {
  color: #e80aa0;
}

.panel.category p.no-stock {
  display: none;
}

.panel.category.no-stock {
  background-color: rgb(150, 150, 150);
}

.panel.category.no-stock:hover {
  cursor: not-allowed;
}

.panel.category.no-stock p.no-stock {
  display: block;
  position: absolute;
  left: 7px;
  top: 2px;
  font-size: 12px;
  color: #ff9e9e;
}

.panel.category.no-stock .icon {
  filter: brightness(0.5);
}

/* ----- FOOTER ----- */
#categories-footer,
#phones-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-right: 30px;
}

#categories-footer a,
#phones-footer a {
  text-decoration: none;
}

#categories-footer p,
#phones-footer p {
  display: inline;
  color: white;
  font-size: 21px;
}

#categories-footer i,
#phones-footer i {
  font-size: 24px;
}

#categories-footer i:before,
#phones-footer i:before {
  color: white;
  background-color: #e80aa0;
  padding: 7px;
  border-radius: 5px;
}

#categories-footer .btn,
#phones-footer .btn {
  display: none;
}

/*---------------------------------------------------*/
.panel.container-ad {
  display: inline-block;
  height: 50vh;
  width: auto;
  margin: 0;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;
}

.panel.container-ad:hover {
  cursor: pointer;
  background-color: rgba(248, 42, 138, 0.7);
  border-radius: 5px;
}

.panel.container-ad .ad {
  height: 100%;
}

.slide-content {
  max-height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-y: auto;
}

/* ----------------------------PHONES----------------------------- */
#section-phones {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 68vw;
  margin-left: 30vw;
}

#container-carousel-phones {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 40vh;
  margin-top: 30px;
  margin-bottom: 15px;
}

#carousel-phones {
  width: 75%;
  height: 100%;
}

#carousel-phones-container-prev,
#carousel-phones-container-next {
  width: 12%;
}

#carousel-phones .carousel-inner,
#carousel-phones .carousel-inner .carousel-item {
  height: 100%;
}

#carousel-phones-container-prev:hover i:before, #carousel-phones-container-next:hover i:before {
  color: rgba(0, 0, 0, 0.75);
}

#container-phones {
  flex-direction: row;
  flex-wrap: wrap;
}

.panel.phone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.panel.phone .icon-selected:before {
  transition: color 0.3s ease;
}

.panel.phone img {
  width: auto;
  height: 100%;
}

.phone img {
  width: 100%;
}

.phone .price {
  color: white;
}

.container-phones {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.container-phones .panel {
  overflow: hidden;
}

/* ----------------------------BOTTOM----------------------------- */
.btn.btn-primary.btn-continue {
  display: block;
  width: 90%;
  background: rgb(170, 13, 162);
  margin: 0 auto;
}

.btn.btn-primary.btn-continue:active {
  background: rgb(248, 42, 138);
}

/*-----------------------PACKAGES-----------------------*/
#container-packages {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 43vh;
}

#container-packages .package {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 225px;
  max-height: 100%;
  width: 200px;
  padding: 15px 15px 30px 15px;
  margin-bottom: 0;
  border-radius: 10px;
  box-shadow: 0 0px 10px -2px black;
}

#container-packages .package > * {
  margin: 0;
}

#container-packages .package .container-title {
  position: absolute;
  width: 115px;
  top: -10px;
  padding: 10px;
  background-color: red;
  border-radius: 5px;
}

#container-packages .package .container-title .title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 0;
}

#container-packages .package .price {
  font-weight: bold;
  font-size: 20px;
}

#container-packages .package .price.price-discount {
  text-decoration: line-through;
}

#container-packages .package .time-desc,
#container-packages .package .desc,
#container-packages .package .total-leads,
#container-packages .package .daily-leads {
  font-size: 12px;
}

#container-packages .package .lead-price-unity {
  font-weight: bold;
}

#container-packages .package .btn {
  position: absolute;
  bottom: 15px;
  width: auto;
  font-size: 10px;
}

#container-packages .package button#btn-buy-1:active {
  background-color: rgb(128, 215, 198) !important;
}

#container-packages .package button#btn-buy-1:focus {
  background-color: rgb(128, 215, 198) !important;
  box-shadow: 0 0 0 0.2rem rgba(128, 215, 198, 0.5) !important;
}

#container-packages .package button#btn-buy-3:active {
  background-color: rgb(113, 106, 202) !important;
}

#container-packages .package button#btn-buy-3:focus {
  background-color: rgb(113, 106, 202) !important;
  box-shadow: 0 0 0 0.2rem rgba(113, 106, 202, 0.5) !important;
}

#container-popup-terms {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#popup-terms {
  width: 50vw;
  height: 55vh;
  min-height: 410px;
  padding: 60px 30px 5px 30px;
}

#popup-terms .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  padding: 5px;
}

#popup-terms .content {
  height: 75%;
  overflow-y: auto;
  padding: 15px;
  text-align: justify;
}

#popup-terms .content a,
#popup-terms .content a p,
#popup-terms .content a span {
  color: #007bff;
}

#popup-terms .btn-accept {
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: #5f27b1;
  background-color: #5706ED;
}

#popup-terms .btn-accept:hover {
  background-color: rgb(80, 30, 155);
  box-shadow: 0 14px 26px -12px rgba(80, 30, 155, 0.4), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(80, 30, 155, 0.2);
}

#popup-terms .btn-accept:active {
  background-color: rgb(80, 30, 155) !important;
  box-shadow: 0 0 0 0.2rem rgba(80, 30, 155, 0.5) !important;
}

#popup-terms .btn-accept:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 30, 155, 0.5);
}

@media screen and (max-width: 1199.98px) {
  #panel-left .title {
    font-size: 20px;
  }
  #panel-left .icon.clickable.arrow {
    top: 45px;
  }
  /* -------------------------INFORMATION (SLIDE 1)-------------------------------- */
  .panel.package {
    height: 200px;
    width: 200px;
  }
  /* -------------------------RUBROS (SLIDE 2)-------------------------------- */
  .panel.business {
    width: 250px;
    height: 90px;
  }
  .panel.business .text .title {
    font-size: 18px;
  }
  /* -------------------------SEGMENTATION (SLIDE 3)-------------------------------- */
  #slide-categories {
    padding: 0;
  }
  .panel.category .category-title {
    font-size: 14px;
  }
  #container-columns-categories .container-categories {
    margin-right: 15px;
  }
  #container-columns-categories .panel.category,
  #container-zones .panel.category {
    width: 100px;
    height: 90px;
  }
  #container-columns-categories .panel.category p {
    font-size: 12px;
  }
  #categories-footer a,
  #phones-footer a {
    margin-right: 15px;
  }
  #categories-footer p,
  #phones-footer p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  #popup-terms {
    height: 95vh;
    width: 95vw;
    padding: 60px 15px 5px 15px;
  }
  #content {
    padding: 60px 15px 75px 15px;
  }
  #top-bar-title {
    display: inline-block;
    margin: 0;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 18px;
  }
  #btn-close-panel-left {
    display: block;
  }
  /* -------------------------CAROUSEL GENERAL-------------------------------- */
  #container-carousel {
    width: 100%;
    height: 100%;
  }
  #carousel {
    width: 100%;
    margin-top: 0;
  }
  #carousel .carousel-inner .carousel-item .slide .slide-title {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  /* -------------------------INFORMATION (SLIDE 1)-------------------------------- */
  #container-social {
    padding-left: 0;
  }
  #container-mail {
    padding-right: 0;
  }
  #container-mail #container-input input {
    width: 100%;
  }
  #container-information {
    overflow: auto;
  }
  #container-or {
    display: none;
  }
  #container-or-mobile {
    display: flex;
    margin-bottom: 30px;
  }
  #popup-terms {
    height: 75vh;
  }
  #popup-terms p {
    height: 100%;
    min-height: auto;
    max-height: 75%;
  }
  /* -------------------------RUBROS (SLIDE 2)-------------------------------- */
  #btn-show-panel-left {
    display: inline-block;
  }
  #container-business {
    justify-content: center;
    height: 80%;
  }
  #container-business .panel.business {
    height: 100px;
    padding-left: 15px;
  }
  #container-business .panel.business .text .title {
    font-size: 18px;
  }
  /* -------------------------SEGMENTATION (SLIDE 3)-------------------------------- */
  #slide-categories {
    justify-content: flex-start;
  }
  #container-columns-categories {
    height: 250px;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  #container-columns-categories .container-categories {
    margin-right: 15px;
  }
  #container-columns-categories .panel.category {
    height: 75px;
  }
  #container-columns-categories .panel.category p {
    font-size: 11px;
  }
  #container-zones {
    height: 150px;
  }
  #container-zones .panel.category {
    width: 100px;
    height: 75px;
  }
  #categories-footer a,
  #phones-footer a {
    margin: 0;
  }
  #categories-footer a p,
  #phones-footer a p {
    font-size: 12px;
  }
  #categories-footer i,
  #phones-footer i {
    font-size: 20px;
  }
  #categories-footer i:before,
  #phones-footer i:before {
    padding: 3px;
  }
  /* -------------------------ADS (SLIDE 4)-------------------------------- */
  #section-phones {
    display: block;
    width: 100%;
    max-height: 100%;
    margin-left: 0;
    overflow-y: auto;
  }
  #section-phones::-webkit-scrollbar {
    display: none;
  }
  #container-carousel-phones {
    height: 95%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #carousel-phones {
    height: 50vh;
  }
  #carousel-phones .carousel-inner,
  #carousel-phones .carousel-inner .carousel-item .panel.phone,
  #carousel-phones .carousel-inner .carousel-item .panel.phone img {
    width: auto;
    height: 100%;
  }
  #carousel-phones .carousel-inner .carousel-item .phone {
    width: 100%;
  }
  #container-packages {
    flex-wrap: wrap;
    height: auto;
  }
  #container-packages .panel.package {
    height: auto;
    margin-bottom: 45px;
    padding-top: 30px;
    padding-left: initial;
    padding-right: initial;
    padding-bottom: 60px;
    box-shadow: 0 0px 18px 0px black;
  }
  #container-packages .package .container-title {
    width: 50%;
  }
  #container-packages .package .price {
    font-size: 30px;
  }
  #container-packages .package .desc,
  #container-packages .package .total-leads,
  #container-packages .package .daily-leads {
    font-size: 14px;
  }
  #container-packages .package .btn {
    width: 75%;
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  /* -------------------------RUBROS (SLIDE 2)-------------------------------- */
  #container-business .panel.business {
    width: 85%;
    height: 100px;
    padding-left: 15px;
  }
  /* -------------------------ADS (SLIDE 4)-------------------------------- */
  #container-packages .panel.package {
    width: 75%;
  }
}
