/* ************************************* */
/* Welcome */
/* ************************************* */
.section-welcome {
  margin-top: calc(100px * 0.83);
  background-image: url(../img/bg-productos.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  position: relative; }
  .section-welcome:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

@media (min-width: 992px) {
  .section-welcome {
    margin-top: calc(140px * 0.83); } }

/* ************************************* */
/* Productos */
/* ************************************* */
.section-productos {
  background-image: url(../img/bg-cielo-3.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .section-productos .content-product {
    padding: 1rem;
    display: none; }
    .section-productos .content-product .product {
      padding: 1rem;
      border-radius: 1rem;
      height: 100%;
      cursor: pointer;
      position: relative; }
      .section-productos .content-product .product .screen-product {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 1rem;
        background-color: #ccffff;
        opacity: 0;
        transition: all 0.3s;
        box-shadow: 0px 0px 5px 2px #FF0000; }
        .section-productos .content-product .product .screen-product img {
          position: absolute;
          width: 80%;
          height: 80%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center;
             object-position: center;
          opacity: 0.3; }
        .section-productos .content-product .product .screen-product p {
          z-index: 1;
          color: #001689;
          font-weight: bold; }
        .section-productos .content-product .product .screen-product h5 {
          z-index: 1;
          color: #001689; }
        .section-productos .content-product .product .screen-product hr {
          border: 1px solid #001689;
          width: 75%;
          opacity: 0.5;
          margin: 0 0.5rem; }
    .section-productos .content-product:hover .screen-product {
      opacity: 1; }
  .section-productos .content-img {
    width: 100%;
    padding-top: 130%;
    position: relative;
    margin-bottom: 1rem; }
  .section-productos .content-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.section-productos .input-group-text {
  background-color: #b9b7bd;
  font-size: 1rem;
  border: 1px solid #b9b7bd;
  color: #001689;
  font-weight: bold;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px; }

.section-productos .btn-group {
  z-index: 1029 !important; }

.section-productos .btn-filter {
  background-color: #001689;
  font-size: 1rem;
  width: 15rem;
  border: 1px solid #001689;
  text-align: start;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #ffffff;
  font-weight: bold; }

.section-productos .btn-filter:focus {
  outline: none;
  box-shadow: none; }

.section-productos .dropdown-menu {
  background-color: #FF0000;
  min-width: 11rem;
  width: auto;
  border: 1px solid #FF0000; }

.btn-filter.dropdown-toggle::after {
  margin-left: 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%); }

.section-productos .dropdown-item {
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  text-align: start; }

.section-productos .dropdown-item.active {
  background-color: #001689;
  color: #ffffff; }

.section-productos .dropdown-item:hover {
  background-color: #001689;
  color: #ffffff; }
