/* FONTES */
@import url('https://fonts.googleapis.com/css?family=Biryani:400,700|Open+Sans:400,700');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Biryani', sans-serif;*/

/*



GLOBAL



*/

a, a:hover {
    text-decoration: none !important;
}

p { font-family: "Open Sans", sans-serif !important; }

.btn {
    border-radius: 0 !important;
    padding: 13px 25px 10px;
    letter-spacing: 2px;
    font-weight: 100;
}

a.btn-home:hover {
    background: #302B71;
    color: #fff;
}


.box-team .social a{
    animation: none !important;
}


.carousel-caption {
    top: 40% !important;
    text-align: left;
}

.carousel-caption h5 {
    font-family: 'Biryani', sans-serif;
    font-size: 30px;
    color: #fff;
}

.carousel-indicators {
    top: 60%;
    list-style: circle;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50px !important;
    border: 1px solid transparent;
}

.carousel-indicators li .active{
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #fff;
}

.menu {
    margin-top: 20px;
}

.menu .uk-dropdown {
    position: absolute;
    margin-top: 3px !important;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 45px;
    padding: 3px;
    background: #fff;
    color: #000;
}

.menu .uk-button-default-menu {
    color: #fff;
    background: #302B71 !important;
    margin: 0 -2px;
    padding: 0px 15px;
    box-shadow: 0px 9px 124px -8px rgba(0, 0, 0, 1);
}

.menu .uk-button-default-menu.menu-hover:hover {
    color: #fff;
    background: #ccc;
}

.uk-offcanvas-bar {
    width: 100%;
    background-image: linear-gradient( to right, #302B71, #1F2138)!important;
    padding: 140px 140px;
    animation-name: bounceInRight;
    animation-duration: 1s;
    animation-delay: 0s;
    font-family: 'Biryani', sans-serif;
}

.uk-offcanvas-bar ul.menu-block {
    list-style: none;
}

.uk-offcanvas-bar ul.menu-block li a{
    list-style: none;
    font-size: 30px;
    letter-spacing: 5px;
    text-transform: lowercase;
    opacity: .4;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.uk-offcanvas-bar ul.menu-block li a:hover{
    color: #fff !important;
    opacity: 1 !important;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.uk-offcanvas-bar ul.menu-inline {
    list-style: none;
    margin-top: -35px;
    width: 35%;
}

section.clients .uk-tab > .uk-active > a {
    color: #302873;
    font-weight: 800;
    border-bottom: 3px solid #302873;
}

.uk-offcanvas-bar ul.menu-inline li a{
    list-style: none;
    letter-spacing: 5px;
    float: left;
    font-size: 15px;
    margin-right: 40px;
    opacity: .4;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.uk-offcanvas-bar ul.menu-inline li a:hover{
    color: #fff;
    opacity: 1;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
    padding: 15px;
    background: #fff;
    color: #000 !important;
}

.uk-offcanvas-close:hover {
    background: #5d5d5d;
    color: #fff !important;
}

.menu-canvas {
    margin-top: 100px;
}

.uk-modal {
    background: rgba(48, 43, 113, .80);
}







/*


HOME


*/


@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900);

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#myPageContent, section {
    position: relative;
    z-index: 9;
    top: 50%;
}

/* Slider */
#textSlider.row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75% !important;
}

#textSlider div {
    color: #FFF;
    font-family: 'Biryani', sans-serif;
    text-transform: uppercase
}

.iamCol {
    text-align: right;
    float: left;
    font-weight: 300;
    font-size:30pt;
}

.iamCol p:nth-child(2) { margin-top: -20pt !important; }
.slideCol {
    text-align: left;
    overflow: hidden;
    font-weight: 900;
    font-size: 57pt;
    display: block;
    white-space: nowrap;
    line-height: 1;
    margin-top: 35px;
}

.slideCol p { margin: 0px !important; }
.slideCol h3 {
    font-size: 50px;
    text-transform: lowercase;
    color: #fff;
    font-family: 'Biryani', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: -15px;
}

.slideCol p.text {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Biryani', sans-serif;
    font-weight: 100;
}

.scroller {
    height: 70pt;
    line-height: 70pt;
    overflow: hidden;
}

.scroller .inner { animation: 10s normal infinite running scroll; }
@keyframes scroll {
    0%   {margin-top: 0px;}
    15%  {margin-top: 0px;}

    25%  {margin-top: -70pt;}
    40%  {margin-top: -70pt;}

    50%  {margin-top: -140pt;}
    65%  {margin-top: -140pt;}

    75%  {margin-top: -210pt;}
    90%  {margin-top: -210pt;}

    100% {margin-top: 0px;}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {
    #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
    .iamCol { text-align: center; font-size:20pt; }
    .iamCol p { display: inline !important; }
    .slideCol { font-size: 25pt; text-align: center; margin-top: -20px; }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) and (max-width : 765px) {
    #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
    .iamCol { text-align: center; font-size:25pt; }
    .iamCol p { display: inline !important; }
    .slideCol { font-size: 38pt; text-align: center; margin-top: -20px; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 992px) {
    #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
    .iamCol { text-align: center; font-size:30pt; }
    .iamCol p { display: inline !important; }
    .slideCol { font-size: 50pt; text-align: center; margin-top: 5px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1200px) {
    #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
    .iamCol { text-align: right; font-size:30pt; }
    .slideCol { font-size: 55pt; text-align: left; }
}


/*section h3.title span{
    font-size: 35px;
    background: #000;
    color: #fff;
    font-weight: 100;
    padding: 6px 10px 0px;
    text-transform: capitalize;
}*/

section h3.title span {
    font-size: 30px;
    background: transparent;
    color: #263149;
    font-weight: 100;
    padding: 0 0px;
    text-transform: capitalize;
}

section h3.title {
    font-family: 'Biryani', sans-serif;
    font-size: 35px;
    font-weight: 100;
    border-bottom:1px solid #302B71;
}

section h3.title img {
    top: 11px;
    position: relative;
    left: -4px;
}


/* SECTIONS VARIADAS */
section.cases,
section.video,
section.acontece,
section.trends-cast,
section.eventos {
    padding: 50px 0;
}


.video-overflow {
    width: 100%;
    height: 650px;
    background: #000;
}

/*.video-overflow .uk-height-medium-video-intro {
    height: 650px;
    position: absolute;
}*/

.video-overflow .uk-height-medium-video-intro {
    height: 650px;
    position: absolute;
    zoom: 1.1;
    margin-top: -60px;
}

.video-overflow .mask{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
    position: absolute;
    z-index: 0;
}

.video-overflow .cover-container {
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}


.video-overflow #myPageContent #home #textSlider h2.h2-destaque {
    font-size: 22px;
    text-align: left;
    line-height: 0;

    text-transform: uppercase;
}

.video-overflow #myPageContent #home #textSlider p.ttitle {
    font-size: 60px;
    letter-spacing: -1px;
    text-align: left;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
    margin-top: -7px !important;
    margin-left: -6px !important;
    line-height: 1.2;
    text-transform: uppercase;
}

.video-overflow #myPageContent #home #textSlider p.p-text-destaque,
.video-overflow #myPageContent #home #textSlider p{
    font-size: 14px;
    text-align: left;
    text-transform: initial;
    font-weight: 100;
    white-space: pre-line;
    line-height: 1.5;
    margin: 2px -2px !important;
}

.video-overflow #myPageContent #home #textSlider div {
    color: #FFF;
    font-family: 'Biryani', sans-serif;
    text-transform: uppercase;
    margin-top: -10px;
}


/*.video-overflow #myPageContent #home #textSlider [class*='uk-position-center-left'],
.video-overflow #myPageContent #home #textSlider [class*='uk-position-center-right'] {
    top: 75% !important;
    display: block;
}*/

.video-overflow #myPageContent #home #textSlider [class*='uk-position-center-left'], .video-overflow #myPageContent #home #textSlider [class*='uk-position-center-right'] {
    top: 90% !important;
    display: block;
}

.video-overflow #myPageContent #home #textSlider .uk-position-center-right {
    left: 30px !important;
    display: block;
}

section.video .icon {
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
    color: #fff;
}

section.video .icon p {
    line-height: 1.7;
    color: #fff;
    font-size: 16px;
}

section.video .icon .play {
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

    background: rgba(48,43,113,.7);
    padding: 25px 0;
}

section.video .icon .play p{
    color: #fff;
}

section.video .icon .play a i{
    font-size: 100px;
    color: #fff;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}


section.video .icon .play a:hover i{
    font-size: 120px;
    color: #EE1886;

    animation-name: bounceIn;
    animation-duration: 1s;
    animation-delay: 0s;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}




section.video .icon .play a.btn-educacao {
    background: #fff;
    border: 3px solid #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    color: #302B71;
    padding: 9px 25px;
    position: relative;
    margin-top: 20px;
}

section.video .icon .play a.btn-educacao i{
    font-size: 15px;
    float: right;
    margin-top: 2px;
    margin-left: 5px;
    color: #302B71;
}

section.video .icon .play a.btn-educacao:hover {
    background: #302B71;
    border: 3px solid #302B71;
    color: #fff;
}

section.video .icon .play a.btn-educacao:hover i{
   color: #fff;
}



/*



CASES




*/



section.cases .box-destaque-global {
    margin: 45px 0 6px;
    position: relative;
}

section.cases .box-destaque-global .mask{
    width: 636px;
    height: 563px;
    background: #000;
    opacity: .6;
    position: absolute;
    z-index: 0;
}

section.cases .box-destaque-global .title {
    padding: 50px;
    color: #fff;
    position: absolute;
    z-index: 9;
    margin: 0 -15px;
    width: 100%;
    bottom: 15px;
}

section.cases .box-destaque-global .title h3{
    font-size: 25px;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
}

section.cases .box-destaque-global .title .by{
    font-size: 17px;
}

section.cases .box-destaque-global .title .sub-title{
    font-size: 12px;
    margin-top: 20px;
}

section.cases .box-destaque-global .title .sub-title a{
    color: #fff;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}

section.cases .box-destaque-global .title .sub-title a:hover{
    color: #888;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}








section.cases .box-destaque {
    margin: 45px 0 6px;
    position: relative;
}

section.cases .box-destaque .mask{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    position: absolute;
    z-index: 0;
}

section.cases .box-destaque .title {
    padding: 50px;
    color: #fff;
    position: absolute;
    z-index: 9;
    margin: 0 -15px;
    width: 100%;
    top: 75px;
}

section.cases .box-destaque .title h3{
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
}

section.cases .box-destaque .title .by{
    font-size: 12px;
}

section.cases .box-destaque .title .sub-title{
    font-size: 12px;
    margin-top: 20px;
}

section.cases .box-destaque .title .sub-title a{
    color: #fff;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}

section.cases .box-destaque .title .sub-title a:hover{
    color: #888;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}











section.cases .box-case {
    margin: 3px 0 5px;
    box-shadow: 0 50px 110px -75px #000;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}

section.cases .box-case .case-image {
    padding-right: 0;
}

section.cases .box-case .case-primary {
    background: #f4f4f4;
    padding: 20px;
    margin: 0 -15px;
}

section.cases .box-case:hover .case-primary {
    background: #302B71;
    color: #fff;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}

section.cases .box-case:hover h3.title,
section.cases .box-case:hover .text-case,
section.cases .box-case:hover .text-case a {
    color: #fff;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}

section.cases .box-case h3.title {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    border:0;
}

section.cases .box-case .text-case {
    font-size: 12px;
}

section.cases .box-case-second .text-case a,
section.cases .box-case .text-case a{
    color: #000;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}


section.cases .box-case-second .text-case a:hover,
section.cases .box-case .text-case a:hover{
    color: #888;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}









.btn-default-black {
    background-image: linear-gradient( to right, #302B71, #1F2138);
    color: #fff;
    font-size: 14px;
    font-family: 'Biryani', sans-serif;
    text-transform: uppercase;
    border: 3px solid #302B71;
    letter-spacing: 6px;
}

.btn-default-black i{
    float: right;
}


.btn-default-black:hover {
    background: #fff;
    color: #302B71  ;
    border: 3px solid #302B71;
}










/*



ACONTECE



*/

.slider-acontece {
    padding: 35px 0;
}


.slider-acontece .uk-card-default {
    background: #868686;
    color: #fff;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}

.slider-acontece .uk-card-default:hover,
.slider-acontece ul.uk-slider-items .uk-card-default li.uk-active {
    background-image: linear-gradient( to right, #302B71, #1F2138);
    color: #fff;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}

.slider-acontece .uk-grid > * {
    padding-left: 20px;
}


.slider-acontece .uk-card-default h3.uk-card-title {
    color: #fff;
    font-size: 21px;
    line-height: 1.1;
}

.slider-acontece .uk-card-default p {
    font-size: 12px;
    line-height: 1.7;
}

.slider-acontece .uk-card-default .uk-card-body {
    padding: 30px;
    min-height: 300px;
    text-align: center;
}





/*



OFFICE



*/

section.office {
    background: #302B71;
    background-image: linear-gradient(#1F2138, #302B71);
    color: #fff;
    padding:50px 0;
}

section.office h1.title {
    font-size: 55px;
    color: #fff;
    font-family: 'Biryani', sans-serif;
    margin-bottom: 30px;
    opacity: .2;
}

section.office .box {
    margin-bottom: 30px;
}

section.office .box h3.sub-title {
    font-size: 25px;
    margin-bottom: 0;
    color: #fff;
}

section.office .box span.sub-title {
    font-size: 10px;
}

section.office .box p,
section.office .box p.text {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 15px;
}

section.office .box .social {
    margin-top: 15px;
}

section.office .box .social i,
section.office .box .social a i {
    padding-right: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .25s ease-in-out;
       -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
         -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
}

section.office .box .social i:hover,
section.office .box .social a:hover i {
    color: #5D5D5D;
    text-decoration: none;
    -webkit-transition: .25s ease-in-out;
       -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
         -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
}









/*



EVENTOS


*/
.select-events {
    margin-top: 20px;
}

section.eventos hr {
    border-top-color: transparent;
}

section.eventos .uk-card-default {
    border-top-color: transparent;
}

section.eventos .uk-card-default:hover hr{
    border-top-color: transparent;
}

section.eventos .uk-card-default {
    background: #f4f4f4;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0) ;

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

section.eventos .uk-card-default:hover {
    background: #ccc;

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

section.eventos .uk-card-body {
    padding: 20px;
    min-height: 250px;
    color: #1F2138;
}

section.eventos .uk-card-default .uk-card-title {
    color: #1F2138;
    font-size: 20px;
    margin-bottom: 0;
    min-height: 56px;
}

section.eventos .uk-card-default span.city{
    font-size: 12px;
}



section.eventos .uk-card-default .calendar-time{
    color: #302B71;
    margin-top: 20px;
    font-size: 12px;
}

section.eventos .uk-card-default .calendar-time i{
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

section.eventos .uk-card-default ul.social-events{
    list-style-type: none;
    padding:0;
    margin:0;
}

section.eventos .uk-card-default ul.social-events li{
    display: inline-block;
    margin-right: 15px;
    float: right;
}

section.eventos .uk-card-default ul.social-events li a{
    color: #302B71;

    -webkit-transition: .2s ease;
       -moz-transition: .2s ease;
        -ms-transition: .2s ease;
         -o-transition: .2s ease;
            transition: .2s ease;
}

section.eventos .uk-card-default ul.social-events li a:hover{
    color: #888;

    -webkit-transition: .2s ease;
       -moz-transition: .2s ease;
        -ms-transition: .2s ease;
         -o-transition: .2s ease;
            transition: .2s ease;
}

section.eventos .uk-card-default ul.social-events li i{
    font-size: 20px;
}


section.eventos .uk-card-default .btn-events{
    background-image: linear-gradient( to right, #302B71, #1F2138);
    border: 0px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 7px 25px;
    margin-top: -5px;
}



section.eventos .uk-card-default .btn-events:hover{
    background: #fff;
    border: 0px solid #000;
    color: #000;
}




/*



TRENDS



*/

section.trends-cast hr {
    margin: 20px 0;
}

section.trends-cast .box-trends {
    margin-top: 45px;
    box-shadow: 0 50px 20px -61px #ccc;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}

section.trends-cast .box-trends:nth-child(2n) {
    margin-top: 10px;
}

section.trends-cast .box-trends .trend-image {
    padding-right: 0;
}

section.trends-cast .box-trends .trend-primary {
    background: #f4f4f4;
    padding: 20px;
}

section.trends-cast .box-trends:hover .trend-primary {
    background: #302B71;
    color: #fff;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}

section.trends-cast .box-trends:hover h3.title,
section.trends-cast .box-trends:hover .text-trends,
section.trends-cast .box-trends:hover .text-trends a {
    color: #fff;

    -webkit-transition: .2s ease-in-out;
       -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
}

section.trends-cast .box-trends h3.title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    border:0 !important;
}

section.trends-cast .box-trends .text-trends {
    font-size: 12px;
}

section.trends-cast .box-trends-second .text-trends a,
section.trends-cast .box-trends .text-trends a{
    color: #302873;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

section.trends-cast .box-trends-second .text-trends a:hover,
section.trends-cast .box-trends .text-trends a:hover{
    color: #fff;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}


section.trends-cast .box-trends .text-trends i{
    font-size: 16px;
    position: relative;
    top: 1px;
}

/* SECOND */
section.trends-cast .box-trends-second h3.title {
    font-size: 20px;
    font-weight: 700;
}

section.trends-cast .box-trends-second p {
    font-size: 12px;
}

section.trends-cast .box-trends-second .text-trends {
    font-size: 12px;
}

section.trends-cast .box-trends-second .text-trends i{
    font-size: 16px;
    position: relative;
    top: 1px;
}

section.trends-cast .btn-tendencias {
    background-image: linear-gradient( to right, #302B71, #1F2138);
    border: 3px solid transparent;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 9px 25px;
    position: relative;
    margin-top: 37px;
}

section.trends-cast .btn-tendencias:hover {
    background: #fff;
    border: 3px solid #302B71;
    color: #302B71;
}












/*



CAST



*/

section.trends-cast .box-image {
    margin-top: 44px;
}

section.trends-cast .box-image:nth-child(2n) {
    margin-top: 20px;
    position: relative;
}

section.trends-cast .box-image .mask{
    width: 94.5%;
    height: 306px;
    background: #000;
    opacity: .8;
    position: absolute;
    z-index: 0;
}


section.trends-cast .box-image .icon{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}

section.trends-cast .box-image .icon .play {
    height: 300px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

section.trends-cast .box-image .icon .play a i{
    font-size: larger;
    color: #fff;
    margin-bottom: 20px;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}


section.trends-cast .box-image .icon .play a:hover i{
    font-size: larger;
    color: #fff;

    animation-name: bounceIn;
    animation-duration: 1s;
    animation-delay: 0s;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}


section.trends-cast .box-image .icon .play a h3.title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-bottom: 0;
}

section.trends-cast .box-image .btn-episodios {
    background-image: linear-gradient( to right, #302B71, #1F2138);
    border: 0px solid transparent;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 9px 25px;
    position: relative;
    margin: -77px 2px 0 0;
    z-index: 9;
}

section.trends-cast .box-image .btn-episodios:hover {
    background: #fff;
    border: 0px solid #fff;
    color: #302B71;
}



















/*


FOOTER


*/
footer.footer {
    padding: 40px 0 75px;
    border-top: 7px solid #F4F4F4;
}

footer.footer .logo-footer {
    padding: 40px 0 0;
}

footer.footer h5.title {
    font-size: 12px;
    margin-bottom: 25px;
    font-weight: 700;
}

footer.footer .newsletter p {
    font-size: 12px;
}

footer.footer .newsletter input {
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    height: 35px;
    padding: 10px 30px 10px 10px;
    font-size: 12px;
    outline: none !important;
    color: #000;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

footer.footer .newsletter input:hover,
footer.footer .newsletter input:active,
footer.footer .newsletter input:focus,
footer.footer .newsletter input:visited {
    border: 1px solid #302B71;
    outline: none !important;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

footer.footer .newsletter .btn-newsletter {
    background: #302B71;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    color: #fff;
    padding: 9px 25px;
    height: 34px;
    position: relative;
    top: -1px;
}

footer.footer .newsletter .btn-newsletter:hover {
    background: #5D5D5D;
}

footer.footer ul.info-footer-menu {
    list-style: none;
    margin:0;
    padding:0;
}

footer.footer ul.info-footer-menu li,
footer.footer ul.info-footer-menu li a{
    display: block;
    font-size: 12px;
    color: #000;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

footer.footer ul.info-footer-menu li a:hover{
    text-decoration: underline;
    color: #888;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}









/*


TRADUTOR


*/

#google_translate_element,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
    display:none !important;
}

html, body {
    top: 0 !important;
}
font {
    background: transparent ;
    color: inherit ;
    font: inherit ;

}

font:hover,
.goog-text-highlight:hover,
.goog-text-highlight {
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
    box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
}





























/*




INTERNAS



*/

section.header-intern{
    background: url(../img/header.png) repeat-x;
    width: 100%;
    /*height: 400px;*/
    height: auto;
    margin-bottom: 45px;
}


section.box-conteudo h3.title-intern {
    font-family: 'Biryani', sans-serif;
    font-size: 35px;
    font-weight: 100;
    color: #666;
    margin-bottom: 10px;
}

section.box-conteudo p,
section.box-conteudo div,
section.box-conteudo div div {
    color: #555;
    font-size: 15px;
    line-height: 1.4;
}
section.box-conteudo .box {
    border-left: 5px solid #ebebeb;
    margin-bottom: 10px;
}




/*
section.box-conteudo .new-box {
    background: #fff;
    box-shadow: 0px 7px 15px -5px #ccc;
    border-radius: 10px;
    padding: 15px;

    margin-bottom: 45px;
}
*/

section.box-conteudo .new-box .circle-1 {
    border: 2px solid #ccc;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    width: 264px;
    height: 264px;
    text-align: center;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

section.box-conteudo .new-box:hover .circle-1 {
    border: 2px solid #302B71;
    box-shadow: 0 20px 30px -20px #999;

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

section.box-conteudo .new-box .circle-1 .circle-2 {
    border-radius: 50%;
    background: #0D0B6B;
    width: 234px;
    height: 234px;

    padding: 10px;
    text-align: center;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}


section.box-conteudo .new-box:nth-last-child(2) .circle-1 .circle-2 {
    background: url("../img/bg1.png");
}

section.box-conteudo .new-box:nth-last-child(3) .circle-1 .circle-2 {
    background: url("../img/bg1.png");
}

section.box-conteudo .new-box:nth-last-child(1) .circle-1 .circle-2 {
    background: url("../img/bg1.png");
}


section.box-conteudo .new-box .circle-1 .circle-2 h4.title1 {
    color: #fff;
    font-size: 25px;
    font-family: 'Biryani', sans-serif;
}

/*section.box-conteudo .new-box:nth-last-child(4) .circle-1 .circle-2 h4.title1 {
    color: #0D0B6B;
}

section.box-conteudo .new-box:nth-last-child(3) .circle-1 .circle-2 h4.title1 {
    color: #0D0B6B;
}

section.box-conteudo .new-box:nth-last-child(4) .circle-1 .circle-2 h4.title1 {
    color: #fff;
}*/

section.box-conteudo .new-box .line-left-border {
    border-left: 8px solid #0D0B6B;
    padding-right: 35px;
}

section.box-conteudo .new-box .line-left-border p,
section.box-conteudo .new-box .line-left-border div,
section.box-conteudo .new-box .line-left-border div div {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

/* BOX 1*/
section.box-conteudo .box .box-1{
    border: 0px solid transparent;
    margin-bottom: 10px;
    padding: 30px;
    text-align: left;
    color: #fff;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}

section.box-conteudo p i{
    color: #999;
    font-size: 20px;
}

section.box-conteudo p.intern-title{
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 3px;
}

/*section.box-conteudo .line-style {
    padding: 15px;
    margin: 0 -15px 30px -15px;
}*/

section.box-conteudo .line-style {
    padding: 15px;
    margin: 0 auto 45px;
    width: 50%;
    text-align: center;
}

section.box-conteudo .box .box-1 h3{
    color: #999;
    text-align: center;
    font-size: 45px;
    font-family: 'Biryani', sans-serif;
    line-height: 1;
    font-weight: 800;

    min-height: 450px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

section.box-conteudo .box .box-1 h3 span{
    text-transform: uppercase !important;
}

section.box-conteudo .box .box-color:nth-child(1) {
    background: #ccc;
    /*border-radius: 30px 0 0 30px;*/
    padding: 0;
    margin: 0;
}

section.box-conteudo .box .box-color:nth-child(2) {
   background: #e1e1e1;
   padding: 0;
   margin: 0;
}

section.box-conteudo .box .box-color:nth-child(3) {
    background: #ebebeb;
    /*border-radius: 0 30px 30px 0;*/
    padding: 0;
    margin: 0;
}

section.box-conteudo .box .box-color .uk-overlay-default {
    background: rgba(48, 43, 113, 1);
}

section.box-conteudo .box .box-color .uk-position-small {
    max-width: calc(100%);
    margin: 0px;
}

section.box-conteudo .box .box-color:hover {
    background: #302B71;
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}

section.box-conteudo .box .box-color:hover h3 {
    color: #fff !important;
}

section.box-conteudo .box .box-1 p{
    color: #fff;
}

section.box-conteudo .box h4.subtitle {
    font-size: 20px;
    padding-top: 20px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}

section.box-conteudo .box p{
    font-size: 14px;
    color: #000;
}


section.consult {
    background: url(../img/consult1.png) no-repeat center center;
    width: 100%;
    height: auto;
    padding: 60px 0;

   /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

section.consult .box{
    text-align: center;
    min-height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

section.consult .box h4.subtitle{
    font-size: 40px;
    padding-top: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: lowercase;
}

section.consult .box p,
section.consult .box div,
section.consult .box div div{
    font-size: 15px;
    color: #fff !important;
    line-height: 1.5;
    font-weight: 100;
}





/*



CONTATO



*/


section.box-conteudo .social-contact ul {
    list-style: none;
    padding:0;
    margin: 0;
}

section.box-conteudo .social-contact ul li{
    display: inline-block;
}

section.box-conteudo .social-contact ul li a i{
    font-size: 22px;
    color: #000;
    -webkit-transition: .2s ease;
       -moz-transition: .2s ease;
        -ms-transition: .2s ease;
         -o-transition: .2s ease;
            transition: .2s ease;
}

section.box-conteudo .social-contact ul li a:hover i{
    color: #888;
    -webkit-transition: .2s ease;
       -moz-transition: .2s ease;
        -ms-transition: .2s ease;
         -o-transition: .2s ease;
            transition: .2s ease;
}

section.box-conteudo p.siga {
    margin-bottom: 2px;
}


section.box-conteudo .form-send label {
    width: 100%;
}

section.box-conteudo .form-send input {
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #000;
    padding: 10px 15px;
    width: 100%;
    outline: none !important;

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}


section.box-conteudo .form-send input:hover,
section.box-conteudo .form-send input:active,
section.box-conteudo .form-send input:visited,
section.box-conteudo .form-send input:focus {
    background: #302B71;
    border: 1px solid #302B71;
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    outline: none !important;

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

section.box-conteudo .form-send select {
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #000;
    width: 100%;
    height: 39px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;

    outline: none !important;
}

section.box-conteudo .form-send textarea {
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #000;
    padding: 10px 15px;
    width: 100%;

    outline: none !important;
}

section.box-conteudo .btn-tendencias {
    background: #302B71;
    border: 3px solid transparent;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 9px 25px;
    position: relative;
}

section.box-conteudo .btn-tendencias:hover {
    background: #fff;
    border: 3px solid #302B71;
    color: #302B71;
}


section.box-conteudo .box-team span a i {
    font-size: 65px;
}




/*


SECTION CLIENTS


*/

section.clients {
padding: 50px 0;
}

section.clients h3.title-intern {
    font-family: 'Biryani', sans-serif;
    font-size: 35px;
    font-weight: 100;
    color: #666;
    margin-bottom: 30px;
}


ul.clients-list li a {
    margin: 0 20px 20px 20px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);

    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

ul.clients-list li a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);

    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}


/*ATUACAO SLUG*/
section.clients .atuacao-row ul li p{
    font-family: 'Biryani', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 800;
}

section.clients .atuacao-slide {
    margin-bottom: 50px;
}

section.clients ul li .atuacao-slide p{
    margin: 2px 0 15px;
}

section.clients ul li .atuacao-slide p span{
    background: #000;
    font-size: 14px;
    color: #fff;
    padding: 10px;
}

section.clients ul li .atuacao-slide h3{
    margin: 3px 0 0 0;
}

/*section.clients ul li .atuacao-slide h3 p{
    background: transparent;
    font-size: 25px;
    color: #000;
    margin-bottom: 2px;
    line-height: 1.1;
    font-family: 'Biryani', sans-serif;
}*/

section.clients ul li .atuacao-slide h3 p {
    background: transparent;
    font-size: 15px;
    color: #868686;
    margin-bottom: 20px;
    line-height: 1.7;
    font-weight: 100;
}

section.clients ul li .atuacao-slide a{
    color: #868686;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

section.clients .atuacao-slide a:hover{
    color: #000;
    text-decoration: underline !important;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}


section.clients .title-intern-2 {
    color: #302873;
    font-size: 20px;
    font-family: 'Biryani', sans-serif;
}

section.leitura {
    background-image: -moz-linear-gradient(left, #fff 50%, #dbdbdb 50%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, #fff), color-stop(0.5, #dbdbdb));
    padding-top: 40px;
    padding-bottom: 15px;
    margin-top: 0px;
    z-index: 1;
}

/*section.leitura .banner-leitura .owl-item .texto a {
    background-image: linear-gradient( to right, #302B71, #1F2138);
    color: #fff;
    font-size: 14px;
    font-family: 'Biryani', sans-serif;
    text-transform: uppercase;
    border: 3px solid #302B71;
    letter-spacing: 6px;

    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

section.leitura .banner-leitura .owl-item .texto a:hover {
    text-decoration: none;
    background-color: #302B71;
    border: 3px solid #302B71;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
*/
section.leitura .banner-leitura .owl-item .imagem img {
    width: 100%;
}

section.leitura .banner-leitura .owl-item .imagem {
    width: 510px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
    margin-left: 35px;
}

section.leitura .banner-leitura .owl-item .texto {
    padding: 50px 0px 50px 0px;
    position: relative;
    margin-right: 35px;
    z-index: 2;
    margin-top: 30px;
}

section.leitura .banner-leitura .owl-item .texto h1 {
    font-size: 30px;
    color: #555;
    z-index: 9;
    line-height: 1.1;
    font-family: 'Biryani', sans-serif;
}

section.leitura .banner-leitura .owl-nav {
    position: absolute;
    width: 100%;
    top: 52%;
    left: -18%;
}

section.leitura .banner-leitura .owl-prev {
    background: #302B71;
    font-size: 30px;
    padding:0px 18px 6px !important;
    color: #ffffff !important;
    position: absolute;
    left: -34.5%;
    outline: none;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;

    border: 2px solid transparent;
}

section.leitura .banner-leitura .owl-next {
    background: #302B71;
    font-size: 30px;
    padding:0px 18px 6px !important;
    color: #fff !important;
    position: absolute;
    left: -27.2%;
    outline: none;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;

    border: 2px solid transparent;
}

section.leitura .banner-leitura .owl-prev:hover,
section.leitura .banner-leitura .owl-next:hover {
    background: #fff;
    border: 2px solid #302B71;
    color: #302B71 !important;
}





@media (max-width:461px) and screen {


    #popiIN #popIN_intern h4 {
        font-size: 20px !important;
    }

    #popiIN #popIN_intern p {
        font-size: 13px !important;
    }

    #popiIN #popIN_intern a.btn-default-black{
        letter-spacing: 0 !important;
    }


    section.trends-cast .box-image .mask {
        width: 92%;
        height: 96px;
    }

    section.cases .box-destaque-global .mask{
        width: 92%;
        height: 293px;
    }

    section.office h1.title {
        line-height: .9;
    }

    section.cases .box-destaque .mask {
        width: 92%;
        height: 185px;
    }

    #SendNewsletter {
        margin-bottom: 35px;
    }

    .menu {
        margin-top: -53px;
    }

    section.cases .box-case .case-image {
        margin-top: 40px;
    }
    section.cases .box-case .case-image img{
        width: 95%;
    }

    section.cases .box-destaque .title {
        top: 55px;
    }

    .btn-default-black {
        font-size: 14px;
        letter-spacing: 3px;
    }

    section.trends-cast .box-trends .trend-image img {
        width: 94%;
    }

    section.cases .box-case .case-primary {
        margin: 0 15px;
    }


    .uk-card-media-top img {
        width: 100%;
    }

    section.trends-cast {
        padding: 0;
    }

    .box-trends .row {
        margin: 0;
    }

    .video-overflow .cover-container {
        height: 72px;
    }

    section.trends-cast .box-trends .trend-primary {
        width: 90%;
        margin: 0 auto 0 15px;
    }
}


@media only screen and (max-width: 360px) {

    #popiIN #popIN_intern h4 {
        font-size: 20px !important;
    }

    #popiIN #popIN_intern p {
        font-size: 13px !important;
    }

    #popiIN #popIN_intern a.btn-default-black{
        letter-spacing: 0 !important;
    }

    .video-overflow #myPageContent #home #textSlider .iamCol img {
        margin-top: 160px !important;
    }

    .uk-position-center-left.uk-position-small.uk-slidenav-previous.uk-icon.uk-slidenav svg{
        width: 10px;
    }

    section.trends-cast .box-image .mask {
        width: 92%;
        height: 96px;
    }

    section.cases .box-destaque-global .mask{
        width: 92%;
        height: 293px;
    }

    section.office h1.title {
        line-height: .9;
    }

    section.cases .box-destaque .mask {
        width: 92%;
        height: 185px;
    }

    #SendNewsletter {
        margin-bottom: 35px;
    }

    .menu {
        margin-top: -53px;
    }

    section.cases .box-case .case-image {
        margin-top: 40px;
    }
    section.cases .box-case .case-image img{
        width: 95%;
    }

    section.cases .box-destaque .title {
        top: 55px;
    }

    .btn-default-black {
        font-size: 14px;
        letter-spacing: 3px;
    }

    section.trends-cast .box-trends .trend-image img {
        width: 94%;
    }

    section.cases .box-case .case-primary {
        margin: 0 15px;
    }

    .uk-card-media-top img {
        width: 100%;
    }

    section.trends-cast {
        padding: 0;
    }

    section h3.title span {
        font-size: 20px;
    }

    .video-overflow .cover-container {
        height: 72px;
    }

    section.trends-cast .box-trends .trend-primary {
        width: 90%;
        margin: 0 auto 0 15px;
    }

}


@media (max-width:767px) {

    #popiIN #popIN_intern {
        top: 4% !important;
        width: 85% !important;
    }

    #popiIN #popIN_intern h4 {
        font-size: 20px !important;
    }

    #popiIN #popIN_intern p {
        font-size: 13px !important;
    }

    #popiIN #popIN_intern a.btn-default-black{
        letter-spacing: 0 !important;
    }

    section.cases .uk-card-default-slide {
        height: auto !important;
    }

    .col-xs-12{
        padding-right: 0px;
    }
    .trends-cast .col-sm-12,
    .trends-cast .col-sm-6,
    .trends-cast .col-sm-5{
        padding-right: 0px;
    }
    .eventos .col-sm-12,
    .eventos .col-sm-4{
        padding-right: 0px;
    }
    section.trends-cast .box-image .mask {
        width: 100%;
        height: 100%;
    }

    section.cases .box-destaque-global .mask{
        width: 100%;
        height: 100%;
        /*height: 340px;*/
    }

    section.office h1.title {
        line-height: .9;
    }

    section.cases .box-destaque .mask {
        width: 100%;
        /*height: 216px;*/
    }

    #SendNewsletter {
        margin-bottom: 35px;
    }
    .logo{
        margin-left: -15px;
    }
    .menu {
        margin-top: -53px;
        width: 100%;
    }
    .menu .uk-button-default-menu{
        margin: 0px 12px;
        margin-right: -15px;
    }

    section.cases .box-case .case-image {
        margin-top: 40px;
    }
    section.cases .box-case .case-image img{
        width: 100%;
    }

    section.cases .box-case .case-primary {
        margin: 0px 0px 0px 15px;
    }

    section.cases .box-destaque .title {
        top: 55px;
    }

    .btn-default-black {
        font-size: 12px;
        letter-spacing: 3px;
    }

    section.trends-cast .box-trends .trend-image img {
        width: 100%;
    }

    .uk-card-media-top img {
        width: 100%;
    }

    section.trends-cast {
        /*width: 95%;*/
    }

    section h3.title span {
        font-size: 17px;
    }
    .video-overflow{
        height: 750px;
    }
    .video-overflow .cover-container {
        height: 72px;
    }
    .row{
        margin-right: 0px !important;
    }
    section.trends-cast .box-trends .trend-primary {
        width: 100%;
        margin: 0 0 0 15px;
    }

    section.trends-cast .box-image .btn-episodios {
        margin: 5px 0px 0 0;
    }

    section.cases .box-destaque .title {
        margin: 0 -30px;
    }


    .uk-offcanvas-bar {
        padding: 0;
    }

    .uk-offcanvas-bar ul.menu-inline {
        list-style: none;
        margin-top: -12px;
        width: 55%;
        float: left !important;
    }

    .uk-offcanvas-bar ul.menu-block li a {
        font-size: 22px;
        letter-spacing: 0;
    }

    .uk-offcanvas-bar ul.menu-inline li a {
        list-style: none;
        margin-top: -2px;
        width: 55%;
        float: left !important;
        font-size: 22px;
        letter-spacing: 0px;
    }

    #textSlider.row {
        width: 100% !important;
    }

    .video-overflow #myPageContent #home #textSlider p.ttitle {
        font-size: 22px;
        letter-spacing: 0;
        text-align: left;
        font-weight: 800;
        margin-bottom: 0;
        margin-top: 0;
        margin-top: 8px !important;
        margin-left: 0px !important;
        line-height: 1.2;
        text-transform: uppercase;
    }




    .video-overflow #myPageContent #home #textSlider div,
    .video-overflow #myPageContent #home #textSlider div,
    .video-overflow #myPageContent #home #textSlider div,
    .video-overflow #myPageContent #home #textSlider div,
    .video-overflow #myPageContent #home #textSlider div,
    .video-overflow #myPageContent #home #textSlider div {
        margin-top: 18px;
    }

    .video-overflow #myPageContent #home #textSlider p.p-text-destaque,
    .video-overflow #myPageContent #home #textSlider p {
        white-space: normal;
    }
    section.office,
    footer.footer,
    footer.footer .text-right {
        text-align: center !important;
    }
    footer.footer .newsletter .btn-newsletter{
        top: 10px;
    }
    footer.footer .newsletter input {
        width: 100%;
    }
    /**/
    section.box-conteudo .line-style{
        width: 100%;
    }
    .atuacao-row .uk-tab > *{
        padding-left: 18px;
    }

}
#map-mobile{
    width: 70em !important;
    left: 10em;
}
@media (max-width: 480px){
    .map .map-marker-info {
        display: block !important;
        position: relative !important;
        left: 54% !important;
    }
    .map .map-marker{
        position: relative !important;
        margin: 0px !important;
        width: 100% !important;
    }
    .map-marker-GLOBAL > p {
        margin-left: 0px !important;
        margin-top: -50px !important;
        padding-bottom: 60px !important;
    }
    section.box-conteudo h3.title-intern{
        text-align: center;
    }
    .map .map-markers{
        width: 100% !important;
        margin-left: -12px !important;
    }
    .map-markers .map-marker{
        left: 28px !important;
    }

    .map svg {
        display: none;
    }

    .map .map-marker.map-global a {
        display: none;
    }

    #map-mobile{
        position: relative !important;
        width: none !important;
        left: none !important;
        max-width: min-content;
    }
    .box-team{
        padding: 30px 98px !important;
    }
}

.video-overflow #myPageContent #home #textSlider .iamCol img {
    margin-top: 20px;
}

#textSlider .uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none;
    min-height: 300px !important;
}

@media only screen and (min-width: 1380px) {
    .video-overflow .uk-height-medium-video-intro {
        height: 386px;
        position: absolute;
        zoom: 2;
        margin-top: -60px;
    }

    .video-overflow #myPageContent #home #textSlider .iamCol img {
        margin-top: -25px;
    }

    #myPageContent, section {
        position: relative;
        z-index: 9;
        top: 65%;
    }
    .slider-acontece .uk-card-default img{
        width: 100%;
    }
}





/*


GLOBAL - SLIDE QUARENTENA


*/
section.cases .uk-special.uk-card-default-slide {
    background: #301f66;
    color: #a892ed;
    height: 395px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}


section.cases .uk-card-default-slide {
    background: #301f66;
    color: #a892ed;
    height: 297px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

section.cases .uk-card-default-slide h3.title {
    font-family: 'Biryani', sans-serif;
    font-size: 30px;
    font-weight: 100;
    border-bottom: 0px solid transparent;
    color: #fff;
    line-height: 1;
    padding-top: 60px;
}

section.cases .uk-card-default-slide h3.title span{
    font-weight: 100;
    color: #fff;
    text-transform: none;
}

section.cases .uk-card-default-slide .uk-cover-container {
    overflow: hidden;
    position: relative;
    /*border-radius: 0 50px 50px 0;*/
}

section.cases .uk-card-default-slide span.uk-label {
    background: #fff;
    color: #301f66;
    margin-bottom: 10px;
}

section.cases .uk-card-default-slide {
    color: #fff;
    font-size: 15px;
}

section.cases .uk-card-default-slide a.classical {
    color: #fff;
    border-bottom: 1px dotted #fff;
    font-size: 15px;
}