body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.logo{
    width: 125px;
    height: auto;
    display: block;
}

.link_menu{
    padding: 0;
    margin: 0;
}

.productos-main{
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.cel-list{
    padding: 0;
}

.cel-list li{
    display:inline-block;
    vertical-align: text-top;
}

.img-fondo-taza{
    background-size: cover;
    background-position: center center;
}

    .link_menu li{
        display: inline-block;
        padding: 0 12px;
        vertical-align: middle;
        border-left: 1px solid #fff;
    }

    .link_menu li:first-child{
        border: none;
    }

    .link_menu li a{
        color: #fff;
        font-size: 16px;
    }

        .link_menu li a .fab{
            color: #fff;
            font-size: 16px;
            font-size: 20px;
        }

.menu-content{
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.nav-desktop{
    padding: 20px 0;
    position: fixed;
    width: 100%;
    transition: all 350ms;
    z-index: 2;
}

.header-background{
    background-color: #2F2E2E;
    padding: 12px 0;
}

.header-background .logo{
    width: 100px;
    height: auto;
}


.banner-header{
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.banner-header2{
    height: 350px !important;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .banner-header h2{
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1px;
    }

    .banner-header h1{
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1px;
    }

.sub-title{
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

.boton-primario{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #2F2E2E;
    padding: 9px 32px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 250ms;
}

.boton-primario:hover{
    color: #fff;
    text-decoration: none;
    background-color: #AA8C6B;
}

.boton-secundario{
    font-size: 15px;
    font-weight: bold;
    color: #2F2E2E;
    border:solid 1px #2F2E2E;
    padding: 9px 32px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 250ms;
}

.boton-secundario:hover{
    color: #fff;
    text-decoration: none;
    background-color: #2F2E2E;;
}

.content-description{
    width: 80%;
}

.slider-home{
    position: relative;
}
.banner-header-conent{
    position: absolute;
    top: 0;
    left: 0;
    height: 70vh;
    display: flex;
    align-items: center;
}

.slider-home .carousel-indicators{
    margin: 0;
    padding: 0;
    width: 250px;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    z-index: 2;
    bottom: 25px;
    position: absolute;
    text-align: center;
}
.slider-home .carousel-indicators li{
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 50%;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.4;
    margin: 0px 5px;
    cursor: pointer;
}

.slider-home .carousel-indicators .active{
    opacity: 1 !important;
}
.h-galery{
    width: 50%;
    padding: 0px 5px ;
}

.h-galery div{
    background-color: #000;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.hg-1{
    height: 350px;
}

.hg-2{
    margin-bottom: 10px;
    height: 165px;
}

.hg-3{
    height: 175px;
}

.cal-to-action{
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
}

.cal-to-action div{
    text-align: center;
}

.cal-to-action div p{
    color: #fff;
    font-size: 16px;
}

.cal-to-action div h3{
    color: #fff;
    font-size: 25px;
}

.btn-ouline{
    font-size: 15px;
    font-weight: bold;
    padding: 9px 32px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 250ms;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}

.btn-ouline:hover{
    color: #fff;
    background: #2F2E2E;
    border:solid 1px #2F2E2E;
    text-decoration: none;
}

.product-item-text h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-item-text p{
    font-size: 13px;
    margin-bottom: 5px;
}

.product-item-ico{
    display: flex;
    align-items: center;
    padding:0 10px;
}


.product-item-ico img{
    width: 70px;
    height: auto;
}

.product-item{
    width: 90%;
}

.items-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.items-p2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.btn-third{
    font-size: 15px;
    font-weight: bold;
    padding: 9px 32px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 250ms;
    color: #fff;
    text-decoration: none;
    background: #AA8C6B;
    border: 1px solid #AA8C6B;
}

.btn-third:hover{
    color: #fff;
    background: #2F2E2E;
    border:solid 1px #2F2E2E;
    text-decoration: none;
}



.product-item {
    text-align: center;
}

.product-item img{
    max-width: 280px;
    height: auto;
}


footer{
    background-size: cover;
    background-position: center center;
}

.logo-footer img{
    width: 130px;
    height: auto;
}

footer h3{
    font-weight: bold;
    font-size: 14px;
    text-transform:  uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.list-url {
    padding-left: 0px;
}


.list-url li{
    list-style: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 2px;
}

.list-url li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.list-url li a:hover{
    text-decoration: none;
}

.text-footer{
    color: #fff;
    font-size: 15px;
}

.form-content input{
    width: 45%;
    height: 34px;
    border: none;
    border-radius: 3px;
    text-align: center;
    color: #373738;
}

.form-content .button{
    width: 18%;
    height: 34px;
    border: none;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background-color: #AA8C6B;
}

.redes-sociales{
    margin: 0;
    padding: 0;
}

.redes-sociales li{
    padding: 0px 5px;
    display: inline-block;
}

.redes-sociales li a{
    font-size: 25px;
    color: #fff;
    opacity: 0.6;
}

.btn_nav_mobile{
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 24px;
    outline: none !important;
}


.menu_movil{
    padding: 0px 0px;
    width: 300px;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 99;
    margin-left: -300px;
    transition: all 350ms;
}

.menu_movil ul{
    padding: 0;
    margin: 0;
}

.menu_movil ul li{
    border-top: 1px solid #e3e3e3;
    list-style: none;

}

.menu_movil ul li a{
    font-size: 15px;
    padding: 12px 20px 12px 20px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
    width: 100%;
    color: #212529;
}

.social_media_mobile ul{
    padding: 0 13px;
}

.social_media_mobile ul li{
    display: inline-block ;
    border: none;
}

.social_media_mobile ul li a{
    font-size: 23px;
    padding: 10px 7px 9px 7px;
}

.menu_movil ul li:first-child{
    border-top: none;
}

.menu_movil img{
    width: 120px;
    padding: 10px 0;
}

.modal_fondo {
    width: 100%;
    background: #000;
    height: 100vh;
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    opacity: 0.9;
    z-index: 2;
}

.close_popup{
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
}

.close_popup i{
    font-size: 20px;
}

.nosotros-text{
    font-size: 16px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.img-presentation .imgs-item{
    background: #000;
    height: 510px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.frase{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.quote i{
    font-size: 26px;
    color: #AA8C6B;
}

.boxes-dates > div{
    height: 250px;
    background: #C7A17A;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.box-text article{
    text-align: center;
    padding: 0px 30px;
}

.box-text article h3{
    font-size: 17px;
    font-weight: bold;
}

.box-vision article{
    text-align:center;
}

.box-vision article i{
    font-size: 25px;
    color: #606060;
    margin-bottom: 10px;
}

.box-vision article h4{
   margin-bottom: 20px;
}

.box-vision article div{
    font-size: 14px;
    color: #606060;
    padding: 0px 25px;
}

.border-right2::after {
    width: 3px;
    height: 80px;
    display: block;
    background: #C7A17A;
    content: "";
    position: absolute;
    top: 46%;
    right: 0px;
}

.presentacion_producto{
    font-size: 16px;
    padding: 0 30px;
    text-align: center;
}

.cafe-item{
    margin-bottom: 25px;
}

.cafe-item img{
    width: 220px;
}

.cafe-item h4{
    font-size: 21px;
    margin-bottom: 3px;
}

.presentacion_producto {
    font-size: 15px;
    padding: 0 15px;
}

.sub-product-box > div {
    height: 240px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-text{
    text-align: center;
}

.product-text h4{
    text-align: center;
    font-size: 20px;
}


.galery-item{
    width: 33%;
    padding: 6px;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}

.galery-item div{
    height: 260px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.box-gallery{
    display: flex;
    flex-flow: wrap;
}

.indicators_items{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.indicators_items li{
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius:100%;
    border: solid 1px #353536;
    display: flex;
    justify-content: center;
    align-items: center ;
    margin: 5px;
    cursor: pointer;
    font-weight: bold;
}
.indicators_items li.active{
    background-color: #353536;
    color: #fff;
}

#nexts, #backs{
    width: 65px;
    border-radius: 10px;
}


.modal-dialog{
    max-width: 950px;
}
.gallery_item{
    background-size: cover;
    background-position: center center;
    height: 600px;
    border-radius: 6px;
}

.close_zomm {
    border: none;
    background: none;
    float: none;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
    font-size: 35px;
    position: absolute;
    right: 0;
    width: 43px;
    top: 5px;
    box-shadow: none;
    text-shadow: 1px 3px 2px rgba(0,0,0,0.6);
    z-index: 999;
}

#exampleModalCenter5 .modal-dialog, #exampleModalCenter3 .modal-dialog{
    width: 620px !important;
}

#exampleModalCenter5 .gallery_item, #exampleModalCenter3 .gallery_item{
    height: 90vh !important;
}


.tilte_header {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}


.tilte_header::after {
    content: "";
    display: block;
    height: 3px;
    width: 40px;
    background: #AA8C6B;
    margin-top: 5px;
}


.contact-form{
    flex-wrap: wrap;
}

.form-control-1{
    width: 50%;
    padding: 7px;
    box-sizing: border-box;
}

.form-control-2{
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
}

.form-control-2 textarea{
    min-height: 140px !important;
    line-height: normal !important;
    padding: 15px 15px !important;
}

.form-control-1 input, .form-control-2 input, .form-control-2 textarea{
    width: 100%;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 13px;
    border: 1px solid #545454;
    border-radius: 3px;
}

.submit-contact{
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #AA8C6B;
    border: none;
    letter-spacing: 1px;
    border-radius: 3px;
    margin-left: 7px;
}


.ul-list-contact{
    margin: 0;
    padding: 0;
}

.ul-list-contact li{
    margin-bottom: 3px;
    font-size: 14px;
    list-style: none;
    position: relative;
}

.list-icons li{
    padding-left: 17px;
}

.list-icons li i{
    position: absolute;
    left: 0px;
    top: 3px;
}


.redes-contact a{
    margin-right: 8px ;
}

.redes-contact a i{
    font-size: 22px;
    color: #AA8C6B;
}

.img-contact{
    width: 100%;
}

.sub-footer{
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 10px 0px;
}


.conteo-content{
    position: relative;
}

.parpadeo2{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 3px;
}


.modal-body-zoom{
    padding: 1px !important;
    background-color: #000;
    border-radius: 6px;
}


.parpadeo{
    animation-name: parpadeo;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
    0% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.carousel-control-prev {
    left: -105px;
}

.carousel-control-prev i {
    color: #353536;
    font-size: 30px;
    margin-bottom: 20px;
}

.carousel-control-next {
    right: -100px;
}

.carousel-control-next i {
    color: #353536;
    font-size: 30px;
    margin-bottom: 20px;
}


        

@media (max-width: 750px) {
    
    .carousel-control-prev{
        display: none;
    }
    
    .carousel-control-next{
        display: none;
    }
    
    .carousel-control-prev2 {
        left: -15px;
        display: flex;
    }
    
    .carousel-control-next2 {
        right: -15px;
        display: flex;
    }
    
    .modal-dialog-centered-galery{
        width: 93%;
        margin: 0 auto;
    }
    
    .banner-header2 {
    background-position: 80% center !important;
}
    
.border-right2::after {
    display: none;
    }

    .cal-to-action div h3{
        font-size:21px
    }

    .modal{
        padding-right: 0px !important;
    }

    .gallery_item{
        height: 330px;
    }

    .galery-item div{
        height: 230px;
    }

    #exampleModalCenter5 .modal-dialog, #exampleModalCenter3 .modal-dialog{
        width: 90% !important;
    }
    
    #exampleModalCenter5 .gallery_item, #exampleModalCenter3 .gallery_item{
        height: 60vh !important;
    }

    .cafe-item img {
        width: 180px;
    }
    
    .presentacion_producto {
        font-size: 15px;
        padding: 0 15px;
    
    }
    .border-right2 {
        border: none;
        margin-bottom: 25px;
    }

    .img-presentation .imgs-item {
        height: 480px;
    }
    
    .img-presentation > div{
        margin-bottom: 10px
    }
    .form-content input {
        width: 65%;
    }

    .form-content button {
        width: 32%;
    }

    .galery-home-content{
        margin-bottom: 15px;
    }

    .content-description{
        width: 100%;
    }

    .banner-header .container{
        padding: 0 20px !important;
    }

    .banner-header h2 {
        font-size: 24px;
    }

    .sub-title {
        font-size: 14px;  
    }

    .items-p3{
        margin-top: 20px;
    }

    .banner-header2{
        height: 250px !important;
    }

    .logo {
        width: 95px;

    }
    
    .banner-header h1 {
        font-size: 30px;
    }

    .img-fondo-taza {
        height: 270px;
    }
}

