@font-face {
    font-family: 'Avenir LT Std';
    src: url('font/AvenirLTStd-Light.eot');
    src: url('font/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
         url('font/AvenirLTStd-Light.woff2') format('woff2'),
         url('font/AvenirLTStd-Light.woff') format('woff'),
         url('font/AvenirLTStd-Light.ttf') format('truetype'),
         url('font/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src:
    url('font/icomoon.ttf?nuntpm') format('truetype'),
    url('font/icomoon.woff?nuntpm') format('woff'),
    url('font/icomoon.svg?nuntpm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-life-bouy:before {
  content: "\e907";
}
.icon-whatsapp:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-envelope:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e904";
}
.icon-bullseye:before {
  content: "\e905";
}
.icon-angle-up:before {
  content: "\e900";
}
.icon-angle-double-up:before {
  content: "\e901";
}

* {
    border: 0;
    margin: 0;
    padding: 0;

    resize: none;
    outline: none;

    background: transparent;
    font-family: 'Avenir LT Std';
}

html, body {
    width: 100%;
    height: 100%;

    overflow: hidden;
    position: relative;
}

a, button {
    cursor: pointer;
}

header, footer {
    width: 100%;
    min-height: 70px;
    padding-top: 50px;
    position: absolute;
    text-align: center;
}

header {
    top: 0;
}

footer {
    bottom: 0;
}

header h1 {
    width: 260px;
    height: 38px;

    margin: auto;
    font-size: 0;
    line-height: 0;
    display: block;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(images/logo.png);
}

.scroll {
    width: 100%;
    overflow: auto;
    position: relative;
    height: 100%;
}

.bg {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;

    position: absolute;

    -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);

    background-size: cover;
    background-position: center;
    background-image: url(images/bg.jpg);
}

.content  {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.container {
    max-width: 2000px;
    margin: auto;
    padding: 40px 0px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.column {
    width: 270px;
    display: block;
    margin: 0 15px 30px;
}

.column .items {
    width: 100%;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin-bottom: 10px;
}

.space {
    margin: 0 12px;
}

.column .items img {
    width: 100%;
    height: auto;
}

.column .items .legend {
    width: calc(100% - 10px);
    height: 32px;
    padding: 8px 5px;
    color: #343434;
    display: block;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;

    bottom: 0;
    z-index: 12;
    overflow: hidden;
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;
}

.column .items .legend i {
    /*top: 5px;*/
    font-size: 22px;
    position: relative;
}

.column .items .legend i {
    margin-right: 8px;
}

.column .items .legend .flex.align-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    line-height: 16px;
    flex: 0 1 40%;
}

.column .items .legend .icon-angle-up,
.column .items .legend .icon-angle-double-up {
    margin-right: 8px;
}

.column .items .legend .icon-angle-up {
    font-size: 25px;
}

.column .items .legend .left:before {
    display: inline-block;

    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.column .items .mask {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 8;
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 35%);
}

.column .items button {
    top: 50%;
    left: 50%;
    z-index: 10;
    position: absolute;

    width: 140px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    text-transform: uppercase;

    -webkit-transition: 0.3s ease;
            transition: 0.3s ease;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

.column .name {
    width: 100%;
    color: #FFFFFF;
    padding: 10px 0;
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    border: 2px solid #FFFFFF;

    -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
}

@keyframes enter {
    0% { opacity: 0; transform: translate(0,20%); }
    100% { opacity: 1; transform: translate(0,0%); }
}

.container .column {
    opacity: 0;
    transform: translate(0,20%);
}

.container .column.enter {
    animation: enter 0.6s forwards;
}

.container .column:nth-child(1) { animation-delay: 0.2s; }
.container .column:nth-child(2) { animation-delay: 0.4s; }
.container .column:nth-child(3) { animation-delay: 0.6s; }
.container .column:nth-child(4) { animation-delay: 0.8s; }
.container .column:nth-child(5) { animation-delay: 1.0s; }
.container .column:nth-child(6) { animation-delay: 1.2s; }
.container .column:nth-child(7) { animation-delay: 1.4s; }
.container .column:nth-child(8) { animation-delay: 1.6s; }
.container .column:nth-child(9) { animation-delay: 1.8s; }
.container .column:nth-child(10) { animation-delay: 1.9s; }
.container .column:nth-child(11) { animation-delay: 2.0s; }
.container .column:nth-child(12) { animation-delay: 2.1s; }
.container .column:nth-child(13) { animation-delay: 2.2s; }

footer {
    background: #191919;
}

footer a {
    color: #d4d4d4;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;

    margin: 0 30px;
    display: inline-flex;
    align-items: center;

    -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
}

footer a i {
    font-size: 18px;
    margin-right: 10px;
}

footer a i.icon-whatsapp,
footer a i.icon-instagram {
    font-size: 20px;
}

footer br {
    display: none;
}

@media (min-width: 1830px) {
    /*.row {
        top: 50%;
        left: 0;
        right: 0;
        position: absolute;

        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }*/
}

@media (min-width: 1460px) {
    .column {
        width: 335px;
    }
}

@media (min-width: 1200px) {
    .container {
        min-height: 650px;
        min-height: calc(100vh - 240px);
    }
}

@media (min-width: 992px) {

    .bg {
        width: calc(100% + 60px);
        height: calc(100% + 60px);

        -webkit-transition: 0.4s ease-out;
                transition: 0.4s ease-out;
    }

    .content {
        -webkit-transition: 0.6s ease-out;
                transition: 0.6s ease-out;
    }

    .column img {
        transition: 0.4s ease-out;
    }

    .column .items {
        overflow: hidden;
        background: black;
    }

    .column .items button {
        transform: translate(-50%,-50%) scale(0);
        transition: 0.2s ease-out;
        transition-delay: 0.1s;
    }

    .column .items .legend {
        transform: translate(0%,100%);
        transition: 0.4s ease-out;
    }

    .column:hover img {
        opacity: 0.6;
    }

    .column:hover .items button {
        transform: translate(-50%,-50%) scale(1);
    }

    .column:hover .items .legend {
        transform: translate(0,0);
    }

    /* .column:hover .items .legend.txt-large {
        display: flex;
        text-align: start;
        padding: 1rem;
    }

    .column:hover .items .legend.txt-large .width-txt-large {
        max-width: 50%;
    } */

    /*.column .items:hover .legend {
        height: auto;
        padding: 10px 0;
    }

    .column .items:hover .mask {
        top: 0;
        background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
    }

    .column .items:hover .mask button {
        opacity: 1;
    }

    .column .name:hover {
        color: #343434;
        background: #FFFFFF;
    }*/

    footer a:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }

}

@media (max-width: 1459px) {
    .column .items .legend .space {
        display: block;
    }

    /* .column:hover .items .legend.txt-large {
        text-align: center;
        flex-direction: column;
    }

    .column:hover .items .legend.txt-large .width-txt-large {
        max-width: 100%;
    } */
}

@media (max-width: 991px) {

    .content h1 {
        width: 200px;
        height: 30px;
    }

    .column {
        text-decoration: none;
    }

    .column .items .legend {
        position: static;
    }

    .column .items .mask {
        bottom: 48px;
        /*background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%);*/
    }

    .column.soon .items .legend {

    }

    .column .items button {
        opacity: 0;
    }

    footer {
        padding-top: 35px;
    }

    footer br {
        display: block;
    }

    footer a {
        margin: 0 15px 30px;
    }

}

@media (max-width: 599px) {
    .column.soon .items .mask {

    }

    .column.soon .items .legend {
    }

    .column {
        width: 280px;
        display: block;
        margin: 0 0px 30px;
    }
}

@media (max-height: 550px) {

    /*html, body {
        overflow-y: auto;
    }*/



}
