@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
#latest {
  background: #F0FFF0 !important;
  background-size: cover;
}
#latest .sub-title {
  text-align: center;
  color: #b98b58;
  font-size: 18px;
  font-family: "Merriweather", serif;
}

.searchLogoNav {
  background: #D6EFD8;
}
.searchLogoNav .BaseTopNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  @media (max-width: 992px){
    padding-inline: 30px;
    max-width: 100%;
  }
}
.searchLogoNav .BaseTopNav .logoSection {
  width: 10%;
}
.searchLogoNav .BaseTopNav .logoSection .header-logo {
  width: 100%;
  padding: 0px 2rem 0 0;
}
.searchLogoNav .BaseTopNav .SearchSection {
  width: 60%;
  position: relative;
}
.searchLogoNav .BaseTopNav .SearchSection .fa-search {
  font-size: 17px;
  font-weight: 300;
  color: #1a5319;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.searchLogoNav .BaseTopNav .SearchSection .searchMenu {
  position: absolute;
  width: 100%;
  z-index: 9999999;
}
.searchLogoNav .BaseTopNav .restSection {
  width: 16% !important;
}
.searchLogoNav .BaseTopNav .restSection .IconsAligner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding: 0 0 0 0rem;
}
.searchLogoNav .BaseTopNav .restSection .IconsAligner .routingElements {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 5px;
}
.searchLogoNav .BaseTopNav .restSection .IconsAligner .routingElements img {
  width: 24px;
}
.searchLogoNav .BaseTopNav .restSection .IconsAligner .routingElements .basicprofile {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  border: 2px solid #de6f5b;
}
.searchLogoNav .BaseTopNav .restSection .IconsAligner .routingElements span {
  font-weight: 500;
  font-size: 12px;
  color: #e06f5b;
}

.mainMegaMenu {
  /*Flyout Mega*/
  /*mega menu*/
  /*Blog DropDown*/
  /*Images*/
  /*common*/
  /*hover*/
  /*responsive*/
  /* opacidad */
  /* Fin */
}
.mainMegaMenu .clearfix:after,
.mainMegaMenu .clearfix:before {
  content: "";
  display: table;
}
.mainMegaMenu .clearfix:after {
  clear: both;
  display: block;
}
.mainMegaMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainMegaMenu a,
.mainMegaMenu a:hover,
.mainMegaMenu a.active,
.mainMegaMenu a:active,
.mainMegaMenu a:visited,
.mainMegaMenu a:focus {
  color: #000000;
  text-decoration: none;
}
.mainMegaMenu .content {
  margin: 50px 100px 0px 100px;
}
.mainMegaMenu .exo-menu {
  width: 100%;
  list-style: none;
  position: relative;
  background: #ffffff;
  margin: 0 auto !important;
  @media(max-width: 992px){
    padding-inline: 30px !important;
    max-width: 100%;
  }
}
.mainMegaMenu .exo-menu > li {
  display: inline-block;
  float: left;
}
.mainMegaMenu .exo-menu > li > a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s linear, background 0.2s linear;
}
.mainMegaMenu .exo-menu > li > a.active,
.mainMegaMenu .exo-menu > li > a:hover,
.mainMegaMenu li.drop-down ul > li > a:hover {
  background: #D6EFD8;
  color: #14532D !important;
}
.mainMegaMenu .exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
.mainMegaMenu li.drop-down,
.mainMegaMenu .flyout-right,
.mainMegaMenu .flyout-left {
  position: relative;
}
.mainMegaMenu li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
.mainMegaMenu li.drop-down > ul {
  left: 0px;
  min-width: 230px;
}
.mainMegaMenu .drop-down-ul {
  display: none;
}
.mainMegaMenu .flyout-right > ul,
.mainMegaMenu .flyout-left > ul {
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
}
.mainMegaMenu li.drop-down > ul > li > a,
.mainMegaMenu .flyout-right ul > li > a,
.mainMegaMenu .flyout-left ul > li > a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  transition: color 0.2s linear, background 0.2s linear;
}
.mainMegaMenu .flyout-right ul > li > a,
.mainMegaMenu .flyout-left ul > li > a {
  border-bottom: 1px dotted #B8C7BC;
}
.mainMegaMenu .flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display: none;
  height: 100%;
  padding: 15px;
  min-width: 742px;
}
.mainMegaMenu h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.mainMegaMenu .flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.mainMegaMenu .flyout-mega ul > li > a:hover,
.mainMegaMenu .flyout-mega ul > li > a:active,
.mainMegaMenu .flyout-mega ul > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important;
}
.mainMegaMenu .mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display: none;
  padding-top: 0;
  min-height: 100%;
}
.mainMegaMenu h4.row.mega-title {
  color: #b44736;
  margin-top: 0px;
  font-size: 16px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding-top: 15px;
  background-color: #fff;
  font-weight: 600;
}
.mainMegaMenu .mega-menu ul li a {
  line-height: 25px;
  font-size: 100%;
  display: block;
}
.mainMegaMenu ul.stander li a {
  padding: 3px 0px;
}
.mainMegaMenu ul.description li {
  padding-bottom: 12px;
  line-height: 8px;
}
.mainMegaMenu ul.description li span {
  color: #ccc;
  font-size: 85%;
}
.mainMegaMenu a.view-more {
  border-radius: 1px;
  margin-top: 15px;
  background-color: #ffffff;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
.mainMegaMenu a.view-more:hover {
  color: #fff;
  background: #ffffff;
}
.mainMegaMenu ul.icon-des li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #009FE1;
  line-height: 35px !important;
}
.mainMegaMenu ul.icon-des li {
  width: 100%;
  display: table;
  margin-bottom: 11px;
}
.mainMegaMenu .Blog {
  left: 0;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #547787;
  padding-bottom: 15px;
}
.mainMegaMenu .Blog .blog-title {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.mainMegaMenu .Blog .blog-des {
  color: #ccc;
  font-size: 90%;
  margin-top: 15px;
}
.mainMegaMenu .Blog a.view-more {
  margin-top: 0px;
}
.mainMegaMenu .Images {
  left: 0;
  width: 100%;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #547787;
  padding-bottom: 15px;
}
.mainMegaMenu .Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
.mainMegaMenu .flyout-right ul > li > a,
.mainMegaMenu .flyout-left ul > li > a,
.mainMegaMenu .flyout-mega-wrap,
.mainMegaMenu .mega-menu {
  background-color: #ffffff;
  box-shadow: inset -2px -6px 8px 1px rgba(0, 0, 0, 0.2509803922);
  border-radius: 8px;
  padding: 8px 2rem 2rem !important;
}
.mainMegaMenu .Blog:hover,
.mainMegaMenu .Images:hover,
.mainMegaMenu .mega-menu:hover,
.mainMegaMenu .drop-down-ul:hover,
.mainMegaMenu li.flyout-left > ul:hover,
.mainMegaMenu li.flyout-right > ul:hover,
.mainMegaMenu .flyout-mega-wrap:hover,
.mainMegaMenu li.flyout-left a:hover + ul,
.mainMegaMenu li.flyout-right a:hover + ul,
.mainMegaMenu .blog-drop-down > a:hover + .Blog,
.mainMegaMenu li.drop-down > a:hover + .drop-down-ul,
.mainMegaMenu .images-drop-down > a:hover + .Images,
.mainMegaMenu .mega-drop-down a:hover + .mega-menu,
.mainMegaMenu li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
}
.mainMegaMenu a.toggle-menu {
  position: absolute;
  right: 0px;
  padding: 20px;
  font-size: 27px;
  background-color: #ccc;
  color: #23364B;
  top: 0px;
}
.mainMegaMenu .logosip {
  padding: 0 !important;
  margin-top: -7px !important;
  margin-top: -7px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 200px !important;
  height: 25px !important;
  max-width: 210px !important;
  max-height: 30px !important;
  border: 1.5px transparent !important;
  border-radius: 1.2em;
  background-color: transparent !important;
}
.mainMegaMenu .megamenusip,
.mainMegaMenu .mega-menu,
.mainMegaMenu .Images,
.mainMegaMenu .Blog,
.mainMegaMenu .flyout-right > ul,
.mainMegaMenu .flyout-left > ul,
.mainMegaMenu li.drop-down > ul {
  z-index: 2000;
}
.mainMegaMenu .exo-menu > li > a.active,
.mainMegaMenu .exo-menu > li > a:hover,
.mainMegaMenu li.drop-down ul > li > a:hover {
  background-color: #D6EFD8 !important;
  color: #fff;
}
.mainMegaMenu .circle_image02 {
  opacity: 1 !important;
  filter: alpha(opacity=50) !important;
  /* For IE8 and earlier */
}
.mainMegaMenu .circle_image02:hover {
  opacity: 0.5 !important;
  filter: alpha(opacity=100) !important;
  /* For IE8 and earlier */
}

.exo-menu > li > a {
  display: block;
  padding: 20px 14px;
  @media(max-width: 992px){
    padding: 14px 7.7px;
  }
}

@media (min-width: 767px) {
  .mega-menu,
  .flyout-mega-wrap,
  .Images,
  .Blog,
  .flyout-right > ul,
  .flyout-left > ul,
  li.drop-down > ul {
    position: absolute;
  }
  .flyout-right > ul {
    left: 100%;
  }
  .flyout-left > ul {
    right: 100%;
  }
}
.mainMegaMenu a.toggle-menu {
  display: none;
}

@media (max-width: 767px) {
  .mainMegaMenu a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 10px 8px;
    font-size: 20px;
    background-color: #ffffff;
    color: #23364B;
    top: 0px;
    display: block;
    transform: rotate(90deg);
  }
  .searchLogoNav .BaseTopNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
  .searchLogoNav .BaseTopNav .logoSection {
    width: 40%;
  }
  .searchLogoNav .BaseTopNav .SearchSection {
    width: 60%;
    position: relative;
    display: none;
  }
  .searchLogoNav .BaseTopNav .logoSection .header-logo {
    width: 180px;
    padding-block: 8px;
  }
  .searchLogoNav .BaseTopNav .restSection {
    width: auto !important;
  }
  .searchLogoNav .BaseTopNav .restSection .IconsAligner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 0rem;
  }
  .searchLogoNav .BaseTopNav .restSection .IconsAligner .routingElements span {
    font-weight: 500;
    font-size: 12px;
    color: #e06f5b;
    display: none;
  }
  .exo-menu {
    min-height: 58px;
    background-color: #ffffff;
    width: 100%;
  }
  .exo-menu > li > a {
    width: 100%;
    display: none;
  }
  .exo-menu > li {
    width: 100%;
  }
  .display.exo-menu > li > a {
    display: block;
    padding: 20px 22px;
  }
  .mega-menu,
  .Images,
  .Blog,
  .flyout-right > ul,
  .flyout-left > ul,
  li.drop-down > ul {
    position: relative;
  }
}
.footerLogo {
  width: 180px;
}

#banner-section .owl-nav button.owl-next {
  position: absolute !important;
  top: 50%;
  transform: rotateY("-50%");
  right: 10px;
  background: rgba(0, 0, 0, 0.4);
  padding: 0rem !important;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  color: white;
  border: thin solid #fff;
}
#banner-section .owl-nav button.owl-prev {
  position: absolute !important;
  top: 50%;
  transform: rotateY("-50%");
  left: 10px;
  background: rgba(0, 0, 0, 0.4);
  padding: 0rem !important;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  color: white;
  border: thin solid #fff;
}

.sliceDice {
  padding: 50px 0 0;
}
.sliceDice .card {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.sliceDice .card:hover {
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.sliceDice .card:hover button:after {
  opacity: 1;
  right: 40px;
}
.sliceDice .card-title {
  font-size: 1.05rem;
  line-height: 1.25rem;
  color: #14532d;
  font-weight: 600;
  width: 9.688rem;
  text-overflow: ellipsis;
  overflow: inherit;
  white-space: nowrap;
  margin: 1rem auto 0rem;
}
.sliceDice .card-img-top {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sliceDice button {
  border-radius: 4px;
  background-color: #ffffff;
  border: none;
  color: #000;
  text-align: center;
  font-size: 13px;
  padding: 7px 5px 1rem;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  width: 100%;
  position: relative;
}
.sliceDice button:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 6px;
  right: -20px;
  transition: 0.5s;
}
.sliceDice button:hover {
  padding-right: 24px;
  padding-left: 8px;
}/*# sourceMappingURL=custom.css.map */