
.titulo-registro{
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}

.info-registro{
  text-align: justify;
  padding: 0px;
  margin: 0px;
  font-size: 15px !important;
}

.card-info{
  border-radius: 10px;
  width: 90%;
  padding: 30px 30px;
  margin: 0;
  margin-top: 15px;
  min-height: 90px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.linea {
  width: 100%;
  height: 2px;
  background-color: #595959;
  margin: 20px 0;
}

.card-info p{
  text-align: center;
  width: 90%;
  min-height: 50px;
}


.logo{
  width: 150px;
  padding: 10px 20px;
}

.img-perfil{
  width: 150px;
}

.password-wrapper {
    position: relative;
}

.password-wrapper input {
    width: 100%;
    padding-right: 2.5rem; 
    padding: 6px 6px;
}

.password-wrapper .toggle-password {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #555;
    font-size: 1.1rem;
}


.container-msg {
    width: 400px;
    padding: 10px;
}

.message-blue {
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #DDEDF9;
    width: 300px;
    height: auto;
    border: 1px solid #92C3E8;
    border-radius: 10px;
    text-align: center;
}



.message-content {
    padding: 10px 15px;
    margin: 0;
    font-weight: bold;
    min-height: 90px;
}

.message-timestamp-right {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    right: 5px;
}

.message-timestamp-left {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    left: 5px;
}

.message-blue:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #DDEDF9;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    left: -15px;
}

.message-blue:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #92C3E8;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -1px;
    left: -17px;
}




@media (max-width:767px) {
  .titulo-registro{
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-registro{
    font-size: 15px;
  }

}




/********************check***************************/
.checkbox-wrapper input[type="checkbox"] {
    display: none;
    visibility: hidden;
  }

  .checkbox-wrapper .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .checkbox-wrapper .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .checkbox-wrapper .cbx span:last-child {
    padding-left: 8px;
  }
  .checkbox-wrapper .cbx:hover span:first-child {
    border-color: black;
  }

  .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child {
    background: black;
    border-color: black;
    animation: wave 0.4s ease;
  }
  .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
  }

  @keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }


/***********************************************************************************/
.focus-div {
    background-color: #54a3f7;
    -webkit-animation: html 2s ease-in-out;
}


  .input-group .movil{
    width: 50% !important;
  }

   .input-group .prefijo-movil{
    width: 10% !important;

  }

@media only screen and (max-width: 600px) {

  .input-group{
    display: flex;
    flex-direction: column;
  }

  .input-group .movil{
    width: 100% !important;
  }

   .input-group .prefijo-movil{
    width: 100% !important;
    text-align: left !important;
  }


  .input-group-addon{
    background-color: white;
    color: black;
    align-items: flex-start;
    padding: 10px 0px;
    font-weight: 600;
  }

  .input-group .form-control{
    width: 100%;
    font-family: Avenir !important;
    font-size: 15px !important;
  }

  #formSuscriptor .input-group-addon{
    background-color: rgb(222, 206, 174);
    width: 100% !important;
  }


  #formSuscriptor .cont-pwd{
    width: 95% !important;
  }


  .container-select-multiple{
    flex-direction: column;
    width: 100%;
  }


  .container-select-multiple span{
    width: 100%;
  } 

  .container-select-multiple .select2-container{
    width: 100% !important;
  } 


}

#formSuscriptor .cont-pwd{
  width: 70%;
}

.ver-password {
  display: none;
}

.ver-password + label:before {
  content: "\f06e"; /* Bars */
  cursor: pointer;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.ver-password:checked + label:before {
  content: "\f070";
}

.input-group-text-black {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: black;
    border: 1px solid black;
    border-radius: 0.25rem;
}

.select2-results__option {
  color: black;
  background-color: white;
}

.select2-results__option--highlighted {
  color: white !important;
  background-color: #595959 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: white;
}

.select2-container .select2-selection--multiple {
  min-height: 34px !important;
}



