/*
Theme Name: Repuestos Miguel
Theme URI: https://saobranding.com/
Author: SAO Branding
Author URI: https://saobranding.com/
Description: Plantilla para Repuestos Miguel customizada
Requires at least: 5.9
Tested up to: 6.3
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: repuestosmiguel

Repuestos Miguel WordPress Theme, (C) 2023 SAO Branding
*/

:root {
    --grey-color: #5b7e96;
    --grey-color-light: rgba(91, 126, 150, 0.2);
    --grey-color-dark: #486579;


    --red-color: #9e3223;
    --red-color-dark: #7d2419;
    --yellow-color: #ead824;
    --yellow-color-dark: #cabc1f;


    --red-color-gradient: rgba(158, 50, 35, 1);

    --menu-font-size: 0.8rem;
    --menu-tel-font-size: 0.9rem;
    --btn-font-size: 0.8rem;

    --title-font-size: 4rem;
    --destacado-font-size: 1.5rem;
    --h2-title-font-size: 2.8rem;
    --second-title-font-size: 2.5rem;
    --destacado-2-font-size: 1.3rem!important;

    --first-article-font-size: 1.8rem;
    --second-article-font-size: 1.4rem;

    /* BS */
    --bs-body-font-size: 1.2rem!important;

    --menu-margin: 92px;
}

@media only screen and (max-width: 992px) {

    :root {

        --menu-font-size: 1.5rem;
        --menu-tel-font-size: 0.9rem;
        --btn-font-size: 0.8rem;
    
        --title-font-size: 3.5rem;
        --destacado-font-size: 1.5rem;
        --h2-title-font-size: 2.8rem;
        --second-title-font-size: 2.5rem;
        --destacado-2-font-size: 1.3rem!important;
    
        --first-article-font-size: 1.8rem;
        --second-article-font-size: 1.4rem;
    
        /* BS */
        --bs-body-font-size: 1.2rem!important;
    
        --menu-margin: 92px;

    }

}

/* GLOBALS */

* {
    font-family: 'Helvetica', 'Arial', sans-serif!important;
}

h1 {
    font-size: var(--title-font-size)!important;
}

h2 {
    font-size: var(--h2-title-font-size)!important;
    font-weight: 700!important;
}

.white-text {
    color: #fff!important;
}

.red-text {
    color: var(--red-color)!important;
}

.yellow-text {
    color: var(--yellow-color)!important;
}

.border-top-yellow {
    border-top: 1px solid var(--yellow-color)!important;
}

.bg-body-white {
    background-color: #fff;
}

.bg-body-red {
    background-color: var(--red-color);
}

.bg-body-grey {
    background-color: var(--grey-color);
}

.bg-body-grey-light {
    background-color: var(--grey-color-light);
}

.first-slide {
    color: #fff;
}

.first-slide h1 {
    font-weight: 600;
}

.first-slide p {
    font-size: var(--destacado-font-size);
}

.video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0 ,0.5);
}

.bold {
    font-weight: 700;
}

.txt-uppercase {
    text-transform: uppercase;

}

main .btn {
    min-width: 100px;
    font-size: var(--btn-font-size)!important;
}

.white-border {
    border: 8px solid #fff;
}

.yellow-border {
    border-color: var(--yellow-color)!important;
}

.list-bars {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-bars li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
    border-left: 4px solid var(--yellow-color);
}

@media (min-width: 1200px) {
    .fs-0 {
        font-size: var(--title-font-size) !important;
    }
    .fs-1 {
        font-size: var(--h2-title-font-size) !important;
    }
    .fs-2 {
        font-size: var(--second-title-font-size) !important;
    }
    .fs-3 {
        font-size: var(--first-article-font-size) !important;
    }
    .fs-4 {
        font-size: var(--destacado-font-size) !important;
    }
    .fs-5 {
        font-size: var(--destacado-2-font-size) !important;
    }
    .fs-6 {
        font-size: var(--bs-body-font-size) !important;
    }
}


@media only screen and (max-width: 992px) {
    .fs-0 {
        font-size: var(--title-font-size) !important;
    }
    .fs-1 {
        font-size: var(--h2-title-font-size) !important;
    }
    .fs-2 {
        font-size: var(--second-title-font-size) !important;
    }
    .fs-3 {
        font-size: var(--first-article-font-size) !important;
    }
    .fs-4 {
        font-size: var(--destacado-font-size) !important;
    }
    .fs-5 {
        font-size: var(--destacado-2-font-size) !important;
    }
    .fs-6 {
        font-size: var(--bs-body-font-size) !important;
    }
}

.vh-50 {
    height: 50vh!important;
}

.vh-25 {
    height: 25vh!important;
}

.width-25 {
    width: 25%;
}

.width-65 {
    width: 65%;
}

.width-75 {
    width: 75%;
}

.vheight-25 {
    height: 25vh;
}

.vheight-50 {
    height: 50vh;
}

.menu-margin {
    margin-top: var(--menu-margin);
}

.postion-relative {
    position: relative;
    top: -20px;
    left: -25px;
}

.special-carrousel {
    height: calc(40rem - 7.5rem);
}

.special-carrousel .mySwiperbanner {
    position: absolute;
    top: -7.5rem;
    width: 110%;
    height: 40rem;
}
.special-carrousel .mySwiperbanner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 992px) {

    * {
        text-align: center;
    }

    .width-25, 
    .width-75, 
    .width-65 {
        width: 100%;
    }

    .vheight-25 {
        height: fit-content;
    }

    .vheight-50 {
        height: fit-content;
    }

    .img-bckg-phone {
        height: 20rem;
    }

    .bkg-banner-cover {
        min-height: fit-content;
    }

    .special-carrousel {
        height: fit-content;
    }

    
    .special-carrousel .mySwiperbanner {
        position: relative;
        top: unset;
        width: 100%;
        height: unset;
        bottom: unset;
    }

    .list-bars li {
        position: relative;
        padding-left: 0rem;
        margin-bottom: 0.5rem;
        border-left: 0px solid var(--yellow-color);
    }

}

/* BANNER - BACKGROUND */
.bkg-banner-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* BOTONES BS */

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--red-color)!important;
    --bs-btn-border-color:  var(--red-color)!important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--red-color-dark)!important;
    --bs-btn-hover-border-color: var(--red-color-dark)!important;
    --bs-btn-focus-shadow-rgb: 0,0,0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--red-color)!important;
    --bs-btn-active-border-color: var(--red-color)!important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #fff!important;
    pointer-events: none;
    background-color: var(--red-color-dark)!important;
    border-color: var(--red-color-dark)!important;
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-secondary {
    --bs-btn-color: #000!important;
    --bs-btn-bg: var(--yellow-color)!important;
    --bs-btn-border-color: var(--yellow-color)!important;
    --bs-btn-hover-color: #000!important;
    --bs-btn-hover-bg: var(--yellow-color-dark)!important;
    --bs-btn-hover-border-color: var(--yellow-color-dark)!important;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #000!important;
    --bs-btn-active-bg: var(--yellow-color-dark)!important;
    --bs-btn-active-border-color: var(--yellow-color-dark)!important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000!important;
    --bs-btn-disabled-bg: var(--yellow-color)!important;
    --bs-btn-disabled-border-color: var(--yellow-color)!important;
}

.btn-tertiary {
    --bs-btn-color: #fff!important;
    --bs-btn-bg: var(--grey-color)!important;
    --bs-btn-border-color: var(--grey-color)!important;
    --bs-btn-hover-color: #fff!important;
    --bs-btn-hover-bg: var(--grey-color-dark)!important;
    --bs-btn-hover-border-color: var(--grey-color-dark)!important;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff!important;
    --bs-btn-active-bg: var(--grey-color-dark)!important;
    --bs-btn-active-border-color: var(--grey-color-dark)!important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff!important;
    --bs-btn-disabled-bg: var(--grey-color)!important;
    --bs-btn-disabled-border-color: var(--grey-color)!important;
}

.btn {
    text-transform: uppercase;
    font-weight: 700!important;
    font-size: var(--menu-font-size)!important;
}


.btn {
    min-width: 100px;
    font-size: var(--btn-font-size)!important;
}


@media only screen and (max-width: 992px) {

    .btn {
        min-width: 100%;
        font-size: var(--btn-font-size)!important;
    }

    main .btn {
        min-width: 100%;
        font-size: var(--btn-font-size)!important;
    }

}



.cta span {
    position: relative;
}

.cta span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0px;
    height: 1px;
    background-color: var(--red-color);
    transition: all 0.3s ease-in-out;
}

.cta span:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: var(--red-color);
    transition: all 0.3s ease-in-out;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2))!important;
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2))!important;
    line-height: 1;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.75) translateY(-0.5rem) translateX(0.15rem)!important;
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 2.3rem!important;
    padding-bottom: 1rem!important;
}

.form-floating>label {
    line-height: 1!important;
    padding: 1.2rem .75rem!important;
}

/* MENU */

#menu-menu-principal a span {
    position: relative;
}

#menu-menu-principal a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0px;
    height: 1px;
    background-color: var(--red-color);
    transition: all 0.3s ease-in-out;
}

#menu-menu-principal a span:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: var(--red-color);
    transition: all 0.3s ease-in-out;
}

#menu-menu-principal .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: var(--menu-font-size)!important;
}

#menu-menu-principal .nav-link.tel {
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--menu-tel-font-size)!important;
    letter-spacing: normal!important;
}

@media only screen and (max-width: 992px) {

    .menu-menu-principal-container ul {
        margin-bottom: 0;
    }

    .menu-menu-principal-container ul li {
        margin: 0.5rem auto;
        font-weight: 700;
    }

}

/* FRONT PAGE */

.swiper {
    width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 5rem;
  object-fit: contain;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  bottom: 2rem;
}

.swiper > .swiper-wrapper{
    transition-timing-function : linear;
}

.border-red {
    border-color: var(--red-color)!important;
}

/* RMOTE */

.logo-rmote {
    max-width: 100%;
    height: auto;
}

.rmote-object {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1.2) translate(-30%, -50%)  rotate(55deg);
}

@media only screen and (max-width: 992px) {

    .logo-rmote {
        max-width: 50%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .rmote-object {
        max-width: 50%;
        height: auto;
        position: relative;
        top: unset;
        left: unset;
        transform: rotate(55deg);
    }

}

/* LOGO 50 aniversario */

.logo-50-ani {
    width: 10rem;
    position: absolute;
    top: -7rem;
    left: 7rem;
}

@media only screen and (max-width: 992px) {

    .logo-50-ani {
        display: block; 
        margin: 0 auto;
        margin-bottom: 3rem;
        width: 50%;
        position: relative;
        top: unset;
        left: unset;
    }

}

/* PROMO BANNER */

.banner-promo-1 p:first-child {
    font-size: var(--destacado-font-size);
}

.activator-hover-promo {
    overflow: hidden;
    cursor: pointer;
}

.activator-hover-promo .hover-promo {
    pointer-events: none;
    transform: translateY(10%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.activator-hover-promo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    transition: all 0.5s ease-in-out;

}


.activator-hover-promo:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease-in-out;

}


.activator-hover-promo:hover .hover-promo {
    pointer-events: visible;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.hover-promo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 10;
}

.hover-promo p{
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
}

.hover-promo a{
    width: fit-content;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {

    h3::after {
        content: '';
        width: 20%;
        height: 3px;
        background-color: var(--yellow-color)!important;
        position: absolute;
        left: 50%!important;
        transform: translateX(-50%);
        bottom: -1.3rem!important;
    }
}

/* TABS */

.rm-tabs .tab-title {
    cursor: pointer;
}

/* .rm-tabs .tab-title:first-of-type {
    border-left: 0px solid var(--red-color);
    border-right: 0.5px solid var(--red-color);
}

.rm-tabs .tab-title:last-of-type {
    border-left: 0.5px solid var(--red-color);
    border-right: 0px solid var(--red-color);
}

.rm-tabs .tab-title {
    border-left: 0.5px solid var(--red-color);
    border-right: 0.5px solid var(--red-color);
} */

.rm-tabs-container {
    height: 30rem;
}

.tab-content {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.tab-content h3,
h3 {
    position: relative;
    font-weight: 700!important;
    font-size: var(--second-title-font-size)!important;
    margin-bottom: 3rem!important;
}

.tab-content h3::after,
h3::after {
    content: '';
    width: 20%;
    height: 3px;
    background-color: var(--yellow-color)!important;
    position: absolute; 
    left: 0;
    bottom: -1.3rem!important;
}

.text-end .tab-content h3::after,
.text-end h3::after,
.tab-content h3.text-end::after,
h3.text-end::after {
    left: auto;
    right: 0;
}

.text-center .tab-content h3::after,
.text-center h3::after,
.tab-content h3.text-center::after,
h3.text-center::after {
    left: 0;
    right: 0;
    margin: auto;
}

.tab-content p {
    font-weight: 700;
    font-size: var(--destacado-2-font-size);
}

.tab-content svg {
    fill: var(--yellow-color);
}

.caja-herramientas svg {
    fill: var(--yellow-color);
}

.tab-content ul {
    list-style: none;
    font-weight: 700;
}

.tab-content ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.tab-content ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -1.5rem;
    height: 100%;
    width: 0.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://rm.saotech.es/wp-content/themes/repuestosmiguel/assets/icon-list-2.png');
  }


.tab-content.opened {
    position: absolute;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.rm-tabs .tab-title {
    text-transform: uppercase;
}

.rm-tabs .tab-title span {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), linear-gradient(to right, var(--red-color-gradient), var(--red-color-gradient), var(--red-color-gradient));
    background-size: 100% 0.5em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.rm-tabs .tab-title:hover span,
.rm-tabs .tab-title:focus span,
.rm-tabs .tab-title.active span {
    background-size: 0 0.5em, 100% 0.1em;
}

.rm-tabs .tab-title .icon {
    fill: #000;
}

.rm-tabs .tab-title.active .icon {
    fill: var(--red-color);
}

.rm-tabs .tab-title p {
    font-weight: 700;
    line-height: 1.4!important;
}

/* EMPRESA */

.empresas {
    padding-top: 5rem;
    padding-bottom: 12.5rem;
}

.empresas p.number {
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    line-height: 1;
    border-right: 3px solid var(--red-color);
    text-align: right;
    width: 50%;
}

.empresas .number:not(.simple) {
    border-right: 3px solid var(--red-color);
}

.empresas .number > p {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.ormore:before {
    content: '+';
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
}

.empresas p.text {
    display: block;
    font-weight: 700;
    font-size: var(--bs-body-font-size)!important;
    line-height: 1;
    width: 50%;
}

.empresas .content {
    width: calc(100% / 4);
}

@media only screen and (max-width: 992px) {

   .empresas .border-start {
        border: 0px!important;
   }

   .empresas .list-group .value   {
        font-size: 3rem!important;
        font-weight: 700;
        line-height: 1;
    }

    .empresas {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

}

/* RED DE TALLERES */
.redTalleres img {
    transform: scale(0.9);
    transition: transform .5s ease;
}

.redTalleres .box {
    border: 1px solid var(--grey-color);
}


.redTalleres img:hover {
    transform: scale(1);
    transition: transform .5s ease;
}

/* NOTICIAS */


.img-hover-zoom {
    height: 23rem;
    overflow: hidden;
}
  
.img-hover-zoom img {
    transition: transform .5s ease;
}
  
.img-hover-zoom:hover img {
    transform: scale(1.1);
}

.nextArticles .img-hover-zoom {
    height: 13rem;
    overflow: hidden;
    width: 20rem;
}
  
.nextArticles .img-hover-zoom img {
    height: 100%;
    transition: transform .5s ease;
}
  
.nextArticles .img-hover-zoom:hover img {
    transform: scale(1.1);
}

.noticias a:not(.btn) {
    color: #000;
    text-decoration: none;
}

.noticias .articleTitle h3 {
    font-size: var(--first-article-font-size)!important;
    position: relative;
}

.noticias .nextArticles {
    display: flex;
    justify-content: space-between;
}

.noticias .nextArticles > div {
    display: flex;
    flex-direction: column;
}

.noticias .nextArticles .articleTitle h3 {
    font-size: var(--second-article-font-size)!important;
    position: relative;
}

.noticias .articleTitle h3 span {
    background: 
    linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)),
    linear-gradient(to right, var(--red-color-gradient), var(--red-color-gradient), var(--red-color-gradient));
    background-size: 100% 0.1em, 0 0.05em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.noticias .articleTitle h3 span:hover,
.noticias .articleTitle h3 span:focus  {
    background-size: 0 0.1em, 100% 0.05em;
}

.noticias .date-cat {
    font-size: var(--submenu-font-size);
}

.noticias .date-cat span {
    color: var(--red-color);
}

@media only screen and (max-width: 992px) {

    .img-hover-zoom {
        height: fit-content;
        overflow: hidden;
    }

    .nextArticles .img-hover-zoom {
        height: fit-content;
        overflow: hidden;
        width: 100%;
    }

}

/* Publicaciones */

.rm-publicaciones-single h1 {
    font-size: 2rem!important;
    font-weight: bold;
}

.rm-publicaciones-single h2 {
    font-size: 1.8rem!important;
    font-weight: 400!important;
}

.rm-publicaciones-single h3 {
    font-size: 1.5rem!important;
    font-weight: 400!important;
    margin-bottom: 0.5rem!important;
    margin-top: 1.5rem!important;
}

.rm-publicaciones-single h3::after {
    content: '';
    width: 20%;
    height: 3px;
    background-color: var(--yellow-color)!important;
    position: absolute;
    left: 0;
    bottom: -1.3rem!important;
    display: none;
}

.rm-publicaciones-single h2.simpletoc-title {
    margin-top: 5rem;
    font-size: 1.3rem!important;
}

.rm-publicaciones-single .simpletoc-list {
    margin-bottom: 5rem;
    font-size: 1rem!important;
}

.rm-publicaciones-single .simpletoc-list a {
    text-decoration: none;
}

.rm-publicaciones-single .simpletoc-list li {
    text-align: left!important;
}

.rm-publicaciones-single p {
    font-size: 1rem;
}

.rm-publicaciones-single .firma-articulo {
    width: 30rem;
}

@media only screen and (max-width: 992px) {

    .rm-publicaciones-single .firma-articulo {
        width: 100%;
    }
    
}


/* SERVICIOS */
/* .animated-col {
    min-height: 400px;
}
.animated-col p:first-child {
    margin-top: 50px;
    transition: all 0.5s ease-in-out;
}
.animated-col:hover p:first-child {
    margin-top: 0px;
    transition: all 0.5s ease-in-out;
}
.animated-col p:last-child {
    margin-top: 50px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.animated-col:hover p:last-child {
    margin-top: 0px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.sello {
    position: absolute;
    top: -20px;
    left: -20px;
} */


/* FOOTER */

.mapa-sucursal {
    width: 27rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.menu-menu-legal-container li {
    display: flex;
    align-items: center;
}

.menu-menu-legal-container li a {
    text-decoration: none;
    color: #fff!important;
    font-size: 1rem;
}

.menu-menu-legal-container li:not(:last-child):after {
    content: " |";
    margin-left: 5px; /* Adjust the spacing as needed */
}

/* ARTICULOS */

.single figure {
    margin: 2rem 0;
}

@media only screen and (max-width: 992px) {

    .mapa-sucursal {
        width: 27rem;
        position: relative;
        bottom: unset;
        right: unset;
        margin: 2rem auto;
    }

    .menu-menu-legal-container {
        display: flex;
        justify-content: center;           
    }
    

}


/* RESPONSIVE */


@media only screen and (max-width: 1446px) {

    html {
        font-size: 80%;
    }


}

@media only screen and (max-width: 1337px) {

    html {
        font-size: 75%;
    }


}

.only-phone {
    display: none;
}

@media only screen and (max-width: 992px) {

    .only-computer {
        display: none;
    }

    .only-phone {
        display: flex;
    }

}
