/*
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
*/

/*********************************\
              GENERAL
\*********************************/
.validate_email_against_bot {
    display: none
}

:root {
    scrollbar-color: var(--principal) var(--gris);
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: var(--gris);
}

::-webkit-scrollbar-track {
    background-color: var(--gris);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--principal);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--secundario);
}

body {
    --mfn-column-gap-bottom: 0;
}

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;
}

a:hover {
    text-decoration: none;
}

.form-legal {
    font-size: 0.7em;
    line-height: 1.5em;
    opacity: .7;
    padding: 10px;
    text-align: justify;
}

input[name="politica"] + span {
    font-weight: 500;
}

#cmplz-document {
    max-width: 100%;
    padding: 40px 0;
    text-align: justify;
}

#cmplz-document h2, 
#cmplz-document h3 {
    /* font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: 0px; */
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 60px;
}

.principal {
    color: var(--principal);
}

.secundario {
    color: var(--secundario);
}

.blanco {
    color: var(--blanco);
}

.spaced {
    letter-spacing: .1em;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

.opac8 {
    opacity: .8;
}

.opac6 {
    opacity: .6;
}

.opac3 {
    opacity: .3;
}

.margin0 {
    margin: 0;
}

.listNone {
    list-style: none !important;
    margin: 0 !important;
}

.listNone li {
    display: flex;
    align-items: flex-start;
}

.listNone li i {
    margin-right: 10px;
    color: var(--principal);
    font-size: 1.2em;
    margin-top: .1em;
}

.button-custom .button .button_label,
.button-custom input[type="submit"],
.button-custom button:not(.cc-btn),
.button-custom .action_button {
    text-transform: uppercase;
}

.button-custom .button {
    transform-origin: left;
    background-color: transparent;
}

.button-custom .align_right .button {
    transform-origin: right;
    margin-right: 0;
    margin-left: 10px;
}

.otgs-development-site-front-end,
.wpml-ls-statics-footer {
    display: none;
}

p:empty {
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
}

#cmplz-manage-consent .cmplz-manage-consent{ 
    background-image: url(imagenes/fondo-ajustes.svg); 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: 100%; 
    right: 170px !important;
    font-size: 0px; 
    color: var(--negro) !important; 
    width: 140px; 
    background-color: transparent !important; 
    box-shadow: unset !important; 
    bottom: -2px !important; 
    padding: 0 !important; 
}

#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;
}

#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%);
}

#back_to_top.sticky {
    right: 30px;
    bottom: 75px;
}

.redCorners {
    position: relative;
    width: fit-content !important;
    margin: 0 auto;
    display: block;
    float: none;
}

.redCorners .corner {
    position: absolute;
    height: min(30%, 35px);
    aspect-ratio: 1;
    background: url(/wp-content/uploads/2023/04/corner-2023-04-21.svg) center/cover no-repeat;
}

.redCorners .corner.top {
    top: -40%;
}

.redCorners .corner.bottom {
    bottom: -40%;
}

.redCorners .corner.left {
    left: -10%;
}

.redCorners .corner.right {
    right: -10%;
}

.redCorners .corner.right.bottom {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.redCorners .corner.left.bottom {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.redCorners .corner.left.top {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.fraseDestacada {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
}


/*********************************\
              HEADER
\*********************************/
#Top_bar .top_bar_left {
    display: flex;
}

#Top_bar .top_bar_left .menu_wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

#Top_bar .top_bar_left .menu_wrapper #menu {
    background: transparent;
}

#Top_bar .top_bar_right {
    width: 255px;
    justify-content: flex-end;
    display: flex;
}

#Top_bar .menu > li {
    text-transform: uppercase;
}

#Top_bar .menu > li > a {
    line-height: 60px;
    padding: 0;
}

#Top_bar:not(.is-sticky) .menu > li:not(.current_page_item) > a:not(:hover),
#Top_bar:not(.is-sticky) .top_bar_right .top-bar-right-icon, 
#Top_bar:not(.is-sticky) .top_bar_right .top-bar-right-icon svg .path {
    color: var(--blanco);
    stroke: var(--blanco);
}

#Top_bar:not(.is-sticky) .menu > li.current-menu-item > a:after, 
#Top_bar:not(.is-sticky) .menu > li.current_page_item > a:after,
#Top_bar:not(.is-sticky) .menu > li.hover > a:after {
    opacity: 0;
}

#Top_bar .menu > li > a span:not(.description) {
    line-height: 70px;
}

.menu-line-below #Top_bar .menu > li > a:after,
.menu-line-below #Top_bar.is-sticky .menu > li > a:after {
    bottom: -1px;
}

#Top_bar .menu li ul li {
    width: 250px;
    line-height: 1.5;
}

#Top_bar .search_wrapper button[type="submit"] {
    display: none;
}

.header-fixed #Top_bar:not(.is-sticky) {
    box-shadow: none;
}

#Top_bar .menu > li.current-menu-item.neverActive > a:not(:hover) {
    color: inherit;
}

#Top_bar.openedSubmenu {
    background: var(--blanco);
}

#Top_bar.openedSubmenu #logo img.logo-main {
    display: none;
}

#Top_bar.openedSubmenu #logo img.logo-sticky {
    display: inline;
}

#Top_bar.openedSubmenu #menu .menu > li:not(.current_page_item):not(.hover) > a,
#Top_bar.openedSubmenu .top_bar_right .top-bar-right-icon, 
#Top_bar.openedSubmenu .top_bar_right .top-bar-right-icon svg .path {
    color: var(--negro);
    stroke: var(--negro);
}

#Top_bar.openedSubmenu #menu .menu > li.hover > a {
    color: var(--principal);
}


/* Subheader */
#Subheader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--negro);
    opacity: .5;
}

#Subheader .title {
    text-transform: uppercase;
}

#Subheader .redCorners {
    display: flex;
    flex-direction: column;
    padding: 0 40px;
}

#Subheader ul.breadcrumbs li, 
#Subheader ul.breadcrumbs li a {
    color: var(--blanco);
}

/* Mega menu */
#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu {
    width: 100vw !important;
    margin: 0 !important;
    padding: 20px 60px 60px;
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu:before {
    content: "";
    position: absolute;
    width: calc( 100% - 60px );
    height: 1px;
    background: #6c6c6c;
    top: 0;
    left: 30px;
    opacity: .3;
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu ul {
    margin: 0;
    box-shadow: none;
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu > li {
    width: 33.33%;
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu > li:first-child {
    width: 66.66%;
    padding-right: 80px;
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu li a {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: none;
    border: 0;
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu li a:hover {
    background: none;
    color: var(--principal);
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu > li > a {
    text-transform: uppercase;
    padding: 10px 0;
    color: #6c6c6c;
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu > li > a {
    text-transform: uppercase;
    padding: 10px 0;
    color: #6c6c6c;
    position: relative;
    margin-bottom: 25px;
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6c6c6c;
    opacity: .3;
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu > li > ul li {
    width: 100%;
    float: left;
}

#menu .menu > .menu-item > ul.sub-menu.mfn-megamenu > li:first-child > ul li {
    width: 50%;
}

/* Side menu */
#Top_bar a.responsive-menu-toggle {
    display: block !important;
    position: static;
}

#Top_bar.is-sticky .menu_wrapper {
    height: 60px;
}

#Side_slide .side_menu ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 19px;
}

#Side_slide .side_menu nav > ul:last-child > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .03);
}

#Side_slide .side_menu ul li {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .03);
    text-transform: uppercase;
}

#Side_slide .side_menu nav > ul > li > a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
}

#Side_slide .side_menu nav > ul > li > a {
    font-family: 'Poppins';
}

#Side_slide .side_menu nav > ul > li > ul > li {
    margin-bottom: 5px;
}

#Side_slide .side_menu nav > ul > li ul li a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0 20px 0 30px;
    text-transform: none;
    font-weight: 500;
}

#Side_slide .side_menu nav > ul > li ul li ul li a {
    font-weight: 400;
    padding: 0 20px 0 40px;
}

#Side_slide .menu_wrapper {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    #Top_bar .menu_wrapper {
        height: 60px;
    }
}


/*********************************\
              FOOTER
\*********************************/
#Footer .container {
    display: flex;
    flex-wrap: wrap;
}

#Footer .widgets_wrapper .widget {
    margin: 0;
}

.contactoFooter {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.contactoFooter li a {
    display: flex;
    gap: 10px;
    margin: 0 0 15px;
}

.contactoFooter li:last-child a {
    margin: 0;
}

#Footer .widgets_wrapper .column {
    box-sizing: border-box;
    padding: 20px 0;
}

#Footer .widgets_wrapper .one-third {
    padding-right: 40px;
}

#Footer .widgets_wrapper .two-third {
    padding-left: 40px;
    border-left: solid 2px rgb(0 0 0 / 60%);
}

#Footer .widgets_wrapper h4 {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
}

[id^="wpcf7-f609"] [type="email"] {
    padding-right: 65px;
}

[id^="wpcf7-f609"] form {
    position: relative;
}

[id^="wpcf7-f609"] form [type="submit"] {
    color: var(--principal);
    background: none;
    border: 0;
    padding: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 22px;
    line-height: 51px;
}

[id^="wpcf7-f609"] form p,
[id^="wpcf7-f609"] form label {
    margin: 0;
}

[id^="wpcf7-f609"] form .wpcf7-acceptance label {
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    margin-bottom: 15px;
}

[id^="wpcf7-f609"] form .wpcf7-list-item {
    margin: 0;
}

[id^="wpcf7-f609"] form a {
    color: var(--principal) !important;
}

[id^="wpcf7-f609"] form a:hover {
    color: var(--secundario) !important;
}

[id^="wpcf7-f609"] form .form-legal {
    font-size: .6em;
    padding: 0 10px;
}

#Footer .copyright a:hover {
    text-decoration: none;
}

#Footer .footer_copy {
    border: 0;
    background: var(--gris);
}

#Footer .footer_copy .container {
    max-width: 100%;
}

#Footer .footer_copy .one {
    --mfn-column-gap-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

#Footer .footer_copy .mcb-column-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#Footer .menu {
    list-style: none;
    padding: 0;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
}

#Footer .menu li:after {
    content: none;
}

#Footer .menu a {
    padding: 5px 0;
}

#Footer .footer_copy .copyright {
    font-size: 13px;
    float: none;
    text-align: left;
    line-height: 1.4;
}

#back_to_top {
    padding: 0;
    border-color: transparent;
}

/*Kit digital*/
#Footer .footer_action {
    background: none;
}

#Footer .footer_action .one {
    margin-bottom: 0;
}

#Footer .footer_action .mcb-column-inner {
    margin-bottom: 20px;
    padding-top: 0;
}

#Footer .footer_action .financiacion {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    gap: 20px;
    text-align: left;
    align-items: center;
}

#Footer .footer_action .financiacion > div img {
    max-height: 50px;
    width: auto;
}

#Footer .footer_action .financiacion > div p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
	#Footer .footer_action .financiacion {
		grid-template-columns: 1fr 1fr;
		text-align: center;
		gap: 5px;
	}

	#Footer .footer_action .financiacion > div:last-child {
		grid-column: 1 / span 2;
	}
}

@media only screen and (max-width: 767px) {
	#Footer .footer_action .financiacion > div img {
		max-height: unset;
		width: 100%;
	}
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    line-height: 1.2;
}


/*********************************\
              INICIO
\*********************************/
.newsletterInicio {
    background: var(--gris);
    padding: 40px 30px;
}

.newsletterInicio [id^="wpcf7-f609"] [type="email"],
.newsletterInicio [id^="wpcf7-f609"] [type="email"]:focus {
    background: var(--blanco) !important;
}

.newsletterInicio.three-fifth .mfn-visualeditor-content > p:first-of-type {
    display: none;
}

.newsletterTitle {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0;
}

@keyframes scrollText{
    0% { transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); }
    100% { transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
}

.banner-texto .banner-content {
    animation: scrollText 50s infinite linear;
    -webkit-animation: scrollText 50s infinite linear;
    width: fit-content;
}

.banner-texto .banner-content.reverse {
    margin-top: 20px;
    animation-direction: reverse;
}

.banner-texto p {
    text-align: center;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 142px;
    line-height: 1;
    text-stroke: 1px transparent;
    -webkit-text-stroke: 1px transparent;
    color: var(--negro);
    white-space: nowrap;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: fit-content;
    cursor: default;
}

.banner-texto .reverse p {
    text-stroke: 1px var(--negro);
    -webkit-text-stroke: 1px var(--negro);
    color: var(--blanco);
}

.banner-texto p .palabra {
    margin-right: .3em;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.banner-texto p .palabra:hover { 
    color: var(--principal); 
    -webkit-text-stroke-color: transparent; 
}

#Blog .redCorners {
    margin-bottom: 40px;
}


/*********************************\
             CONTACTO
\*********************************/
.wpcf7-form [type="submit"] {
    width: 100%;
    margin: 0 !important;
}

.wpcf7-form .wpcf7-spinner {
    margin: 5px 0 0 -12px;
    left: 50%;
}

input[type="date"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="url"], 
select, 
textarea, 
.woocommerce .quantity input.qty {
    box-shadow: none;
    padding: 13px 20px;
}

.mapa .mfn-icon-box .icon-wrapper i {
    font-size: 50px;
}

.mapa .mfn-icon-box-left .icon-wrapper {
    width: 50px;
}

.mapa .mfn-icon-box .desc-wrapper .title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 5px;
}

.mapa .mfn-icon-box .desc-wrapper .desc {
    font-size: 14px;
    line-height: 1.5;
}


/*********************************\
             EMPRESA
\*********************************/
.leftImage .three-fifth {
    width: 75%;
}

.leftImage .three-fifth img {
    height: 80vh;
    object-fit: cover;
}

.leftImage .floatingImage {
    right: 0;
}

.portfolio_slider .slick-slide {
    padding: 0 20px;
}

.portfolio_slider .slick-slide li {
    position: relative;
}

.portfolio_slider .slick-slide .image_frame .mask {
    background: rgb(0 0 0 / 40%);
    display: block;
}

.portfolio_slider .slick-slide .portfolio-title {
    position: absolute;
    top: 30px;
    padding: 20px 30px 0;
    width: 100%;
    z-index: 10;
}

.portfolio_slider .slick-slide .portfolio-title:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    background: var(--principal);
    top: 0;
    left: 30px;
}

.portfolio_slider .slick-slide .portfolio-title a {
    color: var(--blanco);
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

.portfolio_slider .slider_nav {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}


/*********************************\
             PROYECTOS
\*********************************/
.page-template-template-portfolio #Content {
    padding: 100px 0 40px;
}

.portfolio_group.exposure .portfolio-item {
    margin-bottom: 80px;
}

.portfolio_group.exposure .portfolio-item a {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.portfolio_group.exposure .portfolio-item a:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.portfolio_group.exposure .portfolio-item img {
    height: 50vh;
    object-fit: cover;
}

.portfolio_group.exposure .portfolio-item .image-wrapper .mask {
    opacity: 1;
}


/* Single */
.projectGallery {
    margin: 60px 0;
}

.projectGallery .slick-slide {
    line-height: 0;
}

.projectGallery .slick-slide .image {
    padding: 0 40px;
}

.projectGallery .slick-slide img {
    height: 80vh;
    width: auto;
}

.projectGallery .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    z-index: 10;
    opacity: 0;
    border: 0;
    background: var(--principal);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    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;
}

.projectGallery:hover .slick-arrow {
    opacity: 1;
}

.projectGallery .slick-prev {
    left: 0;
}

.projectGallery .slick-next {
    right: 0;
}

.projectGallery .slick-arrow:hover {
    background: var(--negro);
}

.slick-arrow.slick-disabled {
    display: none !important;
}


/*********************************\
              MARCAS
\*********************************/
.tax_desc {
    padding: 70px 0 100px;
}

.tax_desc .section_wrapper {
    justify-content: center;
    align-items: center;
}

.tax_desc .three-fourth {
    text-align: center;
}

.tax_desc .one-second:last-child {
    padding-left: 80px;
}


/*********************************\
             PRODUCTOS
\*********************************/
.listaProductos .item {
    display: flex;
    height: 50vh;
    align-items: center;
    margin-bottom: 50px;
}

.listaProductos .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.listaProductos .item .images {
    width: 50%;
    height: 100%;
    position: relative;
}

.listaProductos .item .images .principal {
    height: 100%;
    width: 100%;
    padding: 0 20% 0 0;
}

.listaProductos .item:nth-child(2n) .images .principal {
    padding: 0 0 0 20%;
}

.listaProductos .item .images .secundaria {
    height: 70%;
    width: 40%;
    right: 0;
}

.listaProductos .item:nth-child(2n) .images .secundaria {
    right: auto;
    left: 0;
}

.listaProductos .item .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floatingImage {
    position: absolute;
    top: 50%;
    box-shadow: 0 0 34px rgb(0 0 0 / 30%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.listaProductos .item .content {
    width: 50%;
    padding: 0 20% 0 10%;
}

.listaProductos .item .content .title {
    font-size: 3vw;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.listaProductos .item .content .title:before {
    content: "";
    background: url(/wp-content/uploads/2023/04/corner-2023-04-21.svg) center/cover no-repeat;
    position: absolute;
    height: 40px;
    aspect-ratio: 1;
    transform: rotate(270deg);
    left: -0.8em;
    top: -1em;
}

.listaProductos .item .content .subtitle {
    font-size: 1vw;
    line-height: 1.2;
    color: var(--principal);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 1.5em;
}

.listaProductos .item .content .desc {
    font-size: max(.8vw, 12px);
    line-height: 1.6;
    margin-bottom: 2em;
}

/* Single */
.producto .intro {
    padding: 70px 0 100px;
}

.producto .intro .section_wrapper {
    justify-content: center;
    text-align: center;
}

.producto .images-row .column.one {
    display: flex;
}

.producto .images-row .column .image_frame {
    width: 25%;
    padding: 0 20px;
}

.producto .images-row .column .image_frame:last-child {
    width: 50%;
}

.producto .images-row .column .image_frame img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.producto .more-info {
    background: var(--gris);
    padding: 80px 0;
    margin-top: 80px;
}

.producto .more-info .section_wrapper {
    justify-content: center;
    align-items: stretch;
}

.producto .more-info .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.producto .more-info.has-marcas-cat .desc {
    padding-right: 80px;
}

.producto .more-info .desc ul {
    list-style: disc;
    margin-left: 30px;
}

.producto .more-info .redCorners.one-third {
    width: 33.33% !important;
}

.producto .more-info .redCorners.one-second {
    width: 50% !important;
}

.producto .more-info .redCorners {
    padding: 60px;
    position: relative;
    background: var(--blanco);
}

.producto .more-info .redCorners .corner {
    height: 40px;
}

.producto .more-info .redCorners .corner.left {
    left: 0;
}

.producto .more-info .redCorners .corner.right {
    right: 0;
}

.producto .more-info .redCorners .corner.top {
    top: 0;
}

.producto .more-info .redCorners .corner.bottom {
    bottom: 0;
}

.producto .more-info .marcas-catalogos p {
    margin: 0 0 3px;
    font-size: 18px;
    line-height: 1.5;
}

.producto .more-info .marcas-catalogos .marcas ~ .catalogos {
    margin-top: 20px;
}

.producto .more-info .marcas-catalogos ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.producto .more-info .marcas-catalogos ul li a {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: var(--blanco);
    background: var(--principal);
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.producto .more-info .marcas-catalogos .marcas ul li a {
    background: var(--negro);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
}

.producto .more-info .marcas-catalogos ul li a:hover {
    background: var(--negro);
}

.producto .more-info .marcas-catalogos .marcas ul li a:hover {
    background: var(--principal);
}

.producto .galeria {
    padding: 80px 0 0;
}

.producto .galeria .slick-list {
    overflow: visible;
}

.producto .galeria .slick-slide {
    padding: 0 30px;
}

.producto .galeria .slick-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.producto .galeria .slick-arrow {
    position: absolute;
    padding: 0;
    display: flex;
    height: 100px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background: var(--principal);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    top: calc( 50% - 50px );
    opacity: 0;
    border: 0;
    z-index: 10;
    margin: 0;
}

.producto .galeria .slick-arrow:hover {
    background: var(--negro);
}

.producto .galeria:hover .slick-arrow {
    opacity: 1;
}

.producto .galeria .slick-prev {
    left: -20px;
}

.producto .galeria .slick-next {
    right: -20px;
}

/*********************************\
          BLOG / NOTICIAS
\*********************************/
.blog #Content,
.archive.category #Content,
.archive.tag #Content {
    padding: 100px 0;
}

.archive.category .mcb-sidebar,
.archive.tag .mcb-sidebar {
    display: none;
}

.posts_group.grid,
.portfolio_group.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 100px;
    height: auto !important;
}

.posts_group.grid.col-2 .post-item,
.portfolio_group.grid.col-2 .portfolio-item {
    width: calc( 50% - 50px );
    margin: 0;
    position: static !important;
}

.posts_group.grid .post-item .date_label,
.single-post .post-header .author-date {
    position: static;
    display: block;
    background: none;
    color: var(--negro);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    padding: 0 0 5px;
}

.posts_group.grid .post-item .image_frame img,
.portfolio_group.grid .portfolio-item .image_frame img {
    width: 100%;
    aspect-ratio: 9/6;
    object-fit: cover;
}

.posts_group.grid .post-item .author-date,
.posts_group.grid .post-item .post-excerpt,
.posts_group.grid .post-item .post-footer {
    display: none;
}

.posts_group.grid .post-item .post-desc,
.portfolio_group.grid .portfolio-item desc {
    padding: 20px 0 0;
}

.posts_group.grid .post-item .entry-title,
.portfolio_group.grid .portfolio-item .entry-title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
}

.posts_group.grid .post-item .entry-title a:hover,
.posts_group.grid .post-item .categoryList a,
.portfolio_group.grid .portfolio-item .entry-title a:hover {
    color: var(--principal);
}

.posts_group.grid .post-item .categoryList {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.posts_group.grid .post-item .categoryList a:hover {
    color: var(--negro);
}

/* Single */
.single-post #Content {
    padding: 50px 0 0;
}

.single-post .post-header .title_wrapper {
    padding: 0;
}

.single-post .post-header .author-date i {
    display: none;
}

.single-post .post-header .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    line-height: 23px;
}

.single-post .post-header .post-meta:before, 
.single-post .post-header .post-meta:after {
    display: none;
}

.single-post .post-header .post-meta .author-date {
    padding: 0;
}

.single-post .post-header .post-meta .cat a,
.single-post .post-header .post-meta .tag a {
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.single-post .post-header .post-meta .cat a {
    background: var(--principal);
    color: var(--blanco);
}

.single-post .post-header .post-meta .tag a {
    background: var(--gris);
    color: rgb(0 0 0 / 50%);
}

.single-post .post-header .post-meta .cat a:hover,
.single-post .post-header .post-meta .tag a:hover {
    background: var(--negro);
    color: var(--blanco);
}

.single-post .section-post-related .section-related-adjustment {
    border: 0;
    background: var(--gris);
    padding: 30px 50px;
}

.single-post .section-post-related .related-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px auto 35px;
}

/* Fixed nav arrows */
.fixed-nav {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.fixed-nav .desc h6 {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fixed-nav .desc .date {
    font-size: 13px;
    color: var(--negro);
    border: 0;
}

.fixed-nav .desc .date .icon-clock {
    display: none;
}

/* Barra lateral */
.Recent_posts ul li a .desc {
    padding: 8px 10px 3px;
    min-height: 80px;
}

.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;
    margin: 0;
}

.Recent_posts ul li a .desc .date {
    font-size: 12px;
    line-height: 14px;
}

.widget:not(.widget_block) > h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.mcb-sidebar {
    padding: 0 20px 0 45px;
}

.mcb-sidebar select {
    width: 100%;
}

.widget_categories ul {
    list-style: none;
    padding: 0;
    background: none;
}

.widget_categories ul li:after {
    content: none
}

.widget_categories ul li a {
    padding: 5px 10px;
    background: var(--principal);
    display: block;
    border-radius: 3px;
    margin-bottom: 6px;
}

.widget_categories ul li a:hover {
    background: var(--secundario);
}


/*********************************\
        MARCAS/APLICACIONES
\*********************************/
.archive.tax-marcas .mcb-sidebar,
.archive.tax-aplicaciones .mcb-sidebar {
    display: none;
}


/*********************************\
           WOOCOMMERCE
\*********************************/
.woocommerce .quantity .qty {
    padding: 10px 30px !important;
}

.woocommerce table.shop_table tr.order-total .includes_tax {
    display: block;
}

.woocommerce table.shop_table tr.order-total .includes_tax .woocommerce-Price-amount {
    font-size: 1em;
    font-weight: 400;
    color: #767676;
}


/*********************************\
            RESPONSIVE
\*********************************/
@media only screen and (min-width: 960px) and (max-width: 1239px) {
    
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
    .Recent_posts ul li .photo {
        display: none;
    }

    .Recent_posts ul li a .desc {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #Top_bar .top_bar_left {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .paddingLeft {
        padding-left: 40px;
    }

    .paddingRight {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hideMobile {
        display: none !important;
    }
}
