/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); */

*
{
	/* font-family: 'Roboto', sans-serif; */
}

body
{
	/* background-color: #111 !important; */
	padding-top: 58px;
	padding-bottom: 56px;
}

.navbar-light,
footer .bg-light
{
	background-color: #F2F2F2 !important;
}

input:focus
{
	border-color: #006621 !important;
}

.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;
	z-index: 9999;
}

.text-justify
{
	text-align: justify;
}

a
{
	text-decoration: none;
}

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

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

.btn.btn-success,
.bg-success
{
	background-color: #73AC43 !important;
	border-color: #73AC43 !important;
}

.border-success,
.border-green
{
	border-color: #73AC43 !important;
}

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

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

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

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

input:focus::placeholder
{
	color: #333 !important;
}

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

a.card
{
	overflow: hidden;
	transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

a.card:hover
{
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
	z-index: 999;
}

.navbar-collapse.collapse .btn
{
	margin-left: 5px;
}

.navbar-collapse.collapse.show .btn
{
	margin-left: 0px;
	margin-top: 10px;
}

.buscador-resultados .url
{
	color: #006621;
	font-size: 0.85rem;
}

.buscador-resultados .titulo
{
	color: #1a0dab;
	font-size: 1.05rem;
}

.buscador-resultados .descripcion
{
	color: #4d5156;
	font-size: 0.9rem;
}

/*.b-example-divider
{
	background-color: rgba(0, 0, 0, .1);
	border-width: 1px 0;
	border: solid rgba(0, 0, 0, .15);
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
	height: 3rem;
}

.b-example-vr
{
	flex-shrink: 0;
	height: 100vh;
	width: 1.5rem;
}*/

.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(0deg, 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: "";
}

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

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

.carrusel
{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px
}

.carrusel_slider_container
{
	background: #FFF;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	height: 130px;
	padding-left: 97px;
	padding-right: 97px;
	position: relative;
}

.carrusel_slider
{
	height: 100%;
	margin-top: 28px
}

.carrusel_item
{
	height: 100%
}

.carrusel_item img
{
	max-width: 100%
}

.carrusel_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px;
	cursor: pointer
}

.carrusel_nav i
{
	color: #e5e5e5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.carrusel_nav:hover i
{
	color: #676767
}

.carrusel_prev
{
	left: 40px
}

.carrusel_next
{
	right: 40px
}

.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: auto;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.dws-loader-component
{
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
}

.dws-loader-component::before
{
	background-color: #FFF;
	background-image: url(../img/loader-component.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	border-radius: 4px;
	color: #000;
	height: 40px;
	line-height: 48px;
	position: absolute;
	width: 40px;
	z-index: 99999;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin: 2px -20px;
	left: 50%;
}

.dws-loader-component::after
{
	position: absolute;
	content: 'Cargando componente';
	left: 0;
	right: 0;
	text-align: center;
	top: 45px;
	z-index: 999999;
}

@-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: #0B7E45;
	}
}

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

@media (max-width: 800px)
{
	.swiper-container
	{
		max-width: 500px;
	}

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

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

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

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

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

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

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

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