@charset "utf-8";
/* CSS Document */
*{
    padding: 0px;
    margin: 0px;
}
body {
	background: black;
}
header {
	border-radius: 50px;
	box-shadow:gold 0px 0px 10px, goldenrod 0px 0px 5px inset;
	margin-bottom: 15px !important;
	margin: 0px auto;
	margin-top: 16px;
	padding: 15px;
	width: 90vw;
}
header img {
	border-radius: 0px 0px 45px 45px;
    max-width: 100%;
    min-width: 200px;
}
.flex-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	color: gold;
	font-size: 30px;
	font-family:Verdana, Geneva, Tahoma, sans-serif !important;
}

.flex-banner p {
	color: whitesmoke;
	font-size: 18px;
}
.flex-banner * {
	margin: 9px;
}
.contenedor {
	background-color: rgba(0, 0, 0, 0.5);

	margin: 0px auto;
    width: 80vw;
}
.grid-2 {
    display: grid;
    color: white;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
}
.grid-2 h2 {
	margin-top: 20%;
}
.marginRight {
	margin-right: 30px;
}
h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
	color: gold;
    text-align: center;
	margin-bottom: 15px;
}
a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 17px;
    color: dodgerblue;
    text-decoration: none;
    transition: all 300ms;
    margin: 15px;
}
a:hover{
    text-decoration: underline;
}
.cristal {
	display: flex;
	justify-content: center;
	align-items: center;
    backdrop-filter: blur(6px);
	box-shadow: 0px 0px 6px whitesmoke;
	box-shadow: 0px 0px 15px whitesmoke inset;
	border-radius: 25px;
    color: goldenrod;
    font-family: roboto;
    font-size: 45px;
    text-align: center;
	height: 120px;
    width: 80vw;
}
.height {
	height: 250px;
}
article {
	background-color: rgba(0, 0, 0, 0.5);
	padding:35px 20px 55px 20px;
	color:#fff;
	box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.25);
}
article hr {
	background:#F64740;
	height:5px;
	border:none;
}
 
article p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 19px;
	line-height: 25px;
} 
article img {
	border-radius: 6px;
}
ol,ul {
	margin: 9px;
	margin-left: 25px;
	padding: 9px;
}
ol li {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 19px;
	color: whitesmoke;
	margin: 9px;
}
ul li {
	list-style: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 19px;
	color: whitesmoke;
	margin: 9px;
}
.boton-negro {
	background:black;
	box-shadow: gold 0px 0px 6px;
	border-radius: 250px;
	color:whitesmoke;
	font-size: 25px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 95%;
	transition: all 300ms;
}
.boton-negro:hover{
	box-shadow: gold 0px 0px 9px, gold 0px 0px 3px inset;
	cursor: pointer;
	text-decoration: underline;
}
.boton-negro a {
	font-weight: bolder;
	color: whitesmoke;
	text-decoration: none;
}
.boton {
	background: darkgreen !important;
	border-radius: 9px;
	color: gold;
	font-size: 25px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	transition: all 300ms;
}
.boton:hover {
	background: lightgoldenrodyellow;
	cursor: pointer;
	color: darkgreen;
}
.boton a {
	color: gold;
	font-size: 25px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.boton a:hover {
	color: darkgreen;
}
html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




/* Tamaño pequeño */
@media screen and (max-width: 600px) {
    /* Aquí colocas los estilos que quieres aplicar en pantallas medianas */
    .flex-banner {
        font-size: 15px;
    }
	.grid-2 {
        grid-template-columns: 1fr;
    }
	header {
		width: 75%
	}
	.contenedor {
		width: 75%
	}
	.cristal {
		font-size: 20px;

		width: 100%
	}
	h2 {
		font-size: 25px;
	}
	p {
		font-size: 11px;
	}
	figure img {
		width: 45%;
	}

	.fullImg{
		width: 80%;
	}
}

/* Tamaño mediano */
@media screen and (min-width: 601px) and (max-width: 800px) {
    /* Aquí colocas los estilos que quieres aplicar en pantallas medianas */
    .flex-banner {
        font-size: 15px;
    }
	.grid-2 {
        grid-template-columns: 1fr;
    }
	header {
		width: 75%
	}
	.contenedor {
		width: 75%
	}
	.cristal {
		font-size: 20px;

		width: 100%
	}
	h2 {
		font-size: 25px;
	}
	p {
		font-size: 11px;
	}
	figure {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	figure img {
		margin-top: 15%;
		margin-bottom: 15%;
		width: 60%;
	}

	.fullImg{
		width: 80%;
	}
}

/* Tamaño grande */
@media screen and (min-width: 1025px) {
    /* Aquí colocas los estilos que quieres aplicar en pantallas grandes */
    .grid-2 {
        grid-template-columns: 1fr 1fr;
    }
    /* Resto de estilos para pantallas grandes */
}
html {
	scroll-behavior:smooth;
	}