@charset "UTF-8";

:root {
--blue: #192AA3;
--orange: #FF5400;
} #Action_bar > .container {
padding: 15px 0;
background: #fff;
}
@media (width <= 767px) {
#Action_bar > .container {
background: transparent;
}
}
@media (width <= 767px) {
#Action_bar > .container {
padding: 0;
}
}
@media (width <= 767px) {
#Action_bar > .container .column.one {
padding: 0;
}
}
#Action_bar .social {
padding: 0 !important;
}
@media (width <= 767px) {
#Action_bar .social {
display: none;
}
}
@media (width <= 767px) {
#Action_bar ul.contact_details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
#Action_bar ul.contact_details > li {
padding: 0 !important;
margin-right: 20px !important;
}
@media (width <= 767px) {
#Action_bar ul.contact_details > li {
margin-right: 0 !important;
}
}
#Action_bar ul.contact_details i::before {
color: var(--orange);
position: relative;
left: -6px;
}
#Action_bar ul.contact_details .icon-phone::before {
content: "\e96c" !important;
}
#Action_bar ul.contact_details > li:nth-child(2) .icon-phone::before {
content: "\f232" !important;
}
#Action_bar ul.contact_details > li:last-child i::before {
content: "\e872" !important;
}
@media (max-width: 880px) {
#Action_bar ul.contact_details li.mail {
display: none;
}
}
@media (width <= 767px) {
#Action_bar ul.contact_details li i {
display: none;
}
}
@media (width <= 767px) {
#Action_bar ul.contact_details li a {
color: #fff !important;
}
}
@media (width <= 767px) {
.mobile-tr-header header#Header #Action_bar {
background: var(--blue) !important;
}
} body.page-template-default:not(.home) #Header {
background: rgb(0, 11, 140);
background: -o-linear-gradient(top, rgb(0, 11, 140) 0%, rgba(0, 11, 140, 0) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 11, 140)), to(rgba(0, 11, 140, 0)));
background: linear-gradient(180deg, rgb(0, 11, 140) 0%, rgba(0, 11, 140, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b8c", endColorstr="#000b8c", GradientType=1);
}
@media (width >= 1240px) {
body.page-template-default:not(.home) #Header::after {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/borde-blanco-small.webp);
position: absolute;
bottom: -10px;
right: 0;
}
}
body.page-template-default:not(.template-slider) #Header_wrapper {
background-position: center;
background-size: cover;
}
@media (width >= 1240px) {
body.page-template-default:not(.template-slider) #Header_wrapper #Header {
min-height: 350px;
}
}
body.page-template-default.page-id-121 #Header_wrapper #Header {
background: #192AA3 !important;
}
@media (width >= 1240px) {
body.page-template-default.page-id-121 #Header_wrapper #Header {
min-height: 180px;
}
}
.top_bar_right {
display: none;
}
@media (width <= 1240px) {
#Side_slide .social li.custom {
display: none !important;
}
}
#Top_bar {
border-bottom-width: 1px !important;
border-bottom-color: rgba(214, 214, 214, 0.2) !important;
border-bottom-style: solid !important;
}
@media (width <= 767px) {
#Top_bar {
top: 35px !important;
}
}
@media (width >= 1240px) {
#Top_bar.is-sticky .menu > li > a {
color: #333;
}
}
@media (width >= 1240px) {
#Top_bar.is-sticky .menu > li:hover > a {
color: #333;
}
}
@media (width <= 767px) {
#Top_bar a.responsive-menu-toggle {
top: 30px !important;
right: 18px !important;
}
}
#Top_bar a.responsive-menu-toggle i {
font-size: 35px !important;
}
@media (width <= 767px) {
#Top_bar .logo #logo {
margin: 0 !important;
margin-left: 20px !important;
}
}
@media (width <= 767px) {
#Top_bar #logo img.svg {
max-width: 150px;
}
}
@media (width <= 1240px) {
#Top_bar .top_bar_left a#logo {
text-align: left !important;
}
}
a.responsive-menu-toggle [class^=icon-]:before {
font-weight: 900;
}
@media (width <= 1240px) {
.mobile-tr-header #Top_bar.is-sticky {
top: 0 !important;
background: #fff !important;
}
.mobile-tr-header #Top_bar.is-sticky .responsive-menu-toggle {
color: var(--orange) !important;
}
}
@media (width >= 1240px) {
#menu > ul > li > a {
font-weight: 700 !important;
}
}
@media (width >= 1240px) {
#Top_bar:not(.is-sticky) ul#menu-principal > li.current-menu-item,
#Top_bar:not(.is-sticky) ul#menu-principal > li:hover {
border-bottom: 5px solid var(--orange) !important;
}
}
@media (width >= 1240px) {
ul#menu-principal i.menu-arrow.icon-right-open {
display: none;
}
ul#menu-principal li.productos:hover ul.sub-menu {
padding-left: 10px !important;
padding-bottom: 20px !important;
}
ul#menu-principal li.productos:hover > ul.sub-menu {
display: block !important;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
padding-top: 20px !important;
-webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
top: 106%;
}
ul#menu-principal li.productos:hover > ul.sub-menu > li > a > span {
font-size: 18px !important;
font-weight: 600 !important;
color: #000 !important;
}
ul#menu-principal li.productos:hover > ul.sub-menu ul.sub-menu {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
left: -10px !important;
top: 32px !important;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
ul#menu-principal li.productos:hover > ul.sub-menu ul.sub-menu > li {
-webkit-box-flex: 1;
-ms-flex: 1 1 calc(34.33% - 10px);
flex: 1 1 calc(34.33% - 10px);
max-width: calc(34.33% - 10px);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
ul#menu-principal li.productos:hover > ul.sub-menu ul.sub-menu > li a {
border-bottom: 0 !important;
}
ul#menu-principal li.productos:hover > ul.sub-menu ul.sub-menu > li.current_page_item a span {
text-decoration: underline !important;
}
}
@media (width >= 1240px) {
#Top_bar ul#menu-principal.menu li ul li {
width: 554px !important;
}
}
@media (width >= 1240px) {
#Top_bar ul#menu-principal.menu > li ul li a:hover,
#Top_bar ul#menu-principal.menu > li ul li.hover > a {
background: transparent !important;
}
#Top_bar ul#menu-principal.menu > li ul li a:hover span,
#Top_bar ul#menu-principal.menu > li ul li.hover > a span {
text-decoration: underline !important;
}
}
@media (width >= 1240px) {
#Top_bar ul#menu-principal.menu li ul li a {
padding: 2px 20px !important;
}
}
@media (width >= 1240px) {
#Top_bar .menu > li > a {
padding: 6px 0 !important;
}
}
@media (width >= 1240px) {
.menuo-arrows:not(.keyboard-support) #Top_bar .menu > li.submenu > a:not(.menu-toggle):after {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/chevron-down.svg) !important;
top: -8% !important;
opacity: 1 !important;
border: none !important;
}
}
@media (width >= 1240px) {
#Top_bar .menu > li > a span:not(.description) {
padding-left: 0 !important;
}
}
@media (width >= 1240px) {
#Top_bar .menu > li {
margin-right: 24px !important;
}
}
@media (width >= 1240px) {
#Top_bar.is-sticky .menu > li.current-menu-parent > a,
#Top_bar.is-sticky .menu > li.current-page-parent > a,
#Top_bar.is-sticky .menu > li.current-menu-ancestor > a,
#Top_bar.is-sticky .menu > li.current-page-ancestor > a,
#Top_bar.is-sticky .menu > li.current_page_ancestor > a,
#Top_bar.is-sticky .menu > li.current-menu-item > a,
#Top_bar.is-sticky .menu > li.current_page_item > a {
color: #333 !important;
}
}
@media (width >= 1240px) {
#Top_bar.is-sticky ul#menu-principal > li ul {
top: 100%;
}
}
@media (width >= 1240px) {
#Top_bar:not(.is-sticky) li.contacto {
background: var(--orange);
border-radius: 300px;
width: 140px;
}
#Top_bar:not(.is-sticky) li.contacto span {
position: relative;
left: 32px;
}
}
#Top_bar:not(.is-sticky) li.contacto:hover {
background: #fff !important;
}
#Top_bar:not(.is-sticky) li.contacto:hover a {
color: #333 !important;
}
@media (width >= 1240px) {
#Top_bar:not(.is-sticky) .menu > li > a span:not(.description) {
line-height: 38px !important;
}
}
@media (width >= 1240px) {
#Top_bar:not(.is-sticky) ul#menu-principal {
position: relative;
top: 20px;
}
}
@media (width >= 1240px) {
#Top_bar:not(.is-sticky) ul#menu-principal > li.contacto,
#Top_bar:not(.is-sticky) ul#menu-principal > li.contacto :hover {
border-bottom: 0px !important;
}
}
ul.breadcrumbs a {
color: #333 !important;
font-size: 12px !important;
}
ul.breadcrumbs li:last-child {
font-size: 12px !important;
color: #333 !important;
font-weight: 700 !important;
}
ul.breadcrumbs [class^=icon-]:before,
ul.breadcrumbs [class*=" icon-"]:before {
color: #333 !important;
}
#Subheader ul.breadcrumbs li span {
margin: 0 4px !important;
opacity: 1 !important;
}
#Subheader:after {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
@media (width >= 1240px) {
div#Subheader {
position: absolute;
bottom: 36px;
right: 18vw;
}
}
@media (width >= 1240px) {
#Action_bar .contact_details a {
font-size: 13px;
}
}
@media (width >= 1240px) {
ul#menu-principal i.menu-arrow.icon-right-open {
display: none;
}
ul#menu-principal li.empresa-item:hover ul.sub-menu {
padding-left: 10px !important;
padding-bottom: 20px !important;
}
ul#menu-principal li.empresa-item:hover > ul.sub-menu {
display: block !important;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
padding-top: 20px !important;
-webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
top: 106%;
}
ul#menu-principal li.empresa-item:hover > ul.sub-menu > li > a {
border-bottom: none;
}
ul#menu-principal li.empresa-item:hover > ul.sub-menu > li > a > span {
font-size: 16px !important;
font-weight: 400 !important;
color: #333 !important;
}
ul#menu-principal li.empresa-item:hover > ul.sub-menu ul.sub-menu > li a {
border-bottom: 0 !important;
}
ul#menu-principal li.empresa-item:hover > ul.sub-menu ul.sub-menu > li.current_page_item a span {
text-decoration: underline !important;
}
}
@media (width >= 1240px) {
#Top_bar ul#menu-principal.menu li.empresa-item ul li {
width: 188px !important;
}
}
body.error404 div#Content, body.search-results div#Content {
margin-top: 50px;
}
body.error404 #Header, body.search-results #Header {
background: rgb(0, 11, 140);
background: -o-linear-gradient(top, rgb(0, 11, 140) 0%, rgba(0, 11, 140, 0) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 11, 140)), to(rgba(0, 11, 140, 0)));
background: linear-gradient(180deg, rgb(0, 11, 140) 0%, rgba(0, 11, 140, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b8c", endColorstr="#000b8c", GradientType=1);
}
@media (width >= 1240px) {
body.error404 #Header::after, body.search-results #Header::after {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/borde-blanco-small.webp);
position: absolute;
bottom: -9px;
right: 0;
}
}
body.error404 #Header_wrapper, body.search-results #Header_wrapper {
background-position: center;
}
@media (width <= 1240px) {
body.error404 #Header_wrapper, body.search-results #Header_wrapper {
background-size: cover;
}
}
@media (width >= 1240px) {
body.error404 #Header_wrapper #Header, body.search-results #Header_wrapper #Header {
min-height: 350px;
}
}
body.error404 #Header_wrapper {
background-image: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/got-error.webp);
}
body.search-results #Header_wrapper {
background-image: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/searching.webp);
}
@media (width >= 1240px) {
body.search-results div#Subheader {
position: initial !important;
}
}
@media only screen and (min-width: 1240px) {
.menuo-right #Top_bar .menu_wrapper {
position: relative;
left: -34px;
}
} #Subheader {
padding: 0 !important;
background-color: #fff !important;
} .products.icons-right::before {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/vertical-icons.png);
position: absolute;
right: 174px;
top: 30px;
}
@media (width >= 768px) {
.products.inicio-iconos::before {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/Group-113.svg);
position: absolute;
right: 25px;
top: 112px;
}
}
@media (min-width: 768px) and (max-width: 1239px) {
.products .mcb-wrap-inner {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
}
.products .mcb-wrap-inner > div {
width: 32%;
}
@media (min-width: 768px) and (max-width: 1239px) {
.products .mcb-wrap-inner > div {
width: 43%;
}
}
@media (width <= 767px) {
.products .mcb-wrap-inner > div {
width: 100%;
}
}
.products .mcb-wrap-inner > div .promo_box_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.products .mcb-wrap-inner > div .promo_box_wrapper .photo_wrapper {
width: 100%;
border-radius: 30px 30px 0px 0px;
}
@media (width <= 767px) {
.products .mcb-wrap-inner > div .promo_box_wrapper .photo_wrapper {
margin-bottom: 0px !important;
}
}
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper {
width: 100%;
margin: 0;
padding: 47px;
padding-top: 0 !important;
border-radius: 0px 0px 30px 30px;
background: #F3F4FB;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (width <= 767px) {
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper {
padding: 20px;
}
}
@media (min-width: 768px) and (max-width: 1239px) {
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper {
padding: 35px;
}
}
@media (width >= 1240px) {
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper {
padding: 36px;
}
}
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper .button {
width: 150px;
padding: 10px;
position: absolute;
right: 30px;
margin-top: -30px;
border: 8px solid #F3F4FB;
}
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper .button .button_icon {
display: none;
}
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper > :last-child {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper .title {
margin-top: 47px;
line-height: 0;
}
@media (width <= 767px) {
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper .title {
margin-bottom: 24px;
}
}
@media (width >= 1240px) {
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper .title {
margin-bottom: 36px;
margin-top: 56px;
}
}
@media (width >= 1240px) {
.products .mcb-wrap-inner > div .promo_box_wrapper .desc_wrapper .desc {
margin-bottom: 0 !important;
}
}
@media (width >= 1240px) {
.product-image-orange-icons::after {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/Group-113.svg);
position: absolute;
bottom: -52px;
left: -98px;
}
}
@media (width >= 1240px) {
section.ventajas::before {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/Group-113.svg);
position: absolute;
top: -68px;
right: 24px;
}
}
.mfn-visualeditor-content.mfn-inline-editor li::marker {
color: var(--orange) !important;
} @media (width <= 767px) {
section.contact-form .form-container {
margin-top: 20px;
}
}
section.contact-form .form-container > .row-form:first-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
@media (width <= 767px) {
section.contact-form .form-container > .row-form:first-child {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (width >= 1240px) {
section.contact-form .form-container > .row-form:first-child .column-form {
width: 33.3333333333%;
}
}
section.contact-form .form-container .row-form:last-child > .column-form {
text-align: center;
}
@media (width <= 767px) {
section.contact-form .form-container .row-form:last-child > .column-form {
text-align: left;
}
}
@media (width <= 767px) {
section.contact-form h2,
section.contact-form label {
color: #000 !important;
}
}
@media (width <= 767px) {
section.contact-form .mfn-visualeditor-content.mfn-inline-editor p {
color: #333 !important;
}
section.contact-form .mfn-visualeditor-content.mfn-inline-editor p span {
color: #333 !important;
}
}
@media (width <= 767px) {
section.contact-form span.wpcf7-form-control-wrap {
padding-top: 10px;
}
}
@media (width <= 767px) {
section.contact-form .column_cf7 input,
section.contact-form .column_cf7 select,
section.contact-form .column_cf7 textarea {
min-height: 56px !important;
}
}
.wpcf7-form label {
color: #fff;
}
@media (width >= 1240px) {
.wpcf7-form label {
font-size: 16px !important;
font-weight: 400 !important;
}
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
border-radius: 8px !important;
}
.wpcf7-form ::-webkit-input-placeholder {
color: #333;
}
.wpcf7-form ::-moz-placeholder {
color: #333;
}
.wpcf7-form :-moz-placeholder {
color: #333;
}
.wpcf7-form :-ms-input-placeholder {
color: #333;
}
.wpcf7-form ::-webkit-input-placeholder {
color: #333;
}
.wpcf7-form ::-moz-placeholder {
color: #333;
}
.wpcf7-form :-ms-input-placeholder {
color: #333;
}
.wpcf7-form ::-ms-input-placeholder {
color: #333;
}
.wpcf7-form ::placeholder {
color: #333;
}
.wpcf7-form select.wpcf7-form-control.wpcf7-select {
color: #333;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
border-radius: 300px !important;
}
.wpcf7-response-output {
color: #fff;
font-weight: 900;
} footer .center-message .small-txt .mcb-item-visual-inner {
margin-bottom: 0;
}
footer .center-message .small-txt .mcb-item-visual-inner p {
font-size: 22px;
font-weight: 700;
}
@media (width <= 767px) {
footer .center-message .small-txt .mcb-item-visual-inner p {
font-size: 18px !important;
}
}
@media (min-width: 768px) and (max-width: 1239px) {
footer .center-message .small-txt .mcb-item-visual-inner p {
font-size: 16px !important;
}
}
footer .center-message .big-txt {
font-size: 38px;
font-weight: 500;
}
@media (width <= 767px) {
footer .center-message .big-txt p {
font-size: 24px !important;
}
}
@media (min-width: 768px) and (max-width: 1239px) {
footer .center-message .big-txt p {
font-size: 24px;
}
}
@media (width <= 767px) {
footer .center-message p {
text-align: center !important;
}
}
@media (width >= 1240px) {
footer .contact-info ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
width: 100%;
}
}
footer .contact-info ul li {
padding: 0 !important;
}
@media (width >= 1240px) {
footer .contact-info ul li {
width: calc(50% - 5px);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
@media (width >= 1240px) {
footer .contact-info ul li:first-child, footer .contact-info ul li:nth-child(3) {
width: 32%;
}
}
@media (min-width: 1240px) and (max-width: 1400px) {
footer .contact-info ul li:first-child, footer .contact-info ul li:nth-child(3) {
width: 41% !important;
}
}
@media (width <= 767px) {
footer .contact-info .mfn-list-left .mfn-list-item {
justify-content: center;
margin-bottom: 15px;
}
}
@media (width <= 767px) {
footer .mcb-section .mcb-wrap .mfn-list-desc {
font-size: 12px !important;
}
}
@media (max-width: 355px) {
footer .mcb-section .mcb-wrap .mfn-list-desc {
font-size: 10px !important;
}
}
.copyright-text p {
font-size: 12px;
color: #333;
margin-bottom: 0;
}
.copyright-text a {
font-size: 12px;
color: #333 !important;
}
.copyright-text a:hover {
color: #333 !important;
}
.mfn-footer-menu a:hover {
text-decoration: underline;
}
@media (width <= 1240px) {
.mcb-column-inner.mcb-item-footer_menu-inner ul.mfn-footer-menu-style-horizontal {
justify-content: center !important;
}
}
@media (width <= 1240px) {
ul#mfn-footer-menu-3 li {
margin-bottom: 6px;
}
}
@media (width <= 767px) {
.wrap.mcb-wrap.mcb-wrap-9cntg14a.one-third.tablet-one-third.laptop-one-third.mobile-one.clearfix {
margin-top: 18px;
}
}
@media (width <= 767px) {
ul#mfn-footer-menu-3 a {
font-size: 12px !important;
}
}
@media (width <= 767px) {
.mcb-column-inner.mfn-module-wrapper.mcb-column-inner-ckj1ky356.mcb-item-visual-inner p {
font-size: 10px !important;
margin: auto;
text-align: center !important;
}
}
@media (min-width: 768px) and (max-width: 1239px) {
footer li.mfn-list-item {
margin-bottom: 10px !important;
}
}
@media (min-width: 768px) {
.mcb-column-inner.mfn-module-wrapper.mcb-column-inner-ckj1ky356.mcb-item-visual-inner {
position: relative;
left: -24px;
}
}
section.blue-banner::before {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/vertical-icons.png);
position: absolute;
top: -52px;
}
@media (min-width: 1610px) {
section.blue-banner::before {
top: 60px;
}
}
@media (min-width: 1610px) {
section.blue-banner::before {
left: 25px;
}
} @media (max-width: 1360px) {
section.text-icon-right .wrap {
width: 100% !important;
}
}
section.text-icon-right .mcb-wrap-inner {
padding: 0 4%;
}
section.text-icon-right .mcb-wrap-inner .column_icon_box_2 {
border-radius: 20px;
border: 1px solid rgba(243, 244, 251, 0.29);
background: rgba(243, 244, 251, 0.8);
backdrop-filter: blur(13.0500001907px);
margin-bottom: 20px;
width: 48% !important;
}
@media (max-width: 1360px) {
section.text-icon-right .mcb-wrap-inner .column_icon_box_2 {
width: 32% !important;
}
}
@media (max-width: 1024px) {
section.text-icon-right .mcb-wrap-inner .column_icon_box_2 {
width: 48% !important;
}
}
@media (width <= 1240px) {
section.text-icon-right .mcb-wrap-inner .column_icon_box_2 {
margin-bottom: 20px;
}
section.text-icon-right .mcb-wrap-inner .column_icon_box_2 .desc-wrapper {
max-width: 253px;
}
}
@media (max-width: 767px) {
section.text-icon-right .mcb-wrap-inner .column_icon_box_2 {
width: 100% !important;
}
}
section.text-icon-right .mcb-wrap-inner .column_icon_box_2 .mcb-item-icon_box_2-inner {
margin: 0;
} .column_heading h2::after {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/1-linea naranja.svg);
position: absolute;
bottom: -30px;
left: 0px;
}
@media (width <= 767px) {
.column_heading h2::after {
bottom: -24px;
}
}
@media (width <= 767px) {
.column_heading h2 {
margin-bottom: 50px !important;
font-size: 24px !important;
}
}
.column_heading.center h2 {
position: relative;
}
.column_heading.center h2::after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
} .column_counter .mcb-item-counter-inner {
background-image: none !important;
}
.counter.counter_vertical.animate-math {
padding-top: 0 !important;
} @media (width <= 767px) {
.mfn-visualeditor-content.mfn-inline-editor p {
font-size: 14px !important;
line-height: 24px !important;
}
} section.many-icons::before {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/many-icons.png);
position: absolute;
top: -82px;
left: 30px;
}
@media (min-width: 768px) {
section.many-icons::before {
top: -100px;
}
}
@media (min-width: 1240px) {
section.many-icons::before {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/Group-113.svg);
top: -118px;
}
}
@media (width <= 767px) {
section.two-img-text {
margin-top: 140px;
}
}
section.two-img-text .left-wrap {
z-index: 99;
}
@media (width <= 767px) {
section.two-img-text .left-wrap > .mcb-wrap-inner.mfn-module-wrapper.mfn-wrapper-for-wraps {
background-image: none !important;
}
}
section.two-img-text .left-wrap .column_image {
position: relative;
top: 15px;
left: -3px;
}
@media (min-width: 768px) and (max-width: 1239px) {
section.two-img-text .left-wrap .column_image {
width: 30% !important;
}
}
section.two-img-text .left-wrap .content-info {
position: absolute;
}
@media (width <= 767px) {
section.two-img-text .left-wrap .content-info {
width: 90%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
@media (width >= 768px) {
section.two-img-text .left-wrap .content-info {
max-width: 414px;
bottom: 108px;
right: -116px;
}
}
section.two-img-text .left-wrap .content-info .mfn-wrapper-for-wraps {
padding: 24px 28px;
}
@media (width <= 767px) {
section.two-img-text .left-wrap .content-info .mfn-wrapper-for-wraps {
-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
}
@media (min-width: 768px) and (max-width: 1239px) {
section.two-img-text .left-wrap .content-info .mfn-wrapper-for-wraps {
text-align: center;
}
}
section.two-img-text .left-wrap .content-info .mcb-item-visual-inner {
margin-bottom: 0;
}
section.two-img-text .left-wrap .content-info .mcb-item-visual-inner p {
font-size: 20px !important;
font-size: 700 !important;
}
@media (width <= 767px) {
section.two-img-text .left-wrap .content-info .mcb-item-visual-inner p {
text-align: center;
}
}
section.two-img-text .left-wrap .content-info .column_button {
width: 50%;
}
@media (width <= 767px) {
section.two-img-text .left-wrap .content-info .column_button {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
section.two-img-text .left-wrap .content-info .column_button {
width: 100%;
}
}
section.two-img-text .left-wrap .content-info .column_button .mcb-item-button-inner {
margin-bottom: 0;
}
@media (width >= 768px) {
section.two-img-text .left-wrap .content-info .btn-escribanos {
position: relative;
left: -16px;
}
}
@media (min-width: 768px) and (max-width: 1239px) {
section.two-img-text .left-wrap .content-info .btn-escribanos {
margin-top: 10px;
left: 0 !important;
}
}
@media (width <= 767px) {
section.two-img-text .section_wrapper.mfn-wrapper-for-wraps.mcb-section-inner {
padding: 0;
}
}
@media (width <= 767px) {
.wrap.img-logo-metalrack .column_image {
bottom: 5px !important;
-webkit-transform: scale(0.6) !important;
-ms-transform: scale(0.6) !important;
transform: scale(0.6) !important;
}
}
@media (width <= 767px) {
section.quienes-somos .wrap.btns {
margin-top: 18px;
}
section.quienes-somos .wrap.btns .mcb-column-inner {
margin: 0 0 10px;
}
}
@media (width <= 767px) {
section.quienes-somos .wrap.btns a.button.button_size_2 {
background-color: #fff;
color: #333;
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
section.quienes-somos .wrap.btns a.button.button_size_2 {
text-align: center !important;
}
}
@media (width >= 1240px) {
section.quienes-somos .wrap.btns a.button.button_size_2 {
min-width: 350px;
}
}
@media (width >= 768px) {
section.quienes-somos .wrap.btns .mcb-item-button-inner {
margin-bottom: 20px;
}
} @media (min-width: 960px) {
.middle-white-card {
position: absolute !important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
z-index: 99 !important;
left: 42%;
}
.middle-white-card .btn-whatsapp-quienes-somos {
position: relative;
left: -18px;
}
.middle-white-card .mcb-column-inner.mfn-module-wrapper.mcb-item-heading-inner {
margin-bottom: 16px;
}
}
@media (width >= 1240px) {
.img-many-icons-vertical::after {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/Group-113.svg);
position: absolute;
right: -153px;
bottom: 116px;
}
}
@media (width >= 768px) {
.traits ul.mfn-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.traits ul.mfn-list li.mfn-list-item {
background-color: #fff;
padding: 28px !important;
border-radius: 20px;
width: 290px;
}
@media (width >= 768px) {
.traits ul.mfn-list li.mfn-list-item {
margin-right: 27px;
}
}
@media (width <= 767px) {
.traits ul.mfn-list li.mfn-list-item {
padding: 20px !important;
width: 100%;
margin-bottom: 10px;
}
}
.excelencia .mfn-visualeditor-content.mfn-inline-editor,
.servicio-cliente .mfn-visualeditor-content.mfn-inline-editor {
max-width: 360px;
border-radius: 19px;
background: #F3F4FB;
-webkit-backdrop-filter: blur(32.3499984741px);
backdrop-filter: blur(32.3499984741px);
padding: 35px 49px 35px 30px;
}
.excelencia .mfn-visualeditor-content.mfn-inline-editor img,
.servicio-cliente .mfn-visualeditor-content.mfn-inline-editor img {
float: right;
position: relative;
top: -12px;
right: -16px;
}
@media (width >= 1240px) {
.servicio-cliente {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
top: -16px;
}
}
@media (width >= 1240px) {
.wrap.info-right-column {
position: relative;
left: 8px;
top: 68px;
}
}
@media (min-width: 1300px) {
.wrap.info-right-column {
left: 24px;
}
}
@media (width >= 1240px) {
.mision-many-icons::after {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/Group-113.svg);
position: absolute;
bottom: -52px;
left: -56px;
}
}
@media only screen and (min-width: 960px) and (max-width: 1440px) {
.valores .laptop-one-fourth.column {
width: 33% !important;
}
}
@media only screen and (max-width: 1199px) {
section.quienes-somos {
background-position: left !important;
background-size: 190% !important;
}
section.quienes-somos .wrap {
width: 100% !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
section.quienes-somos {
background-position: 56% 100% !important;
}
section.quienes-somos .wrap {
width: 60% !important;
}
.page-id-171 section.quienes-somos, .page-id-176 section.quienes-somos, .page-id-173 section.quienes-somos {
padding-top: 50px;
padding-bottom: 50px;
background-position: 62% 100% !important;
}
.page-id-171 section.quienes-somos .wrap, .page-id-176 section.quienes-somos .wrap, .page-id-173 section.quienes-somos .wrap {
width: 62% !important;
}
.page-id-171 section.quienes-somos .wrap .mcb-item-heading-inner h2, .page-id-176 section.quienes-somos .wrap .mcb-item-heading-inner h2, .page-id-173 section.quienes-somos .wrap .mcb-item-heading-inner h2 {
font-size: 33px;
}
}
@media only screen and (min-width: 1301px) {
.page-id-173 section.quienes-somos {
background-position: center !important;
padding-top: 50px !important;
padding-bottom: 0 !important;
}
.page-id-173 section.quienes-somos .wrap {
width: 90% !important;
}
.page-id-173 section.quienes-somos .wrap .mcb-item-heading-inner {
margin-bottom: 25px;
}
.page-id-173 section.quienes-somos .wrap .mcb-item-heading-inner h2 {
font-size: 30px;
}
} section.form-and-social-icons .form-container .row-form:first-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
section.form-and-social-icons .form-container .row-form:first-child > .column-form {
width: 48%;
}
@media (width <= 1240px) {
section.form-and-social-icons .form-container .row-form:first-child > .column-form {
width: 100%;
}
}
section.form-and-social-icons .mcb-item-icon_box_2-inner:hover .desc {
text-decoration: underline;
color: #fff;
}
section.form-and-social-icons input.wpcf7-form-control.wpcf7-submit.has-spinner {
background-color: #fff;
color: #333;
}
section.form-and-social-icons input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
background-color: var(--orange);
color: #fff;
}
body.page-id-121 #Header::after {
content: none !important;
position: unset !important;
bottom: 0 !important;
}
body.page-id-121 #Content {
padding-top: 0;
}
body.page-id-121 footer#mfn-footer-template {
margin-top: -10px;
}
body.page-id-121 ul.breadcrumbs a,
body.page-id-121 ul.breadcrumbs li:last-child {
color: #fff !important;
}
@media (min-width: 768px) and (max-width: 960px) {
.wrap.mcb-wrap.mcb-wrap-d3lam7s1t.two-third.tablet-two-third.laptop-two-third.mobile-one.clearfix {
width: 55.666% !important;
}
}
@media (min-width: 768px) and (max-width: 960px) {
.wrap.mcb-wrap.mcb-wrap-mu03w0ssb.one-third.tablet-one-third.laptop-one-third.mobile-one.clearfix {
width: 42.333% !important;
}
}
@media (width <= 767px) {
body.page-id-121 #Header {
min-height: 124px !important;
}
}
@media (width <= 1240px) {
body.page-id-121 .column.mcb-column.mcb-item-i69j6nyq8.one.laptop-one.tablet-one.mobile-one.column_breadcrumbs {
display: none !important;
}
}
@media (width <= 767px) {
.wrap.mcb-wrap.mcb-wrap-mu03w0ssb.one-third.tablet-one-third.laptop-one-third.mobile-one.clearfix {
margin-top: 34px;
}
}
@media (width <= 767px) {
.section_wrapper.mfn-wrapper-for-wraps.mcb-section-inner.mcb-section-inner-2g4sx9lij {
padding: 0;
}
} @media (min-width: 960px) {
.middle-white-card {
position: absolute !important;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
z-index: 99 !important;
left: 42%;
}
.middle-white-card .btn-whatsapp-quienes-somos {
position: relative;
left: -18px;
}
.middle-white-card .mcb-column-inner.mfn-module-wrapper.mcb-item-heading-inner {
margin-bottom: 16px;
}
}
@media (width >= 1240px) {
.img-many-icons-vertical::after {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/02/Group-113.svg);
position: absolute;
right: -153px;
bottom: 116px;
}
}
@media (width >= 768px) {
.traits ul.mfn-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.traits ul.mfn-list li.mfn-list-item {
background-color: #fff;
padding: 28px !important;
border-radius: 20px;
width: 290px;
}
@media (width >= 768px) {
.traits ul.mfn-list li.mfn-list-item {
margin-right: 27px;
}
}
@media (width <= 767px) {
.traits ul.mfn-list li.mfn-list-item {
padding: 20px !important;
width: 100%;
margin-bottom: 10px;
}
}
@media (min-width: 768px) and (max-width: 960px) {
.wrap.mcb-wrap.mcb-wrap-d3lam7s1t.two-third.tablet-two-third.laptop-two-third.mobile-one.clearfix {
width: 55.666% !important;
}
}
@media (min-width: 768px) and (max-width: 960px) {
.wrap.mcb-wrap.mcb-wrap-mu03w0ssb.one-third.tablet-one-third.laptop-one-third.mobile-one.clearfix {
width: 42.333% !important;
}
}
@media (width <= 767px) {
body.page-id-121 #Header {
min-height: 124px !important;
}
}
@media (width <= 1240px) {
body.page-id-121 .column.mcb-column.mcb-item-i69j6nyq8.one.laptop-one.tablet-one.mobile-one.column_breadcrumbs {
display: none !important;
}
}
@media (width <= 767px) {
.wrap.mcb-wrap.mcb-wrap-mu03w0ssb.one-third.tablet-one-third.laptop-one-third.mobile-one.clearfix {
margin-top: 34px;
}
}
@media (width <= 767px) {
.section_wrapper.mfn-wrapper-for-wraps.mcb-section-inner.mcb-section-inner-2g4sx9lij {
padding: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1682px) {
.new-gallery-version .tabs_wrapper ul li a {
padding-top: 12px !important;
}
}
@media screen and (min-width: 768px) {
.new-gallery-version .ui-tabs .ui-tabs-nav li.ui-state-active a::after {
height: 3px !important;
top: 98% !important;
}
}
@media screen and (min-width: 1240px) {
.new-gallery-version .ui-tabs-panel {
padding-top: 55px !important;
}
}
@media screen and (min-width: 1240px) and (min-width: 1682px) {
.new-gallery-version .ui-tabs .ui-tabs-nav li {
border-bottom: 1px solid #ddd !important;
}
}
@media screen and (min-width: 1240px) {
.new-gallery-version .gallery {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 200px);
gap: 27px;
position: unset !important;
height: 1086px !important;
}
.new-gallery-version .gallery > .gallery-item {
width: 100% !important;
height: 100% !important;
-o-object-fit: cover !important;
object-fit: cover !important;
position: unset !important;
border-radius: 30px;
}
.new-gallery-version .gallery > .gallery-item img {
-webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.new-gallery-version .gallery > .gallery-item img:hover {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-filter: brightness(1.1);
filter: brightness(1.1);
}
.new-gallery-version .gallery > .gallery-item:nth-child(1) {
grid-column: 1/3;
grid-row: 1/2;
}
.new-gallery-version .gallery > .gallery-item:nth-child(2) {
grid-column: 3/4;
grid-row: 1/3;
}
.new-gallery-version .gallery > .gallery-item:nth-child(3) {
grid-column: 4/5;
grid-row: 1/3;
}
.new-gallery-version .gallery > .gallery-item:nth-child(4) {
grid-column: 1/2;
grid-row: 2/3;
}
.new-gallery-version .gallery > .gallery-item:nth-child(5) {
grid-column: 2/3;
grid-row: 2/3;
}
.new-gallery-version .gallery > .gallery-item:nth-child(6) {
grid-column: 3/5;
grid-row: 2/3;
}
.new-gallery-version .gallery > .gallery-item:nth-child(7) {
grid-column: 1/3;
grid-row: 3/4;
margin-top: 330px !important;
}
.new-gallery-version .gallery > .gallery-item:nth-child(8) {
grid-column: 3/4;
grid-row: 3/4;
}
.new-gallery-version .gallery > .gallery-item:nth-child(9) {
grid-column: 4/5;
grid-row: 3/4;
}
.new-gallery-version .gallery > .gallery-item:nth-child(2), .new-gallery-version .gallery > .gallery-item:nth-child(3), .new-gallery-version .gallery > .gallery-item:nth-child(4), .new-gallery-version .gallery > .gallery-item:nth-child(5) {
height: 430px !important;
}
.new-gallery-version .gallery > .gallery-item:nth-child(6) {
margin-top: 227px;
}
.new-gallery-version .gallery > .gallery-item:nth-child(4), .new-gallery-version .gallery > .gallery-item:nth-child(5) {
margin-top: 100px;
}
.new-gallery-version .gallery > .gallery-item:nth-child(8), .new-gallery-version .gallery > .gallery-item:nth-child(9) {
margin-top: 330px !important;
height: 300px !important;
}
.new-gallery-version .gallery > .gallery-item:nth-child(8) .image_frame .image_wrapper img, .new-gallery-version .gallery > .gallery-item:nth-child(9) .image_frame .image_wrapper img {
-o-object-position: center top !important;
object-position: center top !important;
height: 300px !important;
}
.new-gallery-version .gallery > .gallery-item:nth-child(1), .new-gallery-version .gallery > .gallery-item:nth-child(6), .new-gallery-version .gallery > .gallery-item:nth-child(7) {
height: 300px !important;
}
.new-gallery-version .gallery > .gallery-item:nth-child(1) .image_frame .image_wrapper img, .new-gallery-version .gallery > .gallery-item:nth-child(6) .image_frame .image_wrapper img, .new-gallery-version .gallery > .gallery-item:nth-child(7) .image_frame .image_wrapper img {
-o-object-position: center top !important;
object-position: center top !important;
height: 100% !important;
}
.new-gallery-version div.column_image_gallery.img-3 .gallery {
height: 440px !important;
}
.new-gallery-version div.column_image_gallery.img-3 .gallery > .gallery-item:nth-child(1) {
height: 430px !important;
}
.new-gallery-version div.column_image_gallery.img-3 .gallery > .gallery-item:nth-child(1) .image_frame .image_wrapper img {
height: 430px !important;
}
.new-gallery-version div.column_image_gallery.img-8 .gallery > .gallery-item:nth-child(8) {
grid-column: 3/5 !important;
}
.new-gallery-version div.column_image_gallery.img-1.img-8 .gallery > .gallery-item:nth-child(1) .image_frame .image_wrapper img {
height: 430px !important;
}
.new-gallery-version div.column_image_gallery.img-2 .gallery {
height: 302px !important;
}
.new-gallery-version div.column_image_gallery.img-2 .gallery > .gallery-item {
height: 300px !important;
}
.new-gallery-version div.column_image_gallery.img-2 .gallery > .gallery-item:nth-child(2) {
grid-column: 3/5 !important;
}
.new-gallery-version div.column_image_gallery.img-5 .gallery {
height: 764px !important;
}
.new-gallery-version div.column_image_gallery.img-5 .gallery > .gallery-item:nth-child(4) {
grid-column: 1/3 !important;
}
.new-gallery-version div.column_image_gallery.img-5 .gallery > .gallery-item:nth-child(5) {
grid-column: 3/5 !important;
height: 300px !important;
margin-top: 232px !important;
}
.new-gallery-version div.column_image_gallery.img-7 .gallery {
height: 758px !important;
}
.new-gallery-version div.column_image_gallery.img-7 .gallery > .gallery-item:nth-child(1) .image_frame .image_wrapper img, .new-gallery-version div.column_image_gallery.img-7 .gallery > .gallery-item:nth-child(6) .image_frame .image_wrapper img, .new-gallery-version div.column_image_gallery.img-7 .gallery > .gallery-item:nth-child(7) .image_frame .image_wrapper img {
height: 300px !important;
}
.new-gallery-version div.column_image_gallery.img-7 .gallery > .gallery-item:nth-child(6) {
grid-column: 3/4 !important;
}
.new-gallery-version div.column_image_gallery.img-7 .gallery > .gallery-item:nth-child(7) {
grid-column: 4/5 !important;
grid-row: 2/3 !important;
margin-top: 230px !important;
}
.new-gallery-version div.column_image_gallery.img-18 .gallery {
height: 2000px !important;
grid-template-rows: repeat(6, 200px);
}
.new-gallery-version div.column_image_gallery.img-18 .gallery > .gallery-item {   }
.new-gallery-version div.column_image_gallery.img-18 .gallery > .gallery-item:nth-child(10) {
grid-column: 1/3;
grid-row: 4/5;
margin-top: 432px;
}
.new-gallery-version div.column_image_gallery.img-18 .gallery > .gallery-item:nth-child(11) {
grid-column: 3/4;
grid-row: 4/6;
margin-top: 434px;
}
.new-gallery-version div.column_image_gallery.img-18 .gallery > .gallery-item:nth-child(12) {
grid-column: 4/5;
grid-row: 4/6;
margin-top: 434px;
}
.new-gallery-version div.column_image_gallery.img-18 .gallery > .gallery-item:nth-child(13) {
grid-column: 1/2;
grid-row: 5/6;
margin-top: 432px;
}
.new-gallery-version div.column_image_gallery.img-18 .gallery > .gallery-item:nth-child(14) {
grid-column: 2/3;
grid-row: 5/6;
margin-top: 432px;
}
.new-gallery-version div.column_image_gallery.img-18 .gallery > .gallery-item:nth-child(15) {
grid-column: 3/5;
grid-row: 5/6;
margin-top: 660px;
}
.new-gallery-version div.column_image_gallery.img-18 .gallery > .gallery-item:nth-child(16) {
grid-column: 1/3;
grid-row: 6/7;
margin-top: 330px !important;
margin-top: 432px !important;
}
.new-gallery-version div.column_image_gallery.img-18 .gallery > .gallery-item:nth-child(17) {
grid-column: 1/2;
grid-row: 6/7;
margin-top: 660px !important;
}
.new-gallery-version div.column_image_gallery.img-18 .gallery > .gallery-item:nth-child(18) {
grid-column: 2/3;
grid-row: 6/7;
margin-top: 660px !important;
}
}
@media screen and (max-width: 1239px) {
.new-gallery-version {
margin-bottom: 0 !important;
border-width: 0 !important;
}
.new-gallery-version .gallery {
height: auto !important;
display: grid !important;
grid-template-columns: 45% 45% !important;
column-gap: 10px !important;
row-gap: 10px !important;
justify-content: center !important;
}
.new-gallery-version .gallery > .gallery-item {
width: 100% !important;
height: 200px !important;
margin-bottom: 0 !important;
border-radius: 20px !important;
position: unset !important;
}
.new-gallery-version .gallery > .gallery-item .image_frame .image_wrapper img.attachment-full {
height: 200px !important;
}
}
@media screen and (max-width: 767px) {
.new-gallery-version ul.ui-tabs-nav {
background: #F3F4FB !important;
padding-top: 16px !important;
}
.new-gallery-version ul.ui-tabs-nav::before {
content: url(//www.metalicaimperio.com/wp-content/uploads/2025/05/chevron-down-mobile.svg) !important;
position: absolute !important;
right: 10px !important;
z-index: 99;
top: 18px;
}
.new-gallery-version .ui-tabs-tab.ui-corner-top.ui-state-default a {
text-align: left;
}
.new-gallery-version .gallery > .gallery-item {
height: 131px !important;
}
.new-gallery-version .gallery > .gallery-item .image_frame .image_wrapper img.attachment-full {
height: 131px !important;
}
} @media (width >= 1240px) {
.wrap.squares-curve-left-top-side-icon .column_visual {
width: 360px;
}
}
.wrap.squares-curve-left-top-side-icon .column_visual .mfn-visualeditor-content h3 {
position: relative;
left: 54px;
top: -10px;
}
@media (width <= 767px) {
.wrap.squares-curve-left-top-side-icon .column_visual .mfn-visualeditor-content h3 {
top: 0px;
font-size: 21px !important;
}
}
@media (width <= 767px) {
.wrap.squares-curve-left-top-side-icon .column_visual .mfn-visualeditor-content p {
position: relative;
top: 28px;
}
}
@media (width >= 1240px) {
.wrap.squares-curve-left-top-side-icon .column_visual .mfn-visualeditor-content p {
position: relative;
top: 20px;
}
}
.wrap.squares-curve-left-top-side-icon .column_visual .mfn-visualeditor-content img {
position: absolute;
top: 4px;
left: 4px;
}
@media (min-width: 768px) and (max-width: 959px) {
.wrap.squares-curve-left-top-side-icon .column_visual .mfn-visualeditor-content img {
top: -4px;
left: -2px;
}
} @media (width >= 768px) {
.wrap.recommendations-product .desc-wrapper {
max-width: 266px;
}
} .mfn-rev-slider sr7-module sr7-arrow {
border-radius: 10px;
}
.mfn-rev-slider sr7-module sr7-arrow.sr7-leftarrow::before {
content: "\e967" !important;
}
.mfn-rev-slider sr7-module sr7-arrow.sr7-rightarrow::before {
content: "\e968" !important;
}
.mfn-rev-slider sr7-module sr7-arrow::before {
font-family: "mfn-icons" !important;
font-size: 22px !important;
}
.mfn-rev-slider sr7-module sr7-arrow:hover {
background-color: var(--orange) !important;
}
.mfn-rev-slider sr7-module sr7-arrow:hover::before {
color: #fff !important;
}
#SR7_1_1 .perpetua::after {
background: rgb(0, 11, 140) !important;
background: -o-linear-gradient(274deg, rgba(0, 12, 140, 0.6) 0%, rgba(0, 0, 0, 0.3323530096) 100%) !important;
background: linear-gradient(176deg, rgba(0, 11, 140, 0.6) 0%, rgba(0, 0, 0, 0.3323530096) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b8c", endColorstr="#000000", GradientType=1) !important;
}
#SR7_1_1 .perpetua::after,
.reyes::after {
mix-blend-mode: unset !important;
opacity: 1 !important;
}
@media (width <= 1240px) {
#SR7_1_1 sr7-arrow.sr7-leftarrow.sr7-arrows.persephone {
-webkit-transform: translate(-74px, -10px) !important;
-ms-transform: translate(-74px, -10px) !important;
transform: translate(-74px, -10px) !important;
}
#SR7_1_1 sr7-arrow.sr7-rightarrow.sr7-arrows.persephone {
-webkit-transform: translate(-20px, -10px) !important;
-ms-transform: translate(-20px, -10px) !important;
transform: translate(-20px, -10px) !important;
}
#SR7_1_1 #SR7_1_1-pbar {
top: unset !important;
bottom: 10px !important;
}
} #qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle {
border-radius: 8px !important;
}
#qlwapp.qlwapp-bottom-right {
bottom: 150px !important;
}
h2.wsp-pages-title {
display: none;
}