@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

/* Tooltip container */
.tooltip {
    position: relative;
    float: left;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #0093dd;
	border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
 	
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	left: 0px;
	top: 50px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Tooltip whatsapp */
.tooltip-wpp {
    position: relative;
    float: left;
}

/* Tooltip text */
.tooltip-wpp .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #0093dd;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
  
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 40px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-wpp:hover .tooltiptext {
    visibility: visible;
}

/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.outubro-rosa-gs {
  max-width: 150px;
  margin-left: 380px;
  position: absolute;
  z-index: 5;
  font-size: 0;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.outubro-rosa-gs img {
  max-width: 100%;
}

.outubro-rosa-gs:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 63em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 Lato;
  text-decoration: none;
}

section {
  padding: 100px 0 0;
  height: 800px;
  width: 100%;
  text-decoration: none; 
}

h1 {
  margin-bottom: .5em;
}

p {
  width: 90%;
  margin: 0 auto 30px auto;
  font-weight: 300;
  text-decoration: none; 
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #0093dd;
  position: absolute;
  font-weight: 300;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
}

.logo {
  padding: 0;
  color: #fff;
  float: left;
  font-size: 0;
  max-width: 370px;
}

.logo img {
  width: 100%;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 63em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 63em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 63em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  background: #0093dd;
  padding: 0.7em 1em;
  color: #fff;
  float: left;
}

@media screen and (min-width: 63em) {
  .nav-collapse a {
    border-left: 1px solid white;
    padding: 0.2em 1em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
}
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 63em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px Lato; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 10;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

.conteudo-gr {
  background: #FFF;
  position: relative;
  z-index: 0;
  text-decoration: none;
  padding: 100px 0;
  font-size: 18px;
  color: #000;
}

#footer {
  width: 100%;
  position: relative;
  z-index: 0;
  background: #0093dd;
  color: #FFF;
  text-align: center;
  font-weight: 300; 
  border-top: 20px solid #0074af;
  padding: 30px 0;
}

#footer-menu h2 {
  text-align: left;
}

#footer-menu li {
  display: block;
  border-left: 1px solid #FFF;
  padding: 5px 5px;
  text-align: left;
}

#footer-menu a {
  color: #FFF;
}

#footer hr {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 10px auto;
  width: 60%;

}

/* classe para arrumar footer em resoluções inferiores */
.footer_row--maxwidth{
  max-width: none !important;
  margin: 0 20% !important;
}

/* classe para arrumar o conteúdo */
.onerow_display{
  display: flex;
}

/* classe não utilizada */
.social-master{
  padding-left: 25%;
}


.parc-footer {
  max-width: 230px;
  margin: 0 auto;
}

.parc-footer img {
  width: 100%;
  margin: 5px auto;
}

.parc-footer h2 {
  text-align: left;
}

.social-master h2 {
  text-align: left;
}

.social-master img {
  float: left;
  max-width: 50px;
  margin: 3px;
}

.conteudo-gr-main {
  background: url(../images/bg-content.jpg) #FFF;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  text-decoration: none;
  padding: 200px 0 100px 0;
  font-size: 18px;
  color: #000;
  font-weight: 300; 
  overflow: hidden;
}

.content-44a{
    background: url(../images/bg-content.jpg) #FFF;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    text-decoration: none;
    padding: 200px 0 100px 0;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    overflow: hidden;
}

.conteudo-gr-main p{
  font-size: 25px;
  line-height: 10px;
  text-align: center;
}

.ln-25 p{
  line-height: 25px !important;
}

.conteudo-gr-main img{
  padding: 80px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.title-main {
  font-size: 70px;
  margin: 0 10% 30px;
  border-bottom: 1px solid #999;
  color: #000;
}

.type-cursos {
  margin: 0 10%;
  padding: 0 0 280px 0;
  font-size: 22px;
  font-weight: 300;
}

.box-parceria {
	width: 100%;
	min-height: 550px;
	overflow: hidden;
	margin: 50px 0px;
}

.type-cursos-left {
  float: left;
  width: 49%;
  margin: 5px;
}

.type-cursos-right {
  float: right;
  width: 49%;
  margin: 5px;
}

.all-tipo{
  border: 1px solid #000;
  overflow: hidden;
  padding: 10px;
  margin-top: 30px;
}

.clean{
  clear: both;
}

.space-menu {
  margin: 45px 45px 0 0;
}

button a {
  color: #FFF;
}

button a:hover {
  color: #FFF;
}

.events-block {
  overflow: hidden;
  font-size: 18px;
  margin: 30px 0; 
}

.events-block:hover {
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #F5F5F5;
}

.img-events img {
  padding: 3px;
  border: 1px solid #CCC;
  margin: 0 10px;
  float: left; 
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.img-events img:hover {
  opacity: 0.7;
}

.title-events {
  font: bold 22px Lato;
}

.description-events {
  font-size: 16px;
}

.link-events {
  position: relative;
  float: right;
  margin: 110px 0 0 0;
}

.button-who-is {
  position: absolute;
  bottom: 30px;
  z-index: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 1px solid #FFF;
  border-radius: 15px;
  font-weight: 300;
  font-style: italic;
  width: 200px;
  padding: 5px 0;
  text-align: center; 
}

span a {
  color: #FFF;
}

.social-mobile {
  float: left;
  display: none;
}

.social-mobile img {
  width: 30px;
  height: 30px;
}

.social-mobile a {
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
}

.social-desk {
  display: inline-table;
  float: left;
}

.social-desk img {
  width: 30px;
  height: 30px;
}

.social-desk a {
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.social {
  display: inline-table;
  width: 30px;
  height: 30px;
}

.social img {
  text-align: center;
  width: 30px;
  height: 30px;
}

.block-gallery-img {
  width: 78%;
  margin: 0 auto;
}

#home {
  background: #fff;
  width: 100%;
  height: 100%;
}

.word-letter {
  font-size: 100px;
  font-weight: 200;
  line-height: 80px;
}

.prim-let {
  position: absolute;
  top: 170px;
  left: 30px
}

.segu-let {
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-align: right;
}

.back-page {
  float: right;
  margin-right: 30px;
  font-size: 28px;
}

.img-popup {
  max-width: 650px;
  margin: 0 auto;
}

.banner-event-hp {
  width: 40%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 4px solid #eee;
}

.compre-do-pequeno {
    position: absolute;
    left: 30px;
    color: #fff;
    bottom: 30px;
    font-weight: 300;
    font-size: 2.5em;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.compre-do-pequeno:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.compre-do-pequeno a {
    color: #fff;
}

.compre-do-pequeno a:hover {
    color: #fff;
}


.compre-do-pequeno img  {
    max-width: 120px; 
    float: left;
    margin-right: 20px;
}


.botton {
	background: #b40000;
	color: #fff;
	text-align: center;
	position: absolute;
	font-size: 1em;
	box-sizing: border-box;
	padding: 10px 20px;
	right: 2%;
	top: 200px;
	z-index: 2;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: bold;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.botton a {
	color: #fff;
}

@media screen and (max-width: 85em) { 
	.logo { max-width: 300px;}
}

@media screen and (max-width: 80em) { 
	.logo { max-width: 200px;}
}

@media screen and (max-width: 50em) { 
    .parceiro-left { float: none; margin: 20px auto;}
	#home { height: 25%;}
	.botton { top: 155px;}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media  (max-width: 600px) {
  
  /* tirando display flex para quebrar para celular*/
  .onerow_display{
    display: unset !important;
  }

  /* deixando o menu do footer centralizado para mobile*/
  #footer-menu h2,
  li{
    text-align: center !important;
    border-left: none !important;
  }

  /* dando espaço entre uma área e outra */
  #footer-menu{
    margin-bottom: 35px !important;
  }

  /* texto "Parceiros" centralizada para mobile */
  .parc-footer h2{
    text-align: center;
  }
  
  /* redes sociais */
  .social-master{
    width: 100%;
    padding: 0;
  }

  /* texto "redes sociais" centralizado para mobile */
  .social-master h2{
    text-align: center !important;
  }

  /* texto do copright */
  .copiright{
    margin-top: 30px;
  }

  /* tirando barra do footer */
  #footer hr{
    display: none;
  }

  .footer_row--maxwidth{
   display: inline-grid;
  }
}

ul#footer-menu {
    margin-bottom: 50px;
}
#footer .col6 {
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer  .social-master {
    margin-bottom: 50px;
}


.flexslider.desktop{
    display: block !important;
}
.flexslider.mobile {
    display: none !important;
}






@media(max-width: 1280px){
    .logo {
        max-width: 350px;
    }
}

@media(max-width: 1024px){
    .nav-collapse a {
        padding: 0.2em 0.8em;
    }
    .social-desk a {
        padding: 0;
    }
    ul.slides {
        margin-top: 60px !important;
    }
    .flexslider.desktop {
        display: none !important;
    }
    .flexslider.mobile {
        display: block !important;
    }
}

@media(max-width: 768px){
    .flexslider img {
        height: 750px;
    }
}

@media(max-width: 560px){
    #footer  .social-master {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.flex-direction-nav li.flex-nav-next a:after, ul.flex-direction-nav li.flex-nav-prev a:after {
        width: 36px;
        height: 36px;
        background-size: 72px;
        background-repeat: no-repeat;
    }
    .flexslider img, .flexslider video, .flexslider .egali img {
        height: 390px !important;
    }
}

@media(max-width: 330px){
    .flexslider img, .flexslider video, .flexslider .egali img {
        height: 330px !important;
    }
}


















