body.plataforma{
	header{
		#menu_sup{
			ul{
				li{
					a{
						color: var(--op1);
					}
				}
				li:last-of-type a{
					color: #fff;
					background-color: var(--op1);
				}
			}
		}
	}
	.grid_siopo{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		gap: 10px;
		img{
			width: 100%;
		}
		img.tablet{
			object-fit: cover;
			height: 563px;
		}
		img.siopo,
		img.estudiante{
			object-fit: cover;
			height: 210px;
		}
		.cuadro{
			color: #fff;
			background-color: var(--op1);
			padding: 80px;

			h3{
				text-transform: uppercase;
				color: #C9C9C9;
				font-size: 18px;
				letter-spacing: 4px;
			}
			h2{
				font-size: 50px;
				font-weight: 600;
				margin: 0;
			}
			p{
				font-weight: 400;
				line-height: 25px;
			}
			.btn{
				background-color: #fff;
				color: var(--op1);
				padding: 14px 36px;
				border-radius: 24px;
				font-weight: 700;
				font-size: 18px;
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
				margin-top: 30px;
			}
		}
	}
	.tests_personalizados{
		margin: 80px 0;
		.wrap{
			display: grid;
			grid-template-columns: 1fr 1fr;
			align-items: center;
			position: relative;
		}
		.texto{
			h2{
				color: var(--op1);
				font-size: 36px;
				font-weight: 800;
				margin: 0;
			}
			p,ul{
				color: #0F172A;
				font-size: 18px;
				font-weight: 400;
			}
			ul{
				margin-left: 0;
				padding-left: 18px;
				list-style: none;
				li::before {
					content: "✓";
					color: var(--op1);
					font-weight: bold;
					display: inline-block;
					width: 1em;
					margin-left: -1em;
					margin-right: 10px;
				}
				>li{
					margin-bottom: 10px;
				}
			}
			.descubrelos{
				color: #9FA9C9;
				font-weight: 500;
				font-size: 20px;
				margin-top: 30px;
				cursor: pointer;
				text-decoration: none;
				i{
					margin-left: 15px;
					font-size: 16px;
				}
			}
		}
		img{
			width: 516px;
			height: 360px;
			border-radius: 8px;
			justify-self: end;
			border: 5px solid #fff;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
		}
		.flotante{
			position: absolute;
			right: -70px;
			bottom: -80px;
			background-color: #fff;
			padding: 20px;
			border-radius: 12px;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			span{
				padding: 6px 10px;
				text-transform: uppercase;
				border-radius: 6px;
				background-color: #A6B0D0;
				color: var(--op1);
				font-weight: 400;
				font-size: 13px;
			}
			h3{
				color: #0F172A;
				font-size: 17.5px;
				margin: 8px 0;
			}
			p{
				margin: 0;
				color: #475569;
			}
		}
	}

	.recordatorios{
		margin-top: 150px;
		.wrap{
			display: grid;
			grid-template-columns: 1fr 1fr;
			align-items: center;
		}
		.imagen{
			background-image: url('images/laptop2.png');
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
			width: 100%;
			height: 100%;
		}
		.texto{
			h2{
				color: var(--op1);
				font-size: 36px;
				font-weight: 800;
				margin: 0;
			}
			p,ul{
				color: #0F172A;
				font-size: 18px;
				font-weight: 400;
			}
			ul{
				li{
					line-height: 29px;
					margin-bottom: 8px;
				}
			}
		}
	}
	.estudia_jugando{
		margin: 80px 0;
		.wrap >div{
			background-image: url('images/estudia_jugando.jpg');
			background-size: cover;
			background-repeat: no-repeat;
			height: 345px;
			border-radius: 25px;
			display: flex;
			justify-content: flex-end;
			align-items: center;

			.texto{
				margin-right: 80px;
				h2{
					color: #fff;
					font-size: 56px;
					font-weight: 800;
					margin: 0;
				}
				p{
					color: #fff;
					font-size: 17px;
					font-weight: 400;
					line-height: 160%;
				}
				p:first-of-type{
					margin-bottom: 5px;
				}
				p:last-of-type{
					margin-top: 0;
				}
			}
		}
	}
	.planificacion{
		margin-bottom: 150px;
		padding-left: 90px;
		.wrap{
			display: grid;
			grid-template-columns: 1fr 1fr;
		}
		.cont{
			h2{
				color: var(--op1);
				font-size: 36px;
				font-weight: 800;
				margin: 0;
			}
			p{
				color: var(--op1);
				font-size: 18px;
				font-weight: 400;
				line-height: 28px;
				margin:0;
				margin-top: 5px;
			}
		}
		.imagenes{
			position: relative;
			img{
				width: 100%;
				border-radius: 8px;
			}
			img.tablet{
				object-fit: cover;
				height: 400px;
			}
			img.phone{
				width: 221px;
				height: 400px;
				position: absolute;
				bottom: 0px;
				right: 40px;
				z-index: 2;
			}
		}
		.flechas{
			display: flex;
			align-items: center;
			gap: 20px;
			margin-top: 30px;
			>div{
				width: 42px;
				height: 42px;
				border-radius: 10px;
				background-color: var(--op1);
				color: #fff;
				display: flex;
				justify-content: center;
				align-items: center;
				cursor: pointer;
				i{
					font-size: 20px;
				}
				&.inact{
					background-color: #DBDBDB;
					color: var(--op1);
					cursor: default;
				}
			}
		}
		.cards{
			margin-top: 30px;
			height: 163px;
			>div{
				background-color: #fff;
				border-radius: 12px;
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
				padding: 30px;
				width: fit-content;
				border: 1px solid #E0E0E0;
				h3{
					color: #0F172A;
					font-size: 20px;
					font-weight: 700;
					margin: 0;
				}
				p{
					color: #0F172A;
					font-size: 19px;
					font-weight: 400;
					line-height: 24px;
				}
			}
		}
	}
	.mis_preguntas{
		height: 480px;
		background-color: #F9F8FE;
		position: relative;
		margin-bottom: 80px;
		.wrap{
			img.mis_preguntas{
				position: absolute;
				top: -60px;
				height: 600px;
			}
			.texto{
				float: right;
				margin-top: 90px;
				h2{
					color: var(--op1);
					font-size: 36px;
					font-weight: 800;
					margin: 0;
				}
				p{
					color: var(--op1);
					font-size: 18px;
					font-weight: 400;
					line-height: 28px;
				}
			}
			.flotante{
				position: absolute;
				left: 500px;
				top: 60px;
				>div{
					background-color: #fff;
					padding: 13px 20px;
					padding-right: 30px;
					border-radius: 8px;
					border: 1px solid #E0E0E0;
					display: flex;
					align-items: center;
					margin-bottom: 12px;
					img{
						width: 50px;
						height: 50px;
						margin-right: 15px;
					}
					h3{
						color: #0F172A;
						font-size: 18px;
						margin: 8px 0;
					}
					p{
						margin: 0;
						color: #0F172A;
						font-size: 14px;
						font-weight: 400;
						line-height: 22px;
					}
				}
			}
		}
	}
	.opofocus{
		margin: 140px 0;
		margin-bottom: 60px;
		.wrap >div{
			background-image: url('images/opofocus.png');
			background-size: cover;
			background-repeat: no-repeat;
			height: 345px;
			border-radius: 25px;
			display: flex;
			justify-content: flex-start;
			align-items: center;

			.texto{
				margin-left: 80px;
				h2{
					color: #fff;
					font-size: 56px;
					font-weight: 800;
					margin: 0;
				}
				p{
					color: #fff;
					font-size: 17px;
					font-weight: 400;
					line-height: 160%;
				}
			}
		}
	}
	.unete{
		margin-bottom: 60px;
		.wrap{
			text-align: center;
			background-color: #fff;
			border-radius: 12px;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
			>div{
				padding: 40px 80px;
				display: flex;
				flex-direction: column;
				align-items: center;
			}
			h3{
				color: var(--op1);
				font-size: 27px;
				font-weight: 600;
				margin: 0;
			}
			p{
				color: #0F172A;
				font-size: 18px;
				font-weight: 400;
				line-height: 28px;
				color: var(--op1);
				strong{
					font-weight: 800;
				}
				span{
					font-weight: 700;
				}
			}
			.btn{
				background-color: var(--op1);
			}
		}
	}
}

@media (max-width: 768px) {
	body.plataforma {
		header {
			#menu_sup ul {
				flex-direction: column;
			}
		}

		.grid_siopo {
			grid-template-columns: 1fr;
			
			img.tablet,
			img.siopo,
			img.estudiante {
				height: auto;
			}

			.cuadro {
				padding: 40px 20px;

				h2 {
					font-size: 32px;
				}
				p{
					padding-bottom: 16px;
				}
				a{
					float: none;
					margin: 0 auto;
				}
			}
		}

		.tests_personalizados {
			text-align: center;
			margin: 40px 0;

			.wrap {
				grid-template-columns: 1fr;
				gap: 30px;
			}

			.texto h2 {
				font-size: 28px;
			}

			img {
				width: 100%;
				height: auto;
				justify-self: center;
			}

			.flotante {
				position: absolute;
				width: 267px;
				right: -6px;
				bottom: -139px;
			}
			ul{
				text-align: left;
			}
		}

		.recordatorios {
			text-align: center;
			margin-top: 150px;

			.wrap {
				grid-template-columns: 1fr;
			}

			.imagen {
				height: 300px;
				margin-bottom: 30px;
			}

			.texto h2 {
				font-size: 28px;
			}
			ul{
				text-align: left;
			}
		}

		.estudia_jugando {
			.wrap > div {
				height: auto;
				padding: 40px 20px;
				justify-content: center;
				background-image: url('images/estudia_jugando_movil.jpg');
				.texto {
					margin-right: 0;
					text-align: center;

					h2 {
						font-size: 36px;
						text-shadow: 0 2px 4px rgba(0, 0, 0, 1.5);
					}
					p{
						text-shadow: 0 0 4px #000000;
					}
				}
			}
		}

		.planificacion {
			padding-left: 0;
			margin-bottom: 60px;
			text-align: center;

			.wrap {
				grid-template-columns: 1fr;
			}

			.cont h2 {
				font-size: 28px;
			}
			.imagenes img.tablet{
				width: 100%;
			}
			.imagenes img.phone {
				width: 150px;
				height: auto;
				right: 10px;
			}
			.cards >div{
				text-align: left;
			}
		}

		.mis_preguntas {
			height: auto;
			padding: 40px 0;

			.wrap {
				display: grid;
				grid-template-rows: 1fr 1fr 1fr;
				img.mis_preguntas {
					position: static;
					width: 100%;
					height: auto;
					margin: 0;
					padding: 0;
				}

				.texto {
					grid-row: 1;
					margin-top: 30px;

					h2 {
						font-size: 28px;
					}
					p:last-of-type{
						margin-bottom: 0;
					}
				}

				.flotante {
					grid-row: 2;
					position: static;
				}
			}
		}

		.opofocus {
			margin: 60px 0;

			.wrap > div {
				height: auto;
				padding: 40px 20px;
				background-position: center right;
				.texto {
					margin-left: 0;
					text-align: center;
					text-shadow: 0 2px 4px rgba(0, 0, 0, 1.5);
					h2 {
						font-size: 36px;
					}
				}
			}
		}

		.unete .wrap > div {
			padding: 30px 20px;
		}
		br{
			display: none;
		}
	}
}