:root{
    --nuevo-lila: #6644FF;
}


.c-menu__link.is-open, .c-numbers__data{
       color: var(--nuevo-lila)!important;
}


.c-title_new {
        font-family: "Sofia Sans", sans-serif;
        line-height: 1.1;
        font-weight: 900;
        letter-spacing: 1.858px;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 1rem 0;
}

.c-tab.js-tab.swiper-slide.is-testimonial.wp-block-un-blocks-tab{
    background-color: #6644ff!important;
}

.c-tabs__list-link.js-tabs-link.is-active{
    background-color: #6644ff!important;
    color: #fff;
}

.c-product.js-product.wp-block-un-blocks-product, .c-features__item{
        background-color: rgb(20 20 22 / 1)!important;
        border: 1px solid rgb(31 31 31 / 1)!important;
}

/* color botons */

body.is-dark .c-button, body.is-dark .wp-block-button__link{
    --button-bg: var(--nuevo-lila)!important;
    --button-border: var(--nuevo-lila)!important;
    --button-text: var(--white)!important;
}

.c-menu-buttons__link.c-button.c-button--primary{
    --button-bg: var(--nuevo-lila)!important;
    --button-border: var(--nuevo-lila)!important;
    --button-text: var(--white)!important;
}

body.is-dark .c-button--secondary, body.is-dark .wp-block-button__link--secondary {
    --button-bg: transparent!important;
    --button-border: var(--nuevo-lila);
    --button-text: var(--nuevo-lila);
}

body.is-dark .c-button:hover, body.is-dark .wp-block-button__link:hover{
    --button-bg: var(--nuevo-lila)!important;
    --button-border: var(--nuevo-lila)!important;
    --button-text: var(--white)!important;
}
.boton-centrado{
    display: flex;
}

.c-image-text__content.is-visible .c-image-text__title{
    color: #6644ff!important;
}

.c-header.is-overlaped {
    position: sticky!important;
    left: 0;
}

.contenedor-oferta{
    background-color: #00FFE5;
    padding-top: 5px; 
    padding-bottom: 10px; 
    z-index: 9999!important; 
    position: relative; 
    text-align:  center; 
    color: #100F11!important;
}

.enlace-header {
    color: #100F11!important;
    font-size: 1.35rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    text-decoration: none!important;
}



/* Contenedor principal de la nube de tags */
.tag-cloud {
  display: flex;
  flex-wrap: wrap; 
  gap: 8px;        
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Cada elemento de la nube */
.tag-cloud__item {
  margin: 0;
}

/* Enlace con el estilo de pastilla */
.tag-cloud__item a, .tag-cloud .individual-cloud {
  display: inline-block;
  background-color: #EEEDFE;
  color: #6644FF;

  text-decoration: none;
  padding: 6px 12px;
  border-radius: 16px; /* Forma de pastilla */
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.tag-cloud__item a:hover, .tag-cloud .individual-cloud:hover {
    background-color: #6644FF;
    color: #fff;
}


/* visualizacion workout */

.post-type-archive-un_workout .c-resources__wrapper {
  display: block !important;
}

.resources-with-workout{
    width: 100%;
    display: flex;
    gap: 20px;
}

/*.sidebar-workout{
    width: 30%;
}*/

.contenedor-workout{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.c-resource__category{
    display: inline-block;
    background-color: #6644FF;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
    margin-top: 0px;
}

.c-resource__category a{
     color: #fff;
}

.c-resource__category a:hover{
    text-decoration: none!important;
}

.c-resource__date{
    font-size: 14px;
}

.c-categories-bar-list{
    display: flex;
    flex-wrap: wrap;  
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 3%;
    list-style: none;
    gap: 1rem;  
}

.c-categories-bar-item a, .c-post__category a{
    display: inline-block;
    background-color: #EEEDFE;
    color: #6644FF;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.c-categories-bar-item a:hover, .c-post__category a:hover{
    background-color: #6644FF;
    color: #fff;
}

.c-post__category{
    display: flex;
    justify-content: center;
    gap: 1rem;
}


body.is-dark {
    --background-alt2-color: #4A4A4A!important;
    --background-hover: #4A4A4A!important;
}


.c-logos__marquee .c-logos__wrapper {
     animation: marquee 15s linear infinite!important;
}




@media (min-width: 1440px) {
.c-resource__wrapper .c-resource__title {
        font-size: 1.3rem;
        line-height: 30px;
    }
}

@media (min-width: 1024px) {
.o-container.c-resources__wrapper .c-resource__wrapper {
        padding: 1.5rem;
    }
.c-post__date {
        margin-bottom: 2rem!important;
    }
}

@media(min-width: 1024px){
.l-main .c-resources__wrapper{
	grid-template-columns:repeat(4, 1fr);
	gap: 1.5rem;
	}
}

/* tipo blog*/

@media (min-width: 1440px) {
    .c-title_new {
        font-size: 3.8125rem;
    }
}

@media (max-width: 768px) {
    
    .c-post__category{
        flex-wrap: wrap;
    } 
    
   .c-categories-bar-list {     
        overflow-x: auto;       
        padding: 0 1rem; 
        padding-top: 30px;
  }
    
    .resources-with-workout{
        display: block!important;
    }
    /*.sidebar-workout {
        width: 100%;
    }*/
    .contenedor-workout {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
    
    .contenedor-oferta{
       font-size: 15px!important;
    }
    
    .c-menu{
       padding: 9.5rem 1.5rem 0 1.5rem!important;
    }
    
    .c-header__menu-alt{
       bottom: 2rem!important;
    }
}

@media (min-width: 856px) {
    .c-video-review {
       border-radius:var(--border-radius);
    }
}

@media (min-width: 1024px) {
    .c-image-text__title svg {
        max-height: none;
        display: none!important;
    }
}

.c-image-text__title{
    gap: 0px!important;
}

/* banners blog */

.contendor-banners{
	background-color: #EEEDFE; 
	border-radius: var(--border-radius);
}

.img-banner-blog{
	border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.enlace-blog-banner{

	font-size: 1.35rem; 
	line-height: 1.4;
	font-weight: 600;
	padding: 0 1rem 0.7rem 1rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	
}

/* fi banners blog */

/* solucio problema imatges + h4 mobile */

@media screen and (max-width: 768px){
	.imagebanner img{
		max-width: 500px;
		width: 100%;
	}
	.c-title-4 {
		font-size: 1.3rem!important;
	}
}

/* fi cs problema imatges*/

@media (min-width: 1024px) {
    .c-featured-page__img {
        aspect-ratio: 2.15!important;
        height: 100%;
    }
}

@media screen and (max-width: 1023px){
	.is-open-submenu .is-open .c-header__menu-alt{
	    position: relative !important;
	    bottom: unset !important;
	    margin-top: 50px !important;
	}
	
	.is-open-menu .c-header__nav.is-open{
		overflow-x: scroll;
	}
	
}


/* fer h4 mes petit que h3 */

@media (min-width: 1440px) {
    .c-title-4 {
        font-size: 1.5rem!important;
    }
}

/* CSS QUE HI HAVIA AL WORDPRESS */

#titulo_call{
	color: #6644FF;
	text-align: center;
	margin-bottom: 10px;
}

.div-100-rm, .div-100-tal {
    display: flex;
    width: 100%;
}

.div-33-3{
    width: 33%;
    text-align: center;
    background-color: #E6E6E6;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-33-4{
    width: 33%;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}


.div-70-form{
	width: 70%;
        text-align: center;
	padding-top: 20px;
	background-color: #D9D9D9;
	padding-bottom: 3%;
        border-top-left-radius: var(--border-radius);
        border-bottom-left-radius: var(--border-radius);
}

#num_repeticions, #pes_repeticions{
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px;
    border-radius: 20px;
    text-align: center;
    color: #353535;
    width: 100%;
    height: 39px;
}

#calculadora_repeticions{
    padding-left: 130px;
    padding-right: 130px;
}

#estimate{
    margin-top: 17px;
    background-color: #00FFE5;
    color: #100F11;
    border: 1px solid #00FFE5;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
}

#descarga{
    background-color: #00FFE5;
    color: #000;
    border: 1px solid #00FFE5;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 46px;
}

#titulo_cal{
	margin-bottom: 22px;
}

#1rmfinal{
    background-color: #9747FF;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 28px;
    font-size: 25px;
}

.text-50{
	width: 50%;
	font-weight: 600;
	font-size: 20px;
	font-family: "Sofia Sans", sans-serif;
}

.text-100{
	width: 100%;
	display: flex;
	padding-bottom: 20px;
}


.div-15{
	width: 15%;
}

.div-70{
	width: 70%;
}

.center-td{
	text-align: center;
	background-color: #fff!important;
	border: 0px;	
}

.center-td-title{
    text-align: center;
    background-color: #6644FF!important;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
}

.center-td {
    text-align: center;
    background-color: #fff !important;
    border: 0px;
}

#info-link{
    margin-top: 40px!important;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

#link-vbt_guide{
	color: #00FFE5;
	font-size: 17px;
}

#bloque-links{
	margin-top: 15px;
}

#calculadora_despues{
    background-color: #6644FF;
    padding-bottom: 63px!important;
    padding-top: 30px;
    margin-top: 0px!important;
    margin-bottom: 0px;
    border-top-right-radius:var(--border-radius);
    border-bottom-right-radius:var(--border-radius);	
}

#calculadora_ahora{
    background-color: #6644FF;
    padding-bottom: 113px;
    padding-top: 30px;
    margin-top: 0px;
    border-top-right-radius:var(--border-radius);
    border-bottom-right-radius:var(--border-radius);	
}

#weight_calc, #rep_calc{
color: #fff;
text-align: center;
margin-top: 30px;
font-size: 15px;
}

#rm_tabla_new{
	text-align: center;
	width: 100%!important;
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

#rm_tabla_old{
	text-align: center;
	width: 100%!important;
  color: #fff!important;
	margin-top: 50px;
	font-size: 20px;
	font-weight: bold;
}

#imagen_gift{
	width: 90%;
}

#imatge_gift_grafic{
	width: 40%;
}

#imatge_gift_grafic{
	width: 40%;
}

#contenedor_imagen_gift{
	text-align: center;
	margin-top: 40px;
}

#img_gift_inside{
	padding-left: 30px;
	padding-right: 30px;
}

.div-100-rm{
	display: flex;
	width: 100%;
}

.div-30-separador{
	width: 30%;
}

#texto{
    font-size: 13px;	
}

.div-50 {
    width: 50%;
}

#titulo_cal {
    margin-bottom: 22px;
}

#titulo_cal_inici, #titulo_cal_fin {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 22px;
}

.div-100 {
    display: flex;
    width: 100%;
}

table{
	font-size: .9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
}


@media (max-width: 767px){
	.div-100-rm{
	display: block;
	width: 100%;
        }
	.div-30-separador{
	width: 100%;
        }
.div-70-form{
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
	}
	
	#calculadora_repeticions{
		padding-left: 10px;
    padding-right: 10px;
	}
	#calculadora_ahora{
		display: none;
	}
	
.ac_mobile_menu_block {
        display: flex;
        }
        
.texto_menu{
		display: flex;
		}
.div-33-3, .div-33-4{
	  width: 100%;
    margin-bottom: 14px;
	}
	.div-100-tal{
		display: block;
	}	
	
}

/* FI CSS QUE HI HAVIA AL WP */