body {
    background:linear-gradient(
      rgba(255, 255, 255, 0.75), 
      rgba(255, 255, 255, 0.75)
    ),url('../img/globo.png') center center fixed;
    background-size: cover;
    font-family: "Fira Sans", sans-serif;
    font-weight:300;
    color: #999;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
}

a.link-antia{
    text-decoration: none;
    color: #000;
    font-weight:400;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;

}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 128px;
    height: 128px;
    margin: -20px 0 0 -20px;
    z-index: 1001;
}




    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #fff;
        z-index: 1000;
    }

    #loader-wrapper .loader-section.section-left {
        width: 100%;
    }
    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded styles */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader {
        opacity: 0;

        -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    
        -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }


#welcome {
    background:url('../img/bg.png') center center fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

#welcome2 {
    background-color: #fff;
}

.fade {
    background: rgba(255,255,255, 0.1);
    width: 100%;
    height: 100%;
}

/* Header Titles */
.header_title{
    color: #111;
    font-size: 32px;
    letter-spacing: 6px;
    margin: 0 0 20px 0;
    font-family: "Fira Sans", sans-serif;
    font-weight:300;
    background: #fff;
    
}

.header_subtitle{
    color: #111;
    font-size: 14px;
    letter-spacing: 6px;
    font-family: "Fira Sans", sans-serif;
    font-weight:300;
    background: #fff;
    
}

.scroll_down {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
    color: #fff;

}

@media only screen and (min-width: 768px){

.header_subtitle{ display: none;}

.header_title{ display: none;}

.ion-edit { display: none;}
    
}

@media only screen and (max-width: 767px){
.writter{ display: none;
}
    
}

/* Vertical centering */
.parent {display: table;}

.child {
    display: table-cell;
    vertical-align: middle;
}


@media only screen and (min-width: 768px){

    #top,#bottom,#left,#right{
    background:#111;
    position:fixed;
    z-index:5
}
    
    #left,#right{
    top:0;
    bottom:0;
    width:19px
}
    
    #left{
    left:0
}   
    
    #right{
    right:0
}
    
    #top,#bottom{
    left:0;
    right:0;
    height:19px
}
    
    #top{
    top:0
}
    
    #bottom{
    bottom:0
    }
}

@media only screen and (max-width: 768px){

    #top,#bottom,#left,#right{
    background:#111;
    position:fixed;
    z-index:5
}
    
    #left,#right{
    top:0;
    bottom:0;
    width:10px
}
    
    #left{
    left:0
}   
    
    #right{
    right:0
}
    
    #top,#bottom{
    left:0;
    right:0;
    height:10px
}
    
    #top{
    top:0
}
    
    #bottom{
    bottom:0
    }
}

#head { margin-top: 0px; }

#menu .box {
    position: fixed;
    text-align: center;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.85);
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
}

#menu ul {
    position: relative;
    top: 20%;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;

}

#menu li { 
    display: inline-block; 
    margin: 20px;
}

#menu li a {
  display: inline-block;
  border: 2px solid transparent;
  padding: 1em 0.6em;
  margin-top: 1em;
  font-size: 1.0rem;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  letter-spacing: 6px;
  text-decoration:none;
  font-weight: 300;
  letter-spacing: 6px;
  font-family: "Fira Sans", sans-serif;
}

#menu li a:hover { border: 2px solid transparent; }

#menu li a i { 
    margin-right: 5px; 
    font-size: 24px;
}

#toggle-nav-label {
    color: #111;
    background: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 500;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    top:  19px;
    left: 19px;
}

#toggle-nav { display: none; }

#toggle-nav:checked ~ .box { 
    opacity: 1;
    z-index: 400;
}

#toggle-nav:checked ~ .box ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#toggle-nav:checked ~ #toggle-nav-label{ 
    background: #fff; 
    color: #111;
}

#toggle-nav1-label {
    color: #111;
    background: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 9;
    width: 300px;
    height: 50px;
    border-radius: 0px;
    top:  19px;
    right: 19px;
}

#toggle-nav1 { display: none; }

#toggle-nav1:checked ~ .box { 
    opacity: 1;
    z-index: 400;
}

#toggle-nav1:checked ~ .box ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#toggle-nav1:checked ~ #toggle-nav1-label{ 
    background: transparent; 
    color: #fff;
}

#toggle-nav2-label {
    color: #111;
    background: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    display: block;
    position: fixed;
    z-index: 9;
    width: 600px;
    height: 50px;
    border-radius: 0px;
    bottom:  19px;
    left: 19px;
}

#toggle-nav2 { display: none; }

#toggle-nav2:checked ~ .box { 
    opacity: 1;
    z-index: 400;
}

#toggle-nav2:checked ~ .box ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#toggle-nav2:checked ~ #toggle-nav2-label{ 
    background: transparent; 
    color: #fff;
}

#toggle-nav3-label {
    color: #111;
    background: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    bottom:  5px;
    right: 19px;
}

#toggle-nav3 { display: none; }

#toggle-nav3:checked ~ .box { 
    opacity: 1;
    z-index: 400;
}

#toggle-nav3:checked ~ .box ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#toggle-nav3:checked ~ #toggle-nav3-label{ 
    background: transparent; 
    color: #fff;
}

#toggle-nav4-label {
    color: #111;
    background: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    bottom:  5px;
    left: 19px;
}

#toggle-nav4 { display: none; }

#toggle-nav4:checked ~ .box { 
    opacity: 1;
    z-index: 400;
}

#toggle-nav4:checked ~ .box ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#toggle-nav4:checked ~ #toggle-nav4-label{ 
    background: transparent; 
    color: #fff;
}

.tiembla{
    width:90px;
    height:90px;
    margin-bottom: 15px;
}
.tiembla:hover{
    -webkit-animation: tiembla 0.5s;
}
@-webkit-keyframes tiembla{
    0%  { -webkit-transform:rotateZ( 0deg); }
    50% { -webkit-transform:rotateZ( 0deg) scale(.8); }
    100%{ -webkit-transform:rotateZ( 0deg); }
}

#preloader_1{
    position:relative;
    margin-top: 20px;
}
#preloader_1 span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#333;
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
}
 
#preloader_1 span:nth-child(2){
left:11px;
animation-delay: .2s;
 
}
#preloader_1 span:nth-child(3){
left:22px;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
animation-delay: .8s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#333;}
    25% {height:30px;transform:translateY(15px);background:#333;}
    50% {height:5px;transform:translateY(0px);background:#333;}
    100% {height:5px;transform:translateY(0px);background:#333;}
}

.bio-title{
    text-align: center;
    margin-top: 140px;
    color: #000;
    font-size: 35px;
    letter-spacing: 3px;
    font-weight:300;
    text-transform: uppercase;
}

.bio-text{
    margin-top: 18px;
    color: #000;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight:300;
    margin-left: 30px;
    margin-right: 30px;
}

 @media only screen and (min-width: 768px){
   .bio{
    margin-top: 100px; 
    margin-left: 150px; 
    margin-right: 150px;
    } 
}

@media only screen and (max-width: 768px){
   ul.nav-menu{
    margin-left: -40px;
    } 
}

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    width: 96%;
}

hr.style-eight:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

hr.style-eight-1 {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    width: 96%;
}

hr.style-eight-1:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #fff;
}

hr.style-eight-10 {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    width: 36%;
}

hr.style-eight-10:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #fff;
}


input[type=text] {
  width: 300px;
  padding: 12px 30px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid black;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  background: rgba(255,255,255, 0.5);
  text-align: center;
}

input:focus {
  outline: 0px !important;
  -webkit-appearance: none;
}


input[type=submit],
input[type=button] {
  width: 300px;
  padding: 1em 1.6em;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid black;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  color: white;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  text-align: center;
}

input:hover[type=submit],
input:hover[type=button] {
  width: 300px;
  padding: 1em 1.6em;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid rgba(0,0,0, 0.8);
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  color: white;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  text-align: center;
  -webkit-animation: tiembla 0.5s;
  cursor: pointer;
}

@-webkit-keyframes tiembla{
  0%  { -webkit-transform:rotateZ( 0deg); }
  50% { -webkit-transform:rotateZ( 0deg) scale(.8); }
  100%{ -webkit-transform:rotateZ( 0deg); }
}

.aviso-audiolibro{
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    color: black;
}

.ou{
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    color: black;
}


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    font-weight: 300;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    letter-spacing: 3px;
  

}

.overlay a:hover, .overlay a:focus {
    color: #818181;
}

.overlay .closebtn {
    position: absolute;
    top: 5px;
    margin-top:-10px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



