body{
    margin-bottom: -10%;
    padding-bottom: 0px !important;
    background-color: #1d2c4a;
}
.portada{

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
.formulario{
   width: 1000px;
   height: 620px;
}


.gallery {
    width: 180px;
    margin-top: 5%;
    display: flex;
    flex-direction: unset;
    gap: 10px;
    margin-right: 20px;
}

.gallery img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
}

.gallery img.selected {
    border-color: #007185;
}



.product-details {
    text-align: left;
    flex: 1;
    padding-left: 20px;
}

.product-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-brand {
    color: #007185;
    font-size: 14px;
}

.product-rating {
    color: #f0c14b;
    font-size: 14px;
    margin: 5px 0;
}

.product-price {
    font-size: 24px;
    color: #b12704;
    font-weight: bold;
    margin: 10px 0;
}

.color-options {
    display: flex;
    gap: 5px;
    margin: 15px 0;
}

.color-option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
}

.color-option.active {
    border-color: #007185;
}

.product-size {
    margin: 10px 0;
}

.product-size select {
    padding: 5px;
    font-size: 16px;
}

.product-description {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.navbar-dark{
    background-color: #1d2c4a!important;
}
h5{
    color: #b8a875;
    font-weight: 700;
}
.card-text{
    color: #000;
    font-weight: 500;
}
.price{
    color: #1C6EF7;
    font-weight: 600;
}
.btn-primary{
    background-color: #1d2c4a !important;
    border-color: #000 !important;
}
.card{
    border: solid #F6F7F7 2px;
}
.found-cot{
    background-color: #E1E2DD;
    box-shadow: none !important;
}
.found-mot{
    background-color: #ffffff;
    margin-bottom: -9%;
}
.mot-card{
    margin-bottom: 7%;
}
.mapa{
    text-align: center;
}
.featurette{
    background-color: #F6F7F7;
}
.sec-w{
    color: #fff !important;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #363636;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 38%;
  transform: translateY(-50%);
}
.img-description{
    max-width: 25px;
}
.elc{
    text-decoration: none; 
}