@font-face {
 font-family: 'liebefinder';
 src: url(Liebefinden.ttf)
}



#baner-nav {
	width: 100%;
	height: auto;
	position: relative;
}

#baner-nav img {
	width: 100%;
}

#baner-nav #chico {
	display: none;
}


.text-p {
	width: 1150px;
	margin: 0 auto;
	text-align: center;
	color: #848484;
	font-size: 20px;
}

.title-secc {
	width: 500px;
	position: relative;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.title-secc h1 { 
 font-size: 30px;
 font-family: 'liebefinder';
 color: #ff0000
}

.title-secc img {
	width: 200px;
}

.title-secc h4 {
	font-size: 17px;
	margin: 0 auto;
}

.title-secc p {
	font-size: 14px;
	margin: 0 auto;
	color: #848484;
}

#cont-product {
	width: 100%;
	position: relative;
	margin: 2% auto;

}


.cojin {
	height: 1000px;
}

.frazada {
   height: 850px;
}

.edredon {
   height: 850px;
}

#cont-product .row-prod {
	width: 1150px;
    margin: 0 auto;
}

#cont-product #edredon .ind-prod  {
	height: 340px ;
	 width: 350px;
}

#cont-product .row-prod .ind-prod {
     width: 350px;
     height: 450px;
     position: relative;
     float: left;
	 margin: 0 1%;	
}

#cont-product .row-prod .ind-prod img {
 width: 100%;
}

#cont-product .row-prod .ind-prod .text-pres {
 display: flex;
 text-align: center;
}

#cont-product .row-prod .ind-prod .text-pres p {
 margin: 0 auto;
 font-size: 17px;
}

#cont-product .row-prod .ind-prod .text-pres #boton {
 background: #ff0000;
color: #fff;
padding: 10px 8px;
border-radius: 10px;
}

#cont-product  #frazada .ind-prod {
     width: 260px;
     height: 400px;
     position: relative;
     float: left;
	 margin: 0 1%;
	
}


#cont-product  #edredon .ind-prod {
     width: 260px;
     height: 400px;
     position: relative;
     float: left;
	 margin: 0 1%;
	
}

#cont-product #frazada .ind-prod .text-pres p {
 margin: 0 auto;
 font-size: 15px;
}


@media screen and (max-width: 420px) {
	
	
#baner-nav #chico {
	display: block;
}
	
#baner-nav #grande {
	display: none;
}
	

.cojin {
	height: auto;
}

.frazada {
   height: auto;
}

.edredon {
   height: auto;
}
	
.text-p {
	width:  99%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}
	
.title-secc {
	width: 99%;
	position: relative;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.title-secc img {
	width: 120px;
}
	
#cont-product .row-prod {
	width: 99%;
    margin: 0 auto;
	height: 1300px;
}
	
#cont-product #frazada {
	height: 600px;
}
	
#cont-product #edredon {
	height: 700px;
}
	
	
#cont-product #edredon .ind-prod {
     width: 155px;
     height: 310px;
	 
	
}
	
#cont-product .row-prod .ind-prod {
     width: 155px;
     height: 260px;
     position: relative;
     float: left;
	 margin: 0 1.6%;
	 transform: translateX(10px)
}
	
#cont-product .row-prod .ind-prod .text-pres {
 display: grid;
 text-align: center;
}
	
#cont-product  #frazada .ind-prod {
     width: 155px;
     height: 270px;
     position: relative;
     float: left;
	 margin: 0 1%;
	
}
	
#cont-product .row-prod .ind-prod .text-pres p {
 margin: 0 auto;
 font-size: 14px;
}
	
#cont-product #frazada .ind-prod .text-pres p {
 margin: 0 auto;
 font-size: 13px;
}
	

}




