
.separador {
    display: flex;
    align-items: center;
    justify-content: left;
}

.separador::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #FDC186;
}

.separador::before {
    margin-right: .25em;
}

.separador::after {
    margin-left: .25em;
}

hr {
    border-top: 1px solid #FDC186;
}

#detalle {
    background-color: white;
    border: 8px solid gainsboro;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

h1 {
    font-family: PlayList;
    color: #eb6d00;
    margin: 20px;
}

section h4 {
    /* background-color: #fff8eb !important; */
    color: #eb6d00;
    line-height: 40px;
    margin: 0px;
    padding: 15px;
}

section h4 p {
    margin: 0px;
}

section .title {
    font-size: 80px;
}

.opciongift {
    color: #7d6a4b;
    font-size: 16px;
}

.btn-comprar {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 19px;
}

.borderojo {
    border-color: red !important;
}

.bordenormal {
    border-color: #999 !important;
}

@media screen and (max-width: 992px) {
    .giftcard-col {
        height: 730px !important;
    }
}

.tipogift:hover {
    box-shadow: 3px 3px 10px gray inset !important;
}


.imgtipogift:hover .tipogift{
    box-shadow: 3px 3px 10px gray inset !important;
}