* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;

}

/* LINKS */

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }



* button {
    touch-action: auto;
}

.Info-Tour {
    font-size: 1.05vw !important;
}

/* LINK PRANTAS - REDIRECT */


#redirectplanta1 {
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    width: 6.8vw;
    height: 3.3vw;
    left: 0;
    bottom: 0;
    z-index: 40;
    transform: translate(1.7vw,-2vw);
  }
  
  #redirectplanta2 {
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    width: 6.8vw;
    height: 3.3vw;
    left: 0;
    bottom: 0;
    z-index: 40;
    transform: translate(1.7vw,-5.8vw);
  }
  #redirectplanta3 {
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    width: 6vw;
    height: 3.3vw;
    left: 0;
    bottom: 0;
    z-index: 40;
    transform: translate(13vw,-5.8vw);
  }
  #redirectplanta4 {
    cursor: pointer;
    position: absolute;
    background-color: transparent;
    width: 6vw;
    height: 3.8vw;
    left: 0;
    bottom: 0;
    z-index: 40;
    transform: translate(14vw,-1.5vw);
  }
  #redirectplanta5 {
    cursor: pointer;
    
    position: absolute;
    background-color: transparent;
    width: 4.5vw;
    height: 3.3vw;
    left: 0;
    bottom: 0;
    z-index: 40;
    transform: translate(9vw,-1.2vw);
  }

  
  /* CONTAINER MODAL PERSPECTIVAS */

  #c2 {
    position: absolute;
    z-index: 35;
    display: flex;
    justify-content: center;
    align-items: center;
  
    width: var(--tvw-80-2);
    height: var(--tvh-80);
  
    background: rgb(231, 231, 231);
    background: -moz-radial-gradient(circle, rgba(231, 231, 231, 1) 0%, rgba(215, 215, 215, 1) 99%);
    background: -webkit-radial-gradient(circle, rgba(231, 231, 231, 1) 0%, rgba(215, 215, 215, 1) 99%);
    background: radial-gradient(circle, rgba(231, 231, 231, 1) 0%, rgba(215, 215, 215, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7e7e7", endColorstr="#d7d7d7", GradientType=1);
  
  }
  

  /* REDIRECIONAR PH - TOUR */
