.start-body .navbar.mainnav {
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.start-body #description {
	height: 120px;
	border-radius: 25px;
	text-align: center;
	font-size: 18px!important;
	background-color: #ffffff;
	color: rgba(0,0,0,.8)!important;
	box-shadow: 0px 0px 8px 2px rgba(100,100,100,0.16);
	-webkit-box-shadow: 0px 0px 8px 2px rgba(100,100,100,0.16);
	-moz-box-shadow: 0px 0px 8px 2px rgba(100,100,100,0.16);
}
.start-body #description::placeholder {
	text-align: center;
	font-size: 15px;
}
.start-section {
	background-color: rgb(241 245 249);
	padding: 160px 0 100px 0;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.start-body .border-fx {
	max-width: 56rem;
	width:90%;
	padding: 30px;
	height: auto;
}
.start-body .fields-steps {
	flex-basis: 100%;
	width: 100%;
	position: relative;
	width: 100%;
	background-color: rgb(241, 245, 249);
	padding: 40px;
	min-width: 265px !important;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-width: 2px;
	border-color: rgba(255 255 255 1);
	padding: 2.5rem 1rem;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(113, 113, 122) 0px 4px 6px -1px, rgb(113, 113, 122) 0px 2px 4px -2px;
	overflow: hidden;
	transition: height 0.5s ease;
	max-height: 1500px;
}
.start-body .step1, .start-body .step2 {
	width: 700px;
	max-width: 90%;
	text-align: center;
	height: auto;
	transition: all 0.5s ease;
}
.start-body .step2 {
	display: none;
}
.start-body h1 {
	color:rgb(51 65 85);
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.start-body p {
	color: rgba(100 116 139, .6);
	font-size: 14px;
	margin-bottom: 25px;
}
.start-body .nextstep, .start-body .createWeb {
	position: relative;
	margin: 15px 0 0 0;
	width: auto;
	padding: 15px 40px!important;
	font-size: 16px!important;
	border-radius: 10px!important;
}
.start-body .custom-btn.nextstep i, .start-body .custom-btn.createWeb i {
	position: relative;
	top: auto;
	right: auto;
	margin-left: 5px;
}
.start-body .user-info-home {
	flex-basis: 100%;
	width: 100%;
}
.start-body .helpdesc {
	padding: 5px 5px 5px 5px;
}
.start-body .dropdown-menu-columns {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	min-width: 300px;
	left: 50% !important;
	transform: translateX(-50%) !important;
}
.start-body .dropdown-item {
	white-space: nowrap;
	cursor: pointer;
}
.start-body .dropdown-toggle::after {
	top: -1px;
	font-size: 12px;
	left: 4px;
}
.start-body .inv-feedback, .start-body .inv-feedback-ajx {
  display: none;
  color: #cc0000;
  font-size: 14px;
  padding: 0 0 0 0;
  clear: both;
  text-align: center;
}
#languageDropdown {
  border: 1px solid #ebebeb;
  font-size: 12px;
}
.dropdownparent {
	height: 45px;
	text-align: center;
	margin-top: 15px;
}
.dropdowncont {
	display: inline;
}
.contentcats {
	display: grid;
	grid-template-columns: 1fr 1fr; /* dos columnas iguales */
	gap: 14px; /* espacio entre columnas y filas */
	max-width: 800px;
	margin: 0 auto 25px auto;
}
.itemcat {
	position: relative;
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgb(226, 232, 240) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
	border: 2px solid rgb(229, 231, 235);
	background-color: rgb(255, 255, 255);
	margin-top: 7px;
	padding: 24px 24px 24px 100px;
	border-radius: 15px;
	cursor: pointer;
	height: 100px;
	text-align: left;
	display: flex;
	align-items: center;
	transition: all 0.5s ease;
}
.itemcat:hover {
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
	background-color: #F0F0F0;
}
.itemcat.active {
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
	background-color: #f8f8f8;
	border:2px solid darkgreen;
}
.itemcat img {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 80px;
}
.namecat {
	color: #4A4A4A;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.new-section-header h3 {
	color: #4A4A4A;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.new-section-header p {
	color: rgba(0,0,0,.6);
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.portfolio-flters {
	margin: 0 auto 35px auto;
	margin-bottom: 15px;
	list-style: none;
	text-align: center;
	border-radius: 50px;
	padding: 2px 0;
}
.portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 5px 15px 4px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
.portfolio-flters li:hover, .portfolio-flters li.filter-active {
	color: #2487ce;
}

.new-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 12;
	display: none;
}

.new-section-inner {
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.new-section-header {
	padding: 0 15px 0 15px;
	text-align: center;
}

.new-section-body {
	position: relative;
	background-color: rgb(241, 245, 249);
	padding: 40px;
	max-width: 1900px;
	height: 100%;
	width: 100%;
	min-height: 440px;
	border-radius: 0;
	border: 2px solid rgba(255,255,255,.7);
	display: flex;
	justify-content: center;
	align-items: center;
}

.new-sec-inner {
	display: block;
	width: 100%;
}

.start_body .infouser_cont {
	width: 920px;
}

.concepts-header {
	text-align: center;
	padding: 0 20px 20px 20px;
	margin: 0 -20px;
	border-bottom: 1px solid #3E4041;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.preloaderconcepts {
	position: fixed;
	z-index: 999999;
	display: none;
	font-size: 50px;
	text-align: center;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	height: 100dvh;
	background-color: #fff;
	bottom: 0;
	transition: all .3s;
}

.preloaderconcepts .lds-ellipsis {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.preloaderconcepts .lds-ellipsis span {
	position: relative;
	height: 20px;
  	width: 76px;
}

.exitcon {
	color: rgba(0,0,0,.7);
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	top: 7px;
	right: 12px;
	z-index: 6;
}

.exitcon:hover {
	color: #000000;
}

.itemcar {
	display: inline-block;
}

.start-body .fancybox-image-wrap {
	transform: none!important;
	width: 90%!important;
	max-width: 1900px!important;
	height: auto!important;
	left: 5%!important;
	min-height: 100%!important;
}

.start-body .fancybox-image {
	height: auto!important;
}
.start-body .fancybox-slide--image {
	overflow: scroll;
}

.cont_concepts, .cont_conceptsusers {
	display: block;
	padding: 5px;
	background: transparent;
	margin-top: 0;
	max-height: 600px;
	width: 100%;
}

.itemt {
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: 8px solid #FFFFFF;
	background-color: #eaeaea;
}

.itemt.active {
	border: 8px solid darkgreen;
}

.itemtlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(7,98,136,.85);
	z-index: 2;
	-webkit-transition: 300ms ease-out;
	-moz-transition: 300ms ease-out;
	transition: 300ms ease-out;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #ffffff!important;
}

.itemtlay:hover {
	opacity: 1;
}

.itemtlay_inner {
	display: block;
	text-align: center;
	max-width: 80%;
}


.itemtlay p {
	font-size: 13px;
	line-height: 17px;
	margin-top: 7px;
	margin-bottom: 0;
}

.slick-dots {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.slick-dots li {
	list-style: none;
	display: inline-block;
}

.slick-dots li button {
	text-transform: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 20px 5px 0 5px;
	border: none;
	color: darkgreen;
	font-size: 13px;
}

.slick-dots li.slick-active button {
	background-color: darkgreen;
	 color: #F0F0F0;
}

.new-section .btnloadsections {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
	font-size: 0;
	z-index: 99999;
	background-color: transparent;
}

.btnloadsections li {
	width: 200px;
}

.cont_concepts.grid {
	position: relative;
	margin: 0 auto;
	max-width: 1200px; /* o el ancho que desees */
	padding: 0;
}

.cont_concepts .grid-item {
	width: calc(33% - 10px); /* 3 columnas con margen */
	margin: 5px;
	box-sizing: border-box;
	transition: transform 0.3s ease;
}

.cont_concepts .grid-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.btn-sel-temp {
	background-image: linear-gradient(to top, rgb(159, 194, 57) 0%, rgb(169, 184, 67) 100%);
	padding: 10px 0;
	border-radius: 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	width: 130px;
	opacity: .8;
	transition: opacity .4s ease;
	border: none!important;
	margin-top: 15px;
}

.btn-sel-temp:hover {
	opacity: 1;
}

.btn-sel-temp:active {
	opacity: 1;
	background-color: darkgreen;
}

@media (max-width: 991px) {
	.cont_concepts .grid-item {
		width: calc(50% - 10px); /* 2 columnas en tablet */
	}
	.start-section {
		padding: 60px 0 100px 0;
	}
	.start-body .border-fx {
		padding: 15px;
	}
	.start-body h1 {
		color: rgb(51 65 85);
		font-size: 28px;
		line-height: 34px;
	}
	.start-section h2 {
		font-size: 14px;
		line-height: 18px;
		font-weight: 500;
		letter-spacing: 0;
	}
	.dropdownparent {
		font-size: 12px;
	}
	.start-body .dropdown-item {
		display: inline-block;
		color: green;
		font-size: 12px;
		font-weight: 500;
		position: relative;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: none;
	}
	.new-section-body {
		padding: 20px;
	}

	.itemt {
		display: inline-block;
	}
	.itemtlay {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		opacity: 1;
		background-color: transparent;
		z-index: 2;
		display: block;
		font-size: 22px;
		color: #000 !important;
		text-align: center;
	}
	.itemtlay_inner {
		display: block;
		text-align: center;
		max-width: 100%;
		padding: 10px;
	}
	.bi-zoom-in {
		display: none;
	}
	.btn-sel-temp {
		margin-bottom: 10px;
	}


}

@media (max-width: 600px) {
	.cont_concepts .grid-item {
		width: 100%; /* 1 columna en móvil */
		margin: 10px 0;
	}
}
