#s-info-calculadora {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#s-info-calculadora > div {
	width: 70%;
	display: flex;
	padding: 50px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

#s-info-calculadora p {
	font-size: 18px;
	text-align: justify;
}

.btn-down {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.btn-down svg {
	fill: #1fadb5;
}

#s-cards-sabias-que {
	justify-content: center;
	align-items: center;
}

#s-cards-sabias-que > div {
	width: 80%;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px 40px;
}

.card-sabias-que {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	padding: 20px;
	border-radius: 20px;
	gap: 0px 30px;
}

.card-sabias-que img {
	width: 10%;
}

.card-sabias-que > div {
	width: 90%;
}

#s-cards-sabias-que > div > div h4 {
	color: #8762a0;
	color: #1fadb5;
	font-family: "GothamRounded-Bold";
	font-size: 25px;
	margin-bottom: 20px;
}

#s-cards-sabias-que > div > div:nth-child(odd) h4 {
	color: #8762a0;
}

#s-cards-sabias-que > div > div p {
	font-size: 16px;
	color: #606060;
	text-align: justify;
}
#s-calculadora {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-select-tipo {
	width: 75%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

#content-select-tipo > div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 5px;
}
#content-select-tipo > div:not(:last-child) {
	border-right: 1px solid #606060;
}

#content-select-tipo > div label {
	color: #606060;
	font-size: 20px;
}

#content-tipo-calculadora {
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 60px;
	margin-bottom: 50px;
}
#content-tipo-calculadora a {
	color: #fff;
	font-size: 25px;
	border-radius: 20px;
	background-color: #cccccc;
	padding: 5px 20px;
}
#content-tipo-calculadora a[data-calculadora="completa"]:hover,
#content-tipo-calculadora a[data-calculadora="completa"].active {
	background-color: #1fadb5;
}
#content-tipo-calculadora a[data-calculadora="corta"]:hover,
#content-tipo-calculadora a[data-calculadora="corta"].active {
	background-color: #ff8288;
}

#content-informacion-general-hato.active {
	display: flex;
}
#content-informacion-general-hato {
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f9f9f9;
	margin-top: 60px;
	padding: 30px 60px;
}

.title-calculadora {
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #1fadb5;
	font-family: "GothamRounded-Bold";
	margin-bottom: 50px;
}

.content-inputs-calculadora {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inputs-calc {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: space-between;
	align-items: center;
	grid-gap: 40px 0px;
}

.content-input-cal {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.content-input-cal label {
	color: #606060;
	font-size: 18px;
	margin-bottom: 10px;
}

.content-input-cal label > span {
	color: #606060;
	font-size: 12px;
	margin-bottom: 10px;
}
.content-input-cal label b {
	font-family: "GothamRounded-Bold";
}
.content-input-cal > div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.content-cant-litros {
	justify-content: flex-start !important;
}

.content-input-cal > div span {
	background-color: #8762a0;
	border-radius: 20px;
	color: #fff;
	font-family: "GothamRounded-Bold";
	font-size: 20px;
	padding: 4px 20px;
}
.content-input-cal > div select,
.content-input-cal > div input {
	width: calc(100% - 30px);
	border-radius: 20px;
	border: 1px solid #9e9e9e;
	padding: 5px 10px;
	font-family: "GothamRounded-Bold";
}
.content-input-cal > div input.in-obligatorio {
	border: 4px solid #ff8288;
}

.dos-inp input:nth-child(1) {
	width: calc(50% - 15px) !important;
}

.dos-inp input:nth-child(3) {
	width: calc(50% - 15px) !important;
	border-radius: 10px;
}

.obligatorio {
	color: red !important;
	font-weight: bold !important;
}

.content-input-cal > div a {
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-input-cal > div a svg {
	width: 100%;
	fill: #acacac;
}
.segundo-titulo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.segundo-titulo h4 {
	text-align: start;
	border-radius: 20px;
	color: #fff;
	font-family: "GothamRounded-Bold";
	padding: 4px 20px;
	margin: 50px 0px 30px;
	text-align: center;
}
.morado {
	background-color: #8762a0;
}
.azul {
	background-color: #1fadb5;
}

#content-informacion-casos-clinicos-tratamiento {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 30px 60px;
}

#content-tratamientos {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 60px;
	gap: 30px 0px;
}

#content-tratamientos > div {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-tratamientos > div h4 {
	width: 90%;
	text-align: center;
	color: #8762a0;
	font-family: "GothamRounded-Bold";
	font-size: 18px;
	margin-bottom: 10px;
}

.content-input-cal-ckeck {
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-input-cal-ckeck > div {
	width: calc(100% - 30px);
	display: flex;
	background-color: #ff7bd0;
	border-radius: 20px;
	padding: 4px 15px;
	gap: 0px 5px;
	color: #fff;
	font-size: 18px;
}

.content-input-cal-ckeck > a {
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-input-cal-ckeck > a svg {
	width: 100%;
	fill: #acacac;
}

.content-inp-tratamientos input {
	width: 90%;
	border-radius: 20px;
	border: 1px solid #9e9e9e;
	padding: 5px 10px;
}

.content-inp-tratamientos label {
	width: 100%;
	color: #606060;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: start;
	display: none;
}

#content-tiempos {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 60px;
}

#content-subclinico-tratamiento .line-separator {
	padding: 70px 0px;
}

.content-4-inputs {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-total-leche {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.content-total-leche > div {
	background-color: #8762a0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #606060;
}

.content-total-leche > div label {
	font-size: 18px;
	color: #fff;
	padding: 4px 20px;
	text-align: center;
}

.content-total-leche > div input {
	font-size: 18px;
	border: none;
	padding: 4px 20px;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-family: "GothamRounded-Bold";
}

#principal-content-tratamientos.active {
	display: flex;
}

#principal-content-tratamientos {
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-calculadora-completa.active {
	display: flex;
}
#content-calculadora-completa {
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 60px;
}

#content-calculadora-completa .line-separator {
	padding: 30px 0px;
}

#content-clinico-tratamiento.active {
	display: flex;
}
#content-clinico-tratamiento {
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-subclinico-tratamiento.active {
	display: flex;
}
#content-subclinico-tratamiento {
	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 60px;
}

#content-subclinico-tratamiento #content-tratamientos {
	padding: 30px 0px;
}

.content-inp-tratamientos {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px 0px;
}

input:disabled {
	background: #b8b8b8;
	color: #fff;
}

.content-resultados.active {
	display: flex;
}
.content-resultados {
	width: 100%;
	position: relative;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
}
.content-resultados h3 {
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #1fadb5;
	font-family: "GothamRounded-Bold";
	margin-bottom: 50px;
}
.description-time {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #1fadb5;
	font-family: "GothamRounded-Bold";
	margin-bottom: 30px;
}
.description-time b {
	font-size: 22px;
	font-family: "GothamRounded-Bold";
}

.flecha-time {
	width: 50px;
	fill: #ff6384;
	margin-bottom: 20px;
}

.content-resultados > div {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.content-info-resultados {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
}

.filtro-tiempo {
	width: 100%;
	display: flex;
	justify-content: center !important;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.filtro-tiempo a {
	padding: 2px 20px;
	background-color: #9e9e9e;
	color: #ffffff;
	font-size: 25px;
	border-radius: 20px;
}

.filtro-tiempo a[data-tiempo="anual"]:hover,
.filtro-tiempo a[data-tiempo="anual"].active {
	background-color: #1fadb5;
}

.filtro-tiempo a[data-tiempo="mensual"]:hover,
.filtro-tiempo a[data-tiempo="mensual"].active {
	background-color: #9966ff;
}

.filtro-tiempo a[data-tiempo="diaria"]:hover,
.filtro-tiempo a[data-tiempo="diaria"].active {
	background-color: #ffcd56;
}

.info-resultados {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #606060;
}

.info-resultados h5 {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	font-family: "GothamRounded-Bold";
}

.info-resultados > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: #f9f9f9;
}

.info-resultados > div:last-child {
	background-color: #efefef;
}

.content-torta {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: sticky;
	top: 120px;
}

.info-resultados > div > span:last-child {
	padding: 2px 30px;
	color: #fff;
	border-radius: 20px;
}

.info-resultados > div:last-child span:last-child {
	background-color: #fff;
	border: 1px solid #606060;
	color: #606060;
	font-family: "GothamRounded-Bold";
}

.content-torta > div {
	width: 100%;
}

.color-1 {
	background-color: #9966ff;
}
.color-2 {
	background-color: #36a2eb;
}
.color-3 {
	background-color: #ff6384;
}
.color-4 {
	background-color: #ff9f40;
}
.color-5 {
	background-color: #ffcd56;
}
.color-6 {
	background-color: #4bc0c0;
}
.color-7 {
	background-color: #c9cbcf;
}

#content-inputs-calculadora-clin {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 30px 60px;
	margin-bottom: 50px;
}

#btn-delete-calc.active {
	display: flex;
}
#btn-delete-calc {
	position: fixed;
	top: 100px;
	right: 20px;
	background-color: #a6f7dc;
	border-radius: 8 px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	z-index: 1;
	padding: 4px 10px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#btn-delete-calc svg {
	width: 30px;
	fill: #606060;
}
#btn-delete-calc span {
	color: #606060;
	font-size: 19px;
	font-family: "GothamRounded-Bold";
}

#content-costos-alimentacion.active {
	display: flex;
}
#content-costos-alimentacion {
	width: 100%;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	display: none;
}

#solo-completa-dos-tipos.active {
	display: flex;
}

#solo-completa-dos-tipos {
	display: none;
}

#s-banner-calculadora {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

#s-banner-calculadora a {
	width: 60%;
}

#s-banner-calculadora a:hover {
	transform: scale(1.02);
}

#s-banner-calculadora a img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
	#s-banner-calculadora a {
		width: 95%;
	}

	#s-cards-sabias-que > div {
		width: 90%;
		grid-template-columns: 1fr;
	}
	#content-select-tipo {
		width: 90%;
		grid-template-columns: 1fr;
	}

	#content-select-tipo > div:not(:last-child) {
		border-right: unset;
		border-bottom: 1px solid #606060;
	}
	#content-select-tipo > div {
		padding: 15px 0px;
	}

	#content-tipo-calculadora {
		width: 90%;
		gap: 20px;
		flex-direction: column;
	}
	#content-tipo-calculadora a {
		font-size: 20px;
		width: 100%;
		text-align: center;
	}

	#content-informacion-general-hato {
		padding: 20px;
	}

	.inputs-calc {
		grid-template-columns: 1fr;
	}

	.content-input-cal {
		width: 100%;
	}

	#content-informacion-casos-clinicos-tratamiento {
		padding: 20px;
	}

	#content-tiempos {
		padding: 20px;
	}
	#content-tratamientos {
		padding: 20px;
	}

	.content-input-cal-ckeck {
		width: 100%;
	}

	#content-subclinico-tratamiento {
		padding: 20px;
	}

	.segundo-titulo h4 {
		margin: 20px 0px;
	}

	.title-calculadora {
		margin-bottom: 10px;
		font-size: 21px;
	}

	.content-4-inputs {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.content-total-leche > div {
		display: flex;
		flex-direction: column;
	}

	#content-subclinico-tratamiento .line-separator {
		padding: 20px 0px;
	}

	.title-tratamientos {
		display: none !important;
	}
	#content-tratamientos > div {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.content-inp-tratamientos input {
		width: 100%;
	}

	.content-inp-tratamientos label {
		display: block;
	}

	.content-resultados > div {
		width: 100%;
		flex-direction: column;
		padding: 20px;
	}
	.content-info-resultados {
		width: 100%;
	}

	.content-torta {
		width: 100%;
		padding-top: 40px;
	}

	.content-torta > div {
		width: 100%;
	}

	.card-sabias-que {
		flex-direction: column;
	}

	.card-sabias-que img {
		width: 30%;
	}

	.card-sabias-que > div {
		width: 95%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#btn-delete-calc svg {
		width: 20px;
	}
	#btn-delete-calc span {
		color: #606060;
		font-size: 12px;
		font-family: "GothamRounded-Bold";
	}
}
