/* GLOBALES */

body {
	overflow-x: hidden;
	font-family: 'Quicksand', sans-serif;
	color: #333;
}
p {
	font-size: 15px;
    line-height: 27px;
}
p.large {
    font-size: 17px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #4296b4;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
	color: #4296b4;
}
h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size:25px;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 90px;
		padding-bottom: 100px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #999;
}
::selection {
    text-shadow: none;
    background: #999;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
/*/*/

/* NAVEGACION */
.navbar-default {
    border-color: #eee;
    background-color: #fff;
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 197px;
	margin-top: 10px;
	margin-left: 15px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #4296b4;
}
.navbar-default .nav li a {
	font-weight: 500;
	color: #777!important;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size:15px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #4296b4!important;
}
.boton-activo a,
.boton-activo a:hover,
.boton-activo a:focus,
.boton-activo a:active {
	color: #fff !important;
	background-color: #4296b4 !important;
}
@media(min-width:992px) {
    .navbar-default {
        padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-2.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 36px;
		width: 236px;
		margin-top: 16px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}	
	.navbar-default .nav li a {
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top: 21px;
	}
    .navbar-default.navbar-shrink {
		padding-bottom: 6px;
    }
	.navbar-default.navbar-shrink .navbar-brand{
		background-image: url(../imagenes/logo-2.png);
		margin-top: 6px;
		width: 236px;
		height: 36px;
    }
	.navbar-default.navbar-shrink .nav li a{
		margin-top: 8px;
    }
	.navbar-default.navbar-shrink .dropdown .dropdown-menu li a {
		margin: 0px;
	}
}
@media(min-width:1200px) {
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 46px;
		width: 306px;
		margin-top: 20px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}
	.navbar-default .nav li a {
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top: 26px;
	}
}
#banda-superior {
    padding: 12px 0px 5px 0px;
	background-color: #efefef;
	font-size: 12px;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
}
#banda-superior i {
	padding-right: 8px;
	padding-left: 10px;
	
}
#banda-superior span {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 3px;
}
.link-ingresar a {
	color: #777;
}
.link-registro a {
	color: #777;
}



.link-ingresar a:hover,
.link-ingresar a:focus,
.link-ingresar a:active {
	color: #333;
}
.link-registro a:hover,
.link-registro a:focus,
.link-registro a:active {
	color: #333;
}
@media(min-width:992px) {
	.link-ingresar a {
		margin-left: 10px;
	}
	.link-registro a {
		margin-left: 10px;
		margin-right: 10px;
	}
}
.dropdown .dropdown-menu {
	background-color: #eee !important;
	margin: 0px;
	border: none;
	border-radius:0px !important;
}
.dropdown .dropdown-menu li a {
	margin: 0px;
	font-size: 14px !important;
	line-height: 18px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	color: #4296b4 !important;
	background-color: #eee;
}
.dropdown .dropdown-menu li a:hover,
.dropdown .dropdown-menu li a:focus,
.dropdown .dropdown-menu li a:active,
.dropdown .dropdown-menu li a.active {
	border-radius: 0px;
	color: #fff !important;
	background-color: #4296b4 !important;
}
.dropdown .dropdown-toggle {
	background-color: #fff !important;
	color: #666 !important;
	padding-bottom: 8px;

}
.dropdown .dropdown-toggle:hover,
.dropdown .dropdown-toggle:focus,
.dropdown .dropdown-toggle:active,
.dropdown .dropdown-toggle.active {
	background-color: #eee !important;
	color: #4296b4 !important;

}
.dropdown .dropdown-toggle.activo {
	color: #fff !important;
	background-color: #4296b4 !important;
}
@media(min-width:992px) {
	.dropdown .dropdown-menu {
		background-color: #eee !important;
		margin-top: 8px !important;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		border: none;
		border-radius:0px !important;	
	}
	.dropdown .dropdown-menu li {
		display:block !important;
	}	
	.dropdown .dropdown-menu li a {
		margin: 0px;
		font-size: 14 px !important;
		line-height: 18px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		color: #4296b4 !important;
		background-color: #eee;
		display:block !important;
	}
	.dropdown .dropdown-menu li a:hover,
	.dropdown .dropdown-menu li a:focus,
	.dropdown .dropdown-menu li a:active,
	.dropdown .dropdown-menu li a.active {
		border-radius: 0px;
		color: #fff !important;
		background-color: #4296b4 !important;
	}
	.dropdown .dropdown-toggle {
		background-color: transparent !important;
		color: #666 !important;
		padding-bottom: 13px;	
	}
	.dropdown .dropdown-toggle:hover,
	.dropdown .dropdown-toggle:focus,
	.dropdown .dropdown-toggle:active {
		background-color: transparent !important;
		color: #4296b4 !important;
	
	}
	.dropdown .dropdown-toggle.activo {
		color: #fff !important;
		background-color: #4296b4 !important;
	}
}
.icono-dd {
	font-size: 18px;
	margin-left: 6px;
	position: relative;
	top: 2px;
}
/*/*/
/* ENCABEZADO */
header {
	box-shadow: 0px 0px 20px 20px rgba(0,0,0,.3);
	margin-top: 78px;
}
@media(min-width:992px) {
	header {
		margin-top: 128px;
	}
}
/*/*/
/* ACERCA */
#acerca {
	background-color: #fff;
	background-image: url("../imagenes/fondo.png");
	background-repeat: repeat;
	background-position: center center;
}
.btn-1 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #4296b4;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: #333;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.icono-btn {
	margin-left: 10px;
}	
#acerca a {
	color: #fff;
}
#acerca a:hover,
#acerca a:focus {
	color: #ddd;
}
.logos-home {
	margin-top: 30px;
	margin-bottom: 20px;
}
.logos-home img {
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#marcas-home{
	margin-top: 80px;
	max-width: 1400px;
}
#marcas-home img {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}
/*!*/
/*! CONOCENOS */
#conocenos {
	background-color: #fff;
	background-image: url("../imagenes/fondo.png");
	background-repeat: repeat;
	background-position: center center;
	padding-bottom: 30px;
}
@media(min-width:992px) {
	#conocenos {
		padding-bottom: 60px;
	}
}
/*!*/
/*! MARCAS */
#marcas,
#marcas2 {
	background-color: #fff;
	background-image: url("../imagenes/fondo.png");
	background-repeat: repeat;
	background-position: center center;
	padding-top: 120px;
}
@media(min-width:992px) {
	#marcas {
		padding-top: 210px;
	}
}
.logo-marcas {
	margin-bottom: 50px;
}
.img-marcas {
	margin-top: 40px;
	margin-bottom: 50px;
}
.logos-las-marias {
	margin-bottom: 30px;
}
/*!*/
/*! PRODUCTOS */
#productos {
	background-color: #fff;
	background-image: url("../imagenes/fondo.png");
	background-repeat: repeat;
	background-position: center center;
	padding-top: 120px;
	padding-bottom: 10px;
}
@media(min-width:992px) {
	#productos {
		padding-top: 210px;
		padding-bottom: 40px;
	}
}
#productos h1 {
	margin-top: 0px;
}
.panel-producto {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: dashed 1px #ccc;
}
.nombre-producto {
	font-size: 16px;
	line-height: 17px;
	display: block;
	height: 2em;
	overflow: hidden;
	margin-bottom: 20px;
	color:#666;
}
.descripcion-producto {
	margin-top: 30px;
	height: 4.5em;
	overflow: hidden;
	color:#666;
	line-height: 18px;
	font-weight: 400;
	font-size:14px;
}
.btn-ver-mas {
	font-weight: 600;
	text-transform: uppercase;
	color: #4296b4;
	font-size: 14px;
	line-height: 14px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 10px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	border: solid 1px #4296b4;
}
.btn-ver-mas:hover,
.btn-ver-mas:focus,
.btn-ver-mas1:active,
.btn-ver-mas1.active {
	background-color: #4296b4;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
/*!*/
/*! DETALLE PRODUCTO */
#detalle-producto {
	background-color: #fff;
	background-image: url("../imagenes/fondo.png");
	background-repeat: repeat;
	background-position: center center;
	padding-top: 120px;
}
@media(min-width:992px) {
	#detalle-producto {
		padding-top: 210px;
	}
}
#detalle-producto h1 {
	margin-top: 0px;
}
.carrito-md {
	font-size: 24px !important;
	color: #4296b4;
}
.cantidad-carrito-md {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	background-color: #c00;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	border-radius: 100%;
	position: relative;
	top: -10px;
	left: -10px;
}
.carrito-sm {
	color: #4296b4;
}
.cantidad-carrito-sm {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #c00;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
	border-radius: 100%;
	position: relative;
	left: -14px;
	top: -4px;
}
.descripcion-detalle {
	margin-bottom: 20px;
	margin-top: 20px;
}
@media(min-width:992px) {
	.descripcion-detalle {
		margin-top: 0px;
	}
}
.precio-anterior {
	font-size: 24px;
	line-height: 34px;
	color: #999;
	margin-right: 10px;
	display: inline-block;
	text-decoration: line-through;
}
.precio-actual {
	font-size: 30px;
	line-height: 34px;
	color: #4296b4;
	display: inline-block;
	font-weight: 600; 
}
#agregar label {
	font-weight: 400 !important;
	color: #666;
}
.formulario-agregar {
	margin-top: 20px;
	margin-right: 0px !important;
}
@media(min-width:992px) {
	.formulario-agregar {
		width: 66%;
	}
}
#agregar select {
	border-radius: 0px;
	height: 35px;
	border-color: #ccc;
}
#agregar .form-group input {
	padding-left: 18px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #333;
}
.btn-2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: #4296b4;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
	display: block;
	width: 100%;
	text-align: center;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: #333;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.mensaje-agregados {
	display: block;
	text-align: center;
	background-color: #dff0d8;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
}
/*!*/
/*! CARRITO */
#carrito {
	background-color: #fff;
	background-image: url("../imagenes/fondo.png");
	background-repeat: repeat;
	background-position: center center;
	padding-top: 120px;
}
@media(min-width:992px) {
	#carrito {
		padding-top: 210px;
	}
}
#carrito h1 {
	margin-top: 0px;
}
.btn-3 {
	font-weight: 600;
	text-transform: uppercase;
	color: #4296b4;
	font-size: 14px;
	line-height: 14px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
	display: block;
	width: 100%;
	text-align: center;
	border: solid 1px #4296b4;
	margin-top: 20px;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
	background-color: #4296b4;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.icono-btn-3 {
	margin-right: 10px;
}
.total-carrito {
	margin-bottom: 20px;
	width: 100%;
}
.precio-total {
	font-size: 24px;
	color: #4296b4;
	text-align: right;
	font-weight: 600;
}
.titulo-total {
	font-size: 18px;
	color: #333;
	font-weight: 400;
}
.productos-carrito {
	margin-top: 10px;
	margin-bottom: 20px;
}
.panel-producto-carrito {
	border-top: solid 1px #ccc;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 30px;
	display: block;
}
.titulo-producto-carrito {
	font-size: 18px;
	display: block;
}
.presentacion {
	font-size: 14px;
	color: #666;
	display: block;
}
.precio-anterior-carrito {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-right: 10px;
	display: inline-block;
	text-decoration: line-through;
}
.precio-actual-carrito {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	display: inline-block;
	font-weight: 600; 
}
.cantidad-carrito {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
}
.cantidad-carrito i {
	font-size: 16px;
	color: #999;
	margin-left: 10px;
	margin-right: 10px;
}
.icono-eliminar {
	font-size: 18px;
	color: #666;
}
.icono-eliminar:hover,
.icono-eliminar:focus,
.icono-eliminar:active {
	color: #c00;
}
#finalizar-compra textarea {
	height: 178px;
}
.leyenda {
	font-size: 17px;
	margin-bottom: 40px;
}
.img-confirmacion {
	margin-bottom: 50px;
}
/*!*/
/*! CLIENTES */
#clientes {
	background-color: #fff;
	background-image: url("../imagenes/fondo.png");
	background-repeat: repeat;
	background-position: center center;
}
#clientes span {
	font-size: 21px;
	font-weight: 600;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#clientes i {
	font-size: 60px;
	line-height: 60px;
	margin-top: 40px;
}
#clientes h3 {
	text-transform: uppercase;
	margin-bottom: 0px;
}
.cat-clientes {
	margin-top: 20px;
}
.titulo-logos-clientes {
	margin-top: 20px;
	margin-bottom: 20px;
}
#logos-clientes img {
	margin: 10px;
}
/*!*/
/*! INGRESAR - REGISTRARSE */
#ingresar {
	background-color: #fff;
	background-image: url("../imagenes/fondo.png");
	background-repeat: repeat;
	background-position: center center;
}
#login,
#registro {
	margin-bottom: 50px;
}
#registro textarea {
	height: 178px;
}
/*!*/
/*! CONTACTO */
#contacto {
	background-color: #fff;
	background-image: url("../imagenes/fondo.png");
	background-repeat: repeat;
	background-position: center center;
}
#formulario-contacto {
	margin-top: 20px;
}
#formulario-contacto textarea {
	height: 178px;
}
#contacto hr {
	border-color: #333;
	max-width:80px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.dato-contacto {
	display: block;
	margin-top: 20px;
}
ul.social-buttons {
	margin-bottom: 0;
	margin-top: 40px;
}

ul.social-buttons li a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 30px;
	line-height: 50px;
	outline: 0;
	color: #fff;
	background-color: #09f;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: 10px;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #06c;
	color: #fff;	
}
.btn-contacto {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #09f;
	border-radius:6px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 17px;
	padding-right: 22px;
	padding-bottom: 17px;
	padding-left: 22px;
}
.btn-contacto:hover,
.btn-contacto:focus,
.btn-contacto:active,
.btn-contacto.active {
	background-color: #06c;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
/*!*/

/*! UBICACION */
#ubicacion {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
/*!*/

/*! PIE */
footer {
	background-color: #222;
	color: #999;
	font-size: 13px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
footer a {
	color: #999;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	line-height: 24px;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active{
	color: #fff;
}
.copy {
	font-size: 16px;
	color: #bbb;	
}
footer hr{
	border-color: rgba(255,255,255,.25);
	margin-top: 14px;
	margin-bottom: 20px;
}
footer table i {
	font-size: 17px;
	margin-top: 3px;
	display: block;
}
footer table {
	margin-bottom:20px;	
}
footer td {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.subir {
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.redes-pie {
	font-size: 24px;
	margin-top:20px;
	margin-left: 10px;
	margin-right: 10px;
	color: #CCC;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.redes-pie:hover,
.redes-pie:focus,
.redes-pie:active {
	color: #fff;
}

@media(min-width:992px) {
	.subir {
		text-align: right;
		margin-top: 0px;
		padding-top: 0px;
	}
	.redes-pie {
		font-size: 24px;
		margin-top:0px;
	}
}
footer p {
	font-size: 13px;
}
/*!*/

/*! FORMULARIO GENERALES */
.formulario {
	margin-top: 50px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
	padding: 12px;
	color: #333;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-group textarea.form-control {
	height: 216px;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-control:focus {
	border-color: #4296b4 !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    font-weight: 400 !important;
    color: #666 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #666 !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #666 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    font-weight: 400 !important;
    color: #666 !important;
	font-size: 14px !important;
}
.text-danger {
	color: #f00;
}
/*!*/
/* ETICA */
.portfolio-modal .modal-content {
	padding: 40px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .6;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 5px;
    height: 25px;
    margin-left: 25px;
    background-color: #ccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 5px;
    height: 25px;
    background-color: #ccc;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-cerrar {
	cursor: pointer;
}
.portfolio-modal .modal-content .modal-body {
	background-color: #fff;
	display: table;
	border-radius: 6px;
	padding-bottom: 50px;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,.15);
	margin: 20px;
}
/*!*/


/*! MI CUENTA */
#mi-cuenta {
	background-color: #fff;
	background-image: url("../imagenes/fondo.png");
	background-position: center center;
	padding-top: 120px;
}
@media(min-width:992px) {
	#mi-cuenta {
		padding-top: 210px;
	}
}
#mi-cuenta h1 {
	margin-top: 0px;
}
.modificar-pass {
	margin-top: 60px;
}
.mi-perfil {
	margin-top: 40px;
}
.btn-4 {
	font-weight: 600;
	text-transform: uppercase;
	color: #4296b4;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 0px;
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 24px;
	border: 1px solid #4296b4;
}
.btn-4:hover,
.btn-4:focus,
.btn-4:active,
.btn-4.active {
	background-color: #333;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	border: 1px solid #333;
}
#mi-cuenta table {
	width: 100%;
	font-size: 13px;
}
#mi-cuenta td {
	padding: 10px;
}
/*!*/

/* CAMBIOS DAMI - 23-7-2021 */

/*GENERALES */
div, p, span, i, b, strong, ul, li, a, body, h1, h2, h3, h4, h5, h6, ul, li {font-family: 'Open Sans';}
.texto-destacado {font-size:16px;}


/* HEADER */
.carrito-md {font-size:19px!important;}
.cantidad-carrito-md {font-size: 11px;    height: 17px;  width: 17px;    line-height: 18px;    left: -7px;    top: -11px;    padding: 0px;    display: inline-block;    text-align: center;}
#seleccionado {color: #4296b4!important}

/* INICIO */

.bajada {font-size:21px; font-weight: 300; color:#777;}
.estructura-inicio .titulo {margin-bottom:0px;font-size:30px;}
.estructura-inicio .titulo-2 {font-size:28px;}
.logos-home img {height: 95px;}
.form-control {font-size: 17px!important; font-weight: 300!important;color: #666;font-family: 'Open Sans'!important;}

.text-mod-just {text-align: justify;}

#marcas p, #marcas2 p, #clientes p, #conocenos p, #contacto p, .portfolio-modal p {font-size: 17px;    margin-bottom: 35px;    text-align: left;    font-weight: 300;    color: #666;}

/* CLIENTES */

#clientes {font-weight: 700}
#clientes h1 {    font-size: 25px; font-weight: 700; margin-top:40px;}
#clientes h3 {margin-top:80px;}
#clientes .texto-quienes {margin-bottom:50px;}
#clientes .iconos-quienes {max-width: 900px;margin-bottom:30px;}
#clientes .iconos-quienes i {color:#999; font-size:55px; }
#clientes .iconos-quienes span {color:#666; font-size:16px;margin-bottom:25px; font-weight: 300}
#clientes #logos-clientes img {height: 60px;margin:20px 30px;}

/* CONOCENOS */
#conocenos h1 {font-weight: 700}
#conocenos p {text-align: justify!important;}
#conocenos p span {font-size:20px; font-weight: 400}

/* CONTACTO */

#contacto p {text-align: center;}

.estructura-calidad #conocenos p {text-align: center;}
.estructura-calidad h1{text-align: left;}
.estructura-calidad p {text-align: left;}

.hiper-top {margin-top:30px;}

.logos-home.logo-sustentabilidad img {max-width: 400px;margin:0px; margin-bottom:15px; width:100%; height: initial;}