@import url(dark.css);

body
{
	background-color: #FFF !important;
	font-family: 'Roboto', sans-serif;
}

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

#floatingSelect
{
	font-size: 0.875rem; /* Ajusta el tamaño de la letra según tus necesidades */
	color: #808080;
}

.negrita {
	font-weight: bold;
}

.btn-whatssapp
{
	background-color: #25D366;
	border-radius: 80px;
	bottom: 30px;
	color: #FFF;
	font-size: 50px;
	height: 80px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 80px;
}

header .navbar
{
	box-shadow: 0 3px 20px rgba(0,0,0,.4);
}

nav
{
	border-bottom: 5px solid #000;
}

nav .nav-link
{
	color: #000;
	font-weight: bold;
}

.form-buscador,
.form-buscador:active,
.form-buscador:focus
{
	background-color: #6773752E;
}

.bg-color
{
	background-color: #000;
}

a
{
	text-decoration: none;
}

ol li a
{
	color: #73AC43 !important;
}

i.text-primary
{
	color: #73AC43 !important;
}

.nav-masthead .active
{
	border-bottom-color: #73AC43 !important;
}

.link-logo
{
	color: #FFF;
	text-decoration: none;
}

.link-logo:hover
{
	color: red;
}

.bg-blue
{
	background-color: #FFF !important;
}

.bg-blue-light
{
	background-color: #408F93;
}

.bd-placeholder-img
{
	-moz-user-select: none;
	-webkit-user-select: none;
	font-size: 1.125rem;
	text-anchor: middle;
	user-select: none;
}

.bi
{
	fill: currentColor;
	vertical-align: -.125em;
}

.nav-scroller
{
	height: 2.75rem;
	overflow-y: hidden;
	position: relative;
	z-index: 2;
}

.nav-scroller .nav
{
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-wrap: nowrap;
	margin-top: -1px;
	overflow-x: auto;
	padding-bottom: 1rem;
	text-align: center;
	white-space: nowrap;
}

.text-bg-dark
{
	color: #fff !important;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus
{
	color: #333;
	text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */

.cover-container
{
	max-width: 42em;
}

.nav-masthead .nav-link
{
	border-bottom: .25rem solid transparent;
	color: #000;
/*	color: rgba(255, 255, 255, .5);*/
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus
{
	border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link
{
	margin-left: 1rem;
}

.nav-masthead .active
{
	border-bottom-color: #fff;
	color: #73AC43;
/*	color: #fff;*/
}

.bg-img-hero
{
	background-color: #73AC43 !important;
	padding: 20px;
}

.bg-img-hero2
{
	background-color: #000;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF !important;
	position: absolute;
	width: 100%;
}

.gradient-overlay-half-white-v1::before
{
	background-image: linear-gradient(60deg, rgba(33, 37, 41, 1) 30%, transparent 60%);
	background-image: linear-gradient(60deg, rgba(255, 255, 255, 1) 30%, transparent 60%);
	background-repeat: repeat-x;
}

[class*="gradient-overlay-half"]::before
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
}

.dropdown-menu
{
	min-width: 400px;
}

.dropdown-menu li a:hover
{
	color: #FFF;
}

.swiper-container
{
	width: 610px;
	height: 420px !important;
}

.swiper-slide img
{
	min-height: 420px !important;
}

.process-loader
{
	background-color: rgba(0, 0, 0, .2);
	/*background-color: transparent;*/
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.process-loader .circular
{
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	display: block;
	height: 120px;
	left: 50%;
	margin: -60px;
	position: fixed;
	top: 50%;
	width: 120px;
}

.process-loader .path
{
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
}

.loader-wait
{
	/*background-color: #191919;*/
	background-color: #FFF;
	/*background-image: url(../img/loading.gif);*/
	background-image: url(../img/loader.gif);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {

	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124;
	}
}

@keyframes dash {

	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124;
	}
}

@-webkit-keyframes color
{
	100%, 0%
	{
		stroke: #000;
	}
}

@keyframes color
{
	100%, 0%
	{
		stroke: #000;
	}
}

@media (max-width: 600px)
{
	.swiper-container
	{
		max-width: 470px;
	}
}

@media (max-width: 420px)
{
	.swiper-container
	{
		max-width: 370px;
		height: 180px !important;
	}

	.swiper-slide img
	{
		min-height: 180px !important;
	}
}

@media (max-width: 380px)
{
	.swiper-container
	{
		max-width: 280px;
	}
}

@media (min-width: 768px)
{
	.bd-placeholder-img-lg
	{
		font-size: 3.5rem;
	}
}