@charset "utf-8";

body {
	width: 100%;
	margin: 0 auto;
	background-color: #323232;
}
main {
	width: 94%;
	margin: 0 auto;
}
header {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 20px;
	z-index: 1000;
}
.rayita {
	background-image: linear-gradient(135deg, #474849 40%, #656667 40%, #656667 50%, #474849 50%, #474849 90%, #656667 90%, #656667 100%);
	background-size: 7.07px 7.07px;
}
#bande img {
	width: 35px;
	padding-top: 5px;
}
#bande a {
	padding-right: 10px;
}
#rsocial a img {
    width: 35px;
    margin-right: 5px;
}
#barra0 {
    display: flex;
    justify-content: space-between;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8%;
    padding-right: 8%;
}
#barra1 {
    width: 100%;
    background-color: #656667;
    color: #ffffff;
    display: flex;
}
#barra1 #logo0 {
	flex: 30%;
	margin-left: 0px;
}
#barra1 #logo0 img {
	width: 8vw;
	float: left;
	padding-left: 5%;
}
#barra1 #logo0 h1 {
	padding-top: 20px;
	padding-left: 13%;
    font-weight: bolder;
    font-size: 2.5vw;
}
#barra1 #logo0 h2 {
	padding-left: 12%;
	font-size: 1.5vw;
}

#barra1 nav {
	flex: 60%;
	margin-right: 0px;
}
#barra1 nav p:nth-child(2) {
	width: 80%;
	margin-left: 20%;
}
.mmp0 {
	list-style: none;
	display: flex;
	flex-basis: auto;
	flex-wrap: wrap;
	line-height: 3rem;
}
.mmp0>li{
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
    text-align:center;
    color:#fff;
    position:relative;
	transform: skew(-20deg);
}
.mmp0 a {
    color:inherit;
    text-decoration: none;
	font-size: 1.5rem;
}
.mmp0 li:hover{
      background-color: #474849;
}

.mmp0 li ul {
    display: none;
    transform: skew(20deg);
    padding: 0px;
    position: absolute;
    top: inherit;
    width: 260px;
}

.mmp0 li>ul li {
      background-color: #656667;
}
.mmp0 li>ul li a {
	  font-size: 1.2rem;
	  line-height: 1.3rem;
}
.mmp0 li:hover>ul{
      display:block;
	  list-style: none;
      background-color: #474849;
	  left: 53px;
}
.actual {
	background-color: #474849;
}

#contenedorPrincipal >a {
	display: none;
}

footer {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	color: white;
}
#rsocial1 a img {
    width: 35px;
    margin-right: 5px;
}
footer ul {
	list-style: none;
}
footer h2 {
	padding-left: 1rem;
}
footer a {
    color: #FFFFFF;
    text-decoration: none;
}
footer a:hover {
    color: #FFFFFF;
	background-color: #097018;
}
.dos {
	text-align: center;
}
@media screen and (max-width: 940px) {
	header {
		position: inherit;
	}
	#barra1 nav p:nth-child(2) {
	display: none;
	}
	#contenedorPrincipal:not(:target) >a:first-of-type {
		display: inherit;
		min-width: 90%;
		font-size: 2.5rem;
		color: #ffffff;
		text-align: center;
	}
	#contenedorPrincipal:not(:target) >a,
	#contenedorPrincipal:not(:target) .mmp0 {
		display:none;
	}

	#contenedorPrincipal:target >a {
		display:inherit;
		min-width: 90%;
		font-size: 2rem;
		color: #ffffff;
		text-align: center;
	}

	#contenedorPrincipal:target .mmp0 {
		display:inherit;
	}

	#contenedorPrincipal:target >a:first-of-type {
		display:none;
	}
	.mmp0 {
		line-height: 1.5rem;
	}
	.mmp0>li {
		position: inherit;
		transform: none;
	}
	.mmp0 li ul {
    	position: inherit;
		transform: none;
    	width: 90%;
		z-index: 1100;
		color: #68BBF8;
	}
}
