
/* === General === */
	@import url(http://fonts.googleapis.com/css?family=PT+Sans|Lato:700,900);
	@import url(https://fonts.googleapis.com/css?family=Montserrat);

    @font-face {
	    font-family: 'Robotica';
	    src: url('../fonts/hinted-Robotica.woff') format('woff'),
	        url('../fonts/hinted-Robotica.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal;
	    font-display: swap;
    }

	body {
		font-family: 'pt sans', sans-serif;
		position: relative;
		font-weight:400;
		background: #fff;
		color:#000;
		overflow-y: hidden; 
		overflow-x: hidden;
	}

	html, body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	a:hover {
		outline: none;
		text-decoration:none;
	}

	a:focus {
		outline:none;
		outline-offset: 0;
	}

	textarea:focus, input:focus{
		outline:none;
		outline-offset: 0;
	}

	a {
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: 'lato', sans-serif;
		font-weight: 700;
		text-rendering: optimizelegibility;
	}

	svg {
	    display: block;
	    font: 10.5em 'Montserrat';
	    width: 960px;
	    height: 300px;
	    margin: 0 auto;
    }


/*-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
                                        PAGINA
---------------------------------------------------------------------------------------                                       
-------------------------------------------------------------------------------------*/

	.btn-primary:focus,
	.btn-primary:active{
		outline: none;
	}

	#st-preloader {
		background: #FFF;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	#pre-status,
	.preload-placeholder {
		background-image: url(../images/preloader.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 50px;
		left: 50%;
		margin: -25px 0 0 -25px;
		position: absolute;
		top: 50%;
		width: 50px;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}

/* === Home === */
	#home-page{
		background-image: url(../images/fundo.jpg);
		position: relative;
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: cover;

	}

	.home-bg{
		background: rgba(0, 0, 0, 0.7);
		padding-top: 50px;
		padding-bottom: 500px;
	}

	.main-logo {
		margin-bottom: 30px;

  	}
  	.main-logo img{
		border-radius: 10px;
		max-width: 150px;

  	}

	.home-page h1{
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 900;
		letter-spacing: 0.03em;
	}

	.home-page h2{
		font-size: 40px;
		color: #ffffff;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 0.03em;
	}

	.home-page p{
		font-size: 14px;
		color: #fefefe;
		margin-bottom: 20px;
	}

    .container{
		border-radius:10px;
		padding-top: 1%;
		border-width:4px;
		border-style: dashed;
		border-color: #00BFFF;
		background-color: #fff;
		text-shadow: #fff 0.1em 0.1em 0.2em;
    }

/*-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
                                        TEXTO
---------------------------------------------------------------------------------------                                       
-------------------------------------------------------------------------------------*/
.text-copy {
    fill: none;
    stroke:white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
	stroke: #104E8B;
	animation-delay: -1;
}

.text-copy:nth-child(2){
	stroke: #36648B;
	animation-delay: -2s;
}

.text-copy:nth-child(3){
	stroke: #00688B;
	animation-delay: -3s;
}

.text-copy:nth-child(4){
	stroke: #00688B;
	animation-delay: -4s;
}

.text-copy:nth-child(5){
	stroke: #4A708B;
	animation-delay: -5s;
}
.caixa-texto{
	height: 100px;
}

.caixa-texto svg{
	display: flex;
	justify-content: center;
	align-items: center;
}


.cargo{
	height: 100px;
	padding-left: 10% !important;
    font-family:"avantgarde_bold", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
   	color:#6CA6CD;
	font-size: 6rem;
}

@keyframes stroke-offset{
	100% {stroke-dashoffset: -35%;}
}

/*-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
                                        ROLETA
---------------------------------------------------------------------------------------                                       
-------------------------------------------------------------------------------------*/
.hide {
    display: none;
}

.img-logo {
    padding-top:8px;
    max-width: 60px;
}
.skills-wheel {
        -webkit-box-shadow: 0 1px 3px rgba(25, 25, 112, 0.50);
        -moz-box-shadow: 0 1px 3px rgba(25, 25, 112, 0.50);
        box-shadow: 0 1px 3px rgba(25, 25, 112, 0.50);
    height: 400px;
    margin: 0 auto 2em;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 400px;
    background-color: #B2DFEE;
}
.skills-wheel:before {
    border-style: solid;
    border-width: 29px 29px 0 29px;
    border-color: #009ACD transparent transparent transparent;
    text-shadow: black 0.1em 0.1em 0.2em;
    content:"";
    height: 0;
    left: 50%;
    margin-left: -32px;
    position: absolute;
    top: -1px;
    z-index: 100;
    width: 0;
}
.skills-wheel .btn {
    background-color: #005E83;
    color: #fff;
    border: 4px solid #ffffff;


    height: 100px;
    left: 50%;
    margin: -54px 0 0 -54px;
    padding: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 100px;
}
.skills-wheel .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 96px;
    margin-top: -50px;
}
.wheel {
    border: 12px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    width: 100%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.wheel li {
    font-family:"avantgarde_bold", Helvetica, Arial, sans-serif;
    font-size: 5rem;
    font-weight: bold;
    height: 50%;
    line-height: 10px;
    list-style: none;
    left: 50%;
    margin: 0 0 0 -106px;
    padding: 0;
    position: absolute;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom; 
    text-shadow: #363636 0.1em 0.1em 0.2em;
    top: 0;
    width: 55%;
}
.wheel li:before {
    display: none;
}
.wheel span {
    color: #005E83;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 30px;
    width: 100%;
}

.wheel li:nth-child(1) {
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}
.wheel li:nth-child(2) {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
}
.wheel li:nth-child(3) {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
}
.wheel li:nth-child(4) {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
}
.wheel li:nth-child(5) {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wheel li:nth-child(6) {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
}
.wheel li:nth-child(7) {
    -webkit-transform: rotate(252deg);
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    transform: rotate(252deg);
}
.wheel li:nth-child(8) {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg);
}

.wheel li:nth-child(9) {
    -webkit-transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg);
}

.wheel li:nth-child(10) {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.wheel li:nth-child(odd) img {
    -webkit-opacity: 0.8;
    -moz-opacit: 0.8;
    opacity: 0.8;
}

.caixa-numero{
	height:180px;
	font-family: "Robotica" !important;
	text-align: center;
	padding-top:2%;
	border-radius:50px;
	border-width:1px;
	border-color: #005E83;
	background:#B2DFEE ;
	color: #005E83;
	border-style: solid;
	font-size: 12rem;
	text-shadow: #FFFFFF 0.05em 0.05em 0.1em;
}
#titulo{
	font-family:"avantgarde_bold", Helvetica, Arial, sans-serif;
	color:#6CA6CD;
	font-size: 7rem;
	text-shadow: 0.05em 0.1em 0.2em #8DB6CD;
}


/* === Responsive === */

/* Small devices (mobiles, 320px and up) */
@media (min-width: 320px) and (max-width: 479px){
	.subscribe-area .form-control {
		padding: 18px 12px 20px 14px;
		width: 270px;
		border-radius: 0px 0px 0px 0px;
		margin-right: 0px;
	}
	.submit-bt {
		padding: 7px 20px 8px;
		border-radius: 0px 0px 0px 0px;
		width: 270px;
		margin-top: 0px;
		margin-left: 3px;
		
	}
	.member .member-img {
		width: 270px;
	}
	.member-social {
		width: 270px;
		height: 270px;
	}
	.member .member-img:hover .facebook-icon i {
		top: 98px;
	}
	.member-social .facebook-icon i {
		left: 98px;
	}
	.member .member-img:hover .twitter-icon i {
		right: 98px;
	}
	.member-social .twitter-icon i {
		top: 98px;
	}
	.member .member-img:hover .linkedin-icon i {
		left: 98px;
	}
	.member-social .linkedin-icon i {
		bottom: 98px;
	}
	.member .member-img:hover .google-plus-icon i {
		bottom: 98px;
	}
	.member-social .google-plus-icon i {
		right: 98px;
	}
	
}



