:root{
  --bg-color:#FFFFFF;
  --blue:rgba(75, 31, 255, 1);
  --black:#121212;
  --pink:#ff3bff;
font-family: utopia-std,serif;
font-weight: 400;
font-style: normal;
}

a{
  color: var(--blue);
  cursor: url(/50w/curso22.png.png), auto;
  text-decoration: none;
}

a:visited{
  color: var(--blue);
}

a:hover{
  color: var(--pink);
}
html{
  font-family: utopia-std-subhead, serif;
  font-weight: 400;
  cursor: none;
  cursor: url(/50w/curso2.png.png), auto;
  background-color: var(--bg-color);
}

body{
  margin: 0;
}

ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.background{
   margin: auto;
   width: 100%;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: -1;
   mix-blend-mode: luminosity;
   opacity: 0.4;
 }


#bg-img{
  width:100%;
  mix-blend-mode: difference;
  opacity:0.25;
  filter: invert(100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
    from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  /* position: fixed; */
}

h1{
  text-align: center;
  color: var(--pink);
  font-family: utopia-std-display, serif;
  font-weight: 400;
  font-style: italic;

}

p{
  color: var(--blue);
}

.projectTitle{
  margin: auto;
  padding:10px;
  text-align: center;
  font-size: 3vw;

}


}

.footer{
color: var(--blue);
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 10px;
}




#breadcrumbs{
  position: absolute;
  bottom:0;
  right:0;
  width: 100%;
  z-index: 1;
}



.container {
text-align: left;
margin: auto;
margin-top: 25px;
margin-left:23%;
margin-right: 10%;
}

.info{
 color:#cccccc!important;
 margin-left: 20px;
}


img{
  width: 100%;
}

.img2 {
margin-top: 20px;
}

.img3 {
margin-top: 20px;
}

.img1 {
margin-top: 20px;
}



#logo{
  width:70px;
  margin: 20px;
  position: fixed;
  z-index: 1;
}

.title1{
  font-size: 12em;
}

@media only screen and (max-width: 760px) {

  .main-block{
    width: 100%!important;
  }
  .title1{
    font-size: 7em;
  }

  #logo{
    width: 50px;
  }

  .projectTitle{
    margin-top: 25px;
  }

  .container {
  margin-left: 0px;
  margin-right: 0px;
  }
  .text{
    margin-left: 20px;

  }
  .description{
    margin:20px;
    margin-right: 20px;
  }


  .ProjContainer{
    margin:0;
    margin-top:80px!important;
    display: block!important;
    /*height: 100%!important;*/
    transform: rotateX(-180deg)!important;

  }

  .tooltip {
    width: 100%!important;
    height: auto;
    object-fit: none!important;
    transform: rotateX(-180deg)!important;
    scroll-direction: vertical;


  }
  .cropped{
  width: 100%!important;
  height: width!important;

}
  .tooltip .tooltiptext {
    visibility: visible!important;
    width: 100%!important;

  }

  ::-webkit-scrollbar {
    visibility: hidden;
    display: none;

  }
}


.tooltip {
  position: relative;
  width: 450px;
  height: 530px;
  object-fit: contain;
  scroll-direction: horizontal;
  transform: rotateX(180deg);


}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 450px;
  color: var(--blue);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /*background-color: pink;*/

  /* Position the tooltip */
  display: list-item;
  position: relative;
  overflow: hidden;
  z-index: 1;

}

.tooltip:hover .tooltiptext {
  visibility: visible;
}



.ProjContainer{
  margin:0;
  margin-top: 200px;
  display: flex;
  overflow: auto;
  flex-direction: row;
  align-items: center;
  cursor: url(/50w/curso22.png.png), pointer;
  transform: rotateX(180deg);


}

.cropped{
  width: 450px;
  height: 450px;
  object-fit: cover;
  z-index: -1;

}

::-webkit-scrollbar {
  height: 15px;
  border-radius: 1px;

}

/* Track */
::-webkit-scrollbar-track {
  background: var(--blue);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #daff00;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff3bff;
}

#c404{
  position: absolute;
  width: 100%;
  height: auto;
}

#cAz{
  /*position: absolute;*/
  margin-top: 25px;
  margin-left:23%;
  margin-right: 10%;
}

.pdf {
       width: 100%;
       aspect-ratio: 4 / 3;
   }

   .pdf,
   html,
   body {
       height: 100%;
       margin: 0;
       padding: 0;
   }

   canvas {
 display: block;
}
