/************ CABECERA SECCION ****************/
section.cabeceraSeccion {
	padding: 0px 20px;
	background-color: var(--secondary-color);
}
.tituloCabecera {
	padding: 20px 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 0px 2px #000;	
}
.tituloCabecera h1 {
	width: 100%;
	margin: 0;
	color: #fff;
}
section.body-content {
	padding: 30px 0px 100px 0px;
}
.imgResponsive img {
	width: 100%;
	height: auto;
}
.categoria {
	background-color: #fff;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	padding:0 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.picCategoria {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.picCategoria img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
}
.nombreCategoria {
	display: table;
	width: 100%;
}
.innerNombreCategoria {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 80px;
}
.innerNombreCategoria a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.categoria:hover .picCategoria img {
	transform: scale(1.15, 1.15);
}

/******************* SECCIONES DE PRODUCTOS ************************/
.tituloCategoria {
	font-size: 30px;
	color: var(--primary-color);
	padding: 0 0 0px 0;
	font-weight: 700;
	border-bottom: 3px solid var(--secondary-color);
	margin: 0 0 25px 0;
}
.tituloCategoria h1 {
	font-size: 30px;
	color: var(--primary-color);
	padding: 0 0 0px 0;
	font-weight: 700;
}
.descripcionCategoria {
	font-size: 16px;
	line-height: 27px;
	color: #000;
	text-align: justify;
	padding: 0 0 20px 0;
	font-weight: 400;
}
.producto {
	padding: 20px 20px;
	border: 1px solid #999;
	border-radius: 10px;
	margin: 0 0 20px;
}
.productoImagen {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-bottom: 15px;
    overflow: hidden;
}
.productoImagen img {
    transition: all 0.5s ease;
    width: 100%;
    height: auto;
}
.producto:hover .productoImagen img {
    transform: scale(1.1);
}
.productoNombre {
	display: table;
	width: 100%;
}
.innerNombreProducto {
	width: 100%;
	display: table-cell;
    margin-bottom: 10px;
    font-weight: 500;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.innerNombreProducto a {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: var(--primary-color);
	text-decoration: none;
}
.productoBoton button {
	width: 100%;
}
/******************* DETALLE PRODUCTO ******************/
.wraperSliderProducto {
  position: relative;
  border: 1px solid #ccc;
}
.nombreProducto {
	width: 100%;
	text-align: center;
}
h1.nombreProducto {
	font-size: 38px;
	font-weight: 700;
	color: var(--primary-color);
	line-height: 45px;
	text-align: left;
}
.precioProducto {
	font-size: 28px;
	font-weight: 700;
	color: #e00d0d;
	line-height: 30px;
}
.precioProducto span {
	font-size: 16px;
}
h4.h4Producto {
	font-size: 18px;
	font-weight: 500;
	font-weight: 700;
	color: #e00d0d;
}
.alertaGrande {
	font-weight: 700;
	font-size: 16px;
	padding: 30px 20px;
}
h3.tituloSeccion {
	font-size: 26px;
	color: #000 !important;
	padding: 10px 0 10px 0px !important;
	border-bottom: 1px solid #666;
	margin: 10px 0 30px 20px;
}
.cantidadMinima {
	background-color: #fff;
	padding: 20px 20px;
	border:1px solid #eee;
	margin: 10px 0;
}
.divPedir .label {
	font-size: 14px !important;
	color: #000 !important;
	padding: 5px 0 0 0;
}
.codigoProducto {
	margin: 10px 0;
	font-size: 16px;
}
.linea {
	width: 100%;
	height: 5px;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 10px 0;
}
.enstock {
	font-size: 16px;
	font-weight: 500;
	font-weight: 700;
	color: #e00d0d;	
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.itemSliderProducto img {
	width: 100%;
	height: auto;
}

.tab-content > .tab-pane {
  padding: 30px 30px;
  background-color: #fff;
}
.tab-content > .tab-pane p {
	text-align: justify;
}
.leercomentarios {
	font-size: 16px;
	margin: 10px 0;
	color: #000;
}
.leercomentarios a {
	color: #000;
	text-decoration: none;
}
.tituloresenas {
	color: #282828;
	font-size: 16px;
	line-height: 18px;
	border: 0;
	border-bottom: 1px solid #d6d4d4;
	background: none;
	padding: 0;
}
.tituloresenas span {
	display: inline-block;
	border-bottom: 2px solid #F8653D;
	border-bottom-color: rgb(248, 101, 61);
	margin-bottom: -1px;
	padding: 5px 0;
	border-color: #6db811;
}
.divValoracion {
	margin: 10px 0;
}
.modal-body label {
	font-weight: 700;
	color: #000;
}
.divComentario {
	padding: 10px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.divComentario ul {
	list-style: none;
}
.divComentario ul li {
	float: left;
	margin-right: 5px;
}
.divComentario ul li i {
	color: #fc0;
}
.divComentario ul.uldatos li {
	width: 100%;
}
.bordeDer {
	border-right: 1px solid #ccc;
}
.tituloComentario {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.textoComentario {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 22px;
	text-align: justify;
}
.btn-whatsapp {
	display: block;
	background-color: #25D366;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.oculta {
	display: none;
}
.innerTitulo h2 {
	font-family: "Poppins",Arial,Helvetica,sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 44px;
	margin-bottom: 20px;
	color: var(--primary-color);
}
.innerTitulo:after {
	left: 0;
	right: 0;
	text-align: center;
	margin: 0;
	position: absolute;
	content: "";
	width: 100%;
	bottom: -5px;
	height: 3px;
	left: 0;
	top: auto;
	background-color: var(--secondary-color);  
}
.item-carousel {
	margin: 0 10px;
}

/***************** PROMOCIONES ************************/
.promocion {
	width: 100%;
	position: relative;
	margin: 20px 0 20px 0;
	border: 1px solid #ccc;
}
.imagenPromocion {
	overflow: hidden;
}
.imagenPromocion img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
}
.promocion:hover .imagenPromocion img {
	transform: scale(1.2, 1.2);
}

/******************** CATALOGOS ***************************/
.catalogo {
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 20px;
	border: 1px solid #ccc;
}
.imagenCatalogo img {
	width: 100%;
	height: auto;
}
.nombreCatalogo {
	width: 100%;
	display: table;
	text-align: center;
}
.innerCatalogo {
	display: table-cell;
	height: 60px;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	font-weight: 700;
	color: #000;
}
.linkCatalogo {
	width: 100%;
	overflow: hidden;
}
.linkCatalogo a {
	padding: 10px 20px;
	display: block;
	text-align: center;
}

/****************** TRABAJOS TERMINADOS *********************/
.trabajo {
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 20px;
	border: 1px solid #ccc;
	margin: 15px 0;
}
.imagenTrabajo img {
	width: 100%;
	height: auto;
}

/********************** CLIENTES **********************/
.cliente {
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 20px;
	border: 1px solid #ccc;
	margin: 20px 0;
}
.imagenCliente img {
	width: 100%;
	height: auto;
}

/******************** ARTICULOS **********************/
.articulo {
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 20px;
	border: 1px solid #ccc;
	margin: 20px 0;	
}
.tituloArticulo {
	display: table;
	height: 50px;
}
.innertituloArticulo {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	padding: 10px 0;
}
.articuloSumilla {
	width: 100%;
	min-height: 80px;
	padding: 10px 0;
}
.tituloArticulo {
	width: 100%;
	height: 50px;
	padding-bottom: 10px;
}
.articuloLink {
	width: 100%;
	overflow: hidden;
}
.articuloLink a {
	display: block;
	text-align: center;
	margin: 10px 20px;
	border-radius: 15px;
	padding: 25px 0;
}
h1.h1Articulo {
	font-size: 28px;
	color: var(--primary-color);
	line-height: 38px;
	font-weight: 700;
	padding: 10px 0;
	margin: 10px 0 0 0;
}
.fechaPublicacion {
	font-size: 14px;
	padding:0 0 10px 0;
}
.textoArticulo {
	font-size: 16px;
	color: #000 !important;
	line-height: 24px;
}
.textoArticulo p {
	text-align: justify;
}
.textoArticulo h2 {
	font-size: 22px;
	color: var(--primary-color);
	font-weight: 700;
	margin: 20px 0 10px 0;
}
.articulos {
	margin-top: 30px;
}
.articulo {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}
.articuloTitulo {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
.articuloLink {
	margin-top: 10px;
}
.divUltimo {
	width: 100%;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #ccc;
	margin:0 0 10px 0;
}
.picUltimo {
	float: left;
	width: 30%;
}
.picUltimo img {
	width: 100%;
	height: auto;
}
.infoUltimo {
	float: left;
	width: 67%;
	margin: 0;
	margin-left: 2%;
	padding: 0;
}
.tituloUltimo a {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.fechaUltimo {
	font-size: 11px;
}
.imagenArticulo {
	width: 100%;
}
.imagenArticulo img {
	width: 100%;
	height: auto;
}

/****************** CONTACTENOS ******************/
.divformulario {
	background-color: #f5f5f5;
	padding: 30px 30px 0 30px;
	border-radius: 20px;
	border: 1px solid #ccc;
}
.divformulario label {
	font-weight: 700;
	color: #000;
}
ul.listaSede {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.listaSede li {
	margin-bottom: 15px;
}
ul.listaSede li i {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	width: 25px;
	margin-right: 10px;
}

/******************** REGISTRO ************************/
section.registro {
	background-image: url('../imagenes/bg-registro.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	background-position: top center;
	margin: 0;
	padding: 60px 0 150px 0;
}
.ingreso, .marcoFormulario {
	width: 100%;
	min-height: 300px;
	background: #ffffff none 0 0 repeat;
    border-radius: 0;
    margin: 10px auto 90px auto;
    padding: 30px 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/********************* PEDIDO *********************/
.auxCarro {
	display: none;
}
.btn-principal {
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 14px;
}
.btn-principal:hover {
	color: #fff;
	background-color: var(--primary-color);
}

/***************** CHECKOUT **********************/
.billing-fields {
  background-color: #eee;
  padding: 0px 0px;
}
.content-sec-head-style {
  background-color: var(--secondary-color);
  padding: 7px 10px;
}
.content-area-sec-title h5 {
  color: #fff;
  padding: 6px 0 0 20px;
  font-weight: 500;
  font-size: 1.4rem;
}
.billing-fields-wrapper {
  padding:20px 30px 20px 30px;
}
.mensajeResultado p {
	font-size: 18px;
}
section.registro {
	background-image: url('../imagenes/bg-registro.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	background-position: top center;
	margin: 0;
}
.table .thead-dark th {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/**************** INFORMATIVA ************************/
.divContenidoSeccion {
	font-size: 16px;
	line-height: 27px;
	color: #333;
	width: 100%;
}
.divContenidoSeccion p {
	text-align: justify;
}
.divContenidoSeccion h2 {
	font-size: 22px;
	color: var(--morado);
	padding: 20px 0 5px 0;
}
.divContenidoSeccion img {
	max-width: 100%;
	height: auto;
}

/****************** RECLAMACIONES *********************/
.log-in-box {
  background-color: #f8f8f8;
  padding: calc(16px + 34*(100vw - 320px)/1600);
  border-radius: calc(8px + 4*(100vw - 320px)/1600);
}
.input-box h3 {
  font-size: 1.2rem;
  padding: 30px 0 0px 0;
}
.theme-form-floating > .form-control:not(:placeholder-shown) ~ label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: calc(14px + 4*(100vw - 320px)/1600);
	opacity: .95;
	top: -5px;
	left: 5px;
	height: 31px;
	background-color: #fff;
	white-space: nowrap;
	opacity: 1;	
}
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: .65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.theme-form-floating label {
  font-size: calc(13px + 3*(100vw - 320px)/1600);
  color: #4a5568;
  border: none;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid rgba(0,0,0,0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.theme-form-floating > .form-control:focus, .theme-form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: calc(15px + 2*(100vw - 320px)/1600);
  font-weight: 500;
}
.theme-form-floating .form-control, .theme-form-floating .form-select {
  height: calc(51px + 3*(100vw - 320px)/1600);
  line-height: normal;
}
.form-floating > .form-control {
  padding: 1rem .75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-control {
  background-color: #fff;
}
.form-control {
  font-size: 14px;
  padding: calc(8px + 6*(100vw - 320px)/1600) calc(12px + 3*(100vw - 320px)/1600);
}
.theme-form-floating > .form-control:focus ~ label, .theme-form-floating > .form-control:not(:placeholder-shown) ~ label, .theme-form-floating > .form-select ~ label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(14px + 4*(100vw - 320px)/1600);
  opacity: .95;
  top: -5px;
  left: 5px;
  height: 31px;
  background-color: #fff;
  white-space: nowrap;
  opacity: 1;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .85;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.05rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.05rem);
}
.input-box .col-6 {
	margin-top: 20px;
}
.input-box .col-4 {
	margin-top: 20px;
}
.input-box .col-12 {
	margin-top: 20px;
}
textarea.form-control {
  height: 100px !important;
}
.btn-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  background: rgba(0,0,0,0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  background: #ff6b6b;
  background: var(--primary-color);
  border: none;
  z-index: 0;
  padding: 15px 20px;
}
.btn-animation:hover {
	color: #f7f7f7;
	text-decoration: none;
}
.letrachica {
	font-size: 11px;
}

/******************* BANDERA ***********************/
.bandera {
	position: fixed;
	top: 6px;
	right: 10px;
	width: 40px;
	height: 27px;
	z-index: 1000;
}
.bandera img {
	width: 100%;
	height: auto;
}