/**
 * Theme Name: Esencias Lozano 
 * Template:   hello-elementor
 * Author: Aticsoft 
 * Author URI: http://www.aticsoft.com/
 * version: 1.0
 */
body{
	overflow-x: hidden;
}
*{
	transition: all .3s ease-in-out;
}
.listado_categorias {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.listado_categorias .item_listado_categorias{
	flex:1;
}
.listado_categorias .item_listado_categorias .imagen{
	border: 1px solid #999;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listado_categorias .item_listado_categorias .imagen img.hover{
	display: none;
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 100%;
}
.listado_categorias .item_listado_categorias .imagen img{
	height: 100px;
}
.listado_categorias .item_listado_categorias:hover{
	cursor: pointer;
}
.listado_categorias .item_listado_categorias:hover .imagen img:first-child{
	display: none;
}
.listado_categorias .item_listado_categorias:hover .imagen img.hover{
	display: block;
}
.listado_categorias .item_listado_categorias .titulo h3{
    text-align: center;
    text-transform: uppercase;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-top: 15px;
}
.listado_categorias .item_listado_categorias:hover .titulo a{
	opacity: .6;
}
#slider_home rs-slide{
	border-radius: 15px;
}
#slider_home h1{
	color: white !important;
	font-size: 20px !important;
	text-align: center !important;
}
.item_slider_productos{
	margin-left: 10px;
	margin-right: 10px;
}
.item_slider_productos .imagen{
	height: 200px;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
}
.item_slider_productos .imagen img{
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.item_slider_productos .titulo{
	text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Inter';
    margin-top: 10px;
}
.item_slider_productos:hover .imagen img{
	transform: scale(1.1);
}
.item_slider_productos .subtitulo{
	font-family: "Bizud", Sans-serif;
    color: #898989;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.item_slider_productos .tecnico{
	font-family: "Bizud", Sans-serif;
    color: #898989;
    font-weight: 400;
    font-size: 14px;
}
.item_slider_productos .tecnico span{
	color: black;
}
.btn-solicita-info{
	background: #1d4034;
    display: block;
    color: white !important;
    padding: 9px 20px;
    border-radius: 30px;
    display: flex;
    gap: 20px;
    margin-top: 10px;
    font-weight: 500 !important;
}
.btn-solicita-info:hover{
	background-color: #CFB094;
}
button.slick-prev{
	background-image: url(/wp-content/uploads/2024/05/left-black.svg);
    background-repeat: no-repeat;
    font-size: 16px;
    color: transparent !important;
    border: 0px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
    top: 183px;
}
button.slick-next{
	background-image: url(/wp-content/uploads/2024/05/right-black.svg);
    background-repeat: no-repeat;
    font-size: 16px;
    color: transparent !important;
    border: 0px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -50px;
    top: 183px;
}
button.slick-prev:hover,
button.slick-next:hover{
	background-color: transparent;
}
button.slick-next:focus,
button.slick-prev:focus{
	outline:0px !important;
    background-color: transparent;
}

.item_slider_pase_fotos{
    margin-right: 15px;
}
.item_slider_pase_fotos .imagen{
    height: 300px;
    overflow:hidden;
    width: 100%;
    border-radius: 15px;
}
.item_slider_pase_fotos .imagen img{
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.ultimas_noticias_home{
    display: flex;
    gap: 20px;
}
.ultimas_noticias_home > div{
    flex: 1;
}
.item_noticia .imagen{
    width: 100%;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
}
.item_noticia .imagen img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.item_noticia:hover .imagen img{
    transform: scale(1.1);
}
.item_noticia .titulo{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Inter';
}
.item_noticia .resumen{
    font-weight: normal;
    font-family: 'Inter';
}
.item_noticia .enlace{
    margin-top: 5px;
}
.item_noticia .enlace img{
    width: 30px;
    margin-left: 5px;
    position: relative;
    top: 10px;
}
.item_noticia:hover .enlace img{
    margin-left: 10px;
}
.listado_plantaciones{
    flex-wrap: wrap;
}
.listado_pagina_productos{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.listado_pagina_productos .item_slider_productos{
    flex: 0 calc(25% - 20px);
    position: relative;
}
.listado_pagina_productos .item_slider_productos a{
    
}
.listado_pagina_productos .item_slider_productos {
    margin: 0px;
    margin-bottom: 15px;
}
.listado_pagina_productos .item_slider_productos .etiqueta_categoria{
    background: rgb(255 255 255 / 70%);
    padding: 5px 20px;
    border-radius: 20px;
    position: absolute;
    top: 11px;
    text-align: center;
    left: 20px;
    z-index: 9;
    font-family: "Bizud", Sans-serif;
    width: calc(100% - 40px);
    font-weight: bold;
}
.listado_pagina_productos .item_slider_productos .btn-descarga{
    background: #1d4034;
    display: block;
    color: white !important;
    padding: 9px 20px;
    border-radius: 30px;
    display: flex;
    gap: 20px;
    margin-top: 10px;
    font-weight: 500 !important;
}
.listado_pagina_productos .item_slider_productos .btn-solicita{
    display: block;
    color: #1d4034 !important;
    display: flex;
    gap: 20px;
    margin-top: 10px;
    font-weight: 500 !important;
    align-items: center;
    font-size: 15px;
}
.paginador-listado {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}
.paginador-listado a{
    font-family: "Bizud", Sans-serif;
}
.paginador-listado ul{
    padding-left: 0px;
}
.paginador-listado ul li{
    list-style-type: none;
    display: inline-block;
    margin: 0px 5px;
}
.paginador-listado ul li a{
    font-size: 18px;
    background: #f1f1f1;
    padding: 13px 18px;
    border-radius: 100px;
    color: #1d4034;
}
.paginador-listado ul li.activo a,
.paginador-listado ul li:hover a{
    background: #1d4034;
    color: white;
}
.item_slider_productos .btn-ver{
    color: #1d4034;
    text-align: center;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.listado_pagina_productos .item_slider_productos .btn-solicita{
    background-color: #edeae2;
    text-align: center;
    padding: 5px 20px;
    border-radius: 30px;
    display: block;
}
.listado_pagina_productos .item_slider_productos .btn-solicita:hover{
    background-color: #dbd7cd ;
}
.listado_pagina_productos .item_slider_productos .btn-descarga:hover{
    background-color: #132b23;
}
.item_slider_productos .btn-ver:hover{
    opacity: .7;
}