@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	/*este box es para q no se salgan los elementos en responsive*/
	}


#section{
	width: 100%;
	margin-bottom: 0px;

}


#secc_productos{
margin-top: -50px;	
height: auto;
background-color:rgba(79,201,251,0.10);
	/*background-color: rgba(221,244,245,1.00);*/
	/*text-align: center;*/
	padding-bottom: 15px;
	padding-top: 60px;
}




#secc_productos .artic_productos{
width: 100%;
	height: auto;
	margin-bottom: 70px;
	display: inline-block;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0px;
	text-align: center;
	}


/*=================parte 1 del artículo producto==============*/

#secc_productos .artic_productos .img_guante{
	width: 100%;
	height: auto;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#secc_productos .artic_productos .img_guante img{
	width: 100%;
	height: auto;
}


/*=================parte 2 del artículo producto==============*/
#secc_productos .artic_productos .txt_guante{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 30px;
}

#secc_productos .artic_productos .txt_guante .titulo{
	width: 100%;
	height: auto;
	float: center;
	margin-bottom: 0px;
}


#secc_productos .artic_productos .txt_guante .titulo h1{
font-family: 'Dosis', sans-serif;
	font-style: normal;
	font-size: 45px;
	color: rgba(6,33,96,1.00);
	width: 100%;
	margin-top: 0px;

}

#secc_productos .artic_productos .txt_guante .titulo h2{
font-family: 'Dosis', sans-serif;
	font-style: normal;
	font-size: 25px;
	color: rgba(6,33,96,1.00);
	margin-top: -5px;
	}

#secc_productos .artic_productos .txt_guante .separando{
width: 90%;
height:30px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}


#secc_productos .artic_productos .txt_guante .separando h3{
font-family: 'Dosis', sans-serif;
	font-style: normal;
	font-size: 20px;
	color:aliceblue;
	background-color: rgba(6,33,96,1.00);
	width: 100%;
	height: 30px;
	padding: 2px;
	padding-left: 0px;
	letter-spacing: 2px;
}


#secc_productos .artic_productos .txt_guante .iconos{
	width: 100%;
	height: auto;
	margin-top: 8px;
}

#secc_productos .artic_productos .txt_guante .iconos img{
	width:93%;
	height: auto;
}

#secc_productos .artic_productos .txt_guante .caracteristicas {
	width: 90%;
	height: auto;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#secc_productos .artic_productos .txt_guante .caracteristicas .txt1 {
	width:40%;
	height: auto;
	float: left;
	
}

#secc_productos .artic_productos .txt_guante .caracteristicas .txt1 p{
	width:90%;
	height: auto;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color: rgba(0,6,73,1.00);
	text-align: left;
	line-height: 25px;
}

#secc_productos .artic_productos .txt_guante .caracteristicas .txt2 {
	width:60%;
	height: auto;
	float: left;
}

#secc_productos .artic_productos .txt_guante .caracteristicas .txt2 p{
	width:90%;
	height: auto;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color: rgba(0,6,73,1.00);
	text-align: left;
	line-height: 25px;
}


#secc_productos .artic_productos .txt_guante .tema {
	width:90%;
	height: auto;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color: rgba(0,6,73,1.00);
	float: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
	
}

#secc_productos .artic_productos .txt_guante .tema p{
	text-align: justify;
	
}


#secc_productos .artic_productos .txt_guante .boton {
	
	color: aliceblue;
	width: 90%;
	height: 50px;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	margin-top: 60px;
	
	display: inline-block;	
}


#secc_productos .artic_productos .txt_guante .boton a{
	
	color: aliceblue;
	width: 400px;
	height: 50px;
	font-family: 'Dosis', sans-serif;
	font-size: 25px;
	font-weight: 500;
	padding: 10px;
	background-color:  rgba(0,6,73,1.00);
}

#secc_productos .artic_productos .txt_guante .boton a:hover{
	
	color:rgba(15,15,15,1.00);
	background-color:rgba(0,173,238,1.00);
	font-weight: 500;
}	
	






	
/*===========LLAMADO A LA ACCION==========*/
	

#secc_productos .calltoaction{
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 100px;
	}	
	
	#secc_productos .calltoaction .titulo{
	width: 90%;
	height: auto;
	border-bottom: solid rgba(151,151,151,1.00) 1px;	 
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	}
	
	#secc_productos .calltoaction .titulo h3{
	font-family: 'Dosis', sans-serif;
	font-size: 23px;
	font-weight: 500;
	padding: 0px;
	color: rgba(0,6,73,1.00);
	letter-spacing: 0px;
	}
	
	
	#secc_productos .calltoaction .contenedor_callto{
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:rgba(255,255,255,0.10);
	padding-bottom: 60px;
	}
	
	
	
#secc_productos .calltoaction .contenedor_callto .boton{
	width: 33%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	color: rgba(0,6,73,1.00);
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: 500;
}

#secc_productos .calltoaction .contenedor_callto .boton .img_guante img{
	width: 60%;
	height: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	
 .hover-scale:hover {
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);	
	
	
}














/*===============================1024px=========================*/


@media all and (min-width:1024px) {
#section{
width: 100%;
margin-bottom: 0px;
}

#secc_productos{
margin-top: 0px;	
height: auto;
background-color:rgba(79,201,251,0.10);
	padding-bottom: 0px;
	padding-top: 60px;
	text-align: center;
}


#secc_productos .artic_productos{
width: 100%;
	height: auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 50px;
	text-align: left;
	
	}


/*=================parte 1 del artículo producto==============*/

#secc_productos .artic_productos .img_guante{
	width: 45%;
	height: auto;
	padding-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

#secc_productos .artic_productos .img_guante img{
	width: 80%;
	height: auto;
}


/*=================parte 2 del artículo producto==============*/
	
	
	
#secc_productos .artic_productos .txt_guante{
	width: 45%;
	height: auto;
	display: block;
	margin-top: -20px;
}

#secc_productos .artic_productos .txt_guante .titulo{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 0px;
}


#secc_productos .artic_productos .txt_guante .titulo h1{
font-family: 'Dosis', sans-serif;
	font-style: normal;
	font-size: 45px;
	color: rgba(6,33,96,1.00);
	width: 100%;
	margin-top: 0px;

}

#secc_productos .artic_productos .txt_guante .titulo h2{
font-family: 'Dosis', sans-serif;
	font-style: normal;
	font-size: 25px;
	color: rgba(6,33,96,1.00);
	margin-top: -5px;
	}

#secc_productos .artic_productos .txt_guante .separando{
width: 100%;
height:30px;
	margin-top: 90px;
	margin-left: 0px;
	margin-right: 0px;
	
}


#secc_productos .artic_productos .txt_guante .separando h3{
font-family: 'Dosis', sans-serif;
	font-style: normal;
	font-size: 20px;
	color:aliceblue;
	background-color: rgba(6,33,96,1.00);
	width: 90%;
	height: 30px;
	padding: 2px;
	padding-left: 5px;
	letter-spacing: 2px;
}


#secc_productos .artic_productos .txt_guante .iconos{
	width: 100%;
	height: auto;
	margin-top: 8px;
}

#secc_productos .artic_productos .txt_guante .iconos img{
	width:60%;
	height: auto;
}

#secc_productos .artic_productos .txt_guante .caracteristicas {
	width: 95%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

#secc_productos .artic_productos .txt_guante .caracteristicas .txt1 {
	width:30%;
	height: auto;
	float: left;
	
}

#secc_productos .artic_productos .txt_guante .caracteristicas .txt1 p{
	width:90%;
	height: auto;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color: rgba(0,6,73,1.00);
	text-align: left;
	line-height: 23px;
}

#secc_productos .artic_productos .txt_guante .caracteristicas .txt2 {
	width:70%;
	height: auto;
	float: left;
	
}

#secc_productos .artic_productos .txt_guante .caracteristicas .txt2 p{
	width:90%;
	height: auto;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color: rgba(0,6,73,1.00);
	text-align: left;
	line-height: 23px;
}


#secc_productos .artic_productos .txt_guante .tema {
	width:90%;
	height: auto;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	color: rgba(0,6,73,1.00);
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	
}

#secc_productos .artic_productos .txt_guante .tema p{
	text-align: justify;
	font-size: 16px;
	line-height: 21px;
}


#secc_productos .artic_productos .txt_guante .boton {
	
	color: aliceblue;
	width: 100%;
	height: 50px;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	
	display: inline-block;
	
	margin-top: 0px;
	padding-bottom: 100px;
}



#secc_productos .artic_productos .txt_guante .boton a{
	
	color: aliceblue;
	width: 400px;
	height: 50px;
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	font-weight: 500;
	padding: 10px;
	background-color:  rgba(0,6,73,1.00);
	
	
}

	
#secc_productos .artic_productos .txt_guante .boton a:hover{
	
	color:rgba(15,15,15,1.00);
	background-color:rgba(0,173,238,1.00);
	font-weight: 500;
}	
	

	
/*===========LLAMADO A LA ACCION==========*/
	
	

#secc_productos .calltoaction{
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 100px;
	}	
	
	#secc_productos .calltoaction .titulo{
	width: 45%;
	height: auto;
	border-bottom: solid rgba(151,151,151,1.00) 1px;	 
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	}
	
	#secc_productos .calltoaction .titulo h3{
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	font-weight: 500;
	padding: 0px;
	color: rgba(0,6,73,1.00);
	letter-spacing: 1px;
	}
	
	
	#secc_productos .calltoaction .contenedor_callto{
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:rgba(255,255,255,0.10);
	padding-bottom: 60px;
	}
	
	
	
#secc_productos .calltoaction .contenedor_callto .boton{
	width: 33%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	color: rgba(0,6,73,1.00);
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
}

#secc_productos .calltoaction .contenedor_callto .boton .img_guante img{
	width: 50%;
	height: auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
	
 .hover-scale:hover {
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);	
	
	
}





}
