.text-break {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-break:hover {
    text-overflow: initial;
    white-space: initial;
    overflow: visible;
    cursor: pointer;
}

.product-img:hover .text-break {
    text-overflow: initial;
    white-space: initial;
    overflow: visible;
    cursor: pointer;
}

:root {
    --primary: #ffcb00;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #000;
}

.bg-primary {
    background-color: #ffcb00 !important;
}

.btn-primary {
    color: #000 !important;
    background-color: #ffcb00 !important;
    border-color: #ffcb00 !important;
}

.border-primary {
    border-color: #ffcb00 !important;
}

.carousel-caption {
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(2, 36, 91, 0) 100%) !important;
}

.text-primary, a {
    color: #ffcb00 !important;
}

.bg-dark {
    background-color: #000 !important;
}

.text-dark {
    color: #000 !important;
}

.facts .border {
    border-color: #ffcb00 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000;
}

.dropdown-item:hover {
    background-color: #ffcb00 !important;
    color:  #000 !important;
}

.dropdown-item {
    width: 350px;
    max-width: 350px;
}

.dropdown-item {
    white-space: inherit;
}

.accordion-button:not(.collapsed) {
    background-color: #ffcb00 ;
}

.list-group-item {
    background-color: #ffcb00 !important;
    color:  #000 !important;
}

.accordion-button.collapsed {
    background-color: #000 !important;
}

.accordion-button:not(.collapsed) a {
    color: black !important;
}

.accordion-button.collapsed a {
    color: #ffcb00 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.ref .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.ref .accordion-button:not(.collapsed) {
    background-color: #000 !important;
    color: #ffcb00 !important;
}

.ref .accordion-button.collapsed {
    background-color: #000 !important;
    color: #ffcb00 !important;
}

.list-group-item-active {
    background-color: black !important;
    color: #ffcb00 !important;
}

.border-dark {
    border-color: #000 !important;
}

.z-index-9999 {
    z-index: 9999;
}

.carousel-inner {
    overflow: auto;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        min-height: 550px;
    }
}

.team-item {
    min-height: 400px;
}

.text-bullet-point {
    font-size: 1.15rem !important;
}

tr {
    background-color: #000 !important;
    color: #FFF !important;
}

.post-img img {
    transition: 0.5s;
}

.product-img:hover .post-img img {
    transform: scale(1.1);
}

.post-img {
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}


blockquote {
    margin: 30px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    border: none;
    position: relative;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
}

blockquote:before {
    content: "";
    background: url("https://ayerbe.stockproducto.com/img/blockquote-comilla-inicio.png") transparent no-repeat top left;
    background-size: cover;
    position: absolute;
    left: 15px;
    top: 0px;
    width: 57px;
    height: 57px;
}

blockquote:after {
    content: "";
    background: url("https://ayerbe.stockproducto.com/img/blockquote-comilla-fin.png") transparent no-repeat top left;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 57px;
    height: 57px;
}

blockquote p {
    text-align: center;
    line-height: normal !important;
    color: #ffcb00;
}

.page-link {
    color: #ffcb00 !important;
    border-color: #000 !important;
    background-color: #000 !important;
}

.active-nav-link {
    color: #000 !important;
    background-color: #ffcb00 !important;
}