body{font-family: 'Mitr', sans-serif; font-weight: 200;}
a{
    color: #343434;
    text-decoration: none;
    -webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-ms-transition: all 500ms linear;
-o-transition: all 500ms linear;
transition: all 500ms linear;}




header{
    position: fixed;
    display: table;
    background: #000;
    width: 100%;
    z-index: 9999;
}
header nav{
    padding: 15px 0px 15px 0px!important;
    -webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-ms-transition: all 500ms linear;
-o-transition: all 500ms linear;
transition: all 500ms linear;
}
header nav ul{display: block; width: 100%; margin-bottom: 0px!important;}
header nav ul li{
    float: left;
    width: 20%;
    list-style-type: none;
    padding-top: 10px;
    -webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-ms-transition: all 500ms linear;
-o-transition: all 500ms linear;
transition: all 500ms linear;
}
header nav ul li.ce{padding-top: 0px;}
header nav a{
    width: 100%;
    color: #fff!important;
    text-align: center;
    font-family: 'Chau Philomene One', sans-serif;
    letter-spacing: 2px;
    padding-bottom: 0px!important;
    float: left;
}
header nav a:hover{
    color: #bbdd01!important;
}
header nav .navbar-nav{width: 100%;}
.palogo{
    padding: 0px 50px!important;
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-ms-transition: all 500ms linear;
-o-transition: all 500ms linear;
transition: all 500ms linear;
    position: relative;
    top: -5px;
}
.navbar-brand{
    padding-top: 0px!important;
 
}
.navbar-brand img{max-width: 50%; float: left;}

.fixed-nav .palogo{
    padding: 0px 75px!important
}
.fixed-nav nav ul li{padding-top: 0px;}
.fixed-nav nav{padding: 10px 0px 10px 0px!important;}
.navbar-light .navbar-toggler{
    color: #fff;
    border-color: #fff;
}
.navbar-light .navbar-toggler-icon{
    background: url(../images/main.svg);
}
.navbar-toggler{
    padding: 2px 4px!important;
}






/** for the section paralax **/
.parala{
    background: url(../images/fondo.jpg)center no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
.parala h1{
    margin: 0px;
    display: none;                                  
}
.contactme{
    background: #000;
    position: absolute;
    top: 94%;
    padding: 20px 5px 5px 5px;
    
}
.contactme h4{
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
}
.contactme h4 a{
    display: block;
    border-radius: 10px;
    padding: 0px 40px;
    margin: 8px 35px 0px 35px;
    border: solid 1px #fefefe;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
    
}
.contactme h4 a:hover{
    color: #000;
    background: #fff;
}




/** for the section about **/
#about{
    padding: 15px;
    margin-top: 60px;
}
#about h2{
    font-size: 33px;
    letter-spacing: 5px;
    margin-top: 10%;
    margin-bottom: 10%;
}
#about h2 small{
    font-weight: 100;
    letter-spacing: -2px;
}
#about h2 strong{
    font-family: 'Chau Philomene One', sans-serif;
    font-size: 70px;
}
#about .cent{
    border-left: solid 1px rgba(0, 0, 0, 0);
    border-right: solid 1px rgba(0, 0, 0, 0);
    padding: 0px 15px;
}
#about .cent p{padding-top: 30px;}
.more{
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-ms-transition: all 500ms linear;
-o-transition: all 500ms linear;
transition: all 500ms linear;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    color: #ff2020;
}









/** for the section books **/
#books{
    background: #f8f8f8 url(../images/logo.svg)top center no-repeat;
    padding: 80px 0px 20px 0px;
    background-attachment: fixed;
}
h3{
    text-align: center;
    font-family: 'Chau Philomene One', sans-serif;
    font-size: 30px;
}
#books a{
    text-align: center;
}
/** for the style carousel **/
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}






/** for the section contact **/
#contact{
    padding: 60px 0px;
}
#contact form{
    display: block;
    width: 90%;
    margin: 40px auto 0px auto;
}
#contact form input, #contact form textarea{
    margin: 10px 0px;
    background: rgba(0, 169, 157, 0.48);
}
#contact form input::placeholder, #contact form textarea::placeholder{color: #000;}
.btn-submit{
    padding: 10px 45px;
    float: right;
    border-radius: 10px;
    border: none;
    border: solid rgba(0, 169, 157, 0.48) 1px;
-webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-ms-transition: all 500ms linear;
-o-transition: all 500ms linear;
transition: all 500ms linear;
}
.btn-submit:hover{
    color: rgba(0, 169, 157, 0.48);
    background: #fff!important;
}








/** for the footer **/
footer{
    display: block;
    width: 100%;
    background: #000;
    padding: 50px 0px;
    color: #fff;
} 
.pie{
    padding: 15px 40px;
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
    opacity: 0;
    display: none;
}
.pie p{
    color: #fff;
    text-align: right;
    
}
.fb, .ig{
    -moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
    -webkit-transition: all 500ms linear;
-moz-transition: all 500ms linear;
-ms-transition: all 500ms linear;
-o-transition: all 500ms linear;
transition: all 500ms linear;
}
.fb:hover, .ig:hover{
    -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.btn-envia{color: #ff0000;}










/** responsive utilities **/


/** for the medium devices md 768 px min **/
@media (min-width: 768px){
    
    #contact form{
        width: 80%;}
    .contactme h4{
        font-size: 24px;}
    .contactme{
        padding: 20px 15px 15px 15px;}
    .contactme h4 a{
        display: table;
        margin: 8px 15px 0px 45px;
        float: right;
        position: relative;
        right: 10%;
        top: -8px;}
    #about{
        padding: 50px;}
    #about .cent{
    border-left: solid 1px #000;
    border-right: solid 1px #000;
        padding: 0px 30px;}
    #about h2{
        margin-top: 30%; margin-bottom: 0;}
    header nav{
        padding: 20px 0px 0px 0px!important;}
    .fixed-nav nav{padding: 10px 0px 0px 0px!important;}
}


/** for the large devices lg 992 px min **/
@media (min-width: 992px){
    #contact form{
        width: 70%;}
    .navbar-brand{
        display: none!important;}
}


/** for the 1024 px **/
@media (min-width: 1024px){
    .contactme h4 a{
        right: 20%;}
}



/** for the extra large devices xl 1200 px min **/
@media (min-width: 1200px){
    #contact form{
        width: 40%;}
    .contactme h4 a{
        right: 30%;}
}