@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");

:root {
  --roboto: "Roboto Condensed", sans-serif !important;
  --transition: all 0.2s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Dosis", sans-serif;
  list-style: none;
  position: relative;
}

.nav-web {
  width: 100%;
  height: 90px;
}

.nav-web nav {
  height: 90px;
  justify-content: space-between;
  width: 90%;
  align-items: center;
  margin: auto;
}

.nav-web nav img {
  width: auto;
}

.nav-web nav button {
  padding: 10px;
  border-radius: 5px;
  background: #333;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: none;
  color: #fff;
}

.nav-web nav button:hover {
  background: #444;
}

.nav-web nav ul {
  text-transform: uppercase;
}

.nav-web nav ul li a {
  padding: 4px 10px 6px 0;
  font-size: 14px;
  color: #888;
  margin: 0 10px;
}

.nav-web nav ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #434343;
  left: 0;
  bottom: 0;
  transition: var(--transition);
}

.nav-web nav ul li a:hover::after,
.nav-web nav ul li a.active::after {
  width: 100%;
}

.nav-web nav button.mobile {
  z-index: 99999;
  right: 10px;
  top: 0px;
  position: fixed;
  color: #fff;
  padding: 0;
  background: none !important;
}

.nav-web nav .nav.mobileActive {
  width: 50vw;
}

/*Home*/

.web-information {
  justify-content: center;
  column-gap: 20px;
}

.web-title,
.web-title-left {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.web-title-left {
  text-align: left;
}

.web-title h2,
.web-title-left h2 {
  letter-spacing: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  font-weight: 400;
}

.web-title h2::after,
.web-title-left h2::after {
  content: "";
  width: 29px;
  position: absolute;
  height: 2px;
  background-color: #00336e;
  bottom: -7px;
  left: 50%;
  margin-left: -15px;
}

.web-title-left h2::after {
  left: 15px;
}

.web-information section {
  max-width: 390px;
  text-align: center;
  padding: 15px;
  background: #f9f9f9;
}

.web-information section img {
  width: 206px;
}

.web-information section article {
  font-size: 15px;
  font-weight: 500;
  color: #434343;
  font-family: var(--roboto);
  margin-bottom: 20px;
}

.knowmore {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin: 5px auto;
  width: 100px;
  font-family: var(--roboto);
  transition: var(--transition);
  cursor: pointer;
}

.knowmore:hover {
  background-color: #d4d4d4;
}

.container {
  width: 90%;
  margin: 30px auto;
}

.operation {
  height: 100%;
  max-height: 603px;
  background: #e5eaf0;
  padding: 20px;
}

.operation img {
  width: 100%;
  height: 100%;
}

.info-fineamin {
  column-gap: 100px;
}

.info-fineamin div {
  padding: 20px;
}

.info-fineamin section {
  max-width: 500px;
  padding: 20px;
}

.info-fineamin section article {
  font-family: var(--roboto);
  font-size: 15px;
  color: #434343;
  font-weight: 500;
}

.info-fineamin section div {
  padding: 0 0 40px 0;
}

.info-fineamin div img {
  width: 300px;
  height: 242px;
}

.quality {
  width: 100%;
  height: 100%;
  max-height: 270px;
  background: url(../img/backfineamin.jpg);
  padding: 100px;
}

.quality section {
  justify-content: space-between;
  align-items: center;
}

.quality section p {
  font-size: 22px;
  color: #fff;
  letter-spacing: 5px;
  width: 350px;
  padding: 10px;
}

.quality section p span {
  font-family: var(--roboto);
  font-size: 15px;
  letter-spacing: 0;
  position: absolute;
  bottom: -22px;
  /* min-width: 305px; */
  left: 0px;
  font-weight: 500;
}

.quality section a {
  padding: 15px 10px;
  width: 136px;
  text-align: center;
  color: #fff;
  background: rgb(0, 0, 0, 80%);
  border: none;
  top: 20px;
}

.quality section a:hover {
  background: #222;
}

.partners {
  justify-content: center;
}

.partners section:not(:last-child) {
  width: 380px;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.partners section p {
  padding: 30px 0;
}

.partners section .web-title-footer {
  font-size: 22px;
  letter-spacing: 10px;
  text-transform: uppercase;
  padding: 30px 0;
}

.partners section ul li {
  font-size: 12px;
  padding: 5px 0;
  font-family: var(--roboto);
}

.partners section ul li a {
  font-family: var(--roboto);
  color: #636363;
  font-size: 15px;
}

.partners section ul li a:hover {
  color: #000;
}

.partners section:last-child img {
  margin-top: 20px;
}

footer {
  background-color: #ffffff;
  border-top: 1px solid #00336e;
}

footer button {
  position: absolute;
  left: 50%;
  border: 1px solid transparent;
  border-top-color: #00336e;
  border-right-color: #00336e;
  transform: rotate(317deg);
  width: 30px;
  height: 30px;
  background: #fff;
  top: -15px;
  margin-left: -16px;
  cursor: pointer;
}

footer button i {
  transform: rotate(-317deg);
  font-size: 19px;
  color: #00336e;
}

footer p {
  text-align: center;
  padding: 40px;
  font-size: 14px;
  font-family: var(--roboto);
}

.web-title-canvas {
  width: 100%;
  overflow: hidden;
  height: 145px;
  background: url(../img/backfineamin.jpg);
}

.web-title-canvas h2 {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  left: 100px;
  top: 50px;
}

.particles-js-canvas-el {
  top: -30px;
}

.f-info {
  padding: 30px 0;
}

.f-info .f-image {
  width: 309px;
  max-height: 309px;
}

.f-info .f-images {
  max-width: 550px;
  text-align: center;
}

.f-info .f-image img,
.f-info .f-images img {
  width: 100%;
}

.f-info .f-images img {
  width: auto;
  height: auto;
  max-width: 550px;
}

.f-info article {
  max-width: 500px;
}

.know-more {
  width: 100%;
  height: 100%;
  max-height: 295px;
  background: url(../img/backfineamin.jpg);
  padding-bottom: 50px;
}

.know-more-links .knowmore {
  width: 160px;
  text-align: center;
  justify-content: center;
}

.web-title-know {
  letter-spacing: 10px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 30px;
}

.accordion {
  background: #111 right top url("../img/glass.png") no-repeat;
  color: #999;
  cursor: pointer;
  padding-left: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 10px;
  height: 41px;
  font-family: var(--roboto);
}

.citys-view {
  color: #000;
  cursor: pointer;
  padding-left: 10px;
  height: 30px;
  font-family: var(--roboto);
  background: none;
  font-size: 16px;
}

.active,
.accordion:hover {
  color: #ccc;
}

.active + .panel {
  padding: 10px 18px;
  border: 1px solid #4141;
}

.accordion:after,
.citys-view:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: LEFT;
  margin-left: 5px;
}

.citys-view:after {
  padding-right: 10px;
}

.active:after,
.view:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: rgb(240 240 240 / 28%);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
}

.panel div {
  max-height: 1000px !important;
}

.panel div p {
  padding: 5px 0;
}

.panel div p span {
  color: rgb(47, 0, 255);
}

.panel > div > ul {
  width: 300px;
}

.panel > div > ul > a {
  display: block;
  width: 100%;
  padding: 2px;
  margin: 2px 0;
  background: #f1f1f1;
  border-radius: 3px;
  font-size: 13.5px;
  font-family: var(--roboto);
  color: #000;
  transition: all 0.2s ease-in-out;
}

.panel > div > ul > a:hover {
  background: #ededed;
}

.panel > div > ul > a > span {
  color: #ac54ff;
  float: right;
  font-size: 12px;
}

.title-info-product p {
  font-size: 17px;
  padding: 10px 0;
}

.slider-certificates {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slider-certificates img {
  display: block;
  width: auto !important;
  height: 100%;
}

.certificates-next {
  background: none !important;
}

.image-full {
  width: auto !important;
  text-align: center;
}

.image-full img {
  width: 100%;
}

.msg-reference {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

.msg-reference p {
  padding: 10px 0;
  color: #3366ff;
  font-size: 16.5px;
  font-family: Verdana, Arial, sans-serif;
  letter-spacing: 1px;
}

.map {
  max-width: 555px;
}

.map img {
  width: 100%;
}

.maps-info-city {
  width: 585px;
}

.citys article p {
  font-family: Verdana, Arial, sans-serif;
  padding: 5px 0;
  cursor: pointer;
}

.citys article aside {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.citys article aside.view {
  height: auto;
}

.Contact {
  width: 100%;
  padding: 30px;
}

.Contact p {
  padding: 8px 0;
  font-size: 13px;
  font-family: var(--roboto);
}

.Contact input,
.Contact textarea {
  width: 100%;
  padding: 5px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
}

.Contact button {
  padding: 10px 10%;
  border-radius: 5px;
  background: #3861cb;
  color: #fff;
  margin: auto;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.Contact button:hover {
  background: #1b2b54;
}

.whatsapp {
  position: fixed;
  bottom: 10px;
  right: -30px;
  cursor: pointer;
}

.success,
.error {
  padding: 10px;
  border-radius: 5px;
  border: 2px solid;
  text-align: center;
  font-family: var(--roboto);
  margin-top: 20px;
}

.success {
  color: rgb(2, 92, 13);
  background-color: rgb(216, 255, 216);
  border-color: rgb(199, 250, 200);
}

.error {
  color: rgb(92, 2, 2);
  background-color: rgb(237, 139, 139);
  border-color: rgb(255, 215, 215);
}

.web-whatsapp-contact {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: -130%;
  transition: all 0.3s ease-in-out;
}

.web-whatsapp-contact.web-w-view {
  top: 0;
}

.web-whatsapp-contact > div {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  border: 4px solid #62d367;
}

.web-whatsapp-contact > div > a {
  color: #08870e;
  font-size: 19px;
  transition: all 0.2s ease-in-out;
}

.web-whatsapp-contact > div > a:hover {
  color: #84d388;
}

.web-whatsapp-contact > div > div {
  margin: 5px;
  text-align: center;
  font-size: 15px;
}

.web-whatsapp-contact > div > div p {
  padding: 3px;
  margin-bottom: 10px;
}

.web-whatsapp-contact > div > div a {
  padding: 5px 15px;
  color: #fff;
  background: #62d367;
  border: 2px solid #29992e;
  border-radius: 5px;
  margin: 0 4px;
  transition: all 0.2s ease-in-out;
}

.web-whatsapp-contact > div > div a:hover {
  background: #326a34;
}

.media {
  height: 500px;
  max-width: 1000px;
  margin: 1rem auto;
}

video {
  width: 100%;
  height: 100%;
}

.video-play {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 8px;
}

@media (max-width: 710px) {
  .quality section {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 1270px) {
  .nav-web,
  .nav-web nav {
    text-align: center;
    display: block !important;
  }
}

@media (max-width: 800px) {
  .nav-web,
  .nav-web nav ul {
    text-align: left;
    display: block !important;
  }

  .nav-web nav button {
    display: block;
    float: right;
    top: 20px;
  }

  .nav-web nav img {
    float: left;
    top: 20px;
    width: 200px;
  }

  .nav-web nav .nav {
    position: fixed;
    z-index: 9999;
    background: #222;
    width: 0vw;
    right: 0;
    top: 0;
    height: 100vh;
    transition: all 0.2s ease-in-out;
  }

  .nav-web nav .nav ul li {
    padding: 6px 5px;
  }

  .nav-web nav .nav ul li a {
    color: #fff;
    transition: all 0.2s ease-in-out;
  }

  .nav-web nav .nav ul li a:hover {
    color: #999;
  }

  .knowmore {
    max-height: 215px;
  }

  .f-info article {
    max-width: 400px !important;
  }

  .partners section {
    border: none !important;
  }

  .f-info .f-images img {
    max-width: 450px;
    width: 100%;
  }

  .quality section p span {
    width: auto;
  }

  .info-fineamin div img {
    width: 100%;
  }

  .Contact {
    padding: 10px 0 0 0;
  }
  .video-play {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    gap: 8px;
  }
}
