:root {
      font-size: 16px;

}

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

body{
    width: 100%;
    color: #444;
}

.all{
    position: relative;
    /* border: 1px solid #f00; */
}


.p1{
    /* border: 1px solid #f00; */
    height: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-image: url(../img/bg-paper.png);
    background-repeat: repeat;
    background-position: center center;
}

.p2{
    display: none;
}

.p1__b1 {
    position: absolute;
    /* border: 1px solid #f00; */
    height: auto;
    left: 0;
    top: 50%;
    margin-top: -25vw;
    width: 50vw;
    height: 50vw;
}

.p1__b2 {
    position: absolute;
    /* border: 1px solid #f00; */
    height: auto;
    right: 0;
    top: 50%;
    margin-top: -25vw;
    width: 50vw;
    height: 50vw;
}


.p1__b1__text1{
    position: absolute;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    top: 8.8vw;
    left: 4.2vw;
    color: #555;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 4vw;
    /* border: 1px solid #f00; */
    gap: 1vw;
    background-image: url(../img/tape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 1.5vw;
    transform: rotate(-5deg);
    
}

.p1__b1__text2{
    position: absolute;
    top: 14vw;
    left: 4vw;
    font-size: 7.9vw;
    font-weight: bold;
    text-align: center;
    line-height: 7.9vw;
    font-family: sans-serif;
    z-index: 10;
    /* border: 1px solid #000; */
}

.p1__b1__text2 span{
    display: block;
}


.p1__b1__text3{
    position: absolute;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    top: 28.5vw;
    left: 1.3vw;
    width: 58vw;
    height: 17vw;
    
    background-image: url(../img/paper.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    
    font-size: 1.7vw;
    transform: rotate(-5deg);
    /* border: 1px solid #f00; */
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6vw;
}

.p1__b1__text3 span{
    display: block;
}




.p1__b2 img:nth-child(1){
    position: absolute;
    height: auto;
    /* border: 1px solid #f00; */
    bottom: 15vw;
    right: 12vw;
    width: 38vw;
    transform: rotate(-20deg);
}

.p1__b2 img:nth-child(2){
    position: absolute;
    height: auto;
    /* border: 1px solid #f00; */
    bottom: 13vw;
    right: 0vw;
    width: 48vw;
    transform: rotate(-24deg);
}

.p1__b2 img:nth-child(3){
    position: absolute;
    height: auto;
    /* border: 1px solid #f00; */
    bottom: 0vw;
    right: 4vw;
    width: 30vw;
}

.p1__b2 img:nth-child(4){
    position: absolute;
    height: auto;
    /* border: 1px solid #f00; */
    bottom: 22vw;
    right: 3vw;
    width: 15vw;
    transform: rotate(10deg);
}


/* 
        </div>

        <div class="block page02">

            <div class="page02__col1">
                <img src="" alt="" class="page02__block">
                <p class="page02__text1"> &lt;GABI&gt; </p>
                <a class="page02__btn1" href="#">ESCRÍBEME</a>
                <div class="social">
                    <a href="#" class="page02__btn1 fa fa-instagram"></a>
                    <a href="#" class="page02__btn2 fa fa-linkedin"></a>
                    <a href="mailto:" class="page02__btn2"><i class="fa fa-envelope"></i></a>
                </div>
            </div>

            <div class="page02__col2">
                <p>&lt;/Sobre Mi&gt;</p>
                <p>Soy Diseñadora Visual con base en Diseño Industrial, especializada en UX/UI, diseño web y experiencias creativas.</p>
                <p>Co-fundé Team Ninja, estudio de diseño digital enfocado en soluciones funcionales y con propósito.</p>
                <p>También co-lidero Taller Zarzamora, donde desarrollo experiencias formativas en torno al diseño, la creatividad y la cerámica contemporánea como práctica educativa y expresiva.</p>
                <p>He trabajado en proyectos digitales, culturales y educativos, combinando diseño centrado en las personas, metodologías colaborativas y una visión estética sensible.</p>
                <p>Estoy abierta a nuevas oportunidades, colaboraciones o desafíos profesionales donde el diseño pueda generar valor, conexión y transformación.</p>
            </div>

        </div>


    </div>
</body>
</html> */



.onion{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0.5;
    filter: grayscale(100);
    right: 0;
    top: 50%;
    margin-top: -25vw;
    height: 50vw;
}

    



/* @media Media queries */

/* @media (min-width: 980px) {

} */

@media (max-width: 1180px) {
    /* .page01{height: 600px;} */
}

@media (max-width: 1080px) {
    /* .page01{height: 500px;} */
}

@media (max-width: 980px) {
    
    
}

@media (max-width: 768px) {
    body{
        position: relative;
        
    }
    
    .p1{
        position: relative;
        height: auto;
        /* border: 1px solid #00f; */
    }
    .p2{
        position: relative;
        display: none;
        height: auto;
        /* border: 1px solid #00f; */
    }

    .p1__b1 {
        position: relative;
        height: auto;
        left: 0;
        top: 0;
        margin-top: 0;
        width: 100vw;
        height: auto;
    }

    .p1__b2 {
        position: relative;
        height: auto;
        left: 0;
        top: 0;
        margin-top: 0;
        width: 100vw;
        height: auto;
    }

    .p1__b1__text1{
        position: relative;
        /* border: 1px solid #00f; */
        top: 7vw;
        left: 7vw;
        font-size: 4.5vw;
        width: 30vw;
        height: 10vw;
    }
    
    .p1__b1__text2{
        position: relative;
        /* border: 1px solid #00f; */
        top: 10vw;
        left: 7vw;
        font-size: 13vw;
        line-height: 13vw;
        width: fit-content;
    }
    
    .p1__b1__text3{
        position: relative;
        /* border: 1px solid #00f; */
        top: 8vw;
        left: 4vw;
        
        font-size: 3vw;
        height: 28vw;
        width: 92vw;
        margin-bottom:5vw;
    }
    
    .p1__b2 img:nth-child(1){
        position: relative;
        top: 0;
        left: 10vw;
        width: 60vw;
        /* border: 1px solid #00f; */
    }
    
    .p1__b2 img:nth-child(2){
        position: relative;
        top: -15vw;
        left: 26vw;
        width: 70vw;
        /* border: 1px solid #00f; */
        margin-bottom: -5vw;
    }
    
    .p1__b2 img:nth-child(3){
        position: relative;
        /* border: 1px solid #00f; */
        top: -28vw;
        left: 34vw;
        width: 70vw;
        margin-bottom: -28vw;
    }
    
    .p1__b2 img:nth-child(4){
        position: absolute;
        /* border: 1px solid #00f; */
        top: -6vw;
        left: 65vw;
        width: 25vw;
        /* margin-bottom: -110vw; */
    }


}

@media (max-width: 668px) {
    
}

@media (max-width: 568px) {
    
}

@media (max-width: 480px) {

}