


.price-calculator {
	padding: 60px 0;
}

.price-calculator .box {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 6px 20px 0px rgba(49, 36, 133, 0.04);
	padding: 69px 20px;
	padding-bottom: 40px;
}

.price-calculator .box .inner {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.price-calculator .box .inner .title-box {
	margin-bottom: 36px;
}

.price-calculator .box .inner .title-box h2 {
	color: #1B1851;
	text-align: center;
	font-family: PlutoBold;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 11px;
}

.price-calculator .box .inner .title-box .subtitle {
	color: #454545;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}

.price-calculator .box .inner .inputs {
	border-radius: 12px;
	border: 2px solid #EAEAEA;
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
	padding: 25px;
	padding-bottom: 16px;
	height: 100%;
	margin-bottom: 7px;
}

.price-calculator .box .inner .inputs h3{
	color: #21242C;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.6px;
	margin-bottom: 30px;
}

.price-calculator .box .inner .inputs .input-field {
	display: flex;
	flex-direction: column;
	margin-bottom: 22px;
}

.price-calculator .box .inner .inputs .input-field label {
	color: #21242C;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 13px;
}

.price-calculator .box .inner .inputs .input-field input {
	border-radius: 6px;
	border: 1px solid #E8EAEE;
	background: #F6F7F8;
	padding: 16px 12px;
	color: #21242C;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.price-calculator .box .inner .inputs .result {
	border-radius: 8px;
	border: 1px solid #33268C;
	background: rgba(123, 128, 210, 0.15);
	padding: 14px;
	margin-top: 12px;
}

.price-calculator .box .inner .inputs .result .disclaimer-result {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
}


.price-calculator .box .inner .inputs .result p{
	color: #18181B;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	margin-bottom: 7px;
}

.price-calculator .box .inner .inputs .result .plan {
	display: flex;
	flex-direction: column;
	gap: 7.5px;
	margin-bottom: 12px;
}

.price-calculator .box .inner .inputs .result .plan .name {
	color: #18181B;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
}

.price-calculator .box .inner .inputs .result .plan .price {
	color: #4E00B2;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.price-calculator .box .inner .inputs .result .plan .price .from-text {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.price-calculator .box .inner .inputs .result .btn {
	border-radius: 24px;
	background: #322E82;
	padding: 12px 20px;
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
}

.price-calculator .box .inner .disclaimer {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-top: 18px;	
	width: 100%;
}

.price-calculator .box .inner .results {
	border-radius: 12px;
	border: 2px solid #33268C;
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
	padding: 25px;
	padding-bottom: 16px;
	height: 100%;
	margin-bottom: 7px;
}

.price-calculator .box .inner .results h3 {
	color: #21242C;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.6px;
	margin-bottom: 18px;
}



.price-calculator .box .inner .results .search {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 16px;
	border-radius: 8px;
	background: rgba(190, 187, 255, 0.19);
	height: 100%;
}

.price-calculator .box .inner .results .search .number {
	color: #4E00B2;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 32px;
}

.price-calculator .box .inner .results .search .text {
	color: #676F7E;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.price-calculator .box .inner .results .growth {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 16px;
	border-radius: 8px;
	background: rgba(27, 187, 94, 0.10);
	height: 100%;
}

.price-calculator .box .inner .results .growth .number {
	color: #1BBB5E;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 32px;
}

.price-calculator .box .inner .results .growth .text {
	color: #676F7E;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.price-calculator .box .inner .results hr {
	background: #DCDFE5;
	margin: 18px 0;
}

.price-calculator .box .inner .results .disclaimer-results {
	color: #000;
	font-family: Roboto;
	font-size: 10.7px;
	font-style: normal;
	font-weight: 400;
	margin-top: 18px;
}


.price-calculator .box .inner h4 {
	color: #21242C;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 22px;
	letter-spacing: -0.6px;
}

.price-calculator .box .inner .inner-products {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin-bottom: 18px;
}

.price-calculator .box .inner .inner-products span {
	color: #21242C;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;	
}

.price-calculator .box .inner .button .btn {
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
	width: 100%;
	padding: 12px 20px;
	border-radius: 53px;
	background: #322E82;
}


/* SLIDER */
@keyframes slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%); 
	}
}

.price-calculator .logos-section {
	position: relative;
	z-index: 1;
	
}

.price-calculator .logos-section .logos {
	overflow: hidden;
	padding: 45px 0;
	background: #F5F5F5;
	white-space: nowrap;
	position: relative;
	overflow: hidden; /* Oculta el contenido que se sale de los límites */
	white-space: nowrap; /* Evita que el contenido se ajuste a una nueva línea */
	
}

.price-calculator .logos-section .logos h2 {
	margin-bottom: 50px;
	color: #4E00B2;
	text-align: center;
	font-family: PlutoBold;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.price-calculator .logos-section .logos:before {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.price-calculator .logos-section .logos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.price-calculator .logos-section .logos:hover .logos-slide {
	animation-play-state: paused;
}

.price-calculator .logos-section .logos-slide {
	display: inline-block;
	animation: slide 30s linear infinite;
	white-space: nowrap;
}

.price-calculator .logos-section .logos-slide img {
	margin: 0 25px;
	height: auto;
}



