@font-face {
    font-family: beaver;
    src: url('../fonts/beaver.ttf');
}

@font-face {
    font-family: blogger;
    src: url('../fonts/Blogger_Sans-Bold.ttf');
}

.fonte-beaver30 {
    font:30px beaver;
}

.fonte-beaver60 {
    font: 60px beaver;
}

.fonte-beaver22 {
    font: 22px beaver;
}

.fonte-blogger20 {
    font: 20px blogger;
}

.fonte-blogger20l {
    font: 20px blogger;
    color: #ffffff;
}

.fonte-blogger50 {
    font: 50px blogger;
}

#espaco-solution {
    margin-left: 13px;
}

.espaco-partners {
    display: flex !important;
    justify-content: flex-start !important;
    flex-direction:row !important;
}

.margem-partners-right {
    margin-right: 5px;
}

.margem-partners-top {
    margin-top: 5px;
}

.name-rules {
    margin-right: 2px;
}

a {
  color: #fff; }
  a:hover {
    color: rgba(250, 250, 250, 0.8); }

.page-header-alpha .navbar-mainmenu .nav-item a:hover {
  color: #f8204b; }

.btn-white {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #f8204b; }
  .btn-white:hover {
    background-color: rgba(248, 32, 75, 0.8);
    color: #ffffff; }

.btn-outline-primary {
  color: #f8204b;
  border-color: currentColor; }

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: rgba(248, 32, 75, 0.5);
  border-color: currentColor; }

.btn-transp-arrow.btn-primary.active, .btn-transp-arrow.btn-primary:active,
.btn-transp-arrow.btn-primary:hover {
  background-color: rgba(77, 77, 77, 0.05);
  color: #8b8b8b;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* subscription form */
.form-container-transparent.form-container-white .form-desc h4 {
  color: #ffffff; }

.form-container-transparent.form-container-white .form-input label {
  color: #ffffff; }

.form-control-outline,
.form-control-line {
  border-color: #ffffff; }
  .form-control-outline:focus,
  .form-control-line:focus {
    border-color: #adadad; }

.page-cover:after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#350c35), to(#0ac5bc));
  background: linear-gradient(to left, #350c35, #0ac5bc);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7; }

#subsMail-ok{
    display:none;
}















/*TESTE*/
/*body {
    background: #f5f5f5;
    font-family: 'Libre Franklin', sans-serif;
}*/

.Grid {
    width: 50rem;
    margin: 12rem auto;
}

.Grid-row {
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 2.5rem;*/
}

.Card {
    position: relative;
    flex: 0 1 15rem;
    /*background-color: #fff;*/
    padding-bottom: 5rem;
    transition: background-color 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
    color: #000;
}

.Card-thumb {
    position: relative;
    width: 15rem;
    height: 10rem;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
    -webkit-perspective: 600px;
    perspective: 600px;
    z-index: 1;
}

.Card-image,
.Card-shadow {
    position: absolute;
    display: block;
    width: 15rem;
    height: 10rem;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.Card-shadow {
    opacity: 0.8;
}

    .Card-shadow:nth-child(1) {
        opacity: 0.6;
        background-color: #673ab7;
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.07s;
    }

    .Card-shadow:nth-child(2) {
        opacity: 0.7;
        background-color: #3f51b5;
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.05s;
    }

    .Card-shadow:nth-child(3) {
        background-color: #2196f3;
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.03s;
    }

.Card-image {
    position: relative;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #607d8b;
}

    .Card-image::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #3f51b5;
        content: '';
        opacity: 0;
        transition: opacity 0.1s;
    }

.Card-title,
.Card-explore {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 5rem;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
}

    .Card-title span,
    .Card-explore span {
        padding: 0.5rem;
        flex: 1 1 auto;
        text-align: center;
    }

.Card-explore {
    opacity: 0;
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #673ab7;
}

.Card-button {
    position: absolute;
    left: 50%;
    top: 5rem;
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-radius: 2rem;
    border: 2px solid #3f51b5;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    -webkit-transform: translate(-50%, 2rem);
    transform: translate(-50%, 2rem);
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0;
    outline: none;
    z-index: 4;
}

.Card:hover,
.Card--active {
    /*background-color: #f5f5f5;*/
    cursor: pointer;
}

    .Card:hover .Card-thumb,
    .Card--active .Card-thumb {
        z-index: 3;
    }

    .Card:hover .Card-title,
    .Card--active .Card-title {
        opacity: 0;
    }

    .Card:hover .Card-explore,
    .Card--active .Card-explore {
        opacity: 1;
        -webkit-transform: translate(0, 1rem);
        transform: translate(0, 1rem);
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
    }

    .Card:hover .Card-image,
    .Card--active .Card-image {
        -webkit-transform: scale(1.05) translate(0, -1rem) rotateX(25deg);
        transform: scale(1.05) translate(0, -1rem) rotateX(25deg);
    }

        .Card:hover .Card-image::before,
        .Card--active .Card-image::before {
            opacity: 0.4;
        }

    .Card:hover .Card-shadow:nth-child(3),
    .Card--active .Card-shadow:nth-child(3) {
        -webkit-transform: scale(1.02) translate(0, -0.3rem) rotateX(15deg);
        transform: scale(1.02) translate(0, -0.3rem) rotateX(15deg);
    }

    .Card:hover .Card-shadow:nth-child(2),
    .Card--active .Card-shadow:nth-child(2) {
        -webkit-transform: scale(0.9) translate(0, 1rem) rotateX(15deg);
        transform: scale(0.9) translate(0, 1rem) rotateX(15deg);
    }

    .Card:hover .Card-shadow:nth-child(1),
    .Card--active .Card-shadow:nth-child(1) {
        -webkit-transform: scale(0.82) translate(0, 2.4rem) rotateX(5deg);
        transform: scale(0.82) translate(0, 2.4rem) rotateX(5deg);
    }

    .Card:hover .Card-button,
    .Card--active .Card-button {
        opacity: 1;
        color: #3f51b5;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

        .Card:hover .Card-button:hover,
        .Card--active .Card-button:hover {
            color: #fff;
            background-color: #3f51b5;
        }

    .Card--active,
    .Card--active:hover {
        background: none;
    }

        .Card--active .Card-explore,
        .Card--active:hover .Card-explore {
            opacity: 0;
            -webkit-transform: translate(0, 3rem);
            transform: translate(0, 3rem);
            transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
        }

        .Card--active .Card-image,
        .Card--active:hover .Card-image {
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
            -webkit-transform: scale(1.05) translate(0, -2.5rem) rotateX(50deg);
            transform: scale(1.05) translate(0, -2.5rem) rotateX(50deg);
        }

            .Card--active .Card-image::before,
            .Card--active:hover .Card-image::before {
                opacity: 0.4;
            }

        .Card--active .Card-button,
        .Card--active:hover .Card-button {
            opacity: 0;
            transition: all 0.35s cubic-bezier(0.42, 0, 0.58, 1);
            -webkit-transform: translate(-50%, -2rem) scale(1, 0.4);
            transform: translate(-50%, -2rem) scale(1, 0.4);
        }

.Grid-row:nth-child(1) .Card:nth-child(1).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(1) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
    -webkit-transform: scale(1) translate(6%, 113%);
    transform: scale(1) translate(6%, 113%);
}

.Grid-row:nth-child(1) .Card:nth-child(1).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(1) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
    -webkit-transform: scale(1) translate(6%, 223%);
    transform: scale(1) translate(6%, 223%);
}

.Grid-row:nth-child(1) .Card:nth-child(1).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(1) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
    -webkit-transform: scale(2.1) translate(81%, 80%);
    transform: scale(2.1) translate(81%, 80%);
}

.Grid-row:nth-child(1) .Card:nth-child(2).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(1) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
    -webkit-transform: scale(1) translate(-108%, 113%);
    transform: scale(1) translate(-108%, 113%);
}

.Grid-row:nth-child(1) .Card:nth-child(2).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(1) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
    -webkit-transform: scale(1) translate(-108%, 223%);
    transform: scale(1) translate(-108%, 223%);
}

.Grid-row:nth-child(1) .Card:nth-child(2).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(1) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
    -webkit-transform: scale(2.1) translate(26%, 80%);
    transform: scale(2.1) translate(26%, 80%);
}

.Grid-row:nth-child(1) .Card:nth-child(3).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(1) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
    -webkit-transform: scale(1) translate(-222%, 113%);
    transform: scale(1) translate(-222%, 113%);
}

.Grid-row:nth-child(1) .Card:nth-child(3).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(1) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
    -webkit-transform: scale(1) translate(-222%, 223%);
    transform: scale(1) translate(-222%, 223%);
}

.Grid-row:nth-child(1) .Card:nth-child(3).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(1) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
    -webkit-transform: scale(2.1) translate(-29%, 80%);
    transform: scale(2.1) translate(-29%, 80%);
}

.Grid-row:nth-child(2) .Card:nth-child(1).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(2) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
    -webkit-transform: scale(1) translate(6%, -55%);
    transform: scale(1) translate(6%, -55%);
}

.Grid-row:nth-child(2) .Card:nth-child(1).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(2) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
    -webkit-transform: scale(1) translate(6%, 55%);
    transform: scale(1) translate(6%, 55%);
}

.Grid-row:nth-child(2) .Card:nth-child(1).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(2) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
    -webkit-transform: scale(2.1) translate(81%, 0%);
    transform: scale(2.1) translate(81%, 0%);
}

.Grid-row:nth-child(2) .Card:nth-child(2).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(2) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
    -webkit-transform: scale(1) translate(-108%, -55%);
    transform: scale(1) translate(-108%, -55%);
}

.Grid-row:nth-child(2) .Card:nth-child(2).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(2) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
    -webkit-transform: scale(1) translate(-108%, 55%);
    transform: scale(1) translate(-108%, 55%);
}

.Grid-row:nth-child(2) .Card:nth-child(2).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(2) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
    -webkit-transform: scale(2.1) translate(26%, 0%);
    transform: scale(2.1) translate(26%, 0%);
}

.Grid-row:nth-child(2) .Card:nth-child(3).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(2) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
    -webkit-transform: scale(1) translate(-222%, -55%);
    transform: scale(1) translate(-222%, -55%);
}

.Grid-row:nth-child(2) .Card:nth-child(3).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(2) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
    -webkit-transform: scale(1) translate(-222%, 55%);
    transform: scale(1) translate(-222%, 55%);
}

.Grid-row:nth-child(2) .Card:nth-child(3).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(2) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
    -webkit-transform: scale(2.1) translate(-29%, 0%);
    transform: scale(2.1) translate(-29%, 0%);
}

.Grid-row:nth-child(3) .Card:nth-child(1).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(3) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
    -webkit-transform: scale(1) translate(6%, -223%);
    transform: scale(1) translate(6%, -223%);
}

.Grid-row:nth-child(3) .Card:nth-child(1).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(3) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
    -webkit-transform: scale(1) translate(6%, -113%);
    transform: scale(1) translate(6%, -113%);
}

.Grid-row:nth-child(3) .Card:nth-child(1).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(3) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
    -webkit-transform: scale(2.1) translate(81%, -80%);
    transform: scale(2.1) translate(81%, -80%);
}

.Grid-row:nth-child(3) .Card:nth-child(2).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(3) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
    -webkit-transform: scale(1) translate(-108%, -223%);
    transform: scale(1) translate(-108%, -223%);
}

.Grid-row:nth-child(3) .Card:nth-child(2).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(3) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
    -webkit-transform: scale(1) translate(-108%, -113%);
    transform: scale(1) translate(-108%, -113%);
}

.Grid-row:nth-child(3) .Card:nth-child(2).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(3) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
    -webkit-transform: scale(2.1) translate(26%, -80%);
    transform: scale(2.1) translate(26%, -80%);
}

.Grid-row:nth-child(3) .Card:nth-child(3).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(3) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
    -webkit-transform: scale(1) translate(-222%, -223%);
    transform: scale(1) translate(-222%, -223%);
}

.Grid-row:nth-child(3) .Card:nth-child(3).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(3) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
    -webkit-transform: scale(1) translate(-222%, -113%);
    transform: scale(1) translate(-222%, -113%);
}

.Grid-row:nth-child(3) .Card:nth-child(3).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(3) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
    -webkit-transform: scale(2.1) translate(-29%, -80%);
    transform: scale(2.1) translate(-29%, -80%);
}

.Gallery {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: none;
    padding: 18rem 0;
    overflow-y: scroll;
}

.Gallery-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #eee;
    padding-bottom: 5rem;
}

.Gallery-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 3rem;
    opacity: 0.5;
    cursor: pointer;
}

    .Gallery-close:hover {
        opacity: 0.8;
    }

.Gallery-images {
    display: flex;
    width: 47rem;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .Gallery-images:nth-child(3) {
        transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.33s;
        opacity: 0;
        -webkit-transform: translate(0, 3rem) scale(1.1);
        transform: translate(0, 3rem) scale(1.1);
    }

    .Gallery-images:nth-child(4) {
        transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.44s;
        opacity: 0;
        -webkit-transform: translate(0, 3rem) scale(1.1);
        transform: translate(0, 3rem) scale(1.1);
    }

    .Gallery-images:nth-child(5) {
        transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.55s;
        opacity: 0;
        -webkit-transform: translate(0, 3rem) scale(1.1);
        transform: translate(0, 3rem) scale(1.1);
    }

    .Gallery-images:nth-child(6) {
        transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.66s;
        opacity: 0;
        -webkit-transform: translate(0, 3rem) scale(1.1);
        transform: translate(0, 3rem) scale(1.1);
    }

.Gallery-left {
    flex: 1 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.Gallery-image {
    display: block;
    width: 15rem;
    height: 9.5rem;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    background: #aebfc7;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.Gallery-image--primary {
    width: 31rem;
    height: 20rem;
    background-color: #673ab7;
}

.Gallery--active {
    z-index: 100;
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
}

    .Gallery--active .Gallery-close {
        display: block;
    }

    .Gallery--active .Gallery-images {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

#s-msg {
    display: none;
}

#e-msg{
        display:none;
    }