.logo {
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

@media (min-width: 992px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    p {
        font-size: 18px;
        line-height: 165%;
    }
}

@media (min-width: 1400px) {
    p {
        font-size: 20px;
        line-height: 35px;
    }
}

.logomenu {
    height: auto;
    width: 100%;
}

.herobg {
    background-image: url('../assets/svg/textura.svg');
    background-repeat: no-repeat;
    background-position: right center;
    height: 585px;
    background-size: auto;
}

.linktab {
    font-family: 'Playfair Display', sans-serif;
    font-size: 28px !important;
}

@media (min-width: 576px) {
    .linktab {
        font-size: 24px !important;
    }
}

@media (min-width: 768px) {
    .linktab {
        font-size: 28px !important;
    }
}

@media (min-width: 992px) {
    .linktab {
        font-size: 31px !important;
    }
}

@media (min-width: 1200px) {
    .linktab {
        font-size: 40px !important;
    }
}

@media (min-width: 1400px) {
    .linktab {
        font-size: 41px !important;
    }
}

.dotnav nav-item.active a::after {
    content: "";
    position: absolute;
    bottom: 5px;

    /* Adjust the bottom position as needed */
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #007bff;

    /* Replace with your desired color */
}

.cafe-image-size {
    max-height: 257px;
}

@media (min-width: 576px) {
    .cafe-image-size {
        max-height: 388px;
    }
}

@media (min-width: 768px) {
    .cafe-image-size {
        max-height: 523px;
    }
}

@media (min-width: 992px) {
    .cafe-image-size {
    }
}

@media (min-width: 1200px) {
    .cafe-image-size {
        max-height: 551px;
    }
}

.dot-1 {
    font-size: 27px;
    width: 48px !important;
    bottom: 82px;
    position: relative;
}

@media (min-width: 576px) {
    .dot-1 {
        text-align: center;
        top: 0px;
        position: relative;
    }
}

@media (min-width: 768px) {
    .dot-1 {
        position: relative;
    }
}

@media (min-width: 992px) {
    .dot-1 {
        position: relative;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .dot-1 {
        width: 46px !important;
        position: relative;
        top: -5px;
    }
}

@media (min-width: 1400px) {
    .dot-1 {
        position: relative;
        font-size: 42px;
        top: 0px;
    }
}

.dot-2 {
    position: relative;
    font-size: 27px;
    top: -81px;
    width: 47px !important;
    text-align: center;
}

@media (min-width: 576px) {
    .dot-2 {
        position: relative;
        top: 0;
    }
}

@media (min-width: 768px) {
    .dot-2 {
        position: relative;
    }
}

@media (min-width: 992px) {
    .dot-2 {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .dot-2 {
        position: relative;
        top: -3px;
    }
}

@media (min-width: 1400px) {
    .dot-2 {
        font-size: 42px;
        top: 0px;
    }
}

.dot-3 {
    font-size: 27px;
    width: 100% !important;
    text-align: center;
    position: relative;
}

@media (min-width: 576px) {
    .dot-3 {
        width: 65px !important;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .dot-3 {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .dot-3 {
        align-items: flex-start;
    }
}

@media (min-width: 1200px) {
    .dot-3 {
        top: -3px;
    }
}

@media (min-width: 1400px) {
    .dot-3 {
        font-size: 42px;
        top: 1px;
    }
}

.nav-link.active {
    font-family: 'Playfair Display', sans-serif;
    font-size: 28px;
    color: #003b71 !important;
    border-bottom: 3px solid #003b71 !important;
    text-align: center;
}

@media (min-width: 576px) {
    .nav-link.active {
    }
}

.granos-cafe {
    width: auto !important;
    right: 0;
    height: 100%;
}

@media (min-width: 768px) {
    .granos-cafe {
        height: 489px;
    }
}

.section-cafe {
    height: 900px;
}

.navbar-logo {
    width: 308px;
}

@media (min-width: 576px) {
    .navbar-logo {
    }
}

@media (min-width: 1200px) {
    .navbar-logo {
        width: 534px;
    }
}

@media (min-width: 1400px) {
    .navbar-logo {
    }
}

.bigheadings-64 {
}

.bigheading {
    font-size: 36px;
    line-height: 120%;
}

@media (min-width: 576px) {
    .bigheading {
        font-size: 36px;
        line-height: 120%;
    }
}

@media (min-width: 768px) {
    .bigheading {
        font-size: 48px;
        line-height: 105%;
    }
}

@media (min-width: 992px) {
    .bigheading {
        font-size: 54px;
        line-height: 62px;
    }
}

@media (min-width: 1200px) {
    .bigheading {
        font-size: 65px;
        line-height: 70px;
    }
}

@media (min-width: 1400px) {
    .bigheading {
        font-size: 73px;
        line-height: 109%;
    }
}

.sello {
    width: 122px;
}

@media (min-width: 576px) {
    .sello {
    }
}

.gramaje {
    width: 80px;
    border-radius: 33px;
    border: 2px solid #D4A362;
    text-align: center;
    margin-left: 0;
    margin-right: 8px;
    padding: 5px 20px;
}

.columna-infoproducto {
    height: 305px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.bloque-textoproducto {
    height: auto;
    padding-bottom: 0px;
    margin-bottom: 10PX;
    font-size: 16px;
    line-height: 24px;
}

.collapsedmenu {
}

.navbar-expand-lg.navbar-dark .navbar-nav,
.navbar-expand-lg.navbar-dark .navbar-topbar-collapse-toggler {
    background-color: #003B71 !important;
    padding-left: 20px !important;
}

.columna-textura {
    background-image: url('../assets/svg/textura.svg');
    background-size: contain;
    width: 100% !important;
    border: 1px none #d4a362;
    height: 100%;
    margin-right: 0;
    padding-right: 0;
    background-repeat: repeat-x;
    background-position: right center;
}

@media (min-width: 576px) {
    .columna-textura {
        width: 50% !important;
        margin-bottom: 0;
        height: 109%;
        background-repeat: no-repeat;
    }
}

@media (min-width: 768px) {
    .columna-textura {
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px) {
    .columna-textura {
    }
}

@media (min-width: 1400px) {
    .columna-textura {
        background-image: url('../assets/svg/textura.svg');
    }
}

.titulobannerprincipal {
    font-size: 30px;
    line-height: 36px !important;
}

@media (min-width: 576px) {
    .titulobannerprincipal {
        font-size: 29px;
        line-height: 32px !important;
    }
}

@media (min-width: 768px) {
    .titulobannerprincipal {
        font-size: 36px;
        line-height: 43px !important;
    }
}

@media (min-width: 992px) {
    .titulobannerprincipal {
        font-size: 50px;
        line-height: 61px !important;
    }
}

@media (min-width: 1200px) {
    .titulobannerprincipal {
        font-size: 66px;
        line-height: 74px !important;
    }
}

@media (min-width:1400px) {
    .titulobannerprincipal {
        font-size: 4.8rem;
        line-height: 84px !important;
    }
}

.cuchara {
    height: auto !important;
    width: 421px;
}

@media (min-width: 576px) {
    .cuchara {
        padding-right: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 768px) {
    .cuchara {
        margin-right: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .cuchara {
        float: right;
        width: 673px;
        height: auto;
    }
}

.subtitulobanner {
    font-family: 'Inter', sans-serif;
    font-weight: 200 !important;
    font-size: 11px;
}

@media (min-width: 576px) {
    .subtitulobanner {
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .subtitulobanner {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .subtitulobanner {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .subtitulobanner {
        font-size: 24px;
    }
}

@media (min-width: 1400px) {
    .subtitulobanner {
        font-size: 23px;
    }
}

.bannerbgfoto {
    height: 379px;
    background-image: url('../assets/images/fondo-cafe.png');
    background-position: center center;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.41);
}

@media (min-width: 576px) {
    .bannerbgfoto {
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.41);
    }
}

.bannerbgfoto2 {
    height: 335px;
    background-image: url('../assets/images/HIRES-cultivo-granos-enhance.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .bannerbgfoto2 {
    }
}

@media (min-width: 992px) {
    .bannerbgfoto2 {
        height: 425px;
    }
}

@media (min-width: 1200px) {
    .bannerbgfoto2 {
        height: 512px;
    }
}

@media (min-width: 1400px) {
    .bannerbgfoto2 {
        height: 586px;
    }
}

.cuadrofoto {
    width: 135px;
    position: relative;
    bottom: -87px;
}

@media (min-width: 576px) {
    .cuadrofoto {
        bottom: -132px;
    }
}

@media (min-width: 768px) {
    .cuadrofoto {
        width: 151px;
    }
}

@media (min-width: 992px) {
    .cuadrofoto {
        width: 175px;
    }
}

@media (min-width: 1200px) {
    .cuadrofoto {
        width: 183px;
    }
}

@media (min-width: 1400px) {
    .cuadrofoto {
        width: 251px;
        bottom: -107px;
    }
}

.textobannerfoto {
    position: relative;
    bottom: -47px;
    font-size: 31px;
    text-shadow: 0px 10px 85px #020202;
}

@media (min-width: 576px) {
    .textobannerfoto {
        font-size: 35px;
        bottom: -80px;
    }
}

@media (min-width: 768px) {
    .textobannerfoto {
        font-size: 41px;
    }
}

@media (min-width: 992px) {
    .textobannerfoto {
        font-size: 54px;
    }
}

.textobannerfoto2 {
    position: relative;
    font-size: 22px;
    line-height: 36px;
}

@media (min-width: 576px) {
    .textobannerfoto2 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (min-width: 768px) {
    .textobannerfoto2 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (min-width: 992px) {
    .textobannerfoto2 {
        font-size: 43px;
        line-height: 48px;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .textobannerfoto2 {
        font-size: 46px;
        line-height: 62px;
    }
}

@media (min-width: 1400px) {
    .textobannerfoto2 {
        font-size: -39px;
    }
}

.icon-area {
    background-image: url('../assets/images/bg-line.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    background-size: 100% 1%;
}

.bg-column-icons {
    background-image: url('../assets/images/bg-line.png');
    background-repeat: no-repeat;
    background-position: 0px 75px;
    background-size: 100% 2px;
}

.bg-column-icons-right {
    background-image: url('../assets/images/bg-line.png');
    background-repeat: no-repeat;
    background-position: 100px 75px;
    background-size: 100% 2px;
}

.bg-column-icons-left {
    background-image: url('../assets/images/bg-line.png');
    background-repeat: no-repeat;
    background-position: 0px 75px;
    background-size: 70% 2px;
}

.cafeconhistoria {
    height: 808px;
}

@media (min-width: 576px) {
    .cafeconhistoria {
        height: auto;
    }
}

@media (min-width: 1400px) {
    .cafeconhistoria {
        height: auto;
    }
}

.image-1 {
    display: none;
}

@media (min-width: 576px) {
    .image-1 {
        top: 504px;
        left: 50px;
        width: 231px;
        display: inline;
    }
}

@media (min-width: 768px) {
    .image-1 {
        width: 228px;
        left: 58px;
        top: 523px;
    }
}

@media (min-width: 992px) {
    .image-1 {
        top: 725px;
    }
}

@media (min-width: 1200px) {
    .image-1 {
        top: 752px;
        left: 148px;
        width: 305px;
    }
}

@media (min-width: 1400px) {
    .image-1 {
    }
}

.image-2 {
    display: none;
}

@media (min-width: 576px) {
    .image-2 {
        top: 489px;
        right: 29px;
        width: 198px;
        display: inline;
    }
}

@media (min-width: 768px) {
    .image-2 {
        width: 188px;
        height: auto;
        top: 494px;
    }
}

@media (min-width: 992px) {
    .image-2 {
        top: 725px;
        right: 54px;
        width: 173px;
    }
}

@media (min-width: 1200px) {
    .image-2 {
        left: 949px;
        width: 251px;
        top: 759px;
    }
}

@media (min-width: 1400px) {
    .image-2 {
        top: 830px;
        left: 1101px;
    }
}

.image-3 {
    display: none;
}

@media (min-width: 576px) {
    .image-3 {
        width: 167px;
        display: inline;
        position: relative;
    }
}

@media (min-width: 768px) {
    .image-3 {
        bottom: 0;
        width: 170px;
        left: 12px;
    }
}

@media (min-width: 992px) {
    .image-3 {
        width: 177px;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .image-3 {
        left: 65px;
        width: 224px;
        position: relative;
    }
}

@media (min-width: 1400px) {
    .image-3 {
        left: 17px;
        width: 362px;
        position: relative;
        bottom: 0;
    }
}

.image-4 {
    display: none;
}

@media (min-width: 576px) {
    .image-4 {
        width: 150px;
        height: auto;
        display: inline-flex;
    }
}

@media (min-width: 768px) {
    .image-4 {
        bottom: -241px;
    }
}

@media (min-width: 992px) {
    .image-4 {
        bottom: -458px;
        left: 738px;
    }
}

@media (min-width: 1200px) {
    .image-4 {
        left: 933px;
        width: 231px;
    }
}

@media (min-width: 1400px) {
    .image-4 {
        bottom: -472px;
        width: 232px;
        left: 1013px;
    }
}

.containeranim {
    display: flex;
    height: 400px;
}

.columnaA {
    width: 80%;
    transition: width 0.9s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    background-image: url('../assets/images/cafe-tostado.png');
    background-size: cover;
    height: 218px !important;
}

.columnaB {
    width: 20%;
    transition: width 0.9s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-image: url('../assets/images/cafe-verde.png');
    background-size: cover;
    border-left: 6px solid #ffffff;
}

.columnaA:hover {
    opacity: 60%;
}

.columnaB:hover {
    opacity: 60%;
}

#cajaA {
    transition: opacity 0.9s ease-in-out;
    transition: display 0.9s ease-in-out;
}

#cajaB {
    transition: opacity 0.9s ease-in-out;
    transition: display 0.9s ease-in-out;
}

#botonVerde,
#botonTostado {
    transition: width 0.7s ease-in-out;
}

.boton {
    pointer-events: none;

    /* Evita que se puedan hacer clics en el botón inactivo */
}

.boton.activo {
    pointer-events: all;
}

.image-arrow {
    position: relative;
    left: -23px;
    width: 27px;
    z-index: 0;
}

.font-inter {
    font-family: 'Inter', sans-serif !important;
}

.container-productos {
    height: auto !important;
}

@media (min-width: 576px) {
    .container-productos {
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.hero-container {
}

@media (min-width: 576px) {
    .hero-container {
    }
}

@media (min-width: 768px) {
    .hero-container {
    }
}

@media (min-width: 992px) {
    .hero-container {
    }
}

@media (min-width: 1400px) {
    .hero-container {
        height: 734px;
    }
}

.nav-height {
    height: 103px;
}

@media (min-width: 992px) {
    .nav-height {
    }
}

@media (min-width: 1200px) {
    .nav-height {
        height: 170px;
    }
}

@media (min-width: 1400px) {
    .nav-height {
    }
}

@media (min-width:2560px) {
    .bigheading {
        font-size: 80px;
    }
}

@media (min-width:1920px) {
    .subtitulobanner {
        font-size: calc(100vw/50);
    }

    .titulobannerprincipal {
        font-size: calc(100vw/19);
        line-height: 122% !important;
    }
} 



