/*@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');*/
* {
    box-sizing: border-box;
	margin: 0;
}
html {
    background-color: #efefef;
}
body {
    font: 14px/1.5 Arial, Helvetica, sans-serif;
    margin: 0;
}

.divder {   
    border-bottom: 1px solid #efefef;
    background-color: #FFF;
    padding: 1px;
    margin-top: 0;
    margin-bottom: calc(10vh + 80px);
    box-shadow: 0 0 5vh 0 rgb(149, 22, 171);
}


.main-content {
    margin-bottom: 75px;
}
.text {
    text-transform: uppercase;
    color: #ffffff ! important;
    text-shadow: 1px 1px 1px #5a5858, 1px 2px 1px #525151, 1px 4px 1px #585757, 1px 25px 35px rgba(251, 251, 251, 0.2), 1px 30px 60px rgba(251, 248, 248, 0.4);
}
span.Ltitle {
	font-size: 20px;
	font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}
.form-lesson-with-email h1 {
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
}
/* Popup box BEGIN */
.previewBox {
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.previewBox .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.previewBox > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    max-width: 60%;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding: 40px 2%;
    height: auto;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.previewBox_btn {
    cursor: pointer;
    font-size: 1em;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid black;
    padding: 10px;
    display: none;
}
.btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 20%;
    margin-bottom: 10px;
    opacity: 0.8;
    margin-top: 15px;
}
/* Popup box BEGIN */
.nicEdit-main {padding: 10px;font-size: larger;}


.compLogo {
    /*width: 100px;*/
    width: calc(5vh + 50px);
    height: 100%;
    position: relative;
    top: 0;
    border: 3px solid #FFF;
    padding: 5px;
    box-shadow: 0px 0px 10px #000;
    border-top: none;
    margin-right: 10px;
}

.compLogo img {
    padding: 0;
    margin: 0;
    bottom: 0;
    position: absolute;
    width: 90%;
}

.coverLogo {
    position: absolute;
    bottom: 0;
    /*max-width:250px;*/
    max-width: calc(15vh + 100px);
}

.bookNoArea {
    width: 100px;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: calc(2vh + 2px);
}

.roundNoArea {
    background-color: #FFF176;
    width: calc(5vh + 25px);
    height: calc(5vh + 25px);
    border-radius: 100%;
    margin: 3vh auto auto auto;
    font-size: calc(3vh + 16px);
    overflow: hidden;
}

.roundNoDarkArea {
    width: 91%;
    height: 91%;
    border-radius: 100%;
    margin: 4px auto;
    text-shadow: 0px 0px 2px #fff;
}

@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.img-fluid {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /**position: fixed;**/
  left: 0;
  top: 0;
  right: 0;
  /*height: 55px;*/
  height: calc(10vh + 40px);
  z-index: 3;  
  /*border-bottom: 2px solid #8c81c1;*/
  position: fixed;
}
.go-back{
    position: fixed;
    right: calc(1vh + 9vw);
    top: calc(10vh + 50px);
    line-height: 1;
    padding: 5px 12px 5px 12px;
    font-size: calc(1vh + 0.6vw);
    border-radius: 5px;
    text-decoration: none ! important;
}
#header #logo {
  padding: 6px 0 0 0;
}

#header #logo h1 {
  color: #505050; 
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #71c55d;
}

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

.scroll-header {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.nav-menu li {
  position: relative;
  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 Meu Container */
#nav-menu-container {
  float: right;
  margin: 0 0 0 0;
}

@media (max-width: 1024px) {
  #nav-menu-container {
    /*display: none; */
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #71c55d;
}

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

.nav-menu ul {
  margin: 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 {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #71c55d;
}

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


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

.pull-left {
    float: left;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px){
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.container {
		max-width: 1140px;
	}
}

