/* ---- Google Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* Reset de Parámetros Generales */

/* Variables */
:root {

	/* Colores del Body */
	--body-color: rgb(250, 250, 250);

	/* Colores */
	--first-color: rgb(0, 161, 213);
	--second-color: rgb(45, 47, 119);

	--company-color: rgb(45, 47, 119);
	/* End colores */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: var(--body-color);
}

html {
	scroll-behavior: smooth;
}

ul,
li {
	list-style: none;
}


h1,
h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #000;
}

p {
	font-family: 'Open Sans', sans-serif;
	color: #111;
}


#yeas {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	padding: 0 10px;
}

#monasterio {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
}

#bebesio {
	width: 100%;
	padding: 10px;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.antisilina {
	display: flex;
	align-items: center;
	gap: 5px;
}

.antisilina img {
	width: 45px;
	height: 45px;
	object-fit: cover;
}

.antisilina:last-child p {
	font-size: 13px;
	font-family: 'Oswald';
	user-select: none;
	display: flex;
	align-items: center;
	gap: 5px;
}

.antisilina--title {
	font-size: 30px;
	font-weight: 900;
}

.antisilina--ul {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-left: 30px;
	list-style: none;
}

.qruita {
	position: relative;
}

.qruita a {
	text-decoration: none;
	color: #666;
	font-family: 'Open Sans';
	display: flex;
	gap: 5px;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 5px;
}

.qruita a:hover {
	color: var(--second-color);
}

.mixes {
	height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	z-index: 10;
}

.testona:hover .mixes {
	height: fit-content;
	min-width: 100px;
}

.mixes a {
	padding: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
}

.mixes a:hover {
	background: #ddd;
}


#peronoes {
	width: 100%;
}

.bailes {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding-top: 100px;
	flex-wrap: wrap;
}

.bailemora--title {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 25px;
}

.wenasof {
	font-size: 43px;
	color: var(--second-color);
}

.sordos {
	font-size: 17px;
	text-transform: uppercase;
	color: var(--second-color);
}

.equispe {
	padding: 15px;
	border-radius: 5px;
	background: var(--second-color);
	color: #fff;
	font-family: 'Open Sans';
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
}

.equispe:hover {
	box-shadow: 0 0 3px var(--second-color);
}

.bailemora img {
	width: 500px;
	object-fit: cover;
	border-radius: 50px;
	background: #fff;
}

.bailemora {
	position: relative;
}

.bailemora--second {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 30px;
	padding: 20px;
	flex-wrap: wrap-reverse;
}

.santgrua img {
	width: 600px;
	object-fit: cover;
	border-radius: 50px;
	background: #fff;
}

.santgrua--title {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans';
	color: #555;
}

.relaces {
	font-size: 25px;
	text-transform: uppercase;
	position: relative;
}

.relaces:before {
	content: '';
	width: 150px;
	position: absolute;
	height: 4px;
	background: var(--second-color);
	bottom: -10px;
	border-radius: 2px;
}

.equispe2 {
	padding: 15px;
	border-radius: 5px;
	background: var(--second-color);
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 400;
	text-decoration: none;
}

.muerdas {
	width: 70px !important;
	object-fit: cover !important;
	border-radius: 10px !important;
	box-shadow: 0 0 3px #0005;
	position: absolute;
	min-height: 30px;
}

.muerdas1 {
	top: 15px;
	left: 40px;
	transform: rotateZ(-25deg);
}

.muerdas2 {
	bottom: 50px;
	right: 40px;
}

.muerdas3 {
	top: 50px;
	right: 40px;
}

.muerdas4 {
	bottom: 50px;
	left: 80px;
}

.sordos {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--second-color);
}

.bailemora--mid {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	min-height: 50vh;
	padding: 20px;
}

.progeseu {
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	color: var(--second-color);
}

.estamos {
	background: #fff;
	border-radius: 30px;
	display: flex;
	gap: 30px;
	padding: 10px;
	height: 100%;
	flex-wrap: wrap;
}

.arrozito {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.arrozito--header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

.arrozito--header p:first-child {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--second-color);
	color: #fff;
}

.arrozito--header p {
	white-space: nowrap;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}

.arrozito--separator {
	margin: 0 10px;
	width: 3px;
	height: 80%;
	background: #000;
	min-height: 100px;
	margin: auto 30px;
	border-radius: 50px;
	opacity: .5;
}

.arrozito--body img {
	width: 280px;
	object-fit: contain;
	height: 100%;
}

.sindopmrs {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.equispe3 {
	padding: 15px;
	border-radius: 10px;
	background: var(--second-color);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans';
}






.alguis {
	width: 100%;
	min-height: 100vh;
	padding-top: 90px;
}

.complicas {
	text-align: center;
	font-weight: 900;
	color: var(--second-color);
	margin-bottom: 70px;
	text-transform: uppercase;
}

.watafa {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 30px;
	align-items: center;
}

.alguiens {
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	transition: all .5s;
	cursor: pointer;
	box-shadow: 0 0 5px #0002;
}

.nooma {
	width: 150px;
	height: 70px;
	object-fit: cover;
	border-radius: 10px;
	background: rgb(240, 240, 240);
}

.alguiens:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 5px var(--first-color);
}

#corasao {
	width: 100%;
	padding: 10px;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	margin: auto;
}

.babysfa {
	width: 100%;
	max-width: 450px;
	margin: auto;
	height: 250px;
	border-radius: 20px;
	background: #fff;
	margin-top: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	gap: 15px;
	min-width: 350px;
	padding-top: 0px;
	user-select: none;
	z-index: 1;
	overflow: hidden;
	box-shadow: 0 0 10px #0003;
	background: #222;
}

.babysfa--background {
	position: absolute;
	z-index: -1;
	transform: scaleX(0);
	left: 0;
	width: 0%;
	transition: all .5s;
	clip-path: circle(0% at 0 0);
}

@keyframes rellenarCard {
	0% {
		width: 0%;
		transform: scaleX(0);
		transform: scaleY(0);
		clip-path: circle(0% at 0 0);
	}

	100% {
		width: 100%;
		height: 100%;
		transform: scaleX(1.0);
		transform: scaleY(1);
		clip-path: circle(141.4% at 0 0);
	}
}


.miamos {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	max-width: 600px;
	border: none;
	outline: none;
	box-shadow: 0 0 3px #0005;
}

.babysfa--number {
	display: flex;
	gap: 15px;
}

.babysfa--number-4 {
	color: #eee;
	font-size: 25px;
	font-family: 'Open Sans';
	font-weight: 700;
}

.babysfa--img img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	position: absolute;
	top: 18%;
	transform: translateY(-50%);
	left: 30px;
}

.babysfa--expire {
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Open Sans';
	color: #eee;
	align-items: center;
}

.babysfa--expire div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.babysfa--name {
	font-family: 'Open Sans';
	font-weight: 700;
	color: #eee;
	font-size: 25px;
}

#name {
	text-transform: uppercase;
}



.acapardo {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	font-family: 'Open Sans';
	font-weight: 500;
	display: grid;
	grid-template-columns: 1fr;
	margin: 20px;
	gap: 10px;
}

.sacasirdo {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
}

.duko {
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 20px;
}

.suite {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
}

.suite div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.suite div input {}

.acapardo input {
	padding: 10px;
	color: #000;
	border: none;
	outline: none;
	box-shadow: 0 0 3px #0004;
	border-radius: 5px;
}

.acapardo label {}

.acapardo button {
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: #111;
	cursor: pointer;
}

.bolsito {
	min-height: 95vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.comnens {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.velada h1 {
	font-size: 28px;
	color: var(--second-color);
}

.velada img {
	border-radius: 20px;
	box-shadow: 0 0 10px #0003;
}

.misiens {
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background: var(--second-color);
	border-radius: 10px;
	font-family: 'Open Sans';
	cursor: pointer;
}



.esquina {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	margin-top: 50px;
}

.esquina select {
	padding: 10px;
	border-radius: 5px;
	border: none;
	width: 100%;
	outline: none;
	box-shadow: 0 0 3px #0005;
	max-width: 600px;
}

.esquina label {
	font-weight: 600;
	font-size: 25px;
}

#footer {
	padding: 15px;
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer p {
	font-size: 12px;
	font-family: 'Oswald';
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;
}


@media (max-width:1187px) {
	.arrozito--separator {
		display: none;
	}

	.estamos {
		justify-content: center;
	}

	.arrozito {
		align-items: center;
		text-align: center;
	}

	.bailemora {
		text-align: center;
	}

	.santgrua {
		text-align: center;
	}

	.sordos {
		text-align: center;
		justify-content: center;
	}
}

@media (max-width:630px) {
	.santgrua img {
		width: 90%;
	}

	.bailemora--mid {
		padding: 0;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.bailemora img {
		width: 90%;
	}

	.bailemora--title {
		font-size: 25px;
	}

	.muerdas {
		width: 40px !important;
	}
}

@media (max-width:860px) {
	.watafa {
		flex-wrap: wrap;
	}

	.duko {
		display: flex;
		flex-wrap: wrap;
	}

	.duko .suite {
		flex: 1;
	}

	.comnens {
		flex-wrap: wrap-reverse;
	}

	.velada img {
		width: 90%;
	}

	.velada {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.velada h1 {
		text-align: center;
	}
}

@media (max-width:560px) {
	.antisilina:last-child {
		display: none;
	}

	.antisilina--ul {
		padding-left: 10px;
		gap: 10px;
	}

	.antisilina--title {
		font-size: 20px;
	}

	.antisilina img {
		width: 20px;
		height: 20px;
	}

	#footer p {
		font-size: 8px;
		font-family: 'Open Sans';
	}

	.equispe3 {
		text-align: center;
		font-size: 15px;
	}

	.watafa {
		gap: 10px;
	}

	.nooma {
		width: 120px;
	}

	.babysfa--number-4 {
		font-size: 15px;
	}

	#name {
		font-size: 15px;
	}

	.suite div {
		display: flex;
		flex-wrap: wrap;
	}

	.suite div input {
		flex: 1;
	}

	.babysfa {
		height: 180px;
		min-width: 280px;
	}

	#corasao {
		padding: 0;
	}

	.babysfa--img img {
		width: 50px;
		height: 50px;
	}
}