.form-prop {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.form-prop .form-control {
  background-color: transparent;
  border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #adadad;
}
.form-prop .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-bottom: 1px solid #adadad !important;
  border-radius: 0px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.form-prop .select2-container--default .select2-selection--single:focus {
  background-color: transparent;
  border-bottom: 2px solid #32b1fc !important;
  border-radius: 0px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.form-prop #terminos_condiciones_prop-error {
  position: absolute;
  width: 100%;
  text-align: center !important;
}
.form-prop #terminos_mayor_prop-error {
  position: absolute;
  width: 100%;
  text-align: center !important;
}

.form-prop #msjSorpresa {
  border-color: lime;
  border-width: 1px;
  border-style: solid;
  padding: 8px;
}

#departamento_k-error {
  width: 100%;
  position: absolute;
  top: 33px;
}

#ciudad_k-error {
  width: 100%;
  position: absolute;
  top: 33px;
}

#barrio_k-error {
  width: 100%;
  position: absolute;
  top: 33px;
}

#membresia-error {
  width: 100%;
  position: absolute;
  bottom: -20px;
}

.form-prop .form-control:focus {
  border-bottom: 2px solid #32b1fc;
  transition: ease-in-out, width 0.35s ease-in-out;
  border-bottom-color: #32b1fc !important;
  box-shadow: none !important;
}
.form-prop .error,
#reset-pass-admon .error {
  text-align: left;
  color: #32b1fc;
  font-weight: 700;
  letter-spacing: normal;
}
.form-prop .error,
#reset-pass-admon .error {
  border-color: #32b1fc;
  /* -webkit-animation: shake 1s;
 -moz-animation:shake 1s;
 -o-animation:shake 1s;
 animation: shake 1s; */
}

.ajax-auth label,
#lostPassword label,
#resetPasswordForm label {
  position: relative;
}
.ajax-auth input#signonname {
  width: 100%;
}
form.ajax-auth {
  top: 70px;
}

#preloader {
  visibility: hidden;
}
.userRegistration .checkbox input[type="checkbox"] {
  height: auto;
  width: auto;
  opacity: 1;
  position: inherit;
  margin-left: 0px;
}

.btn-default:hover {
  color: #ffffff !important;
  background-color: #8625cc !important;
  border-color: #8625cc !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*
.flipswitch {
  position: relative;
  background-color: #ccc;
  width: 120px;
  height: 40px;
  -webkit-appearance: initial;
  border-radius: 3px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-size: 14px;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
*/

.form-prop .flipswitch:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 0;
  bottom: -1px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*
.flipswitch:checked:after {
  left: 53%;
  content: "ON";
}*/
.form-prop .flipswitch {
  position: relative;
  background-color: #ccc;
  width: 35px;
  height: 13px;
  -webkit-appearance: initial;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.form-prop .acepta-tc {
  background-color: #32b1fc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-prop .flipswitch:checked:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 64%;
  bottom: -1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#validadmin {
  color: #32b1fc;
}

/********  ESTILOS NUEVO FORMULARIO REGISTRO 10/02/2022*******/

/* estilos de fondos modal registro */

.slider-col-prop {
  background-color: unset !important;
  background-image: url(../../images/img-registro-propietario.png),
    url(../../images/fondo-registro--propietarios-lacomunidad.jpg);

  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, left top;
  background-size: 90%, cover;
  min-height: 570px;
  object-fit: fill;
}

.col-form-prop {
  min-height: 570px;
  background-image: url(wp-content/themes/la-comunidad/images/fondo-formulario-registro-ver1.jpg);
  background-size: auto;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

/** estilos slider registro propietario **/

.slider-registro-prop {
  background: unset !important;
}

h2.prop-slider-title {
  font-size: 28px !important;
  color: #ffffff !important;
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 20px;
}

#carousel-form-prop .carousel-indicators .active {
  width: 34px !important;
  height: 12px;
  margin: 0;
  background-color: #ffffff !important;
  border: 0 !important;
}

/*** estilos posicionamiento y tamaño modal registro ***/

#modal-registro-propietario-home .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 2px;
  min-height: 570px !important;
}

#modal-registro-propietario-home .close-registro {
  text-align: right;
  font-size: 52px;
  padding-right: 27px;
  font-weight: 600;
  position: absolute;
  right: -69px;
  top: -31px;
}

/*** estilos de pasos del registro */

.steps-register-container.prop-steps .steps-register-item.active:before {
  border-bottom: 2px solid #32b1fc;
  position: absolute;
  content: "";
  width: 100%;
  top: 48px;
  left: -50%;
  z-index: 2;
}

.steps-register-container.prop-steps
  .steps-register-item:first-child.active:before {
  content: none;
}

.steps-register-container.prop-steps
  .steps-register-item.active
  .steps-register-icon {
  background: #32b1fc;
}

.steps-register-container.prop-steps
  .steps-register-item.active
  .steps-register-icon
  span {
  background-image: url(wp-content/themes/la-comunidad/images/sonrisa.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 19px;
}

/* MEDIA QUERYS MODALES REGISTRO */

@media (min-width: 300px) and (max-width: 333.99px) {
  .form-prop #terminos_mayor_prop-error {
    position: absolute;
    width: 100%;
    text-align: center !important;
    top: 36px;
    right: -3px;
  }
  .select2-container {
 
    max-width: 170px !important;
 }
 
}
@media (min-width: 334px) and (max-width: 350.99px){
  .select2-container {
 
    max-width: 217px !important;
 }
}

@media (min-width: 351px) and (max-width: 370px){
  .select2-container {
 
    max-width: 220px !important;
 }
}
 @media (min-width: 371px) and (max-width: 390px){
  .select2-container {
 
    max-width: 252px !important;
 }
}
@media (min-width: 391px) and (max-width: 420px){
  .select2-container {
 
    max-width: 271px !important;
 }
}

@media (min-width: 421px) and (max-width: 480px){
  .select2-container {
 
    max-width: 300px !important;
 }
}
@media (min-width: 334px) and (max-width: 480px) {
  .form-prop #terminos_mayor_prop-error {
    position: absolute;
    width: 100%;
    text-align: center !important;
    top: 19px;
    right: -3px;
  }
  
  
}

@media (min-width: 320px) and (max-width: 480px) {
  #modal-registro-propietario-home .close-registro {
    text-align: right;
    font-size: 52px;
    padding-right: 27px;
    font-weight: 600;
    position: absolute;
    right: -60px;
    top: -28px !important;
  }

  #modal-registro-propietario-home .modal-dialog {
    position: relative;
   
    margin: 10px;
    margin-top: 30px;
}

  .steps-register-container.prop-steps .steps-register-item.active:before {
    border-bottom: 2px solid #32b1fc;
    position: absolute;
    content: "";
    width: 100%;
    top: 61px;
    left: -50%;
    z-index: 2;
  }

  #carousel-form-prop.carousel-inner .item:nth-child(2) {
    display: none !important;
  }

  #carousel-form-prop ol.carousel-indicators li:nth-child(2) {
    display: none !important;
  }

  .cont-btn-formulario {
    display: flex;

    flex-flow: column wrap;
    margin: 30px 0;
  }

  .div-button-prop {
    width: 100%;
  }
  .div_loadig-prop {
    width: 100%;
  }

  .div-left {
    width: 100%;
  }

  .slider-col-prop {
    background-color: unset !important;
    background-image: url(../../images/img-registro-propietario.png),
      url(../../images/fondo-registro--propietarios-lacomunidad.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left top;
    background-size: 90%, cover;
    min-height: 498px;
    object-fit: fill;
  }

  #membresia-error {
    width: 100%;
    position: absolute;
    bottom: -64px;
  }

  .form-prop #terminos_condiciones_prop-error {
    position: absolute;
    width: 92%;
    text-align: center !important;
    top: 40px;
  }

  .div-left {
    width: 33.3%;
    display: none;
  }

  .cont-btn-formulario {
    display: flex;
    flex-flow: row wrap;
    margin: 44px 0 0px 0px !important;
  }
  
}

@media (min-width: 481px) and (max-width: 550px) {
  #modal-registro-propietario-home .close-registro {
    text-align: right;
    font-size: 52px;
    padding-right: 27px;
    font-weight: 600;
    position: absolute;
    right: -71px;
    top: -22px;
  }
  .cont-btn-formulario {
    display: flex;

    flex-flow: column wrap;
    margin: 30px 0;
  }

  .div-button-prop {
    width: 100%;
  }
  .div_loadig-prop {
    width: 100%;
  }

  .div-left {
    width: 100%;
  }

  .slider-col-prop {
    background-color: unset !important;
    background-image: url(../../images/img-registro-propietario.png),
      url(../../images/fondo-registro--propietarios-lacomunidad.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left top;
    background-size: 90%, cover;
    min-height: 520px;
    object-fit: fill;
  }

  #membresia-error {
    width: 100%;
    position: absolute;
    bottom: -65px;
  }
  
}

@media (min-width: 551px) and (max-width: 767px) {
  #modal-registro-propietario-home .close-registro {
    text-align: right;
    font-size: 52px;
    padding-right: 27px;
    font-weight: 600;
    position: absolute;
    right: -71px;
    top: -22px;
  }

  .slider-col-prop {
    background-color: unset !important;
    background-image: url(../../images/img-registro-propietario.png),
      url(../../images/fondo-registro--propietarios-lacomunidad.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left top;
    background-size: 59%, cover;
    min-height: 570px;
    object-fit: fill;
  }

  #membresia-error {
    width: 100%;
    position: absolute;
    bottom: -65px;
  }
  
}

@media (min-width: 768px) and (max-width: 1366px) {
  #membresia-error {
    width: 100%;
    position: absolute;
    bottom: -54px;
  }
}

@media (min-width: 1367px) {
  #membresia-error {
    width: 100%;
    position: absolute;
    bottom: -53px !important;
  }
}

@media (min-width: 1500px) {
  .slider-col-prop {
    background-color: unset !important;
    background-image: url(../../images/img-registro-propietario.png),
      url(../../images/fondo-registro--propietarios-lacomunidad.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left top;
    object-fit: fill;
    background-size: 69%, cover;
    min-height: 570px;
  }

  #membresia-error {
    width: 100%;
    position: absolute;
    bottom: -53px !important;
  }
}

@media(max-width: 991px){
  .propDisplayFlex {
    display: flex !important;
    flex-direction: column;
}
}
/* estilos botones volver , siguiente y enviar registro */

.cont-btn-formulario .azul {
  background: #32b1fc;
  color: #fff;
}

.icon-btn-volver-prop {
  font-size: 16px;
  font-weight: 600 !important;
  color: white;
  margin-right: 6px;
}

.container-btn-volver {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}

/* estilos de displey y visibilidad */
.visible-prop-hidden {
  visibility: hidden !important;
}

.prop-hidden {
  display: none !important;
}

/* estilos de formulario registro campos , btn , labels etc */

#modal-registro-propietario-home .campos-formulario {
  margin: 0 0 30px 0;
}

.ayuda-flotante {
  position: absolute;
  right: 15px;
  top: 5px;
}
.text-area-ayuda {
  top: 0 !important;
}

.ayuda-flotante img {
  width: 18px;
}

.ayuda-flotante [data-tootik][data-tootik-conf*="info-prop"]::after {
  background: #32b1fc !important;
  color: #373737;
}

.ayuda-flotante
  [data-tootik][data-tootik-conf*="info-prop"][data-tootik-conf*="left"]::before {
  border-left-color: #32b1fc;
}

#modal-registro-propietario-home .campos-formulario input {
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent;
  border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #adadad;
  display: flex;
  color: #555;
}

#modal-registro-propietario-home.campos-formulario input:focus {
  border-bottom: 2px solid #adadad !important;
  transition: ease-in-out, width 0.35s ease-in-out !important;
  border-bottom-color: #adadad !important;
  box-shadow: none !important;
}

#modal-registro-propietario-home .campos-formulario .file-button-lc {
  color: #717171;
  background: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  max-width: 100%;
  padding: 2px 0;
  width: 100%;
}

#modal-registro-propietario-home .campos-formulario .file-button-lc .file-icon {
  width: auto;
  height: 18px;
  margin: 0 5px 0 0;
}

#modal-registro-propietario-home
  .campos-formulario
  .file-button-lc
  .check-icon {
  width: auto;
  height: 18px;
  margin: 0 5px 0 0;
}

#modal-registro-propietario-home .campos-formulario .file-button-lc p {
  margin: 0;
  color: rgb(173 173 173) !important;
  font-weight: normal;
  font-size: 14px !important;
}

#modal-registro-propietario-home .titulo-formulario {
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  color: #717171 !important;
  display: block;
  width: 100%;
  text-transform: initial;
}

#modal-registro-propietario-home .titulo-formulario .color-titulo {
  color: #32b1fc;
}

#modal-registro-propietario-home .cont-formulario-registro .label-campos {
  font-size: 14px;
  color: #adadad;
}

#modal-registro-propietario-home .campos-formulario label {
  color: #717171;
  font-weight: normal;
  font-size: 13px !important;
  margin-top: 0 !important;
}

span.slidinput-placeholder {
  font-size: 13px !important;
}

#modal-registro-propietario-home .campos-formulario .requerido {
  color: #32b1fc !important;
}

#modal-registro-propietario-home .campos-formulario label span {
  left: 0;
}

#modal-registro-propietario-home .campos-formulario select {
  margin: 0px 0 0 0 !important;
  -webkit-appearance: unset !important;
}

#modal-registro-propietario-home .campos-formulario textarea {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #adadad;
  background-color: none;
  resize: none;
}

.cont-btn-formulario {
  display: flex;

  flex-flow: row wrap;
  margin: 30px 0 0px 0px;
}

.div-button-prop {
  width: 33.3%;
  display: flex;
  justify-content: center;
}
.div_loadig-prop {
  width: 33.3%;
}

.div-left {
  width: 33.3%;
}

.cont-btn-formulario .btn-formulario {
  padding: 5px 15px;
  width: auto;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  border: unset;
}

.cont-btn-formulario .azul {
  background: #32b1fc;
  color: #fff;
}

.cont-btn-formulario .delineado {
  background: white;
  color: #282828;
  box-shadow: inset 0 0 0 3px #32b1fc;
}

#modal-registro-propietario-home
  .campoObligatorio-wrapper
  .slidinput-placeholder::after {
  content: "*";
  color: #32b1fc;
  font-weight: 700 !important;
  font-size: 14px !important;
}

.form-prop .error {
  font-size: 13px !important;
  font-weight: 400 !important;
  text-align: left !important;
  color: #32b1fc !important;
}

.requerido-prop {
  color: #32b1fc !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

.row-condiciones-prop a {
  color: #32b1fc !important;
}

.row-condiciones-prop a:hover {
  color: #32b1fc !important;
}

.row-condiciones-prop a:visited {
  color: #32b1fc !important;
}

#datosPersonalesPropietario {
  margin-top: 20px;
}

.info-container-prop {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 8px;
}

.info-container-prop p {
  font-size: 15px;
  margin-top: 5px;
}

/* ESTILOS MODAL INFORMACION ADMINISTRACION */

.modal-info-admon .modal-body {
  padding: 0px !important;
  background-color: #e4e4e4;
  border-radius: 15px;
}

.modal-info-admon .modal-body .content-modal-1 {
  background-image: url(wp-content/themes/la-comunidad/images/globo-propietarios-gris.png);
  background-position-x: right;
  background-position-y: 7px;
  background-size: 120px;
  background-repeat: no-repeat;
  padding: 30px 30px 0 30px;
  text-align: center;
}

.modal-info-admon .modal-body .content-modal-2 {
  background-color: #fff;
  background-image: url(wp-content/themes/la-comunidad/images/fondo-modale-adminsugerido.png);
  padding: 0px 30px 30px 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-position-y: 90px;
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: saturate(0.5);
}

.modal-info-admon .modal-body .content-modal-1 h4.modal-title {
  color: #4a4a4a;
  font-weight: normal;
}

.modal-info-admon .modal-body .content-modal-1 h4.modal-title span {
  color: #4a4a4a;
  font-weight: bold;
}

.modal-info-admon .modal-body .content-modal-1 p {
  color: #4a4a4a;
  text-align: center;
  margin-top: 10px;
  padding: 0px 36px;
  font-size: 14px;
}

.modal-info-admon .modal-content {
  margin-top: 83px;
}

form#validsugerido {
  padding-left: 30px;
  padding-right: 30px;
}

#validsugerido .form-control:focus {
  border-bottom: 2px solid #32b1fc !important;
  transition: ease-in-out, width 0.35s ease-in-out !important;
  border-bottom-color: #32b1fc !important;
  box-shadow: none !important;
}

.modal-info-admon button.close {
  position: relative;
  top: 20px;
  right: -20px;
}

.modal-info-admon button.close span {
  width: 30px;
  height: 30px;
  border: solid 1px #4a4a4a;
  padding: 2px 6px;
  border-radius: 50%;
}
.modal-info-admon button.close span i {
  color: #4a4a4a;
  font-weight: bold;
}

.btn-standar-grey {
  background-color: #838383 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  padding: 5px 25px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 20px !important;
  border: 0 !important;
  border-color: none !important;
  width: 230px;
  margin: 15px 0 !important;
  font-size: 19px;
}

.modal-info-admon .campos-formulario .slidinput-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  top: -5px !important;
  font-weight: NORMAL;
}

/***** estilos alertas swal *****/

.sw-standar-css .sw-titulo-ok.sw-prop-registro {
  background-color: #32b1fc !important;
  text-align: center;
}

.sw-standar-css .sw-titulo.sw-prop-registro i {
  font-size: 2em !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.sw-standar-css .sw-texto.sw-prop-registro {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #676767;
  padding: 20px 20px 0;
  text-align: center;
}

.sw-reset-pass-error .sw-texto .sw-prop-registro {
  font-size: 15px;
}

.sw-standar-css.sw-prop-registro .btn-sw {
  background-color: #32b1fc !important;
  border-radius: 20px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #fff;
}

.sw-standar-css.sw-prop-registro .btn-sw-ok {
  border-left-color: #32b1fc !important;
  border-right-color: #32b1fc !important;
  font-size: 16px !important;
  padding: 8px 30px !important;
  color: #fff !important;
}

.sw-standar-css.sw-prop-registro .btn-cancel-ok {
  background-color: #ffffff !important;
  border: 1px solid #32b1fc !important;
  border-left-color: #32b1fc !important;
  border-right-color: #32b1fc !important;
  color: #32b1fc !important;
  font-weight: 600 !important;
}

#modal-registro-propietario-home .close-registro a img {
  width: 65%;
}

#modal-registro-propietario-home .campos-formulario .slidinput-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  top: 1px !important;
  font-weight: NORMAL;
}

.campo-depto {
  top: 5px;
}

#terminos-condiciones-prop {
  margin-right: 4px;
}

@media (max-width: 575.98px) {
  #membresia-error {
    width: 100%;
    position: absolute;
  }
}

.propDisplayFlex {
  display:   
  flex !important;
}

.propJustifyCont {
justify-content: center !important;
}

.sw-standar-css .sw-titulo i{
  font-size: 38px !important;
}