@font-face {
    font-family: 'regular';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'medium';
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bold';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'light';
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    font-family: 'regular';
}
section {
    display: table;
    width: 100%;
}

body {
    background-color: transparent;
}

.np {
    padding-left: 0;
    padding-right: 0;
}

.nm {
    margin-left: 0;
    margin-right: 0;
}
.py-2r{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.logo-header{
    width: 70px;
    transition: all .3s;
}
.header .navbar{
    align-items: center;
}

header {
    z-index: 999;
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    display: inline-block;
    padding: 0 1rem;
    transition: all .3s;
}

.header2{
    background-color: #fff;
}
.header2 .logo-header{
    width: 70px;
    transition: all .3s;
}
.header .navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-size: .9rem;
    font-family: 'Castoro';
}
.header2 .navbar-light .navbar-nav .nav-link {
    color: #212121;
}
.header .navbar-light .navbar-nav .nav-link.active{
    color: #EAA65E !important;
}
.header .navbar-nav{
    display: block;
    padding-left: 4rem;
}
.header2 .img-red-header{
    filter: invert(1);
}
.nav-item-social{
    display: inline-block;
    padding: 0 10px;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.header2 .navbar-light .navbar-toggler {
    color: #11312C;
    border-color: #11312C;
}
.contenedor-footer {
    background-color: #11312C;
    position: relative;
    overflow: hidden;
}
.contenedor-footer .container{
    padding: 5rem 0;
    position: relative;
    z-index: 9;
}
.content-foo {
    display: flex;
    align-items: flex-start;
}
.content-foo p{
    color: #fff;
    font-size: .8rem;
    font-family: 'Castoro';
}
.content-foo img {
    width: 100px;
}
.footer-enlaces{
    vertical-align: top;
}
.footer-enlaces ul{
    list-style: none;
    padding: 0 2rem;
    margin-bottom: 0;
}
.footer-enlaces a{
    color: #fff;
    font-family: 'Castoro';
    font-size: 1rem;
    display: inline-block;
}
.footer-enlaces .active{
    color: #EAA65E !important;
}
.footer-contacto{
    display: inline-block;
    padding-left: 2rem;
}
.footer-contacto .text{
    font-family: 'Castoro';
}
.f-contacto-img{
    display: inline-block;
    width: 20px;
    text-align: center;
}
.footer-trama1 {
    left: 0;
    position: absolute;
    width: 650px;
    top: -55px;
}
.ultimo {
    background-color: #F8F8F8;
    padding: .5rem 0;
}
.ultimo p {
    color: #B6B6B6;
    font-size: .9rem;
    text-align: center;
    margin-bottom: 0;
}
.wsp-icon {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 9999;
}

.section_general {
    position: relative;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 70rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    filter: brightness(0.4);
}


/* Menú responsive movil*/

.dropdown-item-menu {
    display: block !important;
    width: 100% !important;
    padding: .25rem 1.5rem !important;
    color: #212529 !important;
    background-color: transparent;
    border: 0 !important;
}

.menu-rp {
    width: 0%;
    height: 0%;
    z-index: 9999999;
    position: fixed;
    background: rgba(255, 27, 42, 0.9);
    right: 0;
    overflow: hidden;
    transition: all 0.4s;
}

.section-block {
    width: 100%;
    position: relative;
    float: left;
}

.sec-link-menu-rp {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sec-link-menu-rp a {
    color: white;
    font-size: 22px;
    font-weight: 900;
}

.sec-close-menu {
    padding-top: 8px;
    padding-bottom: 50px;
}

.sec-menu-rp {
    float: right;
    padding: 0px 15px 0px 5px;
}

.no-btn {
    background: transparent !important;
    border: none;
    outline: none;
}

.menu-rp-btn {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    z-index: 999999;
    height: 32px;
    width: 32px;
}

@media screen and (max-height: 335px) {
    .sec-lista-menu-rp {
        max-height: 220px;
        overflow-y: auto;
    }
}

.section-header-rp {
    padding: 14px 0;
    box-shadow: 0px 0px 2px #616161;
    background: #ffffff;
}

.btn-menu-rp {
    width: 36px;
    height: auto;
    background: transparent;
    border: none;
    outline: none;
}

.line-btn-menu-rp {
    width: 100%;
    height: 3px;
    float: left;
    background: #ff1b2a;
    margin: 3px 0;
    border-radius: 50px;
}

.section-general {
    width: 100%;
    position: relative;
    float: left;
}
.text-naranja{
    color: #FAA85E !important;
}
.text-verde{
    color: #11312C !important;
}
/**********************/

.h-opcs {
    /* background: #fff; */
    display: flex;
    align-items: center;
    /* box-shadow: 0 1px 1px #ccc; */
}

.h-opcs li {
    display: inline-block;
    color: #a20202;
    list-style: none !important;
    font-size: 14px;
    transition: all 0.3s;
    padding: 0px;
    border-right: 1px solid #e4e4e4;
    line-height: initial;
}

.h-opcs li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 20px 15px;
    width: 100%;
    height: 100%;
    /* background: #fff;
    border-bottom: 5px solid #fff; */
}

.h-opcs-li .active {
    border-bottom: 5px solid #f00;
}

.h-opcs_menu {
    display: flex;
}

.h-opcs ul {
    display: flex;
    margin: 0;
    height: 0;
    padding-left: 0;
    /* border-left: 1px solid #e4e4e4; */
}

.h-opcs li a {
    color: #11312C;
    font-size: 1.2rem;
}

.h-opcs-li {
    padding-top: 3px;
}

.h-opcs-li-r {
    display: flex !important;
}

.header2_u1 li {
    width: 20%;
    text-align: center;
}

.header2_u2,
.header2_u2 li {
    border: 0 !important;
}

.header2_u2 a:hover {
    border-bottom: 0 !important;
}

.header2_u2 {
    justify-content: flex-end;
}

.h-opcs-li-r .btn-menu-rp {
    border-bottom: 5px solid #fff;
    width: 30px;
}

.h-opcs-li-r .line-btn-menu-rp {
    height: 2px;
    background: #9a9a9a;
    margin: 3px 0;
}

.h-opcs-li-r2 {
    margin-right: 50px;
}


/** INICIO **/
.slider-home{
    /*background-image: url('../img/inicio/slider.png');
    background-size: cover;
    background-position: center;*/
    height: 650px;
}
.slider1-home{
    background-image: url('../img/inicio/slider01.jpg');
    background-size: cover;
    background-position: center;
}
.slider2-home{
    background-image: url('../img/inicio/slider02.jpg');
    background-size: cover;
    background-position: center;
}
.slider3-home{
    background-image: url('../img/inicio/slider03.jpg');
    background-size: cover;
    background-position: center;
}
.slider4-home{
    background-image: url('../img/inicio/slider04.jpg');
    background-size: cover;
    background-position: center;
}
.slider-home .carousel-item > div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.ini-slider-txt {
    color: #fff;
    z-index: 4;
    text-align: center;
}

.ini-slider-txt h2 {
    font-family: 'Castoro';
    font-size: 5rem;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 30px;
}
.ini-slider-txt h2 span{
    font-family: 'Castoro';
    color: #EAA65E;
}

.ini-slider-txt p {
    font-size: .9rem;
    font-family: 'light';
    letter-spacing: 1px;
    margin-bottom: 2rem;
    color: #fff;
}

.ini-slider-txt a {
    font-family: 'Castoro';
    font-size: 1.1rem;
    color: #11312C;
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px;
    background: #EAA65E;
}

.title-line-left{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 1px;
    background-color: #7C8691;
}
.title-line-left::before{
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 25%;
    height: 1px;
    background-color: #7C8691;
}
.title-line-right{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 1px;
    background-color: #7C8691;
}
.title-line-right::before{
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 25%;
    height: 1px;
    background-color: #7C8691;
}
.title-home2{
    font-size: 2rem;
    font-family: 'Castoro';
    color: #10312b;
    position: relative;
}
.title-home2::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #EC9349;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.divsol-icon{
    background-color: #10312b;
    border-radius: 4px;
    padding: 10px;
}
.grid .divsol img {
    width: 25px;
    height: 25px;
}
.grid p {
    font-size: .8rem;
    color: #7C8691;
    margin-bottom: 0;
}
.grid b {
    color: #10312b;
    font-size: 1.1rem;
    font-family: 'Castoro', 'sans-serif';
}
.home2{
    position: relative;
}
.home2 > .row{
    margin-bottom: 1rem;
}
.home2-producto{
    position: relative;
    width: 400px;
    z-index: 9;
}
.home2-imgs{
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.home2-trama1{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 130%;
}
.btn-enlace{
    display: inline-block;
    font-family: 'Castoro';
    font-size: 1.1rem;
    border-radius: 4px;
    padding: 8px 15px;
    background-color: #10312b;
    color: #fff !important;
}
.home1{
    padding: 4rem 0;
    position: relative;
}
.home1-enlace{
    padding-top: 4rem;
    position: relative;
    z-index: 3;
}
.home1-cafe1 {
    position: absolute;
    top: 8%;
    right: 3%;
    width: 66px;
}
.home1-cafe2 {
    position: absolute;
    bottom: 5%;
    left: -4%;
    width: 120px;
}
.home1-cafe3 {
    position: absolute;
    bottom: 0;
    right: -57px;
    width: 130px;
}
.home3{
    margin-top: 2rem;
    padding: 4rem 0;
    position: relative;
}
.home3::before{
    content: '';
    position: absolute;
    width: 25%;
    height: 75%;
    left: 0;
    top: 0;
    background-color: #11312C;
}
.home3-text{
    width: 340px;
    margin-left: auto;
}
.home3-text p{
    padding: 2rem 0 4rem;
    color: #7C8D8A;
    font-size: .85rem;
}
.home3-der h2{
    color: #11312C;
    font-size: 2rem;
    font-family: 'Castoro';
    text-align: right;
    padding-right: 1.2rem;
    margin-bottom: 3rem;
}
.home3-der h2 span{
    font-family: 'Castoro';
    color: #EC9349;
}
.home5{
    padding: 4rem 0;
}
.home5-prod-img{
    height: 260px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.home5-prod-text h3{
    color: #11312C;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Castoro';
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.home5-prod-text p{
    color: #E9A962;
}
.slick-home5 .slick-arrow{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 0;
    outline: none !important;
    z-index: 9;
}
.slick-home5 .slick-arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
    background-image: url('../img/inicio/arrow_blue.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-home5 .slick-prev{
    left: -40px;
}
.slick-home5 .slick-prev::before{
    transform: translate(-50%,-50%) rotate(180deg);
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
}
.slick-home5 .slick-next{
    right: -40px;
}
.slick-home5 .slick-track{
    padding: 1rem 0;
}
.cr4{
    box-shadow: 1px 1px 3px 0 #e8e6e6;
}
.home6{
    padding: 4rem 0;
    background-image: url('../img/inicio/group368.png');
    background-position: center;
    background-size: cover;
}
.home6 h2{
    font-family: 'Castoro';
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    color: #fff;
}
.home6 a{
    display: inline-flex;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #fff !important;
    font-family: 'Castoro';
}
.home6 a:hover{
    background-color: #11312C;
}
.home7{
    padding: 2rem 0;
}
.home7 h3{
    color: #11312C;
    font-size: 1.6rem;
    font-family: 'Castoro';
}

/*Nosotros */

.section1n-bg {
    background-image: url(../img/nosotros/banner2.png);
    width: 100%;
    padding: 7rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.nosotros1 h2{
    font-size: 2.2rem;
    font-family: 'Castoro';
}
.nosotros2 h3{
    font-size: .8rem;
    font-weight: bold;
}
.nosotros3{
    padding: 5rem 0 8rem;
    position: relative;
    overflow: hidden;
}
.nosotros3-1 h2{
    color: #11312C;
    font-size: 1.8rem;
    font-family: 'Castoro';
    padding-right: 1.2rem;
    margin-bottom: 2rem;
}
.nosotros3-1 h2 span{
    font-family: 'Castoro';
    color: #EC9349;
}
.nosotros3-1 p{
    font-size: .9rem;
    color: #71727B;
}
.nosotros3-2 img{
    padding-top: 3rem;
    width: 250px;
}
.nos3-cafe{
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 120px;
}
.nos3-trama{
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 500px;
    z-index: -1;
}
.nosotros4{
    padding: 6rem 0;
    background-color: #11312C;
}
.nos4-text{
    padding: 2.5rem 4rem;
    border-radius: 4px;
}
.nos4-text h2{
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}
.nos4-text p, .nos4-text b{
    font-size: 1rem;
    margin-bottom: 0;
    font-family: 'light';
}
.nos4-1{
    background-color: #084037;
}
.nos4-2{
    background-color: #FAA85E;
}
.nosotros5{
    padding: 6rem 0 4rem;
    position: relative;
}
.nos5-1 h2{
    color: #11312C;
    font-size: 1.8rem;
    font-family: 'Castoro';
    letter-spacing: 1px;
    padding-right: 1.2rem;
    margin-bottom: 5rem;
}
.nos5-1 h2 span{
    font-family: 'Castoro';
    color: #EC9349;
}
.nos5-1 img{
    width: 70%;
}
.nos5-2-imgs{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: .5rem;
}
.nos5-2-imgs img{
    width: 49%;
}
.nos5-cafe1{
    position: absolute;
    top: 35%;
    right: -70px;
    width: 160px;
}
.nos5-cafe2{
    position: absolute;
    bottom: 5%;
    left: 10px;
    width: 110px;
}
.nosotros6{
    background-image: url('../img/nosotros/fondo1.png');
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
}
.nos6-1 h2{
    font-size: 1.8rem;
    font-family: 'Castoro';
    color: #fff;
    margin-bottom: 1rem;
}
.nos6-1 h2 span{
    color: #EC9349;
    font-family: 'Castoro';
    font-size: 5rem;
}
.nos6-item{
    padding: 0 1rem 0 4rem;
    position: relative;
    color: #fff;
}
.nos6-item div{
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
}
.nos6-item h4{
    font-size: 1rem;
}
.nos6-item h4 span{
    color: #EC9349;
}
.nos6-item p{
    font-size: .8rem;
    font-family: 'light';
    margin-bottom: 0;
}
.nos6-item img{
    position: absolute;
    top: 2rem;
    left: -13px;
    width: 25px;
}
.nos6-scroll{
    border-left: 1px solid rgb(255 255 255 / 30%);
}
.nos6-scroll-content{
    height: 350px;
    overflow-y: auto;
}
.nos6-scroll-content::-webkit-scrollbar{
    background-color: rgb(255 255 255 / 30%);
    width: 5px;
    border-radius: 5px;
}
.nos6-scroll-content::-webkit-scrollbar-thumb{
    background-color: #fff;
    border-radius: 5px;
}

/* Producto */
.bg-plomo{
    background-color: #f6f6f6;
}
.catalogo_banner {
    background-image: url(../img/catalogo/banner.png);
}
.catalogo2 a{
    font-size: 1rem;
}
.catalogo2 a.active{
    color: #fff !important;
}
.sec2p {
    background-color: #F8F8F8;
}
.sec3p {
    padding: 3rem;
}
.sec4-prod {
    background: #fff;
    padding: 2rem;
}
.prod-tit h2 {
    color: #1A4B3D;
    font-size: 1.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cont-sec3 {
    padding-right: 33rem;
    margin-left: 22rem;
}
.catalogo-pagination .page-item.active .page-link{
    color: #fff;
    background-color: #11312C;
    border-color: #11312C;
}
.catalogo-pagination .page-item .page-link{
    color: #11312C;
}
.catalogo-pagination .pagination{
    justify-content: center;
}
.section4p {
    background-color: #f6f6f6;
    padding-top: 3rem;
}

.sec5n {
    padding: 3rem;
}

.section4p {
    padding-bottom: 3rem;
}

.section4d {
    background: #f8f8f8;
    padding-top: 3rem;
}

.sec4-pd {
    text-align: center;
}

.sec4-pd-ti {
    background: #fff;
}

.sec4-pd2 {
    background: #fff;
    padding: 3rem;
}

.btn-detalle {
    padding-left: 21rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.detalle1{
    padding: 3rem 0;
}
.detalle1-2 h2{
    color:#10413B;
    font-size: 1.5rem;
    font-weight: 700;
}
.detalle1-2 h3{
    color: #EC9349;
    font-weight: bold;
}
.detalle1-2 a{
    color: #70717B;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1rem;
}
.detalle1-2 a img{
    width: 30px;
    margin-right: 5px;
}
.producto-item{
    text-decoration: none !important;
}
.producto-item:hover{
    box-shadow: 0 0 6px 0 #ccc;
    transition: all .3s;
}
.producto-img{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    margin: 0 2rem 1rem;
}




/* Procesos */
.procesos_banner {
    background-image: url(../img/procesos/banner2.jpg);
}
.pro-p {
    font-size: 1rem;
    color: #43544E;
}
.sec3-proc h1 {
    color: #192F2A;
    font-weight: 700;
    font-size: 1.5rem;
}
.pro-spa {
    color: #1D312C;
    font-weight: bold;
}
.section3proc {
    position: relative;
}
.sec4-ti-prc {
    padding: 10rem 11rem 0rem 3rem;
    font-size: 17px;
}
.img-procsca {
    position: absolute;
    bottom: 7%;
    left: 2%;
    width: 109px;
}
.sec3-proc {
    padding: 5rem 0;
}
.proceso2{
    padding-bottom: 8rem;
    position: relative;
}
.proceso2-text{
    padding: 5rem 3rem 5rem 2rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.proceso2-text img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.proceso2-text h2{
    font-size: 1.4rem;
    font-family: 'Castoro';
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}
.proceso2-text p{
    font-size: .8rem;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    text-align: justify;
}
.proceso2-cafe{
    position: absolute;
    right: -4rem;
    bottom: 6rem;
    width: 150px;
}


/*Clientes */

.clientes_banner {
    background-image: url(../img/clientes/banner.png);
}
.cliente-item h2{
    font-size: 1rem;
    color: #A3A3A3;
    margin-bottom: 0;
    text-align: center;
}
.item-cli1{
    padding: 3rem 2rem;
    box-shadow: 0 0 6px 0 #d0d0d0;
    margin-bottom: 1rem;
    height: 200px;
}
.item-cli1 img{
    width: auto;
    max-height: 100%;
}
.clientes1{
    padding: 3rem 0;
}


/* Ubicacion*/
.ubicacion_banner {
    background-image: url(../img/procesos/banner.png);
}
.ubicacicon1 .container{
    width: 70%;
}
.ubi1-p{
    color: #70717B;
}
.ubi1-img{
    width: 130px;
}
.ubicacicon1{
    padding: 4rem 0;
    position: relative;
}
.ubi1-cafe {
    position: absolute;
    bottom: -4%;
    left: -2rem;
    width: 100px;
}
.ubi2-mapa{
    width: 480px;
}
.ubicacion2{
    padding-bottom: 6rem;
    position: relative;
}
.ubi2-leyenda1{
    position: absolute;
    top: 10%;
    left: 8%;
    width: 280px;
}
.ubi2-leyenda2{
    position: absolute;
    top: 0;
    right: 8%;
    width: 280px;
}
.ubi2-cafe {
    position: absolute;
    bottom: 1%;
    right: 8%;
    width: 100px;
}
.ubi2-leyenda3{
    width: 280px;
}


/* Certificado */
.certificado_banner {
    background-image: url(../img/certificados/banner.png);
}
.certificado1 {
    padding: 4rem 0;
    background: #11302A;
}
.certificado1 p{
    font-size: .8rem;
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: 0;
}
.certi2-text h2{
    font-size: 1.5rem;
    font-family: 'Castoro';
    color: #11312C;
}
.certi2-text p{
    font-size: .9rem;
    margin-bottom: 0;
    color: #70717B;
}

/* CONTACTENOS */
.contacto_banner{
    background-image: url(../img/contacto/banner.png);
}
.contacto1{
    padding: 3rem 0 5rem;
}
.contacto1-div {
    padding: 2rem 2rem;
}
.btn-send-contacto{
    padding: 8px 20px;
    background-color: #D7A462;
    font-size: 1rem;
    color: #fff !important;
    border: 0;
    border-radius: 40px;
}
.contacto1-div h2{
    font-size: 2rem;
    margin-bottom: 1rem;
}
.contacto1-div h2 span{
    color: #D7A462;
}
.contacto1-div p, .contacto1-div label{
    color: #70717B;
}

.sec4cert {
    padding-top: 2rem;
}

.hr1 {
    border: 0.5px solid rgba(0, 0, 0, .1);
    height: 0.8px;
    width: 100%;
    margin: 3rem 0rem 0rem 0rem;
    box-sizing: border-box;
}

.rowcert {
    margin: 4rem 0rem 5rem 0rem;
}

.sec2text {
    color: #DDBC97;
}

.frame-foot {
    position: absolute;
}

.fot-row {
    padding: 5rem 18rem 0rem 8rem;
}

.foot-txt {
    color: white;
    padding-top: 7rem;
}

.foot-logo {
    padding: 4rem 0rem 0rem 9rem;
}

.ai {
    padding-left: 1rem;
}

.gri3cli h3 {
    color: #A3A3A3;
}

.sec-span1 {
    color: #E9A962;
}

.sec-h31 {
    color: #3d8e7f;
}

.sec4parr {
    color: white;
}

.sec4psan {
    color: white;
    font-weight: 600;
}

.sec4n p {
    font-size: 18px;
}

.section3n {
    position: relative;
}

.frame-group {
    position: absolute;
    bottom: 0;
}

.sec3n {
    height: 630px;
}

.frame-group1 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 9rem;
    padding-bottom: 2rem;
}

.sec5n {
    position: relative;
}

.frame5n1 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 22rem;
    padding-left: 1rem;
}

.frame5n {
    position: absolute;
    bottom: 0;
    padding-bottom: 4rem;
    padding-left: 0rem;
}

.sec6-3 p {
    color: white;
}

.vertical {
    position: relative;
}

.point1,
.point2,
.point3 {
    position: absolute;
}

.point3 {
    bottom: 0;
}

.point2 {
    padding-top: 9rem;
}

.btn-outline-primary {
    color: #084037 !important;
    border-color: #A4A4A4 !important;
}

.btn-a-sec3p {
    color: #A4A4A4 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #084037 !important;
    border-color: #A4A4A4;
}

.prod-tit span {
    color: #F5B57B;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #084037;
    border-color: #084037;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #1A4B3D;
    border-color: #1A4B3D;
}


/*Responsive*/


/* iphone 4 */

@media (min-width: 320px) {
    .section_general {
        padding-top: 60px;
    }
    .ini-slider-txt h2 {
        font-size: 2.5rem;
        padding: 0 15px;
    }
    .producto-img {
        height: 190px;
        margin: 0 0 1rem;
    }
    .item-img1 {
        padding: 0 2rem;
    }
}


/*Fin 320*/

@media(min-width: 375px) {
    .section_general {
        padding-top: 60px;
    }
    .ini-slider-txt h2 {
        font-size: 2.4rem;
    }
    .home5-prod-img{
        height: 300px;
    }
    .producto-img {
        height: 250px;
    }
    .item-img1 {
        padding: 0 3rem;
    }
}

@media(min-width: 425px) {
    .item-img1 {
        padding: 0 4rem;
    }
}

@media(max-width: 767px) {
    .home3-text {
        width: auto;
        margin-bottom: 2rem;
    }
    .home3-text p {
        padding: 2rem 0 2rem;
    }
    .home3::before{
        background-color: transparent;
    }
    .slick-home5 .slick-next {
        right: 0;
    }
    .slick-home5 .slick-prev {
        left: 0;
    }
    .content-foo {
        display: block;
        text-align: center;
        padding-bottom: 2rem;
    }
    .footer-contacto{
        padding-left: 0;
    }
    .contenedor-footer .container {
        padding: 2rem 0 1rem;
    }
    .nos5-1 img {
        padding-bottom: .5rem;
    }
    .nosotros3 {
        padding: 3rem 0 8rem;
    }
    .nos4-text {
        padding: 2.5rem 2rem;
    }
    .nosotros5 {
        padding: 3rem 0 4rem;
    }
    .home7 h3{
        text-align: center;
    }
    .sec3p {
        padding: 3rem 0;
    }
    .sec4-pd2 {
        padding: 3rem 2rem;
    }
    .proceso2-cafe {
        right: -1rem;
        bottom: 1rem;
        width: 120px;
    }
    .ubicacicon1 .container {
        width: 100%;
        text-align: center;
    }
    .ubi2-leyenda1,.ubi2-leyenda2{
        position: static;
    }
    .ubi2-leyenda1{
        margin: 1rem 0;
    }
}

@media (min-width: 768px) {
    .grid p {
        font-size: .7rem;
    }
    .home5-prod-img{
        height: 220px;
    }
    .content-foo p{
        text-align: left;
    }
    .content-foo{
        display: block;
        text-align: center;
    }
    .producto-img {
        height: 210px;
    }
    .proceso2-text {
        padding: 3rem 1.5rem;
    }
    .ubi1-cafe{
        bottom: 5%;
        width: 130px;
    }
    .ubi2-cafe{
        bottom: 40%;
        width: 110px;
    }
    .certi2-text{
        padding-left: 2rem;
    }
    .item-img1 {
        padding: 0;
    }
}


/*Fin 768*/

@media (min-width: 992px) {
    .logo-header{
        width: 120px;
    }
    .header .navbar-nav {
        display: flex;
    }
    .nav-item-social{
        display: block;
        padding: 0;
    }
    .home1-cafe1{
        position: absolute;
        top: 6%;
        right: 3%;
        width: 140px;
    }
    .section_general {
        padding-top: 75px;
    }
    .home5-prod-img{
        height: 260px;
    }
    .footer-enlaces ul {
        padding: 0 1rem;
    }
    .ini-slider-txt h2 {
        font-size: 3rem;
    }
    .footer-contacto{
        padding-left: 0;
    }
    .content-foo{
        display: flex;
        text-align: left;
    }
    .producto-img {
        height: 260px;
    }
    .proceso2-text {
        padding: 4rem 2rem;
    }
    .contacto1-div{
        padding: 3rem 4rem;
    }
}


/*Fin 992*/

@media (min-width: 1200px) {
    .header{
        padding: 0 4rem;
    }
    .header .navbar {
        align-items: flex-start;
    }
    .home1-cafe2{
        bottom: 10%;
        width: 200px;
    }
    .home5-prod-img{
        height: 320px;
    }
    .footer-enlaces ul {
        padding: 0 2rem;
    }
    .footer-contacto{
        padding-left: 2rem;
    }
    .producto-img {
        height: 300px;
    }
    .img-procsca{
        bottom: 25%;
        left: 2%;
        width: 150px;
    }
    .proceso2-text {
        padding: 5rem 3rem 5rem 2rem;
    }
    .sec4cert {
        padding-bottom: 8rem;
    }
    .certi2-text{
        padding-left: 4rem;
    }
}


/*Fin 1200*/

@media (min-width: 1400px) {
    .header .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }
    .ini-slider-txt h2 {
        font-size: 3.2rem;
    }
    .title-home2, .home3-der h2{
        font-size: 2.2rem;
    }
    .grid p{
        font-size: .8rem;
    }
    .grid b{
        font-size: 1.3rem;
    }
    .home2-producto {
        width: 460px;
    }
    .home2-imgs {
        top: -18px;
    }
    .home3-text p {
        font-size: 0.95rem;
    }
    .btn-enlace{
        font-size: 1.2rem;
    }
    .home6 a{
        font-size: 1.3rem;
    }
    .content-foo img {
        width: 120px;
    }
    .content-foo p{
        font-size: .95rem;
    }
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1340px;
    }
    .footer-contacto{
        font-size: 1rem;
    }
    .slider-home .carousel-item > div {
        top: 56%;
    }  
    .home5-prod-text h3{
        font-size: 1.2rem;
    }  
    .home5-prod-text p{
        font-size: 1rem;
    }
    .home7 h3{
        font-size: 1.8rem;
    }
    .nosotros1 h2 {
        font-size: 2.4rem;
    }
    .nosotros1 p{
        font-size: 1rem;
    }
    .nosotros3-1 h2{
        font-size: 2.2rem;
    }
    .nosotros3-1 p{
        font-size: 1rem;
    }
    .nos3-trama{
        width: 600px;
    }
    .nosotros3-2 img{
        width: 290px;
    }
    .nos4-text h2{
        font-size: 2.4rem;
    }
    .nos4-text p, .nos4-text b{
        font-size: 1.1rem;
    }
    .nos5-1 h2{
        font-size: 2rem;
    }
    .nos6-1 h2{
        font-size: 2.2rem;
    }
    .nos6-1 h2 span{
        font-size: 6rem;
    }
    .nos6-item h4{
        font-size: 1.2rem;
    }
    .nos6-item p{
        font-size: 1rem;
    }
    .nosotros2 h3 {
        font-size: 1rem;
    }
    .prod-tit h2{
        font-size: 1.4rem;
    }
    .prod-tit span{
        font-size: 1.2rem;
    }
    .catalogo2 a {
        font-size: 1.2rem;
    }
    .detalle1-2 h2{
        font-size: 2rem;
    }
    .text-detalle{
        font-size: 1rem;
    }
    .detalle1-2 a {
        font-size: 1.2rem;
    }
    .sec3-proc h1 {
        font-size: 1.8rem;
    }
    .pro-p {
        font-size: 1.1rem;
    }
    .proceso2-text h2{
        font-size: 1.6rem;
    }
    .proceso2-text p{
        font-size: .95rem;
    }
    .ubi1-p {
        font-size: 1rem;
    }
    .certificado1 p{
        font-size: .9rem;
    }
    .certi2-text h2{
        font-size: 1.7rem;
    }
    .certi2-text p{
        font-size: 1rem;
    }
}

@media(min-width: 1600px) {
    .header .navbar-light .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .ini-slider-txt h2 {
        font-size: 3.5rem;
    }
    .ini-slider-txt p{
        font-size: 1.1rem;
    }
    .ini-slider-txt a{
        font-size: 1.3rem;
    }
    .grid p{
        font-size: .9rem;
    }
    .footer-contacto,.footer-enlaces a{
        font-size: 1.1rem;
    }
    .content-foo p {
        font-size: 1rem;
    }
    .content-foo img {
        width: 145px;
    }
    .ultimo p {
        font-size: 1.1rem;
    }
    .title-home2, .home3-der h2 {
        font-size: 2.5rem;
    }
    .grid b {
        font-size: 1.4rem;
    }
    .btn-enlace {
        font-size: 1.4rem;
    }
    .home3-text p {
        font-size: 1.1rem;
    }
    .home3-text {
        width: 390px;
    }
    .home5-prod-text h3 {
        font-size: 1.4rem;
    }
    .home5-prod-text p {
        font-size: 1.2rem;
    }
    .home6 h2{
        font-size: 2rem;
    }
    .home6 a {
        font-size: 1.5rem;
    }
    .home7 h3{
        font-size: 2rem;
    }
    .nosotros1 h2 {
        font-size: 2.6rem;
    }
    .nosotros3-1 h2 {
        font-size: 2.4rem;
    }
    .nosotros3-1 p {
        font-size: 1.1rem;
    }
    .nosotros3-2 img {
        width: 320px;
    }
    .nos4-text h2 {
        font-size: 2.6rem;
    }
    .nos4-text p, .nos4-text b {
        font-size: 1.2rem;
    }
    .nos5-1 h2 {
        font-size: 2.2rem;
    }
    .nos6-1 h2{
        font-size: 2.4rem;
    }  
    .nos6-item h4 {
        font-size: 1.4rem;
    }
    .prod-tit h2{
        font-size: 1.6rem;
    } 
    .prod-tit span{
        font-size: 1.4rem;
    }  
    .catalogo2 a {
        font-size: 1.4rem;
    }
    .detalle1-2 h2{
        font-size: 2.2rem;
    } 
    .text-detalle{
        font-size: 1.1rem;
    }  
    .detalle1-2 a {
        font-size: 1.3rem;
    }
    .sec3-proc h1 {
        font-size: 2rem;
    }
    .pro-p {
        font-size: 1.2rem;
    }
    .proceso2-text h2 {
        font-size: 1.8rem;
    }
    .proceso2-text p {
        font-size: 1.05rem;
    }
    .proceso2-cafe {
        width: 185px;
    }
    .cliente-item h2{
        font-size: 1.2rem;
    }
    .nosotros1 p {
        font-size: 1.1rem;
    }
    .ubi1-p {
        font-size: 1.1rem;
    }
    .certificado1 p{
        font-size: 1rem;
    }
    .certi2-text h2{
        font-size: 1.9rem;
    }
    .certi2-text p{
        font-size: 1.1rem;
    }
    .contacto1-div p, .contacto1-div label{
        font-size: 1rem;
    }
}

@media (min-width:1900px) {
    
}