﻿@media (max-width: 544px) {
  .home-hero-tit {
    clear: both;
    width: 90%;
    margin: 15px auto;
    margin-top: 32px;
    font-size: 22px;
  }

  .login-logo-foot {
    display: none;
  }
}

.texto_tamaño_homeIndex {
  font-size: 1.3em;
}

.wrapModal__input_form_texarea {
  width: 98%;
}

.dateScore__star_starFull2 {
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 5px;
  background: url(../images/star-full.svg) center no-repeat;
  vertical-align: top;
}

wrap-down {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 10%;
  text-align: center;
}

.registro-form input[type="password"],
.registro-form select {
  width: calc(100% - 12px);
  margin: 5px 0 6px;
  height: 30px;
  padding: 5px;
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  outline: none;
}

#div-layer {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  display: none;
}

.layer-content {
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
}

.tituloTipoMedico {
  background-color: #f5f5f5;
  font-size: 18px;
  color: #4a4a4a;
  width: 100%;
  height: 44px;
  padding-top: 10px;
}

.text-center {
  text-align: center;
}

.perfil-elemento {
  font-family: Helvetica;
  font-style: normal;
  color: #000000;
  float: left;
  width: 90%;
  padding: 0px 4% 5px 0;
  font-size: 16px;
  cursor: pointer;
  margin: 0px 0 13px 0;
  border: 0px solid #ddd;
  border-radius: 3px;
}

.perfil-elemento:hover {
  background: url(../images/edita2.png) no-repeat right;
}

.perfil-elemento-registro {
  font-family: Helvetica;
  font-style: normal;
  color: #000000;
  float: left;
  width: 90%;
  font-size: 17px;
  cursor: pointer;
  border: 0px solid #ddd;
  border-radius: 3px;
  background-color: transparent;
}

.perfil-elemento-registro:hover {
  border: 0px solid #ddd;
  background: url(../images/edita2.png) no-repeat right;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.ErrorRegistro {
  color: red;
  font-size: 12px;
  height: 15px;
  float: right;
  z-index: 999;
  text-align: right;
}

.btn {
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-family: "Helvetica";
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  margin: 0 0 5px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-user-select: none;
  -webkit-user-select: none;
  outline: none !important;
}

.btn-green,
.btn-green:active,
.btn-green:focus {
  background-color: #00b905;
  border-color: #00b905;
  line-height: 13px !important;
  color: #fff;
  margin-left: 15px;
  padding: 9px 20px;
  font-size: 19px;
  border-radius: 4px;
}

.btn-white {
  color: #353535;
  background: #fff;
  border-radius: 3px;
  font-size: 1.3em;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #353535;
}

/* Fin estilos Perfil*/

#div-layer {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  display: none;
}

.layer-content {
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
}

.registro-input {
  float: left;
  width: 96%;
  padding: 7px 2%;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  font-family: Helvetica;
  font-style: normal;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #fff;
  text-align: left;
  margin-top: 2px;
}

.registro-input-0 {
  float: left;
  width: 96%;
  padding: 7px 2%;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  font-family: "Nunito", arial, sans-serif;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ddd;
  text-align: left;
  margin-top: 0px;
}

#divAlertaConf {
  width: 265px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0 0 6px #000;
  border-radius: 2px;
  position: absolute;
  z-index: 9999;
}

#divAlertaBloque {
  width: 265px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0 0 6px #000;
  border-radius: 2px;
  position: absolute;
  z-index: 9999;
}

#divAlertaBloqueSalas {
  width: 295px;
  height: 190px;
  background-color: #ffffff;
  box-shadow: 0 0 6px #000;
  border-radius: 2px;
  position: relative;
  z-index: 9999;
}

.fuente {
  font-family: Helvetica;
  font-style: normal;
}

.imagenCerrar {
  float: right;
  padding: 5px 15px 0 0;
  font-size: 16px;
  color: #808080;
  cursor: pointer;
}

.servicioitem:hover {
  color: #fff;
}

.newSelectScroll {
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0 0 6px #000;
  border-radius: 2px;
  position: absolute;
  z-index: 9999;
}

.newSelect {
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0 0 6px #000;
  border-radius: 2px;
  position: absolute;
  z-index: 9999;
  display: table;
}

.newSelectScroll {
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0 0 6px #000;
  border-radius: 2px;
  position: absolute;
  z-index: 9999;
}

.flecha {
  z-index: 10000;
  position: absolute;
  top: 21px;
}

.itemSelect {
  font-family: "helvetica";
  height: 30px;
  padding: 5px 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  color: #353535;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
}

.itemSelect:hover {
  height: 30px;
  padding: 5px 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #2d8ee8;
  color: #fff !important;
  cursor: pointer;
}

.itemSelectDocument {
  color: #808080;
}

.itemSelected {
  height: 30px;
  padding: 5px 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #2d8ee8;
  color: #fff;
}

.itemSelect2 {
  font-family: "helvetica";
  height: 30px;
  padding: 5px 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  color: #353535;
  margin-bottom: 0px;
}

.itemSelectTodas {
  font-family: "helvetica";
  height: 30px;
  padding: 5px 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  color: #353535;
  margin-bottom: 0px;
}

.itemSelectTodas:hover {
  height: 30px;
  padding: 5px 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #2d8ee8;
  color: #fff;
  cursor: pointer;
}

.itemSelect3 {
  font-family: "helvetica";
  height: 30px;
  padding: 5px 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  color: #353535;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
}

.itemSelect3:hover {
  height: 30px;
  padding: 5px 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #2d8ee8;
  color: #fff;
  cursor: pointer;
}

.itemSelect4 {
  font-family: "helvetica";
  height: 39px;
  padding: 5px 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  color: #353535;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
}

.itemSelect4:hover {
  height: 39px;
  padding: 5px 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
}

.agenda-dia-bloque {
  float: left;
  height: 28px;
  margin: 0 0 0 -7px;
  position: relative;
  text-align: justify;
  width: 17%;
}

.agenda-dia-bloque h1 {
  color: #fafafa;
  float: left;
  font-size: 12px;
  width: 22px;
  height: 22px;
  padding-top: 5px;
}

.agenda-dia-bloque .noSelected {
  color: #7ec4ff;
  float: left;
  font-size: 12px;
}

.agenda-block {
  float: left;
  padding-bottom: 13px;
  padding-left: 13px;
  width: 100%;
  background-color: #3198ef;
}

.agendap-dia {
  color: #7ec4ff;
  float: left;
  font-size: 14px;
  font-weight: bolder;
  margin: 6px 0 0;
  text-transform: uppercase;
  width: 14%;
}

.time-now-circle {
  border: 2px solid #2e9afe;
  border-radius: 60%;
  color: #000000 !important;
  cursor: pointer;
  height: 13px;
  margin: 0px 0 0 0px;
  padding: 5px 7px 6px 5px;
  width: 12px;
}

.time-now-circle-no {
  border: 2px solid #2e9afe;
  border-radius: 60%;
  color: #cccccc !important;
  height: 13px;
  margin: 0px 0 0 0px;
  padding: 5px 7px 6px 5px;
  width: 12px;
}

.bck-calendar {
  background-color: #ffffff;
  width: 250px;
  overflow: hidden;
}

.day-calendar {
  margin: 2px 0 0 -6px;
}

.back-calendar {
  margin: 10px 0px 0px 10px;
}

.box-backnext {
  border-bottom: 1px solid #6fb6f4;
  background-color: #3198ef;
  color: #fff;
  height: 41px;
  padding: 8px 0;
  text-align: center;
}

.ttl-month {
  margin: 0 20px;
  font-size: 14px;
  width: 100px;
}

.btt-next {
  background: url(../Images/dere.jpg) no-repeat scroll 0 0 / 33px auto
    rgba(200, 54, 54, 0.01);
  border: 1px none #fff;
  border-radius: 16px;
  height: 33px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33px;
  text-indent: 4em;
}

.btt-back {
  background: url(../Images/izq.jpg) no-repeat scroll 0 0 / 33px auto
    rgba(200, 54, 54, 0.01);
  border: 1px none #fff;
  border-radius: 16px;
  height: 33px;
  margin: 0;
  padding: 0;
  text-indent: 4em;
  width: 33px;
}

.btt-next-patient {
  background: url(../../Images/dere.jpg) no-repeat scroll 0 0 / 33px auto
    rgba(200, 54, 54, 0.01);
  border: 1px none #fff;
  border-radius: 16px;
  height: 33px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 33px;
  text-indent: 4em;
}

.btt-back-patient {
  background: url(../../Images/izq.jpg) no-repeat scroll 0 0 / 33px auto
    rgba(200, 54, 54, 0.01);
  border: 1px none #fff;
  border-radius: 16px;
  height: 33px;
  margin: 0;
  padding: 0;
  text-indent: 4em;
  width: 33px;
}

.dateCalendarRep,
.dateCalendar {
  cursor: pointer;
}
