/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ GERAL ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import url('../fonts/stylesheet.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700|Nunito+Sans:300,400,700,900&display=swap');

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

body {
    overflow-x: hidden;
    font-family: 'Nunito Sans', sans-serif;
    background: #FFF;
    color: #2a2a2a;
}

.center-box {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%); 
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%); 
    transform:translate(-50%, -50%);
}


.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.padding0 {
    padding: 0px;
}

.relative {
    position: relative;
}


.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.py-50 {
    padding: 50px 0px;
}

/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ HEADER ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

header {
    background: #000;
    border-bottom: 2px solid #FFF;
}


/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ MENU ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

nav {
    position: relative;
}

ul.menu  {
    display: table;    
    margin:0px;
}

ul.menu  li {
    list-style-type: none;
    display: table-cell;
    padding: 20px 0px;
}

ul.menu li a {
    color: #FFF;
    text-transform: uppercase;
    padding: 0px 30px;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
}

ul.menu li.menu-contato{
    background: #f1766b;
}

.circle-menu {
    position: absolute;
    right: 0px;
    bottom: -100px;
}

.menu-mobile {
    display: none;
}

.open-menu {
    padding: 20px 0px; 
}

.open-menu .icon-bar{
    width: 30px;
    height: 4px;
    display: block;
    background: #FFF;
    margin: 4px 0px;
}

/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ CONTEUDO ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

section {
    padding: 100px 0px;
}

#home {
    background:#000;
    color: #FFF;
}

.circles-home {
    position: absolute;
    right: -90px;
    top: -90px;
}

.text-home {
    padding-top: 450px;
    line-height: 1.8em;
}

#sentido {
    background: #f1f1f1;
    color: #000;  
    padding: 200px 0px;  
}

.text-sentido {
    text-align: right;
}

.destaque {
    font-size: 5em;
    font-style: italic;
    font-weight: 700;
    line-height: 1.1em;
}

.destaque.first-row, .destaque.last-row {
    padding-right: 60px;
}

#content-sentido .autor {
    position: absolute;
    right: 0px;
    color: #f2766b;
    background: #000;
    font-style: italic;
    font-weight: bold;
    padding: 10px 15% 10px 20px;
}

#formatos {
    background: #000;
    padding: 300px 0px 0px 0px;
    }

.circles-formato {
    position: absolute;
    right: -500px;
    top: -110px;
}


#formatos .title {
    padding-top: 200px;
}

#formatos .title h2 {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1.2em;
    padding-left: 110px;
}

#formatos .title .big {
    color: #eb5c57;
    font-size: 22em;
    font-weight: bold;
    position: absolute;
}

.formato {
    padding-top: 150px;
    margin-bottom: 80px;
    color: #FFF;
    line-height: 2em;
}

.formato h3 {
    font-size: 1em;
    margin-top: 30px;
}

.formato .link-red {
    color: #eb5c57 !important;
    font-size: 1.5em;
    text-decoration: none !important;
}

#clientes {
    background: #f1f1f1;
    color: #000;  
    padding: 100px 0px; 
    line-height: 2em; 
}

.clientes-left {
    position: absolute;
    bottom:50px;
    left: 0px;
}

.clientes-right {
    position: absolute;
    bottom: -800px;
    right: 0px;
}

.clientes-title h4{
    color: #eb5c57;
    font-size: 5em;
    font-weight: 900;
    line-height: 0.8em;
}

.clientes-logos {
    margin-top: 40px;
}

.cliente-logo {
    padding: 10px;
}

#contato {
    overflow: hidden;
    padding-top: 80px;
}

.circles-form {
    position: absolute;
    top: 0px;
    left: -500px
}

.sentido-form {
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 5em;
    font-weight: 700;
    line-height: 1.2em;
}

.rede {
    padding: 3px;
    position: relative;
    z-index: 2;
}

#trilha {
    background: #f1f1f1;
    color: #000;  
    padding: 100px 0px; 
    line-height: 2em; 
}

.circles-trilha {
    position: absolute;
    right: -500px;
    top: 400px;
}

#trilha form {
    width: 50%;
    display: table;
    margin:0px auto;
    position: relative;
}

.submit-ok {
    border: 1px solid #eb5c57 !important;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px !important;
    height: 33px;
    font-size: 1.2em !important;
}

.newsletter {
    width: 100%;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(168,168,168,1);
    -moz-box-shadow: 0px 3px 5px -2px rgba(168,168,168,1);
    box-shadow: 0px 3px 5px -2px rgba(168,168,168,1);
    border: none;
    padding: 0px 50px 0px 10px;
}

#episodios {
    background: #000;
    position: relative;
    z-index: 1;
    color: #FFF;
    padding-bottom: 30px;
}

#carouselEps {
    margin-bottom: 80px;
}

.slide-eps {
    text-align: center;
}

.slide-eps h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0px;
}

.slide-eps h4 {
    color: #eb5c57;
    font-size: 1em;
}

.embed-igtv {
    margin-top: -54px;
    height: 607px;
    overflow: hidden;
}

#mappa {
    background: #000;
    color: #FFF;
}

#mappa h3 {
    color: #eb5c57;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0px;
}

#fluxograma {
    background: #f2766b;
}

.hexagono {
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    width: 130px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.hex-01 {
    top: 53px;
    left: 20px;
}

.hex-02 {
    top: 265px;
    left: 105px;
}

.hex-03 {
    top: 337px;
    left: 239px;
}

.hex-04 {
    top: 414px;
    left: 107px;
}

.hex-05 {
    top: 569px;
    left: 305px;
}

.hex-06 {
    top: 624px;
    left: 173px;
}

.hex-07 {
    top: 770px;
    left: 67px;
}

.hex-08 {
    top: 844px;
    left: 199px;
}

.hex-09 {
    top: 930px;
    left: 328px;
}

#decole {
    background: #f1766b;
    color: #000;
}

#decole h3 {
    color: #000;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0px 0px 0px;
    font-weight: bold;
}

.contato-decole {
    background: #f1f1f1;
}

.circle-decole {
    top:-300px;
}

#dentro {
    background: #000;
    color: #FFF;
    overflow:hidden;
}

#dentro h3 {
    color: #FFF;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0px 0px 0px;
    font-weight: bold;
}

.circle-dentro {
        background: #eb5c56;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    position: absolute;
    bottom: -600px;
    left: 50%;
    margin-left: -350px;
}

/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ FORMULARIO ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.input{
    background: none;
    border: none;
    border-bottom: 3px solid #a6aaa9;
    padding: 5px 5px 0px 5px;
    margin-bottom: 25px;
    color: #a6aaa9;
    font-size: 1.2em;
    width: 100%;
}

textarea {
    height: 160px;
}

.input::-webkit-input-placeholder {
    color: #a6aaa9;
    font-size: 2em;
    font-weight: bold;
}

.input:-moz-placeholder {
    color: #a6aaa9;
}

.input::-moz-placeholder {
    color: #a6aaa9;
}

.input:-ms-input-placeholder {  
    color: #a6aaa9;
}

.wpcf7-submit {
    display: block;
    background: none;
    color: #eb5c57;
    border: 6px solid #eb5c57;
    padding: 0px;
    font-size: 2em;
    margin: 0px auto;
    width: 100%;
    text-transform: lowercase;
    transition: all 0.8s ease;
}

.wpcf7-submit:hover {
    background: #eb5c57;
    color: #FFF;
}

.wpcf7-response-output {
    float:left;
    display:block;
    width:100%;
}


.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    font-weight: bold;
    color: #FFF;
}

span.wpcf7-not-valid-tip {
    color: #FFF !important;
    font-size: 1em;
    display: block;
    background: #f00;
    padding: 5px;
}



/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ FOOTER ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ RESPONSIVO ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* CELULAR */
@media (max-width: 700px) {

    header {
        position: fixed !important;
        width: 100%;
        top:0px;
        left: 0px;
        background: #000;
        z-index: 50;
    }

    ul.menu {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    ul.menu  li {
        display: block;
        padding: 20px 0px;
        border-bottom: 1px solid #CCC;
    }

   .circles-home {
        z-index: 0;
        opacity: 0.5;
    }

    .text-home {
        padding-top: 100px;
    }

    section {
        overflow: hidden;
    }

    .clientes-title h4{
        font-size: 3em;
    }

    .clientes-left,  .clientes-right, .circle-menu, .menu-desktop {
        display: none;
    }

    .sentido-form {
        font-size: 3em;
        font-weight: 700;
        line-height: 1em;
        margin-bottom: 60px;
    }

    .embed-igtv {
        margin-top: -54px;
        height: 521px;
        overflow: hidden;
    }

    .hex-01 {
        top: 45px;
        left: 12px;
    }

    .hex-02 {
        top: 230px;
        left: 86px;
    }

    .hex-03 {
        top: 282px;
        left: 200px;
        width: 118px
    }

    .hex-04 {
        top: 357px;
        left: 86px;
    }

    .hex-05 {
        top: 489px;
        left: 250px;
    }

    .hex-06 {
        top: 534px;
        left: 140px;
    }

    .hex-07 {
        top: 658px;
        left: 48px;
    }

    .hex-08 {
        top: 719px;
        left: 162px;
    }

    .hex-09 {
        top: 795px;
        left: 270px;
    }
    
}
