#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  z-index:9999;
  border-radius: 5px;
  text-align: justify;
  border: 2px solid #fff;
}
#boxes #dialog {
  width:40%;
  top: 20%;
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#dbdcde !important;
  font-size: 15pt;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}

.swc-subtitulo {
  font-family: Source Sans Pro, sans-serif;
  color: white;
  font-size: 17px; 
  font-weight: 500;
}

.swc-titulo {
  font-family: Source Sans Pro, sans-serif;
  color: white;
  font-size: 20px; 
  font-weight: 1000;
  text-transform: uppercase;
  text-align: center ;
}

.swc-titulo1 {
  font-family: Source Sans Pro, sans-serif;
  color: white;
  font-size: 18px; 
  font-weight: 1000;
  text-transform: uppercase;
  text-align: left;
}

@media only screen and (max-width: 700px) {
  #boxes #dialog {
  width:50%;
  top: 20%; 
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#dbdcde!important;
  font-size: 15pt;
  }

  .swc-subtitulo {
  font-family: Source Sans Pro, sans-serif;
  color: white;
  font-size: 12px; 
  font-weight: 500;
}

.swc-titulo {
  font-family: Source Sans Pro, sans-serif;
  color: white;
  font-size: 15px; 
  font-weight: 1000;
  text-transform: uppercase;
  text-align: center ;
}