/*Generales*/
*,
html,
body {
	font-family: 'Montserrat', sans-serif !important;
}

#header {
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
    z-index: 1000; 
    background-color: #fff; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.mb-100 {
	margin-bottom: 100px !important;
}

.banner-default {
	margin-bottom: 50px;
}

.uk-button-avant {
	background-color: #fff;
	color: #E51B1B;
	border: 2px solid #E51B1B;
	border-radius: 1000px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
}

.uk-button-avant:hover {
	color: #fff;
	background-color: transparent;
	outline: none;
	border: 2px solid transparent;
}

.uk-button-avant:hover::before {
	left: -1%;
}

.uk-button-avant::before {
	content: "";
	position: absolute;
	left: -160%;
	height: 100%;
	width: 131%;
	background: #E51B1B;
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	-webkit-transition: left .5s;
	transition: left .5s;
	z-index: -1;
}

.info-vehiculo a:hover {
	color: #fff;
	text-decoration: none;
}
/**/

.uk-navbar-dropdown strong > a {
    color: #666666;
}

ul.uk-slideshow-items > li > img {
    width: 100%;
}


/*HEADER*/
#header {
	background: rgb(0, 0, 0);
	background: rgb(0, 0, 0);
	background: -webkit-linear-gradient(54deg, rgba(0, 0, 0, 1) 36%, rgba(90, 90, 90, 1) 100%);
	background: -o-linear-gradient(54deg, rgba(0, 0, 0, 1) 36%, rgba(90, 90, 90, 1) 100%);
	background: linear-gradient(144deg, rgba(0, 0, 0, 1) 36%, rgba(90, 90, 90, 1) 100%);
	padding: 20px 0px;
}

.uk-navbar {
	font-size: 14px;
	font-weight: 600;
}

.uk-navbar>ul>li>a {
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 3px solid transparent;
	min-height: 40px;
}

.uk-navbar ul>li>a {
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
}

.uk-navbar-nav>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 100%;
	border-bottom: 3px solid #E51B1B;
	transition: .4s;
	z-index: 0;
}

.uk-navbar-nav>li>a:hover:::before {
	width: 100%
}

.uk-navbar-nav li a:hover {
	color: #E51B1B !important;
}

.uk-navbar>ul.uk-navbar-nav>li.uk-active>a {
	font-size: 14px;
	color: #E51B1B !important;
	border-bottom: 3px solid #E51B1B;
	margin-left: 15px;
	margin-right: 15px;
	color: #E51B1B !important;
	min-height: 40px;
}

.uk-offcanvas-bar {
	background-color: #000000;
}

.uk-offcanvas-bar .uk-navbar-dropdown-nav {
	padding-left: 30px;
}

.uk-offcanvas-bar>ul>li {
	padding-bottom: 20px;
	font-weight: 600;
}

.uk-navbar-toggle {
	color: #fff !important;
}
/**/


/*Top A*/

/*SLIDESHOW*/
.home-slideshow {
	margin-bottom: 50px;
}
.home-slideshow .uk-slidenav {
	color: #ff2f28;
    background-color: #f9f9f929;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: grid;
    place-items: center;
}
/**/

/*TOP-B*/
#top-b h2 {
	font-size: 31px;
	font-weight: 400;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 65px;
}

#top-b .grid-productos2>*,
.grid-productos>:nth-child(1),
.grid-productos>:nth-child(2) {
	border: 1px solid #eee;
}

#top-b .grid-productos>div>.uk-panel {
	padding-left: 50px;
	padding-bottom: 20px;
}

#top-b .grid-productos .first-producto {
	font-size: 30px;
}

#top-b .nombre-producto {
	color: #333;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#top-b .descrip-producto {
	font-weight: 400;
	font-size: 20px;
	text-transform: capitalize;
	margin-top: 0px;
}

#top-b .box-producto {
	padding: 20px;
}


/*TOP-C*/
#top-c,
#top-pruebas {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(343deg, rgba(0, 0, 0, 1) 18%, rgba(90, 90, 90, 1) 93%);
	background: -webkit-linear-gradient(343deg, rgba(0, 0, 0, 1) 18%, rgba(90, 90, 90, 1) 93%);
	background: linear-gradient(343deg, rgba(0, 0, 0, 1) 18%, rgba(90, 90, 90, 1) 93%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#5a5a5a", GradientType=1);
	padding: 100px 0px;
}

#top-c .box-localidades h3,
#top-c .box-sumate h3 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
	line-height: 40px;
}

#top-c .box-localidades>figure>figcaption {
	background-color: rgba(255, 255, 255, .9);
}

#top-c .box-sumate>figure>figcaption {
	background-color: rgba(0, 51, 153, .9);
}

#top-c .box-sumate figure>figcaption,
#top-c .box-sumate>figure>figcaption .box-btn {
	color: #ffffff !important;
}

#top-c .box-localidades figure>figcaption,
#top-c .box-sumate figure>figcaption {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	line-height: 40px;
	margin-left: 50px;
	padding: 30px;
}

#top-c .box-localidades figure>figcaption .box-btn,
#top-c .box-sumate figure>figcaption .box-btn {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}


/*BANNER DEFAULT*/
.banner-default:not(.suzuki) > div {
	background-image: url(../img/bg-header.png) !important;
	background-size: cover;
}
section.banner-default.suzuki > div {
 
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.38) 50%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 50%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 50%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=1 );

}
@media screen and (max-width: 480px){
	section.banner-default.suzuki > div {
    min-height: 345px;
  }
  body .img-motocicleta ul.uk-slideshow-items {
    min-height: 350px !important;
  }
}

.banner-default p {
	padding: 15px !important;
}


/*Motocicletas*/
#main-producto {
	margin-bottom: 50px;
}

.leyeda-producto {
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #E51B1B;
}

.info-vehiculo>.uk-list>li {
	font-size: 14px;
}





/*LOCALIDADES*/


/*SUMATE A NOSOTROS*/
#middle-sumate>.banner-default>div>p>.sumate-description {
	font-size: 15px;
	font-style: italic;
}

#middle-sumate a {
	color: #333;
	text-decoration: none;
}

.formulario {
	margin: 0 auto;
}

.formulario .uk-margin {
	margin-left: auto;
	margin-right: auto;
}

.uk-button-formulario {
	background-color: #333;
	color: #fff;
	border: 1px solid transparent;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: 500;
}


/*FOOTER*/
#footer {
	background: #f6f6f6 !important;
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	padding: 60px 0px!important;
}

.logo-footer>img {
	margin-bottom: 10px;
}

#footer h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

#footer a {
	color: #E51B1B;
}

.copyright a {
	color: #333333 !important;
	text-decoration: none;
}

#footer ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

#footer .formulario .uk-input {
	max-width: 100%;
	width: 363px;
	border: 0 none;
	padding: 0 10px;
	background: transparent;
	color: #333;
	border-bottom: 1px solid #ccc;
	transition: .2s ease-in-out;
	transition-property: color, background-color, border;
}

.newsletter > .formulario button {
    background: transparent;
    border: none;
}

.newsletter > .formulario button .uk-form-icon {
	color: #E51B1B;
}

.uk-modal-dialog.uk-margin-auto-vertical .formulario h3 {
    padding-top: 25px;
}


/*media querys*/

@media screen and (max-width: 641px) {
	#header {
		padding: 5px 0px;
	}
	#header-a>div>div>.logo-header>a>img {
		width: 290px !important;
	}
	.logo-copyright .logo-footer>img {
		width: 220px !important;
	}
	#footer {
		font-size: 12px;
	}
	#footer h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 769px) {
	#footer {
		padding: 30px 0px !important;
	}
	#top-b .middle-a h2 {
		font-size: 25px;
	}
	#top-b .grid-productos>div>.uk-panel {
		padding: 20px;
	}
	#top-b .grid-productos>div>.uk-panel>img {
		width: 276px;
		height: 188px;
	}
	#top-b .grid-productos {
		text-align: center;
	}
	#top-b .grid-productos .first-producto {
		font-size: 20px;
	}
	#top-b .descrip-producto {
		font-size: 15px;
		
	}
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 1025px) {
	.uk-navbar-nav {
		margin-left: 15px;
	}
	.uk-navbar ul>li>a,
	.uk-navbar ul>li.uk-active a {
		margin-left: 0px;
		font-size: 12px;
	}
}

@media screen and (max-width: 1238px) and (min-width: 959px) {
	.logo-lasa-motors {
		width: 200px;
	}
	.logo-header img {
		margin-right: 0px;
	}
	.logo-suzuki {
		width: 100px;
	}
}

@media screen and (max-width: 1569px) and (min-width: 959px) {
	.uk-navbar ul>li>a,
	.uk-navbar ul>li.uk-active a {
		font-size: 12px;
		margin: 0px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 960px) {
	#top-c .box-localidades figure>figcaption,
	#top-c .box-sumate figure>figcaption {
		font-size: 30px !important;
		line-height: 30px !important;
		margin-left: 25px !important;
		padding: 20px !important;
	}
	#top-c .box-localidades figure>figcaption .box-btn,
	#top-c .box-sumate figure>figcaption .box-btn {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 600px) and (min-width: 425px) {
	#top-c .box-localidades figure>figcaption,
	#top-c .box-sumate figure>figcaption {
		font-size: 30px !important;
		line-height: 30px !important;
		padding: 20px !important;
		margin-left: 25px !important;
	}
	#top-c .box-localidades figure>figcaption .box-btn,
	#top-c .box-sumate figure>figcaption .box-btn {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 425px) {
	#top-c .box-localidades figure>figcaption,
	#top-c .box-sumate figure>figcaption {
		font-size: 18px !important;
		line-height: 22px !important;
		padding: 14px !important;
		margin-left: 25px !important;
	}
	#top-c .box-localidades figure>figcaption .box-btn,
	#top-c .box-sumate figure>figcaption .box-btn {
		font-size: 10px !important;
	}
}


/*Pruebas*/

.uk-card-media-left > img {
    object-fit: contain;
}

/*SVG*/
.svg-mensaje {
	margin: 0 auto;
	margin-top: 50px;
}
/* animacion svg */
.circle{fill:none;stroke:#E51B1B;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.circle-dash{fill:none;stroke:#E51B1B;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.check{fill:none;stroke:#E51B1B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.check-dash{fill:none;stroke:#E51B1B;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.check {
  stroke-dasharray: 60 100;
  animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -webkit-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -moz-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -o-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  opacity: 0;
}

@-webkit-keyframes check {
  from {stroke-dashoffset: 60; opacity: 1;}
  to {stroke-dashoffset: 00; opacity: 1;}
}

@-moz-keyframes check {
  from {stroke-dashoffset: 60; opacity: 1;}
  to {stroke-dashoffset: 00; opacity: 1;}
}

@keyframes check {
  from {stroke-dashoffset: 60; opacity: 1;}
  to {stroke-dashoffset: 00; opacity: 1;}
}

.check-dash {
  stroke-dasharray: 10 100;
  animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -webkit-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -moz-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -o-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
}

@-webkit-keyframes check-dash {
  from {stroke-dashoffset: 120;}
  to {stroke-dashoffset: 45;}
}

@-moz-keyframes check-dash {
  from {stroke-dashoffset: 120;}
  to {stroke-dashoffset: 45;}
}

@keyframes check-dash {
  from {stroke-dashoffset: 120;}
  to {stroke-dashoffset: 45;}
}

.circle {
  stroke-dasharray: 300 300;
  animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -webkit-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -moz-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -o-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  opacity: 0;
}

@-webkit-keyframes circle {
  from {stroke-dashoffset:300;
    opacity: 1;}
  to {stroke-dashoffset:0;
      opacity: 1;}
}

@-moz-keyframes circle {
  from {stroke-dashoffset:300;
  opacity: 1;}
  to {stroke-dashoffset:0;
     opacity: 1;}
}

@keyframes circle {
  from {stroke-dashoffset:300;
         opacity: 1;}
  to {stroke-dashoffset:0;
     opacity: 1;}
  }

.circle-dash {
  stroke-dasharray: 10 300;
  animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -webkit-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -moz-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -o-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  opacity: 0;
}

@-webkit-keyframes circledash {
  from {stroke-dashoffset:320;
    opacity: 1;}
  to {stroke-dashoffset: 20;
      opacity: 1;}
 }

@-moz-keyframes circledash {
  from {stroke-dashoffset:320;
  opacity: 1;}
  to {stroke-dashoffset: 20;
    opacity: 1;}
}

@keyframes circledash {
  from {stroke-dashoffset:320;
        opacity: 1;}
  to {stroke-dashoffset: 20;
      opacity: 1;}
}


/**/
.bg-rojo{
	color: #fff;
    padding: 4px;
    background-color: #e51b1b;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
}
.info-contacto p {
	margin-bottom: 10px;
    margin-top: 5px;
}
.info-contacto a {
	color: #e51b1b;
	text-decoration: none;
}
.info-contacto .servicios {
	font-weight: bolder;
    margin-top: 20px;
}


.btn-ws {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: #2fc549;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.btn-ws > a {
    color: #ffffff !important;
    font-size: 22px;
    transition: all 0.4s ease-in-out 0s;
}

.btn-ws:hover {
    background: #1ca734;
}

.btn-ws:hover > a {transform: scale(1.2);}

.img-motocicleta ul.uk-slideshow-items {
    min-height: 600px !important;
}

main#main-producto .uk-card-body.uk-text-center h3.uk-card-title {
    font-size: 1.4rem;
}

.lista-motores-marinos .uk-card-body > img {
    height: 330px;
    width: 330px;
    object-fit: contain;
}

.lista-productos.motos .uk-card-body > img {
    height: 220px;
    width: 220px;
    object-fit: contain;
}

ul.uk-dotnav.uk-position-bottom {
    bottom: -110px;
}

ul.uk-dotnav.uk-position-bottom > li > a {
    height: 110px;
    width: 180px;
    background: transparent;
    border: 1px solid #cccccc;
    border-radius: 0px;
    overflow: visible;
    text-indent: inherit;
}

ul.uk-dotnav.uk-position-bottom > li > a > img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}