.instagram {
    font-size: var(--size);
    width: 1em;
    aspect-ratio: 1;
    border-radius: 0.2em;
    background: var(--purple);
}

.titulo{
    color:maroon;}

    
.botao{
    font-size:15px;
}


/*--------------------------------------------------------------
# Balão Depoimentos
--------------------------------------------------------------*/
.balao2 {
    background: #f7d8c4;
    border-radius: 15px;
    width: 100%;
    height:4cm;
    font-size:25px;

}

.checked {
    color: orange;
}]

.sumir{
    display:none;
}

.balao2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    bottom: -20px;
    left: 20%;
}

.slide {
    width: 100%;
    height: 7cm;
    background-color: white;
}

.carousel {
    text-align: center;
    font-size: 1rem;
}

.carousel-indicators [data-bs-target] {
    background-color: black;
}

.fakeimg {
    height: 200px;
    background: #aaa;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: whitesmoke;
}

a {
    color: black;
    text-decoration: none;
}

    a:hover {
        color: #37b3ed;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #f3dfdf;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #2eafec;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    transition: all ease-in-out 0.5s;
    z-index: 9997;
    transition: all 0.5s;
    padding: 0 15px;
    background: #f7d8c4;
    overflow-y: auto;
}

    #header .profile img {
        margin: 15px auto;
        display: block;
        width: 120px;
        border: 8px solid  #81605a;
        ;
    }

#sistema {
    background-color: #f7d8c4;
}

    #header .profile h1 {
        font-size: 24px;
        margin: 0;
        padding: 0;
        color: #81605a;
        font-weight: 600;
        -moz-text-align-last: center;
        text-align-last: center;
        font-family: "Poppins", sans-serif;
    }

        #header .profile h1 a,
        #header .profile h1 a:hover {
            color: black;
            text-decoration: none;
        }

    #header .profile .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #212431;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 50px;
        height: 50px;
        transition: 0.3s;
    }

        #header .profile .social-links a:hover {
            background: #149ddd;
            color: #fff;
            text-decoration: none;
        }

#main {
    margin-left: 18%;
    margin-bottom: 10%;
}

@media (max-width: 1199px) {
    #header {
        left: -300px;
    }

    #main {
        margin-left: 4%;
    }
}

/*--------------------------------------------------------------
# MENU RESPONSIVO
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
    padding: 30px 0 0 0;
}

    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu a,
    .nav-menu a:focus {
        display: flex;
        align-items: center;
        color: black;
        padding: 12px 15px;
        margin-bottom: 8px;
        transition: 0.3s;
        font-size: 18px;
    }

        .nav-menu a i,
        .nav-menu a:focus i {
            font-size: 24px;
            padding-right: 8px;
            color: #6f7180;
        }

        .nav-menu a:hover,
        .nav-menu .active,
        .nav-menu .active:focus,
        .nav-menu li:hover > a {
            text-decoration: none;
            color: #fff;
        }

            .nav-menu a:hover i,
            .nav-menu .active i,
            .nav-menu .active:focus i,
            .nav-menu li:hover > a i {
                color: #149ddd;
            }

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    font-size: 34px;
    transition: all 0.4s;
    outline: none !important;
    background-color: #149ddd;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 50px;
    cursor: pointer;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active #header {
        left: 0;
    }


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #272829;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #149ddd;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 1;
        left: 0;
        right: 0;
        bottom: -60px;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
        display: flex;
        justify-content: center;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            font-size: 28px;
            text-align: center;
            background: rgba(0, 0, 0, 0.75);
            transition: 0.3s;
            width: 50%;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                background: rgba(0, 0, 0, 0.95);
            }

            .portfolio .portfolio-wrap .portfolio-links a + a {
                border-left: 1px solid #37b3ed;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        bottom: 0;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #149ddd;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #149ddd;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(5, 13, 24, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 5px 0;
    overflow: hidden;
}

.section-bg {
    background: #f5f8fd;
}

.section-title {
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #173b6c;
    }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #149ddd;
            bottom: 0;
            left: 0;
        }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #173b6c;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .about .content ul strong {
        margin-right: 10px;
    }

    .about .content ul i {
        font-size: 16px;
        margin-right: 5px;
        color: #149ddd;
        line-height: 0;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    text-align: center;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: #c3e8fa;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 15px 15px;
        padding: 20px;
        background: #fff;
        position: relative;
        margin-bottom: 35px;
        border-radius: 6px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

        .testimonials .testimonial-item p::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 20px solid #fff;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            bottom: -20px;
            left: calc(50% - 20px);
        }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #149ddd;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #149ddd;
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 2px;
    color: #000000;
    font-size: 14px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 9999;
    background: #f7d8c4;
}

    #footer .copyright {
      
    }

    #footer .credits {
        padding-top: 5px;
  
        font-size: 13px;
        color: #000000;
    }

@media (max-width: 1199px) {
    #footer {
        position: static;
        width: auto;
        padding-right: 20px 15px;
    }
}

#nav-link {
    color: #000;
    font-size: 18px;
}

.bg {
    width: 100%;
    padding: 15px;
    background-color: rgb(250, 180, 180)
}

.nav-item {
    font-size: 25px;
    display: flex;
    align-items: center;
    list-style: none;
    margin-right: 2px;
    overflow: hidden;
}

.redes {
    position: absolute;
    left: 95%;
}
/*--------------------------------------------------------------
# whatsapp
--------------------------------------------------------------*/

.whats {
    float: left;
    position: fixed !important;
    bottom: 25px;
    z-index: 99999;
    right: 30px;
}

.whats-container {
    position: absolute;
    top: -361px;
    width: 330px;
    right: 0;
}

.conversation {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    background: #efe7dd url("https://agencianovaacao.com.br/wp-content/uploads/2020/03/bg-whats.jpg") repeat;
    z-index: 0;
    border-radius: 0px 0px 10px 10px;
}

    .conversation .conversation-container {
        height: calc(100% - 68px);
        box-shadow: inset 0 10px 10px -10px #000000;
        overflow-x: hidden;
        padding: 0 16px;
        margin-bottom: 5px;
        padding: 10px 20px 5px 20px;
    }

.whats {
    animation: whats 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@keyframes whats {
    0% {
        transform: translateZ(0) translateY(0px) translateX(-100px);
    }

    100% {
        transform: translateZ(0) translateY(0px) translateX(-0px);
    }
}

.timeHover {
    animation: heartbeat 2.0s ease-in-out 3s infinite both;
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.whats-close {
    animation: scale-out-center 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.whats-open {
    animation: scale-in-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes scale-in-center {
    0% {
        transform: translateZ(0) translateY(0px) translateX(-350px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0) translateY(0px) translateX(-10px);
        display: block;
        opacity: 1;
    }
}

@keyframes scale-out-center {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
        transform: translateZ(0) translateY(0px) translateX(-350px);
        /*      display: none;  */
    }
}

@keyframes message {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.whats-container {
    border-radius: 20px;
}

/* Status Bar */

.status-bar {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.22);
    height: 32px;
    background: #004e45;
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    justify-content: flex-end;
}

#sair {
    background: #008a7c;
    margin: 4px;
    border: none;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;
    position: relative;
    top: -10px;
    left: 19px;
    min-width: 30px;
    min-height: 30px;
    outline-style: none;
    padding: 0;
}

/* User Bar */

.user-bar {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.22);
    height: 55px;
    background: #005e54;
    color: #fff;
    padding: 0 8px;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

    .user-bar:after {
        content: "";
        display: table;
        clear: both;
    }

    .user-bar div {
        float: left;
        transform: translateY(-50%);
        position: relative;
        top: 50%;
    }

    .user-bar .avatar {
        margin: 0 0 0 5px;
        width: 36px;
        height: 36px;
    }

        .user-bar .avatar img {
            border-radius: 50%;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
            display: block;
            width: 100%;
            border: 1px solid #004e45;
        }

    .user-bar .name {
        font-size: 17px;
        font-weight: 600;
        text-overflow: ellipsis;
        letter-spacing: 0.3px;
        margin: 0 0 0 8px;
        overflow: hidden;
        white-space: nowrap;
        width: 210px;
    }

    .user-bar .status {
        display: block;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
    }

/* Mensagem*/

.message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 15px;
    padding: 8px;
    position: relative;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    z-index: -1;
}

    .message p {
        margin: 0;
    }

    .message:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
    }

.metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
}

metadata .time {
    color: rgba(0, 0, 0, .45);
    font-size: 11px;
    display: inline-block;
}

.message.received {
    background: #fff;
    border-radius: 0px 5px 5px 5px;
    float: left;
    z-index: 2;
}

    .message.received .metadata {
        padding: 0 0 0 16px;
    }

    .message.received:after {
        border-width: 0px 10px 10px 0;
        border-color: transparent #fff transparent transparent;
        top: 0;
        left: -10px;
    }

.input-msg {
    border: 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    width: 73%;
    margin: 10px 10px 0px 10px;
    position: relative;
    top: -13px;
}

.send-msPopup {
    width: 43px;
    cursor: pointer;
    top: -13px;
    position: relative;
    right: 10px;
}
/*--------------------------------------------------------------
#  Fim Whats
--------------------------------------------------------------*/
