﻿/*$primary-font-light: "NeutraText-Light", sans-serif;
$primary-font-regular: "NeutraText-Regular", sans-serif;
$primary-font-medium: "NeutraText-Medium", sans-serif;
$primary-font-bold: "NeutraText-Bold", Arial;
$primary-font-extrabold: "NeutraText-ExtraBold", Arial;*/
/*$primary-font-light: "NeutraText-Light", sans-serif;
$primary-font-regular: "NeutraText-Regular", sans-serif;
$primary-font-medium: "NeutraText-Medium", sans-serif;
$primary-font-bold: "NeutraText-Bold", Arial;
$primary-font-extrabold: "NeutraText-ExtraBold", Arial;*/
.btn-text {
  color: currentColor;
  text-decoration: none;
  transition: color 0.3s ease;
}
.btn-text:hover, .btn-text:active {
  color: #046A38;
  text-decoration: underline;
}

.btn-arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: currentColor;
}
.btn-arrow:before {
  content: "\f178";
  font-family: "FontAwesome";
  margin-left: -1.8em;
  margin-right: 0.8em;
  opacity: 0;
  transition: all 0.3s ease;
}
.btn-arrow:hover {
  color: #046A38;
  font-family: "Commissioner-Bold", Arial;
  text-decoration: none;
}
.btn-arrow:hover:before {
  margin-left: 0;
  margin-right: 0.5em;
  opacity: 1;
}

.btn-primary {
  color: #046A38 !important;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-primary:hover, .btn-primary:active {
  color: #ffff00 !important;
  background-color: #046A38 !important;
  border-color: #046A38 !important;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon span {
  margin-top: 2px;
  margin-right: 15px;
}

.btn-icon-search {
  border: 0;
  background: none;
  cursor: pointer;
}

.image-blank-background {
  background-image: url(/Assets/WB_co/img/custom/modules/productos/fito/blank_image_fito.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #eaeaea;
  opacity: 1;
}

@media (min-width: 1200px) {
  .module-item.wb-co-first-component > section > div, .wb-co-titlepage {
    margin-top: 96px;
  }
  .wb-co-sld-01.wb-co-ntm {
    margin-top: 96px !important;
  }
}
@media (max-width: 768px) {
  .wb-co-ban-02-media, .wb-co-ban-02-media .wb-co-ban-02__image {
    min-height: 220px;
  }
  .wb-co-ban-02__text {
    padding-top: 2rem !important;
  }
  .wb-co-component {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  /*.wb-co-dtr-06 .wb-co-dtr-06__item, .wb-co-dtr-06__item .wb-co-dtr-06__item__texto {
      min-height: auto;
  }*/
}
@media (min-width: 0px) {
  .module-item.wb-co-first-component > section > div, .wb-co-titlepage {
    margin-top: 81px;
  }
  .wb-co-sld-01.wb-co-ntm {
    margin-top: 81px !important;
  }
}
@media (min-width: 768px) {
  .module-item.wb-co-first-component > section > div, .wb-co-titlepage {
    margin-top: 96px;
  }
  .wb-co-sld-01.wb-co-ntm {
    margin-top: 96px !important;
  }
}
.wb-co-errorpage-code {
  font-size: 120px;
  width: auto;
  margin-left: 0;
  margin-top: 0;
}

.wb-co-errorpage-text {
  margin-right: 20px;
  width: 400px;
  margin-top: 0px;
}

@media (max-width: 992px) {
  .wb-co-errorpage {
    margin-top: 10rem;
    margin-bottom: 0;
  }
  .wb-co-errorpage-container {
    background-size: 280px;
    background-position: top;
    margin-top: 7rem;
    padding-left: 0;
  }
  .wb-co-errorpage-code {
    padding-top: 185px;
    font-size: 90px;
  }
  .wb-co-errorpage-text {
    margin-right: 0;
    width: auto;
    margin-top: 0px;
  }
}
.popover {
  max-width: 360px;
  width: 250px;
  z-index: 1004;
}

.popover-body {
  padding: 15px;
  min-width: 250px;
}
