/*
    
TemplateMo 557 Grad School

https://templatemo.com/tm-557-grad-school

*/


@import url(fontawesome.css);
@import url("<link href='https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900' rel='stylesheet'>");
@font-face{
	font-family:Bariol;
	src: url("../fonts/Bariol_Regular.woff");
}

@font-face{
	font-family:FugazOne;
	src: url("../fonts/FugazOne-Regular.woff");
}

body {
    font-family: 'Bariol', sans-serif;
	
}

/* Basic */

a {
	color: #3CF;
    text-decoration: none;
}

a:hover {
	color: #FC3;
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p {
    font-size: 16px;
    line-height: 22px;
}

.window{
	width: 100%;
	min-height: 1200px;
	overflow: hidden;
}

.external{
	background:none;
	color: #121b2f;
  }


.external:hover{
	background:none;
	color: #fff!important;
  }

.yellow{
	background:#F7EC6E!important;
	color: #121b2f;
  }

.blue{background:#5DC8D6}

.yellow:hover{
	background:#121b2f!important;
	color: #fff!important;
  }

.section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.section-heading h2:before {
    width: 1px;
    height: 100px;
    background-color: #fbc810;
    position: absolute;
    top: -102px;
    content: '';
    left: 50%;
    transform: translate(-50%);
}

.section-heading h2.valores:before {
    background-color: #111;
}

.section-heading h2 {
    margin-top: 100px;
    position: relative;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #fbc810;
	font-family: "FugazOne";
	text-transform: uppercase;
}

.section-heading h2.valores {
    border: 1px solid #111;
}

.section-heading h1.palestrantes, .section-heading h1.paralelos {
    color: #111;
}

.section-heading h2.valores.preto {
    color: #000;
}

.realizacao { 
    float: left;
}

.apoio {
    float: left;
    margin-left: 20px;
}
strong.destaque {
    color: #fbc810;
}


/* Buttons */

.main-button a {
    background-color: #fbc810;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 20px 30px;
    display: inline-block;
    outline: none;
}

a.menu-link { display: none; }

@media screen and (max-width: 950px) {
  a.menu-link {
    float: right;
    display: block;
    font-size: 36px;
    color: #fff;
    padding-right: 30px;
    padding-top: 5px;
  }
  nav[role="navigation"] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role="navigation"] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role="navigation"].active {
    max-height: 45em;
    height: 45em;
    overflow-y: scroll;
	top:0px;;
  }
  nav[role="navigation"] ul {
    top: -10px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(250,250,250,0.25);
    background-color: rgba(87,85,165,0.90);
  }
  nav[role="navigation"] li a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(250,250,250,0.25);
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
  }
  nav[role="navigation"] li:hover a,
  nav[role="navigation"] li.active a {
      color: #F7EC6E;
  }
  
  @media screen and (min-width: 951px) {
    .js nav[role="navigation"] {
      max-height: none;
    }

    nav[role="navigation"] li {
      display: inline-block;
      margin: 0 0.25em;
    }
    nav[role="navigation"] li a {
      border: 0;
    }
  }
}

/* Header */

@media screen and (max-width: 1050px) {
  .main-header .logo {
      padding-left: 30px!important;
  }

  .main-menu {
      padding-right: 30px!important;
  }

  .main-menu li {
      margin-left: 5px!important;
  }
}

.main-header {
    background-color: rgba(85,196,241,0.90);
    height: 80px;
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
	
}

.main-header .logo {
    float: left;
    line-height: 70px;
    padding-left: 60px;
}

.main-header .logo a {
    font-size: 36px;
	font-family: "FugazOne"; 
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.main-header .logo a em {
    font-style: normal;
    color: #fbc810;
}

.main-menu {
    float: right;
    padding-right: 60px;
	padding-top: 20px;
}

.main-menu li {
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
    position: relative;
}

.main-menu li:first-child {
    margin-left: 0px;
}

.main-menu li a {
    padding: 10px 13px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.5s;
}

.main-menu li.has-submenu a:after {
    content: '\f107';
    font-family: "FontAwesome";
    margin-left: 5px;
}

.main-menu li.has-submenu ul li a:after {
    display: none;
}

.main-menu li .sub-menu {
    position: absolute;
    width: 160px;
    background-color: rgba(87,85,165,0.90);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.main-menu li:hover .sub-menu {
    opacity: 0.9;
    visibility: visible;
}

.main-menu li .sub-menu li {
    display: block;
    line-height: 20px;
    margin-left: 0px;
    margin-bottom: 0;
	padding-top:10px; 
    padding-bottom: 10px;
    border-bottom: 1px solid #5755A5;
	background: rgba(87,85,165,1);
	color:#FFF;
}

.main-menu li .sub-menu li:first-child {
    padding-top: 15px;
}


.main-menu li .sub-menu li:hover{
	background: #3C39A3;
}

.main-menu li .sub-menu li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu li .sub-menu li a {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 15px;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.5s;
}

.main-menu li .sub-menu li a:hover {
    color: #F7EC6E;
    border: none;
}

.main-nav li:hover a,
.main-nav li.active a {
    border: 2px solid #F7EC6E;
	 color: #F7EC6E;
}

.main-menu li .login{
	border: 2px solid #F2ED74;
	background: #fbc810;
}

.main-menu li .login:hover{
	border: 2px solid #fff;
	color:#F2ED74;
}


@media (max-width: 950px) {
  .main-nav li:hover a,
  .main-nav li.active a {
	color: #F7EC6E;
    border: 2px solid transparent;
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
	
	
.main-menu li .sub-menu li a:hover {
    color: #F7EC6E;
    border: none;
}
	
	.col-md-6 .align-self-center{
	width:100%!important;	
	}
}


/* Slider */

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(22,34,57,0.85);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
    z-index: 1;
}

/*.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
  background-image:url("../images/bg-site.jpg");
  background-repeat: no-repeat;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(22,34,57,0.0);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}*/

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  top:0;
  bottom: 0;
  padding: 0;
}

.main-banner .caption img{
	width:40%;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .mobile{
	display: none;
}

@media screen and (max-width: 1180px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 50px;
  }
	
.main-banner .caption img{
	width:40%;
}
}

@media screen and (max-width:980px) {
 .main-banner .caption img{
	width:80%;
  }
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }
	
.main-banner .mobile{
	display: block;
	margin-top: 10%;
}
	
.main-banner .desktop{
	display: none;
}


}

@media screen and (max-width:580px) {
 .main-banner .caption img{
	width:90%;
	margin: 50px auto;
  }
.main-banner .caption h2 {
    font-size: 32px;
  }
	
.main-banner .caption h6{
		padding-bottom: 0;
	}
}

/* Features */

section.features .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}


.features-post {
  position: relative;
  margin-bottom: 0px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #55c4f1;
  color: #fff;
  padding: 40px;
  margin-bottom:-7px;
}

.features-content:hover {
    background-color: #fbc810;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.features-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0px;
	text-align: center
}

.features-content h4 i {
   /* margin-right: 15px;*/
	margin-bottom: 10px;
    font-size: 28px;
	
}

.features-content p {
    margin-bottom: 0px;
	text-align: center
}

.features-content a {
  margin: 15px auto;
  display: table;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #fff;
  text-align: center
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
    border-left: 1px solid rgba(250,250,250,0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}


@media screen and (max-width: 395px){
	
	.main-banner .mobile{
	width: 90%!important;
	margin: 0 auto;
	margin-top: 30%;	
   }
	
a.menu-link {
    font-size: 26px;
    padding-top: 5px;
}
.main-header .logo {
    height: 50px;
}
}

@media screen and (max-width: 360px){
	
	.main-banner .mobile{
	width: 80%!important;	
   }
}

@media screen and (max-width: 320px){
	
	.main-banner .mobile{
	margin-top: 35%;	
}
}

@media screen and (max-width: 767px) {

  .features-content {
    padding: 15px;
  }
  .features-content h4 i {
    display: block;
    margin-bottom: 10px;
  }
  .features-content h4 {
    font-size: 14px;
  }
  .features-content p {
    display: none;
  }
  .features-content p.hidden-sm {
    display: block;
  }
  .features-content a {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
  }

}



/* Why Choosing Us */

section.why-us {
    /*background-image: url(../images/choosing-bg.jpg);*/
    background-color: #5A4D9C;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

section.why-us h3{
    color:#fff;
    margin-bottom: 20px;
    margin-top: 30px;
	font-size: 20px; 
  
}

.section-heading h1:before {
    width: 1px;
    height: 100px;
    background-color: #111;
    position: absolute;
    top: -102px;
    content: '';
    left: 50%;
    transform: translate(-50%);
}

.section-heading h1 {
    margin-top: 100px;
    position: relative;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #111;
	font-family: "FugazOne";
	text-transform: uppercase;
}

section.why-us i{
    font-size: 20px
}

section.why-us p{
    color:#fff;font-size: 18px
}

section.why-us .laranja{
	color:#EF9400
}

section.why-us .amarelo{
	color:#FFCE00;
}

section.why-us .azul{
	color:#5DC8D6;
}
section.why-us .verde{
	color: #00C116;
}

.gray{
	background-color: #E4E4E4!important;
}

section.why-us .tabs-content{
	border: 1px solid #fbc810;
	padding:30px;
	margin-top: 10px;
}

section.why-us .box{
	border: 1px solid #fff; margin: 20px;
}

section.why-us summary{
	color:#fbc810;
	font-size: 18px;
	font-weight: 500
}

section.why-us span{ color:#fbc810; }

#tabs {
  text-align: center;
  margin-top: 40px;
}
#tabs ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
#tabs ul::after {
  clear: both;
  content: "";
  display: table;
}
#tabs ul li {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}
#tabs ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  outline: 0;
  padding-bottom: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
#tabs ul li a:after {
    transition: all 0.3s;
    width: 10px;
    height: 10px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}
#tabs ul li a:before {
    transition: all 0.3s;
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    background-color: transparent;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -5px;
}
#tabs ul li span {
  display: block;
  margin-bottom: 0.75em;
}
#tabs ul .ui-tabs-active {
}
#tabs ul .ui-tabs-active a {
  color: #fbc810;
}
#tabs ul .ui-tabs-active a:after {
  background-color: #fbc810;
  width: 15px;
  height: 15px;
}
#tabs ul .ui-tabs-active a:before {
  border-color: #fbc810;
}
#tabs h4 {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    
}

#tabs .local{
	color:#ED77AE;
	font-weight: bold;
}

#tabs h5{
    color: #fff;
	font-size: 16px;
	margin-top: -5px;
	margin-bottom: 20px;
	
}

#tabs p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.tabs-content {
    margin-top: 40px;
    text-align: left;
}

section.why-us .box-evento{
	background: #55c4f1;
	padding:30px 30px 10px 30px;
	margin-bottom: 40px;
	min-height: 300px;	
}

section.why-us .box-evento h4{
	color:#FFF;
	text-align: center;
	text-transform: uppercase;
	font-size:18px;
	font-weight: 600;
}

section.why-us .box-evento i{
	font-size: 30px;
	color:#F7EC6E;
	margin-bottom: 10px;
}

section.why-us .box-evento p{
	color: #fff;
	text-align: center;
	font-weight: 100;
	font-size:18px;
	margin-top: 20px;
}

section.why-us .box-evento .main-button{
    background: #fbc810;
    margin: 30px auto;
	padding: 10px 20px;
	color: #000;
	text-align: center;
	display: table;
}

section.why-us .box-evento .main-button:hover{
    background: none;
	padding: 8px 18px;
	color: #fff;
	border:2px solid #fbc810;
}

.tabs-content img {
    width: 100%;
    overflow: hidden;
    padding-right: 45px;
}

@media screen and (max-width: 1199px) {
  
  section.why-us .box-evento{
	  min-height: 360px;
  }	
}

@media screen and (max-width: 991px) {
	
  section.why-us .box-evento{
	  min-height: 400px;
	  padding:20px;
  }
	section.why-us .box-evento h4{
	 font-size:14px;
	 word-wrap: break-word;
	}
	section.why-us .box-evento p{
	 font-size:13px;
	}
}



@media screen and (max-width: 767px) {
  
  .tabs-content {
      text-align: center;
  }

  .tabs-content img {
      padding-right: 0px;
  }
   section.why-us .box-evento{
	  min-height: 0;
	  padding:30px 30px 10px 30px;
  }
	
  	section.why-us .box-evento p{
	 font-size:17px;
	}
	
	section.why-us .box-evento h4{
	 font-size:22px;
	}

}


/* Coming Soon */

section.coming-soon {
    /*background-image: url(../images/coming-soon-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #172238;
    padding: 120px 0px;
}

section.coming-soon .continer .counter div {
  display: inline-block;
}
section.coming-soon .continer h4 {
    margin-top: 30px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 30px;
	
}
section.coming-soon .continer h4 em {
    font-style: normal;
    color: #fbc810;
}

section.coming-soon .continer p{
	color:#fff;
	margin-bottom: 30px;
	font-size: 19px;
	line-height: 130%;
}

section.coming-soon button {
    margin-top: 10px;
    background-color: #ED77AE;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}

@media screen and (max-width: 1200px) {
	section.coming-soon .continer .counter span{
		font-size: 15px;
	}	
}




@media screen and (max-width: 767px) {

  section.coming-soon .continer h4 {
    text-align: center;
  }

}

section.coming-soon .continer .counter .days,
section.coming-soon .continer .counter .hours,
section.coming-soon .continer .counter .minutes,
section.coming-soon .continer .counter .seconds {
  width: 22%;
  height: 130px;
  float: left;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(250,250,250,0.1);
  padding:10px;
  font-family: "FugazOne";
}
@media screen and (max-width: 992px) {

  section.coming-soon .continer .counter .days,
  section.coming-soon .continer .counter .hours,
  section.coming-soon .continer .counter .minutes,
  section.coming-soon .continer .counter .seconds {
  font-size: 26px;
  height: auto;
  padding:30px 20px;
  }

  section.coming-soon .continer .counter .days .value,
  section.coming-soon .continer .counter .hours .value,
  section.coming-soon .continer .counter .minutes .value,
  section.coming-soon .continer .counter .seconds .value {
      margin-top: 40px!important;
  }

  section.coming-soon .continer .counter span {
      font-size: 14px!important;
  }

}
section.coming-soon .continer .counter .days,
section.coming-soon .continer .counter .hours,
section.coming-soon .continer .counter .minutes {
    margin-right: 4%;
}
section.coming-soon .continer .counter .days .value,
section.coming-soon .continer .counter .hours .value,
section.coming-soon .continer .counter .minutes .value,
section.coming-soon .continer .counter .seconds .value {
    margin-top: 15px;
    display: block;
    width: 100%;
}

section.coming-soon .continer .counter span {
    font-size: 18px;
    text-transform: uppercase;
    color: #5DC8D6;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0px;
    display: block;
}

section.coming-soon .right-content {
    margin-left: 30px;
}

section.coming-soon .top-content span{
   color: #F7EC6E;
}

@media screen and (max-width: 767px) {

  section.coming-soon .right-content {
      margin-top: 60px;
      margin-left: 0px;
  }

}

section.coming-soon .top-content {
    margin-bottom: -8px;
}

section.coming-soon .top-content img{display: table; width:100%}

section.coming-soon .top-content h6 {
    font-size: 20px;
    color: #fff;
    background-color: rgba(250,250,250,0.2);
    padding: 20px;
    text-align: center;
    line-height: 24px;
	font-weight: 700
}

section.coming-soon .top-content h6 em {
    font-style: normal;
    font-weight: 600;
	color: #f5a425
}

section.coming-soon .top-content p{
	color: #fff
}

section.coming-soon form {
    background-color: rgba(250,250,250,0.1);
    padding: 60px 40px;
    width: 100%;
    text-align: center;
}

section.coming-soon form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

section.coming-soon form input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}

section.coming-soon form::placeholder { color: #fff }
section.coming-soon form input::placeholder { color: #fff; }
section.coming-soon form input::placeholder { color: #fff; }

section.coming-soon form button {
    margin-top: 10px;
    background-color: #f5a425;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}



/* Courses */

section.courses {
    /*background-image: url("../images/video-bg-2.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    padding-bottom: 100px;
    padding: 0px 30px 100px 30px;
}

section.courses .item img {
	border-radius: 50%;
    /*border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/
	box-shadow: 2px 0px 5px #ccc;
}

section.courses .item .down-content {
    padding: 30px;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	text-align: center;
}

section.courses .item .down-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 5px;
	line-height: 25px;
	text-align: center;
}

section.courses .item .down-content p {
    margin-bottom: 18px;
	text-align: center;
}

section.courses .item .down-content img {
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block; 
	
}

section.courses .item .down-content span{
	font-size: 25px;
	color:#5755A5;
}

section.courses .item .down-content summary{
	 color: #5DC8D6;
    font-size: 18px;
	margin-top: 0
}

section.courses .item .down-content .text-button-pay {
    float: right;
    display: inline-block;
    margin-top: -30px;
}

section.courses .item .down-content .text-button-pay a {
    color: #f5a425;
    font-size: 13px;
}

section.courses .item .down-content .text-button-free {
    float: right;
    display: inline-block;
    margin-top: -30px;
}

section.courses .item .down-content .text-button-free a {
    color: #7a7a7a;
    font-size: 13px;
}


section.courses .owl-carousel .owl-nav {
    display: none;
}

section.courses .owl-carousel .owl-dots {
    text-align: center;
}

section.courses .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #000;
    margin: 50px 10px 0px 10px;
    outline: none;
}
section.courses .owl-carousel button.active {
    background-color: #5755A5;
}





/* Video */

section.video {
   /* background-image: url(../images/courses-bg.jpg);
    background-repeat: no-repeat;*/
    background-size: cover;
    background-color: #172238;
    padding: 40px 0px;
	background-image: linear-gradient(#69C8F3, #015396);
}

section.video .left-content {
  color: #fff;
}

section.video .left-content span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

section.video .left-content h4 {
    margin-top: 20px;
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 20px;
}
section.video .left-content h4 em {
    font-style: normal;
    color: #f5a425;
}

section.video .left-content .main-button {
  margin-top: 30px;
}

.video-item {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0;
}

section.video p{margin-top: 50px;}

section.video p img{
	margin-right:30px;
	margin-bottom: 30px;
	vertical-align: baseline;
	width:auto;
}


@media screen and (max-width: 767px) {

    section.video .left-content {
        margin-bottom: 45px;
    }

    section.video .left-content.apoio {
        margin-bottom: 45px;
        margin-left: 0;
        float: none;
    }
	
    section.video .left-content h4{
        text-align: center;
    }

    section.video .left-content p{
        text-align: center;
    }
	
	section.video .left-content p img{
        display:table;
		width:auto;
		float: none;
		margin: 30px auto;
    }

    section.video .first-item .first-content h4,
    section.video .second-item .second-content h4 {
    text-align: center;
    }

}

@media screen and (max-width: 580px) {
	
 section.video{padding:60px 0}
 section.video .left-content h4{
	 font-size: 20px!important;
	}
	
}


.video-item figure {
  position: relative;
  width: 100%;
  font-size: 0;
}
.video-item figure img {
  width: 100%;
}
.video-item figure a:before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 60px;
  height: 60px;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border-radius: 50%;
  background-color: #f5a425;
  z-index: 10;
}
.video-item figure a:after {
  content: '';
  position: absolute;
  bottom: 27.5px;
  right: 20px;
  margin-top: -12.5px;
  margin-left: -7px;
  border: solid 13px transparent;
  border-left: solid 20px;
  border-left-color: #fff;
  z-index: 10;
}
.video-item figure a:hover:before {
  background-color: #f5a425;
}

.video-item .video-caption {
    position: absolute;
    z-index: 10;
    background-color: rgba(250,250,250,0.75);
    height: 80px;
    width: 100%;
    padding: 27px 30px;
    bottom: 0;
}

.video-item .video-caption h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}



/* Contact */

section.contact {
    /*background-image: url(../images/contact-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fbc810;
    padding-bottom: 120px;
}

section.contact .valor{
	 background-color: #DFDFDF;
     padding: 50px;
	 margin: 20px;
	border: 2px solid #7A7A7A
}

section.contact .valor p{
	font-size: 20px;
	color:#111;
	text-align: center;
	font-weight: 400;
}

section.contact .valor h2{
	font-size: 90px;
	color:#FC9602;
	text-align: center;
	font-weight: 700;
	font-family:"FugazOne";
}

section.contact .valor span{
	font-size: 40px;
}

section.contact form {
    background-color: rgba(250,250,250,0.1);
    padding: 30px;
    width: 100%;
}

section.contact .main-button{
    background: #5DC8D6;
    margin: 30px auto;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	display: table;
	border-radius: 20px;
}

section.contact .main-button:hover{
    background: none;
	padding: 8px 18px;
	color: #fff;
	border:2px solid #5DC8D6;
}

@media screen and (max-width: 767px) {  
  section.contact form {
      margin-bottom: 30px;
  }

	section.contact .valor{
	 margin-top: 40px;
}
}

section.contact form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form textarea {
    width: 100%;
    height: 220px;
    max-height: 280px;
    min-height: 220px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form input:focus,
section.contact form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}

section.contact form::placeholder { color: #fff }
section.contact form input::placeholder { color: #fff; }
section.contact form input::placeholder { color: #fff; }

section.contact form::placeholder { color: #fff }
section.contact form textarea::placeholder { color: #fff; }
section.contact form textarea::placeholder { color: #fff; }

section.contact form button {
    background-color: #f5a425;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}


/* Notícias */

section.noticias {
    background-image: url(../images/main-slider-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding-bottom: 60px;
}

section.noticias .box{
	 background-color:none;
	 padding-bottom: 30px;
	 min-height: 450px;
	margin-bottom: 20px;
}

section.noticias .box img{
	width: 100%;
	height: 350px;
	object-fit: cover;
	display: table
	
}

section.noticias .box h2{
	margin:20px;
	font-size: 20px;
	font-weight: 700;
	word-wrap: break-word;
	 -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

section.noticias .box p{
	margin:10px 20px;
	font-size: 17px;
}

section.noticias .box a{
	font-size: 22px;

}

section.noticias a:hover{
	text-decoration: underline;
}

section.noticias .main-button{
    background: #5DC8D6;
    margin: 50px auto;
	padding: 10px 20px;
	color: #fff;	
}

section.noticias .main-button:hover{
    background: none;
	padding: 8px 18px;
	color: #f5a425;
	border:2px solid #f5a425;
}
section.noticias .box-thumb{
	min-height: 60px;
	border-bottom: 1px solid #fff;
	display: table;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
section.noticias .box-thumb img{
	width: 120px;
	height: 120px;
	object-fit: cover;
	float: left;
	margin-right: 20px;
}

section.noticias h4{
	font-size: 22px;
	color: #fff;
	margin-bottom: 25px;
}

section.noticias span{
	color: #fff; font-size: 75%;
}


@media screen and (max-width: 800px) { 
	
section.noticias .box{
	height: auto!important;
	margin-bottom: 20px;
}
	
section.noticias .box img{
	width: 100%;
	max-height: 330px
}
 section.section-locais .box-local{
 margin-top: 50px; 
}	
}


section.section-locais{
 padding:0 0 80px 0;
 background:#5DC8D6; 
}

section.section-locais .box-local img{
 width:100%;
 min-height: 250px;
 object-fit: cover;
}

section.section-locais .box-local h4{
	 text-align: center;
	 color: #fff;
	 margin-top: 10px;
}

section.section-locais .main-button{
	background: #fff;
	display:block;
	margin: 50px auto;
	padding:15px 20px;
	color:#5755A5;
	font-size: 18px;
	width: auto;
}

section.section-locais .main-button:hover{
	background: none;
	color:#fff;
	border: 2px solid #fff;
	padding:13px 18px;
}

@media screen and (max-width: 767px){
	section.section-locais .main-button{
		display: table;
	}
}

/*Página inicial do Salão de Empreendedorismo */

.salao {
 /* position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;*/
  background-image:url("../images/bg-salao.jpg")!important;
  background-repeat: no-repeat;
}

section.section-salao{
 padding:0 0 80px 0;
 background:#5DC8D6; 
}

 section.section-salao .box{
 background: #FFF;
 width:100%;
 height: auto;
 margin: 20px; 
 padding:10px;
 box-shadow: 2px 3px 4px #999;
}

section.section-salao .box img{
 width:100%;
 
display: block;

}

.green{
	background:rgba(93,200,214,0.90);
	max-width:30%!important;
	display: table;
	padding: 30px;
	text-align: center;
}

.green h2{
	width:auto;
	font-family: FugazOne;
	line-height: 170%;
	font-size: 3em!important;
	display: table;
}


@media screen and (max-width: 767px) {
  section.section-salao .box{
	margin: 0;
	margin-bottom: 30px;
   }
}


@media screen and (max-width: 600px) {
  .green h2{
	font-size: 2.2em!important;
   }
}

@media screen and (max-width: 470px) {
	.green{
	padding:15px;
   }
  .green h2{
	font-size: 1.8em!important;
   }
}

@media screen and (max-width: 370px) {
	.green{
	padding:15px;
   }
  .green h2{
	font-size: 1.3em!important;
   }
}

/* Footer */

footer {
    background-color: #015396;
	padding-bottom: 50px;
	border-top:1px solid #F7EC6E;
  
}

footer .center{
	display: table; float: left;
	margin-right: 40px;
}

footer em{color:#5DC8D6; font-style: normal;}

footer .button{background:#5DC8D6; padding: 10px 20px;color:#fff; margin: 0 20px}

footer .button:hover{background: none; border:2px solid #5DC8D6; }

footer p {
    margin-bottom: 0px;
    padding: 25px 0px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
	text-align: center;
	margin: 0 auto
}

footer p a,
footer p a:hover {
    color: #FFF;
}

@media screen and (max-width: 992px) {
  .features { background-color: #5755A5; }
  .features-content { position: relative; }
  .features-post { border-left: 0 }
}

@media screen and (max-width: 950px) {
  .main-menu { padding-right: 0!important;}
  .main-header .logo {
    line-height: 55px;
  }
  .main-menu li {
    display: block;
    line-height: 1;
    margin-left: 0 !important;
  }

  .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main-menu li .sub-menu li:last-child {
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
}

@media screen and (max-width: 950px) and (max-height: 400px) {
  nav[role="navigation"].active {
    max-height: calc(80px + 100vh);
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 16px;
    letter-spacing: 0.25px;
	font-weight: 100;
  }
	footer .button{
		display:block;
		float: none;
		width: 100%;
		font-weight: 100;
	    margin: 0 0 30px 0;
	}
}

/* Notícias*/

section.section-noticias-pg{	
 background: #fff;
 padding:120px 0;
}

section.section-noticias-pg .box{	
 background: #fff;
 width:auto;
 margin-bottom: 70px;
}

section.section-noticias-pg .box h3{	
 margin-top: 25px;
 color: #004a90;
 font-weight: 700;
}

section.section-noticias-pg .box .data{
	background: #f5a425!important;
	padding:10px;
	margin-top: -50px;
	margin-left: 10px;
	display: table;
	color:#fff;
	z-index: 10;
	position:relative;
	font-size: 1.8em;
	font-weight: 400;
}

section.section-noticias-pg .box .button{	
    color: #004a90;
	padding:10px 15px;
    border: 1px solid #004a90;
	margin-top:20px;
}


section.section-noticias-pg .box a{
	color:#000;
}

section.section-noticias-pg .box a:hover{
	cursor:pointer!important;
}


section.section-noticias-pg .box .button:hover{	
 cursor:pointer!important;
}

section.section-noticias-pg .box p{	
 font-size: 1em;
 margin-bottom: 25px;
}



section.section-noticias-pg .box img{	
    width: 100%;
    height:400px;
	object-fit: cover;
	
}

section.section-noticias-pg h2{
	font-size: 40px;
	color:#0c1228;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 80px;
}

/* Single notícias*/

section.section-noticia-single{	
 background: #fff;
 padding:180px 0;
}

section.section-noticia-single .box{
	
}

section.section-noticia-single img{
	width:100%;
	max-height: 500px;
}

section.section-noticia-single .title{
	font-size: 30px;
	font-weight: 700;
	margin-top: 30px;
}

section.section-noticia-single .more{
padding: 10px;
border-bottom: 1px solid #ccc;	
}
section.section-noticia-single .more p{
    font-size: 0.9em;
	font-weight: 500;
	line-height: 20px;
	color: #0c1228;
	margin:0;
}

section.section-noticia-single h6{
	font-size: 1.1em;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 25px;
}

section.section-noticia-single h3{
	color:#5A4D9C;
	font-weight: bold;
}

section.section-noticia-single a{
    color: #f5a425;
}

section.section-noticia-single a:hover{
    text-decoration: underline;
}

section.section-noticia-single .more span{
 font-size: 0.8em;	
}

section.section-noticia-single .more a{
    color: #5A4D9C;
}

section.section-noticia-single .more a:hover{
    color: #f5a425;
	cursor: pointer;
}

section.section-single{
 padding:120px 0 80px 0;	
}

section.section-single .box{
	 background-color:rgba(255,255,255,1.0);
	 padding-bottom: 30px;
	 min-height: 900px;
}
  section.section-single .box img{
	height: 280px!important;
	 object-fit: cover;
}

section.section-single img{
	width: 100%;
	margin-bottom: 20px;
}

section.section-single .box i{
	color:#767676
}

section.section-single .box .texto{
	min-height: 200px;
	top:0;
}

section.section-single h2{
	font-size: 40px;
	color:#5755A5;
	font-weight: 700;
	margin-bottom: 40px;
	width: 100%;
	display: block;
	text-transform: uppercase;
}

section.section-single em{
	color:#5DC8D6;
	font-style: normal;
}

section.section-single p{
	font-size: 16px;
	margin: 15px 0;

}

section.section-single h3{
	color:#5A4D9C;
	font-weight: 700;
	margin-top: 15px;
}

section.section-single summary{
 font-size: 17px;
 color:#5A4D9C;
 font-weight: 500;
 margin-bottom: 25px;
}
section.section-single summary:hover{
	 color:#ED77AE;
	 cursor:pointer;
}

section.section-single .main-button a:hover{
	background: #fff;
	color: #5A4D9C;
	border:2px solid #5A4D9C;
	padding: 18px 28px;
}

section.section-single .gray{
	background:#EDEAEA;
	padding:30px;
}

section.section-single .thumb{
	float: left;
	width:250px;
	margin-right: 30px;
}

section.section-single .thumb img{
	float: left;
	width:250px;
	
}

section.section-single .virtual{
	margin-top: 50px;
}

section.section-single .virtual h3{
	position: absolute;
	top: 80px;
	background: #5A4D9C;
	padding:20px;
	color: #FFF;
	z-index: 1;
}

section.section-single .virtual p{
	position: absolute;
	top: 140px;
	background: #5DC8D6;
	padding:20px;
	color: #FFF;
	font-size: 20px;
	
}


@media screen and (max-width:600px){
section.section-single .thumb{
	width:100%;
	min-height:150px;
	float: none;
}

	section.section-single .thumb img{
	 width:100%;
	 height: 150px;
	 object-fit: cover;
}
	
	
}

@media screen and (max-width:1199px){
 section.section-single .box img{
	max-height: 300px
}
}

@media screen and (max-width:992px){
	
  section.section-single{
 padding:150px 0 50px 0;	
}
  section.section-single .box img{
	 min-height: 250px;
}

	
 section.section-single img{
	 min-height: 300px;
	 object-fit: cover;
	}
}

/* ESTANDES VIRTUAIS*/

section.section-topo{
	width:100%;
	margin-top:60px;
	padding:0;
	margin: 0;
}

section.section-topo img{
 object-fit: cover;
 margin: 0;
 width:100%; 
}

.topo-blue{
	background: rgba(22,34,57,1.00)
}

section.section-estande{
	width:100%;
	margin-top:60px;
	height: 100vh;
	background-image:url("../images/bg-estandes.jpg");
	margin: 0;
	background-size: cover;
	display: table;
}
section.section-estande .box-estande{
	width:100%;
	padding:50px 0 0 0;
	background-color: rgba(87,85,165,0.70);
	margin: 0 auto;
	z-index: 1;

	
}

section.section-estande .box-estande h3{
	color:#F5A425;
	text-align: center;
	font-weight: 900;
	font-size: 2em;
}

section.section-estande .box-estande h4{
	color:#FFF;
	text-align: right;
	font-weight: 700;
	font-size: 1em;
	margin-right: 15px;
	
}

section.section-estande .box-estande .conteudo{
	width:65%;
	margin: 40px auto;
}

section.section-estande .box-estande .conteudo details{
  border-top: 1px solid #8375BA;	
}

section.section-estande .box-estande .conteudo summary{
	color:#F5A425;
	text-transform: uppercase;
	padding-top:20px;
	margin-bottom: 20px;
	font-size: 1.1em
}

section.section-estande .box-estande .conteudo span{
	 color:#fff;}

section.section-estande .box-estande .conteudo p{
	color:#fff;
	font-size: 1.1em;
}

section.section-estande .box-estande .conteudo em{
	color:#F5A425;
	font-weight: 900;
}

section.section-estande .box-estande .conteudo i{
	color:#F5A425;
	font-size: 1.5em;
}

section.section-estande .box-estande .conteudo a{
	margin-right: 15px;
	color: #fff;
	font-size: 1.1em;
	line-height: 30px;
}

section.section-estande .box-estande .conteudo a:hover{
	color: #F5A425;
}

section.section-estande .box-estande .conteudo .video{
	display: table;
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	background: #000;
	background-size: cover;
	min-height: 350px;
}

section.section-estande .box-estande .conteudo .video img{
	width:100%;
	
}

section.section-estande .whatsapp{
	position: fixed;
	right: 0;
	bottom: 1%;
	height: auto;
	width:auto;
	z-index: 5;
	margin-bottom: 0;
}

section.section-estande .whatsapp img{
	width:100%;
}

.main-header .topo-estande{
	float: left;
    line-height: 20px;
    padding-left: 30px;
	padding-top: 20px;
}

.topo-estande a{
	font-size: 1em;
	font-family: FugazOne;
	color: #F7EC6E;
	text-transform: uppercase;	
}

.topo-estande a:hover{
	color: #65C9D7;
	
}

.topo-estande em{font-style: normal!important;}

.topo-violeta{
 background-color: rgba(87,85,165,0.95);	
}
.titulo{
	margin: 0 auto;
	display: table;
	font-family:"FugazOne", "sans-serif";
	font-size: 36px;
	padding: 10px;
	color:#fff;
}

.titulo em{color:#F5A425;
           font-style: normal;
}


@media screen and (max-width:979px){
	
.topo-violeta{
 background-color: rgba(87,85,165,1.0);	
}
	section.section-topo{
		margin-top: 8%;
	}	
	
}


@media screen and (max-width:767px){
	
	section.section-estande .box-estande .conteudo{
		width: 80%;
	}
	section.section-estande .box-estande .conteudo summary{
	font-size: 1em;
	}
	section.section-estande .box-estande h3{
		font-size: 1.6em;
		width: 95%
	}	
}


@media screen and (max-width:630px){
	
	.main-header{
		height: 60px;
	}	
	
/*.main-header .topo-estande{
	position: relative;
	display: table;
	padding-left: 30px;
	padding-top: 10px;
	margin-right: 50px
  }*/
	
	.main-header .topo-estande a{
	font-size: 15px;
	}
	
.titulo{
	font-size: 22px;
	line-height: 30px;
	}	
 section.section-topo{
		margin-top: 9%;
	}
		
section.section-estande .box-estande .conteudo .video{
	min-height: 280px;
	}			
}

@media screen and (max-width:480px){
	
	 section.section-topo{
		margin-top: 10%;
	}	
	
	section.section-estande .whatsapp{
		width:230px;
		bottom: 2%;
	}
	
 .main-header .topo-estande{
	 margin-right: 30px;
	}

}

@media screen and (max-width:395px){

.main-header{height: 50px;}
 .main-header .topo-estande{
	margin-top: 0;
	 line-height: 12px;
	padding-left: 30px;
  }
	
 .main-header .topo-estande a{
	font-size: 0.8em;
	line-height: 15px!important;
  }
	
.titulo{
	font-size: 18px;
	line-height: 18px;
	}
	
section.section-estande .box-estande .conteudo .video{
	min-height: 250px;
	}
}

@media screen and (max-width:290px){
	
	 section.section-topo{
		margin-top: 15%;
	}
	
	.titulo{
	font-size: 16px;
	line-height: 17px;
	}

}



