You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

160 lines
2.1 KiB

* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #FFFFFF;
}
/* ====== Menu interactivo ======*/
/*header{*/
/* display: flex;*/
/* justify-content: flex-end;*/
/* !*align-items: center;*!*/
/* padding: 30px 10%;*/
/*}*/
/*.logohome{*/
/* !*cursor: pointer;*!*/
/* float: left;*/
/*}*/
nav ul {
float: right;
margin-right: 20px;
}
nav ul li {
display: inline-block; /*new*/
line-height: 40px;
margin: 0 5px;
background: none;
}
/*Letras*/
nav ul li a {
color: #000000;
font-size: 17px;
padding: 7px 13px;
border-radius: 3px;
text-transform: uppercase;
}
/* ==== Hover Nav bottons ==== */
a.active, a:hover {
/*background: #111111;*/
/*background: whitesmoke;*/
transition: .5s;
}
.checkbtn {
font-size: 30px;
/*color: black;*/
float: left;
line-height: 80px;
margin-right: 40px;
cursor: pointer;
display: none;
}
#check {
display: none;
}
.fa-bars {
color: #000000;
padding: 20px;
}
/* ===== boton menu interactivo ===== */
@media (max-width: 952px) {
label.logo {
font-size: 30px;
padding-left: 50px;
}
nav ul li a {
font-size: 16px;
}
}
@media (max-width: 858px) {
.checkbtn {
display: block;
}
/*fondo menu interactivo*/
ul {
position: fixed;
width: 100%;
height: 100vh;
background: #FFFFFF;
top: 80px;
left: -100%;
text-align: center;
transition: all .5s;
}
nav ul li {
display: block;
margin: 50px;
line-height: 30px;
}
nav ul li a {
font-size: 20px;
}
a:hover, a.active {
background: none;
color: #0082e6;
}
#check:checked ~ ul {
left: 0;
}
}
/*Linea negra abajo del menu*/
a:hover {
text-decoration: underline;
/*color: #77dd11;*/
color: #000000;
}
/*====== end Menu Navegacion =======*/
/* ====== Kommi Logo ====== */
.kommi {
width: 50%;
height: auto;
bottom: 10px;
padding: 20px;
}