@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000000;
	background-image: url("imagenes/fondo.jpg"); /* The image used for background*/
	background-repeat: no-repeat; /* Do not repeat the image */
	background-position: center; /* Center the image */
	background-size: 100% 100%; /* Resize the background image to cover the entire container */
}

body, h1, h2, h3, h4, h5, h6  {
	font-family: Great Vibes, sans-serif;
}

				/* Estilo para la página INDEX)
/* Contenedor fullscreen */
.fullscreen {
	width: 100%;
	height: 100vh;
	/* position: relative; */
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Contenedor general */
.container {
	/* width: 1080px; */
	/* height: 1920px; */
	position: absolute;
    padding-top: 160px;
	padding-bottom: 160px;
	padding-left: 30px;
	padding-right: 30px;
	/* top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto; */
	background-color:#fefdf7;
	border-radius: 20px;
	background-image: url("imagenes/fondoxv.png");
	background-repeat: no-repeat; /* Do not repeat the image */
	background-position: center; /* Center the image */
	background-size: 100% 100%; /* Resize the background image to cover the entire container */
}

/* Contenedor para imagen del logo */
.image-container {
	max-width: 100%;
	height: auto;
	text-align: center;
	/* width: 100%;
	/* background-image: "logo.png"; /* The image used for background*/
	/* background-repeat: no-repeat; /* Do not repeat the image */
	/* background-position: center; /* Center the image */
	/* background-size: contain; */
}
/* Contenedor para texto */
.text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

/* Contenedor para botones */
.links-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

 .link {
	min-width: 50% !important;
}

/* Mostrar los links como botones */
a:link, a:visited {
	background-color: #ead1d1;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 1px solid LightGray;
	border-radius: 16px;
	color: #000000;
	font-size: 28px;
	margin: 4px 2px;
	transition-duration: 0.1s;
	cursor: pointer;
}

/* a:hover, a:active {
	background-color: #ead1d1;
} */

/* Botones de la web
.boton {
	width: 300px;
	background-color: #ead1d1;
	border: 1px solid LightGray;
	border-radius: 16px;
	color: black;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 28px;
	font-family: "Great Vibes";
	display: inline-block;
	margin-top: 40px;
	cursor: pointer;
	/* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	/* transition-duration: 0.1s;
}

/* .button:hover {
	background-color: #ead1d1;
} */

/* Párrafos */
.p_i {
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	color: black;
}
				/*Fin del estilo para la página INDEX)

				/* Estilo para el MODAL */
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefdf7;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 30px;
	border: 1px solid LightGray;
	border-radius: 20px;
	width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
} 

/* Botones del modal */
input[type=button], input[type=submit] {
	background-color: #ead1d1;
	border: 1px solid LightGray;
	border-radius: 16px;
	color: black;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	font-family: "Great Vibes";
	font-size: 28px;
	margin: 4px 2px;
	cursor: pointer;
}

input::file-selector-button {
  background-color: #ead1d1;
	border: 1px solid LightGray;
	border-radius: 16px;
	color: black;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	font-family: "Great Vibes";
	font-size: 28px;
	margin: 4px 2px;
	cursor: pointer;
}

				/* Fin del estilo para el MODAL */

				/* Estilo para la página TIMER */
/* Contenedor general */
.container_t {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
	margin: auto;
	/* background-color:#fefdf7;
	border-radius: 20px; */
	/* background-image: url("imagenes/fondoxv.png");
	/* background-repeat: no-repeat; /* Do not repeat the image */
	/* background-position: center; /* Center the image */
	/* background-size: 100% 100%; /* Resize the background image to cover the entire container */
}

/*Párrafos */
.p_t {
	text-align: center;
	vertical-align: middle;
	font-size: 60px;
	color: #fefdf7;
}
				/* Fin del estilo para la página TIMER */

				/* Media queries */
@media (min-width: 1200px) {
.container {
	max-width: 1140px;
}
.container_t {
	max-width: 1140px;
}
}
@media (min-width: 992px) {
.container {
	max-width: 960px;
}
.container_t {
	max-width: 960px;
}
}
@media (min-width: 768px) {
.container {
	max-width: 720px;
}
.container_t {
	max-width: 720px;
}

.link {
	width: 100%;
}
}
@media (min-width: 576px) {
.container {
	max-width: 540px;
}
.container_t {
	max-width: 540px;
}
}