body{overflow-y: scroll; overflow-x:hidden;font-family: "Century Gothic";}
.topnav {
  width: 100%;
  background: rgba(0,0,0, 0.1);
  overflow: hidden;
  z-index: 1;
  height: auto;
  position:fixed;
}

.cor{
  color:black;
  padding: 3vh 0vw 0 0vw;
  font-weight: bold;
}
.areaCliente{
  padding: 0.2vw 0.5vw;
  background-color: #F15A24;
  color: white;
}
.areaClientelog{
  padding: 0.2vw 0.3vw;
  background-color: #F15A24;
  color: white;

}

.logoMenuBar{
  height: auto;
  width: 20vw;
  margin-top: 1vmin;
  margin-bottom: 1vmin;
}

.footer {
  background-color: #E6E6E6;
  position: absolute;
  bottom: 0;
  height: 195px;
  width:100%
}

.cor a{
  font-size: 1.5vmin;
  padding: 0.7vw;
}

#preto a{
  color: white;
}

.sobre{
  font-size: 1.7vmin;
  padding: 0.5vw;
  background-color: #F15A24;
  width: 13%;
  color:white;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#tabela {
  border-collapse: collapse;
  text-align: center;
}

#tabela td, #tabela th {
  border: 1px solid #F15A24;
}



#tabela tr:nth-child(even){background-color: #FDE3D4;}

#tabela th {
  background-color: #F15A24;
  color: white;
  text-align: center;
}
.ptext{
  text-indent: 30px;
  text-align: justify;
}
.area{
  /* padding: 2.5vh 0vw 2vh 0vw;
  display: flex; */
  height: 4vh;
  width: 10vw;
  margin: 2.5vh 0vw 2vh 0vw;
}
.ligue{
  position: absolute;
  background-color: #F15A24; 
  color: white;
  width: auto;
  right: 0;
  top: 0;
  /* float: right; */
}

#mobileMenu{
  display: none
}

#content{
  padding: 0;
  padding-bottom: 195px;
}

#rodapeMobile{
  display: none
}

#rodapeDesktop{
  display: block;
}


/* TABLETS */
@media screen and (max-width: 1100px) {
  #myTopnav{
    display: none;
  }
  #mobileMenu{
    display: block;
    background-color: #E6E6E6;
  }

  #rodapeMobile{
    display: block
  }

  #rodapeDesktop{
    display: none;
  }

  #content{
    padding: 0;
    padding-bottom: 250px;
  }

  .footer {
    background-color: #E6E6E6;
    position: absolute;
    bottom: 0;
    height: 250px;
    width:100%
  }

}





/* TELEMÓVEL*/
@media screen and (max-width: 700px) {
  body{
    font-size:3vmin !important;
  }
  #myTopnav{
    display: none;
  }
  #mobileMenu{
    display: block;
    background-color: #E6E6E6;
  }

  #rodapeMobile{
    display: block
  }

  #rodapeDesktop{
    display: none;
  }

  #content{
    padding: 0;
    padding-bottom: 210px;
  }

  .footer {
    background-color: #E6E6E6;
    position: absolute;
    bottom: 0;
    height: 260px;
    width:100%
  }
  /* .topnav {
    height: 15vh;
    position: relative;
    text-align: center;
  }
  #preto a{
    color: black;
  }
  .cor{
    padding: 0vw;
  }
  .cor a{
    font-size: 10px;
  } */

  .colxs{
    width: 50%;
  }
  .colxs2{
    padding-left: 20px;
    padding-right: 20px;
  }

  .area{
    padding: 1vh 0vw 1vh 0vw;
    display: flex;
    width: auto;
  }
  /* .ligue p{
    display: inline;
  } */
  .ligue {
    position: absolute;
    background-color: #F15A24; 
    color: white;
    width: auto;
    right: 0;
    top: 20;
  }

  #preto{
    padding: 0vh 0vw 0 0vw;
  }
  /* .ligue{
    margin-top: -1.5vw;
    height: auto;
  } */
  .areaCliente{
    font-size: 10px;
  }

  .sobre{
    font-size: 1.7vmin;
    padding: 0.5vw;
    background-color: #F15A24;
    width: 25%;
    color:white;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

}


