@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700,800,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.carregando-pagina {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffd5;
}

.logo-carregando {
    width: 200px;
}

.imagem-fundo {
    position: relative;
    background-image: url('../imagens/imagem-fundo2.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
}

.ondas {
    position: absolute;
    bottom: -1px;
}

.texto-principal {
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    margin: 0;
    color: #fff;
}

.texto-principal h1 {
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 10px;
}

.logo-navbar {
    height: 100px;
    width: auto;
    margin-right: 100px;
    margin-left: 25px;
}

.conteudo-historia {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-height: 100vh;
}

.card-historias {
    background: rgb(242, 242, 245);
    background: linear-gradient(180deg, rgba(242, 242, 245) 0%, rgba(255,255,255,1) 100%);
    width: 60%;
    margin: 0 auto;
    margin-top: -150px;
    height: auto;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 40px;
    box-sizing: border-box;
}

.texto-sonhos {
    text-align: center;
    font-weight: bold;
}

.convidado-editar {
    transition: all 0.3s;

    td {
        transition: all 0.3s;
    }
}

.convidado-editar:hover {
    cursor: pointer;

    td {
        background-color: rgb(238, 238, 238);
    }
}

.nav-item {
    transition: all 0.3s;
}

.nav-item:hover {
    font-weight: 900;
}

.btn-danger {
    border: none;
    transition: all 0.3s;
    border-radius: 15px;
}

.btn-primary {
    background-color: #171717;
    border: none;
    transition: all 0.3s;
    border-radius: 15px;
}

.btn-primary:hover {
    background-color: #202020;
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 900;
}

.btn-danger:hover {
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 900;
    background-color: #ee3b4d;
}

.btn.btn-primary:active {
    background-color: #202020;
    border: none;
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 900;
}

.btn-primary:focus {
    background-color: #202020;
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 900;
}

.btn-danger:focus {
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 900;
}

.btn-danger:active {
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 900;
}

.card-title {
    font-weight: 900;
}

.acesso-painel {
    margin-right: 25px;
}

.separador {
    height: 30px;
    width: auto;
}

.btn-ver-mais {
    width: 200px;
}

.card-historia {
    transition: all 0.3s;
    border-radius: 15px;

    img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
}

.card-historia:hover {
    transform: scale(1.02);
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -7px rgba(0,0,0,0.75);
}

.card {
    border-radius: 15px;
}

.titulo-sentimentos {
    font-weight: bold;
}

.form-control {
    border-radius: 15px;
}

.form-control:focus {
    border-color: #131313;
    box-shadow: 0 0 0 0.1rem #131313;
}

#input-email {
    width: 500px;
}

.container-sentimentos {
    position: relative;
}

.moldura-1 {
    position: absolute;
    bottom: -50px;
    left: -70px;
    width: 180px;
}

.moldura-2 {
    position: absolute;
    top: 20px;
    right: -70px;
    transform: rotate(180deg);
    width: 180px;
}

html, body {
    height: 100%;
    margin: 0;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.rodape {
    background-color: #171717;
    width: 100%;
    position: relative;
    bottom: 0;
}

.img-rounded {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.icone-contato {
    color: #fff;
    text-decoration: none;

    i {
        margin-right: 15px;
    }
}

body {
    display: flex;
    flex-direction: column;
}

.btn-secondary {
    background: #5c5c5c !important;
    color: #fff !important;
    border-radius: 15px !important;
    outline: none !important;
    border: none !important;
    transition: 0.2s ease !important;
}

.btn-secondary:hover {
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 900;
    background-color: #979797;
}

.btn.btn-secondary:active {
    background-color: #979797;
    border: none;
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 900;
}

.btn-secondary:focus {
    background-color: #979797;
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 900;
}


.swal2-backdrop-show {
    z-index: 1112 !important;
}

.swal2-modal {
    background: #fff !important;
    border-radius: 20px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background: #171717 !important;
    color: #fff !important;
    border-radius: 15px !important;
    outline: none !important;
    border: none !important;
    transition: 0.3s ease !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover {
    background-color: #202020 !important;
    font-weight: 900 !important;
    color: #fff !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    background-color: #202020 !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:active {
    background-color: #202020 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background: #5c5c5c !important;
    color: #fff !important;
    border-radius: 15px !important;
    outline: none !important;
    border: none !important;
    transition: 0.2s ease !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:hover {
    background-color: #979797 !important;
    color: #fff !important;
    font-weight: 900 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
    background-color: #979797 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    font-weight: 900 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:active {
    background-color: #979797 !important;
    font-weight: 900 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
    background: #5c5c5c !important;
    color: #fff !important;
    border-radius: 15px !important;
    outline: none !important;
    border: none !important;
    transition: 0.2s ease !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:hover {
    background-color: #979797 !important;
    color: #fff !important;
    font-weight: 900 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus {
    background-color: #979797 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    font-weight: 900 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:active {
    background-color: #979797 !important;
    font-weight: 900 !important;
}

.modal-custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1113;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.btn-coracao {
    transition: all 0.3s;   
}

.btn-coracao-desfavoritado:hover {
    transform: scale(1.2);
    cursor: pointer;
    color: #ee3b4d;
}

.modal-custom-content.hide {
    animation: hide-modal 0.1s ease forwards;
}

.modal-custom-content {
    background-color: #fff;
    border-radius: 20px !important;
    padding: 25px;
    animation: show-modal 0.3s ease forwards;   
}

.modal-custom-content span {
    font-size: 1.125em;
}

.modal-custom-title {
    color: #545454 !important;
    text-align: center;
}

.modal-custom-text {
    color: #545454 !important;
    text-align: center;
}

.modal-custom-footer {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-custom-footer button {
    margin: 0 5px;
}

.icon-plus {
    color:#5c5c5c;
    border: 0.25em solid #5c5c5c;
    border-radius: 50%;
    width: 5em;
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 0.8em auto 0.6em;
}

.icon-plus-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
}

.icon-plus-content i {
    font-size: 40px !important;
}

.icon-plus .icon-plus-content {
    animation: animate-plus-mark .8s;
}

.flipswitch {
    position: relative;
    width: 60px;
}

.flipswitch input[type=checkbox] {
    display: none;
}

.flipswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 15px;
}

.flipswitch-inner {
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.flipswitch-inner:before,
.flipswitch-inner:after {
    float: left;
    width: 50%;
    height: 38px;
    padding: 0;
    line-height: 38px;
    font-size: 8px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.flipswitch-inner:before {
    content: "";
    padding-left: 5px;
    background-color: #171717;
    color: #FFFFFF;
}

.flipswitch-inner:after {
    content: "";
    padding-right: 5px;
    background-color: #EBEBEB;
    color: #888888;
    text-align: right;
}

.flipswitch-switch {
    width: 32px;
    margin: 3px;
    background: #FFFFFF;
    border: 0px solid #999999;
    border-radius: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    transition: all 0.3s ease-in 0s;
}

.flipswitch-cb:checked+.flipswitch-label .flipswitch-inner {
    margin-left: 0;
}

.flipswitch-cb:checked+.flipswitch-label .flipswitch-switch {
    right: 0;
}

@keyframes fade-in {
    from {
        background-color: rgba(0, 0, 0, 0); /* Iniciar transparente */
    }
    to {
        background-color: rgba(0, 0, 0, 0.5); /* Fade in para cor de fundo do backdrop */
    }
}

@keyframes show-modal {
    0% {
        transform: scale(0.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(0.95)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes hide-modal {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes animate-plus-mark {
    0% {
        transform: rotateY(-360deg)
    }
    
    100% {
        transform:rotateY(0)
    }
}

@media (max-width: 768px) {
    .card-historias {
        width: 90%;
    }

    .moldura-1 {
        left: -50px;
    }

    .moldura-2 {
        right: -50px;
    }

    .imagem-folhas-login {
        height: 350px !important;
    }

    .imagem-folhas-login-02 {
        display: none;
    }
    
    .texto-principal {
        height: 400px !important;
    }
}