body{overflow-y: scroll; overflow-x:hidden;}
  .imagemHide{
  /*margin-left: 5px;*/
    margin-top: 50px;
    padding-left: 20px !important;
  }
  .text-block {
    padding: 70px;
    max-width: 700px;
    width: 100%;
    color: white;
    position: absolute;
    top: 20%;
    left: 10%;
    background: rgba(0, 0, 0, 0.4);
    background-attachment: fixed;
  }
  $('.carousel').carousel({
  interval: 2000
  })

  .btn-active{
    border-bottom: 0.5px solid #009245;
    font-weight: bold;
  }

  .photo {
    position: relative;
    width:100%;
  
  }

  .bloco{
    padding: 10px;
    background-color: #388978;
    height: auto;
    width: 50%;
    color: white;
    font-size: 2vmin;

  }
  .bloco2{
    background-color: #DFEAE6;
    padding-bottom: 30px;
  }
  .block5{
    background-color: #388978;
    height: 120px;
    padding: 25px;

  }
  section[id]:before {
    display: block;
    height: 140px;   
    margin-top: -140px;
    visibility: hidden;
    content: "";
  }
  section[id="site-personalizar"]{
    display:none;
  }
  section[id="site-personalizar"]:target{
    display:block; 
  }
  section[id="site-personalizar2"]{
    display:none;
  }
  section[id="site-personalizar2"]:target{
    display:block; 
  }
  /*botao escolher ficheiro*/
  input[type='file'] {
    display: none;
  }
  .input-wrapper label {
    background-color: #115740;
    color: white;
    cursor: pointer;
    margin: 10px;
    padding: 6px 20px;
    font-size: 1.5vmin;
  }

  /*radio FRENTE COSTAS MANGAS*/
  .radio-group {
    border: solid 0.3vmin #115740;
    display: inline-block;
    margin: 1vmin;
    overflow: hidden;

  }
  input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
  }
  .radio-group label {
    color:  #115740;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 0.5vmin 2vmin;
    font-size: 1.5vmin;
  }
  .radio-group input[type=radio]:checked + label{
    color: white;
    background: #115740;
    margin-right: -0.4vmin;
  }
  .radio-group label + input[type=radio] + label {
    border-left: solid 0.3vmin #115740;
  }

  /*cores*/
  [type=radio]:checked + img {
    outline: 2px solid #f00;
  }
  /*bordado bolso*/
  .radio-box {
    display: inline-block;
    margin: 1vmin;
    overflow: hidden;
    font-size:1.5vmin;

  }
  .cube {
    position: relative;
    padding-left: 4vmin;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 2vmin;
  }
  .entry-label {
    border: 2px solid #115740;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
  }
  .cube input:checked ~ .entry-label {
    background-color: #115740;
  }
  .empresa-tlm{
    display: none;
  }
  @media screen and (max-width: 700px) {
  .text-block {
    padding: 10px;
    width: 80%;
    top: 10%;
    left: 10%;
  }
  .empresa-tlm{
    display:block;
  }
  .empresa{
    display: none;
  }

  

}

