html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    height: 100%;
}

body {
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.5px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    outline: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    text-transform: uppercase;
    color: #373737;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

h2 {
    text-transform: uppercase;
    color: #373737;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3 {
    text-transform: uppercase;
    color: #373737;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

h4 {
    text-transform: uppercase;
    color: #373737;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 12px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/****************/
/**** GERAIS ****/
/****************/

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.table-cell-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.buttonWhite {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.buttonWhite:hover {
    background-color: #fff;
    color: #346cb7;
}

.buttonBlue {
    display: inline-block;
    border: 1px solid #346cb7;
    padding: 10px 25px;
    text-align: center;
    color: #346cb7;
    font-size: 18px;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.buttonBlue:hover {
    color: #fff;
    background-color: #346cb7;
}

.button-lightblue-vazado {
    display: inline-block;
    border: 1px solid #51cef3;
    padding: 10px 25px;
    text-align: center;
    color: #51cef3;
    font-size: 18px;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.button-lightblue-vazado:hover {
    border: 1px solid #51cef3;
    color: #fff;
    background-color: #51cef3;
}

.button-blue-cheio {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 14px 32px;
    border: none;
    background-color: #2d60a4;
}

.email-msg {
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #83d385;
}

.email-msg p {
    margin-bottom: 0px;
}

/**********************************/
/**** SECTION E MAIN CONTAINER ****/
/**********************************/

section {
    width: 100%;
    min-width: 1242px;
    position: relative;
}

.main-container {
    width: 1242px;
    padding: 0 15px;
    margin: 0 auto;
}

/*****************/
/**** PRELOAD ****/
/*****************/

#preload {
  position: fixed;
  display: table;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: #173965;
}

#preload .progress-bar-logo {
    margin-bottom: 20px;
}

#preload .progress-bar-number {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
}

#preload .progress-bar {
    width: 0%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 100px;
}


/***********************/
/**** HEADER E MENU ****/
/***********************/

header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 90px;
}

header.home {
    top: 40px;
}

header.interno {
    top: 0;
    background-color: rgba(23,57,101,1);
}

header .logo-container {
    float: left;
    width: 292px;
    height: 69px;
    margin-top: 12px;
}

header .logo-container img {
    width: 100%;
}

header .menu-container {
    float: right;
    margin-top: 22px;
}

#menu {
    position: relative;
}

#menu li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 15px;
}

#menu li a .home-icon {
    display: block;
    width: 17px;
    height: 15px;
    background: url(../images/menu_home_icon.png) 0 0 no-repeat;
}

#menu li a:hover .home-icon {
    background-position: -17px 0;
}

#menu li:hover {
    background-color: #346cb7;
}

#menu li:first-child:hover {
    background-color: transparent;
}

#menu li:hover > ul {
    display: block;
}

#menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 40px 15px 20px ;
    background-color: #346cb7;
}

#menu ul.small {
    min-width: 170px;
}

#menu ul.medium {
    min-width: 210px;
}

#menu ul.big {
    min-width: 270px;
}

#menu ul li {
    display: block;
    color: red;
}

#menu ul li a {
    display: block;
    color: #d2d2d2;
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 0;
}

#menu ul li a:hover {
    color: #fff;
}

header .menu-mobile-icon {
    display: none;
    width: 34px;
    height: 34px;
    background: url(../images/menu_mobile_icon.png) 0 0 no-repeat;
    cursor: pointer;
    float: right;
    margin-top: 30px;
}

#menu-mobile {
    display: none;
    z-index: 100;
    position: fixed;
    top: 90px;
    padding: 20px 15px 20px 15px;
    width: 100%;
    height: 200px;
    overflow: auto;
    background-color: #346cb7;
    border-bottom: 1px solid rgba(23,57,101,1);
}

#menu-mobile li a {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

#menu-mobile li li a {
    color: #cccccc;
}


header .social-container {
    float: right;
    margin-top: 35px;
    margin-left: 30px;
    padding-left: 40px;
    background: url(../images/social_separador.png) 0 50% no-repeat;
}

#social li {
    display: inline-block;
    margin-right: 15px;
}

#social li:last-child {
    margin-right: 0px;
}

#social li a {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/social_icons.png) 0 0 no-repeat;
}

#social li a.facebook {
    background-position: 0 0;
}

#social li a.facebook:hover {
    background-position: 0 -25px;
}

#social li a.twitter {
    background-position: -25px 0;
}

#social li a.twitter:hover {
    background-position: -25px -25px;
}

#social li a.youtube {
    background-position: -50px 0;
}

#social li a.youtube:hover {
    background-position: -50px -25px;
}

/****************/
/**** FOOTER ****/
/****************/

footer {
    color: #fff;
}

footer .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #2a2a2a;
}

footer .footer-top .left {
    float: left;
    width: 62%;
}

footer .footer-top .left.mobile {
    display: none;
}

footer .footer-top .left.mobile h5 {
    cursor: pointer;
}

footer .footer-top .coluna {
    float: left;
    text-transform: uppercase;
}

footer .footer-top .coluna.col1 {
    width: 18%;
}

footer .footer-top .coluna.col2 {
    width: 28%;
}

footer .footer-top .coluna.col3 {
    width: 18%;
}

footer .footer-top .coluna.col4 {
    width: 18%;
}

footer .footer-top .coluna.col5 {
    width: 18%;
}

footer .footer-top .coluna h5 {
    margin-bottom: 10px;
}

footer .footer-top .coluna ul.drop {
    margin-bottom: 15px;
}

footer .footer-top .coluna li {
    display: block;
    font-size: 11px;
    line-height: 12px;
}

footer .footer-top .coluna li a {
    display: block;
    padding: 5px 0;
    color: #cdcdcd;
}

footer .footer-top .coluna li a:hover {
    color: #fff;
}

footer .footer-top .right {
    float: right;
    width: 38%;
    padding-left: 4%;
}

footer .footer-top .newsletter form {
    color: #999999;
    text-align: right;
    position: relative;
}

footer .footer-top .newsletter input[type="text"] {
    color: #999999;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 46px;
    padding: 0 15px;
    border: none;
}

footer .footer-top .newsletter button {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    padding: 0 25px;
    color: #fff; 
    font-weight: 700;
    text-transform: uppercase;
    background-color: #2d60a4;
    border: none;
}

footer .footer-bottom {
    color: #999999;
    background-color: #242424;
    height: 95px;
}

footer .footer-bottom .copy {
    float: left;
    margin-top: 38px;
}

footer .footer-bottom .enforce {
    float: right;
    margin-top: 30px;
}

footer .footer-endereco {
    text-align: right;
    color: #cdcdcd;
}

footer .footer-endereco a {
    color: #2d60a4;
}

/************************************/
/**** SECTION HEADERS & CONTENTS ****/
/************************************/

.section-header {
    position: relative;
    width: 100%;
    height: 360px;
    font-size: 16px;
    color: #fff;
    background-color: #1f416e;
}

.section-header h1 {
    color: #fff;
}

.section-header .blue-tile {
    width: 100%;
    height: 104px;
    background-color: rgba(52,108,183,0.8);
}

.section-header .white-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url(../images/plenuserp_white_mask_up.png) 50% 0 no-repeat;
}

.section-header .main-container {
    margin-top: 70px;
}

.section-header .arrowBottom {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    left: 50%;
    margin-left: -21px;
    width: 41px;
    height: 41px;
    background: url(../images/plenuserp_arrows.png) -82px 0 no-repeat;
}

.section-content .main-container {
    margin-top: 30px;
    margin-bottom: 80px;
}

.random .section-content .main-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

/***********************/
/**** HOME E SlIDER ****/
/***********************/

#home {
    height: 100%;
    background-color: #80aeeb;
}

#home .arrowBottom {
    position: absolute;
    text-align: center;
    z-index: 20;
    bottom: 60px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 80px;
    background-color: #red;
}

#home .arrowBottom .utilize {
    display: block;
    width: 100%;
    color: #fff;
}

#home .arrowBottom .arrow {
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url(../images/plenuserp_arrows.png) -82px 0 no-repeat;
}

#royalSlider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    background-color: #ccc;
}

.slide1 {
    background: url(../images/home_bg1.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.slide2 {
    background: url(../images/home_bg2.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.slide3 {
    background: url(../images/home_bg3.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.slide {
    display: table;
    width: 100%;
    height: 100%;
}

.slide .block1 {
    float: left;
    width: 50%;
    padding-right: 1%;
    text-align: right;
}

.slide .block2 {
    float: right;
    width: 50%;
    padding-left: 1%;
    text-align: left;
}

.slide .block2 p {
    font-size: 18px;
    margin-bottom: 10px;
    width: 50%;
}

.slide .title1 {
    display: block;
    color: rgba(81,184,214,0.9);
    font-size: 72px;
    line-height: 0.9;
    text-transform: uppercase;
    font-weight: 700;
}

.slide .title2 {
    display: block;
    color: rgba(52,108,183,0.9);
    font-size: 59px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}

/* SLIDE 2 */
.slide2 .block1 {
    float: none;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.slide2 .block2 {
    float: none;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.slide2 .title2 {
    text-transform: none;
}

.slide2 .block2 p {
    font-size: 18px;
    margin: 0 auto 10px auto;
    width: 50%;
}

.bContainer {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  text-align: left;
}

.slide .rsABlock {
  position: relative;
}

/***************/
/**** SOBRE ****/
/***************/

#sobre {
    z-index: 50;
    background-color: #fff;
}

#sobre .blue-mask {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px;
    background: url(../images/plenuserp_blue_mask.png) 50% 0 no-repeat;
}

#sobre .section-header {
    background: url(../images/sobre_bg.jpg) 50% 0 no-repeat;
}

#sobre .left {
    float: left;
    text-align: right;
    width: 50%;
    padding-right: 30px;
}

#sobre .right {
    float: right;
    text-align: left;
    width: 50%;
    padding-left: 30px;
}

#sobre .section-content .main-container .right .avant {
    display: none;
    margin-bottom: 30px;
}

/*******************/
/**** O SISTEMA ****/
/*******************/

#sistema {
    margin-top: 80px;
    text-align: center;
}

#sistema .section-header {
    background: url(../images/sistema_bg.jpg) 50% 0 no-repeat;
} 

#sistema .intro {
    width: 100%;
    min-height: 365px;
    margin: 0 auto;
    padding: 30px 720px 40px 50px;
    text-align: left;
    background: url(../images/conheca_image.jpg) 100% 100% no-repeat;
}

#sistema .diferenciais {
    padding: 50px 50px;
    text-align: left;
    background-color: #f1f1f1;
}

#sistema .diferenciais p {
    padding-left: 15px;
    margin-bottom: 5px;
    background: url(../images/conheca_itens_black.png) 0 7px no-repeat;
}

#sistema .diferenciais .left {
    float: left;
    width: 48.5%;
    margin-right: 1.5%;
}

#sistema .diferenciais .right {
    float: right;
    width: 48.5%;
    margin-left: 1.5%;
}

#sistema .conceitos {
    padding: 50px 50px;
    color: #fff;
    text-align: left;
    background-color: #346cb7;
}

#sistema .conceitos span {
    font-weight: 700;
}

#sistema .conceitos h2 {
    color: #173965;
}

#sistema .conceitos p {
    padding-left: 15px;
    margin-bottom: 5px;
    background: url(../images/conheca_itens_white.png) 0 7px no-repeat;
}

#sistema .modulos-intro {
    padding: 50px 0 40px;
}

#sistema .modulos-lista {
    width: 100%;
    margin: 0 auto;
}

.modulo {
    position: relative;
    display: block;
    float: left;
    width: 33.3333%;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    cursor: pointer;
}

.modulo .modulo-inner {
    position: relative;
    display: table;
    padding: 30px 40px;
    background-color: #f5f5f5;
}

.modulo:hover .modulo-inner {
    background-color: #fff;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.modulo:nth-child(2n+0) .modulo-inner {
    background-color: #eaeaea;
}

.modulo:nth-child(2n+0):hover .modulo-inner {
    background-color: #fff;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}


.modulo .hover {
  content: '';
  display: block;
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  border: 1px solid #2d61a4;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.modulo:hover .hover {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.modulo-corner-icon {
    position: absolute;
    opacity: 1;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 41px;
    background: url(../images/modulos_corner_icon.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.modulo:hover .modulo-corner-icon {
    opacity: 0;
    bottom: 20px;
    right: 20px;
}

.modulo-content p {
    font-style: italic;
    color: #999;
    font-size: 18px;
    line-height: 1.4;
}

.modulo-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/modulos_icon_sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.gestao-financeiro .modulo-icon { background-position: 0 0; }
.vendas-marketing .modulo-icon  { background-position: 0 -80px; }
.compras-aquisicoes .modulo-icon { background-position: 0 -160px; }
.armazenamento-distribuicao .modulo-icon { background-position: 0 -240px; }
.gestao-clientes-fornecedores .modulo-icon { background-position: 0 -320px; }
.projetos-construcoes .modulo-icon { background-position: 0 -400px; }
.planejamento-recursos .modulo-icon { background-position: 0 -480px; }
.gestao-servicos .modulo-icon { background-position: 0 -560px; }
.controladoria-contabilidade .modulo-icon { background-position: 0 -640px; }
.manufatura-industrial .modulo-icon { background-position: 0 -720px; }

/************************************/
/**** O SISTEMA PAGINAS INTERNAS ****/
/************************************/

#sistema-modulos {
    margin-top: 80px;
    text-align: center;
}

#sistema-modulos .section-header {
    background: url(../images/sistema_bg.jpg) 50% 0 no-repeat;
} 

#sistema-modulos .modulo-interno {
    width: 100%;
    margin: 0 auto;
}

#sistema-modulos .modulo-left {
    float: left;
    width: 31%;
    margin-right: 2.333%; 
}

#sistema-modulos .info {
    position: relative;
    padding: 30px 40px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

#sistema-modulos .voltar {
    text-align: right;
}

#sistema-modulos .modulo-right {
    float: right;
    width: 64%;
    margin-left: 2.666%;
    text-align: left;
}

#sistema-modulos .modulo-right span.bold {
    font-weight: 700;
}

#sistema-modulos .modulo-right img {
    display: block;
    width: 100%;
    padding: 3px;
    border: 1px solid #2d61a4;
}

.modulos-form {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dotted #2d61a4;
}

.modulos-form input[type="text"] {
    color: #999;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 2px solid #dadada;
    margin-bottom: 10px;
}

.modulos-form textarea {
    color: #999;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    border: 2px solid #dadada;
    margin-bottom: 10px;
    resize: none;
}

.modulos-form-button {
    text-align: right;
}

/***************************/
/**** NOVIDADES INTERNA ****/
/***************************/

#novidades-interna {
    margin-top: 80px;
    text-align: center;
}

#novidades-interna .section-header {
    background: url(../images/novidades_bg.jpg) 50% 0 no-repeat;
} 

#novidades-interna .intro {
    width: 60%;
    margin: 0 auto;
}

#novidades-interna .list {
    width: 70%;
    margin: 40px auto 60px auto;
}

#novidades-interna .novidade {
    width: 100%;
    margin-bottom: 20px;
}

#novidades-interna .novidade:hover .titulo-container {
    color: #fff;
    background-color: #51cef3;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}
#novidades-interna .novidade:hover .titulo-container .more {
    color: #2d60a4;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

#novidades-interna .novidade .data-container {
    float: left;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #2d60a4;
    width: 28%;
    height: 52px;
    padding: 18px 0 18px 0;
    background-color: #51cef3;
}

#novidades-interna .novidade .data-container .bold {
    font-weight: 700;
}

#novidades-interna .novidade .data-container .time {
    color: #fff;
}

#novidades-interna .novidade .titulo-container {
    position: relative;
    float: right;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    width: 72%;
    height: 52px;
    padding: 18px 80px 18px 15px;
    border: 1px solid #51cef3;
    cursor: pointer;
}

#novidades-interna .novidade .more {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: #51cef3;
    font-weight: 700;
}

#novidades-interna .novidade .conteudo-container {
    display: none;
    clear: both;
    background-color: #eeeeee;
    text-align: left;
    padding: 20px;
    margin-left: 28%;
    width: 72%;
}

/*****************************/
/**** DEPOIMENTOS INTERNA ****/
/*****************************/

#depoimentos-interna {
    margin-top: 80px;
    text-align: center;
}

#depoimentos-interna .section-header {
    background: url(../images/depoimentos_bg.jpg) 50% 0 no-repeat;
} 

#depoimentos-interna .intro {
    width: 60%;
    margin: 0 auto;
}

#depoimentos-interna .list {
    width: 70%;
    margin: 40px auto 60px auto;
}

#depoimentos-interna .left-container {
    float: left;
    width: 48%;
    margin-right: 2%;
}

#depoimentos-interna .right-container {
    float: right;
    width: 48%;
    margin-left: 2%;
}

#depoimentos-interna .depoimento {
    margin-bottom: 30px;
}

#depoimentos-interna .depoimento:hover .conteudo-container {
    color: #fff;
    background-color: #51cef3;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

#depoimentos-interna .depoimento:hover .conteudo-container span {
    color: #2d60a4;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

#depoimentos-interna .depoimento:hover .conteudo-container .nome {
    color: #2d60a4;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

#depoimentos-interna .cliente-container {
    display: table;
    text-align: center;
    width: 100%;
    height: 180px;
    padding: 40px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    background-color: #eee;
}

#depoimentos-interna .conteudo-container {
    text-align: left;
    padding: 30px;
    margin: 0 1px;
    border-bottom: 1px solid #51cef3;
}

#depoimentos-interna .conteudo-container span {
    color: #51cef3;
    font-size: 18px;
    font-weight: 700;
}

#depoimentos-interna .conteudo-container .nome {
    font-size: 18px;
    color: #333;
}

/************************/
/**** VIDEOS INTERNA ****/
/************************/

#videos-interna {
    margin-top: 80px;
    text-align: center;
}

#videos-interna .section-header {
    background: url(../images/videos_bg.jpg) 50% 0 no-repeat;
} 

#videos-interna .intro {
    width: 60%;
    margin: 0 auto;
}

#videos-interna .list {
    width: 70%;
    margin: 40px auto 60px auto;
}

#videos-interna .video  {
    margin-bottom: 30px;
}

#videos-interna .left-container {
    float: left;
    width: 48%;
    margin-right: 2%;
}

#videos-interna .right-container {
    float: right;
    width: 48%;
    text-align: left;
    margin-top: 60px;
    margin-left: 2%;
}

#videos-interna .titulo-container {
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
    background-color: #51cef3;
}

/*********************/
/**** ATENDIMENTO ****/
/*********************/

#atendimento {
    margin-top: 80px;
    text-align: center;
}

#atendimento .section-header {
    background: url(../images/atendimento_bg.jpg) 50% 0 no-repeat;
}

#atendimento form {
    display: block;
    width: 30%;
    margin: 0 auto;
}

#atendimento input[type="text"], #atendimento input[type="password"] {
    color: #999;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 2px solid #dadada;
    margin-bottom: 10px;
}

/*****************/
/**** CONTATO ****/
/*****************/

#contato {
    margin-top: 80px;
    text-align: center;
}

#contato .section-header {
    background: url(../images/contato_bg.jpg) 50% 0 no-repeat;
}

#contato .left-container {
    float: left;
    width: 33.3333%;
    text-align: left;
}

#contato .left-container .social li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url(../images/social_icons.png) 0 -25px no-repeat;
}

#contato .left-container .social li a {
    display: block;
    width: 25px;
    height: 25px;
}

#contato .left-container li.facebook {
    background-position: 0 -25px;
}

#contato .left-container li.twitter {
    background-position: -25px -25px;
}

#contato .left-container li.youtube {
    background-position: -50px -25px;
}

#contato .right-container {
    float: left;
    text-align: left;
    width: 62.6666%;
    margin-left: 4%;
}

#contato .right-container input[type="text"] {
    color: #999;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 2px solid #dadada;
    margin-bottom: 10px;
}

#contato .right-container textarea {
    color: #999;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    border: 2px solid #dadada;
    margin-bottom: 10px;
    resize: none;
}

#contato .right-container .form-left {
    float: left;
    width: 49%;
    margin-right: 1%;
}

#contato .right-container .form-right {
    float: right;
    width: 49%;
    margin-left: 1%;
}

#localizacao {
    margin-top: 60px;
}

#localizacao .mapa {
    float: left;
    width: 50%;
    height: 400px;
	background: url(../images/map.png) 50% 0 no-repeat;
	cursor: pointer;
}

#localizacao .endereco {
    display: table;
    float: right;
    width: 50%;
    height: 400px;
    padding: 50px;
    background-color: #e5e5e5;
}

#localizacao .endereco .table-cell-container {
    text-align: left;
}

#localizacao .endereco .table-cell-container .texto {
    color: #999999;
    font-size: 16px;
    font-style: italic;
}

/*************************/
/**** SECTIONS RANDOM ****/
/*************************/

section.random {
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: #2d60a4;
}

section.random .white-mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    background: url(../images/plenuserp_white_mask_down.png) 50% 0 no-repeat;
}

#novidades .intro {
    float: left;
    width: 25%;
    text-align: right;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

#novidades .intro h1 {
    color: #fff;
}

#novidades .intro a {
    color: #51cef3;
}

#novidades .new {
    float: left;
    display: block;
    color: #fff;
    width: 21%;
    margin: 8px 0 0 4%;
    padding: 25px;
    border: 1px solid #51cef3;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

#novidades .new:hover {
    background-color: #51cef3;
}

#novidades .new .dia, #novidades .new .ano {
    font-weight: 700;
}

#novidades .new .hora {
    font-weight: 700;
    color: #51cef3;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

#novidades .new:hover .hora {
    color: #2d60a4;
}

#novidades p {
    margin-bottom: 0;
}

#depoimentos .intro {
    float: left;
    width: 25%;
    text-align: right;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

#depoimentos .intro h1 {
    color: #fff;
}

#depoimentos .intro a {
    color: #51cef3;
}

#depoimentos .depoimento {
    float: left;
    display: block;
    color: #fff;
    width: 71%;
    margin: 8px 0 0 4%;
    padding: 25px;
    border: 1px solid #51cef3;
    line-height: 22px;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

#depoimentos .depoimento span {
    font-size: 18px;
    font-weight: 700;
    color: #51cef3;
}

#depoimentos .depoimento p {
    margin-bottom: 0;
}

#depoimentos .depoimento:hover {
    background-color: #51cef3;
}

#depoimentos .depoimento:hover span {
    color: #2d60a4; 
}

#videos .intro {
    float: left;
    width: 25%;
    text-align: right;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

#videos .intro h1 {
    color: #fff;
}

#videos .intro a {
    color: #51cef3;
}

#videos .video {
    float: left;
    display: block;
    color: #fff;
    width: 33%;
    margin: 8px 0 0 4%;
    padding: 25px;
    border: 1px solid #51cef3;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

#videos .video .video-image {
    position: relative;
    float: left;
    width: 25%;
}

#videos .video .video-image .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/random_videos_icon.png) 50% 50% no-repeat;
    background-color: rgba(0,0,0,0.6);
}

#videos .video .video-image img {
    display: block;
    width: 100%;
}

#videos .video .video-content {
    display: table;
    float: right;
    width: 72%;
    margin-left: 3%;
}

#videos .video .video-content .table-cell-container {
    text-align: left;
}

#videos .video .video-content p {
    margin-bottom: 0px;
}

#videos .video:hover {
    background-color: #51cef3;
}

#videos .video:hover .hover {
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}
