@font-face {
    font-family: 'Azo Sans';
    src: url('fonts/AzoSans-Bold.eot');
    src: url('fonts/AzoSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/AzoSans-Bold.woff2') format('woff2'),
         url('fonts/AzoSans-Bold.woff') format('woff'),
         url('fonts/AzoSans-Bold.ttf') format('truetype'),
         url('fonts/AzoSans-Bold.svg#azo_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('fonts/AzoSans-Light.eot');
    src: url('fonts/AzoSans-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/AzoSans-Light.woff2') format('woff2'),
         url('fonts/AzoSans-Light.woff') format('woff'),
         url('fonts/AzoSans-Light.ttf') format('truetype'),
         url('fonts/AzoSans-Light.svg#azo_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@media print{
	a { display: none; }
	#loadingContainer{ display: none; }
	
	#logoinputcontainer{ display: none; }
	
	#botoes{ display: none; }
	
	#logoCanvas { 
		display: none !important;
	}
	#saveImage { 
		display: block !important;
	}
	#offscreenCanvas { 
		display: block !important;
	}
}


html, body {
	width:  100%;
	/*height: 100%;*/
    height: 100vh;
	margin: 0px;
    font-family: 'Azo Sans', sans-serif;
}
canvas { 
	//display:block; 
    margin-top: 20px;	
}

@media screen and (max-width: 768px) {
    #logoinputcontainer {
        font-size:10px;
    }
}

#logoinputcontainer {
	width: 100%;
}
#logoinput {
	font-family: 'Azo Sans', sans-serif;
	font-weight: bold;
	border: 0px;
	/*border-bottom: 1px solid black;*/
	text-align: center;
	font-size: 3em;
	width: 90%;
	display: block;
    margin : 0 auto;
	/*text-transform: capitalize;*/
}
input:focus {
    outline: none;
}
#logoCanvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*width: 300px;*/
}
#loadingContainer {
    z-index:    5000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 );
	position: fixed;
}

.loadingImage3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 174px;
    height: 174px;
    margin:-87px 0 0 -87px;
}

.loadingImage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 174px;
    height: 174px;
    margin:-87px 0 0 -87px;
    -webkit-animation:spin 5s linear infinite;
    -moz-animation:spin 5s linear infinite;
    animation:spin 5s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.loadingImage2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 174px;
    height: 174px;
    margin:-87px 0 0 -87px;
    -webkit-animation:spin 5s linear infinite;
    -moz-animation:spin 5s linear infinite;
    animation:spin2 5s linear infinite;
}
@-moz-keyframes spin2 { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin2 { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.logoImage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 176px;
    height: 48px;
    margin: 90px 0 0 -87px;
}
#saveImage{
	display: none;
	width: 100%;
}
#offscreenCanvas{
	padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}
.navbar-brand img {
    height: 40px;
    margin-top: -10px;
}

.navbar-default .navbar-nav li a {
    font-family: 'Azo Sans', sans-serif;
}

.navbar-default .navbar-nav li a:hover {
    color: #4dc1df;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.btn-group {
    border: none;
}

.btn {
    font-size: 16px;
}

.si-btn img {
    height: 16px;
    margin-top: -4px;
}

.btn-group .btn-default {
    background: none;
    border: none;
}

.btn-group .btn-default:hover {
    background: none;
}

.btn-group .btn .si-btn img:hover {
    color: #4dc1df;
}

.btn-group .btn .glyphicon:hover {
    color: #4dc1df;
}

.btn a {
    color: #000;
}

@media (max-width: 768px) {
    .btn {
        font-size: 20px;
    }

    .si-btn img {
        height: 20px;
        margin-top: -10px;
    }
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.sobre {
    font-family: 'Azo Sans', sans-serif;
}

.sobre-logo {
    margin-bottom: 30px;
}

.sobre-autores ul li a {
    color: #333;
    text-decoration: none;
}

.sobre-autores ul li a:hover {
    /*color: #00657f;*/ /*azul escuro*/
    color: #4dc1df; /*azul claro*/ 
}