@font-face {
  font-family: BrandonText-Black;
  src: url(fonts/BrandonText-Black.otf) format("opentype");
}

@font-face {
  font-family: Galano;
  src: url(fonts/GalanoGrotesque.otf) format("opentype");
}

@font-face {
  font-family: GalanoGrotesqueSemiBold;
  src: url(fonts/GalanoGrotesqueSemiBold.otf) format("opentype");
} 


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: unset;
  font-family: 'sans-serif;';
  }
html{
}
body{
	margin: 0;
	padding: 0;
	width: 100vw;
  min-height: 100vh;
	background-color: white;
	overflow-x: hidden;
}

img{
	width: 100%;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

label{
  font-family: GalanoGrotesqueSemiBold;
  font-size: 16px;
  margin-bottom: 8px;
}

input{
  width: 95%;
    border: #A5CA66 1px solid;
    color: #252525;
    text-align: center;
    padding: 0 16px;
    height: 40px;
    font-family: Galano;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px;
}
button{
  border: none;
  background: none;
  cursor: pointer;
}

a{
  text-decoration: none;
}

.button_menu{
      position: fixed;
    width: 40px;
    top: 3vh;
    right: 7vw;
    cursor: pointer;

}

.install{
  margin-top: 2vh;
  background: #62b3b6 !important;
}

/*Index*/

.full_screen{
  width: 100vw;
  height: 100vh;
}

.index_back{
  background-image: url('../img/JPG/back_m.jpg');
  background-size: cover;
  background-position: center;
}
.invalid-feedback1{
  font-family: GalanoGrotesqueSemiBold;
  font-size: 10px;
  color: red;
}

.content_center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}

.title_index{
  width: 75vw;
  margin-bottom: 8vh;
}

.green_button{
      border: none;
    width: 95%;
    display: block;
    text-transform: uppercase;
    color: white;
    background: #A5CA66;
    font-family: 'Galano';
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
}

/*home*/
.flex_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 2%;
}

.button_home{
  width: 49%;
  cursor: pointer;
}

.header{
  width: 100%;
  background-image: url('../img/JPG/bac.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 18vh;
}

.ajuste_header{
  margin: auto;
}

#cal_buttons {
    display: flex;
    width: 85%;
    max-width: 680px;
    margin: 30px auto;
    gap: 15px;
    justify-content: space-evenly;
}

.day_button {
    opacity: 0.5;
    transition: all 0.5s;
    cursor: pointer;
    width: 60px;
}

.title-green{
  color: #A5CA66;
  text-transform: uppercase;
  font-family: 'Galano';
  text-align: center;
  margin-top: 2vh;
  font-size: 1.6rem;

}

.container {
    width: 95%;
    max-width: 680px;
    margin: auto;
}

.day_div {
    width: 200px;
}

.events{
  width: 95%;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.Post{
  margin-bottom: 5vh;
}

.hour{
  color: #252525;
  font-family: 'BrandonText-Black';
  font-size: 2.3rem;
  line-height: 80%;
}

.title{
  color: #62B3B5;
  font-family: 'BrandonText-Black';
  font-size: 2rem;
  text-transform: uppercase;

}

.text{
  color: #B3B3B3;
  font-family: 'Galano';
  font-size: 0.9rem;
  line-height: 100%;
  margin-bottom: 2vh;
}

.quota{
  border: 1px solid #F9A94B;
  border-radius: 5px;
  color: #F9A94B;
  width: 49%;
  font-size: 1rem;
  text-align: center;
  font-family: 'BrandonText-Black';
  padding: 7px;
}

.reserva{
  border-radius: 5px;
  width: 49%;
  padding: 7px;
}

.reserva button{
  color: white;
  font-family: 'Galano';
  font-size: 1rem;
  text-align: center;
  color: white;
  width: 100%;
  height: 100%;
  padding: 0;
}

.reserva_activo{
  background: #62B3B5;

}

.reserva_full{
  background: lightgrey;
  color: grey;
  font-family: 'Galano';
  font-size: 1rem;
  text-align: center;
}

.reserva_cancel{
  background: #A5CA66;
  font-family: 'Galano';

}

.info{
  width: 100%;
    background-color: #a5ca66;
    border-radius: 5px;
    height: 40px;
    cursor: pointer;
    color: white;
    font-size: 1rem;
    font-family: 'Galano';
    margin-bottom: 1vh;
}

#not{
  padding: 12px;
    position: fixed;
    bottom: 5vh;
    right: 5vw;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    box-shadow: 1px 1px 0px 0px #7874744f;
}

#not img{
    height: 100%;
}

.desktop{
  display: none;
}

.iconcenter{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
}

.mobile{
  display: block;
}

/*@media (orientation: landscape){
  .desktop{
    display: block;
  }

  .mobile{
    display: none;
  }
}*/


@media screen and (min-width:568px){
  .desktop{
    display: block;
  }

  .mobile{
    display: none;
  }
}