/* Import fonts
-------------------------------------------------- */
/*@font-face {
  font-family: 'helvetica-roman';
  src: url(../fonts/HelveticaLTStd-Roman.otf);
}*/
@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/Roboto-Regular.otf);
}
/*
@font-face {
  font-family: 'helvetica-light';
  src: url(../fonts/HelveticaLTStd-Light.otf);
}*/
@font-face {
  font-family: 'roboto-light';
  src: url(../fonts/Roboto-Light.otf);
}
/*
@font-face {
  font-family: 'helvetica-bold';
  src: url(../fonts/HelveticaLTStd-Bold.otf);
}*/
@font-face {
  font-family: 'roboto-black';
  src: url(../fonts/Roboto-Black.otf);
}

/*@font-face{font-family:'gothic';src:url(../fonts/GOTHIC.otf);}*/

/* Bootstrap Customize
-------------------------------------------------- */
.container {
  max-width: 1230px !important;
}

.middle.modal {
  text-align: center;
  padding: 0 !important;
}

.middle.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}

.middle.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#modalIMG .modal-dialog {
  margin: 7rem auto;
}

#modalIMG .modal-dialog .modal-content {
  border-radius: 0;
}

#modalIMG img {
  cursor: zoom-out;
}

.modal-open .modal {
  transition: ease all .3s;
}

.modal.fade .modal-dialog {
  transition: ease all .3s;
}

/* Global CSS
-------------------------------------------------- */
/*body,
html {
  overflow-x: hidden;
}*/

a {
  color: #000;
}

a:hover,
a:active,
a:focus {
  color: #414141;
  text-decoration: none;
}

textarea,
input:focus,
textarea,
input:active,
button,
input,
select,
a {
  box-shadow: none !important;
}

.jumbotron {
  border-radius: 0;
}

.jumbotron h1.title {
  font-size: 3.1rem;
  font-family: 'roboto-regular';
  position: relative;
}

.jumbotron.bg-secondary {
  background-color: #f4f4f4 !important;
}

.breadcrumb {
  background-color: #fff;
  font-family: 'roboto-regular';
  font-size: 0.8rem;
  color: #454545;
  padding: 0;
}

.breadcrumb .breadcrumb-item.active {
  font-family: 'roboto-black';
  color: #454545;
}

.breadcrumb .breadcrumb-item a {
  color: #454545;
}

.btn {
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px !important;
}

.btn-up {
  background: url('../images/icons/icon-up.png') no-repeat;
  padding: 13px;
  position: absolute;
  right: 1.8rem;
  bottom: -8.5rem;
}

.btn-black {
  font-family: 'roboto-light';
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-black:hover {
  color: #fff;
  background: #404040;
}

.heading-page {
  min-height: 500px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.heading-page h1 {
  font-family: 'roboto-black';
  font-size: 4.5rem;
  text-transform: capitalize;
}

.heading-page h2 {
  font-family: 'roboto-regular';
  font-size: 2.9rem;
}

.heading-page p {
  font-family: 'roboto-regular';
  font-size: 1rem;
}

.help-text {
  font-size: 1.1rem;
  color: #55575b;
  margin-top: 4rem !important;
  margin-bottom: 3.5rem !important;
}


.toggle-icon {
  width: 27px;
  height: 18px;
  margin: .2rem .1rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.toggle-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #7f7f7f;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.toggle-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.toggle-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.toggle-icon span:nth-child(1),
.toggle-icon span:nth-child(2) {
  top: 0;
}

.toggle-icon span:nth-child(3),
.toggle-icon span:nth-child(4) {
  top: 43%;
}

.toggle-icon span:nth-child(5),
.toggle-icon span:nth-child(6) {
  bottom: 0;
}

.toggle-icon.open span:nth-child(1),
.toggle-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-icon.open span:nth-child(2),
.toggle-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle-icon.open span:nth-child(1) {
  left: 3px;
  top: 4px;
}

.toggle-icon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 4px;
}

.toggle-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.toggle-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.toggle-icon.open span:nth-child(5) {
  left: 3px;
  bottom: 4px;
}

.toggle-icon.open span:nth-child(6) {
  left: calc(50% - 3px);
  bottom: 4px;
}

@media(max-width: 800px) {
  .heading-page h1 {
    font-size: 2rem;
  }
}

/* Home Page
-------------------------------------------------- */
/*-- Slider */
#carousel-principal.carousel {
  /*padding-top: 4.4rem;*/
  margin-bottom: 4rem;
  font-family: 'roboto-light', Arial, Helvetica, sans-serif;
  transition: ease all .5s;
}

#carousel-principal.carousel.small {
  padding-top: 17.2rem;
  transition: ease all .5s;
}

#carousel-principal .carousel-caption {
  right: 11rem;
  bottom: 6rem;
  z-index: 10;
}

#carousel-principal .carousel-item {
  height: 90vh;
}

#carousel-principal video {
  width: 100%;
}

#carousel-principal .carousel-item .img-slide {
  animation: slideShow 30s linear infinite 0s;
  -o-animation: slideShow 30s linear infinite 0s;
  -moz-animation: slideShow 30s linear infinite 0s;
  -webkit-animation: slideShow 30s linear infinite 0s;
}

#carousel-principal .carousel-item .s-4,
#carousel-principal .s-4 {
  font-size: 4.3rem;
  margin: 0 !important;
  line-height: 5.5rem;
  text-shadow: 0 0 10px #171717;
}

#carousel-principal .carousel-item .sb-5,
#carousel-principal .sb-5 {
  font-size: 6.5rem;
  font-family: 'roboto-black';
  margin: 0;
  line-height: 6rem;
  text-shadow: 0 0 10px #171717;
}

#carousel-principal.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

#carousel-principal.carousel-fade .carousel-inner .item,
#carousel-principal.carousel-fade .carousel-inner .active.left,
#carousel-principal.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

#carousel-principal.carousel-fade .carousel-inner .active,
#carousel-principal.carousel-fade .carousel-inner .next.left,
#carousel-principal.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

#carousel-principal.carousel-fade .carousel-inner .next,
#carousel-principal.carousel-fade .carousel-inner .prev,
#carousel-principal.carousel-fade .carousel-inner .active.left,
#carousel-principal.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#carousel-principal.carousel-fade .carousel-control {
  z-index: 2;
}

@keyframes slideToRight {
  from {
    transform: translateX(-80px)
  }

  to {
    transform: translateX(0px)
  }
}

/*-- Nav top */
.nav-top {
  font-family: 'roboto-light', Arial, Helvetica, sans-serif;
  height: 20px;
  max-height: 20px;
  overflow: hidden;
  position: relative;
  z-index: 99999;
}

.nav-top .divider {
  width: 1px;
  height: 9px;
  background: #b1b1b1;
  margin-top: 11px;
}

.nav-top ul {
  font-size: .87rem;
}

.nav-top ul li {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.nav-top ul li:last-child {
  padding-right: 0 !important;
}

.nav-top .nav-link {
  color: #fff !important;
}

.nav-top .search-form-top {
  opacity: 0;
  margin-right: -5rem;
  transition: ease .2s all;
  z-index: -1;
}

.nav-top .search-form-top .form-inline {
  position: absolute;
  width: 0;
  overflow: hidden;
  right: -1rem;
  top: 0;
  transition: ease width .2s;
  opacity: 0;
  z-index: -1;
}

.nav-top .search-form-top .form-inline input {
  background: #d1d1d1;
  border: 0;
  font-size: .9rem;
  margin-right: -3.8rem !important;
  width: 100%;
  height: 37px;
  color: #000;
  border-radius: 0;
  transform: translate(15rem);
  opacity: 0;
  transition: ease .2s all;
}

.nav-top .search-form-top .form-inline.show input {
  transform: translate(0);
  opacity: 1;
  transition: ease .4s all;
}

.nav-top .search-form-top .actions {
  position: absolute;
  right: 0rem;
}

.nav-top .search-form-top .btn-submit {
  background: url(../images/icons/icon-lupas.png) no-repeat center;
  padding: 1rem;
}

.nav-top .search-form-top .btn-cancel {
  background: url(../images/icons/icon-cancel.png) no-repeat center;
  padding: 1rem;
}

.nav-top.small .search-form-top {
  transition: ease .2s all;
  opacity: 1;
  margin-right: -1.5rem;
  z-index: auto;
}

.nav-top .search-form-top .form-inline.show {
  top: 0 !important;
  opacity: 1;
  z-index: 1;
  width: 43rem;
}

.nav-top .bubble.show {
  top: 2.6rem;
}

.nav-top .bubble.show::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ccc;
  border-top: 0;
  top: -8px;
  bottom: 0;
}

.nav-top .bubble.show::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  top: -6px;
  bottom: 0;
}

/*-- Nav principal */
.nav-principal {
  font-family: 'roboto-light', Arial, Helvetica, sans-serif;
  padding: 1rem 0 1.6rem 0;
  width: 100%;
  height: 154px;
  top: 2.2rem;
  z-index: 1040;
  background: #fff;
  position: sticky;
  box-shadow: 0 0 5px #757575;
  margin-top: -2px;
}

.nav-principal .navbar-nav {
  margin-top: 3rem !important;
  transition: ease .2s all;
}

.nav-principal .logo-animation {
  animation: fadeIn 1s;
}

/*-- Small */
.nav-principal.small {
  position: fixed;
  padding-top: 7px;
  z-index: 9999;
}

.nav-principal.small .logo-animation {
  animation: inherit;
}

.nav-principal.small .navbar-nav {
  margin-top: 0 !important;
  transition: ease .2s all;
}

.nav-principal.small {
  height: 85px !important;
  /*transition: ease .7s all;*/
}

.nav-principal.small .search-form {
  height: 0;
  opacity: 0;
  z-index: -1;
  animation: fadeOut .2s;
}

.nav-principal.small .megamenu {
  margin-top: -3px;
}

.nav-top.no-items .navbar-nav .nav-item {
  display: none;
}

@keyframes slideToLeft {
  0% {
    transform: translateX(-6rem);
    opacity: 0;
  }

  100% {
    transform: translateX(-0rem);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes slideToBottom {
  from {
    transform: translateY(-8rem);
  }

  to {
    transform: translateY(0rem);
  }
}

/*.nav-principal::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: #fff;
  bottom: 0;
  z-index: 1045;
}*/

.nav-principal ul {
  font-size: 1.2rem;
}

.nav-principal ul li {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.nav-principal ul li:last-child {
  padding-right: 0 !important;
}

.nav-principal ul li a {
  position: relative;
}

.nav-principal ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 9%;
  bottom: 0;
  background: #333333;
  transition: ease all .4s;
  border: 0 !important;
}

.nav-principal ul li a:hover::after,
.nav-principal ul li a.active::after {
  width: 84%;
  transition: ease all .3s;
}

.nav-principal .megamenu-li {
  position: static;
}

.nav-principal .dropdown-menu {
  background-color: #fff;
  border-radius: 0 !important;
  margin-top: 16.5px;
  border: 0px;
  padding: 0;
  box-shadow: inset 0 7px 9px -7px #e0e0e0;
  opacity: 0;
  display: block;
  transform: translateY(-1rem);
  transition: ease-out .5s transform, ease-out .5s opacity;
  height: 0;
  overflow: hidden;
}

.nav-principal .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0rem);
  height: auto;
  padding: 1.3rem 1.3rem .5rem 1.3rem;
  transition: ease-in .3s transform, ease-in .3s opacity;
}

.nav-principal .dropdown-menu.megamenu.show {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

/* Small menu */
.nav-principal.small .dropdown-menu {
  margin-top: .75rem;
}

.nav-principal.small .dropdown-menu.megamenu {
  margin-top: -.5rem;
}

.nav-principal .dropdown-menu .dropdown-item:last-child {
  border: 0 !important;
  margin: 0;
}

.nav-principal .dropdown-item {
  font-size: 0.8rem;
  color: #000000;
  border-bottom: 1px solid #9d9c9a;
  padding: 0 0 .7rem;
  transition: ease all .3s;
  margin-bottom: .7rem;
}

.nav-principal .dropdown-item:hover {
  color: #7b622f;
  background-color: transparent;
  border-bottom: 1px solid #7b622f;
}

.nav-principal .dropdown-item::after {
  width: 0 !important;
}

.nav-principal .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: -13px;
  padding: 0;
}

/* .nav-principal .megamenu */
.nav-principal .megamenu h5 {
  font-size: 1.125rem;
  margin: 2rem 0 1.7rem;
  color: #55575b !important;
  font-family: "roboto-regular";
}

.nav-principal .megamenu .nav {
  display: inline-block;
  margin-right: 2rem;
}

.nav-principal .megamenu .nav-item {
  padding: 0 !important;
}

.nav-principal .megamenu .nav-link {
  width: fit-content;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #55575b !important;
  padding: 0 0 5px 0;
  transition: ease all .3s;
}

.nav-principal .megamenu .megamenu-foot {
  background: #efefef;
  font-size: .85rem;
  padding: 1rem;
  margin-left: -20px;
  margin-right: -25px;
  margin-bottom: -25px;
  margin-top: 4rem;
}

.nav-principal .megamenu .nav-link::after {
  left: 0;
}

.nav-principal .megamenu .nav-link:hover::after {
  width: 100%;
}

.nav-principal .megamenu .nav-link:hover {
  color: #7b622f;
}

.nav-principal .megamenu .col-12::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 2.1rem;
  right: 0;
  background-color: #bdbebe;
  right: 3.5rem;
}

.nav-principal .megamenu .col-12:nth-child(1)::after {
  height: 50%
}

.nav-principal .megamenu .col-12:nth-child(2)::after {
  height: 95%;
}

.nav-principal .megamenu .col-12:last-child::after {
  display: none;
}

.nav-principal .megamenu .col:last-child::after {
  width: 0;
}


@media(max-width: 991px) {
  .nav-principal {
    top: 0;
  }

  .nav-principal.small .logo {
    width: 12rem !important;
    background-size: contain;
  }

  .nav-principal.small .scroll {
    overflow: auto;
  }

  .nav-principal.small .no-scroll {
    overflow: hidden;
  }

  .nav-principal.small .navbar.navbar-light {
    max-height: 100vh;
    overflow-y: auto;
    position: unset;
    display: block;
    padding-bottom: 0;
    z-index: 99999;
  }

  .nav-principal #navbarCollapse {
    margin-left: -16px !important;
    margin-right: -16px !important;
    /*margin-top: .4rem;*/
  }

  .nav-principal .search-form-top {
    width: 100%;
    padding: 1rem;
    background: #000;
    position: relative;
  }

  .nav-principal .search-form-top input.form-control {
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #464646;
  }

  .nav-principal .search-form-top input.form-control:focus {
    border: 0;
    border-bottom: 1px solid #7b622f;
    box-shadow: none !important;
  }

  .nav-principal .search-form-top .btn-nav-top-search {
    position: absolute;
    right: 0;
    margin: 0 !important;
  }

  .nav-principal ul li {
    border-bottom: 1px solid #464646;
  }

  .nav-principal #navbarCollapse .navbar-nav {
    width: 100%;
    padding-top: 1rem;
  }

  .nav-principal ul li {
    padding-left: 23px !important;
    padding-right: 23px !important;
    margin: 0 1rem;
  }

  .nav-principal .navbar-nav.pr {
    background: #000;
  }

  .nav-principal .navbar-nav.sc {
    background: #676767;
  }

  .nav-principal #navbarCollapse .navbar-nav .nav-link {
    color: #dcdcdc;
  }

  .nav-principal #navbarCollapse .search-form {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
  }

  .nav-principal #navbarCollapse .search-form input {
    width: 348px !important;
  }

  .nav-principal .dropdown-toggle:before {
    content: url(../images/icons/icon-nextprev-inverse.png);
    position: absolute;
    right: -1.3rem;
    top: 13px;
    width: 16px;
    height: 25px;
  }

  .nav-principal .nav-item.show .dropdown-toggle:before {
    transform: rotate(90deg) translateY(3px);
  }

  #carousel-principal .carousel-item {
    height: 33.5rem !important;
  }

  #carousel-principal.carousel {
    padding-top: 4px !important;
  }

  /*#carousel-principal .carousel-item img.img-slide{
        width: 200% !important;
        height: 100%;
    }*/
  #carousel-principal .carousel-item .s-4,
  #carousel-principal .s-4 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  #carousel-principal .carousel-item .sb-5,
  #carousel-principal .sb-5 {
    font-size: 2.5rem;
    line-height: 2.4rem;
  }

  #carousel-principal .carousel-caption {
    width: 80%;
    bottom: 2rem;
  }

  #carousel-principal .carousel-caption img{
    transform: scale(.3);
    position: absolute;
    right: -70px;
    bottom: -5.5rem;
  }

  /*
  #carousel-principal.carousel.small {
    padding-top: 5rem;
  }*/

  /*-- Enfocados */
  .enfocados h1.title {
    font-size: 2.5rem !important;
  }

  .enfocados h1.title:after {
    width: 73% !important;
    right: 5.5rem !important;
  }

  /*-- Marcas */
  .jumbotron {
    padding: 2rem 0rem !important;
  }

  .marcas h1.title::after {
    left: 52.5% !important;
  }

  .marcas p {
    width: 100% !important;
  }

  .jumbotron h1.title {
    font-size: 2.5rem;
  }

  /*-- Noticicas */
  .noticias .row {
    margin-left: 0 !important;
  }

  /*-- Footer */
  .footer .col-12 {
    margin-bottom: 2rem;
    padding-left: 2rem;
  }

  .footer .copyright {
    height: 130px !important;
  }

  .footer .copyright .col-12 {
    text-align: center !important;
    margin-bottom: 0 !important;
  }

  .footer .copyright .nav {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  @media(max-width: 800px) {
    .footer .copyright {
      padding: 0 !important;
    }

  }

  /*-- Megamenu */

  .nav-principal .dropdown-menu {
    width: 130%;
    margin-left: -40px !important;
    box-shadow: inset 0 0 5px #000;
  }

  .nav-principal .dropdown-menu {
    /*padding: 2.1rem;*/
    margin: 0
  }

  .nav-principal .dropdown-menu.megamenu {
    padding: 0 2.1rem;
  }

  .nav-principal .megamenu .megamenu-foot {
    display: none;
  }

  .nav-principal .megamenu .col-12::after {
    display: none;
  }

  .nav-principal ul li a:hover::after,
  .nav-principal ul li a.active::after {
    display: none;
  }

  .nav-principal.small .dropdown-menu.megamenu {
    margin-top: 0;
  }

  .dropdown-menu.megamenu.show {
    position: unset;
    margin: 0;
  }

  .nav-principal .megamenu .col::after {
    width: 0;
  }

  .nav-principal .megamenu .nav {
    display: block;
    margin: 0;
  }

  .nav-principal .megamenu .col-12 {
    padding: 0;
  }

  .nav-principal .megamenu .nav-item {
    margin: 0;
  }

  .nav-principal .megamenu .nav-link {
    padding: .5rem 0rem;
    margin: 0;
  }


  /*-- Navtop */
  .nav-top ul {
    font-size: .65rem;
    margin-left: 1rem !important;
    flex-direction: row;
  }
}

/*-- Logo */
.logo {
  /*width: 11rem;
  height: 7rem;*/
  padding: 4rem 6rem;
  background-image: url(../images/logo_agrovet.png);
  background-repeat: no-repeat;
}

/*-- Search form */
.search-form {
  position: absolute;
  right: 0;
  top: 0px;
  margin-right: 10px;
  z-index: 1040;
}

.search-form input {
  border: 0;
  border-bottom: 1px solid #a5a6a6;
  border-radius: 0;
  width: 236px !important;
  text-align: center;
  font-size: 13px;
  margin-right: 0 !important;
  transition: ease all .3s;
}

.search-form input:focus {
  width: 386px !important;
  outline: 0px !important;
  box-shadow: none !important;
  border-color: #ca952f;
  -webkit-outline: 0px !important;
}

.search-form .btn {
  position: absolute;
}

.search-form .btn-lupa {
  background: url(../images/icons/icon-lupa.png) no-repeat;
  position: absolute;
  right: 5px;
}

.search-form .sugg-box {
  width: 100%;
  position: relative;
  top: -1.1rem;
}

.search-form #search-box-sug {
  position: absolute;
  width: 100%;
  top: 1.1rem;
}

.search-form #search-box-sug .list-group-item {
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-form #search-box-sug .list-group-item a::after {
  left: 0px !important;
  background: #dcdcdc !important;
}

/*-- Enfocados */
.enfocados {
  font-family: 'roboto-light';
  margin-bottom: 4rem;
  padding: 4rem 0 10.5rem 0;
}

.enfocados h1.title {
  font-size: 4rem;
  max-width: 460px;
  position: relative;
}

.enfocados h1.title:after {
  content: "";
  position: absolute;
  width: 37%;
  height: 3px;
  background: #000;
  right: 0;
  bottom: 0;
}

.enfocados h1.title>.bold {
  font-family: 'roboto-black';
}

.enfocados .lead {
  padding-top: .5rem;
  font-size: 1.1rem;
}

.enfocados .more {
  font-family: 'roboto-regular';
  font-weight: 'bold';
}

/*-- Nuestras marcas */
.marcas {
  font-family: 'roboto-light';
  background-color: #f6f6f6 !important;
  padding-top: 9rem;
  position: relative;
  padding-bottom: 7.5rem;
}

.marcas p {
  width: 65%;
  margin: auto;
  font-size: 1.18rem;
}

.marcas h1.title::after {
  content: "";
  position: absolute;
  width: 4.3rem;
  height: 5px;
  background: #000;
  left: 59.5%;
  bottom: 20px;
}

.marcas .prev {
  background: url('../images/icons/icon-nextprev.png') no-repeat;
  transform: rotate(-180deg);
  width: 42px;
  height: 80px;
  position: absolute;
  left: 2rem;
  top: 62%;
}

.marcas .next {
  background: url('../images/icons/icon-nextprev.png') no-repeat;
  width: 42px;
  height: 80px;
  position: absolute;
  right: 4rem;
  top: 62%;
}

/*-- Carousel Marcas */
.carousel-marcas .card {
  height: 456px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
}
.carousel-marcas .card-body .thumb{
  width: auto !important;
  margin: auto;
}
.carousel-marcas .body-hover {
  font-family: 'roboto-regular';
  position: absolute;
  width: 100%;
  height: 67%;
  left: 0;
  top: 9.4rem;
  padding: 2rem 1.4rem;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  z-index: -1;
  transition: ease-in-out all .2s;
}

.carousel-marcas .card:hover .body-hover {
  opacity: 1;
  z-index: 1;
  transition: ease-in all .15s;
}

.carousel-marcas .body-hover h4.title {
  width: auto;
  font-size: 1.1rem;
  padding-bottom: 6px;
  margin-bottom: 20px;
  border-bottom: 1px solid #846f52;
  color: #846f52;
  display: inline-block;
}

.carousel-marcas .body-hover p {
  width: 100% !important;
  font-size: 0.9rem;
}

.carousel-marcas .btn-outline-secondary {
  border-radius: 0 !important;
  bottom: 2.5rem;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  font-size: 0.98rem;
  width: 140px;
  padding: .6rem 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next{
  width: 30px;
    background: #C9C7C8;
    border: 0px solid #8c8c8c;
    color: #212529;
    font-size: 1.5rem;
    margin-left: 10px;
    margin-top: 10px;
}

/*-- Noticias */
.noticias {
  font-family: 'roboto-light';
  background-color: #fff !important;
  padding-top: 9rem;
  position: relative;
  padding-bottom: 7.5rem;
}

.noticias h1.title::after {
  content: "";
  position: absolute;
  width: 4.3rem;
  height: 5px;
  background: #000;
  left: 67.5%;
  bottom: 20px;
}

.noticias .card {
  border: 0 !important;
  font-family: 'roboto-light';
}

.noticias .card .card-img-top {
  border-radius: 0 !important;
}

.noticias h4.title {
  font-family: 'roboto-regular';
  font-size: 0.99rem;
  color: #846f52;
  position: relative;
  padding-bottom: 7px;
}

.noticias h4.title::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #846f52;
  left: 0;
  bottom: 0;
}

.noticias p.date {
  font-size: 0.87rem;
}

.noticias p.resume {
  font-size: 1rem;
  text-align: justify;
  line-height: 20px;
}

.noticias a.lead {
  font-size: 0.81rem;
  color: #846f52;
}

.noticias .btn-control {
  background: #C9C7C8;
  border-radius: 0 !important;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  padding: 2px 0;
}

.noticias .btn-control:hover {
  background: #303030;
  color: #fff;
  transition: ease background .3s;
}

.noticias .prev {
  right: 4.2rem;
}

.noticias .next {
  right: 1.6rem;
}

/*-- Footer */
.footer {
  font-family: 'roboto-regular';
  font-size: 0.8rem;
  background: #202020;
  padding: 5rem 0 14rem 0;
  color: #fff;
  position: relative;
}

.footer a {
  color: #fff;
}

.footer h6.ul-heading {
  font-family: 'roboto-black';
  font-size: 0.9rem;
  padding-bottom: 10px;
}

.footer .nav-item.gps {
  background: url('../images/icons/icon-gps.png') no-repeat;
  background-position: 0px 3px;
  padding-left: 26px;
}

.footer .nav-item.mail {
  background: url('../images/icons/icon-mail.png') no-repeat;
  background-position: 0px 4px;
  padding-left: 26px;
}

.footer .nav-item.phone {
  background: url('../images/icons/icon-phone.png') no-repeat;
  background-position: 0px 4px;
  padding-left: 26px;
}

.footer .nav-link {
  padding-left: 0 !important;
  padding-top: 0 !important;
}

.footer .copyright {
  width: 100%;
  height: 85px;
  line-height: 3px;
  padding-top: 1.7rem;
  background: #1C1C1C;
  position: absolute;
  bottom: 0;
  font-family: 'roboto-light';
}

.footer .copyright .company {
  color: #9c7c41;
}

.footer .copyright .social {
  padding: 4px 13px;
  margin: 5px;
}

.footer .social.fb {
  background: url('../images/icons/icon-fb.png') no-repeat;
}

.footer .social.fb:hover {
  background: url('../images/icons/icon-fb.png') no-repeat;
}

.footer .social.yt {
  background: url('../images/icons/icon-yt.png') no-repeat;
}

.footer .social.tw {
  background: url('../images/icons/icon-twitter.png') no-repeat;
}

.footer .social.in {
  background: url('../images/icons/icon-in.png') no-repeat;
}


/* Contactenos Page
-------------------------------------------------- */
#contactenos {
  padding-bottom: 110px;
  position: relative;
  z-index: 9;
}

#contactenos .fieldset {
  font-family: roboto-regular;
  color: #333;
  margin-bottom: 1rem;
}

#contactenos .menu h1 {
  font-family: 'roboto-black';
  font-size: 40px;
  color: #333;
  margin-bottom: 30px;
}

#contactenos .menu ul {
  padding: 0;
  list-style-type: none;
}

#contactenos .menu ul li {
  font-family: 'roboto-regular';
  font-size: 14px;
  color: #868686;
  margin-left: 4px;
  margin-bottom: 15px;
}

#contactenos .mapa {
  overflow: hidden;
  margin-bottom: 2rem;
  height: 390px !important;
}

#contactenos .icon_direc {
  background: url(../images/icons/icon-gps-gold.png) no-repeat 3px;
  padding-left: 1.5rem;
}

#contactenos .icon_direc .text {
  margin-left: 10px;
}

#contactenos .icon_email {
  background: url(../images/icons/icon-mail-gold.png) no-repeat 0 4px;
  padding-left: 1.5rem;
}

#contactenos .icon_email .text {
  margin-left: 6px;
}

#contactenos .icon_telef {
  background: url(../images/icons/icon-phone-gold.png) no-repeat 0 3px;
  padding-left: 1.5rem;
}

#contactenos .icon_telef .text {
  margin-left: 6px;
}

/* Ripple effect */
.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
  animation: ripples .4s ease-in;
}

/* Ripples animation */
@keyframes ripples {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

/* chevron-right in button */
i.chev-r {
  font-style: normal;
  font-family: monospace;
  font-weight: 700;
  top: -1px;
  right: 4px;
  position: relative;
  transition: ease all .5s;
}

#contactenos .btn-submit {
  width: 312px;
  height: 40px;
  font-size: 1.1rem;
  margin: auto;
  margin-top: 65px;
  background: #303030;
  color: #fff;
  font-family: 'roboto-black';
}

#contactenos .btn-submit:hover {
  color: #9c8967;
}

#contactenos input.form-control,
#contactenos textarea.form-control,
#contactenos select.form-control,
#contactenos option.form-control {
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: #9c9c9c;
  font-size: 14px;
  font-family: 'roboto-light';
}

#contactenos input.form-control::placeholder,
#contactenos textarea.form-control::placeholder,
#contactenos option.form-control:hover {
  color: #b7b7b7;
}

#contactenos select.form-control {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

#contactenos select.form-control:focus {
  background-image:
    linear-gradient(45deg, #747474 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #747474 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  border-color: #747474;
  outline: 0;
}


#contactenos .checkboxes {
  padding-left: 20px;
}

#contactenos .customcheck {
  display: block;
  position: relative;
  padding-left: 21px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: 'roboto-regular';
  font-size: .8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#contactenos .customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#contactenos .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border: 1px solid #bea373;
  margin-top: 3px;
}

#contactenos .customcheck:hover input~.checkmark {
  background-color: #f3f2f0;
}

#contactenos .customcheck input:checked~.checkmark {
  background-color: #bea373;
}

#contactenos .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#contactenos .customcheck input:checked~.checkmark:after {
  display: block;
}

#contactenos .customcheck .checkmark:after {
  left: 3px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contactenos .refresh-captcha {
  background: url(../images/icons/icon-refresh.png) no-repeat;
  padding: 5px 0;
  padding-left: 1.6rem;
  font-family: 'roboto-regular';
  font-size: 0.75rem;
  transition: ease all .5s;
}

#contactenos .refresh-captcha:hover {
  color: #00d0fb !important;
  transition: ease all .2s;
}


/* Directorio Page
-------------------------------------------------- */
#directorio {
  font-family: 'roboto-regular';
  color: #55575b;
}

#directorio .title {
  font-family: 'roboto-black';
  font-size: 1.3rem;
  margin-bottom: 3rem;
}

#directorio .divider {
  margin: 3rem 0;
}

#directorio h3 {
  font-family: 'roboto-light';
  font-size: 1.8rem;
  line-height: 20px;
}

#directorio .cargo {
  font-size: 1rem;
  color: #846f51;
  line-height: 1;
  max-height: 24px;
}

#directorio .resume a {
  color: #55575b
}

#directorio .resume a:hover {
  color: #846f51
}

@media(max-width: 800px) {
  #directorio .col-12 {
    padding-right: 15px;
    padding-left: 15px !important;
  }

  #directorio .divider {
    margin: 0;
  }

  #directorio .resume {
    padding: 2rem 0;
  }

  #directorio h3 {
    line-height: initial;
  }
}

/* Distribuidor Page
-------------------------------------------------- */
#map {
  font-family: 'roboto-light';
  height: 820px;
  position: relative;
}

#map h1 {
  font-size: 3.75rem;
  color: #333333;
  margin-bottom: 5rem;
}

#map select {
  width: 100%;
  height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  font-size: 1.1rem;
  padding: 0rem 1.2rem;
  padding-bottom: 2px;
  color: #55575b;
}

#map .full-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

#distribuidores {
  padding-bottom: 110px;
  position: relative;
  z-index: 9;
}

#distribuidores .fieldset {
  font-family: roboto-regular;
  color: #333;
}

#distribuidores h1 {
  font-family: 'roboto-black';
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
}

#distribuidores .mapa {
  margin-bottom: 34px;
  overflow: hidden;
}

#distribuidores form label {
  font-family: 'roboto-black';
  font-size: 16px;
  color: #55575b;
}

#distribuidores form select {
  height: 40px;
  border: 1px solid #d8d8d8;
  border-top: 1px solid #ececec;
  border-radius: .1px;
  color: #55575b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url(../img/form-select-arrow.png) #fff no-repeat 98% 10px !important;
  /* Better placement regardless of input width */
}

#distribuidores form select:focus {
  background: url(../img/form-select-arrow-up.png) #fff no-repeat 98% 10px !important;
  /* Better placement regardless of input width */
}

#distribuidores .distribuidores-contenedor .item {
  padding: 0;
  padding-bottom: 35px;
  padding-top: 65px;
  border-bottom: 1px solid #d2d1d2;
}

#distribuidores .distribuidores-contenedor .item:nth-child(1) {
  padding-top: 0;
}

#distribuidores .distribuidores-contenedor .item ul h1 {
  font-size: 30px;
  font-family: 'roboto-light';
  color: #55575b;
  margin-bottom: 20px;
}

#distribuidores h1.title {
  font-size: 3.12rem;
  font-family: 'roboto-light';
  color: #333333;
  margin-bottom: 40px;
}

#distribuidores .distribuidores-contenedor .item ul {
  font-family: 'roboto-regular';
  font-size: 16px;
  list-style-type: none;
  color: #55575b;
  padding: 0;
  margin: 0;
}

@media(max-width: 800px) {
  #map {
    height: 610px !important;
    margin-bottom: 17rem !important;
  }

  #map .r--map { margin-top: 0 !important; }

  #map h1 {
    font-size: 1.9rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #map .h-100 {
    height: auto !important;
    margin-bottom: 2rem;
  }

  #map .full-right {
    position: inherit;
    width: 100%;
    left: 0;
  }

  #map .full-right img {
    width: 100% !important;
  }
}

@media(min-width: 1920px) {
  #map .full-right {
    width: 57%
  }
}

/* Investigacion y desarrollo
-------------------------------------------------- */
#filters {
  position: relative;
  top: -5.5rem;
}

#filters .jumbotron {
  padding: 2.2rem 5.5rem 1.2rem 2rem;
}

#filters h2 {
  font-family: 'roboto-light';
  font-size: 2.25rem;
}

#filters label {
  font-family: 'roboto-regular';
  font-size: 1rem;
}

#filters .form-group {
  margin-top: 1.5rem;
}

#filters select {
  height: 31px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  font-size: 0.75rem;
  padding: 0 1.2rem;
  padding-right: 2rem;
  padding-bottom: 2px;
  color: #999999;
  margin-left: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

#filters select:focus {
  background-image:
    linear-gradient(45deg, #747474 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #747474 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  border-color: #747474;
  outline: 0;
}

#filters button.btn-filters {
  max-width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 31px;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 0;
  color: #999999 !important;
  font-size: 0.75rem;
  padding: 0 1.2rem;
  padding-right: 2rem;
  padding-bottom: 2px;
}

#filters .linea { max-width: 80% !important}
#filters .especie { max-width: 65% !important}

#filters button.btn-filters.active {
  border: 1px solid #9d7d3f;
  color: #7b622f !important;
}

#filters .btn-filters.dropdown-toggle::after {
  position: absolute;
  right: 1rem;
  top: 11px;
}

#filters .dropdown-menu.show {
  border-radius: 0;
  width: auto;
}

#filters a.dropdown-item {
  font-size: .8rem;
  color: #4e4e4e;
}

#filters a.dropdown-item:active,
#filters a.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #86693c;
}

@media(max-width: 800px){
  .btn-filters{
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
  }
  #filters .linea { max-width: 100% !important}
  #filters .especie { max-width: 100% !important}
}

.articles {
  margin-top: -6.5rem;
}

.post {
  opacity: 1;
  height: auto;
  transition: ease 1s all;
  position: relative;
  bottom: 0;
}

.post.hide {
  opacity: 0;
  height: 0;
  /*transform: scale(0);*/
  transition: ease .5s all;
  position: absolute;
  bottom: 5rem;
}

.post header .h1 {
  font-family: 'roboto-black';
  font-size: 20px;
  color: #000;
  margin-bottom: 2px;
}

.post header h1 span {
  font-size: 11px;
  position: absolute;
}

.post header h4 {
  font-family: 'roboto-regular';
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.post section {
  font-family: 'roboto-regular';
  color: #333333;
  line-height: 17px;
  margin-top: 17px;
}

.post .card {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  padding-bottom: 50px !important;
  padding-top: 75px !important;
}

.post .btn-black {
  background: #000 url(../images/icons/icon-download.png) no-repeat 91%;
  padding-right: 2.5rem;
  margin-top: 1.1rem;
}

.post .btn-black:hover {
  background: #846f51 url(../images/icons/icon-download.png) no-repeat 91%;
  color: #fff;
}

.post .share {
  font-size: 0.9rem;
  color: #55575b;
}

.post .share .btn-fb {
  background: #fff url('../images/icons/icon-fb-inverse.png') no-repeat center;
  padding: 10px;
}

.post .share .btn-tw {
  background: #fff url('../images/icons/icon-twitter-inverse.png') no-repeat center;
  padding: 10px;
}

.post .share .btn-ws {
  background: #fff url('../images/icons/icon-ws-inverse.png') no-repeat center;
  padding: 10px;
}

.post .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

.post .thumb img {
  max-width: 317px;
}

.post .description {
  padding: 50px 0;
}

.post .description .link-more {
  font-family: 'roboto-regular';
  font-size: 14px;
  color: #55575b;
  float: right;
}

.pagination {
  font-family: 'roboto-regular';
  font-size: 1rem;
  margin: 4rem 0 9rem;
}

.pagination .page-item .page-link {
  color: #333333 !important;
  border: 0;
}

.pagination .page-item .page-link:hover {
  color: #846f51 !important;
  background: none !important;
}

.pagination .page-item .page-link:hover::before,
.pagination .page-item .page-link.active::before {
  content: "";
  position: absolute;
  bottom: 8px;
  height: 1px;
  width: 10px;
  background: #846f51;
}

.pagination .page-item .page-link::after {
  content: "";
  position: absolute;
  margin-top: 3px;
  margin-left: 10px;
  height: 13px;
  width: 1px;
  background: #333333;
}

.pagination .page-item:last-child .page-link::after {
  width: 0 !important;
}

@media(max-width: 768px) {
  .post .description {
    padding-left: .5rem !important;
  }

  #filters .row {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }

  #filters .options {
    text-align: left !important;
  }

  #filters .options .form-group {
    margin: 10px 0 0 0;
  }

  #filters .btn-black,
  #filters .btn-filters {
    width: 100%;
  }

  .heading-page p {
    font-size: .9rem;
  }
}

/* Linea de Tiempo Page
-------------------------------------------------- */
.linea-tiempo {
  font-family: 'roboto-regular';
  position: relative;
}

.linea-tiempo.heading-page {
  min-height: 338px;
}

.linea-tiempo .time-line {
  width: 4px;
  height: 105%;
  background-color: #333333;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: -3rem;
  left: 0;
  right: 0;
}

.linea-tiempo.heading-page h1 {
  font-family: 'roboto-light';
  font-size: 3.75rem;
  color: #98999c;
}

.linea-tiempo .img-fluid {
  border: 1px solid #8b8b8b;
}

.linea-tiempo .descrip {
  font-size: 1.3rem;
}

.linea-tiempo .anio {
  font-size: 2.25rem;
  margin: 0;
  margin-top: -12px;
}

/*.linea-tiempo .anio::before,*/
.linea-tiempo .punto {
  /*content: "";*/
  position: absolute;
  width: 30px;
  height: 30px;
  left: -1rem;
  top: 3.3rem;
  background: #000;
  border-radius: 50%;
}

.linea-tiempo .odd .punto {
  left: inherit;
  right: -1rem;
}

.linea-tiempo .odd {
  padding-left: 3.1rem !important;
  text-align: right;
  padding-right: 2.8rem !important;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.linea-tiempo .odd p.descrip {
  font-family: 'roboto-light';
  font-size: 0.87rem;
  margin-top: 10px;
  margin-bottom: 3.5rem;
}

.linea-tiempo .odd .anio::before {
  left: inherit;
  right: -1rem;
  top: 3.2rem;
}

.linea-tiempo .col-6 {
  padding-left: 2.1em;
  padding-top: 3.2rem;
}

.linea-tiempo .odd .anio {
  padding-top: 0 !important;
  margin-top: -12px;
}

.linea-tiempo .col-6:nth-child(2),
.linea-tiempo .col-6:nth-child(3) {
  padding-top: 0;
}

.linea-tiempo .col-6:nth-child(3) .anio {
  padding-top: 2.5rem;
  margin-top: 0px;
}

.linea-tiempo .divider {
  width: 100%;
  height: 1px;
}

@media(max-width: 800px) {
  .linea-tiempo .anio::before {
    width: 20px;
    height: 20px;
    left: 0.4rem;
  }

  .linea-tiempo .odd .anio::before {
    right: -1.6rem;
  }

  .linea-tiempo .descrip {
    font-size: 0.8rem;
  }

  .linea-tiempo .time-line {
    right: -2rem;
  }

  .linea-tiempo .col-6:nth-child(3) .anio {
    padding-top: 0;
  }

  .linea-tiempo .odd {
    padding-right: 1.2rem !important;
  }

  .linea-tiempo .col-6 {
    padding-left: 1.2rem;
  }
  .linea-tiempo .punto{
    left: 0;
  }
  .linea-tiempo .odd .punto {
    left: inherit;
    right: -2rem;
  }  
}

/* Nosotros
-------------------------------------------------- */
.nosotros {
  font-family: 'roboto-light';
  color: #0a0a0a;
}

.nosotros .jumbotron {
  background-color: #e9e8e9;
  padding: 8rem 0;
}

.nosotros h1 {
  font-size: 3.7rem;
  max-width: 80%;
}

.nosotros h3 {
  font-size: 1.87rem;
  border-bottom: 1px solid #AE8C70
}

.nosotros p {
  text-align: justify;
}

.nosotros .resume {
  padding-bottom: 7rem;
}

.nosotros .title {
  font-family: 'roboto-black';
  font-size: 3rem;
}

.nosotros .subtitle {
  font-size: 3rem;
}

.nosotros h4 {
  font-size: 1.6rem;
}

.nosotros .mv {
  padding: 7.5rem 0;
}

.nosotros .mv p {
  font-size: .87rem
}

.nosotros .norms img {
  width: 171px;
}

.nosotros .norms h3 {
  width: fit-content;
  font-family: 'roboto-regular';
  font-size: 1.87rem;
  padding-bottom: 1px;
  margin-top: 8px;
  margin-bottom: 1.9rem;
}

.nosotros .norms p {
  font-size: .87rem;
}

.nosotros .norms {
  padding: 6rem 0;
}

.nosotros .norms .row {
  margin-bottom: 6rem;
}

.nosotros .valores h1 {
  font-size: 2.25rem;
}

.nosotros .valores strong {
  font-family: 'roboto-black';
}

.nosotros .valores .valor {
  border: 1px solid #000;
  padding: 1.65rem 5rem 1rem 2.3rem;
}

.nosotros .valores .valor h4 {
  width: fit-content;
  font-family: 'roboto-black';
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  border-bottom: 1px solid #000
}

.nosotros .valores .valor p {
  font-size: .87rem;
  line-height: 1.15rem;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}

.nosotros .valores p.last-text {
  font-size: 1.12rem;
  font-family: 'roboto-black';
}

@media(max-width: 800px) {
  .nosotros .title {
    font-size: 2rem;
  }

  .nosotros .resume .r--resume {
    text-align: center !important;
  }

  .nosotros .subtitle {
    font-size: 2rem;
  }

  .nosotros h4 {
    font-size: .95rem;
    margin-top: -25px;
    margin-bottom: 25px;
  }

  .nosotros h1 {
    font-size: 3.1rem;
    /*margin-bottom: 2rem;*/
  }

  .nosotros .mv h1 {
    margin-bottom: 2rem;
  }

  .nosotros .norms {
    padding: 0 15px;
  }

  .nosotros .norms img {
    margin-bottom: 2rem;
  }

  .nosotros .valores .valor {
    padding: 1.65rem 2.2rem 1rem 2.3rem;
  }

  .nosotros .valores .valor h4 {
    margin-top: 0;
  }
}

/* Noticias
-------------------------------------------------- */
.noticias-page {
  color: #333333;
  font-family: 'roboto-light';
}

.noticias-page .card {
  border: 0;
}

.noticias-page .card-heading h1 {
  font-family: 'roboto-black';
  font-size: 2.25rem;
}

.noticias-page .card-body {
  color: #0a0a0a;
}

.noticias-page .card-body img {
  max-width: 100%
}

.noticias-page .card-img-top {
  max-height: 525px;
}

.noticias-page .card-footer {
  border: 0;
  padding: 0;
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #A5A7A6;
}

.noticias-page .card-heading .date {
  font-size: 1.1rem;
}

.noticias-page .btn-tag {
  min-width: 180px;
  border: 1px solid #AFB0AB;
  border-radius: 0;
  margin-right: 35px;
  margin-bottom: .5rem;
  padding: 3px 15px;
  font-size: 0.87rem;
}

.noticias-page .btn-tag:hover,
.noticias-page .btn-tag:active {
  background: rgb(202, 202, 199);
}

.noticias-page .card.widget {
  border: 1px solid #ABACA7;
  border-radius: 0;
  margin-bottom: 1.4rem;
}

.noticias-page .card.widget .card-body {
  font-family: 'roboto-regular';
  color: #55575b !important;
  padding-left: 2rem;
  overflow: hidden;
}

.noticias-page .card.widget .card-header {
  background: #F7F7F7;
  font-family: 'roboto-regular';
  font-size: 1rem;
  color: #55575b;
  padding-left: 2rem;
  padding-top: 1rem;
}

.noticias-page .recents {
  padding: 0 !important;
}

.noticias-page .recents .nav-item {
  border-bottom: 1px solid #AFB0AB;
  padding-left: 3.5rem;
  padding-right: .8rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.noticias-page .recents .nav-link {
  color: #55575b;
}

.noticias-page .recents .nav-item::before {
  content: ">";
  position: absolute;
  left: 2.1rem;
  margin-top: 14px;
  transition: ease all .3s;
}

.noticias-page .recents .nav-item:hover::before {
  left: 2rem;
}

.noticias-page .search-form-noticias input {
  border: 2px solid #E9E9E9;
  border-radius: 0;
}

.noticias-page .search-form-noticias select {
  height: 31px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  font-size: 0.75rem;
  padding: 1px 1.2rem;
  padding-right: 2rem;
  padding-bottom: 2px;
  color: #999999;
  margin-left: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

.noticias-page .search-form-noticias select:focus {
  background-image:
    linear-gradient(45deg, #747474 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #747474 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  border-color: #747474;
  outline: 0;
}

.noticias-page .search-form-noticias .btn-lupa {
  background: url(../images/icons/icon-lupa-tall.png) no-repeat;
  position: absolute;
  width: 34px;
  height: 27px;
  top: 6px;
  right: 2px;
}

.noticias-page .recents .nav-item:last-child {
  border-bottom: 0;
}

@media(max-width: 800px) {
  .noticias-page{
    margin-top: 4rem;
  }
  .noticias-page .card-heading h1 {
    font-size: 1.8rem
  }

  .noticias-page .card-heading .date {
    font-size: .8rem
  }
  .noticias-page .btn-tag{
    min-width: 50%;
    margin-right: 10px;
  }
}

/* Productos
-------------------------------------------------- */
.lista-productos .card {
  overflow: hidden;
  margin-bottom: 42px;
  height: 390px;
  padding-top: 15px !important;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0;
}

.lista-productos .card:hover .info img {
  transform: scale(.85);
  -moz-transform: scale(.85);
  transition: ease-in-out .3s transform;
  transition-delay: .1s;
}

.lista-productos i.copy {
  font-size: 13px !important;
}

.lista-productos .card-body .info {
  background: #fff;
  position: relative;
  top: 0;
  transition: ease-out .3s all;
  text-align: left;
}

.lista-productos .card-body .info .text {
  z-index: 999;
  position: relative;
}

.lista-productos .card-body img.thumb {
  width: 313px;
  height: 213px;
  margin: 40px 0;
  transition: ease .2s all;
}

.lista-productos .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  /*background: #f5f5f5;*/
  background: #000;
  transition: ease-in-out height .2s;
}

.lista-productos .card:hover::after {
  height: 116px;
  transition: ease-in height .3s;
}

.lista-productos .card:hover .text .card-title {
  margin-top: -20px;
  transition: linear all .3s;
}

.lista-productos .card:hover .card-subtitle {
  height: 0;
  opacity: 0;
  margin-top: -30px;
  transition: ease-in .3s height;
}

.lista-productos .card:hover .info-hover {
  margin-top: 20px;
  transition: ease all .3s;
  visibility: visible
}

.video-fullwidth {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
}

.lista-productos .compareButton {
  padding: .1rem 1.5rem;
  font-size: .9rem;
  background: #9d7d3f;
  border-bottom: 1px solid #8e7036;
  color: #fff;
  box-shadow: 1px 3px 5px #dad0bc;
  position: absolute;
  z-index: 9;
  font-family: roboto-light;
  transform: translateX(-9rem);
  transition: ease all .3s;
}

.lista-productos .compareButton:hover,
.lista-productos .compareButton:active {
  padding: .1rem 3rem;
}

.lista-productos .compareButton.show {
  transform: translateX(0rem);
}

.lista-productos .btn-deleted {
  font-size: 13px;
  color: #999999;
  background: url("../images/icons/icon-deleted.png") no-repeat right;
  padding-right: 1.5rem;
  position: absolute;
  z-index: 999;
  right: 1rem;
}

.lista-productos .btn-deleted:hover {
  text-decoration: underline;
}

.card-body .info-hover {
  padding-left: 1rem;
  visibility: hidden;
  position: relative;
  z-index: 9999;
}

.card-body .info-hover .icon-container {
  margin-top: -7px;
}

.card-body .info-hover .icon {
  width: 22px;
  height: 29px;
  margin: -9px 15px 0 0;
  float: right;
}

.card-body .info-hover .icon.image {
  background: url(../images/icons/icon-copia-image.png);
}

.card-body .info-hover .icon.image:hover {
  background: url(../images/icons/icon-copia-image-h.png);
}

.card-body .info-hover .icon.pdf {
  background: url(../images/icons/icon-copia-pdf.png);
}

.card-body .info-hover .icon.pdf:hover {
  background: url(../images/icons/icon-copia-pdf-h.png);
}

h1.title {
  color: #333;
  font-size: 36px;
  font-family: 'roboto-black';
  margin-bottom: 35px;
}

.lista-productos .card-body h5.card-title,
.lista-productos .card-body a.card-title {
  font-family: 'roboto-black';
  font-size: 20px;
  color: #000;
  padding-left: 15px;
  transition: linear all .3s;
  text-decoration: none;
}

.lista-productos .card:hover .card-body h5.card-title,
.lista-productos .card:hover .card-body a.card-title {
  color: #fff;
}

.lista-productos .card:hover .card-body h6.card-subtitle-2 {
  color: #d8d8d8;
}

.lista-productos .card:hover .card-body a.link-more {
  color: #fff;
}

.lista-productos .card-body h6.card-subtitle {
  font-family: 'roboto-regular';
  font-size: 15px;
  color: #211915;
  padding-left: 15px;
  height: auto;
  opacity: 1;
  transition: ease-in-out .3s all;
}

.lista-productos .card-body h6.card-subtitle-2 {
  font-family: 'roboto-regular';
  font-size: 15px;
  color: #846f51;
  margin-top: 5px;
  margin-bottom: 20px;
}

.lista-productos .card-body a.link-more {
  font-family: 'roboto-regular';
  font-size: 14px;
  color: #55575b;
  float: left;
}

.lista-productos .customcheck {
  display: block;
  position: absolute;
  right: 1rem;
  padding-top: 3px;
  color: #999999;
  padding-right: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9;
}

.lista-productos .customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.lista-productos .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 1px solid #AFAFAF;
  margin-top: 3px;
  border-radius: 3px;
}

.lista-productos .customcheck:hover input~.checkmark {
  background-color: #f3f2f0;
}

.lista-productos .customcheck input:checked~.checkmark {
  background-color: #f3f3f3;
}

.lista-productos .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.lista-productos .customcheck input:checked~.checkmark:after {
  display: block;
}

.lista-productos .customcheck .checkmark:after {
  right: 4px;
  top: 0;
  width: 10px;
  height: 16px;
  border: solid #000;
  border-width: 0 4px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lista-productos .popcheck {
  max-width: 20rem;
  background: #fff;
  font-family: 'roboto-light';
  padding: 1.2rem .9rem;
  border: 1px solid #aeadab;
  font-size: 14px;
  position: absolute;
  margin: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  transition: ease all .1s;
  z-index: -1;
  opacity: 0;
  transform: translateY(-5rem);
}

.lista-productos .popcheck.show {
  opacity: 1;
  transform: translateY(0rem);
  z-index: 99;
}

.lista-productos .popcheck strong {
  font-family: 'roboto-black'
}

.lista-productos .popcheck a.btn-close {
  background: #000 url(../images/icons/icon-close.png) no-repeat center;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  transition: ease .2s all;
}

.lista-productos .popcheck a.btn-close:hover {
  background-color: #86693c;
  transition: ease .2s all;
}

@media(max-width: 800px){
  .productos .video-fullwidth{
    top: 7px;
  }
  .productos .heading-page {
    min-height: 270px;
    height: 270px;
  }
}

/* Producto Detalle
-------------------------------------------------- */
.producto-detalle .info-producto h1.title {
  font-family: 'roboto-black';
  font-size: 26.9px;
  color: #000;
  margin-bottom: 5px;
}

.producto-detalle .info-producto h4.subtitle {
  font-family: 'roboto-regular';
  font-size: 17.9px;
  color: #bea373;
  margin-bottom: 15px;
}

.producto-detalle .info-producto .btn-link::after {
  content: "-";
  position: absolute;
  right: 0;
  top: -8px;
  font-size: 1.5rem;
  color: #D5B994;
}

.producto-detalle .info-producto .btn-link.collapsed::after {
  content: "+";
}

.producto-detalle .info-producto .tipo {
  font-family: 'roboto-regular';
  font-size: 15px;
  color: #55575b;
}

.producto-detalle .info-producto img {
  margin-right: 10px;
}

.producto-detalle .info-producto .accordion {
  padding-top: 1.8rem;
}

.producto-detalle .info-producto .card-body {
  font-family: 'roboto-light';
  font-size: 14px;
  color: #211915;
  padding: 25px 0 !important;
}

.producto-detalle .info-producto .card,
.producto-detalle .info-producto .btn-link,
.producto-detalle .info-producto .card-body {
  border: 0;
  padding: 0;
}

.producto-detalle .info-producto .card-header {
  padding: .7rem 0;
  margin-bottom: 1px;
  border-bottom: 1px solid #f2f1f2 !important;
}

.producto-detalle .card-header {
  background-color: #fff;
}

.producto-detalle .info-producto .card-header .btn-link {
  font-family: 'roboto-regular';
  font-size: 15.5px;
  color: #211915;
  width: 100%;
  text-align: left;
  position: relative;
}

.producto-detalle .info-producto .card-header .btn-link:hover,
.producto-detalle .info-producto .card-header .btn-link:focus {
  text-decoration: none;
}

.producto-detalle .info-producto .card-header.copy {
  border-bottom: 0 !important;
}

.producto-detalle .info-producto .card-header.copy p {
  color: #826d4d;
  font-size: 14px;
  margin-top: 1rem
}

.producto-detalle .submenu {
  padding: 0;
}

.producto-detalle ul.nav li.nav-item {
  padding-left: 21px;
  font-size: 15.4px;
  display: flex;
  align-items: center;
}

.producto-detalle ul.nav li a.nav-link {
  font-family: roboto-regular;
  color: #76777a;
  text-decoration: none;
  letter-spacing: .1px;
  position: relative;
  font-size: 0.88rem;
}

.producto-detalle ul.nav li a.nav-link:hover,
.producto-detalle ul.nav li a.nav-link.active {
  color: #9c8967;
  transition: .3s;
}

.producto-detalle ul.nav li a.nav-link:before {
  content: ' ';
  position: absolute;
  top: 70%;
  right: 1rem;
  width: 27px;
  height: 1px;
  background: #9c8967;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s;
  line-height: normal;

}

.producto-detalle ul.nav li a.nav-link:hover:before,
.producto-detalle ul.nav li a.nav-link.active:before {
  transform: scaleX(1);
  transform-origin: left;
  color: #9c8967;
}

.producto-detalle .submenu img {
  margin-right: 8px;
}

.producto-detalle .submenu button.btn.btn-buy {
  font-family: 'roboto-regular';
  background: #303030;
  height: 100%;
  border-radius: 0;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.producto-detalle .submenu .dropdown-menu {
  width: 91%;
}

.producto-detalle .warning {
  font-family: 'roboto-regular';
  font-size: 12px;
  color: #55575b;
  background: url(../images/icons/icon-warning.png) no-repeat 34px 23px;
  padding: 30px 70px;
}

.producto-detalle h2.title {
  font-size: 2.25rem;
  font-family: 'roboto-regular';
  text-align: center;
  margin-bottom: 65px;
}

.producto-detalle .lista-productos {
  margin-top: 7rem;
}

.producto-detalle .drift-zoom-pane {
  background: #fff;
}

.producto-detalle .image-product {
  cursor: zoom-in;
}

.bubble {
  border: 1px solid #ccc;
  background: #fff;
  width: 135px;
  height: 45px;
  border-radius: 5px;
  position: absolute;
  top: -2rem;
  left: 1.8rem;
  padding-top: 4px;
  padding-left: 6px;
  opacity: 0;
  transition: ease all .3s;
}

.bubble.show {
  opacity: 1;
  top: -3.4rem;
}

.bubble::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 13px;
  width: 0;
  height: 0;
  /*border-width: 7px 6px 0;
  border-style: solid;
  border-color: #ccc transparent transparent;*/
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #ccc;
}

.bubble::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 15px;
  width: 0;
  height: 0;
  /*border-width: 7px 4px 0;
  border-style: solid;
  border-color: #fff transparent transparent;*/
  border-left: 3px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
}

.social {
  width: 36px;
  height: 36px;
  display: inline-block;
  transition: linear all .2s;
  background-repeat: no-repeat;
  background-position: center;
}

.social.twitter {
  background-image: url(../images/icons/icon-twitter-inverse.png);
}

.social.twitter:hover {
  background-image: url(../images/icons/icon-twitter-inverse.png);
  opacity: .8;
}

.social.fb {
  background-image: url(../images/icons/icon-fb-inverse.png);
}

.social.fb:hover {
  background-image: url(../images/icons/icon-fb-inverse.png);
  opacity: .8;
}

.social.wsp {
  background-image: url(../images/icons/icon-ws-inverse.png);
}

.social.wsp:hover {
  background-image: url(../images/icons/icon-ws-inverse.png);
  opacity: .8;
}

.social.yt {
  background-image: url(../images/icons/icon-yt.png);
}

.social.in {
  background-image: url(../images/icons/icon-in.png);
}

#video-modal .modal-body {
  position: relative;
  padding: 0;
  background: #000;
}

#video-modal .modal-dialog {
  max-width: 800px;
  margin: 20vh auto;
}

#video-modal.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  overflow: hidden;
}

#video-modal.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}

#video-modal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}

/* VIDEO SLIDER BACKGROUND */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: url(../media/video_preview.png) left top repeat;
  opacity: 0;
}

.overlay-slid {
  position: absolute;
  width: 150%;
  height: 100%;
  background: rgba(72, 61, 49, 0.25);
  z-index: 1;
  left: -5rem;
  opacity: 1;
  transition: linear all .68s;
  transform: skewX(-10deg);
}

.overlay-slide-h {
  left: -160% !important;
  transition: linear all .48s;
}

.jquery-background-video-h {
  min-width: 130% !important;
  min-height: 105% !important;
  transition: ease-in all 1.5s;
}

.jquery-background-video-wrapper {
  /*position: relative;*/
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: ease-in-out all .3s;
}


@media(max-width: 800px) {
  main { margin-top: 2.5rem; }
  .producto-detalle ul.nav li a.nav-link {
    padding: 0;
  }

  .producto-detalle .submenu img {
    transform: scale(.5)
  }

  .producto-detalle .info-producto h1.title {
    margin-top: 2rem;
    text-align: center;
  }

  .producto-detalle .info-producto h4.subtitle {
    text-align: center
  }
}

/* Oficinas Regionales
-------------------------------------------------- */
.oficinas {
  font-family: 'roboto-light';
  padding-top: 4rem;
}

.oficinas h1 {
  font-size: 2.25rem;
  margin-bottom: 4rem;
}

.oficinas .item {
  padding: 3rem;
  text-align: center;
  border-right: 1px solid #585753;
}

.oficinas .oficina .item:nth-child(2),
.oficinas .linea .item:nth-child(2),
.oficinas .interes .item:nth-child(2) {
  padding-left: 0 !important;
}

.oficinas .oficina .item:last-child,
.oficinas .linea .item:last-child,
.oficinas .interes .item:nth-child(5) {
  border: 0;
}

.oficinas .interes .item:nth-child(6) {
  margin-top: 5rem;
}

.oficinas .item p {
  font-family: 'roboto-black';
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
}

.oficinas .oficina,
.oficinas .linea,
.oficinas .interes {
  margin-bottom: 10rem;
}

.oficinas .heading-page h1 {
  font-size: 2.93rem;
  font-family: 'roboto-regular';
  margin-bottom: 2rem;
}

.oficinas .heading-page p {
  font-size: 1em;
  font-family: 'roboto-regular';
}

@media(max-width: 800px){
  .oficinas .oficina .item:nth-child(2), .oficinas .linea .item:nth-child(2), .oficinas .interes .item:nth-child(2){
    padding-left: 3rem !important;
  }
  .oficinas .interes .item:nth-child(6){
    margin: 0;
  }
}

/* New Products Page
-------------------------------------------------- */
.New Products h1 {
  font-family: "roboto-light";
  font-size: 1.75rem;
  margin: 2rem 0;
}

.New Products .heading {
  background: #f2f2f2;
  padding: .6rem 1rem;
  font-family: "roboto-regular";
  font-size: 18px;
  color: #333333;
}

.New Products .resume {
  font-size: 12px;
  color: #333333;
  padding: 0 1rem 4rem;
}

.New Products .resume .img-respecies img {
  display: inline-block;
}

/* Google Maps
-------------------------------------------------- */
.googleMapPopup {
  max-width: 300px;
}

.googleMapPopup h1 {
  text-align: center;
  font-size: 1.2rem !important;
  margin: 1rem 0 !important;
}

.googleMapPopup .bodyContent p:first-child {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.googleMapPopup .bodyContent p {
  margin: .5rem 0;
}

/* Utilities
-------------------------------------------------- */
.bg-black {
  background-color: #0a0a0a !important;
}

/* Fixes
-------------------------------------------------- */
.tab-container {
  font-family: "roboto-light";
}

.tab-container .bgfiltertitu {
  border-left: 0px !important;
}

.tab-container .bgfiltertitu h1 {
  font-family: "roboto-regular";
  line-height: 25px;
}

.bgfiltertitu .closemodal {
  background: #000 url(../images/icons/icon-close.png) no-repeat center !important;
  background-position: center;
  width: 26px;
  height: 26px;
}

.tab-container .bt_container>input[type="button"],
span.button_filter {
  font-family: "roboto-light" !important;
  padding: .4rem 0.8rem !important;
  line-height: initial !important;
}

/* Animaciones
-------------------------------------------------- */
@keyframes slideShow {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
  }

  30% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {

    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

/*FIX SLIDER IN RESPONSIVE*/
@media(min-width: 994px) {
  #carousel-principal .carousel-caption {
    right: 0rem;
    bottom: 0rem;
    transform: scale(.7);
  }
}