header.header .swiper-cinta .swiper-wrapper .swiper-slide a {
    margin: 0 5px;
    color: black;
    font-weight: bold;
}
header.header .swiper-cinta .swiper-wrapper .swiper-slide {
    color: #083237bd;
}
.d-flex {
    flex-wrap: wrap;
}
.container-fluid.footer-remasa .mini-col:first-child .sociales a {
    margin: 4px 0;
}
.image-content a {
    cursor: default;
}
a {
    color: black;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}
a:hover {
    color: black;
    text-decoration: underline;
}
.container-fluid.footer-remasa .mini-col .lista a {
    line-height: 1.2;
}
.boton-transparente {
    display: none;
}
#carousel2 .item a {
    margin: 10px 20px;
    min-width: 100px;
    max-width: 150px;
    min-height: 60px;
    line-height: 1.3;
    align-content: center;
}
.caracteristicas_table {
    padding: 0;
    margin: 15px;
}
.caracteristicas_table .table {
    margin: 0px;
    padding: 0;
    width: 100%;
}
.caracteristicas_table .table .header .row div {
    font-weight: 500;
    color: black;
}
.caracteristicas_table .table .body .row {
    cursor: pointer;
}
.caracteristicas_table .table .row {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 30% auto auto auto auto;
    padding: 5px 10px;
    border: 1px solid #08323763;
}
.caracteristicas_table .table .row div{
    padding: 0 8px;
    line-height: 1.2;
    justify-content: left;
}
.caracteristicas_table .table .header .row {
    font-weight: 600;
    color: black;
    background: #e5f5ea;
}
.caracteristicas_table .table .row div:nth-child(1) {
    font-weight: 700;
}
.small, small {
    font-weight: 600;
}
.nav-link p {
    line-height: 1.1;
}
header.header .container-fluid nav.navbar .btn.btn-outline-success.serching {
    position: relative;
    left: calc(100% - 51px);
    bottom: 36px;
    background: #ffffff00;
    line-height: normal;
    border: 0;
    border-radius: 25px;
    right: inherit;
    top: inherit;
}
.navbar-expand-lg .navbar-collapse form {
    height: 38px;
}
header.header .container-fluid nav.navbar input.serching-text {
    border-radius: 25px;
    width: 230px;
}

header.header .container-fluid nav.navbar .btn.btn-outline-success.serching{
    background:white;
}
header.header .container-fluid nav.navbar .btn.btn-outline-success.serching i#searchIcon{
color: var(--verde-medio-oscuro);
}


header.header .container-fluid nav.navbar ul.navbar-nav{
    align-items: center;
}


.tiendas .tab_tiendas .dividido .tabset .tab-panels section .lista_tiendas > div .especificacion{
    display: flex;
    grid-gap: 10px;
    align-items: center;
}

.interna div#carousel2 small.title-piezas {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#carousel2 .item li.active figure img {
    filter: invert(27%) sepia(16%) saturate(128%) hue-rotate(86deg) brightness(100%) contrast(172%);
}

@media (max-width: 1000px) {
    .navbar-expand-lg .navbar-collapse form{
        display: none;
    }
  }
  

