*, html, body {
	font-family: 'Montserrat', sans-serif !important;
}

.mb-100 { margin-bottom: 100px !important; }

.banner-default { margin-bottom: 50px; }

ul.uk-slideshow-items > li > img {
    width: 100%;
}

/*HEADER*/
.uk-navbar {
	font-size: 14px;
	font-weight: 600;
}
.uk-navbar ul > li > a {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	margin-left: 15px; 
	margin-right: 15px; 
	border-bottom: 3px solid transparent;
	position: relative;
}
.uk-navbar-dropdown.uk-navbar-dropdown-bottom-left {
	width: 210px;
}
ul.uk-navbar-nav:not(.menu-dropdown)  li a::before {
	content: '';
	position: absolute;
	left: 0; 
	top: 0;
	width: 0px;
	height: 100%;
	border-bottom: 3px solid #E51B1B;
	transition: .4s;
	z-index: -1;
}
.uk-navbar-nav li a:hover::before {
  	width: 100%
}
.uk-navbar-nav li a:hover {
	color: #666666 !important;
}

.uk-navbar ul > li.uk-active a{
	font-size: 14px;
	color: #E51B1B !important;
	border-bottom: 3px solid #E51B1B;
	margin-left: 15px;
    margin-right: 15px;
    color: #E51B1B !important;
}

.uk-offcanvas-bar > ul > li {
	padding-bottom: 20px;
    font-weight: 600;
}

#top img{
	width: 100%;
}

.banner-moto img, .banner-info img {
	margin: 0 auto;
}
/**/


/*MIDDLE*/
#middle h2{
	font-size: 31px;
	font-weight: 400;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 60px;
}

.marca-item{
	padding-left: 0px;
	max-width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.marca-item>a {
	color: #333;
	/* width: 211px; */
	height: 80px;
	background-color: #fff;
	transition: .3s all ease;
	border-bottom: 3px solid #fff;
}

.uk-tab>.uk-active>a {
    color: #333;
    /* width: 281px; */
    /* height: 92px; */
}

.uk-tab>.uk-active>a {
    color: #333;
    height: auto;
    border-bottom: 3px solid #E51B1B;
    transition: .3s all ease;
    display: inline-block;
}

.uk-switcher .uk-panel {
	border: 1px solid #ebebeb;
}

.uk-panel.uk-padding-small > img {
    height: 100%;
    max-height: 276px;
    object-fit: contain;
    position: relative;
    padding: 5px;
    z-index: -1;
}

.uk-switcher .uk-panel .uk-button {
    width: 100%;
    background-color: transparent;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s all ease-out;
    padding: 15px 24px;
    text-align: center;
}

[class*=uk-align] {
    display: block;
    margin-bottom: 0px;
}

.uk-slider > .uk-slider-container > ul > li > div {
	display: flex;
	flex-direction: column;
}

.uk-slidenav {
	color: #EA1742;
	display: block !important;
	visibility: visible !important;
}

/*BOTTOM*/
#bottom > .uk-grid > div {
	max-height: 230px;
	text-align: center;
	padding: 73px 30px;
}

.box-localidades a, .box-sumate a{
	color: #ffffff;
	font-size: 45px;
	font-weight: 900;
	text-decoration: none;
	margin: 0px;
}

.box-localidades .info-box, .box-sumate .info-box{
	margin: 0 auto;
}
.box-localidades .info-box img, .box-sumate .info-box img{
	margin-right: 10px;
}

/*BANNER DEFAULT*/
.banner-default > div {
	background-image: url(../img/bg-localidades.png) !important;
}

.banner-default p {
	padding: 15px !important;
}

/*VEHICULOS*/
.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;
}

/*LOCALIDADES*/
.mapa iframe {
	margin: 0 auto;
}

/*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: #333;
	font-size: 14px;
	font-weight: 400;
	padding: 80px 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: #333 !important; }

#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;
}


/*media querys*/
@media screen and (max-width: 641px) {
 	#header-a .logo-header>.logo-avant, .logo-copright .logo-footer>img {
		width: 219px !important;
		height: 30px;
  	}
	.banner-moto img {
		width: 300px !important;
		height: 300px !important;
	}
 	#bottom > .uk-grid > div {
		text-align: center;
		padding: 50px 30px !important;
	}
	.box-localidades h2, .box-sumate h2{
		font-size: 20px !important;
		margin-top: 15px;
		margin-left: 10px;
	}
	.box-localidades img, .box-sumate img{
		height: 60px;
		width: 70px;
		margin-right: 5px !important;
	}
  	#footer {
  		font-size: 12px;
  	}
 	#footer h3 { 
 		font-size: 14px;
 		margin-bottom: 10px; 
 	}
 	#header-b {
 		height: 600px;
	}
}

@media screen and (max-width: 769px) {
	#footer {
		padding: 30px 0px !important;
	}
	#middle h2 {
		font-size: 25px;
	}
	.box-localidades img, .box-sumate img{
		margin-right: 30px;
	}
}

@media screen and (max-width: 960px){
	.banner-moto img {
		width: 523px;
		height: 477px;
	}
	.banner-info img {
		width: 480px;
	}
}

@media screen and (max-width: 1025px) {
	#bottom > .uk-grid > div {
		text-align: center;
		padding: 73px 30px;
	}
	.box-localidades h2, .box-sumate h2{
		font-size: 36px;
	}
	.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 (min-width: 1025px) {
	.box-localidades img, .box-sumate img{
		margin-right: 30px !important;
	}
}
@media screen and (min-width: 1025px) {
	.box-localidades img, .box-sumate img{
		margin-right: 30px !important;
	}
}
@media screen and (max-width: 1285px) and (min-width: 959px) {
  	.uk-navbar ul > li > a, .uk-navbar ul > li.uk-active a {
		margin: 0px;
		padding: 0 10px;
	}
	#header-a .logo-header>.logo-avant{
		width: 233px !important;
		height: 30px;
  	}
}
@media screen and (min-width: 1050px) and (min-height: 697px) {
  	.banenr-moto img {
		width: 523px;
	}
}


/*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;}
}
ul.uk-navbar-nav > li.uk-active > div > ul.uk-nav > li > a {
    color: #555555 !important;
    border-bottom: 0;
}

#main-productos .uk-switcher li .uk-panel {
	display: flex;
	justify-content: center;
	flex-direction: column;
}



.uk-navbar-dropdown.uk-open.uk-navbar-dropdown-bottom-left {
    margin-top: 5px;
}

ul.menu-dropdown {
    list-style: none;
    padding: 0px;
}





ul.menu-dropdown > li {
    padding-right: 20px;
}


#item-center {
	margin-left: auto;
    margin-right: auto;
}
.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;
}

.uk-navbar ul > li.uk-active > div.uk-navbar-dropdown > ul.menu-dropdown > li a {
	border-bottom: none;
}

.btn-ws {
    position: fixed;
    right: 2%;
    bottom: 4%;
    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);}



p.uk-h3.title {
    background: #B8B8B8;
    position: relative;
    font-size: 2rem;
    color: #ffffff;
    padding: 5px 30px;
    width: fit-content;
}

p.uk-h3.title b > span {
    color: #444444;
}

@media screen and (min-width: 768px){
    p.uk-h3.title::after {
    position:absolute;
    content: '';
    top: 0;
    right: 0px;
    border-left: 15px solid transparent;
    border-bottom: 29px solid #ffffff;
    border-right: 15px solid #ffffff;
    border-top: 29px solid transparent;
}

p.uk-h3.title::before {
    position:absolute;
    content: '';
    top: 0;
    left: 0px;
    border-right: 15px solid transparent;
    border-top: 29px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-bottom: 29px solid transparent;
}

}