html, body {
    height: 100%;
}
body{
    margin: 0; 
    padding: 0; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
body.dealer {
    padding: 0 !important;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
.white { 
    background: #fff;
}
.grey { 
    background: #ededed; 
}
.black { 
    background: #000;  
    margin-top: 50px;
}
span.gris { 
    color: #8B8787; 
}
.bg-red { 
    background: #df0024; 
}
.bg-black {
    background: #000;
}
.color-white {
    color: #fff;
}
.width20 { 
    width: 20%; 
    float: left; 
    padding: 0 15px; 
}
.width30 { 
    width: 30%; 
    float: left; 
    padding: 0 15px; 
}
.width40 { 
    width: 40%; 
    float: left; 
    padding: 0 15px;
}
.width50 { 
    width: 50%; 
    float: left; 
    padding: 0 15px; 
}
.left { 
    text-align: left;
}
.right { 
    text-align: right;
}
a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a, a:hover, a:focus, a:visited { 
    color: #C80405;
    text-decoration: none; 
    outline: none;
}
.clear, .clearfix {
    clear:both;
    display: block;
}
.alert.alert-danger {
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 8px solid #c10606;
    color: #c10606;
    padding: 20px;
    font-size: 18px;
    background: #f8f8f8;
    margin-top: 50px;
    margin-bottom: 30px;
}
.alert.alert-info, .alert.alert-success {
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 8px solid #333;
    color: #333;
    padding: 20px;
    font-size: 18px;
    background: #f8f8f8;
    margin-top: 50px;
    margin-bottom: 30px;
}
label.error{
    color: red; 
    border-bottom:1px dashed red; 
    padding:10px;
    margin-bottom: 5px; 
    width: 100%; 
    font-weight: 500;
}
h2 { 
    font-size: 22px; 
    margin: 0; 
}
h3 { 
    font-size: 24px; 
}
.public .container-fluid {
    width: 1030px !important;
    max-width: 100%;
    margin: 0 auto;
}
.private .container-fluid {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
}
.floatingmenu .container-fluid {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
}

/*******************************************************************
Utilizar exactamente el mismo Footer del inicio en todas las demás páginas. 
No importa que sea menos ancho que el espacio útil de las otras páginas, 
el fondo negro lo arregla
*******************************************************************/
.public footer .container-fluid, .private footer .container-fluid {
    width: 1030px !important;
    max-width: 100%;
    margin: 0 auto;
}


/**** MENU ****/
.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.navbar{
    background: #000; 
    margin-bottom: 0;
    border-bottom: 3px solid #ed1e24
}
.navbar .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand{
    height:auto; 
    padding: 6px 0 2px 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand img { 
    display: inline;
}
.navbar-brand .logo1 {
    height: 50px;
}
.navbar-brand .logo2 {
    height: 56px;
}
.logos-social a.logo-anadive {
    display: none;
}
.navbar .collapse {
    display: none!important;
}
.navbar .collapse.in{
    display:block!important;
}
.navbar .navbar-toggle {
    display: block!important;
    float:right;
    background-color: none;
    background-image: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 30px;
    margin-top: 22px;
}
.navbar .navbar-toggle img {
    width: auto;
    margin-top: -8px;
}
.navbar-header {
    width:100%;
}
.nav-access{ 
    float:right; 
    padding: 8px 0 0 0; 
    position:relative;
}
.nav-access .dropdown {
    display: inline-block;
    position: relative;
    margin-top: 8px;
    margin-left: 8px;
}
.nav-access .dropdown img {
    width: 30px;
    position: absolute;
    top: -1px;
    left: -10px;
    z-index: 1;
}
.nav-access .dropdown-menu {
    width: 100%;
    margin-top: 0;
    border-radius: 0 !important;
    padding: 0;
    border: 0;
    background: #000;
}
.nav-access .dropdown-menu a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 12px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
}
.nav-access .dropdown-menu a:hover, .nav-access .dropdown-menu a:focus {
    color: #e00102;
}
.nav-access fieldset{
    padding:12px; 
    background: #333;
}
.nav-access input[type=email], .nav-access input[type=password]{
    color: #FFF;
}
.nav-access .input-group-addon{
    background:#FFF; 
    color:#333; 
    border-color:#FFF;
    border-radius: 0;
}
.nav-access .form-control{
    border-color:#FFF; 
    background:#333333;
    border-radius: 0;
}
.nav-access .btn-danger{
    width:100%; 
    background-color: #E00022;
    border-radius: 0;
    font-weight: 700;
}
.nav-access .boottom-login{
    background:#1F2024;
    padding:10px 15px; 
    border-radius:0;
}
.nav-access .boottom-login a{
    display:block; 
    color:#FFF; 
    margin-bottom:8px;
    padding: 0;
}
.nav-access span {
    display: inline-block;
    position: relative;
    margin-top: 11px;
    margin-left: 8px;
}
.nav-access span img {
    width: 27px;
    position: absolute;
    top: -1px;
    left: -10px;
    z-index: 1;
}
.nav-access a {
    color: #fff;
    padding: 10px 4px;
    text-decoration: none !important;
}
.nav-access .btn_login, .nav-access .btn_cerrar, .nav-access .btn_registro {
    background: #fff;
    display: inline-block;
    width: auto;
    margin-right: 12px;
    top: 0px;
    position: relative;
    padding-bottom: 0;
    height: 25px;
    min-width: 112px;
    max-width: 160px;
}
.nav-access .btn_login, .nav-access .btn_registro, .nav-access .btn_cerrar {
    color: #000;
    padding-left: 18px;
    padding-top: 3px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    border-radius: 16px;
}
.nav-access .dropdown, .nav-access .dropup {
    position: relative;
    display: inline-block;
}
.socials-header {
    float: left;
    padding: 9px 10px 0 0;
}
.socials-header a {
    display: block;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    margin-right: 2px;
    padding: 0;
    margin-top: 2px;
    font-size: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background: #fff;
    color: #000;
}
.socials-header a:hover {
    background: #fff;
    color: #de0029;
}
.socials-header a.nuevabusqueda {
    display: none;
}
.detallevehiculo .socials-header a.nuevabusqueda {
    display: inline-block;
    width: auto;
    height: auto;
    white-space: nowrap;
    background: none !important;
    color: #fff !important;
    border: none !important;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 14px;
    margin-right: 5px;

}
.socials-header a.home {
    width: auto;
    height: auto;
    border: none;
    border-radius: none;
    background: none;
}

.socials-header a.home:hover {
    background: none;
}
.socials-header a.home img {
    height: 36px;
    margin-left: 6px;
    margin-top: -2px;
}
.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.navbar-nav > li.active > a, .nav > li > a:focus, .nav > li > a:hover {
    background: #ed1e24;
}
.navbar-nav {
    float: left;
    margin: 0 0 0 0;
}
.navbar-header .iconsearch {
    display: none;
}

/**********************
    FOOTER
***********************/
.footer { 
    padding: 0; 
    margin-top: 0;
}
.footer .imgmakinas { 
    padding-top: 48px;  
    max-width: 96%;
}
.footer .imgmakinas img { 
    max-width: 96%;
    border: 1px solid #333;
    margin-bottom: 22px;
}
.footer .menu {
    background: #202020;
    padding: 44px 20px 108px 20px;
}
.footer .menu p { 
    margin: 2px 0; 
    color: #ccc; 
}
.footer .menu a { 
    color: #ccc; 
    font-size: 16px; 
}
.footer .menu a:hover { 
    color: #fff;
}
.footer span.separator {
    height: 1px;
    background: #383838;
    width: 100%;
    display: block;
    clear: both;
    margin: 14px 0 10px 0;
}
.footer .menu span.telefono, .footer .menu span.email {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    clear: both;
    color: #eee;
}
.footer .menu span.sepfooter {
    margin-right: 8px;
    margin-left: 8px;
    color: #eee;
}
.footer .menu .legal { 
    position: absolute; 
    font-size: 10px;
    width: 700px; 
    max-width: 65%; 
}
.footer .suscribete {
    padding-top: 46px;
}
.footer form { 
    border: 2px solid #fff; 
    float: right; 
    width: 380px; 
    max-width: 96%; 
    padding: 12px; 
    background: url('img/design/form-bg.jpg') no-repeat center center; 
}
.footer .suscribete h2 { 
    color: #fff; 
    font-size: 38px; 
    padding: 0 10px; 
    display: block; 
    margin-bottom: 100px;  
}
.footer .suscribete h2 span { 
    font-style: italic; 
    font-family: 'Oswald', sans-serif; 
    display: block; 
    clear: both; 
    font-size: 46px; 
}
.footer .suscribete input { 
    width: 100%; 
    border: none;
    margin-bottom: 12px; 
    padding: 8px 12px; 
}
.footer .suscribete input[type="submit"] { 
    background: #dc2124; 
    color: #fff; 
    font-family: 'Oswald', sans-serif; 
    font-weight: 700; 
    border: none; 
    font-size: 22px; 
    padding-top: 4px; 
    padding-bottom: 6px; 
}
.footer .social { 
    clear: both; 
    width: 100%; 
    display: block; 
    text-align: center; 
    padding-top: 30px;  
}
.footer .social a { 
    display: inline-block;
    color: #fff;
    width: 58px;
    height: 58px;
    line-height: 54px;
    text-align: center;
    margin: 0 5px;
}
.footer .social2 { 
    display: none; 
}
.developedby {
    margin-top: 10px;
    font-size: 11px !important;;
    font-weight: 500;
    color: #eee !important;
}
.developedby a {
    font-size: 11px !important;;
    font-weight: 500;
    color: #eee !important;
}
.anadive-bg {
    display: none; /** Ocultar barra anadive **/
}

/*********************
    HOME
**********************/
.slideHome { 
    position: relative; 
    padding-top:0; 
    width: 100%;
    height: 340px;
}
.slideHome #carousel-home .item {
    width: 100%;
    height: 340px;
}
.slideHome h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    line-height: 56px;
}
.slideHome h2 span.txt1 {
    font-weight: 900;
    font-size: 50px;
} 
.slideHome h2 span.txt2 {
    font-weight: 900;
    font-size: 74px;
} 
.slideHome h2 span.txt3 {
    display: block;
    margin-top: -10px;
    margin-bottom: -10px;
} 
.slideHome .buscador select, .slide .buscador .form-group select{ 
    padding: 10px 25px; 
    text-align: center; 
    background-color: #fff; 
    border: none; 
    margin-right: 5px; 
    border-radius: 0; 
    height: 42px;
}
.slideHome .buscador .form-group{
    float: left;
    margin-bottom: 0; 
    margin-right: 8px;
}
.slideHome .buscador .form-group .form-control[disabled]{
    background-color: #eee;
}
.slideHome .buscador button[type=submit]{
    height: 40px; 
    background: #DB0004; 
    color: #FFF; 
    border-radius: 0; 
    border: 0;
}
.slideHome .buscador .error{
    display: none; 
    position: absolute; 
    top: 48px; 
    z-index: 1;
}
.slideHome .captions {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 44px;
}
.slideHome .buscador { 
    margin-top: 20px;
}
.slideHome .botones {
    margin-top: 12px;
}
.slideHome .botones a {
    display: inline-block;
    width: 224px;
    text-align: center;
    padding: 5px;
    font-size: 17px;
    font-weight: 700;
    margin: 12px 0;
    font-family: 'Montserrat', sans-serif;
}
a#open-simple-search {
    background: #ed1e24;
    color: #fff;
    margin-right: 12px;
    font-size: 24px;
    line-height: 26px;
}
a#open-advanced-search {
    background: #fff;
    color: #000;
    line-height: 26px;
    position: relative;
    top: -2px;
}
a#open-advanced-search2 {
    background: #fff;
    color: #000;
    display: none;
}
/** MENUS SECCIONES **/
.secciones { 
    text-align: left; 
    padding-top: 30px;
    padding-bottom: 30px;
}
.secciones strong {
    font-size: 22px;
    text-align: center; 
    display: inline-block; 
    width: auto; 
    line-height: 1.1em;
    font-weight: 900;
}
.secciones a { 
    font-size: 22px;
    text-align: center; 
    display: inline-block; 
    width: auto; 
    line-height: 1.1em;
    font-weight: 500;
}
.secciones a span { 
    font-weight: 900;
}
.top1 { 
    padding-top: 24px;
    padding-bottom: 24px;
}
.top1 a {
    position: relative;
    display: block;
    margin-bottom: 14px; 
}
.top1 a span.hover {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/degradado.png) repeat-x bottom center;
    width: 100%;
    height: 115px;
    z-index: 100;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    opacity: 0.5;
}
.top1 .col-sm-3 span.span2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
}
.top1 .col-sm-3:hover span.span2 {
    background: rgba(0,0,0,0.1);
}
.top1 .col-md-2 { 
    position: relative; 
}
.top1 .col-md-2 h2 {
    margin: 0;
    padding: 0;
}
.top1 .col-md-2 h2 a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 22px;
    text-align: center;
    display: inline-block;
    width: 100%;
    left: 0;
    font-weight: 500;
    z-index: 200;
    transition: all .2 ease-in-out;
    -webkit-transition: all .2 ease-in-out;
    -moz-transition: all .2 ease-in-out;
    -o-transition: all .2 ease-in-out;
}
.top1 .col-md-2 .todos h2 a {
    bottom: 59px;
    text-transform: uppercase;
}

.top1 .col-md-2:hover h2 a {
    font-weight: 800;
}
.top1 .col-md-2 h2 span { 
    font-style: italic; 
    font-weight: 500; 
    display: block; 
    clear: both; 
}
.top1 img {
    width: 100%; 
}

/* Tasas de cambio y precios */
.top1 table { 
    width: 100%;
}
.top1 table tr:nth-child(2n) { 
    background: #fff; 
}
.top1 table td {
    padding: 10.3px 10px;
    font-size: 16px;
}
.top1 table td.precio { 
    text-align: right; 
    font-weight: 700; 
}
/** Ofertas home **/
.ofertas { 
    padding-top: 30px;
    padding-bottom: 30px;
}
.ofertas h2 { 
    color: #C80405;
}
.ofertas .destacados { 
    padding-top: 20px; 
    padding-bottom: 20px; 
}
.ofertas .destacados img { 
    width: 100%; 
}
.cathome {
    display: block;
    width: 100%;
    height: 114px;
}
/** Busqueda A-Z ***/
.busqueda { 
    padding-top: 30px; 
    padding-bottom: 16px;
}
.busqueda .buscar { 
    color: #C80405; 
    font-size: 22px;
    font-weight: 500; 
}
.busqueda .buscar strong { 
    font-size: 22px; 
    margin-right: 15px; 
    font-weight: 900;
}
.busqueda .alfabeto { 
    text-align: right; 
    font-weight: 900;
    font-size: 15px; 
    float: right; 
    padding-top: 12px; 
}
.busqueda .alfabeto a { 
    color: #fff; 
    margin-left: 5px;  
}
.busqueda .alfabeto a:hover { 
    color: #C80405; 
}
.busqueda form.searchdealer2 {
    display: inline-block;
    position: relative;
    width: 254px;
    top: -8px;
}
.busqueda form.searchdealer2 input {
    width: 100%;
    padding: 8px 40px 8px 5px; 
    color: #000; 
    font-size: 15px; 
    border: none; 
    height: 40px;
}
.busqueda form.searchdealer2 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 20px;
    top: 3px;
    color: #fff;
    text-align: center;
    height: 30px;
    height: auto;
    margin: 0;
    padding: 0;
}
/** Una makina especial **/
.formulario { 
    padding-top: 30px;
    padding-bottom: 30px;
}
.formulario h2 { 
    color: #C80405; 
    margin-bottom: 20px; 
}
.formulario h2 strong { 
    font-weight: 900;
} 
.formulario input.boton2 { 
    display: none; 
}
.formulario input[type="text"], .formulario input[type="email"] {
    height: 40px;
    padding: 0 12px;
    width: 48%;
    margin: 0 1% 10px 0;
    background: #f2f2f2;
    border: none;
    font-family: 'Montserrat',sans-serif;
    font-size: 17px;
}
.formulario textarea { 
    width: 70%; 
    height: 90px; 
    padding: 10px 12px; 
    float: left;
    font-size: 17px;
}
.formulario input[type="submit"] { 
    background: #dc2124; 
    color: #fff; 
    font-weight: 900;
    border: none; 
    height: 90px; 
    width: 100%; 
    margin-left: -8px; 
    font-size: 24px; 
}
/** Noticias **/
.noticias { 
    padding-top: 30px;
    padding-bottom: 30px;
} 
.noticias .logo { 
    margin-bottom: 24px; 
}
.rownoticias {
    margin: 0;
}
.noticias .noticia {
    padding: 0; 
    margin: 0; 
    position: relative; 
}
.noticias .noticia::before {
    content: '';
    display:block;
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(images/degradado2.png) repeat-x bottom center;
}
.noticias .noticia.nobg::before {
    content: none;
}
.noticias .noticia img { 
    width: 100%; 
}
.noticia .imagenoticia {
    display: block;
    width: 100%;
    height: 250px;
}
.noticias .noticia .caption { 
    width: 100%; 
    padding: 0 20px; 
}
.noticias .noticia h3 {
    color: #fff;
    position: absolute;
    bottom: 10px;
    text-shadow: none;
    font-weight: 900;
    padding-right: 12px;
    left: 0;
    right: 0;
    padding-left: 12px;
    font-size: 23px;
    line-height: 24px;
}
.noticias .noticia a { 
    color: #fff; 
} 

/****************************
/ ACCESO - REGISTRO DEALERS
/****************************/
.cabecera {
    padding-top: 54px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 900;
    position: relative;
}
.cabecera .overlay {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cabecera h1 {
    color: #fff;
    font-weight: 700;
    z-index: 999;
    position: relative;
    font-size: 50px;
}
.section.anadive {
    padding-top: 70px;
    padding-bottom: 50px;
}
a.btn {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 0 !important;
    margin-bottom: 12px;
}
.section.anadive a.btn-red {
    background: #fe0000;
    color: #fff;
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    font-size: 24px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.section.anadive a.btn-red:hover, .section.anadive a.btn-red:focus {
    background: #d40202;
}
.section.anadive a.btn-white {
    background: #fff;
    color: #777;
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    font-size: 24px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #666;
}
.section.anadive a.btn-white:hover, .anadive a.white-red:focus {
    background: #fafafa;
    color: #fe0000;
}
.section.anadive a.btn-gris {
    background: #e5e5e5;
    padding: 6px 10px;
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 1px solid #666;
    width: 100%;
    color: #333;
}
.register{
    margin: 0 auto;
    max-width: 100%;
}
.register .error{
    font-weight:300; 
    color:red; 
    text-align:left;
}
.form-control {
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
}
form.register input, form.register button {
    width: 100%;
    border-radius: 0 !important;
    height: 46px;
    background: #f2f2f2;
    border: none;
    color: #111;
    font-size: 15px;
    border: none;
}
form.formstandard input[type="text"], form.formstandard input[type="email"], form.formstandard input[type="number"], form.formstandard select, form.formstandard textarea {
    width: 100%;
    border-radius: 0 !important;
    height: 40px;
    background: #f2f2f2;
    border: none;
    color: #111;
    font-size: 17px;
    border: none;
    padding: 5px 6px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
form.formstandard select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
form.formstandard textarea {
    width: 100%;
    border-radius: 0 !important;
    height: 146px;
    background: #f2f2f2;
    border: none;
    color: #111;
    font-size: 15px;
    border: none;
    padding: 10px;
    margin-bottom: 20px;
}
form.formstandard input[type="submit"], form.formstandard button[type="submit"], 
form.formstandard button[type="button"].boton {
    height: 50px;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    border: none;
    padding: 0;
}
form.formstandard label.error {
    margin-top: -30px;
    margin-bottom: 20px;
}
form.register button {
    font-weight: 900;
    background: #fe0000;
    height: 46px;
    font-family: 'GothamUltra', sans-serif;
    color: #fff;
    font-size: 24px;
    border: none;
}
form.register button:hover {
    background: #d40202 !important;
}
a.btn-descartar {
    background: #7f7f7f;
    height: 50px;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    display: inline-block;
    border: none;
    padding: 8px;
}
a.btn-descartar:hover {
    background: #666;
    color: #fff;
}
.boton {
    width: 100%;
    display: inline-block;
}
.btn-recuperar {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    padding: 8px;
    text-align: center;
    color: #000 !important;
    font-weight: 700;
    background: #fff !important;
    border: 1px solid #000;
}
.btn.btn-danger.cancel {
    background: #c10606;
    color: #fff;
    padding: 2px 8px !important;
}
h1.title {
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    font-weight: 900;
}
.red {
    color: #fe0000;
}
/*************************
/ SELECCIONAR PLAN
/************************/
.piercing:before{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.piercing {
    display: inline-block;
    background: #fff;
    color: #FFF;
    margin: 0 5px 20px 5px;
    position: relative;
    max-width: 100%;
    width: 107px;
}
.piercing img {
    max-width: 100%;
}
.piercing:hover:before, .piercing.selected:before{
    content:" "; 
    background:url(img/check.png) no-repeat; 
    display:block; width:64px; 
    height:59px; 
    position:absolute; 
    right:-15px; 
    top:-15px;
}
.piercings{
    padding-top: 50px; 
    width:720px; 
    max-width: 100%; 
}
.piercings h3{
    font-size:30px; 
    color:#666666; 
    margin:0 0 30px;
}
.piercings ul.square {
    list-style-type: none;
    text-align: left;
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
    color: #666;
}
.piercings ul.square li {
    padding-left: 20px;
    background: url(images/square.jpg) no-repeat left 7px;
    background-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.piercings img.preciounico {
    max-width: 100%;
    margin: 15px 0;
}
input[type="checkbox"].checkbox {
    opacity: 0;
}
input[type="checkbox"].checkbox + label span {
    display:inline-block;
    width:25px;
    height:25px;
    margin: -2px 0 0 0;
    border: 2px solid #222;
    vertical-align:middle;
    background: #fff;
    cursor:pointer;
}
input[type="checkbox"].checkbox:checked + label span {
    background:url(images/check.png) no-repeat center center;
    background-size: 18px;
}
.mycheck {
    margin-top: -10px;
    font-size: 13px;
    margin-bottom: -8px;
}
.mycheck label {
    font-weight: 500;
}
.formstandard .mycheck label {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding-left: 26px;
}
.formstandard .checks_extras .inputcheck label {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding-left: 26px;
}
.formstandard label {
    font-size: 18px;
}
.formstandard label.conborde {
    font-size: 18px;
    display: block;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
    margin-bottom: 20px;
}
input[type="checkbox"].checks {
    opacity: 0;
    margin-left: -16px;
    position: absolute;
}
input[type="checkbox"].checks + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin: 0;
    border: 1px solid #bbb;
    vertical-align:middle;
    background: #fff;
    cursor:pointer;
    position: absolute;
    top: 3px;
    left: 0;
}
input[type="checkbox"].checks:checked + label span {
    background:url(images/check.png) no-repeat center center;
    background-size: 12px;
}
.piercings .red{
    float:right; 
    width:100%; 
    max-width:316px; 
    color:#ED1F25; 
    font-size:16px; 
    margin:8px 20px;
}
.paypalform{
    display:block; 
    margin: -10px 0 0 0;
}
.paypalform button[type="submit"] {
    width: 100%;
    height: auto;
    text-align: center;
    color: #FFF;
    background: #EE1F25;
    border-radius: 0;
    border-top: 0;
    border-bottom:0;
    font-weight: 900;
    font-size: 24px;
    padding: 8px 15px;
    border-left: 1px solid #fff;
    border-right: 10px solid #fff;
}
.paypalform button[type=submit]:hover {
    background: #d31117;
}
.maspadding {
    padding-left: 20%;
    padding-right: 20%;
}
.terminos-condiciones .form-control {
    border: none !important;
    height: auto;
    padding: 0;
    position: relative;
    text-shadow: none !important;
    box-shadow: none;
    margin-bottom: 10px;
}
.terminos-condiciones .form-control label.error {
    position: absolute;
    bottom: 6px;
    text-align: left;
}
.terminos-condiciones .form-control input[type="checkbox"] {
    position: relative;
}
.input_plan {
    border: none;
    opacity: 0;
    height: 1px;
}
.paypalform label {
    text-align: left;
}
#item_name-error {
    margin-top: -10px;
    margin-bottom: 30px;
    margin-left: 18px;
}
.bienvenida {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-align: center;
}
.bienvenida h2 {
    font-size: 26px;
} 
.bienvenida img {
    width: 400px;
    max-width: 100%;
    margin: 15px 0;
}
.login .btn-gris {
    display: inline-block;
    width: 100%;
    background: #999;
    color: #fff;
    padding: 7px;
    text-align: center;
    font-size: 12.5px;
    margin-bottom: 14px;
    font-weight: 500;
}
.login .btn-negro {
    display: inline-block;
    width: 100%;
    background: #111;
    color: #fff;
    padding: 7px;
    text-align: center;
    font-size: 12.5px;
    margin-bottom: 14px;
    font-weight: 500;
}

/*************************
/ AREA PRIVADA DEALER
/************************/
h1.nombredealer {
    color: #000;
    font-size: 50px;
    font-weight: 900;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 40px;
}
.height80 {
    height: 80px;
}
.menudealer a {
    display: block;
    border-bottom: 1px solid #000;
    position: relative;
    padding-top: 74px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 120px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.menudealer a.first {
    border-top: 1px solid #000;
}
.menudealer a span {
    display: inline-block;
    float: right;
    font-weight: 500;
}
.menudealer img {
    width: 110px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
}
.menubancos a {
    display: block;
    border-bottom: 1px solid #000;
    position: relative;
    padding-top: 24px;
    padding-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 21px;
    font-weight: 500;
    color: #ca0405;
    text-align: center;
    text-transform: uppercase;
}
.menubancos a.first {
    border-top: 1px solid #000;
}
.menubancos a span {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}
.menubanco2 {
    margin-bottom: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}
.menubanco2 a {
    white-space: nowrap;
    display: inline-block;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: bottom;
    font-size: 17px;
    margin-right: 17px;
    margin-left: 17px;
    text-transform: uppercase;
}
.adminpage .menudealer {
    margin-bottom: 20px;
}
.adminpage .menudealer a {
    display: inline-block;
    border: none;
    padding-top: 10px;
    padding-left: 64px;
    vertical-align: bottom;
    font-size: 14px;
    margin-right: 26px;
}
.adminpage .menudealer a span {
    display: none;
}
.adminpage .menudealer img {
    position: absolute;
    width: 60px;
    left: 0;
    top: 0;
}
.checks_extras .inputcheck {
    display: inline-block;
    width: 33%;
    font-size: 13.4px;
}
.checks_extras .inputcheck label {
    font-weight: 500;
}
.dealer-add {
    padding-left: 12%;
    padding-right: 12%;
}
.dealer-add textarea{
    height: 124px;
}
.dealer-add button[type=submit], .dealer-add input[type=button]{
    background: #EE1F25; 
    color: #FFF; 
    border-color:#EE1F25;
}
.edit_dealer input[type="color"] {
    display: inline-block;
    width: 250px;
    height: 28px;
    border: none;
    background: none;
    cursor: pointer;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    background: #fff;
    border-radius: none;
    margin-left: 8px;
    background: url(images/colors.jpg) no-repeat right center;
    padding-right: 200px;
    background-size: 195px;
    float: right;
}
.edit_dealer button.boton {
    width: 100%;
    text-align: left;
    color: #FFF;
    background: #EE1F25;
    border-radius: 0;
    border: 0;
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 4px 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 20px;
    padding: 12px;
}
.edit_dealer button.boton:hover { 
    color: #fff;
    background: #c30f15;
}
.your-logo{
    width:100%; 
    height:180px; 
    overflow:hidden; 
    background:#f4f4f4; 
    border:1px solid #ccc; 
    border-radius:0; 
    text-align: center; 
    font-size:16px; 
    color:#666666;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222 !important;
  opacity: 1; /* Firefox */
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #222 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #222 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.your-logo h4 {
    color: #000;
    padding-top: 15px;
    font-weight: 500;
}
.your-logo.tulogo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.your-logo.tuimagen {
    height: 140px;
}
.your-logo img{
    display:none; 
    max-width:100%;
    max-height: 124px;
}
.your-logo:hover{
    background:#eee; 
    cursor:pointer;
}
.sube_logo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    padding-top: 30px;
}
.sube_logo .wrapper {
    clear:both;
    width: 500px;
    max-width: 94%;
    padding:0 10px 20px 10px;
    margin:0 auto;min-height:100px;
    overflow:hidden;
    border:1px solid #000000;
    background: #fff;
}
.sube_logo a#close {
    display: block; 
    text-align: 
    right; margin-top: 5px
}
.sube_logo .uploader {
    width:100%;
}
.sube_logo .content {
    width:100%;
    height:auto;
    padding-top:20px;
}
.sube_logo #big_uploader {
    width:100%;
    padding: 20px 0 20px 0;
    position:relative;
}
.sube_logo #upload_big {
    width:100%;
    height:24px;
}
.sube_logo input.inputSubmit {
    display:block;
    padding:4px 6px;
    line-height:20px;
    width:auto;
    text-align:center;
    cursor:pointer;
}
.sube_logo #upload_big input.inputSubmit {
    clear:none;
    display:none;
    margin-left:20px;
}
.sube_logo #upload_thumb {
    padding:0;
    display:none;
}
.sube_logo .uploadThumbWrapper {
    height:auto;
    padding:10px 0 0 0;
}
.sube_logo #div_upload_big img#big {
    max-width: 100%;
    max-height: 100%;
}
.sube_logo .fileButton {
    width:auto; 
    text-align:left; 
    color:#FFF; 
    background:#EE1F25; 
    border-radius: 0; 
    border:0;
    font-weight: 500;
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 4px 15px;
    text-align: center;
}
.sube_logo .fileWrapper {
    overflow: hidden;
    position: relative;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.sube_logo .fileWrapper input[type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.sube_logo .previewWrapper {
    max-width: 100%;
    width: 100%;
    max-height: 1150px;
}
.sube_logo #uploaded{
    float:left;
    width:auto;
    padding-bottom:20px;
}
.sube_logo #div_upload_big {
    float:left;
    clear:left;
    width:auto;
    padding:0px;
}
.sube_logo #preview {
    display:none;
    overflow:hidden;
}
.sube_logo #uploaded{
    width:auto;
    padding-bottom:20px;
}
.sube_logo .inputSubmit {
    margin-top: 10px; 
    background: #222; 
    border: none; 
    color: #fff; 
    padding: 6px 24px;
}
.sube_logo #upload_target {
    display:none;
}
.sube_logo #div_upload_big, #preview {
    border:1px solid #000000;
}
.sube_logo #preview {
    display:none;
    position:relative;
    overflow:hidden;
}
.sube_logo #preview img {
    position:absolute;
    left:0;
    top:0;
}
.div_logo {
    overflow: hidden;
    position: relative;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.div_logo input[type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.div_frontpage {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 20px;
}
.div_frontpage input[type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.btns_vehiculos.padding1 {
    padding-right: 7px;
}
.btns_vehiculos.padding2 {
    padding-left: 8px;
    padding-right: 7px;
}
.btns_vehiculos.padding3 {
    padding-left: 7px;
}
.btns_vehiculos .btn1 {
    background: #7f7f7f;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 8px 10px;
    border: none;
    height: auto;
    width: 200px;
    font-weight: 900;
}
.btns_vehiculos .btn2 {
    background: #111 !important;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 10px;
    border: none;
    height: auto;
    width: 200px;
    font-weight: 900;
}
.btns_vehiculos .btn3 {
    background: #fe0000;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 10px;
    border: none;
    height: auto;
    width: 200px;
    font-weight: 900;
}
.list-user{
    max-width: 750px;
}
.list-user .actions{
    font-size: 18px;
}
.list-user .actions a{
    display: inline-block; 
    padding: 0 8px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input{
    width: 144px; 
    overflow: hidden; 
    float: right; 
    height: 34px; 
    margin: 15px 0;
}
.custom-file-input::before {
  content: 'Seleccionar Archivo';
  display: inline-block;
  background:#FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 500;
  font-size: 10pt;
  width: 144px;
  overflow: hidden;
  height: 34px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.content_logo, .content_frontpage{
    padding-top: 10px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.checkbox-inline, .radio-inline{
    float: left;
    display: block;
    padding-right: 10px;
    min-height: 30px;
    width: 33.333333%;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
    margin: 0;
}
#dragandrophandler {
    border:2px dotted #0B85A1;
    width:100%;
    color:#92AAB0;
    text-align:left;vertical-align:middle;
    padding:10px 10px 10 10px;
    margin-bottom:10px;
    font-size:200%;
}
.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}
#drop-zone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font-size: 20px;
    color: #bbb;
}
#drop-zone:hover{
    background: #eee;
    cursor: pointer;
}
#drop-zone:hover #clickHere, #clickHere:hover{
    background: #000;
    cursor: pointer;
}
.fileinput-button {
    color: #000;
}
#clickHere:hover input, #clickHere input{
    opacity: 0;
    cursor: pointer;
}
#clickHere {
    border-radius: 0;
    background: transparent;
    color: #000;
    height: 26px;
    line-height: 26px;
    width: auto;
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}
.gilipoyez-imagenes2 {
    border-top: 1px solid #000;
    margin-top: 10px;
    padding-top: 10px;
    width: 314px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    color: #000;
}
#list {
    padding: 0;
}
#list span{
    display: block;
    float: left;
    text-align: center;
    padding:0 10px 10px;
}
#list span.featured{
    background: green;
}
#list span a:hover{
    text-decoration: underline;
}
#list span.featured a{
    color: #FFF;
}
#list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery a:hover{
    text-decoration: underline;
}
.dealer-add a.btn{
    font-size: 16px;
    background: #C80405;
    padding: 4px 8px;
    display: inline-block;
    color: #FFF;
    margin: 30px 10px;
}
.dealer-add a.btn:hover{
    background: #000;
}
.ofertaespecial {
    font-size: 17px;
    background: #fff;
    border: 2px solid #000;
    padding: 16px 20px 10px 20px;
    font-weight: 300;
}
.pip {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}
.pip:nth-child(2n) {
    background: #f9f9f9;
}
.pip img {
    width: 100px;
    height: 60px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.pip .remove {
    /** display: inline-block; ***/
    display: none !important;
    color: #cc0000;
    position: relative;
    top: 10px;
    font-size: 18px;
}
.sortable-placeholder {
    width: 180px;
    height: 120px;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
}
.grid {
    margin-top: 10px;
}
.grid>div.propertythumbnail {
    float: left;
    width: 180px;
    height: 120px;
    margin-right: 12px;
    margin-bottom: 10px;
}
.bgthumbnail {
    width: 100%;
    height: 100%;
    position: relative;
}
.bgthumbnail {
    border: 5px solid #fff;
}
.bgthumbnail.destacada {
    border: 5px solid #e00024;
}
.grid {
    overflow: hidden;
}
.connected li, .sortable li, .exclude li, .handles li {
    list-style: none;
    border: 1px solid #CCC;
    background: #F6F6F6;
    color: #1C94C4;
    margin: 5px;
    padding: 5px;
    height: 22px;
}
.handles span {
    cursor: move;
}
.sortable.disabled {
    opacity: 0.5;
}
a.setdestacada {
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    padding: 2px 8px;
    background: rgba(255,255,255,0.8);
}
a.setdestacada {
    color: #666;
}
a.setdestacada.destacada { 
    color: #e6c800;
}
a.delphoto {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    padding: 2px 8px;
    background: rgba(255,255,255,0.8);
    color: #cc0000;
}
.propertythumbnail.highlight {
    background: #FEE25F;
}
#connected {
    width: 440px;
    overflow: hidden;
    margin: auto;
}
.connected {
    float: left;
    width: 200px;
}
.connected.no2 {
    float: right;
}
li.sortable-placeholder, div.sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
}
span.turbo {
    font-weight: 700;
    display:inline-block;
    background: #333;
    border-radius: 3px;
    color: #fff;
    padding: 0 4px;
    font-size:13px;
}
.thumbnail_galeria {
    display: inline-block;
    width: 100%;
    height: 120px;
    border: 2px solid #fff;
}
.ck-content {
    min-height: 150px;
}
span.after-title {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
}
span.after-title::before {
    content: '|';
    display: inline-block;
    margin: 0 10px 0 20px;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
}
.tablesorter-default .header, .tablesorter-default .tablesorter-header {
    background-image: none !important;
}
.tablesorter-default td {
    border-bottom: none !important;
    padding: 4px;
}
.tablesorter-default {
    width: 100%;
    font-size: 14px;
    color: #333 !important;
    background-color: #fff;
    border-spacing: 0;
    margin: 10px 0 15px;
    text-align: left;
    font-weight: 300 !important;
}
.monedatabla_us, .monedatabla_rd {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.monedatabla_us::after {
    content: 'US$';
    position: absolute;
    left: 0;
}
.monedatabla_rd::after {
    content: 'RD$';
    position: absolute;
    left: 0;
}
.table > tbody > tr > td {
    font-size: 14px;
    color: #000 !important;
    font-weight: 300;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, 
.table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, 
.table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, 
.table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: inherit !important;
}
.tablesorter-default tbody tr:nth-child(2n+1) {
    background: #f0f0f0 !important;
}
.tablesorter-default tbody tr.nuevo {
    /** 
    background: #f9e2e2 !important;
    border-bottom:1px solid #f9d2d2;
    ***/
}
.tablesorter-default tbody tr.nuevo td {
    font-weight: bold;
    color: #c80405 !important;
}
.table > tbody > tr > td, .table > tbody > tr > th, 
.table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, 
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: none;
}
td.actions a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 0;
    width: 28px;
    height: 28px;
    overflow: hidden;
    margin: 0 2px;
}
td.actions a img {
    width: 100%;
}
.col-sm-12.estrecho {
    padding-left: 7%;
    padding-right: 7%;
}
.col-sm-12.estrecho2 {
    padding-left: 15%;
    padding-right: 15%;
}
.col-sm-12.estrecho3 {
    padding-left: 20%;
    padding-right: 20%;
}
.ck.ck-editor__main {
    font-size: 18px !important;
}
a.sptmd {
    display: inline-block;
    font-weight: 700 !important;
    border: 2px solid #ca0405;
    color: #ca0405;
    border-radius: 2px;
    font-size: 17px;
    padding: 5px 10px;
    position: relative;
    top: -5px;
    margin-left: 15px;
}
.alertaroja {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alertaroja div {
    margin-top: 150px;
    background:#fff;
    width: 380px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 30px;
    border-left: 8px solid #ca0405;
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.25);
}

/**************************
/ CONTACTO
/************************/
.contactos {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.contactos .col-sm-4 {
    padding-left: 30px;
    padding-right: 30px;
}
.contactos .fa {
    font-size: 50px;
    color: #000;
}

/***********************
/ BUSQUEDA
/************************/
.imagenvehiculo {
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    clear: both;
    margin-bottom: 1px;
}
.resultados {
    padding: 5px 0 8px 0;
    border-top: 10px solid #fff;
}
.resultados h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
}
.resultados h2 .modelo { 
    font-weight: 800;
}
.resultados h2 .ano { 
    font-weight: 800;
}
.resultados .minimo, .resultados .maximo, .resultados .promedio { 
    color: #fff; 
    float: left; 
    margin-right: 30px; 
}
.resultados .minimo strong, .resultados .maximo strong, .resultados .promedio strong { 
    font-family: 'Oswald', sans-serif;  
    font-size: 700;
}
.resultados .minimo, .resultados .maximo { 
    font-size: 20px; 
    line-height: 26px; 
}
.bg-black {
    background: #000;
    color:#fff;
}
.promedios {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 4px;
}
.promedios strong {
    font-weight: 700;
    font-size: 22px;
}
.promedios .promedio strong {
    font-weight: 700;
    font-size: 24px;
}
.promedios .minimo, .promedios .maximo, .promedios .promedio {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}
.promedios .promedio {
    font-size: 20px;
}
form.formterm {
    position: relative;
    margin-top: 5px;
}
form.formterm input {
    width: 100%;
    border: 1px solid #000;
    padding: 8px 4px;
    margin-bottom: 10px;
    height: 40px;
    font-style: italic;
    font-weight: 500;
}
form.formterm button {
    position: absolute;
    top: 6px;
    right: 6px;
    color:#fff;
    background: #c80405;
    border: none;
    width: 28px;
    height: 28px;
    font-size: 20px;
    padding: 0;
    text-align: center;
}
.busquedaavanzada select { 
    width: 100%; 
    clear: both; 
    color: #333; 
    font-size: 16px; 
    border: none; 
    background: #fff; 
}
select.blanco, .panel-body select {
    color: #ec1d25;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 15px;
}
select.rojo {
    color: #fff;
    background: #ec1d25;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 15px;
}
.rownm {
    margin: 0 -3px;
}
.rownm .col-xs-6 {
    padding: 0 3px;
}
#panelesbusqueda .panel-heading { 
    background: #000; 
    padding: 5px 12px;  
    border-radius: 0;
    border: none;
}
#panelesbusqueda .panel-title { 
    font-size: 16px; 
    color: #fff;
}
#panelesbusqueda .panel-title img { 
    float: right; 
    margin-top: 8px;
}
#panelesbusqueda .panel-body {
    background: #f2f2f2;
    padding: 15px 0 0 0;
    border-radius: 0;
    border: none;
}
.panel-heading .panel-title span {
    font-family: 'Oswald', sans-serif;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
.busquedaavanzada {
    background: #fff;
    margin-top: 66px;
}
.busquedaavanzada .panel-group .panel {
    margin-bottom: 0;
    border-radius: none;
}
.busquedaavanzada .panel-heading {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    min-height: none;
    color: #fff;
    background: #000;
    color: #fff;
    padding: 8px;
    margin-top: 10px;
}
.busquedaavanzada .panel-heading .panel-title {
    font-size: 17px;
    padding-left: 15px;
    color: #fff !important;
    font-weight: bold;
}
.busquedaavanzada .panel-title.collapsed .caret {
    margin: 0 !important;
    position: absolute;
    top: 17px;
    left: 8px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: middle;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none; 
}
.busquedaavanzada .panel-title .caret {
    margin: 0 !important;
    position: absolute;
    top: 17px;
    left: 8px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: middle;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none; 
}
.busquedaavanzada a#limpiafiltros {
    color: #000 !important;
    font-weight: 500;
    display: block;
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 8px 0;
}
.busquedaavanzada .panel-body {
    position: relative;
    right: inherit;
    top: inherit;
    padding: 0 !important;
    color: #000;
    border: none;
    background: transparent !important;
    font-size: 15px;
}
.ordenacion { 
    border-top: 1px solid #ccc; 
    padding-top: 12px;
    margin-top: 12px;
}
.ordenacion input[type=radio] { 
    display: none; 
}
.ordenacion label { 
    display: inline-block; 
    cursor: pointer; 
    position: relative; 
    font-weight: 500; 
    font-size: 13px; 
    border: 1px solid #ccc; 
    width: 100%; 
    padding-left: 24px;
    margin: 0; 
    padding-top: 4px; 
    padding-bottom: 4px;
    background: #fff;   
}
.ordenacion div {  }
.ordenacion label:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #f0f0f0;
    position: absolute;
    left: 0;
    top: 8px;
    background: #fff; 
    margin-left: 6px; 
}
input[type=radio]:checked + label:before {  
    background: #df0024;
    border: 1px solid #f0f0f0;
    color: #f3f3f3;
    font-size: 20px;
    text-align: center;
    line-height: 6px;
}
.ordenarpor {
    font-weight: 500;
    color: #000;
    margin-top: 16px;
    margin-bottom: 20px;
}
.ordenarpor p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 17px;
    font-weight: 700;
}
.divradios label { 
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding: 7px 5px;
    position: relative; 
    display: block;
    border-top: none;
    margin: 0;
}
.divradios input[type="radio"] {
    position: absolute;
    right: 5px;
    display: none;
}
.divradios input[type="checkbox"] {
    position: absolute;
    right: 5px;
    display: none;
}
.divradios label span {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 10px;
    border: 1px solid #999;
    width: 12px;
    height: 12px;
    background: #fff;
}
.divradios input[type="radio"]:checked+label span {
    background: #c80405;
    border: 1px solid #c80405;
}
.divradios input[type="checkbox"]:checked+label span {
    background: #c80405;
    border: 1px solid #c80405;
}
.paginacion { 
    float: right; 
    display: inline-block;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.pagination a, .pagination span {
    font-weight: 500;
    font-size: 15px;
    margin: 0 3px;
}
.resultados #paneles { 
    display: none; 
}

/***************************************
/ BUSCADOR
/**************************************/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 4px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.bootstrap-select.selectwhite > .dropdown-toggle.bs-placeholder, 
.bootstrap-select.selectwhite > .dropdown-toggle.bs-placeholder:active, 
.bootstrap-select.selectwhite > .dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select.selectwhite > .dropdown-toggle.bs-placeholder:hover {
    color: #c80405 !important;
}
.bootstrap-select.selectwhite .bs-caret {
    color: #c80405 !important;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -2px;
    vertical-align: middle;
    right: inherit;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 9px 0 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: none;
    width:100%;
}
.bootstrap-select .dropdown-menu {
    margin-top: -9px !important;
}
.bootstrap-select .dropdown-header {
    display: block;
    padding: 0;
}
.bootstrap-select .dropdown-menu .divider {
    height: 1px;
    margin: 3px 0;
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 10px;
}
.bootstrap-select .dropdown-menu > li > a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
    white-space: nowrap;
    font-size: 17px;
}
.bootstrap-select.selectwhite > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #000;
    width: 100%;
    border-radius: 0 !important;
    height: 35px;
    background: #fff !important;
    box-shadow: none !important;
    padding: 5px 5px 5px 24px;
    margin-bottom: 10px;
}
.bootstrap-select.selectwhite .dropdown-toggle .filter-option {
    color: #c80405;
}
.bootstrap-select .dropdown-toggle .filter-option {
    font-size: 17px;
    font-weight: 700;
    margin-top: -2px;
}
.bootstrap-select .dropdown-toggle.bs-placeholder .filter-option {
    font-weight: 500;
}

.bootstrap-select .dropdown-menu > .active > a, 
.bootstrap-select .dropdown-menu > .active > a:focus, 
.bootstrap-select .dropdown-menu > .active > a:hover {
    color: #fff !important;
    background-color: #c80405;
}
.bootstrap-select.selectred > .dropdown-toggle.bs-placeholder, 
.bootstrap-select.selectred > .dropdown-toggle.bs-placeholder:active, 
.bootstrap-select.selectred > .dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select.selectred > .dropdown-toggle.bs-placeholder:hover {
    color: #fff !important;
}
.bootstrap-select.selectred .bs-caret {
    color: #fff !important;
}
.bootstrap-select.selectred > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    width: 100%;
    border-radius: 0 !important;
    height: 38px;
    background: #c80405 !important;
    box-shadow: none !important;
    padding: 8px 5px 8px 24px;
    margin-bottom: 10px;
}
.bootstrap-select.selectred .dropdown-toggle .filter-option {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}
.bootstrap-select.selectwhite2 > .dropdown-toggle.bs-placeholder, 
.bootstrap-select.selectwhite2 > .dropdown-toggle.bs-placeholder:active, 
.bootstrap-select.selectwhite2 > .dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select.selectwhite2 > .dropdown-toggle.bs-placeholder:hover {
    color: #000 !important;
}
.bootstrap-select.selectwhite2 .bs-caret {
    color: #c80405 !important;
}
.bootstrap-select.selectwhite2 > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    border-radius: 0 !important;
    height: 38px;
    background: #fff !important;
    box-shadow: none !important;
    padding: 8px 5px 8px 24px;
    margin-bottom: 0;
}
.bootstrap-select.selectwhite2 .dropdown-toggle.bs-placeholder .filter-option {
    font-size: 17px;
    color: #c80405;
    font-weight: 500;
}
.bootstrap-select.selectwhite2 .dropdown-toggle .filter-option {
    font-weight: 700;
    color: #c80405;
}
.selectengine .filter-option-inner-inner::before {
    content: 'Motor';
    margin-right: 5px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.selecttypemobile .filter-option-inner-inner::before {
    content: 'Tipo';
    margin-right: 5px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.selectprovincemobile .filter-option-inner-inner::before {
    content: 'Provincia';
    margin-right: 5px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.selectpricemobile .filter-option-inner-inner::before {
    content: 'Precio';
    margin-right: 5px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.selectgas .filter-option-inner-inner::before {
    content: 'Combustible';
    margin-right: 5px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.selecttraccion .filter-option-inner-inner::before {
    content: 'Tracción';
    margin-right: 5px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.selectkilometros .filter-option-inner-inner::before {
    content: 'Kilometraje';
    margin-right: 5px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
/******************************************
    DETALLE
********************************************/
.resultados .gotham {
     font-weight: 500;
    font-size: 24px;
}
.resultados .acciones { 
    text-align: right; 
    padding-top: 10px;
}
.resultados button.boton { 
    background: transparent; 
    color: #fff; 
    border: 1px solid #fff; 
    border-radius: 0; 
    height: 34px; 
    padding: 0 20px; 
    margin-left: 5px;
    font-weight: 500;
    width: auto;
    font-size: 15px;
}
.informacion .vendedor h2 { 
    font-size: 30px; 
    font-weight: 900;
    background: #000; 
    color: #fff; 
    text-align: center; 
    padding: 10px 0; 
    clear: both; 
}
.informacion table { 
    width: 100%; 
    font-size: 16px;
}
.informacion table tr { 
    border-bottom: 1px solid #ebebeb; 
}
.informacion table tr:nth-child(2n+1) {
    background: #ebebeb;
}
.informacion table td { 
    width: 50%; 
    padding: 2px 5px; 
}
.informacion table td.strong { 
    font-weight: 700; 
}
.informacion .bot-rojo a { 
    color: #fff; 
    background: #c80405; 
    display: block; 
    width: 100%;
    padding: 8px 0; 
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px; 
}
.informacion .bot-rojo a span { 
    font-family: 'Oswald', sans-serif;
}
.informacion .bot-blanco a { 
    color: #c80405; 
    background: #fff; 
    display: block; 
    width: 100%; 
    padding: 8px 0; 
    text-align: center; 
    margin-bottom: 10px; 
    font-size: 18px; 
    border: 1px solid #ccc; 
}
.informacion .bot-blanco a span { 
    font-family: 'Oswald', sans-serif; 
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none !important;
}
.panel-heading { 
    border: none; 
    border-radius: 0 !important;
}
.panel-heading .panel-title { 
    font-size: 22px; 
    padding-left: 15px;
}
.panel-heading .panel-title span { 
    font-family: 'Oswald', sans-serif; 
}
.panel-heading a img { 
    margin-left: 5px; 
    vertical-align: middle; 
    width: 12px;
}
.panel-heading.black { 
    background: #000;
    color: #fff; 
}
.panel-heading.black a, .panel-heading.black a:hover, .panel-heading.black a:active, .panel-heading.black a:visited { 
    color: #fff; 
    text-decoration: none; 
}
.panel-heading.white { 
    background: #fff; 
    color: #c80405; 
}
.panel-heading.white a, .panel-heading.white a:hover, .panel-heading.white a:active, 
.panel-heading.white a:visited { 
    color: #c80405; 
    text-decoration: none; 
}
.panel-heading.grey { 
    background: #f6f6f6; 
    color: #c80405; 
}
.panel-heading.grey a, .panel-heading.grey a:hover, .panel-heading.grey a:active, 
.panel-heading.grey a:visited { 
    color: #c80405; 
    text-decoration: none; 
}
.panel { 
    border: none !important;
    box-shadow: none !important; 
}
.panel-body {
    padding: 20px 30px 30px 30px;
}
.contactovendedor {
    padding-top: 10px;
}
.contactovendedor img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 190px;
    max-width: 32%;
}
.contactovendedor #map img {
    width: 100%;
    max-width: 100%;
}
.contactovendedor h1 { 
    margin: 5px 0 5px 0; 
    font-weight: 900;
    font-size: 38px;
}
.contactovendedor p { 
    margin: 0; 
}
.contactovendedor .telefono { 
    font-size: 24px; 
    font-weight: 500;
}
.contactovendedor .llamar a { 
    font-size: 20px; 
    text-decoration: underline; 
    font-weight: 500;
}
.contactovendedor form { 
    width: 100%; 
    display: block; 
    clear: both; 
}
.contactovendedor .col-md-8 { 
    padding-left: 0; 
}
.contactovendedor form input[type="checkbox"] { 
    margin-right: 10px; 
}
.contactovendedor form input[type="submit"] { 
    background: #c80405; 
    border: none; 
    color: #fff; 
    font-weight: 900;
    text-align: center; 
    font-size: 24px; 
    width: 100%; 
    height: 80px; 
    display: block; 
    max-width: 200px; 
}
.contactovendedor .col-md-4 { 
    padding-right: 0; 
}
.contactovendedor .mapa p.titulo a { 
    background: #c80405; 
    color: #fff; 
    text-align: center; 
    padding: 9px; 
    display: block; 
    font-size: 18px; 
    margin-bottom: 12px; 
}
.contactovendedor .mapa p.direccion { 
    font-size: 18px; 
}
.contactovendedor #map_canvas { 
    margin-top: 20px;
    width: 100%; 
    max-width: 100% !important;  
}
.mapa #map {
    background: url(images/mapa.jpg) no-repeat center center;

}
#map {
    width: 100%;
    height: 202px;
}
#map iframe {
    width: 100%;
}
#map div {
    width: 100%;
}
#map img {
    width: 100%;
}
.mapa iframe {
    width: 100%;
    height: 202px;
}
#recomendar .modal-header, .mymodal .modal-header {
    border-radius: 0;
    color: #fff;
    background: #df0024;
}
#recomendar .modal-header h4, .mymodal .modal-header h4 {
    color:#fff;
    font-weight: 500;
}
#recomendar .modal-content, #recomendar .modal-dialog {
    border-radius: 0;
}
#recomendar .modal-body {
    padding: 24px;
}
#recomendar .titulorecomendar {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 12px;
    margin-bottom: 12px;
}
#recomendar .titulorecomendar a {
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 300;
    font-size: 38px;
}
.reportajes .width20 { 
    padding-right: 10px; 
}
.reportajes img { 
    width: 100%; 
    margin-bottom: 10px; 
}
.reportajes h2 {
    margin-top: 0;
    padding-top: 0;
}
.reportaje p { 
    font-size: 12px;
}
.reportaje p.titulo {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    line-height: 19px;
}
.reportaje p.titulo a {
    color: #000;
}
.imagenreportajes {
    display: block;
    width: 100%;
    height: 128px;
    margin-bottom: 4px;
}
.holder {
    position: absolute;
    margin: 12px 12px;
    color: #222;
    cursor: auto;
    z-index: 1;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
    max-width: 90%;
}
.holder.noshow {
    display: none;
}
.holder span {
    font-weight: 500;
}
.closepopup {
    width: 730px;
    max-width: 100%;
    height: 30px;
    position: fixed;
}
.search-popup::after {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(106, 0,0, 1);
    z-index: 99999;
}
.search-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    color: #fff;
    z-index: 99999;
    padding-top: 92px;
}
.search-popup .fixed {
    background: rgba(106, 0,0, 1);
    position: fixed;
    top: 0;
    z-index: 100;
    padding-top: 20px;
}
.search-popup .container-fluid {    
    z-index: 999999;
    position: relative;
}
.search-popup h2 {
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #fff;
    font-weight: 800;
    font-size: 40px;
    width: 730px;
    max-width: 100%;
}
.search-popup h2 span {
    font-weight: 500;
}
.search-popup .content-search {
    position: relative;
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
    text-align:center;
}
.search-popup .close-simple-search {
    position: absolute;
    left: 0;
    top: 26px;
    padding: 0;
    color: #fff;
    border: none;
    background: transparent !important;
    font-size: 22px;
}
.search-popup.dealerpage .close-simple-search {
    top: 7px;
}
.search-popup .close-simple-search img {
    width: 30px;
    margin-right:10px;
}
@media(min-width: 1100px) {
    .search-popup .close-simple-search img {
        width: 38px;
        margin-right:10px;
    }
}
.search-popup .step1 .columnas {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 88px;
}
.search-popup .step2 .columnas, .search-popup .step3 .columnas {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 88px;
}
.search-popup a {
    color: #fff !important;
    font-size: 24px;
    margin-bottom: 6px;
    text-decoration: none !important;
    display: block;
    font-weight: 500;
}
.search-popup .borderbottom strong {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
}

.search-popup .borderbottom.anos {
    width: 100%;
    display: block;
    margin: 0 auto 10px auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.search-popup .borderbottom strong span {
    font-weight: 500;
}
.search-popup span.letter {
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 24px;
    line-height: 24px;
    position: absolute;
    left: 0;
    margin-top:-2px;
    background: #fff;
    color: rgba(106, 0,0, 0.95);
    margin-top: 2px;
}
.bannerpopup {
    position: fixed;
    bottom: 8px;
    width: 100%;
    left: 0;
}
.bannerpopup img {
    width: 730px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.lineasepara {
    width: 100%;
    border-top: 1px solid #fff;
    margin: 20px 0 20px 0;
}
.height15 {
    height: 15px;
}
img {
    max-width: 100%;
}
.search-popup .step3 .borderbottomanos {
    border-bottom: 1px solid #fff;
}
/***************
.search-popup .step3 .columnas {
    column-count:3;
    padding-left: 10%;
    padding-right: 10%;
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    -o-column-gap: 30px;
}
.search-popup .step3 .columnas {
    text-align: left;
}
.search-popup .step3 .columnas a {
    font-size: 22px;
    height: 32px;
    display: block;
}
*************/

.cborde {
    border-bottom: 1px solid #fff;
}
.rowfichas {
    margin: 0 -8px;
}
.rowfichas .col-sm-2, .rowfichas .col-sm-3, .rowfichas .col-sm-4, .rowfichas .col-sm-5, .rowfichas .col-sm-6 {
    padding: 0 8px;
}
span.guaranty {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px;
    opacity: 0.9;
}
span.enoferta {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 46px;
    opacity: 1;
}
.marcamodelo {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 19px;
    white-space: nowrap;
    padding-top: 4px;
    padding-bottom: 4px;
}
.marcamodelo .marca {
    font-weight: 500;
    color: #000;
}
.marcamodelo .modelo {
    font-weight: 800;
    color: #000;
}
.marcamodelo .edicion {
    font-weight: 700;
    color: #c80405;
}
.anoprecio {
    background: #000;
    color: #000;
    padding: 2px 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 800;
}
.anoprecio .ano {
    color: #c80405;
    margin-right: 8px;
}
.anoprecio .precio {
    font-size: 19px;
    color: #fff;
}
.combustiblekm {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #333;
    padding-top: 3px;
    padding-bottom: 2px;
    font-weight: 500;
}
.combustiblekm .combustible {
    font-weight: 700;
    margin-right: 10px;
}
.combustiblekm .combustible.combustible3, .combustiblekm .combustible.comb3 {
    color: #4472c4 !important;
}
.combustiblekm .combustible.combustible4, .combustiblekm .combustible.comb4  {
    color: #09a100 !important;
}
.botonesinicio.home .col-sm-3 {
    width: 20%;
    padding-right:0;
}
.botoninicio {
    margin: 25px 0 15px 0;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    padding-top: 12px;
}
.botoninicio img {
    height: 58px;
    float: left;
    margin-right: 4px;
    position: relative;
    top: -8px;
}
.ultra {
    font-weight: 900;
}
.botonesinicio span.vertodasblock {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    width: 100px;
    height: 21px;
    top: 4px;
}
.botonesinicio span.vertodas {
    font-weight: 500;
    font-size: 13px;
    background: #c80405;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    height: 21px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}
.botonesinicio span.vertodas::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 11px solid #c80405;
    border-top: 11px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 80px;
}
.botonesinicio span.triangulo {
    display: none;
}
.encuentradealer {
    border: none;
    width: 100%;
    padding: 10px;
    height: 90px;
    position: relative;
    background: #fff !important;
}
.encuentradealer.gris {
    background: #f2f2f2 !important;
}
.encuentradealer textarea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: transparent !important;
    border: none !important;
    resize: none;
}
.encuentradealer span {
    font-size: 24px;
    line-height: 22px;
    display: inline-block;
    padding-bottom: 5px;
}
.separador-ano {
    color: #ed1e24;
    padding-bottom: 0;
    /** border-bottom: 3px solid #ed1e24; **/
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 900;
}
.separador-ano span {
    font-weight: 500;
    color: #000;
    font-size: 19px;
}
label#haydestacado-error {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 17px;
}
label#haydestacado-error::before {
    content: "\f071";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 900;
    font-family: 'FontAwesome';
}
.banner {
    text-align: center;
}
.banner-horizontal {
    background: #202020;
    padding: 30px 15px;
}
.banner-horizontal.banner1resultados {
    border-bottom: 1px solid #fff;
}

.banner-horizontal img {
    width: 100%;
    max-width: 100%;
}
.paginaresultados {
    position: relative;
    overflow-x: hidden;
}
.paginaresultados .separalinea {
    width: 200vw;
    position: relative;
    left: 0%;
    right: 0%;
    margin-left: -50vw;
    margin-right: -50vw; 
    background: #ff0000;
    height: 4px;
    z-index: -1;
    margin-bottom: 26px;
}
.lastbanner {
    border-top: 4px solid #c80405;
}
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1000;
}
.scrollTop img {
  width: 46px;
}
.show_more_main {
    color: #000;
    font-weight: 500;
    font-size: 21px;
    cursor: pointer;
    margin-bottom: 30px;
}
.show_more_main img {
    width: 18px;
    margin-right: 2px;
    margin-top: -1px;
}
.detalle-share {
    text-align: right;
    position: relative;
    margin-top: 4px;
}
.detalle-share a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    margin-top: 4px;
}
#share-button .need-share-button_button {
    background: url(images/compartir.png) no-repeat center center;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-size: 100%;
    cursor: pointer;
}
.bloquedealer {
    position: relative;
    width: 100%;
    padding-top: 5px;
}
.bloquedealer.has_logo { 
    padding-left: 50px;
}
.bloquedealer .logodealer {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.bloquedealer .nombredealer {
    background: #000;
    color: #fff;
    font-size: 26px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}
.bloquedealer .nombredealer {
    text-align: center;
}
.bloquedealer .nombredealer span {
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 1em;
}
.bloquedealer.has_logo .nombredealer span {
    padding-left: 65px;
    padding-right: 14px;
}
.bloquedealer .visita {
    display: block;
    background: #c80405;
    font-weight: 500;
    font-size: 14px;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    padding-left: 64px !important;
    letter-spacing: -0.5px;
}
.bloquedealer .visita a{
    color: #fff;
}
.bloquedealer.has_logo .visita {
    padding-left: 34px;
}
.llamar {
    font-weight: 700;
    color: #000;
    font-size: 19px;
    border-bottom: 2px solid #000;
}
.informacion .llamar { 
    text-align: center; 
    padding: 8px 0; 
}
.informacion .llamar span.tel { 
    font-size: 16px; 
    display: block; 
    clear: both; 
}
.informacion .llamar img {
    width: 24px;
    margin-right: 5px;
}
.informacion .precio {
    text-align: center;
    color: #585858;
    font-size: 34px;
    margin: 2px 0;
    font-weight: 900;
}
.informacion .precio span.sup {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: -10px;
    margin-right: 5px;
}
.informacion .cuotas {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 6px;
    text-align: center;
}
.informacion .cuotas span {
    font-size: 21px;
    font-weight: 900;
}
.informacion .registro {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    color: #000;
}
.galeria .mainphoto {
    width: 100%;
    height: 475px;
    display: block;
    margin-top: 6px;
    position: relative;
}
.galeria .mainphoto.maspequeno {
    height: 448px;
}
.miniaturas {
    background: #000;
    padding: 10px 10px 6px 10px;
}
@media(min-width: 778px) {
    .miniaturas {
        min-height: 118px;
    }
}
.miniaturas .thumbnail_galeria {
    display: inline-block;
    width: 100%;
    height: 98px;
    border: none;
}
.owl1 .owl-dots {
    display: none !important;
}
.owl1 button.owl-prev, .owl1 button.owl-next {
    position: absolute;
}
.owl1 button.owl-next {
    color: #fff !important;
    top: -22px;
    right: -8px;
    font-size: 84px !important;
    opacity: 0.7;
}
.owl1 button.owl-next:hover {
    opacity: 1;
}
.owl1 button.owl-prev {
    color: #fff !important;
    top: -22px;
    left: -8px;
    font-size: 84px !important;
    opacity: 0.7;
}
.owl1 button.owl-prev:hover {
    opacity: 1;
}
.lb-container {
    position: relative;
}
.lb-container::after {
    content: '';
    left: 15px;
    bottom: 15px;
    width: 200px;
    height: 39px;
    background: url(images/logo.jpg) no-repeat center center;
    background-size: 100%;
    display: block;
    position: absolute;
    opacity: 0.4;

}
.garantiadetails {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 40px !important;
}
.ofertadetails {
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 40px;
}
.logodetails {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 30px;
}
.paneles .panel {
    margin: 0 !important;
}
.paneles .bg-grey {
    background: #f6f6f6;
    padding-top: 18px;
    padding-bottom: 18px;
}
.paneles .bg-grey a {
    color: #c80405;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    top: 5px;
}
.paneles .bg-grey a span {
    font-weight: 900;
}


.paneles .bg-red {
    padding-top: 18px;
    padding-bottom: 18px;
}
.paneles .bg-red a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    top: 5px;
}
.paneles .bg-red a span {
    font-weight: 900;
    font-size: 27px;
    display: inline-block;
    padding-top: 4px;
} 


.paneles .headpanel img {
    width: 60px;
    margin-right: 12px;
    float: left;
}
.paneles .bg-grey .panel-title .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 8px solid #c80405;
}
.paneles .bg-grey .panel-title.collapsed .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px solid #c80405;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: none;
}
.paneles .bg-black {
    background: #000;
    padding-top: 18px;
    padding-bottom: 18px;
}
.paneles .bg-black a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    top: 5px;
}
.paneles .bg-black a span {
    font-weight: 900;
}
.paneles .bg-black .panel-title .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 8px solid #fff;
}
.paneles .bg-black .panel-title.collapsed .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: none;
}
.bloque-caracteristicas {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    font-size: 16px;
}
.bloque-caracteristicas.conpadding {
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 700;
    color:#000;
    font-size: 16px;
}
.bloque-caracteristicas .col-sm-4 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.bloque-caracteristicas.checks p {
    color: #aaa;
    padding: 1px 0;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin-right: 20px;
}
.bloque-caracteristicas.checks p img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);  
    opacity: 0.1;  
    position: absolute;
    left: 0;
    top: 5px;
}
.bloque-caracteristicas.checks p.checked {
    color: #000;
    font-weight: 500 !important;
    position: relative;
}
.bloque-caracteristicas .descripcion p {
    font-weight: 500 !important;
}
.bloque-caracteristicas .descripcion p strong {
    font-weight: 500;
}
.bloque-caracteristicas.checks p {
    opacity: 0.4;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 26px;
    display: none;
}
.bloque-caracteristicas.checks p.checked, .bloque-caracteristicas.checks p.red {
    display: inline-block;
}
.bloque-caracteristicas.checks p.checked, .bloque-caracteristicas.checks p.red {
    opacity: 1;
}
.bloque-caracteristicas.checks p img.checked {
    display: none;
}
.bloque-caracteristicas.checks p.checked img.nochecked {
    display: none;
}
.bloque-caracteristicas.checks p.checked img.checked {
    display: inline-block;
}
.bloque-caracteristicas.checks p.checked img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);  
    position: absolute;
    left: 0;
    top: 5px;
}
.bloque-caracteristicas img {
    height: 24px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.bloque-caracteristicas.checks img {
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.bloque-caracteristicas p.red {
    color: #c80405;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    font-weight: 700;
    text-transform: capitalize;
}
.bloque-caracteristicas .elige a {
    display: inline-block;
    float: left;
    width:33.33%;
    margin: 0;
    padding: 0;
}
.bloque-caracteristicas .eligebanco a {
    display: block;
    float: left;
    width:33.33%;
    margin: 0;
    padding: 0;
}
.bloque-caracteristicas .eligebanco a img {
    width: 100%;
    height: auto;
}
.bloque-caracteristicas .eligebanco a.banco1 img, .bloque-caracteristicas .eligebanco a.banco2 img,
.bloque-caracteristicas .eligebanco a.banco3 img, .bloque-caracteristicas .eligebanco a.banco4 img, 
.bloque-caracteristicas .eligebanco a.banco5 img, .bloque-caracteristicas .eligebanco a.banco6 img,
.bloque-caracteristicas .eligebanco a.banco7 img, .bloque-caracteristicas .eligebanco a.banco8 img,
.bloque-caracteristicas .eligebanco a.banco9 img {
    border-bottom: 1px solid #000;
}
.bloque-caracteristicas .eligebanco a.banco1 img, .bloque-caracteristicas .eligebanco a.banco2 img,
.bloque-caracteristicas .eligebanco a.banco4 img, .bloque-caracteristicas .eligebanco a.banco5 img, 
.bloque-caracteristicas .eligebanco a.banco5 img, .bloque-caracteristicas .eligebanco a.banco7 img,
.bloque-caracteristicas .eligebanco a.banco8 img, .bloque-caracteristicas .eligebanco a.banco10 img,
.bloque-caracteristicas .eligebanco a.banco11 img {
    border-right: 1px solid #000;
}

.bloque-caracteristicas .eligebanco.seguros a.banco7 img, .bloque-caracteristicas .eligebanco.seguros a.banco8 img,
.bloque-caracteristicas .eligebanco.seguros a.banco9 img {
    border-bottom: none;
}
.resumenseguro table {
    width: 100%;
}
.resumenseguro table tr:nth-child(2n) {
    background: #f0f0f0;
}
.resumenseguro table tr td {
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.resumenseguro table tr td.strong {
    font-weight: bold;
    font-size: 18px;
}
.cerrartab {
    padding-top: 18px;
    padding-bottom: 18px;
}
.cerrartab a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.cerrartab a span {
    font-weight: 900;
}
.cerrartab img {
    width: 60px;
    margin-right: 12px;
}
.cerrartab .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 8px solid #000;
}
.formdetalletarea {
    border: none;
    width: 100%;
    padding: 30px 10px 10px 10px;
    height: 120px;
    position: relative;
    color: #000;
    margin-bottom: 14px;
    background: #f8f8f8;
}
.formdetalletarea textarea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: transparent !important;
    border: none !important;
    resize: none;
    padding:10px;
    color: #333;
    font-size: 17px;
}
.formdetalletarea span.ultra {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    display: block;
    width: 100%;
}
.formdetalletarea span.text2 big {
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
}
@media(min-width: 1000px) {
    .formdetalletarea span.ultra {
        font-size: 22px;
    }
    .formdetalletarea span.text2 big {
        display: block;
        font-size: 38px;
        font-weight: 800;
        line-height: 42px;
    }
}


.formdetalle input[type="text"], .formdetalle input[type="email"] {
    padding: 10px;
    width: 100%;
    margin-bottom: 14px;
    color: #000;
    border: none;
    background: #f8f8f8;
    font-size: 17px;
}
.formdetalle .row {
    margin: 0 -6px;
}
.formdetalle .col-xs-6, .formdetalle .col-sm-4, .formdetalle .col-sm-8 {
    padding: 0 6px;
}
.divchecks {
    margin-top: -5px;
}
.divchecks label { 
    font-weight: 500;
    font-size: 14px;
    padding: 1px 0 1px 24px;
    position: relative; 
    display: block;
    border-top: none;
    margin: 0;
}
.divchecks input[type="checkbox"] {
    position: absolute;
    right: 5px;
    display: none;
}
.divchecks label span {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 6px;
    border: 1px solid #999;
    width: 12px;
    height: 12px;
    background: #fff;
}
.divchecks input[type="radio"]:checked+label span {
    background: #c80405;
    border: 1px solid #c80405;
}
.divchecks input[type="checkbox"]:checked+label span {
    background: #c80405;
    border: 1px solid #c80405;
}
.contactovendedor .bloquedealer .nombredealer {
    background: #000;
    color: #fff;
    font-weight: 900;
    font-size: 32px;
}
.datosdealer {
    font-size: 18px;
    line-height:22px;
}
.datosdealer p.direccion {
    font-weight: 500;
    font-size: 18px;
}
.datosdealer p.ciudad {
    font-weight: 900;
    font-size: 18px;
}
.datosdealer p.correo a {
    text-decoration: underline;
    font-weight: 500;
}
.datosdealer p.telefonos {
    font-weight: 500;
    margin-top: 10px;
    height: 276px;
    overflow: hidden;
    background: #f8f8f8;
    padding-left: 15px;
    padding-top: 15px;
}
.datosdealer p.telefonos span.block {
    white-space: nowrap;
    font-size: 16px;
    display:block;
    margin-right: 15px;
    margin-bottom: 8px;
}
.datosdealer p.telefonos span.numeros {
    display: inline-block;
    width: 155px;
}
.datosdealer p.telefonos img {
    width: 24px;
    float: none;
    margin: 0;
}
.ofertassimilares {
    background: #c80405;
    color: #fff;
    margin-bottom: -12px;
}
.ofertassimilares .fichavehiculo {
    background: #fff !important;
    display: block;
}
.ofertassimilares .fichavehiculo .marcamodelo, .ofertassimilares .fichavehiculo .combustiblekm {
    padding-left: 4px;
    padding-right: 4px;
}
.makinassimilares {
    color: #c80405;
}
.actualidadmarca {
    background:#f6f6f6;
}
.actualidadmarca .botoninicio {
    color: #c80405;
}
.bg-white {
    background:#fff;
}
.share3.shareinmobile {
    display: none;
}
.share3.shareindesktop {
    display: inline-block;
}
.formdetalle .divchecks {
    margin-top: 0px;
    margin-bottom: 20px;
}
.correo-confirmacion{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 99999;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    align-items: center;    
    justify-content: center;
}
.contenido-confirmacion {
    background: #fff;
    border-left: 10px solid #c80405;
    font-size: 19px;
    font-weight: 500;
    padding: 20px 60px 20px 20px;
    width: 560px;
    max-width: 100%;
    margin: 100px auto 0 auto;
    color: #000;
    position: relative;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
}
.contenido-confirmacion .fa {
    font-size: 34px;
    color: #0c9d00;
    position: absolute;
    right: 12px;
    top: 18px;
}
.contenido-confirmacion p {
    margin-bottom: 0;
    padding-bottom: 0;
}
span.verde {
    color: #09a100;
}
span.azul {
    color: #4472c4;
}
.error404 {
    font-weight: 900;
    font-size: 100px;
    text-align: center;
}
/*** Buscador dealers ***/
/****
.fixed-dealer {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}
****/
.fixed-dealer .cabeceratudealer {
    text-align: center;
    color: #c80405;
    padding-top: 30px;
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
}
.fixed-dealer .cabeceratudealer .botoninicio img {
    height: 100px;
    float: left;
    margin-right: 6px;
    position: relative;
    top: -8px;
}
.fixed-dealer.mini .cabeceratudealer {
    display: none;
}
.cabeceratudealer .botoninicio {
    text-align: left;
    font-size: 34px;
    line-height: 34px;
    width: 320px;
    margin: 0 auto;
}
.alfabeto-dealers .busqueda {
    padding-top: 0;
    padding-bottom: 0;
}
.alfabeto-dealers .busqueda .cbordes {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 10px 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.alfabeto-dealers .busqueda form.searchdealer2 {
    display: inline-block;
    position: relative;
    width: 290px;
    top: 0;
    max-width: 100%;
}
.alfabeto-dealers .busqueda form.searchdealer2 input {
    width: 100%;
    padding: 8px 40px 8px 5px;
    color: #000;
    font-size: 15px;
    border: none;
    height: 40px;
    background: #f0f0f0;
}
.alfabeto-dealers .busqueda .alfabeto a {
    color: #000;
    margin-left: 6px;
}
.alfabeto-dealers .busqueda .alfabeto a:hover {
    color: #c80405;
}
.alfabeto-dealers .busqueda .alfabeto {
    text-align: right;
    font-weight: 900;
    font-size: 19px;
    float: right;
    padding-top: 6px;
}
.resultadosdealers {
    padding-top: 40px;
}
.resultadosdealers .bloque {
    float: left;
    width: 20%;
    height: 180px;
    text-align: center;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resultadosdealers .bloque.first-letter {
    font-size: 150px;
    font-weight: 900;
    color: #f0f0f0;
}
.resultadosdealers .bloque.bloque5 {
    border-right: none;
}
.resultadosdealers .bloque img {
    max-width: 100%;
    max-height: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.resultadosdealers .bloque h4 {
    padding:0;
    margin: 0;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.resultadosdealers .bloque a {
    color: #000 !important;
}
a.ancla{
    top: -320px;
}
.ui-state-focus {
    background-color: #c80405 !important;
    color: #fff !important;
    border: none !important;
}
.ui-menu-item .ui-menu-item-wrapper {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.ui-menu-item .ui-menu-item-wrapper:hover {
    background-color: #c80405 !important;
    color: #fff !important;
    border: none !important;
}

/*** DETALLE DEALER ****/
.navbardealer h1 {
    color: #fff;
    font-weight: 700;
    float: left;
    margin-top: 10px;
    display: inline-block;
    margin-right: 24px;
}
.pagebusquedadealer .promedios .col-sm-12 {
    margin-top: -28px;
}
.navbar-fixed-top.navbardealer {
    padding-top: 15px;
    height: 80px;
    position: relative !important;
    border-bottom: none !important;
}
.navbardealer .navbar-brand {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    margin-top: -8px;
}
.navbardealer .logos-social {
    padding-top: 20px;
    display: inline-block;
    width: auto;
}
.navbardealer .logos-social a {
    display: block;
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    margin-right: 2px;
    padding: 0;
    margin-top: ;
    background: #fff;
    color: #000;
    border-radius: 50%;
    line-height: 24px;
}
.navbardealer .logos-social a.imag {
    background: none !important;
    width: 24px;
    height: 24px;
    position: relative;
    top: -1px;
}
.navbardealer .logos-social a.imag.tumakina {
    width: 180px;
    position: relative;
}
.navbardealer .logo-makinas {
    float:right;
    width: 290px;
    padding-top: 2px;
}
.cabeceradealer {
    width:100%;
    height: 300px;
    position: relative;
}
.cabeceradealer h1 {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-weight: 900;
    text-shadow: 2px 2px 2px #000;
    font-size: 52px;
}
.botonesinicio.opcionesdealer {
    padding-left: 34px;
    padding-right: 0;
    overflow: hidden;
}
.botonesinicio.opcionesdealer .col-sm-3 {
    width: 20%;
    padding-right: 0;
    padding-left: 0;
}
.dealer-servirte h1 {
    font-weight: 900;
    text-align:center;
    color: #fff;
}
.botonesinicio.opcionesdealer .botoninicio {
    font-size: 17px;
}
@media(min-width: 767px) {
   .botonesinicio.opcionesdealer .botoninicio.boton-15 {
        margin-left: -15px;
    }
    .botonesinicio.opcionesdealer .botoninicio.boton15 {
        padding-left: 10px;
    } 
}
.botonesinicio.opcionesdealer .botoninicio img {
    height: 58px;
    float: left;
    margin-right: 6px;
    position: relative;
    top: -8px;
}
.dealer-servirte .botones {
    margin: 0 auto;
    text-align:center;
}
.dealer-servirte .botones .btn1 {
    border: 1px solid #fff;
    color: #fff !important;
    display: inline-block;
    width: 212px;
    max-width: 100%;
    padding: 8px 12px;
    background: transparent !important;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    cursor:pointer;
}
.dealer-servirte .botones .btn1 .fa {
    margin-left: 8px;
}
.dealer-servirte .botones .btn2 {
    border: 1px solid #fff;
    color: #000 !important;
    display: inline-block;
    width: 212px;
    max-width: 100%;
    padding: 8px 12px;
    background: #fff !important;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    cursor:pointer;
}
.description-dealer {
    width: 620px;
    max-width: 100%;
    margin: 30px auto;
    font-size:16px;
    text-align:center;
}
.description-dealer a.leermas {
    font-weight: 500;
    color:#000;
}
.lineadealer {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.description-dealer .lineadealer {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.description-dealer .lineadealer span.bold {
    font-weight: 700;
    color: #000;
}
.description-dealer .lineadealer span.nowrap {
    white-space: nowrap;
}
.description-dealer .social {
    margin: 10px auto;
}
.description-dealer .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 32px;
    border: 1px solid #000;
    color: #000;
    margin: 0 3px;
}
.consultamanejo a {
    color: #fff !important;
    display:block;
    padding: 14px 0;
    font-size:18px;
    font-weight: 700;
}
.makinaespecialdealer {
    background:#f4f4f4;
    margin-top: -20px;
}
.dealer-servirte.contacto{
    padding-top: 30px;
}
.contactovendedor.dealer {
    padding-top:30px;
    padding-left: 15%;
    padding-right: 15%;
}
.logo-redondo {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius:150px;
    border: 1px solid #000;
}
/*** VENDE TU MAKINA***/
.botoninicio.big {
    font-size: 28px;
    line-height: 28px;
}
.botoninicio.big img {
    height: 80px;
    float: left;
    margin-right: 6px;
    position: relative;
    top: -8px;
}
.introvende{
    padding-top: 8px;
    padding-left:15px;
    padding-right:15px;
    font-size: 19px;
    text-align: left;
}
.introvende span {
    font-weight: 700;
}
.pip.pip2 {
    display: inline-block;
    width: 120px;
    padding: 10px 15px;
    border-bottom: none;
    background: #fff !important;
}
.btn-vender {
    color:#fff;
    display: block;
    width:100%;
    font-weight: 900;
    height: 100px !important;
}
.staff .principal {
    display:block;
    margin-bottom: 30px;
    position: relative;
}
.staff .principal .foto {
    width: 180px;
    height: 220px;
}
.staff .principal .text {
    position: absolute;
    left: 195px;
    top: 160px;
    line-height: 24px;
}
.staff .principal .text p {
    margin:0;
    padding:0;
    text-align:left;
}
.staff .principal .text p.nombre {
    font-weight: 900;
    font-size: 22px;
}
.staff .secundarios {
    display:block;
    margin-bottom: 30px;
    position: relative;
    float:left;
    width: 168px;
    margin-right: 30px;
}
.staff .secundarios .foto {
    width: 100%;
    height: 190px;
}
.staff .secundarios .text {
    margin-top: 10px;
    line-height: 18px;
}
.staff .secundarios .text p {
    margin:0;
    padding:0;
    text-align:left;
}
.staff .secundarios .text p.nombre {
    font-weight: 900;
    font-size: 16px;
}
.clearfield {
    position: absolute;
    right: 0px;
    top: 6px;
    width: 20px;
    height: 20px;
    z-index: 1000;
}
.botones-anadive .imganadive {
    display:inline-block;
    float: left;
    margin-right:15px;
}
a.botones-anadive {
    font-size: 22px;
    line-height: 28px;
    display: block;
}
a.botones-anadive.anadive1 {
    color: #000 !important;
}
a.botones-anadive.anadive2 {
    margin-top: 24px;
    padding-top: 24px;
    margin-bottom: 28px;
    color: #bfbfbf !important;
    border-top: 1px solid #bfbfbf;
}
a.botones-anadive strong {
     font-weight: 900;
    font-size: 24px;
}
a.botones-anadive img {
    width: 158px;
}
a.botones-anadive.anadive1 span {
    border-left: 1px solid #000;
    display: inline-block;
    padding-left: 15px;
    margin-top: 8px;
}
a.botones-anadive.anadive2 span {
    border-left: 1px solid #bfbfbf;
    display: inline-block;
    padding-left: 15px;
    margin-top: 8px;
}
a.volverhome {
    background: #000;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff !important;
    padding: 7px;
    text-align: center;
    font-size: 19px;
    font-weight: 900;
}
a.volverhome img {
    width: 24px;
    margin-right: 5px;
}
ul.ventajas, ul.planes {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.ventajas li, ul.planes li {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
ul.ventajas li::nth-child(1) {
    border-top: 1px solid #000;
}
ul.ventajas li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ed2025;
    position:absolute;
    left: 0;
    top: 28px;
}
ul.ventajas li span {
    font-weight: 500;
}
.navbar-responsive {
    display: none;
    padding-bottom: 30px;
}
.fieldorganizar, .fieldbusquedaavanzada, .fieldtypemobile, .fieldprovincemobile, .fieldpricemobile {
    display: none;
}
.fieldbusquedaavanzada .btn-nuevabusqueda {
    background: #ed1e24;
}
a#toggleFiltros {
    display: none;
    margin-top: 15px;
    text-align: center;
}
a#btnBuscar {
    display: none;
    margin-top: 15px;
    text-align: center;
    background: #ed1e24;
}
#divFiltrosAvanzados {
    padding-top: 12px;
}
.btn-nuevabusqueda {
    background: #000;
    color: #fff !important;
    font-size: 17px;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 10px;
    font-weight: 700;
}
.boton-cojonero {
    padding-left: 28px;
    margin-right: 10px;
    margin-left: -12px;
}
.chat {
    position: fixed;
    bottom: 68px;
    right: 6px;
    width: 90px;
    font-size: 11px;
    text-align: center;
    z-index: 9999;
}
.chat a {
    font-weight: 500;
    color: #000 !important;
}
@media(max-width: 598px) {
    .chat {
        width: 74px;
        font-size: 7px;
    }
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video img.full {
    width: 100%;
    height: auto;
}
.pagedealer span.ultra {
    font-weight: 500 !important;
    font-size: 20px;
}
.pagedealer .text2 {
    font-weight: 900;
}
.cabecerabody {
    background: #000;
    color: #fff;
    position:relative;
    padding: 8px 35px 8px 15px;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 12px;
}
.cabecerabody button.close {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
}
td.actions .modalsolicitudes a img {
    width: auto;
}
td.actions .modalsolicitudes td.strong {
    font-weight: 500;
}
.titulodetalleinfo {
    background: #000;
    color: #fff;
    position:relative;
    padding: 8px 35px 8px 15px;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 12px;
}
.modalsolicitudes .modal-body {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
}
.modalsolicitudes .modal-content {
    border-radius: 0;
}
.modalsolicitudes a.mainphoto {
    position: relative;
    margin-bottom: 12px;
}
.modalsolicitudes a.botonpublicacion {
    display: block;
    background: #c80405;
    border: none;
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0;
    line-height: 20px;
    height: 38px;
}
.modalsolicitudes button.botonpublicaciongris {
    display: block;
    background: #848484;
    border: none;
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0;
    line-height: 20px;
    height: 38px;
}
.botonatrasdealer {
    position: absolute;
    top: 10px;
    left: 172px;
    display: none;
}
.dealer.conboton .botonatrasdealer {
    display: block;
}
.botonatrasdealer a {
    color: #fff;
    font-size: 17px;
}
.botonatrasdealer img {
    width: 32px;
    margin-right: 8px;
}
.gilipoyez {
    border: 2px solid #000;
    padding: 15px;
    margin-top: 24px;
    font-size: 17px;
    color: #000;
    margin-bottom: 44px;
    font-weight: 500;
}
.mensajesidiotas {
    border-bottom: 1px solid #000;
    font-style: italic;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
}
.otraidiotez::before {
    content: '';
    display: block; 
    clear: both;
}
.otraidiotez {
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    padding-left: 5px;
    margin-top: 25px;
}
.otraidiotez label {
    font-weight: normal;
    display: block;
}
.idiotezmostrar {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #c80405;
    text-align: center;
    font-size: 18px;
}
.idiotezmostrar .content {
    width: 698px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 31px;
    padding-right: 31px;
}
.idiotezmostrar .span1 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #c80405;
    position: absolute;
    top: 6px;
    left: 0;
}
.idiotezmostrar .span2 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #c80405;
    position: absolute;
    top: 6px;
    right: 0;
}
/******************************
/ BANCOS 
/*****************************/
body.cuotas {
    padding: 0;
    font-size: 17px;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
body.cuotas .logo {
    width: 300px;
    max-width: 100%;
    margin-bottom: 15px;
}
body.cuotas p {
    margin: 0;
}
body.cuotas .resultados.detalle {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000;
    margin-bottom: 40px;
}
body.cuotas .resultados.detalle h2, body.cuotas .resultados.detalle span {
    color: #000;
}
body.cuotas h3.borde {
    border-bottom: 1px solid #bbb;
    padding-bottom: 8px;
    font-size:22px;
}
.banco-top {
    margin-bottom: 30px;
}
.cabecerabanco {
    width: 100%;
    height: 70px;
    margin-bottom: 40px;
}
.banco1 .cabecerabanco {
    background: linear-gradient(-45deg, #00a5c2, #01256c) !important;
}
.banco10 .cabecerabanco {
    background: #fef200 !important;
}
body.cuotas h2 {
    font-size: 30px;
}
body.cuotas h3 {
    font-size: 24px;
}
body.cuotas h2, body.cuotas h3 {
    margin: 0 0 8px 0;
    padding: 0;
}
.extrabold {
    font-weight: 800;
}
.semibold {
    font-weight: 600;
}
.formbanco label {
    font-weight: 500;
    display: block;
    padding-left: 12px;
    height: 24px;
}
.formbanco .inputmoneda {
    position: relative;
}
.formbanco .inputmoneda span {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    left: 12px;
    top: 6px;
}
.formbanco input {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    border: 1px solid #333;
    padding: 4px 12px 4px 12px;
    background: #fff;
    margin-bottom: 20px;
}
.formbanco input.gris {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    border: 1px solid #f0f0f0;
    padding: 4px 12px 4px 12px;
    background: #f0f0f0;
    margin-bottom: 20px;
}
.formbanco .inputmoneda input {
    padding-left: 66px;
}
.formbanco .inputmoneda input.cuota {
    font-size: 24px;
    font-weight: 800;
    padding-left: 72px;
}
.formbanco select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    border: 1px solid #f0f0f0;
    padding: 4px 12px 4px 12px;
    background: #f0f0f0;
    margin-bottom: 20px;
}
.formbanco button {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 5px 12px 5px 12px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}
.banco12 .formbanco button {
    background: #ffd101 !important;
}
.banco4 h2.extrabold {
    color: #00a650 !important;
}
.banco3 h2.extrabold {
    color: #03acef !important;
}
.notasbanco {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 15px;
}
.notasbanco span {
    position: relative;
}
.notasbanco span::after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    margin: 0 5px 0 7px;
    position: relative;
    top: -2px;
}
#formularioSolicitud .formbanco input, #formularioSolicitud .formbanco select {
    font-size: 18px !important;
    font-weight: 500 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.formbanco .checks {
    display: block;
}
.formbanco .checks label {
    position: relative;
    height: auto;
    padding-left: 22px;
    margin-bottom: 10px;
}
.formbanco .checks input {
    position: absolute;
    left: 0;
    top: 5px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.botonatrasbanco {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 100;
}
.botonatrasbanco a {
    color: #000 !important;
    font-size: 20px;
    display: inline-block;
}
.botonatrasbanco img {
    width: 38px;
    margin-right: 8px;
}
.lineaseparador {
    height: 1px;
    width: 100%;
    border-top: 1px solid #000;
}
.imagenredonda {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden !important;
}
.cabeceraperfil {
    background: #000;
    color: #fff;
}
.cabeceraperfil h1 {
    color: #fff;
    font-weight: 700;
    z-index: 999;
    position: relative;
    font-size: 32px;
    margin: 0 !important;
    padding: 15px 0;
}
.logos-poliza {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: -10px;
}
.logos-poliza img {
    width: 120px;
    margin: 0 8px 10px 8px;
}
label.label-poliza {
    font-size: 16px;
    font-weight: normal;
}



@media(max-width: 1200px) {
    .totop img{
        width: 40px;
        position: absolute;
        right: 12px;
        top: -28px;
    }
}

@media(min-width: 991px) {
    .search-popup span.letter {
         font-weight: 900;
        font-size: 24px;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 50%;
        line-height: 36px;
        position: absolute;
        left: 0;
        margin-top: -2px;
        background: #fff;
        color: rgba(106, 0,0, 0.95);
        margin-top: 2px;
    }
}

@media(max-width: 991px) {
    body {
        padding: 0;
    }
     .nav-access {
        display: none;
    }
    .navbar-brand {
        float: none;
    }
    .logos-social {
        text-align: center;
    }
    .navbar-brand .logo1 {
        height: 56px;
        margin-right: 8px;
        margin-top: 4px;
    }    
    .logos-social a.logo-anadive img {
        height: 36px;
        margin-top: 12px;
        margin-bottom: 12px;
    }  
    .navbar .navbar-toggle {
        display: block !important;
        float: none;
        margin-top: 0;
        position: absolute;
        left: 12px;
        top: 17px;
    }  
    .navbar .navbar-toggle img {
        width: auto;
        height: 26px;
        margin-top: 0;
    }
    .navbar-header .iconsearch {
        display: block;
        position: absolute;
        right: 15px;
        top: 16px;
    }  
    .search-popup a {
        font-size: 25px;
    }
    .botonesinicio.home {
        width: 480px !important;
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .botonesinicio.home .col-sm-3 {
        width: 50%;
        padding-right:0;
    }
    .botonesinicio .botoninicio.noticiasactualidad {
        display: none !important;
    }
    .botoninicio {
        margin: 0 0 15px 0;
    }
    .secciones .width20 img { 
        display: none;
    }
    .secciones .width20 {
        width: 100%;
        float: none;
        margin: 20px 0;
        padding: 0;
        text-align: center;
    }
    .secciones br {
        display: none;
    }
    .secciones span {
        margin-left: 10px;
    }
    .busqueda {
        text-align: center;
    }
    .busqueda .alfabeto { 
        text-align: center; 
        font-weight: 900;
        font-size: 18px; 
        float: none; 
        padding-top: 16px; 
        margin-top: 15px;
        display: block;
    }
    .search-popup .step1 .columnas {
        width: 500px;
        max-width: 100%;
    }
    .search-popup .step2 .columnas {
        width: 500px;
        max-width: 100%;
    }
    .search-popup .step3 .columnas {
        width: 500px;
        max-width: 100%;
    }
    .fixed-dealer {
        top: 42px;
    }
    .resultadosdealers .bloque {
        float: left;
        width: 25%;
    }
    .resultadosdealers .bloque {
        border-right: none;
    }
    .botonesinicio.opcionesdealer .col-sm-3 {
        width: 33.33%;
        padding-right: 0;
        padding-left: 0;
    }
    .nav.navbar-nav.desktop {
        display: none !important;
    }
    .navbar-responsive {
       display: block;
       text-align: center;
    }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar-responsive .inicio-sesion, .navbar-responsive .sociales {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-responsive .sociales img {
        width: 42px;
    }
    .navbar-responsive .inicio-sesion a {
        font-weight: 900;
        color: #000 !important;
        font-size: 19px;
    }
    .navbar-responsive .separador {
        border-top: 1px solid #ebebeb;
    }
    .navbar-responsive .botoninicio {
        margin-top: 15px;
        font-size: 19px;
        display: block;
        width: 186px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px !important;
        height: 60px;
    }
    .navbar-responsive .linksimple {
        padding: 15px 0;
    }
    .navbar-responsive .linksimple a {
        font-weight: 900;
        color: #000 !important;
        font-size: 19px;
        text-transform: uppercase;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 520px;
    }
    .cabeceradealer {
        margin-bottom: 30px;
    }
    .col-md-6.datosdealer {
        margin-top: 30px;
        float: none;
        display: block;
        clear: both;
        padding-top: 30px;
    }
    .datosdealer p.telefonos {
        height: auto;
    }
    .boton-cojonero {
        padding-left: 15px;
        margin-right: 0;
    }
    .hidden991 {
        display: none;
    }
    .show991 {
        display: block;
    }
}

@media(max-width: 767px) {
    .navbar-nav {
        margin: 0;
        width: 100%;
    }
    .footer .width30 {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer .menu {
        padding: 44px 20px 30px 20px;
    }
    .footer .menu .legal {
        position: relative;
        max-width: 100%;
        text-align: left;
        padding-top: 30px;
    }
    .developedby {
        margin-top: 20px !important;
    }
    .footer .width40 {
        width: 100%;
        float: none;
    }
    .footer form {
        border: 2px solid #fff;
        float: right;
        width: 380px;
        max-width: 96%;
        padding: 12px;
        background: url('img/design/form-bg.jpg') no-repeat center center;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .footer .social {
        margin-bottom: 20px;
    }
    .edit_dealer input[type="color"] {
        float: none;
    }
    .search-popup .fixed {
        left: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-popup .close-simple-search {
        left: 15px;
    }
    .encuentradealer {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0;
    }
    .formulario input[type="submit"] {
        background: #dc2124;
        color: #fff;
        font-weight: 900;
        border: none;
        height: 52px;
        width: 98%;
        margin-left: 0;
        font-size: 20px;
    }
    .busqueda .alfabeto { 
        display: none; 
    }
    .busqueda form.searchdealer2 {
       display: inline-block;
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 10px;
    }
    .maspadding {
        padding-left: 10%;
        padding-right: 10%;
    }
    .checks_extras .inputcheck {
        width: 49%;
    }
    .btns_vehiculos.padding1 {
    padding-right: 7px;
    }
    .btns_vehiculos.padding2 {
        padding-left: 8px;
        padding-right: 15px;
    }
    .btns_vehiculos.padding3 {
        padding-left: 15px;
    }
    .menudealer-pie {
        display: none;
    }
    .adminpage .menudealer a {
        float: left;
        width: 50%;
        display: inline-block;
        margin-right: 0;
    }
    span.after-title {
        display: block;
        font-size: 17px;
        margin-top: 15px;
    }
    span.after-title::before {
        content: '';
        margin: 0;
    }
    .col-sm-12.estrecho {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-12.estrecho2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-12.estrecho3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    a.sptmd::before {
        content: '';
        display: block;
        clear: both;
    }
    a.sptmd {
        display: block;
        font-weight: 700 !important;
        border: 2px solid #ca0405;
        color: #ca0405;
        border-radius: 2px;
        font-size: 17px;
        padding: 5px 10px;
        position: relative;
        margin-left: 0;
        margin-top: 15px;
        clear: both;
        width: 180px !important;
        text-align: center;
    }
    .contactos .col-sm-4 {
        margin-bottom: 30px;
    }
    .resultados .promedios { 
        margin-top: 12px;
    }
    .resultados .acciones { 
        text-align: left; 
    }
    .resultados .precio {
        white-space: nowrap;
    }
    .informacion { 
        clear: both; 
        margin-top: 12px; 
    }
    .slideHome h2 { 
        font-size: 24px;
        line-height: 46px;
    }
    .slideHome h2 span { 
        font-size: 40px;
    } 
    .detalle-share {
       text-align: right;
        position: relative;
        min-height: 40px;
        margin-top: 10px;
    }
    .galeria .mainphoto {
        height: 300px;
    }
    .scrollTop img {
        width: 36px;
    }
    .share3.shareinmobile {
       display: inline-block;
    }
    .share3.shareindesktop {
        display: none;
    }
    .resultadosdealers .bloque {
        float: none;
        width: 200px;
        height: 176px;
        margin-left: auto;
        margin-right: auto;
    }
    .resultadosdealers .bloque.first-letter {
        font-size: 100px;
    }
    .resultadosdealers .bloque img {
        max-width: 100%;
        max-height: 80px;
    }
    .botonesinicio.opcionesdealer .col-sm-3 {
        width: 50%;
        padding-right: 0;
        padding-left: 0;
    }
    .contactovendedor.dealer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-vender {
        height: 62px !important;
    }
    .bannertoggle {
        display: none;
    }
    /**** 
    .banner-horizontal.banner1resultados {
        display: none;
    }
    *****/
    .promedios {
        display: none !important;
    }
    .busquedaavanzada {
        margin-top: 0;
    }
    .fieldprecio, .ordenarpor, .fieldprovincia, .fieldorganizar {
        display: none;
    }
    .fieldtipo, .fieldmarca, .fieldmarcamoto, .fieldmodelo, .fieldmodelomoto, .fieldano, 
    .fieldnuevabusqueda, .fieldbusquedaavanzada {
        float: left;
        width: 50%;
        display: block;
    }
    .fieldtipo, .fieldmodelo, .fieldmodelomoto, .fieldnuevabusqueda {
        padding-right: 15px;
    }
    .filtrosbusqueda .panel-heading {
        display: none;
    }
    #open-advanced-search {
        display: none;
    }
    a#open-advanced-search2 {
        display: inline-block;
    }
    .fieldtypemobile, .fieldprovincemobile, .fieldpricemobile {
        display: block;
    }
    .busquedaavanzada a#limpiafiltros {
        display: none !important;
    }
    #panelbusqueda .panel-body {
        margin-top: 12px;
    }
    a#toggleFiltros {
        display: block;
        margin-top: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    a#btnBuscar {
        display: block;
        margin-top: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #divFiltrosAvanzados {
        display: none;
    }
    .col-md-6.datosdealer {
        margin-top: 0;
    }
    .slideHome h2 span.txt1 {
        font-size: 40px;
    }
    .slideHome h2 span.txt2 {
        font-size: 58px;
    }
    .slideHome h2 span {
        font-size: 28px;
    }
    .gilipoyezpoliza br {
        display: none;
    }
}

@media(max-width: 598px) {
    .socials-header {
        padding: 7px 0px 0 0;
    }
    .nav-access .btn_login, .nav-access .btn_cerrar, .nav-access .btn_registro {
        float: right;
        margin-right: 0;
    }
    .search-popup h2 {
        font-size: 28px;
    }
    .search-popup .close-simple-search {
        top: 17px;
    }
    .search-popup .step3 .columnas {
        column-count:2;
    }
    .galeria .mainphoto {
        height: 260px;
    }
    .formdetalletarea {
        height: 120px;
    }
    .formdetalletarea span.ultra {
        font-size: 28px;
        line-height: 28px;
        width: 100%;
    }
    .formdetalletarea span.text2 {
        display: inline-block;
        position: relative;
        width: 100%;
        top: inherit;
        left: inherit;
    }
    .fixed-dealer {
        position: relative;
        top: inherit;
        left: inherit;
    }
    .resultadosdealers {
       padding-top: 30px;
    }
    .navbardealer .navbar-brand {
        width: 90px;
        height: 90px;
        border-radius: 90px;
        margin-right: 10px;
    }
    .navbardealer .logos-social {
        padding-top: 0;
        margin-top: 2px;
    }
    .navbardealer .logo-makinas {
        float: none;
        width: 100%;
        padding-top: 2px;
        text-align: center;
        margin: 0 auto 0 auto;
        position: absolute;
        top: 0;
        left: 0;
    }
    .navbardealer .logo-makinas img {
        width: 254px;
    }
    .navbardealer .navbar-brand {
        width: 90px;
        height: 90px;
        border-radius: 90px;
        margin-right: 10px;
        margin-top: 0;
    }
    .navbar-fixed-top.navbardealer {
        padding-top: 15px;
        height: auto;
        padding-bottom: 12px;
    }
    .staff .principal {
        text-align:center;
    }
    .staff .principal .foto {
        width: 180px;
        height: 220px;
        margin:0 auto;
    }
    .staff .principal .text {
        position: relative;
        left: inherit;
        top: inherit;
        margin-top:8px;
    }
    .staff .principal .text p {
        text-align:center;
    }
    .staff .principal .text p.nombre {
        font-size: 20px;
    }
    .staff .secundarios {
        display:block;
        margin-bottom: 30px;
        position: relative;
        float: none;
        width: 148px;
        margin-right: auto;
        margin-left:auto;
    }
    .staff .secundarios .foto {
        height: 180px;
    }
    .staff .secundarios .text p {
        text-align:center;
    }
    .botones-anadive .imganadive {
        display: block;
        float: none;
        text-align: center;
        margin-right: 0;
        margin-bottom: 8px;
    }
    a.botones-anadive.anadive1 span, a.botones-anadive.anadive2 span {
        border-left: none;
        padding-left: 0;
        text-align: center;
        display:block;
        width: 100%;
    }
    .pagebusquedadealer .navbardealer h1 {
        font-size: 28px;
    }
    .logos-poliza img {
        width: 104px;
        margin: 0 6px 10px 6px;
    }
}

@media(min-width: 498px) {
    .bloquedealer .visita.grande {
        text-align: center;
        font-size: 17px;
        margin-top: -5px;
    }
}

@media (max-width: 498px) {
    body {
        padding: 0;
    }
    .hiddenphone { 
        display: none; 
    }
    .col-md-8, .col-md-6, .col-md-4, .col-md-3, .col-sm-4, .col-xs-4, .width30, .width40 { 
        width: 100%; 
        padding-right: 15px; 
        padding-left: 15px;
    }
    .top1 .col-xs-4 {
        width: 33.33%;
    }
    .cathome {
        display: block;
        width: 100%;
        height: 80px;
    }
    .top1 .col-md-2 h2 a {
        font-size: 14px;
        bottom: 20px;
    }
    .top1 .col-md-2 .todos h2 a {
       bottom: 48px;
    }
    .botoninicio img {
        height: 54px;
        top: -6px;
    }
    .botoninicio {
        font-size: 16px;
    }
    .categoriashome .col-xs-6 {
        width: 50% !important;
    }
    .search-popup .close-simple-search span {
        display: none;
    }
    .navbar-brand .logo1 {
        height: 54px;
    }
    .logos-social a.logo-anadive img {
        height: 32px;
    }
    .navbar .navbar-toggle {
        left: 10px;
    }
    .navbar .navbar-toggle img {
        height: 24px;
    }
    .navbar-header .iconsearch {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 28px;
    }
    .socials-header a {
        display:none;
    }
    .socials-header a.home {
        display: inline-block;
    }
    .slideHome { 
        height: 340px;
    }
    .slideHome .buscador .form-group {
        float: none;
        margin-right: 0;
        margin-bottom: 14px;
    }
    .slideHome .captions { 
        bottom: 50px;
    }
    .slideHome .botones {
        margin-top: 30px;
    }
    .slideHome .botones a {
        -webkit-display: flex;
        -moz-display: flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 34px;
        /***
        display: inline-block;
        ***/
        width: 52%;
        text-align: center;
        padding: 9px 4px;
        font-size: 15px;
        line-height: 1em;
        margin: 0;
        float: left;
    }
    a#open-simple-search, a#open-simple-search2 {
        margin-right: 10px;
        width: 43%;
    }
    .slideHome h2 span {
        font-size: 32px;
    }
    .busqueda form.searchdealer {
        display: block;
        position: relative;   
        max-width: 100%; 
        width: 100%; 
        margin-top: 10px;
    }
    .cabecera {
        padding-top: 70px;
    }
    .cabecera h1 {
        font-size: 34px;
    }
    h1.nombredealer {
        font-size: 34px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .height80 {
        height: 50px;
    }
    .section.anadive a.btn-red, .section.anadive a.btn-white {
        font-size: 18px;
    }
    .maspadding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menudealer a {
        padding-top: 45px;
        padding-bottom: 18px;
        padding-right: 10px;
        padding-left: 86px;
        font-size: 18px;
    }
    .menudealer img {
        width: 80px;
        top: 5px;
        left: 0;
    }
    .checks_extras .inputcheck {
        width: 100%;
    }
    .full498 {
        float: none;
        width: 100%;
    }
    .resultados .minimo, .resultados .maximo, .resultados .promedio { 
        color: #fff; 
        float: left; 
        margin-right: 20px; 
    }
    .resultados .minimo strong, .resultados .maximo strong, .resultados .promedio strong { 
        font-family: 'Oswald', sans-serif;  
    }
    .resultados .minimo, .resultados .maximo { 
        font-size: 17px; 
        line-height: 26px; 
    }
    .resultados .promedio { 
        font-size: 19px; 
        line-height: 25px;  
    }
    .contactovendedor .col-md-4 {
        padding-right: 0;
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .miniaturas .col-xs-6 { 
        width: 50%;
    }
    .panel-heading .panel-title { 
        font-size: 16px; 
    }
    .contactovendedor h1 { 
        font-size: 28px;
    }
    .contactovendedor .telefono { 
        font-size: 20px; 
        font-weight: 500;
    }
    .contactovendedor .llamar a { 
        font-size: 18px; 
        text-decoration: underline; 
    }
    .ofertassimilares h2 { 
        font-size: 26px;
    }
    .reportajes .width20 { 
        width: 50%; 
    }
    .reportajes .reportaje4 { 
        display: none; 
    }
    .paneles .headpanel img {
        width: 40px;
        margin-right: 8px;
    }
    .botonesinicio.opcionesdealer .col-sm-3 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .dealer-servirte h1 br {
        display: none;
    }
    .dealer-servirte h1 {
        font-size: 28px;
    }
    .dealer-servirte .botones .btn1, .dealer-servirte .botones .btn2  {
        width: 100%;
    }
    .cabeceradealer h1 {
        font-size: 36px;
    }
    .btn-nuevabusqueda span {
        display: block;
    }
    .btn-nuevabusqueda {
        background: #000;
        color: #fff !important;
        font-size: 16px;
        display: block;
        width: 100%;
        height: auto;
        padding: 4px 12px;
        font-weight: 900;
        line-height: 18px;
    }
    .dealer.conboton .botonatrasdealer {
        display: none;
    }   
    #similares .col-sm-3 {
        width: 100%;
        float: none;
    }
}


/*** Noticias makinas.do ****/
.recent-news-holder {
    margin: 0;
}
.recent-news-holder .col-lg-4 {
    padding: 0;
}
.recent-news-holder .content-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.recent-news-holder .content-block {
    height: 220px;
    overflow: hidden;
}
.recent-news-holder .content-block > a {
    display: block !important; 
    width: 100%;
    height: 100%;
    color: #fff !important;
}
.recent-news-holder .content-block > a img {
    display: block !important; 
    margin: 0 auto; 
    width: 100% !important; 
    height: auto !important; 
    max-height: none; 
    position: absolute; 
    left: 50%; top: 50%; 
    -moz-transform: translate(-50%, -50%); 
    -o-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/**********
.recent-news-holder .content-block:hover > a img {
    transform: scale(1.1);
}
*******/
.recent-news-holder .content-block .media-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 4px 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.recent-news-holder .content-block .media-caption h3.white {
    background: none !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 19px !important;
    font-weight: 800 !important;
}
.recent-news-holder .content-block .media-caption h3 a {
    color: #fff !important;
    font-weight: 800 !important;
}
.recent-news-holder .grad-overlay {
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 50%, #111 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*** FOOTER Makinas.do ****/
footer {
    background: #000;
}
.footer-logos img {
    width: 260px;
    margin-bottom: 10px;
}
.menu-footer {
    background: #202020;
    position: relative;
    padding-bottom: 60px;
}
/***
.menu-footer::before {
    content: '';
    display: block; 
    width: 100%;
    height:100%;
    background: #202020;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1;
}
***/
.menu-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 20px 0 20px;
    position: relative;
    z-index: 10;
}
.menu-footer a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    transition: all .2s;
    font-weight: 500;
    margin-bottom: 9px;
    display: inline-block;
    font-size: 16px;
}
.menu-footer a:hover {
    color: #ed1e24;
}
.menu-footer .direccion {
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ddd;
    line-height: 1.4em;
    position: relative;
    z-index: 10;
}
.menu-footer .direccion a {
    font-size: 16px;
    font-weight: 400;
    color: #ddd !important;
}
.bordedireccion {
    background: #ccc;
    width: 100%;
    height: 1px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.col4formfooter {
    padding-left: 60px;
}
.formfooter {
    margin-top: 30px;
    padding: 0;
    position: relative;
}
.formfooter img {
    width: 100%;
}
.formfooter form {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.formfooter input {
    width: 100%;
    background: #fff;
    color: #111;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    border: none;
    padding: 8px 10px;
}
.formfooter input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    background: #ed1e24;
    font-weight: bold;
}
footer .social { 
    width: 290px; 
    text-align: center; 
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
}
/********
footer .social a {
    display: inline-block; 
    width: 38px; 
    height: 38px; 
    -webkit-transition: all .2s ease-in-out; 
    transition: all .2s ease-in-out;  
    background: url(images/social_network_icons.png) no-repeat -13px -2px; 
    background-size: 320px 83px; 
    margin: 0 2px; 
}
footer .social a.facebook { 
    background-position: -13px -2px; 
}
footer .social a.twitter { 
    background-position: -66px -2px; 
}
footer .social a.youtube { 
    background-position: -172px -2px; 
}
footer .social a.instagram { 
    background-position: -119px -2px; 
}
footer .social a.feedrss { 
    background-position: -225px -2px;
}
footer .social a.whatsapp { 
    background-position: -279px -3px; 
    display: none;
}
footer .social a:hover { 
    background-position-y: -44px; 
    -webkit-transform: scale(1.1); 
    transform: scale(1.1); 
}
*******/
footer .social a {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
    margin: 0 3px;
    font-size: 26px;
    line-height: 40px;
}

@media(max-width: 767px) {
    .footer-logos img {
        width: 300px;
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-logos {
        margin-bottom: 30px;
    }
    .menu-footer {
        padding-bottom: 0;
    }
    .menu-footer ul {
        padding: 0 20px 0 20px;
    }
    .menu-footer ul li a {
        margin-bottom: 9px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }
    .formfooter {
        background-size: cover;
        padding: 30px 18px 18px 18px;
    }
    .formfooter h3 {
        font-size: 30px;
        margin-bottom: 120px;
    }
    .formfooter strong {
        font-size: 42px;
    }
    footer .social {
        margin-bottom: 20px;
    }
    .siguenos {
        margin-bottom: 30px;
    }
    .col4formfooter {
        padding-left: 15px;
    }
}
.footer-bottom {
    font-size: 13px;
    margin-top: 22px;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.footer-bottom a {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.existepdf a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
}
.existepdf a .fa {
    font-size: 22px;
    margin-right: 4px;
    color: #ed1e24;
}
.existepdf a#quitarpdf {
    font-size: 14px !important;
    color: #ed1e24;
}



.media.post-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.media.post-block {
    height: 220px;
    overflow: hidden;
}
.media.post-block > a {
    display: block !important; 
    width: 100%;
    height: 100%;
    color: #fff !important;
}
.media.post-block > a img {
    display: block !important; 
    margin: 0 auto; 
    width: 100% !important; 
    height: auto !important; 
    max-height: none; 
    position: absolute; 
    left: 50%; top: 50%; 
    -moz-transform: translate(-50%, -50%); 
    -o-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/**********
.media.post-block:hover > a img {
    transform: scale(1.1);
}
*******/
.media.post-block .media-body {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 4px 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.media.post-block .media-body h3.white {
    background: none !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 19px !important;
    font-weight: 800 !important;
}
.media.post-block .media-body h3 a {
    color: #fff !important;
    font-weight: 800 !important;
}
.media.post-block .grad-overlay {
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 50%, #111 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.resultadosdealer h2 { 
    display: none;
}

@media(min-width: 767px) {
    .resultadosdealer {
        padding-top: 0;
    }
    .resultadosdealer h2 {
        display: block; 
        margin-bottom: -20px;
        margin-top: -50px;
    }
}





.media.post-block {
    position: relative;
    margin-bottom: 25px;
}
.media a.image-zoom {
    width: 100%;
    display: block;
    overflow: hidden;
}
.media.post-block .grad-overlay {
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 60%, #121213 100%);
}
.media.post-block .grad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media a.image-zoom img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.media:hover a.image-zoom img {
   /** transform: scale(1.1); **/
}
.media.post-block .media-body {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.media.post-block:hover .media-body {
    /** bottom: 30px; **/
}
.media.post-block h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff !important;
    background: none !important;
}

.redopcion {
    color: #c80405;
    font-weight: 800;
}
.radiocontainer p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.radiocontainer strong {
    font-weight: 800;
}
.radiocontainer {
  display: block;
  position: relative;
  font-weight: normal;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radiocontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #c80405;
  border-radius: 50%;
}
.radiocontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiocontainer input:checked ~ .checkmark:after {
  display: block;
}
.radiocontainer .checkmark::after {
    top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #c80405;
}
.terminos-condiciones {
    background: #000;
    color: #000;
}




.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    font-weight: 500;
}
.checkcontainer a {
    color: #fff;
}
.checkcontainer::before {
    content: '';
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0; 
    width: 30px;
    height: 30px;
}
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkcontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #000;
}
.checkcontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}
.checkcontainer .checkmark:after {
  left: 7px;
  top: 1px;
  width: 7px;
  height: 14px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cabeceranosotros {
    display: block;
    width: 100%;
    height: 250px;
}
.logonosotros img {
    width: 220px;
    margin-bottom: 40px;
}

.staff {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.textonosotros {
    font-size: 16px;
}
.miembrostaff {
    float: left;
    width: 50%;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}
.miembrostaff img {
    width: 130px;
    display: block; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
}
.miembrostaff strong {
    font-weight: 900;
}
.miembrostaff .cargo {
    font-size: 16px;
}
.direccion-nosotros {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.socialnosotros {
    text-align: center;
}
.socialnosotros a {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 24px;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 48px;
    margin: 0 3px;
    font-size: 28px;
    line-height: 48px;
}

.floatingmenu {
    display: none;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    overflow-y: scroll;
}
.head-floatingmenu h2 {
    color: #000;
    font-size: 36px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.head-floatingmenu {
    border-bottom: 3px solid #ed1e24;
}
.head-floatingmenu a#closeFloatingMenu {
    position: absolute;
    color: #000;
    font-size: 22px;
    top: 11px;
}
.floatingmenu #closeFloatingMenu img {
    width: 38px;
    margin-right: 10px;
}
.floatingmenu .close-simple-search {
    position: absolute;
    left: 0;
    top: 26px;
    padding: 0;
    color: #fff;
    border: none;
    background: transparent !important;
    font-size: 22px;
}
.floatingmenuh2 {
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: 800;
    font-size: 40px;
    width: 730px;
    max-width: 100%;
}
.content-floatingmenu {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
}
.content-floatingmenu h4 {
    font-size: 22px;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}
.content-floatingmenu .parteizquierda {
    border-right: 1px solid #000;
}
.content-floatingmenu .parteizquierda .imagenes img {
    width: 200px;
    max-width: 92%;
    margin-bottom: 15px;
}
.links-floatingmenu a {
    color: #000;
    font-size: 21px;
    display: block;
    padding: 2px 0;
}
.contacto-floatingmenu {
    width: 280px;
    max-width: 100%;
    margin-left: auto; 
    margin-right: auto;
}
.show991 {
    display: none;
}
.floatingmenu-access {
    width: 186px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: 1px solid #000;
    position: relative;
    border-radius: 20px !important;
}
.floatingmenu-access img {
    width: 50px;
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 50%;
    height: 50px;
    background: #fff;
}
.floatingmenu-access a {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    display: block;
    padding-left: 30px;
    line-height: 40px;
}
.footerpoliticas {
    margin-top: 30px;
    border-top: 1px solid #fff; 
    border-bottom: 1px solid #fff;
    padding-top: 12px;
    padding-bottom: 6px;
    margin-bottom: 30px;
    text-align: center;
}
.footerpoliticas a {
    font-weight: normal;
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 10px;
    white-space: nowrap;
}
.footerpoliticas img {
    width: 190px;
    margin-top: 5px;
}
.aviso {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 999999;
}
.content-aviso {
    width: 600px;
    margin-left: auto;
    margin-right: auto; 
    max-width: 100%;
    margin-top: 200px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    padding: 40px;
    text-align: center;
    background: #fff;
}
.content-aviso h1 {
    font-weight: 800;
    font-size: 24px;
}
.content-aviso a {
    display: block; 
    font-weight: 800;
    padding: 9px 12px;
    text-align: center;
    background: #c80405;
    color: #fff;
    font-size: 20px;
}
.descargoresp {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; 
    font-style: italic;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #111;
}
.descargoresp a {
    color: #111;
}




@media(max-width: 991px) {
    .floatingmenu #closeFloatingMenu img {
        width: 34px;
    }
    .floatingmenu {
        padding-top: 44px;
    }
    .floatingmenu .col-sm-8, .floatingmenu .col-sm-4, .floatingmenu .col-sm-5, .floatingmenu .col-sm-7 {
        float: none; 
        width: 100%;
    }
    .head-floatingmenu {
        border-bottom: 3px solid #ed1e24;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9999;
    }
    .head-floatingmenu h2 {
        font-size: 32px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .content-floatingmenu {
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
        overflow: hidden;
    }
    .content-floatingmenu h4 {
        font-size: 22px;
        text-align: center;
        margin-top: 0;
        padding-top: 0;
    }
    .content-floatingmenu .parteizquierda {
        border-right: none;
    }
    .content-floatingmenu .imagenes a {
        display: block;
        text-align: center;
    }
    .links-floatingmenu a {
        font-size: 18px;
    }
    .content-floatingmenu .links-floatingmenu {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .content-floatingmenu .links-floatingmenu a {
        display: block;
        text-align: center;
    }
    .contacto-floatingmenu {
        margin-bottom: 68px;
    }
    .show991 {
        display: block;
    }
    .socialnosotros a {
        display: inline-block;
        background: #000;
        color: #fff;
        font-size: 24px;
        width: 42px;
        height: 42px;
        text-align: center;
        border-radius: 48px;
        margin: 0 3px;
        font-size: 26px;
        line-height: 42px;
    }
    .content-floatingmenu .parteizquierda .imagenes img {
        width: 186px;
        max-width: 92%;
        margin-bottom: 15px;
    }
}
.datos-expedicion {
    margin-top: 30px;
    color: #000; 
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
}
.datos-expedicion a {
    color: #000;
    text-decoration: underline;
}
.datos-expedicion .suspension a {

}

/****
.fixed-dealer.mini {
    position: fixed !important;
    top: 41px !important;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}
****/
.height5 {
    height: 5px;
}
.puedeorganizar {
    margin-top: 6px;
    font-style: italic;
    font-size: 15px;
    font-weight: normal;
}
.avisofotos {
    background: #fe0000; 
    color: #fff; 
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 10px;
}
.avisofotos .fa {
    padding: 3px 5px;
    display: inline-block;
    color: #e6e419; 
    background: #fff;

}
.fileinput-button input {
    height: 100%;
}
.fileinput-button .mobile {
    display: none;
}

@media(max-width: 598px) {
    .fileinput-button .desktop {
        display: none;
    }
    .fileinput-button .mobile {
        display: block;
        font-size: 15px;
        color: #000;
    }
    .fileinput-button .mobile .col-xs-6 {
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
    }
    .fileinput-button .mobile img {
        width: 76px;
        margin-bottom: 12px;
    }
    .fileinput-button .mobile label {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        display: inline-block; 
        width: auto; 
        margin-bottom: 12px;
        font-size: 17px;
    }
    .fileinput-button .mobile .col-xs-6.cborder {
        position: relative;
    }
    .fileinput-button .mobile .col-xs-6 .bordefoto {
        display: inline-block;
        width: 1px;
        background: #000;
        height: 159px;
        position: absolute;
        right: 0;
        top: 23px;
    }
    .fileinput-button {
        padding: 30px 10px;
    }
}

.galeria {
    position: relative;
}
a.editarpublicacion {
    display: inline-block; 
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
}
a.editarpublicacion img {
    width: 40px;
    margin-bottom: 3px;
}
@media(min-width: 767px) {
    a.editarpublicacion {
        position: absolute; 
        left: -50px;
        top: 6px;
    }
}
.avisofaltantes {
    font-style: italic; 
    font-weight: normal; 
    border: 1px solid #ccc;
    padding: 12px 15px;
}
.avisofaltantes a {
    color: #000 !important;
}
.modal-body .informacion td {
    color: #000 !important;
}
.solicitudesbanco td a {
    color: #000;
}
.solicitudesbanco tr.nuevo td a {
    color: #C80405;
}
.formbancos {
    
}
.formbancos h3 {
    color: #000; 
    border-bottom: 1px solid #000;
    font-family: 'Montserrat', sans-serif; 
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.formbancos input {
    width: 100%;
    background: #f0f0f0;
    margin-bottom: 16px;
    border: none;
    padding: 11px;
    outline: none;
    font-size: 18px;
}
.formbancos input.numero {
    text-align: center;
}
.formbancos .porcent {
    position: relative;
}
.formbancos .porcent::after {
    content: '%';
    position: absolute;
    right: 10px;
    top: 32px;
    font-size: 17px;
}
.formbancos select {
    -webkit-appearance: none; 
    appearance: none; 
    width: 100%;
    background: #f0f0f0;
    margin-bottom: 16px;
    border: none; 
    padding: 11px;
    outline: none;
    text-align: center;
    font-size: 17px;
}
.formbancos .btnadd {
    color: #000; 
    border: 1px solid #000; 
    width: 100%; 
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
    display: block; 
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 16px;
}
.bordebancos {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #000;
}
.formbancos button.boton {
    background: #C80405;
    color: #fff; 
    font-weight: bold; 
    font-size: 17px;
    border: none; 
    outline: none;
    padding: 10px;
    margin-bottom: 16px;
}
.formbancos a.botongris {
    display: block;
    text-align: center;
    background: #999;
    color: #fff; 
    font-weight: bold; 
    font-size: 17px;
    border: none; 
    outline: none;
    padding: 10px;
    margin-bottom: 16px;
}
.topmarcas {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
.topmarcas a {
    font-size: 17px; 
    padding: 7px 15px;
    font-weight: 700;
    text-transform: uppercase; 
    color: #999;
    display: inline-block;
    border-left: 1px solid #fff; 
    border-right: 1px solid #fff;
    border-top: 1px solid #fff; 
    border-bottom: 1px solid #ccc; 
    position: relative; 
    top: 1px;
}
.topmarcas a.activo {
    color: #000;
    border-left: 1px solid #ccc; 
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #fff; 
}
.formmarcas label {
    width: 100%; 
    display: block; 
    font-weight: normal;
}
.formmarcas #autos .contenedor, .formmarcas #motos .contenedor {
    padding-top: 20px;
    column-count: 5;
}
.formmarcas button.boton {
    background: #C80405;
    color: #fff; 
    font-weight: bold; 
    font-size: 17px;
    border: none; 
    outline: none;
    padding: 10px;
    margin-bottom: 16px;
}
.formmarcas a.botongris {
    display: block;
    text-align: center;
    background: #999;
    color: #fff; 
    font-weight: bold; 
    font-size: 17px;
    border: none; 
    outline: none;
    padding: 10px;
    margin-bottom: 16px;
}
.bancodeshabilitado {
    opacity: 0.3;
    cursor: default;
}
.tabla-tasas {
    width: 100%;
    overflow-x: auto;
}
.tabla-tasas table {
    width: 100%; 
    min-width: 800px;
}
.tabla-tasas td {
    padding: 3px 6px;
    border: 1px solid #000;
    text-align: center;
}
.tabla-tasas tr.fila1 td  {
    border-top: none;
}
.tabla-tasas td.col1 {
    border-left: none;
}
.tabla-tasas td.strong {
    font-weight: bold;
}
.tabla-tasas tr.valores input { 
    margin-bottom: 0;
    padding: 8px;
}
.botonessolicitud {
    margin: 0 -5px;
    width: 578px;
    max-width: 100%; 
    margin-left: auto; 
    margin-right: auto;
    display: inline-block;
}
.botonessolicitud div {
    float: left; 
    width: auto;
    padding: 0 5px;
}
.botonessolicitud a {
    width: 100%;
    display: block; 
    text-align: left;
    border: 1px solid #000;
    color: #000; 
    font-weight: 600;
    position: relative;
    padding: 6px 42px 4px 8px;
    height: 34px;
}
.botonessolicitud img {
    width: 34px; 
    position: absolute;
    top: -1px; 
    right: -1px;
}
.botonessolicitud2 a {
    width: 100%;
    display: block; 
    text-align: center;
    color: #fff; 
    font-weight: 600;
    position: relative;
    padding: 6px 8px 4px 8px;
    height: 34px;
}
.botonessolicitud2 {
    margin: 0 -5px;
    width: 578px;
    max-width: 100%; 
    margin-left: auto; 
    margin-right: auto;
    display: inline-block;
    padding-top: 10px;
}
.botonessolicitud2 div {
    padding: 0 5px;
    float: left;
}
.botonessolicitud2 .navega {
    width: 163px;
}
.botonessolicitud2 .volver {
    width: 250px;
}
.botonessolicitud2 .navega a {
    background: #000;
}
.botonessolicitud2 .volver a {
    display: block;
    background: #C80405;
}
.tablasolicitud {
    text-align: left;
    width: 578px;
    max-width: 100%; 
    margin-left: auto; 
    margin-right: auto;
    display: inline-block;
}
.legal h3 {
    font-size: 28px;
    margin: 20px 0;
    font-weight: bold;
}
.legal h4 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
}
.legal {
    font-size: 15px;
    line-height: 1.4em;
}
.legal p {
    text-align: justify;
}
.bannerdesktop {
    display: block;
}
.bannerresponsive {
    display: none;
}
.owl2 .owl-dots, .owl1 .owl-dots  {
    display: none !important;
}
.owl2, .owl1 {
    padding-left: 40px;
    padding-right: 40px;
}
.owl2 .owl-nav, .owl1 .owl-nav {
    display: none !important;
}
.owl2 .owl-nav .owl-prev, .owl1 .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-size: 42px !important;
    line-height: 32px !important;
    height: 32px !important;
    top: 30%;
}
.owl2 .owl-nav .owl-next, .owl1 .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 42px !important;
    line-height: 32px !important;
    height: 32px !important;
    top: 30%;
}
.owl2 .owl-stage-outer, .owl1 .owl-stage-outer {
    margin-left: -15px;
}


@media(max-width: 767px) {
    .bannerdesktop {
        display: none;
    }
    .bannerresponsive {
        display: block;
    }
}

@media(max-width: 498px) {
    .formmarcas #autos .contenedor, .formmarcas #motos .contenedor {
        column-count: 2;
    }
}
.topatras {
    border-bottom: 3px solid #ed1e24;
    padding-top: 20px;
    padding-bottom: 20px;
}
.topatras a {
    color: #000 !important;
    font-size: 18px;
}
.topatras img {
    width: 38px;
    margin-right: 10px;
}
.confirmarcodigo {
    width: 300px;
    max-width: 100%;
    margin-left: auto; 
    margin-right: auto;
    font-size: 18px;
}
.confirmarcodigo input {
    color: #000; 
    font-weight: bold;
    font-size: 21px;
    padding: 8px;
    background: #f0f0f0;
    border: none;
    text-align:center;
    letter-spacing: 2px;
    width: 100%;
}
.confirmarcodigo button {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #fff; 
    border: none; 
    padding: 4px 15px;
    width: 100%;
    background: #ed1e24;
}
.menudealer a.gilipoyecesdemakinas  {
    padding-top: 48px;
}
@media(max-width: 498px) {
    .menudealer a.gilipoyecesdemakinas {
        padding-top: 18px;
    }
}
#bannerpopup .modal-dialog {
    width: 680px;
    max-width: 94%;
    margin-left: auto; 
    margin-right: auto;
}
#bannerpopup .modal-dialog, #bannerpopup .modal-content {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
#bannerpopup button.close {
    -webkit-appearance: none;
    appearance: none; 
    padding: 0; 
    opacity: 1;
    border: 1px solid #fff; 
    width: 34px;
    height: 34px; 
    border-radius: 50%;
    margin-bottom: 10px;
}
#bannerpopup button.close img {
    width: 16px;
    position: relative;
    top: -2px;
}
#bannersticky {
    transition: all .2s;
}
#sidebarbannerfixed {
    height: 1px;
    position: fixed; 
    top: 80px; 
    left: 0; 
    width: 100%;
    display: none;
    z-index: 100;
}
#sidebarbannerfixed .banner {
    position: absolute;
    left: 15px;
    right: 15px;
}
.eligetubanco {
    background: #df0024;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-top: 6px;
}
.eligetubanco a {
    color: #fff !important;
    font-size: 21px;
    display: block;
    border: 1px solid #fff;
    border-radius: 6px;
}
.eligetubanco strong {
    font-weight: 800;
    font-size: 23px;
}
.volvertumakina {
    position: fixed;
    right: 6px;
    bottom: 10px;
    z-index: 9999;
    width: 248px;
}
a.boton_tel2 {
    color: #000;
    display: block;
    border: 1px solid #999;
    border-radius: 6px;
    padding: 5px;
    font-size: 21px;
}
@media(max-width: 598px) {
    .volvertumakina {
        width: 168px;
    }
}

/*
 * By HWRS
 *
 *
 */
 .btn-disabled {
     opacity: 0.3!important;
 }

 .fileinput-button-alert-msg {
    padding: 10px;
    background-color: rgb(254 202 202);
 }