@import url('variables.css');

html {
  scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--regular);
	font-size: 1rem;
	color: var(--gris);
}

section {
	overflow: hidden;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.sin-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sin-margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#banner2 .slick-prev {
	left: 2rem !important;
	z-index: 8888;
}

#banner2 .slick-prev::before {
	font-size: 4rem !important;
	font-family: "Font Awesome 5 Pro" !important;
	content: "\f053" !important;
	text-shadow: 0 0 5px #999;
}

#banner2 .slick-next {
	right: 2rem !important;
}

#banner2 .slick-next::before {
	font-size: 4rem !important;
	font-family: "Font Awesome 5 Pro" !important;
	content: "\f054" !important;
	text-shadow: 0 0 5px #999;
}

#banner2 .slick-dots li button:before {
    font-size: 12px;
}

.cargando {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.cc {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.ccoculto {
	display: none !important;
}

.margen-top-50 {
	margin-top: 50px;
}

.margen-top-60 {
	margin-top: 60px;
}

.margen-top-70 {
	margin-top: 70px;
}

.margen-top-80 {
	margin-top: 80px;
}

.margen-top-120 {
	margin-top: 120px;
}

.contacto-flotante {
	position: fixed;
	z-index: 5;
	top: 280px;
	right: 10px;
}

.barra {
	height: 30px;
	background: var(--rosa);
}

.titulo-principal {
	text-align: center;
	font-family: var(--bold);
	font-size: 2rem;
	color: var(--gris);
}

.titulo-principal span {
	display: block;
	font-size: 1rem;
	line-height: 2rem;
}

.banner2 {
	width: 100%;
	height: 800px;
}

.bimg1 {
	background: url('../img/banner/DESK-PROMO-THINNER.jpg') no-repeat center center;
	background-size: cover;
}

.bimg2 {
	background: url('../img/banner/DESK-PROMO-IMPER.jpg') no-repeat center center;
	background-size: cover;
}

.bimg3 {
	background: url('../img/banner/CISNE-PINTURAS-PALETTE.jpg') no-repeat center center;
	background-size: cover;
}

.caja-imagen {
	text-align: center;
}

.caja-productos {
    display: inline-block;
    width: 100%;
}

.producto {
	float: left;
	display: table;
	width: calc((100% - 40px) / 5);
	height: 130px;
	margin: 0px 20px 20px 20px;
}

.producto span {
	display: table-cell;
	width: 150px;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

.producto img {
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.producto h3 {
	font-family: var(--bold);
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin: 0;
	padding: 0;
	text-align: center;
}

#producto-slider .slick-prev {
	left: 2rem !important;
	z-index: 8888;
}

#producto-slider .slick-prev::before {
	color: var(--gris);
	font-size: 2rem !important;
	font-family: "Font Awesome 5 Pro" !important;
	content: "\f053" !important;
	text-shadow: 0 0 5px #999;
}

#producto-slider .slick-next {
	right: 2rem !important;
}

#producto-slider .slick-next::before {
	color: var(--gris);
	font-size: 2rem !important;
	font-family: "Font Awesome 5 Pro" !important;
	content: "\f054" !important;
	text-shadow: 0 0 5px #999;
}

.small-producto {
	display: table;
	width: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.small-producto img {
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.small-producto h3 {
	font-family: var(--bold);
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}

.bgrosa {
	margin-top: 120px;
	background: var(--rosita);
}

.envio {
	display: table;
	width: 100%;
	min-height: 200px;
}

.envio div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	font-size: 0.8rem;
}

.envio div h2 {
	font-family: var(--bold);
}

.btncotiza-franja {
	display: table;
    width: 250px;
    left: 0;
    right: 0;
    margin: 0.5rem auto 0 auto;
    font-size: 1.2rem;
	color: var(--gris);
	text-decoration: underline;
}

.btncotiza-franja span {
	display: table-cell;
	padding: 4px 8px;
}

.btncotiza-franja:hover {
	color: var(--gris);
	text-decoration: underline;
}

.btncotiza-titulo {
	display: table;
    left: 0;
    right: 0;
    margin: 0.5rem auto 0 auto;
    font-size: 1.5rem;
	color: var(--gris);
	text-decoration: underline;
}

.btncotiza-titulo span {
	display: table-cell;
	padding: 4px 8px;
}

.btncotiza-titulo i {
	color: #10CBBF;
}

.btncotiza-titulo:hover {
	color: var(--gris);
	text-decoration: underline;
}

.contacto {
	display: table;
	width: 90%;
	color: var(--gris);
	text-decoration: none;
}

.contacto span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.contacto span h3 {
	font-family: var(--bold);
	font-size: 1rem;
}

.contacto:hover {
	color: var(--gris);
}

.sombreado {
	margin: 10px 0;
	padding: 20px 20px 0 20px;
	-webkit-box-shadow: 0 0 10px 1px #A8A8A8;
	box-shadow: 0 0 10px 1px #A8A8A8;
}

.mapBox {
	width: 100%;
	height: 500px;
	z-index: 1;
	pointer-events: none;
}

.direccion {
	display: table;
	width: 100%;
	height: 100%;
}

.direccion div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 2rem 0;
}

.telefono {
	display: block;
	font-family: var(--bold);
}

.telefono img {
	margin-right: 5px;
}

.metodo {
	display: table;
	width: 90%;
	min-height: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.metodo div {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.metodo div h3 {
	margin: 1rem 0 0 0;
	padding: 0;
	font-family: var(--bold);
	font-size: 0.8rem;
}

.metodo div img {
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.marca {
	display: block;
	width: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#marca-slider .slick-prev {
	left: 2rem !important;
	z-index: 8888;
}

#marca-slider .slick-prev::before {
	color: var(--gris);
	font-size: 2rem !important;
	font-family: "Font Awesome 5 Pro" !important;
	content: "\f053" !important;
	text-shadow: 0 0 5px #999;
}

#marca-slider .slick-next {
	right: 2rem !important;
}

#marca-slider .slick-next::before {
	color: var(--gris);
	font-size: 2rem !important;
	font-family: "Font Awesome 5 Pro" !important;
	content: "\f054" !important;
	text-shadow: 0 0 5px #999;
}

.caja-redes-uno {
	float: right;
	margin-right: 1.5rem;
}

.caja-redes-dos {
	float: left;
	margin-left: 1.5rem;
}

.redsocial {
	display: block;
	font-family: var(--bold);
	font-size: 1.3rem;
	color: var(--gris);
	margin: 0 0 20px 0;
}

.redsocial img {
	margin-right: 4px;
}

.redsocial:hover {
	color: var(--gris);
	text-decoration: none;
}