*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
 
    min-width: 400px;
    font-family: 'Rubik', sans-serif;
 }
ul, nav{
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: rgb(200, 200, 200);
    transition: all 0.5s ease-in-out;
}
a:hover{
    color: rgb(255, 0, 64);

}
header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 36px 100px 0;
  }
  header h2{
      text-transform: uppercase;
  }
  header nav{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
  }
  header nav li{
      margin: 0 15px;
  }
  header nav li:first-child{
      margin-left: 0;
  }
  header nav li:first-child{
      margin-right: 0;
  }
  @media (max-width:400px) {
      header{
      right: 50%;
      }
  }
  @media (max-width:700px) {
      header{
          flex-direction: column;
          transition: all 0.5s ease-in-out;
      }
      header h2{
          margin-bottom: 15px;
          transition: all 0.5s ease-in-out;
  
      }
      header nav li{
          margin: 0 7px;
      }
  }
  
.caja-1{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    padding: 110px 100px;
}
/*  BOTON DEL HOME  */
.botones-estilo-home{
  position: relative;
  display: block;
  width: 200px;
  border: 1px solid rgb(255, 0, 64);
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  list-style: none;
  text-align: center;
}
.botones-estilo-home:hover{
transform: scale(1.05);
box-shadow: 0px 0px 10px 2px rgb(255, 0, 64);
border: 1px solid rgb(255, 0, 64);

color: rgb(255, 255, 255);
text-decoration: none;
}

@media (max-width:1000px) {
  .caja-1{
        padding: 100px 50px;
    }
}
@media (max-width:900px) {
  .caja-1{
        padding: 125px 30px;
    }
}
.caja-1 p {

}

.caja-1{
    position: relative;
    justify-content: center;
    min-height: 100vh;
    color: #fff;
    text-align: center;
}
.caja-1 .caja-1-img{
    background-image: url('analiaPortada.jpeg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size:cover;
    background-size: cover;
    z-index: -1;
    filter: brightness(20%);

}

.caja-1 h1{
    margin-bottom: 15px;
    font-size: 80px;
    letter-spacing: 3px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    transition: all 0.5s ease-in-out;
}
h3{
    margin-bottom: 48px;
    font-size: 15px;
    font-weight: 100;
    padding: 0px 10px 0px 10px;
    border-left: solid rgb(109, 109, 109) 1px;
    border-right: solid rgb(109, 109, 109) 1px;

    font-family: 'Times New Roman', Times, serif;
    transition: all 0.5s ease-in-out;
}
h4{
    text-align: center;
    color: rgb(255, 0, 64);
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    letter-spacing: 5px;
    transition: all 0.5s ease-in-out;


}
@media (max-width:900px) {
    .caja-1 {
        min-height: 600px
    }
    .caja-1 h1{
        font-size: 65px;
        transition: all 0.5s ease-in-out;

    }
    .caja-1 h3{
        font-size: 15px;
        font-weight: 100;
        transition: all 0.5s ease-in-out;

    }
    .bcaja-1 a.caja-1-btn{
        padding: 15px 40px;
        transition: all 0.5s ease-in-out;

    }
}
    /***********************PAGINA 2**********************/



.caja-2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    
    width: 100%;
    display: block;
    position: relative;
    
    height: 100vh;
}

.caja-2 h4{
    font-size: 20px;
    margin-top: 120px;
}
.caja-2 h3{
    font-size: 45px;
    text-align: center;
    margin-top: 10px;
    color: rgb(41, 41, 41);

}
.bigrafia-caja{
    text-align: left;
    padding: 0px 400px ;
}
.fotito{
    position: relative;
    width: 90px;
    border-radius: 15px;
    margin-right: 20px;
    display: inline-block;
    float: left;    
}
.biografia{
    color: rgb(134, 134, 134);
    font-size: 20px;
}
@media (max-width: 1200px) {
    .bigrafia-caja{
        padding: 0px 200px ;
    }
}
@media (max-width: 800px) {
    .bigrafia-caja{
        text-align: left;
        padding: 0px 100px ;
    }
    .fotito{
        position: relative;
        width: 80px;
        border-radius: 15px;
        margin-right: 20px;
        display: inline-block;
        float: left;    
    }
}
@media (max-width: 550px) {
    .bigrafia-caja{
        padding: 0px 30px ;
        
    }
    
}
@media (max-width: 400px) {
    .caja-2{
        height: auto;
        margin-bottom: 20px;
    }
}
.cv{
    width: 100%;
    
    padding-top: 50px;
    padding-left:calc( 50% - 100px);

}
.cv a{
    position: relative;
    display: block;
    width: 200px;
     background: rgb(37, 37, 37);
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    list-style: none;
    text-align: center;

    font-family: 'Courier New', Courier, monospace;
    font-weight: 500;
}


.cv a:hover{
   box-shadow: 0px 0px 10px .5px rgb(255, 0, 64);
   
  background: rgb(15, 15, 15);

  text-decoration: none;
  }


  /********************************** pagina 3 ***********************/ 

  .caja-3{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: block;
    position: relative;
     
}
 
.caja-3-img{
    background: rgb(236, 236, 236);
    width: 100%;
    height: 100%;
    position: absolute;
 
    -webkit-background-size:cover;
    background-size: cover;
    z-index: -1;
 }
.caja-3 h4{
    font-size: 20px;
    padding-top: 120px;
 }
.caja-3 h3{
    font-size: 45px;
    text-align: center;
    margin-top: 10px;
    color: rgb(41, 41, 41);
}
.caja-foto-portfolio{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;   
}
.foto-portfolio img{
    position: relative;
    width: 300px;
    margin: 0px 30px;
    padding: 0px;
    border: 0px;
    
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    
    margin-bottom:20px;
}

.foto-portfolio img:hover{
    filter: brightness(40%);
    transform: scale(1.1);
}
 @media (max-width: 1200px) {
 
     .foto-portfolio img{
 
        margin: 10px 30px;
        padding: 0px;
        border: 0px;
 
    }
 
}
/*********************************PAGINA 4 *********************************/

.caja-4{
    width: 100%;
    height: 70vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: block;
    position: relative;
}








/**-----No leas esto, es el efecto de las bolitas, ya se... es enorme pero me parecio bien  jeje :)*/


.estrella{

    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella 10s infinite linear;
}

@keyframes estrella{
    0% {left: 10%;top: 90%;opacity: 0%}
    25% {left: 10%;top: 75%;opacity: 100%;}
    50% {left: 10%;top: 50%;opacity: 100%;}
    75% {left: 10%;top: 25%;opacity: 100%;}
    100% {left: 10%;top: 0%;opacity: 0%;}
}
.estrella2{
    position: absolute;
    font-size: 36px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella2 10s infinite linear;
    opacity: 0%;
    animation-delay: 1s;
}
@keyframes estrella2{
    0% {left: 20%;top: 90%;opacity: 0%}
    25% {left: 20%;top: 75%;opacity: 100%;}
    50% {left: 20%;top: 50%;opacity: 100%;}
    75% {left: 20%;top: 25%;opacity: 100%;}
    100% {left: 20%;top: 0%;opacity: 0%;}
}
.estrella3{
    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella3 10s infinite linear;
    opacity: 0%;
    animation-delay: 5s;
}
@keyframes estrella3{
    0% {left: 30%;top: 90%;opacity: 0%}
    25% {left: 30%;top: 75%;opacity: 100%;}
    50% {left: 30%;top: 50%;opacity: 100%;}
    75% {left: 30%;top: 25%;opacity: 100%;}
    100% {left: 30%;top: 0%;opacity: 0%;}
}
.estrella4{
    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella4 14s infinite linear;
    opacity: 0%;
    animation-delay: 3s;
}
@keyframes estrella4{
    0% {left: 35%;top: 90%;opacity: 0%}
    25% {left: 35%;top: 75%;opacity: 100%;}
    50% {left: 35%;top: 50%;opacity: 100%;}
    75% {left: 35%;top: 25%;opacity: 100%;}
    100% {left: 35%;top: 0%;opacity: 0%;}
}
.estrella5{
    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella5 5s infinite linear;
    opacity: 0%;
    animation-delay: 1s;
}
@keyframes estrella5{
    0% {left: 90%;top: 90%;opacity: 0%}
    25% {left: 90%;top: 75%;opacity: 100%;}
    50% {left: 90%;top: 50%;opacity: 100%;}
    75% {left: 90%;top: 25%;opacity: 100%;}
    100% {left: 90%;top: 0%;opacity: 0%;}
}
.estrella6{
    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella6 17s infinite linear;
    opacity: 0%;
    animation-delay: 10s;
}
@keyframes estrella6{
    0% {left: 65%;top: 90%;opacity: 0%}
    25% {left: 65%;top: 75%;opacity: 100%;}
    50% {left: 65%;top: 50%;opacity: 100%;}
    75% {left: 65%;top: 25%;opacity: 100%;}
    100% {left:65%;top: 0%;opacity: 0%;}
}
.estrella7{
    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella6 20s infinite linear;
    opacity: 0%;
    animation-delay: 4s;
}
@keyframes estrella7{
    0% {left: 10%;top: 90%;opacity: 0%}
    25% {left: 10%;top: 75%;opacity: 100%;}
    50% {left: 10%;top: 50%;opacity: 100%;}
    75% {left: 10%;top: 25%;opacity: 100%;}
    100% {left: 10%;top: 0%;opacity: 0%;}
}
.estrella8{
    position: absolute;
    font-size: 36px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella6 10s infinite linear;
    opacity: 0%;
    animation-delay: 3s;
}
@keyframes estrella8{
    0% {left: 20%;top: 90%;opacity: 0%}
    25% {left: 20%;top: 75%;opacity: 100%;}
    50% {left: 20%;top: 50%;opacity: 100%;}
    75% {left: 20%;top: 25%;opacity: 100%;}
    100% {left: 20%;top: 0%;opacity: 0%;}
}
.estrella9{
    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella9 10s infinite linear;
    opacity: 0%;
    animation-delay: 5s;
}
@keyframes estrella9{
    0% {left: 70%;top: 90%;opacity: 0%}
    25% {left: 70%;top: 75%;opacity: 100%;}
    50% {left: 70%;top: 50%;opacity: 100%;}
    75% {left: 70%;top: 25%;opacity: 100%;}
    100% {left: 70%;top: 0%;opacity: 0%;}
}
.estrella10{
    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella10 10s infinite linear;
    opacity: 0%;
    animation-delay: 1s;
}
@keyframes estrella10{
    0% {left: 80%;top: 90%;opacity: 0%}
    25% {left: 80%;top: 75%;opacity: 100%;}
    50% {left: 80%;top: 50%;opacity: 100%;}
    75% {left: 80%;top: 25%;opacity: 100%;}
    100% {left: 80%;top: 0%;opacity: 0%;}
}
.estrella11{
    position: absolute;
    font-size: 10px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella11 15s infinite linear;
    opacity: 0%;
    animation-delay: 2s;
}
@keyframes estrella11{
    0% {left: 15%;top: 90%;opacity: 0%}
    25% {left: 15%;top: 75%;opacity: 100%;}
    50% {left: 15%;top: 50%;opacity: 100%;}
    75% {left: 15%;top: 25%;opacity: 100%;}
    100% {left: 15%;top: 0%;opacity: 0%;}
}
.estrella12{
    position: absolute;
    font-size: 10;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella12 18s infinite linear;
    opacity: 0%;
    animation-delay: 8s;
}
@keyframes estrella12{
    0% {left: 70%;top: 90%;opacity: 0%}
    25% {left: 70%;top: 75%;opacity: 100%;}
    50% {left: 70%;top: 50%;opacity: 100%;}
    75% {left: 70%;top: 25%;opacity: 100%;}
    100% {left: 70%;top: 0%;opacity: 0%;}
}
.estrella13{
    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella13 19s infinite linear;
    opacity: 0%;
    animation-delay: 4s;
}
@keyframes estrella13{
    0% {left: 3%;top: 90%;opacity: 0%}
    25% {left: 3%;top: 75%;opacity: 100%;}
    50% {left: 3%;top: 50%;opacity: 100%;}
    75% {left: 3%;top: 25%;opacity: 100%;}
    100% {left: 3%;top: 0%;opacity: 0%;}
}
.estrella14{
    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella14 19s infinite linear;
    opacity: 0%;
    animation-delay: 6s;
}
@keyframes estrella14{
    0% {left: 18%;top: 90%;opacity: 0%}
    25% {left: 18%;top: 75%;opacity: 100%;}
    50% {left: 18%;top: 50%;opacity: 100%;}
    75% {left: 18%;top: 25%;opacity: 100%;}
    100% {left: 18%;top: 0%;opacity: 0%;}
}.estrella15{
    position: absolute;
    font-size: 20px;
    color: rgb(146, 146, 146);
    font-family: 'Courier New', Courier, monospace;
    animation: estrella15 19s infinite linear;
    opacity: 0%;
    animation-delay: 1s;
}
@keyframes estrella15{
    0% {left: 35%;top: 90%;opacity: 0%}
    25% {left: 35%;top: 75%;opacity: 100%;}
    50% {left: 35%;top: 50%;opacity: 100%;}
    75% {left: 35%;top: 25%;opacity: 100%;}
    100% {left: 35%;top: 0%;opacity: 0%;}
}














.caja-4-img{
    background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
 
    -webkit-background-size:cover;
    background-size: cover;
    z-index: -1;
}


.caja-4 h4{
    font-size: 20px;
    padding-top: 120px;
 }
.caja-4 h3{
    font-size: 45px;
    text-align: center;
    margin-top: 10px;
    color: rgb(200, 200, 200);
}



.redes{
    width: 100%;
    position: relative;
    text-align: center;
}

.redesFooter{
    width: 40px;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: 20px;
    filter: invert(1) sepia(1) hue-rotate(280deg) saturate(1000%);
    margin: 20px; 
    transition: all 0.5s ease-in-out;
}
.redesFooter:hover{
    transform: scale(1.2);
}
.caja-4 p{
    color: rgb(200, 200, 200);
    text-align: center;
    margin-top: 50px;
}


footer{
    width: 100%;
    height: 50px;
    background: rgb(0, 0, 0);
 
}