/* inicio */
html,
body {
	height: 500px;
}
.panel,
.panel-default{
	border-radius: 0px;
    border: 1px solid #8aab24!important;
}
.panel-default>.panel-heading{
	border-radius: 0px!important;
	background-color: #435096;
    padding: 10px 15px;
    border-bottom: 2px solid #8aab23;
    text-decoration: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body a,
.panel-default>.panel-heading a{
	color: #fff;
	 font-family: 'Open Sans', sans-serif;
    font-weight: 300!important;
    font-size: 14px!important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    color: #fff;
    background-color: #3c4788;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #8aab24;
 }
/* estilo para menú desplegable con categoría y subcategoría*/
.dropdown-submenu{
	position:relative;
}
.dropdown-submenu>.dropdown-menu{
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left{
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
/* estilo para menú desplegable con categoría y subcategoría*/

.arriba{
	padding-top: 10px;
	padding-bottom: 10px;
}
.arriba .logotipo,
.arriba .logotipo .contenedor-imagen{
	padding: 0;
}
.arriba .logotipo img{
	width: 100%;
}
.arriba .datos{
	padding: 0;
	margin-top: 30px;
}
.arriba .datos .int-datos{
	margin-top: 10px;
}
.arriba .datos .int-datos .dato1{
	text-align: right;
}
.arriba .datos .int-datos .dato1 p{
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	color: #8aab23;
}
.arriba .datos .int-datos .dato1 p b{
	color: #2c2c2c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.arriba .datos .int-datos .dato1 p span{
	font-size: 12px;
	color: #2c2c2c;
}
.navegador{
	border-radius: 0;
	background: #2a292f;
	min-height: auto !important;
	padding: 0;
	border: 0;
	margin: 0;
}
.navegador .cuadro-links{
	padding: 0;
	width: 100%;
}
.navegador .cuadro-links .links{
	padding: 0;
}
.navegador .cuadro-links .links li{
	padding: 0;
}
.navegador .cuadro-links .links li a{
	padding: 25px 20px;
}
.navegador .cuadro-links .links li .dropdown-menu .dropdown-submenu a{
	padding: 10px 20px!important;
	color: #fff;
	font-size: 13px;
}
.navegador .cuadro-links .links .redes{
	float: right;
	margin-top: 17px;
	text-align: right;
	padding: 0;
}
.navegador .cuadro-links .links .redes a{
	display: inline-block;
	text-align: right;
}
.redes-top{
	list-style: none;
	float: right;
	text-align: right;
	padding: 0;
}
.redes-top .carro{
	padding: 0px 10px!important;
}
.redes-top a{
	color: #29292f;
	display: inline-block;
	text-align: right;
}
.redes-top a:hover{
	color: #3a4f9a;
}
.navbar-inverse .navbar-nav .active a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a,
.nav .open>a,
.navbar-inverse .navbar-nav .active a:focus,
.navbar-inverse .navbar-nav .active a:hover,
.navegador .cuadro-links .links a:hover,
.dropdown-menu>li>a:focus{
	color: #fff!important;
	background-color: #435096 !important;
}
.dropdown-menu{
	background-color: #29292f!important;
	padding: 0!important;
	margin: 0!important;
	border-radius: 0px!important
}
.carousel {
	height: 500px;
}
.item,
.active,
.carousel-inner {
	height: 100%;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.slide .info{
	position: absolute;
	z-index: 3;
}
.slide .info .cuadro-slide{
	width: 900px;
	max-width: 100%;
	margin: auto;
	text-align: center;
	color: #fff;
	padding-top: 15%;
}
.slide .info .cuadro-slide h2{
	font-size: 60px;
	font-family: 'Roboto', sans-serif;
}
.slide .info .cuadro-slide h2 b{
	color: #8aab23;
}
.slide .opacidad{
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
}
.slide .info .cuadro-slide p{
	width: 600px;
	max-width: 100%;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.productos{
	text-align: center;
	padding: 70px 0 120px 0;
}
.productos .titulo{
	padding-bottom: 40px;
}
.productos .titulo h1{
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
.productos .titulo h1 b{
	color: #8aab23;
}
.productos .titulo p{
	width: 600px;
	max-width: 100%;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
}
.productos .cuadro{
	padding: 0;
}
.productos .cuadro .icono{
	position: absolute;
	z-index: 3;
	float: left;
	text-align: left;
	padding: 0;
}
.productos .cuadro .icono i{
	background-color: #435096;
	padding: 15px 18px;
	font-size: 28px;
	color: #6c8cd5;
}
.productos .imagen-p {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.productos .hover05 .imagen-p img {
	width: 100%;
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.productos .hover05 .imagen-p:hover img {
	margin-left: 0;
}
.productos a{
	text-decoration: none;
	color: #2c2c2c;
}
.productos .dd{
	text-align: left;
	padding: 0;
}
.productos .dd p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
}
.productos .dd h4{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
.productos .dd h4 b{
	color: #8aab23;
}
.servicios{
	padding-bottom: 80px;
	background: url(../img/inicio/fondo-servicios.jpg) no-repeat center;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 10px solid #8aab23;
}
.servicios .encima{
	background-color: #fff;
	padding: 60px 15px 0 15px;
	margin-top: -60px;
	background: url(../img/inicio/fondo-mentor.jpg) no-repeat center;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.31);
}
.servicios .encima .titulo{
	text-align: center;
	padding: 20px 0 50px 0;
}
.servicios .encima .titulo p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
}
.servicios .encima .titulo .pa{
	color: #8aab23;
}
.servicios .encima .abajo-lo{
	background-color: #f1f1f1;
	margin-bottom: 15px;
	padding: 30px 50px;
	text-align: center;
	margin-top: 60px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14px;
}
.servicios .encima .titulo h2{
	font-size: 60px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #435096;
}
.servicios .encima .titulo p{
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.servicios .encima .serv .servi1{
	text-align: center;
}
.servicios .encima .serv .servi1 h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
}
.servicios .encima .serv .servi1 i{
	color: #435096;
	padding-right: 10px;
}
.servicios .encima .serv .servi1 p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
}
.novedades{
	padding: 70px 0 0 0;
	text-align: center;
	background: url(../img/inicio/fondo-novedades.jpg) no-repeat center;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.novedades .pa{
	color: #8aab23;
	font-size: 12px;
}
.novedades p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
}
.novedades h4{
	font-size: 60px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #fff;
}
.novedades h4 b{
	color: #8aab23;
}
.novedades .titulo-novedades{
	padding-bottom: 60px;
}
.novedades .boton-novedades{
	bottom: 0;
}
.novedades .boton-novedades a{
	background-color: #8aab23;
	padding: 10px 25px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
}
.pie{
	text-align: center;
	background: #2a292f;
	padding: 80px 0 10px 0;
}
.pie ul{
	padding: 0;
	list-style: none;
}
.pie ul li{
	padding-bottom: 8px;
}
.pie ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.pie ul li .active{
	color: #8aab23;
}
.pie .redes a{
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
}
.pie .numero{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
}
.pie h4{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
}
.pie p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
}
.pie .bajobajo{
	border-top: 1px solid #8aab23;
	margin-top: 30px;
	padding-top: 20px;
}
.pie .bajobajo .bajo1{
	text-align: left;
}
.pie .bajobajo .bajo2{
	text-align: right;
}
.pie .bajobajo .bajo2 a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
}
.pie .bajobajo .bajo2 a b{
	color: #8aab23;
}
/* inicio */
/* nosotros */
.carousel2 {
	height: 400px;
}
.slide2 .info2{
	position: absolute;
	z-index: 3;
}
.slide2 .info2 .cuadro-slide{
	width: 900px;
	max-width: 100%;
	margin: auto;
	text-align: right;
	color: #fff;
	padding-top: 15%;
}
.slide2 .info2 .cuadro-slide h2{
	font-size: 60px;
	font-family: 'Roboto', sans-serif;
}
.slide2 .info2 .cuadro-slide h2 b{
	color: #8aab23;
}
.slide2 .opacidad{
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
}
.slide2 .info2 .cuadro-slide p{
	width: 900px;
	max-width: 100%;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.nosotros{
	padding: 40px 0;
}
.nosotros h1{
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #2c2c2c;
}
.nosotros h1 b{
	color: #8aab23;
}
.nosotros p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.nosotros .imagen-nosotros{
	padding: 0;
}
.nosotros .imagen-nosotros img{
	width: 100%;
}
.mision-vision{
	background-color: #435096;
	padding: 40px 0;
	border-bottom: 10px solid #8aab23;
}
.mision-vision p{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.mision-vision h4{
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #8aab23;
}
.mision-vision .imagen-mv{
	margin-top: 15px;
}
.mision-vision .imagen-mv img{
	width: 100%;
}
/* nosotros */

/* blog */
.contacto{
	padding: 70px 0;
}
.contacto p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.contacto h1,
.contacto h2{
	font-size: 45px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #2a292f;
}
.contacto h1 b,
.contacto h2 b{
	color: #8aab23;
}
.contacto .info{
	padding: 0;
}
.contacto .formulario{
	padding: 0;
}
.contacto h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #2a292f;
	font-size: 18px;
}
.contacto .formulario .cuadro input,
.contacto .formulario .cuadro textarea{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.contacto .formulario .cuadro input{
	padding: 10px;
}
.contacto .formulario .cuadro textarea{
	padding: 10px 10px 120px 10px;
}
.contacto .formulario .enviar input{
	border: 0;
	background-color: #8aab23;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 10px 40px;
	text-align: left;
}
.noticias{
	padding: 60px 0;
}
.noticias .titulo{
	background-color: #2a292f;
	padding: 10px 15px;
	color: #fff;
}
.noticias .titulo i{
	color: #8aab23;
}
.noticias .lista-blog{
	background-color: #435096;
	padding: 0;
}
.noticias .detalle-noticia .post{
	padding: 0;
}
.noticias .lista-blog .noticia-lateral{
	padding: 0;
}
.noticias .lista-blog .noticia-lateral a{
	border-bottom: 2px solid #8aab23;
	background-color: #435096;
	padding: 15px;
	color: #fff;
	text-decoration: none;
}
.noticias .lista-blog .noticia-lateral a:hover{
	background-color: #8aab23;
	border-bottom: 2px solid #435096;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.noticias .lista-blog .noticia-lateral p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
}
.noticias .lista-blog .noticia-lateral .fecha{
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.noticias .detalle-noticia h2{
	font-size: 45px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #2a292f;
}
.noticias .detalle-noticia h2 b{
	color: #8aab23;
}
.noticias .detalle-noticia .sociales{
	padding: 0;
}
.noticias .detalle-noticia .sociales .boton-social{
	padding-left: 0;
	margin-bottom: 10px;
}
.noticias .detalle-noticia p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.noticias .detalle-noticia img{
	width: 100%;
}

/* blog */

/* detalle */

.detalle{
	padding: 40px 0;
}
.detalle h1{
	font-size: 45px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #2a292f;
}
.detalle h1 b{
	color: #8aab23;
}
.detalle h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #435096;
}
.detalle p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.detalle .boton-volver{
	padding: 10px 0;
	margin-bottom: 15px;
}
.detalle .boton-volver a{
	background-color: #435096;
	padding: 10px 20px;
	color: #8aab23;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.detalle .boton-volver a:hover{
	background-color: #8aab23;
	color: #435096;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.detalle .sociales{
	padding: 30px 0;
}
.detalle .sociales .boton-social{
	padding-left: 0;
	margin-bottom: 10px;
}

/* detalle */

/* productos */

.productos2{
	padding: 40px 0;
}
.productos2 .lista{
	margin-top: 40px;
}
.productos2 .lista .listado{
	list-style: none;
	padding: 0;
}
.productos2 .lista .listado li a{
	background-color: #435096;
	padding: 10px 15px;
	border-bottom: 2px solid #8aab23;
	text-decoration: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.productos2 .lista .listado li .active,
.productos2 .lista .listado li a:hover{
	background-color: #8aab23;
	border-bottom: 2px solid #435096;
}
.productos2 .lista .listado li a i{
	padding-left: 20px;
}
.productos2 .lista .titulo-categoria{
	background-color: #2a292f;
	padding: 5px 15px 10px 15px;
}
.productos2 .lista .titulo-categoria h3{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #fff;
}
.productos2 .lista .titulo-categoria h3 b{
	color: #8aab23;
}
.productos2 .todos{
	padding: 0;
}
.productos2 .titulo{
	border-bottom: 1px solid #8aab23;
	padding: 0 0 40px 0;
	margin-bottom: 40px;
}
.productos2 .titulo h1{
	font-size: 45px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #2a292f;
}
.productos2 .titulo h1 b{
	color: #8aab23;
}
.productos2 .titulo p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.productos2 .todos .pro1{
	margin-bottom: 15px;
}
.productos2 .todos .linea1 .dd{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 10px 0;
}
.productos2 .todos .linea1 .dd .boton-detalle{
	padding: 15px 0;
}
.productos2 .todos .linea1 .dd .boton-detalle a{
	background-color: #435096;
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.productos2 .todos .linea1 .dd .boton-detalle a:hover{
	background-color: #8aab23;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.productos2 .todos .linea1 .titu-pro{
	padding: 0;
}
.productos2 .todos .linea1 .titu-pro h4 {
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #2a292f;
	min-height: 60px;
}
.productos2 .todos .linea1 .titu-pro b{
	color: #8aab23;
}
.productos2 .todos .linea1 .pro1 .cuadro{
	padding: 0;
}
.productos2 .todos .pro1 .cuadro .imagen-p img{
	width: 100%;
}
.ubi-pdf a{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #435096;
}
.mapa{
	position: relative;
	padding: 0;
	bottom: -5px;
}
.mapa .bloque {
	top: -7px;
	bottom: 0px;
	color: #FFF;
	height: 350px;
	left: 0;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}

.todos .imagen-p {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.todos .hover05 .imagen-p img {
	width: 100%;
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.todos .hover05 .imagen-p:hover img {
	margin-left: 0;
}

/* productos 1 */
@media screen and (max-width: 1200px) {
.contacto h1,
.contacto h2 {
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #2a292f;
}
}

@media screen and (max-width: 767px) {
	.productos2 .titulo{
		padding: 15px;
	}
	.productos2 .lista{
		padding: 0;
	}
	.productos2 .todos .linea1 .titu-pro h4{
		font-size: 25px;
	}
	.productos2 .todos{
		padding: 15px;
	}
	.mision-vision .imagen-mv{
		padding: 0;
	}
	.nosotros .imagen-nosotros{
		padding: 15px;
	}
	.slide .info .cuadro-slide h2{
		padding-top: 20%;
		font-size: 30px;
	}
	.navegador .cuadro-links .links .redes,
	.navegador .cuadro-links .links .redes a{
		text-align: center;
	}
	.navbar-nav,
	.navegador .container,
	.navegador .cuadro-links{
		margin: 0;
		padding: 0;
	}
	.navegador .cuadro-links .links li{
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.navbar-header{
		background-color: #435096;
		margin: 0 !important;
		border-bottom: 3px solid #8aab23;
	}
	.navbar-header p{
		font-family: 'Roboto', sans-serif;
		color: #fff !important;
		text-shadow: 0 !important;
		padding: 15px;
	}
	.navbar-toggle {
		border: 0;
		position: relative;
		float: right;
		padding: 23px;
		margin: 0;
		background-color: #2a292f;
		background-image: none;
		border-radius: 0;
	}

}
@media screen and (max-width: 480px){
	.arriba .logotipo .contenedor-imagen img{
		padding-left: 10%; 
		padding-right: 10%; 
	}
	.arriba .datos .int-datos .dato1 p{
		text-align: center;
	}
}

.navbar-nav>li>.dropdown-menu {
	background-color: #2a292f;
}
.dropdown-menu>li>a {
	color: #fff!important;
}

.productos .imagen-p,.imagen-p {
	height: 270px;
	overflow: hidden;
}
.btn-carro {
	background-color: #8aab24!important;
	border-color: #8aab24!important;
	border-radius: 0!important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-carro:hover {
	background-color: #435096!important;
	border-color: #435096!important;
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.alerta .alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 25px 15px;
	border: none;
	z-index: 9999;
	text-align: center;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.carro {
	padding: 25px 10px!important;
}
.carro span {
	background-color: #435096;
    border-radius: 25px;
    padding: 2px .332rem;
    top: -10px;
    right: -5px;
    position: absolute;
    font-size: 12px;
    color: #fff;
}
.link-carro span {
	background-color: #ffffff;
    border-radius: 25px;
    padding: 1px .132rem;
    position: relative;
    font-size: 12px;
    color: #000;
}
.m-0 {
	margin: 0!important;
}
.p-0 {
	padding: 0!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
	-moz-appearance: textfield;
}

.quantity input {
	width: 85%;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	border: 1px solid #eee;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
@media screen and (max-width: 1199px){
.productos .imagen-p,.imagen-p {
	height: 220px;
}
@media screen and (max-width: 991px){
.productos .imagen-p,.imagen-p {
	height: 170px;
}
@media screen and (max-width: 767px){
.productos .imagen-p,.imagen-p {
	height: 195px;
}
