.informacion-lab a p:last-child {
  margin-bottom: 15px;
}
.nota-cofe {
  font-weight: 600;
}

/* DATOS GENERALES */
span.floating-label {
  top: 8px;
  left: 12px;
}
#cotenedor-DPacientes input[type="text"],
#cotenedor-DPacientes input[type="email"] {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 6px 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.42857143;
  height: 40px;
  outline-color: transparent;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label,
input:focus ~ .floating-label-pass,
input:not(:focus):valid ~ .floating-label-pass {
  top: -10px;
  bottom: auto;
  left: 12px;
  font-size: 14px;
  opacity: 1;
  color: #afafaf;
  background-color: #ffffff;
  padding-left: 3px;
  padding-right: 3px;
}


/* RE-DISEÃ‘O LP (SECCIÃ“N TIPO PAGO)*/

.sd-title {
  font-size: 16px;
  font-weight: bold;
  color: #616161;
  line-height: 1;
  margin-bottom: 15px;
}

.contenedor {
  display: block;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  display: flex;
  justify-content: flex-start;
  height: 30px;
  margin: auto 0px;
  right: 0px;
  margin-right: 25px;
}


.contenedor input {
  opacity: 0;
  cursor: pointer;
}

/*RESUMEN LINK PAGO*/
.texto {
  font-size: 16px;
  font-weight: bold;
  color: #616161;
  margin-bottom: 15px;
}
.titulo{
 font-size: 24px;
 font-weight: bold;
 font-family: Open Sans;
 color: #F0802D;
}
.folio {
  font-size: 18px;
  font-weight: bold;
  font-family: Open Sans;
  color: #707070;
}
.texto-normal{
  font-size: 16px;
  font-weight: normal;
  color: #616161;
  margin-bottom: 15px;
}

/* LOAD */
.container-load {
  min-height: 845px;
  display: none;
}
.container-load .sd-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 845px;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.container-load p {
  font-size: 26px;
  font-weight: normal;
  color: #616161;
  text-align: center;
  margin-top: 100px;
}


table {
  width: 100%;
  border-collapse: collapse;
  padding-left: 10px;
  border-style: hidden;
}
table th {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid lightgray;
}
table td {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid lightgray;
}

.contenedor-referencia span {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  margin: 0px 5px;
  background-color: #e5e5e5;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 3px 3px 5px 1px rgb(61 61 61 / 20%);
  width: 60px;
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
}

.imgOxpay {
  margin: 0;
  width: 110px;
}
@media (max-width: 998px) {
  .imgOxpay {
    width: 70px !important;
    height: 20px !important;
  }
}
.resumen-cita {
  margin-bottom: 10px;
  background-color: #fafafa;
  padding: 10px;
}
.resumen-cita hr {
  margin: 10px 0;
}
.resumen-cita .contenedor-estudio {
  padding: 0;
}
.resumen-cita .contenedor-estudio .padre-descripcion {
  padding-left: 0;
  font-weight: normal;
}

.modal {
  display: none;
  /*Hidden by default */
  position: fixed;
  /* Stay in place */
  /* z-index: 1; */
  /* Sit on top */
  /* padding-top: 200px; */
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
#frame-pago-webpp {
  width: 80%;
  height: 570px;
  margin: 10px;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 30%;
  color: #616161;
  /* height: 60%; */
}
#modal-info-webpp {
  padding: 110px 0px !important;
}

#modal-info-webpp .modal-content {
  width: 22% !important;
  /* height: 100%; */
  overflow: auto;
  margin-top: 7%;
}

#modal-info-webpp .modal-content img {
  margin-top: 0;
  width: auto;
}

.modal-header button {
  margin-top: 0 !important;
  position: initial !important;
  margin-left: 0 !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  border: none !important;
  color: inherit !important;
  font-size: x-large !important;
}

.modal-header {
  display: block !important;
}

#advertenciaProtocolo {
  color: #ff5c17;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}

#advertenciaProtocolo img {
  width: auto;
}

#modal-protocolo .modal-header .modal-title {
  border-bottom: none !important;
  color: #db5859 !important;
  text-align: center;
}

#modal-protocolo .modal-header .modal-title {
  font-weight: 600 !important;
}

#modal-protocolo .modal-footer {
  text-align: center !important;
  border-top: none !important;
}

#modal-protocolo .contenido-modal .row {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #616161;
}

#modal-protocolo .contenido-modal .lista-iconos {
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  width: 45px;
}

#modal-protocolo .contenido-modal.electroP .icono-fila {
  background-image: url("https://www.salud-digna.com/LPServicios/protocolo/protocolo-1-electro.svg");
}
#modal-protocolo .contenido-modal.electroP .icono-edad3 {
  background-image: url("https://www.salud-digna.com/LPServicios/protocolo/protocolo-2-electro.svg");
}
#modal-protocolo .contenido-modal.electroP .icono-edad12 {
  background-image: url("https://www.salud-digna.com/LPServicios/protocolo/protocolo-3-electro.svg");
}
#modal-protocolo .contenido-modal.electroP .icono-silla {
  background-image: url("https://www.salud-digna.com/LPServicios/protocolo/protocolo-4-electro.svg");
}
#modal-protocolo .contenido-modal.electroP .icono-camilla {
  background-image: url("https://www.salud-digna.com/LPServicios/protocolo/protocolo-5-electro.svg");
}

#modal-info {
  /* padding: 110px 0px !important; */
}

#modal-info .modal-content {
  width: 70% !important;
  max-height: 100%;
  overflow: auto;
}

#tabla-modal-info td {
  border: none !important;
  padding: 5px;
  font-size: 0.9em;
}

#tabla-modal-info td img {
  max-width: 100% !important;
  margin-top: 0px !important;
}

#tabla-modal-info .tabla-modal-info-td-image {
  width: 10%;
}

@media screen and (max-width: 780px) {
  .modal-content {
    width: 70%;
  }
  
  .default {
        height: 475px;
    }
    .laboratorio-izq {
        width: 50%;
    }
    .laboratorio-der {
        width: 50%;
    }
    
  #close-modal-icon {
    height: 20px;
  }
  #modal-info .modal-content {
    width: 90% !important;
  }
  #modal-info .modal-content {
    /* height: 80% !important; */
  }
}

@media screen and (max-width: 480px) {
  .modal-content {
    width: 90%;
  }
  #tabla-modal-info .tabla-modal-info-td-image {
    width: 20%;
  }
  #close-modal-icon {
    /*width:10px;*/
    /* max-width:10px;*/
    /*height:25%;*/
    height: 20px;
    /*max-height:50px;*/
    /*display:none;*/
  }
  #modal-info .modal-content {
    /* height: 100% !important; */
  }
}

@media screen and (min-width: 1280px) {
  /*WEB*/
  #advertenciaProtocolo img {
    width: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* TABLET */
  #advertenciaProtocolo img {
    width: auto !important;
  }
}
@media screen and (max-width: 780px) {
  .modal-content {
    width: 90%;
  }
  #close-modal-icon {
    height: 20px;
  }
  #modal-info-webpp .modal-content {
    width: 70%;
  }
  #modal-info-webpp .modal-content {
    width: 70% !important;
  }
  #modal-info-webpp .modal-content {
    /* height: 80% !important; */
  }
  #frame-pago-webpp {
    width: 100%;
    height: 670px;
  }
}

@media screen and (max-width: 480px) {
  .modal-content {
    width: 90%;
  }
  #close-modal-icon {
    /*width:10px;*/
    /* max-width:10px;*/
    /*height:25%;*/
    height: 20px;
    /*max-height:50px;*/
    /*display:none;*/
  }
  div#metodo_pago_r::-webkit-scrollbar {
    display: none;
  }
  #modal-info-webpp .modal-content {
    width: 90%;
  }
  #modal-info-webpp .modal-content {
    /* height: 100% !important; */
  }
  #frame-pago-webpp {
    width: 100%;
    height: 550px;
  }
}

@media (max-width: 360px) {
  #metodo_pago_r .caja-radio {
    width: 135px;
    height: 127px;
  }
}

.aceptar-modal-webpp {
  color: rgb(255 255 255);
  background: rgb(0 116 217) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  width: 60%;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  margin: 20px 0 20px 0;
  border: none;
}