@charset "utf-8";
/*
 * CSS Document
 */

@import url('https://fonts.googleapis.com/css?family=Bangers&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital@1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@700&display=swap');

@import url("icons.css");

:root {
	--color-h: #808696;
	--color-font: #6d7587;
	--color-white: #FFFFFF;
}

* {
	outline: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

img,
table {
	border: 0;
}

body {
	background-color: #E6E7EE;
	background-image: url("../image/background.png");
	background-repeat: repeat;
}

.header {
	height: 150px;
	margin: 0 auto;
	z-index: 1;
}

.header-article {
	margin: 0 auto;
	padding: 0;
	height: 150px;
	width: 980px;
	display: grid;
	grid-template-columns: 250px 1fr;
	grid-column-gap: 4px;
}

.article-menu {
	padding-top: 38px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.15s ease 0s;
}

.div-menu {
	clear: both;
	width: 100%;
	height: 50px;
	line-height: 54px;
}

.div-menu>div {
	float: right;
	padding: 0 0 0 22px;
	text-align: center;
	word-wrap: normal;
	white-space: nowrap;
}

.div-menu a {
	font-family: 'Bangers';
	font-size: 32px;
	text-decoration: none;
	margin: 0;
	letter-spacing: 1px;
	transition: all 0.35s ease 0s;
	color: var(--color-font);
	text-shadow: 1px 1px 0px #CECECE, 2px 2px 0 #FFFFFF;
}

.div-menu a:hover {
	color: #db4551;
}

.div-search {
	float: right;
	height: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.25s ease 0s;
}

.article-menu .icon-search {
	float: left;
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	line-height: 48px;
	text-align: center;
	background-color: #12A8C3;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
	transition: all 0.45s ease 0s;
}

.article-menu .icon-search:hover {
	cursor: pointer;
	background-color: #db4551;
}

#div-input-search {
	float: right;
	height: 50px;
	margin-left: 6px;
	transition: all 0.6s ease 0s;
}

#div-input-search.open {
	width: 385px;
}

#div-input-search.close {
	width: 0;
}

#div-input-search.close>input {
	width: 0;
}

.article-menu input {
	font-family: 'Montserrat', Verdana, Arial;
	font-size: 16px;
	color: var(--color-font);
	height: 36px;
	width: 358px;
	padding: 0 2px;
	text-indent: 6px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
	background: transparent;
	margin-top: 5px;
	text-shadow: 1px 1px 0px #FFFFFF;
	border-bottom: 1px solid #CFCFCF;
	transition: all 0.6s ease 0s;
}

.article-menu .icon-cancel {
	float: right;
	display: block;
	color: var(--color-font);
	font-size: 18px;
	display: none;
}

.article-menu .icon-cancel:hover {
	cursor: pointer;
	color: #db4551;
}

.article-logotipo-cicle {
	width: 106px;
	height: 106px;
	border-radius: 50%;
	background-color: var(--color-font);
}

.article-logotipo {
	cursor: pointer;
	padding-top: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.15s ease 0s;
}

.article-logotipo-top {
	text-align: left;
	font-family: 'Bangers', Verdana, Arial;
	font-size: 72px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 3px 1px 0 #B4B4B4;
	letter-spacing: -2px;
}

.article-logotipo-down {
	text-align: center;
	font-family: 'Dancing Script', Verdana, Arial;
	font-size: 36px;
	text-decoration: none;
	color: #1F1F1F;
	margin-top: -14px;
	text-shadow: 2px 2px 0 #C3C3C3;
	position: relative;
	transform: rotate(-10deg);
}

.logotipo-white {
	color: #FFFFFF;
}

.logotipo-red {
	color: #CD1433;
}

.aside-main-article {
	background-image: url("../image/background-article-title.png");
	background-repeat: repeat;
	background-color: #12A8C3;
	height: 114px;
	margin: 0 auto;
	box-shadow: inset 6px 6px 12px rgba(64, 64, 64, 0.1);
}

.article-main-title {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: center;
	font-family: 'Bangers';
	font-size: 50px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.4);
	padding-top: 34px;
	letter-spacing: 1px;
}

.aside-article {
	background-image: url("../image/background-article-title.png");
	background-repeat: repeat;
	background-color: #12A8C3;
	min-height: 160px;
	padding: 20px 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: inset 6px 6px 12px rgba(64, 64, 64, 0.1);
}







.logo {
	width: 100%;
	padding-top: 28px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.6s ease 0s;
	background-image: url('../image/background-menu.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}

.logo:hover {
	cursor: pointer;
}

.logo .up {
	width: 260px;
	margin: 0 auto;
	font-family: 'Bangers';
	color: #12A8C3;
	text-align: center;
	position: relative;
	transform: rotate(-4deg);
	text-shadow: 2px 2px 0px #FFFFFF, 3px 3px 0 #CECECE;
	font-size: 72px;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.logo .down {
	width: 220px;
	margin: -12px auto 0 auto;
	padding-right: 20px;
	text-align: right;
	font-family: 'Dancing Script';
	font-size: 28px;
	text-decoration: none;
	color: #1F1F1F;
	position: relative;
	transform: rotate(-2deg);
	text-shadow: 1px 1px 0px #FFFFFF, 2px 2px 0 #CECECE;
}

.article-title {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
	font-family: 'Bangers', Verdana, Arial;
	font-size: 42px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 2px 1px 0 #13899f;
	letter-spacing: 1px;
  	font-weight: unset;
}

.article-description {
	margin: 8px auto 0 auto;
	padding: 0;
	width: 960px;
	line-height: 22px;
	font-family: 'Montserrat', Verdana, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: none;
	font-weight: normal;
	text-shadow: 1px 1px 0 #13899f;
}

.article-container {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	min-height: 100vh;
}

.article-content {
	margin: 0 auto;
	padding: 20px 0;
	width: 980px;
	font-family: 'Montserrat', Arial;
	color: var(--color-font);
	font-size: 15px;
	line-height: 25px;
	text-shadow: 1px 1px 0 #FFF;
}

h2 {
	font-family: 'Bangers', Arial;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	display: block;
	color: var(--color-font);
	margin: 36px 0 0px 0;
	text-shadow: 1px 1px 0 #FFF;
	letter-spacing: 1px;
}

h3 {
	font-family: 'Bangers', Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	display: block;
	color: var(--color-h);
	margin: 36px 0 0px 0;
	text-shadow: 1px 1px 0 #FFF;
	letter-spacing: 1px;
}

h4 {
	font-family: 'Dancing Script', Verdana, Arial;
	line-height: 32px;
	font-size: 26px;
	display: block;
	color: var(--color-font);
	font-weight: 700;
	margin: 12px 0;
	text-shadow: 1px 1px 0 #FFFFFF;
}

h5 {
	display: block;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #5587A2;
	margin: 24px 0 -12px 0;
	padding: 0;

}

p {
	margin: 10px 0;
}

ul {
	list-style-type: square;
	margin-left: 35px;
	margin-bottom: 15px;
}

ul li {
	margin-top: 4px;
}

.tags {
	border-radius: 4px;
	font-family: 'Montserrat', Arial;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	padding: 3px 8px 3px 6px;
	margin: 0 2px;
}

.links {
	font-family: 'Bangers';
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0 2px;
	letter-spacing: 1px;
	transition: all 0.35s ease 0s;
	color: var(--color-font);
	vertical-align: -2px;
	text-shadow: 1px 1px 0px #FFFFFF;
}

.links:hover {
	cursor: pointer;
	color: #db4551;
}

.red {
	background-color: #db4551;
}

.green {
	background-color: #4CA143;
}

.blue {
	background-color: #5587A2;
}

.cyan {
	background-color: #AAAAAA;
}

.text-red {
	color: #db4551;
}

.article-footer {
	background-color: #1c1d25;
	background-image: url('../image/background-article-title.png');
	background-repeat: repeat;
	width: 100%;
	bottom: 0;
	left: 0;
	position: relative;
	height: 96px;
}

.article-copyright {
	font-family: 'Spartan', Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	height: 76px;
	line-height: 86px;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
}

.article-copyright span {
	font-size: 20px;
	transform: rotate(180deg);
	display: inline-block;
	vertical-align: 2px;
	padding: 0 2px;
}

.article-item {
	width: 100%;
	min-height: 40px;
	margin: 25px 0 25px 0;
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-column-gap: 12px;
}

.article-item>div:nth-child(1) {
	text-align: center;
}

.article-item .title {
	font-family: 'Bangers', Arial;
	font-size: 24px;
	line-height: 40px;
	display: block;
	color: var(--color-font);
	margin: 7px 0 4px 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #FFF;
	transition: all 0.25s ease 0s;
}

.article-item .title:hover {
	cursor: pointer;
	color: #db4551;
}

.article-item .description {
	font-family: 'Montserrat', Arial;
	font-size: 15px;
	line-height: 25px;
	display: block;
	color: var(--color-font);
	margin: 3px 0;
	text-shadow: 1px 1px 0 #FFF;
}

.article-item .creation {
	font-family: 'Montserrat', Arial;
	font-size: 13px;
	line-height: 32px;
	display: block;
	color: var(--color-font);
	margin: 3px 0;
	text-shadow: 1px 1px 0 #FFF;
}

.article-item .technology {
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #0AC5D4;
	text-align: center;
	text-shadow: 1px 1px 0 #D8D8D8;
}

.article-item .icon-technology {
	margin: 15px auto 0 auto;
	display: block;
	color: #FFFFFF;
	width: 68px;
	height: 52px;
	line-height: 46px;
	border-radius: 6px 6px 34px 34px;
	text-align: center;
}

.article-item .html,
.article-item .css,
.article-item .js,
.article-item .php,
.article-item .mysql,
.article-item .python,
.article-item .react,
.article-item .flutter {
	font-family: 'Bangers';
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
	font-size: 32px;
}

.article-item .html {
	background-color: #D13076;
}

.article-item .css {
	background-color: #0AC5D4;
}

.article-item .js {
	background-color: #EF562D;
}

.article-item .php {
	background-color: #5587A2;
}

.article-item .mysql {
	font-size: 28px;
	background-color: #5C7148;
}

.article-item .python {
	font-size: 24px;
	background-color: #D1AF94;
}

.article-item .react {
	font-size: 28px;
	background-color: #88B14B;
}

.article-item .flutter {
	font-size: 24px;
	background-color: #88B14B;
}

.div-article-comments {
	margin: 0 auto;
	padding: 20px 0;
	width: 980px;
}

.div-item-comment {
	padding-left: 35px;
	border-left: 2px dotted #C0C0C0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 60px;
}

.div-item-comment .name {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	height: 32px;
	line-height: 40px;
	display: block;
	color: var(--color-font);
	margin: 8px 0;
	text-shadow: 1px 1px 0 #FFFFFF;
	transition: all 0.25s ease 0s;
}

.div-item-comment .creation {
	font-family: 'Montserrat', Arial;
	font-size: 13px;
	line-height: 20px;
	display: block;
	color: var(--color-font);
	margin: -8px 0 14px 0;
	text-shadow: 1px 1px 0 #FFF;
}

.div-item-comment .comment {
	font-family: 'Montserrat', Arial;
	font-size: 15px;
	line-height: 25px;
	display: block;
	color: var(--color-font);
	text-shadow: 1px 1px 0 #FFF;
	margin: 6px 0;
}

.div-item-comment .reply {
	height: 40px;
	line-height: 32px;
}

.div-item-comment .reply a {
	font-family: 'Bangers', Verdana, Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FF5C5D;
	border: none;
	background-color: transparent;
	padding: 6px 3px 6px 3px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
	transition: all 0.35s ease 0s;
}

.div-item-comment .reply a:hover {
	cursor: pointer;
	color: #db4551;
}

.div-article-comments .div-two-input {
	width: 100%;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	grid-column-gap: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.div-article-comments .div-input {
	width: 100%;
	padding: 15px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.div-article-comments fieldset {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	padding: 3px 6px 12px 6px;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.div-article-comments legend {
	font-family: 'Bangers', Verdana, Arial;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: var(--color-font);
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #FFFFFF;
	margin-left: 6px;
	padding: 0 6px;
	letter-spacing: 1px;
}

.div-article-comments .div-input input {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #6d7587;
	width: 100%;
	border: none;
	outline: none;
	padding: 2px 5px;
	display: block;
	background-color: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.div-article-comments .div-input textarea {
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #6d7587;
	width: 100%;
	height: 100px;
	background-color: transparent;
	border: none;
	padding: 2px 5px;
	outline: none;
	resize: none;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.div-article-comments .button {
	border: none;
	background-color: transparent;
	font-family: 'Bangers', Verdana, Arial;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FF5C5D;
	text-shadow: 1px 1px 0px #CECECE, 2px 2px 0 #FFFFFF;
	transition: all 0.35s ease 0s;
	padding: 4px 6px;
}

.div-article-comments .button i {
	font-size: 24px;
	vertical-align: 1px;
	margin-right: -6px;
}

.div-article-comments .button:hover {
	cursor: pointer;
	color: #db4551;
}

.div-article-comments .div-button-send {
	padding: 0 0 5px 5px;
	margin-right: 6px;
	margin-bottom: 25px;
	text-align: right;
}

.icon-required {
	font-size: 12px;
	color: #FF5C5D;
	vertical-align: 4px;
	margin-left: 3px;
	text-shadow: 1px 1px 0 #FFF;
	display: none;
}

.div-article-comments .icon-cancel-comment {
	float: right;
	font-size: 20px;
	color: var(--color-font);
	text-shadow: 1px 1px 0 #FFFFFF;
	transition: all 0.45s ease 0s;
}

.div-article-comments .icon-cancel-comment:hover {
	cursor: pointer;
	color: #FF5C5D;
}

.line-page {
	width: 980px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 2px dotted #BBB;
	margin: 6px auto 10px auto;
	text-align: left;
	display: grid;
	grid-template-columns: minmax(40px, auto) minmax(40px, auto)1fr;
}

.line-page .text-technology {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: 1px 1px #FFF;
	display: block;
	color: var(--color-font);
	margin: 3px 10px 0 0;
	height: 26px;
	line-height: 26px;
	display: none;
}

.line-page .icon-technology {
	display: block;
	color: #FFFFFF;
	border-radius: 8px 8px 16px 16px;
	text-align: center;
	font-family: 'Bangers', Verdana, Arial;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
	padding: 3px 16px;
	margin-bottom: 8px;
}

.line-page .html {
	background-color: #D13076;
}

.line-page .css {
	background-color: #0AC5D4;
}

.line-page .js {
	background-color: #EF562D;
}

.line-page .php {
	background-color: #5587A2;
}

.line-page .mysql {
	background-color: #5C7148;
}

.line-page .python {
	background-color: #D1AF94;
}

.line-page .react {
	background-color: #88B14B;
}

.div-article-pager {
	margin: 0 auto;
	display: grid;
	grid-auto-rows: 24px;
	grid-column-gap: 6px;
}

.div-article-pager div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Bangers', Verdana, Arial;
	font-size: 28px;
	font-weight: normal;
	height: 32px;
	border-radius: 30px;
	color: var(--color-font);
	text-shadow: 1px 1px 0 #FFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.div-article-pager div:hover,
.div-article-pager .active {
	cursor: pointer;
	background-color: var(--color-font);
	text-shadow: 1px 0 3px rgba(0, 0, 0, 0.45);
	box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
	color: #FFFFFF;
}

.reference-links {
	margin: 4px 0;
	padding: 0;
	list-style: none;
}

.reference-links li {
	margin-bottom: 8px;
}

.reference-links a {
	display: inline-block;
	font-family: 'Montserrat', Arial;
	font-size: 13px;
	font-weight: 500;
	color: #12A8C3;
	background: #F5F7FA;
	border-radius: 6px;
	padding: 0px 6px;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(18, 168, 195, 0.08);
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.reference-links a:hover {
	background: #12A8C3;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.article-link {
	display: inline-block;
	font-family: 'Montserrat', Arial;
	font-size: 13px;
	font-weight: 500;
	color: #12A8C3;
	background: #F5F7FA;
	border-radius: 6px;
	padding: 0px 6px;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(18, 168, 195, 0.08);
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.article-link:hover {
	background: #12A8C3;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.article-content code:not([class*="language-"]) {
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 13px;
	color: #DB4551;
	background: #F5F7FA;
	border-radius: 4px;
	padding: 2px 6px;
	white-space: nowrap;
}

@media screen and (max-width: 980px) {
	.article-title {
		width: 100%;
		font-size: 28px;
		padding: 0 3%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.line-page,
	.article-content,
	.article-description,
	.div-article-comments {
		width: 100%;
		padding: 0 3%;
		font-size: 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.header-article {
		width: 100%;
		grid-template-columns: 1fr;
	}

	.article-logotipo-top {
		text-align: center;
	}

	.article-menu {
		display: none;
	}

	.aside-article {
		height: 100%;
		padding-bottom: 35px;
	}

	.div-article-comments .div-two-input {
		grid-template-columns: 1fr;
	}

	.div-article-comments .button {
		width: 100%;
	}

	.article-copyright {
		font-size: 14px;
		line-height: 20px;
	}

	code[class*="language-"],
	pre[class*="language-"] {
		font-size: 14px;
		line-height: 22px;
	}
}