:root {
    --primary: #E19D26 !important;
    --secondary: #5A0041;
    --light: #fff;
    --dark: #000;
    --font-family-sans-serif: 'Source Sans Pro', sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

/* Webfonts */
@font-face {
    font-family: 'Ilisarniq-Bold';
    src: url('/fonts/Ilisarniq-Bold.eot');
    src: url('/fonts/Ilisarniq-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Ilisarniq-Bold.woff2') format('woff2'),
         url('/fonts/Ilisarniq-Bold.woff') format('woff'),
         url('/fonts/Ilisarniq-Bold.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Ilisarniq-Black';
    src: url('/fonts/Ilisarniq-Black.eot');
    src: url('/fonts/Ilisarniq-Black.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Ilisarniq-Black.woff2') format('woff2'),
         url('/fonts/Ilisarniq-Black.woff') format('woff'),
         url('/fonts/Ilisarniq-Black.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  /* Overrides */

body {
    color: #fff;
    background-color: #000;
    min-height: 100vh;
}
 h1, h2, h3, h4, h5, h6 {
    font-family: 'Ilisarniq-Bold';
}
p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

a {
    color: #E19D26;
    text-decoration: none;
    background-color: transparent;
  }

  a:hover {
    color: #f5b335;
    text-decoration: none;
  }

.bg-dark {
    background-color: #000 !important;
}

ul.navbar-nav {
    font-family: 'Ilisarniq-Bold';
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}

ul.navbar-nav a i {
    font-size: 21px;
    padding: 8px;
}

@media (min-width: 768px) {
    ul.navbar-nav {
        font-family: 'Ilisarniq-Bold';
        text-transform: uppercase;
        font-size: 17px;
        color: #fff;
    }

    ul.navbar-nav a i {
        font-size: 18px;
        padding: 0px !important;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #E19D26;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #E19D26;
}
.navbar-gradient {
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

/* Video Header */

header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    header {
      background: url('../images/backdrop.jpg') black no-repeat center center scroll;
    }
    header video {
      display: none;
    }
  }

  header h1 {
    font-size: 38px !important;
    line-height: 40px !important;
    font-family: 'Ilisarniq-Black';
    text-transform: uppercase;
    letter-spacing: -1px!important;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

@media (min-width: 576px) {
    header h1 {
        font-size: 64px !important;
        line-height: 64px !important;
        letter-spacing: -3px!important;
    }
}
@media (min-width: 768px) {
    header h1 {
        font-size: 72px !important;
        line-height: 72px !important;
    }
}
@media (min-width: 992px) {
    header h1 {
        font-size: 96px !important;
        line-height: 96px !important;
    }
}
@media (min-width: 1200px) {
    header h1 {
        font-size: 128px !important;
        line-height: 128px !important;
    }
}

   .outline {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
}

@media (min-width:576px) {
    .outline {
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
    }
}

.btn-outline-primary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #E19D26;
    border-radius: 35px;
    border: 1px solid rgba(255, 157, 38, 0.75);
    text-transform: uppercase;
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 13px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff;
    background-color: #E19D26!important;
    border-color: #E19D26!important;
    text-shadow: none;
}

btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: none;
  }

  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #E19D26;
    border-color: #E19D26;
  }
  btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.lospremios h5 {
    font-family: 'Ilisarniq-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #E19D26;
}
.lospremios h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    line-height: 27px;
    font-weight: 300;
}
@media (min-width: 576px) {
    .lospremios h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .lospremios h5 {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .lospremios h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .lospremios h5 {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .lospremios h1 {
        font-size: 36px;
        line-height: 42px;
    }
}
@media (min-width: 1200px) {
    .lospremios h1 {
        font-size: 42px;
        line-height: 48px;
    }
}
#botonera i {
    font-size: 24px;
}
#botonera h5 {
    font-family: 'Ilisarniq-Black', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #E19D26;
}
#botonera h3 {
    font-family: 'Ilisarniq-Black', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
}
.border-orange {
    border-bottom: 1px solid #E19D26 !important;
}

@media (min-width: 768px) {
    #botonera i {
        font-size: 30px;
    }
    #botonera h5 {
        font-family: 'Ilisarniq-Black', sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        color: #E19D26;
    }
    #botonera h3 {
        font-family: 'Ilisarniq-Black', sans-serif;
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
    }
    .border-orange {
        border-right: 1px solid #E19D26 !important;
        border-bottom: 1px solid transparent !important;
      }
}
  .bg-gradient {
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,0) 75%);
}
.card-gradient {
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,0) 100%);
}
h1.section-title {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 18px;
    color: #E19D26!important;
    text-transform: uppercase;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
h3.section-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #fff!important;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
@media (min-width: 768px) {
    h1.section-title {
        font-size: 24px;
    }
    h3.section-title {
        font-size: 24px;
        line-height: 28px;
    }
}
.jumbo-oro {
    color: #fff!important;
}
.jumbo-oro h1 {
    font-family: 'Ilisarniq-Black', sans-serif;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
.jumbo-oro h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
@media (min-width: 576px) {
    .jumbo-oro {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%), url('../images/bg_sector_oro_v2.jpg');
        padding: 8rem 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .jumbo-oro h1 {
        font-family: 'Ilisarniq-Black', sans-serif;
        font-size: 60px;
        line-height: 64px;
        letter-spacing: -3px;
        text-transform: uppercase;
        text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
        color: #fff!important;
    }
    .jumbo-oro h3 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 24px;
        line-height: 30px;
        text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
        color: #fff!important;
    }
}
@media (min-width: 768px) {
    .jumbo-oro {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%), url('../images/bg_sector_oro_v2.jpg');
        padding: 16rem 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .jumbo-oro h1 {
        font-family: 'Ilisarniq-Black', sans-serif;
        font-size: 64px;
        letter-spacing: -3px;
        text-transform: uppercase;
        text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    }
    .jumbo-oro h3 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 21px;
        line-height: 24px;
        text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
    }
}
.color-gardel {
    color: #E19D26;
}
.footer {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
}
ul.footer li {
    display: inline;
    font-size: 19px;
}
ul.footer li a {
    color: #fff;
}
ul.footer li a:hover {
    color: #E19D26;
}

.capif-logo {
    width: 42px;
    height: auto;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 2000;
}

@media (min-width: 768px) {
    .capif-logo {
        width: 72px;
        height: auto;
        left: 24px;
        bottom: 40px;
    }
}


.scroll-down {
    width: 24px;
    height: 12px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    z-index: 1000;
}

@media (min-width: 768px) {
    .scroll-down {
        width: 36px;
        height: 16px;
        bottom: 60px;
        margin-left: -18px;
    }
}

.navbar-brand img {
    width: auto;
    height: 45px;
}
@media (min-width: 576px) {
    .navbar-brand img {
        width: auto;
        height: 60px;
    }
}

  @media (min-width: 768px) {
    .navbar-brand img {
        width: auto;
        height: 75px;
    }
 }

 .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
  }

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
  }

  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 0;
    margin-right: 4%;
    margin-left: 4%;
    list-style: none;
  }

  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .3;
    transition: opacity 0.6s ease;
  }
  .carousel-indicators .active {
    opacity: 1;
    background-color: #E19D26;
  }
  .carousel-caption {
    position: absolute;
    right: 4%;
    bottom: 20px;
    left: 4%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }

  @media only screen and (max-width : 767px) {
    #menuMobile {
      height: 100vh !important;
    padding-top: 25%;
    }
}
#menuMobile {
    height: auto;
  }

.gradient-loco {
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(225,157,38,0.125) 50%, rgba(0,0,0,1) 100%);
}

.navbar-toggle * {
	-ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-toggle {
	color: #fff;
	height: 20px;
	width: 20px;
	cursor: pointer;
	padding: 0px;
	border-radius: 0px;
	border: none;
}
.navbar-toggle span {
	width: 20px;
	height: 2px;
	margin-bottom: 3px;
	background-color: #fff;
	display: block;
}
.navbar-toggle span.bar1 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
	-ms-transform-origin: 1px 3px;
	-webkit-transform-origin: 1px 3px;
  -moz-transform-origin: 1px 3px;
  -o-transform-origin: 1px 3px;
	transform-origin: 1px 3px;
	width: 24px;
}
.navbar-toggle span.bar2 {
	-ms-transform: rotate(-360deg) scale(0);
	-webkit-transform: rotate(-360deg) scale(0);
  -moz-transform: rotate(-360deg) scale(0);
  -o-transform: rotate(-360deg) scale(0);
	transform: rotate(-360deg) scale(0);
}

.navbar-toggle span.bar3 {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform-origin:9px 2px;
	-webkit-transform-origin: 9px 2px;
	transform-origin: 9px 2px;
	width: 24px;
}
.navbar-toggle.collapsed span.bar1,
.navbar-toggle.collapsed span.bar2,
.navbar-toggle.collapsed span.bar3,
.navbar-toggle.collapsed span.bar4 {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	width: 20px;
}
.navbar-toggle {
  float: right;
  margin-top: 15px;
}

.separator {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
@media (min-width: 786px) {
    .separator {
        border-right: solid 1px rgba(255, 157, 38, 0.75);
        padding-right: 10px;
    margin-right: 10px;

    }
}

h1.terna-title {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: #E19D26 solid 1px;
}
@media (min-width: 768px) {
h1.terna-title {
        font-size: 21px;
    }
}

/* Cards */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.75rem 0;
  }

.card-body p {
    font-size: 14px;
    line-height: 17px;
}

  .card-title {
      font-family: 'Source Sans Pro', sans serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 0.25rem;
  }
  .card-category {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
  }
  .border-ganador {
    outline: 4px solid #E19D26;
        outline-offset: -4px;
  }

  .label-ganador {
      background-color: #E19D26;
      font-family: 'Ilisarniq-Bold', sans-serif;
      font-size: 12px;
      color: white;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      z-index: 100;
      width: 100%;
  }

  @media (min-width: 768px) {

    .card-body p {
        font-size: 16px;
        line-height: 20px;
    }

    .card-title {
        font-family: 'Source Sans Pro', sans serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0.25rem;
    }
    .card-category {
      font-family: 'Ilisarniq-Bold', sans-serif;
      font-size: 12px;
      text-transform: uppercase;
    }
    .border-ganador {
      outline: 4px solid #E19D26;
          outline-offset: -4px;
    }

    .card-img-top {
      width: 100%;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }

    .label-ganador {
        background-color: #E19D26;
        font-family: 'Ilisarniq-Bold', sans-serif;
        font-size: 14px;
        color: white;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        z-index: 100;
        width: 100%;
    }
  }

/* Grilla Ganadores */

.w-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
  @media (min-width: 992px) {
    .w-lg-20 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
}

#header-title {
    margin-top: 90px;
}
@media (min-width: 768px) {
    #header-title {
        margin-top: 120px;
    }
}
a.custom-card,
a.custom-card:hover {
    width: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
  float: left;
}

/* Disco Ganador o Nominado Info */

.disco-info {
    border-top: solid 1px #E19D26;
}
.disco-info h3 {
    font-family: 'Source Sans Pro', sans serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: white;
}
.disco-info h5 {
    font-family: 'Source Sans Pro', sans serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: white;
}
.disco-info p {
    font-family: 'Source Sans Pro', sans serif;
    font-weight: 300;
    font-size: 16px;
}

.disco-info p i {
    color: #E19D26;
    margin-right: 4px;
}
.disco-premios {
    border-bottom: solid 1px #4a4a4a;
}

.disco-premios h6 {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 14px;
    color: #E19D26;
    text-transform: uppercase;
    border-bottom: solid 1px #E19D26;
}

table {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.table-ganador {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: transparent;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #4a4a4a;
}

@media (min-width: 576px) {
    .disco-info h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .disco-info h5 {
        font-size: 21px;
        line-height: 27px;
    }
}

@media (min-width: 768px) {
    .disco-info h3 {
        font-size: 36px;
        line-height: 42px;
    }
    .disco-info h5 {
        font-size: 24px;
        line-height: 30px;
    }
}

.jumbo-oro-pag {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%), url('../images/bg_sector_oro_v2.jpg');
    padding: 4rem 0;
    background-size: contain;
    background-position: center;
    color: #fff!important;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .jumbo-oro-pag {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%), url('../images/bg_sector_oro_v2.jpg');
        padding: 8rem 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media (min-width: 768px) {
    .jumbo-oro-pag {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%), url('../images/bg_sector_oro_v2.jpg');
        padding: 10rem 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}
.header-span {
    color: #E19D26;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300 !important;
}

nav {
    background: #f5b335;
    height: 100x;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -100px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background-clip: padding-box;
    border: 0;
    border-bottom: 2px solid rgba(255, 157, 38, 0.75);
    border-radius: 0;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

  .dropdown-item:hover, .dropdown-item:focus {
    color: #E19D26;
    text-decoration: none;
    background-color: transparent;
  }

  @media (min-width: 768px) {
    .dropdown-menu-center {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
  }
  .capif-footer {
      width: 38px;
      height: auto;
  }
@media (min-width: 768px) {
    .capif-footer {
        width: 48px;
        height: auto;
    }
}
.facebook:hover {
    color: #1778F2!important;
}
.instagram:hover {
    color: #f77737!important;
}
.youtube:hover {
    color: #ff0000!important;
}
.twitter:hover {
    color: #1da1f2!important;
}
h1.jurado {
    font-size: 72px;
    color: #E19D26;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: transparent;
    background-clip: padding-box;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 0 !important;
    transition: none;
  }

  .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #E19D26;
    outline: 0;
    box-shadow: none;
  }
  .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
  }

  .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
  }

  .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
  }

  .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
  }

  .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
  }

  .form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
  }

  select.form-control:focus::-ms-value {
    color: #fff;
    background-color: transparent;
  }

  select.form-control option {
      color: #000!important;
  }
  /* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-primary {
    color: #fff;
    background-color: #E19D26;
    border-color: #E19D26;
    border-radius: 35px;
    text-transform: uppercase;
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 13px;
  }

  .btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #E19D26;
  }

  .btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
  }

  .footer-gradient {
    background: rgb(225,157,38);
    background: linear-gradient(0deg, rgba(225,157,38,0.15) 0%, rgba(0,0,0,1) 100%);
  }

  .modal-content {
    background-color:transparent;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }
  h4.modal-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
  }
  .modal-header {
    border-bottom: 2px solid #E19D26;
  }

  .close {
    float: right;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
  }

  .close:hover {
    color: #E19D26;
    text-decoration: none;
    opacity: 1;
  }

  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
  }
h5.subtitulo {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.subtitulo {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
.light-header {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.light-24-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
.muted {
    color: #4C4C4C;
}

.current {
    border-bottom: solid 1px #E19D26;
}
.past {
    border-bottom: solid 1px #E19D26;
    opacity: 0.5;
}
.next {
    border-bottom: solid 1px #4a4a4a;
}
select.form-control {
    -webkit-appearance: none;
  }

  select {
    background-image:
      linear-gradient(45deg, transparent 50%, rgb(255, 255, 255) 60%),
      linear-gradient(135deg, rgb(255, 255, 255) 40%, transparent 50%) !important;
    background-position:
      calc(100% - 28px) 14px,
      calc(100% - 20px) 14px,
      100% 0;
    background-size:
      8px 8px,
      8px 8px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  label {
      font-family: 'Source Sans Pro', sans-serif;
      color: #E19D26;
      font-weight: 300;
      font-size: 16px;
  }
  .abajo {
      border-bottom: solid 1px #E19D26;
  }
  .abajo h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

  .form-check-label {
      color: #fff;
      font-size: 15px;
      padding-left: 8px;
  }
.separado {
    border-bottom: solid 1px #4a4a4a;
}
th {
    font-weight: 300;
}

.bordered {
    border: solid 1px rgba(255, 255, 255, .1);
}

.square-card{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.square-card img{
    width: 100%;
    height: 100%;
    position: absolute;
}

.contact h6 {
    font-family: 'Ilisarniq-Bold';
    text-transform: uppercase;
    font-size: 16px;
    color: #E19D26;
    border-top: solid 1px #E19D26;
}

.contact img {
    width: 90px;
    height: auto;
}

.categoria h6 {
    font-family: 'Ilisarniq-Bold';
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border-top: solid 1px #E19D26;
}

.premiosgardel h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
}
.premiosgardel h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #E19D26;
}
.premiosgardel h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 27px;
}
.blanco {
    color: #fff;
}

.cat-completas {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
}


@media (min-width: 768px) {

}
.proceso-voto h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #E19D26;
}

.proceso-voto h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    color: #fff;
}

.proceso-voto h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    color: #fff;
}

@media (min-width: 768px) {
    .proceso-voto h1 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        font-size: 48px;
        line-height: 54px;
        color: #E19D26;
    }
    .proceso-voto h4 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        font-size: 24;
        color: #fff;
    }
    .proceso-voto h5 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 30px;
        color: #fff;
    }
}

.bloques-cat {
    background-color: transparent;
    border: solid 1px #fff;
    padding: 10px;
    height: 60px;
    cursor: pointer;
}

.bloques-cat-oblig {
    background-color: #E19D26;
    border: solid 1px #E19D26;
    padding: 10px;
    height: auto;
}

.bloques-cat-oblig i{
    color: #fff;
}

.bloques-cat-oblig h1 {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.bloques-cat-oblig h3 {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.bloques-cat-oblig i {
    font-size: 18px;
}

.bloques-cat h1 {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.bloques-cat h3 {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.bloques-cat i {
    font-size: 18px;
    line-height: 18px;
}

.bloques-cat:hover {
    border: solid 1px #E19D26;
}

.bloques-cat:active {
    border: solid 1px #E19D26;
    background-color: #E19D26;
}

@media (min-width: 768px) {
    .bloques-cat {
        background-color: transparent;
        border: solid 1px #fff;
        padding: 10px;
        min-height: 70px;
        cursor: pointer;
    }

    .bloques-cat-oblig h1 {
        font-family: 'Ilisarniq-Bold', sans-serif;
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
    }

    .bloques-cat-oblig {
        background-color: #E19D26;
        border: solid 1px #E19D26;
        padding: 20px;
        height: auto;
    }
}

.seleccionado {
    background: #E19D26;
    border: solid 1px #E19D26;
    color: #fff!important;
}

.cat-tit {
    background: #E19D26;
    border: solid 1px #E19D26;
    color: #fff!important;
}

.cat-tit i {
    font-size: 18px;
    color: #fff;
}

.cat-tit h1 {
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 0!important;
}

.cat-tit p {
    margin-bottom: 0!important;
}

@media (min-width: 768px) {
    .cat-tit h1 {
        font-size: 21px;
        text-transform: uppercase;
        margin-bottom: 0!important;
    }
    .cat-tit i {
        font-size: 24px;
    }
}

/*   votos Search   */
.input-group.md-form.form-sm.form-1 input{
    border-bottom: 1px solid #fff;
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    }

.input-group-text {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-radius: 0;
    font-size: 21px;
}
/*   Progress Circle  */

.progress {
    width: 64px;
    height: 64px;
    background: none;
    position: relative;
  }

  .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #4a4a4a;
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .progress .progress-left {
    left: 0;
  }

  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
  }

  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }

  .progress .progress-right {
    right: 0;
  }

  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }

  .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
  }

  .percentage {
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    color: #fff;
}

.border-primary {
    border-color: #E19D26 !important;
}


/* Voting Cards */

.voting-card {
    border: solid 1px #fff;
    padding: 10px 10px 0 10px !important;
    min-height: 90px;
}

.voting-card .card-body {
    padding: 0!important;
}

.voting-card .card-footer {
    padding: 0!important;
    margin: 20px 0 10px 0!important;
    background-color: transparent;
    border-top: 1px solid transparent;

  }

.voting-card:hover {
    border: solid 1px #E19D26;
}

.voting-card h5, .voting-card p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .voting-card {
        border: solid 1px #fff;
        padding: 20px;
        min-height: 180px;
    }
    .voting-card h5, .voting-card p {
        font-size: 18px;
        line-height: 21px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.voting-card .tu-voto {
    visibility: hidden;
}

.voto {
    background-color: #E19D26;
    border: solid 1px #E19D26;
}


.voto .votar, .voto .ver-mas {
    display: none;
}

.voto .tu-voto {
    visibility: visible;
}

.tu-voto {
    color: #fff;
    border: solid 1px #fff;
    border-radius: 35px;
    text-transform: uppercase;
    font-family: 'Ilisarniq-Bold', sans-serif;
    font-size: 13px;
    padding: 0.375rem 0.75rem;
    display: inline-block;
  }
  .tu-voto i {
      font-size: 16px;
      line-height: 18px;
  }

  .categoria-card {
    border: solid 1px transparent;
    border-bottom: solid 1px #E19D26;
    padding: 0 10px;
    min-height: 90px;
    cursor: pointer;
  }

  .categoria-card:hover {
      border-bottom: solid 1px #fff;
  }

  .categoria-card h5 {
      font-family: 'Ilisarniq-Bold', sans-serif;
      font-size: 15px;
      line-height: 18px;
      text-transform: uppercase;
  }

  @media (min-width:768px) {
    .categoria-card {
        padding: 0 20px;
        min-height: 50px;
    }
    .categoria-card h5 {
        font-size: 18px;
        line-height: 21px;
    }
  }

  .votacion h1 {
      font-family: 'Ilisarniq-Bold', sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #fff;
      text-transform: uppercase;
  }
  .votacion button {
    font-family: 'Ilisarniq-Bold', sans-serif;
      font-size: 12px;
      line-height: 14px;
      color: #fff;
      text-transform: uppercase;
      background-color: #E19D26;
      padding: 6px 8px;
      margin: 5px;
      text-decoration: none;
      border: none;
  }
  .votacion button:hover {
      color: #fff;
      background-color: #f5b335;
      text-decoration: none;
  }
  .votacion button:focus {
    outline:0;
  }

@media (min-width:768px) {
    .votacion h1 {
        font-family: 'Ilisarniq-Bold', sans-serif;
        font-size: 21px;
        line-height: 24px;
        color: #fff;
        text-transform: uppercase;
    }
    .votacion button {
      font-family: 'Ilisarniq-Bold', sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        text-transform: uppercase;
        background-color: #E19D26;
        padding: 6px 8px;
        margin: 5px;
        text-decoration: none;
        border: none;
    }
    .votacion button:hover {
        color: #fff;
        background-color: #f5b335;
        text-decoration: none;
    }
    .votacion button:focus {
      outline:0;
    }
}
  .popover-body h5 {
      font-family: 'Ilisarniq-Bold', sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      color: #E19D26;
      text-align: center;
      margin-bottom: 5px;
      margin-top: 5px;
  }
  .popover-body h4 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}
.popover-body p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
    text-align: cemter;
    color: #000;
}
.popover {
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #fff;
  }
.ya-votaste h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
}
.ya-votaste h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
}
@media (min-width: 768px) {
    .ya-votaste h1 {
        font-size: 36px;
        line-height: 42px;
    }
}
.modal-voto {
    background-color: #000!important;
}
