/**
Theme Name: Concretera Total
Author: Plan Up Agency
Description: Theme personalizado para Concretera Total by Plan Up Agency.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: concretera-total
Template: astra
*/
/** SLIDER PRODUCTOS FRONT**/
.productos-slider {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  position: relative;
}

.productos-slider .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  padding-bottom:20px;
}

.productos-slider .swiper-slide {
  flex-shrink: 0 !important;
  width: auto;
  height: auto !important;
}

.producto-swiper-detalles:hover {
    /*background: linear-gradient(55deg, #00458F, transparent);*/
    background: #00458F;
}
.producto-swiper-detalles:hover h2, .producto-swiper-detalles:hover p {
    color: white !important;
}