@import "//untref.edu.ar/assets/css/style-base.css?v=02042020";
html {
  width: 100%;
}
body {
  width: 100%;
  font-family: 'Distefano-Sans', 'Arial', sans-serif;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
  color: #6d6d6d;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	/*overflow-x: hidden;*/
  /*overflow-y: auto !important;*/
}
a {
  color: white;
  text-decoration: none;
  transition: all 0.2s linear;
}
a:focus, a:hover {
  outline: none;
  color: white;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
h2 {
  font-weight: bold;
}
.row {
  padding: 90px 0 92px;
}
img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}
img.animated-img {
  width: initial;
}
.animated-img-container {
  text-align: center;
}
.container {
	/*position: relative;*/
	/*display: table;*/
	height: 100%;
    width: 100%;
    padding: 0;
}

.top {
	height: 77px;
	width: 100%;
	background: white;
	position: relative;
}

.contenedor-dos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo-muntref {
   margin: 18px;
   /*width: 320px;*/
   width: 100%;
 }

.menu-sedes ul {
  position: relative;
  /*margin-top: -96px;*/
  z-index: 1000;
  width: 100%;
}
.menu-sedes ul li {
  /*float: right;*/
  position: relative;
  /*width: 168px;*/
  width: 100%;
  height: 96px;
}
li.mi {
  background: #009479;
}
li.arte-cont {
  background: #FF0099;
}
.menu-sedes ul li a {
  font-size: 15px;
  font-family: "distefano";
  font-weight: 600;
  line-height: 1;
  color: rgb( 251, 251, 249 );
  text-transform: uppercase;
  height: 100%;
  text-decoration: none;
  z-index: 35;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease-out;
}
.menu-sedes ul li a:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.menu-sedes ul li a span {
  position: absolute;
  margin: 25px 26px;
}

.menu-sedes .contenedor-dos {
  background: white;
}

.tit-menu {
    float: left;
    background: black;
    font-size: 16px;
    padding: 13px;
    margin-left: -65px;
}

.rosa { background: #ED145B; }

#html5-watermark { display: none !important; }

/* Slick Slider */

#slider .slick-slide {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /*min-height: 400px;*/
  max-height: 250px;
  height: 65vh;
}
.caption {
  position: absolute;
  left: 0px;
  /*top: calc(80vh - 96px);*/
  font-size: 20px;
  /*background: #009479;*/
  padding: 10px 20px;
  /*bottom: 10px;*/
}


/* Presentación

.pres h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 40px 15px;
}

.firma { margin-top: 60px; }
*/


/* Sobre la muestra */

.txt-sobre {
	text-align: left;
	display: table;
	top: 40px;
	position: relative;
	margin-bottom: 50px;
}

/**/

.section-title {
  text-align: left;
  font-size: 52px;
  font-weight: 400;
  margin: 0 10px;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-title span {
  font-weight: 900;
}

/* Header Section Start */
#header {
  width: 100%;

  position: relative;
  color: #ffffff;
  overflow: hidden;
  max-height: calc(100vh - 96px);
	/*height: 900px;*/
	/*top: -12px;*/
}
#header .obra {
  /*position: fixed;*/
  /*top: 0;*/
  /*background-image: url(../img/valeria-forster.jpg);*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*z-index: -1;*/
}
#header:before {
  /*background: rgba(1, 0, 2, 0.7);*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  content: "";
  display: block;
}
#header .top-header {
  margin-top: 50px;
  position: absolute;
	z-index: 10;
}
#header .top-header #menu {
  display: block;
  width: 48px;
  height: 48px;
  padding: 24px 30px;
  cursor: pointer;
  background: white;
}
#header .top-header #menu span {
  background-color: black;
  display: block;
  font-size: 0px;
  height: 3px;
  margin-top: -1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
}
#header .top-header #menu span:before,
#header .top-header #menu span:after {
  background: black;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
#header .top-header #menu span:before {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  transform: translateY(-300%);
}
#header .top-header #menu span:after {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  transform: translateY(300%);
}
#header .top-header #menu:hover span,
#header .top-header #menu:hover span:after,
#header .top-header #menu:hover span:before {
  background: #009479;
}

#header .banner {
  /*margin: 50px;*/
  margin: 300px 100px;
  text-shadow: 0 0 20px rgba(0,0,0,0.8);
}
#header .banner h1 {
  color: #009479;
  font-size: 130px;
  font-weight: bold;
  text-transform: uppercase;
}
#header .banner h2 {
  color: #009479;
  font-size: 130px;
  text-transform: uppercase;
  /*margin: 32px 0px 50px;*/
  font-weight: 100;
  margin: 0;
}
#header .banner .scroll {
  margin: 50px 0;
}
#header .banner .scroll a i {
  font-size: 48px;
  color: #009479;
  padding: 12px;
  width: 68px;
  height: 68px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .banner .scroll a i:hover {
  background: #009479;
  color: #ffffff;
}
/* Header Section End */
.tiempo { font-size: 50px; position: relative; /*left: -33px*/; letter-spacing:-1px }
.ya {
    font-size: 30px;
    text-transform: uppercase;
    /*position: relative;*/
    /*left: -31px;*/
    /*letter-spacing: -1px;*/
    /*display: table;*/
    /*top: 25px;*/
}

.text {
  color: white;
  font-size: 22px;
  padding: 8px 20px;
  position: absolute;
  bottom: 100px;
  /*width: 350px;*/
  text-align: left;
  background: #009479;
}

/* Presentacion */

.pres {
    color: white;
	font-size: 18px;
}
.pres .container {
  background: #6D6D6D;
  padding: 40px;
  text-align: justify;
}
.pres .row {
  padding: 0px;
}

/* fin Presentacion*/

.logos .container {
  padding: 40px;
}
.logos .container .col-lg-2 img {
  padding: 30px 0;
}

.logos .container .col-lg-2:nth-child(4) img, .logos .container .col-lg-2:nth-child(5) img {
  padding: 20px 0;
}
.logos .container .col-lg-2:nth-child(2) img, .logos .container .col-lg-2:nth-child(6) img, .logos .container .col-lg-2:nth-child(7) img {
  padding: 0;
}

/*Jurados*/

.jurados {
  color: white;
  font-size: 18px;
}
.jurados .container {
  background: #6D6D6D;
  padding: 40px;
  text-align: justify;
}
.jurados .row {
  padding: 0px;
}
.jurados img {
  margin-bottom: 20px;
}

  /* Skills Section Start */
#muestra {
  color: #ffffff;
  text-align: center;
  position: relative;
}
#muestra .container {
  background: #FF0099;
}
#muestra .container .row {
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  padding: 90px 40px 92px;
}
/*#muestra .container .row .col-sm-4 {*/
  /*width: 35%;*/
/*}*/
#muestra .section-title {
  color: #ffffff;
}
#muestra .fact-block {
  color: #ffffff;
  /*background: rgba(255, 255, 255, 0.07);*/
  width: 216px;
  border-radius: 50%;
  height: 216px;
  padding: 6px 6px;
  margin: 24px 0px;
  position: relative;
  border: solid 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#muestra .fact-block.fotos:hover {
	/*background: url(../img/Buenos_Aires.jpg) no-repeat;
	background-size: 600% auto;
	background-position: -185px -320px;*/
  background: white;
}
#muestra .fact-block.fotos:hover, #muestra .fact-block.fotos:hover h4 {
  color: #FF0099;
}

.oculto { display: none; }

.cerrar {
    font-size: 30px;
    background: gray;
    padding: 5px 15px;
    position: absolute;
    right: 0;
	cursor: pointer;
}
.cerrar:hover {
	text-decoration: none;
	background: #009479;
}

#muestra h1 {
	font-size: 20px;
	font-weight: bold;
}

#muestra .count-info {
  /*position: absolute;*/
  /*top: 0;*/
  /*width: 200px;*/
  /*padding: 48px 0px;*/
  /*height: 200px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/*#muestra .fotos .count-info {
  padding: 65px 0;
}*/

.dias {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1;
}

#muestra .count-info h3 {
  text-transform: uppercase;
}
/*#muestra .fotos .count-info h3 {
  font-size: 40px;
}*/
/*#muestra .artista .count-info {
  padding: 35px 0;
}*/
#muestra .artista .count-info h3 {
  font-size: 27px;
  line-height: 35px;
}
#muestra .fotos .count-info h3, #muestra .actividades .count-info h3 {
  font-size: 30px;
  font-weight: 700;
}
#muestra .cont-count .count-info {
  /*padding: 36px 32px;*/
  padding: 12px 32px;
}
#muestra .cont-count .count-info .cont-count {
  /*padding: 36px 32px;*/
  /*padding: 25px 0px 20px;*/
  padding: 10px 0 20px;
}
#muestra .cont-count .count-info .cont-count.flex {
  font-size: 60px;
  /*margin-left: -20px;*/
}
#muestra .count-info h3 {
  font-size: 72px;
  font-weight: 700;
  line-height: 34px;
}
#muestra .flex {
  display: flex;
}
#muestra .count-info h3.fotos {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
#muestra .count-info h4 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 100;
  /*margin-top: 20px;*/
  color: white;
  width: 100%;
}
#muestra .fotos:hover .count-info h4 {
  /*color: white; */
  font-weight: 300;
}
#muestra .count-info h4.faltan { margin-top: -10px; }
#muestra .count-info h4.inau { margin-top: -5px; }

#muestra .count-info h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-top: 0px;
}
#muestra .count-info h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
  color: black;
  margin-top: -10px;
}

#muestra .row div:nth-child(3) .count-info h4 {
  margin-top: 0;
}

/* Skills Section End */

/* Videos */
#videos .container {
  padding: 30px;
}
#videos .container .row > div {
  margin-bottom: 20px;
}
#videos .container .row > div a {
  height: 280px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
#videos .container .row > div a:hover {
  text-decoration: none;
}

#videos .container .row > div a .play {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .4);
  font-size: 60px;
  transition: ease .25s;
}

#videos .container .row > div a:hover .play {
  background: rgba(0, 0, 0, 0);
}
#videos .container .row > div a .play i {
  opacity: 1;
  transition: ease .25s;
}
#videos .container .row > div a:hover .play i {
  opacity: 0;
}

#videos .container .row > div p {
  font-weight: 400;
  min-height: 40px;
  line-height: 14px;
  padding-top: 10px;
}

/* Footer Section Start */
#footer {
  color: black;
  width: 100%;
  /*background: #6d6d6d;*/
  background: white;

}

#footer .container {
  width: 100%;
  padding: 30px;
  /*border-top: solid 2px #d6d6d6;*/
}

#footer .row {
  padding: 20px 0;
}
#footer p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
#footer img { width: auto; }
#footer a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}
#footer a:hover {
  color: #009479;
}

.menu-redes {
    /*height: 35px;
     position: absolute;
	 right: -50px;*/
  width: 100%;
  margin-top: 20px;
  text-align: center;
 }

.menu-redes li {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 6px;
    opacity: 0.7;
    transition: all 0.3s ease-out 0s;
}
.menu-redes li:hover {
    opacity: 0.9;
}

/* Footer Section End */

@media screen and (min-width: 480px) {

  .logo-muntref {
    width: 320px;
  }
  .logo-muntref img {
    /*width: 320px;*/
  }

  .menu-sedes ul {
     width: 51%;
    display: flex;
    justify-content: flex-end;
  }
  .menu-sedes ul li {
    width: 180px;
  }

  #slider .slick-slide {
    background-size: cover;
    max-height: 500px;
  }

  #muestra .container .row {
    justify-content:flex-start;
  }

  .menu-redes {
    margin-top: 0;
    text-align: right;
  }

}

@media (min-width: 769px) {
  #videos .container {
    padding: 0px;
  }
}

@media screen and (min-width: 1024px) {

  .logo-muntref {
    width: 31%;
  }

  .menu-sedes ul {
    width: 61%;
  }

  #slider .slick-slide {
    max-height: 500px;
    min-height: 700px;
  }

  .container, #footer .container {
    width: 1024px;
  }

  .pres .row {
    padding: 90px 90px 92px;
  }

  #footer .container {
    padding: 0 25px;
  }

  #muestra .container .row {
    width: 100%;
    justify-content:center;
    padding: 90px 0px 92px;
  }

  .menu-redes {
    margin-top: 0px;
    text-align: right;
  }

}

#videos .container .row > div a.html5lightbox.boton {
  height: auto;
  width: auto;
  background: #6D6D6D;
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 500;
}
#videos .container .row > div a.html5lightbox.boton:hover {
  background: gray;
}
.html5-image {
  overflow: auto;
}
.html5-elem-data-box {
  background-color: #6D6D6D !important;
  padding: 10px !important;
}
.html5-elem-data-box .html5-title {
  color: white;
  font-size: 14px;
  font-weight: 600;
  font-family: "distefano", Helvetica, Arial, sans-serif;
}
.lightboxcontainer {
  width:100%;
  text-align:left;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lightboxleft {
  width: 30%;
}
.lightboxcenter {
  width: 30%;
}
.lightboxright {
  width: 30%;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}