.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-font {
    font-family: "allura", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.font-index{
    text-shadow: 3px 3px #998f8f;
}

.font-index-destinos {
    /*font-family: "allura", sans-serif;*/
    font-size: 55px;
    color: darkgreen;
    font-style: normal;
    text-shadow: 5px 4px #d0d3da;
}

.font-index-proyectos {
    /*font-family: "allura", sans-serif;*/
    font-size: 55px;
    color: rgba(116, 56, 56, 0.87);
    font-style: normal;
    text-shadow: 3px 3px #aca1a1;
}

.font-cooperativa {
    font-family: "allura", sans-serif;
    font-size: 40px;
    font-style: normal;
}

.body-cop1{
    padding-top: 100px;
    
}


@font-face {
    font-family: 'spark';
    src: url(../fonts/Coffee\ Spark.otf);
}

@font-face {
    font-family: 'super';
    src: url(../fonts/Super\ Senior\ Personal\ Use.ttf);
}

@font-face {
    font-family: 'baby';
    src: url(../fonts/Baby\ Cute\ PERSONAL\ USE\ ONLY!.ttf);
}

.font-coffe {
    font-family: 'spark';
    font-size: 50px;
}

.font-cacao {
    font-family: 'spark';
    font-size: 50px;
}

.font-pineapple {
    font-family: 'baby';
    font-size: 50px;
}

.font-productos {
    font-family: 'baby';
    font-size: 50px;
}

.tooltip-inner {
    background-color: #b0b435;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #b0b435 !important;
    padding-top: 0px !important;
    top: 0px !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #b0b435 !important;
    padding-top: 0px !important;
    padding-right: 5px !important;
    top: 0px !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #b0b435 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #b0b435 !important;
    padding-top: 0px !important;
    top: 0px !important;
}

.mask-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.mask-icon ul {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mask-icon ul li {
    background: #b0b435;
}

.mask-icon ul li a {
    color: #ffffff;
    padding: 5px 10px;
    display: block;
}

.mask-icon a.cart {
    background: #b0b435;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
}

.mask-icon a.cart:hover {
    background: #000000;
    color: #ffffff;
}

.mask-icon ul li a:hover {
    background: #000000;
    color: #ffffff;
}

.products-single .mask-icon {
    background: rgba(1, 1, 1, 0.5);
    top: -100%;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
}

.products-single:hover .mask-icon {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
}

.list-view-box:hover .mask-icon {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear;
}

.products-single {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.products-single .box-img-hover {
    overflow: hidden;
    position: relative;
}

.box-img-hover img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.type-lb {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 8;
}

.type-lb .sale {
    background: #b0b435;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.type-lb .new {
    background: #000000;
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.price-box-slider p {
    clear: both;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.price-box-slider p input {
    margin-top: 5px;
}

.price-box-slider p button {
    border: none;
    color: #ffffff;
    float: right;
}

.price-box-bar {
    margin-bottom: 30px;
}

.price-box-bar a {
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
    border: none;
}

#slider-range .ui-slider-handle {
    background-color: #b0b435;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 21px;
    top: -6px;
    transition: none 0s ease 0s;
    width: 21px;
    box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
}

#slider-range .ui-slider-range {
    background-color: #b0b435;
    border-radius: 0;
}

#slider-range {
    background: #000000;
    border: medium none;
    border-radius: 50px;
    float: left;
    height: 10px;
    margin-top: 14px;
    width: 100%;
}

.hvr-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #b0b435;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    box-shadow: none;
}

.hvr-hover::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-hover:hover::after {
    -webkit-transform: scale(2);
    transform: scale(2);
    color: #ffffff;
}

.hvr-hover {
    overflow: hidden;
}

.filter-price-left {
    margin-bottom: 20px;
}

.title-left {
    font-size: 16px;
    border-bottom: 3px solid #000000;
    margin-bottom: 20px;
}

.title-left h3 {
    font-weight: 700;
}

/******* CCS FILTRO DE PRECIOS ********/


/******* CCS Icono de Whatsapp productos********/
#whatsapp {
    margin-top: 5px;


}

svg {
    width: 80px;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
}

circle {
    fill: #25d366;
}

path {
    fill: #fff;
}

/******* CCS Icono de Facebook productos********/
#cellphone {
    margin-top: 5px;

    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));

}

.hidden {
    opacity: 0;
}

.animate {
    animation: slideInFromLeft 1s ease-in-out forwards;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.content {
    height: 400px;

    margin: 20px 0;
}

.bi-arrow-right-circle-fill{
    font-size: 18px;
    color: royalblue;
}


/******* CCS Cataratas ********/

.catarata{
    background-color: rgba(227, 247, 246, 0.808);
}

.cat-inf-right{
    border-right: 1px solid rgb(165, 162, 162);
}

.cat-inf-left{
    border-left: 1px solid rgb(165, 162, 162);
}
.cat-val{
    border-top: 3px solid rgb(165, 162, 162);
}
/******* CCS  ********/
.card-agri{
    background-color: beige;
}

/******* CCS Icono modal x ********/

.top-modal-bal{
    background-color: #d0d3dab9;
    padding: 10px;
}

.top-modal{
    background-color: rgba(118, 175, 13, 0.87);
    padding: 15px;
}


.btn-close{
    position: relative;
    background-color: rgb(20, 89, 238);
}
.blog-agri{
    max-width: 500px;

}

.card-t-pineapple{
    padding: 15px;
    font-size: 13px;
}

.card-img-certi{
    max-width: 155px;
    width: 90%;
    height: auto;
}

