/*************** FONTS ***************/

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.eot") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.eot") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*************** GLOBALS ***************/

body{
    margin: 0;
    font-family: 'Lato-Bold', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #fff;
}

a{
    text-decoration: none;
    color: #fff;
}

/*************** PAGE ***************/

section{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    background: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

section .line{
    position: absolute;
    left: 0;
    right: 0;
    height: 40%;
}

section .line.left{
    top: 0;
}

section .line.right{
    bottom: 0;
}

section .line .svg{
    background: url("../img/line.svg");
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}

section .line.right .svg{
    background-position: right;
}


section #section{
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
    max-width: 700px;
    padding: 40px 0 60px 0;
    background-color: rgba(0, 0, 0, 0.25);
}

section #section .section-container{
    margin: 0 auto;
    padding: 0 30px;
}

section #section .logo{
    text-indent: -99999px;
    background-image: url("../img/logo.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 80%;
    max-width: 600px;
    height: 200px;
    margin: 0 auto;
}

section #section .soon{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section #section .infos{
    margin-top: 20px;
    line-height: 1.8;
}

section #section .infos > p{
    font-size: 18px;
    margin-bottom: 8px;
}

section #section .infos > a{
    display: block;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
}

section #section .infos > a:hover{
    text-decoration: underline;
}

section #section .infos > span{
    background: url("../img/line.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    width: 30px;
    height: 20px;
    display: none;
    -webkit-transform: translate(0, -6px); transform: translate(0, -6px);
}


/* flasg */
.flag {
  display: none;
  position: absolute;
  width: 140px;
  right: 0;
  bottom: 50px;
}
.flag img {
  width: 100%;
}


.alvara {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(-90deg) translate(0, -100%);
  z-index: 50;
}
.alvara p {
  font-size: 14px;
  font-family: 'Lato-Regular', sans-serif;
}

@media (min-width: 480px){
    section #section .soon{
        font-size: 34px;
        margin-top: 60px;
    }

    section #section .infos > a{
        font-size: 20px;
    }
}

@media (min-width: 690px){
    section #section .logo{
        height: 230px;
    }
    section #section .infos > span{
        display: inline-block;
    }

    section #section .infos > a{
        display: inline-block;
    }
}

@media (min-width: 1020px) {
.flag {
  display: block;
}
}

@media (min-width: 1400px){
    section #section .logo{
        height: 400px;
    }
    section #section .infos{
        margin-top: 40px;
    }
}
