@font-face {
    font-family: 'Abel';
    src: url('../fonts/Abel-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Shadows';
    src: url('../fonts/SHADOWSINTOLIGHTTWO-REGULAR.TTF') format('truetype');
}

/* UTILITIES CLASS */

body {
    font-family: 'Abel', sans-serif;
}

[class*=display-] {
    font-family: 'Shadows', sans-serif;
}

.display-5 {
    color: #bd4a5b;
    letter-spacing: 1px;
}

div#lightcase-overlay {
    z-index: 999999;
}

#lightcase-loading {
    z-index: 1000000;
}

div#lightcase-case {
    z-index: 1000001;
}

a[class*='lightcase-icon-']{
    z-index: 9999999;
}

@media(min-width:768px) and (max-width: 1440px) {
    .sobre .display-5 {
        margin: 0 auto;
        max-width: 60%;
    }
}

.display-3 {
    color: #f1dbdd;
    letter-spacing: 10px;
}

a {
    color: #43282f;
    transition: .3s all ease;
}

a:hover {
    color: #b0223a;
}

@media(min-width: 1200px) {
    .modal-lg {
        max-width: 1000px;
    }
}

label[for] {
    color: #9a585c;
}

.modal a:not(.forgot) {
    color: var(--primary);
    text-decoration: underline;
}

.modal h2 {
    position: relative;
}

.modal h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #b0223a;
    width: 17%;
}

.modal button.close {
    position: absolute;
    top: -15px;
    right: -10px;
    border-radius: 100%;
    background: #b0223a;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #fff;
    transition: .3s all ease;
}

.modal button.close:hover {
    background: #8f1227;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.2);
}

section {
    position: relative;
}

@media(max-width:768px) {
    .prop {
        display: none;
    }
}

.prop {
    position: absolute;
}

.prop--1 {
    left: 0;
    top: 0;
}

.prop--2 {
    right: 0;
    bottom: -44px;
}

.btn-primary {
    background-color: #b0223a;
    border-color: #8f1227;
    color: #fff;
}

.btn.no-btn:hover {
    background: transparent;
    color: #580715;
}

.btn.no-btn {
    cursor: auto !important;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #8f1227;
    border-color: #580715;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    background-color: #580715;
}

.btn-secondary {
    background: #fff;
    border: 1px solid;
    color: #580715;
    font-weight: bold;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #b0223a;
    border-color: #8f1227;
    color: #fff;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    background-color: #f1dbdd;
}

.prop--interna {
    display: none;
}

.lead {
    font-size: 1.15rem;
}

.alert-warning {
    color: #b0223a;
    background-color: #fee2e07a;
    border-color: #fee2e0;
}

/* CSS CONTENT */

.busca-site-container {
    position: fixed;
    height: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}

.busca-site-container .container {
    border-radius: 0;
    border: none;
    width: 100%;
    height: inherit;
}

.busca-site-container .container form {
    margin-top: 13px;
}

.busca-site-container .container input {
    border: none;
    opacity: 0;
    height: inherit;
    background: #fff;
    padding: 0 1rem;
    text-align: center;
    font-size: 16px;
}

.busca-site-container .container button {
    opacity: 0;
    position: absolute;
    right: 395px;
    top: 5px;
    text-transform: uppercase;
    transition: .3s all ease;
}

.busca-site-container .container input::placeholder {
    text-align: center;
}

.busca-site-container .container input:focus {
    outline: none;
    box-shadow: none;
}

header .search-site {
    position: fixed;
    top: -15px;
    right: calc((100vw - 1140px)/2);
    background: url('/assets/imagens/bg-search.png') center bottom no-repeat;
    width: 200px;
    height: 45px;
    padding-top: 1.1rem;
    z-index: 2;
    text-align: center;
    z-index: 9;
}

header {
    background: center no-repeat;
    height: 0;
    padding-bottom: 31%;
    background-size: 100%;
    position: relative
}

header .banner-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

header .owl-theme .owl-nav.disabled+.owl-dots {
    z-index: 3;
    position: relative;
    margin-top: -35px;
}

header .owl-theme .owl-dots .owl-dot span {
    background: #fff
}

header .owl-theme .owl-dots .owl-dot.active span,
header .owl-theme .owl-dots .owl-dot:hover span {
    background: #8f1227
}

header .navbar-brand img {
    padding: 15px 0;
    height: 120px;
}

header .nav-link {
    transition: .15s all linear;
}

header .nav-link:hover {
    color: #8f1227 !important;
}

.sobre .text-content {
    position: relative;
    overflow: hidden;
}

.sobre .text-content h3::after {
    content: url('/assets/imagens/prop-about-title.png');
    display: block;
}

.sobre .text-content .display-3 {
    margin-top: -35px;
}

.sobre .funcionamento {
    background-color: #fafafa;
}

.sobre .funcionamento h1 {
    letter-spacing: 4px;
}

.sobre .funcionamento h1::before {
    content: url('/assets/imagens/prop-agendamento-title.png');
    transform: translateY(12px);
    display: inline-block;
}

.sobre .funcionamento h1::after {
    content: url('/assets/imagens/prop-agendamento-title.png');
    transform: scaleX(-1) translateY(12px);
    display: inline-block;
}

.sobre .funcionamento h4 {
    background-color: #ffe3e0;
}

.sobre .funcionamento a {
    text-decoration: none;
}

.sobre .funcionamento a {
    border-bottom: 1px solid;
}

.sobre .passos {
    background-color: #fafafa;
    padding-bottom: 80px;
    border-bottom: 4px solid #efefef
}

.sobre .passos>div {
    flex-basis: 20%;
    margin: 0 15px;
    position: relative;
}

.sobre .passos>div:not(:last-child)::after {
    content: url('/assets/imagens/line.png');
    position: absolute;
    right: -15px;
    top: 140px;
}

.produtos .vestidos {
    position: relative;
}

.produtos-carousel .item {
    border: solid 2px #fafafa;
    border-radius: 6px;
}

.produtos .vestidos .owl-nav {
    top: 35%;
    left: 30px;
    right: 30px;
    width: unset;
}

.produtos .vestidos .prop--3 {
    bottom: -48px;
    right: 0;
}

.produtos .vestidos h4,
.produtos .acessorios h4 {
    letter-spacing: 7px;
}

.produtos .vestidos h4 span,
.produtos .acessorios h4 span {
    margin: 0 5px;
    font-size: 16px;
}

.produtos .acessorios {
    position: relative;
    background: #fafafa;
    padding-bottom: 90px;
}

.produtos .acessorios .btn-secondary:not(:hover) {
    background: transparent;
    box-shadow: none;
}

.produtos .acessorios .prop--4 {
    top: 15px;
    right: 0;
}

.produtos .acessorios .tab-content>.tab-pane {
    display: none;
}

.produtos .acessorios .tab-content>.active {
    display: block;
}

.produtos .acessorios ul li {
    min-width: 150px;
    text-align: center;
    letter-spacing: 5px;
}

.produtos .acessorios .categorias h5 {
    color: #43282f;
    position: relative;
    margin-bottom: 35px;
    z-index: 2;
}

.produtos .acessorios .categorias h5::after {
    content: url('/assets/imagens/line.png');
    display: block;
    transform: rotate(90deg);
    position: absolute;
    bottom: -70px;
    left: 45%;
}

.produtos .owl-nav {
    position: absolute;
    top: -79px;
    left: calc(50% - 125px);
    width: 260px;
    display: flex;
    justify-content: space-between;
}

.produtos .owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: .3s all ease;
    font-size: 12px;
}

.produtos .owl-theme .owl-nav [class*=owl-]:hover {
    background: #bd4a5b;
    border-color: #b0223a;
}

.produtos .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    border: 2px solid #ccc;
}

.contact .prop--5 {
    right: 0;
    top: 0;
    transform: scaleX(-1);
}

.contact .form-control {
    border: none;
    border-bottom: 2px solid rgba(34, 18, 23, 0.15);
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.contact .form-control:focus,
.contact .form-control.focus {
    border-bottom-color: #43282f;
}

.contact ul {
    padding-top: 100px;
}

.contact .icons-list a {
    color: #212529;
}

.contact .icons-list a:hover {
    text-decoration: none;
}

.contact .icons-list a i {
    transition: .25s all ease;
}

.contact .icons-list a:hover i {
    margin-top: -3px;
}

.instagram {
    white-space: nowrap;
    overflow-x: hidden;
}

@media(max-width: 768px) {
    .instagram {
        overflow-x: scroll;
    }
}

.redes h3 {
    color: #a69399;
}

.redes h3::after {
    content: url('/assets/imagens/ig-title-prop.png');
    transform: scaleX(-1) translateY(-5px);
    display: inline-block;
}

.redes h3::before {
    content: url('/assets/imagens/ig-title-prop.png');
    transform: translateY(-5px);
    display: inline-block;
}

.redes h3 span {
    color: #b0223a;
}

.redes h4 {
    color: #a69399;
    margin-right: 15px;
}

.redes h4 a {
    color: #43282f;
    text-decoration: none;
}

.redes h4~a {
    display: inline-block;
    color: #a69399;
    border: 1px solid;
    border-radius: 100%;
    font-size: 21px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    transition: .15s all linear;
}

.redes h4~a:hover {
    background: #c32aa3;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

.instagram::-webkit-scrollbar {
    height: 8px;
}

.instagram::-webkit-scrollbar-track {
    height: 8px;
    background: transparent;
    border-radius: 10px;
}

.instagram::-webkit-scrollbar-thumb {
    height: 8px;
    border-radius: 10px;
    background: #8f1227;
}

.instagram .ib-item {
    width: 33.33333%;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .instagram .ib-item {
        width: 16.66666%;
    }
}

.instagram .ib-item .img-container {
    position: relative;
    padding-top: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

footer {
    background-color: #fafafa;
    padding-top: 60px;
    box-shadow: 0 -0.125rem .25rem rgba(0, 0, 0, .075) !important;
}

footer ul a {
    color: #a69399;
    letter-spacing: 1px;
}

footer ul a:hover {
    color: #9a585c;
    text-decoration: none;
}

footer ul h6 {
    color: #43282f;
}

footer ul.encontre li:last-child a {
    color: #b0223a;
}

footer .copyright {
    background-color: #fee2e0;
}

@media(min-width: 768px) {

    footer .contato li:nth-child(3),
    .contact .icons-list li:nth-child(2) {
        pointer-events: none;
    }

    .produtos .acessorios .categorias>div {
        width: 30%;
    }

    ul.contato {
        width: 20%;
    }
}

@media(max-width: 768px) {
    header {
        /* background-image: url('/assets/imagens/cover-mobile.jpg'); */
        height: 642px;
        background-size: 100%;
    }

    header .banner-carousel img {
        height: 642px;
        object-fit: cover;
    }

    header .owl-carousel.owl-drag .owl-item {
        padding: 0
    }
}

ul.pagination li {
    margin: 0 5px;
}

ul.pagination li .page-link {
    border-radius: 100% !important;
    width: 38px;
    text-align: center;
}

.page-link:hover {
    background: #b0223a;
    color: #fff;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    width: 36px;
    border: none;
}

.newsletter {
    background-color: #fafafa;
    padding: 60px 0;
    border-bottom: 4px solid #efefef;
}

.newsletter input {
    background: url('/assets/imagens/mail.png') 5% 50% no-repeat #fff;
    background-size: 6.5%;
    border-radius: 10px 0 0 10px;
}

.newsletter button {
    box-shadow: -5px 0 33px -4px #3333334f;
    border-radius: 10px !important;
}

/* Form Validate */

.newsletter .input-group {
    position: relative;
}

.newsletter .input-group label.error {
    position: absolute;
    top: 7px;
    right: 130px;
    width: auto;
    font-size: 14px;
    color: #D50000;
    text-align: right;
}

.faqs-categoria .faq::before {
    content: '+';
    transform: translate(-15px, 0px);
    display: inline-block;
    font-size: 18px;
}

.faqs-categoria .faq[aria-expanded="true"]::before {
    content: '-';
}

.prd-card .link-favorite {
    padding: 7px 6px 5px 5px;
    top: 15px;
    right: 15px;
    transition: .25s all ease;
    color: #fff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

.prd-card .link-favorite i {
    text-shadow: 0px 0 10px #33333391;
}

.prd-card:hover .link-favorite {
    color: #b0223a;
    border: 1px solid;
}

.btn-primary:disabled {
    background-color: #b0223a;
    border-color: #8f1227;
}