@font-face {
  font-family: ComicRV;
  src: url(Comic_rv_esp-Regular.ttf);
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: comicRV, "Comic Sans MS", "Comic Sans", sans-serif;
	background-color: #d6e4ff;
	margin: 0px;
}
/* --------encabezado----------- */
#enc{
	width: 100%;
	max-width: 2000px; 
	margin: auto;
	display: flex;
	background-color: #002642;
}

#logo {
	width: 600px;
	padding: 20px;
	display: flex;
	justify-content: center;
}

#logo img{
	width: 100%;
	height: fit-content;
	margin:auto;
}

nav {
	line-height: 50px;
	width: 100%;
	list-style-type: none;
	padding: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
}

nav div {
	margin-top: 30px;
	height: 90px;
	text-align: center;
}

nav div:nth-child(1) {
	width: 162px;
}
nav div:nth-child(2) {
	width: 192px;
}
nav div:nth-child(3) {
	width: 298px;
}
nav div:nth-child(4) {
	width: 223px;
}

nav div a {
	font-size: 50px;
	font-weight: 400; 
	color: #ffffff;
	text-decoration: none; 
	padding: 10px;
	transition: all 0.15s ease;
}
nav div a:hover {
	font-size: 60px;
	font-weight: 400;
	color: #ffffff;
}

/* --------banner----------- */
/* #banner img { */
	/* width: 100%; */
/* } */
:root {
	--parallax-y: 0px;
}
#banner {
	/* The image used */
	background: url("../img/banner.png");
	/* Set a specific height */
	height: 40vw; 
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: 0px var(--parallax-y);
	background-repeat: no-repeat;
	background-size: contain;
}

/* --------contenido general----------- */

.section-title {
	background-color: #002642;
	color: #ffffff;
	text-align: right;
	font-size: 40px;
	width: 50vw;
	padding-right: 20px;
	border-radius: 0px 120px 120px 0px;
}
		
.text {
	font-size: 40px;
	text-align: center;
}

/* --------seccion comics----------- */
#comics-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	height: 60vw;
	width: 90vw;
	max-width: 1500px;
	max-height: 1000px;
	margin: auto;
	margin-top: -20px;
	margin-bottom: 30px;
}

.comiccover {
	flex: 1 0 30%;
}

.comiccover a img {
	width: 90%;
	margin: 5%;
	transition: all 0.2s ease;
	border-radius: 5%;
}
.comiccover a img:hover {
	width: 100%;
	margin: 0%;
}

/*--------seccion portafolio----*/

.text a {
	font-size: 50px;font-weight: 400; 
	color: #000000; 
	text-align: center;
	text-decoration: none; 
	padding:20px; 
	padding-bottom: 10px;
	transition: all 0.15s ease;
}
.text a:hover {
	font-size: 70px;
	font-weight: 400;
	color: #000000;
}

.button {
	display: flex;
	height: 110px;
    justify-content: center;
    align-items: center;
	
}
.button a {
	width: max-content;
	height: max-content;
	margin-top: -40px;
	text-align: center;
	padding: 20px 30px;
	background-color: #1D4E89;
	font-size: 50px;
	font-weight: 400; 
	color: #ffffff; 
	text-align: center;
	text-decoration: none;
	transition: all 0.15s ease;
	border-radius: 200px;
}
.button a:hover {
	font-size: 60px;
	font-weight: 400;
	color: #ffffff;
}

#portfolio .text a {
	height: 80px;
}

#portfolio .text img {
	height: 40px;
	transition: all 0.15s ease;
}

#portfolio .text a:hover img {
	height: 55px;
}

/*--------seccion contacto----*/

#logos {
	display: flex;
	justify-content: center;
	gap: min(4vw, 40px);
	height: 12vw;
	max-height: 140px;
}

#logos a {
	width: 12vw;
	max-width: 140px;
}

#logos a img {
	width: 80%;
	margin: 10%;
	transition: all 0.15s ease;
}

#logos a img:hover {
	width: 100%;
	margin: 0%;
}

h1 {
	margin-top: 30px;
}

.portfolio-link {
	display: flex;
	height: 60px;
    justify-content: center;
    align-items: center;
}


nav div:nth-child(5) {
	width: 180px;
}

/* Comisiones */

.comm-title h1 {
	text-align: center;
	font-size: 120px;
	color: #002642;
}
.comm-title h2 {
	text-align: center;
	margin-top: -80px;
	margin-bottom: 20px;
	font-size: 80px;
}

.comm-artstyle .text{
	text-align: left;
}
.comm-artstyle h1 {
	margin-top: 0px;
}
.artstyle-desc p {
	text-align: center;
	font-size: 60px;
}
.artstyle-desc table {
	font-size: 60px;
	width: auto;
	margin: 20px auto;
	font-weight: bold;
}
.artstyle-desc td {
	width: 50%;
}
.artstyle-desc td:nth-child(1) {
	text-align: right;
	padding-right: 20px;
	max-width: 22vw;
}

.comm-artstyle .container {
	display: flex;
	margin: 0px 100px;
	align-items: center;
	margin-bottom: 30px;
	flex: 0 0 100%;
}
.comm-artstyle .container div {
	width: 50%;
}
.container .artsyle-img img {
	max-width: 100%;
	margin: auto 0px;
	max-height: 600px;
}
.container .artsyle-img {
	text-align: center;
}

.terms {
	text-align: center;
	font-size: 60px;
	margin-top: 0px;
}

.will-wont {
	margin-top: 100px;
	height: 320px;
	padding: 0px calc(50vw - 509px);
}

#will, #wont {
    width: 300px;
    float: left;
	text-align: center;
	font-size: 60px;
	margin: 0px 100px;
}
#will {
    border-radius: 50%;
	background-color: #9fa;
}
#wont {
    border-radius: 50%;
	background-color: #f99;
}

.minus-sixty {
	margin-top: -60px !important;
}

.portfolio img {
	width: 100%;
	margin: 0px;
}
#comics-list ul {
	list-style-type: none;
}
#comics-list li a {
	font-size: 60px;
	color: #000000; 
	text-align: left;
	text-decoration: none; 
	margin: 80px;
	transition: all 0.15s ease;
}
#comics-list li {
    line-height: 60px;
	transition: all 0.15s ease;
}
#comics-list li:hover a {
	font-size: 80px;
}