.home {
    background: url(../img/bg/home_gym_bg.png) no-repeat top center;
    background-color: #dde6e8;
}
.header-transparent #Top_bar .menu>li>a::after {
    background: #fddc00;
}
/**/
h1 {
    font-size: 3rem
}
h2 {
    font-size: 2.5rem
}
h3 {
    font-size: 2rem
}
/* breadcrumbs*/
.bread-bloq {
    width: 100%;
    display: inline-block;
    float: none;
}
#breadcrumbs {
  padding-left: 0px;
  list-style: none;
  display: flex !important;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100% !important;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left:0px;
  float: none !important;
}
#breadcrumbs li {
  margin-right: 1rem;
  font-size: 1rem;
  color:#fff;
}
#breadcrumbs a {
  color:#fff;
}
#menu-main-menu {
	margin:0px;
}
#Top_bar:not(.is-sticky) {
    border-bottom: 3px dotted rgba(255, 247, 0, 0.44);
    top: 0 !important;
}
.interior #Top_bar:not(.is-sticky) {
    background: rgba(0,0,0,0.7) !important;
}
@media screen and (min-width:1240px) {
    #Top_bar:not(.is-sticky) .menu>li>a span:not(.description) {
        padding: 20px 40px 20px 20px;
        background: url(../img/bg/separador-menu.png) no-repeat right center;
    }
}
.menu-item {
    text-transform: uppercase;
}
.sub-menu {
    font-size: 80%;
}
li:hover .sub-menu {
    display: block !important;
    list-style: none;
    margin-top: -1rem;
}
.header-transparent #Top_bar a.responsive-menu-toggle {
    color:#fddc00;
}
.header-transparent #Top_bar a.responsive-menu-toggle {
    color:#fddc00;
}
#Header_wrapper {
    background-size:cover;
}
/*@media only screen and (min-width: 1240px){
    #Top_bar.is-sticky {
        height: 90px;
    }
}*/
@media screen and (max-width: 1239px) {
    #Top_bar .logo {
        margin-top: 0px;
    }
}

.button-stroke a.button, .button-stroke a.button .button_icon i, .button-stroke a.tp-button {
    border-color: #000 !important;
    color: #000;
}
.button-stroke a:hover.button, .button-stroke a:hover.tp-button {
    background-color: #000 !important;
    color: #fff;
}
.button-stroke a.button.button_theme, .button-stroke a.button.button_theme .button_icon i, .button-stroke a.tp-button.button_theme, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
    border-color: #fddc00 !important;
    color: #fddc00 !important;
}
.button-stroke a.button.button_theme:hover, .button-stroke a.tp-button.button_theme:hover, .button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover {
    background-color: #fddc00 !important;
    color: #fff !important;
}
.footer_copy a.button {
    border-color: #fff !important;
}
.column-logo {
    text-align: center;
}
.column-logo img {
    width: 300px;
    max-width: 100%;
    margin-bottom: 2rem;
}
.home_box {
	position: relative;
	min-height: 280px;
}
.home_box h4 {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 5rem;
}
.overlay-homebox {
	background:#77701b;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	left:0px;
	top:0px;
}
@media only screen and (max-width: 767px) {
    .button_label {
        line-height: 1rem !important;
        padding: 1rem !important;
        font-size: 1rem !important;
    }
    .home_box {
        padding: 30px 30px 30px;
    }
    hr.no_line {
        display: none;
    }
}
.image_frame, .wp-caption {
    border-width: 0px;
}
.portfolio-item h5 {
	text-align: center;
}
.col-footer {
	text-align: center;
    padding-top: 2rem;
}
.divisor-sec {
    width: 100px;
    margin: 0px auto;
    background: #fddc00;
    height: 8px;
}
.compartir-bloq {
    margin-top: 3rem;
}
.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol {
    color: #404040;
}
.bloq-clases-item {
    padding: 1.5rem;
    background: #f2f2f2;
    margin-bottom: 2rem;
    border-left: 1rem solid #fddc00;
}
#Subheader .title {
    font-size: 3rem;
text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
}
.bloq-border-gray {
    padding: 2rem;
    border:3px solid #e3e3e3;
}
.bloq-border-yellow {
    padding: 2rem;
    border:3px solid #fddc00;
}
.bloq-background-yellow {
    padding: 2rem;
    background:#fddc00;
    color:#000;
}
.bloq-background-yellow ul,
.bloq-background-yellow ol,
.bloq-background-yellow li,
.bloq-background-yellow p
{
    color:#000;
}
.bloq-solid {
    margin-bottom: 2rem;
    padding: 2rem;
    background: #FFECB3;
    transition: .3s ease all;
}
.bloq-solid:hover {
    transform: scale(1.04 );
}
.bloq-two-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.bloq-one-two {
    padding: 2rem;
    width: calc(50% - 2rem);
    background: #fddc00;
    margin-bottom: 4rem
}
.bloq-one-two-solid {
    padding: 2rem;
    width: 50%;
    margin-bottom: 4rem
}
.bloq-solid-yellow {
    background:#fddc00;
}
.bloq-solid-gray {
    background:#e3e3e3;
}
.bloq-solid-black {
    background:#000;
}
.bloq-solid-yellow,
.bloq-solid-yellow p,
.bloq-solid-yellow ul,
.bloq-solid-yellow ol,
.bloq-solid-yellow li,
.bloq-solid-gray,
.bloq-solid-gray p,
.bloq-solid-gray ul,
.bloq-solid-gray ol,
.bloq-solid-gray li {
    color:#000;
}
.bloq-solid-black,
.bloq-solid-black p,
.bloq-solid-black ul,
.bloq-solid-black ol,
.bloq-solid-black li {
    color:#fff;
}
.bloq-one-container {
    padding:2rem;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    border: 2px solid #e3e3e3;
}
.bloq-one-container h2,
.bloq-two-container h2 {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem
}
.lista-bloques {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    list-style: none;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 1rem

}
.lista-bloques li {
    width: 23%;
    padding: 3rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none !important;
    background: #fddc00;
    transition: all .3s ease;
    position: relative;
}
.lista-bloques li::after {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Esto es importante para íconos sólidos */
    position: absolute;
    right: 0px;
    margin-right: -1.3rem;
    font-size: 1.4rem;
}
.lista-bloques li:nth-child(4)::after {
    display: none;
}
.lista-bloques li:hover {
   margin-top: -1rem
}
@media screen and (max-width:959px) {
    .bloq-one-two,
    .bloq-one-two-solid
     {
        width: 100%;
    }
    .lista-bloques li {
        width: 48%;
        margin-bottom: 4% !important
    }
}
@media screen and (max-width:767px) {
    .lista-bloques li {
        width: 100%;
        margin-bottom: 2rem !important
    }
    .lista-bloques li:hover {
       margin-top: 0rem
    }
}
/* icon personalizado */
.icon-personalizado i {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #fff;
}
/**/
.wpcf7-form {
    padding: 2rem;
    background: #e3e3e3;
    width: 80%;
    max-width: 700px;
    display: block;
    margin: 0px auto;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    height: 40px
}
.wpcf7-form input[type="submit"] {
    border-color: #000000 !important;
    padding: 1rem 2rem;
    color: #000000 !important;
}
@media screen and (max-width: 768px) {
    .wpcf7-form {
        padding: 1rem;
        width: 100%;
    }
}
.link-btn {
    padding: 0.1rem 0.4rem;
    border-radius: 3px;
    background: #fddc00;
    color: #000;
    text-decoration: none !important;
    display: inline-block;
    transition: all .3s ease;
}
.link-btn:hover {
    background: #000;
    color: #fff;
}
.bloq-minsal {
    background: #e3e3e3;
    padding: 2rem;
    overflow:auto;
    width: 60%;
/*    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;*/
}
.bloq-minsal img {
    width: 80px;
}
@media screen and (max-width: 1024px) {
  .bloq-minsal {
        width: 100%;
        padding: 1rem;
        text-align:center;
    }
    .bloq-minsal img {
        width:50%;
        margin: 0px 25% 2rem;

    }
}
.bloq-negro {
	background: #000;
    padding: 2rem;
    border-left: #fddc00 1rem solid;
    color: #fff;
}
.bloq-negro ol, .bloq-negro ol li {
    color: #fff;
}
.wp-block-table table {
    background-color: #fff;
}
table tr:hover td {
    background: #fff !important;
}
table .product-thumbnail img {
    max-width: 80px !important;
}
/**/
.woocommerce a.button:hover {
    color:#fff !important;
}
.woocommerce a.checkout-button {
    color: #000 !important;
}
.woocommerce div.product div.summary {
    border: 1px solid #e3e3e3;
    margin-top: 0px;
}
.woocommerce div.product div.summary > p.price {
    background: #eeeb15;
    color:#000;
    padding: 0.5rem;
    font-weight: bold;
    text-align: center;
}
.single_variation_wrap .woocommerce-Price-amount {
    width: 100%;
    padding: 0.5rem;
    display: block;
    margin: 0px auto;
    margin-bottom: 0px;
    border: 2px solid #e3e3e3;
    text-align: center;
    margin-bottom: 2rem;
    color: #000;
}
.woocommerce div.product form.cart {
    margin: 1em;
    font-size: 1rem;
    text-align: left;
}
.variations label {
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: left;
}

.sku_wrapper {
    display: none !important;
}
.product_meta {
    display: block;
    text-align: right;
    margin:1rem;
}
.posted_in a {
    display: inline-block;
    background: #e3e3e3;
    color:#000 !important;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 0.9rem;
}
.woocommerce-LoopProduct-link  {
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
line-height: 1.6rem
}
.product_type_variable {
    transform: none !important;
    font-size: 0.8rem !important;
    padding: 0.5rem !important;
    width: 100% !important;
    text-align: center !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 2px solid #e3e3e3;
    padding: 1.5rem !important;
}
.woocommerce-loop-product__title {
    font-size: 1.4rem !important;
}
#tab-description h2 {
    position: relative;
    width: 100%;
    background: #eeeb15;
    padding: 0.8rem 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
}
.wc-tabs {
    display: none;
}
.woocommerce-message {
    border-top-color: #000 !important;
}
.related.products > h2 {
    text-align: center;
    font-size: 2rem;
    margin-top: 3rem;
}
.home .column_column ul li {
    list-style: none !important;
}
@media screen and (max-width: 600px) {

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100% !important;
    }

}
.block-photo-plans {
width:100% !important;
display: inline-block !important;
}
.bloq-video {
    width: 80%;
    margin:0px auto;
}
.container_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}