@font-face { 
    font-family: 'Manrope'; 
    src: url('/fonts/manrope/Manrope-VariableFont_wght.ttf'); 
}

/*
    verde: #6ab43e
    negro: #424242
    
*/

html{
    font-size: 14px;
}

body{
    font-family: 'Manrope';
    font-weight: 500;    
    color: #424242;
}


#superior{    
    background: #65a15a;
    padding: 10px 0;
    color: #fff;
}

#superior .nav-link{
    color: #fff;
    padding: 0 1rem 2px 1rem;
    line-height: 1;
} 

#superior a.nav-link:hover{
    color: black;
} 

.border_iquierda{
    border-left: 1px solid #fff;
}

#central{
    background: #fff;
}

.dialogo_register{
    font-size: 12px;
}

/*---------------------destacado*/
#productos_destacados{
    background: #eeeeee;
    height: 350px;
    margin-bottom: 12px;
}

#productos_destacados .carousel-indicators {
    margin-bottom: 1.5rem;
}

#productos_destacados .carousel-indicators .active {
    border-color: #6ab43e;
    background-color: transparent;
}

#productos_destacados .carousel-indicators li {
    width: 10px;
    height: 10px;    
    background-color: #ccc;
    border-radius: 50%;
    border: 2px solid transparent;
    opacity: 1;
}

#productos_destacados .carousel-control-next, #productos_destacados .carousel-control-prev {
    top: 50%;
    bottom: auto;
    height: 50px;
    width: 50px;
    background: #fff;   
    margin-top: -25px;
    border-radius: 50%;   
    font-size: 24px;     
    color: #424242;   
    opacity: 1;
    display: flex;
}

#productos_destacados .carousel-control-next:hover, #productos_destacados .carousel-control-prev:hover {
    color: #6ab43e;
}

#productos_destacados .carousel-control-next {
    right: 1rem;
}

#productos_destacados .carousel-control-prev {
    left: 1rem;
}

#productos_destacados:hover .carousel-control-next, #productos_destacados:hover .carousel-control-prev {   
    display: flex;
}


#productos_destacados .carousel-inner {
    height: 100%;    
    padding: 3.5rem;
}

#productos_destacados .carousel-inner .carousel-item {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    background: #eeeeee;
}

#productos_destacados .carousel-caption {
    text-align: left;
    color: #424242;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    flex: 1 1 auto;
}

#productos_destacados .carousel-image{
    width: 40%;
    flex-shrink: 0;
}

#productos_destacados .carousel-image img{
    width: 100%;
}




.eventos{
    background: #c0c0c0;
    height: 244px;
    margin-bottom: 12px;
    position: relative;
}

.eventos:hover .evento_button {
    display: block;
}

.evento_button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    display: block;
}

.grid-min .row {
    margin-right: -6px;
    margin-left: -6px;
    margin-top: 12px;
}

.grid-min div[class*="col"]{
    padding-right: 6px;
    padding-left: 6px;
}


.seccion{
    padding: 20px 0 20px 0;
}

.mb-20px {
    margin-bottom: 20px;
}

/*------------------------------------------------------CATEGORIA*/

.categoria {
    border: 2px solid #F1F1F1;
    padding: 2.1rem;
    position: relative;
    min-height: 220px;
}

.c_datos {
    z-index: 1;
    position: relative;
}

.c_imagen {
    position: absolute;
    right: 0;
    top: 50%;
    height: 150px;
    z-index: 0;
    pointer-events: none;
    margin-top: -75px;
}

.c_titulo {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1rem;
}

.c_detalles {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.c_detalles li {
    margin-bottom: 5px;
}

.c_detalles li:last-child {
    margin-bottom: 0;
}

.c_detalles a {
    color: #424242;
    font-size: 1rem;
    text-decoration: none;    
    transition: padding 0.4s ease;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
}

.c_detalles a:hover {
    color: #6ab43e;
    text-decoration: none;    
    padding-left: 5px;
}


/*------------------------------------------------------PRODUCTO*/
.producto {
    border: 2px solid #F1F1F1;
}

.producto:hover {
    border: 2px solid #6ab43e;
}

.p_image_zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    font-size: 22px;
    padding: 12px 0;
    display: block;
    color: #424242;
}

.p_image_zoom:hover {
    color: #6ab43e;
}

.producto:hover .p_image_zoom {
    display: block;
}

.p_nombre {
    color: #424242;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.p_nombre:hover {
    color: #6ab43e;
}


/*
*/

.p_detalles {
    background: #fff;
}



/*------------------------------------------------------IMAGEN CONTAINER*/
.img_cuadrado {
    position: relative;
    background: #dfdfdf;
    overflow: hidden;
}

.img_centrado {
    position: relative;
    background: #dfdfdf;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img_centro{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.img_cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.img_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: blur(8px);
}

.img_cuadrado.activo{
    border: 1px solid #6ab43e;
}

/*------------------------------------------------------SLIDER*/
.h_slider{
    position: relative;
}

.hover_button {
    position: absolute;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    padding: 7px 0;
    color: #424242;
    border: 1px solid #dfdfdf;
    display: block;
}

.hover_button:hover {
    color: #6ab43e;
}

.hover_derecha {
    top: 50%;
    margin-top: -20px;
    right: -10px;
}

.hover_izquierda {
    top: 50%;
    margin-top: -20px;
    left: -10px;
}

.h_slider:hover .hover_button, .h_slider:hover .hover_izquierda {
    display: block;
}




/*------------------------------------------------------TYPOGRAPHY*/
.typography h1, .typography h2, .typography h3 {
    font-weight: bold;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.typography h1::before, .typography h2::before, .typography h3::before {
    content: '';
    position: absolute;
    background: #6ab43e;
    display: block;
    height: 2px;
    width: 50px;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.lh-1{
    line-height: 1;
}

.text-verde {
    color: #6ab43e;
}

.text-gris {
    color: #969696;
}

.text-negro {
    color: #424242;
}



/*-------------------------------------------------------BOTON*/

.btn{
    border-radius: 0;
}

.btn-verde{
    color: #fff;
    background-color: #6ab43e;
    border-color: #6ab43e;
}

.btn-verde:hover {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
}

.btn-blanco{
    color: #333;
    background-color: #fff;
    border-color: #f1f1f1;
}

.btn-blanco:hover {
    color: #fff;
    background-color: #6ab43e;
    border-color: #6ab43e;
}

/*-------------------------------------------------------MODAL*/
.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-header .close {
    padding: 1rem 1rem 0.8rem 1rem;
    font-size: 1.8rem;
}



/*-------------------------------------------------------FOOTER*/

footer{
    background: #f3f3f3;;
    color: black;
    text-align: center;
}
.btn_control:hover{
    background-color: rgb(252, 252, 252);
    border-radius: 50%;
    color: #6ab43e;
}
footer a:hover{
    color: black;
}
footer a{
    color: black;
}
.btn_control{
    font-size: 20px;
    width: 40px;
    height: 40px;
    position: absolute;   
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .9;
    transition: opacity .15s ease;

}
.btn_arriba{
    
    top: 15px;
    right: 10px;
    z-index: 5;
}
.btn_abajo{
    bottom: 15px;
    right: 10px;
    z-index: 1;
}
.imagen-pie{
    width: 100%;
}
.widgettitle {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 24px;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}
.teamo-custommenu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.teamo-custommenu .menu .menu-item {
    color: #191919;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.teamo-custommenu .menu .menu-item a {
    color: black;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.teamo-custommenu .list {
    margin-bottom: 20px;
}
.image_pie{
    width: 20%;    
}
.image_pie img{
    width: 100%;    
}
/*----------------------------------------------------------MENU*/
.trail-item ion-icon{    
    vertical-align: -2px;
    font-size: 12px;
    margin-left: 6px;
    margin-right: -6px;
}
.nav-link{
    padding: 18px 25px;
}
.categorias-button {        
    color: white !important;
    font-size: 15px;
    text-align: center;
    background: #65a15a;
    text-transform: uppercase;    
    letter-spacing: 0.08em;
}
.categorias-button ion-icon{       
    
    vertical-align: -7px;
    font-size: 2.3rem;
}
.dropdown-segundo-menu{
    width: 180px;
}
.dropdown-segundo-menu ul{
    padding: 0 16px;
}
.dropdown-segundo-menu li{
    list-style: none;
}
.dropdown-segundo-menu .dropdown-submenu .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #65a15a;
}
.dropdown-segundo-menu a {
    line-height: 41px;
    font-size: 15px;
    color: #555555;
    text-transform: capitalize;
    position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding-left: 19px;
}
.segundo-menu {
    background-color:transparent !important;
    padding: 0 !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f1f1f1;
    outline: 0;
    box-shadow: none;
}
.form-control {
    color: #495057;
    border:1px solid  #f1f1f1;
    outline: 0;
    box-shadow: none;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.dropdown {
    width:180px;
}
.main-menu > li > a {
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #000;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.button_buscar{
    background: #65a15a !important;
    border: 1px solid #ced4da !important;
    width: 60px ;  
    color: white;
    font-size: 21px ;
    text-transform: uppercase;
    font-weight: 500
}
.button_buscar:hover{
    background: #65a15a;  
    border: 1px solid #ced4da !important;
}
.input-group-append span{
    left: -40px;
    position: relative;
    color: white;
    z-index: 100;
    padding-top: 8px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500
}
  /*------------------------------------------------------TOP BAR*/
  .top-bar{      
    display: inline-block;
    line-height: 48px;    
    font-size: 16px;
  }
  .top-bar ion-icon{    
    vertical-align: -2px;
}
/*--------------------------------------------------------GOOGLE PLAY*/
.goole-play{
    width: 100%;
}
.goole-play img{
    width: 100%;
}
.probosque{
    width: 50%;
    float: left;
}
.probosque img{
    width: 100%;
}
.titulo-google{
    text-align: center;    
    font-weight: bold;
    position: relative;
    /*padding-bottom: 1rem;*/
}
.div_probosque{    
    padding: 18px 0px;
    border: 1px solid #f1f1f1;
}
/*--------------------------------------------------------BREACKPOINTS*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #productos_destacados{
        height: 500px;
    }

    .p_image_zoom {
        display: none;
    }

    .evento_button{
        display: none;
    }

    .hover_button {
        display: none;
    }

    #productos_destacados .carousel-control-next, #productos_destacados .carousel-control-prev {
        display: none;
    }
}
@media (max-width: 767.98px) 
{ 
    .details-infor
    {
        margin-top:3rem;
        padding-left: 0px;
    }
    .div_probosque{
        display:none;
    }
    .dropdown-segundo-menu {
        width: 180px;
        position: absolute !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
}