/*
 Theme Name:   Pilates with Cris
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Danivera
 Author URI:   https://danivera.com
 Template:     generatepress
 Version:      0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif&display=swap');


.grecaptcha-badge { 
    visibility: hidden;
}
/*header*/
body{
	letter-spacing: 0.05em!important;
	background-color:#F7F4F5!important;
}
h1, h2, h3, h4, h5{
	line-height:1.2!important;
}

html {
    scroll-behavior: unset !important;
}

.generate-back-to-top{
	border-radius:0px;
}



.site-header .site-branding__logo {
    height: 80px!important;
}

.is_stuck{padding-right:20px}

.footer-widget-1{
	margin:0px auto;
	text-align:center;
}

.mi-cuenta{
	display:flex;

	align-items:center;

}

.mi-cuenta a{
	padding:0px 0px 0px 0px!important;
}

.mi-cuenta img {
  height: 1.5em;   
  width: auto;  
  vertical-align: middle;
  display: inline-block; 
  margin-right: 0em; 
}

.mi-cuenta span{display:none;}
.suscribete {margin:0px 20px 0px 20px; }
.suscribete a{
    color: var(--base)!important;
    background-color: var(--accent);
	padding:10px 20px!important;
	line-height:28px!important;
		border-radius:5px;
	transition: all 0.3s ease!important;
	border:2px solid  var(--accent);
	font-size:130%;
}

.suscribete a:hover{
    color: var(--accent)!important;
    background-color: var(--base);
}

/*cabeceras*/

.bg-random {
      width: 100%;
    height: 350px;
   background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease-in-out;
    clip-path: ellipse(80% 100% at 50% 0%);margin-bottom:40px;
  }

  @media (max-width: 768px) {
    .bg-random {
      height: 250px;
			clip-path: ellipse(90% 100% at 50% 0%);
    }
  }

  @media (max-width: 480px) {
    .bg-random {
      height: 100px;
			 clip-path: ellipse(90% 100% at 50% 0%);
    }
  }


/* Home */

.lista-beneficios ul{margin:0px; padding:0px;}

.lista-beneficios li{
	margin:0px 0px 20px 20px;
}

/* listas clases*/

.lista-clases .elementor-toc__header{display:none;}
.lista-clases .elementor-toc__body{
	padding:0px;
}

.lista-clases .elementor-toc__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.lista-clases .elementor-toc__list-item {
  display: flex;
  align-items: center;
}

.lista-clases .elementor-toc__list-item + .elementor-toc__list-item::before {
  content: "·";
  margin: 0 0.5em;
  color: #999;
  font-weight: bold;
}

.img-video img {
  transition: filter 0.3s ease;
}

.img-video img:hover {
  filter: brightness(0.8);
}

/* footer*/
.icon-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px; /* Espacio entre iconos */
  align-items: center;
	justify-content:center;
}

.icon-menu li a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-menu i {
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.icon-menu li {
margin-bottom:0px!important;
}
.footer-widgets .widget{
	margin-bottom:0px;
}

.mi-cuenta .login{
	display:none;
}


.logged-in .login {
  display: none !important;
}

body:not(.logged-in) .conectado {
  display: none !important;
}

.mensaje-login{
	display:block;
	text-align:center;
	color:#fff!important;
}
.mensaje-login a{
	text-decoration:underline;
	font-weight:600;
}
/*video*/
.video-wrapper {
  width: 100%;
  max-width: 800px; /* o el valor que te encaje */
  margin: 0 auto;
}

.video-wrapper iframe {
  display: block;
}

button, input[type=button], input[type=reset], input[type=submit]{
	border-radius:5px;
}
#comments h2{font-size:30px; margin-bottom:0px;}
#comments h3, #comments .logged-in-as{display:none;}

/* Zona privada */


.mepro-form h1, .app-layout, .mepr-account-container button, .mepr-account-container .mepr-button, .mepr-account-container input[type="button"], .mepr-account-container input[type="reset"], .mepr-account-container input[type="submit"], .mepr_page_header,
.mepr-form h1,
.mepr-form h2, .mp_wrapper h3 {
font-family: 'Instrument Serif', serif !important;
}

/* Aplica Inter Tight al resto */
.mp_wrapper, .mepr-nav-item, .app-layout p, .mepr-form, .mepr-account-nav,
.mepr-account-content {
  font-family: 'Inter Tight', sans-serif !important;
}


.mepro-form h1, .mepro-form h1, .mepr_page_header, .mp_wrapper h3{
	
color: #542432;
	font-size:250%;
}

.mepr-account-welcome-message {
    background-color: #E3E3E3;
    border: none;
    color: #2F2F2F;
	border-radius:0px;
}


.mepr-account-container .mepr-button.btn-outline {
    background: transparent;
    color: #542432;
    border-color: #542432;
	border-radius:5px;
}


.mepr-profile-wrapper > div {
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 0px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.mepr-account-container button, .mepr-account-container .mepr-button, .mepr-account-container input[type="button"], .mepr-account-container input[type="reset"], .mepr-account-container input[type="submit"] {
	
    border: 1px solid;
    border-color: #542432;
    background: #542432;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.acceso-curso a, #mepr-template-login .mepro-form button, #mepr-template-login .mepro-form input[type="button"], #mepr-template-login .mepro-form input[type="reset"], #mepr-template-login .mepro-form input[type="submit"], #mepr-template-login .mepr-form button, #mepr-template-login .mepr-form input[type="button"], #mepr-template-login .mepr-form input[type="reset"], #mepr-template-login .mepr-form input[type="submit"] {
    border: 1px solid;
    border-color: #542432;
    border-radius: 5px;
    background: #542432;
    color: #FFFFFF;
    line-height: 1;
    font-size: 1.5rem;
	  font-family: 'Instrument Serif', serif !important;
}
#mepr-template-login .mepro-form button:hover, #mepr-template-login .mepro-form input[type="button"]:hover, #mepr-template-login .mepro-form input[type="reset"]:hover, #mepr-template-login .mepro-form input[type="submit"]:hover, #mepr-template-login .mepr-form button:hover, #mepr-template-login .mepr-form input[type="button"]:hover, #mepr-template-login .mepr-form input[type="reset"]:hover, #mepr-template-login .mepr-form input[type="submit"]:hover{background:#fff; color:#542432;}

.acceso-curso a{padding:10px}

.acceso-curso{display:flex; justify-content:center;}


.mepro-boxed{border-radius:5px;}

.mp_wrapper a {
  color: #542432!important;
	font-weight:bold;
	text-decoration:underline;
}
.mp_wrapper a:hover {
    color: #954359!important;
}

.mepr_pro_error, .mepr-unauthorized-message {
    width: fit-content;
    margin: 0px auto;
}




@media screen and (max-width:768px) {

.mi-cuenta span{display:inline-block; padding-left:5px
	
	}
 .mi-cuenta a{
	padding:0px 0px 0px 20px!important;
}
   
}




/* markup for tablets */
@media screen and (min-width:769px) and (max-width:1024px) {


}

/* markup for mobile */
@media screen and (max-width:768px) {

    
}
