@font-face {
    font-family: "Amora";
    src: url("../fonts/z-arista.light.ttf");
}

@font-face {
    font-family: "Amora Bold";
    src: url("../fonts/z-arista.regular.ttf");
}

.active {
    font-family: "Amora Bold" !important;
}

.nav-link {
    font-family: "Amora";
    font-size: 24px;
}

.bg-amora {
    --bs-bg-opacity: 1;
    background-color: #352C5C;
}

.nav-link {
    padding-left: 20px;
}

nav {
    margin-right: auto;
    margin-left: auto;
}

header {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

footer {
    padding: 20px;
    color: #fff;
}

.nav-link, .active {
    color: #fff !important;
}

body {
    background-color: #f6f6f6;
}

.text-right {
    /*text-align: right;*/
}

a {
    color: #352C5C;
}

a:link {
    text-decoration: none;
}

footer a {
    color: #ffffff;
}

.h1-b {
    font-weight: bold;
}

.font-white {
    color: #fff;
}

.font-purple {
    color: #341179;
}

.font-size-24 {
    font-size: 24px;
}

p {
    margin-bottom: 0px;
}

.padding-top {
    padding: 20px;
}

.background-1 {
    background: url("/images/rocket.jpg") no-repeat 10% 20% scroll;
    background-size: cover;
}

.background-3 {
    background: url("/images/rocket.jpg") no-repeat 30% 20% scroll;
    background-size: cover;
    transform: scaleX(-1);

}

.background-3 .row {
    transform: scaleX(-1);
}

.btn-primary {
    background-color: #64ba67;
    border-color: #64ba67;
}

.container-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.image-shadow {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5)
}

.bg-gray {
    background-color: #eff0f4;
}

.bg-white {
    background-color: #fff;
}

.bg-purple {
    background-color: #341179;
}

.bg-purple-light {
    background-color: #c8c2d6;
}

.card {
    margin-right: 24px;
    height: 100%;
    border-style: none;
}

.card-text {
    font-size: 24px;
    text-align: center;
}


.card-title {
    font-size: 32px;
    text-align: center;
    color: #362c5c;
}

.card-title-2 {
    margin-top: 10px;
    color: #341179;
}

@keyframes rotate-columns {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-4080px);
    }
}

.rotating-columns {
    padding-top: 40px;
    display: flex;
    overflow: hidden;
}

.rotating-column {
    flex: 1;
    padding-right: 20px;
    animation: rotate-columns 60s linear infinite;
}

@media (min-width: 500px) {
    .rotating-column {
        padding-right: 200px;
    }

    @keyframes rotate-columns {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-8400px);
        }
    }
}

.rotating-columns img {
    filter: grayscale(100%);
    height: 150px;
}

.image-chess {
    border-radius: 50px;
    margin-bottom: 20px;
}

.solucao {
    border-radius: 50px;
    border: 7px solid #352C5C;
}

.background-2 {
    background-image: url("/images/background2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
}

.customer {
    padding-top: 64px;
    padding-bottom: 64px;
}

.me {
    padding-bottom: 0px;
}

.stars {
    padding-bottom: 15px;
}

.stars img {
    height: 20px;
}

.review-person-padding {
    padding-top: 20px;
}

.review-person img {
    height: 60px;
    border-radius: 50px;
}

.circle {
    border-radius: 50%;
}

.review {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    margin-bottom: 20px;
}

.box {
    display: inline-block;
}

.review-name-person {
    padding-left: 10px;
    vertical-align: middle;

}

@media (min-width: 500px) {
    .footer-column-right {
        text-align: right;
    }
}

form {
    background-color: #341179;
    padding: 50px;
    border-radius: 50px;
}

form input {
    margin-top: 20px;
}

h2 {
    padding-top: 20px;
}

.politica p {
    padding-bottom: 20px;
}

ul {
    margin-left: 20px;
}


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

.fa-close {
    color: #b51818;
}

.fa-check {
    color: #64ba67;
}

.padding-15 {
    padding: 15px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-capa {
    width: 100%;
}

.box-porque {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    margin-bottom: 20px;
}

.fundo-imagem {
    background: #e7dcfc;
    padding: 20px;
    border-radius: 10px;
}

.fundo-imagem-white {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.row-margin {
    margin-top: 30px;
}