html, body{
  height: 100%;
  min-height: 100%;
}
body {
  font-size:62.5%;
  font-family:sans-serif, helvetica, arial, sans-serif;
  margin:0;
  padding:0;
  background-color: rgb(34, 50, 100);
}
img, picture, video, embed {
  max-width: 100%;
}
h1, h2 {
  margin-top: 0;
  margin-bottom: 0;  
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 2.5em;
}
.bold {
  font-weight:bold;
}
.italic {
  font-style:italic;
}
.center {
  text-align:center;
}
a {
  text-decoration:none;
}
.clear:before, .clear:after {
  content: " ";
  display: table;
  clear: both;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cleared {
  clear:both;
}
.container {
  margin:0 auto;
  position:relative;
  min-height:100%;
  display:block;
}
header {
  width: 100%;
  position:relative;
  min-height:48px;
  background-color:rgb(27, 40, 80);
}
footer {
  bottom: 0;
  position: absolute;
  height: 48px;
  width: 100%;
  background-color:rgb(27, 40, 80);
  text-align:center;
}


/* Principal specyfic style */
.principal {
  margin: 0 auto;
  max-width: 1128px;
  padding: 0 0 48px;
}
ul.slides li .wrapper {
  position: relative; 
  left: -50%; 
  height: 100%;
  background-color:#fff;
  width:100%;
}
ul.slides {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width:100%;
}
ul.slides li {
  height: 100%;
  position: relative;
  top: 0;
  width:100%;
}
ul.slides li img {
  
}
.txt-box {
  background-color: rgba(34, 50, 100, 0.8);
  padding: 1em;
  position: absolute;
  right: 0;
}
ul.slides li .txt-box h2 {
  color: #fff;
}
ul.slides li .txt-box h2 > a {
  color: #fff;
}

/* Only contacts style */
.contact-wrapper {
  text-align: center;
  margin-top:1em;
}
.contact-wrapper .inner {
  display: inline-block; 
  background-color: rgb(21,32,64); 
  padding: 1em;
  min-width: 39em;
  margin-bottom:1em;
}
ul.contact, ul.contact-data {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
ul.contact {
  padding: 0 1em;
}
ul.contact-data {
  display: block;
}
ul.contact li.icons {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 48px;
  opacity: 0.3;
  width: 48px;
}
ul.contact li.icons.email {
  background-position: 0 -48px;
}
ul.contact li.icons.claro {
  background-position: 0 -144px;
}
ul.contact li.icons.vivo {
  background-position: 0 -240px;
}
ul.contact li.icons.oi {
  background-position: 0 -192px;
}
ul.contact li.icons.tim {
  background-position: 0 -96px;
}
ul.contact li.icons.selected {
  background-color: #000;
  opacity: 1;
}
ul.contact li.icons:hover {
  opacity: 1;
}
ul.contact li.icons a {
  display: block;
  height: 100%;
  width: 100%;
}
ul.contact-data li {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  padding: 0.5em 0;
}


.hide {
  opacity:0;
  display:none;
}
.show {
  transition:opacity 1500ms ease;
  opacity:1;
}

.job-wrapper {
  margin-bottom: 1em;
}
.job-listing{
  background-color: rgb(21, 32, 64);
  display: table;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0.5em 1em 1em;  
  font-size: 2em;
  color: #FFF;
  min-width:19.5em;
}

.job-listing > li {
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
.listing {
  display: table;
  list-style: outside none none;
  padding: 0;
}

.inner {
  background-color:#1B2850;
}

.inner-wrapper {
  margin: 0px auto;
  max-width: 1128px;
  
}
.inner ul {
  padding: 0px;
  margin: 0px;
  font-size:1.25em;
  color:#fff;
  list-style:none;
}
.inner ul li.title{
  font-style:italic;
  font-weight:bold;  
}
.inner ul li a {
  text-decoration:underline;
  color:#fff;
}

/* Footer */
.copyright {
  color: #fff;
  display: inline-block;
  font-size: 1.3em;
  padding-top: 1em;
}

.red {
  background-color: red;
  color: #fff;
}
header .title {
  color: #fff;
  padding-bottom: 0.5em;
  padding-left: 2.5em;
  padding-top: 0.5em;
}
.logo {
  height: 100%;
  position: absolute;
}
.logo > img {
  max-height: 100%;
  max-width: none;
}
header .inner {
  margin: 0 auto;
  max-width: 1128px;
  position: relative;
}

@media only screen and (min-width : 545px) and (max-width : 672px) {
  header {
    font-size:0.8em;
  }
}

@media only screen and (min-width : 360px) and (max-width : 545px) {
  header {
    font-size:0.75em;
  }
  .txt-box h2 {
    font-size:2em;
  }
}

@media only screen and (max-width : 400px) {
  .contact-wrapper .inner {
    font-size: 0.8em;
  }
  .copyright {
    font-size: 1.1em;
  }
  .job-listing {
    font-size: 1.6em;
  }
}

@media only screen and (max-width : 360px) {
  header {
    font-size:0.6em;
  }
  .txt-box h2 {
    font-size:1.5em;
  }  
  .contact-wrapper .inner {
    font-size: 0.6em;
  }  
  .job-listing {
    font-size: 1.29em;
  }
}