.box {
    height: 93%; /*33vw;*/
    width: 99%;
    background: white;
    border: 1px solid var(--text-color-level3, rgba(77, 80, 85, 0.1));
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.vl {
border: 0;
border-left: 1px solid #ededee;
position: absolute;
height: 58%;
margin-left: 50%;
margin-top: 0;
}

#myCalendarWrapper {
/*width: 47em;*/
border: 1px black;
position: relative;
font-size: 12px;
/*margin: 2rem auto 2rem;*/
}

#myCalendarWrapper:before {
position: absolute;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
bottom: 0;
left: 50%;
transform: translate(-50%, 2.4rem);
font-size: 1.2rem;
background-color: rgba(93, 93, 93, 0.2);
padding: 0.5rem 1rem 0.4rem;
color: rgb(233, 72, 99);
}

code {
font-size: 0.7rem;
background-color: rgb(249, 249, 249);
padding: 0.5rem;
margin: 1rem 0 3rem;
border-radius: 5px;
box-shadow: 2px 2px 0.2rem rgba(0, 0, 0, 0.2);
}

code h3 {
padding: 0;
margin: 0;
font-size: 1.5rem;
margin-bottom: 1rem;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
}

code pre {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

.pink {
color: rgb(233, 72, 99);
}


.scrolling-wrapper {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

/* ESTILO DEL SCROLL VERTICAL */
/* width */
::-webkit-scrollbar {
width: 5px;
color: white;
}

/* Track */
::-webkit-scrollbar-track {
background: #fff;
}
/*moz-range-thumb*/
/* Handle */
::-webkit-scrollbar-thumb {
background: #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #888;
}

.labelResume {
  padding: 0;
  border: none;
  border-bottom: #888 solid 1px;
}

.TimeButtons {
text-align: center;
width: 22%;
height: 30px;
cursor: pointer;
border-radius: 4px;
border: 1px solid cornflowerblue;
background-color:#FFF;
color: cornflowerblue;
margin: 15px;
cursor: pointer;
}
.TimeButtons:hover {
width: 22%;
height: 30px;
cursor: pointer;
border-radius: 4px;
border: 2px solid cornflowerblue;
background-color:#FFF;
color: cornflowerblue;
margin: 15px;
cursor: pointer;
}
.TimeButtons:active {
width: 22%;
height: 30px;
cursor: pointer;
border-radius: 4px;
border: 2px solid #FFF;
background-color:cornflowerblue;
color: #FFF;
margin: 15px;
cursor: pointer;
}
.TimeButtonsActive {
text-align: center;
width: 22%;
height: 30px;
cursor: pointer;
border-radius: 4px;
border: 2px solid #FFF;
background-color:cornflowerblue;
color: #FFF;
margin: 15px;
cursor: pointer;
}

* {
box-sizing: border-box;
}
            input[type=text], select, textarea {
              width: 80%;
              padding: 12px;
              border: 1px solid #ccc;
              border-radius: 4px;
              resize: vertical;
            }            

            label {
              padding: 12px 12px 12px 0;
              display: inline-block;
            }

            input[type=submit] {
              background-color: #4CAF50;
              color: white;
              padding: 12px 20px;
              border: none;
              border-radius: 4px;
              cursor: pointer;
              float: right;
            }

            .containerFormCita {
              width: 100%;
              border-radius: 5px;
              background-color: #f2f2f2;
            }

            .btnAgendarCitaNoActive{
              width: 150px;
              height: 50px;
              background-color: #d2d4d6;
              color: gray;
              margin-top: 5px;
              border-radius: 4px;
            }
            .btnAgendarCita{
              width: 150px;
              height: 50px;
              background-color: #a7cd54;
              color: #FFF;
              margin-top: 5px;
              border-radius: 4px;
              cursor: pointer;
            }
            .btnAgendarCita:hover {
              background-color: #45a049;
            }

            .col-25 {
              float: left;
              width: 25%;
              margin-top: 6px;
            }

            .col-75 {
              float: left;
              width: 75%;
              margin-top: 6px;
            }

            /* Clear floats after the columns */
            .row:after {
              content: "";
              display: table;
              clear: both;
            }
            
            /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
            @media screen and (max-width: 600px) {
              .col-25, .col-75, #divFechaCita, #divTimeContainer {
                width: 100%;
                margin-top: 0;
              }
            }
          
          @media (min-width: 1373px) {
              .divTimeContainer {
                  overflow: hidden;
                  overflow-y: visible;
                  height: 80%;
              }
              .HorasHabiles {
                width: 80%;
                height: 80%;
                position: relative;
                margin-left: 99%;
                margin-top: 3%;
                border-radius: 15px;
                border:none;
              }
              .mostrarTitulo {
                display: none;
              }
              .FormCita {
                float: right;
                margin-left: 2%;
                margin-right: 2%;
                margin-top: 2%;
                width: 40%;
              }
          }

          @media (min-width: 1210px) and (max-width: 1373px) {
            .divTimeContainer {
                overflow: hidden;
                overflow-y: visible;
                height: 85%;
            }
            .HorasHabiles {
              width: 40%;
              height: 20%;
              position: absolute;
              margin-left: 45%;
              margin-top: 3%;
              border-radius: 15px;
              border:none;
            }
            .mostrarTitulo {
              display: block;
            }
            .FormCita {
              float: right;
              margin-right: 2%;
              margin-top: 0;
              width: 96%;
            }
            .btnConfirmarCita {
              left: 10px;
              margin-left: 3%;
              float: left;
              width: 150px;
              height: 50px;
              background-color: #d2d4d6;
              color: gray;
              margin-top: 5px;
              border-radius: 4px;
            }
          }

          @media (min-width: 990px) and (max-width: 1210px) {
            .divTimeContainer {
                overflow: hidden;
                overflow-y: visible;
                height: 90%;
            }
            .HorasHabiles {
              width: 35%;
              height: 20%;
              position: absolute;
              margin-left: 55%;
              margin-top: 3%;
              border-radius: 15px;
              border:none;
            }
            .mostrarTitulo {
              display: block;
            }
            .btnConfirmarCita {
              margin-right: 25%;
              float: right;
              width: 150px;
              height: 50px;
              background-color: #d2d4d6;
              color: gray;
              margin-top: 5px;
              border-radius: 4px;
            }
            .FormCita {
              float: left;
              margin-left: 2%;
              margin-top: 0;
              width: 96%;
            }
          }
          
          @media (min-width: 620px) and (max-width: 990px) {
            .divTimeContainer {
                overflow: hidden;
                overflow-y: visible;
                height: 55%;
            }
            .HorasHabiles {
              width: 80%;
              height: 20%;
              position: absolute;
              margin-left: 0;
              margin-top: 45%;
              border-radius: 15px;
              border:none;
            }
            .mostrarTitulo {
              display: block;
            }
            .btnConfirmarCita {
              margin-left: 3%;
              float: left;
              width: 150px;
              height: 50px;
              background-color: #d2d4d6;
              color: gray;
              margin-top: 5px;
              border-radius: 4px;
            }
            .FormCita {
              float: left;
              margin-left: 2%;
              /*margin-top: 30%;*/
              width: 96%;
            }
          }
          @media (min-width: 621px) and (max-width: 900px) {
            .divTimeContainer {
                overflow: hidden;
                overflow-y: visible;
                height: 80%;
            }
            .HorasHabiles {
              width: 80%;
              height: 20%;
              position: absolute;
              margin-left: 0;
              margin-top: 70%;
              border-radius: 15px;
              border:none;
            }
            .mostrarTitulo {
              display: block;
            }
            .btnConfirmarCita {
              margin-left: 3%;
              float: left;
              width: 150px;
              height: 50px;
              background-color: #d2d4d6;
              color: gray;
              margin-top: 5px;
              border-radius: 4px;
            }
            .FormCita {
              float: left;
              margin-left: 2%;
              /*margin-top: 70%;*/
              width: 96%;
            }
          }
          
          @media (min-width: 550px) and (max-width: 768px) {
            .divTimeContainer {
                overflow: hidden;
                overflow-y: visible;
                height: 75%;
            }
            .HorasHabiles {
              width: 80%;
              height: 20%;
              position: absolute;
              margin-left: 0;
              margin-top: 70%;
              border-radius: 15px;
              border:none;
            }
            .mostrarTitulo {
              display: block;
            }
            .btnConfirmarCita {
              margin-left: 3%;
              float: left;
              width: 150px;
              height: 50px;
              background-color: #d2d4d6;
              color: gray;
              margin-top: 5px;
              border-radius: 4px;
            }
            .FormCita {
              float: left;
              margin-left: 2%;
              margin-top: 55%;
              width: 96%;
            }
            #myCalendarWrapper {
			 /* width: 47em; */
			 border: 1px black;
			 position: relative;
			 font-size: 12px;
		   }
          }
          
          @media (min-width: 320px) and (max-width: 550px) {
            .divTimeContainer {
                overflow: hidden;
                overflow-y: visible;
                height: 75%;
            }
            .HorasHabiles {
              width: 80%;
              height: 20%;
              position: absolute;
              margin-left: 0;
              margin-top: 80%;
              border-radius: 15px;
              border:none;
            }
            .mostrarTitulo {
              display: block;
            }
            .btnConfirmarCita {
              margin-left: 3%;
              float: left;
              width: 150px;
              height: 50px;
              background-color: #d2d4d6;
              color: gray;
              margin-top: 5px;
              border-radius: 4px;
            }
            .FormCita {
              float: left;
              margin-left: 2%;
             /* margin-top: 70%;*/
              width: 96%;
            }
            #calendar-wrapper {
                width: 80%;
                display: grid;
                grid-template-rows: 2.5em 1fr;
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
                'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
                sans-serif;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                box-sizing: border-box;
                font-size: inherit;
            }
          }
          
          @media (min-width: 414px) and (max-width: 550px) {
            .divTimeContainer {
                overflow: hidden;
                overflow-y: visible;
                height: 65%;
            }
            .HorasHabiles {
              width: 90%;
              height: 20%;
              position: absolute;
              margin-left: 0;
              margin-top: 100%;
              border-radius: 15px;
              border:none;
            }
            .mostrarTitulo {
              display: block;
            }
            .btnConfirmarCita {
              margin-left: 3%;
              float: left;
              width: 150px;
              height: 50px;
              background-color: #d2d4d6;
              color: gray;
              margin-top: 5px;
              border-radius: 4px;
            }
            .FormCita {
              float: left;
              margin-left: 2%;
              /*margin-top: 80%;*/
              width: 96%;
            }
            #calendar-wrapper {
                width: 65%;
                display: grid;
                grid-template-rows: 2.5em 1fr;
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
                'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
                sans-serif;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                box-sizing: border-box;
                font-size: inherit;
            }
          }
          
          @media (min-width: 320px) and (max-width: 414px) {
            .divTimeContainer {
                overflow: hidden;
                overflow-y: visible;
                height: 90%;
            }
            .HorasHabiles {
              width: 90%;
              height: 20%;
              position: absolute;
              margin-left: 0;
              margin-top: 420px;
              border-radius: 15px;
              border:none;
            }
            .mostrarTitulo {
              display: block;
            }
            .btnConfirmarCita {
              margin-left: 3%;
              float: left;
              width: 150px;
              height: 50px;
              background-color: #d2d4d6;
              color: gray;
              margin-top: 5px;
              border-radius: 4px;
            }
            .FormCita {
              float: left;
              margin-left: 2%;
              width: 96%;
            }
            #calendar-wrapper {
                width: 50%;
                display: grid;
                grid-template-rows: 2.5em 1fr;
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
                'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
                sans-serif;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                box-sizing: border-box;
                font-size: inherit;
            }
          }
          /*
          @media (min-width: 410px) {
              .divTimeContainer {
                  overflow: hidden;
                  overflow-y: visible;
                  width: 100%;
                  height: 90%;
              }
              .HorasHabiles {
                width: 8%;
                height: 43%;
                position: absolute;
                margin-left: 39%;
                margin-top: 3%;
                border-radius: 15px;
                border:none;
              }
              .mostrarTitulo {
                display: block;
              }
          }
          .HorasHabiles {
            /*
            width: 90%;
            height: 43%;
            position: absolute;
            margin-left: 0;
            margin-top: 95%;
            border-radius: 15px;
            border: none;
            */