/* 
	
	Generales  /   Header, navs
	
*/

:root {
	--bs-body-bg: hsl(139, 17%, 98%);
	--primary-color: #17B53F;
	--primary-dark-color: #149935;
	--alt-color: #0B3D1B;
	--darken-color: #061F0E;

	--bs-body-font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
	--bs-heading-font-family: 'Outfit', sans-serif;
	--bs-border-radius: 0.5rem;
	--bs-border-radius-lg: 0.75rem;


}

.dropdown-menu {
	--bs-dropdown-link-active-bg: var(--primary-color);
	--bs-dropdown-link-active-color: white;
}

#cookie-wrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #e9e9e9;
}



body{
	/*font-family: 'Inter', sans-serif;*/
	overflow-x: hidden;
	font-size: 18px;

}




.img-responsive {
	max-width: 100%;
	height: auto;
}

.default-font{
	font-family:sans-serif;
}

.medium{
	font-size:0.8rem;
}


.pointer {
	cursor: pointer;
}

strong{
	font-weight:700;
}

.breadcrumb li a{
	color:#212529;
}

input[type="checkbox"].form-control {
	width: auto;
	display: inline-block;
}

.fa.fa-phone{
	margin-right:5px;
}

.table {
	display: table;
}

.inline-block {
	display: inline-block;
}


.bg-brand {
	background-color: #789f0a;
	color: white;
}


a{
	text-decoration:none!important;
}

.bg-dark{
	background-color:var(--alt-color);
}

.bg-secundario{
	background-color:#f8dd2a;
}

.color-dark{
	color:#343a40;
}

.bg-light{
	background-color:#F9FAFA;
}

.bg-corp{
	background-color:#5A8494;
}

.margin-t40{
	margin-top:40px;
}

.margin-t20{
	margin-top:20px;
}

.logo{
	width:140px;
}

.inline-block{
	display:inline-block;
}

.padding-t20
{
	padding-top:20px;
}

.padding-t40{
	padding-top:40px;
}

.padding-t20{
	padding-top:20px;
}

.padding-tb30{
	padding-top:30px;
	padding-bottom:30px;
}

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

.bold{
	font-weight:700;
}

.semibold{
	font-weight:600;
}

.letter-spacing-4{
	letter-spacing:4px;
}

img.icon {
	max-width:20%;
	height: auto;
}

img.img-out{
	max-width:60%;
    position: absolute;
    left:20%;
    margin-top:-300px;
}

.img-out2{
	max-width:70%;
	position: relative;
    left:20%;
    top:60px;
	
}

.shadow {
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0,0,0,0.5));
}

.text-shadow{
	text-shadow: 0px 1px 16px black!important;
}


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

.nav>li>a {
    position: relative;
    display: inline-block;
    padding: 15px 15px;
    color:black;
    font-weight: 500;
}

.heading {
	text-align: center;
}


.heading::after {
	content: "";
    width: 70px;
    height: 2px;
    background:var(--alt-color);
    display: block;
    margin: 30px auto;
}

.heading-left {
	text-align: left;
}

.heading-left::after {
	content: "";
    width: 70px;
    height: 2px;
    background:#ca6120;
    display: block;
    margin:30px 0;
}


.heading-alt {
	text-align: center;
}


.heading-alt::after {
	content: "";
    width: 70px;
    height: 2px;
    background:#ca6120;
    display: block;
    margin: 30px auto;
}

.heading-left-alt {
	text-align: left;
}


.heading-left-alt::after {
	content: "";
    width: 70px;
    height: 2px;
    background:#f8dd2a;
    display: block;
    margin-top: 10px;
}


.white{
	color:white
}

.black{
	color:black;
}



.light-gray{
	color:#aeaeae;
}

.color-brand{
	color: var(--primary-color) !important;
}

.color-alt{
	color:var(--alt-color) !important;
}

.color-alt-nav-link{
	color: white !important;
	background-color:var(--alt-color) !important;

}

.cursor-pointer{
	cursor:pointer;
}


.btn-brand{
	background-color:var(--primary-color);
	color:white;
	text-transform: uppercase;
	/*font-weight:400;
	padding:15px;
	border:none;
	border-radius:0;*/
	cursor:pointer;	
}

/*
.btn-brand:hover{
	background-color:var(--primary-dark-color);
	color:white!important;	
}
*/

.btn{
	--bs-btn-hover-color: white;
	--bs-btn-hover-bg: var(--primary-dark-color);

}

.pagination {
	--bs-pagination-active-bg: var(--primary-dark-color);
	--bs-pagination-active-border-color: var(--primary-dark-color);
	--bs-pagination-color: var(--alt-color);
}

.btn-brand2{
	background-color:var(--alt-color);
	color:white;
	font-weight:400;
	text-transform: uppercase;
	padding:15px;
	border:none;
	border-radius:0;
	cursor:pointer;
	
}

.btn-brand2:hover{
	background-color:var(--alt-color);
}


.icon{
	display:block;
	margin:0 auto;
}

.bg-financiacion{
	background-image:url(../img/financiacion-img2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;

}

#presupuesto{
	background-image:url(../img/fondo.jpeg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:center;
	background-size: cover;
	position: relative;
}

#presupuesto .cover.bg-dark {
	background-color: rgba(52,58,64,0.92)!important;
	padding:120px 0px;
}

#prueba-conduccion{
	background-image:url(../img/road.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:center;
	background-size: cover;
	position: relative;
	margin-top:0;
}

#prueba-conduccion .cover.bg-dark {
	background-color: rgba(119, 158, 10, 0.3)!important;
	padding:120px 0px;
}


.fa.fa-home{
	color:#789f0a;
}

.fa.fa-facebook-f{
	background:#789f0a;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	font-size: 1em;
	text-align: center;
	margin-right: 10px;
	padding-top: 19%;
	transition:all ease-in-out 0.2s;
}

.fa.fa-facebook-f:hover{
	background:#205D7A;
	color:#fff;
}


.decor-none{
	text-decoration:none;
}


/* 
	
	Navbar 
	
*/


.navbar {
	padding:25px 20px;
    background-color:white;
	box-shadow:0px 1px 11px #b7b7b7;
}

.fa.fa-bars{
	color:#789f0a;	
	font-size:1.8em;
	text-align:right;
}

.menu.navbar-collapse a {
	color:#789f0a;
	font-size:14px;

}

.menu.navbar-collapse a:hover{
	color:var(--alt-color);

}


/* 
	Bloque Confianza
*/


.confianza p{
	text-align:center;
	color:#5b5b5f;
}


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

/* 
	
	Servicios 
	
*/


.lista-servicios li {
	font-size:0.8em;
	font-weight:300;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;
}

.social-media-icons a{
	color:#779F06;
	font-size:2rem;
}

.social-media-icons a:hover {
	color: #ca6120;
}


/* 
	
	Slider portada  
	
*/




/*.carousel-indicators li {
	width: 8px;
	height: 8px;
	border: 0;
	background-color: #eee;
	margin:1px;
}

.carousel-indicators li.active {
	background-color: #47AADF;
	width: 8px;
	height: 8px;
	border: 0;
}
*/

.owl-carousel .owl-item img {
	width: 60%!important;
	margin: 0 auto;
}

#carousel-partners img, #carousel-clientes img {
	-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
    opacity: 0.6;
    transition: opacity 0.3s linear;
}

#carousel-partners img:hover, #carousel-clientes img:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
    transition: opacity 0.3s linear;
}

.height-medium{
	height:500px;
}

.owl-carousel .owl-dots {
	text-align: center;
	margin: 15px 0;
}
	
/*.owl-carousel .owl-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
	margin: 0 2px;
}

.owl-carousel .owl-dot.active {
	background-color: #5A8494;
}*/





#carousel-landing, #carousel-landing .background {
	width: 100vw;
    height: 67vw;
	max-height: 90vh;
}



.carousel-indicators {
	margin-bottom: 30px;
}


.carousel .background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;

}




.color-brand-light {
	color: #93c60d;
}



.carousel .title {
	margin: auto;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	width: 100%;
	line-height: 1.2;

	font-weight: 500;



}


@media (max-width: 374px) {
	.carousel .title {
		font-size: 1.5rem;
	}
}

@media (min-width: 375px) and (max-width: 575px) {
	.carousel .title {
		font-size: 2rem;

	}
}

@media (min-width: 576px)  and (max-width: 767px) {
	.carousel .title {
		font-size: 3rem;
		letter-spacing: 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel .title {
		font-size: 3.5rem;
		letter-spacing: 5px;
	}
}


@media (min-width: 992px) {
	.carousel .title {
		font-size: 4rem;
		letter-spacing: 5px;
	}
}




#carousel-portada .carousel-inner {
	background-color: #000;
	background-color: rgb(71, 170, 219);
}

#carousel-portada #player {
	opacity: 0.23;
	-webkit-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
    -ms-transition: opacity .8s ease-in-out;
    -o-transition: opacity .8s ease-in-out;
    transition: opacity .8s ease-in-out;
}

#carousel-portada:hover #player {
	opacity: 1;
}

#player {
    position: absolute;
    min-width: 100vh;
    min-height: 200vh;
    width: 100vw;
    height: 56.25vw;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
}

.slider-imagenes .cover {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

.slider-imagenes .carousel-control {
	position: absolute;
	top: 50%;
	height: 60px;
	transform: translateY(-50%);
	opacity: 0.6;
	z-index: 100;
}


.slider-imagenes .carousel-control.left {
	left: 15px;
}

.slider-imagenes .carousel-control.right {
	right: 15px;
}

.slider-imagenes .carousel-control:hover {
	opacity: 1;
}

.custom-pos {
	position:absolute;
    bottom:0;
    left:-15%;
    width:100%;
    transform: translateY(-50%);
    max-width: 80%;
    text-align: left!important;
}


.slider-imagenes .carousel-caption h1, .slider-imagenes .carousel-caption .h1 {
	color: white;
	font-size: 2.5em;
	font-weight:bold;
	
}
.slider-imagenes .carousel-caption p, .slider-imagenes .carousel-caption .p {
	color: white;
	font-size: 1.7em!important;
}

body.dubium .slider-imagenes .btn.btn-brand.btn-transparent:hover {
	border-color: #fff;
	color: #fff;
}

body.dubium .carousel-controls .carousel-control.left, body.dubium .carousel-controls .carousel-control.right {
	background-image: none;
}

#scroll-top {
	position: fixed;
	bottom: 10%;
	right: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	padding:  17px 20px;
	background-color: white;
	color:#789f0a;
}


/* galeria de imagenes */

.pb-100 {
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:10px;
}

.pb-100 img {
	min-width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.pb-100 .hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(51, 134, 83, 0.7);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 150px;
    transition: opacity ease-in 0.3s;
}

.btn-hover{
	position:absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	border:2px solid white;
	color:white;
	padding:20px 15px;
	text-align:center;
}

.pb-100 .btn-hover {
	opacity: 0;
	transition: opacity 0.3s linear;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.pb-100:hover .btn-hover {
	opacity: 1;
	transition: opacity 0.3s linear;
}

.btn-hover .h3{
	margin-bottom:0;
}

.pb-100:hover .hover {
	opacity: 1;
	cursor:pointer;
}	

.pb-100 a{
	color:white;
	text-decoration:none;
}

.pb-100 a:hover{
	color:white;
}


/* 
	
	Noticias
	
*/

.noticias p{
	color:#5b5b5f;
	font-size:0.8rem;
	text-align:center;
}

.noticias img{
	max-width: 100%;
    height:auto;
    margin: 0 auto;
    display: block;
}

.noticias .btn-brand{
	width:100px;
	text-align:center;
	margin:0 auto;
}

/* 
	
	Footer
	
*/

.mas-oscuro{
	background-color:var(--darken-color);
	color:white;
}

.mas-oscuro img{
	height:33px;
	margin-top:-6px;
}

.nav-tabs{
	border:none;
}

.footer .social-media a{
	display:inline-block;
	font-size:1rem;
	color:#789f0a;
	margin-right:20px;
}

.footer a:hover{
	color:#c3c3c3;
	text-decoration:none;
}

.footer .default-font{
	font-size:1.1em;
}

/*

	Buscador

 */

.ui-slider {
	height: 3px;
}

#filtros-producto .text-muted {
	color: #777!important;
}

.ui-widget.ui-widget-content {
	border: none!important;
	background-color: #777;
}

.ui-slider-range {
	background-color: #789f0a;
	height: 3px!important;
}

.ui-slider-handle {
	border-radius : 50%;
	-moz-border-radius : 50%;
	-webkit-border-radius : 50%;
	width: 12px!important;
	height :12px!important;
	background-color: #5e7e08!important;
	border: 0!important;
}


.producto .card {
	box-shadow: 0 5px 15px rgb(0 0 0 / 0.08);
	border: none;
	background-color: white;
}

.producto .img-wrapper {
	text-align: center;
	padding: 10px;
	height: 300px;
	display: flex;
}

.producto .card-img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	margin: auto;
}

.producto .card-title {
	text-align: center;
}

.offcanvas {
	background-color: var(--alt-color);
	color: white;
}

.offcanvas .dropdown-menu {
	background-color: var(--alt-color);
	border: 1px solid white;
}

.offcanvas .dropdown-item {
	color: white;
}

.offcanvas .dropdown-item:hover {
	color: var(--alt-color);
}

.offcanvas  .btn-close {
	opacity: 1;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}


.producto .card-footer {
	background-color: white;
	border-top: none;
	text-align: center;
}

.ficha-producto {
	padding-top: 30px;
	padding-bottom: 30px;
}





/*

	Listado posts

*/



.lista-posts img {
	max-height:200px;
	margin:0 auto;
}

.img-post
{
	margin-top:20px;
	margin-bottom:10px;
}


.descripcion p
{
	text-align:center;
	margin-top:25px;

}.post-lista .tema{
     display:none;
 }

.post-lista h3{
    text-align:center;
    margin-top:10px;
}

.post-lista.card-title a{
    color:black;
    text-transform:uppercase;
    /*font-size:1rem;*/

}

.post-lista .autor-fecha{
	color:gray;

}

.post-lista .visto-comentarios{
    display:none;
}


.post-datos{
	font-size:1.1rem;
	text-align:left;
	margin-bottom:20px;
}

#post-content .img-fluid{
	margin-bottom:30px;
}


/* Nav pills para blog */


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: var(--primary-color) !important;
}

.nav-link.btn-brand {
	font-size: 1rem;
	text-transform: none;
	padding: 8px 10px;
}

/* 
	
	Media Querys
	
*/



	
@media (max-width:1200px) {
	img.img-out{
		top:-100px;
	}
	

	
	
}	

	
@media (max-width:992px) {

	.slider-imagenes .carousel-caption h1{
		font-size:1.5rem;
		margin-top:20px;
	}
	

}


@media screen and (max-width:992px){
	.carousel-caption h2{
		display:none;
	}
	.carousel-caption .btn{
		display:none;
	}

	.carousel-caption p{
		display:none;
	}
	
	
	
	.menu.navbar-collapse{
		margin-top:20px;
	}

	.dropdown-toggle.dropdown-toggle {
		white-space: normal;
	}
	

	.section-text .h5{
		font-size:1.1em;
	}
	
	.img-portada{
		margin-top:40px;
	}
	
	section .container.my-5.py-5{
		margin:0;
	}
	
	img.img-out{
		position:relative;
		left:auto;
		top:auto;
	}

	
	.confianza{
		margin-bottom:50px;
	}
}

@media screen and (max-width:576px){
	.pb-100 .hover, .pb-100 .btn-hover {
		opacity: 1;
	}
	.menu.navbar-collapse{
		margin-top:50px;
	}
	
	.logo{
		width:150px;
	}
	
	.carousel-control{
		display:none;
	}
	

}

.kitdigital-logo {
	width: 100%;
	height: auto;
}

@media (min-width: 900px) {
	.kitdigital-logo {
		width: 900px;
	}
}