


select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */
  font-size: 15px;
  font-weight: bold;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */

select.dropMun  {
   background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #DB1293, #DB1293);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
   border: 2px solid #DB1293;
   margin-bottom: 15px;
}
select#dropDA{
   background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #DB1293, #DB1293);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
   border: 2px solid #DB1293;
   padding:2px;
   margin-left: 1px;
}

select.dropDistritos  {
   background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #DB1293, #DB1293);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
   border: 2px solid #DB1293;
}


/*nueva*/
.dropAyumovile {
    background: white;
    border: 2px solid #DB1293;
    width: 70%;
    height: 6vh;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3vh;
}

.barramorada{
    background: #766BB2;
}
@media (max-width:992px) {
.dropMun {
  background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #DB1293, #DB1293);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
   border: 2px solid #DB1293;
   margin-bottom: 15px;
   width: 100%;
}
.barraselectmovil{
  background: #766BB2;
}
.barraletramovil{
  color: white;
}
.dropDistritos{
  width:400px;
}  
}

@media (max-width:512px) {
.dropDistritos{
  width:100%;
 }  
}
