/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. 
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400|Open Sans:200,300,400,500,700,900);*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html {
  position: relative;
  min-height: 100%;
}

body {
	margin: 0px;
	font-family: "Open Sans", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 200;
	letter-spacing: 0.4px;
	font-family: "Open Sans", Sans-serif;
	color: #232323;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #252525;
}

a:hover, a:focus, a:active, a.active {
    color: #191997;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #666;
}

section {
	padding:0;
	margin: 0;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	/*background-image: url(/imgs/navbar-bgk.png);*/
	background-repeat: repeat-x;
	height: 95px;
	display:inline-block;
	width: 100%;
	z-index: 9999;
}
.navbar-default .navbar-brand {
	color: #fff;
    padding-top: 5px;
/*	min-width: 100%;*/
}
.navbar-brand .logotipo {
	max-height: 40px;
	margin-top: 5px;
	padding: 0;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #191997;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	background-color: #000;
	border-color:#000;
	float: left;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #000
}
.navbar-default .nav {
	padding-top: 15px;
}
.navbar-default .nav li a {
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #000;
    border-bottom: 1px solid;
    border-color: #FFF;
    margin: 10px 15px;
    padding: 10px 0 2px 0;
}

.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	/*border-color: #B9B9C8;*/
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	color: #B9B9C8;
	background-color: transparent;
    border: none;
	outline: 0;
	border-radius: 0px;
	font-weight:800;
}
.navbar-default .navbar-nav>.active>a:hover {
	color: #B9B9C8 ;
	background-color: transparent;
	font-weight:800;
}

/*--------------------
4. Sections
--------------------*/

.section-title {
	margin-bottom: 50px;
}

.section-title h1 {
	font-size: 35px;
	text-transform: uppercase;
	text-align:left;
}
.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
}

.section-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
	margin: 25px 100px 30px 100px;
}

.mz-module .section-title {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/*--------------------
4.1. About
--------------------*/

.mz-about-container {
    padding: 0px;
}

.mz-module-about {
	padding: 20px;
}

.mz-about-default {
    background-color: #252525;
}

.mz-about-dark {
    background-color: #2B2B2B;
}

.mz-module-about h3 {
font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-bottom: 30px;
    }

.mz-module-about p {
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	color: #9C9C9C;
}

.ot-circle {
	text-align: center;
	color: #E8E8E8;
	margin: 40px 0;
	font-size: 37px;
}

/*--------------------
4.2. Skills
--------------------*/

.skills-text h2 {
    margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;    
}

.skillbar-item:last-child {
    margin-bottom: 60px;    
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-bar {
    display: block;
    background-color: #FFFFFF;
    height: 10px;
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
}

.skillbar h3 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;    
    margin: 0;
    padding: 0 0 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #B91919;
    float: left;
    height: 4px;
    margin: 2px 0;
    border-radius: 10px;
    border: 1px solid #B91919;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
    overflow: hidden;
    margin: 0 1px 1px 0;
    background: #726FB9;
    text-align: center;
    cursor: pointer;	
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}
.ot-portfolio-item {
	max-height: 450px;
	margin-left:auto;
	margin-left:auto;
}
.ot-portfolio-item img{
	max-height: 290px;
	margin:5px;
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
    background: #FFF;
}

/*--------------------
4.5. Intro Text
--------------------*/

.intro-section {
	padding: 60px 0 0 0;
	margin: 0;
}

.intro-section .section-title {
/*	padding: 0px 85px; */
	text-align: justify;	
}

.intro-section p {
	font-size: 14px;
	color: #6B6B6B;
	font-weight: 500;
	line-height: 32px;
	padding: 47px;
	font-family: "Open Sans";
	margin: 0;
	background-color: #F9F9F9;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
    text-align: center;
    background-color: #F5F5F5;
}

.team-item h3 {
font-size: 25px;
    font-weight: 300;
    margin: 30px 0 20px;
    text-transform: uppercase;
}

.team-item .team-position {
color: #565656;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.team-item p {
	font-size: 13px;
	font-weight: 500;
	color: #848484;
	padding: 18px 30px 35px 30px;
	line-height: 24px;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    width: 60%;
    margin: 15px auto;
}

section#contact.form-group {
margin-bottom: 25px;
}

.contactos .form-group input, .contactos .form-group textarea {
    padding: 15px;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}
.contactos .form-group .btn-enviar{
	color: #FFF;
	background-color: #000;
	border: thin solid #000;
}
.contactos .form-group .btn-enviar:hover {
	color: #000;
	background-color: #FFF;
	border: thin solid #000;
}
.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
	padding: 30px;
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #B9B9C8;
}

footer p {
    color: #000;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #000;
}
footer p a:hover {
    color: #B9B9C8;
}
footer .andrestudio {
	float:left;
}
footer .andrestudio .silva {
	color: #B9B9C8;
	text-shadow: 1px 1px 1px #FFF;
}
footer .andrestudio {
	color: #000;
}

footer p.formaweb {
	float:right;
}
footer p a span.forma {
	color: #9C3;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}
footer p a:hover span.forma {
	color: #000;
}
footer p.formaweb a:hover{
	color: #000;
}

footer ul.social li {
	display:inline;
}
footer ul.social li a {
	color:#000;
}
footer ul.social li a:hover {
	color:#B9B9C8;
}
footer ul.social li a i {
	font-size: 24px;
	padding-right: 5px;
}
footer ul.social li a {
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {    
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #191997;
    border-color: #191997;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #191997;
    border-color: #191997;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #fff;
     background-color: #726FB9;
    border-color: #726FB9;
    font-family: "Robot",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
}
#back-top a {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #ADB0B8;
	border:solid thin #ADB0B8;
    background: #FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #000;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 5px;
    font-size: 18px;
}

/* IDIOMAS */ 
.idiomas { 
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 0px;
  width: 70px;
  color: #000;
  font-weight:700;
  /*text-shadow: 1px 1px 1px #595959;*/
}
.idiomas span {
	color: #999;
}
.idiomas a {
	color: #999;
}
.idiomas a:hover {
	color: #000;
}

/* BANNER */
#banner {
	margin-top: -200px;
	z-index:auto;
	min-width: 100%;
	background-color:#FFF;
	max-height: 550px;
	padding-bottom: 0px;
}
	/*
	.owl-slide {
		background-image: url('/ficheiros/exposicoes/dromosexpo1.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	*/
	div.owl--text {
		position: absolute;
		bottom: 10%;
		left: 30%;
		width: 20em;
		height: 8em;
		padding: 1em;
		background: rgba(255, 255, 255, .5);
		border-radius: 4px;
		color:#FFF;
	}
	.owl-controls {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		
		.owl-buttons {
			div {
				position: absolute;
				top: 0;
				bottom: 0;
				display: inline-block;
				zoom: 1;
				margin: 0;
				width: 50px;
				height: 30px;
				line-height: 25px;
				text-align: center;
				font-size: .9em;
				border-radius: 3px;
				color: #FFF;
				background: #000;
				opacity: .6;
				text-transform: capitalize;
			}
			
			.owl-prev {
				left: 5px;
			}
			
			.owl-next {
				right: 5px;
			}
		}
	}
}
/*.banner {
	padding: 0;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
	color: #fff;
	margin-top: 0px;
	max-height: 450px;
	width: 100%;
	background-position: center center;
}*/

.owl-slide {
	min-width: 100%;
}
.texto-banner {
	text-shadow: 1px 1px 1px #000;
	margin-top: 10%;
	display: inline-block;
	text-align: center;
}
.texto-banner h2 {
	color:#09F;
	font-size:36px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.texto-banner h3{
	color:#09F;
	font-size:24px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.banner {
	width: 100%;
}
.banner h2 {
	padding-top: 10%;
	color:#FFF;
	font-size: 36px;
	text-transform:uppercase;
}
.banner h3 {
	color:#FFF;
	font-size: 24px;
	text-transform:uppercase;
	padding-left: 10%;
	padding-right: 10%;
}
.banner h4 {
	color:#FFF;
	font-size: 18px;
	text-transform:uppercase;
	padding-left: 10%;
	padding-right: 10%;
	text-align:center;
}

/* TEXTOS */

.textos {
	display:block;
	color:#000;
	text-align:left;
}
.texto {
	display:block;
	color:#000;
	text-align:left;
		font-weight:300;
}
.texto p{
	line-height: 20px;
	color:#000;
	text-align:left;
} 
.texto li{
	list-style-type: none;
	margin-left: -40px;
}
.texto h2{
	font-size: 22px;
	font-weight: 700;
}
.texto h3{
	font-size: 18px;
	font-weight: 700;
	color:#000;
	margin-top: 30px;
}
.texto h4{
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
}

/* PORTFOLIO */
#portfolio {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#portfolio h2 {
	font-size: 16px;
	font-weight: 700;
	text-align:center;
}
#portfolio .expos img{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-bottom: 20px;
}
#portfolio .expos h3 {
	text-align:center;
	font-size: 16px;
	padding-bottom: 20px;
}
#portfolio .expos .expo-imagem {
	padding-bottom: 20px;
}
#portfolio .expos .imagem {
	padding-top: 20px;
	padding-bottom: 40px;
}
#portfolio .expos .desc {
	padding-top: 20px;
}
#portfolio .expos .desc h2 {
	margin: 0;
	padding:0;
	font-weight: 600;
}
#portfolio .expos .desc h3 {
	margin: 0;
	padding:0;
	font-size: 13px;
}
#portfolio .expos .desc {
	margin-top: -70px;
}

#portfolio .div-img-portfolio-intro {
	height: 290px; 	
}
#portfolio .div-img-portfolio-intro img{
	max-height: 290px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

figure.effect-bubba {
	background: #FFF;
	margin-bottom: 0px;
	min-height: 290px;
}

figure.effect-bubba img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
/*
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
*/
figure.effect-bubba .vermais {
    color: #000;
	margin-top: -40%;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	float: none;
	width: 100%;
	height: 65px;
	text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-weight: 700;
	text-transform:uppercase;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.4px;
	line-height: 18px;
}
figure.effect-bubba .vermais2 {
    color: #000;
	margin-top: -50%;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	float: none;
	width: 100%;
	height: 65px;
	text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-weight: 700;
	text-transform:uppercase;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.4px;
	line-height: 18px;
}

figure.effect-bubba h2 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	padding-left: 10px;
	padding-right: 10px;
	/*text-shadow: 1px 1px 1px #FFF;*/
	display:none;
}
figure.effect-bubba h3 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
	padding-top: -30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	padding-left: 10px;
	padding-right: 10px;
	/*text-shadow: 1px 1px 1px #FFF;*/
	display:none;
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2, figure.effect-bubba:hover h3,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	display:inherit;
}

/* CATEGORIAS */
.ot-portfolio-item figcaption p {
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 15px;
}
.ot-portfolio-item figcaption.effect-bubba img {
	width: 100%;
}

/* PORTFOLIO - TRABALHOS */


/* PORTFOLIO */
.my-shuffle {
  position: relative;
  overflow: hidden;
}

/* Make vertical gutters the same as the horizontal ones */
.image-item {
  margin-bottom: 30px;
}

/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect--16x9 {
  padding-bottom: 56.25%;
}

.aspect--9x80 {
  padding-bottom: calc(112.5% + 30px);
}

.aspect--32x9 {
  padding-bottom: calc(28.125% - 8px);
}

.image-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


/* NAVEGAÇÂO PORTFOLIO E EXPOSIÇÕES*/

.navegacao ul{
	height: 60px;
	margin-left: -30px;
}
.navegacao ul li {
	display:inline;
}
.navegacao ul li a{
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
.navegacao ul li A:HOVER{
	color: #999;
	text-decoration:underline;
}
/*.navegacao ul li::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}*/

.navegacao .voltar {
	font-size: 20px;
	padding-right: 5px;;
}

/* TOPOS */

#topos #topo{
	margin-top: -40px;
	margin-bottom: 50px;
	padding-bottom: 0;
}

/* FORMULARIO */

.formularios .btn-enviar {
	width: 100%;
}
.formularios input {
	border: thin solid #191997;
}
.formularios textarea {
	border: thin solid #191997;
}
#portfolio  h1 {
	text-align:center;
	text-transform:uppercase;
}

#portfolio .trabalho img {
	margin-left:auto;
	margin-right: auto;
}
#portfolio .trabalho h2 {
	font-size: 16px;
	padding: 0;
	margin-top: -40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:center;
}
#portfolio .trabalho h3 {
	font-size: 16px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align:center;
}
.textos a {
	color:#000;
}
.textos a:hover {
	color:#666;
}
.textos h3 {
	font-size: 20px;
	font-weight: 600;
}
.textos h4 {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

