/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1611563709
Updated: 2021-01-25 08:35:09

Colores:
Azul: #4174B6

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
	font-family: 'Poppins', sans-serif;
}

@media (min-width: 850px) {

    #customer_details, #order_review_heading, #order_review {
        width: 48%;
    }

    #customer_details {
        float: left;
    }

    #order_review_heading, #order_review {
        float: right;
    }

    #order_review_heading {
        padding-top: 0;
    }
    #customer_details .col-1, #customer_details .col-2
    {
        width: 100%;
        float: none;
    }
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.titulo-producto-loop{
	color:#4174B6;
	text-align: center;

}

.iconos-puesto{
	list-style-type: none;
}
.iconos-puesto i{
	color: #4174B6;
}

.iconos-puesto span{
	color: #4174B6;
}

.iconos-puesto li{
	line-height: 30px;
	min-height: 30px;
	font-size: 15px;
}

a{
	color: #4174B6;
}
.void-post-grid.void-minimal-grid {
    height: auto  !important ;
}


.void-row .evo-puesto {

    display: flex ;
    flex-direction: column;
    position: relative ;
    padding: 0 ;
    margin-bottom: 25px;
    height: auto !important ;

    /*background: rgb(255,255,255);
    background: linear-gradient(183deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4654236694677871) 100%);*/
}
.puesto__enlace {
    display: flex ;
    flex-direction: column ;
    position: relative ;
    width: 100%;
}
.card-wrapper {
    z-index: 0;
}
.void-row .puesto__imagen-contenedor {
    position: relative;
    height: 300px;
    width: 100%;
    background: #fff;
    /* padding: 3px; */
}
.void-row  .puesto__imagen-contenedor img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.void-row .puesto__imagen,
.void-row .puesto__contenido {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
    width: 100%;
    background: transparent ;
}
.void-row .puesto__contenido {
    position: absolute ;
    bottom: 0;
    /*background: linear-gradient(183deg, rgb(105 105 105 / 0%) 0%, rgb(0 0 0 / 77%) 100%);
    padding: 100px 15px 15px 15px;*/


}
.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}
.puesto__enlace-freshnow {
    display: flex ;
    justify-content: flex-end;
}
.puesto__enlace-freshnow a {
    color: white ;
    font-size: 14px;
    font-weight: bold;
    display: flex ;
    align-items: center;
    background: #000 !important ;
    padding: 4px 8px;
    cursor: pointer ;
}
.puesto__enlace-freshnow a:hover {
    color: #FAE032  ;

}
.puesto__enlace-freshnow a:after {
    content: ' ';
    height: 12px;
    width: 12px;
    border-radius: 50% ;
    background: #FAE032 !important ;
    margin-left: 10px;
    margin-top: 1px;
}
.puesto__enlace-freshnow:hover a:after {

    background: white !important ;

}
.void-row .puesto__nombre  {
    font-size: 18px;
    font-weight: 600 !important;
    background: #f95c0a !important;
    color: black ;
    padding: 8px 10px !important;
    margin-bottom: 0 !important ;
    width: auto !important;
    text-align: right ;
}

.void-row .puesto__nombre a {
    color: white !important ;
    font-size: 18px;
    font-weight: bold;

}
.void-row .puesto__categorias  {
    font-size: 16px;
    font-weight: bold;
    color: white !important;
    background: black ;
    padding: 8px 10px !important;
    margin-bottom: 0;
    margin-top: 0 !important ;

}
.void-row .puesto__descripcion {
    font-size: 14px;
    color: black;
    margin-top: 10px;
    font-weight: bold ;
    min-height: 55px;
}
.void-row .puesto__descripcion p {
    margin: 0;
}
.button {
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    background-color: #122d7c;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover {
    background: #122d7c;
}
.void-post-grid.void-minimal-grid {
    height : auto ;
}
.void-row .evo-puesto {
    flex: 0 0 32%;
    height: 300px !important ;
}
.void-row .puesto__imagen-contenedor img {

}
@media screen and (max-width: 767px) {
    .void-row .evo-puesto {
        flex: 0 0 100%;
        height: 300px !important ;
        width: 100%;
        max-width: 100% !important ;
    }
}
