body{
  background-color:#F5D4F9;     
  color: #000000;     
} 
.txt-white{
  font-weight: bold;
  font-size: 1.3em;
}
.txt-register{
  margin-top: 35px;
  font-size: 1.2em;
}
.txt-decor{  
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color:white !important;
  margin-bottom: 5px;  
  text-shadow: 0 0 0.2em #ff00d9, 0 0 0.2em #ff00d9, 0 0 0.2em #ff00d9
}
.navbar-custom {
  background-color: #E769F6;
  color: #000000;
  padding-top: 13px;
  padding-bottom: 10px;
}
.nav-item{
  margin-right: 5px;
  margin-top: 10px;
  text-align: center;
  min-width: 135px;
}
.nav-pin{
  min-width: 0px;
  font-size: x-large;
  display: flex;
}
.select-city{
  color: #000000;
  background-color: #ffffff;
  appearance: auto;
  border-radius: 10px;
  font-size: 16px;
  padding: 7px;
  margin-left: 15px;
}
.nav-link{
  font-weight: 500;
}
.nav-login{
  margin-top: 5px;
  margin-bottom: 15px; 
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  min-width: 150px;
  max-width: 150px;  
}
.show {
  display: block;
}
li a {
  font-weight: normal;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  color: #000000;
  border-radius: 0.5em; 
  -webkit-box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal), inset 0 0 0 transparent;
          box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal), inset 0 0 0 transparent;
}
li a:hover:not(.active) {
  font-weight: normal;
  background-color: #ff00d9; 
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: center;
  border-radius: 0.5em;
  cursor: pointer;  
  -webkit-box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal), inset 0 0 0 transparent;
          box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal), inset 0 0 0 transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}   
.active {
  font-weight: normal;
  background-color: #ff00d9;
  color: #000000;  
  -webkit-box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal), inset 0 0 0 transparent;
          box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal), inset 0 0 0 transparent;
}
.btn-custom{
  background-color:#ff00d9;
  font-family: system-ui;
  white-space: nowrap;
  color: #000000;
  min-width: 150px;  
  margin-top: 20px;
  -webkit-box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal), inset 0 0 0 transparent;
          box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal), inset 0 0 0 transparent;
}
.btn-modal{
  background: #ff00d9;
}
.btn-move{
  background-color:#ff00d9;
  padding: 14px 16px;
  color: #000000;
  min-width: 100px;
}
.btn-menu{
  font-family: system-ui;
  background-color:#ff00d9;
  padding: 14px 16px;
  color: #000000;
  min-width: 300px;
  margin-bottom: 10px;
  margin-top: 15px;  
  -webkit-box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal), inset 0 0 0 transparent;
          box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal), inset 0 0 0 transparent;
}
.btn-menu-whatsapp{
  background-color:#25d366;
  color: #ffffff;
  margin-top: 15px; 
  border-radius: 15px; 
  border-style: solid;
  border-width: medium;
  max-width: 250px;
  display: inline;
}
.container-50 {
  float: left;
  width: 50%;
  margin-left: 3%;
}
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}
.col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
}          
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
} 
.card-body{
  background-color: #E769F6;
  border-radius: 1rem;
  color: black;
  padding: 2rem;  
}
.card-body-panel{
  border-radius: 1rem;
  color: black;
  width: 500px;
  min-width: 500px;
}
.card{
  border-radius: 1rem;
  border-width: 0px;   
  -webkit-box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal),  inset 0 0 0 transparent;
          box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal),  inset 0 0 0 transparent;
}
.form-check .form-check-input{
  margin-right: 100px;
  float: right;
}
.h6-space .requiredField{  
  padding-top: 5px;
  padding-bottom: 5px;
}
.text-muted{  
  color: #ffffff !important
}
label[for="file-input"] {
  cursor: pointer;
}
.shadow-all2{
  border-radius: 1rem;
  max-width: 335px;
  padding: 20px;
  background-color:#F5D4F9; 
  -webkit-box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal),  inset 0 0 0 transparent;
          box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal),  inset 0 0 0 transparent;
}
.shadow-all{
  -webkit-box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal),  inset 0 0 0 transparent;
          box-shadow: 0.3em 0.3em 0.6em var(--sombra-ppal),  inset 0 0 0 transparent;
}
.accordeon .accord {
  transition: all 0.5s ease !important;
}
h1, h2, h3, h4, h5, h6 {
  color: black !important;
}
.h1-titulo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.h1-error {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.navbar-collapse{
  flex-direction: row-reverse;
}
.img-logo{
  min-width: 285px;
  max-width: 285px;
}
.col-menu{
  flex: inherit;
}
.navbar-nav-menu{
  align-items: center;
}
.row-items{
  margin-left: 5px; 
  justify-content: left;
}
.row-items2{
  margin-left: 5px;
  margin-top: 10px;
  justify-content: left;
}
.col-custom{
  width: -webkit-fill-available;
  margin-bottom: 10px;
}
.tag-ver{
  max-width: 165px;  
  margin-right: 15px;
}
.tag-edad{
  max-width: 165px;  
  margin-right: 5px;
}
.tag-border{
  margin-top: 4px; 
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tag-ver2{
  border-radius: 10px;
  padding-bottom: 3px;
  min-width: 110px;
}
.tag-border h5{
  color: #ffffff !important;
}
.tag-border h6{
  color: #ffffff !important;
}
.row-edad{
  margin-left:15px;
}
.row-tags{
  width: auto;
  margin: 3px;
  padding: 5px;
  border-radius: 5px;
  border: 3px;
  font-size: 13px;
  white-space: nowrap;
  max-width: none;
  min-width: 165px;
}
.row-tags2{
  margin:5px;
  display:flex;
}
.row-tags3{
  width: auto;
  margin: 3px;
  padding: 5px;
  border-radius: 5px;
  border: 3px;
  font-size: 14px;
  white-space: nowrap;
  max-width: none;
  min-width: 165px;
}
.row-tags4{
  width: auto;
  margin: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: 3px;
  font-size: 16px;  
}
.row-estado{
  width: auto;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  min-width: 70px;
}
.col-tags{
  margin-top: 10px;
  margin-bottom: 5px;
}
.col-carac{
  padding-left: 2px;
  padding-right: 2px;
}
.image-carrusel{
  max-width: none;
  object-fit: contain;
}
.carousel-control-prev-icon {
  background-color: #000000;
}
.carousel-control-next-icon {
  background-color: #000000;
}
.foto-size{
  font-size: 12px;
}
.imagen-size{
  width: 136px;
  height: 190px;
}
table{
  border-collapse: unset;
}
.td-h6{
  font-size: 13px;
  white-space: nowrap;
}
td {
  vertical-align: middle;
}
th, td {  
  border-bottom: 1px solid #ddd;  
}
.footer-panel {
  margin-top: 20px;
  background-color:  #E769F6;
  
}
.footer-panel a img{  
  max-width: 300px; 
}
.col-footer{
  font-size: 10px;
  padding: 15px 0px 15px 10px;  
  align-self: center;
}
.p-footer{
  display: none;
}
.logo-sf{
  max-width: 150px;
  max-height: 150px;
}
.div-logo-sf{
  text-align: -webkit-center;
}
.flow-cl{
  max-width: 160px;
  min-width: 160px;
  display: inline-flex;
}


@media screen and (min-width: 460px) {  
  .img-logo{
    min-width: 320px;
    max-width: 320px;
  }
}
@media screen and (min-width: 520px) {
  .shadow-all2{
    max-width: none;
  }
  .foto-size{
    padding-left: 23px;
    padding-right: 23px;
    font-size: 16px;
  }
  .imagen-size{
    width: 203px;
    height: 250px;
  }
  .col-footer{
    font-size: 11px;
  }
  .select-city{
    margin-right: 20px;
  }
  .img-logo{
    min-width: 350px;
    max-width: 350px;
  }
}
@media screen and (min-width: 580px) { 
  .img-logo{
    min-width: 400px;
    max-width: 400px;
  }
  .td-h6{
    font-size: 15px;
  }
  .row-estado{
    font-size: 15px;
    min-width: 90px;
  }
}

@media screen and (min-width: 992px) {
  .p-footer{
    display: inherit;
  } 
  .select-city{
    margin-left: 0px;
  }  
  .i-pin {
    margin-right: 10px;
  }
  
}