h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
button,
a,
i,
input,
body {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: inherit;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
ul:focus,
li:focus,
button:focus,
a:focus,
i:focus,
input:focus,
body:focus {
  outline: 0;
}



nav .menu {
  width: 100%;
  height: 70px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  box-sizing: border-box;
  z-index: 3;
	background: #a51f5495;

}
nav .menu .website_name {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 4px 8px;
  border-radius: 2px;
  opacity: 0.5;
  transition: all 0.4s ease;
  cursor: pointer;
}
nav .menu .website_name:hover {
  opacity: 1;
}
nav .menu .menu_links {
  transition: all 0.4s ease;
  opacity: 0.6;
}
nav .menu .menu_links:hover {
  opacity: 1;
}
@media only screen and (max-width: 799px) {
  nav .menu .menu_links {
    display: none;
  }
}
nav .menu .menu_links .link {
  color: black;
  text-transform: uppercase;
  font-weight: 800;
  margin-right: 50px;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.3s 0.2s ease;
}
nav .menu .menu_links .link:last-child {
  margin-right: 0;
}
nav .menu .menu_links .link:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 4px;
  background: linear-gradient(90deg, #084520 0%, #000 100%);
  bottom: -10px;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.82, 0.02, 0.13, 1.26);
  left: 100%;
}
nav .menu .menu_links .link:hover {
  opacity: 1;
  color: #000;
  text-decoration: none;
}
nav .menu .menu_links .link:hover:before {
  width: 40px;
  left: 0;
}
nav .menu .menu_icon {
  width: 160px;
  height: 160px;
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 799px) {
  nav .menu .menu_icon {
    display: flex;
  }
}
nav .menu .menu_icon .icon {
  width: 24px;
  height: 2px;
  background: black;
  position: absolute;
}
nav .menu .menu_icon .icon:before, nav .menu .menu_icon .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: inherit;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.49, 0.04, 0, 1.55);
}
nav .menu .menu_icon .icon:before {
  transform: translateY(-8px);
}
nav .menu .menu_icon .icon:after {
  transform: translateY(8px);
}
nav .menu .menu_icon:hover .icon {
  background: #fff;
}
nav .menu .menu_icon:hover .icon:before {
  transform: translateY(-10px);
}
nav .menu .menu_icon:hover .icon:after {
  transform: translateY(10px);
}

nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100vw;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
	transform: translate(-200px, 35px);
}

nav .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

nav .dropdown-content a:hover {background-color: #a51f54;}

nav .menu:hover .dropdown-content {
	display: block;
}

.navbar2 {
  margin-bottom: 0;
  background-color: #a51f54;
  z-index: 9998;
  border: 0;
  padding-top:10px;
  padding-bottom:10px;
  line-height: 1.42857143 !important;
  border-radius: 0;
}

.homeinprovviso {
  margin: auto;
  width: 85vw;
  height: auto;

  background-color: #fff;

  padding-top: 35vh;
  padding-bottom: 3vh;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 9;
}
.homeinprovvisomov {
  margin: auto;
  width: 85vw;
  height: auto;

  background-color: #fff;

  padding-top: 15vh;
  padding-bottom: 3vh;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 9;
}
.homeinprovviso2 {
  margin: auto;
  width: 85vw;
  height: 60vh;

  background-color: #fff;

  padding-top: 5vh;
  padding-bottom: 3vh;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 9;
}
.ementainprovviso {
  margin: auto;
  width: 85vw;
  height: auto;

  background-color: #fff;

  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 9;
}
.ementainprovvisomov {
  margin: auto;
  width: 85vw;
  height: 100vh;

  background-color: #fff;

  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 9;
}
.ementainprovvisovinhos{
  margin: auto;
  width: 85vw;
  height: 68vh;

  background-color: #;

  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 9;
}

.containerementa {
  position: relative;
}

.containerementa:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffffff70;
}

.ementainprovvisovinhos:hover .overlay {
  opacity: 1;
}

.textementa {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.overlay1 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255, 0.97);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay1-content {
  position: relative;
  top: 7%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay1 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.overlay1 a:hover, .overlay1 a:focus {
  color: #00000095;
  text-decoration: none;
}

.overlay1 .closebtn1 {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay1 a {font-size: 20px}
  .overlay1 .closebtn1 {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}
td {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
}
th{
  font-size: 2.5vh;
}
.td1 {
  font-size: 2.3vh;
  padding-right: 3px;
}
.td2 {
  font-size: 1.6vh;
  color: #1c1c1c;
  padding-right: 3px;
}
.td3 {
  font-size: 2.3vh;
  text-align: right;
}

.boxinprovvisocontactos {
  margin: auto;
  width: 80vw;
  height: ;

  background-color: #;

  padding-top: 7vh;
  padding-bottom: 1vh;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 9;
}
.boxinprovvisofooter {
  margin: auto;
  width: 80vw;
  height: ;

  background-color: #;

  padding-top: 5vh;
  padding-bottom: 8vh;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 9;
}

#Modal-1{margin-top: 5%;
margin-bottom: 5%;}
#detailsCookies{display:none;}

#myBtn {
  content: url(../images/2/inprovviso_logo22.png);
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #a51f5415;
  color: #000;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #000;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  }

.vertical-center {
  margin: 0;
  position: fixed;
  top: 50%;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

#servicosmobile {padding-top:40px;
padding-bottom:40px;}

.overlayportfolio01 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: rgba(255,128,0,0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlayportfolio01-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlayportfolio01 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #000;
  display: block;
  transition: 0.3s;
}
.overlayportfolio01 a:hover, .overlayportfolio01 a:focus {
  color: #fff;
}
.overlayportfolio01 .closebtnportfolio01 {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
