@charset "utf-8";

/* selectores globais */
* {
    box-sizing:border-box;
    margin:0;
    padding:0;
    font-family:'Open Sans', sans-serif;
}

#holder {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    flex-direction: column;
}

#text_intro_holder {
    width: 100%;
    height: auto;
}

#text_intro{
    width:50%;
    height: auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-family:'Open Sans', sans-serif;
    font-size: 1.2vw;
    font-weight:400;
    margin-top: 15%;
    line-height: 170%;
}

.text_intro_style{
    font-family:'Open Sans', sans-serif;
    font-size: 1.38vw;
    font-weight:800;
}

#caixa_calendario {
    width: 100%;
    height: auto;
    margin-top:10vw;

}

#caixa_mobile {
    display: none;
    -webkit-display: none;
    display:-webkit-none;
    -moz-display: none;

}


#calendario_1 {
    width:40%;
    height: auto;
    margin-left:auto;
    margin-right:auto;

}

#calendario_2 {
    width:40%;
    height: auto;

    margin-right:20%;
    float:right;
}

#ver_mapa {
    width: 42%;
    height: auto;
    font-family:'Open Sans', sans-serif;
    font-size: 2.4vw;
    font-weight:800;
    margin-top: 60%;
    cursor: help;
    color: #000;

    text-align: left;
}

#ver_mapa:hover{
    color: #20ff84;
}

#caixa_ficha{
    width: 100%;
    height: auto;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    justify-content: center;
    margin-top:10vw;
}

#caixa_ficha_1 {
    width: 18%;
    height: auto;
    flex-direction: column;
}

#caixa_ficha_2 {
    width: 18%;
    height: auto;
    flex-direction: column;
    margin-left: 5%;
    font-family:'Open Sans', sans-serif;
    font-size: 1vw;
}

#caixa_ficha_3 {
    width: 18%;
    height: auto;
    flex-direction: column;
    margin-left: 5%;
    font-family:'Open Sans', sans-serif;
    font-size: 1vw;
}

h1 {
    font-family:'Open Sans', sans-serif;
    font-size: 2.22vw;
    font-weight:800;
    color: #20ff84;

}

h2 {
    font-family:'Open Sans', sans-serif;
    font-size: 1.2vw;
    font-weight:800;

}



h4 {
    font-family:'Open Sans', sans-serif;
    font-size: 1.2vw;
    font-weight:400;
    line-height: 150%;
    margin-left: 2%;

}

h3 {
    font-family:'Open Sans', sans-serif;
    font-size: 1vw;
    font-weight:400;
    line-height: 150%;

}




#footer{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    margin-top:10vw;
}

#fabrica{
    width: 18%;
    height: auto;
}

#fac{
    width: 21%;
    height: auto;
    margin-left: 2%;
}


#arquivo{
    width: 9%;
    height: auto;
    margin-left: 2%;
}

#linksfi{
    width: 5%;
    height: auto;
    flex-direction: row;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    margin-left: 2%;
}

#insta{
    width: 50%;
    height: auto;
    background-image: url(../ASSETS_sobre/icon_insta.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    cursor: pointer;
}


#insta:hover{
    background-image: url(../ASSETS_sobre/icon_insta_hover.svg);

}

#facebook{
    width: 50%;
    height: auto;
    background-image:url(../ASSETS_sobre/icon_fb.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    cursor: pointer;
}

#facebook:hover{
    background-image: url(../ASSETS_sobre/icon_fb_hover.svg);
}


h5{
    font-family:'Open Sans', sans-serif;
    font-size: 0.8vw;
    font-weight:400;
    margin-top: 2%;
    line-height: 130%;
}

h6{
    font-family:'Open Sans', sans-serif;
    font-size: 1vw;
    font-weight:400;
    color: #363636;
    line-height: 150%;
}


.margem{
    margin-top: 55%;
}

#caixa_mobile {
    display: none;
    -webkit-display: none;
    display:-webkit-none;
    -moz-display: none;}




#caixamobile_row{
    display: none;
    -webkit-display: none;
    display:-webkit-none;
    -moz-display: none;
}

@media all and (max-width:480px) and (orientation:portrait) {

#text_intro_holder {
    width: 100%;
    height: auto;
}

#text_intro{
    width:64%;
    height: auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-family:'Open Sans', sans-serif;
    font-size: 3vw;
    font-weight:400;
    margin-top: 34%;
    line-height: 170%;
}

h5{
    font-family:'Open Sans', sans-serif;
    font-size: 1.8vw;
    font-weight:400;
    margin-top: 2%;
    line-height: 130%;
}

#caixa_calendario {
    display: none;
    -webkit-display: none;
    display:-webkit-none;
    -moz-display: none;
}

#caixa_mobile {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    flex-direction: column;
    justify-content: center;
}

#calendario_1{
    margin-top:12vw;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
}

h1 {
    font-family:'Open Sans', sans-serif;
    font-size: 4.6vw;
    font-weight:800;
    color: #20ff84;
}

h2 {
    font-family:'Open Sans', sans-serif;
    font-size: 2.4vw;
    font-weight:800;
}

h4 {
    font-family:'Open Sans', sans-serif;
    font-size: 2.4vw;
    font-weight:400;
    line-height: 150%;
    margin-left: 0;
}

#calendario_2 {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
}

#ver_mapa {
    width: 100%;
    height: auto;
    font-family:'Open Sans', sans-serif;
    font-size: 3vw;
    font-weight:800;
    margin-top: 15%;
    cursor:help;
}

#caixa_ficha{
    margin-top:15vw;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    justify-content: center;
}

#caixa_ficha_1 {
    width: 18%;
    height: auto;
    flex-direction: column;
}

#caixa_ficha_2 {
    width: 18%;
    height: auto;
    flex-direction: column;
    margin-left: 5%;
    font-family:'Open Sans', sans-serif;
    font-size: 1.8vw;
}

#caixa_ficha_3 {
    width: 18%;
    height: auto;
    flex-direction: column;
    margin-left: 5%;
    font-family:'Open Sans', sans-serif;
    font-size: 1.8vw;
}

h3 {
    font-family:'Open Sans', sans-serif;
    font-size: 2vw;
    font-weight:400;
    line-height: 150%;

}

#footer {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    margin-top:10vw;
}

#fabrica{
    width: 30%;
    height: auto;
}

#fac{
    width: 35%;
    height: auto;
    margin-left: 2%;
}


#arquivo{
   display: none;
}

#arquivomobile{
    width: 15%;
    height: auto;
    margin-left: 16.4%;
}

h6{
    font-family:'Open Sans', sans-serif;
    font-size: 1.8vw;
    font-weight:400;
    color: #363636;
    line-height: 150%;
}


#linksfi{
    display: none;
}

#insta{
  display: none;
}

#facebook{
    display: none;
}

#linksfimobile{
    width: 20%;
    height: auto;
    flex-direction: row;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    margin-left: 17.4%;
    margin-top: -2%;
}

#instamobile{
    width: 20%;
    height: auto;
    background-image: url(../ASSETS_sobre/icon_insta.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}


#facebookmobile{
    width: 20%;
    height: auto;
    background-image:url(../ASSETS_sobre/icon_fb.svg);
    background-repeat: no-repeat;
     background-size: 100%;
    margin-left: 12%;
}


#caixamobile_row{
        width: 100%;
        height: auto;
        display: flex;
        -moz-display: flex;
        -webkit-display: flex;
        flex-direction: row;

    }

}

@media all and (max-width:480px) and (orientation:landscape) {

  #text_intro_holder {
      width: 100%;
      height: auto;
  }

  #text_intro{
      width:64%;
      height: auto;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      font-family:'Open Sans', sans-serif;
      font-size: 3vw;
      font-weight:400;
      margin-top: 34%;
      line-height: 170%;
  }

  h5{
      font-family:'Open Sans', sans-serif;
      font-size: 1.8vw;
      font-weight:400;
      margin-top: 2%;
      line-height: 130%;
  }

  #caixa_calendario {
      display: none;
      -webkit-display: none;
      display:-webkit-none;
      -moz-display: none;
  }

  #caixa_mobile {
      width: 100%;
      height: auto;
      display: flex;
      -webkit-display: flex;
      display:-webkit-flex;
      -moz-display: flex;
      flex-direction: column;
      justify-content: center;
  }

  #calendario_1{
      margin-top:12vw;
      margin-left: auto;
      margin-right: auto;
      width: 60%;
      height: auto;
  }

  h1 {
      font-family:'Open Sans', sans-serif;
      font-size: 4.6vw;
      font-weight:800;
      color: #20ff84;
  }

  h2 {
      font-family:'Open Sans', sans-serif;
      font-size: 2.4vw;
      font-weight:800;
  }

  h4 {
      font-family:'Open Sans', sans-serif;
      font-size: 2.4vw;
      font-weight:400;
      line-height: 150%;
      margin-left: 0;
  }

  #calendario_2 {
      margin-left: auto;
      margin-right: auto;
      width: 60%;
      height: auto;
  }

  #ver_mapa {
      width: 100%;
      height: auto;
      font-family:'Open Sans', sans-serif;
      font-size: 3vw;
      font-weight:800;
      margin-top: 15%;
      cursor:help;
  }

  #caixa_ficha{
      margin-top:15vw;
      width: 100%;
      height: auto;
      display: flex;
      -webkit-display: flex;
      display:-webkit-flex;
      -moz-display: flex;
      flex-direction: row;
      -moz-flex-direction: row;
      justify-content: center;
  }

  #caixa_ficha_1 {
      width: 18%;
      height: auto;
      flex-direction: column;
  }

  #caixa_ficha_2 {
      width: 18%;
      height: auto;
      flex-direction: column;
      margin-left: 5%;
      font-family:'Open Sans', sans-serif;
      font-size: 1.8vw;
  }

  #caixa_ficha_3 {
      width: 18%;
      height: auto;
      flex-direction: column;
      margin-left: 5%;
      font-family:'Open Sans', sans-serif;
      font-size: 1.8vw;
  }

  h3 {
      font-family:'Open Sans', sans-serif;
      font-size: 2vw;
      font-weight:400;
      line-height: 150%;

  }

  #footer {
      width: 100%;
      height: auto;
      flex-direction: row;
      justify-content: center;
      display: flex;
      -webkit-display: flex;
      display:-webkit-flex;
      -moz-display: flex;
      margin-top:10vw;
  }

  #fabrica{
      width: 30%;
      height: auto;
  }

  #fac{
      width: 35%;
      height: auto;
      margin-left: 2%;
  }


  #arquivo{
     display: none;
  }

  #arquivomobile{
      width: 15%;
      height: auto;
      margin-left: 16.4%;
  }

  h6{
      font-family:'Open Sans', sans-serif;
      font-size: 1.8vw;
      font-weight:400;
      color: #363636;
      line-height: 150%;
  }


  #linksfi{
      display: none;
  }

  #insta{
    display: none;
  }

  #facebook{
      display: none;
  }

  #linksfimobile{
      width: 20%;
      height: auto;
      flex-direction: row;
      display: flex;
      -webkit-display: flex;
      display:-webkit-flex;
      -moz-display: flex;
      margin-left: 17.4%;
      margin-top: -2%;
  }

  #instamobile{
      width: 20%;
      height: auto;
      background-image: url(../ASSETS_sobre/icon_insta.svg);
      background-repeat: no-repeat;
      background-size: 100%;
  }


  #facebookmobile{
      width: 20%;
      height: auto;
      background-image:url(../ASSETS_sobre/icon_fb.svg);
      background-repeat: no-repeat;
       background-size: 100%;
      margin-left: 12%;
  }


  #caixamobile_row{
          width: 100%;
          height: auto;
          display: flex;
          -moz-display: flex;
          -webkit-display: flex;
          flex-direction: row;

      }

}

@media all and (min-width:481px) and (max-width:768px) and (orientation:portrait) {

    #text_intro_holder {
    width: 100%;
    height: auto;
    }

#text_intro{
    width:68%;
    height: auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-family:'Open Sans', sans-serif;
    font-size: 2.6vw;
    font-weight:400;
    margin-top: 28%;
    line-height: 170%;
}

h5{
    font-family:'Open Sans', sans-serif;
    font-size: 1.6vw;
    font-weight:400;
    margin-top: 2%;
    line-height: 130%;
}

#caixa_calendario {
    display: none;
    -webkit-display: none;
    display:-webkit-none;
    -moz-display: none;

}

#caixa_mobile {
    margin-top:15vw;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    flex-direction: column;
    justify-content: center;

}

#calendario_1{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
}

h1 {
    font-family:'Open Sans', sans-serif;
    font-size: 4vw;
    font-weight:800;
    color: #20ff84;

}

h2 {
    font-family:'Open Sans', sans-serif;
    font-size: 2vw;
    font-weight:800;

}

h4 {
    font-family:'Open Sans', sans-serif;
    font-size: 2vw;
    font-weight:400;
    line-height: 150%;
    margin-left: 0;

}

#calendario_2{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
    margin-top:4vw;
}

#ver_mapa {
    width: 42%;
    height: auto;
    font-family:'Open Sans', sans-serif;
    font-size: 3vw;
    font-weight:800;
    margin-top: 10%;
    cursor: help;

}

#caixa_ficha {
    margin-top:15vw;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    justify-content: center;
}

#caixa_ficha_1 {
    width: 18%;
    height: auto;
    flex-direction: column;
}

#caixa_ficha_2 {
    width: 18%;
    height: auto;
    flex-direction: column;
    margin-left: 5%;
    font-family:'Open Sans', sans-serif;
    font-size: 1.8vw;
}

#caixa_ficha_3 {
    width: 18%;
    height: auto;
    flex-direction: column;
    margin-left: 5%;
    font-family:'Open Sans', sans-serif;
    font-size: 1.8vw;
}

h3 {
    font-family:'Open Sans', sans-serif;
    font-size: 1.8vw;
    font-weight:400;
    line-height: 150%;

}

#footer{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    margin-top:15vw;
}

#fabrica{
    width: 30%;
    height: auto;
}

#fac{
    width: 35%;
    height: auto;
    margin-left: 2%;
}


#arquivo{
   display: none;
}

#arquivomobile{
    width: 15%;
    height: auto;
    margin-left: 16.4%;
}

h6{
    font-family:'Open Sans', sans-serif;
    font-size: 1.6vw;
    font-weight:400;
    color: #363636;
    line-height: 150%;
}


#linksfi{
    display: none;
}

#insta{
  display: none;
}

#facebook{
    display: none;
}

#linksfimobile{
    width: 20%;
    height: auto;
    flex-direction: row;
    display: flex;
    -webkit-display: flex;
    display:-webkit-flex;
    -moz-display: flex;
    margin-left: 17.4%;
    margin-top: -2%;
}

#instamobile{
    width: 20%;
    height: auto;
    background-image: url(../ASSETS_sobre/icon_insta.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}


#facebookmobile{
    width: 20%;
    height: auto;
    background-image:url(../ASSETS_sobre/icon_fb.svg);
    background-repeat: no-repeat;
     background-size: 100%;
    margin-left: 12%;
}


#caixamobile_row{
        width: 100%;
        height: auto;
        display: flex;
        -moz-display: flex;
        -webkit-display: flex;
        flex-direction: row;
    }

}

@media all and (min-width:481px) and (max-width:768px) and (orientation:landscape) {

      #text_intro_holder {
      width: 100%;
      height: auto;
      }

  #text_intro{
      width:68%;
      height: auto;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      font-family:'Open Sans', sans-serif;
      font-size: 2.2vw;
      font-weight:400;
      margin-top: 28%;
      line-height: 170%;
  }

  h5{
      font-family:'Open Sans', sans-serif;
      font-size: 1.6vw;
      font-weight:400;
      margin-top: 2%;
      line-height: 130%;
  }

  #caixa_calendario {
      display: none;
      -webkit-display: none;
      display:-webkit-none;
      -moz-display: none;

  }

  #caixa_mobile {
      margin-top:15vw;
      width: 100%;
      height: auto;
      display: flex;
      -webkit-display: flex;
      display:-webkit-flex;
      -moz-display: flex;
      flex-direction: column;
      justify-content: center;

  }

  #calendario_1{
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      height: auto;

  }

  h1 {
      font-family:'Open Sans', sans-serif;
      font-size: 4vw;
      font-weight:800;
      color: #20ff84;

  }

  h2 {
      font-family:'Open Sans', sans-serif;
      font-size: 2vw;
      font-weight:800;

  }

  h4 {
      font-family:'Open Sans', sans-serif;
      font-size: 2vw;
      font-weight:400;
      line-height: 150%;
      margin-left: 0;

  }

  #calendario_2{
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      height: auto;
      margin-top:4vw;
  }

  #ver_mapa {
      width: 42%;
      height: auto;
      font-family:'Open Sans', sans-serif;
      font-size: 3vw;
      font-weight:800;
      margin-top: 10%;
      cursor: help;

  }

  #caixa_ficha {
      margin-top:15vw;
      width: 100%;
      height: auto;
      display: flex;
      -webkit-display: flex;
      display:-webkit-flex;
      -moz-display: flex;
      flex-direction: row;
      -moz-flex-direction: row;
      justify-content: center;
  }

  #caixa_ficha_1 {
      width: 18%;
      height: auto;
      flex-direction: column;
  }

  #caixa_ficha_2 {
      width: 18%;
      height: auto;
      flex-direction: column;
      margin-left: 5%;
      font-family:'Open Sans', sans-serif;
      font-size: 1.8vw;
  }

  #caixa_ficha_3 {
      width: 18%;
      height: auto;
      flex-direction: column;
      margin-left: 5%;
      font-family:'Open Sans', sans-serif;
      font-size: 1.8vw;
  }

  h3 {
      font-family:'Open Sans', sans-serif;
      font-size: 1.8vw;
      font-weight:400;
      line-height: 150%;

  }

  #footer{
      width: 100%;
      height: auto;
      flex-direction: row;
      justify-content: center;
      display: flex;
      -webkit-display: flex;
      display:-webkit-flex;
      -moz-display: flex;
      margin-top:15vw;
  }

  #fabrica{
      width: 30%;
      height: auto;
  }

  #fac{
      width: 35%;
      height: auto;
      margin-left: 2%;
  }


  #arquivo{
     display: none;
  }

  #arquivomobile{
      width: 15%;
      height: auto;
      margin-left: 16.4%;
  }

  h6{
      font-family:'Open Sans', sans-serif;
      font-size: 1.6vw;
      font-weight:400;
      color: #363636;
      line-height: 150%;
  }


  #linksfi{
      display: none;
  }

  #insta{
    display: none;
  }

  #facebook{
      display: none;
  }

  #linksfimobile{
      width: 20%;
      height: auto;
      flex-direction: row;
      display: flex;
      -webkit-display: flex;
      display:-webkit-flex;
      -moz-display: flex;
      margin-left: 17.4%;
      margin-top: -2%;
  }

  #instamobile{
      width: 20%;
      height: auto;
      background-image: url(../ASSETS_sobre/icon_insta.svg);
      background-repeat: no-repeat;
      background-size: 100%;
  }


  #facebookmobile{
      width: 20%;
      height: auto;
      background-image:url(../ASSETS_sobre/icon_fb.svg);
      background-repeat: no-repeat;
       background-size: 100%;
      margin-left: 12%;
  }


  #caixamobile_row{
          width: 100%;
          height: auto;
          display: flex;
          -moz-display: flex;
          -webkit-display: flex;
          flex-direction: row;
      }

  }

  @media all and (min-width:769px) and (max-width:960px) and (orientation:portrait) {

        #text_intro_holder {
        width: 100%;
        height: auto;
        }

    #text_intro{
        width:68%;
        height: auto;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        font-family:'Open Sans', sans-serif;
        font-size: 1.8vw;
        font-weight:400;
        margin-top: 28%;
        line-height: 170%;
    }

    h5{
        font-family:'Open Sans', sans-serif;
        font-size: 1.2vw;
        font-weight:400;
        margin-top: 2%;
        line-height: 130%;
    }

    #caixa_calendario {
        display: none;
        -webkit-display: none;
        display:-webkit-none;
        -moz-display: none;

    }

    #caixa_mobile {
        margin-top:15vw;
        width: 100%;
        height: auto;
        display: flex;
        -webkit-display: flex;
        display:-webkit-flex;
        -moz-display: flex;
        flex-direction: column;
        justify-content: center;

    }

    #calendario_1{
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        height: auto;

    }

    h1 {
        font-family:'Open Sans', sans-serif;
        font-size: 3.6vw;
        font-weight:800;
        color: #20ff84;

    }

    h2 {
        font-family:'Open Sans', sans-serif;
        font-size: 1.8vw;
        font-weight:800;

    }

    h4 {
        font-family:'Open Sans', sans-serif;
        font-size: 1.8vw;
        font-weight:400;
        line-height: 150%;
        margin-left: 0;

    }

    #calendario_2{
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        height: auto;
        margin-top:4vw;
    }

    #ver_mapa {
        width: 42%;
        height: auto;
        font-family:'Open Sans', sans-serif;
        font-size: 3vw;
        font-weight:800;
        margin-top: 10%;
        cursor: help;

    }

    #caixa_ficha {
        margin-top:15vw;
        width: 100%;
        height: auto;
        display: flex;
        -webkit-display: flex;
        display:-webkit-flex;
        -moz-display: flex;
        flex-direction: row;
        -moz-flex-direction: row;
        justify-content: center;
    }

    #caixa_ficha_1 {
        width: 18%;
        height: auto;
        flex-direction: column;
    }

    #caixa_ficha_2 {
        width: 18%;
        height: auto;
        flex-direction: column;
        margin-left: 5%;
        font-family:'Open Sans', sans-serif;
        font-size: 1.8vw;
    }

    #caixa_ficha_3 {
        width: 18%;
        height: auto;
        flex-direction: column;
        margin-left: 5%;
        font-family:'Open Sans', sans-serif;
        font-size: 1.8vw;
    }

    h3 {
        font-family:'Open Sans', sans-serif;
        font-size: 1.8vw;
        font-weight:400;
        line-height: 150%;

    }

    #footer{
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: center;
        display: flex;
        -webkit-display: flex;
        display:-webkit-flex;
        -moz-display: flex;
        margin-top:15vw;
    }

    #fabrica{
        width: 30%;
        height: auto;
    }

    #fac{
        width: 35%;
        height: auto;
        margin-left: 2%;
    }


    #arquivo{
       display: none;
    }

    #arquivomobile{
        width: 15%;
        height: auto;
        margin-left: 16.4%;
    }

    h6{
        font-family:'Open Sans', sans-serif;
        font-size: 1.6vw;
        font-weight:400;
        color: #363636;
        line-height: 150%;
    }


    #linksfi{
        display: none;
    }

    #insta{
      display: none;
    }

    #facebook{
        display: none;
    }

    #linksfimobile{
        width: 20%;
        height: auto;
        flex-direction: row;
        display: flex;
        -webkit-display: flex;
        display:-webkit-flex;
        -moz-display: flex;
        margin-left: 17.4%;
        margin-top: -2%;
    }

    #instamobile{
        width: 20%;
        height: auto;
        background-image: url(../ASSETS_sobre/icon_insta.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }


    #facebookmobile{
        width: 20%;
        height: auto;
        background-image:url(../ASSETS_sobre/icon_fb.svg);
        background-repeat: no-repeat;
         background-size: 100%;
        margin-left: 12%;
    }


    #caixamobile_row{
            width: 100%;
            height: auto;
            display: flex;
            -moz-display: flex;
            -webkit-display: flex;
            flex-direction: row;
        }

    }

    @media all and (min-width:769px) and (max-width:960px) and (orientation:landscape) {

          #text_intro_holder {
          width: 100%;
          height: auto;
          }

      #text_intro{
          width:68%;
          height: auto;
          justify-content: center;
          margin-left: auto;
          margin-right: auto;
          font-family:'Open Sans', sans-serif;
          font-size: 1.8vw;
          font-weight:400;
          margin-top: 28%;
          line-height: 170%;
      }

      h5{
          font-family:'Open Sans', sans-serif;
          font-size: 1.2vw;
          font-weight:400;
          margin-top: 2%;
          line-height: 130%;
      }

      #caixa_calendario {
          display: none;
          -webkit-display: none;
          display:-webkit-none;
          -moz-display: none;

      }

      #caixa_mobile {
          margin-top:15vw;
          width: 100%;
          height: auto;
          display: flex;
          -webkit-display: flex;
          display:-webkit-flex;
          -moz-display: flex;
          flex-direction: column;
          justify-content: center;

      }

      #calendario_1{
          margin-left: auto;
          margin-right: auto;
          width: 50%;
          height: auto;

      }

      h1 {
          font-family:'Open Sans', sans-serif;
          font-size: 3.6vw;
          font-weight:800;
          color: #20ff84;

      }

      h2 {
          font-family:'Open Sans', sans-serif;
          font-size: 1.8vw;
          font-weight:800;

      }

      h4 {
          font-family:'Open Sans', sans-serif;
          font-size: 1.8vw;
          font-weight:400;
          line-height: 150%;
          margin-left: 0;

      }

      #calendario_2{
          margin-left: auto;
          margin-right: auto;
          width: 50%;
          height: auto;
          margin-top:4vw;
      }

      #ver_mapa {
          width: 42%;
          height: auto;
          font-family:'Open Sans', sans-serif;
          font-size: 3vw;
          font-weight:800;
          margin-top: 10%;
          cursor: help;

      }

      #caixa_ficha {
          margin-top:15vw;
          width: 100%;
          height: auto;
          display: flex;
          -webkit-display: flex;
          display:-webkit-flex;
          -moz-display: flex;
          flex-direction: row;
          -moz-flex-direction: row;
          justify-content: center;
      }

      #caixa_ficha_1 {
          width: 18%;
          height: auto;
          flex-direction: column;
      }

      #caixa_ficha_2 {
          width: 18%;
          height: auto;
          flex-direction: column;
          margin-left: 5%;
          font-family:'Open Sans', sans-serif;
          font-size: 1.8vw;
      }

      #caixa_ficha_3 {
          width: 18%;
          height: auto;
          flex-direction: column;
          margin-left: 5%;
          font-family:'Open Sans', sans-serif;
          font-size: 1.8vw;
      }

      h3 {
          font-family:'Open Sans', sans-serif;
          font-size: 1.8vw;
          font-weight:400;
          line-height: 150%;

      }

      #footer{
          width: 100%;
          height: auto;
          flex-direction: row;
          justify-content: center;
          display: flex;
          -webkit-display: flex;
          display:-webkit-flex;
          -moz-display: flex;
          margin-top:15vw;
      }

      #fabrica{
          width: 30%;
          height: auto;
      }

      #fac{
          width: 35%;
          height: auto;
          margin-left: 2%;
      }


      #arquivo{
         display: none;
      }

      #arquivomobile{
          width: 15%;
          height: auto;
          margin-left: 16.4%;
      }

      h6{
          font-family:'Open Sans', sans-serif;
          font-size: 1.6vw;
          font-weight:400;
          color: #363636;
          line-height: 150%;
      }


      #linksfi{
          display: none;
      }

      #insta{
        display: none;
      }

      #facebook{
          display: none;
      }

      #linksfimobile{
          width: 20%;
          height: auto;
          flex-direction: row;
          display: flex;
          -webkit-display: flex;
          display:-webkit-flex;
          -moz-display: flex;
          margin-left: 17.4%;
          margin-top: -2%;
      }

      #instamobile{
          width: 20%;
          height: auto;
          background-image: url(../ASSETS_sobre/icon_insta.svg);
          background-repeat: no-repeat;
          background-size: 100%;
      }


      #facebookmobile{
          width: 20%;
          height: auto;
          background-image:url(../ASSETS_sobre/icon_fb.svg);
          background-repeat: no-repeat;
           background-size: 100%;
          margin-left: 12%;
      }


      #caixamobile_row{
              width: 100%;
              height: auto;
              display: flex;
              -moz-display: flex;
              -webkit-display: flex;
              flex-direction: row;
          }

      }
