:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #6e8374;
    --secondary: #38453b;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

* {
    font-family: EBGaramond;
    ;
}

.pad-0 {
    padding: 0;
}

.ta-center {
    text-align: center;
}

.btn.btn--primary, .btn.btn-primary {
    background-color: var(--primary);
}

.chevron:before,
.chevron:after {
    background: #ffffff !important;
}

.fondo-pagina-personalizado {
    background-image: url('./img/assets/background.webp');
    background-size: auto;
    background-repeat: repeat;
}

.base_style {
    font-family: EBGaramond;
    color: var(--primary)
}

.heading {
    background-image: url(../img/assets/background.webp);
    background-size: auto;
    background-repeat: repeat;
    overflow-x: hidden;
}

.heading__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.heading__image>div.heading__text {
    width: 100%;
    margin-top: 50px;
}


.heading__image>div.heading__text .signature {
    font-family: AntroVectra;
    color: var(--secondary)
}

.chevron-container {
    position: absolute;
    bottom: 0;
}

header {
    transition: box-shadow 0.5s, background-color 0.5s linear;
    background-color: white;
    z-index: 90;
}

@media screen and (max-width: 991px) {
    header {
        background-color: transparent;
    }
}

header .navbar {
    background-color: transparent;
    height: 70px;
}

header.sticky {
    background-color: white;
    -moz-box-shadow: 0 6px 10px -2px rgba(29, 29, 34, 0.1);
    -webkit-box-shadow: 0 6px 10px -2px rgba(29, 29, 34, 0.1);
    box-shadow: 0 6px 10px -2px rgba(29, 29, 34, 0.1);
}

.monograma {
    transition: opacity 0.5s linear;
}

.monograma.hidden {
    opacity: 0;
}

#menuApp {
    transition: opacity 0.5s linear;
}

#menuApp.hidden {
    opacity: 0;
}

/* COUNDOWN */
.countdown {
    margin: 30px auto 50px;
    min-height: 59px
}

.countdown>div {
    display: inline-block;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    padding: 0 10px;
    border-right: 1px solid gainsboro;
    text-shadow: -1px 0px 2px #000000;
}

.countdown>div:last-child {
    border-right: none
}

.countdown>div>span {
    font-size: 6pt;
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: .65
}

.countdown>div>div {
    font-size: 18pt
}

.countdown .end {
    font-size: 14pt
}

/* END - COUNDOWN */


/* Wedding Date */
.hero-subtitle {
    font-style: normal;
    font-size: 18pt
}

.hero-subtitle span {
    font-family: "Playfair Display", serif;
    font-size: 50pt;
    position: relative;
    top: 10px;
    margin: 0 14px;
    color: var(--secondary);
    color: var(--primary);
    /* color: white; */
}

.hero-subtitle {
    color: var(--primary);
    font-size: 14pt;
    font-family: Poppins, sans-serif;
    font-weight: 300
}

@media (max-width: 767px) {

    .hero-subtitle span {
        font-size: 30pt;
        top: 6px;
    }
}

@media (max-width: 991px) {

    .hero-subtitle span {
        font-size: 32pt;
    }
}

@media (max-width: 1199px) {

    .hero-subtitle span {
        font-size: 34pt;
    }
}

/* END - Wedding Date */


.heading__monograma {
    justify-content: center;
    align-items: center;
}

.heading__monograma__image {
    justify-content: center;
    position: absolute;
    opacity: 0.13;
    height: 270px;
    display: flex;
    width: 100%;
    top: -70px;
    object-fit: contain;
}

.title__information>* {
    margin: 10px 0;
}

.big-card {
    border: 15px solid var(--primary);
    transition: background-color 0.8s, color 0.8s;
    background-color: var(--primary) !important;
    color: white;
}

/* .big-card:has(div.collapse, div.collapsing) {
    background-color: var(--primary) !important;
    color: white;
} */



.big-card:has(div.collapse.show),
.big-card:has(div.collapsing) {
    color: var(--primary) !important;
    background-color: transparent !important;
}

.big-card h3, .big-card i, .big-card button {
    color: white !important;
}

.big-card:has(div.collapse.show) h3,
.big-card:has(div.collapse.show) i,
.big-card:has(div.collapse.show) button,
.big-card:has(div.collapsing) h3,
.big-card:has(div.collapsing) button,
.big-card:has(div.collapsing) i {
    color: var(--primary) !important;
}

.big-card:has(div.collapse.show) button.submit_form__button {
    color: white !important;
}

.big-card h4 {
    font-size: 1.3rem;
    color: var(--secondary)
}

.big-card h5 {
    font-size: 1.2rem;
}

.card-body h5 {
    color: var(--primary)
}

.big-card a {
    font-size: 1.2rem;
}

.card-body a {
    color: var(--primary)
}

.card-body h5>b {
    color: #607564
}

.big-card h6 {
    font-size: 1rem;
    opacity: 0.7;
    color: var(--primary)
}

.big-card img.img-fluid {
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    box-shadow: 2px 2px 8px grey;
    filter: grayscale(0.3);
}

.big-card img.img-fluid.no_greyscale {
    filter: grayscale(0);
}


@media (min-width: 768px) {

    .big-card img.img-fluid.short {
        height: 350px;
    }
}

.heading__image .section__down {
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}

.heading__image .section__down>* {
    text-align: center;
}

@media (min-width: 576px) {
    .heading__image>div.heading__text .signature {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .heading__image>div.heading__text .signature {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .heading__image>div.heading__text .signature {
        font-size: 3rem;
    }

    .big-card h5 {
        font-size: 1.2rem;
    }

    .big-card h6 {
        font-size: 1rem;
    }

    .heading__image>div.heading__text {
        width: 100%;
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .heading__image>div.heading__text .signature {
        font-size: 4rem;
    }

    .countdown>div>span {
        font-size: 12pt;
    }

    .countdown>div>div {
        font-size: 24pt
    }
}

.gui-slideshow, .gui-slides {
    position: fixed;
    max-height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    padding: 0;
}

.gui-slide {
    background-image: url(../img/assets/main.webp);
    transition: transform 10000ms ease-out 0s, opacity 1000ms ease 0s;
    opacity: 1;
    transform: scale(1, 1);
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.all_content__div {
    background-image: url(../img/assets/background.webp);
    height: 100%;
    z-index: 10;
    position: relative;
    overflow-x: hidden;
    width: 100vw;
}

/* CSS PARA O FOOTER */

footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100vw;
    color: black;
    background-image: url(../img/assets/background.webp);
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content p {
    max-width: 500px;
    margin: 0 auto;
    line-height: 28px;
    font-size: 14px;
    color: #6c6c6c9c;
}

.footer-content a {
    color: #6c6c6c9c;
    font-size: inherit;
}

.footer-content>.content {
    width: 100%;
    background-color: #d6dade5e;
}

.footer-content>.content>.inner-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-style: italic;
}

.footer-content>.content>.inner-container>* {
    flex: 1;
}

.footer-content>.content>.inner-container>.date-and-local {
    text-align: left;
}

.footer-content>.content>.inner-container>.contacts {
    text-align: right;
}

.footer-content>.content>.inner-container>div {
    place-self: center;
}

.footer-content>.content>.inner-container>.monograma>img {
    width: 120px;
}

.footer-content>.copyright {
    background-color: transparent;
}

@media (max-width: 768px) {
    .footer-content>.content>.inner-container {
        flex-direction: column;
    }

    .footer-content>.content>.inner-container>.date-and-local {
        text-align: center;
        margin: 20px 0;
    }

    .footer-content>.content>.inner-container>.contacts {
        text-align: center;
        margin: 20px 0;
    }
}

/* FIM DO CSS PARA O FOOTER */

#accordion .card-content {
    background-color: transparent !important;
}

#accordion .card-header {
    border: none;
    border-bottom: none !important;
    background-color: transparent;
    align-self: center;
}

/* FORMULÁRIO DE RESPOSTA */

.guestForm>div {
    display: block;
}

.guestForm>div>section:first-child {
    margin-right: 5px;
}

.guestForm #accordion--confirmation #idconfirmation>.card-body,
.guestForm #accordion--confirmation #intoleranciasDiv>.card-body {
    max-width: 500px;
    width: 100%;
}

.guestForm #accordion--confirmation #idconfirmation>.card-body div.form-element,
.guestForm #accordion--confirmation #intoleranciasDiv>.card-body div.form-element {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
}

.guestForm #accordion--confirmation #idconfirmation>.card-body div.form-element label {
    text-align: left;
    margin-bottom: 0;
}

.guestForm #accordion--confirmation #idconfirmation>.card-body div.form-check-inline {
    display: block;
}

.guestForm #accordion--confirmation #idconfirmation>.card-body div.form-check-inline>* {
    font-size: 15px;
}

/* FIM DO FORMULÁRIO DE RESPOSTA */

/* FORMULARIO DE ALERGIAS */
.guestForm #accordion--allergies #idallergies>.card-body {
    max-width: 500px;
    width: 100%;
    padding: 1.25rem 0;
}

.guestForm #accordion--allergies #idallergies a {
    text-transform: inherit;
}

.guestForm #accordion--allergies #idallergies>.card-body div.form-element {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
}

.guestForm #accordion--allergies #idallergies>.card-body div.form-element p {
    text-align: left;
    margin-bottom: 10px;
}

.guestForm #accordion--allergies #idallergies>.card-body div.form-check-inline {
    display: block;
}

.guestForm #accordion--allergies #idallergies>.card-body div.form-check-inline>* {
    font-size: 15px;
}


#allergy_options {
    width: 100%;
    color: var(--primary);
    padding-left: 15px
}

#allergy_options::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--primary);
    opacity: 1;
    /* Firefox */
}

/* FIM DO FORMULARIO DE ALERGIAS */

/* SEPERADOR IMAGEM */

#image--separator_section {
    width: 100vw;
    height: 300px;
    background-image: url('../img/assets/casal-inicio.webp');
    background-repeat: repeat-y;
    background-position: 50% -70px;
    transition: 0.1s ease-out;
    transition-property: background-position;
    filter: grayscale(0.9);
    background-size: cover;
    box-shadow: 2px 0px 12px grey;
    margin: 50px 0;
}

#final-image-separator_section {
    width: 100vw;
    height: auto;
    background-position: 50% 0px;
    transition: 0.1s ease-out;
    transition-property: background-position;
    filter: grayscale(0.3);
    background-size: cover;
    box-shadow: 2px 0px 12px grey;
    margin: 50px 0;
}

#final-image-separator_section>img {
    width: 100vw;
    height: 300px;
    object-fit: cover;
}


@media (min-width: 768px) {
    #image--separator_section {
        display: none;
    }

    #final-image-separator_section>img {
        height: 500px;
    }
}

/* FIM DO SEPERADOR IMAGEM */

.translucent {
    background-color: #6e8374a3 !important;
}

/* CABELEIREIRO  */

.cabeleireiro__container {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}

.cabeleireiro__container:last-child {
    border-bottom: none
}

.big-card .cabeleireiro__container h6 {
    font-size: 0.9rem;
    opacity: 0.7;
    color: var(--primary)
}

/* FIM DO CABELEIREIRO */

/* CONTACTO */

.big-card .contact__container {
    margin: 30px 0;
}

/* FIM DO CONTACTO */

.big-card .social_information {
    margin-top: 15px;
}

.big-card .social_information.with_icons {
    display: flex;
    justify-content: center;
}

.big-card .social_information.with_icons>* {
    margin: 0 10px;
}

.big-card .social_information.with_icons .icon {
    width: 15px;
    margin-top: -5px;
}