[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

h1 {
    font-size: 1em;
    margin: 0;
}

h2 {
    font-size: 1em;
    margin: 0;
}

b, strong {
    font-weight: bold;
}

p, pre {
    margin: 1em 0;
}

pre, code, kbd, samp {
    font-family: monospace,serif;
    _font-family: 'courier new',monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    font-size: 10px;
    color: transparent;
}

svg:not(:root) {
    overflow: hidden;
}

* {
    list-style: none;
    position: relative;
}

li {
    list-style: none;
}

img {
    border: 0;
}

/* ----------
GLOBAL RESETS
-------------------------- */
form {
    height: 100%;
    background: #fff;
}

html, body {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    color: #666;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    border: 0;
    padding: 0;
    font-weight: normal;
}

.hidden {
    display: none;
}

a {
    color: #333;
}

a, a:hover, a:active {
    text-decoration: none;
    outline: none;
}

a:visited {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}



#loading, .loading {
    background: url("../images/progress.gif") no-repeat scroll center center #000;
    height: 100%;
    -ms-zoom: 1;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.js-imagescale {
    opacity: 0;
    transition: opacity ease-in-out 300ms;
}

.js-imagescale.notrans {
    transition: none;
}


.js-imagescale.loaded {
    opacity: 1;
}



.modulo-404 {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #AAA;
}

.modulo-404 .container {
    clear: both;
    width: 90%;
    max-width: 960px;
    padding: 12% 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: 99;
}

.modulo-404 .tit {
    font-size: 110px;
    font-weight: 800;
    line-height: 120%;
    color: #333;
    text-transform: uppercase;
}

.modulo-404 .subtit {
    font-size: 24px;
    font-weight: 800;
    color: #333;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 4%;
}


.modulo-404 .texto {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 120%;
    margin-bottom: 6%;
}

.modulo-404 .link {
    font-size: 16px;
    font-weight: 800;
    color: #333;
    line-height: 120%;
    text-decoration: underline;
}






/* -------------
	FONTES
------------------------ */
.ffLight {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
}

.ffRegular, .ffLight b, .ffLight strong {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
}

.ffBold, .ffRegular b, .ffRegular strong {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
}

.arial {
    font-family: Arial, sans-serif;
}


/* -------------
	COOKIES
------------------------ */
.cookies_container {
    display: none;
    clear: both;
    position: fixed;
    bottom: 0%;
    left: 0;
    z-index: 1000;
    width: 100%;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.cookies_container .texto {
    text-align: left;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    width: 90%;
    font-size: 14px;
}

.cookies_container .aceitar {
    border: 2px solid #111;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 14px;
    display: block;
    float: right;
    margin-right: 35px;
    max-width: 220px;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.cookies_container .aceitar {
    margin-right: 0;
}

.cookies_container .wrapper_texto {
    float: left;
    width: 69%;
    text-align: center;
    padding: 20px 0;
    line-height: 1.5em;
}

.cookies_container .wrapper_texto a {
    color: #000;
    text-decoration: underline;
}

.cookies_container .wrapper_link {
    float: right;
    margin: 20px;
}

/* - Ajustes Responsive - */
.big .cookies_container .wrapper_texto {
    width: 83%;
}

.large .cookies_container .wrapper_texto {
    width: 79%;
}

.large .cookies_container .texto {
    font-size: .9em;
}

.normal .cookies_container .wrapper_texto {
    width: 75%;
}

.normal .cookies_container .texto {
    font-size: .8em;
    line-height: 1.2em;
}

.normal .cookies_container .texto a {
    font-size: .9em
}

.small .cookies_container .texto {
    font-size: .7em
}

.small .cookies_container .texto a {
    font-size: .9em
}

.small .cookies_container .wrapper_texto {
    width: 67%;
}

.mini .cookies_container {
    padding-bottom: 20px;
}

.mini .cookies_container .texto {
    font-size: .8em;
    line-height: 1.4em;
}

.mini .cookies_container .wrapper_texto {
    width: 100%;
    float: none;
    text-align: center;
}

.mini .cookies_container .wrapper_link {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0 0 0;
    margin: 0 auto;
}

.mini .cookies_container .wrapper_link .aceitar {
    margin: 0 auto;
    display: block;
    float: none;
    line-height: 37px;
    max-width: 180px;
    min-width: 140px;
    padding: 5px 30px;
}


/* -------------
	BARRA TOPO 
---------------- */
.barra-topo {
    background: url(../images/barra_topo.jpg) no-repeat left top;
    height: 15px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

/* -------------
	HEADER 
---------------- */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 1700px;
    padding-top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 98;
}

.mini .header {
    padding-top: 50px;
    text-align: center;
}

/* - Redes Sociais - */
.modulo-link-redes {
    float: right;
    margin: 0;
    max-width: 50%;
}

.modulo-link-redes li {
    display: inline-block;
    text-indent: -1000px;
    overflow: hidden;
}

.modulo-link-redes li a {
    display: block;
    width: 41px;
    height: 41px;
    padding: 5px;
    border-radius: 50%;
    background: url(../images/sprite.png) no-repeat;
    margin: 0;
    transition: all 200ms
}

.modulo-link-redes li a.facebook {
    background-position: 4px -238px
}

.modulo-link-redes li a.twitter {
    background-position: 4px -292px
}

.modulo-link-redes li a.google {
    background-position: 4px -348px
}

.modulo-link-redes li a.youtube {
    background-position: 4px -75px
}

.modulo-link-redes li a.linkedin {
    background-position: 4px -130px
}

.modulo-link-redes li a.blog {
    background-position: 4px -183px
}

.modulo-link-redes li a.behance {
    background-position: 4px -403px
}

.modulo-link-redes li a.pinterest {
    background-position: 4px -458px
}

.modulo-link-redes li a.instagram {
    background-position: 4px -513px
}

.modulo-link-redes li a.facebook:hover {
    background-position: -47px -238px
}

.modulo-link-redes li a.twitter:hover {
    background-position: -47px -292px
}

.modulo-link-redes li a.google:hover {
    background-position: -47px -348px
}

.modulo-link-redes li a.youtube:hover {
    background-position: -46px -75px
}

.modulo-link-redes li a.linkedin:hover {
    background-position: -47px -130px
}

.modulo-link-redes li a.blog:hover {
    background-position: -47px -183px
}

.modulo-link-redes li a.behance:hover {
    background-position: -47px -403px
}

.modulo-link-redes li a.pinterest:hover {
    background-position: -47px -458px
}

.modulo-link-redes li a.instagram:hover {
    background-position: -47px -513px
}


.mini .header .modulo-link-redes {
    display: none;
}

/* -------------
	SLIDER 
---------------- */
.modulo-slider {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.modulo-slider-item {
}

.modulo-slider-item img {
    left: -999px;
    top: -999px;
    right: -999px;
    bottom: -999px;
    margin: auto;
    height: 100%;
    position: absolute;
}

.modulo-slider-texto {
    position: absolute;
    height: 342px;
    left: 0;
    right: 0;
    top: 90px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    max-width: 990px;
    text-align: center;
}

.modulo-slider-texto .linha1 {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 300;
    display: block;
    padding: 0;
    margin-bottom: 20px;
}

.modulo-slider-texto .linha1 span {
    padding-left: 30px;
    display: inline-block;
}

.modulo-slider-texto .linha1 span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 30px;
    top: -4px;
    position: relative;
}

.modulo-slider-texto .linha1 span:first-child {
    padding-left: 0;
}

.modulo-slider-texto .linha1 span:first-child:before {
    display: none;
}

.modulo-slider-texto .linha2 {
    font-size: 90px;
    color: #FFFFFF;
    font-weight: 900;
    display: block;
}

.modulo-slider-texto .button {
    cursor: pointer;
    display: inline-block;
    padding: 20px 70px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 50px;
}

.modulo-slider-texto .button:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,1);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    transition: all 300ms
}

.modulo-slider-texto .button:hover:after {
    padding: 8px;
    left: -10px;
    top: -10px;
    border: 2px solid rgba(255,255,255,0);
}


/* - bx slider - */
.modulo-slider-item {
    height: 800px;
    overflow: hidden
}

.bx-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.bx-controls .bx-prev,
.bx-controls .bx-next {
    width: 30px;
    height: 60px;
    background: url(../images/sprite.png) no-repeat -1px -15px;
    display: block;
    position: absolute;
    top: -420px;
    left: 50px;
}

.bx-controls .bx-next {
    background-position: -34px -15px;
    right: 50px;
    left: auto;
}

.bx-controls .bx-pager {
    text-align: center;
}

.bx-controls .bx-pager-item {
    display: inline-block;
}

.bx-controls .bx-pager-item a {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/sprite.png) no-repeat -66px 0;
    text-indent: 1000px;
    overflow: hidden;
    margin: 0 5px;
}

.bx-controls .bx-pager-item a.active {
    background-position: -82px 0px;
}

/* - Ajustes Responsive - */
.large .modulo-slider-item {
    height: 700px;
}

.large .bx-controls .bx-prev,
.large .bx-controls .bx-next {
    top: -370px;
}

.normal .modulo-slider-texto .linha2 {
    font-size: 70px;
}

.normal .modulo-slider-item {
    height: 600px;
}

.normal .bx-controls .bx-prev,
.normal .bx-controls .bx-next {
    top: -300px;
}

.small .modulo-slider-texto .linha2 {
    font-size: 70px;
}

.small .modulo-slider-item {
    height: 600px;
}

.small .bx-controls .bx-prev,
.small .bx-controls .bx-next {
    display: none;
}


.mini .modulo-slider-texto {
    height: 340px;
    width: 90%;
    overflow: hidden;
}

.mini .modulo-slider-texto .linha1 {
    font-size: 16px;
}

.mini .modulo-slider-texto .linha1 span {
    padding-left: 15px;
}

.mini .modulo-slider-texto .linha1 span:first-child {
    padding-left: 0px;
}

.mini .modulo-slider-texto .linha1 span:before {
    margin-right: 15px;
}

.mini .modulo-slider-texto .linha2 {
    font-size: 50px;
}

.mini .modulo-slider-item {
    height: 600px;
}

.mini .bx-controls .bx-prev,
.mini .bx-controls .bx-next {
    display: none;
}


/* -------------
	TEXTO 
---------------- */
.modulo-texto {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    font-weight: 300;
    color: #111111;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

.modulo-texto h1 {
    padding: 20px 0px;
    border: 5px solid #111111;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 560px;
    width: 90%;
    margin-bottom: 60px;
}

.modulo-texto pre {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 1em;
}


/* -------------
	CRONOGRAMA 
---------------- */
.modulo-cronograma {
    width: 100%;
    margin: 0 auto;
    margin-top: 125px;
    color: #111111;
    border-top: 1px solid #D4D4D4;
}

.modulo-cronograma-itens {
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

.modulo-cronograma-item {
    display: table-cell;
    width: 11%;
    margin-right: 1%;
    vertical-align: top;
    border-left: 1px solid #F1F1F1;
    text-align: left;
}

.modulo-cronograma-item:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/sprite.png) no-repeat 0 0;
    position: absolute;
    left: -7px;
    top: -7px;
}

.modulo-cronograma-titulo {
    font-size: 16px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    padding-left: 20px;
    padding-top: 20px;
}

.modulo-cronograma-conteudo {
    font-size: 12px;
    display: block;
    line-height: 1.5em;
    max-width: 150px;
    padding-left: 20px;
}

.modulo-cronograma-item.item1 .modulo-cronograma-titulo {
    color: #111111;
}

.modulo-cronograma-item.item2 .modulo-cronograma-titulo {
    color: #88084E;
}

.modulo-cronograma-item.item3 .modulo-cronograma-titulo {
    color: #AA0346;
}

.modulo-cronograma-item.item4 .modulo-cronograma-titulo {
    color: #DF0049;
}

.modulo-cronograma-item.item5 .modulo-cronograma-titulo {
    color: #E40042;
}

.modulo-cronograma-item.item6 .modulo-cronograma-titulo {
    color: #E5203E;
}

.modulo-cronograma-item.item7 .modulo-cronograma-titulo {
    color: #EB6134;
}

/* - Ajustes Responsive - */
.normal .modulo-cronograma {
    text-align: center;
}

.normal .modulo-cronograma-item {
    width: 28%;
    margin-bottom: 60px;
    display: inline-block;
}

.small .modulo-cronograma {
    text-align: center;
}

.small .modulo-cronograma-item {
    width: 45%;
    margin-bottom: 60px;
    display: inline-block;
}

.mini .modulo-cronograma {
    text-align: left;
    border: 0;
}

.mini .modulo-cronograma-item {
    width: 80%;
    padding-top: 10px;
    border-left: 0px;
    border-top: 3px solid #F1F1F1;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

.mini .modulo-cronograma-item:before {
    left: -5px;
    top: -18px;
    border: 10px solid #FfF;
    border-bottom: 0;
    border-right: 0;
}

.mini .modulo-cronograma-titulo {
    padding-top: 10px;
}

.mini .modulo-cronograma-conteudo {
    max-width: none;
    font-size: 13px;
}


/* -------------
	EMPRESAS 
---------------- */
.modulo-empresas {
    width: 100%;
    margin-top: 100px;
    background: url(../images/bg_empresa.jpg) repeat center top;
    padding-top: 80px;
    padding-bottom: 90px;
    text-align: center;
    color: #fff;
}

.modulo-empresas .percentagens {
    height: 12px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1024px;
    width: 90%;
    display: block;
    margin-top: 40px;
}

.modulo-empresas .percentagens > span {
    display: block;
    float: left;
    width: 25%;
    height: 12px;
}

.modulo-empresas .percentagens .empresa1 {
    background-color: #1178B7;
    width: 41%;
}

.modulo-empresas .percentagens .empresa2 {
    background-color: #EE8140;
    width: 33%;
}

.modulo-empresas .percentagens .empresa3 {
    background-color: #D01173;
    width: 13%;
}

.modulo-empresas .percentagens .empresa4 {
    background-color: #891250;
    width: 13%;
}


/* - Link Empresa - */
.modulo-link-empresa {
    margin-top: 50px;
    text-align: center;
    margin: 0 auto;
    max-width: 950px;
    width: 90%;
}

.modulo-link-empresa > li {
    display: inline-block;
    width: 30%;
    margin: 0 1%;
    vertical-align: top;
    margin-top: 50px;
}

.modulo-link-empresa > li:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: url(../images/sprite.png) no-repeat;
    margin: 0 auto;
    margin-bottom: 15px;
}

.modulo-link-empresa > li.empresa1:before {
    background-position: -15px 0px;
}

.modulo-link-empresa > li.empresa2:before {
    background-position: -26px 0px;
}

.modulo-link-empresa > li.empresa3:before {
    background-position: -36px 0px;
}

.modulo-link-empresa > li.empresa4:before {
    background-position: -46px 0px;
}

.modulo-link-empresa-titulo {
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.modulo-link-empresa a {
    color: #fff;
    font-size: 15px;
}

/* - Ajustes Responsive - */
.mini .modulo-link-empresa > li {
    width: 45%;
}



/* ------------------------
	ICONES  ESTATISTICAS
--------------------------- */


.modulo-icones {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: #111111;
}

.modulo-icones li {
    width: 215px;
    display: inline-block;
    margin: 0 3%;
    vertical-align: top;
}

.modulo-icones li .modulo-icones-icon {
    width: 215px;
    height: 215px;
    display: inline-block;
    margin-bottom: 30px;
    transition: all 200ms
}

.modulo-icones li .modulo-icones-icon:after {
    width: 95px;
    height: 70px;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -47px;
    margin-top: -35px;
    transition: all 200ms
}

.modulo-icones li.icon1 .modulo-icones-icon {
    background: url(../images/icones/icon1_border.png) no-repeat center center
}

.modulo-icones li.icon2 .modulo-icones-icon {
    background: url(../images/icones/icon2_border.png) no-repeat center center
}

.modulo-icones li.icon3 .modulo-icones-icon {
    background: url(../images/icones/icon3_border.png) no-repeat center center
}

.modulo-icones li.icon1 .modulo-icones-icon:after {
    background: url(../images/icones/icon1_center.png) no-repeat center center
}

.modulo-icones li.icon2 .modulo-icones-icon:after {
    background: url(../images/icones/icon2_center.png) no-repeat center center
}

.modulo-icones li.icon3 .modulo-icones-icon:after {
    background: url(../images/icones/icon3_center.png) no-repeat center center
}

.modulo-icones li .modulo-icones-icon:hover {
    transform: rotate(20deg);
}

.modulo-icones li .modulo-icones-icon:hover:after {
    transform: rotate(-20deg);
}

.modulo-icones .modulo-icones-titulo {
    font-weight: 700;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    min-height: 80px;
}

.modulo-icones .modulo-icones-titulo:before {
    content: '';
    display: block;
    width: 52px;
    margin: 0 auto;
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
}

.modulo-icones .modulo-icones-descricao {
    margin-top: 20px;
    font-size: 18px;
    display: block;
}


/* - Ajustes Responsive - */
.small .modulo-icones li {
    margin: 0 1%;
}

.mini .modulo-icones li {
    width: 90%;
    margin-top: 90px;
    text-align: center;
}

.mini .modulo-icones li:first-child {
    margin-top: 0;
}

.mini .modulo-icones .modulo-icones-titulo {
    min-height: none;
}

.mini .modulo-icones li .modulo-icones-icon {
    margin-bottom: 20px;
}

/* -------------
	CONTACTOS 
---------------- */
.modulo-contactos {
    text-align: center;
    background-color: #EEEEEE;
    padding-top: 70px;
    font-size: 13px;
}

.modulo-contactos h1 {
    padding: 20px 0px;
    border: 5px solid #111111;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 560px;
    width: 90%;
    margin-bottom: 60px;
    color: #111111;
}

.modulo-contactos h1:after {
    content: '';
    width: 100%;
    display: block;
}

.modulo-contactos .modulo-contactos-holder {
    max-width: 780px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.modulo-contactos .contacto {
    width: 227px;
    display: inline-block;
    border-left: 3px solid #F2F2F2;
    padding-left: 20px;
    vertical-align: top;
}

.modulo-contactos .contacto:first-child {
    border: 0;
    padding: 0;
}

.modulo-contactos .contacto h2 {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* - Ajustes Responsive - */
.mini .modulo-contactos .contacto {
    width: 90%;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
}


/* --  LOGOS CONTACTOS -- */
.modulo-logos {
    border-top: 3px solid #F2F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modulo-logos a {
    margin: 0 30px;
    display: inline-block;
}

.modulo-logos a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(238,238,238,1);
    opacity: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 3px;
    padding: 4px;
    transition: all 300ms
}

.modulo-logos a:hover:after {
    padding: 8px;
    left: -10px;
    top: -10px;
    border: 2px solid rgba(237,115,43,1);
    opacity: 0.2;
}

.modulo-logos a.digital:hover:after {
    border-color: rgba(17,120,183,1)
}

.modulo-logos a.print:hover:after {
    border-color: rgba(208,17,115,1)
}

/* - Ajustes Responsive - */
.mini .modulo-logos a {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}



/* -------------
	PAGINA COOKIES  
---------------- */


.modulo-texto.cookies {
    margin-bottom: 50px;
}

.modulo-texto.cookies p {
    text-align: left;
}

.modulo-texto.cookies pre {
    text-align: left;
}

.modulo-texto.cookies table {
    border: 1px solid #ddd;
    border-collapse: collapse
}

.modulo-texto.cookies table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.modulo-texto.cookies table th {
    border: 1px solid #ddd;
    padding: 10px;
}


/* -------------
	FOOTER 
---------------- */

.footer {
    background: url(../images/barra_footer.jpg) no-repeat right center;
    height: 43px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .footer-conteudo {
    width: 90%;
    max-width: 1700px;
    margin: 0 auto;
}

.footer .copy {
    color: #fff;
    font-size: 12px;
    float: left;
    margin-right: 3px;
    display: block;
}

.footer .left {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
}

/* --  LINKS REDES -- */
.footer .modulo-link-redes li a {
    margin: 0 5px;
}

.footer .modulo-link-redes li a.facebook {
    background-position: -47px -238px
}

.footer .modulo-link-redes li a.twitter {
    background-position: -47px -292px
}

.footer .modulo-link-redes li a.google {
    background-position: -47px -348px
}

.footer .modulo-link-redes li a.youtube {
    background-position: -46px -75px
}

.footer .modulo-link-redes li a.linkedin {
    background-position: -47px -130px
}

.footer .modulo-link-redes li a.blog {
    background-position: -47px -183px
}

.footer .modulo-link-redes li a.behance {
    background-position: -47px -403px
}

.footer .modulo-link-redes li a.pinterest {
    background-position: -47px -458px
}

.footer .modulo-link-redes li a.instagram {
    background-position: -47px -513px
}


.footer .modulo-link-redes li a.facebook:hover {
    background-position: 4px -238px
}

.footer .modulo-link-redes li a.twitter:hover {
    background-position: 4px -292px
}

.footer .modulo-link-redes li a.google:hover {
    background-position: 4px -348px
}

.footer .modulo-link-redes li a.youtube:hover {
    background-position: 4px -75px
}

.footer .modulo-link-redes li a.linkedin:hover {
    background-position: 4px -130px
}

.footer .modulo-link-redes li a.blog:hover {
    background-position: 4px -183px
}

.footer .modulo-link-redes li a.behance:hover {
    background-position: 4px -403px
}

.footer .modulo-link-redes li a.pinterest:hover {
    background-position: 4px -458px
}

.footer .modulo-link-redes li a.instagram:hover {
    background-position: 4px -513px
}


/* - Ajustes Responsive - */
.mini .footer {
    height: auto;
    min-height: 100px;
    background-image: none;
    background-color: #999;
}

.small .footer {
    height: auto;
    min-height: 100px;
    background-image: none;
    background-color: #999;
}

.mini .footer .footer-conteudo {
    text-align: center;
}

.mini .copy {
    float: none;
}

.mini .footer .modulo-link-redes {
    float: none;
    margin: 0 auto;
}



.module-idiomas {
    display: inline-block;
    float: right;
    margin-left: 10px;
    border-left: 1px solid rgba(255,255,255,0.3);
    padding-left: 10px;
    margin-top: 5px;
}

.module-idiomas li {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    text-align: center;
}

.module-idiomas > li {
    background-color: #fff;
    background-color: rgba(255,255,255,0.7);
}


.module-idiomas ul {
    position: absolute;
    top: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    left: 0;
    display: none;
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
    border-radius: 0 0 20px 20px;
}

.module-idiomas > li:hover {
    background-color: #fff;
}

.module-idiomas li:hover ul {
    display: block;
}

.module-idiomas .lbl_idioma_activo {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
}

.module-idiomas .icon {
    text-align: center;
    margin-top: 5px;
}

.module-idiomas li ul a {
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
[class*=' icon-'], [class^='icon-'] { display:inline-block; background-image:url('../images/sprite.png?v1430815513315') }
