:root
{
    --primary: #6c6c6c;
    --primary-font: #6c6c6c;
    --primary-darker: #4c4c4c;
    --secondary: #b1b1b1;
    --highlight: #f4f4f4;
    --highlight2: #bababa;
    --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: #484848;
    --bg-light: #F6F6F6;
    --soja: #6d6d6d;
    --maiz: #6c6c6c;
    --trigo: #737373;
    --sorgo: #737373;
    --girasol: #9d9d9d;
}
[data-theme=dark]
{
    --primary: #b2b2b2;
    --primary-font: #FFF;
    --primary-darker: #4c4c4c;
    --secondary: #b1b1b1;
    --highlight: #282828;
    --highlight2: #bababa;
    --font-color: #FFFFFF;
    --font-color-dark: #FFFFFF;
    --font-color-reverse: #282828;
    --font-color-primary: #b2b2b2;
    --lighter-gray: #282828;
    --light-gray: #ededed;
    --gray: #707070;
    --bg-color: #232323;
    --bg-green: #484848;
    --bg-light: #F6F6F6;
    --soja: #b2b2b2;
    --maiz: #b2b2b2;
    --trigo: #b2b2b2;
    --sorgo: #b2b2b2;
    --girasol: #b2b2b2;
}

.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;
}
 header .navbar .logo
    {
        width: 100% !important;
    }
.btn-primary
{
    background-color: #6c6c6c;
    border: 1px solid var(--gray);
    color: var(--font-color-reverse);
    border-radius:15px;
} 
.btn-primary:hover
{
    background-color: #4d4d4d;
    border-color: var(--gray);
}
.btn-primary:focus
{
    background-color: #4d4d4d;
    border-color: var(--gray);
}
.btn-primary:active
{
    background-color: #4d4d4d;
    border-color: var(--gray);
}
.btn-secondary
{
    background-color: var(--bg-color);
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius:15px;
}
.btn-secondary:hover
{
    border: 1px solid var(--gray);
    color: var(--font-color-reverse);
}
.btn-secondary:focus
{
    border: 1px solid var(--gray);
    color: var(--font-color-reverse);
}
.btn-secondary:active
{
    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: 60%;
}
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 #999999;
    background-color: #f6f6f6;
}
body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item
{
    text-transform: uppercase;
    color:#232323;
}
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 #232323;
    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 .000000
{
    position: absolute;
    left: -6%;
    height: 250px;
    top: 25%;
    cursor: pointer;
    transition: all 250ms ease-in-out;
}
body .abrirCuenta .abrirCuentaCard .000000 img
{
    width: 18px;
    position: absolute;
    top: 0;
}
body .abrirCuenta .abrirCuentaCard .000000 .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 .000000
    {
        left: -8%;
    }
}

body:not(.home) .abrirCuenta .abrirCuentaCard
{
    right: -95vw;
}
.home .banner-intro
{
    height: 100vh;
    min-height: 300px;
    max-height: 500px;
    position: relative;
    background-image: url(../images/bg-mask.svg);
}
.home .banner-intro .bgBanner video
{
    height: 100vh;
    min-height: 300px;
    max-height: 500px;
    -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;
}
.bottom-menu
{
    position:relative;
    display:block;
    margin-top:30px;
    margin-bottom:60px;
}
.bottom-menu a
{
    text-decoration: none;
    color: inherit;
    width: 100%;
}
 .bottom-menu a .card
{
    height: 100%;
    color: #232323;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1607843137);
    border-radius: 0;
    border-bottom: 4px solid #232323;
    position: relative;
    background-color: var(--bg-color);
    transition: transform 0.2s ease-in-out;
}
.bottom-menu a .card .card-title
{
   text-align:center;
   margin-top:30px;
   font-size:22px;
}
.bottom-menu a .card .card-icon
{
    position: absolute;
    border: 3px solid #232323;
    background-color: var(--bg-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left:35%;
    top: -20%;
}
.bottom-menu a .card .card-icon img
{
    width: 25px;
}
.bottom-menu a .card .card-000000
{
    display: flex;
    justify-content: center;
    font-weight: 700;
}
.bottom-menu a .card .card-text
{
    font-weight: 300;
    font-size: 1.125rem;
    margin-top: 10px;
    text-align:center;
}
 .bottom-menu a .card:hover
{
    transform: scale(1.1);
}
.home .content
{
    margin: 0px 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 .home-empresa
{
    background: #FFFFFF;
    display: flex;
    align-items: center;
    display: block;
    width: 100%;
}
.home .productos
{
    background: #f6f6f6;
    display: flex;
    align-items: center;
    display: block;
    width: 100%;
}
.home .informacion
{
    background: #f6f6f6;
    display: flex;
    align-items: center;
    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: #4e4e4e;
}
.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 .000000
{
    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-000000
{
    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
{
}
ul.servicios-list 
{
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}
ul.servicios-list li 
{
  padding-left: var(--icon-space);
  padding-bottom: 5px;
  font-size: 1.25rem;
}
.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;
}
.newsletter
{
    background: #989898;
    background-image: url(../images/bg-newsletter.png);
    background-repeat: no-repeat;
    background-position: 48% 15px;
    background-size: 30%;
}
.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;
}
/* comienza whatsApp */
.whatsapp-flotado, .whatsapp-flotado:active, .whatsapp-flotado:focus
{
    padding: 0px;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    text-align: center;
    right: 60px;
    bottom: 120px;
    color: rgb(255, 255, 255);
    font-size: 1.6em;
    display: block;
    position: fixed;
    z-index: 100;
    background: linear-gradient(rgb(60, 113, 8), rgb(88, 154, 18)) rgb(87,153, 18);
    box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.32);
    float: inline-start;
    float: inline-end;
}
.whatsapp-flotado:hover
{
    background: linear-gradient(rgb(44, 44, 44), rgb(0, 0, 0)) rgb(51,54, 138);
    color: rgb(255, 255, 255);
}
.fa-whatsapp
{
    font-size: 1.6em;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    background: none;
    line-height:1.4em;
}
/* fin whatsApp */
/* comienza bloque productos */
.bloque-1 
{
    background-color: #999999;
}
.padding-40px-all 
{
    padding: 40px;
}
.margin-20px-bottom 
{
    margin-bottom: 20px;
}
.margin-20px-top 
{
    margin-top: 20px;
}
.border-radius-10 
{
    border-radius: 10px;
}
.width-60 
{
    width: 60%;
}
.margin-10px-bottom 
{
    margin-bottom: 10px;
}
.btn.btn-dark-gray 
{
    background: #232323;
    border-color: #232323;
    color: #fff;
    font-size:14px;
}
.btn.btn-dark-gray:focus,
.btn.btn-dark-gray:hover 
{
    background: 0 0;
    color: #232323;
}
.btn.btn-rounded 
{
    border-radius:15px;
}
.img-fluid
{
    border-radius:15px;
}
.parallax 
{
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
.bg-blur 
{
    background: #7c7c7c70;
    backdrop-filter: blur(50px) !important;
    -webkit-backdrop-filter: blur(50px) !important;
    border-radius:15px;
}
.icon-vertmid 
{
    margin: auto;
}
.main-font 
{
    font-family: "Segoe UI", sans-serif;
}
.font-weight-700 
{
    font-weight: 700;
}
.titulo-bloques 
{
    font-size: 22px;
    line-height: 23px;
}
.margin-20px-bottom 
{
    margin-bottom: 20px;
}
.overlay 
{
    background-color: transparent;
    background-image: linear-gradient(180deg, #99525200 10%, #000000e0 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.alt-font 
{
    font-family: Segoe, sans-serif;
    font-weight: 500;
}
.alt-font strong 
{
    font-weight: 700;
}
.padding-10px-top
{
    padding-top: 10px;
}
.min-height-380 
{
    min-height: 400px;
}
.parallax-feature-box-bottom 
{
    position: absolute;
    bottom: -150%;
}
.sm-padding-40px-all 
{
   padding: 40px !important;
}
.padding-fourteen-all 
{
    padding: 14%;
}
.parallax-feature-box 
{
    overflow: visible;
}
.no-padding 
{
    padding: 0 !important;
}
.bg-extra-dark-gray 
{
    background-color: #1c1c1c;
}
.padding-ten-top 
{
    padding-top: 5%;
}
.padding-ten-bottom
{
    padding-bottom: 5%;
}
/* fin bloque productos */
#mensaje .head_title
{
    margin-bottom:18px;
}
#mensaje .head_title h3
{
    color:#8f8f8f;
}
#mensaje .head_title h2
{
    color:#212121;
}
#mensaje .head_title .subtitle
{
    padding: 0;
    text-transform:none;
    color:#666;
    font-size:18px;
    margin-top:30px;
}
.head_title
{
    margin-bottom:18px;
}
.head_title .subtitle
{
    padding: 0;
    text-transform:uppercase;
    color:#444444;
    font-size:18px;
    margin-top:30px;
}
p.lead 
{
	font-size: 2.4rem;
	line-height: 1.8;
	color:#666666;
}
.entry-title
{
	font-size: 2rem;
	line-height: 1.364;
	margin-bottom: 0.9rem;
	color:#000000;
}
.primary-content 
{
	padding: 3rem;
}
.legaltxt p
{
    font-size: 12pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: left;
}
.strong
{
    font-weight:bold;
    font-size: 12pt;
    color: #777;
    font-variant: normal;
    text-decoration: none;
    text-align: left;
}
.separator 
{
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #444444;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator:after 
{
    position: absolute;
    left:5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #666666;
    content:"";
    display: inline-block;
    margin-left: 20px;
}
.separator:before 
{
    position: absolute;
    right: 5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #000000;
    content:"";
    display: inline-block;
    margin-right: 20px;
}
@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;
}
.contacto2
{
    display: flex;
    align-items: center;
    background-color: #1c1c1c;
    font-weight: 400 !important;
    color: var(--font-color-reverse);
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    width: 100%;
}
footer
{
    height: 240px;
    display: flex;
    align-items: center;
    background-color: #1c1c1c;
    font-weight: 400 !important;
    color: var(--font-color-reverse);
}
.form-group h3
{
    color: #4c4c4c;
    padding-left: 10px;
    border-left: 2px solid #6c6c6c;
    margin-bottom: 5px;
    text-transform:uppercase;
}
.form-group3 h3
{
    color: #4c4c4c;
    padding-left: 10px;
    margin-bottom: 5px;
    text-transform:uppercase;
}
.form-group3 .line
{
    background-color: #6c6c6c;
    display: inline-block;
    height: 2px;
    width: 60px;
    margin-bottom:30px;
}
.form-group2 .line
{
    background-color: #FFFFFF;
    display: inline-block;
    height: 2px;
    width: 60px;
    margin-bottom:60px;
}
.form-group2 h3
{
    color: #4c4c4c;
    padding-left: 10px;
    border-bottom: 0px solid #6c6c6c;
    margin-bottom: 5px;
    text-transform:uppercase;
}
footer .logo
{
    text-decoration: none;
    width: 55%;
    height: auto;
    text-align: center;
}
footer .logo-1
{
    text-decoration: none;
    width: 70%;
    height: auto;
    text-align: center;
}
footer a
{
    text-decoration: none;
    color: inherit;
}
footer a:hover
{
    color: inherit;
    text-decoration: underline;
}
/* comienza mercados */
#info h4
{
    font-weight: 400;
    font-size:16pt;
    color: #666666;
    vertical-align: bottom;  
    display:inline-block;
    padding-left:10px;
    padding-top:10px;
}
#info .titular
{
    width:100%;
    display:block;
    margin-bottom:20px;
}
#info .itabla
{
    width:100%;
    display:block;
    float:left;
    clear:both;
    margin-bottom:50px;
}
#info .itabla2
{
    margin-bottom:50px;
    width:100%;
}
#info .piz
{
   overflow-x: hidden;
   width:100%;
}
#info .spacer
{
  height:40px;
  width:100%;
  display:block;
}
#info .titular2
{
   
    display:inline-block;
    float:left;
}
#info .tdcabfecha
{
    font-weight: 300;
    font-size:12pt;
    text-transform:uppercase;
    color: #000000;
    text-align:left;
}
#info .tdcabnombre
{
   
    font-weight: 300;
    font-size:14pt;
    text-transform:none;
    color: #666666;
    text-align:left;
    vertical-align:text-bottom;
}
#info .tdfilavalor
{
   
    font-weight: 300;
    font-size:20pt;
    text-transform:none;
    color: #666666;
    text-align:right;
    vertical-align:text-bottom;
}
#info hr
{
    height:1px;
    width:100%;
    background:#dbdbdb;
    margin-top:20px;
    margin-bottom:20px;
}
#info ul.link-list
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}
#info ul.link-list li
{
    float: none;
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
    font-family: 'Oswald' , sans-serif;
    font-size: 14px;
    color: #666666;
}
#info ul.link-list li a
{
    color: #666666;
    text-decoration: none;
}
#info ul.link-list li a:hover
{
    color: #99cc00;
    text-decoration: none;
}
#info ul.link-list li a.active
{
    color: #99cc00;
    text-decoration: none;
}
#info .widget3
{
    float: left;
    display: inline;
    margin-left:20px;
    margin-top:20px;
}
.climatitular
{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size:16pt;
    color: #666666;
    vertical-align:text-top;
    text-transform:uppercase;
    width:auto;
    padding-left:6px;
}
.tdclimavalor
{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size:38pt;
    color: #666666;
    text-transform:uppercase;
    text-align:left;
    padding-left:0px;
    padding-top:4px;
}
.tdclimavalor .indice
{
    vertical-align:super;  
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size:14pt;
    color: #666666;
    text-transform:uppercase;
    text-align:left;
}
.tdclimacond
{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size:12pt;
    color: #666666;
    vertical-align:text-bottom;  
    text-transform:none;
    padding-left:6px;
}
.tdclima
{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size:16pt;
    color: #666666;
    vertical-align:text-bottom;
    text-transform:none;
    padding-left:6px;
}
/* fin mercados */
/* comienza noticias */
#noticias .titular
{
   
    width:100%;
    display:block;
    height:41px;
    margin-bottom:20px;
}
#noticias .itabla
{
   
    width:100%;
    display:block;
}
#noticias h4
{
   
    font-weight: 400;
    font-size:16pt;
    color: #666666;
    vertical-align: bottom;  
    display:inline-block;
    padding-left:10px;
    padding-top:10px;
}
#noticias .notampliar
{
    text-align:right;
}
#noticias .notampliar a
{
  font-weight: 500;
  font-style: italic;
  color: inherit;
  text-decoration: none;
}
#noticias .notampliar a:hover
{
    color: #4d4d4d;
    text-decoration:underline;
}
.mid 
{
  width: 30%;
  margin-right:auto;
  margin-left:auto;
}    
#noticias .notfecha
{
   
    font-weight: 300;
    font-size:12pt;
    text-transform:uppercase;
    color: #000000;
    text-align:left;
}
#noticias .date
{
   
    font-weight: 300;
    font-size:12pt;
    text-transform:uppercase;
    color: #000000;
    text-align:left;
}
#noticias .source
{
   
    font-weight: 300;
    font-size:12pt;
    text-transform:uppercase;
    color: #6c6c6c;
}
#noticias .notfuente
{
   
    font-weight: 300;
    font-size:12pt;
    text-transform:uppercase;
    color: #6c6c6c;
}
#noticias .notcopete
{
   
    font-weight: 400;
    font-size:11pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
}
#noticias .nottitulo 
{
    text-align:left;
}
#noticias .nottitulo 
{
   
    font-family: 'Oswald' , sans-serif;
    font-weight: 700;
    font-size:14pt;
    text-transform:uppercase;
    color: #4d4d4d;
    text-decoration:none;
}
#noticias .nottitulo a
{
   
    font-family: 'Oswald' , sans-serif;
    font-weight: 700;
    font-size:14pt;
    text-transform:uppercase;
    color: #6c6c6c;
    text-decoration:none;
}
#noticias .nottitulo a:hover
{
   
    color: #4d4d4d;
    text-decoration:none;
}
 /* comienza scrollup */
 .menu-scroll 
{
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    background-color:#FFFFFF;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 73px;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .175);
}
.scrollup
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover 
{
    background: #4d4d4d;
    opacity: 1;
}
.scrollup i 
{
    font-size: 20px;
    position: absolute;
    opacity: 1;
    color: #FFFFFF;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -10px;
    text-decoration: none;
}
/* fin scrollup */
/* fin noticias */
#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;
}
#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;
}
#noticias .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 .title a
{
    font-family: 'Oswald' , sans-serif;
    font-weight: 700;
    font-size:14pt;
    text-transform:uppercase;
    color: #6c6c6c;
    text-decoration:none;
}
#noticias .title a:hover
{
  color: #4d4d4d;
  text-decoration:none;
}
#noticias .link-info 
{
  font-weight: 500;
  font-style: italic;
  color: inherit;
  text-decoration: none;
}
#noticias .link-info:hover 
{
  text-decoration: underline;
}
#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: #4e4e4e;
}
#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);
}
#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;
}
@media (min-width: 1800px)
{
    .home .banner-intro .bottom-menu
    {
        width: 65vw;
    }
}
@media (max-width: 1199px)
{
    .productos .col
    {
        padding: 20px auto;
        width:100%;
        display:block;
    }
    .productos .card .card-img-overlay
    {
        height: 150px;
    }
    .productos .card .collapseContent
    {
        top: 100% !important;
    }
    .margin-bottom
    {
       margin-bottom:20px;
    }
    .margin-bottom2
    {
       margin-bottom:40px;
    }
    #info .tdcabfecha
    {
        font-weight: 300;
        font-size:9pt;
        text-transform:uppercase;
        color: #000000;
        text-align:left;
    }
    #info .tdcabnombre
    {
       
        font-weight: 300;
        font-size:10pt;
        text-transform:none;
        color: #444444;
        text-align:left;
        vertical-align:text-bottom;
    }
    #info .fecha
    {
       
        font-weight: 300;
        font-size:11pt;
        text-transform:none;
        color: #444444;
        text-align:left;
        vertical-align:text-bottom;
    }
    #info .tdfecha
    {
       
        font-weight: 300;
        font-size:10pt;
        text-transform:none;
        color: #444444;
        text-align:center;
        vertical-align:text-bottom;
    }
    #info .tdcab
    {
       
        font-weight: 300;
        font-size:10pt;
        text-transform:none;
        color: #444444;
        text-align:left;
        vertical-align:text-bottom;
    }
    #info .tdfila1
    {
       
        font-weight: 300;
        font-size:10pt;
        text-transform:none;
        color: #444444;
        text-align:right;
        vertical-align:text-bottom;
    }
     #info .tdfilaLbl
    {
        font-weight: 300;
        font-size:10pt;
        text-transform:none;
        color: #444444;
        text-align:left;
        vertical-align:text-bottom;
    }
    #info .tdfilavalor
    {
       
        font-weight: 300;
        font-size:12pt;
        text-transform:none;
        color: #444444;
        text-align:right;
        vertical-align:text-bottom;
    }
    #info .itabla2
    {
        width:100%;
        display:block;
        float:left;
        clear:both;
    }
    #info .piz
    {
        width: 100%; 
        overflow-x: auto;
    }
}
@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;
    }
}
@media (max-width: 991px)
{
    .w-40
    {
        width: 100%;
    }
    header
    {
        padding:  2vw 2;
    }
    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: 20%;
    }
    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 .000000
    {
        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 */