@charset "UTF-8";
/*-----------------------------------------------------------
    Tema: FEI
    Description: Vestibular 1 2022
    Author: Hernandes
    Author URI: https://www.fei.edu.br
    Version: 1.0
-------------------------------------------------------------*/


/*-----------------------------------------------------------
    1  General Styles
    2  Typography
    3  Buttons & Links 
    4  Header
    5  Services
    6  About  
    7  Portfolio
    8  Blog
    9  Contact
    10 Footer
    11 Responsive 
-------------------------------------------------------------*/


/*-----------------------------------------------------------
    1. General Styles 
-------------------------------------------------------------*/




.enem{
	margin-left: 200px;
}




.portador{
	width: 400px;
}





.error{
  color: red !important;
}

.palavra{
	font-weight: 200!important;
	font-size: 14px;
}


.cantos{
	border-radius: 10px 0px;
}



.nav-link{
	
	
}














.bgtopo{
		/*background-image: url("https://fei.edu.br/sites/lpnew/nova2/images/f1n.jpg");*/
	padding-top: 50px!important;
	background-size: cover;
	
	
	background: rgb(35,107,196);
background: linear-gradient(180deg, rgba(35,107,196,1) 0%, rgba(40,153,225,1) 100%);
	
}





.card-header:first-child{
	border-radius: 10px!important;
}




.card-body{
	border-radius: 40px!important;
}


.tecnologico{
		background-image: url("https://fei.edu.br/sites/lpnew/nova2/images/bg_tec3.jpg");
	background-size: cover;
}


.cursosbg{
	background-image: url("https://fei.edu.br/sites/lpnew/nova2/images/bg_cursos2.jpg");	
	background-size: cover;
}












.baixo_azul{
	margin-top: 80px!important;
}


.baixo_verde{
	margin-top: 40px!important;
}






.icomenor{
	font-size: 30px!important;
}




.largura{
	width: 20%!important;
}



.btn-outline-warning{
	
	
	border-radius: 100px!important;
}


.duvida{
	border-radius: 50px!important;
	width: 33px!important;
	height: 35px!important;
	margin-top: -40px;
	margin-right: 0px;
	z-index: auto;
}




.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 25px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;

  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}












.corwhats{
	color: #26B956!important;
font-size: 50px!important;
	

}





.whatsapp {
    position: fixed;
    top: 80%;
    right: 3%;
    padding: 10px;
    z-index: 10000000;
	width: 80px;
}





@keyframes fa-blink {
     0% { opacity: 1; }
     50% { opacity: 0.6; }
     100% { opacity: 0.8; }
 }
.fa-blink {
   -webkit-animation: fa-blink 0.9s linear infinite;
   -moz-animation: fa-blink 0.9s linear infinite;
   -ms-animation: fa-blink 0.9s linear infinite;
   -o-animation: fa-blink 0.9s linear infinite;
   animation: fa-blink 1.5s linear infinite;
}





.txtm{
	font-size: 12px!important;
}



.formulario{
	
	border-radius: 15px;
	padding: 35px!important;
	
}




.linhas{
	
	background-image: url('');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
	
}






.azul2{
	color: #ffffff;
	background-color: #324584;
	padding: 5px;
	font-size: 24px;
	font-family: "Sora", Arial, sans-serif;
	margin-left: -10px!important;
	font-weight: 400;
	line-height: 150%;
}







/* Background - Cursos Desktop*/


.adm{
	
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/adm2.jpg")!important;
	
}


.cc{
	
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/cc2n.jpg")!important;
	
}



.automacao{
	
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/automacao2.jpg")!important;
	
}




.civil{
	
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/civil2.jpg")!important;
	
}




.eletrica{
	
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/eletrica2.jpg")!important;
	
}


.mecanica{
	
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/mecanica2.jpg")!important;
	
}



.producao{
	
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/producao2.jpg")!important;
	
}


.quimica{
	
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/quimica2.jpg")!important;
	
}




.robos{
	
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/robos2.jpg")!important;
	
}



.corfundo{
	background-color: #24b956!important;
	color: #FFFFFF;
	
}





.caixa{
	text-transform: uppercase!important;
	color: #ffffff!important;
	font-size: 10px!important;
	line-height: 100%!important;
	
	
	
}



.vivo{
	
	background-color: #5c1893!important;
	color: #FFFFFF;
}




.alturabtmaior{
	margin-top: 250px!important;
}




.carousel-control-prev-icon{
	
	color: #23326A!important;
	margin-left: -230px!important;
	font-size: 60px!important;
		
}





.agora{
color: #FFFFFF!important;
	text-align: center!important;
	margin-top: 50px;
}



.carousel-indicators > li,
.carousel-indicators > li.active{
    width: 170px;
    height: 25px;
    border-radius: 0;
    border: solid 1px transparent;
    background: transparent;
    text-indent: 0;
}
.carousel-indicators > li.active {
    background: transparent;
}




.creditobt{
	
	font-size: 12px!important;
	font-weight: bold;
}




.escuro{
	background-color: #233369;
	padding-top: 40px;
	
	
}




.interna{
	
	padding-top: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
}






.periodo{
	color: #e64d7e; 
	font-weight: bold; 
	font-size: 14px!important; 
	line-height: 100%;
	text-align: right;

}



.periodoe{
	color: #e64d7e; 
	font-weight: bold; 
	font-size: 14px!important; 
	line-height: 100%;
	text-align: right;
	margin-top: 20px;

}





.conteudo {
	
	text-align: right!important;
	color: #FFFFFF!important;
	font-size: 12px!important;
	line-height: 100%!important;
	
}






.maislargo{
	padding-left: 0px!important;
	padding-right: 0px!important;
}




.txtfino{
	font-weight: 200!important;
	color: #000000;}





.bola {
    font-size: 25px;
    border-radius: 40px;
    width: 45px;
    height: 45px;
    vertical-align: top;
    text-align: center!important;
    margin-left: 0px;
	position: absolute;
	top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: #ffffff;
color: #6d67a7!important;
	font-weight: bold;

}






.bola a:hover{
    font-size: 25px;
    border-radius: 40px;
    width: 45px;
    height: 45px;
    vertical-align: top;
    text-align: center!important;
    margin-left: 0px;
	position: absolute;
	top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: #6d67a7;
color: #ffffff!important;
	font-weight: bold;

}





    .carousel-control-next-icon {
    color: #23326A!important;
    margin-right: -230px!important;
    font-size: 60px!important;

}



.ja{
	margin-top: 10px;
	
}





.linha{
	
	
	border-top: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
	
	margin-bottom: 100px;

	
}







.botao{
	background-color: #fb397d;
	padding: 15px;
	border-radius: 10px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	
	
}




.fundo{
	background-color: #314584!important;
	
}






.menor{
	
	font-size: 14px;
	margin-top: 25px;
}




.nota{
	font-size: 16px;
	margin-bottom: -20px;
	color: #000000!important;
}



.vestibular{
	
	
	margin-bottom: 0px!important;
	font-size: 47px!important;
	color: #ffffff!important;}




#meuMenu {
    background:#ffffff;
    width:100%;
    padding:0px;
    margin-top: 0px;
}
.fixar {
    position:fixed;
    margin-top: 0px !important;
	z-index: 1;
	background:#ffffff!important;
}



.topo{
	margin-top: 150px!important;
	}







/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /right bounce */


/* assign bounce */
.fa-arrow-right {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  float:right;
}









* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  
  color: #314584;
  text-decoration: none;
  position: relative;
}
a:focus,
a:hover {
  color: rgba(44, 44, 44, 0.8);
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000000;
  font-weight: 800;
	line-height: 100%;
  
}
:active,
:focus {
  outline: none !important;
}
/*-----------------------------------------------------------
  2. Typography 
------------------------------------------------------------*/
body {
  color: #314584;
  font-family: 'sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  transition: opacity 1s;
  min-width: 330px;
}
h1,
.h1 {
  font-size: 4.4rem;
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 50px;
}
.about h2 {
  margin-bottom: 25px;
}
h3,
.h3 {
  font-size: 1.9rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
}
h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 1rem;
  color: #cccccc
}
h6,
.h6 {
  font-size: 1rem;
  margin-bottom: 10px;
}
.about p {
  color: #314584;
}
p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #6E757A;
  margin-bottom: 15px;
  letter-spacing: 0.025em;
}
/*-----------------------------------------------------------
  3. Buttons & Links
-------------------------------------------------------------*/
.contact-btn button {
  width: 100%;
  height: 60px;
  border: 0px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(30,32,33,0.07);
  -moz-box-shadow: 0px 4px 6px 0px rgba(30,32,33,0.07);
  box-shadow: 0px 4px 6px 0px rgba(30,32,33,0.07);
  background-color: #fff;
  border-radius: 3px;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #cccccc
}
.contact-btn i {
  font-size: 2rem;
  width: 100px;
  height: 100px;
  color: #cccccc
}
.hero-btns a:first-child {
	
  background-color: #cccccc
  border:2px solid #cccccc
  color: #fff;
  padding: 17px 35px;
	
  font-size: 1.0rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(255,57,70,0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(255,57,70,0.15);
  box-shadow: 0px 4px 5px 0px rgba(255,57,70,0.15);
}

.hero-btns a:first-child:hover {
  background-color: #314584;
  border: 2px solid #cccccc
  color: #ffffff;
  padding: 17px 35px;
  font-size: 1.0rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}


.hero-btns a:last-child {
  color: #ffffff;
  padding: 17px 35px;
  font-size: 1.0rem;
  background-color: #fb397d;
  margin-top: 10px!important;
  width: 100%;
  border-radius: 10px;
}

.hero-btns a:last-child:hover {
  color: #ffffff
  transition: all 0.3s ease;
}
.navbar-light .navbar-toggler {
  color: #314584;
  border: none;
}
.navbar-toggler {
  padding: .5rem 1.2rem .25rem 0rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.interactive-menu-button {
  position: relative;
}
.interactive-menu-button a {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.interactive-menu-button a span {
  height: 4px;
  position: absolute;
  background: #314584;
  text-indent: -999em;
  width: 100%;
  top: 6px;
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}
.interactive-menu-button a span:before,
.interactive-menu-button a span:after {
  content: '';
  height: 4px;
  background: #314584;
  width: 100%;
  position: absolute;
  top: -6px;
  left: 0;
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}
.interactive-menu-button a span:after {
  top: 6px;
}
.interactive-menu-button a.active span {
  background: transparent;
}
.interactive-menu-button a.active span:before {
  transform: translateY(6px) translateX(1px) rotate(45deg);
}
.interactive-menu-button a.active span:after {
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
}
.navbar-nav .dropdown-menu {
  text-align: center;
  border: 0;
  background-color: #ffffff;
}
.navbar-nav .dropdown-menu a {
  color: #fff;
  cursor: pointer;
  font-size: 0.1rem;
  margin: 10px 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #FF3946!important;
  text-decoration: none;
  background-color: #314584;
}
.service-btn a {
  color: #fff!important;
  font-size: 0.8rem!important;
}
.service-btn a:hover {
  color: #FF3946!important;
}
.more-btn {
  text-align: center;
  margin: 15px 0px 100px 0px;
}
.more-btn a {
  font-size: 1.2rem;
  color: #FF3946!important;
  cursor: pointer;
  padding: 20px 30px;
}
.more-btn a:hover {
  color: #314584!important;
}
.contact-btn {
  text-align: center;
  margin-top: 70px;
}
.contact-btn a {
  color: #fff!important;
}
.contact-btn a:hover {
  color: #314584!important;
}
/*-----------------------------------------------------------
  4. Header
-------------------------------------------------------------*/
.navbar-light .navbar-nav .nav-link {
  color: #3696C3;
  font-size: 0.9rem;
	font-weight: bold;
}
.hero-btns {
  margin-bottom: 350px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #cccccc;
}



/*-----------------------------------------------------------
  Cor do fundo do Menu
-------------------------------------------------------------*/

.navbar {
  padding: 10px 0 0 0;
	background-color: #ffffff;
}
.navbar-light .navbar-brand {
  margin-right: 0%;
	
}
.nav-item {
  padding: 0 10px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #cccccc
}


.hero img {
    position: relative;
    top: -20px;
    right: 0px;
   
    margin-top: 0px;
    width: 100%;
}



.hero h1 {
  margin-top: 250px;
}
.hero p {
  margin-bottom: 10px;
}
/*-----------------------------------------------------------
  5. Services
-------------------------------------------------------------*/
.services {
  padding: 50px 0px;
	
	
}
.services p {
  font-size: 1.0rem;
  color: #314584;
  line-height: 1.5rem;
}
.side-img img {
  position: absolute;
  left: -20px;
}
.side2-img img {
  position: absolute;
  right: -20px;
  top: 1300px;
}
.service-box {
  background-color:#A7A7A7;
	border-radius: 15px;
  padding: 10px 10px;
  margin: 5px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(7,177,246,1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(7,177,246,0.30);
  box-shadow: 0px 3px 7px 0px rgba(7,177,246,0.30);
  min-height: 250px;
	text-align: center;
}







.service-box h6{
	color: #FFFFFF!important;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}






/*-----------------------------------------------------------
  6. About
-------------------------------------------------------------*/
.about {
  margin-bottom: 150px;
}
/*-----------------------------------------------------------
 7. Portfolio
-------------------------------------------------------------*/
.portfolio-aside img {
  margin-top: 20px;
  position: absolute;
  left: -20px;
}
.work-box {
  margin-bottom: 30px;
}
.work-box img {
  width: 370px;
  height: auto;
}
/* Portfolio Gallery Hover */
.photobox{
  display: inline-block;
}
.photobox__previewbox{
  position: relative;
  
}
.photobox__preview{
  display: block;
  max-width: 100%;
}
.photobox__previewbox:before{
  content: "";
}
.photobox_type10 .photobox__previewbox:before{
  width: 0;
  height: 0;
  padding: 25%;
  background-color: #314584;
  opacity: 0.8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;
  will-change: transform;
  transform: translate(-50%, -50%) scale(0);
}
.photobox_type10:hover .photobox__previewbox:before{
  transform: translate(-50%, -50%) scale(4);
  transition-duration: var(--photoboxAnimationDuration, .8s);
}
.photobox_type10 .photobox__label{
  width: 95%;
  text-align: center;
  opacity: 0;  
  transition: opacity calc(var(--photoboxAnimationDuration, .8s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9), transform calc(var(--photoboxAnimationDuration, .8s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity, transform;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 3;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1.1rem; 
}
.photobox_type10:hover .photobox__label{
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-duration: calc(var(--photoboxAnimationDuration, .8s) / 2);
  transition-delay: calc(var(--photoboxAnimationDuration, .8s) / 4);
}
.hide {
  display: none;
  transition: all 0.3s ease;
}
/*-----------------------------------------------------------
  8. Blog
-------------------------------------------------------------*/
.blog-aside img {
  position: absolute;
  right: -20px;
  margin-top: 200px;
}
.blog {
  padding: 25px 0px;
  margin-bottom: 0px;
}
.blog-box {
  background-color:#ffffff;
  min-height: 330px;
  max-width: 350px;
  padding: 50px 25px;
	border-radius: 25px;
  box-shadow: 10px 10px 15px #cccccc;
  margin: 10px;
}
.blog-box p:nth-child(2) {
  font-size: 0.9rem;
  color: #6E757A!important;
}
.blog-box p:nth-child(3) {
  font-size: 1.2rem;
  color: #314584;
}
.slick-prev {
  position: absolute;
  right: 60px;
  top: -50px;
}
.slick-next  {
  position: absolute;
  right: 10px;
  top: -50px;
}
.blog-slider button {
  font-size: 3rem;
  border: none;
  background-color: #fff;
  color: #BBBBBC;
}
.blog-slider button:hover {
  color: #314584;
  transition: all 0.3s ease;
}
.blog-first {
  background-color: #202a72;
}
.blog-first h6 {
  color: #fff;
}
.blog-first p:nth-child(2) {
  color: #fff!important;
}
.blog-first p:nth-child(3) {
  color: #fff;
}
.blog-slider {
  cursor: pointer;
}
.hide-blog {
  display: none;
}
#blog-btn {
  color: #cccccc
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  background-color: #fff;
  border: none;
  margin-top: 20px;
}
#blog-btn:hover {
  color: #314584;
}
.hide-me {
  display: none;
}
/*-----------------------------------------------------------
  9. Contact
-------------------------------------------------------------*/
.contact {
  max-height: 550px;
}
.email input {
  width: 100%;
  height: 60px;
  background-color: #F4FAFE;
  border: none;
  padding: 0px 20px;
  color: #314584;
  font-weight: 600;
  margin-bottom: 15px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #314584;
  font-weight: 600;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #314584;
  font-weight: 600;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #314584;
  font-weight: 600;
}
:-moz-placeholder { /* Firefox 18- */
  color: #314584;
  font-weight: 600;
}
textarea {
  background-color: #F4FAFE;
  border: none;
  width: 100%;
  padding: 20px;
  margin-top: 15px;
  color: #314584;
  font-weight: 600;
}
/*-----------------------------------------------------------
  10. Footer
-------------------------------------------------------------*/
footer {
  background: rgb(35,107,196);
background: linear-gradient(180deg, rgba(35,107,196,1) 0%, rgba(40,153,225,1) 100%);
  width: 100%;
  min-height: 400px;
  text-align: center;
  padding: 70px 0px 0px 0px;
}
footer h5{
  color: #fff;
  padding-bottom: 10px;
}
footer h3{
  color: #cccccc
  font-size: 3rem;
  margin-bottom: 30px;
}
.contact-nav li {
  display: inline;
  color: #fff;
}
.contact-nav a {
  color: #fff;
  font-size: 1.1rem;
  padding: 20px 20px;
}
.contact-nav a:hover {
  color: #cccccc
}
footer h6 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 20px;
}
.social li {
  display: inline;
}
.social li a {
  font-size: 2.7rem;
  color: #fff;
  margin: 0px 10px;
	margin-left: 0px;
	text-align: left;
}
.social li a:hover {
  color: #cccccc
  transition: all 0.3s ease;
}
/*-----------------------------------------------------------
  11. Responsive
-------------------------------------------------------------*/
@media (max-width: 1700px) {
  .hero-btns {
    margin-bottom: 200px;
  }
}
@media (max-width: 1500px) {
  .hero img {
    margin-top: 130px;
  }
}
@media (max-width: 1350px) {
  .hero-btns {
    margin-bottom: 140px;
  }
}
@media (max-width: 1199px) {
  .nav-item {
    padding: 0px; 
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.07rem;
  }
  .contact-btn button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
    background-color: none;
    font-size: 1rem;
}
  .hero img {
    margin-top: 150px;
    width: 45%;
  }
  .hero h1 {
    margin-top: 150px;
  }
  h2 {
    font-size: 2rem;
    line-height: 3.0rem;
  }
  h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  .services p {
    font-size: 0.8rem;
  }
  .hero-btns {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 15px 0 0 0;
  }
  .hero img {
    display: none;
  }
  .hero {
    text-align: center;
  }
	
	
	
	
	
	.baixo_azul{
	margin-top: 40px!important;
}

	
	.baixo_verde{
	margin-top: 20px!important;
}
	
	
	
	
	.largura{
	width: 90%!important;
		margin-left: 20px;
}
	
	
	
	
	.enem{
		margin-left: 0;
	}
	
	
	.portador{
		width: 100%;
	}
	
	
	
	
	
	.t_campos_e{
		
		text-align: left!important;
	
		}
	
	
	
	
	
	.linhas{
	
	background-image: url('https://fei.edu.br/sites/lpnew/nova/carrosel/images/branco.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
	
}
	
	
	
	
	
	
	/*   Mobile - Celular - Background cursos*/
	
	.adm{
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/adm_m2.jpg")!important;
}
	
	
		.cc{
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/cc_m2.jpg")!important;
}
	
	
	.automacao{
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/automacao_m2.jpg")!important;
}	
	
	
		.civil{
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/civil_m2.jpg")!important;
}
	
	
	
		.eletrica{
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/eletrica_m2.jpg")!important;
}
	
	
	
		.mecanica{
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/mecanica_m2.jpg")!important;
}
	
	
	
		.producao{
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/producao_m2.jpg")!important;
}
	
	
	
		.quimica{
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/quimica_m2.jpg")!important;
}
	
	
	
		.robos{
	background-image: url("https://fei.edu.br/sites/lpnew/nova/images/robos_m2.jpg")!important;
}
	
	
	
	
  .hero h1 {
    margin-top: 80px;
  }
  .navbar-collapse {
    text-align: center;
    margin-top: 50px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
  }
  .contact-btn {
    display: none;
  }
  .hero-btns {
    margin-bottom: 70px;
  }
  .service-txt {
    text-align: center;
  }
  .about img {
    margin-bottom: 70px;
  }
  .about {
    text-align: center;
  }
  .portfolio {
    text-align: center;
  }
  .blog {
    text-align: center;
  }
  .blog-box {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .contact {
    text-align: center;
  }

}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 3.5rem;
  }
  .service-box {
    padding: 20px 25px;
    margin: 0px;
	  border-radius: 15px;
  }
  .contact-nav a {
    font-size: 1rem;
    padding: 20px 5px;
  }
}

@media (max-width: 575px) {
	
	
	
	.alturabtmaior{
	margin-top: 0px!important;
}

	
	
	
	
	
	
	
	
	
	
	
	.creditobt{
	
	font-size: 12px!important;
	font-weight: bold;
		margin-left: 50px;
		margin-bottom: 60px;
}
	
	
	.periodo{
	color: #e64d7e; 
	font-weight: bold; 
	font-size: 14px!important; 
	line-height: 100%;
	text-align: center;

}



.periodoe{
	color: #e64d7e; 
	font-weight: bold; 
	font-size: 14px!important; 
	line-height: 100%;
	text-align: center;
	margin-top: 20px;

}








.conteudo {
	
	text-align: center!important;
	color: #FFFFFF!important;
	font-size: 12px!important;
	line-height: 100%!important;
	
}
	
	
	
	
	
	
	
	
	
	.iconed{
		width: 30%!important;
	}
	
	
	
	
	
	.cantos{
		width: 100%!important;
	}
	
	
	
	
	
	
	
	
	
	
	.txt_curso_mobile_sem{
		
		
		
		
	}
	
	
	
	
	
	.linha{
	
	
	border-top: solid;
	border-top-color: #cccccc;
	border-top-width: 2px;
	
	margin-bottom: 50px;
		margin-top: -100px;

	
}
	
	
	
	
	
  
	.ScrollableContainer {
    
			min-height: 3px!important;
   overflow-y: scroll!important;
			flex-wrap: nowrap;
		}
	

	.vestibular{
	
	
	margin-bottom: 10px!important;
	font-size: 35px!important;
		font-weight:bold;
		color: #ffffff!important;}

	
	
	
	.nota{
		
		font-size: 16px!important;
		font-weight: 100!important;
		
		margin-bottom: 20px!important;
		color: #ffffff!important;
		
	}
	
	
	
	
	
	
	
	
	.navbar {
  padding: 10px 10px 10px 10px;
	background-color: #ffffff;
		box-shadow: 0px 4px 6px 0px rgba(30,32,33,0.07);
}
	
	
	
	
	.service-box {
    padding: 20px 25px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
		border-radius: 10px;
  }
  footer h3{
    font-size: 2.5rem;
  }
}
@media (max-width: 454px) {
  
	
	
	.ScrollableContainer {
    
			min-height: 3px!important;
   overflow-y: scroll!important;
			flex-wrap: nowrap;
		}

	
	
	
	
	
	
	.hero h1 {
    font-size: 3.0rem;
    margin-top: 50px;
  }
  .hero p {
    font-size: 0.8rem;
  }
  .hero-btns a:first-child {
    font-size: 0.8rem;
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .hero-btns a:last-child {
    font-size: 0.8rem;
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  footer h3{
    line-height: 2.6rem;
  }
  .contact-nav li {
    display: block;
  }
  .social li {
    display: block;
  }
}
