/*******************************************************
    Template Name    : Shama - App Landing HTML Template
    Author           : cute_theme
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.Why-Choose-Us Section Style
    06.About Section Style
    07.Screenshort Section Style
    08.Video Section Style
    09.Apps Overview Section Style
    10.Pricing Section Style
    11.Testimonial Section Style
    12.Faq Section Style
    13.Blog Section Style
    14.Downloade Section Style
    15.Contact Section Style
    16.Map Section Style
    17.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

@import url("bootstrap.min.css");

@import url("font-awesome.min.css");

@import url("pe-icon-7-stroke.css");

@import url("magnific-popup.css");

@import url("owl.carousel.min.css");

@import url("owl.theme.default.min.css");

@import url("https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css");

@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot') format('truetype');
}

/**************************************
VARIAVEIS
 *************************************/

:root {
    --main-color: #7e3f97;
    --main-color-dark: #6d3385;
    --main-txt-color: blue;
    --main-background-primary: #ffffff;
    --main-background-secondary: #f8f8f8;
}

body {
    background: #ffffff;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

a {
    color: var(--main-color);
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;
}

a:hover {
    color: var(--main-color);
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
    color: var(--main-color);
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-family: "Ubuntu", sans-serif;
}

.custom-file-input::after {
    content: 'Adicionar' !important;
}

.lista-formatos {
    list-style-type: circle;
    list-style-position: inside;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border: 1px solid var(--main-color);
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

button:focus {
    outline: 0 none;
    box-shadow: none;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button {
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 600;
    border: 0;
    border-radius: 35px;
    background: #ffffff;
    transition: all 500ms ease;
    cursor: pointer;
    color: #000;
    position: relative;
    margin-top: 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 30px rgba(218, 225, 232, 0.7);
    box-shadow: 0 4px 20px rgba(218, 225, 232, 0.85);
    border: solid 1px #f5f5f5;
}

.button:hover {
    color: #fff;
    background-color: var(--main-color);
    border: solid 1px var(--main-color);
}

.btn-printaki {
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-uploadArquivo {
    border-radius: 6px;
}

.uploadProgressoBarra {
    background-color: var(--main-color) !important;
}

.btn-link {
    color: var(--main-color);
}

.btn-link:hover {
    color: var(--main-color-dark);
}

.btn-printaki:hover,
.btn-printaki:active,
.btn-printaki:focus {
    color: #fff !important;
    background-color: var(--main-color-dark) !important;
    border-color: var(--main-color-dark) !important;
}

.form-control.is-loading {
    border-color: var(--main-color-dark);
    padding-right: calc(1.5em + .75rem);
    background-color: #ffffff;
    background-image: url("../img/icons/loading.gif");
    background-size: 32px 32px;
    background-position: right 4px center;
    background-repeat: no-repeat;
}

.radio-btn-modelo {
    color: var(--main-color);
    border-color: var(--main-color);
}

.radio-btn-modelo:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.radio-btn-modelo:not(:disabled):not(.disabled).active,
.radio-btn-modelo:not(:disabled):not(.disabled):active,
.show>.radio-btn-modelo.dropdown-toggle {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.radio-btn-modelo:not(:disabled):not(.disabled).active:focus,
.radio-btn-modelo:not(:disabled):not(.disabled):active:focus,
.show>.radio-btn-modelo.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(123 63 151 / 50%);
}

.radio-btn-modelo.focus,
.radio-btn-modelo:focus {
    box-shadow: 0 0 0 0.2rem rgb(123 63 151 / 50%);
}

label>input[type="radio"] {
    display: none;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.section-padding {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 32px;
    line-height: 1.3;
    color: #333;
}

.small-title {
    color: #333;
    font-size: 10px;
    background: var(--main-color)52;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mr-top-50 {
    margin-top: 50px;
}

.back-to-top {
    position: fixed;
    display: none;
    color: #fff;
    width: 40px;
    height: 42px;
    line-height: 40px;
    border-radius: 5px;
    right: 25px;
    bottom: 70px;
    text-align: center;
    background: var(--main-color);
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    color: #fff;
    font-size: 20px;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* owl theme */
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    line-height: 0.7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 8px;
    margin: 0 8px;
    background: var(--main-color);
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #b4afff;
}

/**************************************
 * 02.Preloader Style
 *************************************/
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
    z-index: 9999;
}

.loader-wrapper .middle {
    position: absolute;
    top: 50%;
    width: 100%;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/**************************************
 * 03.Navber Style
 *************************************/
.navbar-b {
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #fff;
    text-transform: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-family: "Ubuntu", sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #1b1b1b;
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #fff;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #fff;
}

.navbar-b.navbar-reduce {
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
    color: #000000;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #000;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #000;
}

.navbar-brand img {
    height: 60px !important;
    width: auto !important;
}

.navbar-b.navbar-reduce .navbar-brand {
    filter: brightness(1);
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #1b1b1b;
}

.navbar-b .navbar-brand {
    filter: brightness(100);
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-b .dropdown-menu {
    margin: 1.12rem 0 0;
    border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: 0.7rem 1.7rem;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: var(--main-color);
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: var(--main-color);
}

.navbar-toggler {
    position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/****** link effect ********/

.navbar-nav .nav-item .nav-link {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-item .nav-link span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 400;
}

.navbar-nav .nav-item .nav-link span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-weight: 400;
    width: 100%;
    display: block;
}

.navbar-nav .nav-item .nav-link:hover span,
.navbar-nav .nav-item .nav-link:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
    height: 100vh;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/topo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    padding-bottom: 40px;
}

.home-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: -1;
    background: #000000;
    background-image: linear-gradient(to left,
            rgb(126 63 151 / 1),
            rgba(82, 41, 99, 0.85))
}

.svg-shape-bottom .bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.hero-equal-height {
    position: relative;
    min-height: 660px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.home-area .home-content h1 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Ubuntu", sans-serif;
}

.home-area .home-content p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .home-area .home-content h1 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .home-area .home-content p {
        text-align: center;
        padding-right: 0;
    }
}

.home-content .button {
    box-shadow: none;
}

.home-content .button-1 {
    margin-left: 10px;
}

.home-content .iq-video i {
    margin-left: 3px;
    font-size: 15px;
}

/**************************************
 * 05. Why-Choose-Us Section Style
 *************************************/

.choose-area {
    padding: 60px 0;
}

.choose-item {
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 5px;
    border-bottom: 4px solid rgba(146, 138, 255, 0);
    -webkit-box-shadow: 0 3px 20px rgba(218, 225, 232, 0.5);
    box-shadow: 0 3px 20px rgba(218, 225, 232, 0.5);
    transition: 0.3s;
}

.choose-item:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    transform: translate(0, -5px);
    border-bottom: 4px solid var(--main-color);
    border-radius: 20px 0;
}

.choose-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 10px rgba(218, 225, 232, 0.7);
    box-shadow: 0 2px 10px rgba(218, 225, 232, 0.7);
}

.choose-icon i {
    color: #fff;
    font-size: 35px;
    line-height: 65px;
}

.choose-info h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #333;
}

.icon-bg-1 {
    color: #fff;
    background-color: #6f64e7 !important;
}

.icon-bg-2 {
    color: #fff;
    background-color: #fbb019 !important;
}

.icon-bg-3 {
    color: #fff;
    background-color: #fc60b2 !important;
}

.icon-bg {
    position: absolute;
    right: -3%;
    top: 10%;
    z-index: -1;
}

/**************************************
 * 06. About Section Style
 *************************************/
.about-area {
    background: #fff;
}

.about-img {
    text-align: center;
}

.about-info {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-left: 5rem;
}

@media (max-width: 767px) {
    .about-info {
        padding-left: 0;
    }
}

.about-info h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 1.3;
    color: #333333;
}

.about-info p {
    margin-top: 20px;
}

.about-info .btn {
    margin-top: 25px;
}

.about-info ul span {
    padding-left: 10px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    font-size: 20px;
}

.animation-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.heading-5 {
    font-size: 30px;
}

/**************************************
 * 07.Screenshort Section Style
 *************************************/
.screenshort-slide-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 470px;
}

.screenshort-frame {
    background-image: url(../img/short/screenshort-phone.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 233px;
    height: 465px;
    position: absolute;
    top: 2px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 40px;
}

.screenshort-item img {
    border-radius: 4px;
    margin: auto;
}

/**************************************
 * 08.Video Section Style
 *************************************/
.video-area {
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    padding: 150px 0;
}

.video-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: -1;
    background: #4776e6;
    background-image: linear-gradient(to left,
            rgba(37, 92, 253, 0.85),
            rgba(59, 70, 236, 0.85),
            rgba(87, 64, 202, 0.85),
            rgba(108, 60, 187, 0.85),
            rgba(115, 0, 189, 0.85));
}

.video-content .video-btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: block;
    color: var(--main-color);
    background: #fff;
    margin: auto;
    font-size: 30px;
    margin-top: 20px;
}

.video-content h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

.video-content .video-btn {
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: 0.5s;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
            0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
            0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
            0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
            0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
            0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
            0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
            0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
            0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/**************************************
 * 09.Apps Overview Section Style
 *************************************/

.overview-info h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.overview-info p {
    margin-bottom: 15px;
}

.overview-info ul {
    margin-bottom: 10px;
}

.overview-info ul li {
    margin-top: 15px;
    background: #ffffff;
    display: inline-block;
    padding: 20px 20px;
    border-radius: 5px;
    margin-right: 15px;
    border-bottom: 3px solid var(--main-color)00;
    -webkit-box-shadow: 0 2px 12px rgba(218, 225, 232, 0.5);
    box-shadow: 0 2px 12px rgba(218, 225, 232, 0.5);
    min-width: 230px;
    transition: 0.3s;
}

.overview-info ul li:first-child {
    margin-top: 0;
}

.overview-info ul li:hover {
    box-shadow: 0 1rem 2rem rgba(31, 45, 61, 0.125) !important;
    transform: translate(0, -1px);
    border-bottom: 3px solid var(--main-color);
    border-radius: 20px 0;
}

.overview-info ul li h5 {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}

.overview-info ul li i {
    color: #fff;
    font-size: 20px;
    background: var(--main-color);
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 7px;
    border-radius: 30px;
    vertical-align: sub;
}

/**************************************
 * 10.Pricing Section Style
 *************************************/

.price-area {
    background-color: var(--main-background-primary);
}

.price-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}

.single-price-item {
    background: #ffffff;
    box-shadow: 0 3px 30px -3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    border-bottom: 3px solid rgba(247, 243, 243, 0.1);
    transition: 0.3s;
}

@media(min-width: 768px) and (max-width: 1024px) {
    .single-price-item {
        margin-bottom: 2rem;
    }
}

.single-price-item:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: translate(0, -1px);
    border-bottom: 3px solid #f3f4f9;
    border-radius: 20px 5px;
    transition: 0.3s;
}

.single-price-item.active .pricing-header {
    position: relative;
    overflow: hidden;
}

.single-price-item.active .pricing-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #F8F8F8;
}

.single-price-item.active .pricing-header .pricing-title {
    color: #212529;
}

.single-price-item .pricing-header {
    border-bottom: 1px solid #f9fafa;
    text-align: center;
    height: 130px;
    display: block;
    position: relative;
    background: #f9fafa;
}

.single-price-item .pricing-header .pricing-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    color: #3b566e;
    position: absolute;
    width: 100%;
    top: 40%;
    transform: perspective(1px) translateY(0%);
}

.single-price-item .pricing-body {
    margin-bottom: 30px;
}

.single-price-item .pricing-body .price-icon {
    width: 90px;
    height: 90px;
    position: relative;
    margin: auto;
    margin-top: -45px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.9);
}

.single-price-item .pricing-body .price-icon i {
    font-size: 40px;
    color: #212529;
    line-height: 75px;
}

.single-price-item .pricing-body .price-wrapper {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-price-item .pricing-body .price-wrapper .currency {
    height: 47px;
    font-weight: 600;
    font-size: 20px;
    color: #212529;
    position: relative;
    top: -15px;
}

.single-price-item .pricing-body .price-wrapper .price {
    font-weight: 700;
    font-size: 34px;
    color: #212529;
    letter-spacing: 1px;
}

.single-price-item .pricing-body .price-wrapper .period {
    font-weight: 700;
    font-size: 14px;
    color: #212529;
    letter-spacing: 0.88px;
}

.single-price-item .pricing-body .list li {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #ccdcea;
    letter-spacing: 0.88px;
    text-decoration: line-through;
    text-align: left;
    margin-left: 40px;
}

.single-price-item .pricing-body .list li.active {
    color: #212529;
    text-decoration: none;
}

.single-price-item .pricing-footer {
    text-align: center;
}

.single-price-item .pricing-footer a {
    margin-bottom: 40px;
    margin-top: 0;
}

/* Altera topo dos cards */

#price>div>div>div:nth-child(2)>div>div.pricing-header {
    background-color: #a360bc !important;
}

#price>div>div>div:nth-child(3)>div>div.pricing-header {
    background-color: #a22ea8 !important;
}

#price>div>div>div:nth-child(4)>div>div.pricing-header {
    background-color: var(--main-color) !important;
}


/* Altera botÃ£o dos cards */
#price>div>div>div:nth-child(2)>div>div.pricing-footer>a {
    background-color: #a360bc !important;
}

#price>div>div>div:nth-child(3)>div>div.pricing-footer>a {
    background-color: #a22ea8 !important;
}

#price>div>div>div:nth-child(4)>div>div.pricing-footer>a {
    background-color: var(--main-color) !important;
}


#price>div>div>div>div>div.pricing-header>h3 {
    color: #fff;
}

/**************************************
 * 11.Testimonial Section Style
 *************************************/
.testimonial-area {
    background: #fff;
}

.testimonial-content-inner {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 20px -5px rgba(76, 110, 245, 0.1);
    box-shadow: 0px 3px 20px -5px rgba(76, 110, 245, 0.1);
    margin: 10px;
    border-radius: 7px;
    padding: 30px 25px;
    text-align: center;
}

.testimonial-rating {
    margin-bottom: 10px;
}

.testimonial-rating ul li {
    display: inline-block;
    margin-right: 8px;
}

.testimonial-rating ul li i {
    color: #ffc107;
    font-size: 18px;
}

.testimonial-content-inner .testimonial-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.testimonial-content-inner .testimonial-text p {
    font-size: 16px;
    margin-bottom: 15px;
}

.testimonial-content-inner .author-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.testimonial-content-inner .author-info span {
    font-size: 13px;
}

/**************************************
 * 12.Faq Section Style
 *************************************/
.faq-area {
    background: #f4f7fa;
}

.faq-area .faq-item .accordion .item {
    margin-bottom: 30px;
}

.faq-area .faq-item .accordion .item:last-child {
    margin-bottom: 0px;
}

.faq-area .faq-item .accordion .title {
    padding: 15px 20px;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faq-area .faq-item .accordion .title:after {
    content: "\f067";
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    right: 20px;
    color: #000;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.faq-area .faq-item .accordion .title h6 {
    font-size: 15px;
    font-weight: 500;
    padding-right: 20px;
}

.faq-area .faq-item .accordion .title h6 span {
    color: #000;
}

.faq-area .faq-item .accordion .active .title h6 span {
    color: #fff;
}

.faq-area .faq-item .accordion .accordion-info {
    display: none;
    padding: 20px 15px;
    margin-top: 15px;
    margin-left: 0;
    border-left: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    background: #ffffff;
    border-radius: 0px 10px 0px 10px;
}

.faq-area .faq-item .accordion .accordion-info p {
    font-size: 14px;
}

.faq-area .faq-item .accordion .active {
    display: block;
}

.faq-area .faq-item .accordion .active .title {
    color: #fff;
    background: var(--main-color);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.faq-area .faq-item .accordion .active .title:after {
    content: "\f068";
    color: #fff;
}

.faq-area .faq-item .accordion .active .title h6 {
    color: #fff;
}

.faq-img img {
    border-radius: 7px;
}

/**************************************
 * 13. Blog Section Style
 *************************************/

.blog-area {
    background: #fff;
}

.blog-area .single-blog {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    min-height: 500px;
    -webkit-box-shadow: 0 5px 30px rgba(218, 225, 232, 0.7);
    box-shadow: 0 5px 30px rgba(218, 225, 232, 0.7);
    min-height: 34rem;

}

.blog-item {
    margin-bottom: 2rem;
}

.blog-area .post-img {
    position: relative;
    overflow: hidden;
}

.blog-area .single-blog img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-area .single-blog:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.post-img .blog-tag {
    position: absolute;
    left: 15px;
    top: 20px;
    color: #fff;
}

.post-img .blog-tag a {
    color: #fff;
    background: var(--main-color);
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
}

.blog-area .single-blog .blog-content {
    padding: 25px 20px;
    min-height: 391px !important;
    /*altura principais recursos*/
}

.blog-area .single-blog .blog-content h5 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #555;
    margin-bottom: 5px;
    display: block;
}

.blog-area .single-blog .blog-content h5 a:hover {
    color: var(--main-color);
}

.blog-area .single-blog .blog-content .blog-author-date p {
    color: #7d7d7d;
    font-size: 12px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    display: inline-block;
}

.blog-area .single-blog .blog-content .blog-author-date p {
    margin-right: 10px;
    position: relative;
}

.blog-area .single-blog .blog-content .blog-author-date p:after {
    content: "/";
    position: relative;
    margin-left: 10px;
}

.blog-area .single-blog .blog-content .blog-author-date p:last-child {
    margin-right: 0;
}

.blog-area .single-blog .blog-content .blog-author-date p:last-child:after {
    display: none;
}

.blog-area .single-blog .blog-content .blog-author-date {
    margin-bottom: 10px;
    display: block;
}

.blog-area .single-blog .blog-content .blog-more {
    margin-top: 15px;
    font-weight: 600;
    color: #fff;
    background: var(--main-color);
    display: inline-block;
    padding: 7px 20px;
    border-radius: 30px;
}

.blog-area .single-blog .blog-content .blog-more:hover {
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(218, 225, 232, 0.7);
    box-shadow: 0 5px 30px rgba(218, 225, 232, 0.7);
}

/**************************************
 * 14. Downloade Section Style
 *************************************/

.download-area {
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/download-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    margin-top: 80px;
}

.download-area::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: -1;
    background: #4776e6;
    background-image: linear-gradient(to left,
            rgba(37, 92, 253, 0.85),
            rgba(59, 70, 236, 0.85),
            rgba(87, 64, 202, 0.85),
            rgba(108, 60, 187, 0.85),
            rgba(115, 0, 189, 0.85));
}

.download-app-img {
    margin-top: -80px;
}

.download-app-text {
    padding: 100px 0;
    text-align: left;
}

.download-app-text h2 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
}

.download-app-text p {
    color: #fff;
}

.download-app-button {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
    transition: all 0.3s ease-in;
}

.download-btn span {
    font-size: 33px;
    line-height: 30px;
    margin-right: 12px;
    color: #fff;
}

.download-btn {
    border: 2px solid #fff;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    float: left;
    padding: 5px 30px;
    border-radius: 30px;
    margin-bottom: 10px;
    text-align: left;
}

.active-btn {
    border: 2px solid var(--main-color);
    background: var(--main-color);
}

.download-btn:hover {
    border: 2px solid var(--main-color);
    background: var(--main-color);
}

.download-btn p small {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.download-btn p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
}

/**************************************
 * 15. Contact Section Style
 *************************************/

.contact-information {
    margin-bottom: 15px;
}

.contact-details {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 10px;
    border-radius: 5px;
    border-bottom: 3px solid var(--main-color);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-details:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1rem 2rem rgba(31, 45, 61, 0.125) !important;
    border-bottom: 3px solid var(--main-color);
    border-radius: 20px 0;
}

.contact-details i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    line-height: 45px;
    color: #000;
    margin-bottom: 20px;
    border: 2px solid #fff;
    border-radius: 15px 0;
    box-shadow: 0px 3px 10px 3px rgba(33, 150, 243, 0.07);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-details:hover i {
    color: #fff;
    background: var(--main-color);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-details h6 {
    padding-bottom: 5px;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 18px;
}

.contact-area .form input,
.contact-area .form textarea,
.contact-area .form select {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background-color: #f1f1f1;
    font-weight: 400;
    border-radius: 5px;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

button,
input,
textarea,
select {
    color: #505050;
}

button,
input,
textarea:focus {
    border: none;
    outline: none;
}

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

/**************************************
 * 16. Map Section Style
 *************************************/
.map-contact #map {
    position: relative;
    width: 100%;
    height: 500px;
    border: 0;
    margin-bottom: -10px;
}

/**************************************
 * 17. Footer Section Style
 *************************************/
.footer-area {
    background-color: #20222e;
    background-image: url(../img/footer-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
}

.footer-logo-box p {
    color: #ececec;
    margin-top: 15px;
}

.footer-social-icon {
    margin-top: 15px;
}

.footer-social-icon a i {
    font-size: 14px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: #ffffff;
    background: #40445d;
    text-align: center;
}

.footer-social-icon a i:hover {
    color: #ffffff;
    background: var(--main-color);
}

.footer-link h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.footer-link .list-menu li a {
    color: #ececec !important;
    margin-bottom: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}

.footer-link .list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
}

.footer-link .list-menu li a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-weight: 500;
    width: 100%;
    display: block;
}

.footer-link .list-menu li a:hover span,
.footer-link .list-menu li a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.footer-mobile-number {
    margin-top: 25px;
}

.footer-subscribe form input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 0;
    border-radius: 30px;
}

.footer-subscribe form input:focus {
    outline: none;
    border: 0;
}

.footer-subscribe form {
    position: relative;
}

footer .modal-header {
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}

footer .modal-content {
    background: #fff !important;
    padding: 20px;
}

footer .modal-content {
    background: #fff !important;
    padding: 20px;
}

footer .list-menu a {
    cursor: pointer !important;
}

footer .modal-content p {
    margin-top: 0;
    margin-bottom: 1rem;
}

footer .modal-content .modal-body a {
    color: blue !important;
    text-decoration: none !important;
    margin: 10px 0 !important;
}

footer .modal-content .modal-body p a {
    display: inline !important;
}

footer .modal-content .modal-body a:hover {
    font-weight: bold !important;
    text-decoration: underline !important;
}

footer .modal-content .modal-body p a:hover {
    font-weight: normal !important;
}

.subscribe-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 31px;
    width: 85px;
    text-align: center;
    line-height: 31px;
    background: var(--main-color);
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 30px;
}

.subscribe-btn:hover {
    color: #fff;
    background: #262834;
}

.footer-mobile-number h5 {
    margin-bottom: 10px;
}

.footer-mobile-number a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.copyright-area {
    border-top: 1px solid #2f3140;
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#pg-formulario-compra .copyright-area,
#pg-formulario-basico .copyright-area,
#pg-formulario-intermediario .copyright-area,
#pg-formulario-avancado .copyright-area {
    margin-top: 0;
}

.copyright-area p {
    color: #fff;
}

.copyright-area p a {
    color: var(--main-color);
}

/*aurora*/

.list-nav {
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -15px;
    margin-right: -15px;
}

.list-nav>* {
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.list-nav>li {
    display: inline-block;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

.list-nav>li a {
    color: inherit;
}

.list-nav>li.active,
.list-nav>li a.active,
.list-nav>li>a:hover {
    color: #ed1c24;
}

figure img {
    display: block;
    width: 100%;
}

.thumb {
    text-align: center;
}

.thumb__title {
    font-size: 20px;
    line-height: 1.33;
    color: #000;
}

.thumb__title a {
    color: inherit;
}

.thumb__title a:hover {
    color: #ed1c24;
}

.thumb__subtitle {
    font-size: 14px;
    line-height: 1.71429;
    font-style: italic;
}

@media (min-width: 1200px) {
    .thumb__subtitle {
        font-size: 16px;
        line-height: 1.625;
    }
}

*+.thumb__subtitle {
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .thumb__title {
        font-size: 24px;
        line-height: 1.3;
    }
}

.thumbnail-classic {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.thumbnail-classic img {
    transition: 370ms ease-in-out;
}

.thumbnail-classic>a {
    width: 100%;
}

.thumbnail-classic .caption {
    margin-top: 25px;
}

.thumbnail-classic:hover img {
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.25);
}

a.thumbnail-classic-title:hover {
    color: #ed1c24;
}

.thumbnail-classic-time {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: #ed1c24;
}

*+.thumbnail-classic-time {
    margin-top: 15px;
}

.img-thumbnail-variant-3 {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.img-thumbnail-variant-3 img {
    width: 100%;
}

.img-thumbnail-variant-3 .icon {
    font-size: 30px;
}

.img-thumbnail-variant-3 .arrow-right {
    font-size: 30px;
}

.img-thumbnail-variant-3 .list-inline-tag {
    font-size: 12px;
    font-style: italic;
}

.img-thumbnail-variant-3 .label-custom {
    position: absolute;
    z-index: 11;
    top: 18px;
    left: 18px;
    padding: 2px 7px;
    font-size: 12px;
    font-style: italic;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
}

.img-thumbnail-variant-3 .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    background-color: rgba(126, 63, 151, 0.6);
    transition: 250ms ease-in-out;
}

.img-thumbnail-variant-3 .caption>* {
    color: #fff;
}

.img-thumbnail-variant-3 .caption>*+* {
    margin-top: 5px;
}

.img-thumbnail-variant-3 .caption .divider {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 116px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .img-thumbnail-variant-3 .icon {
        font-size: 40px;
    }

    .img-thumbnail-variant-3 .caption {
        padding: 50px 55px 45px;
    }

    .img-thumbnail-variant-3 .caption>*+* {
        margin-top: 10px;
    }

    .img-thumbnail-variant-3 .caption .divider {
        margin-top: 19px;
        margin-bottom: 19px;
    }

    .img-thumbnail-variant-3 .arrow-right {
        position: absolute;
        right: 18px;
        bottom: 13px;
    }
}

.desktop .img-thumbnail-variant-3 .caption {
    opacity: 0;
    transform: scale(0.8);
}

.desktop .img-thumbnail-variant-3 .divider {
    background: transparent;
}

.desktop .img-thumbnail-variant-3 .divider:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 50%;
    right: 50%;
    height: 1px;
    background-color: #fff;
    transition: 250ms 280ms ease-in-out;
}

.desktop .img-thumbnail-variant-3 .hover-top-element {
    opacity: 1;
    transform: translateY(30px);
    transition: 250ms 320ms linear;
}

.desktop .img-thumbnail-variant-3 .hover-bottom-element {
    opacity: 1;
    transform: translateY(-40px);
    transition: 250ms 320ms linear;
}

.desktop .img-thumbnail-variant-3 .caption {
    opacity: 1;
    transform: scale(1);
}

.desktop .img-thumbnail-variant-3:hover img {
    filter: blur(3px);
}

.desktop .img-thumbnail-variant-3:hover .hover-top-element,
.desktop .img-thumbnail-variant-3:hover .hover-bottom-element {
    opacity: 1;
    transform: translateY(0);
}

.desktop .img-thumbnail-variant-3:hover .divider:before {
    left: 0;
    right: 0;
}

@keyframes hover-blur {
    100% {
        filter: blur(3px);
    }
}

.quote-default {
    position: relative;
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 767.98px) {
    .quote-default {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .quote-default {
        max-width: 800px;
    }
}

.quote-default__mark {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    fill: #ed1c24;
}

.quote-default__image img {
    width: 100px;
    height: auto;
    border-radius: 100%;
}

.quote-default__cite {
    vertical-align: middle;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px;
}

.quote-default__text {
    font-size: 16px;
    font-style: italic;
}

*+.quote-default__mark {
    margin-top: 30px;
}

*+.quote-default__text {
    margin-top: 20px;
}

*+.quote-default__cite {
    margin-top: 15px;
}

.quote-default.quote-default_left {
    text-align: left;
}

.quote-default.quote-default_left .quote-default__image {
    text-align: center;
}

.quote-default.quote-default_left .quote-default__mark {
    margin-left: 0;
}

@media (min-width: 768px) {
    *+.quote-default__text {
        margin-top: 30px;
    }
}

.fadeInRightSmall {
    animation-timing-function: ease-in-out;
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        transform: translateX(100px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

[data-isotope-layout] {
    z-index: 0;
    display: block;
    min-height: 160px;
    transition: 0.4s all ease;
}

[data-isotope-layout]:after {
    content: "";
    position: absolute;
    margin-top: 15px;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    background-image: url("../img/isotope-loader.png");
    background-position: -1152px 0;
    animation: 0.7s sprite-animation steps(18) infinite;
    transition: 0.4s all ease;
    transform: translate(-50%, -50%);
}

[data-isotope-layout] [class*="col-"] {
    display: block;
    opacity: 0;
    will-change: transform;
    backface-visibility: hidden;
    transition: 0.1s opacity ease-in;
    margin-top: 30px;
}

@media (min-width: 768px) {
    [data-isotope-layout] [class*="col-"] {
        margin-top: 50px;
    }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
    opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden;
}

[data-x-mode="true"] [data-isotope-layout] [class*="col-"] {
    opacity: 1;
}

[data-x-mode="true"] [data-isotope-layout]:after {
    opacity: 0;
    visibility: hidden;
}

.isotope-range-default {
    margin-bottom: -30px;
}

.isotope-range-default:empty {
    margin-bottom: 0;
}

.isotope-range-default>* {
    margin-bottom: 30px;
}

.isotope-filters>* {
    margin-top: 0;
    vertical-align: middle;
}

.isotope-filters .inline-list {
    position: relative;
    transform: translateY(-10px);
    margin: 0;
    word-spacing: 0;
}

.isotope-filters .inline-list li {
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

.isotope-filters .inline-list a {
    position: relative;
    transition: 0.3s;
    color: #333;
}

@media (min-width: 992px) {
    .isotope-filters .inline-list>li:not(:last-child) {
        margin-right: 5px;
    }

    .isotope-filters .inline-list a {
        border: 2px solid #fff;
        padding: 12px 20px 12px;
    }

    .isotope-filters .inline-list a,
    .isotope-filters .inline-list a:active,
    .isotope-filters .inline-list a:focus {
        color: #888;
    }

    .isotope-filters .inline-list a:hover,
    .isotope-filters .inline-list a.active {
        color: #fff;
    }

    .isotope-filters .isotope-filters-trigger {
        display: none;
    }
}

.isotope-filters-responsive {
    position: relative;
    z-index: 10;
}

@media (max-width: 767.98px) {
    .isotope-filters-responsive {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .isotope-filters-responsive {
        vertical-align: middle;
    }

    .isotope-filters-responsive .isotope-filters-toggle {
        padding: 8px 15px;
    }

    .isotope-filters-responsive .isotope-filters-toggle .caret {
        margin-left: 5px;
    }

    .isotope-filters-responsive>li {
        position: relative;
        vertical-align: middle;
        padding: 0;
    }

    .isotope-filters-responsive>li:first-child {
        margin-right: 8px;
    }

    .isotope-filters-responsive>li+li {
        margin-top: 8px;
    }

    .isotope-filters-responsive .isotope-filters {
        position: absolute;
        top: 49px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 200px;
        padding: 15px;
        background: #fff;
        border-radius: 3px;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        transition: 0.33s all ease;
        border: 1px solid #f2f2f2;
    }

    .isotope-filters-responsive .isotope-filters.active {
        visibility: visible;
        opacity: 1;
    }

    .isotope-filters-responsive .isotope-filters .inline-list {
        width: 100%;
    }

    .isotope-filters-responsive .isotope-filters .inline-list a {
        display: inline-block;
        width: 100%;
        padding: 3px 8px;
        font-size: 12px;
        color: #000;
        border: 0;
        background-color: transparent;
    }

    .isotope-filters-responsive .isotope-filters .inline-list a.active,
    .isotope-filters-responsive .isotope-filters .inline-list a:hover {
        color: #ed1c24;
        background-color: rgba(126, 63, 151, 0.1);
    }

    .isotope-filters-responsive .isotope-filters li {
        display: block;
        width: 100%;
    }

    .isotope-filters-responsive .isotope-filters li+li {
        margin-top: 6px;
    }
}

@media (max-width: 991.98px) and (min-width: 576px) {
    .isotope-filters-responsive .isotope-filters {
        left: 0;
        transform: none;
    }

    .isotope-filters-responsive>li {
        display: inline-block;
        margin: 0;
    }

    .isotope-filters-responsive>li+li {
        margin-top: 0;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .isotope-filters-responsive .isotope-filters {
        width: 250px;
    }

    .isotope-filters-responsive .isotope-filters .inline-list a {
        padding: 5px 10px;
    }
}

@media (min-width: 992px) {
    .isotope-filters-responsive .inline-list>li:not(:last-child) {
        margin-right: 5px;
    }

    .isotope-filters-responsive .inline-list a {
        border: 2px solid #fff;
        padding: 12px 20px 12px;
    }

    .isotope-filters-responsive .inline-list a,
    .isotope-filters-responsive .inline-list a:active,
    .isotope-filters-responsive .inline-list a:focus {
        color: #888;
    }

    .isotope-filters-responsive .inline-list a:hover,
    .isotope-filters-responsive .inline-list a.active {
        color: #fff;
    }

    .isotope-filters-responsive .isotope-filters-toggle,
    .isotope-filters-responsive>li:first-child {
        display: none;
    }
}

*+.isotope,
*+.isotope-filters-responsive {
    margin-top: 0;
}

*+.isotope-wrap {
    margin-top: 50px;
}

.isotope-filters-toggle {
    display: block;
    border: 0;
    outline: 0;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-justify-container .img-thumbnail-variant-3 {
    min-height: 250px;
}

.portfolio-justify-container .img-thumbnail-variant-3 img {
    max-width: 200%;
    width: auto;
}

@media (min-width: 576px) {
    .portfolio-justify-container .img-thumbnail-variant-3 {
        min-height: 300px;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .portfolio-justify-container .img-thumbnail-variant-3 {
        max-height: 360px;
    }
}

@media (min-width: 992px) {
    .portfolio-justify-container .img-thumbnail-variant-3 {
        max-height: 100%;
        max-width: 100%;
    }
}

.portfolio-masonry-container .img-thumbnail-variant-3 {
    min-height: 300px;
    max-width: 400px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .portfolio-masonry-container .img-thumbnail-variant-3 {
        max-width: 100%;
    }
}

/*CUSTOMIZAÃÃO*/

#price {
    background-color: var(--main-background-secondary);
}

#apps-overview {
    background-color: var(--main-background-secondary);
}

#idealpara {
    background-color: var(--main-background-secondary);
}


#contact {
    background-color: var(--main-background-primary);
}

#about {
    background-color: var(--main-background-secondary);
}

#social {
    background-color: var(--main-background-secondary);
}

#logistica {
    background-color: var(--main-background-primary);
}

#indicadores {
    background-color: var(--main-background-secondary);
}

#upload {
    background-color: var(--main-background-primary);
}

#meio-pagamento {
    background-color: var(--main-background-secondary);
}

#emails-transacionais {
    background-color: var(--main-background-primary);
}

#mx-smtp {
    background-color: var(--main-background-secondary);
}

#pg-formulario-basico #envio {
    background-color: var(--main-background-secondary);
}

.blog-content-titulo {
    margin-bottom: 1rem;
}

.blog-content-p {
    margin-bottom: 0.7rem;
}

.idealpara-item {
    margin-bottom: 2rem;
}

.card {
    margin: 1rem 0;
}

.card-body {
    padding: 1.5rem;
}

.card-body a {
    text-align: center;
    width: 50%;
}

@media(max-width: 767px) {
    .card-body a {
        text-align: center;
        width: 100%;
        display: block;
    }
}



.card-title {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 0.7rem;
}

.card-text {
    padding-bottom: 1rem;
}

.card-button {
    margin-bottom: 1rem;
}

.card-link :hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-dialog {
    max-width: 60%;
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 340px !important;
    }
}

.button-default {
    color: #ffffff;
    background-color: var(--main-color);
    border: solid 1px #f5f5f5;
}

.button-default:hover {
    background-color: #d60c1f;
    border: solid 1px #f5f5f5;
}

/* Tabela de upload */
.tabela-upload-btn-excluir-icon,
.tabela-upload-btn-abrir-icon {
    color: var(--main-color);
    font-size: 1.2rem;
}

.card-tabela-upload {
    background-color: var(--main-color);
}

.card-tabela-upload-body {
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.card-tabela-upload-header {
    color: #fff;
    font-weight: bold;
}

.tabela-upload .thead-light th {
    background-color: #f7f7f7;
    border-bottom: 0;
}

.row-tabela-upload {
    display: none;
}

/* Media Query Mobile */

@media (max-width: 767px) {
    .card {
        width: 100%;
    }

    .idealpara-item {
        margin-bottom: 2rem;
    }

    .single-price-item {
        margin-bottom: 2rem;
    }

    .apps-overview-description {
        font-weight: 600;
        font-size: 14px;
    }

    .button-submit {
        display: block;
        width: 100%;
    }

    .card-text {
        padding-bottom: 2rem;
        margin: 0 !important;
    }

    .modal-dialog {
        max-width: 100% !important;
    }
}


#apps-overview h5 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333333;
    padding-bottom: 2rem;

}

.s-cta-apps {
    padding: 3rem 0;
    background-color: var(--main-color) !important;
}

.s-cta-apps h2 {
    color: #fff
}

.s-cta-apps p {
    color: #fff
}

.btn-ideal-para {
    border: solid 1px #ffffff;
    font-size: 12px;
    padding: 10px;
    border-radius: 25px;
    margin-top: 1rem;
}

@media(max-width: 767px) {

    .desktop .img-thumbnail-variant-3 .caption {
        opacity: 1;
        transform: scale(1);
    }


    .desktop .img-thumbnail-variant-3 .hover-top-element {
        opacity: 1;
        transform: translateY(30px);
        transition: 250ms 320ms linear;
    }
}

#price>div>div>div:nth-child(2)>div>div.pricing-body>div.price-wrapper>span.setup-line {
    color: #ccdcea;
    text-decoration: line-through;
}

.img-foto-inicial {
    border: solid 2px #e6e6e6;
    border-radius: 5px;
    padding: 1px;
}

.img-sessaoVejaMais {
    border: solid 2px #e6e6e6;
    border-radius: 5px;
    padding: 1px;
}

#apps-overview>div>div>div.col-12.col-md-6.col-lg-8>div>div:nth-child(2)>h5>i {
    color: var(--main-color)
}

#apps-overview>div>div>div.col-12.col-md-6.col-lg-8>div>div:nth-child(3)>h5>i {
    color: var(--main-color)
}

#apps-overview>div>div>div.col-12.col-md-6.col-lg-8>div>div:nth-child(4)>h5>i {
    color: var(--main-color)
}

#apps-overview>div>div>div.col-12.col-md-6.col-lg-8>div>div:nth-child(5)>h5>i {
    color: var(--main-color)
}

#apps-overview>div>div>div.col-12.col-md-6.col-lg-8>div>div:nth-child(6)>h5>i {
    color: var(--main-color)
}

#apps-overview>div>div>div.col-12.col-md-6.col-lg-8>div>div:nth-child(7)>h5>i {
    color: var(--main-color)
}

#modelos-de-loja h2 {
    margin-bottom: 20px !important;
    text-transform: inherit !important;
}

#modelos-de-loja a {
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.modal-body {
    padding: 0;
}

.modal-content {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0);
}

body>footer>div.footer-top-area>div>div>div.col-lg-3.col-md-6.footer-link.footer-subscribe>div>a>i {
    color: green !important;
    font-size: larger !important;
}

.form-message {
    margin-top: 1.5rem !important;
}

/* Formulário */

#pg-formulario-compra .footer-area,
#pg-formulario-basico .footer-area,
#pg-formulario-intermediario .footer-area,
#pg-formulario-avancado .footer-area {
    padding-top: 0;
}

#pg-formulario-compra .hero-equal-height,
#pg-formulario-basico .hero-equal-height,
#pg-formulario-intermediario .hero-equal-height,
#pg-formulario-avancado .hero-equal-height {
    min-height: 500px;
}

.btn-group-modelos {
    flex-wrap: wrap;
}

.radio-form-contato {
    position: absolute;
    margin: 0 15%;
}

.img-banner-form {
    max-width: 500px;
}

/* Modais */
.ModalErroEnvioFechar:not(:disabled):not(.disabled):focus,
.ModalErroEnvioFechar:not(:disabled):not(.disabled):hover,
.ModalExcluirArquivoFechar:not(:disabled):not(.disabled):focus,
.ModalExcluirArquivoFechar:not(:disabled):not(.disabled):hover,
.ModalErroEnvioArquivoFechar:not(:disabled):not(.disabled):focus,
.ModalErroEnvioArquivoFechar:not(:disabled):not(.disabled):hover {
    opacity: 1 !important;
    color: #fff;
}

.ModalErroEnvioFechar,
.ModalExcluirArquivoFechar,
.ModalErroEnvioArquivoFechar {
    color: #fff;
}

.modalTrocarSenha,
.modalEsqueciSenha {
    background-color: #fff;
}

.modalEsqueciSenhaHeader {
    background-color: var(--main-color);    
}

#modalEsqueciSenhaLabel{
    color: #fff;
}

.modalEsqueciSenhaSpan{
    color: var(--main-color);
    font-weight: bold;
}

.modalTrocarSenhaSpan{
    font-weight: bold;
}

/* Custom checkbox */

.b-contain *,
.b-contain *::before,
.b-contain *::after {
    box-sizing: content-box !important;
}

.b-contain input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.b-contain span {
    line-height: 1.54;
    font-size: 1rem;
    font-family: inherit;
}

.b-contain {
    display: table;
    position: relative;
    padding-left: 1.8rem;
    cursor: pointer;
    margin-bottom: .5rem;
}

.b-contain input[type="checkbox"]~.b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background: rgba(241, 245, 248, 1);
    transition: background 250ms;
    border: 1px solid rgba(184, 194, 204, 1);
    border-radius: 0.125rem;
}

.b-contain input[type="radio"]~.b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background: rgba(241, 245, 248, 1);
    transition: background 250ms;
    border: 1px solid rgba(184, 194, 204, 1);
    border-radius: 2.0rem;
}

.b-contain input[type="checkbox"]~.b-input::after {
    content: '';
    position: absolute;
    display: none;
    left: .45rem;
    top: .18rem;
    width: .25rem;
    height: .6rem;
    border: solid rgba(255, 255, 255, 1);
    border-width: 0 2px 2px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}

.b-contain input[type="radio"]~.b-input::after {
    content: '';
    position: absolute;
    display: none;
    left: .25rem;
    top: .25rem;
    width: .75rem;
    height: .75rem;
    border-radius: 2.0rem;
    background: rgba(255, 255, 255, 1);
    transition: background 250ms;
}

.b-contain input:disabled~.b-input::after {
    border-color: rgba(135, 149, 161, 1);
}

.b-contain input:checked~.b-input::after {
    display: block;
}

.b-contain:hover input~.b-input,
.b-contain input:focus~.b-input {
    background: rgb(231, 238, 243);
}

.b-contain input:focus~.b-input {
    box-shadow: 0 0 0 2px rgba(178, 125, 200, 1);
}

.b-contain input:checked~.b-input {
    background: rgba(126, 63, 151, 1);
    border-color: rgba(126, 63, 151, 1);
}

.b-contain input[type="checkbox"]:disabled~.b-input {
    background: rgba(241, 245, 248, 1);
    border-color: rgba(184, 194, 204, 1);
    opacity: 0.6;
    cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled~.b-input {
    background: rgba(241, 245, 248, 1);
    border-color: rgba(184, 194, 204, 1);
    opacity: 0.6;
    cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled~.b-input::after {
    background: rgba(135, 149, 161, 1);
}

.b-contain input:checked:focus~.b-input,
.b-contain:hover input:not([disabled]):checked~.b-input {
    background: rgba(126, 63, 151, 1);
    border-color: rgba(126, 63, 151, 1);
}

.b-contain .b-input::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    margin-left: -0.85rem;
    margin-top: -0.85rem;
    background: rgba(181, 123, 203, 1);
    border-radius: 2rem;
    opacity: .6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes b-ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes b-ripple-duplicate {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.b-contain input+.b-input::before {
    animation: b-ripple 250ms ease-out;
}

.b-contain input:checked+.b-input::before {
    animation-name: b-ripple-duplicate;
}

.b-contain .b-input::before {
    visibility: hidden;
}

.b-contain input:focus+.b-input::before {
    visibility: visible;
}

.b-contain:first-child .b-input::before {
    visibility: hidden;
}

/* Painel Admin */

#painel-login {
    height: 100vh;
    position: relative;
    background: url(../img/topo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

#painel-login::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: -1;
    background: #000000;
    background-image: linear-gradient(to left, rgb(126 63 151 / 1), rgba(82, 41, 99, 0.85));
}

.painel-login-card {
    display: block;
    box-shadow: 0px 0px 27px 0px #4a1b5d;
    border-radius: 6px;
    background: transparent;
}

.painel-login-container {}

.painel-login-card-header {
    background-color: var(--main-color);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 1rem;
}

.painel-login-card-body {
    background-color: #fff;
    padding: 2rem 1rem;
}

.painel-login-card-titulo {
    text-align: center;
    color: var(--main-color);
    margin-bottom: 1.3rem;
}

.painel-login-card-footer {
    background-color: #f3f3f3;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    padding: 10px 0;
}

#painelNav {
    background-color: var(--main-color);
}

#painel-s-main {
    padding-top: 127px;
}

#pg-painel-cadastro .footer-area,
#pg-painel-cliente .footer-area {
    padding-top: 0;
}

#pg-painel-cliente .copyright-area,
#pg-painel-cadastro .copyright-area {
    margin-top: 0;
}

#pg-painel-cadastro .nav-link:hover,
#pg-painel-cliente .nav-link:hover {
    text-decoration: underline !important;
}

#pg-painel-cadastro .navbar-b.navbar-reduce .nav-link,
#pg-painel-cliente .navbar-b.navbar-reduce .nav-link {
    color: #fff;
}

#pg-painel-cadastro .navbar-nav .nav-item .nav-link,
#pg-painel-cliente .navbar-nav .nav-item .nav-link {
    color: #fff !important;
}
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.rounded {
    border-radius: 1rem!important;
}
#live-abigraf .section-title h2 {
    text-transform: inherit !important;
}

.custom-file-label::after {
    content: "Buscar" !important;
}

.navbar.navbar-b.navbar-expand-md.fixed-top.navbar-trans > div > a.btn.btn-primary.btn-printaki{
    display: none;
    transition: all 0.5s ease-in-out;
}

.navbar.navbar-b.navbar-expand-md.fixed-top.navbar-reduce > div > a.btn.btn-primary.btn-printaki{
    display: block;
    transition: all 0.5s ease-in-out;
}