* {
    box-sizing: border-box;

    cursor: url(https://cur.cursors-4u.net/cursors/cur-3/cur217.ani), url(https://cur.cursors-4u.net/cursors/cur-3/cur217.png), auto;
}

body{
    background-image: url(./imgECC/FondoKats.png);
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    cursor: url(https://cur.cursors-4u.net/cursors/cur-3/cur217.ani), url(https://cur.cursors-4u.net/cursors/cur-3/cur217.png), auto;
}


/*-------------->  |||| CABEZERA DE LA PAGINA |||| <--------------*/
header{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
    font-family: 'Righteous', cursive;
    font-weight: 300;
    text-align: center;
    color: #faeab6;
    border: 0px;
    border-bottom: 5px double #132A13;
    background-color: #285828e7;
    padding: 10px;
    width: 100%;
    cursor: url(https://cur.cursors-4u.net/cursors/cur-3/cur217.ani), url(https://cur.cursors-4u.net/cursors/cur-3/cur217.png), auto; 
}
#logo{
    margin-top: 3px;
    width: 200px;
}
#NombreEmp{
    font-family: 'Crete Round', serif;
    font-size: 50;
    padding: 1%;
    border: 0px 30% 0px 30%;
    text-align: center;
}


/*-------------->  |||| NAVEGADOR |||| <--------------*/
 /* Crear 2 columnas con la misma posición 
 en la fila y da formato al navegador*/
 nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: sticky;
    top: 10px;

    font-size: 22;
    float: left;
    width: 20%;
    height: auto;
    background: #186b4e70;
    padding: 20px;

    cursor: crosshair;
}
/*Formato de la lista del navegador*/
nav ul {
    list-style-type: none;
    padding: 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.enlaceMenu{
    margin: 10px 0px 4px 10px;
    padding: 5px 0px 5px 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
}
.enlaceMenu:link{
    color: rgb(182, 251, 70);
}
.enlaceMenu:link{
    color: rgb(255, 215, 85);
}
.enlaceMenu:visited{
    color: rgb(253, 147, 55);
}
.enlaceMenu:hover{
    color: rgb(236, 88, 3);
}

/*--------------> MENU DESPLEGABLE <--------------*/
.boton{
    background-color: #132a1300;
    color: rgb(253, 147, 55);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /*Para que parezca un boton*/
    padding: 0px 5px 10px 0px;
    font-size: 24px;
    border: none;
    cursor: pointer;
}

/* Caja del boton*/
.dropbtn {
    background-color: #132a1300;
    color: rgb(253, 147, 55);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /*Para que parezca un boton*/
    padding: 0px 5px 10px 0px;
    font-size: 24px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
    color: rgb(253, 147, 55);
  }
  
  /*Contenido del boton*/
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    /*Ajustar el tamanaño de la lista desplegable*/
    width: 125%;
    /*Color de sombra*/
    box-shadow: 0px 8px 25px 0px #285828e7;
    z-index: 1;
  }
  /*Color de enlace*/
  .dropdown-content a {
    color: rgb(223, 196, 107);;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    text-align: left;
  }

  .dropdown-content a:hover {
    background-color: #00180f;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  /*Al pasar por el boton cambia de color*/
  .dropdown:hover .dropbtn {
    background-color: #0735268e;
  }
  

/*-------------->  |||| PARTE DEL CUERPO CON LA INFORMACIÓN |||| <--------------*/
article {
    float: left;
    padding: 10px;
    width: 80%;
    height: auto;
    color: white;
    background-color: rgba(0, 0, 0, 0.527);
}
/* Clear floats after the columns */
section::after {
    content: "";
    display: table;
    clear: both;
}

/*Elementos de la pagina*/
.titulo{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20;
    text-align: center;
}
.subtitulo{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25;
    text-align: center;
    padding: 2%;
    border: #0c4042 2px dotted;
    background-color: #092d2ea1;
}
.parrafo{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    cursor: default;
    text-align: justify;
    padding: 20px;
    cursor: url(https://cur.cursors-4u.net/cursors/cur-3/cur217.ani), url(https://cur.cursors-4u.net/cursors/cur-3/cur217.png), auto;
}
.imgYfn{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.imagen{
    transition-duration: 0.5s;
}
.imagen:hover{
    transform: scale(1.2, 1.2);
}

/*--------------> FLEX 1 |||| INTRODUCCIÓN BNHA <--------------*/
#tai1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cita{
    font-family: 'Times New Roman', Times, serif;
    font-size: 18;
    padding: 30px;
}
#portadaBkDk{
    width: 30%;
    height: 30%;
}

/*--------------> FLEX 2 |||| INTRODUCCIÓN PERSONAJE <--------------*/
#tai2{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
#part1tai2{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;

}
#fichaInf{
    width: 50%;
    padding: 10px;
}

/*--------------> FLEX 3 |||| MOTIVO NOMBRES <--------------*/
.imgCont{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
#explosiones{
    height: 250px;
}
#kats1{
    height: 250px;
}
#aaaa{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#vidkats{
    width: 560;
    height: 315;
}


/*--------------> FLEX 4 |||| MOTIVO COLORES <--------------*/
#Kats2{
    height: 250px;
}
#collage{
    height: 250px;
}
#Kats3{
    height: 250px;
}


/*--------------> FLEX 5 |||| MEMES <--------------*/
#pom1{
    height: 250px;
}
#pom2{
    height: 250px;
}
#pom3{
    height: 250px;
}

/*--------------> FLEX 6 |||| NOTA <--------------*/
#cabello{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 14;
}




/*-------------->  |||| DATOS EMPRESA |||| <--------------*/
#DatosEmpresa{
    font-size: 21;
    list-style-type: none;
}

.lista{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18;
    list-style: square;
}

.iconSe{
    width: 15px;
    height: 15px;
    fill: #68f768;
}
.Icon{
    fill: rgb(253, 208, 125);
    width: 20px;
    height: 20px;
    transition-duration: 0.4s;
}

.Icon:hover{
    transform: scale(1.5, 1.5);
    fill: rgb(253, 178, 38);
}


/*-------------->  |||| PIE DE PAGINA |||| <--------------*/
footer{
    margin: 20px 5% 10px 5%;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #062122;
    background-color: #577590;
}
#Location:link{
    color: lightskyblue;
}

#Location:link{
    color: rgb(25, 65, 52);
}
#Location:visited{
    color: rgb(37, 51, 51);
}

#Location:hover{
    color: goldenrod;
}



/*-------------->  |||| TODAS LAS MODIFICACIONES DE DISEÑO PARA RESPONSIBIDAD A DIFERENTES TAMAÑOS |||| <--------------*/

/*-------------->  PARA MINIMIZADO <--------------*/
@media (max-width: 900px) {
    /*----->  FLEX 1 <-----*/
    #tai2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #portadaBkDk{
        width: 70%;
        height: 70%;
    }
    #fichaInf{
        width: 100%;
    }
    
    /*----->  FLEX 3 <-----*/
    #tai3{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #imgCont1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #explosiones{
        height: 190px;
    }
    #kats1{
        height: 270px;
    }
    #vidkats{
        align-items: center;
        width: 60%;
    }

    /*----->  FLEX 4 <-----*/
    #Kats2{
        height: 270px;
    }
    
    /*----->  FLEX 4 <-----*/
    #pom1{
        height: 170px;
    }
    #pom2{
        height: 170px;
    }
    #pom3{
        height: 170px;
    }
}


/*-------------->  PARA MINIMIZADO (ESPACIO NOTA) <--------------*/
@media (max-width: 700px) {
    #cabello{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .imagen{
        transition: none;
    }
    .imagen:hover{
        transform: none;
    }
}


/*-------------->  PARA CELULARES <--------------*/
@media (max-width: 667px) {

    body{
    
        background-image: url('/estilos/imgECC/fondoKatsCel.jpg');
        background-repeat: repeat;
        background-attachment: fixed;
    }

    /*----->  Cabecera <-----*/
    header{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    
        font-family: 'Righteous', cursive;
        font-weight: 300;
        text-align: center;
        color: #faeab6;
        border: 0px;
        border-bottom: 5px double #132A13;
        background-color: #285828f5;
        padding: 2px;
        width: 100%;
        height: 150px;
    }
    #logo{
        margin-top: 3px;
        width: 145px ;
    }
    #NombreEmp{
        font-family: 'Crete Round', serif;
        font-size: 27px;
    }

    /*----->  Navegador <-----*/
    nav,
    article {
        width: 100%;
        height: auto;
    }
    nav{
        background-color: #0b3d3ffb;
    }
    nav ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: sticky;
        
        list-style: none;
        padding: 5px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .enlaceMenu{
        margin: 0px 20px 20px 0px;
    }
    .enlaceMenu:link{
        color: rgb(255, 215, 85);
    }
    .enlaceMenu:visited{
        color: rgb(253, 147, 55);
    }
    .enlaceMenu:hover{
        color: goldenrod;
    }
   
    
    article {
        padding: 20px;
        width: 100%;
        height: auto;
    }
    

    /*----->  FLEX 3 <-----*/
    #Kats1{
        height: 150px;
    }
    #explosiones{
        height: 110px;
    }
    #vidkats{
        align-items: center;
        width: 100%;
    }

    /*----->  FLEX 4 <-----*/
    #Kats2{
        height: 145px;
    }
    #collage{
        height: 145px;
    }
    #Kats3{
        height: 145px;
    }

    /*----->  FLEX 5 <-----*/
    #imgCont3{
        flex-direction: column;   
    }
    #pom1{
        height: 100%;
    }
    #pom2{
        height: 100%;
    }
    #pom3{
        height: 100%;
    }

}

/*----->  No he dormido en 2 dias help xd <-----*/