/*=============================================
INFOPRODUCTO
=============================================*/

#espera {
	position: fixed;
    width: 100%;    
    height: 100vh;
    z-index: 9999;
    top: 0px;
    background: #FFF;    
    display: flex;
  	justify-content: center;
  	align-items: center;  
}


.wrap {
    display: inline-flex;
    border-radius: 15px;    
    box-shadow: 7px 7px 10px -5px rgb(0 0 0 / 50%);
    font-size: 18px;
    padding: 15px 25px 15px 5px;    
}

.ico-wrap {
	background: #bc0000;
    color: white;
    margin-left: -5px;
    margin-right: 5px;
    margin-top: -15px;
    border-radius: 15px 0px 100px;    
}

.mbr-iconfont {
    font-size: 4rem !important;

    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}

#faq-list a.collapsed i::before {
  content: "\f055" !important;
}

.cambiar-nombre, .agregar-sub-cat, .eliminar-cat, .mover-abajo, .mover-arriba {
	color: #FFFFFF !important;
	/*margin-top: -6px;*/
}

.texto-editor {
	color: #777; 
	font-size: 32px;  
	margin-bottom: 10px; 
	font-weight: 500; 
	line-height: 1.1; 
	width:100%;	
}	

.sub-texto-editor {
	color: #777; 
	font-size: 25px; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	font-weight: 500; 
	line-height: 1.1; 
	width: 100%;
}
	
.xul_multimadia {
	display: grid;    
    grid-template-columns: auto auto auto auto auto;	
}

.xli_multimedia {
	max-width: 100px;
	max-height: 140px;
}

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #1887B7;
  z-index: 999;
}

.navbar-default .navbar-brand {
     color: #fff; 
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #FFFFFF; /*#f2f2f2;*/
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

#navbar a:hover {
  background-color: #ddd !important;
  color: black;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}




.infoproducto figure.visor img{
	display:none;
	cursor:crosshair;

}

.infoproducto figure.visor img:first-child{
	display:block;
}

.flexslider{
	cursor: pointer;
}

.lupa{
	display:none;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

.lupa img{
	position:relative;
	margin-top:-100%;
	margin-left:-50%;
	width:160%;
}

.compartirRedes{
	border:0px;
	box-shadow:none;
	margin:0px;
}

.compartirRedes li p{
	color:white;
	text-align: center;
	line-height: 30px;
	padding:8px;
	font-size:18px;
	margin-top:10px;
	margin-bottom:20px;
	cursor:pointer;

}

.btnFacebook{
	background:#46639f;
}

.btnGoogle{
	background:#d6513e;
}

.alturaComentarios{
	height:300px;
}


/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

	.videoPresentacion{

		height:90%;
	}

	.exactCenter {
	    width: 90%;
	    height: 80%;
	    position: fixed;
	    background-color: #000000;
	    top: 5%;    
	    margin-left: 5%;
	}

}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){
	
	.videoPresentacion{

		height:90%;
	}

	.exactCenter {
	    width: 90%;
	    height: 70%;
	    position: fixed;
	    background-color: #000000;
	    top: 5%;    
	    margin-left: 5%;
	}


}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){
	
	.videoPresentacion{

		height:80%;
	}


	.exactCenter {
	    width: 90%;
	    height: 70%;
	    position: fixed;
	    background-color: #000000;
	    top: 5%;    
	    margin-left: 5%;
	}



}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

	.videoPresentacion{

		height:70%;
	}

	.exactCenter {
	    width: 95%;
	    height: 60%;
	    position: fixed;
	    background-color: #000000;
	    top: 5%;
	    margin-left: 2%;
	}


	.fondoBreadcrumb{
		font-size:12px;
	}

	.botonesCompra button{
		margin:5px 0;
	}
	
	.texto-editor {
		color: #777; 
		font-size: 24px;  
		margin-bottom: 5px; 
		/*font-weight: 250; 
		line-height: 0.5; */
		width:100%;	
	}	
	
	.sub-texto-editor {
		color: #777; 
		font-size: 22px;  
		margin-bottom: 5px; 	
		width:100%;	
	}	

}


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #1f8bb9;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #1f8bb9;
  background-image: #1f8bb9;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #1f8bb9;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  
}



.box{
	position: relative;	
	box-shadow: 1px 1px 3px rgba(5,5,5,0.5);
	border-radius: 4px;
	padding: 3px;
	margin:  0px;
  transition: 1s;				
}


.leyMessage {
  background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9ce 100%);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.31);
  border-radius: 1em;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  
  margin-top: 20px;
  margin-bottom: 40px;
}


.leyMessage header {
  background: #9E9E9E;
  width: 100%;
  padding: 0.5em;
}


.leyMessage i:after {
  /*font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";*/
  font-style: normal;
  color: #eee;
  background: #353535;
  padding: 1em 0.75em;
  font-size: 1.25em;
  display: block;
  width: 2.5em;
  height: 100%;
  text-align: center;
}


.leyMessage h2 {
  margin: 0.75em;
  font-size: 1.25em;
  position: relative;
  display: block;
  width: calc(100% - 2.5em - 1.5em);
}
.leyMessage h2 span {
  color: #9E9E9E;
}
.leyMessage h2:after {
  content: "";
  border-bottom: 0.1em solid #9E9E9E;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.warning header {
  background: #3e84c4;
}
.warning i:after {
  background: #000;
  color: #ffb780;  
  font-weight: bolder;
  content: "!";
}
.warning h2 span {
  color: #3e84c4;
}
.warning p:after {
  border-bottom: 0.1em solid #3e84c4;
}


.leyMessage .feature-box .iconset {
    
    float: left;
    position: relative;
    
}
.leyMessage .feature-box .iconset::after {
    background: #3e84c4 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.leyMessage .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.leyMessage .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    padding-right: 28px;
    
}
.leyMessage .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.leyMessage .feature-box .feature-content p {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
}
.leyMessage .feature-box .clearfix .iconset {
    
    padding:0px;
    font-size:40px;
    border: 1px solid #3e84c4;
    border-radius: 100px;
    color: #3e84c4;
    font-size: 28px;
    height: 55px;
    line-height: 70px;
    text-align: center;
    width: 55px;
    margin-top: 5px;
}
}
	

	