.wp {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  top: 24px;
  right: 39px;
  background: #fff;
  z-index: 1;
  padding: 10px;
  border-radius: 8px;
}

.tg-list {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.tg-list-item {
  margin: 0 2em;
}

.tgl {
  display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: auto;
  margin-right: auto;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #d5d5d5;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: #ff3363;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}

.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}

.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}

.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}

.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}

.tgl-skewed + .tgl-btn:after,
.tgl-skewed + .tgl-btn:before {
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}

.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}

.tgl-skewed + .tgl-btn:active {
  background: #888;
}

.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}

.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}

.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}

.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}

.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}

.tgl-flat + .tgl-btn:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}

.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7FC6A6;
}

.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: sans-serif;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.tgl-flip + .tgl-btn:after,
.tgl-flip + .tgl-btn:before {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
}

.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #FF3A19;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.tgl-flip + .tgl-btn:before {
  background: #969696;
  content: attr(data-tg-off);
}

.tgl-flip + .tgl-btn:active:before {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}

.tgl-flip:checked + .tgl-btn:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  left: 0;
  background: #FF3A19;
}

.tgl-flip:checked + .tgl-btn:active:after {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}

.btn.naboo-pink.btn-status {
  padding: 0px;
}

.btn.naboo-pink.btn-status .tgl + .tgl-btn {
  width: 70px;
  height: 100%;
  margin: 0 10px;
}

.btn.naboo-pink.btn-status .tgl-flip + .tgl-btn::after,
.btn.naboo-pink.btn-status .tgl-flip + .tgl-btn::before {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.btn.naboo-pink.btn-status .tgl-flip + .tgl-btn::before {
  background: transparent;
}

.btn.naboo-pink.btn-status .tgl-flip + .tgl-btn::after {
  background: transparent;
}

.w100 {
  width: 100%;
}

.fr-toolbar {
  border-radius: 0px !important;
}

.second-toolbar {
  display: none;
}

.p-description {
  height: 100px;
  overflow: hidden;
}

.p-description * {
  font-size: 15px !important;
}

#main.module .content-wrapper-before {
  height: 285px;
}

#main.module .content-area {
  margin-top: 15px;
}

.align-middle {
  vertical-align: middle;
}

.brand-sidebar .logo-wrapper a.brand-logo-new img {
  height: 18px;
}

.fix-gal {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 120px;
}

.fix-frame {
  margin-top: 45px;
}

.accent {
  color: #FF3364;
}

.c3points {
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 70px;
  position: relative;
}

.mid-size {
  font-size: 4rem;
}

.login-blank {
  background-color: #ffffff;
}

.naboo-pink {
  background-color: #FF3364;
}

.naboo-pink-text {
  color: #FF3364;
}

.login-blank .naboo-pink:hover {
  background-color: #FF3364;
}

button.naboo-pink {
  width: 100%;
  max-width: 140px;
  border-radius: 11px;
  text-transform: none;
}

.naboo-grey {
  color: #B8C4D1;
  font-size: 15px;
}

.naboo-grey a {
  color: #B8C4D1;
  font-size: 15px;
  text-decoration: underline;
}

.login-blank input:not([type]):focus:not([readonly]) + label,
.login-blank input[type=text]:not(.browser-default):focus:not([readonly]) + label,
.login-blank input[type=password]:not(.browser-default):focus:not([readonly]) + label,
.login-blank input[type=email]:not(.browser-default):focus:not([readonly]) + label,
.login-blank input[type=url]:not(.browser-default):focus:not([readonly]) + label,
.login-blank input[type=time]:not(.browser-default):focus:not([readonly]) + label,
.login-blank input[type=date]:not(.browser-default):focus:not([readonly]) + label,
.login-blank input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
.login-blank input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
.login-blank input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
.login-blank input[type=number]:not(.browser-default):focus:not([readonly]) + label,
.login-blank input[type=search]:not(.browser-default):focus:not([readonly]) + label,
.login-blank textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #FF3364;
}

.login-blank input:not([type]):focus:not([readonly]),
.login-blank input[type=text]:not(.browser-default):focus:not([readonly]),
.login-blank input[type=password]:not(.browser-default):focus:not([readonly]),
.login-blank input[type=email]:not(.browser-default):focus:not([readonly]),
.login-blank input[type=url]:not(.browser-default):focus:not([readonly]),
.login-blank input[type=time]:not(.browser-default):focus:not([readonly]),
.login-blank input[type=date]:not(.browser-default):focus:not([readonly]),
.login-blank input[type=datetime]:not(.browser-default):focus:not([readonly]),
.login-blank input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.login-blank input[type=tel]:not(.browser-default):focus:not([readonly]),
.login-blank input[type=number]:not(.browser-default):focus:not([readonly]),
.login-blank input[type=search]:not(.browser-default):focus:not([readonly]),
.login-blank textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #FF3364;
  box-shadow: 0 1px 0 0 #FF3364;
}

.login-blank i.material-icons.active {
  color: #FF3364;
}

.sidenav-main .sidenav li a.active {
  background: #FF3364 !important;
  box-shadow: 3px 3px 20px 0 rgba(255, 51, 100, 0.5) !important;
  /*box-shadow:none!important;*/
}

.gradient-naboo-pink {
  background-color: #FF3364;
  box-shadow: 3px 3px 20px 0 rgba(255, 51, 100, 0.5);
}

.sidebar .sidebar-content .sidebar-menu ul li.active {
  background-color: #FF3364;
  box-shadow: 3px 3px 20px 0 rgba(255, 51, 100, 0.5);
}

.breadcrumb-item.active {
  color: #cecece;
}

.breadcrumb-section-btn {
  background-color: #ffffff;
  color: #000000 !important;
}

.oval {
  width: 170px;
  height: 170px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.42);
  background-color: #ffffff;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
  border-radius: 50%;
}

.options-dev {
  margin-top: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  height: 170px;
}

.amen {
  margin-top: 15px;
}

.nfo-dev {
  margin-top: 25px;
}

.cut-text {
  width: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-profile {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
}

.mt25 {
  margin-top: 25px;
}

.fix-card-contact {
  min-height: 80px;
}

.fix-card-contact-edit {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 125px;
  justify-content: space-around;
}

.profile-img {
  margin: 0 auto;
  height: 150px;
  width: 150px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#dropdown-compartir {
  min-width: 180px;
}

p.text-sub {
  display: -webkit-box;
  display: flex;
  vertical-align: top;
}

.card.overflow-unset {
  overflow: unset !important;
}

/*-------------------------------------------------
Clases personalizadas generales
-------------------------------------------------*/

body {
  opacity: 1;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

body.fade-in {
  opacity: 0;
  pointer-events: none;
}

body .container-naboo {
  width: 100%;
  max-width: 900px !important;
  margin: auto;
}

body .align-icons li a {
  display: -webkit-box;
  display: flex;
}

body .align-icons-flex {
  display: -webkit-box;
  display: flex;
}

body .align-icons-flex.align-items-center {
  -webkit-box-align: center;
          align-items: center;
}

body .match-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

body .match-row .col {
  margin-left: initial !important;
}

body .position-relative {
  position: relative;
}

body .remove-height-checkbox span {
  height: auto !important;
}

body .m15 {
  margin-bottom: 15px;
}

body .content-area-w100 {
  width: 100%;
  margin-top: 0px;
}

body .container-naboo-w14 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

body .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: auto;
}

body .bg img {
  visibility: hidden;
  width: 100%;
}

body .cursor-pointer {
  cursor: pointer;
}

body i.cursor-pointer:hover {
  color: #FF3364;
}

@media only screen and (max-width: 900px) and (min-width: 600px) {
  .hide-on-med-only-custom {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .hide-on-large-only-custom {
    display: none !important;
  }
}

@media screen and (pointer: fine) {
  body .btn-del:hover i {
    color: #dc143c !important;
  }
}

/*-------------------------------------------------
Sidenav left
-------------------------------------------------*/

.sidenav .collapsible-header.normal::after {
  color: #000000;
}

.sidenav .collapsible-header.active.normal::after {
  content: "keyboard_arrow_right";
  color: #ffffff;
}

/*-------------------------------------------------
Tema para cards de tipo blog
-------------------------------------------------*/

.card-theme-desarrollos {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 20px;
}

.card-theme-desarrollos h5 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.card-theme-desarrollos h5 a {
  color: #000000;
}

.card-theme-desarrollos p {
  font-size: 12px;
}

.card-theme-desarrollos .card-panel {
  padding: 18px;
}

.card-theme-desarrollos .info-icons span {
  color: #000000;
}

.card-theme-desarrollos .info-icons span.material-icons {
  color: #FF3364;
}

.card-theme-desarrollos .info-icons span:not(.material-icons) {
  font-size: 12px;
}

.card-theme-desarrollos .bg.image-n-margin {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .card-theme-desarrollos .info-icons span:not(.material-icons) {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .card-theme-desarrollos h5 {
    font-size: 24px;
  }

  .card-theme-desarrollos p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1366px) {
  .card-theme-desarrollos h5 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1450) {
  .card-theme-desarrollos h5 {
    font-size: 30px;
  }
}

/*-------------------------------------------------
Gmaps location
-------------------------------------------------*/

.gllpMap {
  width: 100% !important;
  height: 300px !important;
}

/*-------------------------------------------------
Cards
-------------------------------------------------*/

.card-title.subtlo {
  color: #000000;
  font-size: 16px;
}

/*-------------------------------------------------
Formularios blancos
-------------------------------------------------*/

form.form-white p,
form.form-white h5,
form.form-white label {
  color: #ffffff;
}

form.form-white h5 {
  font-weight: 700;
  font-size: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

form.form-white h5 i {
  font-size: 34px;
}

form.form-white .select-wrapper input.select-dropdown {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

form.form-white .select-wrapper .caret {
  fill: #ffffff;
}

/*-------------------------------------------------
Breadcrumbs
-------------------------------------------------*/

.breadcrumbs-white h5,
.breadcrumbs-white li a {
  color: #ffffff !important;
}

.breadcrumbs-white h5 {
  font-weight: 700;
  font-size: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.breadcrumbs-white h5 i {
  font-size: 34px;
}

/*-------------------------------------------------
Tabs
-------------------------------------------------*/

.tabs-custom {
  background: transparent;
}

.tabs-custom .tab {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.tabs-custom li {
  background-color: #ffffff;
}

.tabs-custom li a {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #000000 !important;
}

.tabs-custom .tab a.active,
.tabs-custom .tab a:focus,
.tabs-custom .tab a:focus.active {
  background-color: var(--pink10);
}

.tabs-custom .indicator {
  background-color: #000000 !important;
}

.listas input + span {
  font-size: 13px !important;
  color: #5b5b5b;
}

