/* POP UPS */
#popups{
	margin: 0;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	display: none; z-index: -1;
	font-family: lato-light;
}
#popups h3 {
    position: relative;
    display: block;
    top: 0;
    margin: auto;
    font-size: 32px;
    left: 0;
    right: 0;
    text-align: center;
}
.mapholder {
	position: fixed;
	display: none;
	left: 0; top: 0; right: 0;
	margin: auto;
	margin-top: 30px;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #b5b5b5;
	background-color: #fff;
}
#popups .mapholder h3 {
	padding-top: 28px;
	position: absolute;
}
.mapholder #map {
	position: relative;
	display: block;
	margin: auto;
	border:0;
	width: 0; height: 100%;
}
#popup-closer {
	position: fixed;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #444;
	opacity: 0.5;
}
.popup-close-btn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin: 5px;
    padding: 5px 5px;
    font-size: 24px;
    color: #aaaaaa;
    line-height: 0.5;
}
.activePopUp {
	display: block !important;
	z-index: 2 !important;
}
.ligamos-p-voce {
}
.trabalhe-conosco, .proposta-form {
	height: 80%;
}
.ligamos-p-voce,
.trabalhe-conosco,
.proposta-form,
.forgot-pwd,
.solicitar-cadastro,
.proposta-download,
.proposta-warn-empty,
.proposta-warn-sucesso,
.mandar-sugestao,
.descricao-glossario,
.descricao-etapa,
#popup-question {
    position: fixed;
	display: none;
    left: 0;
    top: 10%;
    right: 0;
    margin: 0 auto;
	width: 0;
	max-width: 600px;
    border-radius: 8px;
    background-color: #f2f2f2;
    padding-bottom: 30px;
}
.solicitar-cadastro {
    max-width: 80vw;
    height: 80vh;
}
#solicitar-cadastro button[type="submit"] {
    width: 180px;
    display: block;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    border: solid 1px #b5b5b5;
    border-radius: 20px;
    font-family: lato-light;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    background-color: #1b71b9;
}

#solicitar-cadastro button[type="submit"]:hover {
    color: #777878;
    background-color: #f79837;
    border-color: #f79837;
}
#popup-question {
	padding-top: 30px;
	text-align: center;
}
#popup-question a {
    display: inline-block;
    margin: 30px 10px;
    padding: 12px;
    line-height: 30px;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #337ab7;
    border-color: #122b40;
    border: none;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(51, 122, 183, 0.45);
    transition: 0.45s;
}
#popup-question a:hover {
    background-color: #f79837;
}
.popup-table {
	clear: both;
}
.popup-table .row-fluid::after {
    display: block;
    clear: both;
    content: " ";
}
.popup-table h4 {
    padding: 8px;
    box-sizing: border-box;
}
.popup-table input {
    width: 100%;
    display: block;
		border: none;
}
.popup-table input.btn {
	margin-bottom: 40px;
	width: auto;
}
.myBorders {
    position: relative;
    display: block;
    padding: 30px 0 0 0;
    height: 100%;
    width: 90%;
    margin: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}
.midBorders {
    position: relative;
	padding: 0 20px 40px 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

.descricao-glossario,
.descricao-etapa p {
	padding: 20px 0px 0px 0px;
	text-align: justify;
}
.descricao-etapa h3 {
    font-size: 24px !important;
    color: #1b71b9;
}
#descricao-etapa1-texto {
	background-image: url('../GearComponent/images/bg_step1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#descricao-etapa2-texto {
	background-image: url('../GearComponent/images/bg_step2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#descricao-etapa3-texto {
	background-image: url('../GearComponent/images/bg_step3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#descricao-etapa4-texto {
	background-image: url('../GearComponent/images/bg_step4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#descricao-etapa5-texto {
	background-image: url('../GearComponent/images/bg_step5.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 768px) {
	.mapholder { width: 80%; height: 80%; padding: 100px 20px 20px 20px; }
}
@media (max-width: 767px) {
	.mapholder { width: 90%; height: 80%; padding: 100px 10px 20px 10px; }
}

@media (max-width: 768px) {
	.descricao-etapa {
		max-width: 90vw;
		height: 90vh;
	}

	.descricao-etapa .myBorders {
		overflow-y: auto;
	}
}
/* FIM DOS POPUPS */
