@charset "utf-8";
/* CSS Custom Link Sistemas Web colores: E8688D rosa */


/* loader */
.circle {
    border-right: 4px solid #E2A327;
}
.circle:before {
    border-left: 3px solid #E2A327;
}
.circle:after {
    border-left: 3px solid #E2A327;
	border-right: 2px solid #E2A327;
}

/* logo menu */
.site-logo {
    max-width: inherit;
}


/* menu header logo cambio color */
#logo-color {
	display: none; /* none */
}
#logo-blanco {
	display: inline; /* inline */
}


/* menu */
nav.main-menu ul li.current-list-item > a {
    color: #E2A327;
}
nav.main-menu li:hover > a {
    color: #E2A327;
}
ul.sub-menu li:hover a {
    color: #E2A327 !important;
}
.top-header-area .header-icons a:hover {
    color: #E2A327;
}
.hero-text p.subtitle {
    color: #E2A327;
	text-shadow: 2px 2px 2px #000000;
}
div.owl-controls, .owl-controls div {
    color: #E2A327;
}
.mean-bar a.meanmenu-reveal {
    background-color: #E2A327;
}

/* slider */
.single-homepage-slider:after {
    opacity: 0.3;
}

/* para usar boton en varios lados */
button.boxed-btn {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    background-color: #E2A327;
    color: #ffffff;
	border-radius: 50px;
    padding: 10px 20px;
	border: none;
	margin-bottom: 15px;
    opacity: 1;
}
button.boxed-btn:hover {
    background-color: #051922;
    color: #E2A327;
}

/* contador carrito */
.contador-carrito {
    position: absolute;
	top: 5px;
	right: 50px;
    /* top: -10px;
	right: -15px; */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E2A327;
    color: #ffffff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
	.contador-carrito {
		/* top: 38px;
		right: auto;
		left: 32px; */
        top: -10px;
		
		left: 10px;
	}
}
@media (max-width: 992px) { 
    .contador-carrito {
		/* top: 38px;
		right: auto;
		left: 32px; */
        top: -10px;
		
		left: 10px;
	}
 }


/* buscar */
.search-bar-tablecell input {
    border-bottom: 1px solid #E2A327;
}
.search-bar-tablecell button[type=submit] {
    background-color: #E2A327;
}

/* botones */
a.boxed-btn {
    background-color: #E2A327;
}
a.boxed-btn:hover {
    color: #E2A327;
}
input[type="submit"]:hover {
    color: #E2A327;
}

/* links */
a {
    color: #E2A327;
}
a:hover {
    color: #E2A327;
}


/* ---- PAGINA PRINCIPAL --- */

/* diferenciadores */
.list-box .list-icon i {
    color: #E2A327;
    border: 2px #E2A327 dotted;
}
.list-box .list-icon img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	max-width: 76px;
	border-radius: 50%;
	margin: 0 15px 0 0;
	border: 2px #E2A327 dotted;
	padding: 4px;
}


/* productos */
.orange-text {
    color: #E2A327;
}
.section-title h3:after {
    background-color: #E2A327;
}
a.cart-btn {
	background-color: #E2A327;
}
a.cart-btn:hover {
    color: #E2A327;
}
/* carrusel productos */
.product-section .section-title {
    margin-bottom: 60px;
}
.productos-slider .owl-prev {
    position: absolute;
    left: -30px;
    margin-top: -30px;
}
.productos-slider .owl-next {
    position: absolute;
    right: -30px;
    margin-top: -30px;
}
.promo-text {
    position: absolute;
    top: 20px;
    color: #fff;
    line-height: 1;
    background-color: #E2A327;
}
.promo-text.promo {
    left: 36px;
    padding: 10px 15px;
	border-radius: 5px;
}
.promo-text.wa {
    right: 44px;
	width: 34px;
    padding: 10px;
	background-color: #25d366;
	border-radius: 50%;
}
.promo-text.wa a {
	color: #ffffff;
}
p.product-price {
    font-size: 16px;
}
p.product-price span {
    display: inline;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 700;
    margin-left: 20px;
    text-decoration: line-through;
}
/* modal productos */
.modal-content {
    -webkit-box-shadow: 0 0 20px #1a1a1a;
    box-shadow: 0 0 20px #1a1a1a;
}


/* promociones normales y relámpago */
.cart-banner .image-column .price-box .inner-price {
    background-color: #E2A327;
}
.cart-banner .image-column .price-box {
    background-color: #E2A327BF;
}
.time-countdown .counter-column .count {
    color: #E2A327;
}
.time-countdown .counter-column {
    padding: 6px 16px 10px;
    border: 2px solid #E2A327;
}


/* testimonios */
.client-avater img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}


/* videos */
a.video-play-btn {
    background-color: #E2A327;
}
a.video-play-btn:hover {
    color: #E2A327;
}


/* banner acerca */
.shop-banner h3 {
    /*text-shadow: 2px 2px 8px #000000;*/
    color: #ffffff;
}
.shop-banner h6 {
    text-shadow: 2px 2px 2px #000000;
    color: #ffffff;
	font-weight: 100;
}
.shop-banner a {
    color: #ffffff;
}
.shop-banner a:hover {
    color: #E2A327;
}
.shop-banner {
	z-index: 1;
}
.shop-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    z-index: -1;
    opacity: 0.3;
}


/* noticias */
a.read-more-btn:hover {
    color: #E2A327;
}
.single-latest-news h3 {
    min-height: 50px;
}


/* footer */
h2.widget-title:after {
    background-color: #E2A327;
}
.footer-box.pages ul li:before {
    color: #E2A327;
}
.footer-box.pages ul li:hover a {
    color: #E2A327;
}
.copyright a {
    color: #E2A327;
}
.copyright a:hover {
    color: #E2A327;
}
.social-icons ul li a {
    color: #E2A327;
}
.social-icons ul li:hover a {
    color: #E2A327;
}



/* ----- LISTAS DE CONTENIDOS ----- */
/* subtitulo */
.breadcrumb-text p {
    color: #E2A327;
}
/* fix borde contenedor */
.single-latest-news {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
/* fix producto y contenidos (solo aplica si es producto) */
.bg-producto {
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
}
/* paginación */
#SoloMovil {
    display: none;
}
@media (max-width: 768px) {
	.pagination-wrap ul li.ocultar {
		display: none;
	}	
	#SoloMovil {
	display: inline;
	}
}

/* colores paginación */
.pagination-wrap ul li a.active {
    background-color: #E2A327;
}
.pagination-wrap ul li:hover a {
    background-color: #E2A327;
}



/* ------ CONTENIDO DETALLE ------ */
.amazingslider-img-1 {
	border-radius: 5px;
}
.amazingslider-text-bg-1 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.anexos  {
    background-color: #FBFBFB;
    padding: 30px;
    border-radius: 5px;
}
/* mapa responsivo (contenido y contacto) */
.mapa-responsive{
    overflow: hidden;
    position: relative;
    height: 0;
}
.mapa-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* ratios para mapa */
.mapa-ratio-16-9 {
    padding-bottom: 56.25%;
}
.mapa-ratio-21-9 {
    padding-bottom: 42.85%;
}

/* formularios */
input[type="submit"] {
    background-color: #E2A327;
}
/* trampa para formularios */
.require {
	display: none;
}

/* sidebar */
.nota-sidebar {
	display: flex;
	margin-bottom: 20px;
}
.img-sidebar {
    width: 85px;
}
.miniatura-sidebar {
    object-fit: cover;
    width: 85px;
    height: 85px;
    border-radius: 5px;
}
.info-sidebar {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: 2px;
}
.texto-sidebar {
	display: block;
}


/* CONTACTO */
.contact-form-box h4 i {
    color: #E2A327;
}
.find-location p i {
    color: #E2A327;
}



/* UNETE */
.video-unete {
	background-size: contain;
}
a.video-play-unete {
    position: absolute;
    background-color: #E2A327;
    color: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 5px;
    bottom: 10%;
    right: 10%;
}



/* LISTAS PRODUCTOS */
.product-filters ul li.active {
    border: 2px solid #E2A327;
    background-color: #E2A327;
}

.product-filters a {
	color: #323232;
}
.product-filters li.active a {
	color: #ffffff;
}




/* PRODUCTO DETALLE */
.single-product .amazingslider-img-1 {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
}
.single-product-content p.single-product-pricing {
    line-height: 26px;
}
p.single-product-pricing span {
    display: inline;
    opacity: 0.8;
}
.single-product-form .form-control {
	width: 100px;
	margin-bottom: 15px;
}


.product-share li strong {
	color: #555555;
	font-size: 15px;
}
ul.product-share li:hover a {
    color: #E2A327;
}
.single-product-content a:hover {
	color: #051922;
}



/* MI CUENTA */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #E2A327;
}	




.toast2 {
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 1000;
  }
  
  .toast2.active {
    transform: translateX(0%);
  }
  
  .toast2 .toast2-content {
    display: flex;
    align-items: center;
  }
  
  .toast2-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #47cf73;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
  }
  
  .toast2-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
  }
  
  .message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }
  
  .message .text.text-1 {
    font-weight: 600;
    color: #333;
  }
  
  .toast2 .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
  }
  
  .toast2 .close:hover {
    opacity: 1;
  }
  
  .toast2 .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
  
  }
  
  .toast2 .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #47cf73;
  }
  
  .progress.active:before {
    animation: progress 5s linear forwards;
  }
  
  @keyframes progress {
    100% {
      right: 100%;
    }
  }
  

.breadcrumb-section {
    padding: 80px 0;
    padding-top: 120px;
}






























