/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 10:50:11 */
/*PROXIMA & ROBOTO FONT*/
@import url("https://p.typekit.net/p.css?s=1&k=dsi1lkb&ht=tk&f=137.138.139.140.169.170.171.172.173.174.175.176.5474.5475.25136.25137&a=86814868&app=typekit&e=css");

@font-face {
font-family:"proxima_regular";
src:url("https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"proxima_semibold";
src:url("https://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/e37e5a/00000000000000007735e60d/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;
}

@font-face {
font-family:"proxima_bold";
src:url("https://use.typekit.net/af/99d25e/00000000000000007735e611/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/99d25e/00000000000000007735e611/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/99d25e/00000000000000007735e611/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:800;font-stretch:normal;
}

@import url("https://p.typekit.net/p.css?s=1&k=aza5uvr&ht=tk&f=15498.15501.15505.15510.26839.26840.26841.26842.28900.28901.28904.28905&a=314560770&app=typekit&e=css");
@font-face {
font-family:"roboto_condensed";
src:url("https://use.typekit.net/af/b1171f/00000000000000007735a09d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/b1171f/00000000000000007735a09d/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/b1171f/00000000000000007735a09d/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
@font-face {
font-family:"Roboto Condensed";
src:url("https://use.typekit.net/af/b1171f/00000000000000007735a09d/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/b1171f/00000000000000007735a09d/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/b1171f/00000000000000007735a09d/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
/*PROXIMA & ROBOTO FONT*/

:root {
    --background: #0f102e;
    --main-color: white;
    --secondary-color: #f8f8f8;
    --feature-color: white;
    --feature-title-color: var(--feature-color);
    --feature-link-color: white
}
body {
    color: var(--main-color);
    font-family: proxima_regular;
    font-size: 14px;
	line-height: 24px;
}
p {
    color: var(--main-color);
	font-size: 16px;
}

h1, h4{
    font-family: roboto_condensed !important;
    margin: 24px 0 24px !important;
    line-height: 1.1;
	color: var(--main-color) !important;
}
h1.elementor-heading-title {
	font-size: 56px;
	text-transform: uppercase;
	line-height: 62px !important;
	font-weight: 400 !important;
}
h4{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700 !important;
}
.h3, h3 {
    margin-bottom: 24px;
}
.language-btn {
	z-index:9;
}
.e-n-menu-wrapper .e-n-menu-content .elementor-icon-list-item a, .elementor-location-footer .elementor-icon-list-item a {
	text-decoration-color: #fff !important;
}
.e-n-menu-wrapper .e-n-menu-content .elementor-icon-list-item a:hover , .elementor-location-footer .elementor-icon-list-item a:hover {
	text-decoration: underline;
}

.breadcrumb a {
    text-decoration: none;
    opacity: .6;
	font-size: 13px;
}
.breadcrumb .breadcrumb_last {
	font-size: 13px;
}
.breadcrumb a:hover {
    text-decoration: underline;
    opacity: 1;
}
.breadcrumb span.chevron {
    margin: 0 8px;
}
.list--tick, .wysiwyg-content ul, ul.list--tick {
    text-align: left;
    list-style: none;
    counter-reset: li;
    padding-left: 0;
}
.list--tick li, .wysiwyg-content ul li, ul.list--tick li {
    color: var(--main-color);
    margin-bottom: .5em;
    padding-left: 2em;
}
.list--tick a, .list--tick li:before, .wysiwyg-content ul a, .wysiwyg-content ul li:before, ul.list--tick a, ul.list--tick li:before {
    color: var(--feature-color);
}
.list--tick li:before, .wysiwyg-content ul li:before, ul.list--tick li:before {
    background-image: url(https://stp.com/mx/wp-content/uploads/sites/19/icons/icon--tick--white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -2em;
    margin-right: 1em;
    position: relative;
    top: 2px;
}
sup {
    line-height: 1;
}
@media screen and (min-width: 732px) {
    .grid-md {
        display: grid;
        grid-gap: 3rem;
    }
	.grid-md-cols-5 {
        grid-template-columns: repeat(5, 1fr);
    }
}
.align-center {
    align-items: center;
}
.grid-span-2 {
    grid-column: span 2 / span 2;
}
.grid-span-3 {
    grid-column: span 3 / span 3;
}
.nav-skip-link, .skip-link, .sr-only {
    font-size: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
    padding: 0;
    border: 0;
}
.prod-related-container {
 overflow: hidden; 
}
body.home .slider--featured:after, body.home .slider--featured:before {
	background: none;
}
body.home .prod-related-container:before {
	top:20%;
}
body.home .slider--featured .slider__panels {
	width: 100%;
}
.product__head {
    padding-left: 0;
}
.top-red-border {
	border-top: 8px solid #DE0300;
}
.product__head h1 {
    margin-top: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.elementor-location-footer .elementor-icon-list-icon svg path:not([fill]), .elementor-location-footer .elementor-icon-list-icon svg polygon:not([fill]) {
    fill: #fff;
}
.bg--grey--lightest, .theme--grey--lightest {
    --background: #f8f8f8;
    --main-color: #232323;
    --secondary-color: #646566;
    --feature-color: white;
    --feature-title-color: #646566;
}

.language-btn a {
    vertical-align: middle;
	 padding-right: 20px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='%23ffffff' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 100% 35%
}
.language-btn a svg {
	font-size: 16px;
}
body.single-post .type-post, .product-related-container {
	overflow:  hidden;
}

.image-text-section .elementor-image-box-img img{
	width: 100%;
	max-height: 100%;
    object-fit: cover;
}
.image-text-section .elementor-image-box-content {
	width: 95%;
    margin: 0 auto;
	background: linear-gradient(90deg, #0048bd 0%, #0078cb 50%, #0048bd 100%);
    padding: 36px;
    border: 2px solid #0068c7;
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - var(--clipSize)), calc(100% - var(--clipSize)) 100%, 0 100%);
    --clipSize: 50px;
}
.image-text-section .elementor-image-box-content a{
	color: #fff;
    display: inline-block;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-family: roboto_condensed;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    background-size: 200% auto;
    text-transform: uppercase;
    transition: all .35s, color .35s;
    background-color: #de0400;
    text-decoration: none;
	font-size: 1.25rem;
    padding: 1rem 2rem;
	background-image: none;
}
.image-text-section .elementor-image-box-content a:hover{
	background-position: right center;
    background-color: #a4111c;
    text-decoration: none;
}
.image-text-section .elementor-image-box-content p{
	margin-bottom: 24px;
}
.image-text-section .elementor-image-box-img{
	position: relative;
    margin-top: -24px;
    overflow: hidden;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.faq-card {
    cursor: pointer;
}
.faq-card:hover .product-box a {
 	text-decoration: underline;
}
.faq-card:hover .product-box img {
    transform: scale(1);
}
.product__head h1 {
    max-width: 540px;
}
.faqs-accordian .e-n-accordion-item-title-header {
	width: 100%;
}
.faqs-accordian .e-n-accordion-item-title[aria-expanded="true"]{
	border-bottom: 0 !important;
}
.faqs-accordian .e-n-accordion-item[open]{
	border: 4px solid #0177cb;
}
.faqs-accordian .e-n-accordion-item{
	--clipSize: 30px;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - var(--clipSize)), calc(100% - var(--clipSize)) 100%, 0 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - var(--clipSize)), calc(100% - var(--clipSize)) 100%, 0 100%);
	transition: .3s transform ease;
}
.faqs-accordian .e-n-accordion-item[open] .e-n-accordion-item-title, .faqs-accordian .e-n-accordion-item[open] div[role=region]{
	background: linear-gradient(90deg, #0048bd 0%, #0078cb 50%, #0048bd 100%);
	border: 0 !important;
}
.faqs-accordian .e-n-accordion-item a {
	color: #fff;
	text-decoration: underline;
}
.faqs-accordian .e-n-accordion-item[open] div[role=region] p {
	font-family: proxima_regular;
}
/* .faqs-accordian .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened svg{
	transform-origin: 50% 50%;
    transition: .3s transform ease;
    transform: translate(-50%, -50%) rotate(0);
}
.faqs-accordian .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened svg{
	transform: translate(-50%, -50%) rotate(180deg);
} */
.arm-product-slider .view-product{
	display: none;
	transition: opacity .25s cubic-bezier(.65,0,.35,1);
}
.arm-product-slider .swiper-slide:hover .view-product{
	display:  block;
	
}
.arm-product-slider .swiper-slide .view-product{
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.arm-product-slider .swiper-slide:hover h2 a{
	text-decoration: underline;
}

.stp-mobile-menu .e-n-menu-wrapper {
    min-height: 100vh;
    background: #0f102e !important;
	top: 3em !important;
}
.stp-mobile-menu.elementor-widget-n-menu .e-n-menu-heading {
	margin-top: 4em;
	padding-left: 2em;
	padding-right: 2em;
/*     justify-content: flex-start !important; */
}
.stp-mobile-menu.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-item {
	width: 100% !important;
	padding-bottom: 2em;
}
.stp-mobile-menu.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-item:last-child {
    padding-top: 4em;
}
.stp-mobile-menu.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title {
	justify-content: space-between;
}
.stp-mobile-menu.elementor-widget-n-menu .elementor-animation-shrink:active, .stp-mobile-menu.elementor-widget-n-menu .elementor-animation-shrink:focus, .stp-mobile-menu.elementor-widget-n-menu .elementor-animation-shrink:hover {
    transform: none;
	flex-direction: row-reverse;
    justify-content: flex-end !important;
	column-gap: 10px;
	border-color: #fff !important;
}
.stp-mobile-menu .e-n-menu-content.e-active .e-active{
	padding-right: 5em;
}
.stp-mobile-menu .e-n-menu-content.e-active .elementor-element.elementor-element-cc88dff{
    --e-con-grid-template-columns: repeat(2, 1fr);
}
#country-selector {
	position: relative;
	border: 0;
}
#country-selector .e-n-menu-title-container {
	background-image: url(https://stp.com/mx/wp-content/uploads/sites/19/2025/04/mexico.jpeg);
    background-repeat: no-repeat;
    position: absolute;
	width: 100%;
	background-size: contain;
}
#country-selector .e-n-menu-title-container .e-n-menu-title-text {
	margin-left: 3em;
}
#country-selector:after {
    content: "Cambio";
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: underline;
    font-family: roboto_condensed;
}
.country-card {
	height: 100%;
}
.arm__product-related .doc-subtitle, .arm__product-related [role=doc-subtitle] {
	text-align: center;
}
.fuel-additive-lineup-section{
    background: linear-gradient(90deg, #0048bd 0, #0078cb 50%, #0048bd 100%)!important;
}
@media (min-width: 732px) {
    .fuel-additive-lineup-section {
        /*margin-left: -2%!important;*/
        clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
        height:500px;
        }
}
.fuel-additive-lineup-section {
        clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
}
@media screen and (min-width: 732px) {
	.image-text-section .elementor-image-box-img{
		width: 115% !important;
		position: relative;
		color: red;
		--clipSize: 30px;
		-webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - var(--clipSize)), calc(100% - var(--clipSize)) 100%, 0 100%);
		clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - var(--clipSize)), calc(100% - var(--clipSize)) 100%, 0 100%);
		height: 600px;
	}
	.image-text-section .elementor-image-box-content {
		width: 60%;
		margin-right: -12%;
	}
	.image-text-section.left-image .elementor-image-box-content {
		margin-right: 0 !important;
		margin-left: -12%;
	}
}
@media screen and (max-width: 730px) {
	.image-text-section .elementor-image-box-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	.image-text-section .elementor-image-box-img{
		margin-top: -24px !important;
		width: 100% !important;
	}
}
@media(max-width: 767px) { 
	.product_related .doc-subtitle, .product_related [role=doc-subtitle] {
		font-size: 28px;
	}
	h1.elementor-heading-title {
		line-height: 1.1 !important;
	}
	.stp-mobile-menu .e-n-menu-content.e-active .elementor-element.elementor-element-cc88dff{
		--e-con-grid-template-columns: repeat(1, 1fr);
	}
	.country-card .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.country-card .elementor-image-box-wrapper .elementor-image-box-img {
		width: 25% !important;
	}
	.country-card .elementor-image-box-wrapper .elementor-image-box-img img{
		width: 50px;
	}
	.country-card .elementor-image-box-wrapper .elementor-image-box-content{
		display: flex;
        justify-content: space-between;
        align-items: center;
	}
}
@media(min-width: 768px) and (max-width: 1023px) { 
	.image-text-section .elementor-image-box-img {
		height: auto;
	}
	.image-text-section .elementor-image-box-content {
		width: 100%;
	}
}
@media(max-width: 987px) { 
	.slider--listing .slider__panels .grid-cols-4 {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

/*header nav bar in other dimension*/
ul.e-n-menu-heading {
    margin-left: -34px !important;
    margin-right: -10px !important;
}

/*POPUP CROSS BUTTON COLOR*/
svg.e-font-icon-svg.e-eicon-close.eicon-close {
    color: #000000 !important;
}



.footer-section-mark li a:link {font-family: roboto_condensed !important; text-transform:uppercase;}
.footer-section-mark h2 {font-family: roboto_condensed !important; text-transform:uppercase;}


