* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
a,
a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
}
body {
  font-family: 'Arimo';
  font-size: 16px;
}
img {
  width: 100%;
  height: 100%;
}
.animation {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* display: none; */
  /* opacity: 0; */
}
.animation-ul {
  width: 100%;
  height: 100%;
}
.animation-ul li {
  width: 20%;
  height: 100%;
  /* border: 1px solid black; */
}
.top,
.bottom {
  width: 100%;
  height: 50%;
  background-color: #746CF2;
  transition: all 1.5s ease;
  /* border: 1px solid black; */
}
.top {
  transform: translateY(0);
}
.bottom {
  transform: translateY(0);
}
/* CSS动画定义 */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(7000px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2000px);
  }
}
/* 应用动画到body元素 */
body.fade-out {
  animation: fadeOut 0.5s forwards;
}
body.fade-in {
  animation: fadeIn 0.5s forwards;
}
.fade-in {
  animation: fadeIn 0.5s forwards;
}
body.slide-out {
  overflow: hidden;
  animation: slideOut 0.5s forwards;
}
body.slide-in {
  overflow-y: auto;
  animation: slideIn 1s forwards;
}
.fab-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../img/fab.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.hide {
  display: none !important;
}
.opacity {
  opacity: 0;
}
/*INDEX*/
/*img*/
.container {
  cursor: pointer;
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /* 覆盖容器，裁剪多余部分 */
  background-position: center;
  /* 默认居中显示 */
  width: 100%;
  min-height: 100vh;
}
.img-obras {
  text-align: right;
}
.img-obras img {
  margin-top: 40px;
  width: 100%;
  height: auto;
  margin-right: 40%;
}
.img-obras img:hover {
  opacity: 80%;
}
.img_index img {
  width: 100%;
  height: auto;
}
/*works/about/contact-nav*/
.indexnav {
  margin-top: -35%;
}
.indexnav p {
  color: black;
  font-size: 40px;
  margin-top: 50%;
  font-family: 'Arimo', sans-serif;
}
.indexnav nav li {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding: 5px;
  margin-top: 5px;
  justify-content: right;
}
.indexnav nav li a {
  text-decoration: none;
  margin-right: 20px;
  margin-top: 0px;
  font-size: 16px;
  color: #7893a5;
  font-family: 'Arimo', sans-serif;
}
.indexnav nav li a:hover {
  background: white;
}
/*flex*/
.indexflex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  MARGIN-TOP: 0PX;
  margin-left: 8%;
  margin-RIGHT: 8%;
}
/*julietahsiung-title*/
.indextext {
  color: #872732;
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  margin-left: 4%;
}
/*indexlogo*/
.indexlogo img {
  width: 15%;
  position: relative;
}
/*julietahsiung-@2023*/
.year {
  color: #d36975;
  font-size: 20px;
  margin-left: 2%;
  margin-top: -24px;
}
/*INDEXXX*/
.header {
  width: 100%;
  height: auto;
}
.header .menu-tool {
  display: none;
  cursor: pointer;
  color: #7893a6;
  font-weight: bold;
}
.header .title,
.header .close {
  display: none;
}
.header div {
  display: flex;
  flex-direction: column;
  Justify-content: space-between;
  width: 100%;
}
.header nav ul {
  display: flex;
  flex-direction: row;
  justify-content: right;
  font-family: 'Exo 2', 'Fira Sans', 'Lato', 'PT Sans';
  border-bottom: 0.5px grey solid;
}
.header nav ul li {
  list-style-type: none;
  display: flex;
  padding: 10px;
}
.header nav ul li a {
  color: black;
  font-weight: normal;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "Playfair Display", Georgia, serif;

  text-decoration: none;
}
.header nav ul li a:hover {
  color: grey;
}
.header nav ul li .submenu {
  display: none;
  margin-top: 30px;
  padding-left: 0px;
  margin-left: -9px;
  font-size: 14px;
  background: #ffffff42;
  color: blue;
  padding-bottom: 4px;
  font-weight: normal;
}
.header nav ul li .submenu li a:hover {
  color: black !important;
}
.header nav ul li:hover .submenu {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: absolute;
  z-index: 999;
  height: 17%;
  width: 11%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.header p,
.logo {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: black;
  height: auto;
  margin-top: 30px;
  margin-left:5%;
  margin-bottom: 0px;

  text-decoration: none;
  display: block;
}
.header p:hover {
  color: #7893a6;
}
/*排版*/
.paiban {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5%;
  justify-content: space-between;
}
.paiban img {
  margin-top: -9px;
  width: 100%;
  height: auto;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.paiban div {
  width: 15%;
  height: 15%;
  margin: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  padding-bottom: 10px;
  cursor: pointer;
}
.paiban div p {
  color: #fff;
  margin-top: 2%;
  font-size: 13px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;

  text-transform: capitalize;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
.paiban div:hover {
  border-bottom: 1.5px solid lightgrey;
  background: #7893a6;
  color: white;
}
.paiban div:hover strong {
  color: #7893a6;
}
.paiban div:hover p {
  color: white;
}
.paiban strong {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  color:dimgrey; 

  text-transform: uppercase;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}
.paiban h6 {
  margin-bottom: 3px;
  text-transform: capitalize;
}
/*diferentes disciplines of art-painting,etc.*/
.nav-obras1 NAV {
  width: 100%;
}
.nav-obras1 nav ul {
  padding: 5px;
  margin-top: 50px;
  width: 90%;
  margin-left: 4%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.nav-obras1 ul li {
  list-style-type: none;
  margin-top: -34px;
}
.nav-obras1 ul li a {
  text-decoration: none;
  color: black;
  font-size: 12px;
  font-weight: normal;
  padding: 3px;
  font-family: 'Arimo', sans-serif;
  text-transform: capitalize;
}
.nav-obras1 ul li :hover {
  color: white;
  background: black;
}
.nav-obras1 {
  position: relative;
}
/*新的作品介绍页面*/
/*work page*/
body.work {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #f0f0f0;
}
/* 左侧画廊样式 */
.gallery {
  width: 40%;
  /* 画廊宽度 */
  height: 100vh;
  /* 画廊高度为视口高度 */
  background: white;
  /* 背景颜色 */
  overflow-y: auto;
  /* 允许垂直滚动 */
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  /* 固定在左侧 */
  left: 0;
  top: 0;
}
.gallery-item {
  margin-bottom: 10px;
  /* 图片之间的间距 */
  border: 2px solid #fff;
  /* 图片边框 */
  border-radius: 5px;
  /* 圆角边框 */
  overflow: hidden;
  /* 隐藏溢出部分 */
}
.gallery-item img {
  width: 100%;
  /* 图片宽度填满容器 */
  height: auto;
  /* 高度自适应 */
  display: block;
  /* 去除图片下方的空白 */
}
/* 页面内容样式 */
.content {
  margin-left: 220px;
  /* 留出画廊的宽度 */
  padding: 20px;
  flex-grow: 1;
  /* 内容区域填充剩余空间 */
}
.content h1 {
  margin-top: 0;
}
.content p {
  line-height: 1.6;
}
/*→/The gap between accompany/Photography/21-22*/
.descripcion-obras {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
}
.descripcion-obras p {
  border-top: 0.5px grey solid;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 17px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;

  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.descripcion-obras a {
  color: #7893a6;
}
.descripcion-obras a:hover {
  color: grey;
}
/*图片&FICHA+文字框框*/
/*
.fotoandtext{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
}

/*图片&FICHA框框*/
/*
.fotopage{

    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;

}

/*作品页面描述文字*/
/*
.zhengwen{

	font-size: 14px;
	font-family: Arimo;
	text-align: justify-all;
	line-height: 1.5
}


/*单独图片+FICHA TECNICA框框*/
/*

.singlefoto{
	 display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
margin-left: 5%;
    margin-right: 5%;
}



.textpage{
	width: 45%;
	font-size: 12px;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 10%;
    margin-bottom: 5%;
}

/*ficha tecnica*/
.singlephoto {
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
}
.singlephoto:first-child {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.pagetext {
  display: flex;
  flex-direction: row;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
}
.pagetext div {
  flex: 1;
  /* 让两个 div 均分可用空间 */
}
.es {
  padding: 5%;
  color: grey;
}
.eng {
  padding: 5%;
}
.es .title,
.eng .title {
  display: none;
}
.pagetext p {
  font-size: 15px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;

  text-align: justify-all;
  line-height: 1.6;
}
.ano {
  margin-top: 2%;
  font-size: 15px;
  color: grey;
  text-align: center;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;

}
.carrusel {
  display: flex;
  flex-direction: row;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  border-top: solid 1px grey;
}
.carrusel-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2%;
  width: 15%;
  margin-top: 3%;
  justify-content: flex-start;
}
.carrusel .carrusel-item :hover {
  background: #7893a6;
}
.carrusel :hover {
  color: white;
}
.carrusel img:hover {
  filter: grayscale(100%);
  /* 鼠标悬停时变为黑白 */
}
.carrusel-item p {
  margin-top: 2%;
  font-size: 13px;
  color: dimgrey;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;

}
.carrusel-item strong {
  margin-top: 2%;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Playfair Display", Georgia, serif;
  color: dimgrey;

}

.carrusel-item p:hover {

  color: white;

}
.moreworks {
  display: flex;
  text-decoration: none;
  color: black;
  text-align: center;
  font-family: 'Arimo', sans-serif;
  font-size: 18px;
  border-bottom: solid 1px grey;
  margin-left: 5%;
  margin-right: 5%;
  align-content: space-between;
  justify-content: flex-end;
}
.moreworks:hover {
  color: grey;
}
.footer {
  display: flex;
  flex-direction: row;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 5%;
  margin-left: 5%;
  justify-content: space-between;
  align-items: baseline;
}
.text-footer {
  margin-top: 10%;
  font-size: 12px;
  color: grey;
  font-family: 'Arimo', sans-serif;
  margin-bottom: 5%;
}
.header-footer div {
  /*display: flex;
	flex-direction: row;
	Justify-content: space-between;
	width: 50%;*/
  height: auto;
  margin-bottom: 0px;
  align-items: center;
}
.header-footer nav ul {
  display: flex;
  flex-direction: row;
  justify-content: right;
  margin-bottom: -22px;
  font-family: 'Exo 2', 'Fira Sans', 'Lato', 'PT Sans';
  padding: 0px;
}
.header-footer nav li {
  list-style-type: none;
  display: flex;
}
.header-footer nav li a {
  text-decoration: none;
  color: black;
  font-weight: normal;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Playfair Display", Georgia, serif;

}
.header-footer ul li a:hover {
  color: grey;
}
/*design1*/
.fotos-obras h6 {
  text-align: right;
  margin-right: 10px;
}
.fotos-obras {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5%;
}
.fotos-obras img {
  width: 40%;
  height: auto;
  margin: 5%;
  display: flex;
  flex-direction: column;
  align-items: right;
  margin-top: 8px;
}
/*design2*/
.fotos-obras1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5%;
  justify-content: space-between;
}
.fotos-obras1 div {
  width: 40%;
  height: auto;
  margin: 5%;
  display: flex;
  flex-direction: column;
  align-items: right;
  margin-top: 8px;
}
/*

.mandarin{
	font-family: 'Noto Serif SC', serif; 
	
}

.anotacion{
	text-align: justify;
    margin-left: 7%;
    margin-right:7%;
    border-top: 1.5px lightgrey solid;
    border-bottom: 3px double black;
    padding-top: 10px;
    padding-bottom: 40px;
    width: 90%;
    margin-top: 80px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;


}
.anotacion section{
	width: 45%;
}*/
/*footer*/
/*paginas de obras*/
.uppercase {
  text-transform: uppercase;
}
.nombredeobras {
  margin-left: 358px;
  margin-right: 23px;
}
.poesia {
  background: darkred;
  color: white;
  font-variant: small-caps;
  font-size: 20px;
}
.poesia1 {
  color: black;
  font-variant: small-caps;
  font-size: 20px;
}
.poesia2 {
  background: #17174e;
  color: white;
  font-variant: small-caps;
  font-size: 20px;
}
/*Poster------------------------------------
.poster-column{
display:flex;
flex-direction: row;
align-items: Flex-end;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
	margin-top: 40px;
    }


.poster-column img{
	
 padding: 10px;
  width: 80%;
	height: auto;}

.poster-column img:hover{
	background: #444d68;}


.poster-column div{
    flex-direction: column;
    width: 50%;
	height: auto;
	justify-content: center;
	margin-bottom: 120px;}

.poster-column p{
	background: black;
	color: white;
	margin: 5px 200px;
	
	font-variant: small-caps;
}*/
/*contact-------------------------------------------------*/
.flex {
  display: flex;
  flex-direction: row;
  margin-right: 5%;
  align-items: center;
}
.julieta {
  margin-top: 5%;
  width: 30%;
  height: auto;
}
.contact-text {
  width: 100%;
  font-size: 20px;
  font-family: Arimo;
  line-height: 1.5;
}
.ITC {
  font-size: 17px;
  color: dimgrey;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}
.ITC a {
  font-size: 17px;
  color: dimgrey;
}
/*about-------------------------------------------------*/
.flex-about {
  display: flex;
  flex-direction: column;
  margin-right: 5%;
  margin-bottom: 5%;
  align-items: baseline;
  justify-content: space-between;
}
.flex-about .about-text {
  width: 60%;
  font-size: 20px;
  font-family: "Playfair Display", Georgia, serif;

  line-height: 1.5;
  margin-top: 5%;
  margin-left: 5%;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.flex-about .about-text div {
  margin-top: 15px;
  margin-bottom: 25px;
}
.flex-about .about-text div p {
  margin-bottom: 10px;
}
.flex-about .about-text div p.ITC {
  line-height: 25px;
}
.flex-about .about-text div a {
  /* 下划线 */
  text-decoration: underline;
}
.flex-about .PORTFOLIO {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
.texto {
  font-size: 12px;
}
.PORTFOLIO {
  margin-top: 5%;
}
.PORTFOLIO nav ul {
  font-family: "Playfair Display", Georgia, serif;

}
.PORTFOLIO nav li {
  list-style-type: none;
  margin-bottom: 10px;
}
.PORTFOLIO nav li a {
  text-decoration: underline dotted grey;
  color: black;
  font-weight: normal;
  font-size: 20px;


}
.PORTFOLIO ul li a:hover {
  color: white;
  background: #7893a5;
}
.grey {
  color: grey;
}
.press a {
  text-decoration: none;
  color: black;
  margin-left: 30px;
  margin-top: 40px;
  font-size: 15px;
  font-family: 'Exo 2', 'Fira Sans', 'Lato', 'PT Sans';
}
.press a:hover {
  color: white;
  background: darkred;
}
/*collage----------------------------------------------
.collage-row{
	display:flex;
    flex-direction:row;
    align-items: jusify;
    flex-wrap: wrap;
    justify-content: space-between;
    
	height: auto;
	margin-left: 150px;
	margin-top: 40px;
     }

.collage-row article{
	display:flex;
    flex-direction: column;
    width: 50%;
	height: auto;
	justify-content: center;
	margin-bottom: 20px;
}


	.collage-row img{
    width: 60%;
	height: auto;	
	padding: 10px;
	margin-top: 40px;
	}
	


	.collage-row a{
    text-decoration: none;
    color: black;
    font-variant: small-caps;
	}

    .collage-row img:hover{
	background: #444d68;}


.overlay{
	display: none;
	opacity: 0;
	trasition: opacity 1s;
	 padding: 20px 25px 20px 25px;


}

.overlay a{
	text-decoration: none;
	background: black;
	color: white;
	padding: 1px;

}


.overlay:target{
	display: flex;
	position: absolute;
    margin-left: 350px;
    margin-top: 226px;
    z-index: 10;
    width: auto;
    height: 90%;
    display: block;
    opacity: 1;


}


}
/*tablet--------------------------------------------------*/
/*tablet--------------------------------------------------*/
/*tablet--------------------------------------------------


@media (max-width:950px){
/*pagina de obras*/
/*navdeobras



.indexnav ul{
	display: flex;
        align-items: flex-end;
        justify-content: space-evenly;
        align-content: space-around;
        flex-wrap: nowrap;
        flex-direction: column;
}



.indexnav p
{color: black;
	font-size: 40px;
	margin-top: 100%;
	font-family: 'Arimo', sans-serif;
}




.indexnav nav li a{

    color: black;


}







.tt div {
    margin-left: 60%;
    width: 70%;
    margin-top: -270px;
}

.julieta {

    width: 40%;
}


/*tablet--------------------------------------------------*/
/*tablet--------------------------------------------------

@media (max-width:717px){
.indexnav
{margin-top:0%;}

.indexnav p
{font-size: 35px;
}

.indexnav nav li a{
    font-size: 12px;
}


.indexnav ul{
	display: flex;
    flex-direction: column;
    align-items: center;
}


/*mobile--------------------------------------------------*/
/*mobile--------------------------------------------------*/
/*mobile--------------------------------------------------*/
/*mobile--------------------------------------------------*/
@media (max-width: 750px) {
  main.container {
    height: 100%;
    background-image: url(../img/background2.jpg);
  }
  .es,
  .eng {
    padding: 0%;
  }
  .es p,
  .eng p {
    height: 0px;
    opacity: 0;
    overflow: hidden;
  }
  .es.is-show p,
  .eng.is-show p {
    opacity: 1;
    height: auto;
  }
  .es .title,
  .eng .title {
    cursor: pointer;
    display: block;
    padding: 10px 0px;
    color: black;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;

  }
  .pagetext p {
    font-size: 14px;
  }
  .header-footer nav li a {
    font-size: 17px;
    
  }
  .ITC {
    font-size: 14px;
  }
  .PORTFOLIO nav li a {
    font-size: 15px;
  }
  .flex-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: unset;
  }
  .flex-about .about-text {
    border-bottom: lightgrey 0.5px solid;
    width: 90%;
    font-size: 18px;
    font-family:  "Georgia", serif;
    line-height: 1.5;
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .about-text strong {
    border-bottom: lightgrey 0.5px solid;
  }
  .singlephoto {
    margin-top: 15%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .descripcion-obras p {
    border-top: 0.5px grey solid;
    text-align: left;
    /* margin-left: 2%; */
    /* margin-right: 2%; */
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    /* padding-left: 5%; */
    /* padding-right: 5%; */
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .pagetext {
    display: flex;
    flex-direction: column;
  }
  .carrusel {
    display: flex;
    flex-direction: row;
    margin-top: 10%;
    margin-left: 1%;
    margin-right: 1%;
    border-top: solid 1px lightgrey;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .carrusel .carrusel-item {
    width: 33.33%;
  }
  .carrusel-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3%;
    margin-top: 0%;
    justify-content: flex-start;
  }
  .carrusel-item strong {
    margin-top: 2%;
    font-size: 12px;
  }
  .carrusel-item p {
    margin-top: 2%;
    font-size: 12px;
  }
  .footer {
    flex-direction: column;
    align-items: center;
    margin-right: 1%;
    margin-left: 1%;
  }
  .text-footer {
    font-size: 7px;
  }
  .moreworks {
    display: flex;
    text-decoration: none;
    color: black;
    text-align: center;
    font-family: 'Arimo', sans-serif;
    font-size: 17px;
    border-bottom: solid 1px lightgrey;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 9%;
    align-content: space-between;
    justify-content: space-around;
  }
  .indexnav {
    margin-top: 20%;
    margin-left: -10%;
  }
  .indexnav p {
    font-size: 35px;
  }
  .indexnav nav li a {
    font-size: 14px;
  }
  .indexnav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .textpage {
    width: 60%;
    font-size: 12px;
    margin-left: 10%;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .fotos-obras {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 5%;
    align-content: stretch;
    justify-content: space-between;
  }
  .fotos-obras img {
    width: 80%;
  }
  .nav-obras1 nav ul {
    width: 40%;
    margin-top: 117px;
    margin-left: 4%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: baseline;
  }
  /*index-------------------------------------*/
  .header {
    display: flex;
    align-items: baseline;
    padding: 10px;
    border-bottom: 1px grey solid;
  }
  .header.is-show {
    background-color: #7893a6;
  }
  .header.is-show p {
    color: white;
  }
  .header.is-show .menu-tool {
    display: none;
  }
  .header.is-show nav .title,
  .header.is-show nav .close {
    display: block;
  }
  .header.is-show nav ul {
    height: auto;
  }
  .header p {
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px;
  }
  .header .menu-tool {
    display: block;
    text-align: right;
  }
  .header nav ul {
    height: 0px;
    overflow: hidden;
    border-bottom: none;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    border-right: 2px solid #fff;
  }
  .header nav ul li {
    text-align: right;
    padding: 4px 10px;
  }
  .header nav ul li a,
  .header nav ul li span {
    margin: 0px;
    font-size: 17px;
    color: #fff;
  }
  .header p,
  .logo {
    font-size: 25px;
    font-style: unset;
  }
  .logo {
    padding: 10px;
  }
  /*logoup*/
  .header img {
    /*width: 192.6px;
	height: 23.6px;*/
    width: 40%;
    height: auto;
    margin-top: 9px;
    margin-left: 5px;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
  }
  .header ul li:hover .submenu {
    display: flex;
    flex-direction: row;
  }
  /*imgdeobras*/
  .img-obras {
    margin: 5px;
    margin-bottom: 252px;
  }
  .img-obras img {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  /*footerlogo*/
  .footer-img {
    width: 10%;
    height: auto;
  }
  .text-footer {
    font-size: 10px;
    margin-top: 40px;
    text-align: right;
  }
  /*pagina de obras--------------------------------*/
  .paiban {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-top: 15%;
    width: 100%;


  }

  .paiban strong {

    font-size: 16px;}


  .paiban div {
    width: 40%;
    height: 22%;
    margin: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
    padding-bottom: 3%;
  }

  .paiban div p {
      color: lightgrey;  
      margin-top: 3%;}


  .nombredeobras {
    margin-left: 0px;
  }
  .descripcion-obras {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    padding: 5px;
    font-size: 12px;
  }
  .fotos-obras {
    margin-left: 20px;
    margin-right: 20px;
  }
  .fotos-obras1 div {
    width: 60%;
    height: auto;
    margin: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
  }
  .fotos-obras1 {
    justify-content: space-around;
  }
  .ano {
    font-size: 13px;
  }
  .sidemenu {
    margin-top: 0px;
  }
  /*pagina de contact--------------------------------*/
  .tt p {
    font-size: 12px;
  }
  .tt a {
    text-decoration: none;
    color: black;
  }
  .tt a:hover {
    border-left-style: solid;
    background: white;
    color: black;
  }
  .tt div {
    margin-left: 9%;
    margin-top: 5%;
  }
  .julieta {
    margin-left: 9%;
    margin-top: 20%;
    width: 50%;
    height: auto;
  }
  .flex {
    display: flex;
    flex-direction: column;
    margin-right: 0%;
  }
}
