/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
a {
	text-decoration: none;
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
	margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
	display: block;
	margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
	border-style: none;
	width: 100%;
	display: block;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
ul {
	list-style: none;

	padding: 0;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
	display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
	display: none;
}
/*   
* FIN NORMALIZAER------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
:root {
	--primary: #42bdbb;
	--secondary: #275f6e;
	--blue: #0c0f29;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
address,
label,
li {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

h2,
h3,
h4 {
	color: var(--secondary);
}
h2,
h3,
h4,
h5 {
	margin: 0;
}
a:visited {
	color: inherit;
}
.login-btn {
	position: absolute;
	font-size: 10px;
	z-index: 1000;
	right: 10px;
	top: 10px;
	background-color: #fff;
	border: 1px solid var(--blue);
	padding: 10px 15px;
	border-radius: 10px;
	transition: all 0.3s;
}
.login-btn:hover {
	background-color: var(--blue);
	color: #fff;
}
.banner {
	width: 100vw;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner-slider {
	max-height: 100% !important;
	margin-bottom: 30px;
}

.slide {
	max-width: calc(100% - 6.3vw) !important;
	min-height: 184px !important;

	padding: 10px;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	height: 250px;
}
.slide-2 {
	background-color: var(--blue);
}
.slide__content {
	display: flex;
	width: 50%;
	flex-direction: column;

	gap: 10px;
}
.slide__logo {
	width: 120px;
}
.slide__title {
	font-size: 15px;
}
.slide__cta {
	font-size: 15px;
}
.slide__subtitle {
	font-size: 10px;
}
.download-title {
	font-size: 0.6rem;
}
.slide__img-container {
	width: 50%;
}
.slide__img-container > img {
	width: 100%;
}
.slide__cta {
	color: white;
	padding: 5px;
	background-color: var(--primary);
	border-radius: 20px;
	width: 100px;
	text-align: center;
}
.slide__cta:hover {
	background-color: var(--secondary);
	color: var(--blue);
	cursor: pointer;
	transition: all 0.3s;
}
.download-btn-container {
	margin-top: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
}
.info {
	font-size: 12px;
}
.info-text {
	color: white;
	margin: 0;
}

.download-btn {
	border-radius: 3px;
	width: 70px;
}
.download-btn:hover {
	cursor: pointer;
}

.l4 {
	border-radius: 20px;
	overflow: hidden;
}
.firma-titulo {
	color: white;
}
.firma {
	color: #ebcd20;
}
.firma-cta {
	width: 120px;
	font-size: 10px;
}
h1 > b {
	color: var(--blue);
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.whatsapp {
	position: fixed;
	width: 30px;
	bottom: 30px;
	right: 20px;
	z-index: 1000;
}
header {
	margin-bottom: 20px;
}

.swiper-pagination-bullet {
	background-color: var(--secondary) !important;
}
.main-container {
	overflow-x: hidden;

	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.clients {
	width: 90%;
}
.clients-container {
	margin-left: auto;
	width: 100%;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: center;
}

.clients__logo {
	width: 200px;
	margin-bottom: 10px;
}
.beneficios {
	display: flex;
	width: 100%;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: center;
	background-color: #fff;
}

.servicios-titulo {
	width: 80%;
	color: var(--secondary);
	font-size: 15px;
}
.--blue {
	color: var(--blue);
	font-size: 20px;
}

.servicios-titulo > b {
	width: 80%;
	color: var(--blue);
	font-size: 20px;
}
.caracteristicas {
	position: relative;
	display: flex;
	width: 75%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	gap: 10px;
}
.caracteristicas__list {
	width: 100%;
	background-color: #f3f3f3;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.caracteristicas__photo {
	width: 100%;
	height: 120px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 0px;
	margin-bottom: 20px;
}
.directores {
	background-image: url('../assets/mereb-directores.png');
}
.padres {
	background-image: url('../assets/mereb-padres.png');
}
.docentes {
	background-image: url('../assets/administrativo.png');
}
.caracteristicas__item {
	position: relative;
	min-width: 100px;
	width: 100%;
	min-height: 120px;
	font-size: 11px;
	background-color: #f3f3f3;
}
.--nobg {
	background-color: #ffffff00;
}
.caracteristicas__texto,
.about__texto {
	font-size: 10px;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

.caracteristicas__img {
	width: 50px;
	margin-bottom: 10px;
}

.--normal {
	width: 130px;
}
.--medium {
	width: 150px;
}
.flecha {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100px;
	transform: rotate(90deg);
}

.about {
	background-color: var(--blue);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left;
	width: 100vw;
	gap: 10px;
	padding-top: 20px;
}
.about__title {
	font-size: 20px;
}
.about__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	justify-content: center;
	width: 90%;
}
.about__texto {
	color: white;
	letter-spacing: 0.3px;
	line-height: 13px;
}
.about__cta {
	display: block;
	width: 150px;
	font-size: 10px;
	border-radius: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: var(--primary);
	color: var(--blue);
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}
.about__cta:hover {
	background-color: var(--secondary);
	color: white;
}
.about_img-container {
	background-color: var(--primary);
	width: 100%;
}
.form-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.form-data {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.form-image {
	display: none;
}
form {
	position: relative;
	width: 80%;
	display: flex;
	border-radius: 5px;
	flex-direction: column;
	align-items: center;
	text-align: left;
	padding: 20px 10px 20px 10px;
	gap: 10px;
	margin-bottom: 20px;
	background-color: #fbfbfb;
}
.form__title {
	font-size: 15px;
	font-weight: 700;
}
fieldset {
	width: 100%;
	position: relative;
	gap: 30px;
	border-radius: 5px;
	border: none;
}
.form_fields-container {
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 5px;
	margin-bottom: 20px;
	width: inherit;
}
.form__label {
	color: var(--primary);
}
.form__input-char {
	background-color: #eafbfd;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	border-radius: 15px;
	padding-left: 15px;
	outline: none;
	height: 35px;
	margin: 0;
	max-width: 100%;
}
.form__input-char:focus,
.form__input-char:active {
	padding-top: 10px;
	background-color: #d3f7f6;
	border-color: transparent;
	border: 2px solid var(--primary);
	transition: all, 0.3s;
}
.hidden {
	display: none;
}
.errorms {
	font-size: 8px;
	color: #f63e3e;
}
.input-error {
	background-color: #fdeaea;
	border: 1px solid #f63e3e;
}
.valid {
	color: #275f6e;
}
input[type='submit'] {
	width: 150px;
	border-radius: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: var(--primary);
	color: white;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}
input[type='submit']:hover {
	background-color: var(--secondary);
}

.cards-container {
	position: relative;
	width: 90%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	gap: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.card {
	position: relative;
	width: 100%;
}
.card > img {
	width: 100%;
	object-fit: contain;
}
.card__text {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-color: var(--blue);
	width: inherit;
	color: white;
	height: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.card__text > p {
	margin: 0;
}
.--bottom {
	line-height: 40px;
	color: var(--primary);
	bottom: 0;
	font-size: 20px;
}
.final {
	font-size: 15px;
	line-height: 20px;
}
.footer {
	width: 100vw;
	display: flex;
	flex-direction: column;
	color: white;
	background-color: var(--blue);
	padding-top: 50px;
	padding-bottom: 15px;
	gap: 10px;
	font-size: 12px;
	line-height: 20px;
}
.footer__container {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
.footer__logo {
	width: 200px;
}
.adress {
	font-style: normal;
}
.addres__list {
	display: flex;
	width: inherit;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	gap: 10px;
}
.addres__list-item {
	width: 20px;
}
.--changebg {
	background-color: var(--secondary);
}
@media screen and (min-width: 480px) {
	.login-btn {
		font-size: 12px;
	}
	.caracteristicas__list {
		width: 80%;
	}
	.slide__content {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.slide {
		max-width: calc(100% - 4.2vw) !important;
	}
	.download-title {
		font-size: 0.8rem;
	}
}
@media screen and (min-width: 769px) {
	.login-btn {
		font-size: 15px;
		padding: 15px 20px;
	}
	.main-container {
		width: 700px;
	}
	.slide {
		max-width: calc(100% - 2.6vw) !important;
	}
	.slide__content {
		height: 280px;
		gap: 10px;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.slide__logo {
		width: 150px;
	}
	.slide__title {
		font-size: 20px;
	}
	.slide__subtitle {
		font-size: 15px;
		width: 300px;
	}

	.slide__cta,
	.firma-cta {
		margin-top: auto;
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		min-width: 130px;
	}

	.firma-cta {
		min-width: 170px;
	}

	.slide__cta {
		width: 100px;
		text-align: center;
	}

	.l4 {
		border-radius: 50px;
		overflow: hidden;
	}
	.l4 > img {
		width: 100%;
	}

	.download-app {
		font-size: 16px;
	}
	.title-download-app {
		font-size: 30px;
	}
	.download-btn {
		width: 150px;

		height: 50px;
		border-radius: 5px;
		background-size: cover;
	}
	.beneficios {
		align-items: flex-start;
		flex-direction: row;
		justify-content: space-around;
		width: 100%;
	}
	.caracteristicas {
		width: 30%;
		min-height: 300px;
		justify-content: flex-start;
	}
	.--reduce {
		min-height: 200px;
	}
	.--fullwide {
		width: 40%;
	}
	.--lesswide {
		width: 160px;
		gap: 0;
	}
	.flecha {
		width: 70px;
		transform: rotate(0deg);
	}
	.caracteristicas__list {
		width: 100%;
		justify-content: space-evenly;
	}
	.caracteristicas__item {
		height: 221px;
	}
	.caracteristicas__photo {
		width: 100%;
		min-height: 120px;
	}
	.caracteristicas__img {
		width: 80px;
	}
	.caracteristicas__titulo {
		font-size: 20px;
	}
	.caracteristicas__texto {
		font-size: 12px;
		margin-top: 0;
	}
	.--line-higher {
		line-height: 3.4;
	}
	.--medium {
		width: 150px;
	}
	.clients {
		width: 100%;
	}

	.clients-container {
		display: flex;
		flex-direction: column;
		width: inherit;
	}
	.clients-img-container {
		width: 100%;
		justify-content: center;
		gap: 15px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.clients__logo {
		width: 150px;
	}
	.servicios-titulo {
		width: 100%;
		font-size: 15px;
		margin-bottom: 15px;
	}

	.card-container {
		position: relative;
		width: 700px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		margin-left: auto;
		margin-right: auto;
		gap: 10px;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.card {
		min-height: 200px;
		height: 240px;
	}
	.card__text {
		width: 100%;
		max-height: 40px;
	}

	.--bigger {
		width: 510px;
	}
	.--overf {
		overflow-x: visible;
	}
	.about {
		width: 100vw;
		height: 350px;
		padding-top: 0;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	.about__content {
		width: 50%;
		height: 300px;
		justify-content: space-evenly;
	}
	.about_img-container {
		width: 45%;
		height: 100%;
		background-image: url('../assets/educar.jpg');
		background-size: 100% 100%;
		background-position-x: -5px;
		background-repeat: no-repeat;
	}

	.about__texto {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.about__title {
		font-size: 36px;
	}
	.form-section {
		background-color: #ebebeb;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		height: 600px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.form-data {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 50%;
	}
	.form-image {
		min-height: 100%;
		width: 50%;
		background-image: url('../assets/Mereb-form.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position-x: -60px;
		display: initial;
	}
	form {
		padding: 20px;
	}
	.form__title {
		font-size: 25px;
	}

	.card__text {
		height: 40px;
		font-size: 10px;
	}
	.card__text > p {
		font-size: 14px;
	}
	.footer {
		padding-bottom: 50px;
	}
	.footer__container {
		display: flex;
		width: 420px;
		flex-direction: column;
	}
	.footer__logo {
		align-self: first baseline;
	}
	.adress {
		max-width: fit-content;
	}
	.addres__list-item {
		width: 40px;
	}
}
@media screen and (min-width: 1025px) {
	.login-btn {
		max-width: 150px;
	}
	.banner {
		max-width: 100%;
	}
	.whatsapp {
		width: 80px;
	}
	.banner-slider {
		width: 100%;
	}
	.slide {
		justify-content: space-around;
		max-width: calc(100% - 1.5vw) !important;
	}
	.slide-2 {
		background-color: var(--blue);
	}
	.slide__content {
		height: 340px;
		width: 45%;
		gap: 10px;
		align-items: center;
		text-align: center;
	}
	.slide__logo {
		width: 220px;
	}

	.title-download-app {
		font-size: 40px;
	}
	.slide__subtitle {
		font-size: 20px;
	}
	.info-title {
		font-size: 30px;
	}

	.slide__cta,
	.info,
	.firma-cta {
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 250px;
	}

	.firma-cta {
		min-width: 170px;
	}

	.l4 > img {
		width: 100%;
	}
	.l4 {
		width: 200px;
	}

	.download-btn {
		width: 150px;

		height: 50px;
		border-radius: 5px;
		background-size: cover;
	}
	.slide__img-container {
		width: 45%;
	}
	.main-container {
		width: 900px;
	}
	.beneficios {
		align-items: baseline;
	}
	.form-image {
		background-position-x: 0;
	}
}
