@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@charset "utf-8";

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

Body {
	font-family: 'Merriweather', Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:300;
	color: #fff;
	background-color:#666;
	background-image: url(../gif/fd-manchado.jpg);
}

main {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-content: center;
	width:100%;
	max-width:1920px;
	margin:auto;
	max-height:100%;
	margin:auto;
	/*min-height:100vh;
	border: #FF66FF 4px dotted;
	background-color:#;*/
}

section {/*------------------------REVISAR----------------*/
	width:100%;
	position: relative;
	margin:auto;
}

h1 {
	font-size:24px;
	font-weight:500;
	color: #C1E2D2;
	text-shadow: #000 1px 1px 2px;
	letter-spacing:2px;
	border-bottom: #C1E2D2 2px solid;
	border-top: #C1E2D2 2px solid;
	background-color:rgba(0,0,0,.4);
	width: auto;
	padding: 8px 12px;
	margin-top:8px;
	left:24px;
	width:auto;
	z-index:99;
	position: absolute;
}

h2 {
	font-size:24px;
	font-weight:600;
	color:#C1E2D2;
	padding-left:12px;
	margin-right:6px;
	display: inline;
}

h3 {
	font-size:20px;
	font-weight:100;
	color:#C1E2D2;
	padding-left:6px;
	margin-right:12px;
	display: inline;
}


/*-----------------------------------------------------------------------------------*/

header {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	width:95%;
	max-width:1800px;
	position:fixed;
	margin:auto;
	/*background-color:rgba(0,0,0,.1);*/
	border:# 4px dotted;
	z-index:99;
}

header .titulo{
	width:86%;
	border: # 4px dotted;
}

img {
    max-width: 100%;
    height: auto;
}

/*---------------------------------- MENU -------------------------*/

header .navegar {
	width:7%;

	border:# 4px dotted;
	padding-top:12px;
}

header .navegar a {
	font-size:16px;
	font-weight:500;
	color:#fff;
	text-align: center;
	text-shadow: #000 1px 1px 2px;
	line-height:2;
	letter-spacing:1px;
	border: #D4F2E3 thin solid;
	border-radius: 8px;
	background-color:rgba(0,0,0,.6);
	width:70px;
	margin:auto;
	display:block;
}

header .navegar a:hover {
	color: #11B8D5;
	text-decoration:none;
}

/*--------------------------------------------------- Full Screen ----------------------------------*/

header .fullscreen {
	display: -webkit-flex;
	display: flex;
	align-items:stretch;
	border: #D4F2E3 thin solid;
	border-radius: 8px;
	background-color:rgba(0,0,0,.6);
	width:70px;
	padding:2px;
	margin:auto;
	display:block;
	vertical-align: middle;
}

.fullscreen input {
	display: -webkit-flex;
	display: flex;
	align-items:stretch;
	cursor: pointer;
	background-image:url(../gif/fullscreem01.gif);
	background-repeat:no-repeat;
	width:34px;
	height:26px;
	margin:auto;
	background-color:rgba(0,0,0,.0);
}

.fullscreen input:hover {
	background-image:url(../gif/fullscreem02.gif);
}

input {
	font-weight:400;
	font-size:20px;
	color: #000;
	background-color:#EAEFFF;
	letter-spacing:1px;
	border: none;
	padding: 6px;
}



@media only screen and (max-width: 800px) {

main {
	display:none;
}

header {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	width:100%;
	z-index:99;
}

header .titulo{
	width:70%;
}
/*---------------------------------- MENU -------------------------*/

header .navegar {
	width:15%;

	border:# 4px dotted;
	padding-top:12px;
}

header .navegar a {
	font-size:14px;
	width:50px;
}

header .navegar a:hover {
	color: #11B8D5;
	text-decoration:none;
}
header .fullscreen {
	width:50px;
}
.fullscreen input {
	padding:0;
	display: inline;
}

h1 {
	font-weight:500;
	font-size:18px;
	text-indent:7px;
	letter-spacing:1px;
	padding:4px 8px;
	margin-top:8px;
	left:8px;
	background-color: none;
}

h2 {
	font-size:17px;
	font-weight:600;
	color:#C1E2D2;
	padding-left:6px;
	margin-right:6px;
}

h3 {
	font-size:15px;
	font-weight:100;
	color:#C1E2D2;
	padding-left:6px;
	margin-right:6px;
}

}