html{
    font-size:16px;
}
.bg-primary {
    background-color: #ffffff!important;
}

.navbar-light .navbar-toggler {
    border: none !important;
}
.navbar-toggler {
    padding: .6rem .75rem;
}


/* NAV BAR STYLING*/
.navbar-light .navbar-nav .nav-link {
    padding: 0.3125em 0.5625em;
    margin: 0 0.1875em;
    font-size: 1.4em;
    display: inline-block;
    color:#303030;
    line-height: 1.4em;
    vertical-align: middle;
    box-shadow: inset 0 0 0 0 #FFF;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    position:relative;
    text-decoration: none;
    text-align: center;
    text-transform: lowercase;
}

@media only screen and (min-width:768px) and (max-width:950px){
    .navbar-light .navbar-nav .nav-link {
        font-size: 1em;
        line-height: 1.2em;
    }
}
@media only screen and (min-width:860px){
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.2em;
        line-height: 1.3em;
    }
}
@media only screen and (min-width:1300px){
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.6em;
        line-height: 1.8em;
        padding: 0.2em 1.2em;
    }
}

.nav-active:after {
    position: absolute;
    bottom: 1px;
    content: "";
    left: 0.5625em;
    right: 0.5625em;
    border-bottom: 2px solid #1ca538;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#fff;
    box-shadow: inset 9.375em 0 0 0 #1ca538;
    border-radius: 1.875em;
}

/* BOTAO 'results and testimonials' effect size corretion */
.navbar-light .navbar-nav .ret:hover {
    color:#ffffff;
    box-shadow: inset 13.125em 0 0 0 #1ca538;
}

/* BOTAO 'book your trial' color corretion */
li .byt{
    color: #1ca538!important;
}
.navbar-light .navbar-nav .byt:hover {
    color:#ffffff!important;
}

@media only screen and (min-width: 1024px) {
    #section11 .txtm{
        padding-left: 10em;
    }
    .grph{
        width: 60em;
        height: auto;
    }
    #section02 .text-center {
        text-align: left!important;
    }
}

/*////////////////////////////////////// INDEX fix */
#section02 .col-md-7 {
    margin-left: 2em;
}
/*////////////////////////////////////// CONTACT fix */
@media only screen and (min-width: 1200px) {
    .square{
        position: absolute;
        margin-left: 71%;
        margin-top: -18em;
        width: 16em;
        color: #ffffff;
        background-color: #17915d;
        background-image: linear-gradient(-90deg, #0a4250, #17915d);
        z-index: 2000;
        padding: 2em;
    }
    #section22,
    #section23,
    #section24{
        padding-left: 17em;
        padding-right: 17em;
    }
}

/*////////////////////////////////////// PRODUCT fix */
@media only screen and (min-width: 767px) {
    .fyf{
        height: 45em;
        width: auto;
        background-image: url(../media/foto/product_platform.jpg);
        background-repeat: no-repeat;
        background-position: left center;
    }
    .fcwdb{
        height: 15em;
        width: 32em;
        background-image: url(../media/foto/fc.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }
    #section11 .txtm{
        padding-left: 4em;
        text-align: left;
        font-size: calc(10px + (22 - 10) * ((100vw - 300px) / (1600 - 300)));
    }
}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #17915d;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
