/* Sobreescribir estilos del theme
para SOY AUTÉNTICO 2020 */


.color-1 { color: #E10000; } /* Rojo antiguo */
.color-2 { color: #CD061F; } /* Rojo */
.color-3 { color: #A9A9A9; } /* Gris */
.color-4 { color: #2B303D; } /* Azul */
.fondo-1 { background-color: #E10000; } /* Rojo antiguo */
.fondo-2 { background-color: #CD061F; } /* Rojo */
.fondo-3 { background-color: #A9A9A9; } /* Gris */
.fondo-4 { background-color: #2B303D; } /* Azul */


body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  /*font-family: 'Rubik', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  /* letter-spacing: -0.025em; */
  letter-spacing: 0;
}

a img {
	opacity: 1;
	transition: 0.3s;
  will-change: opacity;
}
a:hover img {
	opacity: 0.8;
}


.no-gutters-2 > .col, 
.no-gutters-2 > [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
  margin: 0;
}

.no-gutters-3 > .col, 
.no-gutters-3 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}


/* GRID MIN */
@media (min-width: 576px) { /* SM */

}
@media (min-width: 768px) { /* MD */

}
@media (min-width: 992px) { /* LG */

}
@media (min-width: 1200px) { /* XL */

}
/* GRID MAX */
@media (max-width: 1199px){ /* 992 a 1199 - Large (lg) */

}
@media (max-width: 991px){ /* 768 a 991 - Medium (md) */

}
@media (max-width: 767px){ /* 576 a 767 - Small (sm) */

}
@media (max-width: 575px){ /* 0 a 575 - Extra Small (sin identificador) */

}


/* BOTONES */
.btn {
	opacity: 1;
}
.btn:hover {
	opacity: 0.85;
}
.btn-default {
  background-color: #cccccc;
  color: #333333;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #cccccc;
}
.btn-primary {
  background-color: #CD061F;
  border-color: #CD061F;
  color: white;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #CD061F;
  color: white;
}
.btn-secondary {
  background-color: #212121;
  border-color: #212121;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.hover {
  background-color: #313131;
  color: white;
}

.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
  color: white;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
  color: white;
}
.btn-info {
  background-color: #116BAF;
  border-color: #116BAF;
  color: white;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #116BAF;
  color: white;
}
.btn-danger {
  background-color: #7C2700;
  border-color: #7C2700;
  color: white;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #7C2700;
  color: white;
}
.btn-warning {
  background-color: #C8A30A;
  border-color: #C8A30A;
  color: white;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #C8A30A;
  color: white;
}
.d-celular{
  display: none !important;
}


.btn-primary.disabled.focus, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover {
    background-color: #555555;
    border-color: #222222;
}

.btn-adaptable {
  white-space: normal;
}

.btn-cotizar-top {
  margin-right: 0px;
  font-size: 20px;
  font-weight: 800;
  margin-top: 4px;
}

.blog_wrapper .single_blog:last-child {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .btn-cotizar-top {
    margin-right: 20px;
  }
}

/* HEADER */

.sticky-header.sticky {
  z-index: 9500;
}
.header_middle {
  padding: 8px 0;
}
.header-co_franja {
  font-family: 'Montserrat', sans-serif !important;
  padding: 1em 0 1em 0;
  margin-top:  2px;
  margin-bottom:  2px;
  background-color: #CD061F;
  color: white;
}
.header-co_franja h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 2.5em;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.header-co_franja h1 small {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1em;
  font-weight: 300;
  margin-left: 0.1em;
}
.header-co_top {
  position: relative;
}
.col-header-co_top-logo {
  background-color: #CD061F;
  color: white;
}
.col-header-co_top-logo img {
  width: 160px;
  height: auto;
}
.logo-clon-placeholder {
  width: 160px;
}
.col-header-co_top-menu {
  
}
.header-co-top-menu-1 {
  font-size: 1.2em;
  background-color: #EEEEEE;
  color: #888888;
  padding: 0.5em 2em 0.5em 2em;
}
.header-co-top-menu-1 a {
  display:  inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0.5em;
}
.header-co-top-menu-1-izq {

}
.header-co-top-menu-1-der {

}
.header-co-top-menu-2 {
  margin-top:  2em;
}
.main_menu2 nav > ul > li > a {
    padding: 14px 10px 14px 10px;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu.main_menu2 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 4px 0 4px;
  }
  .d-celular{
    display: block !important;
  }
  .header-co_franja {
    padding: 0.8em 0 0.8em 0;
  }
  .header-co_franja h1 {
    font-size: 1.4em;
  }
  .header-co_franja h1 small {
    margin-left: 0;
  }
  .header-co-top-menu-2 {
    margin-top: 0;
  }
  .main_menu.main_menu2 {
    display: block;
  }
  .main_menu.main_menu2 nav > ul > li > a {
    padding: 3px 4px 3px 5px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header-co_franja {
    padding: 0.8em 0 0.8em 0;
  }
  .header-co_franja h1 {
    font-size: 1em;
  }
  .main_menu.main_menu2 nav > ul > li > a {
    padding: 2px 3px 2px 4px;
    font-size: 11px;
    line-height: 14px;
  }
}

.search_box {
    /* width: 540px; */
    width: auto;
}
.search_box button {
    width: auto;
    font-size: 1em;
}
.search_two .search_box button {
    background-color: #CD061F;
    color: #FFFFFF;
}

.logo{
  background-color: #E10F29;
  width: 130px;
}

.header-mensaje{
    background-color: #e10f28;
    margin-top: 10px;
}

.header-txt{
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700!important;
    margin-left: 120px;
}
.header-txt2{
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  margin-left: 10px;
  font-weight: lighter;

}


/* PAGINA GRACIAS */
.gracias-logo{
  width: 100px;
}
.gracias-titulo{
  color:#CD061F;
  font-weight: 900;
  font-size: 53px;
  font-family: Montserrat;
  margin-top: 40px;
}

.gracias-texto{
  margin-top: 40px;
}

.gracias-texto2{
  margin-top: 60px;
}

.gracias-boton{
  font-size: 30px;
  font-weight: 900;
}

/* CARRITO */

.wrapper-carrito {
  /* display: flex;
  justify-content: flex-end;
  align-items: center; */
  display: block;
}
.wrapper-carrito a {
  /* display: block; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wrapper-carrito a span {
  font-size: 1.2em;
}
.wrapper-carrito a img {
  /* display: inline-block; */
}
.wrapper-carrito a .carrito-top-detalle {
  /* display: inline-block; */
  margin-left: 1em;
  font-size: 1em;
  line-height: 1.1em;
}

.wrapper-carrito.wrapper-carrito-sin-items a span {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); 
}
.wrapper-carrito.wrapper-carrito-sin-items a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); 
}
.wrapper-carrito.wrapper-carrito-sin-items a .carrito-top-detalle {

}

#btn-carrito-menu.carrito-sin-items,
#btn-carrito-mobile.carrito-sin-items {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.wrapper-carrito .carrito-link-carro {
  display: inline-block;
  font-size: 1em;
  margin: 0.5em 0 0.2em 0;
  padding: 0 1em 0 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #CD061F;
  border-color: #CD061F;
  color: white;
  opacity: 1;
  will-change: opacity;
}
.wrapper-carrito .carrito-link-carro:hover {
  opacity: 0.8;
}
#menu-carro-mobile {
  position: absolute;
  bottom: 0;
  right: 1em;
}
@media (max-width: 767px){ /* 576 a 767 - Small (sm) */
  .wrapper-carrito {
    font-size: 0.8em;
  }
  .wrapper-carrito a img {
    width: 25px;
    height: auto;
  }
  .wrapper-carrito .carrito-link-carro {
    font-size: 1em;
    margin: 0.3em 0 0.1em 0;
    padding: 0 0.8em 0 0.8em;
  }
}


/* MENÚ */

.categories_menu_toggle > ul > li.menu_item_children > a::before{
  display: none;
}

.header_bottom.bottom_two {
	border: none;
	background-color: #EEEEEE;
}
.header_bottom.bottom_two .header_bottom_container {
	
}
.header_bottom_container .categories_title {
    background-color: #CD061F;
    color: #FFFFFF;
}
.header_bottom_container .categories_title h2 {
    color: #FFFFFF;
    text-transform: uppercase;
}
.header_bottom_container .categories_title::before {
    color: #FFFFFF;
}
.header_bottom_container .categories_title::after {
    color: #FFFFFF;
}

.separador_menu_categorias {
  font-size: 1em;
  padding: 0 0.5em 0.3em 0.5em;
  color: #CD061F;
  border-bottom: 1px solid #CD061F;
}

.main_menu nav > ul > li > a {
  padding: 14px 10px 14px 10px;
}

.main_menu nav > ul > li.active > a {
  border-bottom: 2px solid #CD061F;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li {
  padding: 0 15px;
  width: 50%;
}
.categories_menu_toggle > ul > li ul.categories_mega_menu > li > a {
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 10px;
}

.Offcanvas_menu {
	margin: 0;
}
.canvas_open {
	display: flex;
    justify-content: center;
}


/* CONTENIDO */

.contenido {
	margin: 1em 0 3em 0;
	padding: 1em 0 3em 0;
	min-height: 300px;
}
.contenido.contenido-full {
  margin: 0 0 3em 0;
  padding: 0 0 3em 0;
}


.franja-contenido-top {
	margin: 1em 0 0 0;
	padding: 1em 0 1em 0;
  font-size: 1em;
  line-height: 1.2em;
}
.franja-contenido-top .media img {
  height: 40px;
  width: auto;
}
.franja-contenido-top h5{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 991px){ /* 768 a 991 - Medium (md) */
  .franja-contenido-top {
    font-size: 0.9em;
    line-height: 1.1em;
  }
  .franja-contenido-top .media img {
    height: 40px;
  }
  .franja-contenido-top h5{
    font-size: 1.1em;
  }
}
@media (max-width: 767px){ /* 576 a 767 - Small (sm) */
  .franja-contenido-top {
    font-size: 0.8em;
    line-height: 0.9em;
  }
  .franja-contenido-top .media img {
    height: 40px;
  }
  .franja-contenido-top h5{
    font-size: 1em;
  }
}

ul.ul-producto-para-modelos {
  margin: 1em;
}
ul.ul-producto-para-modelos li {
  list-style-type: square;
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}


.slider_section {

}

/* filtro */
.col-productos-filtros{
  /* display: none; */
}

.productos-resumen{
  /*display: none;*/
}

/* Franja marcas */
.marcas {
	margin: 2em 0 2em 0;
	padding: 2em 0 2em 0;
  background-color: #EEEEEE;
}
.marcas.marcas-compactas {
  margin: 1em 0 1em 0;
  padding: 1em 0 1em 0;
}
.marcas .col-logo-marca,
.listado-marcas .col-logo-marca {
  padding-left: 30px;
  padding-right: 30px;
  /*max-width: 250px;
  min-width: 250px;*/
}
@media (max-width: 991px){ /* 768 a 991 - Medium (md) */
  .marcas {
    margin: 1.5em 0 1.5em 0;
    padding: 1.5em 0 1.5em 0;
  }
  .marcas.marcas-compactas {
    margin: 0.8em 0 0.8em 0;
    padding: 0.8em 0 0.8em 0;
  }
  .marcas .col-logo-marca,
  .listado-marcas .col-logo-marca {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px){ /* 576 a 767 - Small (sm) */
  .marcas {
    margin: 1em 0 1em 0;
    padding: 1em 0 1em 0;
  }
  .marcas.marcas-compactas {
    margin: 0.6em 0 0.6em 0;
    padding: 0.6em 0 0.6em 0;
  }

  .listado-marcas{
    display: none;
  }
  .header-mensaje{
    background-color: #e10f28;
    margin-top: -18px;
  }

  .header-txt{
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700!important;
    margin-left: 0px;
}
.header-txt2{
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  margin-left: 10px;
  font-weight: lighter;

}

}


/* Franja buscador */
.buscador {
	margin: 1em 0 1em 0;
	padding: 1em 0 1em 0;
  /*background-color: #EEEEEE;*/
  background-color: #FFFFFF;
  color: #333333;
}
.buscador h3 {
  font-size: 1.8em;
  text-transform: uppercase;
}
.buscador .nav-tabs {
  
}
.buscador .tab-content {
  background-color: #999999;
}
.buscador .tab-pane {
  padding: 2em 2em 1em 2em;
}
.buscador .tab-content>.tab-pane {
    display: none;
}
.buscador .tab-content > .tab-pane.active {
  display: block;
}
.buscador .nav-tabs .nav-link {
  margin-right: 1em;
  font-weight: bold;
  color: #222222;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}
.buscador .nav-tabs .nav-link.active {
  color: #222222;
  background-color: #999999;
  border-color: #999999;
}
.buscador .nav-tabs .nav-item.nav-item-titulo {
  color: #222222;
  background-color: transparent;
  border-color: transparent;
  font-size: 1.8em;
  font-weight: bold;
  padding-top: 0.3em;
  padding-left: 1em;
}
.buscador .nav-tabs .nav-link.nav-link-titulo {
  margin-right: 0;
  font-weight: bold;
  color: #222222;
  background-color: transparent;
  border-color: transparent;
}
@media (max-width: 1200px){
  .buscador .nav-tabs .nav-item.nav-item-titulo {
    font-size: 1.2em;
    padding-top: 0.3em;
    padding-left: 1em;
  } 
}
@media (max-width: 767px){
  .buscador h3 {
    font-size: 1.2em;
  }
  .buscador .nav-tabs .nav-link {
    margin-right: 0.1em;
    font-size: 0.8em;
  }
}



.wrapper-img-title {
  background: white url('../imagenes/fondo-default-100.jpg') no-repeat center center;
  background-size: cover;
  padding: 10em 0 10em 0;
  color: #FFFFFF;
}
.wrapper-img-title-repuestos {
  background-image: url('../imagenes/fondo-titulo-repuestos.jpg');
}
.wrapper-img-title-accesorios {
  background-image: url('../imagenes/fondo-titulo-accesorios.jpg');
  min-height: 460px;
}
.wrapper-img-title-faq {
  background-image: url('../imagenes/fondo-titulo-faq.jpg');
}
.wrapper-img-title-concesionarios {
  background-image: url('../imagenes/fondo-titulo-faq.jpg');
}
.wrapper-img-title-gracias {
  background-image: url('../imagenes/fondo-titulo-gracias.jpg');
}
.container-img-title {

}
.row-img-title {

}
.col-img-title {

}
.wrapper-img-title h1 {

}
.wrapper-img-title p.lead {

}

.container-subtitulo-pagina {
  font-size: 1.2em;
}
.row-subtitulo-pagina {

}
.col-subtitulo-pagina {

}
.container-subtitulo-pagina h2 {
  color: #CD061F;
}
.container-subtitulo-pagina p.lead {
  
}


.wrapper-bg-section {
  background: white url('../imagenes/fondo-default-100.jpg') no-repeat center center;
  background-size: cover;
  padding: 10em 0 10em 0;
}
.wrapper-bg-section.wrapper-bg-section-accesorios-bicicleta {
  background-image: url('../imagenes/fondo-titulo-accesorios-bicicleta.jpg');
  padding: 1em;
  min-height: 500px;
}
.container-bg-section {

}
.row-bg-section {

}
.col-bg-section {

}

.wrapper-bg-section-accesorios-bicicleta h3 {
  font-size: 2.8em;
  line-height: 1.2em;
  color: #FFFFFF;
  margin: 1em 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border-bottom: 2px solid #CD061F;
}
.wrapper-bg-section-accesorios-bicicleta p {
  font-size: 1.2em;
}


.list-group-faq a.active {
  color: #FFFFFF;
  background-color: #CD061F;
}

.col-cuadro-repuestos {
  background: white url('../imagenes/fondo-default-25.jpg') no-repeat center center;
  background-size: cover;
  padding: 2.5em 2em 2.5em 2em;
  min-height: 15em;
  color: #333333;
  font-size: 1.1em;
  font-weight: normal;
}
.col-cuadro-repuestos h3 {
  color: #CD061F;
  font-size: 1.6em;
  font-weight: normal;
}


/* COncesionarios */

.row-concesionario {
  margin: 20px 0 3em 0;
  padding: 1em 0 0 0;
  border-top: 1px solid #CCCCCC;
}
h4.concesionario-h4 {
  font-size: 1.5em;
}
p.concesionario-direccion {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1em;
  font-style: italic;
}
p.concesionario-datos {
  margin: 0.5em 0 0 0;
  padding: 0 0 0 0;
  font-size: 1.2em;
}
p.concesionario-datos span {
  padding-left: 1em;
  padding-right: 1em;
  background-color: #EEEEEE;
}


/* Franja contacto-footer */
.contacto-footer {
	margin: 3em 0 3em 0;
	padding: 3em 0 3em 0;
}




small.obli {
  font-size: 0.7em;
}
span.obl {
  color: #CD061F;
}



.owl-carousel .owl-stage-outer {
  margin-bottom: 40px;
}
.product_carousel .owl-nav {
  top: auto;
  bottom: -33px;
  right: 0;
  background: #CD061F;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.product_carousel .owl-nav > div {
  color: #FFFFFF;
}
.product_carousel .owl-nav > div:hover {
  color: #CCCCCC;
}


/* PRODUCTOS */

.product_name.grid_name h3,
.product_carousel .product_name h3 {
  display: block;
  min-height: 42px; /* 22px 1 línea, 42px 2 líneas, 62px 3 líneas */
}

.label_product {
	background-color: #CD061F;
	color: #FFFFFF;
}

h3.producto-subtitulo {
  border-bottom: 2px solid #CD061F;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.widget_list label {
  margin-bottom: 2px;
  font-size: 0,9em;
  font-weight: bold;
}
.widget_list .form-group {
  margin-bottom: 5px;
}

h4.h4-imp {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 1em 0;
}

img.icono-marca-producto,
.owl-carousel .owl-item img.icono-marca-producto {
  display: inline-block;
  height: 40px;
  max-height: 40px;
  width: auto;
  max-width: 100%;
}


.sa-imp-wrapper {
  font-size: 1em;
  font-weight: normal;
  border: 1px solid #999999;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0 0 1em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sa-imp-wrapper.sa-imp-wrapper-selected {
  border: 2px solid #CD061F;
}
.sa-imp-input {
  transform: scale(1.5);
}
.sa-imp-label {
  display: block;
}
.sa-imp-wrapper .sa-imp-label img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.sa-imp-wrapper.sa-imp-wrapper-selected .sa-imp-label img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.sa-imp-wrapper .sa-imp-label h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.2em 0;
  padding: 0;
}
.sa-imp-wrapper .sa-imp-label h6 {
  font-size: 0.8em;
  margin: 0 0 1em 0;
  padding: 0;
  color: #888888;
}
p.sa-imp-precio1 {
  margin: 0;
  padding: 0;
}
p.sa-imp-precio2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.sa-imp-wrapper.sa-imp-wrapper-selected .sa-imp-label p.sa-imp-precio2 {
  font-size: 1.2em;
}
.sa-imp-wrapper.sa-imp-wrapper-selected .sa-imp-label p.sa-imp-precio2 strong {
  color: #CD061F;
}

.producto_marca {
  font-size: 0.7em;
  color: #555555;
}

.product-price  {
  line-height: 0.6em;
}
.product-price small {
  font-size: 0.5em;
}
.product-discount {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  background-color: #CD061F;
  color: #FFFFFF;
  margin: 0 0 0 1em;
  padding: 0.5em 1em 0.5em 1em;
  position: relative;
  top: -5px;
}

.product_variant.quantity button {
    text-transform: none;
}


a.secondary_img {
  background-color: #FFFFFF;
}

#accordionFiltro .card {
  border: 1px solid #DDDDDD;
}

a.thumb-link-producto {
  display: block;
  margin-bottom: 10px;
  opacity: 1;
  will-change: opacity;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
a.thumb-link-producto:hover {
  opacity: 0.8;
}
a.thumb-link-producto img {
  cursor: pointer;
}

/* SELECT2 */

.select2-container .select2-selection--single {
  height: auto;
  padding: .375rem .75rem;
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* TABLAS */

.table-responsive table tbody tr td {
  text-transform: none;
}

.table-sa {

}
.table-sa-chica {
  font-size: 0.8em;
}
.table-sa-chica thead tr th,
.table-sa-chica tbody tr th,
.table-sa-chica tbody tr td {
  padding: 0.5em 1em 0.5em 1em;
}
.table-responsive .table-sa-chica thead tr th,
.table-responsive .table-sa-chica tbody tr th,
.table-responsive .table-sa-chica tbody tr td {
  min-width: 0;
  font-size: 1em;
}


/* BOTÓN WHATSAPP */
.boton-whatsapp {
  font-size: 1.2em;
  position: fixed;
  top: 40%;
  right: 0;
  /* left:-270px;  */
  padding: 0.5em 2em 0.5em 2em;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  /*background-color: #25D366;*/ 
  background-color: #CD061F;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  z-index: 1000;
}
.boton-whatsapp:hover {
  border: 3px solid #FFFFFF;
  /*color: #DCF8C6;*/
  color: #FFFFFF;
  /*background-color: #2b303d;*/
  background-color: #000000;
  opacity: 1;
}
@media (max-width: 767px){
  .boton-whatsapp {
    font-size: 1em;
    top: 30%;
    padding: 0.2em 1em 0.2em 1em;
    border: 2px solid #FFFFFF;
  }

  /* PAGINA GRACIAS */
    .gracias-logo{
      width: 60px;
    }
    .gracias-titulo{
      color:#CD061F;
      font-weight: 900;
      font-size: 40px;
      font-family: Montserrat;
      margin-top: 40px;
    }

    .gracias-texto{
      margin-top: 20px;
      font-size: 20px;
    }

    .gracias-texto2{
      margin-top: 30px;
      font-size: 20px;
    }

    .gracias-boton{
      font-size: 20px;
      font-family: Montserrat; 
      font-weight: 900;
    }
}


/* FOOTER */

.footer-1 {
	background-color: #2B303D;
	color: #FFFFFF;
}
.logo-footer {
	width: 50%;
	max-width: 280px;
	min-width: 160px;
	height: auto;
}
.footer-2 {
	background-color: #CD061F;
	color: #FFFFFF;
}
.footer_bottom {
	border: none;
}
.widgets_container h3 {
	text-transform: uppercase;
}


.margintop10 { margin-top: 10px !important; }
.margintop20 { margin-top: 20px !important; }
.margintop30 { margin-top: 30px !important; }
.margintop40 { margin-top: 40px !important; }
.margintop50 { margin-top: 50px !important; }
.marginbottom10 { margin-bottom: 10px !important; }
.marginbottom20 { margin-bottom: 20px !important; }
.marginbottom30 { margin-bottom: 30px !important; }
.marginbottom40 { margin-bottom: 40px !important; }
.marginbottom50 { margin-bottom: 50px !important; }

.borderauxi1 { border: 2px dotted red !important; }
.borderauxi2 { border: 2px dotted blue !important; }
.borderauxi3 { border: 2px dotted yellow !important; }
.borderauxi4 { border: 2px dotted green !important; }
.borderauxi5 { border: 2px dotted purple !important; }


/* TEMA OSCURO */
@media ( prefers-color-scheme: dark ) {

}

