/*
Theme Name: Pagina Taller
Theme URI: google.com
Description: Webpage for small enterprise
Version: 4.0
Author: Ines Graells
Author URI: http://enquadernacions.cat
*/

@font-face { font-family: "BD Lifeless Grotesk"; src: url('assets/font/BDLifelessGrotesk-Thin.otf'); font-style: normal; font-weight: 300;}
@font-face { font-family: "BD Lifeless Grotesk"; src: url('assets/font/BDLifelessGrotesk-SemiBold.otf'); font-style: normal; font-weight: 600;}
@font-face { font-family: "Sligoil"; src: url('assets/font/Sligoil-Micro.otf'); }

html, body{
    height: 100%;
    margin: 0;
    block-size: 100%;
}

html{
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
}

.page{
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.white{
    color: white;
}

.column{
    width: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.pageTitle{
    width: 100%;
    font-family: "Sligoil", Helvetica, Arial, serif;
    font-size: 30px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 60px;
    padding-top: 20px;
}

/**************Pantalla título***************/
.principal{
    height: 100vh;
    justify-content: space-around;
    background-color: #BDCFD3;
}

h1 {
    font-size: 40px;
    font-family: "Sligoil", Helvetica, Arial, serif;
    color: white;
    text-align: center;
    font-weight: initial;
    margin-top: 0;
}

h2{
    font-size: 20px;
    font-family: "Sligoil", Helvetica, Arial, serif;
    color: white;
    font-weight: initial;
}

.logo{
    width: 300px;
    height: 300px;
    margin-bottom: 25px;
}

svg{
    width: 40px;
    height: 40px;
    fill: white;
    transform: rotate(-180deg);
}

/**************Pantalla sobre nosotros***************/
.otherPages{
    height: 100vh;
    background-color: white;
    margin:0;
}

hr{
    width: 100%;
    border-width:0;
    color:black;
    background-color:black;
    padding-bottom: 1px;
}

.imgBox{
    width: 95%;
    height: 43%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 2%;
}

.imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.textAboutUs{
    height: 30%;
    font-family: "BD Lifeless Grotesk", Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    margin-left: 15vw;
    margin-right: 15vw;
    margin-top: 70px;
}

/**************Pantalla nuestros trabajos***************/
.ourWorks hr{
    margin: 0;
}

.trabajos{
    height: 90%;
}

.lines{
    width: 100%;
    height: 20%;
}

.cuadrado{
    height: 100%;
    aspect-ratio: 1 / 1;
    background-color: black;
    position: relative;
}

.cuadrado_empty{
    height: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid;
    border-color: white black;
    box-sizing: border-box;
    border-bottom-style: none;
    border-top-style: none;
    background-color: white;
    position: relative;
}

.icon{
    position: absolute;
    width: 100px;
    top:26%;
    left:19%
}

.row{
    width: 70%;
    display: flex;
    flex-direction: row;
}

.row_reverse{
    width: 70%;
    display: flex;
    flex-direction: row-reverse;
}

.work{
    font-family: "BD Lifeless Grotesk", serif;
    font-weight: 600;
    font-size: 50px;
    margin: 10px 20px 0 20px;
    line-height: 57px;
}

.work_type{
    font-family: "BD Lifeless Grotesk", serif;
    font-weight: 300;
    font-size: 17px;
    margin: 0 20px 0 20px;
    line-height: 17px;
}

.alignL{
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.alignR{
    height: 100%;
    justify-content:  flex-start;
    align-items: flex-end;
}

/**************Pantalla donde estamos***************/
.dondeEstamos{
    width: 100%;
    align-items: flex-start;
    margin-left: 20%;
}

.map{
    width:80%;
    height: 48%;
    border: 0;
    margin-top: 20px;
}

.dondeEstamos section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0 10px 0;
}

h3{
    font-family: "BD Lifeless Grotesk", Helvetica, Arial, serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin: 0;
}

.dondeEstamos p{
    font-family: "BD Lifeless Grotesk", Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}

@media (max-width:1340px) {
    .textAboutUs{
        font-size: 25px;
    }
}

@media (max-width:900px) {
    .textAboutUs{
        font-size: 20px;
    }
}

@media (max-width:768px) {
    svg{
        width: 50px;
        height: 50px;
    }

    .textAboutUs{
        font-size: 18px;
    }

    .row{
        width: 100%;
    }

    .row_reverse{
        width: 100%;
    }

    .work{
        font-size: 40px;
        line-height: 47px;
    }

    .work_type{
        font-size: 15px;
        line-height: 15px;
    }

    .icon{
        width: 80px;
        left:22%;
        top: 28%;
    }
}

@media (max-width: 414px) {
    h1 {
        font-size: 25px;
    }

    h2{
        font-size: 15px;
    }

    .logo{
        width: 150px;
        height: 150px;
    }

    svg{
        width: 30px;
        height: 30px;
    }

    .pageTitle{
        font-size: 20px;
        padding-top: 5px;
    }

    .imgBox{
        width: 100%;
        height: 50%;
    }

    .imgBox img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .textAboutUs{
        margin-top: 20px;
        margin-left: 12px;
        margin-right: 12px;
        font-size: 12px;
    }

    .row{
        width: 100%;
    }

    .row_reverse{
        width: 100%;
    }

    .work{
        font-size: 25px;
        line-height: 32px;
        margin: 5px 15px 0 15px;
    }

    .work_type{
        font-size: 12px;
        line-height: 12px;
    }

    .icon{
        width: 60px;
        left:22%;
        top: 28%;
    }
}