body {
    background: -webkit-linear-gradient(right,black,#0C0101,black);



}


img{
    border-radius: 25px;
}
.altura-a-b{
    padding: 50px 0;
}

/**CONTAINER PATNERS**/
.bordeEx{
    border-radius: 20px;
}
.bordeExpColor {

    border-radius: 20px;
    color: white;
    text-align: center;
    font-family: sans-serif;
}


/*Contenedor Inicio Navegación*/
#banner nav {
    background: none;
    font-family: Helvetica;
    font-size: 1.43em;
    line-height: 20px;
    alignment: left;
    text-shadow: 1px 2px 3px darkred;

}

#banner p{
    width: 25%;
    margin: 10px 10px ;
    font-family: "Trebuchet MS";
    color: white;
    text-shadow: 1px 2px 3px #e83e8c;

}

#banner nav a:hover, #banner nav a:active,
#banner nav .active a:link, #banner nav.active a:visited{
    text-shadow: none!important;
    movimientobaner: 100s ;
    color: white;


}
@keyframes  movimientobaner{



}
body{
    font-size: 87.5%;
    font-family: 'Trebuchet MS',Trebuchet ,'Lucida Bright','Lucida Sans',Arial;
    line-height: 1.429;
    margin: 0;
    padding: 0;
    text-align: center;
}



a[href^='#']{
    font-family: "Calibri";
    text-shadow: 1px 2px 3px greenyellow    ;
    align-content: center;
    color: white;
    width: 100%;
    height: 80%;
    padding: 25px;
    align-items: center;
    bottom: auto;


}

#header{
    background: red;
    width: 100%;
    height: 50px;
    position: fixed;
    top:0;
}


header img{
    width: 5%;
    float: right;
    margin: 10px;
    border-radius: 50px;
}

.foto_perfil img{
    height: 15%;
    width: 15%;
    alignment: center;
 

}



@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(

    .top-nav-collapse) {
        background: #1C2331!important;


    }
}
.navbar{background-color:rgba(0,0,0,.8)}
.page-footer,.top-nav-collapse{background-color:#1C2331}
@media only screen and (max-width:768px){

}



.container-jk{
    color: white;
    height: 100%;
    width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;

}

.container-jk-shadow{
    height: 75%;
    width: 150%;
    background: black;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;


}

.hj1{
    font-family: Scriptina;
    font-size: 60px;
    z-index: 1;
    color: white;
}

.card-exp{
    background: black url("../Recursos/Fondo/1 (4).jpg");
    display: flex;
    height: 100%;
    width: auto;
    background: white   ;
    position: relative;


}



/*Portada*/

.container-portada{
    width: 100%;
    height: 100%;
    /*background-image: url("../Recursos/Fondo/rojo.jpg");*/
    background-size: 120%;
    animation: movimiento 25s infinite linear alternate;
    position: relative;

}

@keyframes movimiento {
    from {
        background-position: bottom left;
        rotation: 50deg;

    }to{
             background-position: top right;

         }

}
.capa-gradiente{
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(right,black,#0C0101,black);
    opacity: 90%;
}



.container-detalles{

    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;

}
.detalles{
    width: auto;
    position: center;
    top: 20px;
    left: 10px;
    color: white;

}

.detalles h1{
    font-size: 40px;
    font-weight: 100;
}

.detalles p{
    margin-top: 10px;
    font-size: 20px;
}

.detalles button{
    padding: 10px 20px;
    font-size: 16px;
    background: none;
    border-style: none;
    border: 0.1px solid gray;
    color: white;
    margin-top: 20px;
    transition: background 300ms;
    cursor: pointer;
}

.buttons-face{
    height: 500px;
    width: 500px;
    padding: 10px 20px;
    font-size: 16px;
    background-image: url("../Recursos/icons/play.png");
    position: relative;
}


/*Derechos Reservados*/
.container-dr{
    background: -webkit-linear-gradient(right,black,#0C0101,black);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}
.container-dr h1{
    color: white;
    font-size: 20px;
    font-weight: 100;

}


/*Detalles Portafolio*/
.detalles-pf:hover{
    transform:scale(1.3);

}


/*Imagenes ICONOS*/
.redes-icons img{
    height: 10%;
    width: 10%;
    margin: 6%;
    border-radius: 15px;!important;
    transition:background 1s;
    transition-property: width,height;
    transition-duration: 1s,1s;
}

/*Movimientos de iconos*/
.redes-icons img:hover{

    opacity : 0.30;
    width: 8.5%;
    height:8.5%;
    position: relative;


}

@-webkit-keyframes mianimacion {



}


#juankletter{
    font-family: 'Montserrat';
    font-size: 50px;
    color: white;
    margin-top: 0;
    padding: 20px;
    text-shadow: 1px 1px grey;
    opacity: 1;
}





