.item-video {
    cursor: pointer;
}

.item-video .video_thumb {
    display: block;
    overflow: hidden;
    position: relative;
}

.item-video .video_thumb img {
    display: block;
    max-width: 100%;
}

.play-button {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    padding: 0;
    margin: 0 auto;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.85);
    transition: background-color 0.5s ease;
}

.play-button:after {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 8px);
    display: block;
    content: '';
    box-sizing: border-box;
    border-color: transparent transparent transparent #939392;
    border-style: solid;
    border-width: 16px 0 16px 24px;
}

.item-video:hover .play-button {
    background-color: rgba(147, 147, 146, 0.9);
}

.item-video:hover .play-button:after {
    border-color: transparent transparent transparent #ffffff;
}

.row-same-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-same-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.slider-models .bx-wrapper {
    border: none;
    box-shadow: none;
    background: transparent;
}
.banner .bx-controls-direction {
    display: none;
}
.banner .bx-wrapper {
    border: none;
    box-shadow: none;
}
.banner .bx-pager.bx-default-pager {
    bottom: 4em;
    padding-top: 0;
    padding-bottom: 20px;
}

.testimonials .bx-wrapper {
    border: none;
    box-shadow: none;
    background: transparent;
}

.testimonials .bx-wrapper .bx-controls-direction a.bx-prev {
    top: 0;
    left: calc(50% - 16px);
    transform: rotate(90deg);
}
.testimonials .bx-wrapper .bx-controls-direction a.bx-next {
    top: initial;
    margin-top: initial;
    margin-bottom: -16px;
    bottom: 0;
    left: calc(50% - 16px);
    transform: rotate(90deg);
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent;
    border: 1px solid #ffffff;
    width: 14px;
    height: 14px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.banner .bx-wrapper {
    margin-bottom: 0px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #EA3133;
    border: 1px solid #EA3133;
}
.bx-wrapper img.banner-logo {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}
    #layout-header > #layout-nav {
        background-color: #000000;
    }
    #layout-header .nav-link {
        font-family: 'AkkoW04';
        font-weight: bold;
        font-style: italic;
        color: #FFFFFF;
        border-bottom: 3px solid transparent;
    }
    
    #layout-header .nav-link:hover,
    #layout-header .nav-link.active {
        border-bottom: 3px solid #C60000;
    }
    
    #layout-header .nav-link-home {
        padding-top: 3px;
    }
    #layout-header .nav-link-others {
        padding-bottom: 3px;
    }
    .navbar-brand > img {
        width: auto;
        height: 100%;
        min-height: 50px;
    }
    .btn-rounded {
        -webkit-border-radius: 10rem;
        -moz-border-radius: 10rem;
        border-radius: 10rem;
    }
    
    .navbar-toggler,
    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }
    .border-torito {
        background: rgb(255,0,0);
        background: -moz-linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(158,0,0,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(158,0,0,1) 100%);
        background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(158,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#9e0000",GradientType=1);
    }
    /* BUTTON CLUB TORITO INI */
    .btn-club-torito {
        color: #000000;
        background: rgb(128,107,62);
        background: -moz-linear-gradient(90deg, rgba(128,107,62,1) 0%, rgba(176,128,72,1) 14%, rgba(206,198,128,1) 50%, rgba(176,128,72,1) 85%, rgba(128,107,62,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(128,107,62,1) 0%, rgba(176,128,72,1) 14%, rgba(206,198,128,1) 50%, rgba(176,128,72,1) 85%, rgba(128,107,62,1) 100%);
        background: linear-gradient(90deg, rgba(128,107,62,1) 0%, rgba(176,128,72,1) 14%, rgba(206,198,128,1) 50%, rgba(176,128,72,1) 85%, rgba(128,107,62,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#806b3e",endColorstr="#806b3e",GradientType=1);
        border: none;
        font-family: 'AkkoW04';
        font-weight: bold;
        font-style: italic;
    }
    
    .btn-club-torito:hover,
    .btn-club-torito:focus,
    .btn-club-torito:active,
    .btn-club-torito.active,
    .open .dropdown-toggle.btn-club-torito {
        color: #000000;
        background: #CEC680;
        border: none;
    }
    
    .btn-club-torito:active,
    .btn-club-torito.active,
    .open .dropdown-toggle.btn-club-torito {
        background-image: none;
    }
    
    .btn-club-torito.disabled,
    .btn-club-torito[disabled],
    fieldset[disabled] .btn-club-torito,
    .btn-club-torito.disabled:hover,
    .btn-club-torito[disabled]:hover,
    fieldset[disabled] .btn-club-torito:hover,
    .btn-club-torito.disabled:focus,
    .btn-club-torito[disabled]:focus,
    fieldset[disabled] .btn-club-torito:focus,
    .btn-club-torito.disabled:active,
    .btn-club-torito[disabled]:active,
    fieldset[disabled] .btn-club-torito:active,
    .btn-club-torito.disabled.active,
    .btn-club-torito[disabled].active,
    fieldset[disabled] .btn-club-torito.active {
        border: none;
    }
    /* BUTTON CLUB TORITO FIN */
    
    /* BUTTON COTIZA FINANCIA INI */
    .btn-cotiza-financia {
        color: #ffffff;
        background: rgb(128,0,0);
        background: -moz-linear-gradient(90deg, rgba(128,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(128,0,0,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(128,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(128,0,0,1) 100%);
        background: linear-gradient(90deg, rgba(128,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(128,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#800000",endColorstr="#800000",GradientType=1);
        border: none;
        font-family: 'AkkoW04';
        font-weight: bold;
        font-style: italic;
    }
    
    .btn-cotiza-financia:hover,
    .btn-cotiza-financia:focus,
    .btn-cotiza-financia:active,
    .btn-cotiza-financia.active,
    .open .dropdown-toggle.btn-cotiza-financia {
        color: #ffffff;
        background: #FF0000;
        border: none;
    }
    
    .btn-cotiza-financia:active,
    .btn-cotiza-financia.active,
    .open .dropdown-toggle.btn-cotiza-financia {
        background-image: none;
    }
    
    .btn-cotiza-financia.disabled,
    .btn-cotiza-financia[disabled],
    fieldset[disabled] .btn-cotiza-financia,
    .btn-cotiza-financia.disabled:hover,
    .btn-cotiza-financia[disabled]:hover,
    fieldset[disabled] .btn-cotiza-financia:hover,
    .btn-cotiza-financia.disabled:focus,
    .btn-cotiza-financia[disabled]:focus,
    fieldset[disabled] .btn-cotiza-financia:focus,
    .btn-cotiza-financia.disabled:active,
    .btn-cotiza-financia[disabled]:active,
    fieldset[disabled] .btn-cotiza-financia:active,
    .btn-cotiza-financia.disabled.active,
    .btn-cotiza-financia[disabled].active,
    fieldset[disabled] .btn-cotiza-financia.active {
        border: none;
    }    
    /* BUTTON COTIZA FINANCIA FIN */
    
     /* BUTTON EVENT INI */
    .btn-event {
        color: #ffffff;
        background: rgb(62,56,125);
        background: -moz-linear-gradient(90deg, rgba(62,56,125,1) 0%, rgba(21,21,177,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(62,56,125,1) 0%, rgba(21,21,177,1) 100%);
        background: linear-gradient(90deg, rgba(62,56,125,1) 0%, rgba(21,21,177,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e387d",endColorstr="#1515b1",GradientType=1);
        border: none;
        font-family: 'AkkoW04';
        font-weight: bold;
        font-style: italic;
    }
    
    .btn-event:hover,
    .btn-event:focus,
    .btn-event:active,
    .btn-event.active,
    .open .dropdown-toggle.btn-event {
        color: #ffffff;
        background: #3E387D;
        border: none;
    }
    
    .btn-event:active,
    .btn-event.active,
    .open .dropdown-toggle.btn-event {
        background-image: none;
    }
    
    .btn-event.disabled,
    .btn-event[disabled],
    fieldset[disabled] .btn-event,
    .btn-event.disabled:hover,
    .btn-event[disabled]:hover,
    fieldset[disabled] .btn-event:hover,
    .btn-event.disabled:focus,
    .btn-event[disabled]:focus,
    fieldset[disabled] .btn-event:focus,
    .btn-event.disabled:active,
    .btn-event[disabled]:active,
    fieldset[disabled] .btn-event:active,
    .btn-event.disabled.active,
    .btn-event[disabled].active,
    fieldset[disabled] .btn-event.active {
        border: none;
    }    
    /* BUTTON EVENT FIN */
    
    .carousel-indicators [data-bs-target] {
        background-color: transparent;
        border: initial;
        border-top: initial;
        border-bottom: initial;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10em;
        border: 2px solid #FFFFFF;
        opacity: 1;
    }
    .carousel-indicators .active {
        background-color: #EA3133;
        border: none;
        width: 12px;
        height: 12px;
    }
    .banner .carousel-caption {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .banner-title {
        color: #ffffff;
        font-family: 'AkkoW04';
        font-weight: bold;
        font-style: italic;
        text-shadow: -3px 3px 0px rgb(0 0 0 / 75%);
        font-size: 2em;
        line-height: 1em;
    }
    .banner-title strong {
        color: #E52034;
    }
    .title {
        color: #ffffff;
        font-family: 'AkkoW04';
        font-weight: bold;
        font-style: italic;
        font-size: 4em;
        line-height: 1.5em;
        text-align: center;
    }
    .title strong {
        color: #C60000;
    }
    .title span {
        color: #1C1C1C;
    }
    
    .text-description strong {
        color: #E52034;
    }
    
    .text-description span {
        color: #1C1C1C;
    }
    
    .banner-title strong {
        color: #E52034;
    }
    .banner-description {
        color: #ffffff;
        font-family: 'Exo 2 Semi';
        font-weight: 600;
        font-style: italic;
        text-shadow: -3px 3px 0px rgb(0 0 0 / 75%);
        font-size: 1.1em;
        line-height: 1.1em;
    }
    .banner-description strong {
        color: #E52034;
    }
    
    .torito-inline-list {
        display: inline-block; /* 1 */
        padding: 0; /* 2 */
        line-height:2em;
      text-align: center;
    }
    
    .torito-inline-list > li {
        display: inline; /* 3 */
    }
    
    .torito-inline-list > li:not(:last-child):after {
        content: "|";
        color: #ffffff;
        margin-left: 1em;
        margin-right: 1em;
        font-size: 0.75em;
    }
    
    .torito-inline-list > li > a.nav-link {
        display: inline;
    }
    
    .slider-news .bx-wrapper {
        border: none;
        background: transparent;
    }
    .card-btn {
        background: #000000;
        border-radius: 8px;
        border: 3px solid #C60000;
        padding: 0.6em 0px;
        min-height: 7em
    }
    
    .card-btn > img {
        max-width: 60px;
        width: 100%;
        height: auto;
    }
    
    .card-btn > div.text {
        font-size: 14px;
        line-height: 14px;
        white-space: nowrap;
    }
    
    .card-btn-section {
        transform: translateY(-10%);
    }
    
    .model {
        position: relative;
        padding-top: 170px;
        margin-bottom: 20px
    }
    .card-model {
        width: 100%;
        background: linear-gradient(to bottom, #C60000 50%, transparent 50%);;
        -webkit-border-top-left-radius: 16px;
        -webkit-border-top-right-radius: 16px;
        -moz-border-radius-topleft: 16px;
        -moz-border-radius-topright: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding-top: 14px;
    }
    .model .card-model-white {
        padding-top: 120px;
        width: 100%;
        height: auto;
        position: relative;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding-bottom: 2em;
    }
    .model .card-image {
       /* max-width: 80%;  
        position: absolute;
        bottom: 190px;
        left: 0px;
        right: 0px;
        margin: 0px auto;*/
        max-width: 80%;
        position: absolute;
        /* bottom: 190px; */
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        transform: translateY(20%);
    }
    .model .card-title {
        font-size: 1.4em;
        color: #003FA7;
    }
    
    .card-why .card-content {
        position: relative;
    }
    
    .card-why img {
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	border-radius: 10px;
        border: 3px solid #C60000
    }
    
    .card-why .card-title {
    	position: absolute;
        font-size: 1.1em;
        font-weight: bold;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0.5em;
    }
    
    .card-why .card-description {
    	font-size: 0.85em;
    	color: #1C1C1C;
    	min-height: 206px;
    }
    
    .card-why .btn-more {
    	font-size: 1em;
        background: #0044B6;
    /*    padding: 5px 1.5em;*/
        color: #FFFFFF;
    }
    
    /*Modelos*/
    
    
    .card-moto {
        width: 100%;
        position: relative;
        background: #C60000;
        -webkit-border-radius: 16px;
        -webkit-border-bottom-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius: 16px;
        -moz-border-radius-bottomright: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-radius: 16px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    
    .card-moto-white {
        padding-top: 14px;
        width: 100%;
        height: auto;
    }
    
    .card-moto-white-content {
        position: relative;
        width: 100%;
        height: auto;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    
    .filter-model {
        font-size: 1em;
        font-style: italic;
    }
    
    .btn-radius-all  {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }
    
    @media (min-width: 360px) {
        .navbar-brand > img {
            width: auto;
            height: 100%;
            min-height: 55px;
        }
        .bx-wrapper img.banner-logo {
            max-width: initial!important;
            margin: initial!important;
        }
        .banner-title {
            font-size: 3em;
            line-height: 1em;
        }
        
        .banner-description {
            font-size: 1.3em;
            line-height: 1.3em;
        }
        
        .card-btn > div.text {
            font-size: 17px;
            line-height: 17px;
        }
        
        .card-btn-section {
            transform: translateY(-20%);
        }
        .form-sub-padding {
            padding: 0px 1em;
        }
    }
    
    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576) {
        .navbar-brand > img {
            width: auto;
            height: 100%;
            min-height: 55px;
        }
        .bx-wrapper img.banner-logo {
            max-width: initial!important;
            margin: initial!important;
        }
        .banner-title {
            font-size: 3em;
            line-height: 1em;
        }
        
        .banner-description {
            font-size: 1.3em;
            line-height: 1.3em;
        }
        
        .card-btn > div.text {
            font-size: 17px;
            line-height: 17px;
        }
        
        .card-btn-section {
            transform: translateY(-20%);
        }
        .form-sub-padding {
            padding: 0px 2em;
        }
    }
    
    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) {
        .card-btn > div.text {
            font-size: 11px;
            line-height: 11px;
        }
        
        .card-btn-section {
            transform: translateY(-40%);
        }
        .banner-title {
            font-size: 3em;
            line-height: 1em;
        }
        .banner-description {
            font-size: 1.3em;
            line-height: 1.3em;
        }
        .form-sub-padding {
            padding: 0px 2em;
        }
    }
    
    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {
        .card-btn > div.text {
            font-size: 15px;
            line-height: 15px;
        }
        
        .card-btn-section {
            transform: translateY(-40%);
        }
        .banner-title {
            font-size: 4em;
            line-height: 1em;
        }
        .banner-description {
            font-size: 1.4em;
            line-height: 1.4em;
        }
        .form-sub-padding {
            padding: 0px 1em;
        }
    }
    
    /* X-Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
        .card-btn > div.text {
            font-size: 18px;
            line-height: 18px;
        }

        .card-btn-section {
            transform: translateY(-40%);
        }
        .banner-title {
            font-size: 5em;
            line-height: 1em;
        }
        .banner-description {
            font-size: 1.5em;
            line-height: 1.5em;
        }
        .form-sub-padding {
            padding: 0px 3em;
        }
    }
    
    /* XX-Large devices (larger desktops, 1400px and up) */
    @media (min-width: 1400px) {
        .card-btn > div.text {
            font-size: 20px;
            line-height: 20px;
        }
        
        .card-btn-section {
            transform: translateY(-40%);
        }
        .banner-title {
            font-size: 5.5em;
            line-height: 1em;
        }
        .banner-description {
            font-size: 1.6em;
            line-height: 1.6em;
        }
        .form-sub-padding {
            padding: 0px 4em;
        }
    }