/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    --themecolor: #061e93;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
    url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat-bold';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
    url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.m-bold {
    font-family: 'Montserrat-bold'!important;
}


/*@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/Montserrat-Medium-Medium.woff2') format('woff2'),
         url('fonts/Montserrat-Medium-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

body {
    font-family: 'Montserrat-Medium'!important;
    overflow-x: hidden;
}

b {
    font-family: 'Montserrat-bold'!important;
}

a{
    font-family: 'Montserrat-Medium'!important;
}

.owl-carousel .owl-item .active {
    margin-right: 0px!important;
}

.primary-menu-open #primary-menu-trigger svg:nth-child(1), body:not(.primary-menu-open) #primary-menu-trigger svg:nth-child(2) { display: none; }

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Montserrat-Medium'!important;
}

.slider-element .owl-dots .owl-dot.active, .slider-element .owl-dots .owl-dot:hover {
    background-color: #e4720a!important;
}

.slider-element .owl-dots button {
    border: 1px solid #e4720a;
}

.naranja {
    color: #e4720a!important;
}

.rojo {
    color: #061e93 !important;
}

.azul {
    color: #333333!important;
}

.button-blue:not(.button-border) {
    background-color: #333333!important;
}

.button-blue:not(.button-border):hover {
    background-color: #333333!important;
}


#top-bar.transparent-topbar {
 /* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#061e93+0,03114c+100 */
background: linear-gradient(to bottom,  #061e93 0%,#03114c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.top-links-item {
    border-left: none;
}

#header:not(.sticky-header) #header-wrap > .container {
    box-shadow: none;
    margin: 0px 10px -10px 10px;
}

#slider {
    margin-top: 0px;
}

.transparent-header.floating-header .container {
    background-image: url('../images/menu-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9999;
    background-color: transparent;
    border: none;
    margin-top: -105px;
    box-shadow: none;
    padding: 10px 100px;
}

.transparent-header.floating-header.sticky-header .container {
    background-image: url('../images/menu-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 9999;
    background-color: transparent;
    border: none;
    margin-top: -10px;
    box-shadow: none;
    padding: 10px 100px;
}

#header.transparent-header.floating-header {
   z-index: 999; 
}

.top-links-item > a {
    display: block;
    padding: 5px 15px;
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 100;
    text-transform: none;
    color: #ffffff;
}

.form-control2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 100;
    line-height: 0.5;
    color: #fff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#top-social li .ts-icon {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    padding: 2px 10px;
    font-weight: 100;
    color: #FFFFFF;
}

.prueba {
    text-align: center;
    padding: 50px 0 1px 0;
    color: #FFFFFF;
}

.prueba h3 {
    font-weight: 100;
    font-size: 15px;
    padding-top: 15px;
    color: #333333;
    text-transform: uppercase;
}

.prueba:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eceded+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(236,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(236,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(236,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eceded',GradientType=0 ); /* IE6-9 */
    opacity: 0.7;
    color: #333333;

}

.prueba h3:hover {
    color: #85AAD6;

}

.prueba:hover h3 {
    color: #85AAD6;

}

.form-select3 {
    padding: 0.1rem 2.25rem 0.375rem 0.75rem;
    width: 80%;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
}

.catalogo {
    background-color: #ECEDED;
}

.switch-filtros {
    border: solid 2px #e4720a;
    border-radius: 5px;
    padding: 15px 10px;
}

/*.filtros {
  height: 25em;
  line-height: 1em;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.filtros:hover {
  overflow-y: scroll;
}*/

.grid-inner {
    background-color: #FFFFFF;
    min-height: 505px;
}

.button-border.button-blue {
    color: #e4720a;
    border-color: #333333;
}

.button-border.button-blue:hover {
    color: #ffffff;
    border-color: #333333;
    background-color: #e4720a;
}

.blockquote-footer::before {
    display: none;
}

#footer .footer-widgets-wrap {
    padding: 15px 0;
}

#footer {
    background-color: #061e93;
    color: #ffffff;
    animation-duration: 2s;
}

#footer a {
     color: #FFFFFF;
}

#copyrights {
    padding: 10px 0;
    background-color: #061e93;
    border-top: solid 1px #FFFFFF;
    font-size: 12px;
    line-height: 1.8;
}

.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 30px;
    width: 30px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

.blob i{
    font-size: 20px;
}

.blob.orange {
     background: #061e93;
    box-shadow: #061e93;
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}

.blob.yellow {
    background: #FFFFFF;
    box-shadow: 0 0 0 0 #FFFFFF;
    animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(6, 30, 147,  0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
    }
}

.widget_links li {
    font-size: 12px;
}

.iconos-div {
    width: 20%;
}

.iconos-borde {
    width: 6.6%;
}

.iconos-div p{
    font-size: 8px;
}

.iconos-catalogo {
    width: 29px;
    height: 26px;
}

.product-image > .badge, .sale-flash {
    position: absolute;
    bottom: 5px;
    right: 5px;
    top: 120px;
    left: 190px;
    z-index: 5;
    border-top-left-radius: 20px;
}

.garantizado {
    background-color: #009144!important;
}

.certificado {
    background-color: #C99F25!important;
}

.oferta {
    background-color: #F6EA32!important;
}

.vendido {
    background-color: #EA1C24!important;
}

.tabs-alt .tab-nav li.ui-tabs-active a {
   border: 1px solid #DDD;
    border-bottom: 0;
    background-color: #061e93;
    color: #FFFFFF;
}

.fancy-title::before, .fancy-title::after {
    border-top: 1px solid #cacaca;
}

.button-orange:not(.button-border) {
    background-color: #e4720a!important; 
}

.button-red:not(.button-border) {
    background-color: #e91c24!important;
    margin: 0px 10px 10px 69px;
    padding: 0px 0px 0px 0px;
}

.button-yellow:not(.button-border) {
    background-color: #efce06;
    margin: 0px 10px 10px 52px;
    padding: 0px 0px 0px 0px;
}

.button-grey:not(.button-border){
    background-color: #444;
    margin: 0px 10px 10px 35px;
    padding: 0px 0px 0px 0px;
}

.buscador-autos {
    width: 80%!important;
    margin-right: auto;
    margin-left: auto;
}

.bootstrap-select>.dropdown-toggle {
    border: solid 1px #bcbcbc;
}

label {
    font-family: 'Montserrat-Medium'!important;
}

.button i {
    position: unset;
    margin-right: 20px;
    width: 9px;
    text-align: center;
    font-size: 22px;
    padding: 10px 10px 20px 10px;
    margin: 0px 21px 0px 0px;
}

.button.button-border {
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border-color: #061e93;
    font-size: 13px;
    background-color: #061e93;
}

.compra{
    clip-path: polygon(11% 25.25%, 100% 25.25%, 89% 75%, 0% 75%); 
    background-color: #e4720a;
}

.venta{
    clip-path: polygon(11% 25.25%, 100% 25.25%, 89% 75%, 0% 75%); 
    background-color: #333333
}

.iconos-serv{
    max-width: 30px;
    margin: 13px 20px 20px 0px;
}

.logo-explora{
    height: 80px!important;
}

.button.button-xlarge.button-circle {
    border-radius: 10px;
    font-size: 20px;
    padding: 0px 10px 0px 10px;
}

.header-row {
    margin: -10px 0px 0px 0px;
}

.button.button-desc span {
    display: block;
    margin-top: 10px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Montserrat Medium!important;
    text-transform: none;
}

.button.button-desc i {
    font-size: 30px;
    width: 48px;
    text-align: left;
    padding: 0px 0px 0px 17px;
}

.button.button-desc {
   text-align: left;
    padding: 15px 0px 15px 30px;
    font-size: 14px;
    height: auto;
    font-family: montserrat-medium;
    width: 520px;
    border-radius: 10px;
    background: linear-gradient(to right, #333333 0%, #333333 14%, #061e93 14%, #061e93 14%, #061e93 22%);

}

.icon-cotiza {
    margin-left: 0px;
    margin-right: 40px;
    height: 25px;
}

.button-small {
    padding: 5px 0px 10px 0px;
    font-size: 11px;
    line-height: 20px;
}

.social-responsive {
    margin: none;
}

.auto-icono{
    width: 50%;
}

.padding-vehiculos {
    padding-right: 3rem;
    padding-left: 3rem;
}

.diagonal-naranja {
    clip-path: polygon(11% 25.25%, 100% 25.25%, 89% 75%, 0% 75%);
    background-color: #061e93;
    margin-right: -20px;
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
}

.diagonal-gris {
    clip-path: polygon(11% 25.25%, 100% 25.25%, 89% 75%, 0% 75%);
    background-color: #333333;
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
}

.etiquetas {
    width: 60%;
}

.nombre-vehiculo {
        margin-bottom: -7px!important;
}

.descripcion-vehiculo {
    margin-top: 7px!important;
    margin-bottom: 0px!important;
    line-height: 13px!important;
}

#top-social li .ts-icon, #top-social li .ts-text {
    height: 35px;
    line-height: 35px;
}

.form-check p {
    font-size: 13px;
}

del {
    color: #555555!important;
}

.card .product-meta p{
    font-size: 13px;
}

.descripcion-p {
    font-size: 13px;
}




.transparent-topbar a:hover {
    color: #333333!important;
}

.product-price {
    min-height: 50px;
    display: grid;
    align-items: center;
}

.recomendada {
    border: solid 2px #E3720B;
}

.boton-footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
}
#foot-social {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0;
}

#foot-social li {
    position: relative;
    list-style: none;
}

#foot-social li { border-left: 1px solid #EEE; }

#foot-social li:first-child { border-left: 0 !important; }

#foot-social a {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    overflow: hidden;
    font-weight: bold;
    color: #666;
}

#foot-social li a:hover {
    color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#foot-social li .ts-icon,
#foot-social li .ts-text {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 44px;
    line-height: 44px;
}

#foot-social li .ts-icon {
    width: 40px;
    text-align: center;
    font-size: 0.875rem;
}

#foot-social li .ts-text {
    max-width: 0;
    white-space: nowrap;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 13px;
}

#foot-social li a:hover .ts-text {
    max-width: 200px;
    padding-right: 12px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


	#float-social .social {
    position: fixed;
    top: 30%;
    z-index: 9999;
    width: 0;
}

#float-social .social ul {
    padding: 0;
    margin-left: 7px;
    -webkit-transform: translate(-270px,0);
    -moz-transform: translate(-270px,0);
    -ms-transform: translate(-270px,0);
    -o-transform: translate(-270px,0);
    transform: translate(-270px,0);
}

#float-social .social ul li {
    display: block;
    margin: 3px;
    background: #061e93;
    width: 315px;
    text-align: right;
    padding: 7px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#float-social a {
    color: #fff!important;
    text-decoration: none;
    font-size: 15px;
}
#float-social .social ul li i {
    margin-left: 10px;
    color: #006644;
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #fff;
    box-sizing: content-box;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
#float-social .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#float-social .social ul li:hover {
    -webkit-transform: translate(110px,0);
    -moz-transform: translate(110px,0);
    -ms-transform: translate(110px,0);
    -o-transform: translate(110px,0);
    transform: translate(110px,0);
    background: #04156b;
}

#float-social .social ul li:hover i {
    color: #fff;
    background: rgba(0,0,0,.36);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#float-social .social ul li:hover a {
    color: #000;
}


@media screen and (min-width: 1500px) {
    .container-menu {
        min-width: 1500px;
    }
}

@media screen and (max-width: 992px) {
    .transparent-header.floating-header .container {
        background-color: #FFFFFF;
        box-shadow: none;
        padding: 10px 35px;
    }

    #slider {
        margin-top: 0px;
        border-top: solid 5px #061e93;
    }

    .catalogo {
        padding: 0 5px;
    }

    #top-bar.transparent-topbar {
        height: 80px;
    }

    .top-links-item > a {
   
        font-size: 9px;
    }

    .top-links-item {
        max-width: 120px;
    }

   #logo img {
    height: auto!important;
    width: 250px!important;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    }

    .top-links-item > a {
        padding: 5px 5px;
    }

    .header-row {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px;
    }

    .button-orange:not(.button-border) {
        background-color: #e4720a!important; 
    }

    .button-red:not(.button-border) {
        background-color: #e91c24!important;
        margin: 0px 10px 10px 50px;
        padding: 0px 0px 0px 0px;
    }

    .button-yellow:not(.button-border) {
        background-color: #efce06;
        margin: 0px 10px 10px 34px;
        padding: 0px 0px 0px 0px;
    }

    .button-grey:not(.button-border){
        background-color: #444;
        margin: 0px 10px 10px 20px;
        padding: 0px 0px 0px 0px;
    }

    .social-responsive {
        margin: -10px 10px 10px 10px;
    }

    .auto-icono{
        width: 35%;
    }

    .flecha-responsive{
        height: 10px;
        width: 10px!important;
        margin: 0px 10px 10px 80px;
    }

    .link-responsivo{
        padding: 10px 0px 0px 0px;
    }

    #top-bar.transparent-topbar {
        height: 65px!important;
    }

    #top-bar.transparent-topbar {
    background: linear-gradient(to bottom, #061e93 0%,#061EA3 40%,#030e44 100%);
    margin-top: -9px!important;
    }

    .button.button-desc {
    text-align: left;
    padding: 15px 0px 15px 10px;
    font-size: 10px;
    height: auto;
    font-family: montserrat-medium;
    width: 360px;
    border-radius: 10px;
    background: linear-gradient(to right, #333333 0%,#333333 14%,#e4720a 14%,#e4720a 14%,#e4720a 22%);
    }

    .icon-cotiza {
    margin-left: 6px;
    margin-right: 24px;
    height: 25px;
    }

    .encuentra-responivo{
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px!important;
        max-width: 100%;
    }

    .tipo-responsivo .owl-carousel .owl-dots .owl-dot {
        margin: 5px 4px 5px 4px;
    }

    .read-more-wrap .read-more-trigger {
        position: absolute;
        display: block !important;
        z-index: 10;
        top: auto;
        bottom: 5px;
        margin-top: -29px!important;
        margin-bottom: 26px!important;
        background-color: #FFFFFF;
        left: 0;
        color: #e4720a!important;
    }

    .padding-vehiculos {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .diagonal-naranja {
        clip-path: none;
        background-color: #061e93;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        font-size: 10px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .diagonal-gris {
        clip-path: none;
        background-color: #333333;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        font-size: 10px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .menu-container {
        width: 100%;
        margin-top: 10px;
        margin-left: -10px;
        margin-bottom: 10px;
    }

    .iconos-serv {
        max-width: 30px;
        margin: 5px 5px 5px 0px;
    }

    .codigo-postal {
        width: 105px!important;
    }

    .form-control2 {
        font-size: 0.6rem;
    }

    .owl-prev {
        margin-left: 20px;
    }

    .owl-next {
        margin-right: 20px;
    }

    .etiquetas {
        width: 58%;
        margin-bottom: 4px!important;
    }

    .nombre-vehiculo {
        margin-bottom: -7px!important;
        font-size: 1rem;
    }

    .nombre-vehiculo2 {
        margin-bottom: -7px!important;
        font-size: 1.5rem;
    }

    .descripcion-vehiculo {
        font-size: 12px;
        margin-top: 7px!important;
        margin-bottom: 0px!important;
        line-height: 13px!important;
    }

    .borde-descripcion {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .precio {
        font-size: 1rem;
    }

    .precio2 {
        font-size: 1.5rem;
    }

    .iconos-catalogo {
        width: 16px;
        height: 16px;
    }

    .product-desc {
        padding: 7px 0;
    }

    .grid-inner {
        min-height: 130px;
    }

    #primary-menu-trigger {
        position: absolute;
        float: right;
        display: flex;
        right: 0;
    }

    #logo {
        margin-right: auto;
        margin-left: auto;
    }
    .container-header {
        padding: 0;
    }

    .header-misc {
        display: block;
        width: 100%;
    }

    .etiquetas2 {
        width: 60%;
    }

    .etiquetas3 {
        width: 44%;
    }

    h3 {
        font-size: 1rem;
    }

    #copyrights {
        font-size: 9px;
    }

    .boton-footer {
        bottom: 30px;
    }
}