@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;1,500;1,700&display=auto");

@font-face {
    font-family: "Geomanist";
    src: url("https://bfweb.com.ar/css/Geomanist.woff2") format("woff2"),
        url("https://bfweb.com.ar/css/Geomanist.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Geomanist";
    src: url("https://bfweb.com.ar/css/GeomanistBold.woff2") format("woff2"),
        url("https://bfweb.com.ar/css/GeomanistBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

html,
body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    font-family: "Alegreya", serif;
    cursor: default;
}

input:focus,
div:focus,
span:focus,
textarea:focus,
select:focus {
    outline: none;
    background-image: none;
}

input::-ms-clear {
    display: none;
}

div,
span,
input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
}

div::-moz-focus-inner,
span::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
}

.touch {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.layout {
    width: 100%;
    max-width: 1583px;
    padding-bottom: 7.2%;
    padding-left: 4.3%;
    padding-right: 4.3%;
    margin: 0 auto;
    box-sizing: border-box;
}

.layout-brand {
    padding-top: 69px;
    padding-bottom: 47px;
}

.frame {
    width: 100%;
    padding: 11px;
    box-sizing: border-box;
}

.item-frame {
    float: left;
    width: 33.3333%;
    padding: 11px;
    box-sizing: border-box;
}

.item,
.item:link,
.item:visited {
    display: block;
    width: 100%;
    padding-bottom: 150.442477%;
    background-color: #EBEBEB;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.item:hover,
.item:visited:hover {
    filter: brightness(120%);
}

.touch .item:hover,
.touch .item:visited:hover {
    filter: brightness(100%);
}

.item:active,
.touch .item:active {
    filter: brightness(120%);
}

.brand-frame {
    width: 100%;
    padding-bottom: 0%;
    margin: 0 auto;
    box-sizing: border-box;
}

.brand {
    display: block;
    width: 307px;
    margin: 0 auto;
}

.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 3;
}

.menu-pinned {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.menu-container {
    position: relative;
    width: 100%;
    max-width: 1583px;
    padding-left: 4.3%;
    padding-right: 4.3%;
    margin: 0 auto;
    box-sizing: border-box;
}

.menu-container-2 {
    position: relative;
    width: 100%;
}

.menu-brand {
    position: absolute;
    top: 14px;
    left: 0px;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.menu-brand img {
    display: block;
    margin: 0 auto;
    height: 22px;
}

.menu {
    position: absolute;
    top: 68px;
    right: 10px;
    border-radius: 3px;
}

.menu-pinned .menu {
    top: 4px !important;
}

.menu-pinned .menu-brand {
    opacity: 1;
}

.menu-on {
    background-color: #FFFFFF;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.menu-frame {
    border-radius: 4px;
}

.menu-btn {
    float: right;
    width: 50px;
    padding: 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.menu-btn:hover .menu-line {
    background-color: #CCCCCC;
}

.touch .menu-btn:hover .menu-line {
    background-color: #231F20;
}

.menu-btn:active .menu-line,
.touch .menu-btn:active .menu-line {
    background-color: #CCCCCC;
}

.menu-line {
    height: 2px;
    margin-bottom: 6px;
    background-color: #231F20;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.menu-line:last-of-type {
    margin-bottom: 0px;
}

.menu-links {
    display: none;
    padding-top: 2px;
    padding-bottom: 11px;
    padding-left: 7px;
    text-align: right;
}

.menu-link,
.menu-link:link,
.menu-link:visited {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    color: #231F20;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.menu-link:hover {
    color: #CCCCCC;
}

.touch .menu-link:hover {
    color: #231F20;
}

.menu-link:active,
.touch .menu-link:active {
    color: #CCCCCC;
}

.footer {
    padding-top: 7px;
    padding-bottom: 9px;
    border-top: solid 1px #B8B8B8;
    color: #707070;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
}

.viewer,
.viewer-about,
.viewer-contact,
.viewer-index {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    overflow: auto;
    z-index: 4;
}

.viewer-about {
    background-color: rgba(0, 0, 0, 0.95);
}

.viewer-index {
    background-color: #FFFFFF;
}

.viewer-show {
    opacity: 1 !important;
    transition: 0.25s;
}

.viewer-hide {
    opacity: 0 !important;
    -webkit-transform: scale(0.95) !important;
    transform: scale(0.95) !important;
    transition: 0.35s !important;
}

.viewer-show-2 {
    opacity: 1 !important;
    transition: 0.25s;
}

.viewer-hide-2 {
    opacity: 0 !important;
    transition: 0.35s !important;
}

.viewer-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.viewer-layout-work {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 3556px;
    max-height: 2000px;
    margin: auto;
    background-color: #000000;
}

.viewer-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
}

.viewer-header-title {
    display: none;
    padding: 12px;
    padding-bottom: 32px;
    padding-left: 22px;
    padding-right: 44px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
}

.viewer-display {
    position: relative;
    height: 100%;
}

.title-client {
    font-weight: 700;
    font-style: italic;
}

.title-project {
    font-weight: 500;
    font-style: italic;
}

.viewer-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
}

.viewer-close img {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.viewer-close:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.touch .viewer-close:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.viewer-close:active img,
.touch .viewer-close:active img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.viewer-gallery {
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.viewer-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.viewer-slide-pic {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.viewer-prev,
.viewer-next {
    width: calc(var(--swiper-navigation-size)/ 44 * 36);
}

.viewer-prev.swiper-button-disabled,
.viewer-next.swiper-button-disabled {
    opacity: 0;
}

.viewer-prev {
    background-image: url(../resources/prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 30px;
}

.viewer-next {
    background-image: url(../resources/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 30px;
}

.about-layout {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-centered {
    margin: auto;
}

.about-frame {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 1064px;
    padding-left: 52px;
    padding-right: 52px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.about-close-frame {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 1064px;
    margin: 0 auto;
    z-index: 3;
}

.about-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 100px;
    cursor: pointer;
}

.about-close img {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.about-close:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.touch .about-close:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.about-close:active img,
.touch .about-close:active img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.about-brand {
    padding-top: 32px;
    padding-bottom: 32px;
}

.about-brand img {
    display: block;
    width: 112px;
    margin: 0 auto;
}

.about-picture img {
    display: block;
    width: 100%;
}

.about-content {
    display: flex;
    padding-bottom: 70px;
    color: #1D1D1B;
    font-family: "Geomanist", sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.about-content-column-1 {
    flex: auto;
    width: 100%;
    padding-top: 15px;
}

.about-content-column-2 {
    flex: none;
    width: 320px;
    padding-top: 15px;
    padding-left: 20px;
    box-sizing: border-box;
}

.about-title {
    font-weight: 700;
}

.about-title-uppercase {
    text-transform: uppercase;
}

.about-content p {
    padding: 0;
    padding-bottom: 22px;
    margin: 0;
}

.about-content a,
.about-content a:link,
.about-content a:visited {
    color: #1D1D1B;
    text-decoration: none;
    -webkit-transition: 0.18s;
    transition: 0.18s;
}

.about-content a:hover,
.about-content a:visited:hover {
    color: #999999;
}

.touch .about-content a:hover,
.touch .about-content a:visited:hover {
    color: #1D1D1B;
}

.about-content a:active,
.touch .about-content a:active {
    color: #999999;
}

.index-layout {
    position: relative;
    width: 100%;
    height: 100%;
}

.index-close-frame {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
}

.index-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.index-close img {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.index-close:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.touch .index-close:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.index-close:active img,
.touch .index-close:active img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.index-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.index-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap: 16px;
    row-gap: 50px;
    width: 100%;
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    box-sizing: border-box;
}

.index-letter {
    padding-bottom: 23px;
    color: #000000;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
}

.index-item,
.index-item:link,
.index-item:visited {
    display: inline-block;
    color: #707070;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.18s;
    transition: 0.18s;
}

.index-item:hover,
.index-item:visited:hover {
    color: #000000;
}

.touch .index-item:hover,
.touch .index-item:visited:hover {
    color: #707070;
}

.index-item:active,
.touch .index-item:active {
    color: #000000;
}

.contact-layout {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-centered {
    margin: auto;
    width: 100%;
}

.contact-frame {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 600px;
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.contact-close-frame {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    z-index: 3;
}

.contact-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 100px;
    cursor: pointer;
}

.contact-close img {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.contact-close:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.touch .contact-close:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.contact-close:active img,
.touch .contact-close:active img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.contact-brand {
    padding-top: 32px;
    padding-bottom: 32px;
}

.contact-brand img {
    display: block;
    width: 112px;
    margin: 0 auto;
}

.contact-content {
    padding-bottom: 70px;
    color: #1D1D1B;
    font-family: "Geomanist", sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.contact-data {
    text-align: center;
}

.contact-form {
    width: 100%;
    max-width: 300px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.contact-form-label {
    width: 100%;
    margin-top: 32px;
    font-family: "Geomanist", sans-serif;
    color: #1D1D1B;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
}

.contact-form-textbox {
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
    border-style: none;
    border-bottom: solid 1px #B1B1B1;
    font-family: "Geomanist", sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    -webkit-transition: 0.18s;
    transition: 0.18s;
}

.contact-form-textarea {
    height: 120px;
    padding: 10px;
    margin-top: 16px;
    border: solid 1px #CCCCCC;
    border-radius: 4px;
    text-align: left;
    line-height: 20px;
    resize: none;
}

.contact-form-textbox:focus {
    border-bottom: solid 1px #000000;
}

.contact-form-textarea:focus {
    border: solid 1px #000000;
}

.contact-form-send {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 32px;
    box-sizing: border-box;
    border-style: none;
    background-color: #FFFFFF;
    border: solid 2px #111111;
    border-radius: 4px;
    font-family: "Geomanist", sans-serif;
    color: #111111;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.18s;
    transition: 0.18s;
}

.contact-form-send:hover {
    background-color: #111111;
    color: #FFFFFF;
}

.touch .contact-form-send:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.contact-form-send:active,
.touch .contact-form-send:active {
    background-color: #111111;
    color: #FFFFFF;
}

#toast {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    padding-top: 48px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
}

#toast-content {
    display: inline-block;
    padding: 12px;
    padding-bottom: 12px;
    padding-left: 26px;
    padding-right: 26px;
    background-color: #111111;
    border-radius: 6px;
    font-family: "Geomanist", sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    opacity: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}

#confirm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111;
    font-family: "Geomanist", sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    z-index: 99999;
}

#confirm strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

#confirm>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 32px;
    box-sizing: border-box;
}

#confirm>div>div {
    max-width: 600px;
    margin: 0 auto;
}

#confirm>div>div>div {
    padding-bottom: 16px;
}

#exit {
    display: inline-block;
    margin-top: 24px;
    color: #999999;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.18s;
    transition: 0.18s;
}

#exit:hover {
    color: #CCCCCC;
}

.touch #exit:hover {
    color: #999999;
}

#exit:active,
.touch #exit:active {
    color: #CCCCCC;
}

@media (max-width: 1200px) {

    .brand {
        width: 250px;
    }

}

@media (max-width: 1000px) {

    .brand {
        width: 220px;
    }

}

@media (max-width: 900px) {

    .brand {
        width: 210px;
    }

}

@media (max-width: 800px) {

    .brand {
        width: 220px;
    }

    .layout-brand {
        padding-top: 49px;
        padding-bottom: 27px;
    }

    .menu {
        top: 48px !important;
    }

    .about-content {
        display: block;
    }

    .about-content-column-2 {
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
    }

    .item-frame {
        width: 50%;
    }

}

@media (max-width: 700px) {

    .about-frame {
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-close {
        top: 6px;
        right: 6px;
    }

    .index-close {
        top: 6px;
        right: 6px;
    }

}

@media (max-width: 480px) {

    .layout-brand {
        padding-top: 29px;
        padding-bottom: 10px;
    }

    .menu {
        top: 4px !important;
        right: 4px !important;
    }

    .item-frame {
        padding: 8px;
    }

    .layout {
        padding-left: 8px;
        padding-right: 8px;
    }

    .frame {
        padding-left: 0px;
        padding-right: 0px;
    }

    .menu-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .menu-btn:hover .menu-line {
        background-color: #231F20 !important;
    }

    .touch .menu-btn:hover .menu-line {
        background-color: #231F20;
    }

    .menu-btn:active .menu-line,
    .touch .menu-btn:active .menu-line {
        background-color: #231F20 !important;
    }

    .menu-brand {
        left: 16px;
    }

    .menu-brand img {
        margin: initial;
    }

    .index-item,
    .index-item:link,
    .index-item:visited {
        line-height: 32px;
    }

}