@charset "UTF-8";
@import url("navbar.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: "Circular";
  src: url("../fonts/circular/CircularStd-Black.eot");
  src: url("../fonts/circular/CircularStd-Black-.eot#iefix") format("embedded-opentype"), url("../fonts/circular/CircularStd-Black.woff") format("woff"), url("../fonts/circular/CircularStd-Black.ttf") format("truetype"), url("../fonts/circular/CircularStd-Black.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/circular/CircularStd-Bold.eot");
  src: url("../fonts/circular/CircularStd-Bold-.eot#iefix") format("embedded-opentype"), url("../fonts/circular/CircularStd-Bold.woff") format("woff"), url("../fonts/circular/CircularStd-Bold.ttf") format("truetype"), url("../fonts/circular/CircularStd-Bold.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/circular/CircularStd-Medium.eot");
  src: url("../fonts/circular/CircularStd-Medium-.eot#iefix") format("embedded-opentype"), url("../fonts/circular/CircularStd-Medium.woff") format("woff"), url("../fonts/circular/CircularStd-Medium.ttf") format("truetype"), url("../fonts/circular/CircularStd-Medium.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/circular/CircularStd-Book.eot");
  src: url("../fonts/circular/CircularStd-Book-.eot#iefix") format("embedded-opentype"), url("../fonts/circular/CircularStd-Book.woff") format("woff"), url("../fonts/circular/CircularStd-Book.ttf") format("truetype"), url("../fonts/circular/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: Suzuki Pro;
    src: url(/fonts/suzuki/SuzukiPRORegular.otf) format("opentype")
}
@font-face {
    font-family: Suzuki Pro Bold;
    src: url(/fonts/suzuki/SuzukiPROBold.otf) format("opentype")
}
@font-face {
    font-family: Suzuki Pro Headline;
    src: url(/fonts/suzuki/SuzukiPROHeadline.otf) format("opentype")
}*/
:root {
    --bs-white: #fff;
    --gray: #f3f3f3;
    --black: #000000;
    --blue: #05339a;
    --yellow: #efd800;
}
html{
    font-size: 16px;
}
body{
	width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Circular', sans-serif;
    font-size: 16px;
    color: #000;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
    font-weight: 400;
}
a, button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
p{
    font-family: 'Circular', sans-serif;
	font-weight: 400;	
    color: #3f3f3f;
    font-size: 1rem;
}
h1, h2, h3{
    font-weight: 500;
    font-family: 'Rubik', sans-serif
}
a{
	text-decoration: none;
	color: var(--black);
}
a:hover {
	text-decoration: none;
    color: var(--blue);
}
ul{
	list-style-type: none;
}
input:hover, input:focus, input:active,
select:hover, select:focus, select:active,
button:hover, button:focus, button:active{
	box-shadow: none !important;
	outline: none !important;
}
.rubik{
    font-family: 'Rubik', sans-serif !important;
}

/* =============== */
/* TITLES */
/* =============== */
.section-100{
    padding: 100px 0;
}
.section-70{
    padding: 70px 0;
}
.section-50{
    padding: 50px 0;
}

/* =============== */
/* UTILIDADES */
/* =============== */
.text-yellow{
    color: var(--yellow) !important;
}
.text-gold{
    color: var(--gold) !important;
}
.text-green{
    color: var(--green) !important;
}
.text-blue{
    color: var(--blue) !important;
}
.text-light{
    color: #b7b7b7 !important;
}
.bg-gray {
    background-color: var(--gray) !important;
}
.bg-blue {
    background-color: var(--blue) !important;
}
.bg-green {
    background-color: var(--green) !important;
}
.bg-gold {
    background-color: var(--gold) !important;
}
.bg-yellow {
    background-color: var(--yellow) !important;
}
.text-justify{
    text-align: justify;
}
.w-50px{
    width: 50px;
}
.h-50px{
    height: 50px;
}
.h-100px{
    height: 100px;
}
.h-150px{
    height: 150px;
}
.h-200px{
    height: 200px !important;
}
.h-300px{
    height: 300px !important;
}
.h-400px{
    height: 400px !important;
}
.h-500px{
    height: 500px !important;
}
.onda{
    padding: 130px 0 160px;
}

/* =============== */
/* BTN */
/* =============== */
.btn{
    background-color: var(--blue);
    color: var(--bs-white);
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    padding: 8px 20px;
    border-radius: 4px;
    border: 2px var(--blue) solid;
}
.btn:hover{
    color: var(--bs-white);
    background-color: #004fd2;
}
.btn:active,
.btn:focus{
    outline: none;
    box-shadow: none;
}
.btn-sm,
.btn-small{
    padding: 3px 15px;
    font-size: 0.8rem;
}
.btn-black{
    color: var(--bs-white);
    background-color: var(--black) !important;
}
/*.btn-green{
    color: var(--bs-white);
    background-color: var(--black) !important;
    border: 2px solid var(--green);
}*/
.btn-outline{
    color: var(--blue);
    background-color: transparent;
    border: 2px solid var(--blue);
}
.btn-yellow{
    color: var(--black) !important;
    background-color: var(--yellow) !important;
    border: 2px solid var(--yellow);
}
.btn-yellow:hover{
    background-color: #cebb00 !important;
}
/*.btn-quote{
    border-radius: 0;
    height: 50px;
}
*/

.home-section .product-home{
    z-index: 2;
    margin-right: 10vw;
}
.z-index-10{
    z-index: 2;
}
.home-section{
    background-size: cover;
    height: 600px;
    background-image: url(https://motos.suzuki.com.mx/img/temporales/home-2023-05/bgnd.jpg);
}
.home-section h2{
    font-size: 4rem;
}
.home-section .subtl-price{
    font-size: 3rem;
}
.home-section-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0.7;
}
.home-section-wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='154' width='1440' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cpath d='M1440 120v34H0v-34l920.09-76.674L1324.04 60z' fill='%23fff'/%3E%3Cpath d='M917 43.647L1440 0v120z' fill='%23eee'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center bottom -1%;
    background-size: 102%;
}

.header-sm{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    background-image: url('https://motosureste.com.mx/wp-content/uploads/2024/01/Cover_sitio_promociones_SZK.jpeg');
    background-size: cover;
    background-position: center;
}
.header-sm:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #000;
    opacity: 0.7;
}
.header-sm:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='120' width='1440' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 120V70l1013.825-21.121L1440 81v39z' fill='%23fff'/%3E%3Cpath d='M1440 40v64l-430-55z' fill='%23eee'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center bottom -1%;
    background-size: 100%;
}
.header-sm.big-title h1{
    font-size: 3rem;
}

.iron-crowd-cta{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://motosureste.com.mx/wp-content/uploads/2024/01/Cover_sitio_promociones_SZK.jpeg');
    background-size: cover;
    background-position: center;
}
.iron-crowd-cta:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #000;
    opacity: 0.7;
}
.iron-crowd-cta img{
    width: 300px;
}

/*-----------------------------
  CONTACT
-----------------------------*/
.form-group {
    margin-bottom: 0.8rem;
}
.form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #0b2238;
}
.form-control,
.form-select,
.select2-container--bootstrap-5 .select2-selection--single {
    height: 50px;
    color: #0b2238;
    background-color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    border-color: var(--bs-gray-400);
    transition: 0.3s !important;
}
textarea.form-control {
    height: 120px;
    padding-top: 15px;
}
.form-control:focus,
.form-control:active{
    outline: none;
    box-shadow: none !important;
    border: 1px var(--bs-gray-600) solid;
}

/*-----------------------------
  BLOG ITEM
-----------------------------*/
.blog-single p{
    font-weight: 300;
    color: #606060;
    text-align: justify;
}
.blog-single p strong{
    font-weight: 600 !important;
}
.blog-single a{
    color: red !important;
}
.blog-single h1{
    font-size: 2.5rem;
}
.blog-single h2{
    margin-top: 30px;
    font-size: 1.5rem;
}
.blog-single h3{
    margin-top: 20px;
    font-size: 1.4rem;
}
.blog-single h4{
    font-size: 1.3rem;
}
.blog-single h5{
    font-size: 1.2rem;
}

/
/*-----------------------------
  NEWSLETTER
-----------------------------*/
.newsletter{
    background-color: var(--black);
}
.newsletter .newsletter-content {
    text-align: center;
    position: relative;
}
.newsletter .newsletter-content:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    position: absolute;
    top: 0;
    font-size: 1.4rem;
    right: 0;
    color: #757575;
    z-index: 1;
    transform: rotate(-45deg);
}
.newsletter .newsletter-content input {
    border: none;
    font-family: Syne,sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    width: 100%;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    border-bottom: 1px solid #686868;
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    background: none;
    outline: none;
}
.newsletter .newsletter-content input::placeholder{
    color: #c3c3c3;
}
.newsletter .wpcf7 form .wpcf7-response-output{
    color: var(--bs-white);
    font-size: 0.8rem;
}


footer{
    padding: 100px 0 20px;
    background-color: #021822;
    color: #fff;
}
footer .logo-footer{
    width: 150px;
}
footer p, footer p a{
    color: #fff;
}
footer .footer-menu a{
    color: #C0C0C0;
    margin-bottom: 15px;
}
footer .footer-menu a .tex{
    display: inline;
    position: relative;
    color: #C0C0C0;
}
footer .footer-menu a .tex:hover{
    color: #fff;
}
footer .footer-menu a .tex:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -5px;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
footer .footer-menu a .tex:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
footer .copy{
    font-size: 12px;
    letter-spacing: 1px;
}

.wp-block-image a,
.wp-block-image img{
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.wp-block-embed {
    max-width: 100% !important;
}
.wp-block-embed iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
}


/*------------------------------------
    FOOTER
------------------------------------*/
@media (max-width: 991px) {
    .section-100,
    .section-70 {
        padding: 50px 0;
    }
    .home-section {
        padding: 5rem 0 20rem;
        height: auto;
    }
    .home-section h2 {
        font-size: 3rem;
    }
    .home-section .product-home {
        margin: 0 auto;
    }
    .header-sm {
        height: 250px;
    }
    .header-sm:after{
        content: none;
    }
    .header-sm.big-title h1 {
        font-size: 2.2rem;
    }
    .btn-sm {
        padding: 5px 15px;
    }
    footer {
        padding: 70px 0 85px;
    }
    .form-control, .form-select, 
    .select2-container--bootstrap-5 .select2-selection--single {
        font-size: 1rem;
    }

}

.grecaptcha-badge {
    visibility: collapse !important;
}
.eq-bar {
    width: 3px;
    height: 20px;
    border-radius: 9999px;
    margin: 0 2px;
    background: linear-gradient(0deg, var(--blue), #8dafe7);
    animation: modern-eq 1.2s ease-in-out infinite;
    transform-origin: bottom;
}
.eq-bar:first-child {
    animation-delay: 0s
}
.eq-bar:nth-child(2) {
    animation-delay: .2s
}
.eq-bar:nth-child(3) {
    animation-delay: .4s
}
.eq-bar:nth-child(4) {
    animation-delay: .6s
}
.eq-bar:nth-child(5) {
    animation-delay: .8s
}
@keyframes modern-eq {
    0% {
        transform: scaleY(.4)
    }
    50% {
        transform: scaleY(1)
    }
    to {
        transform: scaleY(.4)
    }
}


