@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
body {
  color: #808080;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  font-weight: 400;
}

a {
  color: #fff;
  transition: 0.2s;
}

.primary-color {
  color: #11afab;
}

.dark-color {
  color: #000;
}

.title-1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .title-1 {
    font-size: 3.2rem;
    line-height: 3.375rem;
  }
}

.title-2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-weight: 700;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .title-2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

.title-3 {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -1px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .title-3 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

.title-4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: -1px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .title-4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.btn {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.75rem;
  text-transform: capitalize;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  border: 0;
  padding: 0.6rem 1rem;
  transition: 0.5s;
}
.btn:hover {
  background-color: #fff;
  color: #0a837f;
}

.btn-primary {
  color: #fff;
  background-color: #11afab;
}
.btn-primary:hover {
  background-color: #0a837f;
  color: #fff;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li {
  margin: 0 3px;
  transition: 0.5s ease-in-out;
}
.social li a {
  width: 40px;
  height: 50px;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.social li a svg {
  width: 24px;
  height: 24px;
}
.social li a svg path {
  fill: #fff;
}
.social:hover li {
  opacity: 0.5;
}
.social:hover li:hover {
  opacity: 1;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  transition: 0.5s ease-in-out;
}
header .topnav {
  transition: 0.5s ease-in-out;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
header .navbar-nav {
  padding: 0;
}
header .navbar-nav .nav-item {
  transition: 0.5s ease-in-out;
}
header .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 1rem;
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
}
header .navbar-nav .nav-item .nav-link span {
  padding: 0.5rem 0;
  transition: 0.3s ease-in-out;
  border-bottom: 3px solid transparent;
}
header .navbar-nav .nav-item .nav-link:hover span {
  border-bottom: 3px solid #fff;
}
header .navbar-nav .nav-item.active a span {
  border-bottom: 3px solid #fff;
}
header .navbar-nav:hover .nav-item {
  opacity: 0.5;
}
header .navbar-nav:hover .nav-item:hover {
  opacity: 1;
}
header .nanomix-navbar {
  transition: 0.5s ease-in-out;
}
header .nanomix-navbar .navbar-brand img {
  height: 55px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 576px) {
  header .nanomix-navbar .navbar-brand img {
    height: 40px;
  }
}
header .nanomix-navbar nav {
  position: relative;
}
header .nanomix-navbar .navbar-collapse {
  position: absolute;
  right: 22px;
  top: 70px;
  background-color: #11afab;
  transition: 0.5s ease-in-out;
  min-width: 260px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  header .nanomix-navbar .navbar-collapse {
    position: relative;
    right: auto;
    top: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
header .nanomix-navbar .navbar-collapse .navbar-nav li a {
  color: #fff;
  text-align: right;
}
header .nanomix-navbar .navbar-toggler {
  padding: 0;
  position: relative;
  right: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  header .nanomix-navbar .navbar-toggler {
    width: auto;
    height: auto;
  }
}
header .nanomix-navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .nanomix-navbar .navbar-toggler svg {
  width: 32px;
  height: 32px;
  transition: 0.5s ease-in-out;
}
header .nanomix-navbar .navbar-toggler span {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  position: relative;
  top: -4px;
  left: -3px;
  display: none;
  transition: 0.5s ease-in-out;
}
header .nanomix-navbar .navbar-toggler[aria-expanded=true] span {
  display: block;
}
header .nanomix-navbar .navbar-toggler[aria-expanded=true] svg {
  display: none;
}
@media (min-width: 992px) {
  header .nanomix-navbar .navbar-toggler {
    display: none;
  }
}

header.fixed .nanomix-navbar {
  background-color: #11afab;
}
header.fixed .nanomix-navbar .navbar-brand img {
  height: 40px;
}
header.fixed .nanomix-navbar .navbar-collapse .navbar-nav li a {
  color: #fff !important;
}
@media (max-width: 991px) {
  header.fixed .nanomix-navbar .navbar-collapse {
    top: 45px;
  }
}
header.fixed .nanomix-navbar .navbar-toggler svg path {
  fill: #fff !important;
}
header.fixed .nanomix-navbar .navbar-toggler span {
  color: #fff !important;
}
header.fixed .topnav {
  background-color: #0a837f !important;
}
header.fixed .topnav .social li a {
  height: 35px;
}
header.fixed .topnav .social li a svg path {
  fill: #fff;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: -100%;
  left: 0;
  background-color: #0a837f;
  background-color: rgba(10, 131, 127, 0.8);
  overflow: hidden;
  transition: 0.5s;
}
.overlay .closebtn {
  font-size: 60px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
.overlay .closebtn:hover {
  color: #fff;
}
.overlay h1 {
  color: #fff;
}
.overlay .overlay-content {
  position: relative;
  width: 100%;
}
.overlay .overlay-content .thumbnail-product {
  max-width: 240px;
  display: flex;
  text-decoration: none;
}
@media (min-width: 576px) {
  .overlay .overlay-content .thumbnail-product {
    background-position: center top;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    height: 420px;
  }
}
@media (min-width: 768px) {
  .overlay .overlay-content .thumbnail-product {
    height: 600px;
  }
}
.overlay .overlay-content .thumbnail-product .caption {
  max-width: 180px;
  margin: auto;
}
@media (min-width: 576px) {
  .overlay .overlay-content .thumbnail-product .caption {
    min-height: 190px;
    max-width: 120px;
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
  }
}
@media (min-width: 768px) {
  .overlay .overlay-content .thumbnail-product .caption {
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  .overlay .overlay-content .thumbnail-product .caption {
    max-width: 200px;
  }
}
.overlay .overlay-content .thumbnail-product .caption img.icon {
  height: 60px;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .overlay .overlay-content .thumbnail-product .caption img.icon {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .overlay .overlay-content .thumbnail-product .caption img.icon {
    height: 100px;
  }
}
.overlay .overlay-content .thumbnail-product .caption h2 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (min-width: 576px) {
  .overlay .overlay-content .thumbnail-product .caption h2 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .overlay .overlay-content .thumbnail-product .caption h2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.overlay .overlay-content .thumbnail-product .product-img {
  width: 100%;
  max-width: 207px;
  margin: auto;
}
@media (min-width: 576px) {
  .overlay .overlay-content .thumbnail-product .product-img {
    max-width: 250px;
  }
}

.imagenesEmpresa {
  width: 71%;
  margin-top: 3%;
}

.mw-900 {
  max-width: 900px;
  margin: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  .mw-900 {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
  }
}

.mw-850 {
  max-width: 850px;
  margin: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  .mw-850 {
    -webkit-padding-before: 35px;
            padding-block-start: 35px;
  }
}

.main-slider .swiper-slide {
  height: 100vh;
}
@media (min-width: 992px) {
  .main-slider .swiper-slide {
    height: auto;
  }
}
.main-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider .swiper-button-group {
  position: relative;
}
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .main-slider .swiper-button-next,
  .main-slider .swiper-button-prev {
    width: 70px;
    height: 70px;
  }
}
.main-slider .swiper-button-next::after,
.main-slider .swiper-button-prev::after {
  display: none;
}
.main-slider .swiper-button-next img,
.main-slider .swiper-button-prev img {
  width: 100%;
}
.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
  transform: scale(0.8);
}

.block-content {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-content {
    padding: 80px 0;
  }
}

.block-intro {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
}
@media (min-width: 992px) {
  .block-intro {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
  }
}
.block-intro p {
  max-width: 740px;
  margin: auto;
  font-size: 1.2rem;
  line-height: 2rem;
  position: relative;
  z-index: 3;
}

.thumbnail-product {
  background: url(../img/bg_caption.svg) no-repeat center bottom;
  background-size: contain;
  max-width: 300px;
  height: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
@media (min-width: 576px) {
  .thumbnail-product {
    background-position: center top;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    height: 420px;
  }
}
@media (min-width: 768px) {
  .thumbnail-product {
    height: 600px;
  }
}
.thumbnail-product .caption {
  max-width: 180px;
  margin: auto;
}
@media (min-width: 576px) {
  .thumbnail-product .caption {
    min-height: 190px;
    max-width: 120px;
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
  }
}
@media (min-width: 768px) {
  .thumbnail-product .caption {
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  .thumbnail-product .caption {
    max-width: 200px;
  }
}
.thumbnail-product .caption img.icon {
  height: 60px;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .thumbnail-product .caption img.icon {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .thumbnail-product .caption img.icon {
    height: 100px;
  }
}
.thumbnail-product .caption h2 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (min-width: 576px) {
  .thumbnail-product .caption h2 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .thumbnail-product .caption h2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.thumbnail-product .product-img {
  width: 100%;
  max-width: 207px;
  margin: auto;
}
@media (min-width: 576px) {
  .thumbnail-product .product-img {
    max-width: 250px;
  }
}

.banner-ac {
  background: url(../img/banner.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 230px 0 80px;
}
.banner-ac .caption {
  max-width: 400px;
  margin: auto;
}
@media (min-width: 576px) {
  .banner-ac .caption {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
.banner-ac .caption img {
  height: 70px;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.banner-ac .caption h2 {
  color: #fff;
}
.banner-ac::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
  width: 100%;
  height: 200px;
  background: url(../img/bg_white.png) repeat-x center top;
  background-size: cover;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a:visited,
footer a:link {
  color: #fff;
  text-decoration: none;
}
footer .prefooter {
  background-color: #11afab;
  padding: 60px 0;
  color: #fff;
}
footer .prefooter .footer-brand {
  height: 40px;
  margin: auto;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
footer .prefooter .fbr {
  border-right: 1px solid #fff;
}
footer .footer {
  position: relative;
  overflow: hidden;
  padding: 100px 0 30px;
}
footer .footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 2;
  width: 100%;
  height: 240px;
  background: url(../img/bg_dirt.jpg) repeat center bottom;
  background-size: cover;
}
footer .footer img {
  height: 9px;
  position: relative;
  z-index: 3;
}

.openNav {
  overflow: hidden !important;
}
@media (max-width: 576px) {
  .openNav #NavProductos, .openNav #NavCultivos {
    overflow-y: auto;
  }
}

.internal {
  position: relative;
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
}
.internal::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 280px;
  height: 170px;
  background: url(../img/bg_corner.svg) no-repeat right top;
  background-size: cover;
}
@media (min-width: 576px) {
  .internal::before {
    width: 500px;
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .internal::before {
    width: 600px;
    height: 200px;
  }
}
@media (min-width: 1440px) {
  .internal::before {
    width: 700px;
    height: 200px;
  }
}
.internal header .topnav svg path {
  fill: #11afab;
}
@media (max-width: 767px) {
  .internal header .topnav svg path {
    fill: #fff;
  }
}
@media (max-width: 767px) {
  .internal header .topnav {
    background-color: #11afab;
  }
}
.internal header .nanomix-navbar .navbar-collapse .navbar-nav li a {
  color: #666;
}
@media (max-width: 991px) {
  .internal header .nanomix-navbar .navbar-collapse .navbar-nav li a {
    color: #fff;
  }
}
.internal header .nanomix-navbar .navbar-toggler svg path {
  fill: #11afab;
}
.internal header .nanomix-navbar .navbar-toggler span {
  color: #11afab;
}

.first-block {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  overflow-x: hidden;
}
.first-block h1 {
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media (min-width: 576px) {
  .first-block h1 {
    text-align: right;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 5rem;
            margin-block-end: 5rem;
  }
}
.first-block .title-product {
  margin-top: 7rem;
}
@media (min-width: 768px) {
  .first-block .title-product {
    margin-top: 0;
  }
}
.first-block .title {
  position: relative;
}
.first-block .title img {
  height: 100px;
}
.first-block .title .product-logo img {
  height: 60px;
}
@media (min-width: 992px) {
  .first-block .title .product-logo img {
    height: 80px;
  }
}
.first-block .title .title-aside {
  position: absolute;
  right: auto;
  left: 0;
  top: -70px;
}
@media (min-width: 768px) {
  .first-block .title .title-aside {
    background-color: #eee;
    right: 0;
    left: auto;
    top: auto;
    border-radius: 0 0 0 100px;
    text-align: end;
    padding: 0.7rem 1rem;
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
  }
}
.first-block .title .title-aside p {
  margin: 0;
  font-size: 16px;
}
.first-block .title .title-aside p span {
  display: block;
  font-weight: bold;
}
@media (min-width: 992px) {
  .first-block .title .title-aside p {
    font-size: 18px;
  }
}
.first-block .title .title-aside::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background-color: #eee;
}
@media (max-width: 767px) {
  .first-block .title .title-aside::after {
    display: none;
  }
}

.textoBlanco {
  color: white;
  margin-top: 5%;
}

@media (max-width: 765px) {
  .divFotosEmpresa {
    margin-bottom: 7%;
  }
}

.banner-about {
  position: relative;
  height: 620px;
  -webkit-padding-before: 200px;
          padding-block-start: 200px;
  background: url(../img/banner2.jpg) no-repeat center top;
  background-size: cover;
}
.banner-about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 20px;
  background: url(../img/bg_white.png) repeat-x center top;
  background-size: cover;
}

.banner-section-2 {
  position: relative;
  height: 520px;
  -webkit-padding-before: 200px;
          padding-block-start: 200px;
  background: url(../img/HOJAS-MICROSCOPICAS.jpg) no-repeat center top;
  background-size: cover;
}
.banner-section-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 20px;
  background: url(../img/bg_white.png) repeat-x center top;
  background-size: cover;
}

.block-mission {
  position: relative;
  -webkit-margin-before: -250px;
          margin-block-start: -250px;
}
@media (max-width: 765px) {
  .block-mission {
    margin-top: 0px;
  }
}
.block-mission .thumbnail-mission {
  max-width: 300px;
  margin: auto;
  background-color: #11afab;
  border-radius: 0 200px 0 100px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media (min-width: 576px) {
  .block-mission .thumbnail-mission {
    background-image: url("../img/bg_caption.svg"), url("../img/bg_caption.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: contain, contain;
    border-radius: 0;
    background-color: transparent;
    max-width: 300px;
    height: 620px;
  }
}
@media (min-width: 768px) {
  .block-mission .thumbnail-mission {
    max-width: 300px;
    height: 520px;
  }
}
@media (min-width: 992px) {
  .block-mission .thumbnail-mission {
    max-width: 300px;
    height: 620px;
  }
}
.block-mission .thumbnail-mission .caption {
  padding: 2rem 2rem 4rem;
}
@media (min-width: 576px) and (max-width: 991px) {
  .block-mission .thumbnail-mission .caption {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .block-mission .thumbnail-mission .caption {
    padding: 4rem 3rem 3rem;
  }
}
.block-mission .thumbnail-mission .caption h2 {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  color: #fff;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .block-mission .thumbnail-mission .caption h2 {
    font-size: 2rem;
  }
}
.block-mission .thumbnail-mission .caption p {
  color: #fff;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .block-mission .thumbnail-mission .caption p {
    font-size: 14px;
  }
}

.banner-scales {
  background-color: #3f2818;
  position: relative;
  -webkit-padding-before: 260px;
          padding-block-start: 260px;
}
.banner-scales::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
  width: 100%;
  height: 220px;
  background: url(../img/bg_white.png) repeat-x center top;
  background-size: cover;
}
.banner-scales p,
.banner-scales h1,
.banner-scales h3,
.banner-scales li {
  color: #fff;
}

.scale-diagram img {
  max-width: 100%;
}
.scale-diagram .scale-desktop {
  display: none;
}
@media (min-width: 576px) {
  .scale-diagram .scale-desktop {
    display: block;
  }
}
@media (min-width: 576px) {
  .scale-diagram .scale-mobile {
    display: none;
  }
}

.bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bullets li {
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  position: relative;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/bullet.svg) no-repeat;
}

.thumbnail-item {
  background: url(../img/bg.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 300px;
  height: 400px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .thumbnail-item {
    height: 400px;
  }
}
@media (min-width: 991px) {
  .thumbnail-item {
    height: 370px;
    padding: 0 2rem;
  }
}
.thumbnail-item .caption img {
  height: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .thumbnail-item .caption img {
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .thumbnail-item .caption p {
    font-size: 14px;
  }
}

.product-details .table {
  border-width: 2px;
  color: #fff;
  font-size: 14px;
  border-color: #fff !important;
  text-align: center;
}
@media (min-width: 576px) {
  .product-details .table {
    font-size: 16px;
  }
}
.product-details .table-bordered > :not(caption) > * > * {
  border-width: 0 2px;
}
.product-details .table-bordered > :not(caption) > * {
  border-width: 2px 0;
}
.product-details .product-img {
  position: relative;
}
.product-details .product-img img {
  width: 100%;
}
.product-details .product-img .badge {
  background-color: #11afab;
  border-radius: 100px 0 100px 0;
  padding: 0.85rem 1.5rem;
  color: #fff;
}
.product-details .panel-col a {
  display: block;
  text-align: start;
  position: relative;
  font-size: 14px;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
@media (min-width: 576px) {
  .product-details .panel-col a {
    font-size: 16px;
  }
}
.product-details .panel-col a i {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
}
.product-details .panel-col .row .col span {
  background-color: #eee;
  display: block;
  padding: 10px;
  height: 100%;
}

.nitro .table > :not(caption) > * > * {
  background-color: #62af2c;
}
.nitro .panel-col a {
  background-color: #62af2c;
}

.fosforo .table > :not(caption) > * > * {
  background-color: #1f3863;
}
.fosforo .panel-col a {
  background-color: #1f3863;
}

.seedl .table > :not(caption) > * > * {
  background-color: #ff7424;
}
.seedl .panel-col a {
  background-color: #ff7424;
}

.seedg .table > :not(caption) > * > * {
  background-color: #a4248c;
}
.seedg .panel-col a {
  background-color: #a4248c;
}

.zinc .table > :not(caption) > * > * {
  background-color: #686464;
}
.zinc .panel-col a {
  background-color: #686464;
}

.micros .table > :not(caption) > * > * {
  background-color: #080404;
}
.micros .panel-col a {
  background-color: #080404;
}

.potasio .table > :not(caption) > * > * {
  background-color: #cc3366;
}
.potasio .panel-col a {
  background-color: #cc3366;
}

.n8p4k5 .table > :not(caption) > * > * {
  background-color: #11afab;
}
.n8p4k5 .panel-col a {
  background-color: #11afab;
}

.legus .table > :not(caption) > * > * {
  background-color: #007338;
}
.legus .panel-col a {
  background-color: #007338;
}

.cobre .table > :not(caption) > * > * {
  background-color: #e83414;
}
.cobre .panel-col a {
  background-color: #e83414;
}

.calx .table > :not(caption) > * > * {
  background-color: #08b4f4;
}
.calx .panel-col a {
  background-color: #08b4f4;
}

.duo .table > :not(caption) > * > * {
  background-color: #986c4c;
}
.duo .panel-col a {
  background-color: #986c4c;
}

.gyps .table > :not(caption) > * > * {
  background-color: #481c1c;
}
.gyps .panel-col a {
  background-color: #481c1c;
}

.caption-contact {
  text-align: center;
}
.caption-contact img {
  height: 100px;
  margin: auto;
  margin-bottom: 1rem;
}
.caption-contact a {
  color: #808080;
  text-decoration: none;
}

.form-control {
  background-color: #eee;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  border-color: #eee;
}

.form-control.error {
  border-color: red;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}
.form-group label.error {
  color: red;
  font-size: 13px;
}

.contact-form .btn {
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

.map {
  height: 500px;
}

.caption-cultivo {
  max-width: 170px !important;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float img {
  width: 60px;
}

.my-float {
  margin-top: 16px;
}/*# sourceMappingURL=style.css.map */

span.badge.bg-success {
  height: 40px;
  padding-top: 11px;
  font-size: 16px;
}