@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes uptodown {
  0% {
    -webkit-transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes uptodown {
  0% {
    -webkit-transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
  }
}
body {
  font-family: "Manrope", sans-serif;
  color: #323232;
  position: relative;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: initial;
  overflow-x: unset !important;
}
body.no_scroll {
  overflow: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #323232;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body span {
  margin: 0;
  font-family: "Manrope", sans-serif;
}
body ul {
  margin: 0;
}
body .img-responsive {
  display: block;
  max-width: 100%;
}
body .container {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
body .container:before {
  display: table;
  content: "";
}
body .container:after {
  display: table;
  content: " ";
  clear: both;
}
body .sides_row {
  width: 100%;
  display: flex;
  justify-content: center;
}
body .sides_row.wrap {
  flex-wrap: wrap;
}
body .sides_row .side {
  padding: 0 15px;
}
body .sides_row .side.sd_2 {
  width: 14%;
}
body .sides_row .side.sd_3 {
  width: 22%;
}
body .sides_row .side.sd_4 {
  width: 30%;
}
body .sides_row .side.sd_5 {
  width: 39%;
}
body .sides_row .side.sd_6 {
  width: 47%;
}
body .sides_row .side.sd_7 {
  width: 56%;
}
body .sides_row .side.sd_8 {
  width: 64.5%;
}
body .sides_row .side.sd_9 {
  width: 72.5%;
}
body .sides_row .side.sd_12 {
  width: 100%;
}
body a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}

::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  padding: 20px 0;
}
header .flex-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .flex-header .img-logo {
  max-width: 300px;
  width: 100%;
  margin-right: 30px;
}
header .flex-header .txt-header {
  max-width: 666px;
  width: 100%;
}
header .flex-header .txt-header h1 {
  color: #653305;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
header .flex-header .tel-tel a {
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.index-quimicos .hide {
  display: none;
}
.index-quimicos .hero-landing {
  background-image: url("../images/hero-qu-2.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 545px;
  padding-top: 20px;
}
.index-quimicos .hero-landing .flex-hero .forma-cotiza {
  max-width: 493px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  margin-left: auto;
  z-index: 9999;
  position: relative;
}
.index-quimicos .hero-landing .flex-hero .forma-cotiza .header-forma {
  background-color: #292929;
  padding: 25px 20px;
}
.index-quimicos .hero-landing .flex-hero .forma-cotiza .header-forma p {
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.index-quimicos .hero-landing .flex-hero .forma-cotiza .body-form {
  background-color: #F4F4F4;
  padding: 20px;
  height: 534px;
}
.index-quimicos .cintilla-marron {
  background-color: #3E1E01;
  padding: 35px 0;
  z-index: -1;
}
.index-quimicos .cintilla-marron h2 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  max-width: 800px;
  width: 100%;
}
.index-quimicos .secc-cuentas {
  padding: 60px 0;
}
.index-quimicos .secc-cuentas .flex-materiales {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.index-quimicos .secc-cuentas .flex-materiales .slider-img-cuentas {
  max-width: 400px;
  width: 100%;
}
.index-quimicos .secc-cuentas .flex-materiales .slider-img-cuentas .slick-next:before, .index-quimicos .secc-cuentas .flex-materiales .slider-img-cuentas .slick-prev:before {
  color: black;
}
.index-quimicos .secc-cuentas .flex-materiales .txt-materiales {
  max-width: 599px;
  width: 100%;
}
.index-quimicos .secc-cuentas .flex-materiales .txt-materiales h2 {
  color: black;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 25px;
}
.index-quimicos .secc-cuentas .flex-materiales .txt-materiales p {
  font-size: 24px;
  color: black;
  font-weight: normal;
  margin-bottom: 20px;
}
.index-quimicos .secc-cuentas .flex-materiales .txt-materiales ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
}
.index-quimicos .secc-cuentas .flex-materiales .txt-materiales ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 18px;
  color: #333E48;
}
.index-quimicos .secc-cuentas .flex-materiales .txt-materiales ul li img {
  margin-right: 10px;
}
.index-quimicos .secc-verde {
  padding: 60px 0;
  background-color: #0E3704;
}
.index-quimicos .secc-verde .txt-secc-verde {
  max-width: 1289px;
  width: 100%;
  margin: 0 auto;
  border-left: 4px solid #93C01F;
  border-right: 4px solid #93C01F;
  padding: 20px 30px;
}
.index-quimicos .secc-verde .txt-secc-verde p {
  color: white;
  font-size: 20px;
  line-height: 32px;
}
.index-quimicos .metales-rec {
  padding: 60px 0;
}
.index-quimicos .metales-rec h2 {
  max-width: 662px;
  width: 100%;
  color: black;
  font-size: 28px;
  text-align: center;
  line-height: 38px;
  margin: 0 auto 50px;
}
.index-quimicos .metales-rec .grid-metales {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: flex-start;
}
.index-quimicos .metales-rec .grid-metales .item-grid-metales .item-grid-met {
  max-width: 620px;
  width: 100%;
  background: #FBFBFB;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.14);
  border-radius: 15px;
  padding: 20px 35px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.index-quimicos .metales-rec .grid-metales .item-grid-metales .item-grid-met .flex-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.index-quimicos .metales-rec .grid-metales .item-grid-metales .item-grid-met .flex-title img {
  margin-right: 25px;
}
.index-quimicos .metales-rec .grid-metales .item-grid-metales .item-grid-met .flex-title h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: black;
}
.index-quimicos .metales-rec .grid-metales .item-grid-metales .item-grid-met p {
  font-size: 15px;
  color: #333E48;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 15px;
}
.index-quimicos .metales-rec .grid-metales .item-grid-metales .item-grid-met ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.index-quimicos .metales-rec .grid-metales .item-grid-metales .item-grid-met ul li {
  font-size: 15px;
  color: #333E48;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 10px;
}
.index-quimicos .cuentas-mate {
  padding: 40px 0;
}
.index-quimicos .cuentas-mate .box-banner {
  background: linear-gradient(180deg, #3E1E01 0%, #2D1D0F 100%);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.14);
  border-radius: 15px;
  max-width: 1119px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.index-quimicos .cuentas-mate .box-banner .txt-ban {
  max-width: 514px;
  width: 100%;
}
.index-quimicos .cuentas-mate .box-banner .txt-ban h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}
.index-quimicos .cuentas-mate .box-banner .txt-ban p {
  font-weight: 700;
  font-size: 22px;
  line-height: 42px;
  color: white;
  text-align: center;
}
.index-quimicos .cuentas-mate .box-banner .btn-sol-info {
  max-width: 273px;
  width: 100%;
}
.index-quimicos .cuentas-mate .box-banner .btn-sol-info a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #429A2D;
  border-radius: 36px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  height: 68px;
}
.index-quimicos .cuentas-mate .box-banner .btn-sol-info a:hover {
  background: #429a2db0;
}
.index-quimicos .faq {
  padding: 40px 0;
}
.index-quimicos .faq h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1D2A42;
  text-align: center;
  margin-bottom: 45px;
}
.index-quimicos .faq .items-faq .item-faq {
  max-width: 730px;
  width: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 0 auto 20px;
  border: 1px solid #D9DBE1;
  overflow: hidden;
}
.index-quimicos .faq .items-faq .item-faq .btn-faq {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  background: #F4F5F7;
  padding: 15px 25px;
  position: relative;
}
.index-quimicos .faq .items-faq .item-faq .btn-faq:after {
  position: absolute;
  content: "+";
  right: 33px;
  top: 10px;
  color: #429A2D;
  font-size: 25px;
}
.index-quimicos .faq .items-faq .item-faq .btn-faq.active {
  background: #429A2D;
  color: white;
}
.index-quimicos .faq .items-faq .item-faq .btn-faq.active:after {
  content: "-";
  color: white;
}
.index-quimicos .faq .items-faq .item-faq .body-faq {
  background: #F4F5F7;
  padding: 20px 25px;
  display: none;
}
.index-quimicos .faq .items-faq .item-faq .body-faq p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

footer {
  background-color: #292929;
  padding: 60px 0;
}
footer .flex-foot {
  display: flex;
  justify-content: space-evenly;
}
footer .flex-foot p.p-f {
  color: white;
  font-size: 16px;
  max-width: 560px;
  width: 100%;
  display: flex;
  align-items: center;
}
footer .flex-foot p.p-f a {
  color: inherit;
  margin: 0 10px;
}
footer .flex-foot p.p-f img {
  margin-right: 15px;
}
footer .flex-foot p.email {
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  max-width: 210px;
  width: 100%;
}
footer .flex-foot p.email img {
  margin-right: 15px;
}
footer .flex-foot p.email a {
  color: inherit;
}
footer .flex-foot .flex-rss {
  max-width: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gracias-quimicos .typ {
  padding-bottom: 300px;
  background-image: url("../images/hero-bg-gracias.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gracias-quimicos .typ .logo-middle {
  max-width: 568px;
  width: 100%;
  background-color: white;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 auto 80px;
  padding: 30px 20px;
}
.gracias-quimicos .typ h1 {
  text-align: center;
  color: white;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.1;
  padding-bottom: 40px;
  border-bottom: 7px solid #93C01F;
  max-width: 725px;
  width: 100%;
  margin: 0 auto 40px;
}
.gracias-quimicos .typ p {
  color: white;
  text-align: center;
  font-size: 34px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 979px) and (max-width: 1200px) {
  .index-quimicos .cintilla-marron h2 {
    max-width: 432px;
    width: 100%;
  }
  .index-quimicos .secc-cuentas .flex-materiales .slider-img-cuentas {
    margin-right: 40px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .index-quimicos .hero-landing {
    height: initial;
    padding: 40px 0;
  }
  .index-quimicos .hero-landing .flex-hero .forma-cotiza {
    margin: 0 auto;
  }
  .index-quimicos .cintilla-marron h2 {
    max-width: 100%;
    width: 100%;
  }
  .index-quimicos .secc-cuentas .flex-materiales {
    flex-flow: column;
  }
  .index-quimicos .secc-cuentas .flex-materiales .slider-img-cuentas {
    margin-right: 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  header .flex-header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  header .flex-header .img-logo {
    margin: 0 auto 15px;
  }
  header .flex-header .txt-header {
    margin-bottom: 15px;
  }
  header .flex-header .txt-header h1 {
    font-size: 22px;
    text-align: center;
  }

  .index-quimicos .hero-landing {
    height: 300px;
    padding: 40px 0;
    background-image: url("../images/hero-movil-quimica.jpeg");
  }
  .index-quimicos .hero-landing.hide {
    display: block;
    height: initial;
    background-image: none;
  }
  .index-quimicos .hero-landing.hide .flex-hero .forma-cotiza {
    display: block;
    margin: 0 auto;
  }
  .index-quimicos .hero-landing .flex-hero .forma-cotiza {
    display: none;
    margin: 0 auto;
  }
  .index-quimicos .cintilla-marron h2 {
    max-width: 100%;
    width: 100%;
  }
  .index-quimicos .secc-cuentas .flex-materiales {
    flex-flow: column;
  }
  .index-quimicos .secc-cuentas .flex-materiales .slider-img-cuentas {
    margin-right: 0;
  }

  footer .flex-foot {
    flex-flow: column;
  }
  footer .flex-foot p {
    margin-bottom: 30px !important;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .index-quimicos .cintilla-marron h2 {
    font-size: 18px;
    text-align: center;
  }
  .index-quimicos .secc-cuentas .flex-materiales .slider-img-cuentas {
    max-width: 250px;
    margin-bottom: 20px;
  }
  .index-quimicos .secc-cuentas .flex-materiales .txt-materiales h2 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .index-quimicos .secc-cuentas .flex-materiales .txt-materiales p {
    text-align: center;
  }
  .index-quimicos .secc-verde .txt-secc-verde p {
    font-size: 16px;
  }
  .index-quimicos .metales-rec h2 {
    font-size: 18px;
    line-height: 1.6;
  }
  .index-quimicos .metales-rec .grid-metales {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .index-quimicos .cuentas-mate .box-banner {
    flex-flow: column;
    padding: 30px 20px;
  }
  .index-quimicos .cuentas-mate .box-banner .txt-ban {
    margin-bottom: 24px;
  }
  .index-quimicos .cuentas-mate .box-banner .txt-ban h2 {
    font-size: 18px;
  }
  .index-quimicos .faq .items-faq .item-faq .btn-faq {
    font-size: 16px;
    padding-right: 48px;
  }
}

/*# sourceMappingURL=mainstyle.css.map */
