/* CSS Document
	Francisco Adolfo Díaz Hernández
	10/04/2020
*/
.principal{
  /* width: 900px;
  height: 800px; */
  /* background-image: url(../assets/img/t2.png); */
  background-size: contain;
  margin: auto;
  /* background-color: red; */
  background-repeat: no-repeat;
}

.pagModulo{
  position: relative;
}
.pagModulo .banner{
  /* background-image: url(../assets/img/shared/banner.png);
  background-repeat: no-repeat;
  height: 78px;
  background-size: contain; */
}
.pagModulo .contenido{
  position: relative;
  text-align: justify;
  padding: 30px;
}
.pagModulo input{
  margin-right: 10px;
  margin-left: 20px;
}
/* .pagModulo .contenido .paginas{
  padding: 0px 30px;
} */
.pagModulo .footer{
  /* background-image: url(../assets/img/shared/footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  height: 67px; */
}
.boton1{
  display: table;
  background-color: #39bee1;
  position: relative;
  width: 60%;
  left: 20%;
  /* transform: translateX(-50%); */
  border-radius: 40px;
  height: 60px;
  -webkit-box-shadow: -5px 5px 10px 0px #5e5e5e;
  -moz-box-shadow: -5px 5px 10px 0px #5e5e5e;
  box-shadow: -5px 5px 10px 0px #5e5e5e;
  cursor: pointer;
  transition: all .2s ease-in-out;
  color: white;
  margin-bottom: 20px;
}
.boton1:hover{transform: translateY(-5px);}
.boton1 p{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.modalCont{
  position: absolute;
  background-color:  #ffffffde;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
.modalCont .modalDiv{
  position: fixed;
  width: 50%;
  left: 50%;
  background-color: white;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.62);
  -moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.62);
  box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.62);
  border-radius: 10px;
}
.modalCont .modalDiv p{
  padding: 30px;
  margin: 0;
}
.modalCont .modalDiv .header{
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #303030;
  border-radius: 10px 10px 0px 0px;
}
.modalCont .modalDiv .header button{
  position: absolute;
  left: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-image: url(close.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  transform: translateY(-50%);
}
.casoCli{
  font-size: 15px;
}
