/* html */
html {
  font-family: 'Prompt', sans-serif;
}

a {
  text-decoration: none;
  color: #089C39;
}

body {
  margin: 0;
}

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

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: #575756;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
  background-color: whitesmoke;
  height: 43px;
}

ul.topnav li a.active {
  background-color: #089C39;
  color: white;
  height: 43px;
}

ul.topnav li.right {
  font-size: 18px;
  float: right;
}

.logo1 {
  padding-left: 10px;
  padding-top: 10px;
  width: 15%;
  height: 10%;
}

.logo2 {
  width: 20%;
  height: 15%;
}

@media screen and (max-width: 680px) {
  ul.topnav li.right, 
  ul.topnav li {
    float: none;
  }

  .logo1 {
    margin-left: 25%;
    width: 20%;
    height: 15%;
  }

  .logo2 {
    width: 25%;
    height: 20%;
  }

  /*Catalogo*/

  
  /*Contactanos*/

}

@media screen and (min-width: 1400px) {

  ul.topnav li.right {
    font-size: 22px;
    float: right;
  }

  /*Catalogo*/

  /*Contactanos*/
}

/* Index */

.box_index{
  text-align: center;
}

.mySlides {
  display:none;
  width:100%;
}

.logoPage {
  width: 150%;
}

.boximages {
  width:100%;
  position: relative;
  margin-top: 50px;
}

.botton1 {
  width: 300px;
  height: 60px;
  border-radius: 10px 10px 10px 10px;
  background-color: #089C39;
}

h2 {
  font-size: 15px;
  color: whitesmoke;
}

/* Empresa */

.box_empresa{
  text-align: center;
}

.imgEmpresa {
  width:100%;
}

/* Catalogo */

.tot_catalogo {
  text-align: center;
}

.text_catalogo{
  display: block;
  padding-left: 10px;
}

.title2 {
  color: #575756;
  font-size: 54px;
  font-style:italic;
}

.p_catalogo{
  color: #575756;
  font-size: 22px;
  font-style: normal;
}

.botton2 {
  width: 300px;
  height: 60px;
  border-radius: 10px 10px 10px 10px;
  background-color: #089C39;
}

.box_catalogo {
  display: block;
  margin-top: 50px;
  padding-left: 10px;
  text-align: center;
}

.catalogo {
  width: 80%;
  height: 600px;
}

/*Contactanos*/

.box_contactanos {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  text-align: center;
}

h1 {
  font-style: italic;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
}

#mapa {
  height: 200px;
  width: 50%;
  text-align: center;
  border-color: black;
  border-style: 5px;
  border-radius: 10px;
}

/* Marcas */

.tot_marcas {
  position: relative;
  text-align: center;
}

.imgEmpresa {
  display: block;
  width: 100%;
  height: auto;
}

/*
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #089C39;
}

.tot_marcas:hover .overlay {
  opacity: 1;
}

.text {
  position: absolute;
  color: white;
  font-size: 22px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
*/

.botton3 {
  text-align: center;
  width: 300px;
  height: 60px;
  border-radius: 10px 10px 10px 10px;
  background-color: #089C39;
}

/*
.fa {
  padding: 5px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  color: #575756;
}

.fa-instagram {
  color: #575756;
}

.fa-whatsapp {
  color: #575756;
}
*/

.fa {
  padding: 5px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.facebook {
  width: 60px;
  height: 60px;
}

.instagram {
  width: 60px;
  height: 60px;
}

.whatsapp {
  width: 60px;
  height: 60px;
}