@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;800;900&display=swap');
html { font-size: 14px;}
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #000; font-family: 'Roboto', sans-serif; background-color: #f1f1f1}
button, select, input { outline: 0!important; box-shadow: none;}
a { color: inherit;}
a:hover { text-decoration: none; opacity: .8; color: inherit;}
:focus { outline: none; }
.btn.focus, .btn:hover, .btn:focus { text-decoration: none; box-shadow: none; }
.dropdown-menu { right: 0!important; left: auto!important; padding: 0 0 0 0; border-radius: 0;
    border: none; margin-top: 0; background-color: #fff; border: 1px solid #5b5b5b}
.dropdown-item.active, .dropdown-item:active { background-color: #343a40;}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
.fw-light {font-weight: 300;}
.fw-bold { font-weight: 900;}

@media (min-width: 576px){
	html { font-size: 16px;}
}

@media (min-width: 992px){
	.dropdown:hover .dropdown-menu{display: block;}
}

.f-size-1 { font-size: 1rem !important}
.f-size-12 { font-size: 1.2rem !important}
.f-size-13 { font-size: 1.3rem !important}
.c-pointer { cursor: pointer}
.text-taronja {color:#fa6400}
.bg-taronja {background-color: #fa6400;}
.fs-12 {font-size:12px}
.botons-dreta button {min-width: 242px;}

/* -------------------------- MARGINS ------------------------ */
.margin-bottom-5{margin-bottom: 5px;}
.margin-bottom-15{margin-bottom: 15px;}
.margin-bottom-25{margin-bottom: 25px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-bottom-50{margin-bottom: 50px;}
.margin-bottom-55{margin-bottom: 55px;}
.margin-bottom-60{margin-bottom: 60px;}

/* -------------------------- PADDINGS ------------------------ */
.padding-left-20{padding-left: 20px;}

/* -------------------------- DISPLAYS ------------------------ */
@media (min-width: 768px){
	.d-md-table-header-group {display: table-header-group!important;}
}

/* -------------------------- NAVBAR ------------------------ */
.navbar { color: #000; font-size: 0.9rem;}
.navbar .navbar-toggler { color: #FFFFFF; border: none; font-size: 18px;}
.navbar-nav.flex-row .nav-item { margin-right: 15px; }
#navbar-side a.actiu { color: #fa6400}

@media (min-width: 992px){
	.navbar-nav.flex-row .nav-item { margin-right: 0; }
    .fixed-top-md { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
    .margin-navbar{margin-top: 0;}
}

.mask_user {
	width: 100%;
	height: 25px;
	background-color: purple;
	position: fixed;
	top: 49px;
	z-index: 1000000;
}

/* -------------------------- CONTAINERS ------------------------ */
.container:not(.container-default-bootstrap) { max-width: 100%; }
@media (min-width: 576px) { .container:not(.container-default-bootstrap) { max-width: 570px; } }
@media (min-width: 768px) { .container:not(.container-default-bootstrap) { max-width: 760px; } }
@media (min-width: 992px) { .container:not(.container-default-bootstrap) { max-width: 990px; } }
@media (min-width: 1200px) { .container:not(.container-default-bootstrap) { max-width: 1425px; } }

/* -------------------------- TAULES ------------------------ */
.table tr td i {display:block;}

/* -------------------------- SLIDER FIXES ------------------------ */
.slick-slider{ backface-visibility: hidden; -webkit-backface-visibility: hidden;}
.slick-slider .container, .slick-slider .container-fluid { position: absolute; top: 50%; left: 0; right: 0; margin-left: auto;
    margin-right: auto; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.slick-list, .slick-track, .slick-slide{ height: inherit!important;}
.slick-arrow { color: #fff!important;  background-color: #343a40!important; width: 40px; height: 35px;}
.slick-prev{left: 15px;}
.slick-next {right: 15px;}
.slick-prev:before {content: "\f053";}
.slick-next:before {content: "\f054";}
.slick-next:before, .slick-prev:before { font-family: "Font Awesome 5 Free"; font-weight: 900;}
.slick-slider .slick-slide { position: relative; }
.slick-dots li:only-child { display: none;}
.slick-dots li button:before { font-family: 'Font Awesome 5 Free'; content: '\f111'; font-weight: 600;}
.slick-dots li.slick-active button:before { opacity: 1; font-weight: 400;}

/* -------------------------- HOME ------------------------ */
.bloc-home {
    background-color: #FFF;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.bloc-home h2 { font-weight: bold;; font-size: 2.2rem; padding-top: 2.2rem; color: #333333}
.bloc-home p { font-size: 1rem; color: #333333; padding-left: 0.8rem; padding-right: 0.8rem;}
.bloc-home .btn { background-color: #FFF !important; display: block; color: #fa6400 !important; font-weight: 400 !important; font-size: 0.9rem; margin: 0 2rem 1rem 2rem}

.bloc-info-home { padding: 40px 80px; justify-content: space-between; }
.bloc-info-home img { max-width: 60px; }
.bloc-info-content { text-align: center; padding: 0 32px; flex: 1}
.bloc-info-content p:first-of-type { font-size: 0.9rem; padding-top: 10px; margin-bottom: 10px}
.bloc-info-content p:last-child { font-size: 0.8rem}

.linea-taronja {
    width: 30px;
    height: 4px;
    background-color: #fa6400;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px
}

.icon-container {
    padding-top: 60px;
}

.fletxa-home { color: #FFF; height: 80px; position:relative}
.fletxa-home-content { font-size: 9rem;
    position: absolute;
    bottom: -175px;}

/* -------------------------- NOTICIES ------------------------ */
.noticia-block{margin-bottom: 30px; border: 1px solid #343a40; padding: 15px;}
.noticia-block .nom{margin-bottom: 5px; font-weight: 600; font-size: 1rem; display: block;}
#slider-noticia{margin-bottom: 0;}

/* -------------------------- PRODUCTES ------------------------ */
.producte-block{margin-bottom: 30px;/*padding: 15px;*/display: block;height: calc(100% - 30px);background-color: #fff;}
/*.producte-block img {border:1px solid #e6e6e6;}*/
.producte-block .nom {margin-bottom: 5px; font-weight: normal; font-size: 1rem; display: block; color: #fa6400;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: #fff;padding: 1rem;border-top: 1px solid #dee2e6;}
.producte-block p {background-color: #fff;margin: 0;padding: 1rem;color: #6c757d;font-size: 0.75rem;}
.quantitat-block {display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between;-ms-flex-align: center; align-items: center;}
.quantitat-block .restar-quantitat, .quantitat-block .sumar-quantitat {background-color: #f4f4f4; border: none; cursor: pointer; height: 40px; float: left;padding: 0; width: 40px;}
.quantitat-block .restar-quantitat:disabled{cursor: default; color: #a5a5a5;}
.quantitat-block input[type="text"] { border: none; width: 45px; text-align: center; background-color: #f4f4f4; height: 40px; float: left; color: #000000;}
.producte-preu {font-size: 1.125rem; color: #343a40; display: inline-block;}
.categoria-block {margin-bottom: 30px; border: 1px solid #343a40; padding: 15px;}
.categoria-block .nom {margin-bottom: 5px; font-weight: 600; font-size: 1rem; display: block;}
#slider-producte {margin-bottom: 0;}
.afegir-cistella {min-width: 110px;}
.img-cart {font-size: 60px; color: #9a9da0;}
.producte img {max-height: 500px}/*----*/

h3 {color:#000; font-size:1.875rem}

@media (min-width: 576px) {
	.quantitat-block {-ms-flex-pack: start; justify-content: flex-start;}
	.producte-preu { margin-left: 30px; margin-right: 30px;}
}

.bg-img-golmar {background-image: url('../img/img-fons.jpg'); background-size:cover; padding-bottom: 50px;}
.bg-img-golmar .bg-gris {background-color: rgba(40,40,40,.5); padding:15px 25px}
@media (min-width: 992px) {.bg-img-golmar .bg-gris {padding:15px 60px}}
.bg-img-golmar .bg-gris .txt {font-size: 14px;}
.bg-img-golmar .card {background-color: rgba(255, 255, 255, 0.8); border-radius: 0;}
@media (min-width: 1300px) {.bg-img-golmar .card {height:250px}}
.bg-img-golmar .card .card-title {font-size: 1.625rem; font-weight: 400;}
.bg-img-golmar .card .card-text {font-size: 1.25rem; line-height: 1.5rem;}
.bg-img-golmar .card .bg-taronja {border-radius: 0; color:white;}
.bg-img-golmar .card .form-control {border-radius: 0; padding:1.3rem}
.bg-img-golmar .card .form-control::placeholder {font-size:0.8rem; color:rgba(77,77,77,.6)}

.info-llistat-rma {color:#fa6400;}

.bg-blanc {background-color: #fff; padding:15px 30px; box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);}
.container-client .titol {font-weight: 500; font-size: 1.5rem; color: #4a4a4a}
.container-client .form-check, .no-form-check {border-bottom-width:2px; border-bottom-style:solid; border-bottom-color:rgba(244,243,243,.6); color:#4d4d4d}
.container-client .form-check:last-child {border-bottom:none}
@media(min-width:1450px) {.container-client .col-custom-xxl-2 {flex: 0 0 20%; max-width:20%}}
@media(min-width:1450px) { .accordion-documentacio { /*flex: 0 0 60%; max-width:60%*/ }}
.accordion-documentacio .nom-producte {color:#fa6400;font-size:2.5rem; line-height: 35px; font-weight: 500;}
.accordion-documentacio .img-product{border-radius: 8px; border:2px solid #e1e1e1; max-height: 300px;}
/*.accordion-documentacio*/ .titol-2 {color:#000; font-weight: 500;font-size: 1.2rem;}
.titol-3 {font-size: 1.35rem; text-transform:uppercase!important}
.accordion-documentacio .caracs {color: #6c757d}
.accordion-documentacio .botons button {padding:15px; border:1px solid #fa6400; margin:0 15px 15px 0; color:#fa6400; font-size: 0.8rem; border-radius:0}
.accordion-documentacio .botons button:not(.collapsed) {background-color:#fa6400; color:#fff}
.accordion-documentacio .botons button i {font-size: 20px;}
.accordion-documentacio .grup-documentacio {background-color: #fff; padding:10px 15px; box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);}
.accordion-documentacio .grup-documentacio i {color:#fa6400}
.accordion-documentacio .grup-documentacio th {font-weight: 400; color:#fa6400}
.accordion-documentacio .grup-documentacio th:last-child {font-weight: 500;}
.grup-documentacio th {border-top:none;}
.table thead th {border-bottom: 1px solid #b2b2b2}
.grup-documentacio tbody td {border-top:1px solid #b2b2b2; color:#6c757d}

.cardMenuCategoria .titol-filtros {font-size: 1.5rem; margin-bottom: 2rem;}
.cardMenuCategoria .titol-filtros,
.cardMenuCategoria .titol {font-weight: bold;}
.cardMenuCategoria label {color: #6c757d; font-size: 0.8rem;}
.cardMenuCategoria label, .cardMenuCategoria input {cursor: pointer;}
/* .cardMenuCategoria .titol {font-weight: bold; font-size: 1.2rem;} */
.cardMenuCategoria .expand-button {float: right; cursor: pointer; color: #fa6400}
.cardMenuCategoria .expand-button:hover{color: #fa6400; opacity: .8;}
.img-product {width: 100%; height: auto;object-fit: contain;aspect-ratio: 1 / 1;background-color: #fff;}

/* -------------------------- PAGINACIO ------------------------ */
.pagination { margin-bottom: 6px; padding: 0 6px;}
.pagination .page-link { border-radius: 0!important; color: #000000; border: 1px solid #343a40; margin-right: 6px;}
.pagination .page-item.active .page-link { background-color: #343a40; border-color: #343a40;}
.pagination .page-link.active:hover { color: #fff; border-color: #343a40;}

/* -------------------------- VIDEO ------------------------ */
.video-block{margin-bottom: 30px;}
.video-block .nom {margin-bottom: 15px; line-height: 1; font-size: 1.5rem;}
.video-block .txt{margin-bottom: 30px;}

/* -------------------------- SECCIO ------------------------ */
.titol-seccio { background-color: #f7f7f7; padding-top: 15px; padding-bottom: 15px; margin-bottom: 15px;}
.titol-seccio .nom { font-size: 1.5rem; font-weight: 600; text-transform: uppercase; color: #343a40; margin-bottom: 0;}
.seccio .txt-curt { font-size: 1.25em; font-weight: 400; line-height: 1.3; margin-bottom: 15px;}
.categories {margin-bottom: 30px;}
.categories a{ padding: 5px 15px; background-color: #343a40; color: #FFFFFF; font-weight: 600; margin-bottom: 10px; display: inline-block;}
.link{padding: 10px 15px; background-color: #343a40; color: #FFFFFF; font-weight: 600; text-align: center; display: inline-block; border: none;}
a.link:hover, input.link:hover{opacity: .8; color: #fff;}

@media (min-width: 576px){
	.titol-seccio { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px;}
	.link{padding: 10px 20px;}
}

/* -------------------------- FORMULARI ------------------------ */
.ok, .ko { padding: 15px; margin-bottom: 20px; text-align: center; color: #000;}
.ok { background-color: #dff0d8; }
.ko { background-color: #f2dede; }
.formulari .form-control { margin-bottom: 15px; border-radius: 0; font-size: .875rem; background-color: #f7f7f7; border: 1px solid #343a40;}
.formulari textarea { height: 170px;}
.formulari .btn { margin-bottom: 5px;  margin-right: 5px; border: none; background-color: #343a40; color: #fff; padding: 10px 20px;
    text-transform: uppercase; font-weight: 700; cursor: pointer; border-radius: 0;}
.custom-checkbox{font-size: .875rem;}
.custom-select.is-invalid, .control.is-invalid, .was-validated .custom-select:invalid,
.was-validated .control:invalid { border-color: #dc3545!important;}
.custom-select.is-valid, .control.is-valid, .was-validated .custom-select:valid,
.was-validated .control:valid, .custom-select.is-valid:focus, .control.is-valid:focus,
.was-validated .custom-select:valid:focus, .was-validated .control:valid:focus { border-color: #fff;}
.form-control.is-valid,.was-validated .form-control:valid{ border-color:#f7f7f7;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23495057' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");}
.custom-checkbox .custom-control-label::before { border-radius: 0; box-shadow: none!important;}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: #343a40;}
.custom-control-input:checked~.custom-control-label::before { border-color: #343a40; background-color: #343a40;}
.custom-control-label { margin-right: 15px;}
.custom-control-label p { margin-bottom: 0;}
.grecaptcha-badge { display: none!important;}

/* -------------------------- AVISOS --------------------------- */
.avisos-block i { font-size: 2rem; padding-right: 0.5rem}
.avisos-block ul { list-style-type: none; margin-left: 0; padding-left: 0; display: inline-block; text-align: left}

/* -------------------------- CONTACTAR ------------------------ */
.mapa { height: 350px;}
.mapa iframe{width: 100%; height: 100%}
.ico-left {float: left; margin-right: 5px; width: 20px; min-height: 1px;}
.ico-left-txt { float: left; width: calc(100% - 35px);}

/* -------------------------- CISTELLA ------------------------ */
.cistella-producte .eliminar { border: none; padding: 5px; color: #343a40; background-color: transparent;}
.cistella-producte .producte { margin-bottom: 15px; border-bottom: 1px solid #343a40; padding-bottom: 15px;}
.img-block-cistella { display: block; text-align: center; color: #9a9da0;}
.img-block-cistella img, .img-block-cistella i { top: 0; max-height: 120px; font-size: 60px;}
.cistella-block { border: 1px solid #343a40; padding: 15px; margin-bottom: 30px;}
.dropdown-cistella { width: 280px;}
.dropdown-cistella .titol { text-align: center; font-weight: 600;}
.dropdown-cistella .linia { border-bottom: 1px solid #dadbdb; margin-top: 10px; margin-bottom: 10px;}
.dropdown-cistella .producte { font-size: .875rem; margin-bottom: 10px;}
.dropdown-cistella .producte .preu { color: #343a40;}
.dropdown-cistella .eliminar { background-color: transparent; border: none; float: right; text-decoration: underline;
	font-size: .75rem; color: #636363;}
.dropdown-cistella .total { text-align: center; display: block; margin-bottom: 10px;}
.dropdown-cistella .dropdown-capa { background-color: #fff; list-style: none; padding: 15px;
    max-height: calc(80vh - 200px); overflow: hidden; overflow-y: auto; margin-bottom: 0;}
.dropdown-cistella .pedido-link { background-color: #343a40; color: #fff!important; padding: 10px;
    display: block; text-align: center; font-size: .875rem;}
.dropdown-cistella .fa-camera { font-size: 60px; color: #9a9da0; }
.dropdown-cistella img{max-height: 80px;}
.dropdown-idiomes-2 a {color:#fff}
.dropdown-idiomes-2 a:hover, .dropdown-idiomes-2 a:active {color:#000; background-color:#fa6400}

/* -------------------------- LOGIN ------------------------ */
#fancy-login i { margin-bottom: 5px; color: #343a40; font-size: 42px;}
#fancy-login .titol { color: #343a40; margin-bottom: 30px; font-size: 2.5em;}

/* -------------------------- CERCADOR ------------------------ */
nav .formulari-cercador{margin-left: 50px; margin-right: 15px;}
.formulari-cercador{position: relative;}
.formulari-cercador .form-control{margin-bottom: 0; padding-left: 30px; /*width: 200px;*/ background-color: transparent!important;border: 1px solid rgba(255,255,255,.5);}
.formulari-cercador button { top: 6px; left: 0; position: absolute; border: none; background-color: transparent; border-radius: 0;color: rgba(153,153,153,1);}

#form-cercador-top input {border: 0;margin-bottom: 0;}
#form-cercador-top button {position: absolute;transform: translate(-60%, -60%);top: 50%;right: 0;background: transparent;border: 0;border-radius: .25em;}
#form-cercador-top button i {color: #fa6400;}
.img-block img {width: 60%;height: auto;object-fit: contain;aspect-ratio: 1 / 1;background-color: #fff;margin: auto;}

/* -------------------------- FOOTER ------------------------ */
footer{ background-color: #333333; color: #fff; padding: 50px 0; font-size: 0.8rem;}
footer .nom{ font-weight: 600; line-height: 1; margin-bottom: 15px;}
footer .txt{ font-size: .875rem; color: #92999f; line-height: 1; margin-bottom: 15px;}
footer div {line-height: 1.5rem;}
footer .linia {border-bottom:1px solid #aeaeae; padding-bottom:15px; margin-bottom:20px}
footer .xarxes-socials a{ display: inline-block; width: 25px; height: 25px; background-color: #343434;
    font-size: 16px; text-align: center; line-height: 35px; margin-right: 5px; margin-bottom: 5px;}
footer {clear: both;position: relative;margin-top: -141px;}

/* -------------------------- CAPA COOKIES ------------------------ */
.capa-cookies { position: fixed; bottom: 0; width: 100%; z-index: 99999;
    background-color: #FFFFFF; padding-top: 15px; box-shadow: 0px 0px 15px 0px rgba(22, 21, 12, 0.23); }
button.cookies-ok { float: right; display: inline-block; padding-left: 15px; padding-right: 15px;
    background-color: #343a40; color: #FFFFFF; font-weight: bold; text-align: center;
    line-height: 40px; border: none; cursor: pointer; width: 100%;}
button.cookies-ok:hover{opacity: 0.8;}

/* ---------------------------- BREADCRUMBS -------------------------*/
ul.breadcrumbs { padding: 0px;	list-style: none; margin-bottom: 0;}
ul.breadcrumbs li { display: inline; font-size: .875rem; }
ul.breadcrumbs li+li:before { padding: 8px;	color: black; content: "🡢"; }
ul.breadcrumbs li a { color: #6c757d; text-decoration: none; }
ul.breadcrumbs li a:hover { color: #6c757d; text-decoration: underline; }

ul.breadcrumbs li:last-child a {
    color: inherit;
    font-weight: bold;
}
/* ul.breadcrumbs li a {
    color: #6c757d;
} */

/* ---------------------------- USUARIS -----------------------------*/
.submenu_item { background-color: #FFF; border: 0; text-transform: uppercase; padding: 0.3rem 1rem; font-size: 0.8rem}
.submenu_item:hover, .submenu_item.actiu { background-color: #f1f1f1; opacity: 1}
.usuaris-comandes table { font-size: 0.9rem}

/* ---------------------------- FAQS -----------------------------*/
.faqs-block{padding: 15px; background-color: #fff; margin-bottom: 15px;}
.faqs-block .categoria{text-transform: uppercase; font-size: 1.25rem; margin-bottom: 15px; font-weight: 600;}
.faq-block{padding-left: 15px; padding-right: 15px; margin-bottom: 15px; background-color: #fff;}
.faq-block button{margin-bottom: 15px; border: none; background-color: transparent; padding: 0; text-align: left}
.faq-block .linia{border: 1px solid #f4f3f3;}
.faq-block .txt{font-size: .88; color: #6c757d; margin-bottom: 15px;}

@media (min-width: 576px){
	.faqs-block{padding: 30px; margin-bottom: 30px;}
}

/* ---------------------------- CALENDARI -----------------------------*/
.fc-unthemed .fc-today { background: inherit}

/* timeline */

.timeline-steps {
    display: flex;
    position: relative;
	justify-content: center;
	top:20px;
    flex-wrap: wrap;
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #fa6400;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #fa6400;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 0.5rem;
    width: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fa6400
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #fa6400;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    border-radius: 6.25rem;
    opacity: .5
}

.timeline-steps i {font-size: 1.5rem;color: #fa6400;}

.h6 { font-size: 0.9rem}

/*.foto-table-list .img-block, .foto-table-list img {
    max-width: 89px !important;
    max-height: 89px !important;
}*/
.img-table-list { background-color: #fff; border-radius: 5px; width: 89px;}
.img-table-list img, .img-table-list i{font-size: 50px;}
.img-table-list {
    display:block;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    color: #9a9da0;
}
.img-table-list img, .img-table-list i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
    max-height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    border-radius: 5px;
}

table.documentacion td {
    padding-left: .75rem !important;
}

.doc_link {
    border: 1px solid #fa6400;
    color:#fa6400;
}

.doc_link:hover {
    border: 1px solid #fa6400;
    color:#fff;
    background-color: #fa6400;
}

#spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999999;
}

#spinner #spinner-inner {
    background-color: #e9ecef;
    padding: 10px;
    border: 1px solid #cc9;
    border-radius: 5px;
    width: fit-content;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateX(10px);
}

#spinner #spinner-inner i {
    color: #fa6400;
}