html {
    font-size: 14px;
}

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


.h6, h6 {
    font-size: 1rem !important;
    font-weight: bold;
}

.h5, h5 {
    font-size: 1.2rem !important;
    font-weight: bold;
}

.h4, h4 {
    font-size: 1.4rem !important;
    font-weight: bold;
}

.h3, h3 {
    font-size: 1.6rem !important;
    font-weight: bold;
}

.h2, h2 {
    font-size: 1.8rem !important;
    font-weight: bold;
}

.h1, h1 {
    font-size: 2rem !important;
    font-weight: bold;
}

.hr {
    height: 1px;
    border-style: solid;
}

.hr-light {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.hr-dark {
    color: #696969;
    background-color: #696969;
    border-color: #696969;
}

pre,
code {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

a {
    text-decoration: none;
}

code, kbd, pre, samp {
    font-family: inherit !important;
}

.fs-s1 {
    font-size: 0.75rem !important;
}

.fs-s2 {
    font-size: 0.5rem !important;
}

.fs-s3 {
    font-size: 0.25rem !important;
}

.auto-cell {
    width: 1px;
    white-space: nowrap;
}

.collapsible:after {
    font-family: 'FontAwesome';
    color: #dc3545;
    content: "\f077";
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    float: right;
}

.collapsible.collapsed:after {
    content: "\f078";
}

.card-deck {
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-deck > .card {
    -webkit-flex: 50%;
    -ms-flex: 50%;
    -o-flex: 50%;
    flex: 50%;
    margin: 0.375rem !important;
    padding: 0.5rem !important;
    overflow: hidden;
}

@media (min-width: 576px) {
    .card-deck > .card {
        -webkit-flex: calc(100% - 30px);
        -ms-flex: calc(100% - 30px);
        -o-flex: calc(100% - 30px);
        flex: calc(100% - 30px);
    }
}

@media (min-width: 768px) {
    .card-deck > .card {
        -webkit-flex: calc(50% - 30px);
        -ms-flex: calc(50% - 30px);
        -o-flex: calc(50% - 30px);
        flex: calc(50% - 30px);
    }
}

@media (min-width: 992px) {
    .card-deck > .card {
        -webkit-flex: calc(20% - 30px);
        -ms-flex: calc(20% - 30px);
        -o-flex: calc(20% - 30px);
        flex: calc(20% - 30px);
    }
}

.card-deck2 {
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-deck2 .card {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    -o-flex: 100%;
    flex: 100%;
    border-width: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.card-deck2 .img-placeholder {
    width: 100%;
    margin: 0 !important;
    padding: 4px !important;
    overflow: hidden !important;
}

.card-deck2 .drop-zone {
    margin: 0 !important;
    overflow: hidden !important;
}

@media (min-width: 576px) {
    .card-deck2 .card {
        -webkit-flex: calc(100% - 4px);
        -ms-flex: calc(100% - 4px);
        -o-flex: calc(100% - 4px);
        flex: calc(100% - 4px);
    }
}

@media (min-width: 768px) {
    .card-deck2 .card {
        -webkit-flex: calc(50% - 4px);
        -ms-flex: calc(50% - 4px);
        -o-flex: calc(50% - 4px);
        flex: calc(50% - 4px);
    }
}

@media (min-width: 992px) {
    .card-deck2 .card {
        -webkit-flex: calc(50% - 4px);
        -ms-flex: calc(50% - 4px);
        -o-flex: calc(50% - 4px);
        flex: calc(50% - 4px);
    }
}

.card-deck .tile {
    display: block !important;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    -o-flex: 50%;
    flex: 50%;
    margin: 0.125rem !important;
    padding: 0 !important;
}

@media (min-width: 576px) {
    .card-deck .tile {
        -webkit-flex: calc(100% - 30px);
        -ms-flex: calc(100% - 30px);
        -o-flex: calc(100% - 30px);
        flex: calc(100% - 30px);
    }
}

@media (min-width: 768px) {
    .card-deck .tile {
        -webkit-flex: calc(50% - 30px);
        -ms-flex: calc(50% - 30px);
        -o-flex: calc(50% - 30px);
        flex: calc(50% - 30px);
    }
}

@media (min-width: 992px) {
    .card-deck .tile {
        -webkit-flex: calc(20% - 30px);
        -ms-flex: calc(20% - 30px);
        -o-flex: calc(20% - 30px);
        flex: calc(20% - 30px);
    }
}

.card .card-footer {
    background-color: #f7f7f7;
}

.card .img-fluid {
    -webkit-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.card .img-mh-100p {
    min-height: 100%;
    max-width: none;
    width: auto;
}

.card .img-h-512 {
    height: 512px;
}

.card .img-w-64 {
    max-width: 100%;
    max-height: 100%;
    height: 64px;
}

.card .img-w-100 {
    min-width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto;
}

.card .img-wh-100 {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.list-deck .list-group-item {
    -webkit-flex: 25%;
    -ms-flex: 25%;
    -o-flex: 25%;
    flex: 25%;
    margin: 0.375rem !important;
    padding: 0.5rem !important;
}

@media (min-width: 576px) {
    .list-deck .list-group-item {
        -webkit-flex: calc(25% - 4px);
        -ms-flex: calc(25% - 4px);
        -o-flex: calc(25% - 4px);
        flex: calc(25% - 4px);
    }
}

@media (min-width: 768px) {
    .list-deck .list-group-item {
        -webkit-flex: calc(25% - 4px);
        -ms-flex: calc(25% - 4px);
        -o-flex: calc(25% - 4px);
        flex: calc(25% - 4px);
    }
}

@media (min-width: 992px) {
    .list-deck .list-group-item {
        -webkit-flex: calc(20% - 4px);
        -ms-flex: calc(20% - 4px);
        -o-flex: calc(20% - 4px);
        flex: calc(20% - 4px);
    }
}

.list-deck-icons .list-group-item {
    -webkit-flex: 10%;
    -ms-flex: 10%;
    -o-flex: 10%;
    flex: 10%;
    margin: 0.375rem !important;
    padding: 0.5rem !important;
}

@media (min-width: 576px) {
    .list-deck-icons .list-group-item {
        -webkit-flex: calc(10% - 4px);
        -ms-flex: calc(10% - 4px);
        -o-flex: calc(10% - 4px);
        flex: calc(10% - 4px);
    }
}

@media (min-width: 768px) {
    .list-deck-icons .list-group-item {
        -webkit-flex: calc(10% - 4px);
        -ms-flex: calc(10% - 4px);
        -o-flex: calc(10% - 4px);
        flex: calc(10% - 4px);
    }
}

@media (min-width: 992px) {
    .list-deck-icons .list-group-item {
        -webkit-flex: calc(5% - 4px);
        -ms-flex: calc(5% - 4px);
        -o-flex: calc(5% - 4px);
        flex: calc(5% - 4px);
    }
}

.menu-item {
    white-space: nowrap !important;
}

.row > .btn,
.row > .btn-contact {
    width: auto;
}

[type=number], [type=tel] {
    direction: inherit;
}

.form-control[readonly],
.form-control disabled {
    background-color: transparent;
}

.form-check-input {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
}

.form-control,
.form-select,
.p-component {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0.25rem;
}

.col,
div[class^="col-"] {
    padding: 0.025rem 0.25rem;
}

.col > .btn,
.col > .d-flex > .btn,
div[class^="col-"] > .btn,
div[class^="col-"] > .d-flex > .btn {
    margin: 0 0.25rem 0.5rem 0.25rem !important;
}

span.oi {
    font-size: 16px;
}

.linebreaks {
    white-space: pre-wrap;
}

.card {
    word-wrap: normal;
    overflow-y: auto;
}

.card-header {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-header.collapsible:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.card-header.collapsible.collapsed:after {
    content: "\f067";
}

.card-image-top,
.card-image-bottom {
    width: 100%;
    height: 15vw;
    -webkit-object-fit: contain;
    object-fit: contain;
}

.card-image-left,
.card-image-right {
    width: 15vw;
    height: 100%;
    -webkit-object-fit: contain;
    object-fit: contain;
}

.img-list {
    min-width: 64px;
    width: 96px;
    height: auto;
}

.img-placeholder {
    display: flex;
    margin: 1rem 0;
    width: 50%;
    max-width: 100%;
    height: auto;
    padding: 0.25rem;
    background-color: transparent;
    position: relative;
}

.img-placeholder:before {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.img-placeholder * {
    cursor: pointer;
}

.img-placeholder img {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    width: 100%;
}

.img-placeholder input[type=file] {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -ms-opacity: 0;
    opacity: 0;
}

.drop-zone {
    display: flex;
    margin: 1rem 0;
    width: 100%;
    height: 100%;
    padding: 0 0.25rem;
    background-color: transparent;
    position: relative;
}

.drop-zone:before {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 3;
}

.drop-zone .zone-item {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 256px;
    max-height: 100%;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    gap: 4px;
}

.drop-zone .zone-item .tile {
    display: flex !important;
    -o-flex-grow: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
    -ms-align-items: center !important;
    -o-align-items: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -moz-align-content: center;
    -o-align-content: center;
    -webkit-align-content: center;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    position: relative !important;
    overflow: hidden !important;
}

.drop-zone .zone-item .tile .img-fluid {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    margin: auto;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.drop-zone .active {
    display: flex;
}

.drop-zone .zone-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: .5rem 1rem !important;
    z-index: 3;
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.table tr.highlight {
    background-color: #ddd;
}

.table tr.highlight:hover {
    background-color: #bbb;
}

.cc-btn.cc-dismiss {
    color: #ffffff;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.ratio {
    margin-bottom: 0.25rem;
}

.validation-summary-errors ul,
.validation-summary-errors ol {
    list-style-type: none;
    padding: 0;
}

.multiselect-tags .tag {
    padding: 4px;
    margin: 2px;
}

.multiselect-tags .tag img.option__image {
    max-height: 24px;
    margin-right: 8px;
}

.multiselect-tags .tag i:before {
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.multiselect-option img.option__image {
    max-width: 64px;
    margin: 4px;
}

.multiselect-option .option__desc {
    padding: 4px;
}

.p-autocomplete-dd > * {
    margin: 0;
}

.p-autocomplete-dd:active,
.p-autocomplete-dd:focus,
.p-autocomplete-dd:focus-within {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.p-autocomplete-dd-input {
    background-color: #fff;
    border-left-width: 0;
    margin-bottom: 0;
}

.p-inputtext:enabled:focus,
.p-inputtext:disabled:focus {
    box-shadow: none !important;
    border-color: #ced4da;
}

.p-autocomplete-dropdown {
    color: #6c757d;
    background: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-right-width: 0;
}

.p-button:enabled:active,
.p-button:enabled:hover {
    color: #6c757d;
    background: none;
    border-color: #ced4da;
}

.p-button:focus {
    box-shadow: none !important;
}

.p-button-icon {
    font-size: .75rem;
}

.p-autocomplete-item i:before {
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.p-autocomplete-item img.option__image {
    max-width: 32px;
    height: auto;
    margin: 4px;
}

.p-autocomplete-item .option__desc {
    padding: 4px;
}

.p-listbox .p-listbox-header {
    background: none !important;
}

.p-galleria {
    direction: ltr;
}

.p-galleria .p-galleria-close {
    z-index: 1100;
    outline: 0;
}

.p-galleria-content,
.p-galleria-mask,
.p-galleria-fullscreen {
    width: 100%;
    height: 100%;
}

.p-galleria-content .p-galleria-item-wrapper {
    width: 100%;
    height: 100%;
}

.p-galleria-content .p-galleria-item-wrapper .p-galleria-item-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.p-galleria .p-galleria-item-wrapper .p-galleria-item {
    overflow: hidden;
}

.p-galleria .no-thumbs .p-galleria-item-wrapper .p-galleria-item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.p-galleria .no-thumbs .p-galleria-item-wrapper .img-fluid {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    -webkit-object-fit: contain;
    object-fit: contain;
    margin: auto !important;
}

.p-galleria .no-thumbs .p-galleria-item-wrapper .p-galleria-item-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 3;
}

.p-galleria-indicator-onitem .p-galleria-indicators {
    background: none !important;
    position: relative;
}

.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    width: 0.5rem;
    height: 0.5rem;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.p-galleria-thumbnail-item .p-galleria-thumbnail-item-content {
    position: relative;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.p-galleria-thumbnail-item .p-galleria-thumbnail-item-content .actions {
    position: relative;
    margin: 0;
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-align-content: center;
    -o-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
}

.p-galleria-thumbnail-item .p-galleria-thumbnail-item-content .actions > * {
    margin: 0 !important;
}

.p-fileupload {
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.p-fileupload .p-fileupload-content {
    padding: 0.5rem;
    overflow: auto;
    max-height: 100%;
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.p-fileupload .p-fileupload-empty {
    width: 100%;
    height: 100%;
}

.p-fileupload .p-fileupload-empty .content {
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.p-fileupload-buttonbar {
    background: none !important;
    padding: 0.5rem !important;
}

.simple-typeahead > input {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    outline: 0 !important;
}

.avatar-image {
    min-width: 16px;
}

.cc-btn.cc-dismiss {
    color: #ffffff;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.rounded-top-left {
    -ms-border-top-left-radius: .375rem;
    border-top-left-radius: .375rem;
}

.rounded-top-right {
    -ms-border-top-right-radius: .375rem;
    border-top-right-radius: .375rem;
}

.btn-contact {
    text-align: center !important;
    white-space: nowrap !important;
    color: #47a3c2;
    min-width: 50px;
    height: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: .375rem;
    margin-right: .375rem;
    border: 1px solid rgba(0, 0, 0, 0.175);
    -ms-border-radius: .375rem;
    border-radius: .375rem;
    -ms-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    cursor: pointer;
    display: inline-flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
}

.btn-contact:hover,
.btn-contact:active {
    border-color: #47a3c2;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
}

.btn-contact i {
    margin-left: .375rem;
    margin-right: .375rem;
}

.btn-whatsApp {
    color: #ffffff;
    background-color: #4dc247;
    border-color: #4dc247;
}

.btn-whatsApp:hover,
.btn-whatsApp:active {
    border-color: #3fac39;
}

.whatsApp-svg-icon {
    display: inline-block;
    fill: #ffffff;
    width: 32px;
    height: 32px;
    stroke: none;
}

.pane {
    background-color: #fff;
    border-bottom: 0.3rem solid #dedede;
    margin-bottom: 1rem !important;
}

.pane-active {
    border-top: 0.3rem solid #ef5e4e;
}

.marketing-links {
    display: flex !important;
    flex-direction: row !important;
    padding: 0;
    margin: 0;
    list-style: none !important;
}

.marketing-links .marketing-link {
    position: relative;
    display: inline-flex !important;
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    min-width: 24px;
    min-height: 24px;
    overflow: hidden;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0.25rem;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    background-color: transparent !important;
    -ms-background-position: center !important;
    background-position: center !important;
    -ms-background-size: contain !important;
    background-size: contain !important;
    -ms-background-repeat: no-repeat !important;
    background-repeat: no-repeat !important;
}

.marketing-links .marketing-link a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}

.marketing-links .marketing-link img,
.marketing-links .marketing-link svg, {
    vertical-align: middle;
}

.marketing-links-small .marketing-link {
    min-width: 16px;
    min-height: 16px;
}

.marketing-links .lnk-facebook {
    background: url('../images/brand/facebook.html');
}

.marketing-links .lnk-whatsApp {
    background: url('../images/brand/whatsapp.html');
}

.marketing-links .lnk-youtube {
    background: url('../images/brand/youtube.html');
}
