.btn-primary{
  border-radius: 5px;
  background-color: #00436f;
}

.inscreva{
    background: red;
    padding: 8px 24px;
    color: white !important;
    border-radius: 8px;
}

.inscreva:hover{
   background:#e92606;
}

.btn{
  border-radius: 5px;
}

.jumbotronaux{
  background-color: rgba(255, 255, 255, 0);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.jumbotron .title{
  font-size: 50px;
}

.text-novo{
  font-family: 'Nunito', sans-serif;
  font-size: 42px;
  color: #00436f;
}

.text-destaque{
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  color: #00436f;
}

.lead-novo{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
  color: #333;
  padding: 0px 30px 0px 30px;
}

.body-cinza{
  background-color: #b1b1b166;
}

/* Textos scroling Cursos */
.scrollspySite {
  position: relative;
  overflow: auto;
  height: 1680px; 
}
/* Textos scroling Cursos */  
  
  .navbar.menu-top {
	float: left;
	position: relative;
}

/* Cards Pós-graduação */
.cardcor-body {
	padding: 0.5rem;
}

.cardcor {
	background-color:#fff;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0;
}

.cardcorset1 {
	background-color:#0B486B;
}

.cardcorset2 {
	background-color: #3B8686;
}

.cardcorset3 {
	background-color: #79BD9A;
}

.cardcorset4 {
	background-color:#6BBAA7;
}

.cardcorset5 {
	background-color: #7A9D96;
}


.cardcorset-grad-1 {
  background: rgb(4,67,111); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(4,67,111,1) 0%, rgba(29,77,109,1) 49%, rgba(102,165,214,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(4,67,111,1) 0%,rgba(29,77,109,1) 49%,rgba(102,165,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(4,67,111,1) 0%,rgba(29,77,109,1) 49%,rgba(102,165,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04436f', endColorstr='#66a5d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.cardcorset-grad-2 {
  background: rgb(0,135,156); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(0,135,156,1) 48%, rgba(103,225,247,1) 98%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0,135,156,1) 48%,rgba(103,225,247,1) 98%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0,135,156,1) 48%,rgba(103,225,247,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00879c', endColorstr='#67e1f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.cardcorset-grad-3 {
	background: rgb(0,130,196); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(0,130,196,1) 0%, rgba(95,177,217,1) 65%, rgba(145,218,255,1) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,130,196,1) 0%,rgba(95,177,217,1) 65%,rgba(145,218,255,1) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,130,196,1) 0%,rgba(95,177,217,1) 65%,rgba(145,218,255,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082c4', endColorstr='#91daff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.cardcorset-grad-4 {
	background: rgb(6,103,168); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(6,103,168,1) 19%, rgba(52,123,170,1) 53%, rgba(141,191,211,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(6,103,168,1) 19%,rgba(52,123,170,1) 53%,rgba(141,191,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(6,103,168,1) 19%,rgba(52,123,170,1) 53%,rgba(141,191,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0667a8', endColorstr='#8dbfd3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



/* Fim Cards Pós-graduação */


/* Início Parallax */
.header-site {
	background-image: url();
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	color:#ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content-site {
	padding-top: 200px;
	padding-bottom: 200px;
	}

.img-site {
	background-image:url(../../img/px_estudante1_1920.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	padding-top: 200px;
}
/* Fim parallax */


/* Slider Cursos */
#CarouselCursos {
  position: relative;
  height: 200px;
  top: 91%;
  transform: translateY(-50%);
  overflow: hidden;
}
#CarouselCursos div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
#CarouselCursos div img {
  width: 200px;
  transition: width 1s;
}
#CarouselCursos div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#CarouselCursos div.hideLeft img {
  width: 200px;
}
#CarouselCursos div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#CarouselCursos div.hideRight img {
  width: 200px;
}
#CarouselCursos div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
#CarouselCursos div.prev img {
  width: 200px;
}
#CarouselCursos div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#CarouselCursos div.prevLeftSecond img {
  width: 200px;
}
#CarouselCursos div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#CarouselCursos div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
#CarouselCursos div.next img {
  width: 200px;
}
#CarouselCursos div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#CarouselCursos div.nextRightSecond img {
  width: 200px;
}

.buttonscursos {
  position:absolute;
  top: 87%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.setacursos1 {
  position:absolute;
  top: 98%;
  left: 46%;
  transform: translateX(-50%);
  bottom: 10px;
}

.setacursos2 {
  position:absolute;
  top: 98%;
  left: 54%;
  transform: translateX(-50%);
  bottom: 10px;
}
/* Fim slider Cursos */

/* Início Cards Câmpus */


.card-body{
  /*background: rgb(4,67,111); /* Old browsers */
  /*background: -moz-linear-gradient(top, rgba(4,67,111,1) 5%, rgba(4,67,111,1) 16%, rgba(4,67,111,1) 16%, rgba(32,124,202,1) 58%, rgba(32,124,202,1) 58%, rgba(32,124,202,1) 58%, rgba(41,137,216,1) 67%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, rgba(4,67,111,1) 5%,rgba(4,67,111,1) 16%,rgba(4,67,111,1) 16%,rgba(32,124,202,1) 58%,rgba(32,124,202,1) 58%,rgba(32,124,202,1) 58%,rgba(41,137,216,1) 67%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, rgba(4,67,111,1) 5%,rgba(4,67,111,1) 16%,rgba(4,67,111,1) 16%,rgba(32,124,202,1) 58%,rgba(32,124,202,1) 58%,rgba(32,124,202,1) 58%,rgba(41,137,216,1) 67%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04436f', endColorstr='#7db9e8',GradientType=0 );
  */background-color: rgba(4,67,111,1);
}


.cardcampus  {
  /* background-color:#00abc5; */
  
	border: solid 1px;
  margin:10px; 
  width: 280px;
  /*box-shadow: 3px 6px 16px -3px rgba(0,0,0,0.25);*/
  
}  

.cardcampusinternas  {
  /* background-color:#00abc5; */
  
	border:medium;
	border-style: double;
  margin:10px; 
  width: 320px;
  box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.75);
  
}  

/* Fim Cards Câmpus */

/* Estilo Redes */

.wrapper-redes {
  display: inline-flex;
  padding: 0 !important ;
  align-items: center;
  justify-content: center;
}

i {
  padding: 0px 10px;
}

.wrapper-redes a:nth-child(1) i {
  color: #4867AA;
  cursor: pointer;
  /*text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);*/
  transition: all ease-in-out 150ms;
}

.wrapper-redes i:nth-child(1):hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}

.wrapper-redes a:nth-child(2) i {
  color: #1DA1F2;
  cursor: pointer;
  /*text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);*/
  transition: all ease-in-out 150ms;
}

.wrapper-redes i:nth-child(2):hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}

.wrapper-redes a:nth-child(3) i {
  color: #813DB4;
  cursor: pointer;
  /*text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);*/
  transition: all ease-in-out 150ms;
}

.wrapper-redes i:nth-child(3):hover {
  margin-top: -10px;
  text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.4);
  transform: translate(0, -5);
}

.wrapper-redes a:nth-child(4) i {
  color: #c21e0f;
  cursor: pointer;
  /*text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);*/
  transition: all ease-in-out 150ms;
}
.wrapper-redes i:nth-child(4):hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}


.wrapper-redes-topo {
  display: inline-flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;

}

.wrapper-redes-topo a {
  padding-top: 0 !important;
}

i {
  padding: 0px 10px;
}

.wrapper-redes-topo a:nth-child(1) i {
  color: #fff;
  cursor: pointer;
  transition: all ease-in-out 150ms;
}

.wrapper-redes-topo i:nth-child(1):hover {
  margin-top: -10px;
  text-shadow: 0px 16px 4px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}

.wrapper-redes-topo a:nth-child(2) i {
  color: #fff;
  cursor: pointer;
  transition: all ease-in-out 150ms;
}

.wrapper-redes-topo i:nth-child(2):hover {
  margin-top: -10px;
  text-shadow: 0px 16px 4px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}

.wrapper-redes-topo a:nth-child(3) i {
  color: #fff;
  cursor: pointer;
  transition: all ease-in-out 150ms;
}

.wrapper-redes-topo i:nth-child(3):hover {
  margin-top: -10px;
  text-shadow: 0px 14px 4px rgba(0, 0, 0, 0.4);
  transform: translate(0, -5);
}

.wrapper-redes-topo a:nth-child(4) i {
  color: #fff;
  cursor: pointer;
  transition: all ease-in-out 150ms;
}
.wrapper-redes-topo i:nth-child(4):hover {
  margin-top: -10px;
  text-shadow: 0px 16px 4px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}

/* #navbarSuperior label{
 
  transition: all ease-in-out 150ms;
}

#navbarSuperior label:hover {
  margin-top: -10px;
  text-shadow: 0px 16px 4px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
} */

.secaorede{
 margin: 10px auto;
 height: 30px;
}

.iconeestilo{
 margin:0px auto;
 padding: 10px;
 width: 40px !important;
 height: 40px !important;
 max-width: unset !important;
}

.redeestilo{
 width: 40px;
 height: 40px;
 float: left;
 margin-left: 25px;
 transition: all 0.4s ease-out;
 border-radius: 0%;
}

.redeestilo:hover{
 cursor: pointer;
 transform: translateY(-10px);
 box-shadow: 1px 7px 4px 0px rgba(50,50,50, 0.45);
}
.redeestilo#facebookrs{
 background-color: #0d47a1;
}
.redeestilo#twitterrs{
 background-color: #64b5f6;
}
.redeestilo#instagramrs{
 background-color: #e52c4c;
}
.redeestilo#youtubers{
 background-color: #c20011;
}
.redeestilo#homers{
 background-color: #1e8aff;
}
.redeestilo#plusrs{
 background-color: #dd4b39;
}

.redeestilotopo{
 width: 40px;
 height: 35px;
 float: left;
 margin-left: 10px;
 transition: all 0.4s ease-out;
 border-radius: 0%;
}

.redeestilotopo:hover{
 cursor: pointer;
 transform: translateY(-10px);
 box-shadow: 1px 7px 4px 0px rgba(50,50,50, 0.45);
}
.redeestilotopo#topors{
 background-color: #85add8;
}

/* Fim Estilo Redes */

/* Topo */

.corfundo {
	background-color: #85add8;
}

.sidebar {
    height: 55px;
}

.aluno{
 min-width: 115px;
 max-width: 150px;
 height: 40px;
 float: center;
 margin-left: 5px;
 transition: all 0.4s ease-out;
 border-radius: 10%;
}

.aluno:hover{
 cursor: pointer;
 transform: translateY(-10px);
 box-shadow: 1px 7px 4px 0px rgba(50,50,50, 0.45);
}
.aluno#aluno{
 background-color: #85add8;
}

.professor{
 width: 130px;
 height: 40px;
 float: center;
 margin-left: 5px;
 transition: all 0.4s ease-out;
 border-radius: 10%;
}

.professor:hover{
 cursor: pointer;
 transform: translateY(-10px);
 box-shadow: 1px 7px 4px 0px rgba(50,50,50, 0.45);
}
.professor#professor{
 background-color: #85add8;
}

.egresso{
 width: 120px;
 height: 40px;
 float: center;
 margin-left: 5px;
 transition: all 0.4s ease-out;
 border-radius: 10%;
}

.egresso:hover{
 cursor: pointer;
 transform: translateY(-10px);
 box-shadow: 1px 7px 4px 0px rgba(50,50,50, 0.45);
}
.egresso#egresso{
 background-color: #85add8;
}


.egresso-alunos>tbody>tr:nth-child(even){
  background-color: #dfdfdf;

}

@media(max-width: 990px){
  .egresso-alunos td{
    text-align: center;
  }
}

@media(max-width: 425px){
  .egresso-alunos td{
    max-width: 160px;
  }
  .text-novo{
    font-size: 36px;
  }
  
  .lead-novo{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 0px 10px 0px 10px;
  }

  .jumbotron .title{
    font-size: 45px;
  }
}

@media(max-width: 375px){
  .jumbotron .title{
    font-size: 39px;
  }
}

.webmail{
 width: 70px;
 height: 40px;
 float: center;
 margin-left: 5px;
 transition: all 0.4s ease-out;
 border-radius: 10%;
}

.webmail:hover{
 cursor: pointer;
 transform: translateY(-10px);
 box-shadow: 1px 7px 4px 0px rgba(50,50,50, 0.45);
}
.webmail#webmail{
 background-color: #85add8;
}

.tiuweb{
 width: 60px;
 height: 40px;
 float: center;
 margin-left: 5px;
 transition: all 0.4s ease-out;
 border-radius: 10%;
}

.tiuweb:hover{
 cursor: pointer;
 transform: translateY(-10px);
 box-shadow: 1px 7px 4px 0px rgba(50,50,50, 0.45);
}
.tiuweb#tiuweb{
 background-color: #85add8;
}

.faleconosco{
 height: 40px;
 float: center;
 margin-left: 5px;
 transition: all 0.4s ease-out;
 border-radius: 10%;
}


.faleconosco:hover{
 cursor: pointer;
 transform: translateY(-10px);
 box-shadow: 1px 7px 4px 0px rgba(50,50,50, 0.45);
}
.faleconosco#faleconosco{
 background-color: #85add8;
}

/* Fim Topo */


/* Início Estilo Links Cards*/

.linkcard1{
	font-size:16px;
		color:#fff;
	text-decoration:none;
}
.linkcard1:hover{
	font-size:16px;
	color:#04AEE1;
	text-decoration:none;
	}
.linkcard2{
	font-size:25px;
	color:#fff;
}
.linkcard3{
	color:rgb(87, 80, 80);
}
/* Fim Estilo Links Cards*/


.gradient {
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}




/*  ALTERAÇÃO JEFERSON  */

.card-pos-ex{
  min-width: 275px !important;
  max-width: 300px !important;
}

.card-pos-ex img{
  margin: 0 auto;
}


.text-azul{
  /*text-shadow: 2px 2px 2px rgba(124, 124, 181, 0.36);*/
  /*font-weight: bold;*/
  
  color:#003366 !important;
}


.text-azul2{
  /*text-shadow: 2px 2px 2px rgba(124, 124, 181, 0.36);*/
  font-weight: bold;
  color:#336699 !important;
}

.text-azul3{
  /*text-shadow: 2px 2px 2px rgba(124, 124, 181, 0.36);*/
  font-weight: bold;
  color:#3399cc !important;
}

.text-azul4{
  /*text-shadow: 2px 2px 2px rgba(124, 124, 181, 0.36);*/
  font-weight: bold;
  color:#66cccc !important;
}

.text-vermelho{
  /*text-shadow: 2px 2px 2px rgba(124, 124, 181, 0.36);*/
  /*font-weight: bold;*/
  color:#cc3333 !important;
}

.text-inscricaomedicina{
  /*text-shadow: 2px 2px 2px rgba(124, 124, 181, 0.36);*/
  font-weight: bold;
  color:#00a4bc !important;
}

.text-inscricaooutros{
  /*text-shadow: 2px 2px 2px rgba(124, 124, 181, 0.36);*/
  font-weight: bold;
  color:#0088b9 !important;
}

.cellEvento{
  max-width: unset !important;
}

.cellEvento img{
  max-width: unset !important;
  box-shadow: 3px 4px 16px -3px rgba(0,0,0,0.25);
  /*box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.75);*/
}

.texto_geral				{font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#00264b; line-height:20px; text-align:justify;}

.noticiasDestaquesTitulo	{  height:67px; font-size:14px; font-weight:bold; color:#05396b; margin-top:5px; overflow-y: hidden; }

.noticiasDestaquesTexto		{  text-align: left; line-height:17px; overflow: hidden; max-height: 54px;}

.noticiasDestaques			{ width:293px; height: 350px;  overflow:hidden; padding-left:10px; padding-right:10px; display: inline-block; }
/* 
.noticiasDestaqueWrap			{ height:350px; margin-bottom:10px; display:inline-block; padding-right:2px; padding-left:2px;} */

#noticiasDestaques{
  text-align: center;
}

.eventosrow{
  /*border-top: 2px dotted #aaa;*/
  border-bottom: 2px dotted #aaa;
}


.maisEventosNoticias a{
  font-size:16px; 
  color:#00264b;
}

.cursoNome{
  margin-top:3px;
}



.cursoNome label{
  font-size:22px; 
  color:#00264b;
  /*font-weight: bold;*/  
  font-weight: 300;
}

.noticiasrow{
  margin-left: 10px !important;
  margin-right: 10px !important;
  /* background: linear-gradient(rgba(0,130,170,0) 75%,rgba(0, 67, 111,1));
  background: -webkit-linear-gradient(rgba(0,130,170,0) 95%,rgba(0, 67, 111,1));
  background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(0, 67, 111,1)); */
}

#wrapCarr{

  width: 100% !important;
}

#wrapCarr2{

  width: 100% !important;
}

#wrapCarr3{

  width: 100% !important;
}

.carousel-control-next.moverCarr{
/*  background-image: linear-gradient(to right, #e9ecef, #00436f 95%) !important;*/
}

.carousel-control-prev.moverCarr{
/*  background-image: linear-gradient(to left, #e9ecef, #00436f 95%) !important;*/
}

.carousel-control-next.moverCarr2{
  background-image: linear-gradient(to right, #e9ecef, #00436f 95%) !important;
}

.carousel-control-prev.moverCarr2{
  background-image: linear-gradient(to left, #e9ecef, #00436f 95%) !important;
}

.carousel-control-next.moverCarr3{
  background-image: linear-gradient(to right, #e9ecef, #00436f 95%) !important;
}

.carousel-control-prev.moverCarr3{
  background-image: linear-gradient(to left, #e9ecef, #00436f 95%) !important;
}

.moverCarr{
  max-width: 5% !important;
  
}

.moverCarr2{
  max-width: 5% !important;

}

.moverCarr3{
  max-width: 5% !important;

}

/* .carrItemNoticias{
  margin-left: 2% !important;
} */

.cellNoticia{
  max-width: 316px !important;
  min-width: 290px !important;
}

.imagemNoticia{
  /* width: 273px !important; */
  height: 226px !important;
  overflow: hidden !important;
  margin-bottom: 5px !important;
}

.imagemNoticia img{
  
  box-shadow: 3px 3px 23px -5px rgba(0,0,0,0.75);
}

.cellNoticia img{
  max-height: 226px !important;
  margin: auto !important;
}



.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
 }
 .carousel-item-next,
 .active.carousel-item-right {
   -webkit-transform: translate3d(-100.0%, 0, 0) !important;
        transform: translate3d(-100.0%, 0, 0) !important;
 }
 .carousel-item-prev,
 .active.carousel-item-left {
 -webkit-transform: translate3d(+100.0%, 0, 0) !important;
        transform: translate3d(+100.0, 0, 0) !important;
 } 

 @media(max-width: 350px){
  .text-novo{
    font-size: 28px;
    margin-top: -20px;
  }
  
  .lead-novo{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 0px 0px 0px 0px;
  }

    .cellNoticia img{
    max-height: 186px !important;
    max-width: 260px !important;
    overflow: hidden !important;
    margin: auto;
   }

    .imagemNoticia{
    height: 186px !important;
    }

 }


 @media(min-width: 990px ){

  #wrapCarr{
    display: block !important;
  }
 
  #wrapCarr2{
    display: none !important;    
  }

  #wrapCarr3{
    
    display: none  !important;
  }


  

}




 @media(max-width: 990px) and (min-width: 770px ){

    #wrapCarr{
      display: none !important;

    }

    #wrapCarr2{
      display: block !important;
      
    }

    #wrapCarr3{
      
      display: none !important;
    }

 }


 @media(max-width: 770px ){

  #wrapCarr{
    display: none !important;

  }

  #wrapCarr2{
    display: none !important;    
  }

  #wrapCarr3{
    
    display: block !important;
  }


}

 .wrapCarr{
  padding-right: 20px !important;
  padding-left: 20px !important;
 }

 .esconder{
   display: none !important;
 }


 #carouselCursos{
   height: 200px;
    border: 1px solid black;
 }



 .jumbotron {
  padding: 2rem 0rem !important;
 }


 .section-inner{
   padding: 0px !important;
   padding-top: 20px !important;
 }

 
/*------------------------------------*\
	Portfolio Cursos
\*------------------------------------*/



@keyframes flickerAnimation {
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0.7; }
}


.imgspan{
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  color: #00436f;
  z-index: 999;
  opacity: 0;
  /* opacity: 0;
  -moz-transition: 2000ms;
  -webkit-transition: 2000ms;
  transition: 2000ms; */
   

  background: -moz-linear-gradient(top, rgba(196,196,196,1) 33%, rgba(196,196,196,1) 42%, rgba(196,196,196,0.95) 45%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(196,196,196,1) 33%,rgba(196,196,196,1) 42%,rgba(196,196,196,0.95) 45%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(196,196,196,1) 33%,rgba(196,196,196,1) 42%,rgba(196,196,196,0.95) 45%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


}


.work:hover .imgspan{
  animation: flickerAnimation 3s;
  opacity: 0.7;

}





@media(max-width: 725px){
  #portfolioCursos{
    display: none !important;
  }
}

@media(min-width: 726px){
  #portfolioCursosMobile{
    display: none !important;
    
  }
}


#portfolioCursosMobile{  
margin-top: 40px !important;
margin-bottom: 100px !important;
}


@media(min-width: 1250px) and (max-width: 1680px){

  #portfolio{
    max-width: 1300px;
  }
}


#portfolioCursosMobile #portfolio2{
  max-height: 220px;
}

.portfolio-expandir{
  max-height: 1600px !important;
}

#portfolioCursosMobile .carousel-control-next{
  max-height: 190px;
  max-width: 30px;
  right: 0px;
  background-image: linear-gradient(to left, #e9ecef, #cccccc 20%) !important;
}

#portfolioCursosMobile .carousel-control-prev{
  max-width: 30px;
  max-height: 190px;
  background-image: linear-gradient(to right, #e9ecef, #cccccc 20%) !important;
}



.maisCursos{
  text-align: center;
  position: absolute;
  margin: 0 auto;  
  margin-top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 60%);
  -ms-transform: translate(-50%, 60%);
  transform: translate(-50%, 60%);
  cursor: pointer;
  font-size: 16px;
  color:#00264b !important;
  
}

#maisCursos2{
  
  -webkit-transform: translate(-50%, 60%);
  -ms-transform: translate(-50%, 60%);
  transform: translate(-50%, 60%);
}


#portfolioCursos{
  margin-top: 40px !important;
  margin-bottom: 100px !important;
  margin-left: 5px;
  margin-right: 5px;

}

.portfolio{
  max-height: 420px;
  overflow-y: hidden;
  overflow-x: hidden;    
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

#portfolioCursosMobile .divimg{
  width: 260px;
  margin: 0 auto;
}

#portfolioCursosMobile .divimg img{
  width: 260px;
}

.divimg{
  width: 230px;
  box-shadow: 3px 4px 16px -3px rgba(0,0,0,0.25);
}


.work {
  position: relative;
  padding: 0;
  max-width: 230px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}

#portfolioCursosMobile .work{
  margin: 0 auto;
  max-width: 260px;
  text-align: center;
}

.cursoLista{
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  text-align: left !important;
}


.campusLista .col{
}

  .campusLista{
    color: #444;
    /* background-color: #00264b; */
    font-size: 19px;
    font-weight: bold;
    text-align: left;
  }



  /* background: rgb(83,125,193);
  background: -moz-linear-gradient(top, rgba(83,125,193,1) 1%, rgba(0,36,94,1) 34%, rgba(0,38,75,1) 100%); 
  background: -webkit-linear-gradient(top, rgba(83,125,193,1) 1%,rgba(0,36,94,1) 34%,rgba(0,38,75,1) 100%); 
  background: linear-gradient(to bottom, rgba(83,125,193,1) 1%,rgba(0,36,94,1) 34%,rgba(0,38,75,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#537dc1', endColorstr='#00264b',GradientType=0 );  */


.work>img {
width: 100%;
}

.work .overlay {
  background: #1C1D21;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.work .work-content {
  max-height: 153px;
  position: absolute;
  left: 0px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 150px;
}


.imgcor{
  position: absolute !important;
  top: 0px;
  left: 0px;
  opacity: 0;

}


.work:hover .imgpb{
  transition-duration: 0.3s;
  opacity: 0;

}


.work:hover .imgcor{
  transition-duration: 0.3s;
  opacity: 1;

}


.work .work-content .campustext {
  color: #FFF;
  margin-bottom: 10px;
  margin-left: 0px;
  visibility: hidden;
  -webkit-transition: 0ms !important;
  transition: 0ms !important;
}


.work:hover .work-content .campustext {
  visibility: visible;
  -webkit-transition: 0ms !important;
  transition: 0ms !important;
 
}

.work .work-content .campustext label {
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
  font-size: 14px;  
  -webkit-transition: 0ms !important;
  transition: 0ms !important;
  
}


.work:hover .work-content .campustext label {
  -webkit-transition: 700ms !important;
  transition: 700ms !important;
  -webkit-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  cursor: pointer;
}

.work .work-content .campustext a {
  -webkit-transform: translateX(-170%);
  -ms-transform: translateX(-170%);
  transform: translateX(-170%);
  -webkit-transition: 0ms !important;
  transition: 0ms !important;
  color: white; 
  font-size: 19px;
  text-shadow: 2px 2px 2px rgb(58, 57, 57);
  
}




.work .work-content .campustext div {
  background-color: #00436f;
  padding-left: 5px;
  padding-left: 5px;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgb(58, 57, 57);
}


.work .work-content span {
  display: block;
  text-transform: uppercase;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  color: #6195FF;
  margin-bottom: 5px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.work .work-link {
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.work .work-link a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #6195FF;
  color: #FFF;
  line-height: 50px;
  text-align: center;
}



.wrap-curso-pesquisa{
  background-image: url("../../img/fundo_pesquisa.png");
  background-size: contain;

}

.wrap-curso-pesquisa2{
  background-image: url("../../img/fundo_pesquisa_2.jpg");
  background-size: contain;

}

.wrap-pagina-egresso{
  background-image: url("../../img/egresso2.jpg");
  background-size: contain;

}

@media(min-width:576px) and (max-width: 991px){
  /* .pesquisa-wrap .row.justify-content-sm-left{
    justify-content: center;
  }

  .pesquisa-wrap .row.justify-content-sm-left>.col-sm-6:nth-child(5) .card-deck{
    transform: translate(50%, -128%);
  }

  .jumbo-especializacao{
    max-height: 2400px;
  } */


}



.nav-link.active{
  background-color: #00436f !important;
}

.card-title a{
  color: white;
}

.list-group-item.bg-transparent a {
  color: white;

}

.ext-pesq-title-card{
  margin-bottom: 0.25rem !important;
    margin-top: 0.50rem !important;
}


.card-img{
  text-align: center !important;
}

.cards-pos2{
  max-width: 295px !important;
   margin: auto !important;
}

.cards-pos3{
  min-width: 235px !important;
  max-width: 295px !important;
  margin: auto !important;
}





.sombra-card{
  /*box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.75);*/
}

.sombra-card2{
  /*box-shadow: 5px 5px 23px -5px rgba(0,0,0,0.75);*/
}

.card2-evento{
  width:auto; height:auto; margin-left: auto; width:225px; height:auto;border: 1px solid #00000085;border-radius: 10px;
}

/*-------------------   cursos -------------- */





.titulocurso{
  
  margin-bottom: 1.6rem;
  margin-top: 1.2rem;
}

.titulocentro{
  
  margin-bottom: 1.6rem;
  margin-top: 1.2rem;
}

.scrollspySite{
  padding-right: 20px;
}


.texto-curso{
  flex: 0 0 75%;
  max-width: 75%;
  }

.guia-texto-curso{
  flex: 0 0 25%;
    max-width: 25%;
}

@media(min-width: 1023px){
  #navbarVertical{
   max-width: 270px;
   margin-right: 10px;
  }

  .container-cursos .scrollspySite{
    margin-left: -50px;
  }
}

@media(max-width:430px){
  

  #navbarVertical{
    margin-left: -30px;
    margin-right: -25px;
    padding: 0.5rem 0rem !important;
  }
  .scrollspySite{
    padding-right: 10px;
    max-height: 1100px;
  }

.texto-curso{
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: -10px;
  }

.guia-texto-curso{
  flex: 0 0 35%;
    max-width: 35%;
}


}

@media(max-width:340px){
  



.texto-curso{
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  }

.guia-texto-curso{
  flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

}

@media(min-width:770px){
  

  .titulocurso{

    margin-left: 200px;
  }


}

.titulointernas-sem-menu{
  margin-bottom: 1.6rem;
    margin-top: 1.2rem;

}


.titulointernas{

  margin-bottom: 1.6rem;
    margin-top: 1.2rem;
}

@media(min-width:770px){
  

  .titulointernas{

    margin-left: -200px;
  }


}




.jumbotron{
  margin-bottom: 0px;
}



#carrosselCurso{
  max-height: 500px;
}


#imgcursoteste{
  -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
}

.icone{
  width: 100px;
}

@media(max-width: 1100px) and (min-width: 988px){


    .cards-pos{
      max-width: 800px !important;
      margin: 0 auto !important;
    }

    .icone{
      width: 85px;
    }
    
}

/* --------------------- IMAGENS PAGINAS CURSO -------------------- */



@media(min-width:1500px){

  .container-cursos{
    width: 1500px;
    max-width: 1500px !important;
  }


}


.container-cursos{



  margin-top: -54px;


  margin-top: -23px;
}


.container-cursos .card.bg-light{
  margin: 0 auto;
}


.container-cursos>.row>.col-12{
  z-index: 5;
}

.container-cursos>.row>.col-sm-3{
  z-index: 5;
}



.container-cursos>.row>.col-sm-9>.card-deck>.card{
  z-index: 5;
  background: transparent;
}


.container-foto{
  height: 700px;
  overflow-y: visible;
  overflow-x: visible;
  margin: 0 auto;
  width: 100%;  
  z-index: 2;  
}


/*
.especializacao-exatas-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_exatas.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
} */

.vetor-curso{
  position: absolute;
  background: linear-gradient(rgba(0,130,170,0) 36%,rgba(255,255,255,1) 100%), url("../../img/fundocursos.png") no-repeat bottom; 
  background: -moz-linear-gradient(rgba(0,130,170,0) 36%,rgba(255,255,255,1) 100%), url("../../img/fundocursos.png") no-repeat bottom; 
  background: -webkit-linear-gradient(rgba(0,130,170,0) 36%,rgba(255,255,255,1) 100%), url("../../img/fundocursos.png") no-repeat bottom; 
  -webkit-mask-image: -webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  z-index: 1;
  height: 650px;
  width: 100%;
  top: 350px; 
 
}



@media(max-width: 425px){
 
  .vetor-curso{
    height: 445px;
    width: 800px;
    background: linear-gradient(rgba(0,130,170,0) 55%,rgba(223,223,223,1) 100%), linear-gradient( to left, rgba(223,223,223,1) 5%, rgba(64,64,64,0) 10%, rgba(64,64,64,0) 90%, rgba(223,223,223,1) 95%),   url("../../img/fundocursos.png") no-repeat bottom; 
    background: -moz-linear-gradient(rgba(0,130,170,0) 55%,rgba(223,223,223,1) 100%), linear-gradient( to left, rgba(223,223,223,1) 5%, rgba(64,64,64,0) 10%, rgba(64,64,64,0) 90%, rgba(223,223,223,1) 95%),   url("../../img/fundocursos.png") no-repeat bottom; 
    background: -webkit-linear-gradient(rgba(0,130,170,0) 55%,rgba(223,223,223,1) 100%), linear-gradient( to left, rgba(223,223,223,1) 5%, rgba(64,64,64,0) 10%, rgba(64,64,64,0) 90%, rgba(223,223,223,1) 95%),   url("../../img/fundocursos.png") no-repeat bottom; 
  
  }

  .container-foto{
    height: 450px;

  }
}




@media(min-width:1930px){

  .vetor-curso{
    background: linear-gradient(rgba(0,130,170,0) 55%,rgba(223,223,223,1) 100%), linear-gradient( to left, rgba(223,223,223,1) 5%, rgba(64,64,64,0) 10%, rgba(64,64,64,0) 90%, rgba(223,223,223,1) 95%),   url("../../img/fundocursos.png") no-repeat bottom; 
    background: -moz-linear-gradient(rgba(0,130,170,0) 55%,rgba(223,223,223,1) 100%), linear-gradient( to left, rgba(223,223,223,1) 5%, rgba(64,64,64,0) 10%, rgba(64,64,64,0) 90%, rgba(223,223,223,1) 95%),   url("../../img/fundocursos.png") no-repeat bottom; 
    background: -webkit-linear-gradient(rgba(0,130,170,0) 55%,rgba(223,223,223,1) 100%), linear-gradient( to left, rgba(223,223,223,1) 5%, rgba(64,64,64,0) 10%, rgba(64,64,64,0) 90%, rgba(223,223,223,1) 95%),   url("../../img/fundocursos.png") no-repeat bottom; 
  }
  
}

@media(min-width:2200px){

  .vetor-curso{
    background: linear-gradient(rgba(0,130,170,0) 36%,rgba(223,223,223,1) 100%), linear-gradient( to left, rgba(223,223,223,1) 14%, rgba(64,64,64,0) 17%, rgba(64,64,64,0) 82%, rgba(223,223,223,1) 85%),   url("../../img/fundocursos.png") no-repeat bottom; 
    background: -moz-linear-gradient(rgba(0,130,170,0) 36%,rgba(223,223,223,1) 100%), linear-gradient( to left, rgba(223,223,223,1) 14%, rgba(64,64,64,0) 17%, rgba(64,64,64,0) 82%, rgba(223,223,223,1) 85%),   url("../../img/fundocursos.png") no-repeat bottom; 
    background: -webkit-linear-gradient(rgba(0,130,170,0) 36%,rgba(223,223,223,1) 100%), linear-gradient( to left, rgba(223,223,223,1) 14%, rgba(64,64,64,0) 17%, rgba(64,64,64,0) 82%, rgba(223,223,223,1) 85%),   url("../../img/fundocursos.png") no-repeat bottom; 
  }
  
}


@media(min-width: 576px) and (max-width:767px)
{
  .container-cursos{
    max-width: unset;
  }

  .wrapper-redes i{
    padding: 0 6px;
    
  }

  .container-cursos>.row>.col-sm-3>.text-center>a>img{
   max-width: 115%;
  }


  .secaorede{
    margin: 0 auto;
    max-width: 146px;
  }

  .wrapper-redes{
    margin: 0 auto;
    max-width: 146px;

  }
}






.adm-fgv-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/administracao_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/administracao_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/administracao_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .adm-fgv-foto{
    width: 1200px; 
    left:  -400px;
  }

  .icone{
    width: 80px;
  }
}

@media(max-width: 425px){
  .adm-fgv-foto{   
    width: 600px; 
    left: -140px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }
  
  .icone{
    width: 100px;
  }

}




/* ------------------- modelo ------------------------- */



.adm-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 84%,rgba(255,255,255,1) 89%), url("../../img/cursos/administracao_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 84%,rgba(255,255,255,1) 89%), url("../../img/cursos/administracao_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 84%,rgba(255,255,255,1) 89%), url("../../img/cursos/administracao_alfenas.jpg") center no-repeat;
  -webkit-mask-image: -webkit-linear-gradient(rgba(0,0,0,1) 88%,rgba(0,0,0,0) 100%);
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .adm-alfenas-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .adm-alfenas-foto{   
    width: 600px; 
    left: -140px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_alfenas_cel.jpg") center no-repeat;
    -webkit-mask-image: -webkit-linear-gradient(rgba(0,0,0,1) 95%,rgba(0,0,0,0) 100%);
    height: 450px;
  }

}


/* ------------------- fim modelo ------------------------- */



.adm-bh-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/administracao_bh.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/administracao_bh.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/administracao_bh.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .adm-bh-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .adm-bh-foto{   
    width: 600px; 
    left: -140px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_bh_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_bh_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_bh_cel.jpg") center no-repeat;
    height: 450px;
  }

}






.adm-pocos-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/administracao_pocos.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/administracao_pocos.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/administracao_pocos.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .adm-pocos-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .adm-pocos-foto{  
    width: 600px; 
    left: -140px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_pocos_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_pocos_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/administracao_pocos_cel.jpg") center no-repeat;
    height: 450px;
  }



}

.terapiaocupaciona-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/terapiaocupacional_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/terapiaocupacional_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/terapiaocupacional_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

.terapiaocupaciona-varginha-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

.terapiaocupaciona-divinopolis-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

.agronomia-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .agronomia-alfenas-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .agronomia-alfenas-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/agronomia_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/agronomia_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/agronomia_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.gastronomia-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/gastronomia_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/gastronomia_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/gastronomia_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .gastronomia-alfenas-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .gastronomia-alfenas-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/gastronomia_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/gastronomia_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/gastronomia_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.podologia-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/podologia_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/podologia_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/podologia_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .podologia-alfenas-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .podologia-alfenas-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/podologia_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/podologia_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/podologia_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}

.agronomia-pocos-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_pocos.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_pocos.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/agronomia_pocos.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .agronomia-pocos-foto{
    width: 1200px; 
    left:  -300px;
  }
}

@media(max-width: 425px){
  .agronomia-pocos-foto{   
    width: 600px; 
    left: -130px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/agronomia_pocos_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/agronomia_pocos_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/agronomia_pocos_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.arquitetura-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/arquitetura_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/arquitetura_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/arquitetura_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .arquitetura-alfenas-foto{
    width: 1200px; 
    left:  -50px;
  }
}

@media(max-width: 425px){
  .arquitetura-alfenas-foto{   
    width: 600px; 
    left: -80px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/arquitetura_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/arquitetura_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/arquitetura_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.biomedicina-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .biomedicina-alfenas-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .biomedicina-alfenas-foto{   
    width: 600px; 
    left: -170px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.biomedicina-bh-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_belohorizonte.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_belohorizonte.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_belohorizonte.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .biomedicina-bh-foto{
    width: 1200px; 
    left:  -50px;
  }
}

@media(max-width: 425px){
  .biomedicina-bh-foto{   
    width: 600px; 
    left: -10px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_belohorizonte_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_belohorizonte_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_belohorizonte_cel.jpg") center no-repeat;
    height: 450px;
  }

}





.biomedicina-divinopolis-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_divinopolis.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_divinopolis.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_divinopolis.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .biomedicina-divinopolis-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .biomedicina-divinopolis-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_divinopolis_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_divinopolis_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_divinopolis_cel.jpg") center no-repeat;
    height: 450px;
  }

}



.biomedicina-varginha-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_varginha.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_varginha.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/biomedicina_varginha.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .biomedicina-varginha-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .biomedicina-varginha-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_varginha_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_varginha_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/biomedicina_varginha_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.computacao-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/computacao_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/computacao_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/computacao_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .computacao-alfenas-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .computacao-alfenas-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/computacao_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/computacao_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/computacao_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}





.contabilidade-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/contabilidade_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/contabilidade_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/contabilidade_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .contabilidade-alfenas-foto{
    width: 1200px; 
    left:  -260px;
  }
}

@media(max-width: 425px){
  .contabilidade-alfenas-foto{   
    width: 600px; 
    left: -160px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/contabilidade_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/contabilidade_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/contabilidade_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}





.direito-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/direito_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/direito_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/direito_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .direito-alfenas-foto{
    width: 1200px; 
    left:  0px;
  }
}

@media(max-width: 425px){
  .direito-alfenas-foto{   
    width: 600px; 
    left: 0px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/direito_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/direito_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/direito_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.direito-bh-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/direito_belohorizonte.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/direito_belohorizonte.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/direito_belohorizonte.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .direito-bh-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .direito-bh-foto{   
    width: 1200px; 
    left: -500px;
    height: 450px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/direito_belohorizonte_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/direito_belohorizonte_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/direito_belohorizonte_cel.jpg") center no-repeat;
  }

}






.direito-cb-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/direito_campobelo.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/direito_campobelo.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/direito_campobelo.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .direito-cb-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .direito-cb-foto{   
    width: 600px; 
    left: -170px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/direito_campobelo_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/direito_campobelo_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/direito_campobelo_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.educacaofisica-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/educacaofisica_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/educacaofisica_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/educacaofisica_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .educacaofisica-alfenas-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .educacaofisica-alfenas-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/educacaofisica_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/educacaofisica_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/educacaofisica_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}



.educacaofisica-divinopolis-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/educacaofisica_divinopolis.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/educacaofisica_divinopolis.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/educacaofisica_divinopolis.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .educacaofisica-divinopolis-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .educacaofisica-divinopolis-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/educacaofisica_divinopolis_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/educacaofisica_divinopolis_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/educacaofisica_divinopolis_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.educacaofisica-pocos-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/educacaofisica_pocosdecaldas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/educacaofisica_pocosdecaldas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/educacaofisica_pocosdecaldas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .educacaofisica-pocos-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .educacaofisica-pocos-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/educacaofisica_pocosdecaldas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/educacaofisica_pocosdecaldas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/educacaofisica_pocosdecaldas_cel.jpg") center no-repeat;
    height: 450px;
  }

}





.enfermagem-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/enfermagem_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/enfermagem_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/enfermagem_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .enfermagem-alfenas-foto{
    width: 1200px; 
    left:  -300px;
  }
}

@media(max-width: 425px){
  .enfermagem-alfenas-foto{   
    width: 800px; 
    left: -300px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/enfermagem_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/enfermagem_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/enfermagem_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.enfermagem-bh-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/enfermagem_belohorizonte.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/enfermagem_belohorizonte.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/enfermagem_belohorizonte.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .enfermagem-bh-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .enfermagem-bh-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/enfermagem_belohorizonte_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/enfermagem_belohorizonte_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/enfermagem_belohorizonte_cel.jpg") center no-repeat;
    height: 450px;
  }

}



.engenharia-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/engenhariacivil_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/engenhariacivil_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/engenhariacivil_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .engenharia-alfenas-foto{
    width: 1200px; 
    left:  -300px;
  }
}

@media(max-width: 425px){
  .engenharia-alfenas-foto{   
    width: 800px; 
    left: -300px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/engenhariacivil_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/engenhariacivil_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/engenhariacivil_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.sombra-container{
  /*box-shadow: 0px 10px 33px -5px rgba(0,0,0,0.75);*/
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin-bottom: 50px;
  background-color: white;  
  min-height: 650px !important;
  
  padding-bottom: 5px;
}

@media(min-width:1200px){

  .sombra-container{
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
  }

}



.conteudo-curso-pesquisa{
  background-color: rgba(255, 255, 255, 1);
  margin-top: -100px;
  z-index: 2;  
  max-width: 1300px;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  
  box-shadow: 0px 10px 33px -5px rgba(0,0,0,0.75);
  /* -webkit-mask-image:-webkit-linear-gradient( left,  rgba(0,0,0,0) 3%,rgba(0,0,0,1) 6%, rgba(0,0,0,1) 94%,rgba(0,0,0,0) 97%); */
}

.conteudo-curso-pesquisa .col-lg-12{
  padding-top: 100px;
  z-index: 2;
}


.especializacao-exatas-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_exatas.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-exatas-foto{  
  }

}

.especializacao-agrotech-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_agrotech.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao-educacaoinclusiva-enfaseeducacaoespecial-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao-educacaoinclusiva-enfaseeducacaoespecial.png") center no-repeat;
  z-index: 5;
  height: 670px;
  position: relative;
  -webkit-mask-image: -webkit-linear-gradient(rgb(255 0 0) 84%,rgb(0 0 0 / 0%) 96%);
  background-position-y: 0% !important;
}

.especializacao-ministerio-publico-constitucional-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao-ministerio-publico-constitucional.png") center no-repeat;
  z-index: 5;
  height: 670px;
  position: relative;
  -webkit-mask-image: -webkit-linear-gradient(rgb(255 0 0) 84%,rgb(0 0 0 / 0%) 96%);
  background-position-y: 0% !important;
}


@media(max-width: 425px){
  .especializacao-agrotech-foto{  
  }

}

.egressos-foto{
  overflow: visible;
  background: url("../../img/egresso.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.egressos-foto-evento{
  overflow: visible;
  background: url("../../img/Banner-Laboratorio-de-Talentos-\(1920x1280\).png") center no-repeat;
  z-index: 5;
  height: 650px;
  background-size: cover;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.egressos .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .egressos-foto{  
  }

}


.especializacao-segurancadotrabalho-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_segurancadotrabalho.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-segurancadotrabalho-foto{  
  }

}

.especializacao-dimensionamento-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_dimensionamento.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-dimensionamento-foto{  
  }

}


.especializacao-ensinoemsaude-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_ensinoemsaude.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-ensinoemsaude-foto{  
  }

}


.especializacao-bemestaranimal-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_bemestaranimal.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-bemestaranimal-foto{  
  }

}

.especializacao-cienciaanimal-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_cienciaanimal.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-cienciaanimal-foto{  
  }

}

.especializacao-libras-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_libras.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-libras-foto{  
  }

}

.especializacao-meioambiente-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_meioambiente.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-meioambiente-foto{  
  }

}

.especializacao-estetica-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_estetica.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-estetica-foto{  
  }

}


.especializacao-nutricao-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_nutricao.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-nutricao-foto{  
  }

}


.especializacao-anestesiologia-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_anestesiologia.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-anestesiologia-foto{  
  }

}

.especializacao-cirurgiageral-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_cirurgiageral.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-cirurgiageral-foto{  
  }

}

.especializacao-clinicamedica-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_clinicamedica.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-clinicamedica-foto{  
  }

}

.especializacao-familiacomunidade-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_familia.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-familiacomunidade-foto{  
  }

}


.especializacao-ginecologiaeobstetricia-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_ginecologiaeobstetricia.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-ginecologiaeobstetricia-foto{  
  }

}

.especializacao-ortopedia-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_ortopedia.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-ortopedia-foto{  
  }

}

.especializacao-pediatria-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_pediatria.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-pediatria-foto{  
  }

}

.especializacao-cirurgiabasica-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_cirurgiabasica.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-cirurgiabasica-foto{  
  }

}


.especializacao-radiologia-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_radiologia.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-radiologia-foto{  
  }

}

.especializacao-neurocirurgia-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_neurocirurgia.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-neurocirurgia-foto{  
  }

}


.especializacao-medicinaintensiva-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_medicinaintensiva.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-medicinaintensiva-foto{  
  }

}


.especializacao-nefrologia-foto{
  overflow: visible;
  background: url("../../img/especializacao/rm_nefrologia.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-nefrologia-foto{  
  }

}



.especializacao-fisioterapia-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_fisioterapia.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-fisioterapia-foto{  
  }
}

.especializacao-medicas-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_medicas.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-emergencia-foto{  
  }
}

.especializacao-emergencia-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_emergencia.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-emergencia-foto{  
  }
}

.semic-foto{
  overflow: visible;
  background: url("../../semic/img/titulo.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .semic-foto{  
  }

}

.especializacao-psicologia-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_psicologia.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-psicologia-foto{  
  }

}


.especializacao-aprendizagemeavaliacao-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_aprendizagemeavaliacao.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-aprendizagemeavaliacao-foto{  
  }

}

.especializacao-direito-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_direito.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-direito-foto{  
  }

}

.especializacao-direitoprocessual-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_direitoprocessual.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-direitoprocessual-foto{  
  }

}

.especializacao-biomedicina-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_biomedicina.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao-psicologiahospitalar-foto{
  overflow: visible;
  background: url("../../img/especializacao/banner_pos-Psicologia\ Hospitalar.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  width: 1920px;
  background-size: cover;
  position: relative;
  -webkit-mask-image: -webkit-linear-gradient(rgba(0,0,0,1) 95%,rgba(0,0,0,0) 100%);  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-biomedicina-foto{  
  }

}

.especializacao-enfermagem-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_enfermagem.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-enfermagem-foto{  
  }

}

.especializacao-odonto-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_odonto.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao-orofacial-foto{
  overflow: visible;
  background: url("../../img/especializacao/orofacial.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-odnto-foto{  
  }

}

.especializacao-aprimoramento-foto{
  overflow: visible;
  background: url("../../img/especializacao/aprimoramento_veterinaria.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-aprimoramento-foto{  
  }

}


/* .wrap-pos3{
  width: 247.5px;
  max-width: 247.5px;
}

@media(max-width: 524px){
  .wrap-pos3{
    width: 247.5px;
    max-width: 100%;
    }

    .especializacao .card-deck{
      width: 100%;
    
    }


}  */



@media(max-width: 768px){
  .conteudo-curso-pesquisa{
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-destaque{
    font-size: 21px;
  }
}


.especializacao-educacao-foto{
  overflow: visible;
  background: url("../../img/especializacao/especializacao_educacao.jpg") center no-repeat;
  z-index: 5;
  height: 650px;
  position: relative;
  -webkit-mask-image:-webkit-linear-gradient(rgba(0,0,0,1) 74%,rgba(0,0,0,0) 100%);
  
}

.especializacao .card-deck{
  width: 230px;
  margin-bottom: 20px;

}

@media(max-width: 425px){
  .especializacao-educacao-foto{  
  }

}


.especializacao-humanas-foto{
  overflow: visible;
  background: url("../../img/cursos/especializacao_humanas.jpg") center no-repeat;
  height: 800px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 680px){
  .especializacao-humanas-foto{
    width: 1200px; 
    left:  -400px;
  }
}


.container-foto-especializacao div{
  background-position-y: 25%;
}

.container-foto-semic div{
  background-position-y: 25%;
}


.estetica-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/estetica_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/estetica_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/estetica_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .estetica-alfenas-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .estetica-alfenas-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/estetica_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/estetica_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/estetica_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.estetica-pocos-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/estetica_pocosdecaldas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/estetica_pocosdecaldas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/estetica_pocosdecaldas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .estetica-pocos-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .estetica-pocos-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/estetica_pocosdecaldas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/estetica_pocosdecaldas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/estetica_pocosdecaldas_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.farmacia-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/farmacia_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/farmacia_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/farmacia_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

.farmacia-Varginha-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/farmacia_varginha.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/farmacia_varginha.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/farmacia_varginha.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .farmacia-alfenas-foto{
    width: 1200px; 
    left:  -300px;
  }
}

@media(max-width: 425px){
  .farmacia-alfenas-foto{   
    width: 800px; 
    left: -300px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/farmacia_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/farmacia_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/farmacia_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.fisioterapia-divinopolis-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/fisioterapia_divinopolis.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/fisioterapia_divinopolis.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/fisioterapia_divinopolis.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .fisioterapia-divinopolis-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .fisioterapia-divinopolis-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/fisioterapia_divinopolis_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/fisioterapia_divinopolis_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/fisioterapia_divinopolis_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.medicina-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/medicina_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/medicina_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/medicina_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .medicina-alfenas-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .medicina-alfenas-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/medicina_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/medicina_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/medicina_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.medicina-bh-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/medicina_belohorizonte.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/medicina_belohorizonte.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/medicina_belohorizonte.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .medicina-bh-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .medicina-bh-foto{   
    width: 800px; 
    left: -300px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/medicina_belohorizonte_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/medicina_belohorizonte_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/medicina_belohorizonte_cel.jpg") center no-repeat;
    height: 450px;
  }

}

.nutricao-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 88%,rgba(255,255,255,1) 100%), url("../../img/cursos/nutricao_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 88%,rgba(255,255,255,1) 100%), url("../../img/cursos/nutricao_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 88%,rgba(255,255,255,1) 100%), url("../../img/cursos/nutricao_alfenas.jpg") center no-repeat;
  height: 605px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .nutricao-alfenas-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .nutricao-alfenas-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/nutricao_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/nutricao_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/nutricao_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.odonto-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .odonto-alfenas-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .odonto-alfenas-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}



.odonto-varginha-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_varginha.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_varginha.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_varginha.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .odonto-varginha-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .odonto-varginha-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_varginha_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_varginha_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_varginha_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.odonto-belohorizonte-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_belohorizonte.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_belohorizonte.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_belohorizonte.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .odonto-belohorizonte-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .odonto-belohorizonte-foto{   
    width: 800px; 
    left: -300px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_belohorizonte_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_belohorizonte_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_belohorizonte_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.odonto-divinopolis-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_divinopolis.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_divinopolis.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/odonto_divinopolis.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .odonto-divinopolis-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .odonto-divinopolis-foto{   
    width: 800px; 
    left: -300px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_divinopolis_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_divinopolis_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/odonto_divinopolis_cel.jpg") center no-repeat;
    height: 450px;
  }

}




.pedagogia-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/pedagogia_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/pedagogia_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/pedagogia_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .pedagogia-alfenas-foto{
    width: 1200px; 
    left:  -200px;
  }
}

@media(max-width: 425px){
  .pedagogia-alfenas-foto{   
    width: 600px; 
    left: -100px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/pedagogia_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/pedagogia_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/pedagogia_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.psicologia-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/psicologia_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/psicologia_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/psicologia_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .psicologia-alfenas-foto{
    width: 1200px; 
    left:  -300px;
  }
}

@media(max-width: 425px){
  .psicologia-alfenas-foto{   
    width: 700px; 
    left: -200px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/psicologia_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/psicologia_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/psicologia_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}



.psicologia-varginha-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/psicologia_varginha.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/psicologia_varginha.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/psicologia_varginha.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .psicologia-varginha-foto{
    width: 1200px; 
    left:  0px;
  }
}

@media(max-width: 425px){
  .psicologia-varginha-foto{   
    width: 550px; 
    left: 0px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/psicologia_varginha_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/psicologia_varginha_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/psicologia_varginha_cel.jpg") center no-repeat;
    height: 450px;
  }

}

.zootecnia-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/imagem-topo-zootecnia.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/imagem-topo-zootecnia.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/imagem-topo-zootecnia.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

.veterinaria-alfenas-foto{
  overflow: visible;
  background: linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/veterinaria_alfenas.jpg") center no-repeat;
  background: -webkit-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/veterinaria_alfenas.jpg") center no-repeat;
  background: -moz-linear-gradient(rgba(0,130,170,0) 50%,rgba(255,255,255,1) 88%), url("../../img/cursos/veterinaria_alfenas.jpg") center no-repeat;
  height: 795px;
  background-size: 1500px;
  position: relative;
  
}

@media(max-width: 800px){
  .veterinaria-alfenas-foto{
    width: 1200px; 
    left:  -400px;
  }
}

@media(max-width: 425px){
  .veterinaria-alfenas-foto{   
    width: 800px; 
    left: -300px;
    background: linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/veterinaria_alfenas_cel.jpg") center no-repeat;
    background: -webkit-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/veterinaria_alfenas_cel.jpg") center no-repeat;
    background: -moz-linear-gradient(rgba(0,130,170,0) 75%,rgba(255,255,255,1)), url("../../img/cursos/veterinaria_alfenas_cel.jpg") center no-repeat;
    height: 450px;
  }

}


.container-cursos img:nth-child(1), .container-cursos img:nth-child(2){
}



/* ------- FIM IMAGENS PAGINA CURSO ------ */


/* MENU EXTENSAO */

.anais-titulo{
  font-size: 18px;
}

.anais img{    
  width: 100px !important;
  max-width: unset !important;
}

.anais .col{
  max-width: 143px !important;
}

@media(max-width:320px){
  .anais .col{
    padding: 0;
  }

  .jumbotron .title{
    font-size: 32px;
  }

  .jumbotronaux{
    padding: 0px !important;
  }
}

.foruns-ext .col{

  min-width: 143px;
  max-width: 143px;
}

@media(max-width:575px){

  .espaco-titulo-extensao{
    flex: unset;
    max-width: unset;
  }



  .wrap-btn3d{
    margin-top:0 !important;
  }

  .ceu-extensao{
    margin-right: 45px;
  }
}

@media(max-width:991px) and (min-width:576px){
  .fab.fa-3x{
    font-size: 2em;
  }

  .secaorede{
    line-height: 50px;
    margin-bottom: 0;
  }

  .wrapper-redes{
    margin:auto !important;
  }

  .btn3d{
    font-size: 13px !important;
    padding: 5px;
  }

  .text-button{
  }

}

.text-button{

}

#carrosselExtensao{
  height: 400px;
  overflow: hidden;
}

#carrosselExtensao .carousel-item{  
  width: 100%; 
  height: 400px;  
  background-size: cover;
}




#txtSenhaAluno{

margin-bottom: 0px;

}

.botao-login{
  height: 30px !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: 1 !important;
  background-color: #a2a0a0  !important;
  border-color: #b9b9b9  !important;

}

.ext-card .card{
  height:  255px;
  min-width: 225px;
  margin-left: 0px;
  margin-right: 0px;
}

.ext-card{
  margin-bottom: 20px;
}

@media(max-width: 994px){
  .ext-card{
    flex: unset;
    max-width: unset;
  }

}

.titulo_menu_geral{
  font-size: 16px;
  color: #1C1D21;
}

.titulo_anais{
  font-size: 16px;
  color: #FFFFFF;
}


#titulo_plano_ensino{
  font-size: 16px;
  color: #1C1D21;
text-align: center;
}

.corsim_cornao>tbody>tr>td>table:nth-child(even){
   background-color: #f0f0f0 !important;  
 }



 .btn3d {
  position:relative;
  top: -6px;
  border:0;
   transition: all 40ms linear;
   margin-top:10px;
   margin-bottom:10px;
   margin-left:2px;
   margin-right:2px;
   font: 24px "Kanit", sans-serif;

}
.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
  -moz-outline-style:none;
       outline:medium none;
}
.btn3d:active, .btn3d.active {
  top:2px;
}


.btn3d.btn-primary {
  box-shadow:0 0 0 1px #013c63 inset, 0 0 0 2px rgba(255,255,225,0.15) inset, 0 5px 0 0 #02416b, 0 5px 5px 1px rgba(0,0,0,0.5);
  background-color:#00436f;
  height: 60px;  
  width: 100%;
}


.btn3d.btn-primary:hover{
  box-shadow:0 0 0 1px #012f4d inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 5px 0 0 #044e80, 0 5px 5px 1px rgba(0,0,0,0.5);
  background-color:#0e6096;
  text-shadow: -1px 0px 16px rgba(255, 255, 255, 1);
}

#logo{
  margin-top: 2px;
}

.fa.fa-circle-o.fa-stack-2x{
  padding-left: 4px;
}

.iconeestilo {
  width: 45px !important;
    height: 45px !important;
}

.fa-stack{
  position: initial;
}


.move-painel-extensao{
max-width: 100px;
}


@media(min-width: 2500px){
  a.carousel-control-next {
    margin-right: 200px;
}

a.carousel-control-prev {
  margin-left: 200px;
}

}


#noticiaFoto		{ width:330px; float:right; margin-left:30px; margin-bottom:20px;}

#noticiaImg			{ width:330px; margin-bottom:10px; }

#noticiaVideo		{ width:330px; margin-bottom:10px; }

.tituloNoticias{
  font-size: 18px;
  font-weight: bold;
}


.subtituloNoticias{
  
  font-size: 15px;
}




/*  VALIDAÇÂO DE FORM COM O JQUERY FORM VALIDATOR */



.help-block.form-error{
  position: absolute;
  top: 30px;
  line-height: 23px;
  pointer-events: none;
  left: 5px;
  color: red;
  opacity: 0.7;
}

form td{
  position: relative;  
}

label.error{
  position: absolute;
  top: 40px;
  line-height: 25px;
  pointer-events: none;
  left: 10px;
  color: red;
  opacity: 0.7;

}

.card-footer.text-muted{
  background-color: #fff;
}

button.g-recaptcha{
  background-color: #888;
  line-height: 15px;
  margin-bottom: 20px;
}

.btn-cinza{
  background-color: #888 !important;
  line-height: 15px !important;
  margin-bottom: 20px !important;
  color: white !important;
}


.table-formulario>tbody>tr>td{
  padding:8px;
}

.table-formulario>tbody>tr>td{
  border-bottom: 1px dotted rgba(193, 193, 193, 0.62);
}

.table-formulario>tbody>tr>td input{
  margin: 5px !important;
}


@media(min-width: 1200px){

.pag-vestibular>#carrosel{

  margin-left: -40px !important;
  margin-right: -40px !important;


}
}



.vestibular-mensalidade:hover{
  -webkit-transform: rotate3d(0, 1, 0, 90deg)
}

.campus-mensalidades-vest{
  position: absolute;
  visibility: hidden;
}


.faleCampos{
  position: relative !important;
}

.Mostra1,.Mostra2,.Mostra3{display:none;}

.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #fefefe;
  color: #00436f;
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);

  transition: 400ms;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  color: #2dc5dc;
}

.cookie-btn {
  background: #00436f;
  border: 0;
  color: #f5f6fa;
  padding: 2px 10px;
  font-size: 16px;
  margin-bottom: 14px;
  border-radius: 8px;
  cursor: pointer;
}

.box{
  /* box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px; */
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 10px;
  border-radius: 8px;
}

.box2{
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  padding: 10px;
  border-radius: 8px;
}

.message-ferias{
	background-color:#ffc107;
	position:absolute;
	z-index:99;
	text-align:center;
	width:100%;
	height:500px;
	display:flex;
	justify-content:center
}

.message-ferias p{
	align-items:center;
	display:flex;
}