﻿.icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(88, 100, 255, 0.1);
    color: #5864FF;
    margin: auto;
    margin-bottom: 30px;
    font-size: 65px;
    line-height: 1;
}

.alinha-icon {
    font-size: 60px;
    padding-top: 30px;
    padding-left: 10px;
}

.pulse-button {
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.grid-table-top {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    bottom: auto;
    z-index: 10;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
    justify-items: start;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    -ms-grid-columns: 1.9fr 1fr 1fr 1fr;
    grid-template-columns: 1.9fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: .5rem;
    background-color: #fff
}

.heading-small {
    display: inline;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3125rem;
    line-height: 130%;
    font-weight: 700;
}

    .heading-small.text-color-white {
        color: #fff;
    }
    .heading-small.text-color-white {
        text-align: center;
    }

    .heading-small.text-color-white {
        font-size: 6vw;
    }

    .heading-small.text-color-white {
        font-size: 1.5rem;
        text-align: left;
    }

.container-plan {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 0.5rem;
    background-color: transparent;
}

.text-size-medium {
    font-size: 1.125rem;
}


.text-weight-bold {
    position: relative;
    color: #485460;
    font-weight: 700;
}

.p-perso {
    color: #485460;
    font-size: 1.2rem;
    line-height: 1.5;
}
.table-line.line-white {
    border-radius: 0.5rem;
    background-color: #fff;
}
body {
    margin: 0;
    min-height: 100%;
    color: #485460;
}

h1 {
    margin: 0;
    position: relative;
    color: #0b0040;
}

h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: #0b0040;
}

h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: #0b0040;
}

h4 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: #0b0040;
}

h5 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: #0b0040;
    font-size: .875em;
    line-height: 1.5;
    font-weight: 700;
}

h6 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: #0b0040;
}

p {
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
    color: #485460;
}

a {
    background-color: transparent;
    position: relative;
    color: #2b00ff;
    text-decoration: none;
}

.table-line {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1rem;
    background-color: #f4f6fe;
}

.grid-table-pricing {
    width: 100%;
    margin-top: -5.6rem;
    grid-row-gap: 0rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.table-item-name {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.table-label {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
}

.grid-checkbox {
    display: -ms-grid;
    display: grid;
    width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.table-view{
    display:flex !important;
}
.carrousel-view {
    display: flex !important;
}

.carrousel-view-desk {
    display: none !important;
}

.alinhamento-menu-bottom {
    -webkit-flex-direction: column;
    grid-row-gap: 0.5rem;
    background-color: transparent;
}
.botao-fixo {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 500;
    display: flex;
}

.botao-view {
    
}
@media only screen and (max-width: 800px) {
    .botao-fixo {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 500;
        display: flex;
    }
    .table-view {
        display: none !important;
    }

    .botao-view {
        display: none !important;
    }

    .carrousel-view {
        display: none !important;
    }

    .carrousel-view-desk {
        display: flex !important;
    }
}


