body {
  font-size: 12px;
  font-family: 'Montserrat', Arial;
}

a{
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #00CCFF;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}

/*NAVBAR DESKTOP*/
.container_menu{
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 10;
  height: 85px;
  transition: 400ms;
  top: 0px;
}
.centerF {
  width: 695px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.menuF {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 12px;
 }
 .menuF img{
  height: 60px;
  float: left;
  cursor: pointer;
 }
 .txtmenuF {
  font-family: 'Montserrat', Arial;
  font-size: 13px;
  color: #fff;
  padding: 0px 0px 0px 20px;
  display: inline;
  float: left;
  text-align: center;
  text-transform: uppercase;
 }
 .txtmenuF:hover{
 	text-decoration: underline !important;
 }
 .txtmenuC {
 	font-family: 'Montserrat', Arial;
     font-size: 13px;
     color: #F88006;
     padding: 20px 0px 0px 20px;
     display: inline;
     float: left;
     text-align: center;
     text-transform: uppercase;
 		margin-top: 15px;
 }
 @media (min-width: 951px){
 	#divMenu, #menuMobilie{
 		display: none;
 	}
 }
 /*NAVBAR MOBILE*/
 @media all and (max-width:950px){
   .centerF, #divMenu, .container_menu{
    display: none;
   }

   .container_menu{
   	width: 100%;
   	height: auto;
   	position: fixed;
   	z-index: 10;
   	height: 75px;
   }
   .centerF {
   	width: 950px;
   height: auto;
   margin: 0 auto;
   position: relative;
   }
   .menuF {
   	display: inline;
   	float: left;
   	width: 100%;
   	height: auto;
   	margin-top: 0px;
    }
    .menuF img{
    	width: 14%;
    float: left;
    padding-right: 20px;
    margin-top: -12px;
    margin-left: -20px;
    cursor: pointer;
    }
    .txtmenuF {
    	font-family: 'Montserrat', Arial;
    	font-size: 13px;
    	color: #FFF;
    	padding: 20px 0px 0px 20px;
    	display: inline;
    	float: left;
    	text-align: center;
    	text-transform: uppercase;
    	margin-top: 8px;
    }
    .txtmenuF:hover{
    	text-decoration: underline !important;
    }
    .txtmenuC {
   	 font-family: 'Montserrat', Arial;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    width: 100%;
    text-align: center;
    color: #F88006;
    }
    #iconMenuMobile{
    	height: 40px;
    	float: right;
        cursor: pointer;
        margin-top: 10px;
        margin-right: 10px;
    }

    #menuMobileContain{
    	background-color: #FFF;
    	display: none;
    	width: 100%;
        float: left;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    #iconMenuLogo{
        height: 40px;
        float: left;
        margin-left: 30px;
        margin-top: 10px;
    }

    .txtmenu1 {
    	font-family: 'Montserrat', Arial;
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 10px;
        float: left;
        width: 100%;
        text-align: center;
    		color: #000;
    }
    .txtMenuSelected{
      font-family: 'Montserrat', Arial;
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 10px;
        float: left;
        width: 100%;
        text-align: center;
    		color: #F88006;
        cursor: default;
    }
    .txtmenu1:hover { background-color:#c3c3c3}

    #menuMobilie{
    	height: 60px;
    	width: 100%;
        background-color: #FFF;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 5;
    }
 }

#btn-scroll-top {
    display: none;                  /* Hidden by default */
    position: fixed;                /* Fixed/sticky position */
    bottom: 80px;                   /* Place the button at the bottom of the page */
    right: 30px;                    /* Place the button 30px from the right */
    z-index: 99;                    /* Make sure it does not overlap */
    border: none;                   /* Remove borders */
    outline: none;                  /* Remove outline */
    background-color: transparent;  /* Set a background color */
    color: white;                   /* Text color */
    cursor: pointer;                /* Add a mouse pointer on hover */
    padding: 15px;                  /* Some padding */
    border-radius: 0px;             /* Rounded corners */
    border: 1px solid #FFF;         /* Border thickness */
}

#btn-scroll-top:hover {
    background-color: transparent; /* Add a dark-grey background on hover */
}

/*DEFAULT STYLES*/
:root{
  --main-color: #00AFEF;
}
section{
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.title{
  font-size: 3em;
  width: 80%;
  max-width: 550px;
  margin: auto;
}

.mainButton{
  border: none;
  padding: 10px 30px 10px 30px;
  border-radius: 20px;
  background-color: var(--main-color);
  color: #fff;
  text-transform: uppercase;
}
.voltarTopo {
  display: inline;
  float: left;
  display: inline;
  position: fixed;
  bottom: 00px;
  right: 100px;
  background: url(../img/home/TOPO.png) no-repeat;
  width: 35px;
  height: 36px;
  display: none;
  cursor: pointer;
  border: 0px;
}

/*SECTION 1 - TOP BANNER*/
@media (max-width:950px){
  .topBanner{
    
  }
}
.topBanner h1{
  font-size: 3em;
}
.topBanner{
  width: 100%;
  position: relative;
  background-color: #000;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../img/passaporte/topBanner.jpg);
  padding-top: 49%;
  padding-bottom: 0;
  color:#fff;
}
#topImg{
  margin-bottom: 10px;
  width: 40vw;
  max-width: 500px;
}
#logoEPT{
  display: block;
  margin: auto;
  width: 25vw;
  max-width: 300px;
}

@media (min-width:540px) and (mad-width:1120px){
  .topBanner{
    background-image: url(../img/passaporte/topBanner_t.jpg);
    padding-top: 70%;
  }
}

@media (max-width:540px){
  .topBanner{
    background-image: url(../img/passaporte/topBanner_m.jpg);
    padding-top: 98%;
  }
}
@media (min-width:540px) and (max-width:768px){
  #topImg{
    width: 35vw;
  }
  #logoEPT{
    width: 20vw;
    margin-bottom: 20px;
  }
}
@media (max-width:540px){
 #topImg{
  width: 75vw;
  margin-bottom: 0;
 } 
 #logoEPT{
  width: 35vw;
  margin-bottom: 0px;
}
}
.topTextContainer{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.titlePage{
  font-weight: 300;
  line-height: 0.8;
  margin-bottom: 10vw;
}
.fadeImgTop{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #00000099 0vh, #000b2100);
}
#btnInscreva-se{
  display: block;
  width: 180px;
  margin: auto;
  margin-top: 3vw;
  border: none;
  background-color: #00CCFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  font-size: 1.3em;
}

.divCourseInfo{
  display: none;
  padding-top: 0px;
  padding-bottom: 20px;
}

/*oprtunidade única*/
.textChange{
  color: #ffffff;
  font-weight: bold;
  margin: auto;
  max-width: 100%;
  background-color: var(--main-color);
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  font-size: 2em;
}
.textChange p{
  margin: 0;
}

/*desc*/
.desc{
  margin-top: 50px;
  font-size: 1.8em;
  text-transform: uppercase;
  line-height: 1.3;
    font-size: 2.2em;
}

.textCidade{
  display: none;
}
#cidade{
 
}
#data{
  display: none;
}
.textData{
  font-size:1em;
  line-height: 5;
}
.textData span{
  font-weight: bold;
}

.videoCurso {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px; height: 0; overflow: hidden;
  }
  
  .videoCurso iframe,
  .videoCurso object,
  .videoCurso embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    max-width: 712px;
    max-height: 415px;
  }

/*imagem curso gratuito*/
#imgCursoGratuito{
  width: 70%;
}

.textBolsas{
  font-size: 1.5em;
  line-height: 1.2;
}
.textBolsas span{
  font-weight:bold;
  font-size:6em;
}

/*CARDS COM OS CURSOS*/
.cardsCursos{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.card{
  width: 400px;
  text-align: center;
  margin-bottom: 30px;
}
.card h3{
  color: var(--main-color);
  text-transform: uppercase;
  font-weight:bold;
  font-size:1.5em;
  margin-top: 0;
}
.card h3 span{
  text-transform: lowercase;
  font-weight: 600;
}
.card p{
  font-size:1.2em;
}
@media (max-width:768px){
  .card p{
    font-size: 1.6em;
  }
}
@media (max-width:816px){
  .card{
    width: 350px;
  }
}
.card img{
  margin: auto;
  width: 100px;
}

/*SECTION 7 - FORM*/
.divForm{
  background: linear-gradient(to left, #00294F, #0080CF);
  width: 100%;
  position: relative;
  height: auto;
  color: #fff;
}
.divForm h4{
  font-weight: 600;
  text-transform: uppercase;
}
.textContato{
  width: 90%;
}
.divForm p{
  font-weight: 300;
  font-size: 1.5em;
  max-width: 380px;
  margin: auto;
  color: #d2d2d2;
}
.containerForm{
  width: 80%;
  max-width: 380px;
  margin: auto;
  margin-top: 50px;
}
.divEmpresa{
  width: 100%;
  text-align: left;
}
form p{
  font-size: 1.3em !important;
}
textarea{
  border-radius: 0 !important;
}
#btnEnviar{
  border: none;
  margin-top: 30px;
  background-color: #00CCFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  font-size: 1.3em;
  width: 50%;
}
.divLocalizacao {
  display: flex;
  justify-content: space-between;
}
.comboBox {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #929292de;
  padding: 4px 6px;
  overflow: hidden;
  outline: none;
  margin: 0 0 45px;
  font-size: 15px;
}
option {
  color: #000;
}
#lblMsg{
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  color: #ff2f2f;
}
.divLocalizacao {
  display: flex;
  justify-content: space-between;
}
.comboBox {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #929292de;
  padding: 10px 10px 10px 5px;
  overflow: hidden;
  outline: none;
  margin: 0 0 45px;
  font-size: 15px;

}

/*LOADER*/
/* LOADER 6 */
.loader{
  display: none;
}
#loader-6{
  top: 40px;
  left: -2.5px;
}

#loader-6 span{
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #3498db;
}

#loader-6 span:nth-child(1){
  animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2){
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3){
  animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4){
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
/* form starting stylings ------------------------------- */
.group            {
  position:relative;
  margin-bottom:45px;
}
input               {
  font-size:15px;
  padding:10px 10px 10px 5px;
  display:block;
  width: 100%;
  border:none;
  border-bottom:1px solid #929292de;
  background-color: transparent;
}
input:focus         { outline:none; }

/* LABEL ======================================= */
label                {
  color:#d2d2d2;
  font-size:15px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label        {
  top:-20px;
  font-size:14px;
  color:#d2d2d2;
}

/* BOTTOM BARS ================================= */
.bar    { position:relative; display:block; width:100%; height: 1px; }
.bar:before, .bar:after     {
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background: #ffffffa3;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}



/*CHECK ANIMATION*/
.check-icon{
  display: none;
}
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #fff0;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, .5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #fff0;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}












/*SEÇÃO RODAPE*/
.rodlogo{
 display:inline;
 float:left;
  width:100%;
	height:262px;
	background:url(../img/rodape/logorod.png) center center no-repeat;
	 margin-top:30px;

}
.divrodape {
	display: inline;
	float: left;
	width: 100%;
	background-color: #E1E5E8;
	margin-top: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 245px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
 }
.fadeBannerRod{
	width: 100%;
	background: linear-gradient(to top, #000b21a1 2vh, #0000001a, #000b2100);
	position: absolute;
	height: 100%;
}
.divrodape p{
	color: #000;
	position: absolute;
	bottom: 10px;
	z-index: 4;
	font-size: 10px;
}

/*mobile*/
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
        padding-top: 10px;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand img {
    max-width: 160px;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #fff;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
   /* color: #00CCFF;*/
  }
  .navbar-default.affix {
    background-color: white;
    border: 1px solid;
    border-color: rgba(34, 34, 34, 0.05);
    padding-top: 10px;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #00CCFF;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    /*color: #00CCFF;*/
  }
  .navbar-default.affix .btn-login,
  .navbar-default.affix .btn-login:focus:hover {
   /* color: #00CCFF !important;*/
border: 2px solid #00CCFF;
  }
  .navbar-default .btn-login,
  .navbar-default .btn-login:focus:hover {
    color: #FFF !important;
    border: 2px solid #FFF;
  }

}



@media (max-width:470px){
  body{
    font-size: 9px;
  }
}
@media (min-width: 470px) and (max-width:768px){
  body{
    font-size: 8px;
  }
}


/*CAROSSEL COM OS PARCEIROS (logo carousel)*/
/* Slider */
.logoCarousel{
	float: left;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding-top: 50px;
}
.logoCarousel h2{
	margin-bottom: 0px;
}
.logoCarousel .slick-slide {
    margin: 0px 20px;
}

.logoCarousel .slick-slide img {
    width: 100%;
}

.logoCarousel .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.logoCarousel .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.logoCarousel .slick-list:focus
{
    outline: none;
}
.logoCarousel .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.logoCarousel .slick-slider .slick-track,
.logoCarousel .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.logoCarousel .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.logoCarousel .slick-track:before,
.logoCarousel .slick-track:after
{
    display: table;
    content: '';
}
.logoCarousel .slick-track:after
{
    clear: both;
}
.logoCarousel .slick-loading .slick-track
{
    visibility: hidden;
}

.logoCarousel .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.logoCarousel .slick-slide img
{
    display: block;
}
.logoCarousel .slick-slide.slick-loading img
{
    display: none;
}
.logoCarousel .slick-slide.dragging img
{
    pointer-events: none;
}
.logoCarousel .slick-initialized .slick-slide
{
    display: block;
}
.logoCarousel .slick-loading .slick-slide
{
    visibility: hidden;
}
.logoCarousel .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.logoCarousel .slick-arrow.slick-hidden {
    display: none;
}