/*
Theme Name: Ser Diretor
Version: 2017
Author: Saulo Padilha
Author URI: http://www.spadilha.com
*/

/* ========================================================================================================
    FONT FACE
========================================================================================================
/**
 * @license
 * MyFonts Webfont Build ID 3455437, 2017-09-24T11:16:46-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NeuzeitSLTStd-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neuzeit-s/neuzeits-book/
 *
 * Webfont: NeuzeitSLTStd-BookHeavy by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neuzeit-s/neuzeits-bookheavy/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3455437
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 1990, 2001, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2001, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 *
 * © 2017 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/34b9cd");

@font-face {
  font-family: "NeuzeitSLTStd-Book";
  src: url("webfonts/34B9CD_0_0.eot");
  src: url("webfonts/34B9CD_0_0.eot?#iefix") format("embedded-opentype"),
    url("webfonts/34B9CD_0_0.woff2") format("woff2"),
    url("webfonts/34B9CD_0_0.woff") format("woff"),
    url("webfonts/34B9CD_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "NeuzeitSLTStd-Book";
  src: url("webfonts/34B9CD_1_0.eot");
  src: url("webfonts/34B9CD_1_0.eot?#iefix") format("embedded-opentype"),
    url("webfonts/34B9CD_1_0.woff2") format("woff2"),
    url("webfonts/34B9CD_1_0.woff") format("woff"),
    url("webfonts/34B9CD_1_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* ========================================================================================================
    RESET
======================================================================================================== */
/* apply a natural box layout model to all elements */
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========================================================================================================
    BODY
======================================================================================================== */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Helvetica", arial, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  background-color: #fff;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

input,
select,
textarea {
  font-family: "Helvetica", arial, sans-serif;
  font-size: 18px;
  color: #000;
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  line-height: 17px;
}

::-webkit-input-placeholder {
  color: #999191;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}
:-moz-placeholder {
  color: #999191;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}
::-moz-placeholder {
  color: #999191;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999191;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}

a {
  text-decoration: none;
  color: #2a4753;
  -webkit-transition: color 0.2s ease-in, background-color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, background-color 0.2s ease-in;
  -o-transition: color 0.2s ease-in, background-color 0.2s ease-in;
  transition: color 0.2s ease-in, background-color 0.2s ease-in;
}
a:hover {
  color: #26539c;
}

ol,
ul {
  list-style: none;
}

p {
  line-height: 1.3;
}

table {
  border-collapse: collapse;
  margin: 15px 0;
}
table th,
table td {
  padding: 5px;
  border: 1px solid #000;
}

.row {
  width: 100%;
  float: left;
  clear: left;
}

.col {
  width: calc(47%);
  float: left;
}
.col:last-child {
  float: right;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  justify-content: space-between;
}

.vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  justify-content: center;
  align-items: center;
}

.fitvidz {
  width: 100%;
  float: left;
  clear: left;
}

.wrapper {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.bloco {
  width: 100%;
  height: calc(100% - 50px);
  position: relative;
  float: left;
  clear: left;
  overflow: hidden;
}

.logoUnibanco {
  width: 60px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}
.logoBottom {
  top: auto;
  bottom: 20px;
}

/* ========================================================================================================
    SLICK
======================================================================================================== */
.slick-list,
.slick-track {
  height: 100%;
  width: 100%;
}
.slick-arrow {
  width: 39px;
  height: 41px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 15;
  text-indent: -99999px;
  cursor: pointer;
}

.slick-prev {
  left: -100px;
  background: url("images/arw_left.svg") center center no-repeat;
}
.slick-next {
  right: -100px;
  background: url("images/arw_right.svg") center center no-repeat;
}

/* ========================================================================================================
    HEADER
======================================================================================================== */
#header {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  border-bottom: 2px solid #fff;
  z-index: 9999;
  padding-top: 8px;
}

.centerLink {
  width: 50%;
  float: left;
  text-align: right;
  padding: 0 10px;
  width: 100%;
  text-align: center !important;
}
.centerLink:last-child {
  text-align: left;
}

.centerLink a {
  font-family: "NeuzeitSLTStd-Book", arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ccc;
  text-transform: uppercase;
  line-height: 1.4;
  display: inline-block;
}

.centerLink a:hover {
  color: #26539c;
}

#fakeHeader {
  width: 100%;
  height: 50px;
  float: left;
  clear: left;
}

.language {
  position: absolute;
  right: 20px;
  top: 13px;
  z-index: 999;
}
.language a {
  font-family: "NeuzeitSLTStd-Book", arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ccc;
  text-transform: uppercase;
  line-height: 1.4;
}
.language a:hover,
.language a.active {
  color: #fff;
}

/* ========================================================================================================
    MENU
======================================================================================================== */
#menu {
  position: absolute;
  left: 0px;
  top: 12px;
  z-index: 999;
}

/* MENU */
.menuIcon {
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 999;
  width: 30px;
  height: 25px;
  line-height: 29px;
  background: url("images/ico_menu.svg") left top no-repeat;
  background-size: 30px 25px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  padding-left: 30px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}

.menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  text-align: left;
  display: none;
}

.menu ul {
  list-style: none;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 50px 20px 0px;
  float: left;
}
.menu ul li {
  margin-bottom: 18px;
  position: relative;
  text-transform: uppercase;
  text-align: left;
  float: left;
  clear: left;
}
.menu ul li a {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #ccc;
  display: block;
}
.menu ul li a span {
  color: #9da2a9;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.menu a:hover,
.menu ul li.current-menu-item a,
.menu ul li a:hover span,
.menu ul li.current-menu-item a span {
  color: #26539c;
}

/* ========================================================================================================
    CONTEÚDO
======================================================================================================== */

/* ABERTURA */
#abertura {
  background-color: #707574;
  text-align: center;
}
#abertura svg {
  width: 100%;
  height: auto;
}

.setaWrapper {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 9;
}
.setaWrapper img {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-animation: bounce 5s infinite;
  -moz-animation: bounce 5s infinite;
  -o-animation: bounce 5s infinite;
  animation: bounce 5s infinite;
}

@-webkit-keyframes bounce {
  0%,
  10%,
  100%,
  20% {
    -webkit-transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-20px);
  }
  15% {
    -webkit-transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%,
  10%,
  100%,
  20% {
    -moz-transform: translateY(0);
  }
  5% {
    -moz-transform: translateY(-20px);
  }
  15% {
    -moz-transform: translateY(-10px);
  }
}
@-o-keyframes bounce {
  0%,
  10%,
  100%,
  20% {
    -o-transform: translateY(0);
  }
  5% {
    -o-transform: translateY(-20px);
  }
  15% {
    -o-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  10%,
  100%,
  20% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-20px);
  }
  15% {
    transform: translateY(-10px);
  }
}

/* SOBRE */
.sobre {
  background-color: #707574;
}
.sobre1 {
  background-color: #333;
}

/*.sobre h2 {font-family: 'NeuzeitSLTStd-Book', arial, sans-serif; font-size: 19px; font-size: 1.55vw; color: #CCCCCC; line-height: 1.3; text-transform: uppercase; text-align: right;}*/

.sobre p,
.sobre h2,
.sobre h3 {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.sobre h2,
.sobre h3 {
  font-size: 15px;
  margin-bottom: 4px;
}
.sobre h3 {
  font-weight: normal;
}

/*.pageTitle {width: calc(30% - 20px); float: left;}
.sideText {width: 70%; float: right;}*/

/* MAPA */
#mapa .mapaInfo {
  width: 295px;
  position: absolute;
  left: 0;
  bottom: 8%;
  border-top: 2px solid #000;
  padding: 20px 5px 0 70px;
}
#mapa .mapaInfo:before {
  content: "6.590 km";
  font-size: 40px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: -45px;
  right: 0;
}

#mapa .mapaInfo p {
  color: #000;
  line-height: 1.6;
  font-size: 20px;
}
#mapa .mapaInfo p span {
  font-size: 25px;
  font-weight: bold;
}

#mapa #brasil {
  width: 100%;
  max-width: 580px;
  display: inline-block;
}

/* DIRETORES */
#diretores {
  background-color: #707574;
}

.diretor h2 {
  font-family: "NeuzeitSLTStd-Book", arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0 5px;
}
.diretor p.escola {
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.diretor p.local {
  font-size: 11px;
  text-transform: uppercase;
}

.diretores-container {
  width: 520px;
}

/* VIDEO */
#video {
  background-color: #333;
}
.video-wrapper {
  width: 80%;
}

/* FOTOS */
.fotos-container {
  width: 80vw;
  height: 80vh;
}
.fotos-container .slide {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#fotos .slick-prev {
  left: 30px;
}
#fotos .slick-next {
  right: 30px;
}

/* PAGEFLIP */
#pageflip {
  width: 100% !important;
  padding-bottom: 50px;
}
/*#pf-book {left: -7px !important;}*/

.controlsNav ul li {
  color: #fff;
  margin: 7px 25px 0 0;
  text-transform: uppercase;
  float: left;
  cursor: pointer;
}
.controlsNav ul li a {
  color: #fff;
}
.controlsNav ul li:hover,
.controlsNav ul li:hover a {
  color: #26539c;
}

.sumario {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 5% 10% 0;
  font-size: 1.5em;
  z-index: 999;
}

.sumario h2 {
  font-family: "NeuzeitSLTStd-Book", arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 30px 2.6em;
}

.sumario ul {
  padding-left: 4em;
}
.supage2 ul {
  padding-left: 7em;
}
.sumario li {
  line-height: 1.8;
  color: #000;
  cursor: pointer;
  display: block;
}
.sumario li span {
  font-family: "NeuzeitSLTStd-Book", arial, sans-serif;
  font-weight: bold;
  padding-right: 1em;
}
.sumario li strong {
  font-family: "NeuzeitSLTStd-Book", arial, sans-serif;
}

.sumario li:hover {
  color: #707574;
}
.sumario li.pg-ceara:hover {
  color: #e9e5c3;
}
.sumario li.pg-espiritosanto:hover {
  color: #f1667c;
}
.sumario li.pg-goias:hover {
  color: #8cc6e0;
}
.sumario li.pg-para:hover {
  color: #348b47;
}
.sumario li.pg-piaui:hover {
  color: #ffd400;
}
.sumario li.pg-riogrande:hover {
  color: #7f6f60;
}

#bookMap {
  width: 90%;
  position: absolute;
  left: 80px;
  top: 300px;
}
#bookMap svg {
  width: 100%;
  height: auto;
}

.brasil {
  fill: #fff;
  stroke: #b2b2b2;
}

.estado {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.estado:hover {
  opacity: 0.5;
}

.riograndenorte {
  fill: #7f6f60;
}
.piaui {
  fill: #ffd400;
}
.para {
  fill: #348b47;
}
.goiais {
  fill: #8cc6e0;
}
.espiritosanto {
  fill: #f1677c;
}
.ceara {
  fill: #e9e4c3;
}

/* ========================================================================================================
    FOOTER
======================================================================================================== */
#footer {
  background-color: #000;
  padding: 40px 0;
  font-family: "NeuzeitSLTStd-Book", arial, sans-serif;
  text-align: center;
  color: #fff;
  position: relative;
}
#footer p {
  font-size: 0.7em;
  line-height: 1.4;
}

.logoUnibancoFooter {
  width: 96px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -48px;
}

.navFooter {
  position: absolute;
  left: 4%;
  bottom: 40px;
}
.navFooter a {
  font-size: 15px;
  color: #ccc;
  text-transform: uppercase;
}

.endereco {
  float: right;
  padding-right: 4%;
  text-align: right;
}
.endereco h3 {
  font-size: 0.8em;
}
.endereco p {
  margin: 15px 0 0 0;
}

.direitos {
  position: absolute;
  left: 4%;
  bottom: 40px;
}

/* ========================================================================================================
    PRE DEFINED CLASSES
======================================================================================================== */
.hidden {
  display: none;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.asLink {
  cursor: pointer;
}

.fLeft {
  float: left;
}
.fRight {
  float: right;
}

.cLeft {
  clear: left;
}
.cRight {
  clear: right;
}

.aCenter {
  text-align: center;
}

.alignnone {
  margin: 10px 0 20px;
}

.aligncenter {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 50px auto;
}

.alignnone {
  width: 100%;
  height: auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 25px;
  clear: right;
}
.alignleft {
  float: left;
  margin: 5px 25px 15px 0;
  clear: left;
}

.invisible {
  visibility: hidden;
}

.relative {
  position: relative;
}

#livro.bloco {
  width: 100%;
  height: calc(50% - 50px);
  position: relative;
  float: left;
  clear: left;
  overflow: hidden;
}
a.download {
  display: block;
  height: 50%;
  width: 500px;
  background: #606060;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 200%;
  line-height: 100px;
  font-family: Arial;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
}

@media only screen and (max-width: 1080px) {
  a.download {
      width: 50%;
      font-size: 200%;
  }
}
@media only screen and (max-width: 600px) {
    a.download {
        width: 75%;
        font-size: 100%;
    }
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-center {
  text-align: center;
  width: 100%;
}
