*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic.woff2') format('woff2'),
         url('CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a{
    text-decoration: none;
    color: black;
}
html, body{
    height: 100%;
    width: 100%;
    font-family: 'Century Gothic';
    position: relative;
}
.imagen1{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.imagen1 .img-fondos{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.header{
    position: fixed;
    background-color: white;   
    height: 60px;
    width: 100%;
    z-index: 5;
    
}
.menu{
    display: flex;
    padding: 0;
    height: 100%;
}
.menu .link{
    list-style: none;
    display: flex;
    padding: 10px;
    align-items: center;
    height: 100%;
}
.link{
    position: absolute;
    right: 0;
    padding: 10px;
}

.link a:hover{
    color: #606060;
    text-decoration: none;
    font-weight: bold;
}
.item{
    margin-right: 40px;
}
.caja-inicio{
    left: 10px;
    top: 5px;
    position: absolute;
    height: 50px;
    width: 50px;
}
.caja-inicio img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*.imagen1{
    height: calc(100% - 55px);
    width: 100%;
    overflow: hidden;
    position: relative;
}
.imagen1 .img-fondos{
    height: 100%;
    width: 100%;
    object-fit: cover;
}*/
.titulo-home{
    position: absolute;
    top: 50px;
    right: 100px;
    color: white;
    font-size: 80px;
}

/*BIOGRAFÍA*/
.biografia{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 810px;
}
.imagen2{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.img-bio{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 30%;
}
.img-bio2{
    position: absolute;
    top: 50px;
    right: 200px;
    width: 500px;
    height: 500px;
}
.titulo-bio{
    position: absolute;
    top: 0;
    left: 200px;
    font-size: 90px;
}
.subtitulo-bio{
    position: absolute;
    top: 150px;
    left: 395px;
    font-size: 15px;
}
.caja-parrafo{
    position: absolute;
    top: 550px;
    left: 0;
}
.parrafo{
    display: flex;
    padding: -10px;
    margin: 0 10px;
    text-align: justify;
    font-size: 17px;
    margin-left: 25px;
    margin-right: 25px;
    
}
.parrafo p{
    padding: 10px;
}
.boton-bio{
    justify-content: center;
    position: absolute;
    bottom: 2em;
    left: 50em;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    height: 40px;
    width: 90px;
    border: none;
    color: white;
    font-style: bold;
}
.boton-bio a{
    color: white;
}

/*Obras*/

.obras{
    background-color: black;
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    top: 800px;
    display: flex;
}
.izq{
    display: flex;
    justify-content: start;
    height: 100%;
}
.center{
    display: flex;
    justify-content: center;
    height: 100%;
    left: 565px;
}
.drc{
    display: flex;
    justify-content: end;
    height: 100%;
    right: 0;
}
.img-obra{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease; 
}
.img-obra:hover{
    background-color: black;
    opacity: 50%;
    transform: scale(0.9);
}

/*Otros Proyectos*/

.otrosproyectos{
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    top: 800px;
    background-color: rgb(255, 165, 47);
}
  .container1{
    position: absolute;
    bottom: 10em;
    left: 40em;
    width:400px;
    height:400px;
    display:grid;
    grid-template-columns: 200px 200px;
    grid-row: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    .box{
       transition: all 1s ease; 
      color:#fff;
      display:flex;
      justify-content:center;
      object-fit: cover;
    }
  }
.img-proyectos{
    height: 100%;
    width: 100%;
    border-radius: 25px;
}

.box:hover{
    background-color: black;
    opacity: 50%;
    transform: scale(0.9);
    border-radius: 25px;
    
}
.titulo-proyectos{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    
}
.proyectos{
    font-size: 90px;
    color: rgb(255, 255, 255);
    
}

/*LOG IN*/
.main-login{
    width: 100%;
    height: 100%;
    background-color: antiquewhite;
    position: relative;
}
.cajaform{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    position: relative;
}

.formulario{
    display: flex;
    flex-direction: column;
    top: 10em;
    width: 600px;
    height: 400px;
    justify-content: center;
    position: absolute;
    padding: 2em;
    background-color: rgb(0, 0, 0);
    border-radius: 25px;
}

input[type="text"], input[type="checkbox"]textarea, input[type="radio"]{
    margin: 5px 0; 
    accent-color: black;
}
input[type="text"], button{
    padding: 10px;

}
button{
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 10px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.titulo-formulario{
    font-size: 55px;
    right: -20px;
    position: absolute;
    width: 600px;
    height: 600px;
    padding: .5em;
    text-align: left;
   

}
fieldset{
    border: none;
    margin: 10px 0;
}
fieldset label{
    margin-right: 10px;
}
.formulario h2{
    color: white;
    font-size: 20px;
    padding: 5px;
}
.plan{
    color: white;
    font-weight: bold;
}
.boton-login{
    position: absolute;
    left: 51.2em;
    top: 40em;
    border-radius: 25px;
}

/*PRENDAS*/

.main-prendas{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.contenedor-grid{
    position: absolute;
    display: grid;
    grid-template-columns: 230px 230px 230px 230px;
    grid-template-rows: 400px 230px 230px ;
    background-color: rgb(255, 255, 255);
    grid-gap: 10px;
    
}
.img-arribaizq{
    height: 100%;
    width: 100%;
    grid-column: 2 / 3 ;
    grid-row: 1 / 2;
    object-fit: cover;
}
.img-arribadrc{
    height: 100%;
    width: 100%;
    grid-column: 3 / 4 ;
    grid-row: 1 / 2;
    object-fit: cover;
}
.img-abajo{
    height: 100%;
    width: 100%;
    grid-column: 2 / 4 ;
    grid-row: 2 / 3;
    object-fit: cover; 
}
.p-vestidonegro{
    color: black;
    margin-right: 8px;
}
.p-naomi{
    margin-left: 8px;
}
.p-milan{
    grid-column: 2 / 4 ;
    grid-row: 3 / 4;
    margin-top: -5px;
}
.titulo-prendas{
    position: absolute;
    left: 0px;
    transform: rotate(-90deg);
    color: rgb(0, 0, 0);
    top: 1em;
    font-size: 80px;
}
.caja-prendas{
    left: 136px;
    top: 21.5em;
    position: absolute;
    height: 50px;
    width: 50px;
}
.caja-prendas img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*ACCESORIOS */

.main-prendas{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.contenedor-grid{
    position: absolute;
    display: grid;
    grid-template-columns: 230px 230px 230px 230px;
    grid-template-rows: 400px 230px 230px ;
    background-color: rgb(255, 255, 255);
    grid-gap: 10px;
    
}
.img-arribaizq{
    height: 100%;
    width: 100%;
    grid-column: 2 / 3 ;
    grid-row: 1 / 2;
    object-fit: cover;
}
.img-arribadrc{
    height: 100%;
    width: 100%;
    grid-column: 3 / 4 ;
    grid-row: 1 / 2;
    object-fit: cover;
}
.img-abajo{
    height: 100%;
    width: 100%;
    grid-column: 2 / 4 ;
    grid-row: 2 / 3;
    object-fit: cover; 
}
.p-vestidonegro{
    color: black;
    margin-right: 8px;
}
.p-naomi{
    margin-left: 8px;
}
.p-milan{
    grid-column: 2 / 4 ;
    grid-row: 3 / 4;
    margin-top: -5px;
}
.titulo-prendas{
    position: absolute;
    left: 0px;
    transform: rotate(-90deg);
    color: rgb(0, 0, 0);
    top: 1em;
    font-size: 80px;
}
.caja-prendas{
    left: 136px;
    top: 21.5em;
    position: absolute;
    height: 50px;
    width: 50px;
}
.caja-prendas img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*ACCESORIOS*/

.main-prendas{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.contenedor-grid{
    position: absolute;
    display: grid;
    grid-template-columns: 230px 230px 230px 230px;
    grid-template-rows: 400px 230px 230px ;
    background-color: rgb(255, 255, 255);
    grid-gap: 10px;
    
}
.img-arribaizq{
    height: 100%;
    width: 100%;
    grid-column: 2 / 3 ;
    grid-row: 1 / 2;
    object-fit: cover;
}
.img-arribadrc{
    height: 100%;
    width: 100%;
    grid-column: 3 / 4 ;
    grid-row: 1 / 2;
    object-fit: cover;
}
.img-abajo{
    height: 100%;
    width: 100%;
    grid-column: 2 / 4 ;
    grid-row: 2 / 3;
    object-fit: cover; 
}
.p-reloj{
    margin-top: 12.5em;
    color: black;
    margin-right: 8px;
}
.p-bolsopeq{
    margin-left: 8px;
    margin-top: 7em;
}
.p-bolsog{
    grid-column: 2 / 4 ;
    grid-row: 3 / 4;
    margin-top: -5px;
}
.titulo-accesorios{
    position: absolute;
    left: 0px;
    transform: rotate(-90deg);
    color: rgb(0, 0, 0);
    top: 2em;
    font-size: 80px;
}
.caja-accesorios{
    left: 12em;
    top: 30em;
    position: absolute;
    height: 50px;
    width: 50px;
}
.caja-accesorios img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
