/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/
@import './css/variables.css';
@import './fonts/fonts.css';

/*********************************\
              GENERAL
\*********************************/
.validate_email_against_bot {
    display: none
}

:root {
    scrollbar-color: var(--secundario) var(--negro);
    scrollbar-width: thin;
}

body.style-simple {
    --mfn-column-gap-bottom: 0;
}

body a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

body #Content p a,
body #Content li a {
    text-decoration: underline;
}

body #cmplz-document {
    max-width: 100%;
    padding: 40px 0;
    text-align: justify;
}

body #cmplz-document h2 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 60px;
}

body #cmplz-document h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

body #cmplz-document h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0px;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

body .cmplz-cookiebanner .cmplz-categories .cmplz-category,
body #cmplz-cookies-overview .cmplz-dropdown summary, 
body #cmplz-document .cmplz-dropdown summary, 
body .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
    background-color: rgba(255 255 255 / 10%);
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

body .principal {
    color: var(--principal);
}

body .secundario {
    color: var(--secundario);
}

body .blanco {
    color: var(--blanco);
}

body .listNone {
    list-style: none !important;
    margin: 0 !important;
}

body .listNone li {
    display: flex;
    align-items: flex-start;
}

body .listNone li i {
    margin-right: 10px;
    color: var(--principal);
    font-size: 1.2em;
    margin-top: .1em;
}

body.button-custom .button .button_label,
body.button-custom input[type="submit"],
body.button-custom button:not(.cc-btn),
body.button-custom .action_button {
    text-transform: uppercase;
}

body.button-custom .button,
body.button-custom input[type="submit"] {
    transform-origin: left;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    box-shadow: 0 0 var(--secundario) !important;
}

body.button-custom .align_right .button {
    transform-origin: right;
    margin-right: 0;
    margin-left: 10px;
}

body.button-custom input[type="submit"]:hover {
    background: var(--principal) !important;
}

body.button-custom .button:hover,
body.button-custom input[type="submit"]:hover {
    transform: translate(-0.25em, -0.25em);
    -webkit-transform: translate(-0.25em, -0.25em);
    -moz-transform: translate(-0.25em, -0.25em);
    -ms-transform: translate(-0.25em, -0.25em);
    -o-transform: translate(-0.25em, -0.25em);
    box-shadow: 0.25em 0.25em var(--secundario) !important;
}

body .otgs-development-site-front-end,
body .wpml-ls-statics-footer {
    display: none;
}

body p:empty {
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
}

body #cmplz-manage-consent .cmplz-manage-consent{ 
    background-image: url(imagenes/fondo-ajustes.svg); 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: 100%; 
    right: unset !important; 
    left: 0px; 
    font-size: 0px; 
    color: var(--negro) !important; 
    width: 140px; 
    background-color: transparent !important; 
    box-shadow: unset !important; 
    bottom: -2px !important; 
    padding: 0 !important; 
}

body #cmplz-manage-consent .cmplz-manage-consent:before{
    content: "";
    background-image: url(imagenes/icono-ajustes.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

body #cmplz-manage-consent .cmplz-manage-consent:hover:before{
    transform: translate(-50%, -54%);
    -webkit-transform: translate(-50%, -54%);
    -moz-transform: translate(-50%, -54%);
    -ms-transform: translate(-50%, -54%);
    -o-transform: translate(-50%, -54%);
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    letter-spacing: 0;
    font-size: 14px !important;
    text-transform: none;
}

body.admin-bar .full-screen .section_wrapper {
    min-height: calc( 100vh - 32px );
}

body .section.has-video .section_video {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .section.has-video .section_video video {
    top: unset;
    left: unset;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center right;
}

.joinchat--left .joinchat__button {
    left: 20px;
    bottom: 40px;
}

body.style-simple .responsiveWidth {
    max-width: calc( 2 * var(--halfSection) );
}

body.mobile-side-slide {
    overflow-x: hidden !important;
}


/*********************************\
              HEADER
\*********************************/
body #Top_bar .menu > li {
    text-transform: uppercase;
}

body #Top_bar .menu li ul li {
    width: 300px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

body #Top_bar .search_wrapper button[type="submit"] {
    display: none;
}

body.header-fixed #Top_bar:not(.is-sticky) {
    box-shadow: none;
}

body #Top_bar .menu > li.current-menu-item.neverActive > a:not(:hover) {
    color: inherit;
}

body ul.social {
    display: flex;
    font-size: 20px;
    line-height: 1;
    gap: 15px;
    justify-content: center;
}

body #Top_bar ul.social {
    margin-left: 15px;
}

body ul.social a, 
body #Side_slide ul.social a {
    display: block;
    line-height: 0;
    color: var(--secundario);
}

body ul.social a:hover {
    color: var(--principal);
}

body #Top_bar .top_bar_right {
    padding: 0 20px 0 10px;
}

body.button-custom a.action_button:hover {
    background: var(--principal);
}

body #Top_bar .menu > li > a span:not(.description) {
    --pad: 15px;
    padding: 0 var(--pad);
}

body #Top_bar .menu > li > a span:not(.description):after {
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    top: calc(50% + .8em);
    height: 3px;
    background: var(--secundario);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

body #Top_bar .menu > li.current-menu-item > a span:not(.description):after, 
body #Top_bar .menu > li.current_page_item > a span:not(.description):after, 
body #Top_bar .menu > li.current-menu-parent > a span:not(.description):after,
body #Top_bar .menu > li.current-page-parent > a span:not(.description):after, 
body #Top_bar .menu > li.current-menu-ancestor > a span:not(.description):after, 
body #Top_bar .menu > li.current-page-ancestor > a span:not(.description):after, 
body #Top_bar .menu > li.current_page_ancestor > a span:not(.description):after, 
body #Top_bar .menu > li.hover > a span:not(.description):after,
body #Top_bar .menu > li > a:hover span:not(.description):after {
    width: calc( 100% - 2 * var(--pad) );
    left: var(--pad);
}

body #Top_bar.is-sticky {
    height: 70px;
    top: -70px;
}

body #Top_bar.is-sticky .column {
    align-items: center;
    height: 100%;
}

body #Side_slide #menu ul li a {
    padding: 15px 20px;
    margin-right: 0;
    line-height: 1;
    text-align: center;
}

body #Side_slide #menu ul li {
    border: 0 !important;
}

body #Side_slide .social {
    margin-top: 40px;
}

body #Subheader .container {
    padding: 0 30px;
    box-sizing: border-box;
}

body #Subheader .column.one {
    margin: 0 12px;
    display: flex;
    flex-direction: column-reverse;
}

body #Subheader ul.breadcrumbs{
    margin-top: 0 !important;
    margin-bottom: 10px;
}

body #Subheader ul.breadcrumbs li, body #Subheader ul.breadcrumbs li a{
    text-transform: uppercase;
    color: var(--secundario);
}

body ul.breadcrumbs li a{
    text-decoration: unset !important;
}

body.single ul.breadcrumbs{
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

body.single ul.breadcrumbs li, body.single ul.breadcrumbs li a, body.single ul.breadcrumbs li i{
    text-decoration: unset !important;
    text-transform: uppercase;
    color: var(--blanco);
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
}

body.single-receta ul.breadcrumbs{
    padding-top: 0px;
    margin-bottom: 20px;
}
body.single-receta ul.breadcrumbs li, body.single-receta ul.breadcrumbs li a, body.single-receta ul.breadcrumbs li i{
    color: var(--secundario);
    font-size: 18px;
}


/*********************************\
              FOOTER
\*********************************/
body #back_to_top {
    padding: 0;
    border-color: transparent;
}

body footer .twoColumns .mfn-footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
}

body footer .twoColumns .mfn-footer-menu li {
    width: 50%;
}


/*********************************\
              INICIO
\*********************************/
body #Portada {
    max-height: 700px;
}

body .video100 video {
    width: 100%;
}


/*********************************\
             CONTACTO
\*********************************/
body .form-legal {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
    padding: 30px 0 0;
    text-align: justify;
    color: var(--gris);
}

body .wpcf7-form p {
    margin: 0;
}

body input[name="politica"] + span {
    font-weight: 400;
    font-size: 12px;
}

body input[name="politica"] + span a {
    text-decoration: underline;
}

body .wpcf7-list-item {
    margin: 0;
}

body .column_cf7 input[type="checkbox"] {
    min-height: 0;
    margin: 0 .5em 0 0;
    appearance: none;
    width: 1em;
    height: 1em;
    border: solid 1px var(--blanco);
    vertical-align: middle;
}

body .column_cf7 input[type="checkbox"]:checked {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0,0,256,256"><g fill="%23ebebff" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(10.66667,10.66667)"><path d="M20.29297,5.29297l-11.29297,11.29297l-4.29297,-4.29297l-1.41406,1.41406l5.70703,5.70703l12.70703,-12.70703z"></path></g></g></svg>') center/cover no-repeat;
}

body:not(.cf7p-message) .wpcf7-form .wpcf7-not-valid-tip {
    background-color: var(--secundario);
}

body:not(.cf7p-message) .wpcf7-form .wpcf7-not-valid-tip:before {
    background-color: var(--secundario);
}

body:not(.cf7p-message) .wpcf7-form .wpcf7-not-valid-tip:after {
    color: var(--principal);
}

body .wpcf7-form [type="submit"] {
    margin: 0 0 0 auto !important;
    padding: 10px 35px;
    min-height: 0;
    display: block;
}

body .wpcf7-form .wpcf7-spinner {
    margin: 5px 0 0 -12px;
    left: 50%;
}

body .wpcf7 form .wpcf7-response-output {
    background: var(--secundario);
    margin: 15px 0 0;
    color: var(--principal);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    padding: 8px 15px;
}


/*********************************\
              ATLETAS
\*********************************/
body .atletasList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 50px;
}

body .atletasList .atletaBox {
    aspect-ratio: 1 / 1.06;
}

body .atletasList .atletaBox a {
    display: flex;
    flex-direction: column;
    background: var(--gradient);
    line-height: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    box-shadow: 0 0 var(--secundario);
    text-decoration: none;
    padding: 35px;
    color: var(--blanco);
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

body .atletasList .atletaBox a:hover {
    transform: translate(-15px, -15px);
    -webkit-transform: translate(-15px, -15px);
    -moz-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    -o-transform: translate(-15px, -15px);
    box-shadow: 15px 15px var(--secundario);
}

body .atletasList .atletaBox .title {
    line-height: 1;
    color: var(--blanco);
    font-family: var(--fonttitle);
    font-weight: 800;
    width: min-content;
}

body .atletasList .atletaBox .logo {
    opacity: .12;
    height: 60%;
    width: 65%;
}

body .atletasList .atletaBox .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom left;
}

body .atletasList .atletaBox .mainImage {
    position: absolute;
    right: -20px;
    bottom: 0;
    height: 90%;
    width: 90%;
}

body .atletasList .atletaBox .mainImage img,
body .atletasList .atletaBox .backImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}

body .atletasList .atletaBox .backImage img {
    object-fit: cover;
    object-position: center;
}

body .atletasList .atletaBox.abajo .logo {
    order: 1;
}

body .atletasList .atletaBox .titleWrap {
    z-index: 2;
}

body .atletasList .atletaBox.abajo .titleWrap {
    order: 2;
}

body .atletasList .atletaBox.abajo .logo img {
    object-position: top left;
}

body .atletasList.col-2 {
    grid-template-columns: repeat(2, 1fr);
}

body .atletasList .atletaBox.destacado {
    aspect-ratio: 3;
}

body .atletasList .atletaBox.destacado {
    grid-column: 1 / 4;
}

body .atletasList.col-2 .atletaBox.destacado {
    grid-column: 1 / 3;
}

body .atletasList .atletaBox.destacado .logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

body .atletasList .atletaBox.destacado .mainImage {
    display: none;
}

body .atletasList .atletaBox.destacado .title {
    width: auto;
}

body .atletasList .atletaBox .backImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* SINGLE */
body.single-atleta #Subheader {
    display: none;
}

body #AtletaHeader,
body #AtletaCita,
body #EventoHeader {
    background-color: var(--principal);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

body #AtletaHeader .section_wrapper,
body #AtletaCita .section_wrapper,
body #EventoHeader .section_wrapper {
    height: 600px;
    align-items: center;
    align-content: center;
}

body #AtletaHeader .logo {
    height: 100%;
    opacity: .12;
    margin-left: -10%;
    object-position: bottom;
    object-fit: contain;
}

body #AtletaHeader .title,
body #EventoHeader .title {
    color: var(--blanco);
}

body #AtletaHeader .info,
body #EventoHeader .info {
    padding-left: 2em;
    font-size: 28px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: .6em;
    animation-delay: .5s;
}

body #AtletaHeader .info > :first-child,
body #EventoHeader .info > div {
    margin-top: .6em;
}

body #AtletaHeader .info .pais {
    text-transform: uppercase;
}

body #AtletaHeader .info .pais img, 
body #EventoHeader .info .pais img, 
body #EventoHeader .info .fecha i {
    position: absolute;
    left: 0;
    height: 1em;
}

body #AtletaInfo {
    padding: 100px 0;
}

body #AtletaInfo .one-second {
    padding: 0 56px 80px;
}

body .infoList {
    display: flex;
    flex-direction: column;
    font-size: 28px;
    gap: 1em;
}

body .instagramFeed {
    width: 50%;
    display: inline-block;
    padding: 0 20px;
}

body .instagramFeed a {
    display: block;
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    box-shadow: 0 0 var(--secundario);
    line-height: 0;
}

body .instagramFeed:last-child a {
    box-shadow: 0 0 var(--principal);
}

body .instagramFeed a:hover {
    transform: translate(-15px, -15px);
    -webkit-transform: translate(-15px, -15px);
    -moz-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    -o-transform: translate(-15px, -15px);
    box-shadow: 15px 15px var(--secundario);
}

body .instagramFeed:last-child a:hover {
    box-shadow: 15px 15px var(--principal);
}

body .instagramFeed img {
    width: 100%;
    aspect-ratio: 0.75;
    object-fit: cover;
}

body #AtletaInfo .infoList {
    padding-left: 2em;
}

body .infoList .title {
    display: block;
    font-size: .5em;
    line-height: 1;
    color: var(--secundario);
    text-transform: uppercase;
    margin: 0 0 .4em;
}

body .infoList .value {
    display: block;
    font-size: .85em;
    line-height: 1.2;
}

body #AtletaCita > .mcb-background-overlay {
    background: var(--negro);
    opacity: .4;
}

body #AtletaCita .one-second {
    margin-left: 10%;
}

body #AtletaCita .cita {
    color: var(--blanco);
    font-size: 64px;
    line-height: 1;
    font-family: var(--fonttitle);
    font-weight: 800;
}

body #AtletaOtros {
    padding: 100px 0 0;
}

body #AtletaOtros .column > .title {
    font-size: 64px;
    line-height: 1;
    margin: 0 0 -.17em;
}

body #AtletaOtros .atletasList .atletaBox .title {
    font-size: 48px;
}


/*********************************\
             RECETAS
\*********************************/
body .listaRecetas {
    margin: 30px 0 0;
}

body .filtros {
    margin: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body .filtros li {
    display: flex;
}

body .filtros li a {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    font-family: var(--fonttitle);
    display: block;
    padding: 5px 10px;
    border: solid 1px var(--blanco);
    text-decoration: none !important;
    text-transform: uppercase;
    opacity: .6;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

body .filtros li a:hover {
    opacity: 1;
    color: var(--blanco);
}

body .filtros li.active a {
    border: solid 1px var(--secundario);
    color: var(--principal);
    background: var(--secundario);
    opacity: 1;
}

body .filtros li.active a.remove {
    padding: 5px 0 5px 10px;
}

body .filtros li.active a.remove i {
    border: solid 1px var(--principal);
    display: flex;
    width: 16px;
    height: 16px;
    font-size: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

body .filtros li.active a.remove:hover i {
    color: var(--blanco);
    background: var(--principal);
}

body .recetasGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

body .recetasGrid .receta a {
    text-decoration: none !important;
}

body .recetasGrid .receta .title {
    color: var(--blanco);
    font-size: 28px;
    line-height: 1.2;
    font-family: var(--fonttext);
    font-weight: 300;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    margin: 20px 0 0;
}

body .recetasGrid .receta a:hover .title {
    color: var(--secundario);
}

body .recetasGrid .receta .image {
    line-height: 0;
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    box-shadow: 0 0 var(--secundario);
}

body .recetasGrid .receta a:hover .image {
    transform: translate(-15px, -15px);
    -webkit-transform: translate(-15px, -15px);
    -moz-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    -o-transform: translate(-15px, -15px);
    box-shadow: 15px 15px var(--secundario);
}

body.archive.tax-tipo-de-receta #Subheader,
.single-receta #Subheader {
    display: none;
}

/* SINGLE */
#RecetaHeader {
    padding: 60px 0;
}

#RecetaHeader .title {
    margin: 0 0 40px;
}

.single-receta .section .wrap:first-child {
    padding-right: 60px;
}

#RecetaIngredientes .wrap {
    margin: 0 0 60px;
}

#RecetaIngredientes .intro,
#RecetaInstrucciones .final {
    font-size: 24px;
    line-height: 1.3;
    color: var(--secundario);
}

#RecetaInstrucciones .final {
    margin-top: 30px;
}

#RecetaIngredientes .iconList {
    margin: 35px 0 0;
    font-size: 24px;
    line-height: 1.3;
    display: flex;
    gap: 10px;
}

#RecetaIngredientes .iconList .label,
#RecetaIngredientes .iconList i {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--secundario);
    display: block;
    margin: 0 0 5px;
}

#RecetaIngredientes .iconList i {
    font-size: 16px;
}

.single-receta .wrapTitle {
    font-family: var(--fonttext);
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--secundario);
    font-weight: 300;
    margin: 35px 0 15px;
}

#RecetaIngredientes .ingredientesList li {
    list-style: disc;
    margin: 0 0 10px 20px;
}

#RecetaIngredientes .ingredientesList li.sep {
    list-style: none;
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-weight: 600;
}

#RecetaInstrucciones .wrap {
    margin: 0 0 100px;
}

#RecetaInstrucciones .instruccionesList li {
    margin: 0 0 10px 20px;
}

body #RecetaInstrucciones .videoReceta img {
    width: 100%;
}

body #RecetaInstrucciones .videoReceta a {
    display: block;
    position: relative;
    box-shadow: 0 0 var(--secundario);
    line-height: 0;
}

body #RecetaInstrucciones .videoReceta a:hover {
    transform: translate(-15px, -15px);
    -webkit-transform: translate(-15px, -15px);
    -moz-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    -o-transform: translate(-15px, -15px);
    box-shadow: 15px 15px var(--secundario);
}

body #RecetaInstrucciones .videoReceta a:before {
    content: '\e8f9';
    font-family: "mfn-icons";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

body #RecetaInstrucciones .videoReceta a:hover:before {
    color: var(--blanco);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

body #RecetaInstrucciones .videoReceta a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 20%);
    z-index: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

body #RecetaInstrucciones .videoReceta a:hover:after {
    opacity: 0;
}

body .mfp-mp4 video {
    max-height: 90vh;
}

body #RecetaRelacionadas {
    padding: 100px 0;
}

body #RecetaRelacionadas .column > .title {
    font-size: 64px;
    line-height: 1;
    margin: 0 0 -.18em;
}

body #RecetaRelacionadas .listaRecetas {
    margin-top: 0;
}


/*********************************\
          BLOG / NOTICIAS
\*********************************/
body .blog_wrapper .posts_group.grid {
    display: grid;
}

body .blog_wrapper .posts_group.grid.col-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 40px;
    height: auto !important;
}

body .blog_wrapper .posts_group.grid.col-3 .post-item {
    width: 100%;
    margin: 0;
    overflow: visible;
    float: none;
    position: static !important;
}

body .blog_wrapper .posts_group.grid .post-item .image_frame {
    overflow: visible;
}

body .blog_wrapper .posts_group.grid .post-item .image_wrapper {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    box-shadow: 0 0 var(--secundario);
    overflow: visible;
}

body .blog_wrapper .posts_group.grid .post-item:hover .image_wrapper {
    transform: translate(-15px, -15px);
    -webkit-transform: translate(-15px, -15px);
    -moz-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    -o-transform: translate(-15px, -15px);
    box-shadow: 15px 15px var(--secundario);
}

body .blog_wrapper .posts_group.grid .post-item:hover .post-desc .post-title .entry-title a {
    color: var(--secundario);
}

body .pager_lm {
    background-position: center;
}

/* Single */
body.single-post #Subheader {
    display: none;
}

body #EventoHeader .mcb-background-overlay {
    background: linear-gradient(78.67deg, rgba(0, 0, 20, 0.49) 23.43%, rgba(0, 0, 20, 0) 82.97%);
}

body #EventoHeader .title {
    font-size: 80px;
    line-height: 1;
}

body #EventoHeader .info .fecha i {
    left: 0.25em;
}

body #EventoIntro .section_wrapper {
    justify-content: center;
    font-size: 24px;
    line-height: 1.3;
    color: var(--secundario);
}

body #EventoIntro {
    padding-top: 80px;
}

body #EventoGaleria {
    padding-top: 60px;
}

body #EventoGaleria .slick-list {
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
    overflow: visible;
}

body #EventoGaleria .image {
    padding: 0 30px;
}

body #EventoGaleria .image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    box-shadow: 0 0 var(--secundario);
}

body #EventoGaleria .image img:hover {
    transform: translate(-15px, -15px);
    -webkit-transform: translate(-15px, -15px);
    -moz-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    -o-transform: translate(-15px, -15px);
    box-shadow: 15px 15px var(--secundario);
}

body #EventoContent .section_wrapper {
    justify-content: center;
    padding-top: 60px;
}

body #EventoContent p {
    line-height: 1.4;
    margin: 0 0 40px;
}

body #EventoVideo .section_wrapper {
    justify-content: center;
    padding-top: 40px;
}

body #EventoVideo .column {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

body #EventoVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

body.single-post .slick-lightbox .slick-lightbox-slick-item-inner {
    box-shadow: 20px 20px var(--secundario);
}

body.single-post .slick-lightbox img {
    box-shadow: 0px 4px 4px 0px #00000040;
}

/* Fixed nav arrows */
body .fixed-nav {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

body .fixed-nav .desc h6 {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body .fixed-nav .desc .date {
    font-size: 13px;
    color: var(--gris);
    border: 0;
}

body .fixed-nav .desc .date .icon-clock {
    display: none;
}

body .fixed-nav .photo img,
body .Recent_posts ul li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Barra lateral */
body .Recent_posts ul li a .desc {
    padding: 8px 10px 3px;
    min-height: 80px;
}

body .Recent_posts ul li a .desc h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

body .Recent_posts ul li a .desc .date {
    font-size: 12px;
    line-height: 14px;
}

body .widget:not(.widget_block) > h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}

body .mcb-sidebar select {
    width: 100%;
}

body .widget_categories ul {
    list-style: none;
    padding: 0;
    background: none;
}

body .widget_categories ul li:after {
    content: none
}

body .widget_categories ul li a {
    padding: 5px 10px;
    background: var(--principal);
    display: block;
    border-radius: 3px;
    margin-bottom: 6px;
}

body .widget_categories ul li a:hover {
    background: var(--secundario);
}


/*********************************\
           WOOCOMMERCE
\*********************************/
body .woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}

body .woocommerce .quantity .qty {
    padding: 10px 30px !important;
}

body .woocommerce table.shop_table tr.order-total .includes_tax {
    display: block;
}

body .woocommerce table.shop_table tr.order-total .includes_tax .woocommerce-Price-amount {
    font-size: 1em;
    font-weight: 400;
    color: #767676;
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce .sku_wrapper {
    display: none;
}

.woocommerce ul.products {
    display: grid;
    gap: 60px;
}

.woocommerce.columns-2 ul.products {
    grid-template-columns: repeat(2, 1fr);
}

.woocommerce.columns-3 ul.products,
.woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.woocommerce.columns-4 ul.products,
.woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.woocommerce ul.products:before, 
.woocommerce ul.products:after {
    display: none;
}

.woocommerce ul.products li.product {
    height: inherit;
    margin: 0;
    width: auto !important;
    background: var(--color);
    aspect-ratio: 0.94;
    text-align: left;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    box-shadow: 0 0 var(--secundario);
}

.woocommerce ul.products li.product:hover {
    transform: translate(-15px, -15px);
    -webkit-transform: translate(-15px, -15px);
    -moz-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    -o-transform: translate(-15px, -15px);
    box-shadow: 15px 15px var(--secundario);
}

.woocommerce ul.products li.product a {
    text-decoration: none !important;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgb(0 0 0 / 28.8%), transparent);
    padding: 30px;
}

.woocommerce .column_shop_products ul.products .mfn-li-product-row-image {
    position: absolute;
    width: 95%;
    right: -75px;
    bottom: -75px;
    margin: 0;
}

.woocommerce ul.products li.product .title {
    font-size: 36px;
    line-height: 1;
    font-family: var(--fonttitle);
    font-weight: 800;
    text-decoration: none !important;
    color: var(--blanco);
    max-width: 80%;
}

.woocommerce ul.products li.product .title i {
    display: block;
    margin-top: 20px;
    font-size: .6em;
}

/* SINGLE */
body .fixed-nav .photo {
    width: 40px;
}

body .fixed-nav.style-arrows .photo {
    background: var(--secundario);
}

body .fixed-nav.style-arrows .photo:before {
    color: var(--principal);
    font-size: 24px;
}

body .fixed-nav.style-arrows .photo:hover {
    background: var(--principal);
}

body .fixed-nav.style-arrows .photo:hover:before {
    color: var(--blanco);
}

body.single-product .entry-content > .section > .section_wrapper {
    max-width: 100%;
    padding: 0;
}

body #ProductoHeader {
    background: var(--color);
}

body #ProductoHeader .mcb-wrap-inner {
    align-items: center;
}

body #ProductoHeader .section_video {
    display: flex;
    justify-content: flex-end;
}

body #ProductoHeader .title {
    color: var(--blanco);
    margin: 0 0 50px;
}

body #ProductoInfo {
    padding: 100px 0;
}

body #ProductoInfo .wrap:not(:last-child) {
    margin: 0 0 80px;
}

body #ProductoInfo .desc {
    font-size: 24px;
    line-height: 1.3;
    color: var(--secundario);
    margin: 0 0 30px;
}

body #ProductoInfo .three-fifth {
    padding-right: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body #ProductoInfo .halfWrap {
    width: 45%;
}

body #ProductoInfo .fraseDestacada {
    font-size: 28px;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0;
}

body #ProductoInfo .align-center .mcb-wrap-inner {
    align-items: center;
}

body .slick-slider .slick-arrow {
    --size: 40px;
    position: absolute;
    top: calc(50% - var(--size) / 2);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: var(--size);
    height: var(--size);
    background: var(--secundario);
    color: var(--principal);
    margin: 0;
    z-index: 5;
    opacity: 0;
    cursor: default;
    transform: translateX(calc(0px - var(--size)));
    -webkit-transform: translateX(calc(0px - var(--size)));
    -moz-transform: translateX(calc(0px - var(--size)));
    -ms-transform: translateX(calc(0px - var(--size)));
    -o-transform: translateX(calc(0px - var(--size)));
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

body .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: translateX(var(--size));
    -webkit-transform: translateX(var(--size));
    -moz-transform: translateX(var(--size));
    -ms-transform: translateX(var(--size));
    -o-transform: translateX(var(--size));
}

body .slick-slider:hover .slick-arrow {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    cursor: pointer;
}

body .slick-slider img[data-src] {
    cursor: pointer;
}

body .slick-lightbox .slick-slider .slick-arrow {
    left: var(--size);
}

body .slick-lightbox .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: var(--size);
}

body #ProductoInfo .halfWrap .label,
body #ProductoInfo .iconosProducto .label {
    display: block;
    color: var(--secundario);
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 5px;
}

body #ProductoInfo .halfWrap .value {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 30px;
}

body #ProductoInfo .halfWrap.price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body #ProductoInfo .priceLata {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin: 5px 0 10px;
}

body #ProductoInfo .priceKilo {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 30px;
}

body #ProductoInfo .nutritionalInfo .table {
    border-bottom: solid 1px var(--blanco);
    margin: 10px 0 0;
}

body #ProductoInfo .nutritionalInfo .row {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px var(--blanco);
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.3;
}

body #ProductoInfo .iconosProducto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body #ProductoInfo .iconosProducto .icon {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 0 10px 30px;
}

body #ProductoInfo .iconosProducto .icon i {
    font-size: 60px;
    margin: 0 0 10px;
}

body #ProductoInfo .iconosProducto .label {
    width: 100%;
    text-align: center;
    margin: 50px 0 30px;
}

body #ProductoInfo .iconosProducto.sostenible .icon {
    justify-content: center;
}

body #ProductoInfo .iconosProducto .icon i.frinsaicon-ipnfl {
    font-size: 80px;
}

body #ProductoRecetas .listaRecetas {
    margin: 0;
}

body #ProductoRecetas .column > .title {
    font-size: 64px;
    line-height: 1;
    margin: 0 0 -.18em;
}


/*********************************\
            RESPONSIVE
\*********************************/
@media only screen and (min-width: 1240px) {
    body .section_wrapper {
        padding: 0 30px;
    }

    body .atletasList.col-2 .atletaBox:not(.destacado) {
        aspect-ratio: 1.47;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
    body #mfn-footer-template .one-sixth {
        width: 100%;
        margin-bottom: 30px;
    } 

    body #mfn-footer-template .wrap .one-third {
        width: 45%;
    }

    body #mfn-footer-template .wrap .two-third {
        width: 90%;
    }

    body #ProductoInfo .wrap:first-child .halfWrap {
        width: 100%;
        margin: 0 0 20px;
    }

    body #ProductoInfo .wrap:last-child .column {
        width: 100%;
        padding: 0;
    }

    body #ProductoInfo .wrap:last-child .three-fifth {
        padding: 0 0 80px;
    }

    body #ProductoInfo .iconosProducto .icon {
        width: 16.66%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
    body .Recent_posts ul li .photo {
        display: none;
    }

    body .Recent_posts ul li a .desc {
        margin: 0;
    }
}

@media only screen and (max-width: 1239px) {
    body .atletasList .atletaBox.destacado {
        aspect-ratio: 2.5;
    }

    body .atletasList,
    .woocommerce.columns-3 ul.products, 
    .woocommerce ul.products.columns-3,
    body .blog_wrapper .posts_group.grid.col-3,
    body .recetasGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    body .recetasGrid .receta:last-child {
        display: none;
    }
}

@media only screen and (max-width: 959px) {
    body #Top_bar .top_bar_left {
        width: 100%;
    }

    body .animate {
        animation-delay: 0ms !important;
    }

    body .atletasList {
        gap: 60px 35px;
    }

    body .atletasList .atletaBox a {
        padding: 25px;
    }

    body .atletasList .atletaBox .title {
        font-size: 30px;
    }

    body #AtletaHeader .section_wrapper,
    body #AtletaCita .section_wrapper,
    body #EventoHeader .section_wrapper {
        height: 470px;
    }

    body #AtletaHeader .info,
    body .infoList,
    body #EventoHeader .info {
        font-size: 21px;
    }

    body #AtletaCita .one-second {
        margin-left: 0;
    }

    body #AtletaInfo .one-second {
        padding: 0 42px 35px;
    }

    body #AtletaInfo .one-second:first-child {
        padding-bottom: 0;
    }

    body #AtletaCita .cita,
    body #AtletaOtros .column > .title,
    body #ProductoRecetas .column > .title,
    body #RecetaRelacionadas .column > .title {
        font-size: 52px;
    }

    body #AtletaOtros .atletasList .atletaBox .title {
        font-size: 39px;
    }

    .woocommerce ul.products li.product .title {
        font-size: 27px;
    }

    .single-receta .section .wrap:first-child {
        padding-right: 0;
    }

    body #EventoHeader .title {
        font-size: 70px;
    }

    body #ProductoHeader {
        padding: 80px 0 0;
    }

    body #ProductoInfo .three-fifth {
        padding-right: 0;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) {
    body .paddingLeft {
        padding-left: 40px;
    }

    body .paddingRight {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .joinchat {
      --bottom: 20px;
    }
      
    .joinchat--left .joinchat__button {
        bottom: 0;
    }

    body .hideMobile {
        display: none !important;
    }

    body #Top_bar.is-sticky {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    }

    body.style-simple .responsiveWidth {
        max-width: 670px;
        padding: 0 33px;
    }

    body.mobile-header-mini #Top_bar .top_bar_right {
        max-height: 70px;
        height: 70px;
        right: 90px;
    }

    body.mobile-header-mini #Top_bar a.responsive-menu-toggle,
    body.mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
        background: var(--principal);
        height: 70px;
        width: 70px;
        top: 0 !important;
        right: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    body.mobile-header-mini #Top_bar #logo {
        height: 60px !important;
        line-height: 60px !important;
    }

    body.mobile-header-mini #Top_bar {
        border: 0;
    }

    body #Top_bar a.responsive-menu-toggle i {
        font-size: 26px;
        line-height: 1;
    }

    body footer .twoColumns .mfn-footer-menu li {
        width: 100%;
    }

    body #Portada > .mcb-background-overlay {
        background: linear-gradient(0deg, var(--negro), transparent 80%);
    }

    body #AtletaHeader .section_wrapper,
    body #AtletaCita .section_wrapper,
    body #EventoHeader .section_wrapper {
        height: 350px;
    }

    body #AtletaHeader .info,
    body .infoList,
    body #EventoHeader .info {
        font-size: 16px;
    }

    body #AtletaCita .cita,
    body #AtletaOtros .column > .title,
    body #ProductoRecetas .column > .title,
    body #RecetaRelacionadas .column > .title {
        font-size: 42px;
    }

    body #AtletaOtros .atletasList .atletaBox .title {
        font-size: 32px;
    }
    
    body #AtletaInfo .one-second {
        padding: 0 32px 35px;
    }

    .woocommerce ul.products li.product .title {
        font-size: 20px;
    }

    .woocommerce .section:not(.full-width) > .section_wrapper .section_wrapper {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    body #EventoHeader .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 620px) {
    body .atletasList {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    body .atletasList .atletaBox.destacado {
        grid-column: 1 !important;
    }

    body .atletasList .atletaBox.destacado {
        aspect-ratio: 1;
    }

    body .atletasList .atletaBox.destacado .logo img {
        object-position: bottom left;
    }

    body #ProductoInfo .wrap:first-child .halfWrap {
        width: 100%;
        margin: 0 0 20px;
    }

    body #ProductoInfo .halfWrap.nutritionalInfo {
        width: 100%;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 575px) {
    body #Portada {
        height: 85vw;
    }

    .woocommerce.columns-3 ul.products, 
    .woocommerce ul.products.columns-3,
    body .blog_wrapper .posts_group.grid.col-3,
    body .recetasGrid {
        grid-template-columns: repeat(1, 1fr);
    }

    body .recetasGrid .receta:last-child {
        display: block;
    }

    .woocommerce ul.products {
        gap: 40px;
    }

    .woocommerce ul.products li.product .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 480px) {
    body .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }

    body .woocommerce .quantity {
        width: 100%;
        margin: 0 0 5px !important;
    }

    body .woocommerce .product div.entry-summary .cart .button {
        width: 100%;
    }
    
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes tr {
        display: flex;
        flex-direction: column;
        padding: 0 0 10px;
    }
    
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes tr:last-child {
        padding: 0;
    }
    
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes th,
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes td {
        width: 100%;
        padding: 0;
        text-align: left;
    }

    body h1 {
        font-size: 38px;
        line-height: 38px;
    }

    body #Portada .subtitle .title {
        font-size: 14px;
    }

    .woocommerce ul.products li.product .title {
        font-size: 27px;
    }

    body #EventoHeader .title {
        font-size: 45px;
    }

    body #ProductoInfo .wrap:last-child .halfWrap {
        width: 100%;
    }

    body #ProductoInfo .iconosProducto .icon {
        width: 50%;
    }
}
