@import url("fonts/fonts.css");

body{
	background:url(../img/bg.jpg) top center;
	margin:0;
	font-family:'Open Sans', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11pt;
	font-weight:300;
	color:#585857;
	}

#main{
    left: 50%;
    margin: 20px auto 0px auto;
    margin-left: -480px;
    max-width: 960px;
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	}

#background{
	width:100%;
	min-height:300px;
	position:relative;
	top:0px;
	left:0px;
	z-index:0;
	}

#background img{
	position:absolute;
	}

#header{
	background:#fff;
	margin-bottom:15px;
	height:120px;
	position:relative;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);	
	}

#header #logo{
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-44px;
	}

#header #redes{
	width:67%;
	height:30px;
	position:absolute;
	right:10px;
	top:20px;
	font-family:robotocondensed;
	font-size:13px;
	color:#7F8080;
	line-height:25px;
	text-align:left;
	}

	.buscador {
		float: left;
		margin-left: 150px;
		width:180px;
		position: relative;
	}

	.subtitu {
		color: #3C3C3B;
		margin-top: 10px;
		text-align: center;
		/*font-weight: 500;*/
		font-family: roboto_slabregular;
	}

#header #redes input{
	font-family:roboto_slabregular;
	font-weight: 500;
	font-size:13px;
	color:#585756;
	width:100%;
	vertical-align:middle;
	height:25px;
	background : #E6E6E1 url(../img/buscar-07.png) no-repeat;
	background-position: 158px 7px;
	border: none;
	padding-left: 10px;
	border-radius: 30px;
	outline: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}

::-webkit-input-placeholder { color: #585756; } /* WebKit */
:-moz-placeholder { color: #585756; } /* Firefox 18- */
::-moz-placeholder { color: #585756; } /* Firefox 19+ */
:-ms-input-placeholder { color: #585756; } /* IE 10+ */

#header #redes img{
	vertical-align:middle;
	}

	.resul {
		width: 89%;
		background: #fff;
		padding: 10px;
		position: absolute;
		z-index: 9;
		top: 25px;
		border: 1px solid rgba(195,195,195,0.4);
		display: none;
	}

	.resul a {
		text-decoration: none;
	}

	.resul div {
		width: 100%;
		color: #7F8080;
		font-family: robotocondensed;
		font-size: 14px;
		padding: 5px 10px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
		text-align: left;
		cursor: pointer;
	}

	#pause {
		    position: absolute;
		    top: 140px;
		    z-index: 10;
		    cursor: pointer;
		    right: 10px;
	}

#main-menu{
	width:75%;
	height:25px;
	position:absolute;
	right:0px;
	bottom:15px;
	}

#main-menu li{
	display:inline-block;
	width:15%;
	text-align:center;
	padding:5px 3px;
	border-right:2px dotted #808081;
	}
	
#main-menu li a{
	font-size:12.5px;	
	font-family: roboto_slablight;
	color:#3C3C3B;
	text-decoration:none;
	}

#main-menu li:last-child{
	border-right:none;
	}

#content{
	background:#fff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);	
	}

#footer{
	font-family:robotocondensed;
	}

#footer #footer-content{
	background:#3E3E3D;
	padding-top:30px;
	}
	
#text-suscribete{
	color:#C4C4C3;
	font-size:16px;
	}

#footer #footer-copyright{
	padding:10px 0px 20px;
	font-family:robotocondensed;
	font-size:11px;
	color:#3D3D3B;
	}

#footer .col4{
	padding:0px 20px 20px 20px;
	}

#footer input{
	font-family:robotothin;
	font-size:9px;
	color:#585857;
	width:170px;
	height:17px;
	padding-left:5px;
	vertical-align:middle;
	border:2px solid #fff;
	}
	
#siguenos{
	color:#C4C4C3;
	font-size:12px;
	}

#footer #info-list li{
	display:block;
	background:url(../img/contact0.png) no-repeat left 3px;
	padding:0px 0px 8px 20px;
	color:#CDCCCC;
	font-family:aileronthin;
	font-size:12px;
	line-height:18px;
	}

#footer #site-menu li {
	display:block;
	padding:2px 0px 2px 10px;
	text-transform:uppercase;
	line-height:20px;
	}
	
#footer #site-menu li a{
	font-size:11px;	
	font-family: roboto_slablight;
	color:#B0B0B0;
	text-decoration:none;
	}
	
#contactenos{
	color:#C4C4C3;
	 font-size:14px;
	 padding:15px 0px; 
	 display:block;
	 }

.banner{
	position:relative;
	}
	
.banner1{
	position:relative;
	}

.banner .banner-info {
	width:300px;
	color:#585857;
	font-family: roboto_slablight;
  	font-size: 17px;
	position:absolute;
	right:40px;
	height:200px;
	top:50%;
	margin-top:-100px;	
}

.texto-grande {
	display:block;
	color:#585857;
	font-family: roboto_slablight;
  	font-size: 44px;
	line-height:40px;
	margin-bottom:10px;
}

.vermas {
	text-align:right;
	padding-right:20px;
}

.vermas a{
	color:#DB062B;
	font-family:robotocondensed;
	font-size:14px;
	text-decoration:none;
}

.sabermas{	
	margin-top:50px;
	text-align:center;
	}
	
.sabermas a{
	color:#CC1236;
	font-family:robotocondensed;
	font-size:14px;
	text-decoration:none;
	}

.titulo {
	color:#3D3D3B;
	font-family:roboto_slablight;
	font-size:17px;
	background:url(../img/deco1.png) no-repeat center bottom;	
	text-align:center;
	padding-bottom:7px;	
}

.texto-bienvenida{
	color:#4E4C4C;
	font-family: roboto_slabregular;
	font-size:13px;
	text-align:left;
	}

.titulo.largo {
	color:#585857;
	font-family:roboto_slablight;
	font-size:17px;
	background-image:url(../img/decor2.png);
}

.carr-container {
	padding:10px 00px;
}

.producto {
	width:25%;
	box-sizing:border-box;
	padding:15px;
	float:left;
}

.producto .prod-img {
	overflow:hidden;
	height:233px;
	text-align:center;
}

.producto .prod-img img{
	height:233px;
	margin:0px auto;
	width:85%;
}

.producto .prod-tit {
	color:#3D3D3B;
	font-family:roboto_slabregular;
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
}

.producto .prod-tex {	
	color:#585857;
	font-family: roboto_slabregular;
	font-size:12px;
	text-align:center;
	background:url(../img/deco1.png) no-repeat center bottom;
	padding-bottom:10px;
}

.item4 {
	width:25%;
}

.info{
	background-color: #FFFFFF;
  position: absolute;
  width: 310px;
  right: 310px;
  height: 140px;
  top: 50%;
  margin-top: -100px;
  border-radius: 0px 20px 0px 20px;
  padding: 20px;
  font-family: roboto_slablight;
  font-size: 14px;
  text-align: justify;
	}
	
.info div{
	color:#585857;
	font-size:29px;
	text-align: center;
	margin: 0 auto;
	display: table;
	}

.info p{
	margin: 0px;
	width:280px;
	}
	
.banner .banner3-info {
	width: 320px;
  position: absolute;
  right: 300px;
  height: 160px;
  top: 50%;
  margin-top: -120px;
  background-color: #FFFFFF;
  padding: 20px;
  text-align: center;
  border-radius: 0px 30px;
}

.banner .banner3-info span {
	color:#CC1236;
	font-family: roboto_slablight;
  	font-size: 28px;
  }
  
 .banner .banner3-info p {
	color:#1D1D1B;
	font-family: roboto_slabregular;
  	font-size: 15px;
  }
  
  
.text-header{
  	background-color: #FFFFFF;
  	border-radius: 0px 15px 0px 0px;
  	color: #3AAA35;
  	font-family:roboto_slabregular;
  	font-size: 23px;
	position: absolute;
  	height: 30px;
  	left: 65px;
  	padding: 5px;
  	text-align: center;
  	top: 80%;
  	width: 270px;
	}
	
.leyenda{
	width: 85%;
  	margin: 0px auto;
  	margin-top: 20px;
  	text-align: justify;
  	font-family:roboto_slabregular;
  	font-size: 14px;
  	color: #585857;
  	}
	
/*CATEGORIAS*/

.container-cat{
	margin:0 auto;
	width:70%;
	}
	
.item-cat{
	float:left;
	margin-bottom:40px;
	margin-top:20px;
	width:50%;
	text-align: center;
	}
	
.item-cat p{
  	font-family:'robotocondensed';
  	font-size: 17px;
	height:30px;
	text-align:center;
	}
	
.item-cat p img{
	margin-right:10px;
	vertical-align:middle;
	}
	
.item-cat div{
	margin:0 auto;
	width:90%;
	}
	
/*CONTACTENOS*/

.text-header2{
  	background-color: #FFFFFF;
  	border-radius: 0px 15px 0px 0px;
  	color: #CC1236;
  	font-family:roboto_slabregular;
  	font-size: 27px;
	position: absolute;
  	height: 30px;
  	left: 65px;
  	padding: 5px;
  	text-align: center;
  	top: 80%;
  	width: 200px;
	}	

.contact-content{
	margin:0 auto;
	width:90%;
	}
	
.contact-content .contacto-mensaje{
	width:58%;
	float:left;
	box-sizing:border-box;
	padding-left:60px;
	}
	
.contact-content .contacto-mensaje div:first-child{
	background-color:#B2B2B2;
	font-family:robotocondensed;
	font-size: 20px;
	color: #FFFFFF; 
	text-align:center;
	width:100px; 
	border-radius:0px 15px 0px 15px;
	margin-bottom:20px;
	}
	
.contact-content .contacto-mensaje div p{
	font-family:robotocondensed;
	font-size: 13px;
	color: #3D3D3C;
	margin:0px;
	margin-bottom:5px;
	}
	
.contact-content .contacto-mensaje div input{
	font-family:robotocondensed;
	font-size: 13px;
	color: #3D3D3C;
	margin-bottom:10px;
	width:255px;
	height:25px;
	}
	
.contact-content .contacto-mensaje div textarea{
	font-family:robotocondensed;
	font-size: 13px;
	color: #3D3D3C;
	margin-bottom:10px;
	width:436px;
	height:114px;
	}
	
.contact-content .contacto-mensaje div button{
	background-color:#DB062B;
	border:none;
	float:right;
	font-family:robotocondensed;
	font-size: 15px;
	color:#FFFFFF;
	width:92px;
	height:24px;
	}
	
.contact-content .contacto-datos{
	width:40%;
	float:left;
	box-sizing:border-box;
	padding-left:70px;
	}
	
.contact-content .contacto-datos img{
	margin-right:10px;
	vertical-align:middle;
	}
	
.contact-content .contacto-datos div{
	height:85px;
	border-bottom:1px solid rgba(160,160,160, .5);
	}
	
.contact-content .contacto-datos div:last-child{
	border:none;
	}
	
.contact-content .contacto-datos div p{
	font-family:robotocondensed;
	font-size: 19px;
	color:#1D1D1B;
	}
	
.contact-content .contacto-datos div:last-child p{
	font-size: 15px;
	}
	
.contact-content .contacto-datos div span{
	font-family: roboto_slabregular;
	font-size: 13px;
	color:#585857;
	margin-left:35px;
	}
	
.contact-content .contacto-datos div:last-child img{
	margin: 4px;
	}
	
.map{
	width:80%;
	height:288px;
	margin:0 auto;
	}
	
/*NUESTROS PRODUCTOS*/	

.text-header3{
  	background-color: #FFFFFF;
  	border-radius: 0px 15px 0px 0px;
  	color: #CC1236;
  	font-family:roboto_slabregular;
  	font-size: 23px;
	position: absolute;
  	height: 30px;
  	left: 65px;
  	padding: 5px;
  	text-align: center;
  	top: 80%;
  	width: 269px;
	}
	
.container-product{
	clear: both;
	margin:0 auto;
	/*overflow: auto;*/
	padding-top: 10px;	
	width:90%;
	}
	
.container-product .tit-sidebar{
	color:#3C3C3B;	
	font-family:roboto_slabregular;
	font-size: 12.5px;
	padding: 0px 0px 20px 15px;
	text-transform:uppercase;
	}
	
.container-product .tit-sidebar a{
	color:#3C3C3B;
	}
	
.container-product .sidebar{
	float: left;
	height: 784px;
	padding-left: 3%;
	/*padding-right: 3%;
	padding-top: 36px;
	text-align: center;*/
	width:20%;
	margin-top: 30px;
	}
	
.container-product .content-product{
	float: left;
    padding-left: 4%;
    text-align: center;
    width: 70%;
    /*position: absolute;
    right: 0;
    top: 425px;*/
	}
	
.container-product .content-product .productRow{
	min-height:300px;
	}

.content-product .productRow .productInfo{
	float: left;
	/*padding-left: 5%;
	padding-right: 5%;*/
	width: 33%;
	min-height:300px;
	}
	
.productRow .productInfo .product-name{
	color:#3D3D3B;
	font-family:roboto_slabregular;
	font-size: 15px;
	position: relative;
	top: -15px;
	text-transform:uppercase;
	}
	
.productRow .productInfo .product-content{
	color:#585857;
	font-family: roboto_slabregular;
	font-size: 12px;
	position: relative;
	top: -25px;	
	white-space: pre-wrap;
	}

.productRow .productInfo .img-product{
	position: relative;
	max-height:200px;
	/*min-height:297px;*/
	}
	
.productRow .productInfo .img-product img{
	/*max-height: 237px;
 	max-width: 199px;*/
	max-height: 200px;
	width:65%;
	}
	
.productRow .productInfo .decor{
	position: relative;
	top: -35px;
	}
	
/*DETALLE PRODUCTOS*/

#container-producto{	
	float:left;
	/*margin:0px auto;*/
	min-height:500px;
	width:100%;
	}
	
#container-producto p{
	margin:0px;	
	}
	
#container-producto .img-producto{
	float: left;
    max-height: 500px;
    min-height: 500px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 45%;
	}
	
#container-producto .img-producto img{
	margin: 0 auto;
	margin-top: -37px;
	max-height: 400px;
    max-width: 260px;
	}
	
#container-producto .detalle-producto{
	float:left;
	min-height:500px;
	width:55%;
	}
	
#container-producto .detalle-producto .nombre-product{
	color:#3C3C3B;
	font-family:roboto_slabregular;
	font-size: 24px;
	margin-top: 90px;
	text-align:left;
	}
	
#container-producto .detalle-producto .sub-nombre{
	color:#878787;
	font-family:robotocondensed;
	font-size: 17px;
	}
	
#container-producto .detalle-producto .medidas{
	color:#3AAA35;
	font-family:robotocondensed;
	font-size: 17px;
	}
	
#container-producto .detalle-producto .descripcion{
	color:#585857;
	font-family: roboto_slabregular;
	font-size: 13px;
	width:342px;
	}
	
#container-producto .detalle-producto .text-presentacion{
	background-color:#B2B2B2;
	border-radius:0px 20px;
	color:#FFFFFF;
	font-family:robotocondensed;
	font-size: 17px;
	height:31px;
	margin-bottom:5px;
	text-align:center;
	width:134px;
	}
	
#container-producto .detalle-producto .text-presentacion p{
	padding:3px;
	}
	
#container-producto .detalle-producto .content-img{	
	float:left;
	padding: 5px;
	width:20%;
	}
	
#categoria{	
	float: left;
    margin-left: 40px;
    margin-top: -40px;
    width: 30%;
	}
	
#img{
	font-family:'robotocondensed';
	font-size:15px;
	}
	
#img img{
	vertical-align:middle;
	}
	
#items{
	}
	
#items ul{
	background-color:#F6F6F6;
	margin-left:15px;
	width:75%;
	}
	
#items ul li{
	border-bottom:1px solid rgba(198,198,198,.5);
	margin:0 auto;
	padding:5px 0px;
	width:80%;
	}
	
#items ul li:last-child{
	border-bottom:none;
	}
	
#items ul li a{
	color:#878787;
	font-family:'robotocondensed';
	font-size:14px;
	text-decoration:none;
	}
	
.brochure{
	color:#DB062B;
	font-family:'robotocondensed';
	font-size:15px;
	}
	
.brochure img{
	margin-right:10px;
	}
	
/*BLOG*/	

.text-header4{
  	background-color: #FFFFFF;
  	border-radius: 0px 15px 0px 0px;
  	color: #CC1236;
  	font-family:roboto_slabregular;
  	font-size: 27px;
	position: absolute;
  	height: 30px;
  	left: 65px;
  	padding: 5px;
  	text-align: center;
  	top: 80%;
  	width: 112px;
	}
	
.leyenda-blog{
	width: 90%;
  	margin: 0px auto;
  	margin-top: 20px;
  	text-align: justify;
  	font-family:roboto_slabregular;
  	font-size: 14px;
  	color: #585857;
  	}
	
.container-blog{
	margin: 0 auto;
	width:90%;
	position:relative;
	}
	
.container-blog .content-noticias{
	width:70%;
	float:left;
	border-bottom:1px solid rgba(160,160,160,.5);
	padding-bottom: 20px;
    margin-bottom: 20px;
	}
	
.container-blog .content-noticias .img-noticia{
	position:relative;
	float:left;
	max-height:165px;
	max-width:248px;
	min-height:165px;
	min-width:248px;
	}
	
.container-blog .content-noticias .img-noticia img{
	position:absolute;
	max-height:165px;
	min-height:165px;
	width:100%;
	}
	
.container-blog .content-noticias .noticia{
	width: 55%;
    float: right;
	}
	
.container-blog .content-noticias .noticia .header-noticia{
	width: 100%;
    height: 54px;
    margin-bottom: 10px;
	}
	
.container-blog .content-noticias .noticia .header-noticia .titulo-noticia{	
	width: 80%;
	float:left;
	}
	
.noticia .header-noticia .titulo-noticia p{	
	color:#1D1D1B;
	font-family:robotocondensed;
	font-size: 20px;
	margin: 0px;
	text-align: left;	
	}
	
.container-blog .content-noticias .noticia .header-noticia .fecha-noticia{
	width: 20%;
	float:left;
	max-height:54px;
	max-width:54px;
	min-height:54px;
	min-width:54px;
	background-color:#DB062B;
	border-radius: 0px 15px;
	color:#FFFFFF;
	font-family:roboto_slabbold;
	font-size: 14px;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	}
	
.container-blog .content-noticias .noticia .texto-noticia p{
	color:#585857;
	font-family: roboto_slabregular;
	font-size: 14px;
	text-align:justify;
	margin:0px;
	line-height:20px;
	padding-right: 10px;
	}

.container-blog .sidebar-blog{
	width: 25%;
    text-align: right;
    top: 0px;
    position: absolute;
    right: 0px;
	}
	
.sidebar-blog p{
	margin:0px;
	color:#1D1D1B;
	font-family:roboto_slabbold;
	font-size: 14px;
	text-transform:uppercase;
	}
	
.sidebar-blog ul li{
	border-bottom:1px solid rgba(160, 160, 160, .2);
	padding-top: 10px;
    padding-bottom: 10px;
	}
	
.sidebar-blog ul li:last-child{
	border-bottom:none;
	}

.sidebar-blog ul li a{
	color:#808081;
	font-family:roboto_slabregular;
	font-size: 13px;
	text-decoration:none;
	}
	
.sidebar-blog ul li:last-child a{
	color:#3AAA35;
	font-family:robotocondensed;
	font-size: 15px;
	text-decoration:none;
	}
	
/*NOTICIAS*/

.container-blog .content-noticias2{
	width:65%;
	float:left;
	margin-left: 20px;
	}
	
.titulo-noticia2 p{	
	color:#1D1D1B;
	font-family:robotocondensed;
	font-size: 20px;
	margin:0px 0px 10px 0px;
	text-align: left;	
	}
	
.fecha-noticia2{
	width: 20%;
	float:left;
	max-height:54px;
	max-width:54px;
	min-height:54px;
	min-width:54px;
	background-color:#DB062B;
	border-radius: 0px 15px;
	color:#FFFFFF;
	font-family:roboto_slabbold;
	font-size: 14px;
	text-align:center;
	position:absolute;
	top: 10px;
    left: 540px;
	}
	
.img-noticia2{	
	border-bottom:1px solid rgba(160,160,160,.5);
	padding-bottom: 20px;
    margin-bottom: 20px;
	}
	
.texto-noticia2{
	border-bottom:1px solid rgba(160,160,160,.5);
	padding-bottom: 20px;
    margin-bottom: 20px;
	}
	
.texto-noticia2 p{
	color:#585857;
	font-family:roboto_slabregular;
	font-size: 14px;
	text-align:justify;
	margin:0px;
	line-height:20px;
	}
	
#compartir{	
	color:#3AAA35;
	font-family:fira_sanslight;
	font-size: 14px;
	}

/*COMPONENTE TAB*/

#section .bn-tabs {
	margin:0px auto;
	margin-bottom: 100px;
}

#section .bn-tabs .tab-menu {
	
	}

#section .bn-tabs .tab-menu ul {
	margin-top: 10px;
  	height: 28px;
  	position: relative;
  	background-color: #DADADA;
  	border-radius: 0px 15px;
  	text-align: center;  
}

#section .bn-tabs .tab-menu ul li {
	display: block;
  height: 20px;
  float: left;
  padding: 3px 10px;
  margin: 0px 2px;
  font-family:robotocondensed;
  font-size: 15px;
  color: #575756;
  border: 1px solid transparent;
  border-radius: 0px 15px;
  width: 174px;
}

#section .bn-tabs .tab-menu ul li.active {
	background-color: #EDEDED;
	border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

#section .bn-tabs .tab-menu ul li:not(.active):hover {
	cursor: pointer;
	color:#BF272D;
}

#section .bn-tabs .tab-container {
	text-align: justify;
}

#section .bn-tabs .tab-container .tab-info {
	display: none;
	padding:10px;
	font-family:roboto_slabregular;
	font-size:14px;
	color:#585857;
	line-height:26px;
	font-weight: 500;
}

/*SERVICIOS*/

#section-s{
	min-height:610px;
	}

#section-s .bn-tabs{
	position:relative;
	}

#section-s .bn-tabs .tab-menu{
	width:20%;
	position:absolute;
	left:0px;
	}

#section-s .bn-tabs .tab-menu ul {
	background-color:#F6F6F6;
	width: 100%;
	border-radius:15px 15px 5px 15px;
	min-height:185px; 
	}

#section-s .bn-tabs .tab-menu ul li {
	height:35px;
	text-align:center;
	width: 100%;
	color:#575756;
	font-family:robotocondensed;
	font-size:15px;
	background-color:transparent ;
	padding-top: 5px;
	}
	
#section-s .bn-tabs .tab-menu ul  hr{
	margin:15px;
	}

#section-s .bn-tabs .tab-menu ul li.active {
	background-color: #EDEDED;
	border-bottom:2px solid #FFFFFF;
	border-radius:0px 15px;
	color:#BF272D;
	}

#section-s .bn-tabs .tab-menu ul li:not(.active):hover {
	cursor: pointer;
	color:#BF272D;
	}

#section-s .bn-tabs .tab-container {
	float:right;
	text-align: justify;
	width:76%;
	}

#section-s .bn-tabs .tab-container .tab-info {
	display: none;
	font-family: roboto_slabregular;
	font-size:13px;
	color:#585857;
	line-height:26px;
	width:100%;
	}

.bn-tabs #indicador {
	background:#BF272D;
	width:100px;
	position:absolute;
	height:1px;
	bottom:-1px;
	left:0px;
	display:none;
}

/*MAQUILACION*/

.seccion-1{
	/*background-image:url("../images/banner-maquilacion.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;*/
	min-height:540px;
	position:relative;
	}
	
.description{
	background-color: #FFFFFF;
    border-radius: 5px 50px 5px 50px;
    height: 212px;
	margin-left: 510px;
    margin-top: -140px;
    padding: 20px 20px 20px 40px;
    position: absolute;
    top: 50%;
    width: 337px;
	}
	
.description h1{
	color:#DB062B;
	font-family:'roboto_slablight';
	font-size:38px;
	font-weight:200;
	margin:0px;
	text-align:left;
	}
	
.description h2{
	color:#585857;
	font-family:'roboto_slablight';
	font-size:26px;
	font-weight:200;
	margin:0px;
	text-align:left;
	}
	
.description p{
	color: #6D6D6D;
    font-family: 'roboto_slablight';
    font-size: 14px;
    margin: 10px 0px;
    text-align: justify;
    width: 95%;
	}
	
.seccion-2{
	background-image:url("../images/tira-decor.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:20px;
	min-height:105px;
	position:relative;
	}
	
.seccion-3{	
	height:440px;
	margin:0 auto;
	position:relative;
	width:90%;
	}
	
#tu-marca{
	float:left;
	height:100%;
	width:30%;
	}
	
.container-slider{
	float:left;
	height:100%;
	margin-top: 20px;
	width:70%;
	}
	
#marca{
	background-color:#DB062B;
	border-radius:0px 20px;
	height:41px;
	width:159px;
	}
	
#marca p{
	color: #FFFFFF;
    font-family: 'roboto_slablight';
    font-size: 30px;
	text-align:center;
	}
	
#verse{
	margin-bottom:50px;
	}
	
#verse p{
	color: #3C3C3B;
    font-family: 'roboto_slablight';
    font-size: 30px;
	margin-left:0;
	margin-right:0;
	text-align:left;
	}

#marca-desc h3{
	color: #575756;
    font-family: 'roboto_slabbold';
    font-size: 13px;
	margin:0;
	text-align:left;
	}
	
#marca-desc p{
	color: #575756;
    font-family: 'roboto_slablight';
    font-size: 13px;
	margin:0;
	text-align:left;
	}
	
#slider{
	margin-left: 40px;
    width: 95%;
	}
	
#slider img{
	height:353px;
	}
	
.seccion-4{	
	/*height:545px;*/
	margin:0 auto;
	position:relative;
	width:100%;
	}
	
.texto-item{
	margin:0;
	text-align:left;
	}

.titulo-item{
	color: #3C3C3B;
    font-family: 'roboto_slabregular';
    font-size: 24px;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
	width:95%;
	}
	
.decor-item{	
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	width:95%;
	}
	
.texto-item{
	color: #585857;
    font-family: roboto_slabregular;
    font-size: 13px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	width:70%;
	}
	
/*#slider-1 .slider-item .desc-item h3{
	color: #3C3C3B;
    font-family: 'roboto_slabregular';
    font-size: 19px;
	font-weight:200;
	text-align:left;
	}
	
#slider-1 .slider-item .desc-item p{
	color: #585857;
    font-family: roboto_slabregular;
    font-size: 13px;
	text-align:left;
	}*/

/*ACORDEON NUESTROS PRODUCTOS*/

.menujq ul {
	list-style: none;
	width: 100%;
	}
	
.menujq a {
	background: transparent;
	color: #3C3C3B;
	display: block;	
  	font-family:robotocondensed;
	font-size: 15px;
	line-height: 16px;
	margin-bottom: 10px;
	padding-bottom:10px;
	text-decoration: none;
	text-transform:capitalize;
	}
	
/*.menujq .opcion {
	border-bottom:1px solid #EFEFEF;
	}*/
	
.menujq a img{
  	margin-right: 10px;
	vertical-align: middle;
  }

/* Símbolo elemento normal 
.menujq ul li a:before {
content: "\25CF\00A0 ";
width: 28px;
display: inline-block;
vertical-align: top;
}*/
/* Símbolo elemento desplegable cerrado
.menujq ul li.desplegable a:before {
content: "\25BA\00A0";
}*/
/* Símbolo elemento desplegable abierto 
.menujq ul li.desplegable.activa a:before {
content: "\25BC\00A0 ";
}*/
/* Eliminar símbolos para sub-opciones 
.menujq ul li.desplegable ul li a:before,
.menujq ul li.desplegable.activa ul li a:before {
	content: "";
	}*/
	
/* Lista anidada inicialmente oculta */
.menujq ul ul {
	background: #F6F6F6;
	display: none;
	height: 500px;
	margin-bottom: 30px;
    overflow-y: scroll;
	direction:rtl;
	width: 100%;
	}

/* Sangrado y segundo color para sub-opciones */
.menujq ul ul a {
	border-bottom:1px solid #EFEFEF;
	color:#878787;
	font-size:14px;
	margin:0 auto;
	padding:15px 10px;
	text-transform: capitalize;
	width:70%;
	}

/* CLASSES */

.image {
	font-size:0;
	position:relative;
}

.image img {
	width:100%;
}

.clear {
	clear:both;	
}

.col4 {
	width:25%;
	float:left;
	box-sizing:border-box;
}

.col3 {
	width:75%;
	float:left;
	box-sizing:border-box;
}

.col2 {
	width:50%;
	float:left;
	box-sizing:border-box;
}

.col1 {
	width:100%;
	float:left;
	box-sizing:border-box;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

p {
	margin:10px;
}

/*SLICK SLIDER*/

.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots{
	bottom:0px !important;
	}

/* estilos Pagination */
.pagination{margin:0;padding:0;}
.pagination li{
	display: inline;
	padding: 6px 5px;
	margin-right: -1px;
	color: #CC1236;
  	font-family: robotocondensed;
  	font-size: 13px;
	background: #FFFFFF;
}
.pagination li a{
	text-decoration:none;
	color: #3C3C3B;
}
.pagination li.first {
}
.pagination li.last {
}
.pagination li:hover{
}
.pagination li.active a{
	background: #F0F0F0;
	color: #CC1236;
}

.boton{
	width: 23px;
    height: 23px;
    text-align: center;
    background-color: #706F6F;
    border-radius: 25px;
    color: #FFFFFF;
	float: right;
    margin: 5px;
	font-family: robotocondensed;
  	font-size: 13px;
	cursor:pointer;
	}
	
#back{
	color: #878787;
  	font-family: robotocondensed;
  	font-size: 14px;
	}

.text-pizz {
	color: #3C3C3B;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-family: roboto_slablight;
	margin-top: 30px;
}

.gastar {
	width: 360px;
	margin:  0 auto;
	background: #E30513;
	padding: 5px 0px;
	text-align: center;
	border-radius: 0px 20px 0px 20px;
	color: #fff;
	font-family: roboto_slabregular;
	font-size: 15px;
	margin-top: 30px;
}

.piz-tex {
	width: 350px;
	margin: 0 auto;
	margin-top: 20px;
	color: #3C3C3B;
	font-size: 15px;
	text-align: center;
	font-family: roboto_slablight;
	line-height: 30px;
}

.piz-tex img {
	margin-right: 10px;
}

.p-pizz {
	width: 382px;
	margin: 50px auto;
	color: #3C3C3B;
	font-family: roboto_slabregular;
	font-size: 15px;
}

.izq-piz {
	float: left;
	text-align: center;
}

.der-piz {
	float: right;
	text-align: center;
}

.img-maqui {
	background: url(../img/saysa-maquilacion.png) top center no-repeat;
	width: 100%;
	height: 181px;
	text-align: center;
}

.img-maqui p {
	font-family: roboto_slabregular;
	color: #3C3C3B;
	font-size: 17px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}

.img-maqui p span {
	color: #E30513;
}

.img-maqui a {
	font-family: roboto_slabregular;
	color: #3C3C3B;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.descargar-b {
	font-family: roboto_slabregular;
	font-size: 17pt;
	padding: 30px 0;
	text-align: center;
}

.descargar-b a {
	color: #3C3C3B;
	text-decoration: none;
}