/* @import url('https://fonts.googleapis.com/css?family=Rubik:500,700,900&display=swap'); */

@font-face {
    font-family: 'EspressoDolce';
    src: url('./fonts/EspressoDolce.ttf')  format('truetype');
}

body {
	font-family: 'EspressoDolce', sans-serif;
	font-size: 18px;
	color: #7f8d99;
	letter-spacing: 0.021em;
	font-weight: 500;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

a {
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.border {
	border: 0 !important;
	margin: 10px 0;
	width: 85px;
	height: 3px;
	background-color: #ffc107;
}

.border.center {
	margin: 10px auto;
}

.bg-light {
	background-color: #F2F7F9 !important;
}

.bg-gris {
	background-color: #e9ecef !important;
}

.bg-blue {
	background: rgb(21 21 45);
	background: linear-gradient(0deg, rgba(0, 88, 127, 1) 0%, rgba(24, 26, 52, 1) 50%, rgba(21, 21, 45, 1) 100%);
}

.btn-warning {
	color: #212529;
	border-color: rgb(232, 139, 55);
	background-color: rgb(232, 139, 55);
	background: linear-gradient(0deg, rgba(242, 195, 57, 1) 0%, rgba(235, 155, 56, 1) 50%, rgba(232, 139, 55, 1) 100%);
}

.btn-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
	background: -moz-linear-gradient(top, rgba(255, 176, 4, 1) 0%, rgba(255, 176, 4, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 176, 4, 1)), color-stop(100%, rgba(255, 176, 4, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 176, 4, 1) 0%, rgba(255, 176, 4, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 176, 4, 1) 0%, rgba(255, 176, 4, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 176, 4, 1) 0%, rgba(255, 176, 4, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 176, 4, 1) 0%, rgba(255, 176, 4, 1) 100%);
}

.container {
	max-width: 1250px;
	width: 95%;
}

.padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padding-top {
	padding-top: 80px;
}

.padding-bottom {
	padding-bottom: 80px;
}

.box-shadow {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
}

.text-blue {
	color: #191A35 !important;
}

.btn {
	font-weight: 700;
	padding: 10px 25px;
	cursor: pointer;
}

.btn-blue,
.navbar-dark .navbar-toggler {
	border-color: #191A35;
	background-color: #191A35;
	background: rgb(21 21 45);
	background: linear-gradient(0deg, rgba(0, 88, 127, 1) 0%, rgba(24, 26, 52, 1) 50%, rgba(21, 21, 45, 1) 100%);
	color: #fff !important;
}

.btn-whatsapp {
	background-color: #25D366;
	color: #fff !important;
}

.btn-warning {
	color: #fff !important;
}

.btn-warning i {
	color: #fff !important;
}

.btn-cian-off {
	color: #191A35 !important;
}

.navbar-light .navbar-nav .nav-link {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
	color: #7f8d99;
}

.navbar-light .menu-right.navbar-nav .nav-link:not(.btn) {
	line-height: 46px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #191A35;
}

header .container {
	max-width: 1600px;
}

header .shop,
.navbar-light .navbar-nav .whatsapp .nav-link,
.navbar-light .navbar-nav .phone .nav-link {
	font-size: 18px;
}

header .shop .price {
	font-weight: 700;
}

.navbar-light .navbar-nav .whatsapp .nav-link {
	color: #28a745;
	font-weight: 700;
}

header .shop i {
	font-size: 25px;
	color: #191A35;
}

.navbar-light .navbar-nav .whatsapp .nav-link i {
	font-size: 25px;
}

header .shop .icon {
	position: relative;
	margin-right: 15px;
}

header .shop .icon .cantidad {
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #191A35;
	border-radius: 50%;
	font-size: 12px;
	margin: auto;
	top: -12px;
	right: -12px;
}

header .btn-cian i {
	color: #fff !important;
}

#logo {
	background-image: url(../images/logo.png);
	width: 300px;
	height: 90px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: auto !important;
}

#header-bottom.navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 20px;
}

#header-bottom.navbar-expand-lg .navbar-nav .active .nav-link {
	color: #ffc107 !important;
}

main {
	padding-top: 165px;
}

#portada {
	color: #fff;
}

#portada .container {
	max-width: 1600px;
}

#portada .carousel-caption {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	text-align: initial;
	height: 100%;
}

#portada .carousel-caption>.row {
	height: inherit
}

#portada.one .carousel-indicators {
	display: none;
}

#portada h2,
#portada h1 {
	padding-bottom: 15px;
	padding-top: 0;
	font-size: 70px;
	letter-spacing: 2px;
	line-height: 70px;
	font-weight: bold;
	color: #002b6d;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	height: 50px;
	width: 50px;
	outline: #191A35;
	background-color: rgba(0, 33, 109, 0.3);
	background-size: 50%, 50%;
	border-radius: 50%;
	border: 1px solid #191A35;
}

.carousel-control-next,
.carousel-control-prev {
	z-index: 24;
	display: none;
}

#portada:hover .carousel-control-next,
#portada:hover .carousel-control-prev {
	display: inline-flex;
}

#portada p {
	padding-bottom: 15px;
	font-size: 20px;
	line-height: 20px
}

#portada p .btn {
	font-size: 18px;
	padding: 10px 25px
}

.navbar-light .navbar-toggler {
	margin-right: 35px;
	margin-top: 25px;
}

.menu-right {
	-ms-flex-direction: row;
	flex-direction: row;
}

.menu-right li a {
	border-left: 1px solid #dbe8f0;
}

footer {
	background: rgb(21 21 45);
	background: linear-gradient(0deg, rgba(0, 88, 127, 1) 0%, rgba(24, 26, 52, 1) 50%, rgba(21, 21, 45, 1) 100%);
	color: #fff;
	font-size: 16px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ffc107;
}

footer .top,
footer .bottom {
	overflow: hidden;
}

footer .top {
	padding: 100px 0 40px;
}

footer .bottom {
	padding: 15px 0;
	background-color: #fff;
}

footer .bloque {
	margin-bottom: 25px;
}

footer .bloque h4 {
	font-weight: bold;
	color: #fff;
	font-size: 28px;
}

footer .bloque .border {
	background-color: #ffc107;
}

#copyright {
	padding: 15px 0;
	color: #191A35;
}

footer ul {
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
}

footer ul.social li {
	display: inline-block;
}

footer ul.social li a {
	display: block;
	background-color: #fff;
	color: #191A35 !important;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	line-height: 45px;
	font-size: 25px;
	text-align: center;
	margin: 0 5px;
	display: flex;
    align-items: center;
    justify-content: center;
}

footer ul.social li a:hover {
	background-color: #ffc107;
}

.section .head h2,
.section .head h1 {
	position: relative;
	font-weight: 700;
	font-size: 42px;
	color: #191A35;
}

.section .head {
	margin-bottom: 50px;
}

.section .head p {
	font-size: 18px;
}

#catologo .body.row {
	margin-top: -15px;
	margin-bottom: -15px;
}

#catologo .body article {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

#catologo .body .texto {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 25px;
	z-index: 2;
}

#catologo .body .imagen {
	position: relative;
	overflow: hidden;
}

#catologo .body .imagen .shadow {
	position: absolute;
	opacity: 0;
	background: #191A35;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1), opacity .5s;
	z-index: 1;
	margin: auto;
	top: 0;
	left: 0;
}

#catologo .body article:nth-child(2n) .shadow {
	background: #191A35;
}

#catologo .body article:nth-child(3n) .shadow {
	background: #FFCE00;
}

#catologo .body article:nth-child(4n) .shadow {
	background: #FF8A00;
}

#catologo .body article:nth-child(5n) .shadow {
	background: #FC3900;
}

#catologo .body article:nth-child(6n) .shadow {
	background: #191A35;
}

#catologo .body article:hover .shadow {
	opacity: .7;
	-webkit-transform: scale(1.55);
	transform: scale(1.55);
}

#productos .imagen {
	padding: 15px;
	border-radius: 5px;
	display: block;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

#productos a {
	color: #454545;
}

.page-item.disabled .page-link {
	color: #cacaca !important;
}

#productos .texto {
	padding: 25px;
}

#productos .texto h4 {
	color: #191A35;
	font-weight: 700;
	font-size: 32px;
}

#productos .texto h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

#productos .texto h3 a {
	color: #7a8e9b;
}

#productos article {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

#productos article .border {
	background-color: #191A35;
}

#productos .body.row {
	margin-top: -15px;
	margin-bottom: -15px;
}

#productos .silebar .bloq {
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 1.5rem
}

#productos .silebar .bloq.active {
	color: #fff;
	background-color: rgb(21 21 45);
	background: linear-gradient(0deg, rgba(0, 88, 127, 1) 0%, rgba(24, 26, 52, 1) 50%, rgba(21, 21, 45, 1) 100%);
}

#productos .silebar .bloq.active a {
	color: #fff !important;
}

#productos .silebar .bloq.last-child {
	margin-bottom: 0
}

#productos .silebar .bloq .head {
	padding-bottom: .5rem
}

#productos .silebar .bloq .sbody ul {
	list-style: none;
	padding: 0
}

#productos .silebar .bloq .sbody ul ul {
	padding: 0 0 0 35px;
}

#productos .silebar .bloq .sbody ul li {
	border-bottom: 1px solid #e9ecef
}

#productos .silebar .bloq.active .sbody ul li {
	border-bottom: 1px solid #ffffff63;
}

#productos .silebar .bloq .sbody ul li a {
	display: block;
	color: #70777b;
	text-decoration: none;
	padding: 10px 0
}

#productos .silebar .bloq .sbody ul li a:hover {
	color: #191A35
}

#productos .silebar .bloq .sbody ul li:last-child {
	border-bottom: none
}

#productos .silebar .bloq .sbody ul li.active {
	font-weight: 700
}

#productos .silebar .bloq .sbody ul li.active a {
	color: #191A35
}

#productos .silebar .bloq.active .sbody ul>li.active>a {
	color: #ffc107 !important;
}

.silebar .hcollapse {
	cursor: pointer
}

#productos .silebar .bloq h4 a {
	color: #7f8d99;
}

#productos .silebar .bloq.active h4 a {
	color: #fff !important;
}

#productos .silebar .bloq.active .hcollapse:after {
	color: #fff !important;
}

#productos .footer {
	padding-top: 40px;
}

.silebar .hcollapse:after {
	font-family: Font Awesome\ 5 Free;
	content: "\f107";
	float: right;
	color: grey;
	font-size: 20px;
	line-height: 39px
}

.silebar .hcollapse.collapsed:after {
	content: "\f105"
}

#minaja .breadcrumb {
	padding: 0;
	background-color: transparent;
	margin-bottom: 0
}

#minaja .breadcrumb li a {
	color: #868e96
}

#minaja .breadcrumb li a:hover {
	color: rgb(21 21 45);
	text-decoration: none
}

#minaja .breadcrumb li.active {
	color: #191A35;
	font-weight: 700
}

#map {
	position: relative;
	overflow: hidden;
	min-height: 350px
}

#view-productos .bloq,
#view-productos .bloq,
#view-productos .imagen {
	padding: 25px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	text-align: center;
}

#map #map_canvas {
	width: 100%;
	min-height: inherit
}

#view-productos .mimagen {
	margin-bottom: 30px
}

#view-productos .imagen #view-productos .head {
	margin: 0;
}

#view-productos .precio {
	color: #191A35;
	font-weight: 700;
	font-size: 32px;
}

#view-productos .mimagen div {
	display: inline-block;
	width: 90px;
	height: 90px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	border: 1px solid #eee;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

#modalCotizar h6 {
	position: relative;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 20px;
}

#modalCotizar p {
	margin: 0;
}

#modalCotizar .precio {
	color: #191A35;
	font-weight: 700;
	font-size: 32px;
}

#carrito .table a,
#carrito .table a:hover {
	color: #191A35;
}

#carrito .table h5 {
	font-size: 16px;
	font-weight: 600;
}

.btn-remove {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background-color: #dbdbdb;
	text-align: center;
	cursor: pointer;
}

#carrito h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

#carrito .table h4 {
	color: #191A35;
	font-weight: 700;
	font-size: 32px;
}

#carrito .price {
	color: #191A35;
	font-weight: 700;
}

#carrito .bloq {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 1.5rem;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

#carrito #factura {
	display: none;
}

#carrito .bloq .head {
	margin-bottom: 20px;
}

#carrito .bloq .head .number {
	width: 25px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	background-color: #191A35;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

#carrito .bloq .head .title {
	text-transform: uppercase;
	color: #191A35;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
}

#carrito .card {
	margin-top: 10px;
	padding: 10px;
}

.nav-tabs {
	border: 0;
	margin-bottom: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #191A35;
	background: #ecf1f5 !important;
	border: 0;
	padding: 15px;
}

.page-item.active .page-link {
	background-color: #191A35 !important;
	border-color: #191A35 !important;
}

.navbar-toggler {
	display: inline-block;
	margin: auto;
}

.navbar-toggler .text {
	color: #fff;
}

.owl-dots,
.owl-nav {
	display: none;
}

#clientes .container {
	background-image: url(../images/clientes.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	max-width: 100%;
	width: 100%;
}

#clientes h2 {
	color: #fff;
}

#clientes .body {
	margin: 0 auto;
	width: 95%;
}

#contacto .bloque {
	margin-bottom: 20px;
}

#contacto .bloque ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contacto .bloque a {
	color: #ffc107;
}

#contacto .bloque ul.social li {
	display: inline-block;
}

#contacto .bloque ul.social li a {
	display: block;
	background-color: #191A35;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	line-height: 45px;
	font-size: 25px;
	text-align: center;
	margin: 0 5px;
}

#contacto .bloque ul.social li a:hover {
	background-color: #ffc107;
}

.icon-whatsapp {
	position: fixed;
	right: 15px;
	bottom: 210px;
	height: auto;
	width: auto;
	background: #25D366;
	padding: 12.5px;
	border-radius: 50px;
	z-index: 1049
}

#galeria .body {
	margin-top: -15px;
	margin-bottom: -15px
}

#galeria .body a {
	display: block
}

#galeria article {
	position: relative;
	overflow: hidden
}

#galeria img {
	position: relative;
	z-index: 1;
	transition: all 0.2s linear;
	width: 100%
}

#galeria article:hover img {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

#galeria article .icons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	color: #fff;
	font-size: 28px
}

#galeria article .shadow {
	background: rgba(0, 0, 0, 0.14);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.14) 53%, rgba(0, 0, 0, 0.67) 82%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(53%, rgba(0, 0, 0, 0.14)), color-stop(82%, rgba(0, 0, 0, 0.67)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.14) 53%, rgba(0, 0, 0, 0.67) 82%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.14) 53%, rgba(0, 0, 0, 0.67) 82%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.14) 53%, rgba(0, 0, 0, 0.67) 82%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14) 53%, rgba(0, 0, 0, 0.67) 82%, rgba(0, 0, 0, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0.5
}

#modalGaleria .lista {
	margin-top: 15px;
	margin-bottom: -15px
}

#modalGaleria .lista .bloque {
	cursor: pointer
}

#modalGaleria .lista>div {
	padding-top: 15px;
	padding-bottom: 15px
}

#modalGaleria .big img {
	max-height: 800px;
	margin: 0 auto;
	display: block
}

#galeria .btn {
	font-size: 18px;
	padding: 15px 25px
}

#galeria .text {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 15px;
	color: #fff;
	text-decoration: none !important;
	top: 0;
	left: 0
}

#galeria .text h3 {
	text-decoration: none;
	font-size: 18px
}

#galeria .body .container {
	max-width: 1600px;
}

.destacado {
	border: 2px solid #ffc107;
}

#productos .img {
	position: relative;
	margin-bottom: 40px;
}

#productos .img img {
	width: 100%;
}

#productos .img .btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.dropdown>.dropdown-menu {
	top: 200%;
	transition: 0.3s all ease-in-out;
}

.dropdown:hover>.dropdown-menu {
	display: block;
	top: 100%;
}

.dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #191A35;
}

/*@media (min-width: 900px) {*/
/*	.card-columns {*/
/*		-webkit-column-count: 5;*/
/*		-moz-column-count: 5;*/
/*		column-count: 5;*/
/*	}*/
/*}*/

@media only screen and (min-width: 992px) {
	header .menu {
		padding-left: 35px;
	}
}

@media only screen and (max-width: 1500px) {
	body {
		font-size: 16px;
	}

	#header-bottom.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 15px;
		padding-right: 15px;
	}

	#logo {
		width: 259px;
		height: 60px;
	}

	main {
		padding-top: 134px;
	}

	.navbar-light .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}

	.padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.padding-top {
		padding-top: 50px;
	}

	.padding-bottom {
		padding-bottom: 50px;
	}

	.section .head p {
		font-size: 16px;
	}

	.container {
		max-width: 1000px;
		width: 95%;
	}

	#portada h2,
	#portada h1 {
		font-size: 52px;
		line-height: 52px;
	}

	footer {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1200px) {
	.menu-right .text {
		display: none;
	}

	#logo {
		width: 172px;
		height: 50px;
	}
}

@media only screen and (max-width: 991px) {
	#portada:not(.one) {
		display: none;
	}

	.menu .nav-link {
		line-height: inherit !important;
		padding: 25px 25px !important;
	}

	.navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show>.nav-link {
		border: 0;
		color: #fff;
		background-color: #191A35;
	}

	nav {
		margin-left: -31px;
		margin-right: -31px;
		background: #f2f2f2;
	}

	.section .head h2 .star,
	.section .head h1 .star {
		display: none;
	}

	#home {
		text-align: center;
	}

	#home .border {
		margin: 10px auto;
	}

	#header-bottom .navbar-nav,
	.bg-blue {
		background: #191A35 !important;
	}

	#header-bottom .menu .nav-link {
		padding: 15px 15px 15px 0 !important;
	}

	#header-bottom .navbar-collapse {
		margin-left: auto !important;
	}

	.icon-whatsapp {
		bottom: 15px;
	}

	#hubspot-messages-iframe-container {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	footer .bloque {
		text-align: center;
	}

	footer .bloque .border {
		margin: 10px auto;
	}

	#productos .img .btn {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
	}
}