.modal-container {
  visibility: hidden;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  transition: all .2s linear;
  opacity: 0;
}
.modal-container2 {
  visibility: hidden;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  transition: all .2s linear;
  opacity: 0;
}
.modal-container3 {
  visibility: hidden;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  transition: all .2s linear;
  opacity: 0;
}

.modal-container .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 107, 34, 0.295);
}
/*==*/
.modal-container2 .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 107, 34, 0.295);
}
/*==*/
.modal-container3 .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 107, 34, 0.295);
}
/*==*/
.modal-container .modal {
  position: relative;    
  margin-top: -246px;
  margin-left: -792px;
  padding: 2em;
  width: 560px;
  height: auto;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
  font-weight: lighter;
  text-align: center;
  font-size: .740em !important;
}
/*00*/
.modal-container2 .modal2 {
  position: relative;    
  margin-top: -246px;
  margin-left: -892px;
  padding: 2em;
  width: 560px;
  height: auto;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
  font-weight: lighter;
  text-align: center;
  font-size: .740em !important;
}
/*00*/
.modal-container3 .modal3 {
  position: relative;    
  margin-top: -246px;
  margin-left: -792px;
  padding: 2em;
  width: 560px;
  height: auto;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
  font-weight: lighter;
  text-align: center;
  font-size: .740em !important;
}

.modal-container .modal span.modal-exit {
  position: absolute;
  top: 3px;
  right: 10px;
  font-weight: bold;
  font-size: 22px;
}
.modal-container .modal-exit {
  cursor: pointer;
}
/*--*/
.modal-container2 .modal2 span.modal-exit2 {
  position: absolute;
  top: 3px;
  right: 10px;
  font-weight: bold;
  font-size: 22px;
}
.modal-container2 .modal-exit2 {
  cursor: pointer;
}
/*--*/
.modal-container3 .modal3 span.modal-exit3 {
  position: absolute;
  top: 3px;
  right: 10px;
  font-weight: bold;
  font-size: 22px;
}
.modal-container3 .modal-exit3 {
  cursor: pointer;
}

.fade-in {
  visibility: visible !important;
  z-index: 99;
  opacity: 1;
}
/* Para 960px */  
@media only screen and (max-width: 980px) and (min-width: 821px) {
  .modal-container .modal {
  position: relative;    
  margin-top: -246px;
  margin-left: -792px;
  padding: 2em;
  width: 570px;
  height: auto;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
  font-weight: lighter;
  font-size: .740em !important;
  text-align: center;
  
}
/*00*/
.modal-container2 .modal2 {
  position: relative;    
  margin-top: -246px;
  margin-left: -892px;
  padding: 2em;
  width: 570px;
  height: auto;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
  font-weight: lighter;
  text-align: center;
  font-size: .740em !important;
}
/*00*/
.modal-container3 .modal3 {
  position: relative;    
  margin-top: -846px;
  margin-left: -792px;
  padding: 2em;
  width: 570px;
  height: auto;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
  font-weight: lighter;
  text-align: center;
  font-size: .740em !important;
}
  
}  
  
/* Para 800px */  
@media only screen and (max-width: 820px) and (min-width: 621px) {  
  ol li {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 !important;
  }
  .modal-container .modal {
    position: relative;    
    margin-top: -246px;
    margin-left: -3px;
    padding: 1em;
    width: 100%;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
  /*00*/
  .modal-container2 .modal2 {
    position: relative;    
    margin-top: -246px;
    margin-left: -3px;
    padding: 2em;
    width: 570px;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
  /*00*/
  .modal-container3 .modal3 {
    position: relative;    
    margin-top: -846px;
    margin-left: -2px;
    padding: 2em;
    width: 570px;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
}  
  
/* Para 600px */  
@media only screen and (max-width: 620px) and (min-width: 501px) {  
  ol li {
    width: 480px !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    text-align: justify !important;
  }
  .modal-container .modal {
    position: relative;    
    margin-top: -246px;
    margin-left: -3px;
    padding: 1em;
    width: 100%;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
  /*00*/
  .modal-container2 .modal2 {
    position: relative;    
    margin-top: -246px;
    margin-left: -3px;
    padding: 2em;
    width: 570px;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
  /*00*/
  .modal-container3 .modal3 {
    position: relative;    
    margin-top: -246px;
    margin-left: -792px;
    padding: 2em;
    width: 570px;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
}  
  
/* Para 480px */  
@media only screen and (max-width: 500px) and (min-width: 341px) {
  ol li {
    width: 450px !important;
    box-sizing: border-box !important;
    padding: 0 !important;
  }
  .modal-container .modal {
    position: relative;    
    margin-top: -246px;
    margin-left: -3px;
    padding: 1em;
    width: 100%;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
  /*00*/
  .modal-container2 .modal2 {
    position: relative;    
    margin-top: -246px;
    margin-left: -3px;
    padding: 2em;
    width: 570px;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
  /*00*/
  .modal-container3 .modal3 {
    position: relative;    
    margin-top: -846px;
    margin-left: -2px;
    padding: 2em;
    width: 570px;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
}  
  
/* Para 320px */  
@media only screen and (max-width: 340px) and (min-width: 5px)  {  
  .modal-container .modal {
    position: relative;    
    margin-top: -246px;
    margin-left: -2px;
    padding: 2em;
    width: 570px;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
  /*00*/
  .modal-container2 .modal2 {
    position: relative;    
    margin-top: -246px;
    margin-left: -2px;
    padding: 2em;
    width: 570px;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
  /*00*/
  .modal-container3 .modal3 {
    position: relative;    
    margin-top: -846px;
    margin-left: -2px;
    padding: 2em;
    width: 570px;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: 0 3px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica', 'Segoe UI Light', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: .740em !important;
  }
} 