a:link {
  color: #e32129;
}
a:visited {
  color: #e32129;
}
a:active {
  color: #410002;
}

/*Efecto*/
.modalmask {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(114, 114, 114, 0.4);
  z-index: 40;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalmask:target {
  opacity:1;
  pointer-events: auto;
}

/*Formato de la ventana*/
  .modalbox{
    width: auto;
    max-width:1000px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-style: normal;
    position: relative;
    padding: 12px 20px 12px 20px;
    gap: 8px;
    background: white;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    border-radius:8px;
    box-shadow: 0 28px 53px -38px rgba(0, 0, 0, 0.75) !important;
  }

/*Movimientos*/
.movedown {
  margin: 0 auto;
}

.movedownPriv {
  margin: 0 auto;
}

.modalmask:target .movedown{       
  margin:10% auto;
}

.modalmask:target .movedownPriv{       
  margin:10% auto;
}

/*Boton de cerrar*/
.close {
  color :white !important;
  position: relative;
  text-align: center;
  padding: 8px 24px;
  gap: 4px;
  width: 134px;
  height: 40px;
  /* Principal/500 */
  border-radius: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: none;
  box-shadow: 0 8px 23px -18px rgba(0, 0, 0, 0.75) !important;
}

.gridContainer  {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width:100%;
  align-items: center;
  justify-content: space-between;        
}

.flexContainerEmail {
  display: flex;
  flex-direction: row;
  width:100%;
  align-items: center;    
}

.flexContainer  {
  display: flex;
  flex-direction: row;
  width:100%;
  align-items: center;
  margin-left:-8px;        
}

.container{
  padding-top: 0.5rem/* 8px */;
  padding-bottom: 0.5rem/* 8px */;
  overflow-y: auto;
  width: auto;
  height: 480px;
  margin: 4px;
  padding: 4px;
}

.containerText{
  padding-top: 0.25rem/* 8px */;
  padding-bottom: 0.25rem/* 8px */;
}

.containerList{
  list-style: decimal !important;
  margin-left: 0.7rem;
  padding-left: 0.7rem;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}

.containerListPrivacy{
  list-style: auto;
  margin-left: 0.7rem;
  padding-left: 0.7rem;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}

.btn-desable:disabled {
  background: #e27d80 !important;
}

.descriptionPassText {
  font-size: 12px;
}

.inputContainer {
  position: relative;
}

.eyesContainers {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-right: 0.75rem;
}

.hederLogo {
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  }

.separateText {
  margin-top: -25px;
  margin-bottom: -5px;
  }

.btnMargin {
  margin-top: 30px !important;
  }   

.eyeContainer{
  background-image: none;
  border: none;
  border-radius: 10px;
}

.borderInput{
  border-color: rgb(0 0 0 / 20%);
}