/* -- CSS Reset -- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
@import url("https://fonts.googleapis.com/css?family=Roboto");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  margin: 0; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

body {
  background-color: #FFFFFF;
  border-style: none; }

body,
p,
a,
a:hover {
  color: #000000; }

a,
a:hover {
  text-decoration: none;
  border: none;
  border-style: none;
  box-shadow: none; }

/* -- Content -- */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

html {
  background-color: #061C30; }

body.page-template-page-fullsingle-split {
  background-color: #01508B;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  -webkit-animation: fadein 2s;
          animation: fadein 2s; }
  body.page-template-page-fullsingle-split p {
    color: #FFFFFF; }

  .responsive {
	width: 100%;
	height: auto;
  } 
  

.fs-split {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 800px) {
    .fs-split {
      height: auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .fs-split .split-image {
    width: 50%;
    height: 100vh;
    background-image: url("../../images/background-natal.jpg");
    background-position: center center;
    background-size: cover; 
    border-left: 20px solid #54b948}
    @media (max-width: 800px) {
      .fs-split .split-image {
        height: 50vh;
        width: 100%; 
        border-top: 20px solid #54b948;
        border-left: none;} }
  .fs-split .split-content {
    width: 50%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: auto; }
    @media (max-width: 800px) {
      .fs-split .split-content {
        width: 100%;
        height: auto; } }
    .fs-split .split-content .split-content-vertically-center {
      padding: 80px;
      max-width: 640px;
      margin-top: auto;
      margin-bottom: auto; }
      @media (max-width: 1200px) {
        .fs-split .split-content .split-content-vertically-center {
          padding: 60px; } }
      @media (max-width: 800px) {
        .fs-split .split-content .split-content-vertically-center {
          padding: 20px;
          margin-top:10px; } }

.split-intro {
  font-weight: 600;}
  .split-intro h1 {
    margin-bottom: 40px; }
  .split-intro p{
   text-transform: uppercase; font-size:18px; line-height:24px;margin-bottom:20px;}
  .split-intro a {
    font-weight: 400;
	font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
    display: inline; 
    background-color: #54b948;
    border-radius:4px;
    padding:10px 15px;
	color: #FFFFFF;
    transition-duration: 0.5s;}
	.split-intro a:hover {	
	color: #003468;
    transition-duration: 0.1s;
	-webkit-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.3);}
	
  
  .split-bio .tagline {
    color: #FFFFFF;	}
  .split-bio .data-sorteio{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    opacity: 0.5;
  }

.split-bio {
  padding: 40px 0 20px 0;
  font-family: 'Roboto', serif; 
  font-weight: 600;
  font-size: 52px;
  line-height: 80px;
  letter-spacing: -2px;}
  @media (max-width: 1200px) {
    .split-bio {
      padding: 30px 0; } }
  @media (max-width: 800px) {
    .split-bio {
      padding: 20px 0; } }
  .split-bio p {
    color: #FFFFFF; }

.split-lists .split-list {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px; }
  @media (max-width: 500px) {
    .split-lists .split-list {
      width: 90%; } }
  @media (max-width: 375px) {  
    .split-lists .split-list{
      margin-top:20px;
      margin-bottom:20px;}
  }
  .split-lists .split-list h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 31px;
    color: #848d96;
    letter-spacing: 2px;
    opacity: 0.5; }
  .split-lists .split-list ul li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
    display: inline; 
    background-color: #54b948;
    border-radius:4px;
    padding:10px 15px;
    margin-right:10px;}
	.split-lists .split-list ul li:hover{
	-webkit-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.3);}	
	@media (max-width: 1010px) and (min-width: 801px)  {
	.split-lists .split-list ul li {
	display:inline-block;}}	
    @media (max-width: 375px) {
      .split-lists .split-list ul li {
      display: block;
      width:100%;
      line-height: 40px;
      text-align: center;
      font-size:18px;}}
    .split-lists .split-list ul li a {
      color: #FFFFFF;
      transition-duration: 0.5s;}
      @media (max-width: 375px) {
        .split-lists .split-list ul li a {
          display:block;
          width:100%;}
      }
      .split-lists .split-list ul li a:hover {
      color: #003468;
      transition-duration: 0.1s; }
      

.split-credit {
  opacity: 0.4; }
  .split-credit p {
    font-size: 12px;
    line-height: 18px; }
    .split-credit p a {
      color: #FFFFFF; }

.split-video {
  overflow: hidden;
  position: relative; }

.video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-container {
  position: relative;
  overflow: hidden;
  height: 56.25vw;
  width: 100vw; }
  @media (max-aspect-ratio: 16 / 9) {
    .video-container {
      height: 100vh;
      width: 177.7777777778vh; } }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

video.video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%; }
  
  /* This element defines the size the iframe will take.
   In this example we want to have a ratio of 25:14 */
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%; /* The height of the item will now be 56% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 100%;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  margin-bottom:40px;
}
 
 .table-fill a{
  text-decoration: underline;
  color: #2793e6;
  font-size: 16px;
  padding-left:10px;
 }
 
  .table-fill a:hover{
  text-decoration: underline;
  color: #FFFFFF;;
 }
 
 
th {
  color:#FFFFFF;
  background:#54b948;
  border-bottom:4px solid #368e2b;
  border-right: 1px solid #368e2b;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#01508b;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#003468;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#003468;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}


