/*
Custom Css
*/

/* SERVICIOS */
.seccion-servicios {
    text-align: center;
}
.seccion-servicios img {
    max-width: 180px; 
    border-radius:6em;
}

/* PRODUCTOS */
/* Flechita en el selector de categorias de productos */
select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }
  
  select.minimal:focus {
    background-image:
      linear-gradient(45deg, green 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, green 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
  }
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  .py-3 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;  
  }
  



/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    .seccion-servicios {
        text-align: left;
    }
}
  
  /* Large devices (desktops, 992px and up)*/
  @media (min-width: 992px) {

  }
  
  /* Extra large devices (large desktops, 1200px and up)*/
  @media (min-width: 1200px) {

  }
  