
/********************/
/*     Projects     */
/********************/
/* modal venta */
/* modal venta */
.modal-container1 {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  z-index:1010;
}

.show1 {
  pointer-events: auto;
  opacity: 1;
}

.modal1 {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: justify;
}

.modal1 h1 {
  margin: 0;
}

.modal1 p {
  opacity: 0.7;
  font-size: 14px;
}
.modal1  .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}





/*termina modal1*/



.modal-containerdos {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  z-index:1010;
}

.showdos {
  pointer-events: auto;
  opacity: 1;
}

.modaldos {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: justify;
}

.modaldos h1 {
  margin: 0;
}

.modaldos p {
  opacity: 0.7;
  font-size: 14px;
}
.modaldos .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}





/*termina moda2*/

.modal-containertres {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  z-index:1010;
}

.showtres {
  pointer-events: auto;
  opacity: 1;
}

.modaltres {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: justify;
}

.modaltres h1 {
  margin: 0;
}

.modaltres p {
  opacity: 0.7;
  font-size: 14px;
}
.modaltres .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}


/*termina moda3*/


.modal-containercuatro {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  z-index:1010;
}

.showcuatro {
  pointer-events: auto;
  opacity: 1;
}

.modalcuatro {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: justify;
}

.modalcuatro h1 {
  margin: 0;
}

.modalcuatro p {
  opacity: 0.7;
  font-size: 14px;
}
.modalcuatro .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}
/*termina moda4*/



.modal-containercinco {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  z-index:1010;
}

.showcinco {
  pointer-events: auto;
  opacity: 1;
}

.modalcinco {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: justify;
}

.modalcinco h1 {
  margin: 0;
}

.modalcinco p {
  opacity: 0.7;
  font-size: 14px;
}
.modalcinco .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}
/*termina moda5*/

.modal-containerseis {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  z-index:1010;
}

.showseis {
  pointer-events: auto;
  opacity: 1;
}

.modalseis {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: justify;
}

.modalseis h1 {
  margin: 0;
}

.modalseis p {
  opacity: 0.7;
  font-size: 14px;
}
.modalseis .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}
/*termina moda6*/

.modal-containersiete {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  z-index:1010;
}

.showsiete {
  pointer-events: auto;
  opacity: 1;
}

.modalsiete {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: justify;
}

.modalsiete h1 {
  margin: 0;
}

.modalsiete p {
  opacity: 0.7;
  font-size: 14px;
}
.modalsiete .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}
/*termina moda7*/

.modal-containerocho {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  z-index:1010;
}

.showocho {
  pointer-events: auto;
  opacity: 1;
}

.modalocho {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: justify;
}

.modalocho h1 {
  margin: 0;
}

.modalocho p {
  opacity: 0.7;
  font-size: 14px;
}
.modalocho .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}
/*termina moda8*/

.modal-containernueve {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  z-index:1010;
}

.shownueve {
  pointer-events: auto;
  opacity: 1;
}

.modalnueve {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: justify;
}

.modalnueve h1 {
  margin: 0;
}

.modalnueve p {
  opacity: 0.7;
  font-size: 14px;
}
.modalnueve .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}
/*termina moda9*/