@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');*/
/* GERAL */

* {
	padding: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;	
	font-size: 15px;
	background-color: #fff;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 72px;
	letter-spacing: -0.9px;
	font-weight: 900;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 54px;
	letter-spacing: -0.8px;
	font-weight: 900;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	letter-spacing: -0.5px;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	letter-spacing: -0.2px;
}

h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
}

h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:bold;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
}

ul {
	margin-left: 25px;
}

input:focus, select:focus, textarea:focus, button:focus {
    box-shadow: 0 0 0 0;
    outline: 0;

}


.versao-desktop {
	display: block;
}

.versao-mobile {
	display: none;
}

.main{
	margin-top: 0;
}

.links-hover {
	transition: 0.3s;
	text-decoration: none;
}

.links-hover:hover {
	transition: 0.3s;
	opacity: 0.7
}


.section-padding {
	padding: 30px 0px;
}

.section-padding h3 {
	font-size: 28px;
	font-weight: 700;
	color: #2e7eac;
	letter-spacing: -1.5px;
}

.section-padding h6 {
	font-size: 16px;
	font-weight: 700;
	color: #444;
	letter-spacing: 0px;	
	/*text-transform: uppercase;*/
}

.section-padding h5 {
	font-size: 20px;
	font-weight: 700;
	color: #0b5976;
	text-transform: uppercase;
}

.section-padding p {
	font-size: 14px;
	font-weight: 400;
	color: #444;
	letter-spacing: -0.3px;
}

.section-internas {
	padding: 30px 0px;
}

.section-internas h1 {
	font-size: 42px;
	font-weight: 700;
	color: #2e7eac;
	letter-spacing: -0.8px;
}

.section-internas h3 {
	font-size: 24px;
	font-weight: 700;
	color: #444;
	letter-spacing: -1px;
}

.section-internas h6 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

.section-internas p {
	font-size: 15px;
	font-weight: 400;
	color: #444;
	letter-spacing: -0.3px;
}

.section-content {
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	background-color: #fff;

}

/* HEADER */

.header {
	background-color: #fff;
	padding: 15px 0px;
	width: 100%;
	z-index: 3;
	transition: 0.4s;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	z-index: 12;
}

.header-desktop {
	display: block;
}

.header-mobile {
	display: none;
}

	
.logo-header {
	width: 200px;
}

.menu {
	padding-top: 12px;
}

.form-control, .form-check-input {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.40);
	background-color: #fff;
}

/*.menu i {
	font-size: 30px;
}*/

.menu nav {
	width: 100%;
	margin: 0 auto;
	display: flex;
    justify-content: right;
}

.menu nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

.menu nav ul li {
	float: left;
	position: relative;
	display: inline-block;
	text-decoration: none;	
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #333;	
	padding-left: 20px;
	letter-spacing: -0.3px;
	/*text-transform: uppercase;*/
}

.menu nav ul li a {	
	color: #555;
	transition: 0.3s;
	padding-left: 15px;
	text-decoration: none;
}

.menu nav ul li a:hover {
	text-decoration: none;
	color: #2e7eac;
}

.menu nav i{		
	font-size: 18px;
	color: #666;	
	margin-left: 10px;
}

/* VINHETA INTERNA */

.vinheta {
	background-image: linear-gradient(45deg, #0b3443, #0b5976);	
	padding: 45px 0px;
	top: 0;
	color: #fff;
	width: 100%;
}

/* BARRA DE NAVEGACAO */

.step-wizard {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-wizard-list{
    background: #fff;
    color: #333;
    list-style-type: none;
    border-radius: 10px;
    display: flex;
    padding: 0px 10px;
    position: relative;
    z-index: 10;
}

.step-wizard-item{
    padding: 0 20px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive:1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 240px;
    position: relative;
}

.step-wizard-item + .step-wizard-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    background: #21d4fd;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    z-index: -10;
}

.progress-count{
    height: 40px;
    width:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index:10;
    color: transparent;
}

.progress-count:after{
    content: "";
    height: 40px;
    width: 40px;
    background: #21d4fd;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}

.progress-count:before{
    content: "";
    height: 10px;
    width: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center;
}

.progress-label{
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}

.current-item .progress-count:before,
.current-item ~ .step-wizard-item .progress-count:before{
    display: none;
}

.current-item ~ .step-wizard-item .progress-count:after{
    height:10px;
    width:10px;
}

.current-item ~ .step-wizard-item .progress-label{
    opacity: 0.5;
}

.current-item .progress-count:after{
    background: #fff;
    border: 2px solid #21d4fd;
}

.current-item .progress-count{
    color: #21d4fd;
}




/* FOOTER */


footer {
	background-color: #2e7eac;
	padding: 15px 0px;
	font-size: 12px;
	color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

footer p {
	font-size: 12px;
}

footer i {
	font-size: 28px;
	color: #bf0000;
	margin-bottom: 10px;
}


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


	.section-padding {
		padding: 30px 0px;
	}

	.section-padding h3 {
		font-size: 32px;
		font-weight: 800;
		color: #2e7eac;
		letter-spacing: -1px;
	}	

	.section-internas {
		padding: 25px 0px;
	}

	.section-internas h1 {
		font-size: 32px;
		letter-spacing: -0.7px;
	}

    .step-wizard-item {
        min-width: 170px;
    }

    .progress-label{
        font-size: 12px;
    }

}

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

	body {
		font-size: 14px;
	}

	h1 {
		font-size: 42px;
		letter-spacing: -0.5px;
	}

	h2 {
		font-size: 36px;
		letter-spacing: -0.8px;
		font-weight: 900;
	}

	h3 {
		font-size: 32px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-size: 28px;
		letter-spacing: -0.2px;
	}

	h5 {
		font-size: 24px;
	}

	h6 {
		font-size: 18px;
		font-weight:bold;
	}

	p {
		font-size: 14px;
		letter-spacing: 0px;
	}

	.versao-desktop {
		display: none;
	}

	.versao-mobile {
		display: block;
	}

	.header-desktop {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	.sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 15;
        top: 0;
        right: 0;
        /*background-color: #111;*/
        background-image: linear-gradient(45deg, #111, #333);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #eee;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #0000CD;
        padding-left: 40px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;    }


   

}


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

	/* VINHETA INTERNA */

	.vinheta {
		padding: 30px 0px;
		text-align: center;
	}


	.section-padding {
		padding: 20px 10px;
	}

	.section-padding h3 {
		font-size: 24px;
		letter-spacing: -1px;
	}

	.section-padding h6 {
		font-size: 14px;
	}

	.section-padding h5 {
		font-size: 16px;
	}

	.section-padding p {
		font-size: 12px;
		font-weight: 400;
		color: #444;
		letter-spacing: -0.3px;
	}

	.section-internas {
		padding: 30px 0px;
	}

		
    .step-wizard-item {
    	padding: 0 10px;
        min-width: 80px;
    }

    .progress-label{
        font-size: 9px;
        letter-spacing: -0.2px;
    }

    /* BARRA DE NAVEGACAO */

	.step-wizard {
	    background-color: #fff;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin-left: -12.5px;
	}

	.step-wizard-list{
	    padding: 10px 5px;
	}

	footer {
      position: relative;
    }

}