/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
h1 { font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;}

body {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #5b92e5;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p,li {
  padding: 0;
  margin: 0 0 30px 0;
  font-size:15pt;
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

h1,
h2,
h3,
h4{
  font-weight: 400;
  margin: 1em 0 20px 0;
  padding: 0;
}

h4 {
  font-size:16pt;
  text-transform: capitalize;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #5b92e5;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align:bottom;
  line-height: 1.5;
  font-size: 17px;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top:hover{
  background: #009966;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 9px solid #5b92e5;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  
}

#header.header-scrolled {
  background: #f5f5f5;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
  
}


#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #5b92e5;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 19%;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-image: url("proof.jpg");
  background-size: cover;
  background-position: center;
  opacity:0.2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
  margin-left:32%;
}

#intro h2 {
  color: #3b444b;
  margin-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #3b444b;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #5b92e5;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #5b92e5;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */
#header a{
  color:#3b444b;
}

#header a:hover{
  color:#5b92e5;
}
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  display: none;
  top: 100%;
  z-index: 99;
    
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}



/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  margin-left:auto;
  margin-right:auto;
  display: flex;
justify-content: center;
}
#header.header-scrolled a{
  color:#3b444b;
}

#header.header-scrolled a:hover{
  color:#5b92e5;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #f8f8ff;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight:600;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a
.nav-menu-scrolled li:hover > a,
.nav-menu-scrolled > .menu-active > a {
  color: #5b92e5;
}

.nav-menu > li {
  margin-left: 10px;
  text-align:center;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a, .nav-menu ul li a  {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a,
.nav-menu-scrolled ul li:hover > a{
  color: #5b92e5;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 7px 20px 17px 0;
  border: 0;
  background: none;
  font-size: 38px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #5b92e5;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
}

#mobile-nav ul li a:hover {
  color: #5b92e5;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #5b92e5;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #5b92e5;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #5b92e5;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #ddd;
  bottom: 2px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 45px;
  height: 4px;
  background: #5b92e5;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* About Us Section
--------------------------------*/

#about {
  background:#fffdfa;
  padding: 60px 0 90px 0;
  position: relative;
}

#about p{
   width:50%;
   text-align:left;
   margin-left:2.5em;
   font-size:12pt;
   height:300px;
   vertical-align:middle;
}
#about:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 25px;
  height: 20px;
  top: 45px;
  right: 45px;
  border-top: 4px solid #03c03c;
  border-right: 4px solid #03c03c;
  
}

#about:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  bottom: 45px;
  left: 45px;
  border-bottom: 4px solid #ff5349;
  border-left: 4px solid #ff5349;
}

#about-info{
    width:80vw;
    height: 63vh;
    padding-left:-1em;
    padding-right:1.5em;
    margin-left: 2em;
}

@media only screen and (max-width: 900px) {
  #about-info{
    width:80vw;
    height: 72vh;
    padding-left:-1em;
    padding-right:1.5em;
    margin-left: 2em;
    }
}

@media only screen and (max-width: 410px) {
  #about-info{
    width:80vw;
    height: 88vh;
    padding-left:-1em;
    padding-right:1.5em;
    margin-left: 2em;
    }
    
}

@media only screen and (max-width: 370px) {
  #about p{
   width:50%;
   text-align:left;
   margin-left:2.5em;
   font-size:10pt;
   height:300px;
   vertical-align:middle;
    }
    
#about-info{
    width:80vw;
    height: 72vh;
    padding-left:-1em;
    padding-right:1.5em;
    margin-left: 2em;
    }
}


#profile {
    width:37vw;
    max-width:360px;
    float:left;
    margin-left:8vw;
    padding:2.5em 5vw 2vw 2vw;
}
#about p {
    padding-top:8%;
    padding-right:-2em;
    width:80%;
}

@media screen and (max-width: 300px){
    #profile {
        
    }
}
#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #5b92e5;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #5b92e5;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #5b92e5;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

.label {
    margin: 10px 20px 0 0 ;
    text-align:right;
    line-height: 1.2;
    vertical-align: bottom;
    color:#737090;
    font-weight: 500;
    font-size:9pt;
    word-wrap: break-word;
    overflow-wrap: break-word;  
}

/* Mini CV Section
--------------------------------*/

#mini-cv{
  background: #f5f5f5;
  padding: 60px 0 90px 0;
  position: relative;
}

#mini-cv header{
  padding: 20px 0 10px 0;
}

#mini-cv:before{
  content: '';
  position: absolute;
  display:block;
  width: 25px;
  height: 20px;
  top: 45px;
  right: 45px;
  border-top: 4px solid #fada5e;
  border-right: 4px solid #fada5e;
}

#mini-cv:after{
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  bottom: 45px;
  left: 45px;
  border-bottom: 4px solid #03c03c;
  border-left: 4px solid #03c03c;
}

#mini-cv .container{
  width:80%;
}

#mini-cv li {
  font-size:12pt;
  margin: 10px 0;
  
}


/* Personal Section
--------------------------------*/

#personal {
  background: #f5f5f5;
  padding: 60px 0 90px 0;
  position: relative;
}

#personal:before{
  content: '';
  position: absolute;
  display:block;
  width: 25px;
  height: 20px;
  top: 45px;
  right: 45px;
  border-top: 4px solid #ff5349;
  border-right: 4px solid #ff5349;
}

#personal:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  bottom: 45px;
  left: 45px;
  border-bottom: 4px solid #03c03c;
  border-left: 4px solid #03c03c;
}

#personal .container {
    width:60vw;
}
#personal p{
  font-size:12pt;
}
#personal header{
  padding-bottom:1em;
}

#personal #poem{
  text-align:center;
  margin-left:100px;
  margin-right:100px;
  padding:30px 0 0 0;
  font-weight: 600;
  font-size:10pt;
  line-height:1.5;
  color: #1b1b1b;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

#personal #oldPhoto{
    padding:30px;
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    max-width:360px;
    width: 38vw; 
}

#personal #recentPhoto{
    padding:30px;
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    max-width:560px;
    width: 61vw; 
    
}

/* Prints Section
--------------------------------*/
#prints{
  background:#fffdfa;
  padding: 60px 0 90px 0;
  position: relative;
}
#prints header{
  padding: 20px 0 10px 0;
}

#prints:before{
  content: '';
  position: absolute;
  display:block;
  width: 25px;
  height: 20px;
  top: 45px;
  right: 45px;
  border-top: 4px solid #ff5349;
  border-right: 4px solid #ff5349;
}

#prints:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  bottom: 45px;
  left: 45px;
  border-bottom: 4px solid #fada5e;
  border-left: 4px solid #fada5e;
}

#print-list{
    padding: 0 4em 0 3em;
}

#print-list li{
  font-size:12pt;
  margin: 10px 0;
  
}

#print-list a:hover{
  font-size:13pt;
  color:#00a550;
  font-weight:600;
}


#print-list a{
  color: #2C73DE;
}
  
#print-list ul{
  gap: 1pt;
  
}


/* Teaching Section
--------------------------------*/

#teaching{
  background: #f5f5f5;
  padding: 60px 0 90px 0;
  position: relative;
}

#teaching header{
  padding: 20px 0 30px 0;
}

#teaching:before{
  content: '';
  position: absolute;
  display:block;
  width: 25px;
  height: 20px;
  top: 45px;
  right: 45px;
  border-top: 4px solid #03c03c;
  border-right: 4px solid #03c03c;
}

#teaching:after{
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  bottom: 45px;
  left: 45px;
  border-bottom: 4px solid #ff5349;
  border-left: 4px solid #ff5349;
}

#teaching .container{
  width:80%;
}

#teaching p{
    font-size:13pt;
}

#teaching a{
  color: #2C73DE;
}
  
#teaching a:hover{
  font-size:13pt;
  color:#00a550;
  font-weight:600;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0;
}

#contact {
  margin-bottom: 2px;
  text-align: center;
}

#contact i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: -1em;
  color: #5b92e5;
}


i h3 {
  font-size: 12pt;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact a {
  color: #000;
}

#contact  a:hover{
  font-size:13pt;
  color:#00a550;
  font-weight:600;
}

#contact .contact-address{;
  height:16em;
  width:33%;
}
#contact .contact-email{
  margin-left:0;
  width:33%;
}

#contact table{
    text-align: center;
    vertical-align: center;
    margin:60px 30px;
}

#contact td{
   width:35%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #f5f5f5;
  padding: 30px 0 60px 0;
  font-size: 14px;
  color: #1b1b1b;
}



#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #1b1b1b;
  opacity: 1;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/



@media (min-width: 1024px) {
 

  #intro p {
    width: 60%;
  }


  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }


  #intro h2 {
    font-size: 35px;
    font-weight:800;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
  
  .left{
    text-align: left;
    
  }
}
