.img-fluid.w-25{
    display: block;
    margin: 0 auto;
} 

.border-secondary{
  border-color: #C0C0C0!important;
}


.title{
	font-size: .55em;
	font-weight: bold;
}

.swiper-button-next{
	right: 0px;
}

.swiper-button-prev{
	left: 0px;
}

.orange{
	border-color: #FF1493!important;
    border-style: solid;
}


/*SELECT*/
.box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #bbbaba8c;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .box select {
    background-color: #00000000;
    /*color: white;*/
    padding: 7px;
    width: 100%;
    border: none;
    font-size: .875rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;

    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .box .caretdiv{
  	
    width: 45px;
    position: absolute;
    right: 0px;
    height: 35px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


  }
  .box .fa-caret-down{
  	position: relative;
    /*top: 7px;
    right: 23px;*/
    width: 30px;
    height: 30px;
  }



/*  .box::before {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
  }

  .box:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
  }
*/
  .box select option {
    padding: 8px;
  }


  .btn-verprecios{
  	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-weight: bolder;
    font-size: 20px;
  }