/* By Martin Flores */

.muchachas {
}

.m:hover {
  background: rgb(0, 0, 0, 10%);
}
.m {
  display: flex;

  padding: 5px 10px;

  border-bottom: 1px solid #ccc;

  align-items: center;
}

.m-header {
  display: flex;
  border-bottom: 1px solid #ccc;
  background: linear-gradient(0deg, rgb(0 0 0 / 10%), transparent);
  padding-left: 10px;
  align-items: center;
}
.m-header .a {
  display: flex;
  width: 220px;
  justify-content: space-between;
  margin-left: auto;
  font-size: 12px;
}
.m-header .b {
  width: 100px;
  text-align: center;
}
.m .c {
  display: flex;
  width: 220px;
  justify-content: space-between;
  margin-left: auto;
  font-size: 12px;
}
.m .d {
  width: 100px;
  text-align: center;
}
.indicadorH {
  position: absolute;
  top: 20px;
  display: flex;
  align-items: center;
  left: 9px;
  margin: auto;
  width: 140px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 100pt;
  justify-content: flex-start;
  height: 30px;
  background: white;
}
.indicadorH i {
  font-size: 16px;
  margin-left: auto;
  margin-right: 10px;
}
.indicadorH .dot {
  width: 16px;
  height: 14px;
  border-radius: 1000pt;
  margin-right: 3px;
  margin-left: 10px;
}
.indicadorH .texto {
  font-size: 12px;
  line-height: 10px;
  text-align: left;
  margin-left: 5px;
}

.screenList {
}
.screenList .header {
}
.screenList .content {
}
div[data-id="InformaciÃƒÂ³n Enviada"],
div[data-id="Cita Agendada"] {
  display: none;
}
#searcher {
  position: absolute;
  top: 0;
  z-index: 10;
  background: white;
  transition: transform 0.3s ease;
  transform: translateY(-180px);
  width: calc(100% - 250px);
}
#searcher form {
}
#searcher form label {
  position: relative;
  padding: 0px;
  border: 1px solid #a7a7a7;
  overflow: hidden;
}
.alertLead {
  background-color: red;
  border-radius: 5pt;
  padding: 5px 5px !important;
}
.alertLead,
.alertLead * {
  color: white !important;
}
#searcher form span {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  font-size: 16px;
  font-family: "Roboto" !important;
  font-weight: 800;
  letter-spacing: -0.7px !important;
}
.formInputs > .d12-sm {
  margin-bottom: 10px;
  padding-right: 10px !important;
}
#searcher form label input {
  width: 100%;
  text-indent: 100px;
  text-align: left;
  height: 40px;
  border: none !important;
  font-size: 22px;
  outline: none;
}
#searcher form label select {
}
#searcher form label select {
  all: unset;
  position: absolute;
  width: 83px;
  border-right: 1px solid #a7a7a7;
  top: 50%;
  transform: translateY(-50%);
  padding: 13px 0px 13px 5px;
  font-size: 14px;
  z-index: 3;
  line-height: 14px;
}
:root {
  --heightHeader: 88px;
}
#loadingGif {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 100000000000000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#loadingGif > div {
  margin: auto;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 5pt;
  background: white;
}
#loadingGif > div > img {
  width: 25px;
  height: 25px;
  margin: auto;
  display: block;
}
.buttonBack i {
  margin: auto;
  color: #525252;
}
.buttonBack {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  z-index: 10000;
  background: #e4e4e4;
  right: 10px;
  font-size: 30px;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 10000pt;
}

.headerContent button {
  float: right;
  height: 41px;
  width: 70px;
  background: #444;
  border: none;
  margin-left: 10px;
  font-family: f2 !important;
  cursor: pointer;
  position: relative;
}
.headerAside i {
  position: absolute;
  right: 0;
  top: 50%;
  color: white;
  transform: translateY(-50%);
  padding: 26px;
  cursor: pointer;
  font-size: 16pt;
}
.headerContent button select {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

.headerContent button:hover {
  background: black;
}
.headerContent button i {
  display: block;
  color: white;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.headerContent button span {
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  position: relative;
  top: 1px;
}
html body .commentLabel {
  background: #ffffc6 !important;
  border-radius: 3px;
  border: 1px solid #dddd56 !important;
  text-align: left;
  padding: 0px 5px !important;
  margin-top: 5px;
  font-size: 14px;
  width: 100%;
}
.colScroll .shadow {
  border-radius: 5pt;
}
.colScroll {
  height: calc(100vh - 160px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 20px !important;
}
.logo {
  border-bottom: 4px solid transparent;
  transition: border 0.4s ease;
  height: var(--heightHeader);
  cursor: pointer;
}
.lineTr {
  width: 100%;
  height: 2px;
  border-radius: 100px;
  display: block;
  background: #0078d6;
  margin-top: 10px;
}
.btnAsideL:hover .icBtn {
  background: red !important;
}
.btnAside:hover .icBtn,
.btnAside.active .icBtn {
  background: yellow;
  border-color: black;
}
.profileCircle {
  width: 100px;
  height: 100px;
  background: black;
  margin: auto;
  border-radius: 10pt;
  border: 2px solid white;
  display: flex;
  position: relative;
  overflow: hidden;
}
.profileCircle > span {
  margin: auto;
  font-family: "f3";
  font-size: 26pt;
  color: yellow;
}

.columna {
  width: 260px;
  float: left;
  margin-right: 20px;
  height: calc(100vh - 95px);
}
.btnAside:hover .icBtn img,
.btnAside.active .icBtn img {
  opacity: 1;
}
.btnAside:hover,
.btnAside.active {
  background: #f3f3f3;
}
.btnAside {
  background: transparent;
  padding-top: 18px !important;
  padding-bottom: 15px !important;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.5px !important;
}
.logo img {
  max-width: 95px;
  top: -8px;
  position: relative;
}
aside .icBtn {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 10px;
  display: flex;
  background: #f3f3f3;
  border-radius: 2pt;
  transform: translateY(-50%);
  transition: border, background, 0.3s ease;
  border: 2px solid transparent;
}
aside .icon-chevron-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
}
aside .icBtn img {
  width: 25px;
  height: 25px;
  margin: auto;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}
aside {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 250px !important;
  background: white !important;
  overflow: auto;
}
#content {
  float: right;
  width: calc(100vw - 250px);
  overflow: auto;
  height: 100vh;
  background: #f9f9f9 !important;
}
header {
  height: var(--heightHeader);
  background: white;
  position: fixed;
  z-index: 10;
  border-bottom: 4px solid #e0e0e0;
}
#menuMobile .bc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 50%);
  transition: opacity 0.4s ease;
  opacity: 0;
}
#menuMobile .menuMobile {
  transition: transform 0.4s ease;
  transform: translateY(-160px);
}
#menuMobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  display: none;
}
.btnMenu {
  float: left;
  width: 54px;
  height: 84px;
  cursor: pointer;
  /* background:linear-gradient(134deg,#35b6e6,#156b9d)!important; */
  display: flex;
  flex-direction: column;
}
.btnMenu i {
  color: #818181;
  margin: auto;
  margin-top: 22px;
  font-size: 18pt;
}
.btnMenu span {
  color: #818181;
  margin: auto;
  margin-bottom: 19px;
  font-size: 10pt;
  font-family: "f2";
}

.headerButton:hover {
  border-color: black;
  color: #000000;
}
.headerButton {
  width: 160px;
  float: right;
  height: calc(var(--heightHeader) - 4px);
  line-height: 93px;
  border-bottom: 4px solid transparent;
  transition: border, color, 0.4s ease;
}
.img-PORTRAIT {
  height: 100vh;
  position: absolute;
  left: 65%;
  transform: translateX(-50%);
}

.img-LANDSCAPE {
  position: absolute;
  width: 100%;
  left: 0;
}

.indexView {
  height: calc(100vh - var(--heightHeader));
}
.black-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    213deg,
    rgb(0 185 255 / 50%) 45%,
    rgb(0 0 0 / 50%)
  );
}
.content-home {
  display: block;
  margin: auto;
  z-index: 3;
  max-width: 800px;
  padding-bottom: 150px;
  position: relative;
  top: 40px;
}

.btnWI {
  height: 60px;
  width: 250px;
  margin: auto;
  padding-right: 50px;
  margin-top: 30px;
  background: #303030;
  color: white;
  border: none;
  cursor: pointer;
  position: relative;
  padding-left: 0;
}
.btnWI img {
  width: 26px;
  height: 26px;
  margin: auto;
  opacity: 0.65;
}
.btnWI span {
  width: 50px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(0 0 0 / 10%);
}
.btnWI span i {
  color: white;
  margin: auto;
  font-size: 16px !important;
  position: relative;
  text-indent: 0;
}

.resultsModels {
  position: absolute;

  width: 100%;

  background: white;

  max-height: 200px;

  z-index: 8;

  height: 100%;

  top: 55px;

  border-top: 1px solid #d9d9d9;
}

.btnCancel {
  padding: 14px 0px !important;
  height: unset !important;
  background: white;
  color: #303030;
  float: left !important;
  width: 130px !important;
  font-size: 16px !important;
}

.description {
  line-height: 15px;
  text-align: justify;
}
.grid-2 .d6 {
  overflow: hidden;
  height: 500px;
  position: relative;
  display: flex;
}
.grid-2.g2 .d6 {
  height: 750px !important;
}
.col-pc .icon {
  display: none;
  opacity: 0.6;
}
@media (max-width: 700px) {
  .buttonFilter {
    position: absolute !important;
    top: calc(100vh - 80px);
    left: 0;
    right: 0;
    margin: auto !important;
    border-radius: 1000px;
  }
  .col-pc .icon {
    display: block;
  }
  #searcher {
    width: 100% !important;
  }
  #gridInit {
    width: 100% !important;
    margin-top: 100px;
  }

  #gridInit .columna {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
  }

  #gridInit .colScroll {
    height: 344px;
    display: none;
  }

  .clickedTitle {
    position: absolute;
    top: 0;
    left: 0;
    /*background: red;*/
    width: 100%;
    height: 40px;
    cursor: pointer;
  }

  .txtsm {
    font-size: 14px !important;
    padding-top: 5px !important;
  }
  .imgG2 {
    height: 200px !important;
  }

  #dialog .dialog:not([data-id="loading"]) {
    max-width: 100% !important;
    margin-top: 0px !important;
    height: 100vh !important;
  }

  html body .btnWI {
    width: 100% !important;
    margin-bottom: 7px !important;
    padding: 0px;
    text-align: left;
    text-indent: 20px;
  }
  html body .btnSmCancel {
    width: 100% !important;
    margin: 0px !important;
    display: block !important;
    padding: 13px 0px !important;
  }
}
.grid-2 .d6 > div {
  margin: auto;
  max-width: 400px;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.makrs {
  width: 45px !important;
  opacity: 0.45;
  display: block;
  margin: auto;
  position: unset !important;
  top: unset !important;
  transform: unset !important;
}
.grid-2 img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.headerAside .ic {
  width: 153px;
  position: relative;
  left: -5px;
}
.circle {
}
.headerAside .lo {
}
.headerAside {
  background: #ffffff;
  position: relative;
}
.headerAside img {
  width: 110px;
  margin-top: 10px;
}
.bgCustom {
  background: linear-gradient(134deg, #35b6e6, #156b9d) !important;
}
.social {
}
.social a {
  margin: 10px;
}
.social a img {
  width: 38px;
}
.sMore {
  position: absolute;
  bottom: 20px;
  width: 180px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 4;
  color: white;
  cursor: pointer;
  /*background: rgb(0 0 0 / 45%);*/
  /*border-radius: 5pt;*/
  padding: 5px 0px;
}
.headerAside i.icon-save {
  right: unset !important;
  left: 0 !important;
}
.sMore i {
  color: white;
  display: block;
  font-size: 14pt;
}

.step {
  color: white;
  margin-bottom: 10px;
  display: block;
}
.fun {
  display: flex;
  margin: auto;
  width: 80px;
  height: 80px;
  background: rgb(0 0 0 / 25%);
  border-radius: 1000000pt;
}
.fun img {
  width: 56px;
  height: 56px;
  display: block;
  margin: auto;
}

.headerContent {
  background: white;
  position: fixed;
  top: 0;
  z-index: 2;
  width: calc(100% - 250px);
  padding: 13.5px;
}
.borr3 {
  border-radius: 5px;
}
.btnBlack {
}
[data-id="Contactado"],
[data-id="InformaciÃ³n Enviada"] {
  display: none;
}
.imgInCard {
  width: 40px;
  margin: auto;
  display: block;
  opacity: 0.5;
}
