@charset "utf-8";
/* CSS Document */

/* intro formata o background da página index */
.intro {
  background-image: url('img/20241021_ElCalafate.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
}

/* formata a disposição dos itens do menu de todoas as páginas */
#menu {
	display: inline-block;
}

/* formata as listas não ordenadas */
ul {
  list-style-type: none;
  overflow: hidden;
  background-color: transparent;
}

/* formata os itens de listas */
li {
  float: left;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

/* formata os parágrafos dentro das listas do menu. e.g. a largura de cada item em 80px */
.pp {
  display: inline-block;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif"; 
  color: #00008b;
  width: 80px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
}

/* formata a distância entre as bandeiras de acesse às versões em línguas estrangeiras */
.flag {
	display: inline-block;
	padding: 2px;
}

/* altera a cor dos itens do menu para laranja quando o cursor incide sobre */
a:hover {
	color: #ff8c00;
}

/*formata o título onde nas respectivas páginas*/
.onde {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
	color: #00008b;
	text-align: center;
	text-shadow: 3px 3px #9797db;
	font-size: 14px;
	text-decoration: none;
}

/* formata títulos das páginas, e.g. breve Biografia, exposições, contato, fine art e outros */
.title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
	color: #00008b;
	text-align: center;
	text-shadow: 3px 3px #9797db;
}
/*formata segunda linha de títulos*/
.subtitle {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
	color: #00008b;
	text-align: center;
	text-shadow: 3px 3px #9797db;
}

/*formata segunda linha de títulos*/
.legenda {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
	color: #00008b;
	text-align: center;
	text-shadow: 3px 3px #9797db;
	font-size: 10px;
}

.assinatura {
	text-align: right;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
}
.ilustra {
	float: right;
	margin: 5px;
}

section::after {
  content: "";
  display: table;
  clear: both;
}
/*formata o sumário (nav) das páginas txt*/
#txt {
  float: left;
  width: 15%;
  background: #ccc;
  
  height: 900px; /* only for demonstration, should be removed */
}

article {
  float: right;
  
  width: 85%;
  height: 900px; /* only for demonstration, should be removed */
}
@media (max-width: 600px) {
  #txt, article {
    width: 100%;
    height: auto;
  }
}

/* formata os icones de midias sociais da página contato */
#midias {
	align-content: center;
    margin: auto;
	color: #00008b;
	border-style: none;
	padding: 2px;
	max-width: 800px;
}

/* formata o corpo das páginas bio e onde*/
.subordinada {
	background-color: #A9A9A9;
	padding: 10px;
	font-family: "Cambria", "Hoefler Text", "Liberation Serif", "Times", "Times New Roman", "serif";
	color: #00008b;
	text-align: justify;
	text-indent: 15px;
}

/* formata o corpo das páginas fine art*/
.f_a {
	background-color: #A9A9A9;
	padding: 10px;
	font-family: "Cambria", "Hoefler Text", "Liberation Serif", "Times", "Times New Roman", "serif";
	color: #00008b;
	text-align: center;
	text-indent: 15px;
}

/* formata o menu secundário das páginas onde e fine art*/
.menu_onde {	
	border-style:none;
	margin: 2px;
	padding: 2px;
	display: inline-block;
	align-items: center;
}

/* formata o footer de todas as páginas, exceto na index */
.rodape {
	font-family: "Cambria", "Hoefler Text", "Liberation Serif", "Times", "Times New Roman", "serif";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
}
.logo {
	float:inherit;
	padding:0px;
}

#social {
	text-align: center;
}
section::after {
  content: "";
  display: table;
  clear: both;
}

.shortcv {
	padding: 40px;
}

.expo {
	padding: 10px;
	font-family: "Cambria", "Hoefler Text", "Liberation Serif", "Times", "Times New Roman", "serif";
	color: #00008b;
	text-indent: 35px;
    line-height: 0.2;
}

img {
    
	display:block;
	margin-left: auto;
	margin-right: auto;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: inherit;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 80%;
  width: auto;
  padding: 60px;
  margin-top: -50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
}

/* Position the "next button" to the right */
.next {
  right: 0px;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: transparent;
}

.prevbio,
.nextbio {
  cursor: pointer;
  position: absolute;
  top: 280%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
}
/* Position the "next button" to the right */
.nextbio {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevbio:hover,
.nextbio:hover {
  background-color: transparent;
}
/* Number text (1/3 etc) */


/* Container for image text */
.caption-container {
  text-align: center;
  background-color: transparent;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
 
}

/* Six columns side by side */
.column {
  float: left;
  width: 5%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
  text-align: center;
}
.where {
align-self: center;
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
  }
