@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap");

.dark {
  color: #222222 !important; }

.light {
  color: #ffffff !important; }

.azul {
  color: #2980B9 !important; }

.verde {
  color: #27AE60 !important; }

.vermelho {
  color: #C0392B !important; }

.bglaranja {
  background: #C94A21 !important; }

.bgazul {
  background: #2980B9 !important; }

.bgazulescuro {
  background: #34495E !important; }

.bgazulclaro {
  background: #CEE3F1 !important; }

.bgverde {
  background: #27AE60 !important; }

.bgvermelho {
  background: #C0392B !important; }

.bgvermelhohover {
  background: #8C2A1F !important; }

.bgcinzaescuro {
  background: #4e4e4e !important; }

.bglight {
  background: #ffffff !important; }

.bglighthover {
  background: #F0F0F0 !important; }

.bgconciliation {
  background-color: #FEEEEC !important; }

.bordabaixo {
  border-radius: 0px 0px 10px 10px !important; }

.bordaesquerda {
  border-radius: 10px 0px 0px 10px !important; }

.bordadireita {
  border-radius: 0px 10px 10px 0px !important; }

.mb30px {
  margin-bottom: 30px !important; }

body, *, html {
  padding: 0;
  margin: 0; }

body {
  font-family: "Open Sans";
  font-weight: 400;
  max-width: 100%;
  overflow-x: hidden; }

/*
 FONTS CUSTOMIZE TYPE NAME
    @eurofurence_lightregular
    @eurofurence_regular
    @eurofurence_light_italic
    @eurofurence_italic
    @eurofurence_bold
 */
.color-purple-dark {
  color: #331e39; }

.color-purple-light {
  color: #7000D8; }

.color-pink {
  color: #CE2FC8; }

.color-light {
  color: #fff; }

.bg-purple-light {
  background-color: #7000D8;
  color: #fff !important; }

.bg-purple-dark {
  background-color: #331e39; }

.bg-pink {
  background-color: #CE2FC8; }

.fw-600 {
  font-weight: 600; }

.euro-bold {
  font-family: 'eurofurence_bold'; }

.euro-regular {
  font-family: 'eurofurence_regular'; }

.euro-light {
  font-family: 'eurofurence_lightregular'; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-24 {
  font-size: 24px; }

.pe-auto {
  pointer-events: auto; }

.pe-visible {
  pointer-events: visible; }

.pe-none {
  pointer-events: none; }

 /*
    ::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }


    ::-webkit-scrollbar-track {
        border-radius: 10px;
    }


    ::-webkit-scrollbar-thumb {
        background: $purple-dark;
        border-radius: 10px;
    }
*/
@media all and (max-width: 575px) {
  .h1, h1 {
    font-size: 1.8rem; } }

/*
    ################## BUTTONS e BORDERS  ################
*/
.btn-default {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  display: inline-block;
  padding: 6px 22px;
  color: #fff !important;
  text-decoration: none !important;
  border: none; }

.btn-default:hover {
  filter: brightness(1.2); }

.input-default {
  padding: 0px 22px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 65px;
  border: 1px solid #CCCCCC;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, white 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, white 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, white 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0 ); }

.btn-form-search {
  padding: 15px 22px;
  font-size: 1.4rem;
  font-weight: 600; }

.input-search {
  padding-right: 50px; }

.group-input {
  position: relative; }
  .group-input:after {
    content: "\f05b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    color: #999;
    width: 23px;
    height: 22px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 10px; }

/*
    ################## NAV & NAV MOBILE ################
*/
.nav-main-intro {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  text-align: center;
  z-index: 9999;
  background: rgba(51, 30, 57, 0.9); }
  .nav-main-intro .close-nav {
    width: 50px;
    height: 50px;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #CE2FC8;
    position: relative;
    float: right;
    top: 40px;
    right: 15px;
    cursor: pointer; }
    .nav-main-intro .close-nav i {
      color: #ffffff;
      font-size: 35px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .nav-main-intro nav {
    width: 100%;
    height: 100%; }
    .nav-main-intro nav ul {
      height: auto;
      width: 100%;
      padding: 2%;
      list-style: none; }
      .nav-main-intro nav ul li {
        margin: 15px 0;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.1); }
        .nav-main-intro nav ul li a {
          color: #fff;
          font-size: 2rem;
          display: block;
          padding: 15px 0; }
          @media all and (max-width: 575px) {
            .nav-main-intro nav ul li a {
              font-size: 1.2rem; } }
          .nav-main-intro nav ul li a:hover {
            text-decoration: none;
            color: #CE2FC8; }

.nav-main {
  border-top: 4px solid #331e39;
  background: #EEEEEE;
  margin-bottom: 3rem;
  display: table;
  width: 100%; }
  .nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .nav-main ul li {
      margin: 0 10px;
      font-size: 14px;
      font-weight: 600; }
      .nav-main ul li.first_item_main {
        color: #fff;
        background: #331e39 url("../img/default/angle-nav.jpg") right center no-repeat;
        background-size: contain;
        padding: 1rem 35px 1rem 18px;
        margin: 0 0 0 0;
        border-left: 1px dotted rgba(255, 255, 255, 0.2);
        margin-right: 15px; }
        .nav-main ul li.first_item_main:before {
          content: "";
          display: block;
          height: 100%;
          width: 100%;
          background: #331e39;
          position: absolute;
          left: -100%;
          top: 0; }
      .nav-main ul li a {
        color: #444444; }
        .nav-main ul li a:hover {
          color: #7000D8; }
  @media all and (max-width: 991px) {
    .nav-main .mobile-icon {
      display: block !important;
      margin: 15px 0;
      background: #eee; }
      .nav-main .mobile-icon span {
        margin: 4px auto; }
    .nav-main .container {
      display: none; } }
  @media all and (max-width: 767px) {
    .nav-main {
      margin-bottom: 2.5rem; } }

/*
    ################## INTRO ################
*/
.mobile-icon span {
  display: block;
  width: 40px;
  height: 7px;
  background: #331e39;
  -webkit-border-top-left-radius: 18px;
  -webkit-border-top-right-radius: 18px;
  -webkit-border-bottom-right-radius: 18px;
  -webkit-border-bottom-left-radius: 18px;
  -moz-border-radius-topleft: 18px;
  -moz-border-radius-topright: 18px;
  -moz-border-radius-bottomright: 18px;
  -moz-border-radius-bottomleft: 18px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  margin: 4px 0;
  cursor: pointer; }
.mobile-icon span:nth-child(2) {
  width: 30px; }

header.header-intro .bar {
  background: #F0F0F0;
  padding: 1rem 0; }

header.bg-light {
  background-color: #fff !important; }

.title-intro:after {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  background: #7000D8;
  margin: 5px auto; }

.welcome-box {
  background: #F0F0F0; }
  .welcome-box .mural-intro {
    overflow-x: hidden; }
    .welcome-box .mural-intro ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      .welcome-box .mural-intro ul li {
        margin: 0 5px; }
      .welcome-box .mural-intro ul img {
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; }

.main .form-search-main {
  position: relative;
  z-index: 10; }
  @media all and (max-width: 767px) {
    .main .form-search-main {
      margin-top: 0.5rem !important; } }
  .main .form-search-main #box-list-search {
    position: relative;
    background: #fff; }
    .main .form-search-main #box-list-search .list-box-search {
      position: absolute;
      width: 100%;
      height: auto;
      max-height: 400px;
      overflow: auto;
      background: #fff;
      padding: 15px 0;
      border: 1px solid #ddd;
      border-top: none;
      -webkit-border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-radius-topleft: 0;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 10px;
      -moz-border-radius-bottomleft: 10px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.25); }
      .main .form-search-main #box-list-search .list-box-search .item-list-search {
        cursor: pointer;
        padding: 8px 15px;
        margin: 5px 0;
        cursor: pointer; }
        .main .form-search-main #box-list-search .list-box-search .item-list-search:hover {
          background: #f2f2f2; }
  .main .form-search-main .search-buttons-genders .gender-toggle {
    margin: 8px 8px 0 8px; }
.main .heading-group {
  padding: 1.2rem 0;
  background: #FAF4FF; }
  .main .heading-group .container {
    max-width: 940px;
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .main .heading-group h6 {
    margin: 0 15px 0 0;
    color: #222222;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative; }
    .main .heading-group h6:after {
      content: "";
      display: block;
      width: 40px;
      height: 4px;
      background: #7000D8;
      margin-top: 5px; }
  .main .heading-group #nav-list-order-box {
    padding: 0;
    border: 1px solid #ddd;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    .main .heading-group #nav-list-order-box i.icon {
      color: #CE2FC8; }
    .main .heading-group #nav-list-order-box .strong {
      font-weight: 600; }
    .main .heading-group #nav-list-order-box a {
      font-size: 14px;
      color: #222222; }
    @media all and (max-width: 767px) {
      .main .heading-group #nav-list-order-box {
        margin-top: 1.5rem !important;
        padding: .5rem; } }
    .main .heading-group #nav-list-order-box .collapse:not(.show) {
      display: inline-block !important; }
.main #list-models {
  width: 100%;
  display: block;
  overflow: hidden; }
  .main #list-models .list-models-main {
    margin: 8rem auto;
    max-width: 940px;
    width: 90%;
    display: block;
    position: relative; }
    @media all and (max-width: 767px) {
      .main #list-models .list-models-main {
        margin: 4rem auto; } }
    @media all and (max-width: 575px) {
      .main #list-models .list-models-main {
        margin: 2.5rem auto; } }
    .main #list-models .list-models-main:first-child {
      margin-top: 4rem; }
    .main #list-models .list-models-main:nth-child(2n+2):before, .main #list-models .list-models-main:nth-child(2n+2):after {
      content: "";
      width: 100%;
      height: 80%;
      max-height: 280px;
      display: block;
      background: #F9F2FF;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .main #list-models .list-models-main:nth-child(2n+2):before {
      left: -100%; }
    .main #list-models .list-models-main:nth-child(2n+2):after {
      right: -100%; }
  .main #list-models .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px; }
    @media all and (max-width: 767px) {
      .main #list-models .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 5px 10px; } }
  .main #list-models .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -45px;
    z-index: 5;
    position: relative; }
    @media all and (max-width: 767px) {
      .main #list-models .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: -25px; } }
  .main #list-models .owl-theme .owl-dots .owl-dot.active span, .main #list-models .owl-theme .owl-dots .owl-dot:hover span {
    background: #CE2FC8 !important; }
  .main #list-models .control-item-slider {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding-right: 15px;
    cursor: pointer; }
    .main #list-models .control-item-slider .btn-ctrl {
      font-size: 35px;
      color: #fff;
      margin: 0 8px; }
  .main #list-models .shadow-slider {
    bottom: -46px;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%; }
    @media all and (max-width: 767px) {
      .main #list-models .shadow-slider {
        bottom: -15px; } }
  .main #list-models .thumb {
        position: relative;
        max-height: 380px;
        overflow: hidden;
        border-radius: 20px;
    }
    .main #list-models .thumb:after {
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.1068802521) 0%, rgba(0, 0, 0, 0.6755077031) 58%, black 100%); }
  .main #list-models .info-model {
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    bottom: 30px;
    z-index: 1;
    padding: 10px 35px; }
    @media all and (max-width: 767px) {
      .main #list-models .info-model {
        bottom: 35px; } }
    .main #list-models .info-model .col-main {
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px dotted rgba(255, 255, 255, 0.2);
      min-width: 320px;
      max-width: 350px; }
      @media all and (max-width: 580px) {
        .main #list-models .info-model .col-main {
          border-right: none; } }
      .main #list-models .info-model .col-main h3 {
        font-size: 32px;
        font-weight: 600;
        display: table;
        color: #F82DFF; }
        @media all and (max-width: 767px) {
          .main #list-models .info-model .col-main h3 {
            font-size: 20px;
            margin-bottom: 0; } }
      .main #list-models .info-model .col-main .desc-small {
        font-size: 13.5px; }
        @media all and (max-width: 767px) {
          .main #list-models .info-model .col-main .desc-small {
            font-size: 12px;
            line-height: 16px; } }
    .main #list-models .info-model .col-itens .col-tags .tag-item {
      font-size: 13px;
      color: #fff;
      padding: 4px 8px;
      margin: 5px 3px;
      display: inline-block;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      background: rgba(0, 0, 0, 0.5); }
    .main #list-models .info-model .col-itens .button-perfil {
      padding: 5px 10px;
      -webkit-border-top-left-radius: 8px;
      -webkit-border-top-right-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
      -webkit-border-bottom-left-radius: 8px;
      -moz-border-radius-topleft: 8px;
      -moz-border-radius-topright: 8px;
      -moz-border-radius-bottomright: 8px;
      -moz-border-radius-bottomleft: 8px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      margin-left: 15px; }
      @media all and (max-width: 767px) {
        .main #list-models .info-model .col-itens .button-perfil {
          margin-left: 0;
          margin-top: 5px;
          padding: 5px 5px; } }
      .main #list-models .info-model .col-itens .button-perfil:hover {
        filter: brightness(1.2); }
      .main #list-models .info-model .col-itens .button-perfil a {
        color: #ffffff;
        text-decoration: none !important;
        min-width: 146px;
        display: block;
        text-align: center;
        font-size: 14px; }
        @media all and (max-width: 767px) {
          .main #list-models .info-model .col-itens .button-perfil a {
            font-size: 13px; } }
.main ul.list-models-basic {
  margin: 4rem auto;
  max-width: 940px;
  width: 90%;
  display: block;
  position: relative;
  list-style: none;
  padding: 0; }
  .main ul.list-models-basic a {
    text-decoration: none !important; }
  .main ul.list-models-basic li {
    cursor: pointer;
    background: #f4f4f4;
    background: linear-gradient(180deg, #f4f4f4 0%, white 100%);
    position: relative;
    padding: 0 25px 0 20px;
    border: 1px solid #E8E8E8;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 8rem;
    margin-bottom: 8rem; }
    .main ul.list-models-basic li:first-child {
      margin-top: 5rem; }
    .main ul.list-models-basic li:hover {
      -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.25); }
    .main ul.list-models-basic li .picture-model {
      width: 250px;
      height: 250px;
      margin-right: 8%;
      display: block;
      position: relative;
      background: #fff;
      -webkit-border-top-left-radius: 50%;
      -webkit-border-top-right-radius: 50%;
      -webkit-border-bottom-right-radius: 50%;
      -webkit-border-bottom-left-radius: 50%;
      -moz-border-radius-topleft: 50%;
      -moz-border-radius-topright: 50%;
      -moz-border-radius-bottomright: 50%;
      -moz-border-radius-bottomleft: 50%;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
      margin-top: -35px;
      margin-bottom: -35px; }
      @media all and (max-width: 767px) {
        .main ul.list-models-basic li .picture-model {
          margin-bottom: 35px;
          width: 190px;
          height: 190px; } }
      .main ul.list-models-basic li .picture-model img {
        max-width: 250px;
        position: relative;
        border: 10px solid #fff;
        -webkit-box-shadow: 0px 0px 20px -9px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 20px -9px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 20px -9px rgba(0, 0, 0, 0.25); }
        @media all and (max-width: 767px) {
          .main ul.list-models-basic li .picture-model img {
            width: 190px;
            height: 190px; } }
      .main ul.list-models-basic li .picture-model .icon-video {
        -webkit-border-top-left-radius: 50%;
        -webkit-border-top-right-radius: 50%;
        -webkit-border-bottom-right-radius: 50%;
        -webkit-border-bottom-left-radius: 50%;
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-topright: 50%;
        -moz-border-radius-bottomright: 50%;
        -moz-border-radius-bottomleft: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        display: inline-block;
        padding: .4rem;
        background: #fff;
        -webkit-box-shadow: 8px 0px 20px -9px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 8px 0px 20px -9px rgba(0, 0, 0, 0.45);
        box-shadow: 8px 0px 20px -9px rgba(0, 0, 0, 0.45);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -25px; }
        @media all and (max-width: 767px) {
          .main ul.list-models-basic li .picture-model .icon-video {
            right: inherit;
            left: 50%;
            transform: translateX(-50%);
            bottom: -15px;
            top: inherit;
            width: 45px;
            height: 45px;
            text-align: center;
            -webkit-box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.45);
            -moz-box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 8px 20px -2px rgba(0, 0, 0, 0.45); } }
        .main ul.list-models-basic li .picture-model .icon-video i {
          font-size: 30px; }
          @media all and (max-width: 767px) {
            .main ul.list-models-basic li .picture-model .icon-video i {
              position: relative;
              top: 2px; } }
    .main ul.list-models-basic li .content-model {
      width: calc(100% - 250px); }
      @media all and (max-width: 767px) {
        .main ul.list-models-basic li .content-model {
          width: 100%;
          padding-bottom: 35px; } }
      .main ul.list-models-basic li .content-model h6 {
        color: #333333;
        font-size: 20px;
        font-weight: 600; }
        @media all and (max-width: 767px) {
          .main ul.list-models-basic li .content-model h6 {
            margin-top: 30px; } }
      .main ul.list-models-basic li .content-model .description p {
        font-size: 15px;
        color: #888;
        margin-bottom: 0; }
      .main ul.list-models-basic li .content-model .info-buttons {
        position: absolute;
        bottom: -23%; }
        @media all and (max-width: 767px) {
          .main ul.list-models-basic li .content-model .info-buttons {
            bottom: -40px;
            width: 100%;
            left: 0; } }
        .main ul.list-models-basic li .content-model .info-buttons .item-info {
          margin: 0 10px 0 0;
          padding: .5rem .8rem;
          border: 1px solid #ddd;
          border-top: none;
          background: #f4f4f4;
          background: linear-gradient(180deg, white 0%, #f4f4f4 100%);
          font-size: 15px;
          color: #333;
          font-weight: 600;
          -webkit-border-top-left-radius: 0;
          -webkit-border-top-right-radius: 0;
          -webkit-border-bottom-right-radius: 6px;
          -webkit-border-bottom-left-radius: 6px;
          -moz-border-radius-topleft: 0;
          -moz-border-radius-topright: 0;
          -moz-border-radius-bottomright: 6px;
          -moz-border-radius-bottomleft: 6px;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-right-radius: 6px;
          border-bottom-left-radius: 6px; }
        .main ul.list-models-basic li .content-model .info-buttons .item-info-whatsapp {
          background: #55D063;
          padding: .4rem .8rem;
          color: #fff;
          font-weight: 600;
          -webkit-border-top-left-radius: 0;
          -webkit-border-top-right-radius: 0;
          -webkit-border-bottom-right-radius: 6px;
          -webkit-border-bottom-left-radius: 6px;
          -moz-border-radius-topleft: 0;
          -moz-border-radius-topright: 0;
          -moz-border-radius-bottomright: 6px;
          -moz-border-radius-bottomleft: 6px;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-right-radius: 6px;
          border-bottom-left-radius: 6px; }
          .main ul.list-models-basic li .content-model .info-buttons .item-info-whatsapp i {
            font-size: 24px; }
.main .pagination-models {
  overflow: hidden; }
  .main .pagination-models .list-pages {
    position: relative; }
    .main .pagination-models .list-pages:after, .main .pagination-models .list-pages:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      border-top: 1px dotted #ccc;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1;
      max-width: 290px; }
    .main .pagination-models .list-pages:before {
      left: 0; }
    .main .pagination-models .list-pages:after {
      right: 0; }
  .main .pagination-models ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #fff; }
    .main .pagination-models ul li {
      width: 35px;
      height: 35px;
      display: block;
      font-weight: 600;
      text-align: center;
      margin: 5px; }
      .main .pagination-models ul li span {
        background: #7000D8;
        -webkit-border-top-left-radius: 50%;
        -webkit-border-top-right-radius: 50%;
        -webkit-border-bottom-right-radius: 50%;
        -webkit-border-bottom-left-radius: 50%;
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-topright: 50%;
        -moz-border-radius-bottomright: 50%;
        -moz-border-radius-bottomleft: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        color: #fff;
        width: 35px;
        height: 35px;
        display: block;
        padding-top: 4px; }
      .main .pagination-models ul li a {
        width: 35px;
        height: 35px;
        background: #eee;
        border: 1px solid #ddd;
        display: block;
        -webkit-border-top-left-radius: 50%;
        -webkit-border-top-right-radius: 50%;
        -webkit-border-bottom-right-radius: 50%;
        -webkit-border-bottom-left-radius: 50%;
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-topright: 50%;
        -moz-border-radius-bottomright: 50%;
        -moz-border-radius-bottomleft: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        color: #444;
        padding-top: 4px;
        text-decoration: none !important; }
        .main .pagination-models ul li a:hover {
          background: #7000D8;
          color: #fff; }
.main .filter-tags-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc; }
  .main .filter-tags-box .title {
    min-width: 160px; }
  .main .filter-tags-box ul {
    list-style: none; }
    .main .filter-tags-box ul li {
      margin: 0 10px 10px 10px; }
      .main .filter-tags-box ul li a {
        -webkit-border-top-left-radius: 18px;
        -webkit-border-top-right-radius: 18px;
        -webkit-border-bottom-right-radius: 18px;
        -webkit-border-bottom-left-radius: 18px;
        -moz-border-radius-topleft: 18px;
        -moz-border-radius-topright: 18px;
        -moz-border-radius-bottomright: 18px;
        -moz-border-radius-bottomleft: 18px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
        border-bottom-left-radius: 18px;
        font-size: 14px; }

.banners-preFooter {
  background: #EEEEEE;
  min-height: 195px;
  margin-top: 100px; }
  @media all and (max-width: 767px) {
    .banners-preFooter {
      margin-top: 30px; } }
  .banners-preFooter .container-small {
    position: relative;
    top: -80px !important; }
  .banners-preFooter .icon-model {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
    @media all and (max-width: 767px) {
      .banners-preFooter .icon-model {
        display: none; } }
  .banners-preFooter .box-banner {
    padding: 30px 40px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px; }
    .banners-preFooter .box-banner.banner-1 {
      background: #7719a8;
      background: linear-gradient(50deg, #7719a8 0%, #c21cf0 100%);
      padding-right: 65px; }
    .banners-preFooter .box-banner.banner-2 {
      background: #7719a8;
      background: linear-gradient(50deg, #7719a8 0%, #9f31db 100%);
      padding-left: 65px; }
    .banners-preFooter .box-banner h6 {
      font-weight: 700;
      font-size: 32px;
      font-style: italic; }
    .banners-preFooter .box-banner .btn-more {
      padding: 10px 25px;
      background: #fff;
      color: #CE2FC8;
      display: table;
      -webkit-border-top-left-radius: 6px;
      -webkit-border-top-right-radius: 6px;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-topright: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      margin-top: 1rem;
      font-weight: 600;
      text-decoration: none !important; }
      .banners-preFooter .box-banner .btn-more:hover {
        color: #fff;
        background: #CE2FC8; }

.footer-main {
  background: url("../img/bg-footer.jpg") center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.btn-light-info {
  background: #ffffff;
  color: #7000D8;
  padding: 5px 15px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  text-decoration: none !important; }
  .btn-light-info:hover {
    background: #7000D8;
    color: #ffffff; }

.container-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  width: 90%; }

.check-list {
  position: relative; }
  .check-list .label-check {
    background: #eee;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 5px 12px;
    color: #666;
    font-size: 14px;
    cursor: pointer; }
    .check-list .label-check.active {
      background: #7000D8;
      color: #fff; }
      .check-list .label-check.active:after {
        content: "\F00C";
        font-family: "Font Awesome 5 free";
        margin-left: 6px; }
  .check-list .check-fake {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0; }

.bgProfile {
  min-height: 160px;
  background: #301d39;
  background: linear-gradient(90deg, #331e39 10%, #7000d8 100%);
  color: #fff;
  background-size: cover;
  background-position: 50% 50%; }
  .bgProfile h2 {
    font-weight: 600;
    font-size: 28px; }

.bar-tabs {
  padding: 30px 0 0 0;
  overflow: hidden; }
  .bar-tabs .nav-tabs {
    position: relative; }
    .bar-tabs .nav-tabs:before, .bar-tabs .nav-tabs:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      border-bottom: 1px solid #dee2e6; }
    .bar-tabs .nav-tabs:before {
      left: -100%; }
    .bar-tabs .nav-tabs:after {
      right: -100%; }
    .bar-tabs .nav-tabs a.nav-link {
      color: #333;
      padding: .8rem 1.4rem;
      font-weight: 600; }
      .bar-tabs .nav-tabs a.nav-link.active {
        color: #7000D8; }
      .bar-tabs .nav-tabs a.nav-link.nav-whats {
        background: green;
        color: #fff; }
  .bar-tabs .list-info-main .circle-icon {
    width: 18px;
    height: 18px;
    position: relative; }
    .bar-tabs .list-info-main .circle-icon i {
      font-size: 13px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .bar-tabs .list-info-main .txt {
    font-weight: 600; }
  .bar-tabs ul.list-photos {
    list-style: none;
    margin: 0 0; }
    .bar-tabs ul.list-photos li {
      margin-left: 1%;
      margin-right: 1%;
      max-width: 199px; }
      .bar-tabs ul.list-photos li img {
        opacity: .9; }
        .bar-tabs ul.list-photos li img:hover {
          opacity: 1;
          background: #7000D8; }
  .bar-tabs hr.dotted {
    border-style: dotted !important; }

.box-video-model:hover {
  background: #7000D8; }
.box-video-model .icon-play-video {
  width: 40px;
  height: 40px;
  background: #7000D8;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }
  .box-video-model .icon-play-video i {
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/** responsive */
@media all and (max-width: 870px) {
  .item-location {
    display: none !important; } }

/*# sourceMappingURL=style.css.map */
