/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*
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

*/

.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;
}
/*
.home .cabecera__sitio {
    display: none !important ;
    visibility: hidden;
}
*/
.cabecera__sitio {
  height: 125px;
}
.home .cabecera__sitio {
  display: block !important ;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .home .cabecera__sitio {
    display: block !important ;
    visibility: visible;
  }
}

/* Puesto */
.comercio__nombre {
  padding-left: calc(55% - 640px) !important;
  background: #20232e !important;
  color: #fff !important ;
}
.comercio__descripcion {
  padding-left: calc(55% - 640px) !important;
}

.cabecera__comercio {
  height: auto;
  overflow: hidden;
}
.cabecera__comercio .elementor-container {
  height: 100%;
}

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

.void-Container.standard {
  padding: 0;
}
.void-elementor-post-grid-wrapper {
}
.void-row {
  width: 100%;
  display: flex;
  margin: 0 !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

.void-row .comercio-puesto {
  flex: 0 0 calc(33.33333% - 11px);
  height: auto;
  cursor: pointer;
  overflow: hidden;
  margin: 0 !important ;
  border-radius: 16px;
  padding: 0;
}

.void-Container {
  max-width: 100% !important ;
}

.void-row .comercio__contenido {
  position: absolute !important;
  display: flex;
  transition: all 0.3s ease-in;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease, color 0.3s ease-out,
    border 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out !important;
  will-change: transform;
  transform: translateY(100%);
  top: 0;
  left: 0;
  align-items: center;
}

.void-row .evo-comercio:hover .comercio__contenido {
  background: #2d5877c2;
  opacity: 1;
  transform: translateY(0);
  width: 100%;
}
.void-row .comercio__contenido h2 {
  color: #fff;
}
.void-row .comercio__nombre {
  background: transparent !important;
  font-family: Nunito, sans-serif !important;
  font-size: 16px;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  margin-bottom: 0 !important ;
  width: auto !important;
  text-align: right;
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.void-row .comercio__nombre a {
  color: #fff !important;
  font-size: 24px;
  font-weight: 400;
  background: transparent;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 24px;
  flex-direction: column;
  text-align: center ;
}
.void-row .puesto__categorias {
  font-size: 16px;
  color: #fff;
  font-weight: 400;

  padding: 8px 10px !important;
  margin-bottom: 0;
  margin-top: 0 !important ;
}
.void-row .puesto__descripcion {
  font-size: 14px;

  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 .comercio__imagen-contenedor {
  height: auto;
}

@media screen and (max-width: 1023px) {
  .void-row .evo-puesto {
    flex: 0 0 calc(50% - 11px);

    width: calc(50% - 11px);
    max-width: calc(50% - 11px) !important ;
  }

  .void-row .comercio__contenido {
    position: relative !important ;
    display: flex;
    transition: all 0.3s ease-in;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease, color 0.3s ease-out,
      border 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out !important;
    will-change: transform;
    transform: translateY(0);
    background:#D3CD981F;
    top: auto;
    right: auto;
    padding: 8px;
  }

  .void-row .evo-comercio:hover .comercio__contenido {
    background:#D3CD981F;
    transform: translateY(0);
  }
  .void-row .comercio__nombre a {
    color: #3A6E8D!important;
    font-size: 18px;
    font-weight: 400;
    background: transparent;
    text-align: center ;
    padding: 8px;

  }
  .void-row .comercio__categorias {
    color: black ;
  }
  .void-row .evo-comercio {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .void-row .evo-comercio {
    flex: 0 0 100%;

    width: 100%;
    max-width: 100% !important;
  }
}


.void-elementor-post-grid-wrapper a,
.void-elementor-post-grid-wrapper a:visited {
  font-family: Outfit, sans-serif !important;
}

/* Post */

.void-row .evo-post {
  flex: 0 0 calc(33.33333% - 11px);
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

@media screen and (max-width: 1023px) {
  .void-row .evo-post {
    flex: 0 0 calc(50% - 11px)!important ;
    max-width: calc(50% - 11px)!important ;
  }
}

@media screen and (max-width: 767px) {
    .void-row .evo-post {
      flex: 0 0 100%!important ;
      max-width: 100%!important ;
    }
  }
.void-row .evo-post .post__contenido {
  position: relative;
  display: flex;
  transition: all 0.3s ease-in;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  background: #2d58771a;
  border-radius: 16px;
  padding: 8px;
}

.void-row .evo-post .post__contenido:hover {
  background: #2d587730;
}

.void-row .post__imagen-contenedor {
  display: flex;
}

.void-row .post__imagen-contenedor a {
}
.void-row .post__imagen-contenedor a img {
  object-fit: cover;
  border-radius: 16px;
}

.void-row .evo-post .post__nombre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center !important ;
}

.void-row .evo-post .post__nombre a {
  padding: 8px 10px !important;
  font-size: 18px;
  font-weight: 500;
}

.card-content {
  background: #faf8e7 !important;
}

.card-content h2 {
  color: #3b6281;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0;
}
