
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap');


.logos{
  width: 100px;
  height: 75px;
  border-radius: 4px;
  margin-right: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'Nunito', sans-serif;
}

html {
  font-size: 16px;
  min-height: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
}

header,
footer {
  z-index: 99;
}

.content {
  position: relative;
  display: flex;
}

header {
  /* height: 15vh; */
}

main {
  height: auto;
  min-height: 75vh;
}

header nav {
  width: 100%;
  height: 100%;
  background-color:#F7F8E2 ;
  transition: all 0.4s ease-in-out;
}

header nav:hover {
  background-color:#FFFFFF;
}

header a:hover {
  color: #2f5f33 !important;
}

.logo {
  height: 100%;
  width: 40%;
}

.navbar-collapse {
  padding-top: 1rem;
}

.navbar-toggler {
  font-size: 1rem !important;
}

header img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.navbar {
  padding: 0.3rem 0;
}

.navbar-nav {
  padding-left: 9%;
}

.navbar-brand {
  padding: 0;
}

.navbar .container {
  height: 100%;
  /* flex-wrap: nowrap; */
}

/****** Whatsapp button *******/
.whatsapp {
  position: fixed;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 0.2rem 0.5rem 0;
  bottom: 0px;
  right: 0px;
  border-radius: 50px;
  text-align: center;
  font-size: 1.5rem;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #6db444;
  background-color: white;
}

.whatsapp:hover {
  color: #477C0E;
}

footer {
  min-height: 10vh;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #727176;
  transition: all 0.2s ease;
  padding-top: 1em;
  padding-bottom: 1.5em;
}

footer .container,
footer .row {
  min-height: 10vh;
}

footer .eco,
footer .redes {
  display: flex;
  flex-direction: column;
  align-items: column;
  justify-content: center;
  align-items: center;
}

footer .redes {
  margin-top: 1rem;
}

footer:hover {
  background-color: #5d5c61;
}

footer .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 0;
}

footer h6 {
  margin: 0.2rem;
  font-size: 0.9rem;
  color: #c2c3c9;
}

footer p {
  font-size: 0.8rem;
  color: #c2c3c9;
  margin: 0;
}

footer a {
  font-size: 1rem;
  color: #c2c3c9;
}

footer .instagram:hover {
  color: #d02c85 !important;
}

footer ul {
  margin: 0;
}

@media only screen and (min-width: 426px) {
  html {
    font-size: 18px;
  }

  .logo {
    width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  .logo {
    width: 15%;
  }

  .content {
    height: 90vh;
  }

  footer .redes {
    margin-top: 0;
  }
}

@media only screen and (min-width: 991px) {
  html {
    font-size: 15px;
  }

  .navbar-collapse {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1240px) {
  html {
    font-size: 20px;
  }

  .logo {
    width: 10%;
  }
}
