.container-page{
	width: 100%;
}

#content-filters{
	display: inline-flex; 
	    width: 100%;
	align-items: flex-end;
}
.filter{
	width: 30%;
    text-align: center;
    margin-left: 20px;
}

.filter-bloque{
    width: 100%;
    text-align: center;
    margin-left: 20px;
    margin-top: 30px;
}




/*.card{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}*/
.moto-result{
	min-width: 46%;
    margin-left: 25px;
    padding: 20px;
}

#content-results{
	padding: 10px 100px 10px 100px;
}

.moto-result-title{
	max-width: 50%;
    display: inline-flex;
    float: left;
}

.moto-result-marca{
	max-width: 50%;
    display: inline-flex;
    float: right;
}

.attachment-imgBuscador{
    width: 50%;
}

.rangos-fields{
	max-width: 38%;
}


/* ################ Pagina Buscador ########################### */

.container-page {
    display: flex !important;
    margin-bottom: 10px !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: space-around !important;
}

#filters {
    flex: 1 1 40% !important;
    width: 100% !important;	
}

#cards-flex-container {
    flex: 2 1 101% !important;
    align-self: auto !important;
}

.sticky-filters {
  position: fixed !important;
  top: 16% !important;
  width: 23% !important;
}

@media(min-width: 1600px ) {

	.sticky-filters {
		width: 18% !important
	}

}	

@media(min-width: 2300px ) {

        .sticky-filters {
                width: 15% !important
        }

}

.filter-page{
	text-align: center;
    padding: 2px 10px;
}
.rangos-fields-page {
    max-width: 42%;
    font-size: 14px !important;
}


/* ############################################################ */
.card-group {
    display: flex;
    flex-wrap: wrap;
    width:100%;
	align-items:flex-start;
}

.card-group-simple-finder{
   display: flex;
    flex-wrap: wrap;
    width:100%;
    align-items:flex-start; 
}


#card-group-home{
	width:100%;
}

.card{
            font-family: 'Oswald', sans-serif;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            border: 1px solid #E3E3E3;
            border-radius: 3px;
            width: 31.33333%;
            padding: 22px 14px 14px;
            margin: 8px;
            position: relative;
            cursor: pointer;
            margin-bottom: 26px;
        }
#search_page .card{
	width:47%;
}
        .card-img{
            width: 80%;
            margin: 0 auto;
	    display: none !important;
        }

        .card-ref {
            color: #000;
            font-size: 14px;
            margin-top: 0;
            margin-bottom: 0;
            font-weight: bold;
            transition: 0.6s ease;
        }

        .card-value{
            font-size: 22px;
            color: #0F213E;
            margin-top: 0;
            font-weight: bold;
            transition: 0.6s ease;
        }

        img.attachment-card-logo {
            position: absolute;
			display:none;
            top: -2px;
            /* left: 0; */
            right: 14px;
        }
        .card-footer {
            color: #0F213E;
            display: flex;
            text-align: center;
            margin-bottom: -13px;
        }
        .card-cilindraje {
            border-right: 1px solid #DFE3EF;
            width: 50%;
        }

        .card-potencia {
            width: 50%;
        }

        .card-back {
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            /* background-color: red; */
            overflow: visible;
        }

        .card-front {
            z-index: 99;
            position: relative;
        }

        
.div2 {
    width: 100%;
    height: 50%;
}

.div1 {
    width: 100%;
    transition: 1s ease;
    height: 50%;
    background: #efefef;
}

.card.ktm:hover .div1 {
            background-color: #FF6600;
 	}
.card.boxer:hover .div1 {
            background-color: #f6b900;
        }
.card.dominar:hover .div1 {
            background-color: #289B37;
        }
.card.pulsar:hover .div1 {
            background-color: #D90000;
        }
.card.husqvarna:hover .div1 {
            background-color: #18233F;
        }
.card.discover:hover .div1 {
            background-color: #005DAB;
        }
.card.platino:hover .div1 {
            background-color: #005DAB;
        }

        .card:hover .card-ref,
        .card:hover .card-value{
            color: #000;
        }

        .card-back {
            display: flex;
	    flex-direction: column;
            /* animation-fill-mode: backwards; */
        }

        .card-body{
            width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: -30px;
        }

	.card.ktm .card-img, .card.husqvarna .card-img {
	display: none !important;	
}

body.post-type-archive-ktm  button:hover {
    color: #1D1D1B;
    border: none;
    background-color: white;
    border-bottom: solid 2px #f87444;
}


body.post-type-archive-ktm  button {
    color: #1D1D1B;
    border: none;
    background-color: white;
    border-bottom: solid 2px #ffffff00;
}

        @media(min-width: 596px) and (max-width: 788px){
            .card{
                width: 47%;
            }
        }

        @media(max-width: 595px){
            .card{
                width: 100%;
            }
        }



/*############################# ARBOL DE DECISIONES ##############################################*/

#group-options{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    transition: all 0.5s ease;
}

#card-group-buscador-simple {
    transition: all 0.5s ease;
}

.option{
    width: 33%;
    text-align: center;
    margin: 0px;
}

.option_buscador{
   width: 12%;
    text-align: center;
    margin: 0px; 
}
.btn-options{
    width: 100%;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #002D74;
    border-radius: 0px;
    margin: 0px 0px 10px 0px;
    font-family: 'Oswald', sans-serif;
    border: none;
}

#group-options .option.transporte-diario .options-bg-img {
    background-image: url('/wp-content/uploads/2021/11/MOTO-TVS.jpg');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.adventure-touring .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/turismo-auteco.jpg');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.competencia .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/competencia-auteco.jpg');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.deportiva .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-moto-deportiva.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.comoda .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-moto-comoda.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.sport-touring .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-moto-sport-touring.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.turismo .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-moto-turismo.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.neo-retro .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-moto-neo-retro.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.diseno-no-estoy-seguro .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-moto-no-estoy-seguro.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.off-road .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-competir-off-road.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.autodromos .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-competir-autodromos.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.enduro .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-off-road-enduro.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.motocross .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-off-road-motocross.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.deporte-nose .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-off-road-ambos.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.adulto .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-uso-adulto.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.nino .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-uso-ninio.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.tiempos-4 .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-motor-tiempos-4.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.tiempos-2 .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-motor-tiempos-2.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

#group-options .option.tiempos-no-se .options-bg-img {
    background-image: url('/wp-content/uploads/2020/04/option-bg-motor-tiempos-no-se.png');
    background-position: center center;
    background-size: cover;
    height: 220px;
}

.content-progress{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 22px;
}
.progress{
    width: 80%;
    margin: 1rem;
    background-color: #F1EEED;
    border-radius: 6px 6px 6px 6px;
}
.progress-bar{
    background-color: #851A30;
    height: 10px;
    border-radius: 6px 6px 6px 6px;
}
#content-back-progress{
    width: 15%;
}

#btn-back-progress {
    width: 100%;
    fill: #fff;
    color: #fff;
    background-color: #851A30;
    border-radius: 0px;
    border-color: #851A30;
}

#btn-back-progress:hover{
    width: 100%;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #002D74;
    border-radius: 3px 3px 3px 3px;
    border-color: #002D74;
}

.btn-options:hover{
    width: 100%;
    fill: #323539;
    color: #ffffff;
    background-color: #851A30;
    border-radius: 0px;
    border: none;

}

#title-question{
    text-align: center;
    margin-bottom: 100px;
    color: #851A30;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-stretch: condensed;
    margin-bottom: 25px;

}

.hide{
    display: none;
}

.group2{
  width: 100% !important;
  margin: 10px 0;
}

#texto-finalizacion{
    text-align: center;
    color: #851A30;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-stretch: condensed;
    margin-bottom: 25px;
}

.text_filter{
	color:#002D74;
	font-family: "Lato", Sans-serif;
	font-size:22px;
}
.text_filter:after{
	content:"";
	display:block;
	width:50px;
	height:3px;
	background-color:#002D74;
	margin:5px auto 10px;
}
.filter select{
	-webkit-appearance:none;
	background-image:url('/wp-content/uploads/2020/02/arrow-down-sign-to-navigate.png');
	background-repeat: no-repeat;

background-size: 18px;

background-position-x: 96%;

background-position-y: center;
}
.filter-page select{
	-webkit-appearance:none;
	background-image:url('/wp-content/uploads/2020/03/down.png');
	background-repeat: no-repeat;

background-size: 18px;

background-position-x: 96%;

background-position-y: center;
}
#ver_mas, #clear-filters{
	border:solid 1px #E90C02;
	background-color:#E90C02;
	color:white;
	border-radius:0px;
	font-family: "Lato", Sans-serif;
	width:100%;
	transition: all 0.3s;
}

#ver_mas:hover, #clear-filters:hover{
	transform:scale(0.9);
}
#aplicar{
	display:none;
	border:solid 1px #E90C02;
	background-color:#E90C02;
	color:white;
	border-radius:0px;
	font-family: "Lato", Sans-serif;
	transition: all 0.3s;
}
 #aply{
	display:none;
	border:solid 1px #E90C02;
	background-color:#E90C02;
	color:white;
	border-radius:0px;
	font-family: "Lato", Sans-serif;
	transition: all 0.3s;
}

#aplicar:hover{
	transform:scale(0.9);
}
#aply:hover{
	transform:scale(0.9);
}
.filter_responsive{
	display:none;
}

div[data-id="5bf218a"] h2 {
    text-align: center;
    color: #333
}

/*################################################################################################*/
@media(max-width:768px){
	#group-options .option {
    width: 100%;
}
	#content-back-progress{
		width:50%;
	}
	.progress{
		width:100%;
	}

	.container-page {
		flex-direction: column !important;
	}

	#content-filters.home {
    		display: block;
    		z-index: 1;
    		top: auto;
    		left: auto;
    		width: 100%;
    		height: 100%;
    		background: rgba(255,255,255,0.98);
    		overflow: auto;
    		position: relative;
   	 	padding: 0;
	}	

	#iKnowFilter  {
    		height: 350px;
	}
	.filter_responsive{
		display:block;
		padding:0px;
		width:100%;
	}
	#aplicar{
		display:block;
		margin: 30px auto;
	}
	#aply{
		display:block;
		margin: 30px auto;
	}
	.filter_responsive div{
		padding:8px 32px;
		background-color:#E90000;
		text-align:center;
		font-family: "Lato", Sans-serif;
		color:white;
		cursor:pointer;
		margin-bottom: 30px;
	}
	.filter_responsive div img{
		width:20px;
	}
	.overlay_filters{
		position: fixed;
		display:none;
		width: 100%;
		height: 100%;
		background-color:
		rgba(0,0,0,0.8);
		top: 0;
		left: 0;
		z-index: 999;
	}
	.text_filter{
		margin-top: 15px;
	}
	#content-filters.home .filter{
		width:100%;
		margin-left:0;
	}
	
	#search_page #content-filters-page{
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background:rgba(255,255,255,0.95);
		display:none;
	}
	.card-group{
		width:100%;
	}
	.filter-bloque {
    		margin: 12px 0px !important;
	}

	#content-filters input[type="button"] {
    		width: 100%;
	}
	
	#filter-bloque input {
		display: flex;
		width: 100%
	}

	.rangos-fields {
    		max-width: 100%;
		margin: 10px 0px;
	}




}
.menu-item .card-group{
		width:100%;
	}
.menu-item .card{
	margin:0;
}

div[id^="card-group-menu-"].card-group {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    flex-direction: row !important;
}

#card-group-buscador-simple .card {
    max-width: 50%;
    margin: 20px 10px !important;
    flex: 1 1 30% !important;
}

#card-group-buscador-simple .card-img {
    width: 100% !important;
    margin: 0 auto !important;
    display: none !important;
}



/* Bottom Single Moto Cards  */

div[id^="card-group-menu-"] .card {
    margin: 6px !important;
    flex: 1 1 18% !important;
}

body.post-type-archive-dominar .card-group-menu-dominar div[id^="card-group-menu-"] .card {
    margin: 6px !important;
    flex: 1 1 18% !important;
}


div[id^="card-group-menu-"] .card-body {
    width: 100% !important;
    min-height: 300px !important;
    background-position: center !important;
    background-size: 155% !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    margin-top: -35px !important;
}

body.post-type-archive-dominar div[id^="card-group-menu-"] .card.dominar .card-body {
    width: 100% !important;
    min-height: 300px !important;
    background-position: center !important;
    background-size: 155% !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    margin-top: -35px !important;
}

div[id^="card-group-menu-"] .link_read_more_card {
    text-align: center;
    color: #020202;
}

.div2 {
    background: #fff
}


body.post-type-archive-platino .card-body {
    background-size: cover !important;
}

body.single-platino .card-body {
    background-size: cover !important;
}

body.post-type-archive-boxer .card-body {
    background-size: 130% !important;
}

body.single-boxer .card-body {
    background-size: 130% !important;
}

/*  Resopnsive changes   */

@media(max-width:768px){

div[id^="card-group-menu-*"] .card-body {
    width: 100% !important;
    min-height: 300px !important;
    background-position: center !important;
    background-size: 140% !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    margin-top: -35px !important;
}

div[id^="card-group-menu-"] .card {
    max-width: 100% !important;
    margin: 6px !important;
    flex: 1 1 100% !important;
}

div[id^="card-group-menu-*"] .card-img {
    display: none;
   }


#card-group-buscador-simple .card {
    margin: 20px 10px !important;
    flex: 1 1 100% !important;
    max-width: 100%;
}

#group-options .option_buscador {

        width: 14%;
        text-align: center;
        margin: 0px;

    }

#group-options .option_buscador button {
        font-size:12px !important;
        padding: 0px;
    }   

.card {
	margin-bottom: 60px;
	width: 100% !important;
	background: #cecece;
	background: -moz-linear-gradient(top,  #efefef 0%, #efefef 50%, #fff 51%, #fff 100%) !important;
	background: -webkit-linear-gradient(top,  #efefef 0%,#efefef 50%,#fff 51%,#fff 100%) !important;
	background: linear-gradient(to bottom,  #efefef 0%,#efefef 50%,#fff 51%,#fff 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ) !important;
}

}

 
body.post-type-archive-dominar .card-group-menu-dominar .card.dominar {
    max-width: 100% !important;
}

/* Los De Marketing */
.card-group-conte {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}
.card-header-int-ktm {
    padding: 10px;
}
.card-body-ktm {
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: -30px;
}
.card-int-ktm.ktm {
    width: 33.33%;
}
.card-int-tvs.tvs {
    width: 33.33%;
}
.card-int-tvs h2.card-ref-title,
.card-int-tvs h2.card-ref-precio,
.card-int-tvs .card-header-int-ktm p,
.card-int-tvs .card-more {
    font-family: "Gilroy SemiBold", Sans-serif;
}
h2.card-ref-title,
h2.card-ref-precio,
.card-header-int-ktm p,
.card-more {
    font-family: "Blender Pro", Sans-serif;
}
h2.card-ref-title,
h2.card-ref-precio,
.card-header-int-ktm p {
    text-align: center;
}
.card-header-int-ktm p {
    margin-bottom: 0;
}
h2.card-ref-precio span {
    font-size: 0.6em;
    background-color: #FF6600;
    padding: 5px 7px;
    color: #fff;
}
.card-int-tvs h2.card-ref-precio span {
    font-size: 0.6em;
    background-color: #FF0000;
    padding: 5px 7px;
    color: #fff;
}
.card-more {
    border-top: 4px solid #FF6600;
}
.card-int-tvs  .card-more {
    border-top: 4px solid #FF0000;
    text-align: center;
}
.card-more span {
    position: relative;
    background-color: #FF6600;
    color: #fff;
    padding: 7px;
}
.card-more span:after {
    content:"";
    border-right: 33px solid transparent;
    border-left: 0px solid transparent;
    border-top: 30px solid #FF6600;
    position: absolute;
    top: 0;
    right: -33px;
}
.card-header-int-ktm:hover .card-conte {
    background-color: #efefef;
    -webkit-box-shadow: 0px -12px 32px -10px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px -12px 32px -10px rgba(0,0,0,0.62);
    box-shadow: 0px -12px 32px -10px rgba(0,0,0,0.62);
}
.conte-card-more {
    overflow: hidden;
    min-height: 31px;
    max-height: 31px;
    position: relative;
}
.card-more {
    position: absolute;
    width: 100%;
    top: -31px;
    -webkit-transition: all .15s cubic-bezier(.4,0,.2,1);
    transition: all .15s cubic-bezier(.4,0,.2,1);
}
.card-header-int-ktm:hover .card-more {
    top: 0px;
    -webkit-transition: all .15s cubic-bezier(.4,0,.2,1);
    transition: all .15s cubic-bezier(.4,0,.2,1);
}
.card-header-int-ktm {
    position: relative;
}
.card-header-int-ktm a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.card-header-int-ktm .card-conte h2 {
    margin-bottom: 0;
    margin-top: 0;
}
.card-header-int-tvs {
    position: relative;
}
.card-header-int-ktm a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.card-header-int-tvs .card-conte h2 {
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width:676px){
    div#card-group-interno-ktm .card-int-ktm.ktm {
        width: 100%;
    }
    div#card-group-interno-ktm .card-int-ktm.ktm .card-front-int-ktm {
        max-width: 320px;
        margin: auto;
    }
    div#card-group-interno-tvs .card-int-tvs.tsv {
        width: 100%;
    }
    div#card-group-interno-tvs .card-int-tsv.tsv .card-front-int-tvs {
        max-width: 320px;
        margin: auto;
    }
}

.card-group {
    display: flex;
    flex-wrap: wrap;
    width:100%;
	align-items:flex-start;
}
.card-group-conte {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}
.card-header-int-ktm {
    padding: 10px;
}
.card-header-int-tvs {
    padding: 10px;
}
.card-body-ktm {
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: -30px;
}
.card-body-tvs {
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: -30px;
}
.card-int-ktm.ktm {
    width: 33.33%;
}
h2.card-ref-title,
h2.card-ref-precio,
.card-header-int-ktm p,
.card-more {
    font-family: "Blender Pro", Sans-serif;
}
h2.card-ref-title,
h2.card-ref-precio,
.card-header-int-ktm p {
    text-align: center;
}
.card-header-int-ktm p {
    margin-bottom: 0;
}
h2.card-ref-precio span {
    font-size: 0.6em;
    background-color: #FF6600;
    padding: 5px 7px;
    color: #fff;
}
.card-more {
    border-top: 4px solid #FF6600;
}
.card-more span {
    position: relative;
    background-color: #FF6600;
    color: #fff;
    padding: 7px;
}
.card-more span:after {
    content:"";
    border-right: 33px solid transparent;
    border-left: 0px solid transparent;
    border-top: 30px solid #FF6600;
    position: absolute;
    top: 0;
    right: -33px;
}
.card-header-int-tvs .card-more span:after {
    display: none;
}
.card-header-int-ktm:hover .card-conte {
    background-color: #efefef;
    -webkit-box-shadow: 0px -12px 32px -10px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px -12px 32px -10px rgba(0,0,0,0.62);
    box-shadow: 0px -12px 32px -10px rgba(0,0,0,0.62);
}
.conte-card-more {
    overflow: hidden;
    min-height: 31px;
    max-height: 31px;
    position: relative;
}
.card-more {
    position: absolute;
    width: 100%;
    top: -31px;
    -webkit-transition: all .15s cubic-bezier(.4,0,.2,1);
    transition: all .15s cubic-bezier(.4,0,.2,1);
}
.card-header-int-ktm:hover .card-more {
    top: 0px;
    -webkit-transition: all .15s cubic-bezier(.4,0,.2,1);
    transition: all .15s cubic-bezier(.4,0,.2,1);
}
.card-header-int-ktm {
    position: relative;
}
.card-header-int-ktm a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.card-header-int-ktm .card-conte h2 {
    margin-bottom: 0;
    margin-top: 0;
}
/* TVS */
.card-body-tvs {
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: -30px;
}
.card-header-int-tvs a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.card-int-tvs.TVS{
    width: 33.33%;
}
.card-header-int-tvs .card-more span {
    position: relative;
    background-color: transparent;
    color: #fff;
    padding: 7px;
}
.card-header-int-tvs:hover .card-conte {
    background-color: #efefef;
    -webkit-box-shadow: 0px -12px 32px -10px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px -12px 32px -10px rgba(0,0,0,0.62);
    box-shadow: 0px -12px 32px -10px rgba(0,0,0,0.62);
}
.card-header-int-tvs:hover .card-more {
    top: 0px;
    -webkit-transition: all .15s cubic-bezier(.4,0,.2,1);
    transition: all .15s cubic-bezier(.4,0,.2,1);
    background-color: #ff0000;
}
.card-header-int-tvs {
    position: relative;
}
.card-header-int-tvs a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.card-header-int-tvs .card-conte h2 {
    margin-bottom: 0;
    margin-top: 0;
}
.card-header-int-tvs .card-conte h2.card-ref-precio {
    display: none;
}
.card-header-int-tvs p {
    display: none;
}
.card-front-int-tvs:hover .card-header-int-tvs .card-conte {
    background-color: #fff;
}
/* End TVS */
/* Menu */
div#card-group-buscador-simple-ktm .card-menu,
div#card-group-buscador-simple-husqvarna .card-menu,
div#card-group-buscador-simple-tvs .card-menu {
    width: 25%;
}
div#card-group-buscador-simple-ktm.card-menu .card-body,
div#card-group-buscador-simple-husqvarna.card-menu .card-body,
div#card-group-buscador-simple-tvs.card-menu .card-body {
    width: 100%;
    min-height: 220px;
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: 0px;
}
div#card-group-buscador-simple-ktm .card-menu p.card-ref,
div#card-group-buscador-simple-husqvarna .card-menu p.card-ref,
div#card-group-buscador-simple-tvs .card-menu p.card-ref {
    text-align: center;
}
div#card-group-buscador-simple-ktm .card-menu a.moto-img-link,
div#card-group-buscador-simple-husqvarna .card-menu a.moto-img-link,
div#card-group-buscador-simple-tvs .card-menu a.moto-img-link {
    position: absolute;
    height: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
div#card-group-buscador-simple-ktm .card-menu .card-body,
div#card-group-buscador-simple-husqvarna .card-menu .card-body,
div#card-group-buscador-simple-tvs .card-menu .card-body {
    width: 100%;
    min-height: 200px;
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: 0;
}
div#card-group-buscador-simple-ktm  .ver-mas,
div#card-group-buscador-simple-husqvarna  .ver-mas,
div#card-group-buscador-simple-tvs .ver-mas {
    width: 100%;
    margin-top: 5px;
    text-align: center;
}
div#card-group-buscador-simple-ktm .ver-mas,
div#card-group-buscador-simple-husqvarna .ver-mas {
    width: 100%;
    margin-top: 14px;
    text-align: center;
}
div#card-group-buscador-simple-ktm a.ver-mas-url {
    background-color: #E16600;
    color: #fff;
    padding: 2px 60px;
    border-radius: 10px;
    position: relative;
}
div#card-group-buscador-simple-husqvarna a.ver-mas-url {
    background-color: #002550;
    color: #fff;
    padding: 2px 60px;
    border-radius: 10px;
    position: relative;
}
div#card-group-buscador-simple-tvs a.ver-mas-url {
    background-color: #ff0000;
    color: #fff;
    padding: 2px 60px;
    border-radius: 10px;
    position: relative;
}
div#card-group-buscador-simple-ktm a.ver-mas-url span,
div#card-group-buscador-simple-husqvarna a.ver-mas-url span,
div#card-group-buscador-simple-tvs a.ver-mas-url span {
    top: 6%;
    font-size: 0.8em;
    position: absolute;
    right: 15%;
}
.btn-options.search_moto_simple {
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
}
.btn-options.search_moto_simple:focus {
    outline: none;
}
.group-options-menu-ktm .btn-options.search_moto_simple.activohover {
    color: #E16600;
    font-weight: 900;
    background-color: transparent;
}
.card-menu.ktm:hover p.card-ref {
    color: #E16600;
}
.group-options-menu-tvs .btn-options.search_moto_simple.activohover {
    color: #ff0000;
    font-weight: 900;
    background-color: transparent;
}
.group-options-menu-tvs .btn-options.search_moto_simple.activohover:hover {
    color: #ff0000 !important;
    font-weight: 900;
    background-color: transparent !important;
}
.card-menu.tvs:hover p.card-ref {
    color: #ff0000;
}
.group-options-menu-husqvarna .btn-options.search_moto_simple.activohover {
    color: #002550;
    font-weight: 900;
    background-color: transparent;
}
.card-menu.husqvarna:hover p.card-ref {
    color: #002550;
}
label.m_nueva {
    text-align: center !important;
}
/* End menu */
/* Responsivo */
@media(max-width:676px){
    div#card-group-interno-ktm .card-int-ktm.ktm {
        width: 100%;
    }
    div#card-group-interno-ktm .card-int-ktm.ktm .card-front-int-ktm {
        max-width: 320px;
        margin: auto;
    }
    div#card-group-interno-tvs .card-int-tvs.tvs {
        width: 100%;
    }
    div#card-group-interno-tvs .card-int-tvs.tvs .card-front-int-tvs {
        max-width: 320px;
        margin: auto;
    }
}