﻿/* buscar */

.search {
    padding-bottom: 80px;
    padding-top: 80px;
}

.search .input-group {
    justify-content: center;
}

.search .input-group .form-control {
    border-radius: 0;
    border-color: #f4f4f4;
    background: #f4f4f4;
    color: #4f4d4e;
    height: 60px;
}

.search .input-group .form-control::placeholder {
    font-style: italic;
}

.search .input-group .form-control::-ms-input-placeholder {
    font-style: italic;
}

.search .input-group .form-control::-ms-input-placeholder {
    font-style: italic;
}

.search .input-group button {
    width: 60px;
}

.search .input-group button i {
    font-size: 1.6em;
}

.search .input-group-append button {
    background-color: #fbe20d;
    color: #4f4d4e;
    font-size: 1.2em;
}


/* sections */

.redes-sociales {
    color: #ffff;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    color: #ffff;
}

.order {
    color: #595959;
    text-align: right;
}

.order a:hover {
    color: #000000;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
}

.img-ficha {
    width: 100%;
    border: 1px solid #878988;
}

.boton-comprar a {
    color: #70706f;
    font-weight: 500;
    font-size: 1.5em;
    padding-left: 9px;
}

.boton-comprar a:hover {
    color: #000000;
    font-weight: 500;
    font-size: 1.5em;
    padding-left: 9px;
    text-decoration: none;
}