 /*------------------------------ GENERALES -------------------------------*/   
body{
    color: var(--gris);
}

.ocultar{
    display: none;
}

.mostrar{
    display: block;
}

.gris {
    border-top: 2px solid var(--gris);
    margin-bottom:0.5rem;
}


.amarillo {
    border-top: 2px solid var(--amarillo);
     margin-bottom:0.5rem;
}


/*----------------------------FIN GENERALES -------------------------------*/
/*-------------------------------------------------------------------------*/
/*---------------------------- ENCABEZADO ---------------------------------*/

 .cabezalproyecto {    
    background:url(../img/trazaparacabezal.png) no-repeat;
    background-size: cover;
    background-position: right center;     /* Mantiene la derecha y recorta la izquierda */
    height: 100px;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content:space-between;

}   

.cabezalproyecto > h1{      
    font-family: "SouthAustralia";
    font-size: 15px;
    list-style-type: none;   
    width: 90%;
    text-align: center;
    
    
}

.cabezalproyecto > h1 a,.cabezalproyecto>h1 a:link{
    text-decoration: none;
    color: var(--gris);    
}

.cabezalproyecto .nav{
    z-index: 3000;
    width: 100%;
    height: 100vh;
}

.cabezalproyecto .menu-hamburguesa {
    color: var(--gris);    
    z-index: 1000;
    width: 100%;
    text-align: right; 
    padding-right: 2rem;
}

.cabezalproyecto .nav ul {
    background-color:var(--gris);
    height: 100vh;
    justify-content: start;
}

.cabezalproyecto .nav ul li a{
    background-color:var(--amarillo);
    color: var(--gris);
    border-radius: 0 0 0 0 ;
}

/*----------------------------FIN ENCABEZADO ------------------------------*/
/*-------------------------------------------------------------------------*/
/*------------------------------- PRINCIPAL -------------------------------*/
.principal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;    
    }

#imagenproy{
    width: 100%;
}

.tarjeta{
    width: 100%;
    text-align:left;  
    margin-bottom: 2rem;
}
.tarjeta h3,#anio, #rol, #categoria{
    display:none;
} 
/*-----------------------------FIN PRINCIPAL ------------------------------*/
/*-------------------------------------------------------------------------*/
/*------------------------------- MOCKUPS ---------------------------------*/

#mockups{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    gap:1rem;
    width: 100%;
    margin-bottom: 1rem;
  }
#mockups h3{
    width: 100%;

}
#mockups img{
    width: 100%;
    height: 40vh;
    
}
iframe{    
    width: 100%;
    height: 40vh;
}

#web{
    text-align: center;
    margin: 1.5rem auto;
    
}

#web a{
    height: 1rem;
    background-color: var(--gris);
    color: var(--blanco);
    border-radius: 0 10px 0 10px;
    font-size: 15px;
    padding: 1rem;
    
}


/*-----------------------------FIN MOCKUPS --------------------------------*/
/*-------------------------------------------------------------------------*/
/*------------------------------- OTROSTRABA ------------------------------*/

 #otrostraba{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    width: 100%;   
    gap: 1rem;
    margin-bottom: 3rem;
   

}
#otrostraba article{
    display: flex;    
    flex-wrap: wrap;
    width: 100%;   
    box-sizing: border-box;
    
}
#otrostraba h3{
    width: 100%;
}

#otrostraba article h3{
    width: 100%;    
}

#otrostraba article img{
    width: 100%;   
    height: 30vh;
}

/*-----------------------------FIN OTROSTRABA ------------------------------*/



/*=========================================================================*/
/*=========================================================================*/
/*----------------------------- MEDIA QUERIES -----------------------------*/


 /* MEDIA QUERIES PARA DISPOSITIVOS*/

 /*Celulares Pequeños*/
 @media screen and (min-width: 505px) {    
 
 
 }

  /*Tablet Retrato*/
 @media screen and  (min-width: 768px) {  
    .cabezalproyecto > h1{
        text-align: left;
         margin-left: 2rem;
    }
        
    
.cabezalproyecto .nav ul li a{
    background-color:var(--gris);
    color: var(--blanco);
    border-radius: 0 20px 0 20px ;
}



.cabezalproyecto .nav ul {
    background: transparent;
    height: 5vh;
    justify-content: end;
}


.cabezalproyecto > h1{      
   
    font-size: 20px;
 
    
}


    .principal {
    display: flex;
    flex-wrap: nowrap;
    justify-content:space-between; 
    /* background-color: blueviolet; */
    } 
    
   #imagenproy{
    width: 75%;
    
 }
  .tarjeta{
    width:25%;
    margin:1rem;  
    
  }
.tarjeta h3,.tarjeta h2,#anio, #rol, #categoria{
    display:block;
    margin: 0.5rem auto
} 


 
#web{
    text-align: center;
    margin: 2rem auto;
    
}

#web a{
    height: 2rem;
    background-color: var(--gris);
    color: var(--blanco);
    border-radius: 0 20px 0 20px;
    font-size: 20px;
    padding: 1rem;
    
}


iframe{    
    width:100%;
    height: 60vh;
}
#mockups{
    
    gap: 1rem;
    
}
#mockups img{
    width: 45%;
    height: 30vh;    
}
#mockups h3{   
    text-align: center;
}

#otrostraba article{
        width:30%;   
}
#otrostraba article img{
    height: 20vh;
}
 #otrostraba article  h3{
    font-size: 16px;
    margin: 0.5rem auto;

}
#otrostraba > h3{
    text-align: center;
}
#titpp,#titpw,#titpm{
    text-align: center;
}

 }  
 
  /*Tablet Modo Horizontal*/
 @media screen and  (min-width: 992px) { 
    

 #mockups img{
    width: 45%;
    height: 35vh;    
}
#otrostraba article img{
    height: 25vh;
}
 
 }

   /*Escritorio*/
 @media screen and  (min-width: 1200px) {    

    #imagenproy{
        margin-left: 3rem;
    width: 65%;
 }
 .tarjeta{
    width: 35%;
 
    
 }

  #mockups img{
    height: 40vh;
  }
 #otrostraba article img{
       height: 30vh;
}

 
 }
   