/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* ========== GLOBAL STYLES DESKTOP ========== */
p {margin-bottom: 0;}
a {text-decoration: none !important;}


/* ========== VISUAL COMPOSER GLOBAL STYLES DESKTOP ========== */ 
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

/* ========== FONTS ========== */
@font-face {
    font-family: 'Menttalis-MA5Gv';
    src:url('fonts/Menttalis-MA5Gv.woff') format('woff'),
        url('fonts/Menttalis-MA5Gv.woff2') format('woff2'),
        url('fonts/Menttalis-MA5Gv.eot'),
        url('fonts/Menttalis-MA5Gv.eot?#iefix') format('embedded-opentype'),
        url('fonts/Menttalis-MA5Gv.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ========== TITLES ========== */
.section-h2-title {
	font: normal 800 clamp(4vw, 2vw, 60px) / 1 "Montserrat", sans-serif;
  margin-bottom: 5vh;
  transition: all 0.8s ease;
  text-transform: uppercase;
  color: #fff;
  z-index: 20;
  text-align: center;
}

.section-h2-title::after {
  content: "";
  width: 10%;
  height: 7px;
  background-color: #c7ff00;
  display: block;
  margin: 1.5vh auto 0;
}

/* ========== HEADER DESKTOP ========== */
.branding {
  position: relative;
  display: inline-block;
}

.branding a img {
  width: 2.8vw;
  height: auto;
  transition: all 0.5s ease !important;
}

.branding a::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  height: 100%;
  width: 9vw;
  background-image: url('https://beta2.melissabtrainer.com/wp-content/themes/dt-the7-child/images/personal-trainer-melissa-b-logo-desktop.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  pointer-events: none;
  z-index: 2;

  opacity: 0;
  transform: translateX(-20px);
  animation: none; /* evita mostrar el logo antes de tiempo */
}

/* mostrar logo al cargar con animación */
.masthead:not(.sticky-on) .branding a::after {
  animation: slideFadeInLogo 1s ease 0.5s forwards;
}

/* ocultar logo al hacer scroll (cuando aparece sticky) */
.masthead.sticky-on .branding a::after {
  animation: slideFadeOutLogo 0.8s ease 0.8s forwards;
}

@keyframes slideFadeInLogo {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideFadeOutLogo {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}


.masthead:not(.side-header):not(.mixed-header) .header-bar, .header-space {
  min-height: 8vh;
  height: 8vh !important;
}

.header-bar {
  transition: all .5s ease !important;
}

.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .ph-wrap {
  padding: 2vh 1.5vw 2vh 1.5vw;
}

.transparent .masthead:not(.side-header) {
background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 65%);
}

/* ========== HEADER FLOATING DESKTOP ========== */
.same-logo {
  position: relative;
  display: inline-block;
  overflow: hidden;
}


.sticky-on .same-logo::after {
  transform: scaleX(1);
}


#page .masthead.sticky-on .header-bar, #phantom.masthead .header-bar, #phantom .ph-wrap {
  min-height: inherit;
  height: 4vh !important;
  background: #000;
}

.masthead.sticky-on .branding a img {
	width: 2.3vw;
}

.masthead.sticky-on .main-nav > li > a .menu-text {
	font: normal 800 clamp(1rem, 1vw, 1.7rem) / 1.2 "Big Shoulders", sans-serif;
}

.masthead.sticky-on .header-icon-text {
  font-size: clamp(0.6rem, 0.6vw, 0.8rem);
}

.masthead.sticky-on .header-icon svg {
  width: 16px;
  height: 16px;
}

.masthead.sticky-on .icon-door-wrapper {
	width: 24px;
	height: 16px;
}

.masthead.sticky-on .login-button-text {
	font: normal 600 clamp(0.6rem, 0.7vw, 1rem) / 1 "Montserrat", sans-serif;
}

/* ========== MAIN MENU DESKTOP ========== */
.main-nav > li > a {
  margin: 0 2.2vw 0 0;
  padding: 0;
}

.main-nav > li > a .menu-text {
	font: normal 800 clamp(1.1rem, 1.2vw, 1.9rem) / 1.2 "Big Shoulders", sans-serif;
	text-transform: uppercase;
	font-optical-sizing: auto;
	transition: all 1s ease;
}

.main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #4d4d4d;
}

.main-nav > li.act:not(.wpml-ls-item) > a .menu-text,
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text {
	color: #fff; /* classic white */
	color: #c7ff00; /* acid green */
}

.main-nav > li > a .menu-text span {
	font: normal 700 40% / 1em "Montserrat", sans-serif;
	text-transform: uppercase;
	font-optical-sizing: auto;
	color: #1a1a1a;
	display:block;
	transition: all 1s ease;
}

.main-nav > li.act:not(.wpml-ls-item) > a .menu-text span,
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text span {
	color: #666; /* lunar gray */
	color: #fff;
}

/* ========== SUBMENU DESKTOP ========== */
.main-nav .sub-nav > li > a .menu-text {
	font: normal 800 1.1em / 1em "Montserrat", sans-serif;
	text-transform: uppercase;
	font-optical-sizing: auto;
	transition: all 1s ease;
	display:flex;
	align-items: center;
  justify-content: space-between;
}

.main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #4d4d4d;
}

.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .menu-text, #phantom .main-nav > li.act:not(.wpml-ls-item) > a .menu-text, .sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text, #phantom .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
  color: #c7ff00;
}

.main-nav .sub-nav > li > a .menu-text span {
	font: normal 700 40% / 1em "Montserrat", sans-serif;
	text-transform: uppercase;
	font-optical-sizing: auto;
	color: #1a1a1a;
	display:block;
	transition: all 1s ease;
}

.main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text span {
  color: #4d4d4d;
}

.main-nav .sub-nav > li > a {
	border-bottom: 2px solid #050505;
	margin: 0 0 0 0;
}

.sub-nav {
  background-color: #080808;
  padding: 0 0 0 0;
}

.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a, .top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a {
  background-color: #111;
}
.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .submenu-item-boedo,
 .masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .submenu-item-recoleta,
 .masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .submenu-item-madero{
filter: brightness(100%) saturate(0%);
}

.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .menu-text {
  color: #c7ff00;
}

.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .menu-text span {
  color: #fff;
}

.menu-item-text {
	width: 100%;
}

.submenu-item-boedo, .submenu-item-recoleta, .submenu-item-madero {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index:20;
  width: 34px;
  height: 34px;
  filter: brightness(20%) saturate(1000%);
  transition: all 1s ease;
}


.submenu-item-boedo {
	background-image: url("https://beta2.melissabtrainer.com/wp-content/themes/dt-the7-child/images/icono-submenu-boedo.svg");
}

.submenu-item-recoleta{
	background-image: url("https://beta2.melissabtrainer.com/wp-content/themes/dt-the7-child/images/icono-submenu-recoleta.svg");
}

.submenu-item-madero {
	background-image: url("https://beta2.melissabtrainer.com/wp-content/themes/dt-the7-child/images/icono-submenu-puerto-madero.svg");
}


/* ========== MINI WIDGETS DESKTOP ========== */
.inline-header .header-bar > .mini-widgets, .inline-header .widget-box .mini-widgets {
  padding: 0 0 0 2.5vw;
}

.header-contact-icons {
  display: flex;
  gap: 0;
  align-items: center;
}

.header-icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #696969;
  font-size: 14px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all .6s linear;
  padding: 0 10px 0 0;
  position: relative;
}

.header-icon-login {
	border-left: 1px solid #c7ff00;
	padding-left:10px;
	transition: all .5s ease;
}

/*
.icon-door-wrapper {
  perspective: 600px;
  display: inline-block;
  transform-style: preserve-3d;
  position: relative;
  top: 2px;
}

.icon-door-login {
  transform-origin: left center;
  transition: transform 0.4s ease;
  backface-visibility: hidden;
  will-change: transform;
}


.header-icon:hover .icon-door-login {
  transform: rotateY(-50deg);
}
*/

.icon-door-wrapper {
  perspective: 600px;
  display: inline-block;
  transform-style: preserve-3d;
  position: relative;
  top: 0;
  width: 30px;
  height: 22px;
  transition: all .3s ease;
}

.icon-door-wrapper #icon-login-door-left,
.icon-door-wrapper #icon-login-door-right {
	position:absolute;
	top:0;
	  transition: transform 0.6s ease;
  backface-visibility: hidden;
  will-change: transform;
}

.icon-door-wrapper #icon-login-door-left {
	left:0;
	transform-origin: left center;

}

.header-icon:hover #icon-login-door-left {
  transform: rotateY(-40deg);
}

.icon-door-wrapper #icon-login-door-right {
	right:0;
	transform-origin: right center;
}

.header-icon:hover #icon-login-door-right {
  transform: rotateY(40deg);
}

.header-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: all .6s linear;
}

.header-icon svg path {
  fill: #696969;
  transition: all .6s linear;
}

.header-icon-text {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all .6s linear;
  color:#fff;
}

.header-icon-text,
.login-button-text {
	font: normal 600 clamp(0.8rem, 0.8vw, 1rem) / 1 "Montserrat", sans-serif;
	text-transform:uppercase;
	margin-left:5px;
}

.login-button-text {
	overflow: visible;
	opacity: 1;
}

.login-button-small-text {
	display: block;
	font-size: 55%;
	color: #2a2a2a;
	transition: all .6s linear;
}

.header-icon:hover .login-button-small-text {
  color: #fff;
}

.header-icon:hover .header-icon-text {
  max-width: 200px;
  opacity: 1;
  color: #c7ff00;
}

.header-icon:hover .header-icon-text.login-button-text {
  max-width: inherit;
}

.header-icon:hover svg path {
  fill: #c7ff00;
}

/* ========== SECTION HOME HERO DESKTOP ========== */
/* hero container */
.hero-container {
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* hero phrase */
#hero-phrase-container {
    width: 60vw;
  height: 400px;
  z-index: 11;
}

/* video background */
.video-background-container {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  opacity: 1;
  background: transparent;
  z-index: 10;
}

.video-background-container video {
  position: relative;
  top: 0;
  object-fit: cover;
  object-position: top;
  height: 100vh;
  width: 100vw;
  opacity: 0.2;
}

/* ========== SECTION HOME BANNERS DESKTOP ========== */
/* banners grid */
.banner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 100%;
  margin: auto;
}

/* banner */
.banner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
  height: 50vh;
  width: 100%;
}

/* banner video background */
.banner-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0.15;
}

/* banner icon */
.banner-icon {
  position: absolute;
  width: clamp(10vw, 15vw, 20vw);
  height: auto;
  object-fit: contain;
  z-index: 2;
  transition: all 0.8s ease;
  filter: brightness(0) saturate(100%) invert(25%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  opacity: 0.6;
  bottom: 10%;
  left: 10px;
}

/* banner content */
.banner-content {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 3;
  color: white;
  transition: all 0.8s ease;
  height: 40px;
}

/* banner title */
.banner-content h2 {
  font: normal 800 clamp(1.8rem, 1.5vw, 2rem) / 1 "Montserrat", sans-serif;
  margin: 0;
  transition: all 0.8s ease;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.8;
}

.banner-content h2::after {
	content: "";
	display:block;
	width: 10%;
	height: 5px;
	background-color: #c7ff00;
	margin-top: 5px;
	transition: all 0.8s ease;
}

.banner-content h2 span {
	display: block;
  font-size: 30%;
  font-weight: 500;
  color: #8b8b8b;
}

.hidden-text {
  font: normal 400 clamp(0.8rem, 0.6vw, 1rem) / 1.2 "Open Sans", sans-serif;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.8s ease;
  max-width: 300px;
  color: #999;
  display: flex;
  flex-direction: column;
}

/* banner button */
.banner-content .button-medium {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  width: fit-content;
  padding: 4px 14px;
  border-radius: 20px;
  font: normal 600 clamp(0.7rem, 0.5vw, 0.9rem) / 1.2 "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 5%;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  background-color: rgba(255,255,255,0.2);
}

.banner-content .button-medium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #9b0c0c;/* blood red */
  background-color: #c7ff00; /* acid green */
  z-index: -1;
  transition: width 0.5s ease;
}

.banner-content .button-medium:hover::before {
  width: 100%;
}

.banner-content .button-medium:hover {
   color:#000;
}

/* banner icon */
.banner-content .button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  position: relative;
}

.banner-content .button-icon img {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* banner icon hove animation */
.button-medium:hover .button-icon img {
  animation: iconBounce 0.6s forwards;
  filter: brightness(0) saturate(0%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

/* banner animation keyframes */
@keyframes iconBounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-10px);
    opacity: 0;
  }
  60% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* banner hover effects */
.banner:hover .hidden-text {
  opacity: 1;
  transform: translateY(-10px);
}

.banner:hover .banner-content h2 {
  transform: translateY(-20px);
  color: #c7ff00;
  font: normal 800 clamp(2rem, 1.8vw, 2.2rem) / 1 "Montserrat", sans-serif;
}

.banner:hover .banner-content h2 span {
  color: #fff;
}

.banner:hover .banner-content h2::after {
	width: 20%;
	background-color: #fff;
}

.banner:hover .banner-content {
	height: 130px;
}

.banner:hover .banner-icon {
	width: clamp(4vw, 7vw, 12vw);
	left: 20px;
	bottom: 70%;
	filter: brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
	opacity: 0.8;
}


/* ========== SECTION HOME CARDS DESKTOP ========== */

/* cards main container */
.section-cards {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: 0 auto;
  z-index: 1;
  overflow: visible;
}

/* cards content */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  justify-items: center;
  align-items: center;
  perspective: 1000px;
  min-height: 60vh;
}

/* cards background word */
.section-cards::before {
  content: attr(data-bgword);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Menttalis-MA5Gv', serif;
  font-size: 34vw;
  color: #121212;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}


/* cards individual */
.card {
  width: 100%;
  max-width: 300px;
  position: relative;
  perspective: 1000px; /* importante para efecto 3D */
}

.card-inner {
  width: 100%;
  height: 100%;
  transform: rotateY(var(--ry, 0deg)) rotateX(var(--rx, 0deg));
  transition: transform 0.15s ease-out; /* suaviza el movimiento */
  transform-style: preserve-3d;
  will-change: transform;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8);
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-inner img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  object-fit: cover; /* evita deformación si la imagen no es exacta */
}

/* cards text */
.card-text {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 0.95rem;
  color: #000;
  text-align: center;
  margin-top: 0.5rem;
  line-height: 1.4;
  background-color: #c7ff00;
  padding: 0.3rem;
  border-radius: 6px;
  position: relative;
  font-size: 11px;
}

.card-text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #c7ff00;
}

.card:hover .card-text {
  opacity: 1;
  transform: translateY(0);
}

/* cards button */
#shuffle-button {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  border: 1px solid #fff;
  width: fit-content;
  padding: 3px 12px;
  border-radius: 20px;
  font: normal 600 clamp(0.7rem, 0.6vw, 1rem) / 1 "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  background-color: transparent;
  margin-top: 2vh;
}

#shuffle-button .button-icon {
	width: 24px;
	height: 24px;
	background: transparent url("https://beta2.melissabtrainer.com/wp-content/themes/dt-the7-child/images/icon-button-eye-close.svg") no-repeat center center;
	background-size: contain;
	margin-right: 8px;
	transition: all 0.1s linear;
}

#shuffle-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #c7ff00; /* acid green */
  z-index: -1;
  transition: width 0.3s ease;
}

#shuffle-button:hover::before {
  width: 100%;
}

#shuffle-button:hover {
   color:#000;
   border: 2px solid #000;
}

#shuffle-button:hover .button-icon {
	background-image: url("https://beta2.melissabtrainer.com/wp-content/themes/dt-the7-child/images/icon-button-eye-open-dark.svg");
}

/* cards animations */
.fade-in {
  animation: cardsFadeInUp 2s ease forwards;
  opacity: 0;
}

.fade-out {
  animation: cardsFadeOutDown 2s ease forwards;
}

/* cards keyframes animations */
@keyframes cardsFadeInUp {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardsFadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(80px);
  }
}

/* ========== ULTIMATE MEMBERS LOGIN ========== */

/* login desktop */
#um-login-wrapper {
	z-index: 40;
	width: 20vw;
}

/* login buttons */
#um-login-wrapper .um-login .um-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
padding: 10px 10px !important;
  border-radius: 50px !important;
  font: normal 600 clamp(0.7rem, 0.5vw, 0.9rem) / 1.2 "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  background-color: rgba(255,255,255,0.2);
}

/* login submit button */
#um-submit-btn {
  position: relative;
  z-index: 2;
  background-color: transparent;
  color: #c7ff00;
  box-shadow: inset 0 0 0 2px #c7ff00;
  transition: color 0.5s ease;
  color: #c7ff00 !important;
}

.um-left.um-half {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.um-left.um-half::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 32px;
  background-color: #c7ff00;
  z-index: 1;
  transition: width 0.5s ease;
  border-radius: 50px;
}

.um-left.um-half:hover::before {
  width: 100%;
}

.um-left.um-half:hover #um-submit-btn {
  color: #000 !important;
}

/* register button */
#um-login-wrapper .um-login .um-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #c7ff00;
  z-index: -1;
  transition: width 0.5s ease;
}


#um-login-wrapper .um-login .um-button:hover::before {
  width: 100%;
}

#um-login-wrapper .um-login .um-button:hover {
   color:#000;
}

#um-login-wrapper .um-col-alt {
  margin: 0 !important;
}

#um-login-wrapper .um-row {
  margin: 0 0 5% 0 !important;
}

/* login checkbox */
.um-field-checkbox:not(.um-field) {
margin: 0 0 10% 0 !important;
}

/* UM global styles */

/* um fields/inputs */
#um-login-wrapper 
.select2-container .select2-choice,
#um-login-wrapper 
.select2-container-multi .select2-choices,
#um-login-wrapper 
.select2-drop,
#um-login-wrapper 
.select2-drop-active,
#um-login-wrapper 
.select2-drop.select2-drop-above,
#um-login-wrapper 
.um .um-form input[type="number"],
#um-login-wrapper 
.um .um-form input[type="password"],
#um-login-wrapper 
.um .um-form input[type="search"],
#um-login-wrapper 
.um .um-form input[type="tel"],
#um-login-wrapper 
.um .um-form input[type="text"],
#um-login-wrapper 
.um .um-form textarea,
#um-login-wrapper 
.um .upload-progress {
  border: 2px solid #ddd !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.select2-container .select2-choice, .select2-container-multi .select2-choices, .um .um-form input[type="number"], .um .um-form input[type="password"], .um .um-form input[type="search"], .um .um-form input[type="tel"], .um .um-form input[type="text"], .um .um-form textarea {
  background-color: transparent !important;
}

/* um field labels*/
#um-login-wrapper .um-field-label {
  margin: 0 0 0 0 !important;
}

.um-field {
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}

#um-login-wrapper .um-field-c {
  padding-bottom: 5% !important;
}

#um-login-wrapper .um-field-label label {
	font: normal 600 14px / 1em "Montserrat", sans-serif !important;
  position: absolute;
  left: 0;
  bottom: 8px;
  color: #888;
  transition: all 0.3s ease;
  pointer-events: none;
}

#um-login-wrapper .um-field:has(input:focus) .um-field-label label,
#um-login-wrapper .um-field:has(input:not(:placeholder-shown)) .um-field-label label {
  bottom: 38px;
  font-size: 12px !important;
  opacity: 0.8;
  color: #c7ff00;
}


/* ========== ULTIMATE MEMBERS GLOBAL ========== */

/* um additional fields */
.um:not(.um-admin) {
  font-size: 12px !important;
}

/* um body */
.um {
  max-width: 100% !important;
}

/* um accent color/checkboxes/others */
.um .um-cover-add:hover, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-item-meta a, .um .um-member-less a:hover, .um .um-member-more a:hover, .um .um-member-name a:hover, .um .um-members-pagi a:hover, .um .um-profile-subnav a.active, .um .um-tip:hover, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
  color: #c7ff00 !important;
}

/* um radio/checkboxes */
.um-field-checkbox-state i, .um-field-radio-state i {
  font-size: 18px !important;
}

.um-field-checkbox-option, .um-field-radio-option {
  margin: 0 0 0 20px !important;
}

/* iconos ayuda */
.um .um-tip {
  color: #ccc;
  position: absolute;
  right: -30px;
  top: 15px;
  z-index: 50;
}