* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

html{
font-size: 62.5%;
font-family: 'Red Hat Display', sans-serif;
letter-spacing: 0.1rem;
color: rgb(255, 255, 255);
scroll-behavior: smooth;
background-color: black;

}

h1{
font-size: 2.6rem;
}

h2{
    font-size:2rem;
    font-weight: 400;
  
}

h3{
    font-size: 1.5rem;
    font-weight: 400;
    
    
}

h4{
    font-size: 1.3rem;
    font-weight: bold;

}


h5 {
    font-size:1.5rem;
    font-weight: 100;
    font-style: italic;
    padding: 1rem 0rem;

}

li, button, label, input, p{
    font-size: 1.5rem;
}

a{
    color:white;
    text-decoration: none;
    font-size: 1.2rem;
  
   

}

p{
    padding: 0rem;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    transition: opacity 0.5s, visibility 0.75s;
  }
  
  .loader--hidden {
    opacity: 0;
    visibility: hidden;
  }
  
  .loader::after {
    content: "";
    width: 35px;
    height: 35px;
    border: 5px solid #ffffff;
    border-top-color: #ff5858;
    border-radius: 50%;
    animation: loading 0.5s ease infinite;
  }
  
  @keyframes loading {
    from {
      transform: rotate(0turn);
    }
    to {
      transform: rotate(1turn);
    }
  }
  

/* -----------------------------Aqui comienza la NAV -------*/

.header{
    color:white;
    background-color:#030409;
    position: sticky;
    top: 0px;
    z-index: 1;
}


nav {
    display: flex;
    width: 93%;
    margin: auto;
    padding: 1.5rem;
    min-height: 5vh;
    align-items: center;
    flex-wrap: wrap;
    
   
}

nav ul {
    display: flex;
    flex: 1 1 20rem;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}


#logo {
    flex: 4 1 30rem;
}


.logo-header {
    max-width: 100px;
    justify-content:left;
    display: flex;
}




li a:hover {
    display: inline-block;
    position: relative;
    color: white;  
    text-decoration: underline;
    text-decoration-color: #ff5858;
    transition: all 0.18s ease-out;
 
    
}




 /* --------------------------------- Aqui comienza el HERO -----*/

#hero{
   
    min-height: 95vh;
    background: linear-gradient(180deg, rgb(7, 6, 13) -5%,  rgba(7, 6, 13, 0.9)),url("../images/imagesSite/negro1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center;
}


#hero h2{
    font-size:14rem;
    font-weight: bold;
    line-height : 12rem;
    max-width: 50rem;
    color: rgba(255, 255, 255, 0.9);
  /*color:#161627;*/
  animation-duration: 1s;
  animation-name: slideinDER;
  
}

@keyframes slideinDER{
    from {
      margin-left: 10%;
      opacity: 0;
     
    }
  
    to {
      margin-left: 0%;
      opacity: 1;
  
    }
  }


  @keyframes slideinIZQ{
    from {
      margin-right: 10%;
      opacity: 0;
     
    }
  
    to {
      margin-right: 0%;
      opacity: 1;
  
    }
  }

  

  @keyframes show{
    from {
      opacity: 0;
     
    }
  
    to {
      opacity: 1;
  
    }
  }

  


#hero h3{
    max-width: 70rem;
    padding:1rem;
    letter-spacing: 0.5rem;
    font-size:2.1rem;
    color: #ff5858;
    animation-duration: 1s;
  animation-name: slideinIZQ;
  
}

#hero h4{
    padding: 1rem;
    max-width: 70rem;
  
}

.imagenes-hero{
    display: flex;
    padding: 2rem 1rem 2.3rem 1rem; 
    animation-duration: 2s;
    animation-name: show;
   align-items: center;
   justify-content: center;
   
}


#mi-foto {
    clip-path: circle();
    max-width: 20%;
    margin:0rem 0.5rem ;


}

#logo-gris{
    max-width: 50%;
    margin:0rem 0.5rem ;

}



.contacto{
    background-image: linear-gradient(-10deg, #ff5858 0%, #f09819 100%);
    padding: 1rem 3rem;
    border-radius: 30px;
    animation-duration: 2s;
    animation-name: show;
}

 .contacto :hover{
    text-decoration: none;
    background-image: none;
    transition: all 0.3s;
    pointer-events: visible;
}

/* -------------------------------- Aqui comienza el About----- */

#about{
    display: flex;
    background-color:#e85f10;
    width: 100vw;
    padding: 6rem 0rem;  
}



.benefits{
    width: 90vw;
    padding: 3rem 0rem;
    margin: auto;
    display: flex;
    flex-direction: column;
}


.benefits h3{
    padding: 2rem 0rem;
}


.benefits-info{
    padding: 0rem 0rem;
    line-height: 1.7;
   
}

.benefits-info h5{
    font-size:1.3rem;
    font-weight: bold;
}

.benefits .benefits-about h4{
    color: rgba(251, 255, 255,0.7);
}

.benefits-about h4{
    padding: 0rem 0rem 0rem 0rem;
    color: rgba(251, 255, 255,0.7);
}

#about .benefits-info h4{
    color: rgba(251, 255, 255,0.7);
}

.benefits-about h2{
    margin: auto;
   
}


.benefits-info h4{
    padding: 1rem 0rem;
    color: rgba(251, 255, 255,0.5);

}


.benefits-info h2 {
    padding: 1rem 0rem 0rem 0rem;
    font-weight: bolder;
}


.benefits-info a{
    margin-right: 1rem;
    transition: transform 0.2s;
}
.benefits-info img{
   max-width: 2.3rem;  
   transition: transform 0.2s;
   
 
}


.benefits-info img:hover{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}




/* -------------------------------- Aqui comienza el Trabajo Tarjetas----- */


#trabajo-tarjetas{
    width: 100%;
    margin: auto;
    padding: 7rem 0rem 0rem 0rem;  
}

#trabajo-tarjetas .benefits{
    padding: 0rem 0rem 6rem 0rem;
  
}

.trabajo1{
    background-color:#0c71d5;
    width: 100%;
}

.trabajo2{
    background-color:#e73682;
    width: 100%;
}

.trabajo3{
  
    
    background-color:#253262;
    width: 100%;
}

.trabajo4{
    background-color:#612077;
   
    width: 100%;
}

.contenedor{
    width: 90%;
    margin: auto;
    display: flex;
   flex-shrink: 1;
   flex-wrap: wrap;
  
}


.textos-contenedor {
    flex:2 1 35rem ;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 4rem 2rem 0rem;
}

.img-contenedor {
    flex:1 1 40rem ;
    display: flex;
   
}


.textos-contenedor h1{
    margin-bottom: 2rem;
    max-width: 70%;
}

.textos-contenedor .descripciones p{
    margin-top: 2rem;
    background-color: black;
}




.img-contenido {
object-fit: cover;
object-position: center;
width:100%;
height: 100%;
margin: auto;
padding: 4rem;

}



 .textos-contenedor h4{
    margin-bottom: 1.5rem;
 }


 .proyect {
    border-style: none;
    font-style: italic;
    font-size: 1rem;
    padding-top: 1rem;
    border-radius: 30px;

    

}



 /*--------------------------------------- Aqui comienza el My Experience------- */

 #experience {
    width: 100vw;
    background: linear-gradient(0deg, rgb(7, 6, 13) -5%,  rgba(7, 6, 13, 0.9)),url("../images/imagesSite/negro1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
   
    padding: 6rem 0rem;  
}


.benefits h4{
    color: rgba(251, 255, 255,0.5);
}

.cajas-trabajo{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem 0rem;
    margin-bottom: 1rem;
}

.cajas-trabajo .logos{
   color: black;
    flex-wrap: wrap;
    flex:  1 1 30rem;
    
}



.cajas-trabajo .infos{
   flex: 5 1 40rem;
    padding: 1rem 2rem;
    max-width: 90rem;
}


.logos{
    display: flex;
}

 .logos img{
    max-width: 20rem;
    margin: auto;
    padding: 2rem 0rem;
    align-content: space-around;
   
 }

 .infos h4, h5{
    margin-bottom:1rem;
 }

 .infos h3{
    padding:0.3rem 0rem;
    margin-bottom:1rem;
 }
 .infos h3 {
    font-size: 1.3rem;
 }


 .infos {
    display: flex;
    flex-direction: column;
 
 }
 
.descripciones {

    display: flex;
    justify-content: flex-start; 
    align-items: baseline; 
    /* flex-flow: row nowrap; */ 
    flex-direction: row; 
    flex-wrap: nowrap; 
    margin-bottom: 1rem;
    
   
}
 .descripciones p {
    background-color:#e85f10;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 1rem;
    
 }

 

 #work{
    padding: 7rem 0rem 0rem 0rem;
 }


 /* ------------------------------------------ Seccion Contact----------------------*/
 /*

#contact{
    
    background-color:#e85f10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 6rem 0rem;  
}

.form-wrapper {
    width: 50%;
    color: white;
    border-radius: 5px;

    margin-bottom: 3rem;
}

.name-form{
    margin-top: 2rem;
}

.email-form, .name-form, .message-form {
    padding: 2rem;
    text-align: center;
   
}

.form-wrapper input, textarea{
    padding:1rem;
    
}

.form-wrapper textarea{
    margin-bottom: 1rem;
}

.form-wrapper textarea {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.5rem;
}

#contact .contactme {
    border-style: none;
    color: #ff5858;
    margin-bottom: 2rem;
    background-color: white;
    padding: 1rem 3rem;
    border-radius: 30px;
    cursor: pointer;

}

#contact .contactme:hover {
  
    color: white;
    background-color: #030409;
    transition: all 0.3s;

}




.form-wrapper form{
    width: 100%;
}


.form-wrapper input, textarea {
  width:80%
  
}

input, textarea {
 background-color: rgba(255, 255, 255, 0.6);
 border-style: none;
 outline: 2px solid rgba(7, 6, 13, 0.1);
border-radius: 10px;
}

#contact .titles{
    color: white;
   padding-top: 5rem;
}


#contact .titles h4{
    padding: 0rem 0rem 0rem 0rem;
  
    text-decoration: solid 1.5px underline ;
    text-decoration-color:rgba(30, 35, 54, 0.5);
   
}

.form-wrapper ::placeholder {
    color: rgba(75, 81, 81, 0.5);
}

 input:focus {
background: white;
}

textarea:focus {
    background: white;
    }

   ------ */
/*--------------------------------------- Aqui comienza el Footer-------   */

#footer {
    width: 100vw;
    height: 100px;
    background-color:#030409;
  }
  
  
  .contenido-footer {
      max-width: 90%;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
     
  }
  
  .contenido-footer img {
    margin-top:2rem ;
  }
  
   .logo-footer {
      max-width: 7.5rem;
   
   }
  
  
   .contenido-footer h5{
      font-size: 1rem;
   }
  
  


 /* ------------------------------------------ Mobile Tablet----------------------*/

 @media screen and (max-width: 930px) {

  nav {
       text-align: left;
    }   
    #logo {
        padding: 1rem 1rem 2rem 0rem;
    }
   

    nav ul {
        display: flex;
        flex: 1 1 20rem;
        justify-content: space-around;
        align-items: center;
        list-style: none;
    }
    
    
    #logo {
        flex: 1 1 30rem;
    }
    

.textos-contenedor {
    flex:1 1 40rem ;
   
}

.img-contenedor {
    flex:1 1 40rem ;
 
   
}


    .form-wrapper {
   
        width: 60%;
        
    }


    #contact{
      
        padding: 0rem 0rem 5rem 0rem;
        
        }

       
        
.textos-contenedor {
    text-align: center;
 
    margin: auto;
    padding: 1rem;
    margin-top:2rem;
    
 }
 
 
 .textos-contenedor h1{
     margin: auto;
     padding-bottom: 2rem;
     max-width: 100%;
     
  }
 
  .textos-contenedor  h1{
   font-size: 2rem;
   
 }
 
 .img-contenido {
    
     padding: 1rem;
     
     }
       

     #trabajo-tarjetas .descripciones {
        justify-content:center;
        
     }
    

 }



 @media screen and (max-width: 700px) {

    #logo{
        display: flex;
        justify-content: center;
    }

   
 .form-wrapper {
   
    width: 70%;
    
}



nav ul {
    display: flex;
    flex: 1 1 10rem;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}


#logo {
    flex: 1 1 100rem;
}




}
  

 /* ------------------------------------------ Mobile Cell----------------------*/
 @media screen and (max-width: 505px) {

      
    .logo-header{
        display: block;
        margin: auto;
        max-width: 8rem;
    }

#hero{
    min-height: 90vh;
}

    #hero h2{
        font-size: 8rem;
        line-height : 7rem;
        max-width: 30rem;
    }
    
   


    #hero h3{
        font-size:1.5rem;
        max-width: 30rem;
    
    
    }

   
.textos-contenedor {
   text-align: center;

   margin: auto;
   padding: 1rem;
   margin-top:2rem;
   
}


.textos-contenedor h1{
    margin: auto;
    padding-bottom: 2rem;
    max-width: 100%;
    
 }

 .textos-contenedor  h1{
  font-size: 2rem;
  
}

.img-contenido {
   
    padding: 1rem;
    
    }
    


    #work{
      
        padding: 8rem 0rem 0rem 0rem;
     
        }
        
        #about  {
            
            padding: 8rem 0rem 0rem 0rem;
         
            } 

            #experience  {
            
                padding: 8rem 0rem 0rem 0rem;
             
                } 
            #contact{
      
                padding: 8rem 0rem 3rem 0rem;
              
             
                }
/* ----------------- about query------ */
.benefits-about {
    max-width: 90vw;
    text-align: center;
   
   }

.benefits-about h4 {
    padding: 0rem 0rem 0rem 0rem;
   
}

.benefits-info{
 text-align: center;
 padding: 1rem 0rem;

}

.benefits-info a {
    padding: 1rem;
    margin: 0;
   
}

#about .benefits-info h4{
    margin-left: 0;
}

#about h3 {
    padding: 0rem 0rem 0rem 0rem;
  
 }



.titles{
    text-align: center;
}

.benefits h3,h4{
    margin-left: 2rem;
    
}

 #cards{
    max-width: 70%;
 }
#cards img {
    max-width: 20%;
    max-height: 20%;
   
   
    }
    
.descripciones p{
    padding: 0.5rem 0.5rem;
    font-size: 0.7rem;
    border-radius: 3px;
    margin-right: 0.5rem;
 }

 .cajas-trabajo .logos {
    padding: 1rem 0rem;
}

.logos img{
    max-width: 17rem;
 }


.infos h5{
    font-size: 1.2rem;
 }

 .form-wrapper {
   
    width: 90%;
    
}

.contenido-footer {
    max-width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}

   }

   
