@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;900 &display=swap');

/* BOOTSTRAP OVERRIDE */
body .text-primary,
body .btn-primary,
body .btn-outline-primary:hover,
body .navbar-top .btn {
    background-color: #02448F;
    border-color: #02448F;
}
.btn-outline-primary {
    color: #02448F;
    border-color: #02448F;
}

.nav-link {
    color: #02448F;
}
/* T12 */

html body {
    font-family: 'Roboto', sans-serif;
}

.navbar-top .navbar-brand {
    padding: 1.75rem 0;
    margin: 0 4em 0 7em;
}

.navbar-top .nav-item {
    margin: 0 1em;
}

.navbar-top .btn {
    margin-right: 7em;
}

.col-bg-gray {
    background-color: #E9E9E9;
}

.navbar-top .btn,
.container-fluid .row .col-md-6 .btn {
    font-weight: bold;
}

.container-fluid .row .col-md-6:first-child,
.container-fluid .row .col-md-7:first-child {
    padding-left: 150px;
}

.container-fluid .row .col-md-6:last-child,
.container-fluid .row .col-md-5:last-child {
    padding-right: 150px;
}

.container-fluid .row.featurette {
    padding: 15px 0;
}

.container-fluid .mm-banners.row .col-md-7:first-child {
    background: rgb(2, 68, 143);
    background: linear-gradient(90deg, rgba(2,68,143,1) 75%, rgba(0,0,0,0) 50%);
    padding-top: 5em;
    padding-bottom: 5em;
}


/* session padding */
.container-fluid .row .col-md-6,
.advertising .text,
.featurette,
.mm-banners .col,
.sign-up-lead,
.pricing {
    padding-top: 4em;
    padding-bottom: 4em;
}

/* .mm-banners */

.mm-banners div img{
    border: 1px solid rgb(2, 38, 93);
}





/* sign-up-lead, */
.sign-up-lead .row, .social{
    display: flex;
    justify-content: center;
    text-align: center;
}

.sign-up-lead .btn-whatsapp {
    color: #25D366;
}

.sign-up-lead .btn-facebook {
    color: #1778f2;
}

.sign-up-lead  .btn-linkedin {
    color: #2867B2;
}

body .sign-up-lead .btn-instagram {
    background: radial-gradient(circle at 30% 107%, #fd5949 0%, #fd5949 5%, #fd5949 45%, #d6249f 60%, #405DE6 90%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}


.sign-up-lead .button-rounded {
    border-radius: 100px;
    background: #fff;
    margin: 0 10px;
    width: 50px;
    height: 50px;
    font-size: 2em;
}


/* marketing */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

h2 {
    font-weight: bold;
}

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Middle */

/* BOTTOM ADS */
.advertising {
    background: linear-gradient(90deg, rgba(2,68,143,1) 49%, rgb(219 219 219) 49%)
}

.advertising .text {
    display: flex;
    align-self: center;
}

.advertising .text h2 {
    font-size: 2.5rem;
}

.advertising .text a {
    text-decoration: none;
    color: #fff;
}

hr {
    border: 4px solid #02448F;
    width: 12rem;
    opacity: 1;
}

.featurette {
    background-color: #E9E9E9;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -0.05rem;
}

@media(min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


/* TESTIMONY */
.testimony {
    display: flex;
    flex-direction: row;
}

.testimony > .testimony-item {
    flex-direction: column;
    text-align: center;
    align-content: center;
    justify-content: space-around;
    min-height: 250px;
    padding: 15px 0;
}

.testimony > .testimony-item h4 {
    color: #02448F;
}

.testimony .rating {
    color: #f90;
    display: block;
}

.testimony .img {
    margin: 0 auto;
    border: 3px solid #02448F;
}


/* LEADS */

.sign-up-lead {
    padding-left: 140px;
    padding-right: 140px;
    background-color: #02448f;
    color: #fff;
}


.flip-card {
    background-color: transparent;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    min-height: 250px;
}

.flip-card-front {
    color: black;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h3 {
    font-size: 20px;
    color: #fff;
}

.products .row img {
    max-height: 280px;
}
