﻿@media screen and (min-width:768px) {
	.div-img-texto {
		display:flex;
	}
	
	.seletivo-divisoes {
		display: flex;
	}
}

@media screen and (min-width:768px) and (max-width: 1125px) {
	#banner-subTitulo {
		font-size: 16px;
		color: white;
		line-height: 1.2;
		/*position: absolute;*/
		bottom: 0px;
		flex-direction: column;
	    justify-content: flex-end;
	}
}

@media screen and (min-width: 1126px) and (max-width: 1499px) {
	#banner-subTitulo {
		font-size: 18px;
		color: white;
		line-height: 1.3;
		/*position: absolute;*/
		bottom: 0px;
	}

}

@media screen and (min-width: 1500px) {
	#banner-subTitulo {
		font-size: 20px;
		color: white;
		line-height: 1.5;
		/*position: absolute;*/
		bottom: 0px;
		flex-direction: column;
	    justify-content: flex-end;
	}

}

@media screen and (max-width: 992px) {
	#comunitarioBtn {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	#comunitarioBtn {
		left: 25%;
		position: relative;
	}
}

@media screen and (max-width: 768px) {
	#banner-subTitulo {
		padding: 15px 0px 0px 0px;
		font-size: 16px;
		color: white;
		line-height: 1.2;
		position: initial;
		bottom: 0px;
	}

	#banner-subTitulo p {
		position: initial !important;
	}

	div[class="col-xs-offset-2 col-xs-8 col-sm-offset-0 col-sm-4 col-md-4"] {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.col-xs-padding-0 {
		padding:0px;
	}
	
	.div-logo img {
		width:50%;
	}
	
	.div-logo {
		text-align:center;
	}
	
	.seletivo-div {
		margin-bottom:30px;
	}

	.seletivo-div:last-child {
		margin-bottom:0px;
	}
}

@media screen and (max-width: 500px) {
	 .div-logo img {
		width:100%;
	}
}

.seletivo-descricao {
    color: white;
    font-size: 15px;
}

.seletivo-titulo {
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    font-size: 26px
}

.padding-0 {
    padding: 0px !important;
}

@media screen and (min-width:992px) {
	.seletivo-botoes-univali {
	    bottom: 30px;
	    position: absolute;
	}
}

.seletivo-divisoes {
	margin-top: 20px;
	justify-content:center;
}

.seletivo-univali {
    padding: 30px 0px;
    background-image: url('/Style Library/Univali2013/dropdownlist/custom/formas-de-ingresso/img/pattern-seletivo-especial.png');
    background-repeat: repeat;
    border: 2px solid #1e8ae4;
    height: 100%;
   	text-align:center;
   	display:grid;
   	justify-content:center;
}

.seletivo-comunitario {
    padding: 30px 0px;
    background-image: url('/formas-de-ingresso/seletivo/img/pattern-seletivo-comunitario.png');
    background-repeat: repeat;
    border: 2px solid #cc0e3f;
    height: 100%;
   	text-align:center;
   	display:grid;
   	justify-content:center;
}

@media screen and (max-width: 993px), (min-width: 1141px) {
	.hide-quebra-linha {
		display: none !important;
	}	
}

.seletivo-div-principal {
	overflow-y: hidden;
	background-size: cover;
	/*min-height: 696px;*/
	background-image: url('/formas-de-ingresso/seletivo/img/seletivoFundo.jpg');
	background-position: center;
	padding-bottom:30px;
	margin-bottom:50px;
}

.flex {	
	display: flex;
}