@Orange = #E2A912;
@Blue = #092348;
@DarkBlue = #0C2747;
@LightGray = #ECECEC;
@Gray = #D5D4D4;

.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
* {
    margin: 0px;
    padding: 0px;
 }
body{
	background-color: rgb(212,212,212);
}
div.header{
    background-image: url('../img/nav.png');
    background-attachment: fixed;
    top: 0;
    background-repeat: no-repeat;
    position: relative;
    height: 350px;
    margin-bottom: 20px;
    background-position: top center;
    font-family: 'Do Hyeon', sans-serif;
}
@media only screen and (min-width:1600px){
	div.header{
	    background-size: contain;
	}
}
div.header-filter{
    background-color: rgba(9, 34, 72, 0.4); 
    max-height: 100%;
    height: 100%;
}
div.info{
    padding-top: 70px;
}
div.linea-header{
	background-color: rgba(226, 169, 18, 0.5);
	height: 70px;
    width: 100%;
    position: absolute;
    top: 176px;
}
div.ip, div.logo, div.discord-stats{
	z-index: 1;
}
div.ip, div.discord-stats{
	visibility: hidden;
}
div.ip img, div.discord-stats img{
	display:none;
}
@media only screen and (min-width: 650px){
	div.ip, div.discord-stats{
	visibility: visible;
	}
	div.ip img, div.discord-stats img{
	display: block;
}
}


nav.barra{
	z-index: 2;
	display: flex;
	height: 70px;
    background-color: rgba(9, 34, 72, 0.9);
    font-family: 'Do Hyeon', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

nav.barra ul{
    display: none;
}


@media only screen and (max-width:650px){
nav.barra{
	height: 70px;
}
nav.barra ul{
    background-color: rgba(9, 34, 72, 0.9);
	display: none;
	position: absolute;
	top: 70px;
	padding-top:0px;
	left:0;
	right:0;
	height: 160px;
	padding: 10px 0;
}
nav.barra ul li:first-child{
	margin-top:10px;
}
nav.barra ul li{
	margin-left: 0!important;
	display: block!important;
	width: 100%;
}
nav.barra ul li a{
	border-radius:0!important;
	text-align: center;
}	
}


@media only screen and (min-width:650px){
	nav.barra ul{
	position: inherit;
    list-style: none;
    max-width: 100%;
    padding: 13px 20px 15px 30px;
    display: none;
	}
}
input#Mantener:hover{
	cursor: pointer;
}
p#incorrecto{
	text-align: center;
	margin-bottom: 10px;
	color: rgba(128, 0, 0, 0.8);
}


a#menu-responsive{
	margin: 13px 20px 15px 30px;
    display: block;
    height: 29px;
    text-decoration: none;
    color: white;
    background-color:  rgba(226, 169, 18, 1);
    padding: 8px 20px;
    border-radius: 5px;
    transition: all 0.5s ease;
    width: auto;
    line-height: 35px;
}
a#menu-responsive i{
	font-size: 30px;
}
span.noticia-hora{
	display:none;
}

@media only screen and (min-width: 650px){
nav.barra ul{
	display: block;
}
a#menu-responsive{
	display: none;
}
span.noticia-hora{
	display: inline;
}	
}


nav.barra ul li{
    display: inline-block;
    height: 50px;
    margin: 0px 20px;
}


a#logeate{
	float: right;
	margin: 13px 20px 15px 30px;
    display: block;
    height: 35px;
    text-decoration: none;
    color: white;
    background-color:  rgba(226, 169, 18, 1);
    padding: 5px 20px;
    border-radius: 5px;
    transition: all 0.5s ease;
    width: auto;
    position: absolute;
    right: 0;
    line-height: 35px;
}

a#perfillogin{
		float: right;
		margin: 13px 20px 15px 30px;
		display: block;
		height: 35px;
		text-decoration: none;
		color: white;
		background-color:  rgba(226, 169, 18, 1);
		padding: 5px 20px;
		border-radius: 5px;
		transition: all 0.5s ease;
		width: auto;
		position: absolute;
		right: 0;
		line-height: 35px;
}
a#perfillogin:hover{
	cursor: pointer;
	background-color: rgb(240, 184, 29);
}

div#divImg{
	display: flex;
	align-items: center;
}
div#divImg img{
	height: 25px;
	width: 25px;
	margin-right: 10px;
}

p#pImg{
}

nav.barra i{
	font-size:20px;
}

nav.barra ul li img{
    height: 30px;
    margin: auto;
}
nav.barra ul li a{
    display: block;
    height: 35px;
    text-decoration: none;
    color: white;
    background-color:  rgba(226, 169, 18, 1);
    padding: 5px 20px;
    border-radius: 5px;
    transition: all 0.5s ease;
    line-height: 35px;
}
nav.barra ul li a:hover{
    background-color:  rgb(240, 184, 29);
}
div.logo img{
    height: 130px;
    margin: 70px 0;
}



div.ip a{
	text-decoration: none;
	color: green;
}
div.discord-stats, div.ip{
	flex-basis: 40%;
	text-align: center;
}
div.discord-stats div, div.ip div{
	width: fit-content;
	margin: 0 auto;
	height: auto;
	text-align: center;
	display: flex;
}
div.ip img{
	margin: 110px 7px 0 0!important;
}
div.discord-stats:hover{
	cursor: pointer;
}
div.discord-stats img, div.ip img{
	height: 70px;
	margin: 100px 0;
}
div.discord-stats p, div.ip p{
	margin: 0;
	color: white;
}
p.hd-title{
	color: rgb(230, 230, 230)!important;
}
div.texto{
	margin: 115px 0 0 0!important;
	display: block!important;
}

div.logo{
	height: 100%;
	flex-basis: 20%;
	text-align: center;
	line-height: 20px;
}
div.info{
	display:flex;
	font-size: 17px;
}

footer{
	margin-top: 30px;
	background-color: #163356;
	color: white;
	font-family: 'Do Hyeon', sans-serif;
}
footer h5{
	font-size: 20px;
	font-weight: inherit;
	text-align: center;
}
div.nosotros div{
	padding: 20px 50px;
	text-align: center;
}
div.nosotros{
	border-bottom: 1px solid gray;
}
div.redes{
	padding: 20px 20px;
}


div.redes ul{
	list-style: none;
	margin-top: 25px;
}
div.redes ul li{
	display: inline-block;
	width: 23%;
	text-align: center;
}


@media only screen and(min-width:480px){
	div.redes{
		padding: 20px 50px;
	}
	div.redes ul li{
	width:24%;
	}
}
div.redes a{
	text-decoration: none;
	color: white;
	font-size: 50px;
}

footer h6{
	background-color: #0C2747;
	font-size: 18px;
	font-weight: inherit;
	padding: 5px;
	text-align: center;
}

@media only screen and (min-width:680px){
	footer{
	margin-top: 50px;
	}
	div.ft{
		display: flex;
	}
	div.nosotros{
		width: 60%;
		border-bottom: none;
		border-right: 1px solid gray;
	}
	div.redes{
		width: 40%
	}
}
div.info a{
	text-decoration: none;
}

div.ipp{
	height: 270px!important;
}
a#copp:hover{
	cursor:pointer;
}


div.flotante, div.formulario{
	margin: 15px 10px 0 30px;
}
div.postulaciones{
	width: 90%!important;
	margin: 10px auto 0 auto;
	background-color: #ECECEC;
	border-radius: 10px;
	font-family: 'Do Hyeon', sans-serif;
	line-height: 30px;
	padding: 0 0 20px 0;
}

div.postulaciones h4{
	background-color: #E2A912;
    font-family: 'Do Hyeon', sans-serif;
    color: white;
    text-align: center;
    font-weight: inherit;
    margin: 10px 0;
    padding: 0;
    line-height: 50px;
    font-size: 30px;
    box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.75);
}

div.flotante{
	text-align: center;
}
div.lista{
	text-align: left;
	font-size: 18px;
	margin-left: 40px;
}

div.Info1, p.grande{
	font-size: 20px;
}

div.formulario{
	font-size: 18px;
}

div.f1a{
	padding-top: 10px;
}
div.f1a p{
	margin-top: 20px;
	font-size: 20px;
}