
:root {
   --rojo1: #7F0707;
   --rojo2: #B51B1B;
   --rojo3: #EC0002;
   --gris: #AAAAAA;

   --txt: #2B2835;
}

body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Montserrat', sans-serif;
    color:#2B2835;
}
body, td, th, input, select, textarea{
    font-size:14px;
}


h1{color:#7F0707;}
h2{color:#7F0707;}
h3{color:#EC0002;}
h4{color:#2B2835;}
h5{color:#2B2835;}
h6{color:#808080;}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {      background: #f7f7f7;}
.zebra tr.over td { background: #AAAAAA;}
.zebra tr.title td { background-color: #AAAAAA; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #EC0002; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #EC0002; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #AAAAAA; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}
.margin{margin: 5px;}
.clear{clear: both;}
#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #7F0707; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    background: #B51B1B!important;
}
.ct-articulo-contiene-precio, #ct-articulo-precio > h3, .ct-articulo-precio-relacionado, .alerta-no-disponibles, .ct-articulo-cantidad, .ct-articulo-contenido-btn-carrito, .ct-articulo-contain-img-recomendados span{
    display: none;
}
.ct-anexos{
    display: flex !important;
    justify-content: space-around;
    max-width: initial !important;
}
.btn-default {
    color: #fff;
    background-color: #B51B1B;
    border-color: #B51B1B;
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: #7F0707;
    transition: all .3s ease;
    color: #fff;
}
#dashboardPG .dashboard-item .dashboard-item-container a:hover {
    background: linear-gradient(90deg, #fff, #7f0707a6 );
    color: var(--txt);
}

/* Paddings */

.p-x{padding-left: 0px!important; padding-right: 0px!important;}
.p-y{padding-top:0px!important; padding-bottom:0px!important;}
.p-0{padding: 0px}
.p-1{padding: 1em;}
.p-2{padding: 2em;}
.p-3{padding: 3em;}
.p{
    padding: 1em;
}

.d-flex{display: flex;}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
    color: var(--rojo3);
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
/*------------*/
.site-content{
    padding-top: 80px;
}
section.home-section{
    padding-top: 67px;
}
.site-content, .my-container{
	max-width: 1200px;
	margin: 0 auto;
}
/*------------*/

.w-100{
	width: 100%;
}

/* HEADER */

header.home {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0px;
    left: 0px;
    background: #fff;
    transition: all 0.4s ease 0s;
    border-top: 6px solid #b51b1b;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px;
}

.header-content {
    justify-content: space-between;
    align-items: center;
    padding: 15px 1rem;
}
.nav-brand {
    max-width: 180px;
    transition: all .3s ease;
}
.nav-brand img{
	transition: all .2s ease;
    width: 100%;
}

/*para quitar los submenus en la vista responsive*/
.social-links, .main-nav-mobile {
    display: none;
}
/*para quitar los submenus en la vista de escritorio*/
#menu-main> li > ul {
	display: none;
}

.toogle-menu, .toogle-search { /*boton del menu responsive*/
    color: var(--rojo1);
    font-size: 30px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: var(--rojo1);
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {display: block !important;}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.navbar-header{
    display: none;
}
.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
    padding: 0;
    height: 45px;
}
.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn), .mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){
    background: var(--rosa1);
}
.mm-panel_has-navbar .mm-navbar {
    display: block;
    background: var(--rojo1);
}
.mm-menu .mm-listview a:not(.mm-btn_next){
    color: #fff;
}
.mm-navbars_bottom {
    border-color: #fff;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    opacity: .6;
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 100px;
    border-top: 1px solid var(--oscuro);
}
.mm-navbars_top{border: none!important;}
.datos-menu {
    display: block;
    height: 100px;
    padding: 1rem;
    border-bottom: 1px solid #fff;
}
.datos-menu > h3 {
    color: #fff;
    text-align: left;
    margin: 0px;
    font-size: 14px;
    padding: 6px 0 1rem;
    font-weight: 500;
}
.datos-menu > p {
    color: #fff;
    text-align: left;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}
.datos-menu > p > span{
  font-size: 21px;
  margin-right: 5px;
}
.wpp {
    font-size: 18px!important;
    background: #75B73B;
    padding: 2px;
    border-radius: 100%;
    width: 22px;
    text-align: center;
}
.txt-lan {
    font-size: 15px;
    font-weight: bold;
}

/* Slider Home */
.slick-arrow {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 30px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: #7f0707a6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin: 0 20px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover{
	background: var(--rojo3);
	color: #fff;
}

/*dots slider*/

.slick-track {
    margin: auto;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 100%;
    background-color: #AAAAAA;
    text-indent: -9999px;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: var(--rojo1);
}

/* Searcher --------- */

.searcher {
    position: fixed;
    width: 100%;
    background: var(--rojo1);
    left: 0;
    top: 0;
    padding: 15px;
    z-index: 101;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: translateY(-100%);
}
.search-content {
    width: 100%;
}
.search-content form {
    display: flex;
    border-bottom: 2px solid #fff;
    transition: opacity .3s ease .4s;
    opacity: 0;
}
.search-content form input {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    outline: none;
    box-shadow: none !important;
}
.search-content form button {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
}
.search-content-active {
    transform: translateY(0%);
}
.search-content-active .search-content form  {
    opacity: 1;
}
.close-searcher {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 14px;
    font-size: 30px;
    color: #fff !important;
}

/*footer --------------------------*/

.poner{
    padding: 2rem 1em;
}
.footer-portal{
    display: inline-block;
    width: 100%;
}
.footer {
    background: #A41817;
    position: relative;
}
.footer-top{
    background-image: url(fondo2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-bottom{
    background: #7E0000;
    padding: 5px 1em;
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

.menu-1 > ul > li > a{
   font-size: 12px;
   color: #fff;
   font-weight: 500;
   letter-spacing: 0.19px;
}

.footer-tittle {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 0.29px;
    line-height: 25px;
}
.page-footer > div > div > p {
    margin: 0px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.21px;
}
.menu-1 > ul > li{
    text-align: center;
    padding-bottom: 7px;
}

.footer-text{font-size: 12px;}
.footer-text > a{color: #fff}

ul#footer-menu > li:before {
    font-family: FontAwesome;
    content: "\f054";
    padding: 1px;
    color: #fff;
}
.page-footer div {
    padding: 0;
}



/*titulos*/

h2.content-box-title {
    font-size: calc(1em + 2vw);
    width: fit-content;
    margin: 1em auto 1rem;
    padding: 5px 1rem;
    position: relative;
    text-align: left;
    color: #1D1D1D;
    font-weight: bold;
    border-left: 11px solid #B51B1B;
}

.enlace-des > a {
    font-size: calc(1em + 1vw);
    color: #EC0002;
    font-style: italic;
    text-align: center;
    display: block;
    padding: 1rem;
}

.line {
    display: block;
    width: 80%;
    height: 7px;
    background: #fff;
    margin: 2rem auto;
}


/*SECTION BANNER ------------------*/

.content-banner{
    position: relative;
}

.banner-container {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 1rem 55px;
    background: #00000080;
}

.banner-detalles {
    height: 100%;
    max-height: 230px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.tt-banner {
   margin: 0px;
   font-size: calc(1.1em + 1vw);
   font-weight: bold;
   color: #fff;
   line-height: 1.1em;
   text-align: center;
   text-shadow: rgba(0, 0, 0, 0.5) 0px 2px;
}

h2.tt-banner > p{
    font-size: calc(0.7em + 1vw);
    font-weight: 500;
    margin: 0;
    color: #fff;
    line-height: 1.2em;
    text-align: left;
}



/*SECTION PRODUCTOS---------*/

.content-productos {
    padding: 2rem 0rem;
    background: #EFEFEF;
}

#slider-productos {
  margin: 0 auto;
  display: block;
  max-width: 1480px;
}


.my-slide{
    padding: 15px 5px;
}

.producto {
    display: block;
    width: 100%;
    max-width: 325px;
    margin: auto;
    height: 419px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 0.22);
    overflow: hidden;
    padding: 30px 35px;
}

.producto > img {
    width: 100%;
    max-width: 260px;
    height: 173px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 30px;
}

.datos-producto {
    display: flex;
    width: 100%;
    height: 115px;
    flex-direction: column;
}

.tt-pro {
    margin: 0;
    font-size: 20px;
    color: #2B2835;
    font-weight: bold;
    line-height: 1em;
}

.datos-producto > p {
    font-size: 15px;
    width: 100%;
    color: #030303;
    font-weight: 400;
    margin: auto 0;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding: 2px 0;
}

.btn-pro {
    display: flex;
    width: 149px;
    height: 41px;
    align-items: center;
    justify-content: center;
    background: var(--rojo3);
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease;
}




/*SECTION DESTACADOS*/

section.sec.des {
    padding: 1rem 1rem 3rem;
}
.seccion-electronica{
    background-color: #2b8fc1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.seccion-electronica > .title-des >div>h2{
    color: #ffffff;
}

.content-destacados {
    padding: 0px 0 10px;
    overflow: auto hidden;
}

.content-destacados > div {
    display: flex;
    align-items: center;
    margin: auto;
    width: fit-content;
}

.content-destacados::-webkit-scrollbar {
    height: 10px;    
    width: 15px;    
}
.content-destacados::-webkit-scrollbar-track {
    background: #AAAAAA;
    border-radius: 30px;
}
.content-destacados::-webkit-scrollbar-thumb {
    background: var(--rojo3);
    border-radius: 4px;
}



.destacados {
    width: 100%;
    max-width: 286px;
    margin: 1rem 9px;
    height: 341px;
    display: flex;
    flex-direction: column;
    padding: 28px 24px;
    min-width: 286px;
    box-shadow: 0px 2px 9px #00000038;
    background: #ffffff;
}

.destacados > img {
    width: 100%;
    max-width: 260px;
    height: 173px;
    object-fit: contain;
    object-position: center;
    padding: 1rem;
    margin: 0 auto;
}

h2.tt-des {
    font-size: 18px;
    font-weight: bold;
    color: #2B2835;
    text-align: center;
    line-height: 26px;
    margin: auto;
}

.btn-des {
    width: 133px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #EC0002;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease;
}

.content-flechas {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.flechas {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 11px;
    background: var(--rojo2);
    border-radius: 100%;
    color: #fff;
}


/*SECTION CATEGORIAS*/

.cat-fondo{position: relative;}

.cat-fondo:before {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background: #A41817;
    background-image: url(fondo1.svg);
    background-position: right;
    background-size: cover;
    position: absolute;
    top: 0;
}

.content-cat {
    padding: 4rem 0px 0;
}

.content-categorias {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    padding: 2rem 1rem;
}


.categoria {
    display: flex;
    max-width: 247px;
    max-height: 302px;
    flex-direction: column;
    background: #fff;
    margin: 15px 3px;
    border-radius: 8px;
    overflow: hidden;
    width: 26vw;
    height: 40vw;
    position: relative;
}

.categoria > img {
    display: block;
    max-width: 130px;
    max-height: 130px;
    object-fit: contain;
    margin: auto;
    width: 16vw;
    filter: brightness(0);
}

h2.tt-cat {
    display: flex;
    margin: 0;
    height: 45px;
    background: #820508;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1em;
    padding: 0 1rem;
    font-weight: bold;
    font-size: 14px;
    word-break: break-word;
}

.content-categorias > a:first-child > img {
    filter: initial;
}

.cat-fondo {
    position: relative;
}

.input{
    box-shadow: none!important;
}



/*EFECTOS -------------- */

.content-info-header{
    background: #fff;
    transition: all .3s ease;
}

header.home.fixed {
    transform: translateY(-135px);
}
.fixed .content-info-header {
    background: #b51b1b;
    transition: all .3s ease;
}

.flags-contain a:hover {
    color: var(--txt);
}
.producto:hover {
    transform: scale(1.05);
}
.btn-pro:hover {
    background: #7f0707;
}
.btn-des:hover {
    background: #7f0707;
}
.enlace-des > a:hover {
    color: #7f0707;
    text-decoration: underline;
}

.menu-1 > ul > li > a:hover {
    text-decoration: underline;
}



/* Media Queries */

@media (min-width: 600px) {

    .categoria {
        width: 26vw;
        height: 28vw;
    }

    .categoria > img {
        width: 11vw;
    }

}

@media (min-width: 768px){
	
    .banner-detalles {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .banner-container {
        padding: 2rem;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        margin: auto;
        background: initial;
        z-index: 999;
    }

    .banner-detalles > h2 {
        text-align: left;
        font-size: 40px;
        max-width: 320px;
        margin-left: 10rem;
    }

    h2.tt-banner > p {
        font-size: 35px;
    }

    .categoria {
        width: 26vw;
        height: 30vw;
        border: 1px solid #dedede;
    }

    h2.content-box-title{
        font-size: 35px;
    }

    .datos-producto > p{
        line-height: 20px;
    }


}

@media (min-width: 900px) {

    .categoria {
        width: 26vw;
        height: 29vw;
    }

}

@media (min-width: 992px){

    .categoria:hover {
        transform: translateY(-15px);
    } 
    .roj{
        transition: all .3s ease;
    }
    .categoria:hover .roj{
        filter: initial;
    }

	.primero {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;
    }

    .menu-1 > ul > li, 
    .page-footer > div > div > p,
    .footer-tittle{
        text-align: left;
    }

    section.home-section {
        padding-top: 186px;
    }

    .site-content {
        padding-top: 220px;
    }


    .destacados{
        box-shadow: initial;
        transition: all .3s ease;
    }
    .destacados:hover{
        box-shadow: 0px 2px 9px #00000038;
    }
    .btn-des{
        /* opacity: 0; */
        transition: all .3s ease;
    }
    .destacados:hover .btn-des{
        opacity: 100%;
    }


    .banner-detalles > h2 {
        font-size: 60px;
        text-shadow: none;
    }

    .tt-banner > p {
        font-size: 45px!important;
    }

    .my-slide {
        padding: 15px;
    }


    .title-des {
        display: flex;
        align-items: center;
        max-width: 1500px;
        margin: auto;
    }

    .title-des > div:first-child {
        min-width: 500px;
        width: 80%;
    }

    h2.content-box-title {
        margin: 1em 0px;
    }

    .enlace-des{
        width: 60%;
    }
    .enlace-des > a {
        padding: 1rem 3rem 1rem 1rem;
        text-align: left;
        white-space: nowrap;
        font-size: 25px;
    }

    .line{
        width: 100%;
    }

    .content-categorias{
        flex-wrap: nowrap;
    }



    /*MENU ESCRITORIO ****************+*/

    .nav-brand {
        max-width: 300px;
        min-width: 240px;
        width: 100%;
    }
    .header-content{
        max-width: 1200px;
        margin: auto;
        padding: 0 1rem;
        height: 95px;
    }
    .navbar-header {
        display: flex;
        width: 100%;
        max-width: 1200px;
        margin: 0px auto;
        background: #b51b1b;
        height: 51px;
        align-items: center;
        justify-content: center;
        border-top: 7px solid #981717;
    }
    .nav-mobile {
        display: none;
    }
    .content-info-header {
        width: 100%;
        display: flex;
    }

    .main-nav {
        width: 100%;
        height: 100%;
    }


    .home{
        border: none!important;
    }

    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    nav.main-nav > ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        flex: 1 1 0px;
    }

    nav.main-nav > ul > li{
        flex-grow: 1;
        flex-basis: 0px;
        height: 100%;
    }

    nav.main-nav ul li a {
        display: flex;
        font-size: 15px;
        padding: 5px;
        font-weight: 600;
        color: #fff;
        min-width: 95px;
        margin: 0px 2px;
        text-align: center;
        white-space: nowrap;
        height: 100%;
        transition: all 0.3s ease 0s;
        align-items: center;
        justify-content: center;
    }

    #menu-main > li > a:hover,
    #menu-main > li > a:focus{
        background: #981717;
        color: #fff;
    }

    .ico-menu {
        font-size: 25px;
        margin-right: 10px;
    }

    .flecha {
        margin-left: 10px;
        font-weight: bold;
    }

    ul.submenu {
        position: absolute;
        min-width: 150px;
        width: 100%;
        transform: translateX(-50%);
        left: 50%;
        box-shadow: black 0px 0px 0px;
        display: none;
        transition: all 0.3s ease 0s;
        padding-top: 0px !important;
    }
    ul.submenu li a {
        font-size: 13px !important;
        padding: 8px !important;
        text-align: left!important;
        background: var(--rojo1);
        width: 100%;
        color: #fff!important;
        border-bottom: 1px solid;
    }

    ul.submenu li a:hover {
        background: #2b2835c7;
    }

    nav.main-nav ul li {
        position: relative;
    }
    ul.subsubmenu {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 150px;
        width: 100%;
    }

    /*page top*/

    .contain-page {
        display: block;
        width: 100%;
        background: #B51B1B;
        height: 40px;
    }

    .contain-page > div {
        display: flex;
        max-width: 1200px;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
    }

    .page-nav-top {
        width: 100%;
    }
    .page-nav-top div {
        padding: 0;
    }
    .page-nav-top a, .page-nav-top p { 
       margin: 0!important;
       text-align: left;
       white-space: nowrap;
       padding-left: 30px;
       font-size: 15px;
       color: #fff;
       display: flex;
       align-items: center;
   }   

    .page-nav-top h4{
        font-size: 12px;
        font-weight: 300!important;
    } 
    .page-nav-top > div > div{
        display: flex;
        height: 39px;
        width: auto;
        padding: 0 2rem;
        align-items: center;
    }
    .page-nav-top > div {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }

    .page-nav-top .ion-social-whatsapp-outline {
        display: flex;
        width: 30px;
        height: 30px;
        background: #75B73B;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        text-shadow: 2px 2px 3px #52891D;
    }


    .flags-contain {
        min-width: 240px;
        display: flex;
        align-items: center;
    }

    .flags-contain > div {
        width: 100px;
        height: 39px;
        align-items: center;
        justify-content: center;
        display: flex;
        background: #7F0707;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        padding-right: 10px;
        position: relative;
    }
    .flags-contain > div:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 19.5px 10px 19.5px 0;
        border-color: #0000 #b51b1b #0000 #0000;
        position: absolute;
        right: 0;
    }
    .flags-contain > p, .flags-contain a {
        margin: 0;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

    /*form header*/

    .form-nav > form {
        display: flex;
        background: #fff;
        width: 376px;
        height: 35px;
        overflow: hidden;
        border-radius: 40px;
        padding: 0 25px;
        border: 1px solid #553A2F;
        margin: 0 0 0 auto;
    }

    .boton, .input {
        border: none;
        box-shadow: none;
        background: transparent;
        height: 100%;
        border-radius: 0;
        font-size: 15px;
        padding: 0 15px;
    }

    .boton {
        padding: 0;
        font-size: 21px;
        line-height: 0;
        color: #fff;
        text-shadow: 0 2px 4px #00000080;
    }

}

@media(min-width: 1200px){

    .content-destacados::-webkit-scrollbar-track {
        background: #F4F4F4;
        border-radius: 30px;
    }
    .content-destacados::-webkit-scrollbar-thumb {
        background: #C8C8C8;
        border-radius: 4px;
    }

}

@media(min-width: 1500px){
    .banner-detalles > h2 {
        margin-left: 0rem;
    }
}

@media(min-width: 2000px){

    .content-productos {
        max-width: 1850px;
        margin: auto;
    }

    .content-destacados {
        max-width: 1800px;
        margin: auto;
    }

}




