/*Homepage*/
.homepage-container {
	background: url(../images/bg-hp.png) repeat-x 0 0;
	padding: 18px 0 100px;
}

/*.slide {
	height: 100%;
	background-size: 100%;
	background-size: cover;
	outline: none;
}*/

.slide {
    height: 100%;
    background-size: cover;
    outline: none;
    background-repeat: no-repeat;
}

.slider-show {
	border: solid white 15px;
	margin-top: 18px;
}

.home-slide a {
	color: #5c5c5c;
	text-decoration: none;
	cursor: pointer;
}

.home-slide a:hover,
.home-slide a:active,
.home-slide a:focus {
	color: #3f3f3f;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

.home-slide {
	height: 304px;
	background: white;
}

.home-slide h1 {
	font-family: 'FrancoisOneRegular', sans-serif;
	font-size: 20px;
	color: #970956;
	text-transform: uppercase;
}

.home-slide h1:hover {
	color: #d76d16;
	text-transform: uppercase;
	cursor: pointer;
}

.slick-dots {
	bottom: 0px;
}

.slick-dots li {
	margin: 0px;
	padding: 0;
}

.slick-dots li.slick-active button:before,
.slide-node .slick-dots li.slick-active button:before {
	opacity: 1;
	font-size: 24px;
	border-radius: 50%;
	color: #d76d16;
	background-color: #d76d16;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 15px;
	height: 15px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: transparent;
	opacity: 1 !important;
	border: #d76d16 solid 2px;
	border-radius: 50%;
}

.columnhp {
    text-transform: uppercase;
    font-family: 'FrancoisOneRegular', sans-serif;
    margin-top: 10px;
    /* border-right: 1px solid #75274a; */
}

.columnhp h3 {
    color: #da5254;
    line-height: 15px;

}

.columnhp ul {
	list-style: none;
}

.columnhp ul a {
	color: white;
	text-decoration: none;
}

.columnhp ul a:hover,
a:focus {
	text-decoration: none;
	color: #d76d16;
}

.columnhp small {
	display: block;
}

.columnsimuladores {
    /* border-right: 1px solid #75274a; */
    /* border-left: 1px solid #75274a; */
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-top: 10px;
}

.columnsimuladores ul {
    padding-right: 1em;
    margin-top: -12px;
}

.columnsimuladores li {
	border-bottom: 1px solid #75274a;
	padding: 16px 0;
	background: url(../images/arrow-simuladores.png) no-repeat right center;
	font-size: 17px;
	padding-right: 20px;
}

.columnsimuladores a:hover li {
	background: url(../images/arrow-simuladores_orange.png) no-repeat right center;
	outline: none;
}

.columnnoticias li {
	padding: 14px 0;
	text-transform: none;
}


.columnsimuladores {
    /* border-right: 1px solid #75274a; */
    /* border-left: 1px solid #75274a; */
    padding-left: .5em;
    padding-right: 1.5em;
    margin-top: 3px;
}

.columnetapas li {
	padding: 0;
	font-size: 17px;
	padding-left: 41px;
	margin-bottom: -10px;

}

.columnetapas ul {
    margin-top: -18px;
    padding-left: 0;
}

.columnetapas ul a div {
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -30px;
	height: 30px;
	position: relative;
	top: 26px;
}



.columnetapas ul a:hover div {
	background-position: 0px -60px;
}

/* coluna noticias*/
.columnhp.columnnoticias {
    padding-left: 20px;
    margin-top: 21px;
}

.columnnoticias ul {
	font-family: 'Arial';
	font-size: 13px;
	padding-left: 0;
}

.columnhp.columnnoticias ul a {
	color: #FFF;
	text-decoration: none;
	padding-left: 0;
}

.columnhp.columnnoticias ul a:hover li {
	color: #d76d16;
}

.columnhp.columnnoticias ul a:hover li>small {
	color: #ffffff;
}

.columnhp.columnnoticias a.btn-col-noticias,
button.btn-col-noticias {
	background-color: #d76d16;
	color: #ffffff;
	display: inline-block;
	padding: 3px 6px;
	font-size: .9em;
	line-height: 17px;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
}

.columnhp.columnnoticias a:hover.btn-col-noticias {
	color: #d76d16;
	text-decoration: none;
	background-color: #FFF;
}

.bibliotecas-slider-show .slide {
	height: 144px;
	outline: none;
}

.slick-dots {
    position: absolute;
    text-align: right;
    right: 9.5%;
    bottom: 50px;
}

@media screen and (max-width:990px) {
	.slick-dots {
		position: absolute;
		text-align: right;
		right: 11.5%;
	}

	.home-slide {
    height: 304px!important;
    background: white;
	}

	.slide {
	    height: 100%;
	    background-size: cover;
	    outline: none;
	    background-repeat: no-repeat;
	}


}

@media screen and (max-width:768px) {
	.columnsimuladores ul {
		padding-left: 1em;
	}

}

.columnhp.columnnoticias .glossario-hp {
	margin-bottom: 49px;
}

.e-learning {
    list-style: none;
    margin-top: 236px;
    margin-left: 20px;
}

.e-learning a {
	color: #ffffff;
	font-size: 18px;
}

.e-learning a:hover,
a:focus {
	text-decoration: none;
	color: #d76d16;
}

.e-learning div {
	height: 42px;
	background-repeat: no-repeat;
}

.e-learning div p {
	margin-left: 50px;
	padding-top: 9px;
}

.youtube-link {
	margin-top: 95px;
    margin-left: 20px;
    margin-right: 14px;
    padding-bottom: 30px;
    border-bottom: none;
  /*
    background: url(../images/arrow-simuladores.png) no-repeat right center;
*/
}

/*.youtube-link:hover {
	background: url(../images/arrow-simuladores_orange.png) no-repeat right center;

}
*/

img.centro{

  width: auto;
  height: 42px;
  margin-right: 10px;

}
.youtube-link a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

.youtube-link a:hover{
	text-decoration: none !important;
	color: #d76d16;
}

.youtube-link div {
	height: 42px;
	background-repeat: no-repeat;
	background-size: contain;
}

.youtube-link div p {
	margin-left: 50px;
	padding-top: 9px;
}

.slick-initialized .slick-slide {
	display: block;
	outline: none !important;
}

.home-slide {
	color:#5c5c5c;
}

.home-slide .col-sm-4 {
    float: right;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: relative;
    right: 17px;
    padding: 0 17px;
    width: 260px;
}

.homepage-container .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.homepage-container .slider-show.slick-initialized.slick-slider.slick-dotted {
	margin-top: 0;
}




.homepage-container .col-sm-4.columnhp.columnetapas{
	width: 35.2%;
	border-right: 1px solid #75274a;
}

.homepage-container .col-sm-4.columnhp.columnsimuladores{
	width: 39.2%;
}

.homepage-container .col-sm-4.columnhp.columnnoticias{
	width: 25.6%;
	border-left: 1px solid #75274a;
}


@media screen and (max-width:990px) {
	.home-slide .col-sm-4 {
	    float: right;
	    background: #ffffff;
	    height: 100%;
	    position: relative;
	    right: 17px;
	    padding: 0 17px;
	    width: 260px;
	}

	.e-learning {
    	margin-top: 300px;
	}
}


@media screen and (max-width:767px) {

	.homepage-container .col-sm-4.columnhp.columnetapas, .homepage-container .col-sm-4.columnhp.columnsimuladores,.homepage-container .col-sm-4.columnhp.columnnoticias{
		width:100%;
	}

	.e-learning {
	    margin: 70px 0;
	}
}



