@import url(//fonts.googleapis.com/css?family=Nunito:200,400,600,900);
body {
  font-family: "DINRounded-Regular";
  color: #666;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
}
.btn-border {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
  font-weight: 400;
}
.btn-border:hover {
  background: rgba(255, 255, 255, .5) !important;
}
.clear {
  clear: both;
}
.row {
  padding: 30px 0;
}
h1 {
  font-size: 50px;/*ADR ANTES 50*/
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: #697cb6;
  font-weight: 700;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a, img {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.img-responsive {
  display: inline-block
}
/* Equal Height */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*////////// Custom INNOVAR */
.navbar.affix {
  background: #0c134e !important;
}
.navbar.affix {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.text-innovar {
  background-image: -webkit-linear-gradient(45deg, #bd5ca3 1%, #00afec 50%, #b6d440 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background-image:    -moz-linear-gradient(45deg, #bd5ca3 1%, #00afec 50%, #b6d440 100%) !important; /* FF3.6-15 */
  background-image:     -ms-linear-gradient(45deg, #bd5ca3 1%, #00afec 50%, #b6d440 100%) !important; /* For pre-releases of IE 10*/
  background-image:      -o-linear-gradient(45deg, #bd5ca3 1%, #00afec 50%, #b6d440 100%) !important; /* For old Opera (11.1 to 12.0) */
  background-image:         linear-gradient(45deg, #bd5ca3 1%, #00afec 50%, #b6d440 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd5ca3', endColorstr='#b6d440', GradientType=1) !important; /* IE6-9 fallback on horizontal gradient */
  color: transparent !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.color-perfil1 {
	color: #f0303b !important;
}

.color-perfil2 {
	color: #f21b91 !important;
}

.color-perfil3 {
	color: #72B43E !important;
}

.color-perfil4 {
	color: #f49037 !important;
}

.color-perfil5 {
	color: #e8540a !important;
}

.color-perfil6 {
	color: #00a66d !important;
}

.color-perfil7 {
	color: #a14bea !important;
}
.color-perfil8 {
	color: #17a6f5 !important;
}
.color-perfil9 {
	color: #146fea !important;
}
.section {
  padding: 90px 0;
}
.section-header .section-title {
  font-size: 48px;
  text-transform: uppercase;
  margin: 10px 0 30px;
  font-weight: 200;
}
.section-header .section-subtitle {
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 0;
}
.title-small {
  font-size: 38px;
  color: #00afec;
  margin-bottom: 30px;
  line-height: 50px;
  font-weight: 200;
}
.content-wrap {
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
  -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
  transition-timing-function: cubic-bezier(.7, 0, .3, 1);
}
.show-menu .content-wrap {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.navbar-fixed-top {
  padding: 15px 0;
  border: 0;
}
.affix {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  padding: 0 !important;
}
.sticky-navigation .row {
  padding: 0;
}
.navbar.menu-wrap .navbar-header {
  margin: 0 85px;
  float: none;
}
.navbar.menu-wrap {
  background-color: #0c134e;
  position: fixed;
  width: 250px;
  top: 0;
  right: 0;
  min-height: 100%;
  border-radius: 0;
  margin: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
  -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
  transition-timing-function: cubic-bezier(.7, 0, .3, 1);
}
.navbar-nav {
  margin: 80px 0 0;
  float: none;
}
.navbar .navbar-nav li {
  float: none;
}
.navbar .navbar-nav li a {
  font-family: 'Nunito', sans-serif;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li .active a {
  background: rgba(255, 255, 255, 0.1);
  color: #f9f9f9;
}
.show-menu .navbar.menu-wrap {
  border: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .8s;
  transition: transform .8s;
  -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
  transition-timing-function: cubic-bezier(.7, 0, .3, 1);
  border-left: 1px solid rgba(255, 255, 255, .2);
}
.navbar.affix .logo-left {
  display: inline-block;
}
.navbar.affix .logo-left img {
  margin-top: 20px;
}
.logo-left {
  margin-top: -20px !important;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  display: none;
}
.logo-left:hover {
  opacity: .5;
}
.logo-mincyt {
  margin-left: 15px;
}
.logo-mincyt img{
  height: 50px;
}
.logo-right {
  margin-bottom: 15px;
}
.close-button {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 30px;
  overflow: hidden;
  text-indent: 10px;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button:hover:before,
.close-button:hover:after {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  opacity: .75;
}
.navbar .navbar-header {
  padding: 12px 0;
}
.menu-icon {
  background: transparent;
  border: none;
  margin: 5px 15px 0 0;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.affix .menu-icon {
  margin-top: 18px !important;
}
.menu-icon i {
  font-size: 35px;
}
.menu-icon:hover,
.menu-icon:focus {
  opacity: .5;
}
@media (max-width: 768px) {
  body.toggled {
    position: fixed;
  }
}


/*////////// Home */
.hero-area {
  background: url(../img/fondo-innovar-22.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: #fff;
  overflow: hidden;
  padding: 0px 0 60px;
}
.hero-area .sticky-navigation {
  background: transparent;
}
.hero-area .contents h1 {
  font-size: 30px;
  font-weight: 200;
}
.hero-area .contents p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
}
.hero-area .contents .btn {
  margin: 10px;
}
.hero-area .col-md-12 {
  padding-top: 20px;
}
.hero-area .col-md-12 a:hover img {
  opacity: .75;
}
.slider-area {
  margin-top: -1px;
}
.slider-area h1 {
  font-weight: 100;
}
.slider-area p {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.slider-area .sticky-navigation {
  background: transparent;
}
.slider-area .btn {
  margin: 15px;
}
.slider-area .large_white {
  color: #fff;
}
@media (min-width: 1200px) {
  .hero-area {
    padding: 60px 0 60px; /*adr antes    padding: 120px 0 160px; */
  }
  .hero-area h1 {
    font-size: 50px !important;
  }
  .hero-area .col-md-12 {
    padding-top: 0px; /*adr antes  padding-top: 40px;*/
  }
}

#banners {
/*  background-color: #164194;
*/  background-color: #1FA238;
  color: #fff;
  padding: 40px 0;
}

#banners h1 {
	font-family: DINRounded-regular;
	/* color: #0091fe; INSCRIPCION */
	/*	color: #c6c6c6; color gris Edicion 16*/ 
	color: #ffffff;
	font-size:36px; /*adr antes 44*/
	text-transform: none;  /*adr antes uppercase*/

}

#banners h1 a {
    font-family: "DINRounded-regular";
/*    color: #0091fe; color proceso evaluacion*/
/*	color: #c6c6c6; color gris Edicion 16*/ 
	color: #ffffff; 
   text-decoration:underline;

}
#banners img {
  padding-right: 15px;
}


#banners h2 {
	font-family: DINRounded-Regular;
	font-size:20px;
	color:#FFF;
	line-height: 30px;
}

/*////////// Concurso */
#concurso {
  background: #fff;
  padding-bottom: 80px;
}
#concurso .features {
  margin: 20px 0;
}
#concurso .features .icon {
  /*float: left;*/
  text-align: center;
}
#concurso .features .icon i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  font-size: 60px;
  color: #0c134e;
}
#concurso .features h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #0c134e;
}
#concurso .features .features-text p {
  margin: 0;
}
#concurso a {
  color: #0c134e;
}
#concurso a:hover {
  color: #666666;
}
@media (min-width: 1200px) {
  #concurso .section-header p {
    padding-top: 10px;
    font-weight: 200;
    font-size: 21px;
  }
}



/*////////// Inscripción */
#inscripcion {
  background: url(../img/fondo-innovar-19.jpg);
  background-size: cover;
  color: #fff;
}
#inscripcion h2 {
  margin-top: 0;
  font-weight: 100;
}
#inscripcion .content .list-item li {
  color: #fff;
  line-height: 50px;
  font-size: 18px;
}
#inscripcion .content .list-item li i {
  width: 30px;
  font-size: 30px;
  padding-right: 5px;
  vertical-align: middle;
  text-align: center;
  opacity: .75;
}
#inscripcion .content .list-item a {
  color: #fff !important;
}
#inscripcion .content .list-item a:hover {
  opacity: .5;
}
#inscripcion .btn {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#inscripcion img {
  float: right;
}
#inscripcion .feature-item {
  padding: 48px 0;
}
@media (min-width: 1200px) {
  #inscripcion h2 {
    font-size: 50px;
    line-height: 70px;
  }
  #inscripcion img {
    margin-top: -30px;
  }
}


/*////////// Perfiles */
#preguntas a {
  color: #0c134e;
}
#preguntas a:hover {
  color: #666666;
}
#preguntas h3 {
  margin-top: 10px;
  font-weight: 700;
  color: #0c134e;
}
#preguntas .icon {
  padding-top: 20px;
}
#preguntas .zmdi {
  font-size: 40px;
  color: #0c134e;
}

/*////////// Distinciones */
.main-feature-white {
  background: #ffffff;
}
#distinciones .section-subtitle {
  margin-top: 20px;
}
#distinciones .col-md-4 img {
  max-width: 250px;
}
#perfiles .title-small {
  font-weight: 300;
  text-transform: uppercase;
}
#distinciones .feature-item p {
  font-weight: 200;
}
#distinciones a:hover {
  color: #ba5a9e;
}
#distinciones .feature-item ul li{
  font-size: 18px;
}
@media (min-width: 1200px) {
  #distinciones .section-subtitle {
    padding: 0 20%;
    font-size: 21px;
  }
  #distinciones .feature-item p {
    font-size: 18px;
  }
  #distinciones .col-md-4 {
    text-align: center;
  }
}

/*////////// Perfiles */
.main-feature-gray {
  background: #ecf0f1;
}
#perfiles .section-subtitle {
  margin-top: 20px;
}
#perfiles .col-md-4 img {
  max-width: 250px;
}
#perfiles .title-small {
  font-weight: 300;
  text-transform: uppercase;
}
#perfiles .feature-item p {
  font-weight: 200;
}
#perfiles a:hover {
  color: #ba5a9e;
}
@media (min-width: 1200px) {
  #perfiles .section-subtitle {
    padding: 0 20%;
    font-size: 21px;
  }
  #perfiles .feature-item p {
    font-size: 18px;
  }
  #perfiles .col-md-4 {
    text-align: center;
  }
}

/*////////// Categorias */
.main-feature-gray {
  background: #ecf0f1;
}
#categorias .section-subtitle {
  margin-top: 20px;
}
#categorias .col-md-4 img {
  max-width: 250px;
}
#categorias .title-small {
  font-weight: 300;
  text-transform: uppercase;
}
#categorias .feature-item p {
  font-weight: 200;
}
#categorias a:hover {
  color: #ba5a9e;
}
@media (min-width: 1200px) {
  #categorias .section-subtitle {
    padding: 0 20%;
    font-size: 21px;
  }
  #categorias .feature-item p {
    font-size: 18px;
  }
  #categorias .col-md-4 {
    text-align: center;
  }
}

/*////////// Contacto */
#contacto {
  color: #fff;
}
#contacto h2 {
  margin-top: 0;
  font-weight: 100;
}
#contacto .row {
  padding: 15px 0;
}
#contacto .icon {
  margin-bottom: 20px;
}
#contacto .icon i {
  font-size: 36px;
  color: #eee;
}
#contacto p {
  font-size: 18px;
}
#contacto a {
  color: #fff;
}
#contacto a:hover {
  color: #eee;
}
@media (min-width: 1200px) {
  #contacto h2 {
    font-size: 50px;
    line-height: 70px;
  }
}

/*////////// Logos */
#logos .logos-item-wrapper {
  text-align: center;
}
#logos a:hover img {
  opacity: .75 !important;
}

/*////////// Map */
.map-area {
  margin: 30px 0 -6px;
}

/*////////// Footer */
#footer {
  padding-top: 30px;
  position: relative;
  color: #fff;
  /* font-size: x-large;adr agregado*/
}
#footer a{
  color: #fff;
}
.contacto{font-size:24px;}
#footer h3 {
  color: #fff;
  font-weight: 200;
}
#footer ul li a {
  color: #ccc;
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  line-height: 28px;
  text-transform: uppercase;
}
#footer ul li a:hover {
  color: #fff;
  margin-left: 4px;
}
.copyright-text {
  color: #fff;
  text-align: center;
/*  line-height: 1;*/
  margin-top:10px; /*adr agregado*/
}
.redes{margin-top:-50px;} /*adr agregado*/
.back-to-top {
  background: #0c134e;
  position: absolute;
  top: -28px;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 -30px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.back-to-top:hover {
  color: #ddd !important;
  background: #0099b1 !important;
  opacity: 1 !important;
}
.back-to-top i {
  line-height: 56px;
  font-size: 42px;
}
.social {
  display: inline-block;
  margin: 20px 5px 10px 5px;
  color: #0c134e;
}
.social i {
  width: 48px;
  font-size: 16px;
  height: 48px;
  background: #f1e300;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  color: #0c134e;
}
.social i:hover {
  color: #fff;
}
.social .fa-facebook:hover {
  background: #3B5998;
}
.social .fa-twitter:hover {
  background: #00ACED;
}
.social .fa-instagram:hover {
  background: #ef9300;
}
.social .fa-envelope:hover {
  background: #bd5ca3;
}

@font-face {
font-family: "DINRounded-Regular";
src: url("../fonts/DINNextRoundedLTPro-Regular.otf") format("opentype");
}

@font-face {
font-family: "DINRounded-Bold";
src: url("../fonts/DINNextRoundedLTPro-Bold.otf") format("opentype");
}

.banner-19 h3 a {
  background: #f1e300;
  color: #0c134e !important;
  font-family: "DINRounded-Bold";
  font-size: 20px;
  border: 0;
  padding: 5px 5px 0;
}

.contents {
   display: flex;
   justify-content: center;
   align-items: center;
}

@media (max-width: 600px){
  .contents {
   display: block !important;
 }
 .contents .col-xs-12 {
  padding: 20px;
 }
 h3.banner-inscribite a{
  margin-top: 40px;
 }
}

#concurso h1 {
  color: #0c134e;
  font-family: "DINRounded-Bold";
}

#concurso h2 {
  color: #0c134e;
  font-family: "DINRounded-Bold";
}

#perfiles h2 {
  color: #0c134e;
  font-family: "DINRounded-Bold";
}

#perfiles p.section-subtitle a {
  color: #0c134e;
}

#inscripcion h2 {
  font-family: "DINRounded-Bold";
}

#inscripcion h3 a {
  background: #f1e300;
  color: #0c134e !important;
  font-family: "DINRounded-Bold";
  font-size: 20px;
  border: 0;
  padding: 5px 5px 0;
}

#preguntas h2 {
  color: #0c134e;
  font-family: "DINRounded-Bold";
}

#preguntas {
  background-color: #ecf0f1;
}


#catalogos h3 {
  color: #0c134e;
  font-family: "DINRounded-Bold";
}


#anos h3 {
  color: #0c134e;
  font-family: "DINRounded-Bold";
}


.btn-cata {
    color: #fff;
    font-weight: 900;
    background-color: #0c134e;
    border: 0px;
    border-radius: 50%;
    font-size: 24px;
    width: 120px;
    height: 120px;
    margin: 10px;
}

#logos h2 {
  color: #0c134e;
  font-family: "DINRounded-Bold";
}

.btn-year {
    color: #fff;
    font-weight: 900;
    border: 0px;
    padding: 20px;
    font-size: 24px;
    width: 120px;
    margin: 0px 10px;
}
.btn-bases {
    color: #fff;
    font-weight: 900;
    border: 0px;
    padding-top: 10px;
	padding-bottom:5px;
    font-size: 24px;
    width: 300px;
    margin: 0px 10px;
}
#ganadores {
  background-color: #0c134e;
  color: #fff;
}

#ganadores h1 {
    font-family: "DINRounded-Bold";
    color: #fff;
}

#ganadores img {
  padding-right: 15px;
}

#footer {
  background-image: url("../img/fondo-innovar-19.jpg") !important;
  background-repeat: round;
}

#ganadores h2 {
    font-family: "DINRounded-Bold";
}

.icon .fa {
  color: #f1e300;
}

#footer .icon .zmdi-pin {
  color: #f1e300;
}

@media (max-width: 600px){
  .btn-year {
    margin: 10px !important;
  }
  #ganadores h1 {
    font-size: 30px !important;
  }
  #ganadores {
    padding: 0 !important;
  }
}

#jurado {
  background-color: #efefef;
}

#jurado h2,
#catalogos h2 {
  padding-bottom: 40px;
  color: #0c134e;
  font-family: "DINRounded-Bold";
}

.foto-jurado img {
  float: right;
  width: 100px;
}

.info-jurado h4 {
  color: #0c134e;
  font-weight: 900;
  font-size: 20px;
}

.info-jurado span.profesion {
  color: #666;
  font-weight: 300;
  font-size: 20px;
}

.info-jurado p {
  color: #5d5d5d;
  font-weight: 300;
}
.info-programa p {
  color: #5d5d5d;
  font-weight: 300;
  font-size:18px;
  padding-bottom:20px;
}
@media (max-width: 500px) {
  .foto-jurado img {
     float: none;
    display: block;
    width: 40% !important;
    margin: 20px auto;
}
.info-jurado {
  text-align: center;
  margin-top: 220px;
}
.read-more-trigger{
  margin: 5% 46%;
}

}

@media (max-width: 768px) {
  .foto-jurado img {
     float: none;
    display: block;
    width: 30%;
    margin: 20px auto;
}
.info-jurado {
  text-align: center;
  margin-top: 220px;
}
.read-more-trigger{
  margin: 3% 47%;
}

}



.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: '+';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: '–';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 1px 6px;
    color: #0c134e;
    font-weight: 900;
    font-size: 22px;
    border: 3px solid #0c134e;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
    line-height: 1;
    margin-bottom: 40px;
}

@media (max-width: 768px){
.sin-foto {
    margin: 40px 0 !important;
}
}
.horario {color:#20a4db;}
.programa {color:#02509c; font-size:20px;}


/***** ESTILOS VIDEO *****/

header{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	margin:0px;
	
}

video{
    width: 100%;
	margin-bottom:-8px;
}

.absolute{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items:center;
}


.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.575);
}

