/*
azul 00aee0  
rosado f7cbb8

Nomenclatura:
SV-* : paginas completas que se ven en el web site.
SVG-*:  Gadgets o includes , por lo general se usan en varias paginas. NO se pueden ver directamente en el web site
SVI-*  : Includes que  se han de usar solamente en el index. Por lo general tienen  informacion 
SVL-* : Includes que son listados de productos o  artículos.
SVU-* : Codigo funcional que no tiene estilos ni html.
SV-popup-*



*/


/*font Face* *********************/
@import url(font/font-awesome.css); 
@import url(SVscripts/bxslider/jquery.bxslider.css); 

@font-face {
font-family: 'iconos';
src: url('font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), 
url('font/fontawesome-webfont.ttf')  format('truetype');
}


/*font Face* *********************/



#tapa {
	background-color:#fff;
	/*background-image:url(SVimagenes/loading.gif);*/
	background-image:url(SVimagenes/logo-color.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:300px; ;
	position:fixed;
	width:100%!important;
	height:100%;
	top:0;
	left:0;
	z-index:10000;
   
}





/*GENERALES ***********************************************************************/


*{
	margin:0;
	padding:0;
	list-style-type:none;
	font-style:normal;
	text-decoration:none; 
	font-weight:normal;
	box-sizing:border-box;
	}

a {}  
a:hover{}
a:active{}

#separador {clear: both;visibility:hidden; height:0;}
*:focus{outline:none;}


h1, h2, h3, h4, h5, h6 {
    color: rgb(94, 94, 94);
    font-family: Oswald, sans-serif;
    font-weight: 300;
    position: relative;
    margin-top: 0px;
    text-rendering: optimizeLegibility;
}

.btn {
    color: rgb(153, 134, 117);
    cursor: pointer;
    display: inline-block;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(153, 134, 117);
    border-image: initial;
    border-radius: 0px;
    background: rgb(255, 255, 255);
    outline: none;
    padding: 11px 30px;
    transition: all 0.4s ease;
}

.btn:hover{
    background: #998675;
    color: white; 
}

.gray-bg{
background: #e8e8e8;
}

.left{float:left;}


/*BLOQUES PRCINCIPALES DEL WEB SITE *********************************************/

html{}
body{
	font-family: 'Vollkorn',serif;
    font-size: 18px;
    line-height: 28px;
    color: #5e5e5e;
	
	
	}
body.index{ margin:auto;}
body.interno{}
body.listados{}
body.detalle{}



#contenido { 
position:relative;
margin:0 auto;
}
 .interno #contenido{margin-bottom:100px;}

body.listados #contenido{ }

#centro table {
	border-collapse: collapse;
	border:solid 1px #e3e3e3;
	width: 100%;
}

#centro table tr td {
	border:solid 1px #e3e3e3;
	padding: 10px;
	color:rgb(78, 82, 102);
}

#centro table h2 {
    font-size: 20px;
	line-height:100%;
	margin:20px auto;
}

#centro table tr td a {
    color: #369AC1;
    text-decoration: underline;
}



.wrap {width: 100%; padding:0 40px;
position:relative;}

body.index .wrap { z-index:2}

@media only screen and (max-width:1025px) {

.col-2a,
.col-2b{
	width:100%!important;
	float:none!important;
	display:block!important; 
	margin-bottom:20px!important;}

.wrap {padding:0 20px;}

}


/*BOTONES GENERALES  **************************************************************/
.boton{ 

	border-radius: 25px;
    padding: 12px 34px;
    border:solid 2px;    
	line-height:16px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    min-width: 150px;
    transition: all 300ms ease-out;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
    white-space: nowrap;   
	border-color: #E04B28;
    background-color: #E04B28;
    color: white;
	display:inline-block;

}

@media only screen and (max-width:700px){ 
.boton{ 
	border-radius: 25px;
    padding: 12px 20px;  
	line-height:16px;
    font-size: 16px;    
    min-width: auto;   

}
}



.boton:hover{
background: transparent;
color:rgb(78, 82, 102);

	}
	
.boton:before{ font-family:iconos;
	letter-spacing:10px;}
	
	
.vermas:after{ content:"see more";}	
.vermastestimonios:after{ content:"ver más testimonios";}	


.recalcular:after{ content:"Recalcular Precios";}
.enviarpedido:after{ content:"Ahora si: Enviar Pedido!";}
.acceda:after{ content:"Acceda o Regístrese AQUI para  Enviar Su Pedido";}
.verproductos:after{ content:"Ver Otros Productos";}
.eliminarsolicitud:after{ content:"Eliminar Solicitud";}

.masinfo:after{ content:"solicitar + informacion";}

@media only screen and (max-width:620px){ 
	.masinfo:after{ content:"info";}
}

.volver:after{ content:"back";}

.addtocart:after{ content:"Agregar al Pedido";}
.reportarpago:after{ content:"Realizar Nuevo Pago";}
.modificardatos:after{ content:"Modificar sus Datos";}
.buscar:after{ content:"search";}
.verpedido:after{ content:"Ver Pedido";}
.enviarpedido:after{ content:"Enviar Pedido";}
.entrar:after{ content:"Entrar";}
.registrarse:after{ content:"Registrarse";}
.linkinicio:after{ content:"home";}
#breadcrums:before{ content:"back to ";}
.enviar:after{ content:"send";}
.titulocarrito:after{ content:"Su Carrito de Compra";}
.ordenar:after{ content:"agregar al pedido";}

	
	
	
	
	
	/* iconos  generales de todo el site.
	
	Usar http://fortawesome.github.io/Font-Awesome/icons/ para decidir que icono usar
	
	*************************************/
	
	.masinfo:before {content: "\f067";}
	.volver:before{content: "\f104";}
		 .vermastestimonios:before{content: "\f067";}
	.restore:before{content: "\f021";}
	.ordenar:before{content: "\f07a";}
	.doc:before{content: "\f15c";}
	.link:before{content: "\f0c1";}
.linkbuscar:before{ font-family:iconos;content: "\f002";}
.linkusuarios:before{font-family:iconos;content: "\f007";}	
	
	/*cerro iconos **********************************/
	
	
	
	
	
	
	
	
	
	/* 		SVG-nav.php   
		este es el panel de navegacion que  está en las paginas de listados para subir  e ir para atras

		***********************************/

#nav{ margin-top: 20px;}

#nav a#nav-button:before{
font-family:iconos;
}

#nav a#nav-button.nav-volver:before{ content:"\f104";} 
#nav a#nav-button.nav-subir:before{ content:"\f106";}




#nav a#nav-button{ 
	display:inline-block;
	margin:0 0 0 10px;
	height:38px;
	width:38px;
	text-align:center;
	line-height:38px;
	font-size:26px;
	color:#fff;
	background-color:#cecece;
	border-radius:4px; 
}


#nav a#nav-button:hover{ 
	color:#fff;
}



/*cerro nav nuevo *********************************/







/*datos de producto

en SV-detalle-producto.php
*/
#datos{ }
#datos #datoadicional{ }

#cosas{ 
	margin-top: 30px;
	}


#cosas .boton, .userhome .boton{
	margin-bottom: 10px;
	}



#cosas .boton:hover{
	background-color:#f77400;
}
	
	

/* CERRO BOTONES **************************************************************/



	
	
	
	
	
	
	
	
	
	
	
	
	


/*header  que está en SVG-header.php  que es llamado desde todas las paginas SV**************************************************************************************************/

#header {
	position:fixed;
	z-index:9998;
	width:100%;
	background: #252525 ;
	padding:20px;
	top:0!important;
	left:0;
}

#header.active {
	
	padding:8px;
}
	
#logo{
	height:65px;	
	z-index:99;
	transition:all 300ms ease-out;
	display:inline-block;
	}
	
	#header.active #logo{
	height:55px;	
	
	}

#logo img {
	height: 100%;
	}


@media only screen and (max-width:1025px) {
#logo{
	top:1%;
	left:1%;
	}
}



/*//// header *************************************************************************************************/






/* barra1 
SVG-menu-horizontal.php  que es llamada desde SVG-header.php

 *************************************/


/* responsivo barra1 **********************************/

.menu-trigger, .menu-trigger:hover, .menu-trigger.active, .menu-trigger-inner, .menu-trigger-inner::before, .menu-trigger-inner::after, .mobile-menu, .mobile-menu.active {
  transition: 250ms all;
}

.menu-trigger {
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: 50%;
	transform:translate(0,-50%);
    right: 1%;
    width: 60px;
    user-select: none;
	display:none;
	z-index:1000;
}

.menu-trigger:hover {
  background:rgba(18,18,18,0.9);
}

/* middle line trigger */
.menu-trigger-inner {
  background: #fff;
  height: .5rem;
  margin-left: .60rem;
  margin-top: 1.60rem;
  width: 2.5rem;
}

/* top/bottom line trigger */
.menu-trigger-inner::before, .menu-trigger-inner::after {
  background: white;
  content: '';
  display: block;
  height: .5rem;
  width: 2.5rem;
}

.menu-trigger-inner::before {
  transform: translateY(-0.75rem);
}

.menu-trigger-inner::after {
  transform: translateY(0.25rem);
}

.menu-trigger-inner.active {
  background: transparent;
}

.menu-trigger-inner.active::before {
  transform: translateY(0rem) rotate(-45deg);
}

.menu-trigger-inner.active::after {
  transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
}

/************************** menu trigger ends *******************************/



/************************** menu *******************************/

.mobile-menu {
	display:inline-block;
    position: absolute;
	top:50%;
	transform:translate(0,-50%);
	right:2%;
	z-index: 2;
	overflow:hidden;
	text-align:right;
	
	
}



.mobile-menu a.menu-link { 
    color: #d0d0d0;
	 font: 16px / 40px 'Oswald', sans-serif;
    border-bottom: 2px solid transparent;
	padding-bottom:4px;
    width: auto; 
    margin: auto;
    text-align: center;
   	margin-left: 40px;
	transition:all 300ms ease-out;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	}
	
a.menu-link:hover {   
	color: #fff;
}
	
#header.active .mobile-menu{
	
}
	
#header.active a.menu-link{
	line-height:80px;
	padding:15px 0;
	line-height:1em;
}
#header.active #logo{
	top:6px;
}

.menuhome{display:none;}

/************************** ends menu *******************************/


@media only screen and (max-width:1025px) {
	#header{}
	
.menu-trigger {
	display:block;
}

.mobile-menu {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width: 0rem;
	background: #252525 ;
	transform:translate(0,0);
	padding:40px 0;
	box-sizing:border-box;
}

.mobile-menu.active {
	width: 100%;
	

}


a.menu-link {
    padding:0;
    font-size: 1.2em;
    font-weight: 100;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
	display:block;
	
}

.menuhome{display: block;}
	
.mobile-menu.active a.menu-link {
    color: #ccc;   
    width: 80%;
	margin: 20px auto;
    text-align: center;
    

	}
	
.mobile-menu.active a.menu-link:hover {
    color: #f77400;
}
		
}


/* cierra responsivo barra1 **********************************/


/*cabezota **********************************/



body.index #cabezota{ 
	background-color:transparent;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 10;
	width:100%;
	background-image:none;
}




/*cerro cabezota **********************************/




/*carrusel **********************************/

#carrusel {
 position: relative;
 margin-top: 0px;
	overflow: hidden;
	margin-top:70px;
	background-color:#998675;
}

#carrusel:before {
	position: absolute;
    bottom: 0!important;
    width: 200%;
    background: #998675;
    content: '';
    z-index: 999;
    height: 330px;
    bottom: 0px;
    right: 66%;
    -webkit-transform: rotate(13.5deg);
    -moz-transform: rotate(13.5deg);
    -ms-transform: rotate(13.5deg);
    -o-transform: rotate(13.5deg);
    transform: rotate(13.5deg);
}

#carrusel:after {
    background: #998675;
	 position: absolute;
    bottom: -30px!important;
    height: 330px;
     left: 52%;
    -webkit-transform: rotate(-15.5deg);
    -moz-transform: rotate(-15.5deg);
    -ms-transform: rotate(-15.5deg);
    -o-transform: rotate(-15.5deg);
    transform: rotate(-10.5deg);
   
    width: 200%;
    content: '';
    z-index: 999;
}


#carrusel #slogan{position:absolute;
left: 50%;
top: 61%;
transform: translate(-50.5%, -50%);
text-align:center;
z-index:3;
width:100%;
}

#carrusel #slogan img{
	display:inline-block;
	max-width:150px;
	margin-bottom:15px;
	}

#carrusel #slogan h1{
	color:#FFF;
	font:30px/1em 'Oswald', sans-serif;
	margin-bottom:10px;
	text-transform:uppercase; }

#carrusel #slogan p{
	color:#FFF;
	font:14px/1em 'Text Me One',serif;
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:5px; }

#carrusel #slogan a{color:#fff;}

#carrusel .slider-nav span {z-index: 99999;}




#carrusel video{ width:100%;
position:relative;
z-index:2;

}

#carrusel #pantalla{ background-image:url(video/video.jpg);
background-size:auto 105%;
background-position:center center;
height:100%;
position:relative;
z-index:1;}



@media only screen and (max-width:1580px) {

#carrusel:before,
#carrusel:after{display:none;}


}

@media only screen and (max-width:1025px) {

#carrusel #slogan{

top: 50%;

}

#carrusel #slogan img{
	display:inline-block;
	max-width:100px;
	margin-bottom:10px;
	}

#carrusel #slogan h1{
	font-size:30px;
	line-height:1em;
 }

#carrusel #slogan p{
	font-size:14px;
	line-height:1em; }


}



/*cerro carrusel **********************************/



.logos {
	padding: 20px 0;
	background: #e3e3e3;
	text-align: center;
}

.logos img {
	display: inline-block;
	width: 250px;
	margin: 0px 10px;
}



























/* infoindexcontainer 
SVI-infoindex.php

 *************************************/

#infoindexcontainer{ 
	background-color:#fff;
  background-size: auto 100%;
  background-position: center right;
  background-repeat:no-repeat;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position:relative;
}

#infoindexcontainer #infoindex {
	width: 80%;
	max-width:900px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}




#showcase {
    background: #998675;
    color: #e9dbc0;
    margin-bottom: -8%;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 216px;
    position: relative;
	display:block;
	min-height:700px;
	z-index:1;
}




#showcase:before {
    left: 70%;
    border-right: 0px solid transparent;
    border-left: 1900px solid #e8e8e8;
}


#showcase:after {
    right: 30%;
    border-left: 0px solid transparent;
    border-right: 1620px solid #e8e8e8;
}


#showcase .col-2a{
width: 40%;
box-sizing: border-box;
display: block;
float: left;
    padding-left: 40px;
	margin:80px 0 100px 0;
}



#showcase .col-2a .cont{
	border-top:rgb(233, 219, 192) solid 1px;
    color: rgb(210, 196, 168);
    font-family: "Text Me One", sans-serif;
    padding-top: 62px;
    position: relative;

}
#showcase .col-2a h1{
    color: rgb(210, 196, 168);
    font-family: "Text Me One", sans-serif;
    font-size: 70px;
    letter-spacing: 2px;
    line-height: 80px;
    text-transform: uppercase;
	display:block;
	text-align:left;
}

#showcase .col-2a .cont:before{
	background: rgb(233, 219, 192);
    position: absolute;
    left: 0px;
    top: -17px;
    height: 7px;
    width: 76px;
    content: "";

}


#showcase .col-2b{
	box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 40px;
	width:60%;
	margin:20px 0 150px 0;
}
#showcase .col-2b h1{
    color: white;
    font-size: 80px;
    letter-spacing: 4px;
    line-height: 80px;
    margin-bottom: 60px;
    text-transform: uppercase;
}



#showcase .col-2b .btn{
	color: white;
    background: transparent;
    border-color: white;
	margin-top:30px;

}

#showcase .col-2b .btn:hover{color: #998675; background:white}

#showcase p{ max-width:650px; 
margin-bottom:25px;
font-size:1.2em;}



@media only screen and (max-width:1025px) {
	
	
	
#showcase {
    
    padding-bottom: 80px;
	min-height:auto;

}
	
	/*esconde los triangulos  del showcase en la version movil*/
#showcase:before, #showcase:after {
	display:none;
}
	
	#showcase .col-2b{
	
    padding: 0 20px;
	width:80%;
	
}

#showcase .col-2b h1{
    
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 30px;
   
}
#showcase .col-2a{
display:none!important;
}
}


















/***********************************/

#feature{
background: #e8e8e8;
position: relative;
float:left;
display:block;
width:100%;
margin-bottom:-140px;
padding:20px;
}



#feature .header{
position: relative;
margin-bottom:20px;

    
}

#feature .header h1{	
	font-size: 95px;
	letter-spacing: 4px;
    line-height: 95px;
    text-transform: uppercase;
}


@media only screen and (max-width:1025px) {

#feature .header h1{	
	font-size: 55px;
	line-height: 1em;

}


}
#feature .header .col-2{
max-width: 60%;
display:inline-block;
float:left;
}

#feature .header .col-2 p{
	font-size:1.3em;
	color:#666;
	opacity:.8;
}

#feature .header .col-2:first-child{
max-width: 40%;
}
#feature .header .col-2:last-child{
padding:0 40px;
}

#feature .galeria-cont{
	width:100%;
	display:block;
	float:left;
	margin-top:50px;
	

}

#feature .galeria-cont .item{
	width:33.333%;
	float:left;
	height:auto;
	overflow:hidden;
	height:70vh;
	max-height:550px;
	position:relative;
	transition:.3s all ease-in;
	z-index:2;

}






#feature .galeria-cont .item:before{
	content:"\f002";
	font-size:0px;
	font-family:'iconos';
	color: white;
	transition:.3s all ease-in;
	opacity:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:5;
}

#feature .galeria-cont .item:hover:before{
	
	font-size:30px;
	height:30px;
	width:auto;	
	opacity:1;
}

#feature .galeria-cont .item img{
	float:left;
	display:block;
    max-height: 100%;
	transition:.3s all ease-in;
	position:relative;
}


#feature .galeria-cont .item h4{
position:absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-transform:uppercase;
color:#fff;
font-family:'Text Me One';
font-size:30px;
text-align:center;
width:100%;

}

#feature .galeria-cont .item:hover h4{
	display:none;

}

#feature .galeria-cont .item:hover img{}

#feature .galeria-cont .item:after{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	content:'';
	background:rgba(0,0,0,0);
	z-index:1;	
	transition:.3s all ease-in;
}

#feature .galeria-cont .item:hover:after{
	background:rgba(0,0,0,.3);

}

#feature .galeria-cont .item:first-child:after,
#feature .galeria-cont .item:first-child:before{
	display:none !important;
}

#feature .galeria-cont .item:nth-child(2){	

}

#feature .galeria-cont .item:nth-child(3),
#feature .galeria-cont .item:nth-child(4),
#feature .galeria-cont .item:nth-child(6),
#feature .galeria-cont .item:nth-child(7),
#feature .galeria-cont .item:nth-child(8){
	transform:translate(0,-35%);

}

#feature .galeria-cont .item:nth-child(7){ float:right;}


#feature .galeria-cont .item h1{
    color: #998675;
	font: 40px/50px 'Text Me One', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}


#anounce{position:absolute;
left: 50%;
bottom: 300px;
transform: translate(-50%, 0);
width:33.333333%;
padding:0 0 0 0;
text-align:center;
box-sizing:border-box;
z-index:1;

}


#anounce h3,
#anounce h4{ text-transform:uppercase;
}

#anounce h3{ 
color:#F36018;
font-size:2.6em;
line-height:1.3em;}

#anounce h4{ 
color:#998675;
font-size:1.6em;
line-height:1.3em;}




@media only screen and (max-width:1025px) {

#feature{
margin-bottom:-40px;
}
#feature .header .col-2{
max-width: 100%;

}

#feature .galeria-cont{
	margin-top:50px;

}

#feature .header{
position: relative;
text-align:center;
max-width:100%;
top:auto;
left:auto;
transform:translate(0,0);
    
}

#feature .header .col-2:first-child{
max-width: 100%;
}


#feature .galeria-cont .item{
	width:100%;
	height:50vh;
	
}

#feature .galeria-cont .item:first-child{
height:auto;
margin-bottom:30px;
}

#feature .galeria-cont .item h1{
    	font: 20px/30px 'Text Me One', sans-serif;
		text-align:center;
}

#feature .galeria-cont .item:nth-child(3),
#feature .galeria-cont .item:nth-child(4),
#feature .galeria-cont .item:nth-child(6),
#feature .galeria-cont .item:nth-child(7),
#feature .galeria-cont .item:nth-child(8){
	transform:translate(0,0);

}

#anounce{position:relative;
left: auto;
bottom: auto;
transform: translate(0, 0);
width:100%;
padding:0;
margin:60px 0;

}
}






















/*****/

#bio{
	width:100%;
	height:auto;
	background-size:cover;
	background-position:center center;
	padding:80px 0;
	position:relative;
	overflow:hidden;
	z-index:4;
}

#bio .cont{
float:right;
width:50%;
padding:0 40px; 
}

#bio .cont h1{
    color: #0ffbff;
    letter-spacing: 5px;
	font-size: 72px;
    font-weight: normal;    
    line-height: 80px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#bio .cont p{
    color: #ffffff;
	padding-bottom: 28px;

}

#bio .btn{
	background:transparent;
	color:white;
	border-color:white;
	}
	
	#bio .btn:hover{
	background:white;
	color:#252525;
	}
	
	#bio h1.main-title{
	font-size: 200px;
    line-height: 200px;
    position: absolute;
    left: 0;
    bottom: -5.2%;
    right: 0;
    font:  'Oswald', sans-serif;
    letter-spacing: 24px;
    opacity: 0.15;
    text-transform: uppercase;
    text-align: center;
	font-weight:400;
	color:white;
}


@media only screen and (max-width:1025px) {


#bio .cont{
float:none;
width:80%;
padding:0 40px; 
}


	#bio h1.main-title{
	display:none;
}



}











	
/*****/

#blog{
width:100%;
float:left;
padding:80px 10% 80px 0;

 
}

#blog .header{
    
    margin-bottom: 100px;
    text-transform: uppercase;
	padding-top: 60px;
    position: relative;
	border-top: 1px solid #969696;
}

#blog .header h1{
font-size: 80px;
    letter-spacing: 4px;
    line-height: 80px;
}

#blog .header:before{
    position: absolute;
    left: 0;
    top: -17px;
    height: 7px;
    width: 76px;
    content: '';
    background: #5e5e5e;	
}


/* listados ***************************************************************************************************************

 Esto aplica para  todos los  SVL-*  y  para todos los  SV-listado-*
	todos los listados son iguales en este modelo.
	
*/




#listados {
	overflow:hidden;
	text-align:center;
	}

body.index #listados { 
	}

body.interno #listados { 
	padding-top:10vh;
}


#listados  h3,
#centrolistados p,
#listados p {
	text-align: left;
    color: rgb(78, 82, 102);
    margin: 0 auto;
    overflow: hidden;
    line-height: 28px;
    font-size: 18px;	
	max-width: 500px;
}


#listados  a.item{	
	display:block;
	width:50%;
	padding-left:40px;
	margin:0;
	position:relative;
	cursor:pointer;
	overflow:hidden;	
	box-sizing: border-box;
	transition: all .4s cubic-bezier(0,.29,.35,.98);
	float:left;
}

#listados a.item:hover{}

#listados a.item .fecha-cont {
width:90px;
margin-right:20px;
display:block;
float:left;
color: #998675;
font: 14px/20px 'Oswald',sans-serif;
float: left;
letter-spacing: 1px;
text-transform: uppercase;
}

#listados a.item .fecha-cont .dia{
    display: block;
    font-size: 60px;
    line-height: 70px;	
}
#listados a.item .fecha-cont .mes{}

#listados a.item .info{
display:block;
float:left;
width: calc(100% - 120px);
text-align:left;
}
#listados a.item .info .resumen{
    color: #5e5e5e;
    font: 18px/28px 'Vollkorn',serif;
	padding-bottom:30px;
}

#listados a.item h6{ 
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;

}


#listados a.item .resumen{

	}
	

#listados .btn:hover{
    background: #998675;
    color: white;
}

#centrolistados #nav a#nav-button{
	
	margin-bottom:20px;
	
}
#centrolistados #nav {
	float:right;
	padding-right: 20px;
	
}


/*cerro listados **********************************/





/**detalle articulo***/




.header-titulo{
	position:absolute;
	left:40px;
	top:50%;
	transform:translate(0,-50%);
	width:80%;    
    text-transform: uppercase;
	
	

}


.header-titulo{
	position:absolute;
	left:40px;
	top:50%;
	transform:translate(0,-50%);
	width:80%;    
   
	
	

}
.header-titulo h1{
 	font-size: 80px;
    letter-spacing: 4px;
    line-height: 80px;
	color:#fff!important;
	 text-transform: uppercase;
}



@media only screen and (max-width:1025px) {

.header-titulo h1{
 	font-size: 40px;
    line-height: 1em;
	letter-spacing:0;
	
}


}


/*Titulo para la pagina de los listados*/
.header-titulo2{
font-size: 80px;
    letter-spacing: 4px;
    line-height: 80px;
	margin-bottom:40px;
	 text-transform: uppercase;
	
	

}



#breadcrums{
    text-align: left;
    margin: 0 0 40px 0;
	color:rgb(78, 82, 102);	
	background: #5a5a5a;
    font: 14px/20px 'Oswald',sans-serif;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    color: #998675;
	padding:20px 10px;
	letter-spacing: 3px;

}

body.listados #breadcrums{
	margin-top:110px;
   

}

#breadcrums a{
	color:#fff;
	transition: all linear .3s;
}

#breadcrums a:hover {color: #998675; }

.videos-cont{
	width:100%;
	display:block;
	margin:50px 0; 
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 20px 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* caja  ************************************************************************************

caja con la  foto principal en 
SV-listado-* , SV-detalle-producto.php  y  SV-detalle-articulo.php
siempre se usa el  id  caja para referirse a esa caja donde esta la foto principal de esas paginas

*************************************/

#top-image {
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position:center center !important;
	width:100%;
	height:600px;
	position: relative;
	margin-top:80px;
	
}

@media only screen and (max-width:960px){ 

#top-image {	
	height:380px;
}
}







#contenido #centro  p{
	margin-bottom:20px;
	}






/* Ni idea de si esta mierda funciona, los odio a todos */

#caja{
	background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 500px;
    position: relative;
	margin-top:85px;
 
}


@media only screen and (max-width:960px){ 

#caja {	
	margin-top: 0;
}
}



#contenido #centro h1{
    font-size: 50px;
	line-height:60px;
    margin:50px 0;
	
}

@media only screen and (max-width:420px){ 
	#contenido #centro h1 { font-size: 2em;}
}

#contenido #resumenarticulo{
    color: rgb(78, 82, 102);
    border: solid 12px #F5F5F5;
    padding: 20px;
	margin-bottom:30px;
}

#caja img{ width:100%;
display:block;

}

#contenido #centrolistados{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}


#resumenarticulo{
	font-size:1.3em;
	color:rgb(78, 82, 102);
	margin:0 0 20px 0;
	font-family: 'Oswald',sans-serif;
	font-weight:300;
	}

@media only screen and (max-width:700px){ 

#contenido #centrolistados h1{
    font-size: 40px;	
	margin:10vh 0 20px 0;
}
}






/*******listados internos******/

#listados-internos{ }
.listadosinternosenelhome{overflow:hidden;
margin:80px auto 40px auto;
width:95%;
max-width:1400px;
position:relative;
background-color:#e8e8e8;
padding:30px;}


.listadosinternosenelhome h1{ text-transform:uppercase;
padding-bottom: 20px;
border-bottom:1px dotted #ccc;
margin-bottom:20px;
font-size:80px;
line-height:80px;}

#listados-internos a.item{
	width:46%;
	float:left;
	display:block;
	margin:0 4% 3% 0;
	padding:26% 0 0 0;
	position:relative;
	box-sizing: border-box;
	overflow:hidden;

}

#listados-internos a.item:nth-of-type(2n){
	margin-right:0;

}

#listados-internos .item .info{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	z-index:2;
	

}
#listados-internos .item .info h4{color:#fff;
text-transform:uppercase;
font-size:1.3em;
transition:all .3s linear;
	
}


#listados-internos .item:hover .info h4{color:#333;

	
}

#listados-internos .item .info .resumen{
	display:none;
	
}

#listados-internos .item img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width: 100%;
	z-index:1;
	transition:all .3s linear;

}

#listados-internos .item:hover img{
	opacity:.2;

}


@media only screen and (max-width:1025px) {
	


#listados-internos a.item{
	width:100%;
	float:none;
	margin:0;
	padding-top:60%;
	

}

#listados-internos .item .info h4{
font-size:1em;
line-height:1em;

	
}

}



























#galeria{ 
	margin:40px 0; 
	overflow:hidden;
	}

#galeria a{ 
display: block;
    width: 33.3333%;
    margin: 0;
    float: left;    
	box-sizing: border-box;
	overflow:hidden;
	height:350px;

	}
	
	#galeria a:nth-of-type(2n){ height:300px }
	
	#galeria a:nth-of-type(4n){ height:250px }

#galeria a:hover {

}

#galeria a img{ 
	height:100%;
	margin-left:-45%;}



#galeria .galeriaarticulo a img:hover{
	color: rgba(0,108,184,0.8);
	position:absolute;
	width: 100%;
	height:100%;
}



@media only screen and (max-width:800px){
#galeria a{  width: 32.3333%;	}
}

@media only screen and (max-width:600px){
#galeria a{  width: 49%;	}
}








/* botones  *************************************/





#botones{
	z-index:2;
	margin:25px 0;}

#botones .boton{ 
	display:inline-block;
}
 

.botonesarticulo a { margin-bottom: 10px; margin-right:10px }




/*cerro botones **********************************/





























/* Estilos del  div  #centro
 aplica para todos los SV-*

  *************************************/

#centro {
    width: 90%;
    max-width: 900px;
    margin: auto;
    padding: 20px 0 40px 0;
}

#centro h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align:center;
}

#centro p {
    font-size: 20px;
    line-height: 28px;
    color:rgb(78, 82, 102);
    margin-bottom: 25px;
	color:#666;
}

#centro ul{
	padding:0 20px;}

#centro li {
    font-size: 18px;
    line-height: 26px;
    color:rgb(78, 82, 102);
    margin-bottom: 20px;
    text-align: justify;
	list-style:disc;
}

#centro h1, #centrolistados h1 {
text-align: center;
text-transform:uppercase;

font-size:3em;
padding:0 15px;
}

#centrolistados p
{ text-align:center;
max-width:800px;
margin:0 auto 20px auto;
padding:0 15px;}

.articulo288{padding-top:80px;}

.articulo288 #breadcrums {display:none;}
.articulo288 .masinfo,
.articulo288 #fechaactualizacion {display:none !important;}

#centro  {

padding-top: 25px;
padding-bottom: 25px;
}



#centro  p{
	line-height:1.4em;
}
	
.unbreakable{	break-inside:avoid-column;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	page-break-inside: avoid;
}

#centro  p:last-child{ margin-bottom:0;}


#centro  h1,
#centro  h2,
#centro  h3,
#centro  h4,
#centro  h5
{
		text-transform:uppercase;
		margin:35px 0 10px 0;
	
	}

#centro  h1:first-child,
#centro  h2:first-child,
#centro  h3:first-child,
#centro  h4:first-child,
#centro  h5:first-child
{
		margin:0 0 10px 0;
	
	}


#centro  table{border:solid 1px #f2f2f2;
border-collapse:collapse;
color:rgb(78, 82, 102);
}


#fechaactualizacion{
text-align:center;
font-size:15px;
letter-spacing:1px;
text-transform:uppercase;
margin:25px 0;
color:rgba(0,0,0,0.8);
font-family: 'Oswald',sans-serif;
font-weight: 300;}

#fechaactualizacion:before{ content:"updated on "}



@media only screen and (max-width:700px){ 

#centro p {
    font-size: 16px;
    line-height: 24px; 
}


#centro li {
    font-size: 16px;
    line-height: 24px;
}
}






/*cerro centro **********************************/

















/*FOOTER 
SVG-footer.php
*************************************/


#footer{
width:100%;
position:relative;
overflow:hidden;
box-sizing: border-box;
color: #969696;
min-height: 436px;
overflow: hidden;
padding-bottom: 58px;
padding-top: 114px;
position: relative;

}

#footer:before, #footer:after {
    border: 436px solid transparent;
    border-bottom: 0px solid transparent;
    content: '';
    position: absolute;
    bottom: 0%;
}

#footer:before {
    border-left: 1900px solid #252525;
    left: 70%;
    border-right: 0px solid transparent;
}

#footer:after {
    right: 30%;
    border-left: 0px solid transparent;
    border-right: 1620px solid #252525;
}

#footer .cajafooter {
	margin: auto;
	right:240px;
	position:absolute;
	top:100px;
	z-index:999;
		
}

.cajafooter img{
	display:inline-block;
	max-width:150px;
	margin-bottom:5px;}

@media only screen and (max-width:1025px) {

#footer .cajafooter {
	right:30px;
	
	
}

}

#footer .cajafooter h1{
    color: #d0d0d0;
    font: 50px/1em 'Oswald', sans-serif;
    display: block;
    margin-bottom: 6px;
	text-transform:uppercase;
}

#footer .cajafooter p{
    font: 18px 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}



#footer a{ 
	color: rgba(243,243,243,.8);
}

#footer p {
	margin-bottom:10px;
	font-size:13px;
	}

#footer .bloque{ 
    width:33%;
	float:right;
	padding:10vh 10vw;
}

#footer #f01{ 
	float:left;
}
	
#footer #f02{ 
	text-align:center;
}

#footer #f02 #logo2 {z-index: 9; width: 100%; max-width: 300px;}

@media only screen and (max-width:720px){ 
		#footer #f02 { display: none;}
		#footer .bloque { width: 50%;}
	}	
	
	@media only screen and (max-width:500px){ 		
		#footer .bloque { width: 100%; text-align:center !important;}
	}	

#footer #f01 h1{ 	
	text-transform:uppercase;
}	
#footer #f03{ 
	text-align:right;
	background-color:#E04B28;
}
#footer #f03 h1{	
	text-transform:uppercase;
	color:white;
}




#footer .bloque h1{ 
	display:inline-block;	
	font-size:17px;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	color:black;
	letter-spacing:1px; 
	}

#footer a.item{ 
display:block;
margin:0 0 10px 0;
font-size:12px;
text-transform:uppercase;
}

#footer a.item:hover{
	color:white; 
}










/*Redes sociales 
SVG-redessociales.php 

* *****************************************************************************************************/


#redessociales{ 
margin-bottom:40px;
text-align:right;
padding-right:40px;
}



#redessociales a { 
color: #d2c4a8 ;
font-size: 25px;
position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
display: inline-block;
padding: 0;
margin: 0 0 0 30px;
line-height:28px;
}


@media only screen and (max-width:1025px) {

#redessociales{ 
text-align:center;
padding-right:0;
width:100%;
}
#redessociales a { 

margin: 0 15px;

}

}

#redessociales a:hover{
	color: white;
}


a.red{}
		


#redessociales a:before{ font-family:iconos;}

.facebook:before{ content:"\f09a"; letter-spacing: 0 !important}
.twitter:before{ content:"\f099"; letter-spacing: 0 !important}
.instagram:before{ content:"\f16d"; letter-spacing: 0 !important}
.snapchat:before{ content:"\f2ac"; letter-spacing: 0 !important}
.youtube:before{ content:"\f16a"; letter-spacing: 0 !important}
.mail:before{ content: "\f0e0";}







/* userhome 















SV-userhome.php
 ******************************************************************************/

#centro.userhome{ width:98%;
margin:30px auto;
max-width:1200px;}



.userhome .ubloque{ 
overflow:hidden;
position:relative;}


.userhome .ubloque:hover{

}


.userhome .ubloque h2{ 
cursor:pointer;


}


.userhome .ubloque:after{
	position:absolute;
	height:30px;
	width:30px;
	right:0;
	top:15px;
	display:block;
	font-family:iconos;
	font-size:20px;
	content:"\f054";
	color:#CCC;
	transition:all 0.3s linear;}


.userhome .ubloque.abierto:after{
	transform:rotate(45deg);
}





.hijo{display:none;
margin:10px 0 0 0;}


.userhome table{ width:100%;}

.userhome table,
.userhome th,
.userhome td{border-collapse:collapse}

.userhome th,
.userhome td{ padding:7px;}

.userhome th {
	color:#fff;
	background:#00aee0;
	padding:10px;
	margin:5px;

}

.userhome td{ background:#f2f2f2;
border-bottom:solid 1px rgba(255,255,255,0.5)}

.userhome tr:hover td{ background:#E6E6E6;
}












#perfil{ overflow:hidden;
column-count:2;
column-width:auto;
column-gap:20px;
}

#perfil img#imagenusuario{
	display:block;
	width:100%; 
	
box-sizing: border-box;
padding:10px;
background-color:rgba(204,204,204,0.5);
margin:0 0 15px 0;}




#perfil #dato{	break-inside:avoid-column;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	page-break-inside: avoid;
	font-size:13px;
	border:solid 1px rgba(0,0,0,0.15);
	font-family:arial!important;
	margin:0 0 15px 0;

	}
	
#perfil #dato h4, #dato #data{ padding:5px;}

#perfil #dato h4{ font-weight:bold; color:#666;	font-family:arial!important;
background-color:rgba(0,0,0,0.1);
margin:0;
letter-spacing:normal;}
#perfil #dato #data{	color:#999;}


/*cerro userhome **********************************/




























/* formulario  *************************************/

.form .col-2{width:50%;
float:left;
padding:0 10px;}

.formulario {
  background: white;
  overflow: hidden;

}

.form .col-2 a{
	display:block;
	margin-bottom:28px;
	margin-left:20px;
}
.form a i{
	display: block;
    float: left;
    line-height: 28px;
    margin-right: 15px;
    color: #998675;
}
.formulario .col-2 {float: left; width: 50%;}
@media only screen and (max-width:600px){ 
.formulario .col-2 {float: left; width: 100%; padding:0 !important}
}
.formulario h3 {
  padding-bottom: 10px;
  border-bottom:solid 1px #E3E8E9;
  font-size: 17px;
  margin-bottom: 20px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    color: #5e5e5e;
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    padding: 10px 10px 10px 15px;
    vertical-align: middle;
    outline: none;
    margin-bottom: 30px;
    border-radius: 0;
    -webkit-transition: border-color 1s ease,box-shadow 1s ease;
    -moz-transition: border-color 1s ease,box-shadow 1s ease;
    -o-transition: border-color 1s ease,box-shadow 1s ease;
    transition: border-color 1s ease,box-shadow 1s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.formulario textarea {height: 107px;padding-top: 10px;}



.minibox {
	    background: #F9F9F9;
    border: aliceblue;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
}


/*cerro formulario **********************************/

