h1,
p {
  text-align: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: thin;
}
h1 {
  font-size: 50px;
}
img.imgProduct {
  width: 250px;
  height: 160px;
  display: block;
  opacity: 1;
  box-shadow: 5px 5px 5px lightblue;
}
.landscape {
  width: 250px;
  height: 160px;
}
img:hover {
  opacity: 0.5;
  z-index: 1;
}
.imgCar {
  display: flex;
  justify-content: center;
  align-items: center;
  
}
#demo {
  color: black;
  text-align: center;
}
p {
  color: blue;
  text-align: center;
}
.main-header {
  background-image: linear-gradient(rgb(58, 108, 255), lightblue);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  z-index: 10;
}
.header-info {
  text-align: left;
  color: rgb(0, 0, 0);
  position: absolute;
  left: 0;
  padding: 0;
  margin: 19.5px 23px;
  padding: 0px;
}
.header-info a {
  padding: 15;
  margin: -7px;
  margin-left: 50px;
  text-decoration: none;
}
.header-info a:hover {
  background-color: black;
  font-size: 26px;
  text-shadow: 3px 5px 2px rgb(121, 121, 121);
  border-radius: 20px;
}
.header-info2 a:hover {
  background-color: black;
  border-radius: 20px;
}

nav {
  position: absolute;
  right: 0;
  display: flex;
}

a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 15px;
  float: left;
  font-size: 22px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: thin;
  margin-top: 10px;
}

a:hover {
  font-size: 26px;
  background-color: black;
}
.jumbotron {
  margin-top: 7%;
}

.items {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.item {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 10px;
  background-color: lightblue;
  border-radius: 50px;
  box-shadow: 15px 15px 15px black;
}
img {
  border: 10px solid black;
  margin: 10px;
}
img {
  border-radius: 50px;
}
body {
  background-image: url("Assets/bg.png");
  background-size: cover;
}
h3,
p {
  text-align: center;
  padding: 5px;
  color: black;
}
.imageBest {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 60%;
  max-height: 60%;
  border-radius: 20px;
  box-shadow: 100px 100px 100px white;
  opacity: 1;
}
.imageBest:hover {
  opacity: 1;
}
img.logo {
  width: 60px;
  height: 80px;
  margin: 0px 10px;
  position: absolute;
  border: none;
  opacity: 1;
}
img.logo:hover {
  opacity: 1;
}
 table,
tr,
th,
td {
  border: 5px solid lightblue;
  border-collapse: collapse;
  padding: 15px;
}
th {
  color: rgb(255, 255, 255);
  font-size: 23px;
  background-color: lightblue;
}
tr,
th {
  height: 50px;
  text-align: center; 
  vertical-align: center; 
}
td {
  background-color: white;
} 

img.imgProduct2 {
  border: none;
  opacity: 1;
}
img.imgProduct2:hover {
  border: none;
  opacity: 1;
  z-index: 2;
}
div.center {
  display: flex;
  justify-content: center;
}
td, th {
  border: 2px solid lightblue;
  border-collapse: collapse;
  margin-bottom: 50px;
  font-size: 25px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: thin;
  padding: 10px;
  
}

table {
  width: 50%;
}

th {
  text-align: center;
  height: 50px;
  background-color: lightblue;
  color: rgb(0, 0, 0);
  border-radius: 10px;
}

td {
  text-align: center;
  height: 30px;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
}
.item2 {
  display: flex;
  flex-direction: column;
  width: 1480px;
  margin: 10px;
  background-color: lightblue;
  border-radius: 50px;
  box-shadow: 7px 7px 7px gray;
  border: 10px solid black;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tab {
  background-color: lightblue;
  width: 250px;
  padding: 40px;
  margin: 20px;
  border-radius: 20px;
}
h1.name {
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: black;
}
h2.price {
  font-size: 38px;
  color: black;
  text-align: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: thin;
}
button.price {
  font-size: 38px;
  color: black;
  text-align: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: thin;
}

.list {
  list-style-type: disc;
  margin-bottom: 50px;
  text-align: left;
}

.list li {
  margin-top: 20px;
  color: black;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: thin;
}

hr {
  height: 7px;
  width: 80%;
  margin: auto;
  background-color: rgb(0, 0, 0);
  border: none;
  border-radius: 50px;
  margin-top: 20px;
}
button {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  color: rgb(0, 0, 0);
  padding: 8px;
  border-color: black;
  font-size: 20pt;
}
button:hover {
  transform: scale(1.2, 1.2);
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

div.about {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 30px;
  background-color: lightblue;
  border: 7px solid black;
  padding: 10px;
  border-radius: 100px;
  width: 80%;
}

.about {
  text-align: left;
  color: black;
  padding: 10px;
  width: 100%;
}

div.image-about {
  margin-bottom: auto;
  margin-top: auto;
}

img.about-us {
  width: 300px;
}

img.about-us:hover {
  opacity: 1;
}

.title-activity {
  display: flex;
  justify-content: center;
  padding: 3px;
  background-color: lightblue;
  border: 7px solid black;
  padding: 10px;
  border-radius: 100px;
  margin:0px 20px;
}

.activity-flex {
  display: flex;
  justify-content: center;
  padding: 3px;
  background-color: lightblue;
  border: 7px solid black;
  padding: 10px;
  border-radius: 100px;
  margin:30px 20px;
}

.activity-flex img {
  padding: 2px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
 
}

.dropdown {
  display: flex;
  flex-direction: column;
}

.dropdown-content {
  display: none;
  border: 7px solid black;
  padding: 10px;
  border-radius: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
  position: absolute;
  top: 100%;
  background-color: lightblue;
}

.dropdown-item:hover {
  background-color:lightblue ;
  cursor: pointer;
}

a.dropdown-item {
  min-width: 160px;
  text-align: left;
}

li.dropdown-item:hover a.dropdown-item {
  text-align: left;
  color: lightblue;
}

footer {
  background-image: linear-gradient(white, lightblue);
}

.main-footer { 
  display: flex;
  justify-content: center;
  width: 100%;
}

.left-footer {
  margin-right: auto; 
  margin-left: 40px;
}

.right-footer {
  margin-left: auto;
  margin-right: 40px;
}

.center-footer {
  margin-left: 20px;
  margin-right: 20px;
}

.info-left {
  color: black;
  text-align: left;
  width: 100%;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: thin;
}
.info-right {
  color: black;
  text-align: right;
  width: 100%;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: thin;
}

.info-center {
  color: black;
  text-align: center;
  width: 100%;
  padding-top: 5px;
  border-top: 1px solid rgb(146, 168, 133);
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: thin;
}

body {
  margin: 0;
}

.fa-map-marked-alt, .fa-map-pin, .fa-address-book, .fa-phone-alt, .fa-instagram {
  margin: 6px;
  color: gray;
} 

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@media (max-width: 600px) {
  * {
      font-size: 1vw;
      margin: 0.5px;
      padding: 0px;
    }
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; 
}

