@charset "UTF-8";

.row2
{
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.row2> .container2
{
	padding: 20px;
}

.row2:after
{
	content: "";
	display: table;
	clear: both;
}



.container2 img
{
	display: block;
}

.container2 
{
  position: relative;
  width: 31%;
  height: 510px;
  float: left;
}
.containercatalogo img
{
	display: block;
}

.containercatalogo 
{
  position: relative;
  width: 100%;
  height: 700px;
  float: right;
 top: -50px;
}

.container2:hover .image2  .image12
{
  opacity: 0.;
  box-shadow: 5px 5px 15px grey;
float: right; clear: right;
 margin: 5px;
-moz-transform: scale(1.1) ;
-webkit-transform: scale(1.1) ;
-o-transform: scale(1.1) ;
-ms-transform: scale(1.1) ;
transform: scale(1.1) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;    
}
.containercatalogo:hover .imgcatalogo
{
  opacity: 0.;
  box-shadow: 5px 5px 15px grey;
float: right; clear: right;
 margin: 5px;
-moz-transform: scale(1.1) ;
-webkit-transform: scale(1.1) ;
-o-transform: scale(1.1) ;
-ms-transform: scale(1.1) ;
transform: scale(1.1) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;    
}

.containercatalogo:hover .imgcatalogo1
{
  opacity: 0.;
  box-shadow: 5px 5px 15px grey;
float: right; clear: right;
 margin: 5px;
-moz-transform: scale(1.1) ;
-webkit-transform: scale(1.1) ;
-o-transform: scale(1.1) ;
-ms-transform: scale(1.1) ;
transform: scale(1.1) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;    
}
.cursor_image
{
	cursor: pointer;
}

.image2 
{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
}

.image12 {
	opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
}


.imgcatalogo 
{
  background: none !important;
    padding: 0px !important;
    margin: 0px 0px 0px 0px;
    position: absolute;
    left: 90px;
    top: 10px;
    z-index: 2;
    overflow: hidden;
    width: 90%;
    height: 90%;
}    

.imgcatalogo1 
{
  background: none !important;
    padding: 20px !important;
    margin: 10px 10px 10px 10px;
    position: absolute;
    left: 250px;
    top: 5px;
    z-index: 2;
    overflow: hidden;
    width: 60%;
    height: 90%;
} 
.catalogo 
{
  opacity: 1;
  display: block;
  width: 150px;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
}
.NombreDelProducto
{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	width: calc(100% - 80px);
}

.ParrafoProducto
{
	color: #6c6c6c;
	font-size: 11px;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	text-align: justify;
}

.NombreDelProducto2
{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: calc(100% - 80px);
	color: white;
}

.CategoriaProducto2
{
	color: white;
}

.ParrafoProducto2
{
	color: white;
	font-size: 12px;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	text-align: justify;
	cursor: pointer;
}

.vermas
{
	position: relative;
	float: right;
	border: none;
	background-color: #008ccc;
	height: 30px;
	font-family: Monserrat_regular;
	font-size: 12px;
	box-shadow: 2px 2px 10px grey;
}

.vermas:hover
{
	background-color: #ff6000;
}

.linkproducto
{
	text-decoration: none;
	color: white;
}


span
{
	font-family: Monserrat_regular;
}

/*//COMIENZA RESPONSIVE//*/

@media screen and (min-width:1490px ) and (max-width:1025px )
{

}

@media screen and (min-width:768px) and (max-width:1024px)
{
	.container2{
		width: 50%;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) 
{

}

@media screen and (min-width:0px) and (max-width:767px)
{
	.container2{
		width: 100%;
	}
}