
@charset "utf-8";

:root {
   --claro: #2E2F32;
   --oscuro: #101111;
   --amarillo: #CAA175;
   --gris: #D8D8D8;
   --txt: #1D1D1D;
   --degrade: linear-gradient(90deg, #2E2F32, #101111);
}

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

h1{color:#2E2F32;}
h2{color:#2E2F32;}
h3{color:#101111;}
h4{color:#1D1D1D;}
h5{color:#1D1D1D;}
h6{color:#101111;}
/* 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: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; 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: #2E2F32; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #2E2F32; 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: #2E2F32; 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: #2E2F32; 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: #2E2F32!important;
}
.btn-default {
    color: #fff;
    background-color: #2E2F32!important;
    border-color: #2E2F32!important;
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: #101111a6!important;
    transition: all .3s ease;
    color: #fff;
}

#dashboardPG .dashboard-item .dashboard-item-container a:hover {
    background: linear-gradient(90deg, #fff, #2e2f3238 );
}

/* 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:focus, a:hover{
	text-decoration: none;
    color: var(--amarillo);
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
/*------------*/
.site-content{
    padding-top: 60px;
}
section.home-section{
    padding-top: 49px;
}
.site-content, .my-container{
	max-width: 1200px;
	margin: 0 auto;
}
/*------------*/

#content-main {
    background: linear-gradient(90deg, #101111, #2E2F32 50%, #101111);
}
.home-section {
    background-image: url(page.svg);
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    background-size: 100%;
    background-position: center;
}
.site-content{
    background-color: #fff;
}

/* HEADER */
header.home {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: var(--degrade);
    transition: all .4s ease;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 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: #fff;
    font-size: 25px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: var(--degrade);
    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-menu .mm-listview a:not(.mm-btn_next){
    color: #fff!important;
}

ul#menu-main > li.lastMenuPlus > a {
    display: block;
    width: 96px;
    font-size: 13px;
    text-indent: -4px;
    height: 36px;
    line-height: 15px;
    border: 1.25px solid #fff;
    border-radius: 15px;
    margin: 10px 20px 0;
}


.bg-icon {
	background: #fff;
	border-radius: 100%;
	height: 27px;
	width: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	color: #000;
	border: 1px solid #000;
}

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

/*dots slider*/

.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: #fff;
    text-indent: -9999px;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: var(--amarillo);
}


#redes_laterales{
    display:none;
}

/*Searcher*/

.searcher {
    position: fixed;
    width: 100%;
    background: #000000ad;
    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%;
    background: var(--oscuro);
    border-radius: 5px 5px 0px 0px;
    padding: 7px 0.5em;
    max-width: 400px;
}
.search-content form {
    display: flex;
    border-bottom:1px 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: 27px;
}
.search-content-active {
    transform: translateY(0%);
}
.search-content-active .search-content form  {
    opacity: 1;
}
.close-searcher {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0 14px;
    font-size: 30px;
    color: #fff;
}

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

.footer{
    background: #101111;
}
.poner, .footer-bottom{
    padding: 1em;
}
.footer-portal{
    display: inline-block;
    width: 100%;
}
.footer {
    background-image: url(footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-top{
    background: #2a2a2ab8;
}
.footer-bottom{
    background: #101111
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

.menu-1 > ul > li > a{
    font-size: 12px; 
    color:#fff; 
    font-weight: 300
}
h3.footer-tittle {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.page-footer > div > div > p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.menu-1 > ul > li{
    text-align: center;
    padding-bottom: 7px;
}

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

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

.social-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.social-bar > div > a {
    height: 35px;
    width: 35px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
}

/*titulos*/

h2.content-box-title, h2.mod-box-title {
    font-size: calc(1em + 2vw);
    width: fit-content;
    margin: 1em auto 1rem;
    padding: 1rem;
    max-width: 600px;
    position: relative;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
h2.content-box-title:after, h2.mod-box-title:after {
    content: "";
    display: block;
    height: 0;
    margin-top: 10px;
    border-style: solid;
    border-width: 2px 268px 2px 0;
    border-color: transparent #caa175 transparent transparent;
}



/*SECTION BANNER*/

.content-banner{
    position: relative;
}

.banner-container {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 1rem 55px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
}

.banner-detalles {
    width: 100%;
    max-width: 500px;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-detalles > h2 {
    margin: 0;
    font-size: calc(1em + 2vw);
    color: var(--txt);
    text-shadow: 1px 1px 1px #fff;
    text-align: center;
    width: 100%;
}



/*SECTION PRODUCTOS */


.producto {
    display: block;
    width: 100%;
    max-width: 389px;
    margin: auto;
}

.producto > img {
    display: block;
    width: 100%;
    max-width: 389px;
    height: 94vw;
    max-height: 389px;
    object-fit: cover;
    object-position: center;
    border: 2px solid #f8f6f740;
}

.det-pro {
    display: block;
    padding: 10px 1rem;
    background: var(--degrade);
    width: 80%;
    margin: 22px auto;
    max-width: 319px;
    height: 78px;
    overflow: hidden;
    box-shadow: 
    -8px -10px 35px #ffffff17, 
    10px 10px 30px #0000004d, 
    inset 1px 1px 0 #ffffff1f;
    border-radius: 3px;
}

.det-pro > h2 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.det-pro > span {
    display: block;
    width: 160px;
    height: 1px;
    background: #fff;
    margin: 10px auto;
}

.btn-pro {
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}   

.btn-todos {
    display: flex;
    width: 194px;
    height: 51px;
    align-items: center;
    justify-content: center;
    border: 3px solid #CAA175;
    box-shadow: 0 2px 4px #00000045;
    font-size: 25px;
    letter-spacing: -0.11px;
    font-style: italic;
    color: #fff;
    margin: 2rem auto;
}



/*SECTION ITEMS*/


.item {
    display: flex;
    width: 100%;
    max-width: 375px;
    max-height: 374px;
    height: 93vw;
    background-size: cover!important;
    background-position: center!important;
    margin: auto;
}

.datos-item {
    background: #ffffffbd;
    width: 175px;
    border-radius: 3px;
    margin: 15px;
    height: 57px;
    padding: 7px 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.datos-item > h2, .datos-item > h3 {
    margin: 0;
    font-size: 16px;
    color: #002A4B;
    font-weight: 600;
}
.datos-item > h3{font-weight: 300}



/*SECTION REDES*/

.instagram {
    padding: 2rem 0 0;
}

.sede {
    display: block;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 1px 8px #00000030;
    max-width: 300px;
    margin: auto;
}

.sede > div{
    padding: 24px;
}

.sedeimg {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 243px;
    object-fit: cover;
}

.sede h2 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    padding-bottom: 8px;
}

.sede p{
    font-size: 18px;
    color: #002A4B
}



/*EFECTOS*/

.btn-compra:hover,
.btn-compra:focus {
    filter: brightness(0.8);
    transform: scale(1.05);
}

.img-pro, .btn-pro{transition: all .3s ease}
.producto:hover .img-pro{
    border-color: var(--amarillo)!important;
}
.producto:hover .btn-pro {
    color: var(--amarillo);
}

.item:hover {
    transform: scale(1.07);
}

.menu-1 > ul > li > a:hover, .page-footer > div > div > p:hover {
    text-decoration: underline;
    cursor: pointer;
}

.social-bar > div > a:hover{
    background: var(--amarillo);
}

/* Media Queries */
@media (min-width: 500px) {
	.facebook {
        max-width: 347px;
        margin: auto;
    }
}

@media (min-width: 768px){
	h2.content-box-title, h2.mod-box-title {
        font-size: 35px;
    }
    .titu{font-size: 30px!important;}
    .instagram{
        padding: 0;
    }
    .banner-detalles > h2{
        text-align: left;
    }
}

@media (min-width: 992px){

    .header-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 10px 1rem;
        max-width: 1200px;
        margin: auto;
    }

	.primero, .ultimo {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 260px;
    }

    .menu-1 > ul > li, 
    .page-footer > div > div > p,
    h3.footer-tittle{
        text-align: left;
    }
    
    .quiar{
        padding: 0!important;
    }

    .sec {
        padding-top: 4rem;
    }

    h2.content-box-title, h2.mod-box-title{
        margin: 1em auto 3rem;
    }


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

    .nav-brand {
        max-width: 375px;
        width: 100%;
    }
    .header-content{
        padding: 0px 1rem;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .navbar-header{
        display: block;
    }

    .nav-mobile {
        display: none;
    }
    .content-info-header {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1200px;
        height: 58px;
        border-top: 1px solid #979797;
    }
    .ct-header {
        max-width: 1200px;
        margin: auto;
    }
    
    header.home{
        position: relative;
    }
    section.home-section {
        padding-top: 0;
    }

    .menu-padding {padding-top:64px!important;}
    .menu-margin {margin-top:64px!important;}
    .sticky {
       position: fixed;
       top: 0;
       background: var(--degrade);
    }
    .content-info-header.sticky::before {
        content: "";
        display: block;
        height: 58px;
        background: var(--degrade);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid #979797;
    }

    .iconos {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 150px;
    }

    #popover {
        background: none!important;
        border: none!important;
        padding: 0!important;
    }

    .popover-content {
        color: #393838;
        font-size: 11px;
        line-height: 12px;
        text-align: center;
        max-width: 109px;
    }

    ul#menu-main > li.lastMenuPlus > a {
        text-indent: 1px;
        line-height: 22px;
        margin: auto 20px auto 10px;
    }

    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    nav.main-nav > ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    nav.main-nav ul li a {
       display: block;
       font-size: 13px;
       padding: 5px;
       font-weight: 500;
       color: #fff;
       min-width: 70px;
       margin: 0 5px;
       text-align: center;
       white-space: nowrap;
       transition: all .3s ease;
    }

    #menu-main > li > a:hover,
    #menu-main > li > a:focus{
        color: var(--amarillo);
        border-color: var(--amarillo)!important;
    }

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

    ul.submenu a:hover {
        color: var(--amarillo)!important;
        background: var(--claro);
    }

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

    .redes-sec {
        padding-bottom: 3rem;
    }

    #redes_laterales{
        display: block;
        position: fixed;
        right: 0px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.7);
        top: 40%;
        border-radius: 10px 0 0 10px;
    }
    #redes_laterales a{
        display: flex;
        position: relative;
        text-decoration: none;
        transition: all .3s ease;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
    }
    #redes_laterales a > i{
        color: #ffffff;
        font-size: 1.5em;
    }
    #redes_laterales a > span{
        position: absolute;
        top: 0px;
        width: 170px;
        height: 40px;
        color: #ffffff;
        left: 80px;
        transition: all 0.5s;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
        display: flex;
        align-items: center;
        padding: 0 1em;
        border-radius: 20px 0 0 20px;
    }

    #redes_laterales a:hover .span{
        left: -130px;
    }
}

@media(min-width: 1200px){
    .primero, .ultimo{
        min-height: 230px;
    }

    .redes-sec {
        padding-bottom: 9rem;
    }
    .content-productos,
    .content-items {
        max-width: 1200px;
        margin: auto;
    }
    .instagram {
        padding-right: 1rem;
        padding-top: 1rem;
    }
    .facebook {
        padding-top: 1rem;
    }

    .slider-home  .slick-arrow {
        font-size: 47px;
        width: 50px;
        height: 50px;
    }

    .site-content{
       background-color: #fff;
       margin-bottom: 3rem;
       border-radius: 11px;
    }

}








