html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background: #fff;
    color: #575757;
    font-family: "Roboto", sans-serif;
    line-height: 1;
}

a{
    text-decoration: none!important;
}

input{
}

.socialIcons a {
    margin: 4px;
}

.socialIcons a i {
    display: block;
    color: #fff;
    width: auto;
    float: inherit;
    height: 40px;
    border-radius: 20px;
    font-size: 30px;
}

.socialIcons a i:hover{
    color: #f2d894;
}

.code.prod {
    margin: 10px 0 0;
    font-weight: bold;
}

a{
    text-decoration: none;
   	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s; /* Firefox 4 */
	-webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
	-o-transition: all 0.5s ease 0s; /* Opera */
	color: #3e3e3e;
}

a.logoImgBrand {
    display: flow-root;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6, h7{
	font-weight: regular;
}

ol, ul {
	list-style: none;
}

ul li, ol li, p {
    line-height: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--estilos generales--*/
.wrapper {
    background: none repeat scroll 0 0 #fff;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.menu-content,
header.genrl {
    background: #0B1221;
    background: linear-gradient(90deg, rgba(11, 18, 33, 1) 0%, rgba(18, 54, 76, 1) 100%);
    display: block;
    overflow: visible;
    padding: 0;
    margin: 0;
}

.aboutUsHome{
    background: #0B1221;
    background: linear-gradient(90deg, rgba(11, 18, 33, 1) 0%, rgba(18, 54, 76, 1) 100%);
    color: #fff;
}

section.estilosHome {
    background: #0B1221;
    background: linear-gradient(90deg, rgba(11, 18, 33, 1) 0%, rgba(18, 54, 76, 1) 100%);
}

section.navGen.menuNormal {
    margin: 0;
    display: block;
}

p.searchtag {
    font-size: 1.5em;
    font-style: italic;
    color: #fff;
}

a.linkPrint {
    background: #006f71;
    color: #fff;
    padding: 10px 13px;
    border-radius: 12px;
    margin: 2px 0 0px 11px;
    float: left;
    font-style: italic;
    font-weight: bold;
}

a.linkPrint:hover{
	background: #499249;
	color: #fff;
}


section.one {
    display: block;
}

section.itemsFoot {
    display: block;
    margin-bottom: 10px;
}

section.itemsFoot .mencions li{
	clear: both;
}

h2.footTitle {
    margin-bottom: 1.2em;
    text-align: left;
    text-transform: uppercase;
}

section.itemsFoot.two {
	text-align: left;
}

section.one img {
    display: block;
    float: left;
    height: auto;
}

section.navigation {
    clear: both;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    display: inline-block;
}

.iconsUser a{
    position: relative;
    color: #fff;
}

ul.genNav.nav.navbar-nav li a.open{
	background: #006f71;
}

ul.genNav.nav.navbar-nav li a {
    color: #fff;
    font-weight: 600;
    font-size: .9em;
}

ul.genNav.nav.navbar-nav li a:hover {
    color: #f2d894;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}




footer ul li a:hover {
    text-decoration: underline;
    color: #f2d894 !important;
}


footer.general ul li {
    list-style: inside;
}

nav.menuHead.navbar.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

ul.dropdown-menu {
    box-shadow: none;
    border: none;
}

.headOne.headBrandMobile,
.headOne.headBrandMobile a{
    color: #fff;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #fff!important;
    text-decoration: none;
    outline: 0;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus{
    color: #fff!important;
    text-decoration: none;
    background-color: #006f71!important;
    outline: 0;
}

.sectionOne {
	display:block;
    height: auto;
    width: 100%;
}


a.logo {
    display: block;
    float: left;
    height: auto;
    width: auto;
}

.logo.chano {
    width: 99%;
    margin: 0 auto;
}


section.sectionOThers {
    clear: both;
    margin: 0;
    padding: 0;
}

section.sectionOThers figure img{
	width: 100%;
}

section.sectionOThers ul li{
	margin: 0;
	padding: 0;
}


.eyeSlider.Home.flexslider {
    position: relative;
    padding: 5px;
    margin: 6px;
}

.flex-direction-nav {
    position: absolute;
    top: 39%;
    z-index: 2;
    width: 100%;
}

.flex-prev {
    position: absolute;
    left: 10px;
    background: url(images/prevSlide.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-indent: -900px;
    height: 30px;
    width: 30px;
    margin: 1em:
}

.flex-next{
	position: absolute;
	right: 10px; 
    background: url(images/nextSlide.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-indent: -900px;
    height: 30px;
    width: 30px;
    margin: 1em:
}

section.logoIndexBrandOne img {
    width: 50%;
    height: auto;
    display: block;
    float: inherit;
    margin: 0 auto;
}

div.buscador {
    margin-top: 0px;
}

.socialIcons {
    margin-top: 0px;
}

.logohead.inter, .navHead.inter{
    padding: 0;
    margin: 0;
}

.logohead.inter .logo.chano {
    height: 80px;
}

.sectionTwo {
    float: right;
    height: 25px;
    margin-top: 8px;
    width: auto;
}

ul.socialMedia {
    float: right;
    position: relative;
    top: 0;
    width: 356px;
}

form.registro {
    float: right;
    margin: 31px 10px 0 0;
    padding: 0;
    width: auto;
}

form.registro input[type="text"] {
    background: none repeat scroll 0 0 #C5C5C5;
    border: 1px solid #CECECE;
    box-shadow: 0 0 2px #262626;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 7px;
    padding: 5px;
    text-align: center;
    width: 105px;
}

.icons.share a i {
    font-size: 20px;
    padding: 10px 0 0px 12px;
    background: #4f8bc9;
    color: #fff;
    border-radius: 14px;
    width: 40px;
    height: 40px;
}

footer {
    display: block;
    overflow: hidden;
}

footer.general{
    background: linear-gradient(90deg, rgba(11, 18, 33, 1) 0%, rgba(18, 54, 76, 1) 100%);
    overflow: visible;
    padding: 1em 0 0;
    padding: 3em 0;
    position: relative;
    color: #786666;
    clear: both;
    color: #fff;
}

.brand.foot{
	max-width: 300px;
	float: left;
	margin: 0 1em 1em;
}

.logoFooter {
    clear: both;
    display: block;
    margin-bottom: 0.5em;
    overflow: hidden;
}

.brand.foot p {
    color: #fff;
    font-size: 9px;
    margin: 5px 6px 0 0;
    text-align: left;
}

.logo.footer {
    float: left;
    width: 100%;
    margin-top: 1em;
}

/* MENÚ LATERAL */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1050;
  display: none;
  justify-content: flex-start;
  align-items: stretch;
  cursor: pointer;
}
.mobile-menu-overlay.active {
  display: flex;
}
.menu-content {
  width: 270px;
  max-width: 90%;
  background-color: #111;
  height: 100%;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  cursor: default;
}
.mobile-menu-overlay.active .menu-content {
  transform: translateX(0);
}

/* BUSCADOR */
.search-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(18, 32, 56, 0.9);
  z-index: 1060;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.search-overlay.active {
  display: flex;
}
.search-box {
  width: 100%;
  max-width: 600px;
  background: white;
  padding: 0.5rem;
  border-radius: 10px;
  position: relative;
}
.close-search {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
}
.search-box input[type="search"] {
  width: 100%;
  padding: 1rem;
  font-size: 1.25rem;
  border-radius: 8px 0 0 8px;
  border: 1px solid #ccc;
  outline: none;
}
.search-box input[type="submit"] {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

ul.videosLis li figure img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
section.blockcont figure img {
    width: 100%;
    height: auto;
    display: block
}
width: 34px

footer section.brand.foot {
    display: block;
    float: left;
    overflow: hidden;
}

footer section{
	margin: 0 auto;
}

footer section ul {
    display: block;
    overflow: hidden;
    padding: 0 0 0 11px;
}

section.itemsFoot ul li.menu-item{
}

footer section ul.sub-menu{
	margin-left: 10px;
}

footer section ul .socialIcons.foot {
    margin-left: 0;
    margin-top: 10px;
}

footer section ul.dateScha{
	margin-right: 0;
}

footer section ul li {
    color: #786666;
    clear: both;
    list-style: inside none none;
    text-align: left;
}

footer.general, 
footer section ul li, 
footer section ul li a {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
}

footer ul li a:hover {
    text-decoration: underline;
    color: #f2d894 !important;
}

footer.general h2 {
    margin-bottom: 5px;
    text-align: left;
}

footer ul li a{
    color: #fff;
}

a.btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-align: center;
}

.btn-whatsapp:hover {
    background-color: #1ebe5b;
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

.queBuscando {
    display: block;
    float: none;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    width: 1024px;
}

p.search {
    color: #B5F255;
    float: none;
    font-size: 22px;
    margin: 0 0 5px 12px;
    width: auto;
}

.queBuscando form {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 5px 0;
    width: auto;
}

.queBuscando form input[type="text"] {
    border: 2px solid #DDDADA;
    border-radius: 11px;
    color: #DDDADA;
    font-size: 24px;
    height: 29px;
    margin: 5px 0 0 10px;
    padding: 0 4px;
    width: 311px;
}

.queBuscando form input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/search.png");
    background-size: 38px auto;
    border: medium none;
    cursor: pointer;
    height: 38px;
    position: relative;
    right: 22px;
    text-indent: -9000000px;
    top: -5px;
    width: 38px;
}

.input-text.qty.text {
    padding: 7px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

ul.socialMedia li a {
    box-shadow: 0 0 2px #484848;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 40px;
    margin: 0 4px;
    overflow: hidden;
    padding: 0 0 0 9px;
    text-align: left;
    text-shadow: 1px 1px 1px #000000;
    width: auto;
    font-size: 15px;
}

ul.socialMedia li a img {
    float: right;
    margin: 5px 7px 0 6px;
}

section.bgFooter {
    display: block;
    height: 144px;
    position: relative;
    top: -12px;
}

.social1, .social2 {
    background: none repeat scroll 0 0 #fff;
    display: block;
    margin: 0.5em 0;
}

.social1 iframe, .social2 iframe{
	margin: 0 auto;
	display: block;
}

aside.moreVideos{
	background: #bbbdbf;
}

aside.moreVideos h2{
	font-weight: bold;
}

aside.moreVideos section{
	margin: .5em 0;
}

section.facebook.blocktwo{
}

section.twitter.blocktwo{
}

section.listThumanils{
	display: block;
	margin-top: 0.5em;
}

article.allPost{
	display: block;
	margin-bottom: 1em;
	overflow: hidden;
}

.allpost h2, h2.title {
    color: #12364c;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: 14px;
    padding-bottom: 11px;
    padding-left: 8px;
    letter-spacing: .5em;
    text-transform: uppercase;
}

h1.product-title {
    font-size: 2em;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

div.breadCrumbs, 
div.breadCrumbs a {
    color: #4f8bc9;
}

article.allPost p.tags a, 
article.allPost p.tags {
    color: #f2d894;
    font-size: 11px;
    margin-left: 3px;
    font-weight: bold;
}

a.btnContacto {
    background: #f2d894;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    float: initial;
    clear: both;
    width: 50%;
    text-align: center;
    display: block;
    margin: 1em;
    margin-left: 0;
}

article.allPost,
.allpost p, 
.allpost div{
	font: inherit;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: inherit;
	color: #3e3e3e;
	line-height: 27px;
	overflow: hidden;
}

.allpost p iframe, .allpost iframe {
    display: block;
    height: 70%;
    margin: 0 auto .5em;
    max-width: 100%;
    width: 100%;
}

.allpost p a{
	color: #0F75BC;
}

.allpost p img, .allpost img {
	vertical-align: inherit;
	max-width: 100%;
	display: block;
	width: inherit;
	height: inherit;
	margin-bottom: .5em;
}

.allpost .addthis_native_toolbox{
	margin-top: 1em;
}

.allpost ul li a, 
.allpost ul li,
.allpost ul{
	list-style: inherit;
	color: #3e3e3e;
}

.addthis-animated a{
	margin: 0 0 1em 0;
	display: block;
}

.content {
	display: block;
}

section.spanGreen {
    background: none repeat scroll 0 0 #9ecc3c;
    display: block;
    height: 6px;
    max-width: 1024px;
}

span.blue{
	background: #125B79;
	height: 6px;
	width: 30%;
	display: block; 
}

span.green {
    background: none repeat scroll 0 0 #9ecc3c;
    display: block;
    float: right;
    height: 6px;
    width: 30%;
}

section.spanGreen.Foot {
    background: none repeat scroll 0 0 #fff;
    display: block;
    height: 6px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: -6px;
    min-width: 1024px;
}

section.spcap {
    background: rgba(255,255,255, 0.8);
    bottom: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}

section.spcap h2 {
    font-size: 2em;
    color: #4f8bc9;
    text-align: center;
    padding-bottom: 6px;
    font-weight: lighter;
}

section.spcap p{
	font-size: 1em;
	font-weight: lighter;
	color: #3e3e3e;
	text-align: center;
}

section.sliderHome {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
}

section.articleWrapp {
    margin: 0;
    padding: 5em 0;
}

section.articleWrapp.newsBlock{
    padding: 0;
    margin: 0;
}

.cont.Cat{
	padding: 0;
	margin: 0;
}

.eyeHome.int {
    margin: 0 0 1em;
    padding: 0;
}

div.card img,
.eyeSlider img,
.eyeHome.int img{
	width: 100%;
	height: auto;
    display: block;
}

.eyeSlider ul.slides {
    clear: both;
    display: block;
    overflow: hidden;
    width: inherit;
    margin: 0;
}

.eyeSlider ul.slides li div.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    padding: 9px;
    width: 100%;
    text-align: center;
}

.eyeSlider ul.slides li div.caption a h2, 
.eyeSlider ul.slides li div.caption h2 {
    color: #000;
    font-size: inherit;
    font-weight: lighter;
}

.flex-control-nav.flex-control-paging{
	text-align: center;
}

.flex-control-nav.flex-control-paging li{
    display: inline-block;
    margin: 0 0.3em;
    text-align: center;
}

.eyeSlider .flex-control-nav.flex-control-paging li a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #0f75bc;
    border-radius: 31px;
    display: inline-block;
    text-align: center;
    height: 20px;
    text-indent: -1000px;
    width: 20px;
    cursor: pointer;
}

.eyeSlider .flex-control-nav.flex-control-paging li a:hover,
.eyeSlider .flex-control-nav.flex-control-paging li a.flex-active{
	background: #0f75bc;
	border: 1px solid #fff;
}

.eyeSlider ul li a{
	overflow: hidden;
	display: block;
}

ul.socialIcons {
    display: block;
    text-align: center;
    margin-top: 11px;
}

ul.socialIcons li{
	margin: 0 3px;
	display: inline-block;
}

ul.socialIcons li a{
	display: inline-block;
	text-align: center;
}

ul.socialIcons li a img {
    width: 34px;
    height: auto;
    display: block;
}

.headElements {
    display: block;
    float: right;
    margin-bottom: 1em;
    margin-right: 20px;
    margin-top: 5em;
    max-width: 288px;
    min-width: 288px;
    overflow: hidden;
    width: 288px;
}

section.genBlock {
	background: #F4F4F4;
	display: block;
}

section.lastVideos h2 {
    font-size: 22px;
    font-weight: bold;
}

ul.listThumnHome li {
    display: block;
    margin-bottom: 0.5em;
    padding: 10px;
}

ul.listThumnHome li a {
    display: block;
    height: auto;
}

ul.listThumnHome li:hover{
	box-shadow: 0 0 3px gray;
}

section.capBloList{
	display: block;
	padding: .5em;
	background: #e6e7e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTZlN2U4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjZTZlN2U4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg,  #e6e7e8 0%, #e6e7e8 67%, #ffffff 67%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e6e7e8), color-stop(67%,#e6e7e8), color-stop(67%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #e6e7e8 0%,#e6e7e8 67%,#ffffff 67%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #e6e7e8 0%,#e6e7e8 67%,#ffffff 67%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #e6e7e8 0%,#e6e7e8 67%,#ffffff 67%); /* IE10+ */
	background: linear-gradient(135deg,  #e6e7e8 0%,#e6e7e8 67%,#ffffff 67%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

ul.listThumnHome li h2 {
    font-weight: bold;
    margin: 0 auto;
}

ul.listThumnHome li figure {
    display: block;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

ul.listThumnHome li figure img {
    height: auto;
    width: 100%;
}

ul.listThumnHome li p {
}

p.tagline {
    color: #fff;
    float: left;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

div.others {
    display: block;
    height: auto;
    margin-top: 1em;
    padding: 0;
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
	height: auto;
}

div.prod.caption, 
section.blocksNews ul li .caption {
    background: #fff;
    background-size: 2px auto;
    display: flex;
    padding: 6px 9px;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    height: auto;
    font-size: 10px;
    align-items: center;
}

section.blocksNews.Eye ul li .caption{
	background: #86baef;
}

section.blocksNews ul li .caption h2 {
    color: #5a6268;
    font-size: initial;
    margin-bottom: 7px;
}

section.blocksNews ul li .caption p {
    color: #fff;
    text-align: center;
    font-size: inherit;
}

div.conCap {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px;
}

section.blocksNews ul li .caption:hover{
	opacity: 1;
}


.triangle {
    border-bottom: 100px solid #f4f4f4;
    border-right: 47px solid transparent;
    height: 0;
    position: absolute;
    right: -47px;
    top: -1px;
    width: 0;
}

section.headOne.headBrandDesktop {
    margin: 0;
}

.headOne.headBrandMobile {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

section.headOne, 
section.headOne a {
    margin: 0;
    padding: 0;
    color: #fff;
}

section.headOne.single {
    padding-bottom: 1em;
}

section.blocksNews {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.eyeSlider.Home.flexslider:hover {
    background: #C493BB;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("images/fancybox_loading.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #0F75BC;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    background: url("images/controlsSlider.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 10px;
}

.bx-wrapper .bx-next {
    background: url("images/controlsSlider.png") no-repeat scroll -41px 0 rgba(0, 0, 0, 0);
    right: 10px;
}

.bx-wrapper .bx-controls-direction a {
    height: 22px;
    margin: 0;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 31%;
    width: 22px;
    z-index: 50;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("images/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("images/controls.png") -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.carousel-indicators {
  bottom: 0;
  gap: 8px;
  justify-content: center;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #12364c;
  opacity: .8;
  transition: all 0.3s ease-in-out;
  border: none;
}

.carousel-indicators .active {
  width: 28px;
  background-color: #f2d894; /* Color de marca */
  opacity: 1;
}




.CarlInst {
    display: block;
    height: 280px;
    overflow: hidden;
}

section.instamgrand.home{
	display: block;
	margin-bottom: 1em;
}

section.instamgrand.home ul li {
    height: 100%;
    padding: 10px;
}

section.instamgrand.home ul li:hover, 
section.instamgrand.home ul li:hover > section.instamgrand.home ul li p{
	background: #0B67AD;
	color: #fff;
}

p.capt {
    font-size: 12px;
    padding: 4px 8px;
    text-align: center;
}

h3.geninst {
    background: url("images/blueTex.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    color: #fff;
    display: block;
    font-size: 21px;
    font-weight: lighter;
    line-height: 27px;
    overflow: hidden;
    padding: 5px;
}

span.insticoT {
    background: url("images/instagram-icon.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 30px;
    margin-right: 5px;
    overflow: hidden;
    width: 30px;
}

.morenews {
    background: url("images/blueTex.png");
    clear: both;
    color: #fff;
    display: block;
    margin: 0 auto 1em;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    width: 40%;
}


.blockcont.cat {
    padding: 5px;
}

.blockPost li .blockcont{
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
    background: #80cca6;
}

.blocksPost li .blockcont:hover, 
.blockcont.cat:hover {
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

aside.sidehome section {
    display: block;
    margin-bottom: 1em;
    overflow: visible;
    padding: 0;
}

li.items {
    height: auto;
    padding: 1em;
}

ul.asidevideos li {
    clear: both;
    display: block;
    margin-bottom: 1em;
    overflow: hidden;
    padding-bottom: 1em;
}

ul.asidevideos li:last-of-type {
    border: none;
}

a.contBlock {
    border: 1px solid #ededed;
    display: block;
    border-radius: 5px;
}

h2.titleGen {
    font-size: 2em;
    margin-bottom: 13px;
    margin-top: 14px;
    padding-bottom: 11px;
    letter-spacing: .5em;
    text-transform: uppercase;
}

ul.asidevideos li .blockCaption {
    margin-right: 0.2em;
    margin-top: 0.5em;
    color: #4f8bc9;
}

ul.asidevideos li figure {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}

ul.asidevideos li a {
    display: block;
    overflow: hidden;
}

ul.asidevideos li a:hover{
	background: url("images/blueTex.png");
	color: #fff;
}

ul.asidevideos li img {
    float: left;
    height: auto;
    margin-right: 7px;
    width: 30%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img, article.allPost img{
    border: 0 none;
    height: auto;
    margin: 0 auto 1em;
    max-width: 98.5%!important;
    padding: 0;
    width: inherit;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.pager span {
    display: inline-block;
    background: #f2d894;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}

.pager a {
    display: inline-block;
    background: #0b1322;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}

.pager a,
.pager span{
    display: inline-block;
    padding: 5px 10px;
}

div.pager {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
}


div.page img {
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0%;
}

div.page a {
    overflow: hidden;
    width: 100%;
    display: block;
    height: 30em;
    position: relative;
    border-radius: 5px;
}

div.pager nav.woocommerce-pagination ul li {
    display: inline-block;
}

div.prod.caption {
    background: transparent;
    display: block;
    padding: 1em;
}

div.prod.caption p {
    color: initial;
}

div.conCap p {
    font-size: 17px;
    margin-top: 3px;
    display: block;
    font-weight: bold;
    text-align: left;
}

div.prod.caption .conCap h2 {
    text-align: left;
    font-size: initial;
    color: inherit;
    margin-bottom: 2em;
}


    /* Logo con tamaño adecuado */
.logo-img {
    transition: transform 0.3s ease-in-out;
}

.logo-img:hover {
    transform: scale(1.05);
}

/* Íconos de usuario, carrito y login */
.iconsShop {
    gap: 20px;
}

.iconsShop a {
    color: #444;
    margin-right: 15px;
    transition: color 0.3s ease-in-out;
}

.iconsShop a:hover {
    color: #f39c12;
}

.iconsShop.users a i {
    font-size: 16px;
}

/* Buscador más compacto */
.buscador {
}

/* Menú bien distribuido */
.navbar-nav {
    gap: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

/* Separación entre elementos del menú */
.navbar-nav .nav-item {
    padding: 0 10px;
}

/* Enlaces del menú con animación */
.navbar-nav .nav-link {
    color: #0056b3;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #f39c12;
    font-weight: bold;
}

/* Elemento activo */
.navbar-nav .current-menu-item .nav-link {
    color: #f39c12;
    font-weight: bold;
    border-bottom: 2px solid #f39c12;
}


.iconsShop {
    font-size: 1.5rem;
    align-items: center;
    display: flex
;
    justify-content: space-around;
}

.iconsShop a {
    color: #333;
    transition: color 0.3s ease-in-out;
    position: relative;
}

.iconsShop a:hover {
    color: #f39c12;
}

/* Contador del carrito */
.cart-count {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #f39c12;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


    #hero-slider {
        max-height: auto;
        overflow: hidden;
    }
    
    .hero-slide {
        position: relative;
        height: 600px; /* Ajuste de altura */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-img img {
        object-fit: cover;
        height: 100%;
    }

    .carousel-caption {
        position: absolute;
        transform: inherit;
        width: 100%;
        background: rgb(255 255 255 / 0%);
        padding: 15px;
        border-radius: 0;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        right: inherit;
        left: inherit;
        flex-direction: column;
        align-content: center;
    }

    .hero-title {
        font-size: 2rem;
        color: #fff;
        font-weight: normal;
        text-shadow: 0px 0px 7px #36516c;
    }

    /* Ajuste en móviles */
    @media (max-width: 768px) {

    }


.socialIcons li {
    display: inline-block;
    margin-right: 10px;
}


.image-container {
    width: 100%;
    height: 100%; /* Ajusta según tu diseño */
    overflow: hidden;
    position: relative;
}

.responsive-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}


a.button.product_type_variable,
.woocommerce a.button,
.add_to_cart_button,
a.button.product_type_variable,
.btn, 
.moreInfo, 
.woocommerce-button, 
.wp-element-button, 
a.btn.btn-primary, 
button.btn.btn-default, 
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart, 
.single_add_to_cart_button, 
button.btn.btn-default {
    background: #f2d894 !important;
    border-radius: 5px !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    height: auto;
    width: max-content;
    display: inline-block !important;
    transition: background-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
    font-weight: 500 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-2px);
    text-decoration: none !important;
    font-weight: normal !important;
}


/* Hover más suave y elegante */
.btn:hover, 
.moreInfo:hover, 
.woocommerce-button:hover, 
.wp-element-button:hover, 
a.btn.btn-primary:hover, 
button.btn.btn-default:hover, 
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover, 
.single_add_to_cart_button:hover, 
button.btn.btn-default:hover {
    background: #e8c97f;
    color: #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

a.button.product_type_variation.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_variable.add_to_cart_button.cfvsw_ajax_add_to_cart {
    margin: 0 auto;
    margin-bottom: 1em !important;
    padding: 12px 20px !important;
}

form.col-lg-12.form-inline .btn {
    margin: 0;
    border-radius: 0 5px 5px 0px;
}


.btn-scroll-top {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    background-color: #0f2437;
    color: #f2d894;
    border: none;
    border-radius: 50%;
    padding: 10px 14px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
}

.btn-scroll-top.show {
  display: block;
}

.btn-scroll-top:hover {
    background-color: #f2d894;
    color: #0f2437;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(242, 216, 148, 0.6);
    transition: all 0.3s ease;
}

/*-------animacionCarrousel------*/



/*----listado-de---productos------*/




/* ----- CATEGORÍAS Y ETIQUETAS ----- */
.product-meta {
    line-height: 1.5em;
    font-size: inherit;
}

.product-meta p {
    font-size: 0.9rem;
    color: #777;
}

/* ----- SECCIÓN DE PESTAÑAS (Descripción / Reseñas) ----- */
.nav-tabs {
    border-bottom: 2px solid #ddd;
}

.nav-tabs .nav-link {
    font-weight: bold;
    color: #333;
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
}

.nav-tabs .nav-link.active {
    background-color: #4f8bc9;
    color: white;
    border-color: #4f8bc9;
}

/* ----- CONTENIDO DE LAS PESTAÑAS ----- */
.tab-content {
    padding: 20px;
    background: #fff;
}

/* ----- PRODUCTOS RECOMENDADOS ----- */
.recomendados h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}


/* ----- RESPONSIVE DESIGN ----- */
@media (max-width: 768px) {
    .single-product.container {
        padding: 20px;
    }

    .product-title {
        font-size: 1.6rem;
    }

    .product-price {
        font-size: 1.5rem;
    }

    .product-short-description {
        font-size: 0.9rem;
    }

    .nav-tabs .nav-link {
        font-size: 0.9rem;
    }

    .items {
        width: 100%;
    }
}


/* ----- CONTENEDOR UNIFORME PARA LAS TARJETAS ----- */


/* Estilos base para listas en WordPress */
.wp-block-list {
    margin: 0;
    padding: 0;
    list-style: none; /* Se puede cambiar a disc, circle, square según diseño */
}

.wp-block-list ul, 
.wp-block-list ol {
    margin: 0 0 1.5em 1.5em; /* Espaciado típico */
    padding: 0;
}

.wp-block-list li {
    margin-bottom: 0.5em;
    line-height: 1.6;
    list-style: inside;
}

/* Diferenciación de listas ordenadas y desordenadas */
.wp-block-list ul {
    list-style-type: disc;
}

.wp-block-list ol {
    list-style-type: decimal;
}

/* Enlaces dentro de las listas */
.wp-block-list li a {
    color: var(--wp--preset--color--primary, #0073aa);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.wp-block-list li a:hover,
.wp-block-list li a:focus {
    color: var(--wp--preset--color--secondary, #005177);
    text-decoration: underline;
}

/* Negritas dentro de listas */
.wp-block-list li strong {
    font-weight: bold;
}

/* Adaptación a listas anidadas */
.wp-block-list li ul,
.wp-block-list li ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
}

/* Ajuste para listas dentro de bloques de texto */
.wp-block-list p + ul,
.wp-block-list p + ol {
    margin-top: 1em;
}

/* Soporte para numeración en listas ordenadas */
.wp-block-list ol li {
    list-style-position: outside;
}

/* Ajuste de accesibilidad para listas */
.wp-block-list ul[role="list"],
.wp-block-list ol[role="list"] {
    list-style: none;
}


.aboutUsHome {
    padding: 50px 0;
}

section.aboutUsHome {
    padding: 1em;
}

.porque i{
    color: #f2d894;
}

.sectionTitle {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.aboutText {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.btn-primary {
    background-color: #f2d894;
    border: none;
    padding: 12px 25px;
    font-size: 1.1rem;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
}

ul.socialIcons li.mercado-libre a{
	margin: 0;
	padding: 0;
}

ul.socialicons li a img.mercado-libre {
    height: 30px;
    width: auto;
    display: block;
}


.iconBox {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding: 1rem;
  border-radius: 12px;
}

.iconBox img {
  transition: transform 0.3s ease;
}

.iconBox:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.05); /* ligero fondo para destacar */
}

.iconBox:hover img {
  transform: scale(1.1);
}

.iconBox:hover h3 {
  color: #ffffff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}


.porque .card-beneficio {
  transition: all 0.3s ease;
  background-color: transparent;
  border-radius: 12px;
}

.porque .card-beneficio i {
  transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
  color: #ffffff;
}

.porque .card-beneficio:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.porque .card-beneficio:hover i {
  transform: scale(1.2);
  color: #f2d894;
  text-shadow: 0 0 10px rgb(242 216 148);
}



/*-------------------*/

/* ===== TABLA DE VARIACIONES (TALLA Y COLOR) ===== */
.variations {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 1rem;
}

.variations tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1rem;
}

/* ===== ETIQUETAS (Color, Talla) ===== */
.variations th.label {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

/* ===== SELECTORES ===== */
.variations td.value select {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    transition: border 0.3s ease;
}

.variations td.value select:focus {
    border-color: #007bff;
    outline: none;
}

/* ===== ENLACE LIMPIAR OPCIONES ===== */
.reset_variations {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #6c757d;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s ease;
}

.reset_variations:hover {
    color: #000;
}

.hero-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 60vh;
}

.hero-general .hero-overlay {
  background-color: rgba(47, 124, 173, 0.68); /* Color azul translúcido personalizado */
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-general h1,
.hero-general p {
  z-index: 1;
  position: relative;
  margin: 0;
}

.hero-general .container {
  max-width: 800px;
}

/* ======== WooCommerce Single Product Page CSS ======== */

/* Wrapper Principal */
.woocommerce {
    /* estilos generales de WooCommerce */
}

.woocommerce div.product .product_title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.woocommerce div.product .woocommerce-product-gallery {
    width: 48%;
    margin-right: 4%;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-direction: row;
}

.woocommerce div.product .woocommerce-product-gallery__image {
    margin-bottom: 1rem;
}

.woocommerce div.product .summary {
    width: 48%;
}

.woocommerce div.product .price {
    font-size: 1.5rem;
    color: #222;
    margin: 1rem 0;
}

.woocommerce div.product form.cart {
    margin: 1.5rem 0;
}

.woocommerce div.product form.cart .quantity {
    margin-right: 1rem;
}

.woocommerce div.product .woocommerce-tabs {
    margin-top: 3rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    overflow: hidden;
    position: relative;
    margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 1rem;
}

.woocommerce div.product .woocommerce-Tabs-panel {
    padding: 1em !important;
}

.woocommerce div.product .product_meta {
    font-size: 0.9rem;
    margin-top: 1.5rem;
}

.woocommerce div.product .related.products {
    margin-top: 4rem;
}

.woocommerce div.product .related.products h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

/* Breadcrumbs */
.woocommerce nav.woocommerce-breadcrumb {
    font-size: 0.875rem;
    margin-bottom: 2rem;
    margin-top: 2em;
}

/* Notices */
.woocommerce .woocommerce-notices-wrapper {
    margin-bottom: 2rem;
}


/* === Estructura general === */
.single-product .product {

  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
  font-family: 'Roboto', sans-serif;
}

.single-product .product .woocommerce-product-gallery {
  flex: 1 1 45%;
}

.single-product .product .summary {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.woocommerce-product-gallery__wrapper img {
  max-width: 100%;
  border-radius: 8px;
}

/* === Título y precio === */
.woocommerce div.product .product_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
  color: #626262!important;
  font-size: 1.5rem;
  font-weight: 600;
}

/* === Agregar al carrito === */
.woocommerce div.product form.cart {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.woocommerce div.product .quantity {
  width: auto;
}

.woocommerce div.product button.single_add_to_cart_button {
  background-color: #505050!important;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  font-size: 1rem;
  border-radius: 4px;
  transition: 0.3s;
}

.woocommerce div.product button.single_add_to_cart_button:hover {
  background-color: #048a84;
}

/* === Tabs de contenido === */
.woocommerce-tabs {
  margin-top: 3rem;
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  border-bottom: 2px solid #ddd;
}

.woocommerce-tabs ul.tabs li {
  padding: 0.5rem 1rem;
  cursor: pointer;
  background: #f9f9f9;
  border-radius: 4px 4px 0 0;
}

.woocommerce-tabs ul.tabs li.active {
  background: white;
  border-bottom: 2px solid white;
}

.woocommerce-tabs .panel {
  background: white;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-top: none;
}

/* === Productos relacionados === */
.related.products,
.upsells.products {
  margin-top: 4rem;
}

.related h2,
.upsells h2 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.woocommerce ul.products li.product {
  list-style: none;
  background: #f8f8f8;
  padding: 1rem;
  border-radius: 6px;
  transition: transform 0.2s ease;
  overflow: visible!important;
}

.woocommerce ul.products li.product:hover {
  transform: scale(1.02);
}

.woocommerce ul.products li.product a {
  text-decoration: none;
  color: inherit;
}

.woocommerce ul.products li.product img {
  width: 100%;
  border-radius: 4px;
}


/* ----------------------------------------------------
   0. Variables rápidas (cambia a tu gusto)
---------------------------------------------------- */
:root{
  --woo-font:      'Roboto', sans-serif;
  --woo-head:      'Raleway', sans-serif;
  --woo-main:      #222;
  --woo-accent:    hsl(0, 0%, 66%);
  --woo-accent-2:  hsl(0, 0%, 27%);
  --woo-bg:        #fff;
  --woo-light:     #f9f9f9;
  --woo-border:    #e0e0e0;
}

/* ----------------------------------------------------
   1. Contenedor general
---------------------------------------------------- */
#primary.content-area{
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
  color: var(--woo-main);
  font-family: var(--woo-font);
}

/* ----------------------------------------------------
   2. Breadcrumb
---------------------------------------------------- */
.woocommerce-breadcrumb{
  font-size: 0.9rem;
  margin-bottom: 2rem;
  color: #757575;
}
.woocommerce-breadcrumb a{
  color: var(--woo-accent);
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover{
  text-decoration: underline;
}

/* ----------------------------------------------------
   3. Bloque principal: galería + resumen
---------------------------------------------------- */

/* 3.1 Galería */
.woocommerce-product-gallery{
  flex: 1 1 45%;
  position: relative;
}

.flex-control-thumbs {
    display: flex !important;
    margin-top: 0.75rem !important;
    gap: 0.5rem;
    justify-content: center;
}

.flex-control-thumbs li{
  list-style: none;
}
.flex-control-thumbs img{
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: .6;
  transition: opacity .2s;
}
.flex-control-thumbs img.flex-active,
.flex-control-thumbs img:hover{
  opacity: 1;
}

/* Botón lupa/zoom */
.woocommerce-product-gallery__trigger{
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: var(--woo-accent);
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex;
  align-items:center; justify-content:center;
  color:#fff; text-decoration:none;
  z-index: 5;
  transition: background .3s;
}
.woocommerce-product-gallery__trigger:hover{
  background: var(--woo-accent-2);
}

/* 3.2 Resumen */
.summary{
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product_title{
  font-family: var(--woo-head);
  font-size: 2rem;
  margin: 0;
}
.price{
  color: var(--woo-accent);
}

.woocommerce-Price-currencySymbol{padding-right:2px;}

/* Variaciones + carrito */
form.variations_form{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
table.variations{
  width: 100%;
}
table.variations th{
  text-align: left;
  width: 30%;
  padding: .5rem 0;
  font-weight: 600;
}
table.variations td{
  padding: .5rem 0;
}
table.variations select{
  width: 100%;
  padding: .4rem .6rem;
  border: 1px solid var(--woo-border);
  border-radius: 4px;
}
.reset_variations{
  margin-left: .5rem;
  font-size: .85rem;
}

.quantity input.qty{
  width: 80px;
  text-align: center;
  padding: .45rem;
  border: 1px solid var(--woo-border);
  border-radius: 4px;
}
.single_add_to_cart_button{
  background: var(--woo-accent);
  color:#fff;
  border:none;
  padding:.75rem 1.5rem;
  font-size:1rem;
  border-radius:4px;
  cursor:pointer;
  transition: background .3s;
}
.single_add_to_cart_button:hover{
  background: var(--woo-accent-2);
}

/* Metadatos */
.product_meta{
  font-size: .9rem;
  color:#666;
}
.product_meta a{color:var(--woo-accent);}
.product_meta span{display:block; margin-top:.25rem;}

/* Avisos (notices) */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error{
  padding: 1rem 1.25rem;
  border-radius:4px;
  margin-bottom:1.5rem;
}
.woocommerce-message{background:#e6f8f6;color:#006d66;}
.woocommerce-error{background:#fdecea;color:#b33630;}

/* ----------------------------------------------------
   4. Tabs (Descripción, Info adicional, Reviews)
---------------------------------------------------- */
.woocommerce-tabs{
  margin-top: 3rem;
}
ul.wc-tabs{
  display:flex;
  gap: .5rem;
  list-style:none;
  margin:0; padding:0;
  border-bottom:2px solid var(--woo-border);
}
ul.wc-tabs li{
  background: var(--woo-light);
  padding: .6rem 1.25rem;
  cursor:pointer;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
}
ul.wc-tabs li.active{
  background: var(--woo-bg);
  border-bottom:2px solid var(--woo-bg);
}
.wc-tab{
  border:1px solid var(--woo-border);
  border-top:none;
  padding:1.5rem;
  background: var(--woo-bg);
}
.shop_attributes{
  width:100%;
  border-collapse:collapse;
}
.shop_attributes th,
.shop_attributes td{
  padding:.5rem .75rem!important;
  border:1px solid var(--woo-border);
}
.shop_attributes th{
  background: var(--woo-light);
  width:40%;
  text-align:left;
}

/* Valoraciones */
#reviews{
  margin-top:1rem;
}
.comment-form-rating .stars a{
  font-size:1.25rem;
  color:#ccc;
  margin-right:.15rem;
  text-decoration:none;
}
.comment-form-rating .stars a:hover,
.comment-form-rating .stars a.star-1.active ~ a,
.comment-form-rating .stars a.active{
  color:#ffce3d;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"]{
  width:100%;
  padding:.6rem .75rem;
  border:1px solid var(--woo-border);
  border-radius:4px;
  margin-bottom:1rem;
}
.comment-form .submit{
  background:var(--woo-accent);
  color:#fff;
  padding:.6rem 1.25rem;
  border:none;
  border-radius:4px;
  cursor:pointer;
}

/* ----------------------------------------------------
   5. Productos relacionados / up-sells
---------------------------------------------------- */
.related.products{
  margin-top:4rem;
}
.related.products h2{
  font-size:1.75rem;
  margin-bottom:2rem;
  font-family: var(--woo-head);
}


ul.products li.product{
  background: var(--woo-light);
  border-radius:6px;
  overflow:hidden;
  transition: transform .2s;
}
ul.products li.product:hover{
  transform: translateY(-4px);
}
ul.products li.product img{
  width:100%;
  height:auto;
}
ul.products li.product h2{
  font-size:1rem;
  padding: 1rem 1rem 0.5rem;
}
ul.products li.product .price {
    padding: 0 1rem 1rem;
    color: var(--woo-accent);
    font-weight: 400;
    display: block;
    font-size: 1em !important;
}
ul.products li.product .button{
  margin:0 1rem 1rem;
  display:block;
  text-align:center;
}



/* ----------------------------------------------------
   6. Responsive tweaks
---------------------------------------------------- */
@media(max-width:768px){
  .product{flex-direction:column;}
  .woocommerce-product-gallery, .summary{flex:1 1 100%;}
  ul.wc-tabs{flex-wrap:wrap;}
  ul.products{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));}
}



/* --------------------------
   Sidebar General
--------------------------- */
#sidebar {
  background-color: #f9f9f9;
  padding: 2rem 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
}
#sidebar h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333;
  border-bottom: 2px solid #05ada3;
  padding-bottom: .5rem;
}

/* --------------------------
   Buscador
--------------------------- */
#sidebar form {
  margin-bottom: 2rem;
}
#sidebar input[type="text"] {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  font-size: 0.95rem;
}
#sidebar .input-group-btn .btn {
  background-color: #f2d894;
  color: #fff;
  border-radius: 0 4px 4px 0;
  border: none;
  padding: 0.6rem 1rem;
}
#sidebar .input-group-btn .btn:hover {
  background-color: #f2d894;
}

/* --------------------------
   Listas de navegación
--------------------------- */
#sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#sidebar ul li {
  margin-bottom: 0.5rem;
}
#sidebar ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
#sidebar ul li a:hover {
  color: #05ada3;
  text-decoration: underline;
}

/* --------------------------
   Páginas y sublistas
--------------------------- */
#sidebar li.page_item ul,
#sidebar li.categories ul,
#sidebar li.pagenav ul {
  margin-top: 0.5rem;
  padding-left: 1rem;
  border-left: 2px solid #e0e0e0;
}
#sidebar li.page_item ul li,
#sidebar li.categories ul li,
#sidebar li.pagenav ul li {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

/* --------------------------
   Responsive
--------------------------- */
@media (max-width: 768px) {
  #sidebar {
    padding: 1.25rem 1rem;
    margin-top: 2rem;
  }
}



//*woocommerceProd

/* Contenedor UL */
ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 0;
  list-style: none;
}

/* Cada LI (producto individual) */
ul.products li.product,
ul.products.columns-4 li.product {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 90%;
  display: flex;
  flex-direction: column;
}

ul.products.columns-4 li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Imagen */
ul.products.columns-4 li.product img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

/* Título */
h2.woocommerce-loop-product__title,
ul.products.columns-4 li.product h2.woocommerce-loop-product__title {
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 1rem 0.5rem;
  color: #333;
  margin: 0;
}

/* Precio */
ul.products li.product .price
ul.products.columns-4 li.product .price {
    padding: 0 1rem 1rem;
    font-weight: 500 !important;
    font-size: 1rem !important;
    color: #111;
    margin-bottom: inherit !important;
}

/* Precio tachado */
ul.products.columns-4 li.product .price del {
  opacity: 0.5;
  margin-right: 0.3rem;
}

/* Swatches y variaciones */
ul.products.columns-4 li.product .cfvsw-shop-container {
  padding: 0 1rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Botón */
.add_to_cart_button {

}

ul.products.columns-4 li.product .add_to_cart_button:hover {
    background-color: #e8c97f !important;
}

/* Badge de oferta */
div.woocommerce span.onsale,
ul.products.blocksProd .onsale, 
ul.products.columns-4 li.product .onsale {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    background-color: #dc3545;
    color: #fff;
    padding: 11px 10px;
    font-size: 0.8rem;
    border-radius: 4px;
    z-index: 10;
    top: inherit !important;
    right: inherit !important;
    left: initial !important;
    margin: inherit !important;
    font-weight: bold;
}

/* Efecto hover en imagen home */
ul.products li.product a.woocommerce-LoopProduct-link {
  position: relative;
  overflow: hidden;
  display: block;
}

ul.products li.product a.woocommerce-LoopProduct-link img {
    transition: transform 0.4s ease, filter 0.4s ease;
    margin-bottom: 1em;
}

ul.products li.product:hover a.woocommerce-LoopProduct-link img {
  transform: scale(1.07);
  filter: brightness(0.85);
}

ul.products li.product a.woocommerce-LoopProduct-link::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

ul.products li.product:hover a.woocommerce-LoopProduct-link::after {
}

ul.products li.product .price ins .woocommerce-Price-amount.amount {
    font-weight: bold;
    color: #9b9b9b;
}



/* Efecto hover en imagen listado interno */
ul.products.columns-4 li.product a.woocommerce-LoopProduct-link {
    position: relative;
    overflow: visible;
    display: block;
}

ul.products.columns-4 li.product a.woocommerce-LoopProduct-link img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Al hacer hover, la imagen se escala ligeramente y se oscurece un poco */
ul.products.columns-4 li.product:hover a.woocommerce-LoopProduct-link img {
  transform: scale(1.05);
}


ul.products.columns-4 li.product a.woocommerce-LoopProduct-link::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

ul.products.columns-4 li.product:hover a.woocommerce-LoopProduct-link::after {
  background: rgba(0, 0, 0, 0.1);
}


.listMayo img {
    display: block;
    width: 100%;
    height: auto;
}

section.blockProd {
    position: relative;
}


@media (min-width: 992px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        background: #0d1e2f;
    }

    .navbar-nav .dropdown:hover > .dropdown-menu li a:hover {
        color: #f2d894 !important;
    }

  .navbar-nav .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
  }

  .navbar-nav .dropdown:hover > a::after {
    transform: rotate(180deg);
  }

    ul.dropdown-menu li {
        padding: .5em 1em;
        margin: 0;
    }
}



@media (max-width: 991px) {
  .mobile-menu-overlay .dropdown-menu,
  .mobile-menu-overlay .sub-menu {
    display: none;
    padding-left: 1rem;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-menu-overlay .menu-item.show-submenu > .dropdown-menu,
  .mobile-menu-overlay .menu-item.show-submenu > .sub-menu {
    display: block;
  }


  .mobile-menu-overlay .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }

    .mobile-menu-overlay .menu-item.show-submenu > .dropdown-menu {
        display: block;
        background: transparent;
        border: none;
    }   

}
