.faq-wrapper {
  max-width: 850px;
  margin: 40px auto;
  font-family: "Helvetica Neue", Arial, sans-serif
}

.faq-wrapper h2 {
  text-align: center;
  color: #444;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase
}

.faq-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease
}

.faq-check {
  display: none
}

.h3-faq {
  margin: 0;
  padding: 15px 25px;
  font-size: 14px;
  color: #7d3d57;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eddbdb;
  font-family: montserrat;
  font-weight: 700
}

.h3-faq:hover {
  background: #c7b0b0
}

.h3-faq::after {
  content: "\25BC";
  font-size: .7rem;
  color: #bbb;
  transition: transform 0.6s ease
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
  background: snow
}

.faq-content p {
  padding: 20px 25px;
  margin: 0;
  color: #666;
  line-height: 1.7;
  font-size: 14px;
  border-top: 1px solid #eee;
  font-family: montserrat
}

.faq-check:checked~.faq-content {
  max-height: 600px
}

.faq-check:checked~.h3-faq::after {
  transform: rotate(180deg);
  color: #888
}

.faq-card:has(.faq-check:checked) {
  border-color: #ccc;
  box-shadow: 0 2px 10px rgb(0 0 0 / .03)
}

.faq-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333
}

.faq-header {
  text-align: center;
  margin-bottom: 40px
}

.faq-header h1 {
  color: #d32f2f;
  font-size: 2.2rem
}

.faq-item {
  background: #f9f9f9;
  border-left: 5px solid #d32f2f;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgb(0 0 0 / .05)
}

.faq-item h3 {
  margin-top: 0;
  color: #222;
  font-size: 1.2rem
}

.faq-item p {
  margin-bottom: 0;
  color: #555
}

.faq-footer {
  text-align: center;
  margin-top: 30px;
  font-size: .9rem;
  color: #777
}

.encabezado-pagina {
  text-align: left;
  margin-left: 30px
}

.grilla-planes {
  margin-top: 10px;
  font-size: 14px
}

.div-oc {
  display: none
}

.titulo-planes {
  color: #008314;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px
}

.sign-in-button-plans {
  background-color: #0098ee;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px
}

.plan {
  background: #d5e6ff;
  border: solid 1px #3483fa;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px
}

.plan-icon {
  background: #eddbdb;
  border: solid 1px #e19393;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px
}

.btn-show-position {
  color: #fff;
  background-color: #f06;
  text-transform: uppercase;
  font-weight: 700;
  border-color: #f06;
  font-size: 10px;
  padding: 2px;
  padding-bottom: 0;
  margin-bottom: 3px
}

.descripcion-planes {
  line-height: 22px
}

.descripcion-plan {
  font-family: Montserrat;
  line-height: 22px
}

.bot-wa-publicar {
  font-family: Montserrat;
  background: #2ec445;
  border: 1px solid #247154;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  min-width: 300px;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  display: inline-block;
  max-width: max-content
}

.precio-planes {
  font-family: Montserrat;
  background: #3483fa;
  border: 1px solid #002e74;
  border-radius: 8px;
  margin-bottom: 5px;
  margin-top: 5px;
  min-width: 330px;
  color: #fff;
  font-size: 12px;
  padding: 0;
  min-height: 75px;
  display: inline-block;
  max-width: max-content
}

.precio-planes-icon {
  font-family: Montserrat;
  background: #c83671;
  border: 1px solid #830e3d;
  border-radius: 8px;
  margin-bottom: 5px;
  margin-top: 5px;
  min-width: 330px;
  color: #fff;
  font-size: 12px;
  padding: 0;
  min-height: 75px;
  display: inline-block;
  max-width: max-content
}

.sign-in-button-advertise {
  background-color: #0098ee;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 700
}

.precio-planes:hover {
  color: aliceblue;
  background: #2968c8
}

.precio-planes-icon:hover {
  color: #fff;
  background: #f06
}

.nombre-plan-boton {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px
}

.tarifa-plan-boton {
  color: #000;
  background: #ffffffa8;
  padding: 2px;
  border-radius: 3px
}

.desc-plan-boton {
  font-family: Montserrat;
  font-weight: 400
}

.nombre-plan {
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  background: #333;
  border-radius: 5px;
  padding: 4px;
  color: #fff;
  margin-top: 5px;
  display: inline-block
}

.item-plan {
  font-family: Montserrat;
  background: #d3d3d3;
  padding: 4px;
  border-radius: 4px;
  color: #333;
  width: fit-content;
  display: inline-block;
  margin: 1px;
  font-size: 12px;
  border: 1px solid #b5b5b5
}

.btn-login {
  white-space: normal;
  border-radius: 7px;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
  background-color: #03a9f4;
  text-transform: uppercase;
  padding: 10px;
  margin: 2px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  background-color: #0098ee
}

.bot-publicar-nav {
  color: #fff;
  background-color: #f06;
  padding: 6px 4px 4px 4px;
  border-radius: 3px
}

.user-name-nav {
  color: #fff;
  background-color: #0098ee;
  padding: 6px 4px 4px 4px;
  border-radius: 3px
}

.avatar-profile {
  width: 50px;
  height: 50px;
  font-size: 17px;
  border: solid 3px #fff
}

.avatar .avatar20 {
  width: 20px;
  height: 20px
}

.avatar .avatar30 {
  width: 30px;
  height: 30px
}

.avatar::before {
  content: attr(data-initial)
}

.sign-in-button {
  background-color: #0098ee;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  font-size: 10px
}

.sign-in-button:hover {
  background-color: #0f7acf
}

.sign-up-button {
  background-color: #00c5e1;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  font-size: 10px
}

.sign-up-button:hover {
  background-color: #027585
}

.avatar-wrapper {
  position: relative;
  bottom: 3px
}

.avatar-wrapper.ib {
  display: inline-block
}

.espacio-profile {
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  background-color: #f5f5f5
}

.espacio-account {
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  width: 100%;
  display: inline-block
}

.subtitulo_account-items {
  font-size: 14px;
  color: #fff;
  font-family: Montserrat;
  text-transform: none;
  font-weight: 400;
  margin-top: 0
}

.account-items {
  grid-area: nick;
  align-self: baseline;
  justify-self: start;
  padding: 7px;
  font-size: 18px;
  line-height: 1.2
}

.h3_account-items {
  margin-top: 0;
  font-size: 13px;
  color: #fff
}

.btn-account {
  color: #000;
  background-color: #ffcb00;
  text-transform: uppercase;
  padding: 5px;
  margin: 2px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px
}

.btn-account:hover {
  background-color: #e69f00
}

.btn-account-red {
  color: #fff;
  background-color: #da1515;
  text-transform: uppercase;
  padding: 5px;
  margin: 2px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px
}

.btn-account-red:hover {
  color: #fff;
  background-color: #a00
}

.nickname {
  grid-area: nick;
  align-self: start;
  justify-self: start;
  padding: 20px;
  padding-left: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: Montserrat
}

.h2_profile {
  color: #f06;
  text-decoration: none;
  font-size: 24px;
  margin: 5px
}

.profile-user {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 60px auto;
  grid-template-rows: 60px auto;
  grid-template-areas: "picture nick";
  align-content: center;
  align-items: center;
  justify-items: center;
  background: #777;
  padding: 5px;
  font-weight: 700;
  border-radius: 6px
}

.login-link {
  font-size: 14px;
  font-weight: 400;
  font-family: Montserrat
}

.terms-text {
  font-size: 14px;
  font-weight: 400;
  font-family: Montserrat;
  color: #666
}

.terms-text a {
  font-size: 14px;
  font-weight: 400;
  font-family: Montserrat;
  color: #e6e5e7;
  text-decoration: underline
}

.warning-style {
  text-transform: uppercase;
  font-weight: 700;
  color: red
}

.login-form-field {
  margin: 4px;
  text-align: left
}

.btn-signup {
  color: #fff;
  background-color: #00c5e1;
  text-transform: uppercase;
  padding: 10px;
  margin: 2px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px
}

.btn-signin {
  color: #fff;
  background-color: #03a9f4;
  text-transform: uppercase;
  padding: 10px;
  margin: 2px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px
}

.btn-signin:hover {
  background-color: #0f7acf;
  color: #fff
}

.btn-signup:hover {
  background-color: #027585;
  color: #fff
}

.btn-default {
  color: #fff;
  background-color: #949494;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 11px
}

.btn-default:hover {
  color: #fff;
  background-color: #606060
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Montserrat;
  position: relative;
  z-index: 100000;
  border: none;
  border-radius: unset
}

.alert-danger {
  color: #fff;
  background-color: #de4444
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  backdrop-filter: blur(2px)
}

.form-register-gallery {
  width: 100%;
  height: 34px;
  caret-color: #2c1338;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 8px
}

.form-register-gallery::-webkit-input-placeholder {
  color: #333
}

.form-register-gallery:-ms-input-placeholder {
  color: #333
}

.form-register-gallery::-moz-placeholder {
  color: #333;
  opacity: 1
}

.form-register-gallery::-moz-placeholder {
  color: #333;
  opacity: 1
}

.form-register {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  caret-color: #2c1338;
  border-radius: 8px;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 25px
}

.form-register::-webkit-input-placeholder {
  color: #333
}

.form-register:-ms-input-placeholder {
  color: #333
}

.form-register::-moz-placeholder {
  color: #333;
  opacity: 1
}

.form-register::-moz-placeholder {
  color: #333;
  opacity: 1
}

.input-password,
.input-nickname,
.input-email {
  position: relative
}

.input-eye {
  color: #666;
  font-size: 18px;
  position: absolute;
  user-select: none;
  top: 12px;
  right: 10px;
  cursor: pointer
}

.nickname-tick,
.email-tick {
  color: #1cd31c;
  font-size: 2em;
  position: absolute;
  user-select: none;
  top: 10px;
  right: 10px
}

.nickname-cross,
.email-cross {
  color: #d31c53;
  font-size: 2em;
  position: absolute;
  user-select: none;
  top: 10px;
  right: 10px
}

.register-captcha {
  border-radius: 8px;
  height: 45px;
  border: 2px solid #c5c5c5
}

#nickname-error-message,
#email-error-message {
  color: #fff;
  margin-top: -23px;
  margin-bottom: 14px;
  font-size: 13px;
  font-family: Montserrat;
  background: #db2e2e;
  width: fit-content;
  padding: 4px;
  border-radius: 3px
}

div.ui-datepicker {
  font-size: 14px;
  font-family: Montserrat
}

.user-gallery-container {
  text-align: center
}

.user-gallery-box {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center
}

.user-gallery-box:hover {
  transform: scale(1.05)
}

.user-gallery-picture {
  display: inline-block;
  overflow: hidden;
  border: 2px solid #e6387e;
  border-radius: 50%
}

.user-gallery-picture img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 2px;
  object-fit: cover
}

.user-gallery-private {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 80px;
  height: 80px
}

.user-gallery-media-container {
  position: absolute;
  bottom: -5px;
  right: 3px;
  width: 100%
}

.user-gallery-media-qty {
  background-color: #351e33;
  padding: 5px;
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  font-family: "montserrat"
}

.user-gallery-private i {
  font-size: 80px
}

.user-gallery-container a {
  color: #ffffffa1
}

.gallery-private img {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}

.profile-picture-container,
.profile-info-container {
  display: inline-block
}

.profile-picture {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 3px solid #ff0068;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 5px;
  object-fit: cover
}

.espacio-gallery {
  padding: 10px 5px 0 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #d4d4d4
}

.name-gallery {
  background-color: #787878;
  border-radius: 5px;
  margin-bottom: 10px;
  line-height: 45px;
  min-height: 100px;
  text-align: center;
  padding-bottom: 8px
}

.name-gallery-text {
  font-size: 24px;
  color: #ff0068;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat
}

.type-gallery {
  background-color: #444;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  min-height: 100px;
  line-height: 26px;
  padding-bottom: 10px
}

.type-gallery-text {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat;
  margin-bottom: 5px
}

.type-gallery-subtext-gray {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #777;
  border-radius: 3px;
  margin-top: 5px;
  line-height: 20px;
  padding: 1px
}

.type-gallery-subtext-blue {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background-color: #3da4ff;
  padding: 1px 7px 1px 7px;
  border-radius: 3px
}

.type-gallery-subtext-yellow {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  background-color: #fac345;
  padding: 6px 7px 5px 7px;
  border-radius: 3px
}

.type-gallery-subtext-request-pass {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #15c155;
  padding: 0 7px 5px 7px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 2px
}

.type-gallery-subtext {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  font-weight: 400
}

.subtitle.zirav-iegiw2p {
  position: relative;
  margin-bottom: 10px
}

.title.zirav-iegiw2p {
  color: #dc0763;
  font-size: 14px;
  font-family: Montserrat;
  line-height: 1.2;
  width: 100%;
  min-height: 65px;
  text-align: center
}

.gallery-status {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #e6d6e4;
  color: #701d5a;
  margin-bottom: 2px;
  cursor: default
}

.filter-content-item {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #701d5a;
  color: #fff;
  margin-bottom: 2px
}

.filter-qty {
  background: #ba92b6;
  padding: 1px 5px 1px 5px;
  border-radius: 3px;
  color: #fff;
  font-weight: 700
}

.sx3-container-model-gallery {
  height: auto;
  background-color: #701d5a;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  overflow: hidden
}

.sx3-container-model-gallery,
.sx3-container-model-gallery-video,
div.appsdown {
  width: auto;
  text-align: center;
  display: inline-block
}

.sx3-container-model-gallery {
  font-family: montserrat;
  font-size: 12px;
  font-weight: 700
}

.imagen-video-gallery {
  height: 213px;
  width: 154px;
  object-fit: cover;
  display: inline;
  cursor: pointer;
  border-radius: 5px 5px 0 0
}

.video-box-gallery {
  width: auto;
  height: auto;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px
}

.sexo3-gallery-newvideo-container {
  position: relative;
  bottom: 308px;
  left: 3px;
  height: 0;
  width: fit-content;
  text-align: left
}

.sx3-container-model-gallery-video {
  height: 230px;
  background-color: #701d5a;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  overflow: hidden
}

.play-video-button {
  color: #ffffff54;
  font-size: 60px;
  position: relative;
  bottom: 160px;
  left: 28px;
  border: solid 10px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding-left: 13px
}

.vid-nro-gallery {
  position: relative;
  bottom: 100px;
  font-family: montserrat;
  font-size: 12px;
  font-weight: 700
}

.btn-green {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #2fc931;
  border-color: #4caf50;
  font-family: Montserrat
}

.btn-green:hover {
  color: #fff;
  background-color: #23a625
}

.sexo3-profile-thumbnail-gallery img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px #f06 solid
}

.sexo3-profile-thumbnail-gallery:hover img {
  border: 4px #fff solid
}

.sexo3-profile-box-gallery {
  width: 200px;
  height: auto;
  text-align: center;
  padding: 10px;
  display: inline-block
}

.profile-gallery-name {
  color: #fff;
  background-color: #f06;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 1px 5px 1px 5px;
  border-radius: 3px
}

.gallery-permission-box {
  text-align: center;
  background-color: #2b1829;
  padding: 1em;
  border-radius: 8px;
  border: #ff897a 2px solid
}

.gallery-info {
  padding-top: 10px;
  display: inline-block;
  width: 100%
}

.gallery-profile-name {
  font-size: 1.2em;
  font-weight: 600;
  color: #ff897a
}

.gallery-data {
  background-color: #c7c7c7;
  margin-top: 2px;
  border-radius: 3px;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 700;
  color: #545454
}

.gallery-expiration {
  background-color: #ffd327;
  margin-top: 2px;
  border-radius: 3px;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 700;
  color: #545454
}

.profile-notifications {
  font-size: 14px;
  color: #fff;
  font-family: Montserrat;
  text-transform: none;
  font-weight: 400;
  margin: 3px;
  background-color: #777;
  width: fit-content;
  border-radius: 3px;
  padding: 1px 4px 2px 4px
}

.button-blue {
  background-color: #0098ee;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 700
}

.button-blue:hover {
  background-color: #037bbf;
  color: #fff
}

.button-red {
  background-color: #db0000;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 700
}

.button-red:hover {
  background-color: #ad0202;
  color: #fff
}

.current-email {
  font-weight: 700;
  color: #000
}

@keyframes blink {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.blink-text {
  animation: blink 1s infinite
}

.btn-dm {
  padding: 2px 5px;
  background: #dc2414;
  color: #fff;
  height: 20px;
  line-height: 16px;
  border-radius: 5px;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700
}

.btn-dm:hover {
  background: #f31b09;
  color: #fff;
  cursor: pointer
}

.btn-dm-deleting {
  padding: 2px 5px;
  background: #f31b09;
  color: #fff;
  height: 20px;
  line-height: 16px;
  border-radius: 5px;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700
}

.badge-nav-qty {
  color: #fff;
  background-color: #ff1976;
  margin-bottom: 5px
}

.dont-have-account-espacio {
  text-align: center;
  background-color: #00000024;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat
}

.btn-favourite {
  color: #fff;
  background-color: #bbb;
  margin-bottom: 5px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Montserrat;
  border: solid 1px #9b9b9b;
  border-radius: 4px;
  text-align: center
}

.btn-favourite:hover {
  color: #ff1976;
  background-color: #cdcccc
}

.favourite {
  color: red
}

.sexo3-profile-box {
  width: 140px;
  height: auto;
  text-align: center;
  padding: 10px;
  display: inline-block
}

.sexo3-profile-thumbnail img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px #f06 solid
}

.sexo3-profile-thumbnail img:hover {
  border: 4px #c7004f solid
}

.sexo3-profile-name {
  text-align: center;
  color: #666;
  font-weight: 700;
  font-size: 12px;
  font-family: Montserrat;
  text-transform: uppercase
}

.comment-user {
  background-color: #666;
  color: #fff;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px
}

.comment-user-anonymus {
  background-color: #adadad;
  color: #fff;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  width: fit-content;
  display: inline-block;
  margin-bottom: 1px
}

.comment-model {
  background-color: #51a5e5;
  color: #fff;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px
}

.comment-unregistered-user {
  background-color: #fff;
  color: #999;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #cacaca;
  font-size: 10px
}

.comment-registered-user {
  background-color: #2abd41;
  color: #fff;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px
}

.comment-registered-model {
  background-color: #0091ff;
  color: #fff;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px
}

.sign-up-comments {
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #00c5e1;
  color: #fff;
  border-radius: 3px;
  font-size: 10px
}

.sign-up-comments:hover {
  background-color: #027585;
  color: #fff
}

.sign-up-comments-form-box {
  background-color: #00c5e1;
  color: #fff;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 34px
}

.sign-up-comments-form-box:hover {
  background-color: #027585
}

.modal_registro_texto {
  text-align: justify;
  font-size: 14px;
  color: #777;
  font-family: Montserrat;
  text-transform: none;
  font-weight: 400;
  margin-top: 0
}

.action-user-buttons {
  margin-bottom: 5px;
  display: inline-block;
  border: solid 1px #c09307;
  border-radius: 4px;
  text-align: center;
  padding-top: 5px;
  background-color: #ffc100;
  color: #fff
}

.action-user-buttons:hover {
  background-color: #f1b600;
  color: #fff
}

.like-logo-style {
  font-size: 20px
}

.likes-counter {
  font-size: 11px;
  font-family: Montserrat;
  font-weight: 400;
  background-color: #094aaf;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  text-transform: capitalize;
  line-height: 22px
}

.btn-like {
  color: rgb(0 0 0 / 67%);
  font-size: 14px;
  font-family: Montserrat;
  text-transform: uppercase
}

.btn-like:hover {
  cursor: pointer;
  color: #fff
}

.messages-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / .5)
}

.modal-contenido {
  position: relative;
  background-color: #c64048;
  margin: 20% auto;
  padding: 10px;
  border: 1px solid #d33c44;
  width: 200px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-family: Montserrat
}

.success {
  background-color: #25b025 !important;
  margin: 15% auto;
  padding: 10px;
  border: 1px solid #2e912e !important;
  width: 200px;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  font-family: Montserrat;
  color: #fff
}

.modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 30px;
  border: solid 1px #c5c5c5;
  color: #c9c9c9
}

.modal-close:hover {
  color: #fff
}

.btn-partnership,
.dropdown-menu-breadcrumb-listings>li>a {
  font-weight: 400;
  line-height: 1.42857143
}

.dropdown-menu-breadcrumb-listings>li>a,
.dropdown-menu-breadcrumb>li>a {
  padding: 3px 5px;
  clear: both;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap
}

.bc-value-tit,
.breadcrumb-item a,
.btn-anuncios,
.btn-por-ciudad,
.msg_im,
.novedad-novedad {
  text-transform: uppercase
}

.portfolio-modal .modal-content p.item-intro,
body,
header .intro-text .intro-lead-in,
header .intro-text .intro-nombre {
  font-family: helvetica neue, Helvetica, Arial, sans-serif
}

section#acerca .section-heading,
section#tips .section-heading,
section#comentarios .section-heading,
section#contacto .section-heading,
section#descripcion .section-heading,
section#galeria .section-heading,
section#galerias-especiales .section-heading,
section#mapa .section-heading,
section#publicar .section-heading,
section#relatos .section-heading,
section#videos .section-heading {
  color: #f06
}

.boton-wa:hover,
.btn-sitelink:hover,
.navbar-custom .navbar-brand.active,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover,
.texto-atencion-label,
.texto-boton-idioma,
.texto-tag-tarjeta,
.texto-tag-videollamada {
  color: #fff
}

.slick-next:before,
.slick-prev:before {
  color: #999
}

.partnership-area {
  text-align: left
}

.partnership-website {
  text-align: center;
  padding: 0 20px
}

.partnership-website:hover {
  background: #ffffff2e;
  border-radius: 9px
}

.partnership-website-text {
  margin-top: 2px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: #fff
}

.btn-partnership {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #fff0;
  border-radius: 4px
}

#close {
  float: right;
  position: relative;
  z-index: 9999999;
  bottom: 0;
  right: -11px;
  padding: 3px 5px;
  background: #000;
  width: 24px;
  font-size: 15px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 1px 1px 5px #fff;
  color: #fff
}

.btn-group,
.btn-group-listings,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 2px
}

.dropdown-menu-breadcrumb,
.dropdown-menu-breadcrumb-listings {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-weight: 700;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  background-color: #000000cf;
  text-align: left;
  float: right;
  list-style: none
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #d20054;
  border-color: #d20054
}

.dropdown-menu-breadcrumb-listings {
  font-size: 14px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / .15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%)
}

.dropdown-menu-breadcrumb {
  font-size: 12px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%)
}

.breadcrumb-p-style {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 0
}

.breadcrumb-button-style {
  color: #fff;
  .dropdown-menu-breadcrumb {
    font-size: 10px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%)
  }
  width:fit-content;
  font-size:10px;
  padding:4px;
  border-radius:3px;
  font-family:Montserrat;
  border:1px solid #65556f
}

.center-block,
.open>.dropdown-menu-breadcrumb,
.open>.dropdown-menu-breadcrumb-listings {
  display: block
}

.dropdown-menu-breadcrumb-listings>li>a:focus,
.dropdown-menu-breadcrumb-listings>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d398ff52
}

.dropdown-menu-breadcrumb>li>a:focus,
.dropdown-menu-breadcrumb>li>a:hover {
  color: #e6387e;
  text-decoration: none;
  background-color: #f5f5f5
}

.dropdown-menu-breadcrumb-listings>li>a {
  display: block
}

.dropdown-menu-breadcrumb>li>a {
  display: block;
  font-weight: 400
}

.btn-por-ciudad {
  background-color: #dd0059;
  font-family: montserrat, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
  padding: 10px 5px
}

.bc-value-tit {
  color: #000;
  font-size: 10px;
  font-family: Montserrat;
  padding: 1px 4px 4px
}

.boton-cerrar-bc {
  font-family: montserrat;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  color: #fff;
  background-color: #888;
  border-radius: 3px;
  text-transform: uppercase
}

.bc-value,
.bc-value-listings {
  color: #333;
  background-color: #bcbcbc;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 100;
  padding: 1px 3px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px
}

.bc-value a {
  color: #000
}

.bc-value a:focus,
.bc-value a:hover {
  color: #000;
  text-decoration: underline
}

.breadcrumb-style-listings {
  text-align: center;
  margin-bottom: 10px;
  background: #f5f5f5;
  border-radius: 5px;
  padding-right: 10px;
  padding-left: 5px
}

.bc-titulo {
  padding: 3px;
  font-size: 14px;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: uppercase;
  margin: 4px;
  color: #666
}

.breadcrumb-style {
  text-align: left;
  padding: 5px;
  color: #7d5e91;
  font-weight: 700;
  font-size: 8px;
  line-height: 0;
  width: -webkit-fill-available;
  background: #dfdfdf;
  border-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 5px
}

.breadcrumb-item a {
  font-family: montserrat;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #f3f3f394;
  padding: 1px 8px;
  line-height: 30px;
  border-radius: 3px
}

.breadcrumb-item:hover {
  color: #ff0082
}

.texto-servicios-label {
  color: #d6075a
}

.menu-pais {
  color: #c8c8c8
}

.dropdown-menu-breadcrumb-subtitle {
  font-size: 9px;
  color: #dd0059;
  background: #f0f8ff;
  margin-left: 3px;
  padding: 2px 4px;
  border-radius: 3px
}

.sexo3-model-newpicture-container {
  position: relative;
  bottom: 225px;
  left: 3px;
  height: 0;
  width: fit-content;
  text-align: left
}

.sexo3-model-newpicture-tag {
  background: #ffe100;
  font-weight: 700;
  font-size: 10px;
  padding: 0 3px;
  color: #333;
  border-radius: 3px
}

.sexo3-model-newvideo-container {
  position: relative;
  top: 26px;
  left: 6px;
  height: 0;
  width: fit-content;
  text-align: right
}

.sexo3-model-newvideo-tag {
  background: #ffe100;
  font-weight: 700;
  font-size: 12px;
  padding: 0 3px;
  color: #000;
  border-radius: 3px
}

.thumb_grilla_todas {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 2px;
  border: 3px solid #f90064;
  overflow: hidden
}

.slick-todas {
  padding-left: 24px;
  padding-right: 24px
}

.icono-fab-top {
  font-size: 16px;
  background: #444;
  color: #fff;
  padding: 6px 6px 5px 5px;
  border-radius: 50%;
  margin-right: 3px;
  height: 30px;
  width: 30px;
  border: 1px solid #000
}

.icono-fab-search,
.icono-fab-advertise,
.icono-fab-wa {
  border-radius: 50%;
  margin-right: 3px;
  height: 30px;
  width: 30px
}

.icono-fab-wa {
  font-size: 18px;
  background: #00b716;
  color: #fff;
  padding: 5px 6px 5px 5px;
  border: 1px solid #00df1b
}

.icono-fab-advertise {
  font-size: 16px;
  background: #f06;
  color: #fff;
  padding: 5px 6px 5px 5px;
  border: 1px solid #602059
}

.icono-fab-search {
  font-size: 15px;
  background: #ffc800;
  color: #6a6a6a;
  padding: 7px 6px 7px 7px;
  border: 1px solid #666
}

.floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999
}

.floatingButtonInner {
  position: relative
}

.floatingButton {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #0098ee;
  color: #fff;
  line-height: 64px;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  border: 5px solid #eaeaea;
  opacity: 1;
  transition: 0.4s;
  box-shadow: 1px 1px 5px #3c3c3c
}

.slider_modelos-top_descripcion,
.slider_modelos-top_nombre {
  position: absolute;
  line-height: 1.2;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 535, 0, 0, 1)
}

.floatingButton .fas {
  font-size: 28px !important;
  transform: rotate(0);
  transition: 0.4s;
  color: #fff
}

.floatingButton.open,
.floatingButton:active,
.floatingButton:focus,
.floatingButton:hover {
  opacity: 1;
  color: #fff
}

.floatingButton.open .fas {
  transform: rotate(270deg)
}

.floatingMenu {
  position: absolute;
  bottom: 60px;
  right: 0;
  display: none
}

.floatingMenu li {
  width: 100%;
  float: right;
  list-style: none;
  text-align: right;
  margin-bottom: 5px
}

.floatingMenu li a {
  padding: 5px 10px;
  display: inline-block;
  background: #00000082;
  font-family: montserrat;
  font-size: 14px;
  color: #fff;
  border: 1px solid #6f6f6f;
  border-radius: 7px;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.4s;
  -webkit-box-shadow: 1px 3px 5px rgb(0 0 0 / 45%);
  box-shadow: 1px 3px 5px rgb(0 0 0 / 45%)
}

.floatingMenu li a:hover {
  margin-right: 10px;
  text-decoration: none
}

.boton_inicio_sitio {
  background-color: #1b5091;
  border-radius: 10px;
  width: 40%;
  margin: auto auto 25px
}

.jssora053 {
  display: block;
  position: absolute;
  cursor: pointer
}

.jssora053 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 640;
  stroke-miterlimit: 10
}

.jssora053:hover {
  opacity: .8
}

.jssora053.jssora053dn {
  opacity: .5
}

.jssora053.jssora053ds {
  opacity: .3;
  pointer-events: none
}

.slider_modelos-top_nombre {
  top: 297px;
  left: -527px;
  height: 80px;
  font-family: Montserrat;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 4;
  color: #ff1976;
  text-shadow: 1px 1px 2px #000
}

.slider_modelos-top_descripcion {
  top: 364px;
  left: -478px;
  height: 43px;
  font-family: montserrat;
  font-size: 32px;
  font-weight: 400;
  background-color: rgb(0 0 0 / .42);
  z-index: 3;
  color: #fff
}

.espacio-btn-anuncios {
  background-color: #777;
  border-radius: 5px;
  padding: 2px;
  margin-bottom: 5px;
  text-align: center
}

.btn-anuncios {
  background-color: #ff1976;
  font-family: montserrat, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 5px;
  height: 50px;
  color: #fff
}

.btn-anuncios:hover {
  background-color: #ae0046;
  color: #fff
}

.btn-anuncios-descripcion {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 13px
}

.texto_boton_inicio_sitio {
  color: #fff;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700
}

.rojo,
.rojo-icono {
  color: red;
  font-weight: 400
}

.relatos,
.texto_aclaracion_novedades,
.texto_contacto,
.texto_contacto_email,
.texto_relatos_blanco,
.texto_relatos_fluo,
.ultimas_15_novedades {
  font-family: Montserrat
}

.espacio_acerca,
.espacio_contacto,
.espacio_relatos {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px 20px;
  text-align: center
}

#img-contacto,
#img-novedades,
#img-publicar {
  border-radius: 10px;
  box-shadow: 1px 1px 9px #000;
  margin: 5px
}

.rojo-icono {
  font-size: 50px
}

.descripcion-novedad,
.negrita {
  font-weight: 700
}

.texto_contacto {
  color: #000;
  font-size: 15px
}

.espacio_emails {
  background-color: #dadada;
  border-radius: 5px;
  line-height: 20px;
  padding: 10px
}

.texto_contacto_email {
  color: #ff0185;
  font-size: 18px;
  font-weight: 700;
  padding: 10px
}

.espacio_telefono_sexo3 {
  background-color: #dedede;
  border-radius: 10px;
  padding: 4px;
  margin: 15px auto
}

.espacio_boton_pago {
  padding: 15px;
  width: 50%;
  margin: auto;
  font-size: 23px
}

.telefono_sexo3 {
  color: #000;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 400;
  text-transform: unset;
  line-height: 32px
}

.telefono_sexo3_ws,
.texto_boton_telefono_sexo3 {
  color: #000;
  font-family: Montserrat;
  font-weight: 400
}

.telefono_sexo3_ws {
  font-size: 18px;
  text-transform: unset
}

.espacio_contacto_formulario {
  background-color: #444;
  padding: 15px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 25px
}

.boton_telefono_sexo3 {
  background-color: #ffeb00;
  border-radius: 5px;
  width: 100%;
  margin: 5px
}

.boton_whatsapp_sexo3 {
  background-color: #00d34b;
  border-radius: 10px;
  width: 100%;
  margin: 5px
}

.li-wd,
.texto_boton_telefono_sexo3,
p.large {
  font-size: 16px
}

.espacio_publicar,
.espacio_sitepages {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px 20px;
  text-align: center
}

.bienvenida_a_sexo3 {
  color: #dd0059;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: unset
}

.texto_publicar,
.texto_publicar_email,
.texto_publicar_negrita {
  font-family: Montserrat;
  font-size: 16px
}

.espacio_objetivos {
  border-radius: 5px;
  line-height: 20px;
  padding: 10px;
  text-align: left
}

.texto_publicar {
  color: #666;
  text-transform: unset;
  font-weight: 400
}

.texto_publicar_negrita {
  color: #fff;
  text-transform: unset;
  margin: 0;
  padding: 10px
}

.boton_telefono_publicar {
  background-color: #d8ff6f;
  border-radius: 10px;
  margin: auto auto 25px
}

.espacio_banners_verticales,
.espacio_texto_publicar,
.grilla_normal,
.team-member,
footer,
header {
  text-align: center
}

.locations-background {
  background: #000
}

.texto_publicar_email {
  color: #ff0185;
  font-weight: 700;
  padding: 10px
}

.espacio_publicar_formulario,
.espacio_relatos_formulario {
  background-color: #000;
  padding: 15px;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 25px
}

.btn-sitelink {
  background: #000;
  color: #cfcfcf;
  font-size: 12px;
  font-family: Montserrat;
  border-radius: 25px;
  margin: 2px
}

.mensaje_im,
.msg_im,
.nombre_im {
  font-family: montserrat;
  color: #000
}

.panel_titulo_fondo {
  background: linear-gradient(48deg, #737373, #d5d5d5)
}

.thumb-redondo,
header {
  background-repeat: no-repeat
}

.img-map {
  background-image: url(/sexo3/img/Mapa.jpg);
  height: 400px;
  width: 100%;
  background-position: center;
  display: table
}

.img-map-inside {
  display: table-cell;
  vertical-align: middle
}

#img-acerca_ancha,
#img-buscador_ancha,
#img-publicar_ancha {
  width: 100%
}

.espacio_im {
  text-align: left;
  height: 250px
}

.slick-dots {
  position: absolute;
  display: block;
  margin-left: -15px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 1000;
  bottom: -15px
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 20px;
  margin: 2px;
  padding: 0;
  cursor: pointer
}

.thumb-redondo {
  height: 80px;
  width: 80px;
  position: relative;
  z-index: 1;
  margin-top: 6px;
  margin-left: 35px;
  border: 2px solid #ff0067;
  border-radius: 50%;
  background-size: 100% auto;
  background-position: 50%
}

.mensaje_im {
  width: 100%;
  padding: 3px;
  text-align: initial;
  font-weight: 700;
  text-transform: uppercase;
  float: unset;
  font-size: 12px
}

.msg_im,
.nombre_im {
  position: relative;
  border-radius: 6px;
  width: fit-content
}

.nombre_im {
  font-weight: 700;
  font-size: 20px;
  background: #ff0067;
  color: #fff;
  bottom: 46px;
  left: -60px;
  height: 50px;
  padding: 6px 6px 6px 23px;
  margin-left: 152px;
  text-transform: none;
  transform: skew(350deg)
}

.boton_contacto_im,
.msg_im {
  font-weight: 700;
  font-size: 26px;
  margin-left: 25px
}

.msg_im {
  z-index: 0;
  bottom: 56px;
  left: 0;
  padding: 6px;
  background: #dfdfdf;
  margin-right: 25px
}

.boton_contacto_im {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  color: #fff;
  background: #000;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border-radius: 3px;
  width: 85px;
  height: 18px
}

.form-group input,
.nombre-novedad {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.borde-input-dada {
  border-radius: 6px;
  background: #ff0083
}

.form-group input {
  padding: 20px;
  color: #333
}

.aclaracion_novedades {
  border-radius: 5px;
  background-color: #fdfdfd;
  width: 100%
}

.texto_aclaracion_novedades {
  color: #000;
  font-size: 12px
}

.relatos,
.ultimas_15_novedades {
  text-align: -webkit-center
}

.novedad-diaria {
  background: #cc006a;
  color: #fff;
  margin: 5px;
  font-size: 18px;
  width: fit-content;
  padding: 5px;
  border-radius: 4px
}

.novedad-diaria:hover {
  background: #a02255
}

.nombre-novedad,
.novedad-novedad {
  font-weight: 700;
  line-height: 30px
}

.tablas_fecha {
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 5px
}

.espacio-novedad {
  background-color: #efefef;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  float: left
}

#imagen-novedad {
  width: 100px;
  box-shadow: 1px 1px 6px 0 #000
}

.espacio-descripcion-novedad,
.espacio-imagen-ev,
.espacio-imagen-novedad,
.espacio-imagen-presentacion,
.espacio-imagen-todas-modelo {
  float: left
}

.espacio-texto-novedad,
.espacio-texto-todas-modelo {
  padding-left: 105px;
  width: inherit
}

.nombre-novedad {
  color: #ff0185;
  font-size: 25px
}

.novedad-novedad {
  color: #ff1976;
  font-family: Montserrat;
  font-size: 24px
}

.lugar-news {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400
}

.link-novedad,
.link-todas,
.link-todas-modelo,
.membresia-novedad {
  line-height: 25px;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700
}

.membresia-novedad {
  color: #373737;
  font-size: 15px
}

.link-novedad,
.link-todas,
.link-todas-modelo {
  color: #fff;
  font-size: 17px
}

.descripcion-novedad,
.lugar-novedad {
  line-height: 25px;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 15px
}

.btn-primary,
.btn-xl,
.cat-footer,
.ciudad_mv,
.h3_videollamadas,
.label_descripcion_chica,
.label_disponibilidad,
.lugar-presentacion,
.pagination,
.subtitulo_texto_videollamadas,
footer span.copyright,
footer ul.quicklinks,
header .intro-text .intro-heading,
section#acerca .text-danger,
section#comentarios .form-group input,
section#comentarios .form-group textarea,
section#comentarios .text-danger,
section#contacto .text-danger,
section#publicar .text-danger,
section#relatos .text-danger {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif
}

.label_descripcion_chica {
  font-size: 12px;
  color: #fff;
  background-color: #ff53ac;
  border-radius: 4px
}

.nombre_mv_fondo {
  background-color: #545454;
  width: 154px;
  height: 21px;
  position: absolute
}

.ciudad_mv {
  font-size: 13px;
  color: #666;
  line-height: 19px
}

.play-ev,
.play-model {
  font-size: 26px;
  text-shadow: 0 0 6px #000
}

.nombre-modelo-ev,
.videos-totales-ev {
  text-transform: uppercase;
  font-family: montserrat;
  font-weight: 700
}

.espacio-ev {
  background: #fff;
  padding: 5px
}

.imagen-ev {
  max-width: unset;
  height: 268px;
  width: 100%;
  object-fit: cover;
  display: inline;
  border-radius: 4px
}

.lg-sub-html a:hover {
  text-decoration: none
}

.thumbnail_ev,
.thumbnail_ev-interno {
  margin-left: 8px;
  border-radius: 50%;
  left: -5px;
  position: relative;
  overflow: hidden
}

.thumbnail_ev {
  max-width: 60px;
  max-height: 60px;
  border-color: #ff0185;
  bottom: 13px;
  box-shadow: 1px 1px 4px #000000ba
}

.thumbnail_ev-interno {
  max-width: 100px;
  max-height: 100px;
  border: #ff0153 4px solid;
  bottom: 115px
}

.espacio-texto-ev {
  padding-left: 70px;
  width: inherit
}

.play-ev {
  color: #fff;
  position: relative;
  bottom: 260px;
  left: 81px
}

.play-model {
  color: #fff;
  position: relative;
  bottom: 38px;
  left: 153px
}

.nombre-modelo-ev {
  color: #fff;
  font-size: 16px;
  text-shadow: 0 0 16px #000
}

.videos-totales-ev {
  color: #fff;
  font-size: 11px;
  text-shadow: 0 0 4px #000
}

.espacio-datos-ev {
  width: inherit;
  position: relative;
  bottom: 80px
}

.video-box-ev {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  max-height: 278px;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden
}

.espacio-botones-ev {
  line-height: 15px
}

.espacio-todas {
  background-color: #c2c2c285;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 5px;
  float: left;
  padding: 10px
}

.espacio-presentacion {
  width: 100%;
  height: 213px;
  margin-bottom: 5px;
  float: left
}

.foto-presentacion {
  position: absolute;
  z-index: 2;
  clip: rect(0, 253px, 250px, 0)
}

.espacio-texto-presentacion {
  padding-left: 145px;
  width: inherit;
  height: 213px;
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, #fff0 11%, #000 14%)
}

.nombre-presentacion {
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ff0185;
  text-transform: none;
  font-size: 22px;
  padding-top: 4px
}

.membresia-presentacion {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #a7a7a7;
  font-size: 15px;
  padding: 5px
}

.lugar-presentacion {
  line-height: 15px;
  color: #e9e9e9;
  font-size: 15px;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px
}

.items-presentacion {
  right: 0;
  top: 0;
  position: absolute
}

.descripcion-presentacion {
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  padding: 3px;
  font-weight: 400;
  text-shadow: 1px 1px 3px #000
}

.label_disponibilidad {
  padding: 3px;
  color: #333;
  font-style: normal;
  font-weight: 700;
  margin: 2px;
  font-size: 11px;
  background-color: #19d503;
  border-radius: 3px
}

.label_no-disponible,
.videollamadas-presentacion {
  padding: 2px;
  margin: 2px;
  font-style: normal;
  font-size: 11px;
  border-radius: 3px;
  font-weight: 700;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif
}

.label_no-disponible {
  color: #333;
  background-color: #ffc600
}

.videollamadas-presentacion {
  color: #fff;
  background-color: #ff0185
}

.espacio-todas-modelo-nuevo {
  width: 100%;
  margin: 1px;
  display: inline-block;
  background-color: #202020;
  border-radius: 5px
}

.espacio-todas-modelo {
  background-color: #202020;
  border-radius: 5px;
  float: left;
  padding: 10px;
  margin: 5px
}

.espacio-imagen-todas {
  float: left;
  border-radius: 4px
}

.espacio-texto-todas {
  padding-left: 220px;
  width: inherit
}

.nombre-todas {
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px
}

.nombre-todas-modelo {
  line-height: 10px;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 9px;
  color: #333;
  font-size: 18px
}

.membresia-todas,
.membresia-todas-modelo {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700
}

.desc-todas-modelo,
.label_tag-fijo-todas,
.label_tag-movil-todas,
.lugar-todas,
.lugar-todas-modelo,
.model-icon-todas {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif
}

.membresia-todas {
  font-size: 11px;
  position: relative;
  bottom: 9px
}

.membresia-todas-modelo {
  line-height: 15px;
  color: #979797;
  font-size: 15px;
  padding: 5px
}

.lugar-todas {
  width: 100%;
  font-size: 12px;
  padding: 2px 5px;
  background-color: #fff;
  color: #666;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  margin: 2px
}

.desc-todas-modelo,
.lugar-todas-modelo {
  padding: 5px
}

.lugar-todas-modelo {
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 700
}

.desc-todas-modelo {
  color: #333;
  font-size: 12px;
  white-space: normal
}

.tags-todas {
  margin: 3px 5px 5px
}

.label_tag-fijo-todas,
.label_tag-movil-todas,
.model-icon-todas {
  width: 100%;
  padding: 2px 5px;
  border-radius: 3px;
  margin: 2px;
  font-size: 12px;
  display: inline-block;
  font-weight: 700
}

.label_tag-fijo-todas {
  background-color: #fe1e78;
  color: #fff
}

.label_tag-movil-todas {
  background-color: #eaff00;
  color: #333
}

.model-icon-todas {
  background-color: #9d6800;
  color: #fff;
  border: 1px solid #fa0
}

.label_descripcion_chica-todas {
  font-family: Montserrat;
  font-size: 14px;
  color: #666;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 13px
}

.label_descripcion_chica-news {
  font-family: Montserrat;
  font-size: 14px;
  color: #bbb;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 13px
}

.label_descripcion_chica-todas-modelo {
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #b3b3b3;
  line-height: 22px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none
}

.th-img-todas-modelo {
  border-radius: 7px
}

.thumbnail-todas {
  width: 100px;
  height: 138px;
  display: inline-block
}

.thumbnail-todas-modelo {
  width: 130px;
  display: inline-block
}

.btn-phone-todas,
.label_disponibilidad-todas {
  width: 100%;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif
}

.btn-phone-todas {
  color: #fff;
  background-color: #399bff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 4px;
  margin: 0
}

.boton-entrar-todas-modelo,
.label_disponibilidad-todas,
.label_todas_items {
  font-size: 12px;
  display: inline-block;
  font-weight: 700
}

.label_disponibilidad-todas {
  padding: 2px 5px;
  background-color: #ffef00;
  color: #000;
  border-radius: 3px;
  margin: 2px
}

.boton-entrar-todas-modelo {
  background-color: #cf0;
  border-radius: 5px;
  padding: 5px;
  width: max-content;
  margin-bottom: 5px;
  font-family: montserrat
}

.label_todas_items {
  width: 100%;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  padding: 2px 5px;
  background-color: #3e3e3e;
  color: #fff;
  border-radius: 3px;
  margin: 2px
}

.label_anuncio,
.label_anuncio-modelo,
.label_disponibilidad-modelo {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px
}

.label_disponibilidad-modelo {
  padding: 1px;
  color: #fff;
  background-color: #19d503
}

.label-anuncio {
  background-color: #c0ff00;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 4px
}

.label_anuncio,
.label_anuncio-modelo {
  padding: 2px;
  font-weight: 700;
  color: #333;
  background-color: #9dff00
}

.espacio_cada-relato {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 5px;
  text-align: left
}

.espacio_cada-relato:hover,
.tablas_relatos {
  background-color: #fff
}

.texto_titulo_relato:hover {
  color: #ff0083
}

.espacio_lista_relatos {
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-top: 5px
}

.texto_relatos_blanco {
  font-size: 17px;
  color: #fff;
  line-height: 25px
}

.texto_relatos_fluo {
  font-size: 20px;
  color: #deff00;
  font-weight: 700;
  line-height: 25px;
  text-transform: unset
}

.texto_titulo_relato {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: Montserrat
}

.texto_aclaracion_relatos {
  color: #666;
  font-family: Montserrat;
  font-size: 14px
}

.tablas_relatos {
  text-align: initial;
  border-radius: 5px
}

.plantilla_relato {
  text-align: left;
  padding: 1em
}

.mas_relatos_texto,
.plantilla_relato_texto {
  font-size: 1.5em;
  color: #707070;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: unset;
  font-weight: 500
}

.texto_buscador {
  font-weight: 700;
  text-transform: unset
}

.espacio_lista_mas_relatos {
  background-color: #dfdfdf;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px
}

.mas_relatos_titulo {
  font-size: 2.6em
}

.mas_relatos_autor {
  font-size: 1.7em
}

.ui-menu-item {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  background-color: #f7f7f7
}

.form-control:focus {
  border-color: #ff0185;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(255 1 133 / .21), 0 0 8px rgb(255 0 78 / .45);
  box-shadow: inset 0 1px 1px rgb(255 1 133 / .21), 0 0 8px rgb(255 0 78 / .45)
}

.texto_buscador {
  font-size: 22px;
  color: #ff0185;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 25px;
  margin-bottom: 20px
}

.form-control-buscador {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.42857143;
  color: #6d6d6d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.label-buscador {
  color: #666;
  font-size: 16px;
  font-family: Montserrat
}

.checkbox-buscador {
  background-color: #ececec;
  border-radius: 4px;
  font-size: 15px;
  font-family: Montserrat;
  padding-bottom: 10px;
  padding-top: 17px;
  padding-left: 15px
}

.espacio_buscador_resultado,
.espacio_buscador_resultado-sponsored {
  width: 260px;
  padding: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  border-radius: 5px;
  float: left
}

.espacio_buscador_resultado {
  background: #d2d2d2
}

.espacio_buscador_resultado:hover {
  background: #eee
}

.espacio_buscador_resultado-sponsored {
  background: #969696
}

.espacio_buscador_resultado-sponsored:hover {
  background: #b7b7b7
}

.thumbnail_buscador_resultado {
  width: 50px;
  float: left
}

.datos_buscador_resultado {
  text-align: left;
  width: 200px;
  padding-left: 5px;
  float: left
}

.barrio_buscador_resultado,
.ciudad_buscador_resultado,
.nombre_buscador_resultado {
  line-height: 16px;
  width: 100%;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  float: left
}

.nombre_buscador_resultado {
  color: #ff0185;
  font-size: 13px
}

.barrio_buscador_resultado,
.ciudad_buscador_resultado {
  color: #333;
  font-size: 11px
}

.entrar_buscador_resultado {
  line-height: 14px;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #444;
  font-size: 12px;
  margin-top: 5px;
  float: left;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  width: fit-content
}

.texto_acerca,
.texto_acerca_faq {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: unset;
  font-weight: unset;
  line-height: 20px
}

.espacio_h3-ubicaciones,
.espacio_subtitulo,
.espacio_subtitulo_premium,
.espacio_subtitulo_videollamadas {
  border-radius: 3px;
  margin-bottom: 3px
}

.thumbnail_buscador_resultado img,
.thumbnail_ultima_novedad_horiz,
.thumbnail_ultima_novedad img {
  max-width: 50px
}

.texto_acerca_faq {
  text-align: left;
  margin: unset
}

.texto_h3-ubicaciones,
.texto_h3-ubicaciones-titulo {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  margin: 3px
}

.espacio_subtitulo {
  background: #f3f3f3
}

.espacio_subtitulo_videollamadas {
  background: #333
}

.espacio_subtitulo_premium {
  background: #ffea69
}

.espacio_h3-ubicaciones {
  width: 100%;
  padding: 5px;
  background: #00000040
}

.texto_h3-ubicaciones {
  text-transform: none;
  color: #fff;
  font-weight: 400;
  font-size: 13px
}

.texto_h3-ubicaciones-titulo {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  font-size: 14px
}

.espacio_subtitulo_novedades {
  width: 100%;
  padding: 3px;
  background: #404040;
  float: left;
  margin-bottom: 3px;
  border-radius: 4px
}

.subtitulo_texto {
  text-align: center;
  font-size: 12px;
  color: #666;
  font-family: Montserrat;
  text-transform: none;
  font-weight: 400;
  margin: 10px;
  line-height: 14px
}

.subtitulo_texto_items {
  text-align: center;
  font-size: 14px;
  color: #333;
  font-family: Montserrat;
  text-transform: none;
  font-weight: 400;
  margin: 10px;
  line-height: 14px
}

.subtitulo_texto_icon {
  text-align: center;
  font-size: 12px;
  color: #f06;
  font-family: Montserrat;
  text-transform: none;
  font-weight: 400;
  margin: 10px;
  line-height: 14px
}

.subtitulo_texto_p-black {
  text-align: center;
  font-size: 12px;
  color: #ccc;
  font-family: Montserrat;
  text-transform: none;
  font-weight: 400;
  margin: 10px;
  line-height: 14px
}

.subtitulo_texto_news {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: Montserrat;
  text-transform: none;
  font-weight: 400;
  margin-top: 0
}

.espacio_videollamadas {
  background-color: #c5c5c5;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid #000
}

.espacio_mas-anuncios {
  background-color: #00000040;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  padding-bottom: 5px
}

.espacio_mas-anuncios-col12 {
  background-color: #b3b3b3;
  text-align: center;
  padding-bottom: 5px
}

.h3_videollamadas {
  color: #757575;
  font-weight: 700;
  font-size: 16px
}

.subtitulo_texto_videollamadas {
  text-transform: none;
  color: #b9b9b9;
  padding: 10px;
  font-size: 12px
}

.section_estados,
.section_estados_estandar,
.section_slider {
  padding-top: 24px;
  padding-bottom: inherit
}

.section_estados {
  margin-top: 8%
}

.section_estados_estandar {
  margin-top: 0
}

.lg-has-html5,
section#acerca .form-group input.form-control,
section#comentarios .form-group input.form-control,
section#contacto .form-group input.form-control,
section#publicar .form-group input.form-control,
section#relatos .form-group input.form-control {
  height: auto
}

.section_slider {
  margin-top: 10%
}

.section_acerca,
.section_buscador,
.section_contacto,
.section_convideo,
.section_novedad,
.section_novedades,
.section_otrasciudades,
.section_publicar,
.section_relatos,
.section_videos {
  padding-top: 145px;
  padding-bottom: 20px
}

.section_pagos {
  padding-top: 10px;
  padding-bottom: 20px
}

.section_destacadas,
.section_premium {
  padding-bottom: inherit
}

.banner_izquierda {
  height: auto;
  float: left;
  width: 190px;
  text-align: center
}

.banners_verticales {
  background: #a3a3a3;
  padding: 5px;
  border-radius: 4px;
  text-align: center
}

.banner_vertical_derecha,
.banner_vertical_izquierda {
  margin-bottom: 5px
}

.banner_central {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5px
}

.banner_derecha {
  width: 190px;
  text-align: center;
  float: right
}

.banner_derecha_ancho {
  width: 255px;
  text-align: center;
  float: left;
  padding-top: 25px
}

.espacio_titulo_modelos {
  width: 100%;
  background: #eaeaea;
  border-radius: 5px;
  padding: 6px 6px 12px;
  margin-bottom: 5px;
  position: relative
}

.grilla_icon {
  width: 100%;
  background: #eddbdb;
  border-radius: 5px;
  padding: 2px 2px 27px;
  margin-bottom: 15px;
  text-align: center;
  position: relative
}

.banners_movil_black {
  width: 100%;
  background: #000;
  border-radius: 5px;
  padding: 2px 2px 27px;
  margin-bottom: 15px;
  text-align: center;
  position: relative
}

.banners_movil_premium,
.grilla_estados,
.grilla_estados_estandar,
.grilla_premiumblack {
  width: 100%;
  margin-bottom: 5px;
  border-radius: 5px;
  position: relative;
  text-align: center
}

.banners_movil_premium {
  background: #e7e7e7;
  padding-top: 6px;
  padding-bottom: 35px
}

.banners_movil {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  position: relative;
  padding-top: 50px
}

.grilla_premiumblack {
  background: #0000005c;
  padding: 2px 2px 10px
}

.grilla_estados,
.grilla_estados_estandar {
  background: #fff;
  padding: 2px 24px;
  margin-top: 5px;
  height: 90px;
  overflow: hidden
}

.novedades-rotativas {
  height: unset
}

.h1_models,
.h1_sitepages {
  color: #666;
  margin-bottom: 8px;
  font-size: 20px
}

.h1_models {
  margin-top: 5px
}

.h1_sitepages,
.team-member p {
  margin-top: 0
}

.h2_im {
  color: #ff0067;
  font-family: Montserrat;
  text-decoration: none;
  font-style: italic;
  text-transform: uppercase;
  font-size: 46px
}

.p_pregunta {
  text-decoration: none;
  font-size: 16px
}

.p_speech {
  color: #666;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: none
}

.p_speech_descr {
  color: #666;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: none;
  background: aliceblue;
  border-radius: 5px;
  padding: 5px
}

.h2_models,
.h2_sitepages {
  color: #f06;
  text-decoration: none;
  font-size: 15px;
  margin-top: 10px
}

.h2_models_premium-vip {
  color: #cb105a;
  text-decoration: none;
  font-size: 20px
}

.h2_models_section {
  color: #666;
  margin-top: 0;
  font-size: 20px
}

.cat-footer a {
  color: #cacaca
}

.h3_sitepages {
  color: #666
}

.h3_sitepages {
  margin-top: 0;
  font-size: 16px
}

.h2_models_premiumvip {
  color: #dc7a00;
  margin-top: 0;
  font-size: 20px
}

.h2_models_premiumblack {
  color: #fff;
  margin-top: 0;
  font-size: 20px
}

.h2_group-name {
  color: #333;
  font-size: 16px;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1
}

.comment-response {
  color: #fff;
  font-size: 22px;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700
}

.banner_vertical_movil {
  width: 164px;
  height: 226px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 5px
}

.banner_vertical_desk_black {
  max-width: 140px;
  display: inline-block;
  margin: 2px;
  border-radius: 5px
}

.th-vid-desk-black {
  width: 140px;
  position: relative;
  bottom: -5px;
  border-radius: 4px
}

.grilla_posicion,
.th-img-desk-black {
  border-radius: 4px
}

.thumb_grilla_estados,
.thumb_grilla_premiumblack {
  border-radius: 50%;
  display: inline-block;
  overflow: hidden
}

.thumb_grilla_estados {
  width: 75px;
  height: 75px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 2px;
  border: 3px solid #0089ff
}

.thumb_grilla_premiumblack {
  width: 154px;
  height: 154px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 10px 15px;
  border: 2px solid #e90075;
  box-shadow: 0 0 14px 1px #ff0080
}

.thumb_grilla_premiumblack-movil {
  width: 130px;
  height: 130px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 3px 15px;
  border: 2px solid #e90075;
  box-shadow: 0 0 14px 1px #ff0080;
  overflow: hidden
}

.movil_model_name,
.th-borde-bottom-radius {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.grilla_model_name_premiumblack,
.grilla_model_name_premiumblack-movil {
  transform: rotate(341deg);
  box-shadow: 0 0 10px #cf0068;
  pointer-events: none
}

.grilla_model_name_premiumblack-movil {
  position: relative;
  bottom: 80px;
  width: 174px;
  left: -10px;
  background: #ffffffe3;
  color: #ff0080;
  font-family: montserrat;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px
}

.grilla_model_name_estados,
.movil_model_name {
  color: #fff;
  font-family: montserrat;
  text-transform: uppercase;
  font-weight: 700;
  position: relative
}

.grilla_model_name_estados {
  bottom: 45px;
  background: #00000087;
  font-size: 8px;
  pointer-events: none
}

.grilla_model_name_premiumblack {
  position: relative;
  bottom: 96px;
  width: 177px;
  background: #ffffffe3;
  color: #ff0080;
  font-family: montserrat;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px
}

.boton-wa,
.tooltip-im {
  box-shadow: 2px 1px 5px #000
}

.movil_model_name {
  font-size: 16px;
  background-color: #eb007aa8;
  margin-top: -23px
}

.desk_model_name_black,
.movil_model_name_black {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: -40px;
  height: 37px;
  color: #fff;
  font-family: montserrat;
  font-weight: 700;
  position: relative
}

.nombre_top {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: -40px;
  height: 37px;
  color: #fff;
  font-family: montserrat;
  font-weight: 700;
  position: relative
}

.container_model_name-top {
  position: relative;
  bottom: 20px
}

.movil_model_name_black {
  text-shadow: 0 0 9px #000
}

.desk_model_name_black {
  text-shadow: #000 0 0 9px
}

.nombre_top {
  text-shadow: #000 0 0 8px
}

.desk_membership_black,
.movil_membership_black {
  font-size: 10px;
  color: #fff;
  font-family: montserrat;
  font-weight: 700;
  line-height: 3px
}

.ciudad_top {
  font-size: 10px;
  color: #fff;
  font-family: montserrat;
  font-weight: 700;
  line-height: 3px;
  text-shadow: #000 0 0 1px
}

.model_name_premiumblack {
  font-size: 14px;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700
}

.movil_model_status {
  font-size: 25px;
  letter-spacing: -1px;
  color: #f5f5f5;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-shadow: 0 0 20px #fff
}

.btn-wsp-todas,
.categoria_premium_black,
.categoria_icon,
.categoria_videollamada,
.ciudad_premium,
.nombre_th,
.nombre_videollamada,
.posicion_th {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif
}

.ciudad_th,
.nombre_th {
  color: #fff;
  text-shadow: #000 0 0 1px;
  text-transform: uppercase
}

.ciudad_th_resaltado,
.ciudad_th_resaltado-bajo {
  color: #fff;
  text-transform: uppercase
}

.masseuse-label {
  background: #399dff;
  color: #fff;
  text-shadow: unset;
  text-transform: uppercase;
  padding: 0 4px;
  border-radius: 2px;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 11px
}

.inside-country {
  background: #fff;
  color: #000;
  text-shadow: unset;
  text-transform: uppercase;
  padding: 0 4px;
  border-radius: 2px;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 11px
}

.outside-country {
  background: #fff;
  color: #000;
  text-shadow: unset;
  text-transform: uppercase;
  padding: 0 4px;
  border-radius: 2px;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 11px
}

.slider_modelos {
  margin-top: 14%
}

.model-pic-th,
.th-borde-top-radius {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}

.th-borde-bottom-radius {
  margin-top: 4px
}

.th_vid-style {
  width: 214px;
  border-radius: 4px
}

.th_todas-style {
  border-radius: 4px;
  margin: auto
}

.th_todas-style-news {
  border-radius: 4px;
  margin: auto;
  border: solid #8f8f8f 1px
}

.th_vid-style-pb-desk {
  width: 149px;
  position: relative;
  bottom: 30px
}

.th_vid-style-pb-movil {
  width: 126px;
  position: relative;
  bottom: 25px
}

.th_vid-style-vip-movil {
  width: 164px;
  height: 227px;
  position: relative;
  bottom: -4px;
  border-radius: 4px
}

.rotativo-modelos-style {
  margin-bottom: 10px;
  margin-top: 10px
}

.p-membership-sections-grid,
.p-locations-class {
  font-family: Montserrat
}

.h3-membership-sections-grid-black,
.p-membership-sections-grid-black {
  color: #fff
}

.h3-membership-sections-grid {
  font-size: 14px
}

.h3-membership-sections-grid-black {
  font-size: 14px
}

.h3-membership-sections-grid-icon {
  font-size: 14px;
  color: #f06
}

.grilla_modelos {
  width: 100%;
  border-radius: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  background: #f5f5f5
}

.espacio_th_destacada {
  width: 214px;
  height: 296px;
  background: #262626;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 5px;
  overflow: hidden
}

.espacio_th_videollamada {
  width: 154px;
  height: 264px;
  margin-bottom: 3px;
  background: #333;
  display: inline-block;
  border-radius: 5px
}

.thumbnail_destacada,
.thumbnail_premium,
.thumbnail_top {
  width: 214px;
  height: 296px
}

.datos_destacada_fondo,
.datos_premium_fondo,
.datos_top_fondo {
  position: relative;
  bottom: 65px;
  line-height: 18px;
  pointer-events: none
}

.nombre_th {
  font-size: 19px;
  font-weight: 700
}

.categoria_destacada,
.categoria_premium,
.categoria_top,
.ciudad_th {
  font-size: 11px;
  position: relative;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700
}

.categoria_sections {
  font-size: 11px;
  position: relative;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700
}

.ciudad_th_resaltado,
.ciudad_th_resaltado-bajo {
  font-size: 11px;
  position: relative;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-shadow: #000 0 0 1px
}

.ciudad_th {
  top: 14px
}

.ciudad_th_resaltado {
  top: 10px
}

.ciudad_th_resaltado-bajo {
  top: 0
}

.categoria_premium {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  bottom: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #7e7e7e;
  border-radius: 3px;
  margin: auto;
  width: fit-content;
  line-height: 16px;
  padding: 0 3px 0 3px
}

.categoria_destacada {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  bottom: 18px;
  text-transform: uppercase;
  color: #000;
  background: #dbdbdb;
  border-radius: 3px;
  margin: auto;
  width: fit-content;
  line-height: 16px;
  padding: 0 3px 0 3px
}

.categoria_top {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  bottom: 18px;
  text-transform: uppercase;
  color: #4b4b4b;
  background: #d5d5d5;
  border-radius: 3px;
  margin: auto;
  width: fit-content;
  line-height: 16px;
  padding: 0 3px 0 3px
}

.categoria_icon {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  bottom: 18px;
  text-transform: uppercase;
  color: #ff1976;
  background: #ffe2e2;
  border-radius: 3px;
  margin: auto;
  width: fit-content;
  line-height: 16px;
  padding: 0 3px 0 3px
}

.categoria_sections {
  bottom: 19px;
  color: #fff;
  background: #5875c9;
  text-transform: uppercase;
  padding: 0 4px;
  border-radius: 3px
}

.categoria_items {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  bottom: 18px;
  text-transform: uppercase;
  color: #2ac556;
  background: #ccffd3;
  border-radius: 3px;
  margin: auto;
  width: fit-content;
  line-height: 16px;
  padding: 0 3px 0 3px
}

.categoria_masajes {
  position: relative;
  bottom: 21px
}

.categoria_int-ext {
  position: relative;
  bottom: 21px
}

.nombre_videollamada_fondo {
  background-color: #333;
  width: 214px;
  height: 19px;
  position: absolute;
  margin-top: 0
}

.nombre_videollamada {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 18px
}

.categoria_videollamada {
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  color: #cbf700
}

.botones_contacto {
  position: absolute;
  margin-top: -114px
}

.botones_contacto-todas {
  margin-bottom: 5px;
  margin-left: 4px
}

.btn-wsp-todas {
  color: #fff;
  background-color: #15c155;
  text-transform: uppercase;
  margin-top: 1px;
  font-weight: 700;
  font-size: 16px;
  padding: 4px;
  width: 100%
}

.espacio_th_posicion {
  width: 214px;
  height: 295px;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden
}

.datos_posicion_fondo {
  position: relative;
  bottom: 70px;
  line-height: 32px;
  pointer-events: none
}

.posicion_th {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffe000;
  text-shadow: 0 0 14px #ff4b00
}

.boton-wa {
  color: #fff;
  font-size: 20px;
  display: block;
  text-shadow: 0 0 5px #fff;
  background: #00c21c;
  margin-bottom: 4px;
  margin-top: 4px;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  padding: 2px;
  margin-left: 2px
}

.grilla_exterior,
.grilla_premium,
.grilla_top {
  width: 100%;
  border-radius: 5px;
  position: relative;
  margin-bottom: 5px;
  text-align: center
}

.publicar_destacada {
  font-size: .6em;
  color: #e2e2e2;
  line-height: 1.1em
}

.grilla_premium,
.grilla_top {
  margin-top: 5px;
  padding-bottom: 0
}

.grilla_exterior {
  background: #0000005c;
  padding: 2px 2px 10px;
  margin-top: 18px
}

.espacio_th_premium,
.espacio_th_top {
  border-radius: 4px;
  margin-bottom: 5px;
  display: inline-block;
  overflow: hidden
}

.espacio_th_premium {
  width: 214px;
  height: 296px;
  background: #666
}

.nombre_premium_fondo {
  background-color: #3b3b3b;
  width: 154px;
  height: 19px;
  position: absolute;
  margin-top: 0
}

.categoria_premium_black {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  bottom: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #00000075;
  border-radius: 3px;
  margin: auto;
  width: fit-content;
  line-height: 16px;
  padding: 0 3px 0 3px
}

.categoria_icon {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  bottom: 19px;
  text-transform: uppercase;
  color: #fff;
  background: #eddbdb91;
  border-radius: 3px;
  margin: auto;
  width: fit-content;
  line-height: 16px;
  padding: 0 3px 0 3px
}

.ciudad_premium {
  font-size: 13px;
  color: #e2e2e2;
  line-height: 10px
}

.ciudad_convideo,
.ciudad_normal,
.ciudad_otrasciudades,
.nombre_normal,
.ultimas_novedades_titulo_texto {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.espacio_th_top {
  max-width: 140px;
  display: inline-block;
  margin: 2px;
  border-radius: 5px
}

.nombre_top_fondo {
  background-color: #878787;
  width: 154px;
  height: 19px;
  position: absolute
}

.espacio_th_normal {
  width: 154px;
  height: 264px;
  margin-bottom: 3px;
  background: -webkit-linear-gradient(#fff, #0a0a0a);
  display: inline-block;
  border-radius: 5px
}

.thumbnail_normal {
  width: 154px;
  height: 213px;
  display: inline-block
}

.nombre_normal_fondo {
  background-color: #262626;
  width: 154px;
  height: 19px;
  position: absolute;
  margin-top: 0
}

.nombre_normal {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
  text-shadow: -1px 1px 3px #000
}

.ciudad_normal {
  font-size: 13px;
  color: #e2e2e2;
  line-height: 10px
}

.ciudad_convideo,
.ciudad_otrasciudades {
  font-weight: 700;
  color: #cbf700
}

.ciudad_otrasciudades {
  font-size: 10px;
  padding-top: 18px
}

.ciudad_convideo {
  font-size: 11px;
  line-height: 18px
}

.ultimas_novedades {
  text-align: center;
  float: left;
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 5px
}

.ultimas_novedades_titulo {
  width: 100%;
  padding: 3px;
  background: #333;
  float: left;
  margin-bottom: 3px;
  border-radius: 5px
}

.ultimas_novedades_titulo_texto {
  line-height: 16px;
  margin-left: 5px;
  color: #fff;
  font-size: 13px
}

.nombre_ultima_novedad,
.orden_ultima_novedad,
.nombre_ultima_novedad_horiz,
.orden_ultima_novedad_horiz {
  font-family: montserrat;
  text-transform: uppercase;
  font-weight: 700
}

.espacio_ultima_novedad {
  width: 140px;
  display: inline-block;
  margin: 2px;
  border-radius: 5px;
  overflow: hidden;
  height: 194px
}

.espacio_ultima_novedad_horiz {
  width: 140px;
  display: inline-block;
  margin: 2px;
  border-radius: 5px;
  overflow: hidden;
  height: 194px
}

.thumbnail_ultima_novedad {
  width: 50px;
  height: 69px;
  float: left
}

.thumbnail_ultima_novedad_horiz {
  width: 50px;
  height: 69px;
  float: left
}

.datos_ultima_novedad {
  position: relative;
  bottom: 51px;
  pointer-events: none
}

.datos_ultima_novedad_horiz {
  position: relative;
  bottom: 51px;
  pointer-events: none
}

.cosas_ultima_novedad {
  position: absolute;
  bottom: -21px
}

.cosas_ultima_novedad_horiz {
  position: relative;
  bottom: 10px
}

.label-premium {
  background-color: #ffa000;
  color: #fff;
  padding-bottom: .1em;
  padding-left: .3em;
  padding-right: .3em
}

.img-byn {
  -webkit-filter: grayscale(100%)
}

.img-byn:hover {
  -webkit-filter: unset
}

.novedades-tit {
  color: #ff1976
}

.ult-novedades-bot {
  background: #ff1976;
  color: #fff;
  width: fit-content;
  border-radius: 3px;
  padding: 3px;
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: uppercase;
  display: inline-block;
  margin: 4px
}

.ult-novedades-bot:hover {
  color: #000
}

.th-vid-news {
  width: 140px;
  height: 194px;
  border-radius: 4px
}

.nombre-news {
  font-family: "montserrat";
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #fff
}

.fecha-news {
  font-family: Montserrat;
  font-size: 18px;
  color: silver;
  text-transform: uppercase;
  font-weight: 700
}

.orden_ultima_novedad {
  font-size: 20px;
  color: #000;
  position: relative;
  bottom: 146px;
  left: 44px;
  text-shadow: #fff300 0 0 9px;
  -webkit-text-stroke: 1px #ffd000
}

.orden_ultima_novedad_horiz {
  font-size: 20px;
  color: #000;
  position: relative;
  bottom: 146px;
  left: 44px;
  text-shadow: #fff300 0 0 9px;
  -webkit-text-stroke: 1px #ffd000
}

#demo,
#espacio_logo-chico,
.espacio-tag-fijo,
.espacio-tags,
.sexo3-model-icons {
  position: absolute
}

.nombre_ultima_novedad {
  font-size: 14px;
  color: #fff;
  text-shadow: #484848 0 0 10px;
  line-height: 18px
}

.nombre_ultima_novedad_horiz {
  font-size: 14px;
  color: #fff;
  text-shadow: #484848 0 0 10px;
  line-height: 18px
}

.novedad_ultima_novedad {
  line-height: 14px;
  color: #baff00;
  text-decoration: none;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 0 0 10px #000
}

.avatar-news {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: #fff 4px solid;
  object-fit: cover;
  margin: auto
}

.novedad_ultima_novedad_horiz {
  line-height: 14px;
  color: #ff0060;
  background: #000000a1;
  text-decoration: none;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  padding: 0 4px 1px 4px
}

.sexo3-model-icons {
  width: 30px;
  margin-top: -273px;
  margin-left: 0
}

.model-icon {
  padding-top: 2px;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  width: 38px;
  height: 18px;
  text-align: left;
  padding-left: 3px;
  background-color: rgb(0 0 0 / 37%);
  color: #fff;
  border-radius: 0 5px 5px 0;
  margin-bottom: 1px
}

.texto_opcion,
.texto_recuadro_usuario {
  margin-bottom: unset;
  color: #333
}

.texto_recuadro_modelo,
.texto_recuadro_usuario,
.texto_register {
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: unset;
  font-weight: 400;
  font-size: 18px
}

.texto_recuadro_modelo,
.texto_register {
  color: #fff;
  margin-bottom: unset
}

.tag-movil,
.tag-movil-top,
.texto_opcion {
  text-transform: uppercase;
  font-family: montserrat
}

.li-wd,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif
}

.texto_opcion {
  font-size: 18px;
  font-weight: 700;
  margin-top: 9px
}

.espacio_register,
.espacio_terminos {
  padding: 15px;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 25px
}

.tag-fijo,
.tag-fijo-top,
.tag-movil,
.tag-movil-top {
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 2px;
  padding-left: 2px;
  position: relative
}

.espacio_register {
  background-color: #0000004f
}

.espacio_terminos {
  background-color: #bbb
}

.li-wd {
  list-style: none
}

.popover,
.tooltip-im {
  font-family: montserrat
}

.input-wd {
  width: 16px;
  height: 16px
}

.tag-fijo,
.tag-movil {
  width: 214px;
  font-size: 11px
}

.tag-movil-top {
  width: 214px;
  font-size: 8px
}

.tag-movil {
  bottom: 17px;
  text-align: left;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #ffd200
}

.tag-movil-top {
  bottom: 20px;
  text-align: left;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #ffd200;
  width: 140px
}

.tag-fijo,
.tag-fijo-top {
  background: #92003b;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-family: montserrat;
  text-transform: uppercase
}

.tag-fijo {
  bottom: 296px
}

.tag-fijo-top {
  width: 140px;
  bottom: 194px;
  font-size: 9px
}

.popover {
  width: 400px;
  font-size: 14px
}

.tooltip-im,
p {
  font-size: 15px
}

.tilde-ok {
  color: #2cff00;
  margin-left: 5px
}

.im-todas,
.tooltip-im {
  color: #fff;
  font-weight: 700
}

.tooltip-im {
  position: relative;
  cursor: pointer;
  display: block;
  background: #f1007d;
  margin-bottom: 4px;
  margin-top: 4px;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  padding: 5px;
  border: 2px solid #eee;
  margin-left: 2px
}

.tooltip-im:active,
.tooltip-im:hover {
  color: #eee;
  border: 2px solid #fff
}

.btn-xl,
.im-todas {
  border-radius: 3px
}

.blink_po {
  animation: 2s cubic-bezier(0, 0, .87, 1.28) infinite blinker
}

@keyframes blinker {
  50% {
    opacity: 0
  }
}

.im-todas {
  background: #2b9cf0;
  font-size: 12px;
  padding: 2px 5px;
  margin-left: 5px;
  margin-bottom: 8px;
  margin-top: 5px;
  font-weight: 400;
  font-family: MOntserrat
}

.im-todas-tit {
  background: #4e4e4e;
  border-radius: 3px;
  margin-right: 3px;
  padding: 2px
}

.btn-xl,
footer span.copyright {
  font-size: 14px;
  font-weight: 700
}

.bg-seccion-comentarios,
.bg-seccion-contacto,
.bg-seccion-descripcion,
.bg-seccion-galeria,
.bg-seccion-galerias-especiales,
.bg-seccion-mapa,
.bg-seccion-more-models,
.bg-seccion-videos {
  padding-bottom: 5px
}

#logo-chico,
.no_web_version {
  display: none
}

@font-face {
  font-family: montserrat;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://www.sexo3.com/sexo3/css/fonts/Montserrat-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
  font-family: montserrat;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://www.sexo3.com/sexo3/css/fonts/Montserrat-700.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

body {
  overflow-x: hidden;
  background: #fff;
  webkit-tap-highlight-color: #666
}

.body-model-page {
  background: #fff
}

.text-muted {
  color: #777
}

.text-primary {
  color: #fed136
}

p {
  line-height: 1.75
}

.btn.active,
.btn:active,
.btn:active:focus,
.btn:focus,
a,
a.active,
a:active,
a:focus,
a:hover {
  outline: 0
}

a {
  color: #666
}

a.active,
a:active,
a:focus,
a:hover {
  color: #f06
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700
}

.img-centered {
  margin: 0 auto
}

.bg-light-gray {
  background-color: #eee
}

.bg-seccion-mapa,
.div-gps {
  padding-top: 10px
}

.bg-darkest-gray {
  background-color: #222
}

.form-control {
  font-family: Montserrat
}

.btn-primary {
  color: #fff;
  background-color: #f06;
  text-transform: uppercase;
  font-weight: 700;
  border-color: #f06
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 0 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e0005a;
  border-color: #e0005a
}

.btn-primary.active,
.btn-primary:active,
.btn-xl.active,
.btn-xl:active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-xl {
  background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #fed136;
  border-color: #fed136
}

.btn-primary .badge,
.btn-xl .badge {
  color: #fed136;
  background-color: #fff
}

.btn-to-listing {
  color: #fff;
  background-color: #00cc3a;
  text-transform: uppercase;
  white-space: normal;
  font-family: Montserrat
}

.btn-xl {
  color: #fff;
  background-color: #cc006a;
  border-color: #c7c7c7;
  text-transform: uppercase;
  padding: 16px 40px;
  white-space: normal
}

.acercade,
.cat-footer,
.team-member h4 {
  text-transform: none
}

.btn-xl.active,
.btn-xl:active,
.btn-xl:focus,
.btn-xl:hover,
.open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #ff0185;
  border-color: #fff
}

.btn-xl.disabled,
.btn-xl.disabled.active,
.btn-xl.disabled:active,
.btn-xl.disabled:focus,
.btn-xl.disabled:hover,
.btn-xl[disabled],
.btn-xl[disabled].active,
.btn-xl[disabled]:active,
.btn-xl[disabled]:focus,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl,
fieldset[disabled] .btn-xl.active,
fieldset[disabled] .btn-xl:active,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl:hover {
  background-color: #ff0185;
  border-color: #ff0185
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #dd0059;
  border-color: #dd0059
}

.text-to-left {
  padding-left: 0
}

.navbar-custom {
  background: -webkit-linear-gradient(#000, #0a0a0ad9);
  padding: 3px 0 0;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  transition: padding 0.3s;
  border: none
}

.navbar-custom .navbar-brand {
  color: #dd0059;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  font-family: helvetica neue, Helvetica, Arial, cursive;
  font-style: italic;
  font-weight: 700;
  font-size: 2em;
  padding-top: 13px
}

.navbar-custom .nav li a,
.navbar-custom .navbar-toggle {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff
}

.navbar-custom .navbar-collapse {
  border-color: rgb(255 255 255 / .02)
}

.navbar-custom .navbar-toggle {
  background-color: #ff1976;
  font-size: 12px;
  margin-top: 4px
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover,
ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #bd2864
}

.navbar-custom .nav li a {
  font-weight: 400;
  letter-spacing: 0;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 12px
}

.nav-quantity {
  background: #e6387e;
  color: #fff;
  padding: 1px 2px;
  border-radius: 3px
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
  color: #f06;
  outline: 0
}

.navbar-custom .navbar-nav>.active>a {
  border-radius: 0;
  color: #fff;
  background-color: #ff1976
}

.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #e6387e
}

header {
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff
}

.login-button {
  background: #00c047;
  padding: 2px;
  margin-top: 12px;
  border-radius: 3px;
  font-weight: 700;
  font-family: "montserrat";
  margin-left: 2px;
  text-transform: uppercase;
  font-size: 11px
}

.login-button a {
  color: #fff
}

.register-button {
  background: #009fff;
  padding: 2px;
  margin-top: 12px;
  border-radius: 3px;
  font-weight: 700;
  font-family: "montserrat";
  margin-left: 2px;
  text-transform: uppercase;
  font-size: 11px
}

.register-button a {
  color: #fff
}

header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px
}

header .intro-text .intro-lead-in {
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px
}

header .intro-text .intro-nombre {
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-shadow: -1px 0 #dd0059, 0 1px #dd0059, 1px 0 #dd0059, 0 -1px #dd0059;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px
}

header .intro-text .intro-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px
}

.team-member {
  margin-bottom: 50px
}

.team-member img {
  margin: 0 auto;
  border: 7px solid #fff
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0
}

aside.clients img {
  margin: 50px auto
}

section#acerca,
section#comentarios,
section#contacto,
section#publicar,
section#relatos {
  background-position: center;
  background-repeat: no-repeat
}

section#acerca .form-group,
section#comentarios .form-group,
section#contacto .form-group,
section#publicar .form-group,
section#relatos .form-group {
  margin-bottom: 25px
}

section#acerca .form-group input,
section#acerca .form-group textarea,
section#contacto .form-group input,
section#contacto .form-group textarea,
section#publicar .form-group input,
section#publicar .form-group textarea,
section#relatos .form-group input,
section#relatos .form-group textarea {
  padding: 20px;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 1.1em
}

section#comentarios .form-group input.error,
section#comentarios .form-group textarea.error,
section#contacto .form-group input.error,
section#contacto .form-group textarea.error {
  background: #ffcece
}

section#acerca .form-group textarea.form-control,
section#contacto .form-group textarea.form-control,
section#publicar .form-group textarea.form-control,
section#relatos .form-group textarea.form-control {
  height: 259px
}

section#acerca .form-control:focus,
section#contacto .form-control:focus,
section#publicar .form-control:focus,
section#relatos .form-control:focus {
  border-color: #ff0185;
  box-shadow: none
}

section#contacto::-webkit-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #333
}

section#contacto:-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#contacto::-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#contacto:-ms-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#acerca .text-danger,
section#comentarios .text-danger,
section#contacto .text-danger,
section#publicar .text-danger,
section#relatos .text-danger {
  color: #e74c3c
}

section#acerca::-webkit-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #333
}

section#acerca:-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#acerca::-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#acerca:-ms-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#publicar::-webkit-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #333
}

section#publicar:-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#publicar::-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#publicar:-ms-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#relatos::-webkit-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #333
}

section#relatos:-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#relatos::-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#relatos:-ms-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#comentarios .form-group input,
section#comentarios .form-group textarea {
  padding: 10px;
  color: #333;
  font-size: 16px
}

section#comentarios .form-group textarea.form-control {
  height: 236px
}

section#comentarios .form-control:focus {
  border-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: inset 0 1px 1px rgb(255 1 133 / 21%), 0 0 8px rgb(255 0 78 / 45%);
  box-shadow: 0 0 5px 1px #ffffff, 0 0 5px rgb(196 196 196 / 45%)
}

section#comentarios::-webkit-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #333
}

section#comentarios:-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#comentarios::-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

section#comentarios:-ms-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee
}

footer {
  padding: 15px 0;
  background: #000
}

footer span.copyright {
  line-height: 50px;
  text-transform: none;
  color: #e6e5e7
}

footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 30px;
  text-transform: uppercase;
  text-transform: none
}

.cat-footer {
  color: #333;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 5px
}

.list-inline>li {
  display: inline-block;
  margin-bottom: 3px;
  padding: 5px
}

ul.social-buttons {
  margin-bottom: 0
}

ul.social-buttons li a {
  display: block;
  background-color: #e6387e;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  outline: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s
}

.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto
}

.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center
}

.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em
}

.portfolio-modal .modal-content img,
.portfolio-modal .modal-content p {
  margin-bottom: 30px
}

.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-style: italic;
  font-size: 16px
}

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0
}

.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #fff0;
  top: 25px;
  right: 25px;
  cursor: pointer
}

.portfolio-modal .close-modal:hover {
  opacity: .3
}

.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1051
}

.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 1052
}

.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none
}

::-moz-selection {
  text-shadow: none;
  background: #358ce6
}

::selection {
  text-shadow: none;
  background: #358ce6
}

img::selection {
  background: 0 0
}

img::-moz-selection {
  background: 0 0
}

.acercade {
  font-weight: unset;
  color: #e9e9e9;
  font-family: montserrat, helvetica;
  padding: 15px;
  background: #000;
  font-size: 13px
}

.at4-share-title {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 8px
}

.espacio_titulo {
  padding-top: 7px;
  text-align: right;
  padding-right: 4px;
  padding-bottom: 3px
}

.style_fee-note,
.style_fee-note-descr {
  font-family: montserrat;
  font-weight: 400;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
  text-transform: none
}

.style_fee-note {
  background: #e6e6e6;
  color: #000;
  margin-bottom: 3px
}

.style_fee-note-descr {
  color: #fff;
  background: #666
}

.espacio_fee-type {
  padding-top: 7px;
  text-align: left;
  padding-bottom: 7px;
  background: #00000087;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: Montserrat;
  font-size: 12px;
  color: #fff
}

.espacio_fee-card,
.espacio_fee-price {
  font-size: 12px;
  color: #fff;
  margin-bottom: 3px
}

.espacio_fee-price {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #57b6fd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: montserrat;
  font-weight: 700
}

.espacio_fee-card {
  padding: 4px;
  text-align: left;
  background: #00000087;
  font-family: Montserrat;
  border-radius: 3px
}

.espacio_contacts {
  margin-top: 5px
}

.espacio_datos {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  background: #e6e6e6;
  border-radius: 5px;
  margin-bottom: 3px;
  color: #000
}

.bot-mapita {
  font-family: montserrat;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 6px;
  color: #fff;
  background-color: #ff1976;
  border-radius: 3px
}

.espacio_datos_resaltado,
.espacio_horario {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  margin-bottom: 3px;
  text-align: left
}

.bot-mapita a {
  text-decoration: none
}

.espacio_datos_resaltado {
  background: #f8e4ef
}

.espacio_horario {
  background: #9cfdc7
}

.texto-atencion-label,
.texto-servicios-label {
  font-family: Montserrat;
  font-size: 16px;
  text-transform: unset;
  margin: 5px;
  font-weight: 400
}

.btn-gps,
.btn-mapa,
.btn-phone,
.btn-telefono,
.btn-telefono-chico,
.btn-telegram,
.btn-visitad-ev,
.btn-wsp,
.btn-wsp-ev,
.datospersonales_lugar,
.texto-im-encabezado {
  text-transform: uppercase
}

.espacio_lugar {
  padding: 5px;
  background: #d9ff7c;
  margin-bottom: 5px;
  border-radius: 4px
}

.espacio_descripcion_lugar,
.espacio_descripcion_resaltado,
.espacio_descripcion_videollamada {
  padding: 1px;
  background-color: #00000087;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 4px
}

.espacio_atencion_resaltado,
.espacio_servicios_resaltado {
  border-radius: 5px;
  padding: 1px;
  display: inline-block;
  width: max-content;
  margin-bottom: 5px;
  margin-top: 5px
}

.espacio_servicios_resaltado {
  background-color: #dfdbe3
}

.espacio_atencion_resaltado {
  background-color: #e6387e
}

.label-anuncio-im,
.label-boton-idioma,
.label-tag-anuncio,
.label-tag-anuncio-fijo,
.label-tag-tarjeta,
.label-tag-videollamada {
  display: block;
  width: 100%;
  border-radius: 4px
}

.center-block,
div.appsdown {
  margin-left: auto;
  margin-right: auto
}

.im-header {
  background: #787878;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #fff
}

.texto-im-encabezado {
  text-align: center;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding-right: 0;
  padding-left: 0
}

.texto-im-contenido {
  font-size: 14px;
  font-weight: 400;
  text-transform: none
}

.label-anuncio-im {
  background-color: #cbe0f0;
  margin-bottom: 1px;
  margin-top: 5px;
  color: #000
}

.label-escribir-comentario-im {
  background-color: #005d9b;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  padding: 5px;
  display: inline-block;
  margin: 5px
}

.espacio_secciones_footer {
  background-color: #cf4d81;
  font-size: 14px;
  border-radius: 4px
}

.espacio_secciones_footer:hover {
  background-color: #94013c
}

.texto-boton-idioma,
.texto-tag-anuncio,
.texto-tag-anuncio-fijo,
.texto-tag-tarjeta,
.texto-tag-videollamada {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 11px;
  margin-top: 3px;
  padding-top: 4px;
  padding-left: 7px;
  padding-bottom: 4px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase
}

.label-tag-anuncio {
  background-color: #ffe100
}

.label-tag-anuncio-fijo {
  background-color: #00c929
}

.label-tag-tarjeta,
.label-tag-videollamada {
  background-color: #00000087;
  margin-bottom: 5px
}

.label-boton-idioma {
  background-color: #464fa3;
  margin-bottom: 5px
}

.texto-tag-anuncio {
  color: #000
}

.texto-tag-anuncio-fijo {
  color: #fff
}

.datospersonales_logo {
  font-size: 25px;
  color: #85ff00
}

.datospersonales_lugar {
  font-family: montserrat;
  font-size: 11px;
  font-weight: 700;
  color: #fff
}

.datospersonales_chi,
.datospersonales_chi_resaltado,
.datospersonales_gde,
.datospersonales_idioma,
.vid-nro {
  font-family: montserrat;
  font-size: 12px
}

.btn-gps,
.btn-mapa,
.btn-phone,
.btn-telefono,
.btn-telefono-chico,
.btn-telegram,
.btn-visitad-ev,
.btn-wsp,
.btn-wsp-ev,
.items-titulo,
.label_hoy,
.label_hoy_gde,
.presentacion-nombre,
.telefono-exterior {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700
}

.datospersonales_gde {
  padding: 3px;
  color: #333
}

.datospersonales_chi_resaltado {
  color: #ff0084
}

.datospersonales_idioma {
  display: inline-flex
}

.label-agenda,
.label-anuncio-especial {
  display: block;
  margin-bottom: 5px;
  width: 100%
}

.vid-nro {
  font-weight: 700;
  padding: 0 4px;
  color: #cb0069;
  background-color: #fff;
  border-radius: 3px;
  width: fit-content;
  position: relative;
  top: 23px;
  left: 6px;
  margin-top: -17px
}

.apps-img,
.apps-wsp {
  position: relative;
  top: -2px
}

.label_hoy {
  font-size: 15px;
  background-color: #84ff00
}

.label_hoy_gde {
  font-size: 14px;
  background-color: #ff1976;
  color: #fff;
  border-radius: 3px;
  padding: 2px
}

.membresia {
  padding-bottom: 20px
}

.btn-telegram,
.btn-wsp {
  padding: 4px;
  font-size: 11px
}

.btn-telefono {
  color: #fff;
  background-color: #399bff;
  width: 100%;
  margin-bottom: 1px;
  border-radius: 4px;
  padding: 10px;
}

.telefono-principal {
  font-size: 18px;
  line-height: 1
}

.telefono-exterior {
  color: #fff;
  text-align: left
}

.btn-telefono-chico {
  color: #fff;
  background-color: #399bff;
  width: 300px;
  margin-bottom: 2px
}

.btn-mapa {
  color: #fff;
  background-color: #ff5600
}

.btn-gps,
.btn-telegram,
.btn-wsp {
  color: #fff
}

.btn-gps {
  background-color: #007ada
}

.btn-wsp {
  background-color: #15c155;
  border-color: #099500
}

.btn-telegram,
.btn-telegram-descripcion {
  background-color: #55acee;
  border-color: #448abe
}

.btn-phone {
  color: #fff;
  background-color: #399bff;
  font-size: 11px;
  padding: 4px
}

.btn-visitad-ev,
.btn-wsp-ev {
  font-size: 12px;
  padding: 4px
}

.btn-wsp-ev {
  color: #fff;
  background-color: #15c155;
  border-color: #099500
}

.btn-visitad-ev {
  color: #666;
  background-color: #ff006a;
  border-color: #870038
}

.btn-telegram-descripcion,
.btn-wsp-arriba,
.btn-wsp-descripcion {
  color: #fff;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700
}

.btn-wsp-arriba {
  background-color: #15c155;
  font-size: 15px;
  width: 100%;
  padding: 10px;
  margin-bottom: 5px
}

.btn-telegram-descripcion,
.btn-wsp-descripcion {
  width: 300px;
  margin-bottom: 8px;
  margin-top: 1px
}

.btn-wsp-descripcion {
  background-color: #00b744;
  border-color: #006d04
}

.texto-descripcion,
.texto-ubicacion-descripcion {
  font-family: Montserrat
}

.div-telefono-ext {
  padding-top: 5px
}

.texto-descripcion {
  color: #333;
  font-size: 18px;
  text-transform: unset;
  line-height: 22px;
  margin-top: 0;
  font-weight: 400
}

.texto-descripcion-label,
.texto-descripcion-lugar,
.texto-descripcion-videollamada {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  text-transform: UPPERCASE;
  margin: 0
}

.texto-ubicacion-descripcion {
  color: #333;
  font-weight: 700;
  font-size: 15px
}

.comment-reply-box,
.texto-autor-comentario,
.texto-modelo-comentario {
  font-size: 12px;
  text-align: left;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif
}

.texto-autor-comentario {
  color: #000;
  font-weight: 700
}

.texto-modelo-comentario {
  color: #000;
  font-weight: 700
}

.comment-container,
.comment-write {
  background-color: #000000bd;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 10px
}

.comment-box {
  background: #f1f1f1;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 5px
}

.comment-box-model {
  background: #cbe0f0;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 5px;
  border: 1px solid #999
}

.comment-reply-box,
.liari {
  border-radius: 4px;
  padding: 5px
}

.comment-reply-box {
  color: #000;
  max-width: max-content;
  margin-left: 10px;
  background: #cbe0f0
}

.liari {
  background: #e8e8e8;
  margin-bottom: 15px
}

.texto-comentario {
  color: #000;
  text-align: left;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 5px;
  font-weight: 400;
  line-height: 17px;
  text-transform: unset
}

.texto-comentario-modelo {
  color: #000;
  text-align: left;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 5px;
  font-weight: 400;
  line-height: 17px;
  text-transform: unset
}

.texto-comentario-vacio {
  color: #000;
  text-align: left;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 14px
}

.texto-agenda-encabezado,
.texto-anuncio-encabezado,
.texto-anuncio-videollamada,
.texto-paginador,
.texto-paginador-nro {
  color: #000;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-align: left
}

.texto-paginador-nro {
  font-size: 1em;
  font-weight: 700
}

#logo-chico {
  margin-top: 0;
  margin-left: -12px;
  padding: 5px
}

#espacio_banner-top-rotativo {
  border-radius: 5px;
  padding-top: 10px
}

#espacio_logo-chico {
  top: 28%;
  left: 0
}

.foto-portada {
  border-radius: 5px;
  margin-bottom: 2px
}

.banner-top-rotativo {
  width: 662px;
  height: 60px;
  float: left
}

.banner-top {
  width: 468px;
  height: 60px;
  float: right;
  padding-bottom: 80px
}

.texto-agenda-encabezado,
.texto-anuncio-encabezado,
.texto-anuncio-videollamada {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 5px;
  font-weight: 700;
  padding-bottom: 5px
}

.label-agenda-descripcion,
.label-anuncio-descripcion,
.presentacion-texto,
.texto-anuncio-especial {
  font-family: montserrat
}

.label-anuncio-videollamada {
  background-color: #ffe560;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 4px
}

.espacio-disclamer {
  padding: 5px;
  background-color: #e6e6e6;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 4px
}

.texto-disclamer {
  color: #888;
  font-family: montserrat;
  font-size: 12px;
  text-transform: initial;
  font-weight: 100;
  margin: 5px;
  line-height: 14px
}

.label-anuncio-especial {
  background-color: #fff;
  margin-top: 15px;
  border-radius: 6px
}

.texto-anuncio-especial {
  color: #6ed800;
  text-align: left;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px
}

.label-agenda {
  background-color: #00000087;
  border-radius: 4px;
  color: #fff;
  padding-left: 10px
}

#apps-img-gde,
.apps,
.apps-img,
.boton_link_contenido,
.video-box,
.video-box-gallery {
  display: inline-block
}

.label-agenda-descripcion,
.label-anuncio-descripcion {
  background-color: #d9ff84;
  padding: 5px;
  border-radius: 10px;
  font-weight: 700;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  text-transform: UPPERCASE;
  margin-bottom: 5px
}

.last-days-style {
  background: #df0000;
  border-radius: 3px;
  padding: 2px;
  animation: blinker 2s linear infinite
}

.just-one-style {
  background: #119300;
  border-radius: 3px;
  padding: 2px;
  animation: blinker 6s linear infinite
}

.only-today-style {
  background: #119300;
  border-radius: 3px;
  padding: 2px;
  animation: blinker 6s linear infinite
}

.panel-comments {
  margin-bottom: 20px;
  background-color: #a2a2a287;
  border-radius: 4px
}

.items-titulo {
  text-transform: uppercase;
  color: #333;
  font-size: 20px;
  margin-top: 25px
}

.label-comentarios {
  background-color: #787878;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px
}

.label-escribir-comentario {
  background-color: #005d9b;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  padding: 5px
}

#encabezado-espacio {
  padding-top: 140px
}

.presentacion-h1 {
  font-size: 24px;
  color: #555;
  font-family: Montserrat
}

.presentacion-nombre {
  color: #e6387e;
  font-size: 50px;
  margin-top: -15px;
  text-transform: uppercase
}

.presentacion-subtitulo {
  line-height: 20px;
  font-size: 18px;
  color: #999;
  font-family: Montserrat;
  font-weight: 700;
  margin-top: 0
}

.presentacion-subtitulo-especial {
  font-size: 18px;
  color: #fff;
  background: #e6387e;
  border-radius: 4px;
  margin: 3px;
  padding: 2px;
  font-family: montserrat;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content
}

.presentacion-texto {
  color: #777;
  font-size: 18px;
  text-transform: initial;
  line-height: 1;
  vertical-align: top;
  font-weight: 400
}

.boton_link_contenido {
  color: #fff;
  background: #ff1976;
  font-family: montserrat;
  font-size: 12px;
  margin: 2px;
  border-radius: 4px;
  padding: 5px;
  font-weight: 700;
  text-transform: uppercase;
  width: 48%
}

.recuadro-datos-texto,
.recuadro-datos-texto-premiumblack {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700
}

.recuadro-datos-mem-destacada,
.recuadro-datos-mem-premium,
.recuadro-datos-mem-masajes,
.recuadro-datos-mem-intext,
.recuadro-datos-mem-premiumblack,
.recuadro-datos-mem-icon,
.recuadro-datos-mem-top {
  font-size: 11px;
  text-transform: uppercase;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700
}

#banner-encabezado {
  border-radius: 8px;
  padding-top: 13px
}

.recuadro-datos-mem-premiumblack {
  width: 100%;
  color: #fff;
  background: #000;
  margin-top: 5px;
  border-radius: 4px;
  padding: 1px;
  margin-bottom: 5px;
  border: 1px solid #5e5e5e
}

.recuadro-datos-mem-icon {
  width: 100%;
  color: #f06;
  background: #eddbdb;
  margin-top: 5px;
  border-radius: 4px;
  padding: 1px;
  margin-bottom: 5px;
  border: 1px solid #e99cbb
}

.recuadro-datos-mem-destacada,
.recuadro-datos-mem-premium,
.recuadro-datos-mem-top,
.recuadro-datos-mem-masajes,
.recuadro-datos-mem-intext,
.recuadro-datos-nodisp,
.recuadro-datos-proximamente,
.recuadro-datos-vacaciones {
  margin-top: 5px;
  border-radius: 4px;
  margin-bottom: 5px;
  width: 100%
}

.recuadro-datos-mem-intext {
  color: #000;
  background: #00ff2b
}

.recuadro-datos-mem-masajes {
  color: #fff;
  background: #4aa7d8
}

.recuadro-datos-mem-premium {
  color: #fff;
  background: #838383
}

.recuadro-datos-mem-destacada {
  color: #565656;
  background: #e4e4e4
}

.recuadro-datos-mem-top {
  color: #fff;
  background: #b5b5b5
}

.recuadro-datos-proximamente,
.recuadro-datos-vacaciones {
  background-color: #00b8ff;
  padding: 5px
}

.recuadro-datos-nodisp {
  background-color: #ff9595;
  padding: 5px
}

.lugar-cercano-arriba {
  background: #00b4da;
  color: #fff;
  border-radius: 3px;
  padding: 2px;
  font-size: 12px;
  margin-bottom: 2px
}

.recuadro-datos-datos-rapidos {
  padding: 5px;
  background: #00000087;
  margin-bottom: 5px;
  border-radius: 4px
}

.recuadro-datos-texto-premiumblack {
  color: #d6d6d6;
  width: 100%;
  font-size: 18px
}

.recuadro-datos-texto {
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  font-size: 16px
}

.formulario-error,
.formulario-exito,
.sx3-container-model-pics {
  font-family: montserrat;
  font-size: 12px;
  font-weight: 700
}

.sx3-container-model-pics,
div.appsdown {
  width: auto;
  text-align: center;
  display: inline-block
}

.apps-img {
  left: -3px;
  max-width: 28px
}

.apps-wsp {
  left: -4px;
  max-width: 22px
}

.sx3-container-model-pics {
  height: auto;
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  overflow: hidden
}

.video-container {
  width: 100%;
  overflow: hidden;
  text-align: center
}

.video-box {
  width: 100%;
  max-width: 361px;
  max-height: 235px;
  padding: 2px;
  overflow: hidden
}

.imagen-video {
  max-width: unset;
  height: 233px;
  width: 100%;
  object-fit: cover;
  display: inline;
  cursor: pointer;
  border-radius: 4px
}

.imagen-captcha {
  float: left;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  margin-bottom: 10px
}

.group-name,
.section-heading {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1
}

.scrollable-menu-nombre {
  height: auto;
  max-height: 300px;
  overflow-x: hidden
}

.ver-mapa {
  height: 500px
}

.cant-anuncios-footer {
  background-color: #8f2c54;
  color: #fff;
  padding: 0 4px;
  border-radius: 3px;
  font-weight: 700
}

#demo {
  top: 50px;
  left: 50px
}

h1 small {
  font-size: 25px;
  text-transform: none;
  font-weight: 700;
  color: #828282
}

.group-name {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px
}

.section-heading {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 15px
}

.section-subheading {
  font-size: 16px;
  font-family: Montserrat;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0
}

.hoverhand:hover {
  cursor: pointer
}

.bc-web_version {
  display: none
}

@media (min-width:1200px) {
  .no_web_version {
    display: none
  }
  .timeline>li {
    min-height: 170px
  }
  .timeline>li .timeline-panel {
    padding: 0 20px 20px 100px
  }
  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px
  }
  .timeline>li .timeline-image h4 {
    margin-top: 40px
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px
  }
}

@media (max-width:1200px) {
  .video-box {
    max-width: 320px
  }
  .play-model {
    left: 140px
  }
  .banner_central {
    padding-left: 0;
    margin-left: 25px
  }
  .slider_modelos {
    margin-top: 8%
  }
  .section_acerca,
  .section_buscador,
  .section_contacto,
  .section_convideo,
  .section_novedad,
  .section_novedades,
  .section_otrasciudades,
  .section_publicar,
  .section_relatos,
  .section_videos {
    padding-top: 65px
  }
  .section_pagos {
    padding-top: 10px
  }
  .espacio_subtitulo {
    width: 93%;
    margin-left: 42px
  }
  .espacio_subtitulo_premium {
    width: 100%;
    margin-left: 0
  }
  .espacio_subtitulo_novedades {
    width: 100%;
    display: inline-block;
    float: none
  }
  #img-novedades,
  #img-publicar,
  .flag,
  .mobile-noview,
  .no_web_version {
    display: none
  }
  .boton_inicio_sitio,
  .boton_telefono_sexo3,
  .boton_whatsapp_sexo3 {
    width: 80%
  }
  .espacio-todas {
    margin-left: unset
  }
  .section_estados,
  .section_slider {
    margin-top: 3%
  }
  #encabezado-espacio {
    padding-top: 60px
  }
  .espacio-texto-presentacion {
    background: linear-gradient(90deg, #fff0 12%, #000 156px)
  }
}

@media (max-width:1024px) {
  .cat-footer {
    font-size: 14px;
    margin-top: 6px;
    background-color: #00000057;
    border-radius: 3px;
    padding: 12px;
    width: 100%
  }
}

@media (min-width:992px) {
  .navbar-custom {
    background: -webkit-linear-gradient(#000, #0a0a0a80);
    padding: 3px 0 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none
  }
  .navbar-custom .navbar-brand {
    font-size: 3em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
  }
  .navbar-custom .navbar-nav>.active>a {
    border-radius: 3px
  }
  .navbar-custom.affix {
    background: #000000b0;
    padding: 3px 0 0
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 2.5em
  }
  .timeline>li {
    min-height: 150px
  }
  .timeline>li .timeline-panel,
  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px
  }
  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px
  }
  .timeline>li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px
  }
}

@media screen and (max-width:992px) {
  .partnership-area {
    text-align: center
  }
  .h1_models,
  .h1_sitepages {
    font-size: 20px
  }
  .h2_models,
  .h2_sitepages {
    line-height: unset
  }
  .h2_models,
  .h2_models_premium-vip,
  .h2_sitepages {
    font-size: 18px;
    margin: 4px
  }
  .h2_profile {
    font-size: 18px;
    margin: 4px
  }
  .h2_models_premiumblack,
  .h2_models_premiumvip,
  .h2_models_section,
  .h2_mv {
    font-size: 24px
  }
  .h2_im {
    font-size: 35px
  }
  .h3_videollamadas {
    font-size: 16px
  }
  .section_estados,
  .section_slider {
    margin-top: 4%
  }
  .boton_inicio_sitio,
  .boton_telefono_sexo3,
  .boton_whatsapp_sexo3,
  .espacio_telefono_sexo3 {
    width: 80%
  }
  .espacio_subtitulo,
  .espacio_subtitulo_premium {
    width: 100%;
    margin-left: 0
  }
  .btn-gps,
  .espacio_descripcion_lugar,
  .espacio_descripcion_resaltado,
  .espacio_descripcion_videollamada,
  .espacio_servicios_resaltado,
  .espacio_subtitulo_novedades,
  .label-agenda-descripcion,
  .tablas_fecha,
  .tablas_relatos {
    width: 100%
  }
  #logo-chico,
  .banner_derecha,
  .banner_derecha_ancho,
  .banner_izquierda,
  .bc-value-tit,
  .espacio_banners_verticales,
  .lugar-presentacion,
  .membresia-presentacion,
  .no_web_version,
  .hide-mobile {
    display: none
  }
  .section_acerca,
  .section_buscador,
  .section_contacto,
  .section_convideo,
  .section_novedad,
  .section_novedades,
  .section_otrasciudades,
  .section_publicar,
  .section_relatos,
  .section_videos {
    padding-top: 65px
  }
  .section_pagos {
    padding-top: 10px
  }
  .slider_modelos {
    margin-top: 17%
  }
  .ultima_novedad {
    width: 50%
  }
  .espacio_banners_verticales {
    width: 100%;
    float: left;
    text-align: center
  }
  .banner_central {
    margin-left: 0;
    padding-left: 0
  }
  .espacio-texto-presentacion,
  .espacio_titulo {
    padding-left: unset
  }
  .grilla_modelos {
    margin-left: 0
  }
  .espacio_buscador_resultado,
  .espacio_buscador_resultado-sponsored {
    width: 220px;
    display: inline-block;
    float: none
  }
  .datos_buscador_resultado {
    width: 160px
  }
  .espacio-todas {
    margin-left: unset
  }
  .espacio-todas-modelo-nuevo {
    width: 100%;
    height: auto;
    margin: unset;
    margin-bottom: 5px
  }
  .espacio-datos-ev {
    width: unset
  }
  .play-ev {
    left: 59px
  }
  .espacio_secciones_footer {
    width: 100%;
    margin: 3px
  }
  .espacio_titulo {
    text-align: center;
    padding-bottom: 2px
  }
  .flag,
  .mobile-noview {
    display: initial
  }
  .recuadro-datos-datos-rapidos {
    margin-top: 5px
  }
  .descripcion-presentacion {
    padding: 5px;
    padding-left: unset;
    position: absolute;
    bottom: -11px;
    left: 0
  }
  .label_disponibilidad,
  .label_no-disponible {
    font-size: 11px;
    font-weight: 700
  }
  .nombre-presentacion {
    text-align: left;
    padding-left: 154px
  }
  .espacio_fee-type {
    border-bottom-left-radius: unset;
    border-top-right-radius: 3px;
    text-align: center;
    padding-bottom: 0;
    background: #57b6fd;
    color: #fff
  }
  .espacio_fee-price {
    border-top-right-radius: unset;
    border-bottom-left-radius: 3px
  }
  .grilla_premiumblack {
    margin-top: 18px
  }
  .modal-contenido {
    position: relative;
    background-color: #d33c44;
    margin: 10% auto
  }
}

@media (min-width:768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px
  }
  header .intro-text .intro-lead-in {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px
  }
  header .intro-text .intro-heading {
    font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px
  }
  #portfolio .portfolio-item {
    margin: 0 0 30px
  }
  .timeline:before {
    left: 50%
  }
  .timeline>li {
    margin-bottom: 100px;
    min-height: 100px
  }
  .timeline>li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right
  }
  .timeline>li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px
  }
  .timeline>li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px
  }
  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
  }
}

@media (max-width:768px) {
  .encabezado-pagina {
    margin-left: 13px;
    margin-top: 10px
  }
  .breadcrumb-listings-btn-style,
  .btn-group-listings,
  .open>.dropdown-menu-breadcrumb-listings {
    width: 100%
  }
  .btn-group,
  .btn-group-listings,
  .btn-group-vertical {
    width: 100%
  }
  .btn-group-xs>.btn,
  .btn-xs {
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    padding: 5px
  }
  .bc-value,
  .bc-value-listings {
    color: #000;
    background: none;
    font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 1px 3px;
    font-size: 14px;
    border-radius: 3px;
    margin: 0
  }
  .bc-web_version {
    display: revert
  }
  .bc-no_web_version {
    display: none
  }
  .breadcrumb-style {
    text-align: center
  }
  .boton-cerrar-bc {
    font-size: 12px;
    margin-top: 5px
  }
  .center-block,
  .open>.dropdown-menu-breadcrumb,
  .open>.dropdown-menu-breadcrumb-listings {
    width: 100%
  }
  .dropdown-menu-breadcrumb-subtitle {
    font-size: 13px
  }
  .dropdown-menu-breadcrumb>li>a {
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 4px
  }
  .dropdown-menu-breadcrumb {
    font-size: 16px
  }
  .login-button,
  .register-button {
    width: fit-content
  }
  .dropdown-menu-breadcrumb-listings>li>a {
    padding: 8px 5px
  }
  .h1_models,
  .h1_sitepages,
  .h2_models,
  .h2_sitepages {
    -webkit-text-stroke: unset;
    text-shadow: unset
  }
  .banners_movil {
    padding-top: unset
  }
  .banner_izquierda {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    display: none
  }
  .boton_inicio_sitio,
  .boton_telefono_sexo3,
  .boton_whatsapp_sexo3,
  .espacio_telefono_sexo3 {
    width: 95%
  }
  .section_acerca,
  .section_buscador,
  .section_contacto,
  .section_convideo,
  .section_novedad,
  .section_novedades,
  .section_otrasciudades,
  .section_publicar,
  .section_relatos,
  .section_videos {
    padding-top: 60px
  }
  .section_pagos {
    padding-top: 10px
  }
  .banner_vertical_izquierda {
    width: 65px;
    height: auto;
    text-align: center;
    display: inline-block
  }
  #logo-chico,
  .espacio_banners_verticales,
  .flag {
    display: none
  }
  #encabezado-espacio {
    padding-top: 50px
  }
  footer span.copyright {
    line-height: 20px
  }
  .h1_sitepages {
    color: #666;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px
  }
  .h2_sitepages {
    color: #f06;
    text-decoration: none;
    font-size: 16px
  }
  .h2_profile {
    color: #f06;
    text-decoration: none;
    font-size: 16px
  }
  .h3_sitepages {
    font-size: 12px
  }
  .espacio_sitepages {
    padding: 5px
  }
  .h1_models {
    color: #666;
    margin-top: 5px;
    font-size: 12px;
    line-height: unset
  }
  .h2_models {
    font-size: 10px;
    margin-left: 0
  }
  .modal-contenido {
    position: relative;
    background-color: #d33c44;
    margin: 40% auto
  }
}

@media (max-width:767px) {
  .video-box-ev {
    max-width: 165px
  }
  .thumbnail_ev {
    display: none
  }
  .videos-totales-ev {
    text-align: unset
  }
  .nombre-modelo-ev {
    text-align: unset;
    font-size: 12px
  }
  .espacio-datos-ev {
    text-align: center;
    min-height: 33px;
    bottom: 75px
  }
  .no_web_version {
    display: unset
  }
  #logo-chico {
    display: block;
    margin-top: -15px
  }
  .foto-portada {
    margin-top: 5px
  }
  .espacio_im {
    height: unset
  }
  .nombre-presentacion {
    text-align: right;
    padding-right: 7px;
    padding-left: unset;
    padding-top: 28px
  }
  .descripcion-presentacion {
    font-size: 12px
  }
  .th_vid-style {
    width: 170px
  }
  .espacio_th_destacada,
  .espacio_th_posicion,
  .espacio_th_premium,
  .thumbnail_destacada,
  .thumbnail_premium,
  .thumbnail_top {
    width: 164px;
    height: 226px
  }
  .espacio_th_top {
    width: 164px
  }
  .datos_destacada_fondo,
  .datos_posicion_fondo,
  .datos_premium_fondo,
  .datos_top_fondo {
    width: 164px;
    bottom: 63px
  }
  .nombre_th {
    font-size: 15px
  }
  .ciudad_th {
    font-size: 9px
  }
  .ciudad_th_resaltado,
  .ciudad_th_resaltado-bajo {
    font-size: 9px
  }
  .inside-country {
    font-size: 9px
  }
  .outside-country {
    font-size: 9px
  }
  .tag-fijo,
  .tag-movil {
    width: 164px;
    font-size: 10px
  }
  .botones_contacto {
    margin-top: -175px
  }
  .tag-fijo {
    bottom: 227px
  }
  .sexo3-model-icons {
    width: 30px;
    position: absolute;
    margin-top: -205px;
    margin-left: 0
  }
  .msg_im {
    transform: unset;
    font-size: 16px
  }
  .nombre_im {
    font-size: 12px;
    width: auto
  }
  .boton_contacto_im {
    font-size: 18px
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 490px
}

@media (max-width:460px) {
  .item-plan,
  .btn-telefono-chico,
  .btn-wsp-descripcion {
    width: 100%
  }
  .precio-planes {
    min-width: unset;
    width: 100%;
    max-width: unset
  }
  .espacio-ev {
    border-radius: 5px;
    border-style: none;
    padding: 5px;
    border-width: unset;
    margin-bottom: 5px
  }
  .espacio-imagen-novedad {
    float: none;
    text-align: center
  }
  .espacio-texto-novedad,
  .espacio-texto-todas {
    float: none;
    text-align: center;
    padding-left: 0
  }
  .espacio-novedad,
  .espacio-todas {
    padding: 10px
  }
  .tags-todas {
    margin: unset;
    margin-top: unset;
    margin-bottom: 4px
  }
  .membresia-todas {
    display: block;
    bottom: 0
  }
  .encabezado-todas {
    position: relative;
    bottom: 8px
  }
  .espacio_banners_verticales,
  .label_descripcion_chica,
  .link-novedad,
  .link-todas,
  .numeral-news {
    display: none
  }
  .thumbnail_todas {
    width: unset;
    height: unset
  }
  .th_vid-style {
    width: 300px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    border-radius: 4px
  }
  .th_img-style,
  .th_todas-style {
    width: 300px;
    margin-bottom: 13px
  }
  .telefono_sexo3 {
    font-size: 20px
  }
  .texto_boton_inicio_sitio,
  .texto_boton_telefono_sexo3 {
    font-size: 14px
  }
  .banner_derecha,
  .banner_derecha_ancho,
  .banner_izquierda {
    width: 165px;
    height: auto;
    float: left;
    text-align: center;
    display: none
  }
  .banner_vertical_izquierda {
    width: 165px;
    height: auto;
    text-align: center;
    display: inline-block
  }
  .active {
    display: block
  }
  .espacio_buscador_resultado,
  .espacio_buscador_resultado-sponsored {
    width: 100%;
    display: inline-block;
    float: none
  }
  .ultimas_novedades {
    padding-right: 5px
  }
  .thumb-latest-news-small {
    height: 90px;
    width: 65px;
    left: 50px;
    top: 4px;
    position: relative;
    z-index: 3
  }
  .thumb-latest-news-small_horiz {
    height: 226px;
    width: 155px;
    left: 4px;
    top: 4px;
    position: relative;
    border-radius: 5px
  }
  .espacio_ultima_novedad {
    width: 100%;
    height: 100px;
    text-align: left;
    background: linear-gradient(to right, #191919, #191919, #222, #222, #222, #222, #222, #222, #373737, #4d4d4d, #646464, #7c7c7c);
    border: 1px solid #957a45
  }
  .novedad_ultima_novedad {
    line-height: 26px;
    font-size: 26px
  }
  .cosas_ultima_novedad {
    left: 126px;
    bottom: 127px;
    z-index: 2
  }
  .orden_ultima_novedad {
    font-size: 100px;
    text-align: left;
    bottom: 93px;
    right: 14px;
    left: unset;
    z-index: 1;
    color: #00000036;
    text-shadow: #0003 0 0 9px;
    -webkit-text-stroke: 1px #ffd00063;
    letter-spacing: -25px
  }
  .nombre_ultima_novedad {
    font-size: 18px;
    color: #fff;
    text-shadow: #fff 0 0 6px;
    -webkit-text-stroke: unset;
    line-height: 18px
  }
  .datos_ultima_novedad {
    position: relative;
    bottom: 11px
  }
  .espacio_ultima_novedad_horiz {
    width: 164px;
    height: 226px;
    text-align: left
  }
  .novedad_ultima_novedad_horiz {
    line-height: 16px;
    font-size: 16px
  }
  .cosas_ultima_novedad_horiz {
    left: 126px;
    bottom: 127px;
    z-index: 2
  }
  .orden_ultima_novedad_horiz {
    font-size: 100px;
    text-align: left;
    bottom: 93px;
    right: 14px;
    left: unset;
    z-index: 1;
    color: #00000036;
    text-shadow: #0003 0 0 9px;
    -webkit-text-stroke: 1px #ffd00063;
    letter-spacing: -25px
  }
  .nombre_ultima_novedad_horiz {
    font-size: 15px;
    color: #fff;
    text-shadow: #fff 0 0 6px;
    -webkit-text-stroke: unset;
    line-height: 15px
  }
  .datos_ultima_novedad_horiz {
    position: relative;
    bottom: 59px;
    margin: 7px
  }
  .avatar-news {
    margin: 13px
  }
}

@media (max-width:442px) {
  .thumbnail_ev-interno {
    display: none
  }
}

@media (max-width:360px) {
  .th_vid-style-vip-movil {
    width: 160px
  }
  .banner_vertical_movil {
    max-width: 160px
  }
  .tag-fijo {
    width: 160px;
    bottom: 222px;
    font-size: 8px
  }
  .movil_model_name {
    font-size: 13px;
    margin-top: -17px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
  }
  .espacio_th_destacada,
  .espacio_th_posicion,
  .espacio_th_premium {
    width: 160px;
    height: 221px
  }
  .espacio_th_top {
    width: 160px
  }
  .thumbnail_destacada,
  .thumbnail_premium,
  .thumbnail_top {
    width: 160px;
    height: 222px
  }
  .sexo3-model-icons {
    margin-top: -202px
  }
  .datos_destacada_fondo,
  .datos_posicion_fondo,
  .datos_premium_fondo,
  .datos_top_fondo {
    width: 160px;
    bottom: 63px
  }
  .tag-movil {
    width: 160px;
    font-size: 8px
  }
  .tooltip-im {
    display: none
  }
}

@media (max-width:320px) {
  .th_vid-style-vip-movil {
    width: 140px;
    height: 194px
  }
  .banner_vertical_movil {
    max-width: 140px;
    height: 194px
  }
  .tag-fijo {
    width: 140px;
    bottom: 194px;
    font-size: 8px
  }
  .movil_model_name {
    font-size: 13px;
    margin-top: -18px
  }
  .espacio_th_destacada,
  .espacio_th_posicion,
  .espacio_th_premium,
  .espacio_th_top,
  .thumbnail_destacada,
  .thumbnail_premium,
  .thumbnail_top {
    width: 140px;
    height: 193px
  }
  .sexo3-model-icons {
    margin-top: -174px
  }
  .datos_destacada_fondo,
  .datos_posicion_fondo,
  .datos_premium_fondo,
  .datos_top_fondo {
    width: 140px;
    bottom: 63px
  }
  .tag-movil {
    width: 140px;
    font-size: 8px
  }
  .tooltip-im {
    display: none
  }
  .sx3-container-model-pics {
    width: 140px
  }
  .play-model {
    left: 135px
  }
  .play-ev {
    left: 38px
  }
  .video-box-ev {
    max-width: 136px
  }
  .espacio-datos-ev {
    bottom: 102px
  }
}