@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');


.container-fluid {
  width: 100% !important;
  height: 100vh !important; /* Ocupa toda la altura de la pantalla */
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #29455e !important;
}

body{
  padding-bottom: 0px !important;
}

.oculto{
  display:none;
}
.mostrar{
  display:block;
}

.body-recepcion{
  font-family: 'Montserrat', sans-serif;
  background-color: #29455e;
}

.lab {
  color: #00d4b2;
  font-weight: 500;
  font-size: 18px;
}

.formi{

  background-color: #00a08500;
    border-top: 0px;
    border-bottom: 2px solid #fff;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    color:#fff;
}



.formi:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    outline: 0;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    
}

.sele{
  background-color: #fff0;
  color: #fff;
  border: 2px solid #00d4b2;
  margin-top: 7px;
  margin-bottom: 7px;
}

.but {
  background-color: #00d4b2;
  padding: 13px 0px 1px 0px !important;
  font-weight: 300;
  font-size: 19px;
  }
  
  .but1 {
    background-color: #0dbb9e;
    padding: 13px 0px 1px 0px !important;
    font-weight: 300;
    font-size: 19px;
    }
  
  .but:hover{
    background-color: #0dbb9e;  
  }
  
  .but1:hover{
    background-color: #00d4b2;  
  }
  
  a {
    text-decoration: none;
   
  }

  
/*BIENVENIDO VISTA*/
.adminEdificio .titulo{
  font-family: "Open Sans", sans-serif;
  color: #29455e;
  font-weight: 600;
}
.img-acceso{
  width: 30%;
}