@charset "utf-8";
/* CSS Custom */
body {
	background: url(../media/background-pages.jpg) center no-repeat fixed;
	background-size: cover;
	background-color: #D1C0A0;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Encode Sans', Arial, Helvetica, sans-serif;
}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, b, input, select, textarea, p, span {
	font-family: 'Encode Sans', Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #cc0000;
	font-weight: 400;
	font-family: 'Anton', 'Encode Sans', Arial, sans-serif !important;
}
p, ol, ul, strong {
	font-size: 15px;
	line-height: 130%;
}
li {
	padding-bottom: 8px;
	font-weight: 700;
}
li span {
	font-weight: 400;
}
b, b span {
	font-size: inherit;
	font-family: 'Anton', 'Encode Sans', Arial, sans-serif !important;
	color: #1a171b;
}
b span {
	color: #6a82a8;
}
a {
	color: #000;
	transition: all 1.0s  ease !important;
	text-decoration: none !important;
}
a:hover {
	color: #cc0000;
}
.container {
	width: 100%;
	max-width: 100%;
	padding: 5px 10px !important;
	margin: 0 auto;
}
.navbar-nav .nav-link {
	color: #cc0000 !important;
	font-weight: bold;
	padding: 16px 17px 11px 17px !important;
	font-size: 16px !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .active {
	background: rgba(204, 0, 0, 1) !important;
	color: #fff !important;
	border-radius: 4px;
}
.navbar-nav .nav-link {
	white-space: nowrap;
}
.navbar-nav .nav-link i {
	font-size: 20px;
	padding-right: 10px;
}
.navbar-brand {
	margin-right: 0px;
}
.navbar-brand img {
	width: 80%;
	height: auto;
}
.navbar-brand span {
	font-size: 12px;
	font-weight: 700;
}
i.fas, i.fab {
	color: #fff;
}
.footer-text i.fas, i.fab {
	color: #cc0000;
}
.bg-previeri {
	background-color: rgba(109,170,35,0.2);
}
.carousel-indicators li {
	background-color: #073b77
}
.carousel-indicators li.active {
	background-color: #92a391
}
#carouselIndicators {
	border: 1px solid #60a628;
}
.foot {
	background-color: #ebebeb;
}
.btn-pill {
	border-radius: 30px;
	padding: 7px 20px 10px;
}
.btn-link {
	color: #060;
}
.btn-link:hover {
	color: #030;
	text-decoration: none;
}
.btn-primary {
  background-color: #073b77;
  border-color: #6a82a8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #6a82a8;
  border-color: #073b77;
}
.collapsed {
	color: #333;
}
.collapsed .fas {
	color: #333;
}
.item {
	height: 150px;
	padding: 15px !important;
	margin: 0 5px !important;
	border: rgba(255,0,0,0.3) solid 1px;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.3);
}
.item img {
	width: auto !important;
	height: 100% !important;
}
/* ---------------------------------------------------------- */
.text-color-green {
	color: #60a628;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;
}
.text-color-red {
	color: #FF0000;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
}
form label {
	padding-bottom: 0;
	margin-bottom: 0;
	color: #1a171b;
}
.btn-primary {
  color: #1a171b;
	font-weight: 700;
  background-color: #60a628 !important;
  border-color: #60a628 !important;
}

.btn-primary:hover {
  color: #1a171b;
  background-color: #bdcd00 !important;
  border-color: #60a628 !important;
}
.btn-primary:focus, .btn-primary.focus {
	color: #1a171b !important;
  box-shadow: 0 0 0 0.2rem rgba(96, 166, 40, 0.5);
}
.opacity {
	filter: alpha(opacity=1.0);
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
	opacity: 1.0;
}
.opacity:hover{
	filter: alpha(opacity=0.5);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
.bg-pages p {
	text-align: justify;
}
.img-pages {
	width: 100%;
	height: auto;
	padding: 5px;
	border: rgba(255,0,0,0.5) solid 1px;
	border-radius: 4px;
}
.card-columns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.card-columns .card {
	min-width: 100%;
	max-width: 100%;
}
.d-flex-wrap {
	flex-wrap: wrap !important;
}
.card-columns .card, 
.contact .card {
	background-color: rgba(255,255,255,0.3);
}
.contact .form-control {
	border-color: rgba(0,0,0,0.3);
	background-color: rgba(255,255,255,0.3);
}
.contact .btn-primary {
	color: #fff;
	background-color: #cc0000 !important;
	border-color:	#000 !important;
	transition: all 1.0s  ease !important;
}
.contact .btn-primary:hover {
	background-color: #000 !important;
	border-color:	#cc0000 !important;
}
.contact .btn-primary:focus, .contact .btn-primary.focus {
	color: #fff !important;
	box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.5);
}
.menu-productos .navbar-nav {
	background-color: rgba(255,255,255,0.5);
	width: 100%;
}
.menu-productos .navbar-nav li {
	padding: 0px !important;
}
.menu-productos .navbar-nav .nav-link {
	font-size: 14px !important;
	margin: 0px !important;
	padding: 15px !important;
	border-bottom: rgba(0,0,0,0.1) solid 1px !important;
	background-color: transparent !important;
}
.menu-productos .navbar-nav .nav-link:hover, .menu-productos .navbar-nav .active {
	color: rgba(0,0,0,1) !important;
	border-radius: 0px !important;
	background-color: rgba(204,0,0,0.3) !important;
	margin: 0px !important;
}
.productos .card {
	min-width: 250px;
	max-width: 250px;
	margin: 0 auto 10px auto !important;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.2);
	transition: all 1.0s  ease !important;
}
.productos .card:hover {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(204,0,0,0.5);
}
.productos .card .img {
	width: 100%;
	height: 248px;
	background-color: rgba(255,255,255,1);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}
.productos .card .card-title {
	text-transform: uppercase;
}
.productos .card .card-body p {
	text-align: center;
	text-transform: uppercase;
}
.productos-home .card-text strong {
	font-size: 12px !important;
	line-height: 100%;
	text-align: center;
}
h1 span {
	font-family: 'Anton', 'Encode Sans', Arial, sans-serif !important;
	font-size: 32px !important;
	color: rgba(0,0,0,1);
}
.fancybox-bg {
	background-color: #000 !important;
}
.fancybox-caption__body {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
/* ---------------------------------------------------------- */

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
	.navbar-brand img {
		width: 40%;
	}
	.productos .card {
		margin: 0 10px 10px 10px !important;
	}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
	.navbar-brand img {
		width: 95%;
	}
	.navbar-brand span {
		font-size: 10px;
	}
	.navbar-nav .nav-link {
		padding: 6px 7px 1px 7px !important;
		font-size: 14px !important;
	}
	.navbar-nav .nav-link i {
		display: block;
		padding-right: 0;
		padding-bottom: 5px;
	}
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-brand img {
		width: 85%;
	}
	.navbar-brand span {
		font-size: 12px;
	}
	.navbar-nav .nav-link {
		padding: 16px 17px 11px 17px !important;
		font-size: 17px !important;
	}
	.card-columns .card {
		min-width: 48%;
		max-width: 48%;
	}
	.menu-productos .navbar {
		padding: 0px;
	}
	.menu-productos .navbar-expand-lg .navbar-nav {
		flex-direction: column;
	}
	.menu-productos .navbar-nav .nav-link {
		font-size: 15px !important;
		padding: 15px !important;
	}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.container {
		width: 1200px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.navbar-nav .nav-link {
		padding: 19px 20px 14px 20px !important;
		font-size: 18px !important;
	}
	.navbar-nav .nav-link i {
		font-size: 24px;
	}
	.navbar-brand img {
		width: 54%;
	}
	.navbar-brand span {
		font-size: 11px;
	}
	.img-fluid {
		max-width: 40%;
	}
	.card-columns .card {
		min-width: 49%;
		max-width: 49%;
	}
	.menu-productos .navbar-nav .nav-link {
		font-size: 15px !important;
		padding: 15px !important;
	}
}

/* ---------------------------------------------------------- */
/* Iconos flotantes */
/* ---------------------------------------------------------- */
.icon-reseaux {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 500;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit- flex;
	display: -ms-flexbox;
	display: -ms- flex;
	display: flex;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.icon-reseaux a, 
.icon-reseaux button {
	display: block;
	padding: 5px;
	width: 40px;
	height: auto;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
	border-radius: 6px 0 0 6px;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s !important;
}
.icon-reseaux a:hover, 
.icon-reseaux button:hover {
	width: 80px;
	color: #FFF;
}
.icon-reseaux a.whatsapp_sticky i, 
.icon-reseaux button.whatsapp_sticky i {
	color: #FFF;
}
.icon-reseaux a.whatsapp_sticky, 
.icon-reseaux button.whatsapp_sticky {
	background-color: #00E676;
}
.icon-reseaux a.facebook_sticky, 
.icon-reseaux button.facebook_sticky {
	background-color: #4267b2;
}
.icon-reseaux a.facebook_sticky i, 
.icon-reseaux button.facebook_sticky i {
	color: #FFF;
}
.icon-reseaux a.instagram_sticky i, 
.icon-reseaux button.instagram_sticky i {
	color: #FFF;
}
.icon-reseaux a.instagram_sticky, 
.icon-reseaux button.instagram_sticky {
	background-color: #000;
}
.icon-reseaux a.youtube_sticky, 
.icon-reseaux button.youtub_stickye {
	background-color: #ff0000;
}
.icon-reseaux a.youtube_sticky i, 
.icon-reseaux button.youtub_stickye i {
	color: #FFF;
}
.icon-reseaux a.tripadvisor_sticky, 
.icon-reseaux button.tripadvisor_sticky {
	background-color: #00a680;
}
.icon-reseaux-opacity {
	filter: alpha(opacity=0.7);
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
	transition: all 1.0s  ease !important;
}
.icon-reseaux-opacity:hover{
	filter: alpha(opacity=1.0);
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
	opacity: 1.0;
}
