/* =============================================================================
   Productos favoritos
   ========================================================================== */

#banner3 {
	width: 80%;
}

.title_list {
	text-align: left;
	margin-left: 5vw;
	
	font-size: 1.4vw;
	
	color: #232323;
	font-weight: bold;
	letter-spacing: 1pt;
	
	width: 100%;
	padding: 3px;
}

.producbox {
	justify-content: center;
	
	display: flex;
	width: 100%;
}

.product-item {
	float: left;
	height: auto;
	width: 15%;
	margin: .8vw;
	padding: 10px;
	
	justify-content: center;
	text-align: center;
	
	border: rgb(35,35,35,.1) .2vw solid;
	background: rgb(35,35,35,.02);
}

.galeria_img {
	width: 100%;
	height: auto;
	
	filter: drop-shadow(0 0 5px  #d0d3d4);
}

figcaption {
	font-size: 1.5vh;
	color: rgb(35,35,35,.5);
	font-style: normal;
  font-weight: black;
	letter-spacing: 1pt;
}

.product-item p {
	display: block;
	width: 100%;
	height: 65px;
	transform: translateY(10%);
	

	font-size: 1.2vw;
	font-weight: bold;
	margin-bottom: .5vw;
	
	/*
	
	color: yellow;
	filter: drop-shadow(0 0 1px #000)
  drop-shadow(-1px 1px 0 #000)
  drop-shadow(1px 1px 1px #000)
  drop-shadow(1px -1px 0 #000);
	
	*/
}

.product-item a {
	width: 100%;

	padding: .3vw;
	padding-left: 1vw;
	padding-right: 1vw;
	
	font-size: 1vw;
	text-decoration: none;
	color: white;

	
	background: #B40000;
	border-radius: 5px;
}


.product-item a:hover {
	transition-duration: .3s;
	
	background: #991414;
}

#banner4-1 {
	  background-size: 100%;
	  background-position: 50%;
	  background-image:  url("http://ecomotos.mx/DEMO/BANK_$content$/Imagenes/fibra-carbono_background.png");
}

.calidadbox {
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	
	width: 100%;
}

.emblem-box {
	display: inline-block;
	width: 15%;
	height:auto;
	
	margin: .5vw;
}

.emblem-box p {
	width: auto;
	height: 70px;
	
	color: white;
	font-weight: 500;
	font-size: 1.3vw;
	font-style: normal;
	letter-spacing: 1pt;
}

.img-emblema {
	width: 100%;
	

	filter: drop-shadow(0 0 10px  #000);
}

#banner4-2 {
	width: 65%;
	justify-content: center;
	
	margin-bottom: 4vw;
	margin-top: 4vw;
}

#banner4-2 div {
	float: left;
	width: 70%;
}

#banner4-2 h5 {
	text-align: left;
	
	color: #B40000;
}

#banner4-2 p {
  padding: .8vw;
	padding-top: .1vw;
	text-align: left;
	
	margin-bottom: 1.5vw;
}



div #PLANTAIMG {
	width: 30%;
}

#PLANTAIMG img{
	display: flex;
	
	width: 100%;
	
	border-radius: 1vw;: 

}

#btn_info {
	width: 100%;
 
	padding: .3vw;
	padding-left: 1vw;
	padding-right: 1vw;
	
	font-size: 1vw;
	text-decoration: none;
	color: white;

	
	background: #B40000;
	border-radius: 5px;
}


#btn_info:hover {
	transition-duration: .3s;
	
	background: #991414;
}

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

.logosbox {
	justify-content: center;
	
	display: flex;
	width: 100%;
}

.category_list {
	text-align: left;
	margin-left: 5vw;
	
	color: #232323;
	font-weight: bold;
	letter-spacing: 1pt;
	
	width: 100%;
	padding: 3px;
}

hr {
	margin: .5vw;
}


.MPDTO {
	width: 20vw;
	margin: 1vw;
}

.Mproduct {
	height: auto;
	width: 100%;
	
	filter: drop-shadow(0 0 5px  #d0d3d4);
}

#Mlogo:hover {
	transition-duration: 1s;
	filter: drop-shadow(0 0 1vw silver);
}

.publibox {
  display: inline-flex;

	width: 80%;
}

.publi-box {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: .5vw;
    width: 100%;
	  height: auto;
}

.publibox_item {
	display: block;
	width: 100%;
	height: 30vw;

	padding: 1vw;
}


#banners-small {
	width: 100%;
	
	border-radius: 15px;
}


/* =============================================================================
   Responsive
   ========================================================================== */

@media (max-width:1490px) {
	
	.product-item p {
		height: 45px;
		transform: translateY(20%);
		
		font-size: 1.5vw;
		margin-bottom: 15px; 
	}
	
	.product-item a {
		font-size: 20px;
		padding: 3px;
  	padding-left: 1.2vw;
  	padding-right: 1.2vw;
	}
	
	#G-109 p {
		font-size: 1.2vw;
	}
	
	#G-105 p {
		font-size: 1.2vw;
	}
	
	#G-116 p {
		font-size: 1.2vw;
	}
	
}

@media (max-width:12900px) {
	
	.product-item a {
		font-size: 15px;
	}
	
}

@media (max-width:1160px) {
	
		.product-item p {
		height: 55px;
		transform: translateY(15%);
		
		font-size: 1.8vw;
		margin-bottom: 15px; 
	}
	
			.product-item a {
		width: 100%;
		font-size: 12px;
		padding: 3px;
  	padding-left: 2vw;
  	padding-right: 2vw;
	}
	
	.producbox {
	justify-content: center;
	
	display: flex;
	width: 100%;
}

.product-item {
	float: left;
	height: auto;
	width: 15%;
	margin: .8vw;
	padding: 10px;
	
	justify-content: center;
	text-align: center;
	
	border: rgb(35,35,35,.1) .2vw solid;
	background: rgb(35,35,35,.02);
}

.galeria_img {
	width: 100%;
	height: auto;
	
	filter: drop-shadow(0 0 5px  #d0d3d4);
}

figcaption {
	font-size: 1.5vh;
	color: rgb(35,35,35,.5);
	font-style: normal;
  font-weight: black;
	letter-spacing: 1pt;
}

.product-item p {
	display: block;
	width: 100%;
	height: 35px;
	transform: translateY(10%);
	

	font-size: 1.2vw;
	font-weight: bold;
	margin-bottom: 1vw;
	}	
	
	#btn_info {
	padding: .5vw;
	padding-left: 2vw;
	padding-right: 2vw;
	
	font-size: 1.5vw;
}
	
	#banner3 {
		width: 90%;
	}
	
	.calidadbox {
		height: 25%;
	}
	
	.emblem-box p{
		height: 15%;
	}
	
	.emblem-box {
    margin-left: 30px;
		margin-right: 30px;
	}
	
	#banner4-2 {
		width: 83%;
	}

}

@media (max-width:980px) {
	
	.product-item a {
		font-size: 1.5vw;
		padding: 3px;
  	padding-left: 2vw;
  	padding-right: 2vw;
	}
	
	.product-item {
	width: 16%;
	margin: 1vw;
}
	
	.title_list {
		font-size: 2vw;
	}
	
	#banner3 {
		width: 95%;
	}
	
	#banner4-2 {
	  width: 90%;
	}
	
}

@media (max-width:960px) {
	.product-item p {
		height: 50px;
		font-size: 15px;
		Transform: TranslateY(38%);
	}

	#G-109 p {
		font-size: 1.8vw;
		Transform: TranslateY(15%);
		
	}

	#G-105 p {
		font-size: 1.5vw;
	  Transform: TranslateY(15%);	
	}
	
	#G-116 p {
		font-size: 1.8vw;
		Transform: TranslateY(10%);
	}
	
}

@media (max-width:830px) {
	
	.product-item {
	width: 18%;
	margin: 1vw;
  }
	
	.product-item a {
		font-size: 1.6vw;
	}
	
	.products-list {
		width: 100%;
		margin-left: 1%;
	}
	
	#banner4-2 p{
		padding-right: 50px;
	}
	
	#btn_info {
	padding: .5vw;
	padding-left: 2vw;
	padding-right: 2vw;
	
	font-size: 12pt;
}

	
}


@media (max-width: 780px) {

	.MPDTO {
	width: 60%;
	margin: .3vw;
  }
	
.product-item {
	width: 18%;
	margin: .9vw;
	}
	
	.product-item p {
		width: 100%;
		height: 55px;
		transform: translateY(30%);
		
		font-size: 12pt;
		margin-bottom: 15px; 
	}
	
	.product-item a {
		font-size: 14px;

	}
	
	#G-109 p {
		font-size: 12pt;
	}

	
	#G-105 p {
		font-size: 10pt;
	}
	
	#G-116 p {
		font-size: 12pt;
	}
	
}

@media (max-width: 779px) {
	
	.product-item {
		padding: 1vW;
	}
	
		.product-item p {
		width: 100%;
		height: 45px;
		transform: translateY(30%);
		text-align: center;
		
		font-size: 10pt;
		margin-bottom: 15px; 
	}
	
		.product-item a {
		font-size: 12px;
	}

	
	#G-109 p {
		font-size: 9pt;
		transform: translateY(30%);
	}
	
	#G-105 p {
		font-size: 9pt;
	}
	
	#G-116 p {
		font-size: 10pt;
		transform: translateY(30%);
	}
	
		#banner4-1 {
		margin: 0;
		padding: 2vw;
	}
	
	.emblem-box {
		justify-content: center;
		width: 20%;
		margin: 2vw;
	}
	
	img.img-emblema {
		width: 100%;
		height: auto;
	}

	.emblem-box p {
		margin: 0;
		padding: 0;
		text-align: center;
		
		font-size: 3vw;
	}
}

@media (max-width: 630px) {
	
	.product-item a {
		font-size: 11px;
	}
	
	#banner4-2 p {
		padding-right: 6vw;
	}
	
	#banner4-2 img {
		height: 18vw;
		width: auto;
		margin-left: -18px;
		margin-top: 8vW;
	}
	
}



@media (max-width: 585px) {
	
	.product-item {
		width: 20%;
	}
	
		.product-item p {
		width: 100%;
		height: 45px;
		transform: translateY(30%);
		text-align: center;
		
		font-size: 10pt;
		margin-bottom: 15px; 
	}
	
		.product-item a {
		font-size: 12px;
	}

	
	#G-109 p {
		font-size: 9pt;
		transform: translateY(30%);
	}
	
	#G-105 p {
		font-size: 9pt;
	}
	
	#G-116 p {
		font-size: 10pt;
		transform: translateY(30%);
	}
	
	#banner4-2 p {
		font-size: 10pt;
	}
	
}


@media (max-width: 543px) {
	
	.product-item {
		width: 20%;	
	}
	
		.product-item a {
		font-size: 1.9vw;
		padding: 3px;
  	padding-left: 1.5vw;
  	padding-right: 1.5vw;
	}
	
	figcaption {
		font-size: 2vw;
	}
	
	#banner4-2 h5 {
		font-size: 18pt;
	}
	
	#banner4-2 p {
		font-size: 3vw;
		
		width: 85%;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
	}
	
	#banner4-2 img {
		height: 21vw;
		margin: 
	}
	
	#banner4-2 {
		width: 95%;
		padding: 0;
		margin: 3vw;
	}
	
	#PLANTAIMG {
		width: 100%;
		justify-content: center;
		padding: 0;
		margin: 0;
	}
	
	#PLANTAIMG img {
		width: 100%;
		transform: translateY(12vw);
		padding: 0;
		margin: 0;
	}
	
		#banner4-2 {
		margin-bottom: 35px; 
		margin-top: 15px; 
	}
		
}

@media (max-width: 420px) {
	.product-item {
	width: 20%;
	margin: .5vw;
	padding: 5px;
	}
	
	#banner3 {
		padding: 0;
		margin: 0;
	}
	
	figcaption {
		font-size: 1.8vw;
	}
	
	.product-item a {
    font-size: 1.8vw;
	}
	
	.title_list {
		font-size: 4vw;
		margin-left: 0; 
	}
	
	.product-item p {
   display: none;   
	}
	
	.emblem-box p {
		width: 100%;
		font-size: 12px;
	}
	
	.emblem-box img {
		width: 100%;
	}
	
		
	#banner4 {
		display: flex;
		width: 100%;
		padding: 0;
		margin: 0;
		margin-top: 30px;
	}	
	
	.publibox {
		display: block;
		width: 100%;
		justify-content: center;
		
		padding: 2vw;
		margin: 0;
		
	}
	
#banners-small {
	width: 85%;
	
	border-radius: 15px;
}
}

@media (max-width: 350px) {
	
		.product-item p {
		height: 50px;
		font-size: 5vw;
		margin-bottom: 2px;
		transform: translateY(20%);
	}
	
		.product-item a {
		font-size: 8px;
	}
	
	#banner4-1 {
		margin: 0;
		padding: 2vw;
	}
	
	.emblem-box {
		justify-content: center;
		width: 20%;
		margin: 2vw;
	}
	
	img.img-emblema {
		width: 100%;
		height: auto;
	}

	.emblem-box p {
		margin: 0;
		padding: 0;
		text-align: center;
		
		font-size: 3vw;
	}
	
	
}

@media (max-width: 340px) {
	
		.product-item a {
		font-size: 2vw;
	}
	
	
}

