:root {
  --primary: #4A7568;
  --primary-font: #4A7568;
  --primary-darker: #33534a;
  --secondary: #3BC79D;
  --highlight: #fafa5c;
  --highlight2: #fba612;
  --font-color: #FFFFFF;
  --font-color-dark: #3B3B3B;
  --font-color-reverse: #FFFFFF;
  --font-color-primary: #3B3B3B;
  --lighter-gray: #F6F6F6;
  --light-gray: #ededed;
  --gray: #707070;
  --bg-color: #fff;
  --bg-green: #1A513F;
  --bg-light: #F6F6F6;
  --soja: #43793D;
  --maiz: #4A7568;
  --trigo: #75754A;
  --sorgo: #75574A;
  --girasol: #A59F52;
}

[data-theme=dark] {
  --primary: #04CA96;
  --primary-font: #FFF;
  --primary-darker: #33534a;
  --secondary: #3BC79D;
  --highlight: #23282E;
  --highlight2: #fba612;
  --font-color: #FFFFFF;
  --font-color-dark: #FFFFFF;
  --font-color-reverse: #23282E;
  --font-color-primary: #04CA96;
  --lighter-gray: #23282E;
  --light-gray: #ededed;
  --gray: #707070;
  --bg-color: #20232A;
  --bg-green: #1A513F;
  --bg-light: #F6F6F6;
  --soja: #04CA96;
  --maiz: #04CA96;
  --trigo: #04CA96;
  --sorgo: #04CA96;
  --girasol: #04CA96;
}

.primary {
  color: var(--primary-font);
}

.secondary {
  color: var(--secondary);
}

.highlight2 {
  color: var(--highlight2);
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}

.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-150 {
  width: 130%;
}
.btn {
  font-weight: 800;
  border-radius: 0;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 14px;
}
.btn-primary {
  background-color: var(--primary);
  border: 1px solid var(--gray);
  color: var(--font-color-reverse);
}
.btn-primary:hover {
  background-color: var(--primary-darker);
  border-color: var(--gray);
}
.btn-secondary {
  background-color: var(--bg-color);
  border: 1px solid var(--primary);
  color: var(--primary);
}
.btn-secondary:hover {
  border: 1px solid var(--gray);
  color: var(--font-color-reverse);
}
.btn-light {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--secondary);
  font-weight: 400;
}
.btn-light:hover {
  background-color: rgba(4, 202, 150, 0.25);
}
.btn-light:active {
  background-color: rgba(4, 202, 150, 0.45);
}
.btn:focus {
  box-shadow: none !important;
}

.rotate {
  position: absolute;
  transform: scale(-1) translate(-50%, 50%);
  writing-mode: vertical-lr;
}

body {
  font-family: "Raleway", sans-serif;
  background-color: var(--bg-color);
  color: var(--font-color-dark);
  overflow-x: hidden !important;
  position: relative;
}
body header {
  padding: 20px 3vw 20px 5vw;
}
body header .navbar .logo {
  width: 100%;
}
body header .navbar .navbar-nav {
  width: 60vw;
}
body header .navbar .navbar-nav .nav-item .nav-link {
  color: var(--font-color);
  text-transform: uppercase;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
body header .navbar .navbar-nav .nav-item .nav-link:hover {
  transform: scale(1.135);
}
body header .navbar .navbar-nav .nav-item .nav-link:active {
  transform: scale(1.1);
}
body header .navbar .navbar-nav .nav-item.dropdown {
  position: relative;
}
body header .navbar .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle::after {
  display: none !important;
}
body header .navbar .navbar-nav .nav-item.dropdown .nav-link .dropdownToggle {
  width: 18px;
  position: relative;
  left: 7%;
  bottom: 2px;
}
body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  width: 380px;
  border-radius: 8px;
  padding: 20px 32px;
  border: 2px solid var(--primary);
  background-color: var(--lighter-gray);
}
body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  color: var(--primary);
}
body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background-color: rgba(74, 117, 104, 0.25);
}
body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-divider {
  border: 1px solid var(--secondary);
  opacity: 1;
}
body .abrirCuenta .abrirCuentaCard {
  width: 800px;
  top: 25vh;
  position: absolute;
  right: -780px;
  z-index: 10;
  border-radius: 10px 0 0 10px;
  border-left: 10px solid var(--secondary);
  transition: all 500ms ease-in-out;
}
body .abrirCuenta .abrirCuentaCard .title {
  position: absolute;
  left: -6%;
  height: 250px;
  top: 25%;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
body .abrirCuenta .abrirCuentaCard .title img {
  width: 18px;
  position: absolute;
  top: 0;
}
body .abrirCuenta .abrirCuentaCard .title .rotate {
  top: 34%;
}
.mid 
{
  width: 30%;
  margin-right:auto;
  margin-left:auto;
}
@media (max-width: 575px) {
  body .abrirCuenta .abrirCuentaCard {
    width: 95vw !important;
    right: -95vw;
    top: 20vh;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  body .abrirCuenta .abrirCuentaCard {
    right: -93vw;
    top: 50px;
    width: 480px;
  }
  body .abrirCuenta .abrirCuentaCard .title {
    left: -8%;
  }
}

body:not(.home) .abrirCuenta .abrirCuentaCard {
  right: -95vw;
}

.home .banner-intro {
  height: 100vh;
  min-height: 650px;
  max-height: 1000px;
  position: relative;
  background-image: url(../images/bg-mask.svg);
}
.home .banner-intro .bgBanner video {
  height: 100vh;
  min-height: 650px;
  max-height: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.home .banner-intro .carousel {
  top: 25vh;
}
.home .banner-intro .carousel .word-rotate {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 50vw;
  position: relative;
  display: inline-block;
}
.home .banner-intro .carousel .word-rotate li {
  height: 1.85em;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  color: var(--font-color);
  font-weight: 700;
  font-size: 30px;
}
.home .banner-intro .bottom-menu {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 85%;
}
.home .banner-intro .bottom-menu a {
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.home .banner-intro .bottom-menu a .card {
  height: 100%;
  color: var(--primary);
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0;
  border-left: 6px solid var(--secondary);
  position: relative;
  background-color: var(--bg-color);
  transition: transform 0.2s ease-in-out;
}
.home .banner-intro .bottom-menu a .card .card-icon {
  position: absolute;
  border: 3px solid var(--secondary);
  background-color: var(--bg-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -6%;
  top: -5%;
}
.home .banner-intro .bottom-menu a .card .card-icon img {
  width: 25px;
}
.home .banner-intro .bottom-menu a .card .card-title {
  display: flex;
  justify-content: center;
  font-weight: 700;
}
.home .banner-intro .bottom-menu a .card .card-text {
  font-weight: 300;
  font-size: 1.125rem;
  margin-top: 10px;
}
.home .banner-intro .bottom-menu a .card:hover {
  transform: scale(1.1);
}
.home .content {
  margin: 120px auto 0;
}
.home .content .info-negocio {
  padding: 0 7.8vw;
}
.home .content .info-negocio .col-img img:nth-child(2n) {
  position: relative;
  top: 50px;
}
.home .content .info-mercados .bg-secondary {
  background-image: url(../images/bg-hoja2.svg);
  background-repeat: no-repeat;
  background-position: right;
  height: 500px;
  position: relative;
}
.home .content .info-mercados .bg-secondary img {
  position: absolute;
  left: -17%;
  bottom: 0;
  width: 40vw;
}
.home .contacto 
{
  background:#f6f6f6;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display:block;
  width:100%;
}
.home .content .contacto .form-container form input, .home .content .contacto .form-container form textarea {
  border: none;
  border-bottom: 1px solid rgba(74, 117, 104, 0.5);
  border-radius: 0;
  background-color: inherit;
  padding: 15px 0;
  font-size: 18px;
}
.home .content .contacto .form-container form input::-moz-placeholder, .home .content .contacto .form-container form textarea::-moz-placeholder {
  color: var(--primary-font);
  font-weight: 300;
}
.home .content .contacto .form-container form input::placeholder, .home .content .contacto .form-container form textarea::placeholder {
  color: var(--primary-font);
  font-weight: 300;
}

.empresa .banner-intro {
  background-color: var(--bg-green);
  height: 70vh;
  position: relative;
}
.empresa .banner-intro .img-montaje {
  position: absolute;
  width: 75%;
  top: 30%;
}
.empresa .content {
  margin-top: 25vh;
}
.empresa .content .text {
  padding-left: 10%;
}
.empresa .content .text .description {
  width: 70%;
}
.empresa .content .valores {
  background-color: var(--lighter-gray);
  padding: 95px 0;
}
.empresa .content .valores h2, .empresa .content .valores .small {
  color: var(--font-color-primary);
}
.empresa .content .valores .circle-icon {
  display: flex;
  justify-content: center;
}
.empresa .content .valores .circle-icon img {
  max-width: 95%;
}

.mercados .nav-link {
  text-transform: uppercase;
  color: inherit;
  font-weight: 500;
  padding: 0 10px;
}
.mercados .nav-link-active {
  color: var(--primary);
  font-weight: 800;
  background-color: transparent !important;
  text-decoration:none;
  padding: 0 10px;
  text-transform:uppercase;
}
.mercados .tab-content .header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--font-color);
  font-weight: 300;
  padding: 25px 35px !important;
  position: relative;
}
.mercados .tab-content .header h2 {
  font-weight: 900;
  justify-self: center !important;
  text-transform: uppercase !important;
  margin-bottom: 0;
}
.mercados .tab-content .header .last-update {
  position: absolute;
  left: 25px;
  color: var(--font-color);
}
.mercados .tab-content .header .date-mercado {
  position: absolute;
  right: 25px;
}
.mercados .tab-content .table thead {
  background: #255748;
}
.mercados .tab-content .table thead th {
  font-weight: 700;
  padding-left: 30px;
}
.mercados .tab-content .table tbody {
  background-color: var(--lighter-gray);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 25px 0 !important;
}
.mercados .tab-content .table tbody tr {
  border: 2px solid #B3B3B3;
  border-left: none;
  border-right: none;
}
.mercados .tab-content .table tbody tr td {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--font-color-dark);
}
.mercados .tab-content .soja {
  color: var(--soja);
}
.mercados .tab-content .soja .header {
  background: var(--soja);
}
.mercados .tab-content .maiz {
  color: var(--maiz);
}
.mercados .tab-content .maiz .header {
  background: var(--maiz);
}
.mercados .tab-content .trigo {
  color: var(--trigo);
}
.mercados .tab-content .trigo .header {
  background: var(--trigo);
}
.mercados .tab-content .sorgo {
  color: var(--sorgo);
}
.mercados .tab-content .sorgo .header {
  background: var(--sorgo);
}
.mercados .tab-content .girasol {
  color: var(--girasol);
}
.mercados .tab-content .girasol .header {
  background: var(--girasol);
}
.mercados .tab-content .pizarra {
  color: var(--primary);
  margin-bottom: 0px;
}
.mercados .tab-content .pizarra .header {
  background: var(--primary);
}
.comsisiones .comision .header {
  background: var(--maiz);
}
.comisiones .comision {
  color: var(--maiz);
}
.banner-intro2 {
  height: 415px;
  position: relative;
  background-image: url(../images/bg-mask2.svg);
}
.banner-intro2 .bgBanner2 .title {
  font-weight: 900;
  text-align: center;
  color: var(--font-color);
}
.banner-intro2 .bgBanner2 video {
  height: 415px;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.noticias .nav-pills .nav-link 
{
  background-color: transparent;
  padding: 10px 15px;
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
}
.noticias .nav-pills .nav-link-active 
{
  background-color: transparent;
  padding: 10px 15px;
  color: inherit;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration:none;
  line-height:42px;
}
.mercados .derechai
{
	 display:block;
	 text-align:right;
	 margin-bottom:30px;
}
.mercados .derechai a 
{
	padding: 0px; 
	color: #000000; 
	text-decoration: none;
	font-size:22px;
	font-weight: 800;
	padding-right:10px;
}
.mercados .derechai a:hover
{
	color: var(--highlight2);
	text-decoration: none;
}
.noticias .derechai
{
	 display:block;
	 text-align:right;
	 margin-bottom:30px;
}
.noticias .derechai a 
{
	padding: 0px; 
	color: #000000; 
	text-decoration: none;
	font-size:22px;
	font-weight: 800;
	padding-right:10px;
}
.noticias .derechai a:hover
{
	color: var(--highlight2);
	text-decoration: none;
}
.noticias .newsNav .nav-link 
{
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
}
.noticias .newsNav .newsLink_active 
{
  font-weight: 800;
  background: transparent;
}
.noticias .newsNav .nav-link .arrow-icon {
  color: #6c757d;
}
.arrow-icon::before 
{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font: var(--fa-font-solid);
  content: ' \f077';
  left:5%;
}
.noticias .newsNav .nav-link .arrow-icon.rotate {
  transition: all 0.25s linear;
}
.noticias .newsNav .nav-link .arrow-icon.rotate.down {
  transform: rotate(-90deg);
}
.noticias .section-title {
  color: var(--highlight2);
  font-weight: 800;
}
.noticias .link-info {
  font-weight: 500;
  font-style: italic;
  color: inherit;
  text-decoration: none;
}
.noticias .link-info:hover {
  text-decoration: underline;
}
.comisiones .content {
}

.contacto .content {
  background-image: url(../images/bg-contacto.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 160px;
}
.contacto .content .itemsTxt {
  line-height: 22px;
}
.contacto .content input, .contacto .content textarea {
  background: var(--bg-color) !important;
}
.contacto .content input {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.contacto .content a {
  color: inherit;
  text-decoration: none;
}
.contacto .content a:hover {
  text-decoration: underline;
}
.contacto .newsletter {
  background: var(--highlight2);
  background-image: url(../images/bg-newsletter.png);
  background-repeat: no-repeat;
  background-position: -5% 30px;
  background-size: 25%;
}
.newsletter 
{
  background-image: url(../images/bg-newsletter.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.contacto .newsletter p {
  font-size: 18px;
}
.contacto .newsletter #formNewsletter input {
  height: 57px;
  border-radius: 22px;
  background-color: rgba(20, 20, 20, 0.3);
  color: #fff;
  border: none;
  font-size: 18px;
}
.contacto .newsletter #formNewsletter input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contacto .newsletter #formNewsletter input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contacto .newsletter #formNewsletter .btn-submit {
  background: var(--font);
  border-color: var(--font);
  color: #fff;
  border-radius: 22px;
  font-size: 20px;
}
.contacto .newsletter #formNewsletter .btn-submit:hover {
  background: #fff;
  border-color: #fff;
  color: var(--font);
}

.servicios ul.servicios-list {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}
.servicios ul.servicios-list li {
  padding-left: var(--icon-space);
  padding-bottom: 5px;
  font-size: 1.25rem;
}
.servicios ul.servicios-list li::before {
  content: url(../images/icons/icon-item.svg);
  margin-left: calc(var(--icon-space) * -1);
  width: var(--icon-space);
  margin-right: 10px;
  vertical-align: middle;
}
.servicios .slider {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: auto;
  color: var(--font-color-dark);
  background: var(--lighter-gray);
  box-shadow: 0px 14px 80px rgba(0, 0, 0, 0.161);
  padding: 25px;
  border: 2px solid var(--primary);
  height: 400px;
  transition: all 0.3s;
  overflow: visible;
}
@media screen and (max-width: 992px) {
  .servicios .slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .servicios .slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto 60px;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .servicios .slider {
    height: 350px;
  }
}
.servicios .slider__item {
  display: flex;
  align-items: center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .servicios .slider__item {
    flex-direction: column;
  }
}
.servicios .slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.servicios .slider__item.swiper-slide-active .slider__content > * {
  opacity: 1;
  transform: none;
}
.servicios .slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 5px 15px 1px rgba(0, 0, 0, 0.161);
  transform: translateX(-80px);
  overflow: hidden;
}
.servicios .slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .servicios .slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .servicios .slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .servicios .slider__img {
    height: 270px;
  }
}
.servicios .slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .servicios .slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .servicios .slider__content {
    padding: 0;
  }
}
.servicios .slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.servicios .slider .swiper-container-horizontal > .swiper-pagination-bullets, .servicios .slider .swiper-pagination-custom, .servicios .slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.servicios .slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .servicios .slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    bottom: -35% !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.servicios .slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .servicios .slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.servicios .slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: var(--primary-font);
  opacity: 0.2;
  transition: all 0.3s;
}
.servicios .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgb(68, 148, 122);
  background: linear-gradient(90deg, rgb(68, 148, 122) 0%, rgb(25, 89, 64) 100%);
  height: 30px;
  box-shadow: 0px 0px 20px rgba(68, 148, 122, 0.3);
}
@media screen and (max-width: 768px) {
  .servicios .slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.productos .productCol {
  display: none;
}
.productos .btnLoadContainer {
  position: relative;
  margin-top: 155px;
}
.productos .btnLoadContainer #loadMore {
  position: absolute;
  bottom: 50px;
  left: 0;
}
.productos .btnLoadContainer #loadMore.gradient {
  background: linear-gradient(0deg, var(--bg-color), var(--bg-color) 35%, transparent) !important;
  padding-top: 150px;
  border: none;
}
.productos .btnLoadContainer #loadMore.disabled {
  color: var(--bs-gray-600) !important;
  background-color: transparent !important;
  border: none !important;
}
.productos .btnLoadContainer #loadMore:focus {
  box-shadow: none;
}
.productos .card {
  border: none;
  position: relative;
  padding: 0;
}
.productos .card .card-img-overlay {
  margin: 0;
  height: 100px;
  position: relative;
  background-color: var(--highlight);
}
.productos .card .card-img-overlay .card-body {
  color: var(--primary-font);
  padding: 0 10px;
}
.productos .card .card-img-overlay .card-body h5 {
  font-weight: 600;
  margin-bottom: 0;
}
.productos .card .card-img-overlay .card-body button {
  padding: 0;
}
.productos .card .card-img-overlay .card-body button .animated-icon2 {
  width: 15px;
  height: 15px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 0px;
  right: 5px;
}
.field 
{
  font-family: "Raleway", sans-serif;
  background-color: var(--bg-color);
  color: var(--font-color-dark);
  overflow-x: hidden !important;
  position: relative;
}
.field a 
{
  font-family: "Raleway", sans-serif;
  background-color: var(--bg-color);
  color: var(--font-color-dark);
  overflow-x: hidden !important;
  position: relative;
  text-decoration:none;
}
.field a:hover 
{
  font-family: "Raleway", sans-serif;
  background-color: var(--bg-color);
  color: var(--font-color-dark);
  overflow-x: hidden !important;
  position: relative;
  text-decoration:underline;
}
.productos .card .card-img-overlay .card-body button .animated-icon2 span {
  background-color: var(--primary) !important;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px !important;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.productos .card .card-img-overlay .card-body button .animated-icon2 span {
  background: #e3f2fd;
}
.productos .card .card-img-overlay .card-body button .animated-icon2 span:nth-child(1) {
  transform: rotate(0deg);
  top: 0px;
}
.productos .card .card-img-overlay .card-body button .animated-icon2 span:nth-child(2) {
  transform: rotate(90deg);
  top: 0;
}
.productos .card .card-img-overlay .card-body button .animated-icon2.open span:nth-child(2) {
  transform: rotate(0deg);
}
.productos .card .card-img-overlay .card-body button:focus {
  box-shadow: none;
}
.productos .card .collapseContent {
  top: 90%;
  width: 100%;
  position: absolute;
  z-index: 100;
}
.productos .card .collapseContent div {
  border-radius: 0 0 0.25rem 0.25rem;
  color: var(--primary);
  background-color: var(--highlight);
  border: none;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.5rem 25px;
  font-weight: 500;
}
.productos .card .collapseContent div ul {
  padding: 0;
}
.productos .card .collapseContent div ul li {
  list-style-type: none !important;
  font-size: 18px;
}
.productos .card .collapseContent div ul li span {
  font-weight: 600;
}

footer {
  height: 240px;
  display: flex;
  align-items: center;
  background: var(--primary);
  font-weight: 400 !important;
  color: var(--font-color-reverse);
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:hover {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 1800px) {
  .home .banner-intro .bottom-menu {
    width: 65vw;
  }
}
@media (max-width: 1199px) {
  .productos .card {
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding: 20px auto;
  }
  .productos .card .card-img-overlay {
    height: 150px;
  }
  .productos .card .collapseContent {
    top: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar .navbar-collapse {
    width: 50% !important;
  }
  .home .banner-intro .carousel {
    left: 10%;
  }
  .home .banner-intro .carousel .word-carousel .word-rotate li {
    height: 2.2em;
    left: -5% !important;
  }
  .banner-intro2 {
    height: 370px !important;
  }
  .banner-intro2 .bgBanner2 video {
    height: 370px !important;
  }
}
@media (max-width: 991px) {
  .w-40 {
    width: 100%;
  }
  header {
    padding: 0 3vw 10px 5vw !important;
  }
  header .navbar .logo {
    width: 75% !important;
  }
  header .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: var(--bg-green);
    z-index: 100;
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  header .navbar .navbar-collapse .navbar-nav {
    width: 100% !important;
    height: 75%;
    padding-right: 50px;
  }
  header .navbar .navbar-collapse .btnCloseNav {
    position: absolute;
    top: 5%;
    right: 10%;
  }
  header .navbar .navbar-collapse.show {
    opacity: 1;
  }
  header .navbar .navbar-collapse .nav-item.dropdown .dropdown-menu {
    width: 75vw !important;
    padding: 20px 25px !important;
    position: absolute;
    left: -170px;
  }
  .home .banner-intro .bottom-menu {
    width: 90%;
  }
  .home .banner-intro .bottom-menu a .card {
    height: 200px !important;
  }
  .home .banner-intro .bottom-menu a .card .card-icon {
    width: 60px;
    height: 60px;
  }
  .home .banner-intro .bottom-menu a .card .card-icon img {
    width: 55% !important;
  }
  .home .banner-intro .bottom-menu a .card .card-body h3 {
    font-size: 1.175rem;
  }
  .home .banner-intro .bottom-menu a .card .card-body .card-text {
    font-size: 15px !important;
  }
  .home .content .contacto {
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin-top: 0;
  }
  .noticias .nav-pills 
  {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  footer {
    height: auto;
  }
  footer .logo {
    width: 25%;
  }
  footer .copy {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home .banner-intro {
    height: 85vh !important;
    min-height: 85vh;
    max-height: 85vh;
  }
  .home .banner-intro .bgBanner video {
    height: 85vh !important;
    min-height: 85vh;
    max-height: 85vh;
  }
  .home .banner-intro .carousel {
    top: 25vh !important;
  }
  .home .banner-intro .carousel .word-carousel {
    font-size: 25px !important;
  }
  .home .banner-intro .carousel .word-carousel .word-rotate {
    width: 75vw;
  }
  .home .banner-intro .carousel .word-carousel .word-rotate li {
    height: 1.85em;
    left: -13%;
    transition: all 0.5s;
    font-size: 1.2rem;
  }
  .home .content {
    margin: 50px auto 0;
  }
  .home .content .info-negocio .col-img {
    display: flex;
    justify-content: center;
  }
  .home .content .info-negocio .col-img img {
    width: 40vw;
    height: -moz-fit-content;
    height: fit-content;
  }
  .home .content .info-servicios .title {
    width: 100% !important;
  }
  .home .content .info-mercados .bg-secondary {
    height: 450px !important;
  }
  .home .content .info-mercados .bg-secondary img {
    left: 10px !important;
    bottom: 5% !important;
    width: 95% !important;
  }
  .empresa .banner-intro {
    height: 55vh;
  }
  .empresa .banner-intro .img-montaje {
    width: 100%;
    top: 35%;
  }
  .empresa .content {
    margin-top: 105px;
  }
  .empresa .content .text {
    padding-left: 10%;
    padding-right: 5%;
  }
  .empresa .content .text .description {
    width: 100%;
  }
  .empresa .content .img-empresa {
    width: 90%;
  }
  .empresa .content .valores {
    padding: 50px 0;
    margin-top: 50px;
  }
  .empresa .content .valores .circle-icon img {
    max-width: 85% !important;
  }
  .mercados .header .last-update {
    font-size: 12px;
    left: 5px !important;
    top: -20px;
    color: #000;
  }
  .mercados .tableContainer {
    overflow-x: scroll;
  }
  .mercados .tableContainer .table thead th {
    padding-left: 10px;
  }
  .mercados .tableContainer .table tbody tr td {
    padding-left: 10px;
  }
  .productos .card .card-img-overlay {
    height: 100px;
  }
  .servicios ul.servicios-list {
    padding: 10px 25px;
  }
  .servicios ul.servicios-list li {
    font-size: 1.12rem;
  }
  .servicios .bgBanner2 p {
    width: 85% !important;
  }
  .servicios .sliderContainer {
    margin-top: 150px;
  }
  .servicios .sliderContainer .slider {
    width: 90%;
  }
  .banner-intro2 {
    height: 60vh;
  }
  .banner-intro2 .bgBanner2 video {
    height: 60vh;
  }
}
@media (max-width: 576px) {
  .banner-intro {
    height: 250px !important;
  }
  .banner-intro .img-montaje {
    top: 55% !important;
  }
  footer .logo {
    width: 50%;
  }
}/*# sourceMappingURL=style.css.map */
/* comienza paginaacion */
a.anterior
{
	text-align:right;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color:#442717; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.anterior:hover
{
    text-decoration: underline;
    color: var(--highlight2);
}
a.posterior
{
	text-align:right;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #442717; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.posterior:hover
{
    text-decoration: underline;
    color: var(--highlight2);
}
.numero
{
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #442717; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
    text-align:center;
}
a.numero
{
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #442717; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.numero:hover
{
    color: var(--highlight2);
    text-decoration:underline;
}
.numerores
{
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: var(--highlight2);
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores
{
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: var(--highlight2);
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores:hover
{
    text-decoration:underline;
}
/* fin paginacion */