@import '../fonts/fonts.css';


.uppercase{
  text-transform: uppercase;
}

.shadow_color1{
  -webkit-box-shadow: 12px 12px 0px -2px #160a60;
  -moz-box-shadow: 12px 12px 0px -2px #160a60;
  box-shadow: 12px 12px 0px -2px #160a60;

}.shadow_color2{
  -webkit-box-shadow: 12px 12px 0px -2px #ffffff;
  -moz-box-shadow: 12px 12px 0px -2px #ffffff;
  box-shadow: 12px 12px 0px -2px #ffffff;
}.shadow_color3{
  background-color: #;

  -webkit-box-shadow: 12px 12px 0px -2px #94e0bc;
  -moz-box-shadow: 12px 12px 0px -2px #94e0bc;
  box-shadow: 12px 12px 0px -2px #94e0bc;
}.shadow_color5{
  background-color: #;

  -webkit-box-shadow: 12px 12px 0px -2px #a6a6ef;
  -moz-box-shadow: 12px 12px 0px -2px #a6a6ef;
  box-shadow: 12px 12px 0px -2px #a6a6ef;
}.shadow_color6{
  background-color: #;

  -webkit-box-shadow: 12px 12px 0px -2px #facb4c;
  -moz-box-shadow: 12px 12px 0px -2px #facb4c;
  box-shadow: 12px 12px 0px -2px #facb4c;
}.shadow_color4{
  background-color: #;

  -webkit-box-shadow: 12px 12px 0px -2px #f4494c;
  -moz-box-shadow: 12px 12px 0px -2px #f4494c;
  box-shadow: 12px 12px 0px -2px #f4494c;
}.shadow_color0{
  background-color: #;

  -webkit-box-shadow: 12px 12px 0px -2px #fff;
  -moz-box-shadow: 12px 12px 0px -2px #fff;
  box-shadow: 12px 12px 0px -2px #fff;
}
span.titulo{
  font-family: 'Conv_Montserrat-Bold' !important;
  text-transform: uppercase !important;
}

section#competencias input.btnFb {
    height: 42px;
}
section.contacto a{
  font-size: 16px;
}
.linktrailer a{

    font-family: 'Conv_Montserrat-Medium' !important;
    background-color: rgba(0, 0, 0, 0.34);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.5em 1em;
    color: #FFF;
}
.imgDecompDir img{
  max-width: 300px;
}
.color_s_1{
  border-left: 2px solid;
}
.color_s_2{
  border-right: 2px solid;
}
.color_s_1,
.color_s_2{
   background-color: rgba(148,224,188,1);
   width: 2em;
   border-bottom: 2px solid;;
   border-top: 2px solid;;
}

.pprelative{
  position: relative;
  margin-top: -200px;
}

.boxsinopsis h2{
  font-family: 'Conv_Montserrat-Medium' !important;
}
.boxshadowPeli{
  -webkit-box-shadow: 12px 12px 0px -2px rgb(148 224 188);
  -moz-box-shadow: 12px 12px 0px -2px rgb(148 224 188);
  box-shadow: 12px 12px 0px -2px rgb(148 224 188);
}
.ccp{
    background-color: rgba(0, 0, 0, 0.34);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ccp2 small,
.ccp small{
  line-height: 23px !important;
  text-transform: uppercase;
  color: #FFFFFF;
}
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none !important;
}
.line {
  fill: none;
  stroke: #160A60;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}











.plyr{
  z-index: 1;
  margin: 20px 0px;
  width: 100%;
  position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{ display: block; }

.plyr.plyr--paused .plyr__poster {
  opacity: 0.5;
}

.plyr .plyr__poster {
    background-size: cover;
    color: #00FFFF;
}

.plyr--full-ui input[type=range] {
    color: #FF2B06;
}


.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #FF2B06;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid svg {
    display: none;
}


.plyr--video .plyr__control--overlaid:hover {
    background: #fff;
    box-shadow: 0 0 0 3px #160A60 inset;
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(#FF2B06, 1);
}

.plyr.plyr--paused .plyr__controls {
    opacity: 1;
    pointer-events: all;
    transform: none;
    display: none;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #FF2B06;
}
   
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    width: 134px;
    height: 134px;
}
.plyr--video .plyr__control--overlaid, #wrapper .plyr--video .plyr__control--overlaid.plyr__tab-focus, #wrapper .plyr--video .plyr__control--overlaid[aria-expanded=true] {
    background: #FFFFFF;
    box-shadow: 0 0 0 2px #160A60 inset;
    transition: box-shadow ease 300ms;
}

    .plyr--full-ui.plyr--video .plyr__control--overlaid:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 23px 0 23px 36px;
        border-color: transparent transparent transparent #160A60;
        top: 0;
        right: -17px;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    




.marginCenter{
  margin-left: auto;
  margin-right: auto;
}
section#jurados,
section#competencias{
  min-height: 900px;
}
section#noticias .superpos .item,
section#jurados .superpos .item,
section#competencias .superpos .item{
  position: absolute;
  z-index: 1;
}
section#noticias .superpos .item small,
section#jurados .superpos .item small,
section#competencias .superpos .item small{
  font-size: 17px;
}
section#noticias .superpos .item p,
section#jurados .superpos .item p,
section#competencias .superpos .item p{
  font-size: 26px;
}
.infodetalle p{
  font-family: 'Conv_Montserrat-Medium' !important;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
section#noticias .superpos,
section#jurados .superpos,
section#competencias .superpos{
  position: relative;
}
div.boxsinopsis,
section#home .box1,
section#noticias .box1,
section#jurados .box1,
section#competencias .box1,
section#noticias .box2 ,
section#jurados .box2 ,
section#competencias .box2 {
  background-color: #fff;
  border: 1px solid;
  border-color: #160A60;
  width: 90%;
  height: 460px;
}
div.boxsinopsis{
  border: 2px solid;
  padding: 2em 3em;
  width: 95%;
  height: auto;
  padding-bottom: 239px;
}

div.boxsinopsis.homelogos{
  background-color: #fff;
  border: 1px solid;
  border-color: #160A60;
  height: auto;
  border: 2px solid;
  padding: 0em;
  width: 100%;
  height: auto;
  padding-bottom: 0px;
}
.fondoverde,
div.boxsinopsis.pp{
  -webkit-box-shadow: 12px 12px 0px -2px rgba(148,224,188,1);
  -moz-box-shadow: 12px 12px 0px -2px rgba(148,224,188,1);
  box-shadow: 12px 12px 0px -2px rgba(148,224,188,1);
  padding-bottom: 100px;
}

.fondoverde{
  padding-bottom: 0px;
}

section#noticias .box1 ,
section#jurados .box1 ,
section#competencias .box1 {
  margin: 9% 0px 0px 5%;
  position: absolute;
}

section#home .box1 {
  height: 40px;
  background-color: #A5A5EE;
  border: none !important;
  position: absolute;
    left: 50%;
    transform: translate(-50%);
}

section#noticias .box2 ,
section#jurados .box2 ,
section#competencias .box2 {
    margin: 5% 0px 0px 0%;
    position: absolute;
}
section#noticias .box2{
    margin: 2% 0px 0px 2%;
    position: unset;
    width: unset !important;
}


section#noticias .minjurado,
section#jurados .minjurado,
section#competencias .minjurado{
  min-height: 438px;
  min-width: 438px;
}
section#noticias h2,
section#jurados h2,
section#competencias h2,
section#noticias h1,
section#jurados h1,
section#competencias h1{
  font-family: 'Conv_Montserrat-Bold' !important;
  font-size: 24px;
  letter-spacing: 1px;

}
section#noticias h2,
section#jurados h2,
section#competencias h2{
  font-family: 'Conv_Montserrat-Light' !important;
}
section#noticias hr,
section#jurados hr,
section#competencias hr{
  width: 40px;
  border-bottom: 3px solid;
}

section#menuDos .fondoRed{
  background-color: #f4494c;
  font-size: 18px;
}

.fblanco{
    background-color: #fff;
    background-image: url(../images/fondo-blanco.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.fblanco.fmt{
  /*background-position-y: 254px;*/
}
.fblanco.fmb{
    background-position-y: -1487px;
}
.page-link {
  font-family: 'Conv_Montserrat-Bold' !important;
    padding: .5rem 1.2rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    text-align: center;
    color: #160A60;
    border: 1px solid #160A60;
    font-size: 1.5em;
  }
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #160A60;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: .5rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
section#noticias .item .imgContainer,
section#jurados .item .imgContainer,
section#competencias .item .imgContainer{
    overflow: hidden;
    position: relative;
}

section#noticias .item .imgContainer::before,
section#jurados .item .imgContainer::before,
section#competencias .item .imgContainer::before{
  background-color: rgba(0, 0, 0, 0.37);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: all 700ms;
    z-index: 8;
}
section#competencias .item .imgContainer::before{
  background-color: rgba(0, 0, 0, 0);
}
section#noticias .item img,
section#jurados .item img,
section#competencias .item img{
    transition: all 700ms;
}
section#noticias .item:hover img,
section#jurados .item:hover img,
section#competencias .item:hover img{
    transform: scale(1.1);
}

section#noticias .item:hover .imgContainer::before,
section#jurados .item:hover .imgContainer::before,
section#competencias .item:hover .imgContainer::before{
  background-color: rgba(0, 0, 0, 0);
}
section#competencias .item:hover .imgContainer::before{
  background-color: rgba(0, 0, 0, 0.37);  
}
.noborder,
.nohover:hover{
  text-decoration: none !important;
  border: none !important;
}

.sprite{
  width: 46px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/sprite.png);
}
a.sprite:hover img{
  background-position-x: -141px;
}
.sprite.insta{
  background-position: -36px -22px;
}

.sprite.calendar{
  background-position: -36px -100px;
}

.sprite.insta_1{
  background-position: -36px -176px;
}

.sprite.face{
  background-position: -36px -249px;
}

.sprite.yout{
  width: 57px;
  background-position: -36px -330px;
}

.fcolor-primario{
  color: #160A60;
  border-color: #160A60;
}
.fcolor-red{
  color: #F4494C;
  border-color: #F4494C;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1677px;
  }
}
section#home .maxvideo{
  max-width: 1060px;
  max-height: 1060px;
}
html {
}
header{
  padding: 3em 0 0em 0;
}
header i.fa-bars{
  font-size: 36px;
}


body,a {
  cursor: url('http://www.graba.ar/vieja/wp-content/uploads/2021/09/punero.png'), auto; 
}
body {
  background-color: #D5E1DD;
  margin: 0;
  margin-bottom: 40px;
}
div.mainhome video{
    padding: 23px;
    background-color: #fff;
}
div.mainhome{
  /*background-image: url('../images/fondo_a.jpg');*/
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1046px;
  z-index: 1;
}
.textoheader div{
  text-transform: uppercase;
  letter-spacing: 1px;
}
.textoheader div.fm-black{
  font-size: 40px;
  line-height: 30px;
}
.textoheader.mobile div.fm-black,
.textoheader div.fm-medium{
  font-size: 30px;
  line-height: 26px;
}
.textoheader.mobile div.fm-medium,
.textoheader.mobile div.fm-black{
  font-size: 20px;
  line-height: 16px;
}
.textoheader.mobile div.fm-medium.border-left{
  border-color: #160A60 !important;
}
section#footer{
  background-color: #FFFFFF;
  width: 100%;
  color: white;
  padding: 6em 0 6em 0;
}

section#menu{
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;

}
section#menu nav{
  height: 89px;
}
section#menu:hover{
  background-color: rgba(255, 255, 255, 1);
}

section#menu nav ul li{
  border-bottom: 1px solid transparent;
}

section#menu nav ul li:hover{
  border-bottom: 1px solid #F4494C;
  color: #F4494C;
}

section#menu nav ul li:hover ul li a{
  color: #606060;
}
section#menu nav ul li:hover ul li:hover{
  border-bottom: 1px solid transparent;
}
section#menu nav ul li a{
  font-family: 'Conv_Montserrat-Bold';
  color: #160A60;
  text-decoration: none;
  font-size: 14pt;
  letter-spacing: 1px;
}
section#menu nav ul li:hover ul li a:hover,
section#menu nav ul li:hover a{
  color: #F4494C;
}



.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 140px;
  left: 0;
  background-color: rgb(22,10,96);
  background-color: rgba(22,10,96, 1);
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 17%;
  width: 100%;
  margin-left: 2em;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 22px;
  display: block;
  transition: 0.3s;
  color: #F4494C;
}

.overlay a:hover, .overlay a:focus {
  color: #F4494C;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 17px;
  font-size: 60px;
}

div.owl-nav button{
  outline: none;
}
div.owl-nav{
    background: #fff;
    width: 67px;
    height: 67px;
    line-height: 42px;
    text-align: center;
    color: #160A60;
    border: 1px solid #160A60;
    border-radius: 50%;
    font-size: 3em;
    /*position: fixed;
    right: 27px;
    bottom: 100px;
    z-index: 999;
    */
    margin-left: auto;
    margin-right: auto;
}
a.scroll-top {
    background: #fff;
    width: 67px;
    height: 67px;
    line-height: 42px;
    display: none;
    text-align: center;
    color: #160A60;
    border: 1px solid #160A60;
    border-radius: 50%;
    font-size: 3em;
    /*position: fixed;
    right: 27px;
    bottom: 100px;
    z-index: 999;
    */
}
a.scroll-top:hover{
  text-decoration: none;
}
section#home section{

}
section#home section p{
  font-family: 'Conv_Montserrat-Medium' !important;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
}

section#home section h1{
  font-family: 'Conv_Montserrat-Bold' !important;
  font-size: 25px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
section#home section h2{
  font-size: 17px;
  font-family: 'Conv_Montserrat-Bold' !important;
  border-bottom: 2px solid;
  line-height: 45px;
  text-transform: uppercase;
  padding-left: 7.4em;
  display: inline-block;
}

.owl-theme .owl-nav {
  margin-top: 50px !important;
}

.item.color1 a,
.item.color1{
  background-color: #160a60;
  color: #fff;
}

.item.color1 a: hover{
  color: #FFF;
}

.item.color2 a,
.item.color2{
  background-color: #ffffff;
  color: #160A60;
}

.item.color2{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #160A60;
}

.item.color3 a,
.item.color3{
  background-color: #94e0bc;
  color: #160A60;
}

.item.color5 a,
.item.color5{
  background-color: #a6a6ef;
  color: #160A60;
}

.item.color6 a,
.item.color6{
  background-color: #facb4c;
  color: #160A60;
}

.item.color4 a,
.item.color4{
  background-color: #f4494c;
  color: #160A60;
}

.item.color0 a,
.item.color0{
  background-color: #fff;
  color: #000;
}

.item.color_noticia_4 a,
.item.color_noticia_4{
  background-color: #160a60;
  color: #fff;
}

.item.color_noticia_4 a: hover{
  color: #FFF;
}

.item.color_noticia_1 a,
.item.color_noticia_1{
  background-color: #FACB4C;
  color: #160A60;
}

.item.color_noticia_2 a,
.item.color_noticia_2{
  background-color: #F4494C;
  color: #160A60;
}

.item.color_noticia_3 a,
.item.color_noticia_3{
  background-color: #94E0BC;
  color: #160A60;
}



.item img{
  background-size: cover;
  background-color: #000;
}
.item small{
    font-family: 'Conv_Montserrat-Medium';
    display: block;
    line-height: 15px;
    letter-spacing: 1px;
}

.item p,
.item p a{
  font-family: 'Conv_Montserrat-Bold';
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 18px;
}

.owl-carousel.instagram{
  background-color: #FFF;
}
section.instaBg {
  position: relative;
  /*overflow: hidden;*/
  margin-bottom: 228px;
}

section.instaBg::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  z-index: -1;
  background: url(../images/bg-red.jpg) 0 0 repeat;
  transform: rotate(-7deg);
}


section.logos {
  background: url(../images/fondo-lila.gif) 0 0 repeat;
  background-repeat: no-repeat;
  background-position: center center;
}

.btnFb{
    font-family: 'Conv_Montserrat-Bold';
    background: #fff;
    line-height: 42px;
    color: #160A60;
    border: 1px solid #160A60;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 19px;
    display: block;
}
.btnFb:hover{
  text-decoration: none;
}
.btnFb.oscuro{
  background-color: #160A60;
  color: #FFF;
}

textarea.btnFb,
input.btnFb{
  font-family: 'Conv_Montserrat-Light' !important;
}
input.btnFb{
  font-family: 'Conv_Montserrat-Light' !important;
  height: 56px;
}
textarea.btnFb,
input.btnFb::-webkit-input-placeholder { /* Edge */
  font-family: 'Conv_Montserrat-Light' !important;
}

textarea.btnFb,
input.btnFb:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'Conv_Montserrat-Light' !important;
}

textarea.btnFb,
input.btnFb::placeholder {
  font-family: 'Conv_Montserrat-Light' !important;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e0e7ee;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; 


    font-family: 'Conv_Montserrat-Bold';
    color: #160A60;
    border: 1px solid #160A60;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;

}
  .nice-select:hover {
    /*border-color: #d0dae5; */
  }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #88bfff; }
  .nice-select:after {
    border-bottom: 2px solid #90a1b5;
    border-right: 2px solid #90a1b5;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cdd5de; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 14px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 10; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
      color: #606060;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f7f9;
      color: #f4494c;
       }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #90a1b5;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }


@media screen and (max-width: 450px) {
  .list-inline-item{
    min-width: 100%;
  }
  div.boxsinopsis{
    width: 100%;

  }
  div.boxsinopsis pp{
  }
  section.instaBg::before{
    top: 18%;
  }
  section#jurados .superpos .item,
  section#competencias .superpos .item{
    max-width: 100%;
  }
  section#jurados .superpos .item,
  section#competencias .superpos .item{
    position: unset !important;
  }
  .plyr {
        width: 94%;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
  section#footer{
    padding: 3em 0 3em 0;
  }
  div.owl-nav,
  a.scroll-top {
      width: 50px;
      height: 50px;
      line-height: 42px;
      font-size: 2em;
      /*position: fixed;
      right: 27px;
      bottom: 100px;
      z-index: 999;
      */
  }
  div.owl-nav{
    line-height: 31px;
  }
  section#home section h2{
    padding-left: 3em;
  }
  div.mainhome{
    min-height: 403px;
  }
  section#noticias .box1,
  section#jurados .box1,
  section#competencias .box1,
  section#noticias .box2 ,
  section#jurados .box2 ,
  section#competencias .box2 {
    height: 260px;
  }
  .infodetalle{
    margin-top: 50px;
  }
}


@media screen and (max-width: 1400px) {
  section#home section h2{
    padding-left: 1em;
  }
  .plyr {
        width: 94%;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
}

