/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.app-block-codes {
  margin-top: 15px;
}
.app-block-codes p {
  font-size: 12px;
  color: #253237;
  line-height: 1;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  margin-top: 4px;
}
.app-block-codes p span {
  font-weight: 400;
}

.app-block-pharma-info {
}

.app-block-pharma-info .state {
  color: #04b2ec;
  font:
    400 15px "Metrocity-Medium",
    sans-serif;
  text-transform: uppercase;
}
.app-block-pharma-info .method_of_administration p {
  font-weight: 600;
}
.app-block-pharma-info .method_of_administration p span {
  font-weight: 400;
}

.app-block-pharma-granulometry {
  display: block;
  padding-top: 10px;
}
.app-block-pharma-granulometry .pharma-granulometry {
  border: solid 2px #fff;
  background-color: #333;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  font:
    400 13px "Metrocity-Medium",
    sans-serif;
  color: #fff;
}

.app-block-pharma-bula {
  display: block;
  padding-top: 10px;
}

.app-block-pharma-bula .pharma-bula-btn {
  border: solid 2px #333;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  font:
    400 13px "Metrocity-Medium",
    sans-serif;
  color: #333;
  margin-right: 10px;
}

.container-short {
  max-width: 950px;
  padding: 0;
  padding-top: 25px;
}

#module-ecitel-sobrenos .sobre {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

#module-ecitel-sobrenos .sobre-logos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}

#module-ecitel-sobrenos .sl-img {
  width: 100%;
  display: flex;
  justify-content: right;
  margin-bottom: 50px;
}

#module-ecitel-sobrenos .sobre-logos img {
  width: 100%;
}

#module-ecitel-sobrenos .sobre-content {
  max-width: 95%;
  width: 975px;
  margin: auto;
}

#module-ecitel-sobrenos .sobre-content h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  color: #03aff1;
  margin-bottom: 20px;
}

#module-ecitel-sobrenos .sobre-content p {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 1.8rem;
  transition: 0.3s;
}

#module-ecitel-sobrenos .sobre-content a {
  color: black;
}

.container-desc {
  font-size: 20px;
  font-weight: 300;
  max-width: 975px;
  width: 95%;
  text-align: center;
  line-height: 2rem;
}

.container-desc-md {
  font-size: 20px;
  font-weight: 300;
  max-width: 1275px;
  width: 90%;
  line-height: 2rem;
}

.container h2 {
  font-size: 40px;
  font-weight: 300;
  color: #03aff1;
  margin-bottom: 40px;
  text-align: center;
}

.container-desc-p2 {
  font-size: 18px;
  width: 47%;
  margin: auto;
}

#module-ecitel-universoecitel .ishop-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  padding-top: 25px;
}

#module-ecitel-universoecitel .ishop-logo {
  width: 250px;
}

#module-ecitel-universoecitel .ishop-gallery {
  padding-top: 25px;
  padding-bottom: 100px;
  max-width: 1275px;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
}

#module-ecitel-universoecitel .ishop-item {
  width: 30%;
  margin-bottom: 20px;
}

#module-ecitel-universoecitel .ishop-picture {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#module-ecitel-universoecitel .ishop-item-desc {
  margin-top: 20px;
  text-align: left;
}

#module-ecitel-universoecitel .ishop-item-desc h3 {
  font-size: 1.3vw;
  font-weight: 600;
}

#module-ecitel-universoecitel .ishop-item-desc p,
#module-ecitel-universoecitel .ishop-item-desc a {
  font-size: 1.05vw;
  font-weight: 300;
  text-decoration: none;
  color: black;
}

#module-ecitel-universoecitel .ishop-item-phone {
  width: 100%;
}

#module-ecitel-universoecitel .ishop-item-phone img {
  width: 40px;
}

.sponsors-container {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

.ue-sponsors {
  padding-bottom: 0px;
}

.sponsors-container-box {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 1%;
}

.sponsors-container-box a {
  width: 20%;
  object-position: center;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsors-container-box img {
  max-height: 80px;
  width: max-content;
  object-position: center;
  object-fit: contain;
}

.sponsors-container h5 {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
}

.revendedor-container {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: black;
}

.revendedor-container h5 {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 40px;
  color: white;
}

.partners-container {
  width: 100%;
  background-color: #f5f4f2;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.partners-container h5 {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  padding-top: 30px;
  margin-bottom: 15px;
  color: black;
}

.partners-container-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
  margin: auto;
}

.partners-container-box img {
  width: 21%;
  max-height: 85px;
  object-fit: contain;
  object-position: center;
}

.renting {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #efefee;
  display: block;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}

.renting .title {
  color: #00a3d7;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.renting h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

.renting p {
  color: #000000;
  font-size: 13px;
  margin-bottom: 10px;
}

.renting img {
  display: block;
  max-width: 100%;
  max-height: 200px;
  margin: auto;
}

.renting a {
  background-color: #283874;
  border: none;
  width: 100%;
  padding: 15px 15px;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 22px;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

.text-blue {
  color: #00a3d7;
  font-weight: 600;
}

.productos-epson-content {
  text-align: center;
}

.productos-epson-content h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 25px;
}
.productos-epson-content h3 {
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
}

.productos-epson-ecotank-logo {
  max-width: 310px;
  margin: 20px auto;
  display: block;
}

.productos-epson-content .epson-option {
  background-color: #efefee;
  display: block;
  padding: 20px;
  border-radius: 20px;
  min-height: 400px;
  margin-bottom: 20px;
}
.productos-epson-content .epson-option img {
  max-width: 100%;
  max-width: 200px;
  margin-bottom: 25px;
  display: block;
}
.productos-epson-content .epson-option h4 {
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}

.productos-epson-content .epson-option p {
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
}

.tab-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-family: sans-serif;
}

.tab-nav .nav-item {
  cursor: pointer;
  padding: 10px 20px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.tab-nav .nav-item + .nav-item::before {
  content: "|";
  margin: 0 10px;
  color: #aaa;
}

.tab-nav .nav-item.active {
  color: #007bff;
}

#module-ecitel-produtosepson .tab-content {
  display: none;
  padding: 10px;
  font-family: sans-serif;
  border: none;
}

#module-ecitel-produtosepson .tab-content.active {
  display: block;
}

.ecf-form {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.ecf-form-input {
  width: calc(100% - 50px) !important;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  outline: none;
  background: #f3f3f3;
}

.ecf-form-input-submit {
  width: 100%;
  background-color: #00a964;
  color: white;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
  border: none;
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.5s;
}

.ecf-form-checkbox {
  display: flex;
  justify-content: left;
  align-items: normal;
  line-height: normal;
}

.ecf-form-checkbox label {
  font-size: 16px;
  margin-left: 10px;
  color: #797979;
  font-weight: 300;
}

.ecf-form-checkbox input {
  height: 20px;
  width: 20px;
  color: #797979;
}

.ecf-form-label-file {
  font-size: 15px;
  width: 100%;
}

.parceiro-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.parceiro-box {
  width: 50%;
  line-height: initial;
  text-align: right;
}

.parceiro-box h2 {
  text-align: right;
  font-size: 50px;
  line-height: 55px;
}

.parceiro-box p {
  margin-right: 0;
  width: 335px;
  font-size: 24px;
}

.parceiro-distribuidores {
  background-color: #f5f4f2;
  padding-top: 45px;
  padding-bottom: 45px;
}

.parceiro-distribuidores-box {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}

.parceiro-distribuidores-box img {
  width: 20%;
  max-height: 85px;
}

.parceiro-distribuidores h5 {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
  color: black;
}

.audio-content {
  width: 95%;
  max-width: 1075px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.audio-content-box {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.acb-logo {
  width: 85%;
  object-fit: contain;
  object-position: center;
}

.acb-corporate {
  width: 100%;
  margin-bottom: 20px;
  object-fit: contain;
  object-position: center;
}

.audio-content-box p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}

.audio-content-box h2 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 60px;
  line-height: 32px;
}

.o-m {
  display: none;
}

.o-d {
  display: flex;
}

.nav-menu {
  display: none;
}

.whatsapp-icon {
  position: fixed;
  z-index: 10;
  width: 50px;
  top: 20%;
  right: 0%;
}

.whatsapp-icon img {
  width: 100%;
}

.contactos-grill {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1075px;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5%;
}

.contactos-item {
  width: 20%;
  text-align: center;
  margin-bottom: 2%;
}

.contactos-item-info {
  margin-top: 10px;
}

.contactos-item img {
  width: 95%;
}

.contactos-item-info h3 {
  font-size: 22px;
  font-weight: 300;
}

.contactos-item-info h6 {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #03aff1;
}

.contactos-item-info a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s;
}

.contactos-item-info a:hover {
  cursor: pointer;
  color: #03aff1;
}

.form-1 {
  width: 80%;
  margin: auto;
  margin-top: 40px;
  padding-bottom: 50px;
}

.form-1 input,
.form-1 textarea {
  width: calc(100%);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: none;
  background-color: #f6f5f5;
  border: none;
  border-radius: 30px;
}

.form-1 button {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #21aa68;
  color: white;
  border: none;
  border-radius: 30px;
}

.form-1 a {
  color: black;
  text-decoration: none;
  font-size: 15px;
}

.equipa {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.equipa-content {
  max-width: 1800px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.equipa-content-info {
  width: 50%;
}

.equipa-content h1 {
  color: #00a964;
  font-weight: lighter;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 40px;
  width: 100%;
}

.equipa-content-info p {
  font-size: 20px;
  color: black;
  text-align: right;
}

.equipa-content-info b {
  font-size: 20px;
}

.equipa-content-form {
  width: 50%;
}

@media (max-width: 1399.98px) {
  .sponsors-container-box {
    width: 75%;
  }

  .sponsors-container-box img {
    max-width: 14%;
  }

  .nm-link {
    font-size: 14px;
  }

  .sobre-content p {
    font-size: 1.3vw;
    margin-bottom: 2vw;
    line-height: 1.8vw;
  }

  .ishop-gallery {
    width: 90%;
  }

  .ishop-item-desc h3 {
    font-size: 1.8vw;
  }

  .ishop-item-desc p,
  .ishop-item-desc a {
    font-size: 1.55vw;
  }

  .audio-content-box p {
    font-size: 1.7vw;
    margin-bottom: 2vw;
  }

  .audio-content-box h2 {
    font-size: 2.5vw;
    margin-bottom: 30px;
  }

  .acb-logo {
    width: 55%;
  }

  .parceiro-content {
    justify-content: center;
  }
}
