/* INICIO DO SITE */

/* ---- fonts ---- */
@import url('https://fonts.googleapis.com/css?family=Jockey+One&display=swap');

/*----Geral----*/

.left, .right {
  width: 25%;
}
.middle {
  width: 50%;
}
.column {
  float: left;
  width: 33.33%;
}
.row:after {
  display: table;
  clear: both;
}

img, video, canvas {
  max-width: 100%;
}
* {
  margin: auto;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  }
body {
  font-family: Arial, Helvetica, sans-serif;
  flex-wrap: wrap;
}

/*---- MENU ----*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  position: fixed;
  top: 0;
  width: 100%;
}
li {
  float: left;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover:not(.active) {
  background-color: rgb(255, 255, 255);
} 
li a:hover {
  color:  rgb(0, 0, 0);
  transition: 300ms;
}

/*----COVER----*/
.fundo {	 
  display: grid;
  grid-template-columns: repeat(3,  65vh);
  padding: 1vh;
  width: 100%;
  height: 565px;
	background-color:rgb(202, 200, 214);
}
.fundo1 {
	display: grid; 
  padding: 1vh;
  width: 100%;
  height: 750px;
  background-color:rgb(202, 200, 214);
}
.div3{
  width: 33%;
  height: 33%;
  position: relative;
  cursor: pointer;
}
.portfolio_banner{
  transform: rotate(-90deg);
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 3em;
  font-family: 'Jockey One', sans-serif;
  color: white;
}
.portfolio_laura{
  transform: rotate(90deg);
  text-align: center;
  width: 100%;
  font-size: 2.5em; 
  font-family: 'Jockey One', sans-serif; 
  color: white;
  margin-left: -25px;
}

/*----BIBLIOGRAPHY----*/

.bibiography {
  width: 100%;
  height: 16vh;
}
.text0{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6rem;
  font-weight: bold;
  align-content: center;
  margin-top: 5%;
  text-align: center;
}
.photoabout {
  background-image: url(../img/eu.jpg);
  width: 34%;
  height: 33%;
  display: block;			
  margin: auto;
}
.photoabout:hover {
  width: 25%;
  height: 62.5%;
  transform: translate(-1%, -1vh);
  z-index: 1;
  transition: 1s;
}
.text1 {
  width: 90%;
  height: auto;
  /* margin: 0 auto; */
  position: relative;
  width: 90%;
  height: 0vh;
  display: block;
  margin-top: -15px;  
  z-index: 1;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  transition: z-index 0s, height 300ms ease-in-out, font-size 300ms ease-in, padding 300ms ease-in, color 300ms ease-in;
}
.photoabout:hover +.text1{
  height: auto;
  background-color:rgb(202, 200, 214);
  opacity: 1;
  z-index: 1;
  font-size: 1em;
  padding: 2em;
  color: black;
  transition: 800ms, height 800ms 1s, font-size 800ms 1s, padding 800ms 1s, color 1s 1s;
}

/*----GALLERY----*/

.galeria {
  background-color: rgb(0, 0, 0);   
}
.work {
  text-align: center;
  padding: 32px;
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  margin-top: 2%;
}
.add_0{
  margin-top: 40%!important;
}
.subtitle{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin-top: 3vh;
}  
.row {
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;	
}
.adj{
	position: absolute;
  top: 25%;
}
  
/* Tamanhos das colunas */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.phrase{
  font-family: 'Jockey One', sans-serif;
  font-size: 4.7rem;
  color: white;
  font-weight: bold;
  margin-top: -13vh;
  margin-left: 5vh;
  width: 55%; height: 2 em;
  float: none;
}
.phrase :hover{
 color:rgb(255, 217, 0);
}
.animation .phrase{
  position: relative;
  -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymovee 10s infinite;
  animation-delay: 1s;
}
@-webkit-keyframes mymovee {
  0% {left: 0%;}
  50% {left: 38%;}
  100% {left: 0%;}
}

/*Animação*/
.zoom {
  padding: 1%;
  transition: transform .2s;
  margin: 0 auto;
} 
.zoom:hover {
  transform: scale(1.2);
}

/*----CONTACT-----*/
.foto4:hover .info4 {
  opacity: 0.3;
}
.fundo4 {
  width: 100%;
  height: 100%;
  background-color:rgb(202, 200, 214);
}
.titulo2 {  
  text-align: center;
  margin-left: 29%;
  position: absolute;
  margin-top: 5%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 5rem;
  color: rgb(0, 0, 0);
}
label {
  color: black;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 2em;
  border: 1px solid #ccc;  
  box-sizing: border-box;
  margin-top: 1%;
  margin-bottom: 16px;
  resize: vertical;
}
input[type=submit] {
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contactos {
  position: absolute;
  width:90%;
  margin-top: 25vh; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: black;
  margin: auto; 
  position: relative; 
  left: 0%;
  margin-top: 0px; 
  text-align: center;
  padding: 32px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem; 
  text-align: left;
  margin: auto;
  left: 25;
  position: relative;
}
input, textarea {
  background-color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;  
}

/* FIM DO SITE */