* {
  font-family: sans-serif;
}
/*
#858688
#97989d
#8d8e93
*/
.gradient {
  background: #aaaaaa;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #858688, #97989d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #858688, #97989d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
body {
  letter-spacing: 1px;
  background-color: #fefefe;
  color: #878787;
  font-size: 14px;
  margin: 0;
  min-height: 100vh;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
}
h1 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-top: 46px;
  }
}
a {
  text-decoration: none;
  color: #222222;
  transition: color 0.4s ease-in-out;
}
a:hover {
  color: #020873;
  text-decoration: none;
}
*[data-link] {
  cursor: pointer;
  transition: color 0.4s ease-in-out;
}
*[data-link]:hover {
  color: #1186c6;
}
header {
  padding: 5%;
  background-image: url(../img/1600x400px_fondo.jpg);
  position: relative;
  background-size: 100vw 100%;
  background-repeat: repeat-y;
  color: #111111;
}
header .circulo {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 767px) {
  header .circulo {
    display: none;
  }
}
header h1 {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}
header h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 46px;
  font-style: italic;
}
@media (max-width: 767px) {
  header h4 {
    font-size: 12px;
  }
}
header.small {
  padding: 3.2% 5%;
}
header.small h1 {
  font-size: 32px;
  color: #bbbbbb;
}
@media (max-width: 767px) {
  header.small h1 {
    font-size: 24px;
    margin-top: 40px;
  }
}
header h3 {
  font-weight: 600;
  color: #efefef;
  margin-left: 0px;
  margin-top: 0;
}
header p {
  max-width: 500px;
}
footer {
  padding: 5%;
  text-align: right;
  background-color: #020873;
  position: relative;
  background-image: url(../img/1600x400px_fondo.jpg);
  background-size: 100vw 100%;
  background-repeat: repeat-y;
}
footer a {
  color: white;
}
footer a:hover {
  color: #1186c6;
}
.foldersDiv img {
  height: 200px;
}
.foldersNav {
  position: relative;
}
.bioimage {
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.folderGallery {
  position: relative;
  margin: 40px;
  border: 1px solid #aaaaaa;
  padding: 32px;
}
.social a img {
  width: auto;
  height: 30px;
  filter: invert();
  margin: 12px;
}
.subHead {
  padding: 56px 5% 32px;
  background-color: #000000;
  position: relative;
}
.subHead h2 {
  font-weight: 600;
}
.CurveSvg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.tapa {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background: #000000;
  transition: background 1.5s ease-out;
  pointer-events: none;
}
.iframes {
  background: #111111;
  color: white;
}
.text-content {
  margin: 80px 5%;
  max-width: 1000px;
}
.lang {
  font-size: 14px;
  color: #bbbbbb;
}
.lang a {
  color: #eeeeee;
  text-decoration: none;
}
.calendario {
  margin: 80px 5%;
}
.calendario > div {
  margin: 16px 0 16px;
  padding: 16px 0 16px;
  border-top: 0.5px solid #eeeeee55;
}
.calendario > div:first-child {
  border-top: 0px;
}
.twoCols {
  width: 100vw;
  background-color: #f4f4f4;
}
.twoCols > .colsStep {
  position: relative;
  width: 100vw;
  height: 42vw;
  display: flex;
  flex-direction: row;
  /* Horizontal layout */
  justify-content: space-around;
  /* Distribute items evenly */
  align-items: center;
  /* Center items vertically */
  background: #111111;
}
@media (max-width: 767px) {
  .twoCols > .colsStep {
    height: 50vw;
  }
}
.twoCols > .colsStep.autoHeight {
  min-height: 40vw;
  height: auto;
}
.twoCols .colsStep > div {
  flex: 1;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .twoCols .colsStep > div h3 {
    font-size: 16px;
  }
}
.twoCols .colsStep div.colsText > div {
  z-index: 2;
  position: relative;
  padding: 10%;
}
.twoCols .colsStep div.colsText h2 {
  font-size: 40px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .twoCols .colsStep div.colsText h2 {
    font-size: 18px;
  }
}
.twoCols .colsStep div.colsImage {
  background-color: #111111;
  overflow: hidden;
}
.twoCols .colsStep div.colsImage img {
  object-fit: cover;
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.twoCols .colsStep div.colsImage img:hover {
  filter: grayscale(0);
}
.twoColsTree {
  width: 100vw;
  background-color: #f4f4f4;
  position: relative;
}
.twoColsTree h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .twoColsTree h3 {
    font-weight: 600;
    font-size: 14px;
  }
}
.twoColsTree > .colsStep {
  width: 100vw;
  position: relative;
  height: 33vw;
  display: flex;
  flex-direction: row;
  /* Horizontal layout */
  justify-content: space-around;
  /* Distribute items evenly */
  align-items: center;
  /* Center items vertically */
}
@media (max-width: 767px) {
  .twoColsTree > .colsStep {
    height: 50vw;
  }
}
.twoColsTree > .colsStep.autoHeight {
  min-height: 40vw;
  height: auto;
}
@media (max-width: 767px) {
  .twoColsTree > .colsStep.autoHeight {
    display: block;
  }
}
.twoColsTree .colsStep > div {
  flex: 1;
  height: 100%;
  position: relative;
}
.twoColsTree .colsStep > div.long {
  flex: 2;
}
.twoColsTree .colsStep div.colsText > div {
  padding: 10%;
  z-index: 2;
  position: relative;
}
.twoColsTree .colsStep div.colsText h2 {
  font-size: 40px;
  margin-bottom: 0px;
}
.twoColsTree .colsStep div.colsImage {
  overflow: hidden;
  background-color: #111111;
  height: 100%;
}
.twoColsTree .colsStep div.colsImage img {
  object-fit: contain;
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.twoColsTree .colsStep div.colsImage img:hover {
  filter: grayscale(0);
}
.burger {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  z-index: 1000;
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #aaaaaa;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3.navbio span {
  background: #ffffff;
}
#nav-icon3.navhome span {
  background: #111111;
}
#nav-icon3.open.navhome span {
  background: #eeeeee;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#mob {
  display: none;
  position: fixed;
  top: 0;
  right: left;
  width: calc(50vw - 60px);
  height: 100vh;
  min-width: 320px;
  background-color: black;
  color: white;
  padding: 140px 30px 30px 30px;
  text-align: center;
  z-index: 999;
  font-size: 32px;
}
@media (max-width: 767px) {
  #mob {
    width: calc(100vw - 32px);
    padding: 140px 16px 30px 16px;
  }
}
#mob a {
  text-decoration: none;
}
.sectionsNav a {
  display: block;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  color: white;
  transition: color 0.3s ease-in-out;
  padding: 12px;
}
.sectionsNav a:hover {
  color: #1186c6;
  text-decoration: underline;
}
.footerNav a {
  display: inline-block !important;
  margin: 0px 24px 24px 0;
}
.footerNav a:hover {
  color: #1186c6;
}
.fullGallery {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 30000;
  background-color: #111111;
}
.fullGallery .fullGallery-base {
  z-index: 30001;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fullGallery .fullGallery-close {
  z-index: 30005;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  font-size: 40px;
  color: #77ff77;
  cursor: pointer;
}
.fullGallery .fullGallery-prev {
  z-index: 30004;
  position: absolute;
  top: 48%;
  left: 20px;
  width: 20px;
  height: 40px;
  cursor: pointer;
}
.fullGallery .fullGallery-next {
  z-index: 30003;
  position: absolute;
  top: 48%;
  right: 20px;
  width: 20px;
  height: 40px;
  cursor: pointer;
}
.fullGallery .fullGallery-img {
  z-index: 30002;
  width: 90vw;
  height: 90vh;
  margin: 5vh 5vw;
  position: absolute;
}
.fullGallery .fullGallery-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.videos-sect {
  font-size: 0;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #111111;
  min-height: 95vh;
}
.videos-sect > div {
  width: 33.3%;
  aspect-ratio: 1 / 0.5;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.videos-sect > div h3 {
  position: absolute;
  bottom: 0px;
  background-color: #000000bb;
  color: white;
  font-size: 10px;
  padding: 12px;
  z-index: 10;
  transform: scale(1);
  margin: 8px 8px;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.videos-sect > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  cursor: pointer;
  filter: grayscale(90%);
}
.videos-sect > div:hover > img {
  filter: grayscale(0%);
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.videos-sect > div:hover h3 {
  opacity: 1;
  transition: opacity 0.9s ease;
}
@media (max-width: 767px) {
  .videos-sect > div {
    width: 50%;
  }
}
.videos-sect-flex {
  background-color: #000000;
  padding-bottom: 80px;
  padding-top: 40px;
}
.videos-sect-flex > .vline {
  position: relative;
  width: 100vw;
  height: 30vw;
  display: flex;
  flex-direction: row;
  /* Horizontal layout */
  justify-content: space-around;
  /* Distribute items evenly */
  align-items: center;
  /* Center items vertically */
  background: #000000;
  margin: 32px 0 32px 0;
}
@media (max-width: 767px) {
  .videos-sect-flex > .vline {
    height: auto;
    display: block;
  }
}
.videos-sect-flex > .vline > div {
  flex: 1;
  height: 100%;
  position: relative;
  padding: 30px;
}
.videos-sect-flex > .vline > div h3 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .videos-sect-flex > .vline > div {
    text-align: center;
    padding: 0;
  }
  .videos-sect-flex > .vline > div h3 {
    margin-top: 0px;
    font-size: 16px;
  }
}
.videos-sect-flex > .vline > div img {
  max-width: 80%;
}
.videos-sect-flex > .vline > div:nth-child(1) {
  text-align: center;
}
.grabacionesCols {
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 22px;
}
@media (max-width: 767px) {
  .grabacionesCols {
    display: block;
  }
}
.grabacionesCols > div {
  padding: 40px 5%;
  flex: 1;
}
.grabacionesCols > div > img {
  width: 100%;
  display: block;
}
.grabacionesCols > div:nth-child(2) {
  flex: 1;
  padding: 0%;
}
.grabacionesCols > div:nth-child(2) iframe {
  margin: 0;
}
.traks {
  margin: 0 !important;
  padding: 0 !important;
}
.traks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0px;
}
.traks li {
  list-style: none;
  display: block;
  margin: 0 2px 2px 0;
  padding: 4px 6px;
  background-color: #efefef;
}
header.smallheader {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0;
  background: none;
  margin: 0;
  padding-left: 25px;
  padding-top: 76px;
}
header.smallheader h1 {
  margin: 0;
  font-size: 32px;
}
@media (max-width: 767px) {
  header.smallheader h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.contenido {
  margin: 40px 0 0 0;
  background: #eeeeee88;
}
.contenido .projectTitle {
  font-size: 46px;
  color: #667777;
}
@media (max-width: 767px) {
  .contenido .projectTitle {
    font-size: 24px;
  }
}
.contenido .fotos {
  text-align: center;
}
.contenido .fotos img {
  max-width: 60%;
  margin: 16px;
}
@media (max-width: 767px) {
  .contenido .fotos img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0;
  }
}
.cont-line {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .cont-line {
    display: block;
  }
}
.main-line p {
  font-size: larger;
}
.cont-line > div {
  flex: 1;
  padding: 40px 40px 40px 25px;
}
.tapa {
  z-index: 9999999;
  top: 0;
}
.moreProjects {
  padding: 32px;
  background-color: #333333;
  color: #cccccc;
}
*[data-link],
.backbutton {
  cursor: pointer;
  transition: color 0.4s ease;
}
*[data-link]:hover,
.backbutton:hover {
  color: #1186c6;
  transition: color 0.4s ease;
}
.english {
  display: none;
}
.espanol {
  display: none;
}
.en .english {
  display: block;
}
.es .espanol {
  display: block;
}
.langDiv {
  position: absolute;
  z-index: 5;
  top: 28px;
  left: 76px;
}
.langDiv span {
  font-size: 12px;
  color: #aaaaaa;
  cursor: pointer;
  transition: color 0.4s ease;
}
.langDiv span:hover {
  color: #ffffff;
}
.langDiv span.active {
  color: #cccccc;
}
