@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

html {
    margin-top: 0 !important;
}
body {
    font-family:'Roboto';
}

section { padding: 45px 0;  }
.logo {width: 75%;}
.site-title { display: inline-block;}

header {
    position: absolute;
    width: 100%;
    top: 2%;
    z-index: 22;
}
a:visited, a:link {
    color: #fff;
}
header .menu-mobile .nav-inf #primary-menu li a {
    color: #009EE2;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    outline: 0;
}
header #primary-menu {
    padding-top: 20px;
    padding-left: 0;
    margin-left: 0;
}
header.is-contact-header .nav-sup li {
    transition: ease .5s;
}
header .nav-sup li a.nav-sup--link:hover,header.is-contact-header .nav-sup li a.nav-sup--link:hover {
    text-decoration: none;
}
header .nav-sup li:hover a.nav-sup--link {
    border-bottom: 2px solid #000070;
}
header .nav-mobile.nav-sup li:hover a.nav-sup--link {
    border-bottom: 2px solid transparent;
}
header.is-contact-header .nav-sup li:hover a.nav-sup--link {
    border-bottom: 2px solid #000070;
}
header.is-contact-header .nav-sup li:hover a.nav-sup--link.compartir,
header .nav-sup li:hover a.nav-sup--link.compartir  {
    border-bottom: 2px solid transparent;
}
header .nav-inf #primary-menu li a,
header.is-contact-header .nav-inf #primary-menu li a {
    position: relative;
    color: #000070;;
    text-decoration: none;
}
header .nav-inf #primary-menu li a:before,
header.is-contact-header .nav-inf #primary-menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    top: 25px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .nav-inf #primary-menu li a:before {
    background-color: #000070;
}
header .menu-mobile .nav-inf #primary-menu li a:before {
    background-color: transparent;
}
header.is-contact-header .nav-inf #primary-menu li a:before {
    background-color: #009EE2;
}
header .nav-inf #primary-menu li a:hover:before,
header.is-contact-header .nav-inf #primary-menu li a:hover:before  {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
/* header .nav-inf #primary-menu li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
} */
header.is-contact-header .current-menu-item a {
    border-bottom: 2px solid #009EE2;
}
header .nav-inf #primary-menu li.current-menu-item a:before,
header.is-contact-header .nav-inf #primary-menu li.current-menu-item a:before {
    background-color: transparent;
}
header .current-menu-item a {
    border-bottom: 2px solid #000070;
    padding-bottom: 5px;
}
.ico-burger {
    background-image: url('../img/ico-burger.png');
    background-size: 30px;
    background-position: right;
    background-repeat: no-repeat;
    height: 60px;
    display: none;
    cursor: pointer;
}
nav.menu-mobile {
    display: none;
}
nav ul, .nav-mobile ul{
    list-style: none;
    text-align: right;
    margin-bottom: 0;
}
nav ul li, .nav-mobile ul li {
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
}
.nav-sup li a, .nav-mobile ul li a {
    color: #000070;
    text-transform: uppercase;
    font-weight: 300;
}
.nav-sup li .nav-sup--link {
    background-position: right;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 13px;
    outline: 0;
    border-bottom: 2px solid transparent;
}
.nav-sup li .nav-sup--link.preguntas {
    background-image: url('../img/ico-pregunta-azul.svg');
    background-size: 20px;
    padding-right: 37px;
    text-align: left;
}
.nav-sup li .nav-sup--link.descargar {
    background-image: url('../img/ico-descargar.svg');
    background-size: 30px;
    padding-right: 45px;
    text-align: left;
}
.nav-sup li .nav-sup--link.compartir {
    background-image: url('../img/ico-compartir.svg');
    background-size: 25px;
    padding: 9px 0;
    padding-right: 37px;
    text-align: center;
    position: relative;
    z-index: 99;
}
.box-compartir {
    position: absolute;
    padding-left: 0;
    margin-left: 0;
    background: white;
    padding-right: 30px;
    padding: 10px;
    top: 40%;
    right: 0;
    text-align: center;
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,.3);
    border-radius: 10px;
    display: none;
    z-index: 9;
    transition: ease .5s;
}
.nav-sup li.to-share:hover .box-compartir {
   display: block;
}
.nav-sup li .nav-sup--link.postular {
    background-image: url('../img/ico-editar.svg');
    background-position: 92%;
    background-size: 20px;
    padding-right: 37px;
    text-align: left;
    color: #fff;
    transition: ease .5s;
}
.nav-sup li:hover  .nav-sup--link.postular{
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,.3);
    border-bottom: 2px solid transparent !important;
}
nav.menu-mobile .nav-sup li.to-share .box-compartir {
    display: none;
    top: 27%;
    right: 50px;
}
nav.menu-mobile .nav-sup li.to-share .box-compartir .addtoany_shortcode .addtoany_list a {
    padding: 0;
}
header .menu-mobile.nav-sup li.to-share .nav-sup--link.compartir {
    padding: 0;
}
header.is-contact-header .menu-mobile .nav-inf #primary-menu li a:hover {
    border-bottom: 2px solid transparent;
}
header.is-contact-header .nav-mobile.nav-sup li:hover a.nav-sup--link {
    border-bottom: 2px solid transparent;
}
header.is-contact-header .menu-mobile .nav-inf #primary-menu li a:before {
background-color: transparent;
}

/* Page Contacto Header */
header.is-contact-header {
    position: relative;
    padding-top: 20px;
}
header.is-contact-header .nav-inf #primary-menu li a {
    color: #009EE2;
    font-weight: 400;
}
header.is-contact-header .nav-inf #primary-menu li a:hover {
    /* border-bottom: 2px solid #009EE2; */
    text-decoration: none;
}
header.is-contact-header .nav-sup li .nav-sup--link.descargar {
    background-image: url('../img/ico-descargar.svg');
    background-size: 30px;
    padding-right: 45px;
    text-align: center;
}
header.is-contact-header .nav-sup li .nav-sup--link.compartir {
    background-image: url('../img/ico-compartir.svg');
    background-size: 25px;
    /* padding: 37px 0; */
    padding-right: 37px;
    text-align: center;
}
header.is-contact-header .nav-sup li .nav-sup--link.preguntas {
    background-image: url('../img/ico-pregunta-azul.svg');
    background-size: 20px;
    padding-right: 37px;
    text-align: left;
}
header.is-contact-header .nav-sup li a, .nav-mobile li a {
    color: #000070;
    transition: ease .5s;
}
header.is-contact-header .nav-sup li a, .nav-mobile li a.compartir {
    transition: none;
}
header .menu-mobile .nav-sup .to-share .box-compartir {
    transition: none;
}

/* Fin Page Contacto Header*/





/* Slider Home */

#slider-home {
    padding-top: 0;
}
.slider-home {
    position:relative;
    top: 0;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    background: transparent;
    border: none;
    appearance: none;
    cursor: pointer;
    
}
.slick-arrow img {
    width: 50px;
}
.slick-prev {
    left: 0;
    transform: rotate(90deg);
}
/* .slick-prev:before {
    content: url('../img/arrow-down.svg');
} */
.slick-next{
    right: 0;
    transform: rotate(-90deg);
}
/* .slick-next:before {
    content: url('../img/arrow-down.svg');
} */
.slider-content {
    color: #000070;
    padding-bottom: 9px;
    padding-left: 6%;
    position: absolute;
    bottom: 20%;
    z-index: 1;
}
.slider-content span {
    font-size: 30px;
    font-weight: 300;
}
.slick-slide img {
    max-width: 100%;
    width: 100%;
}
.slider-content .title {
    color: #000070;
    font-weight: 700;
    margin-bottom: 0;
}
.slider-content .title p {
    margin-bottom: 0;
}
.slider-home .box-btns {
    padding-top: 20px;
}

.slider-home .boton {
    display: inline-block;
    padding: 18px 40px;
    /* padding-right: 70px; */
    background-size: 14px;
    font-weight: 700;
}
.slider-home .boton:hover,
#que-es-pau .boton:hover {
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,.3);
    color: #fff;
}
/* .slider-content .boton:last-child {
    background-color: #009EE2;
     margin-left: 30px;
} */
.slider-item .capa {
    position: absolute;
    top: 0;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.15); */
    background: rgba(158, 158, 158, 0.15);
    width: 100%;
    z-index: 1;
}


.title {
    font-weight:300;
    color: #333;
    font-size: 65px;
}
h1.title {
    padding-left: 0;
    /* font-style: italic; */
    padding-top: 0;
}
.bajada {
    font-size: 14px;
    line-height: 34px;
    padding: 30px 50px 0;
    padding-right: 0;
    text-align: justify;
}
.bajada.box-yellow {
    position: relative;
}
.bajada.box-color-detail::after {
    content: '';
    width: 60%;
    height: 150px;
    background-color: #C0E7F8;
    z-index:-1;
    display: inline-block;
    position: absolute;
    left: 20%;
    bottom: 10%;
}
#que-es-pau .title {
    padding: 10%;
    font-size: 55px;
}

#que-es-pau .row:first-child img {
    float:right;
}
#que-es-pau .row:last-child img{
    margin-top: -15%;
}
#que-es-pau .open-acordeon {
    background-image: url('../img/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40px;
    text-align: right;
    padding-right: 60px;
    text-transform: uppercase;
    display: block;
    margin: 40px 0;
    cursor: pointer;
}
#que-es-pau .open-acordeon.open {
    background-image: url('../img/arrow-up.svg');
}
/* #que-es-pau .capa {
    background: red;
    color: #fff;
    width: 100%;
    position: relative;
    max-height: 150px;
    overflow: hidden;
    transition: all .3s ease-in;
}
#que-es-pau .capa p{
    padding: 25px;
    margin: 0;
    transition: all .3s ease-in;
  }
  #que-es-pau .capa p:first-child{
      position: absolute;
      left: 0;
      top: 0;
  }
  #que-es-pau .capa p:last-child{
     opacity: 0;
  }
  #que-es-pau .capa.full{
    max-height: 1000px;
  }
  #que-es-pau .capa.full p:first-child{
    opacity: 0;
  }
  #que-es-pau .capa.full p:last-child{
    opacity: 1;
  }
   */
.boton:active, .boton:visited {
    color: #fff;
}
.boton:hover {
    text-decoration: none;
}
.boton {
    background-color: #E5007E;
    background-repeat: no-repeat;
    background-position: 88%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    padding-right: 70px;
    font-weight: 300;
    transition: ease .5s;

}
.boton.categorias {
    background-image: url('../img/ico-eye.svg');
    background-size: 26px;
}
.boton.pregunta {
    background-size: 14px;
}
.boton.descarga {
    background-color: #009EE2;
    background-size: 22px;
}
#objetivos {
    padding-top: 0;
}
#objetivos .title{
    padding-left: 45px;
}

#links-home >.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
#links-home a {
    width: 100%;
    padding: 10% 25%;
    display: inline-block;
}
#links-home a:hover {
    text-decoration: none;
}
#links-home a:hover span {
    font-weight: 400;
}
#links-home span {
    font-size: 40px;
    color: #333;
    font-weight: 300;
    display: inline-block;
}
.bg-link-1 {
    background-image: url('../img/fondo-link1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;;
}
.bg-link-2 {
    background-image: url('../img/fondo-link2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;;
}
.title.contacto {
    color: #000;
    font-size: 60px;
}
.contact-form .form {
    padding:0  50px;
    margin-top: 20px;
}
.contact-form span,
.container.contacto span {
    color: #000;
    font-size: 30px;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
    font-weight: 300;
    line-height: 32px;
}
.contact-form p {
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 10px;
}
.contact-form form input {
    width: 100%;
    background-color: #E6E6E6;
    border-radius: 15px;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    outline: 0;
}
.contact-form form input::placeholder, .contact-form form textarea::placeholder {
    color: #666;
    font-size: 16px;
}
.contact-form form input[type="submit"]{
    width: 35%;
    float: right;
    background-color: #E5007E;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    text-align: left;
    background-image: url('../img/ico-send.svg');
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
}
.contact-form form input[type="submit"]:hover {
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,.3);
    color: #fff;
}
.contact-form form textarea {
    height: 100px;
    background-color: #E6E6E6;
    width: 100%;
    border-radius: 15px;
    border: none;
    font-size: 16px;
    padding-left: 20px;
    resize: none;
}
.contact-form form.wpcf7-form span.wpcf7-not-valid-tip{
    color: #f00 !important;
    font-size: 12px;
    padding-bottom: 0;
    font-weight: normal;
    display: block;
    padding-left: 25px;
}
.contact-form form.wpcf7-form span.wpcf7-form-control-wrap {
    padding-bottom:0;
}
div.wpcf7 .ajax-loader {
    background-repeat: no-repeat;
    background-position: 95%;
}

/* Categorías */
.categoria--box-content{
    padding-top: 40px;
}
.categorias .bajada, .jurado .bajada {
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
}
.categorias .title {
    font-size: 56px;
    padding-bottom: 40px;
}
.categorias h2 {
    font-size: 45px;
    font-weight: 300;
}
.categorias span {
    font-size: 30px;
}
.categorias .label {
    font-size: 24px;
}
.box-img--categorias span {
    font-weight: 300;
    font-size: 12px;
    text-align: right;
    display: block;
    padding-right: 30px;
}
.box-img--categorias img {
    margin-bottom: 10px;
}
.box-detail--left, .box-detail--right {
    position: relative;
}
.box-detail--right::after {
    content: '';
    width: 60%;
    height: 150px;
    background-color: #C0E7F8;
    z-index:-1;
    display: inline-block;
    position: absolute;
    right: -20%;
    bottom: -3%;
}
.box-detail--left::after {
    content: '';
    width: 60%;
    height: 150px;
    background-color: #C0E7F8;
    z-index:-1;
    display: inline-block;
    position: absolute;
    left: -15%;
    bottom: 5%;
}

/* Ganadores */
.ganadores .box-detail--left::after {
    content: '';
    width: 14%;
    height: 150px;
    background-color: #C0E7F8;
    z-index:-1;
    display: inline-block;
    position: absolute;
    left: -15%;
    /* bottom: -60px; */
    bottom: 12%;
}

/* Jurado */
.jurado .title { margin-bottom: 30px;}
.jurado .title b { font-weight: 700;}
.jurado figure img {width: 100%;height: 300px;}
.jurado figcaption { background: #e6e6e6; padding: 12px; min-height: 90px;}
.jurado figcaption strong { font-size: 18px; display: block; line-height: 20px;}
.jurado figcaption p { font-size: 12px; line-height: 14px; margin-top: 10px; margin-bottom: 0;}
.jurado .box-detail--left::after {
    content: '';
    width: 6%;
    height: 230px;
    background-color: #C0E7F8;
    z-index: -1;
    display: inline-block;
    position: absolute;
    left: -35%;
    top: 25%;
}
.jurado .box-detail--right::after { top: 40%; right: 0;}
.jurado .box-detail--left p:last-child { padding-bottom: 20px;}


/* Postulacion */

.boton.postulacion {
    background-image: url('../img/ico-descargar-white.svg');
    background-size: 20px;
}
.postulacion-form .wpcf7-form-control.wpcf7-submit {
    width: 70%;
    float: left;
    background-color: #E5007E;
    color: #fff !important;
    border: none;
    padding: 14px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    text-align: left;
    background-image: url('../img/ico-send.svg');
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    transition: ease .5s;
}
.postulacion-form.contact-form p strong {
    font-weight: 600;
}
.postulacion-form.contact-form p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
.postulacion-form select {
    width: 100%;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    border: none;
    background: #E6E6E6;
    border-radius: 15px !important;
    padding: 2px 20px;
    outline:0;
    color:#666;
    background-image: url('../img/ico-select.png');
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 15px;
}

/* Estilos input */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #666;
  -webkit-box-shadow: 0 0 0px 1000px #D3EEFA inset;
  transition: background-color 5000s ease-in-out 0s;
}

#postulacion label {
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    color: #666;
    line-height: 14px;
    font-size: 14px;
}
/* #postulacion label span:first-child {
    font-size: 14px ;
    line-height: 14px;
    padding-bottom: 5px;
    padding-left: 18px;
    color:#666;
} */
#postulacion.postulacion-form .form form input,
#postulacion.postulacion-form .form form textarea {
    font-size: 14px;
    font-weight: 300;
    outline: 0;
}
#postulacion.postulacion-form .form form input::placeholder,
#postulacion.postulacion-form .form form textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
}
#postulacion.postulacion-form .form form input[type="file"] {
    /* width: 0.1px;
    height: 0.1px;
    opacity: 0 !important;
    overflow: hidden;
    position: absolute;
    z-index: -1; */
}
#postulacion form p{
  overflow: hidden;
}
#postulacion .wpcf7-form input[type=file]{
  display: none;
}
#postulacion.postulacion-form .form form .inputs-proyectos p label.inputFileWrap,
#postulacion.postulacion-form .form form .inputs-fotos p label.inputFileWrap{
    background-color: #127DFF;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border-radius: 15px;
    padding-left: 10px;
    padding: 12px;
    display: none;
    margin-bottom: 15px;
    cursor: pointer;
}
#postulacion.postulacion-form .form form .inputs-proyectos p,
#postulacion.postulacion-form .form form .inputs-fotos p {
    margin: 0;
}
#postulacion.postulacion-form .form form .inputs-fotos p:first-child label.inputFileWrap,
#postulacion.postulacion-form .form form .inputs-proyectos p:first-child label.inputFileWrap {
    display: block;
}
#postulacion.postulacion-form .form form .inputs-fotos p:nth-child(2) label.inputFileWrap {
    display: block;
}
#postulacion.postulacion-form .form form label.inputFileWrap span.file-name {
    color: #fff;
    width: auto;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 0;
}
#postulacion.postulacion-form .form form p button#addFile,
#postulacion.postulacion-form .form form p button#addImgProceso,
#postulacion.postulacion-form .form form p button#addImg {
    background-color: transparent;
    background-image: url('../img/icon-plus.png');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    margin: 10px 0;
    border: none;
    height: 35px;
    width: 36px;
    background-size: cover;
    outline: 0;
}
#postulacion.postulacion-form .form form  label.inputFileWrap.show {
    background-color: #5AA4FF;
    margin-bottom: 10px;
}

#postulacion.postulacion-form .form form .wpcf7-form-control-wrap.proceso-proyectual-1,
#postulacion.postulacion-form .form form .wpcf7-form-control-wrap.foto-proyecto-1 {
    display: none;
}
#postulacion p.box-submit{
    padding-bottom: 25px;
}
#postulacion input[type="submit"] {
    margin-top: 10%;
}
#postulacion div.wpcf7 .ajax-loader {
    background-repeat: no-repeat;
    background-position: 5% 10%;
    margin-top: 36px;
    background-image: url(../img/ajax-loader.gif);
    background-size: 50px;
    height: 50px;
    width: 50px;
    padding-bottom: 0;
}
#postulacion div.wpcf7-mail-sent-ok {
    border: none;
    margin-top: 0;
    padding: 0;
    display: block;
    font-size: 25px;
    font-weight: 300;
}
#postulacion.postulacion-form .form form button[type=button]{
  transition: all .3s ease-in-out;
  cursor: pointer;
}
#postulacion.postulacion-form .form form button.out{
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.wpcf7-list-item.first, .wpcf7-list-item.last {
    margin-left: 0;
    width: 45% !important;
    padding-bottom: 0 !important;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label{
    font-size: 14px;
    color: #666;
    width: 30%;
    display: inline-block;
    padding-bottom: 0;
}
.wpcf7-form-control.wpcf7-radio {
    margin-left: 30px;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]{
    width: 15%;
}

.wpcf7-character-count.down {
    display: initial !important;
    font-size: 14px !important;
}

.wpcf7-form-control.wpcf7-textarea {
    padding: 15px;
    line-height: 18px;
}


/* Preguntas Frecuentes*/

.faq-question {
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
}
.faq-question b {
    color: #229ee1;
}
.faq-question:hover,
.faq-question.active {
    color: #009EE2;
}
.faq-arrow {
    background-image: url('../img/arrow-down.svg');
    background-position: left;
    background-repeat: no-repeat;
    width: 30px;
    display: block;
    height: 30px;
    float: right;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: -40px;
}
.faq-arrow:hover {
    color: #009EE2;
}
.faq-arrow.open {
    background-image: url('../img/arrow-up.svg');
}

/* Footer */
footer {
    padding-bottom: 30px;
}
.footer_brands,
.footer_social{
  padding: 0;
  float: right;
  overflow: hidden;
}
.footer_brands li,
.footer_social li{
  list-style: none;
  display: inline-block;
}
.footer_brands li{
  margin: 0 10px;
}
.footer_brands li:nth-child(4) a img{
    max-width: 90px;
}
.footer_brands img {
    max-width: 70px;
}
.footer_social li.social_text{
  margin-right: 15px;

}
.footer_social li a{
  display: block;
  width: 50px;
  height: 50px;
  background: #3F6FAA;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out;
  font-size: 22px;
}

.error404 .point{
  background-image: url(https://www.premioaporteurbano.cl/wp-content/themes/pau_2018/assets/img/point.png);
  background-size: 6%;
}
.error404 h1{
  font-size: 4.1em;
}
.error404 h1 span{
  display: block;
  font-weight: 300;
}
.error404 .page-content{
  padding: 0 5em;
}
.error404 .footer_social li a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_social li a.linkedin {
  background: #E84124;
}
.footer_social li a:hover {
    opacity: .8;
}

@media screen and (max-width: 1200px){
    .box-img--categorias span {
        padding-right: 0;
    }
}
@media screen and (max-width: 1024px) {
    .slick-slide img {
        height: 500px;
    }
}
@media screen and (max-width: 991px) {
    header  {
        position: relative;
        padding-top: 40px;
    }
    .nav-sup li .nav-sup--link.postular {
        display: initial;
    }
    .nav-sup li.link-postular{
        margin-top: 10px;
    }
    .ico-burger { display: block;}
    .slick-slide img {
        height: 400px;
    }
    nav {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
    .menu-mobile .nav-mobile.nav-sup {
        list-style: none;
        text-align: right;
        margin-bottom: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .menu-mobile .nav-mobile li {
        display: block;

    }
    .menu-mobile .nav-inf {
        padding-left: 0;
        margin-left: 0;
    }
    .menu-mobile .nav-sup li a, .nav-mobile ul li a {
        color: #000070;
        display: block;
        padding: 10px;
    }
    .menu-mobile .nav-sup li .nav-sup--link.preguntas {
        background-image: url('../img/ico-pregunta-azul.svg');
        text-align: right;
        padding-right: 45px;
    }
    .menu-mobile .nav-sup li .nav-sup--link.descargar {
        background-image: url('../img/ico-descargar.svg');
        text-align: right;
        padding-right: 45px;
    }
    .menu-mobile .nav-sup li .nav-sup--link.compartir {
        background-image: url('../img/ico-compartir.svg');
        text-align: right;
        padding-right: 45px;
        border-bottom: 2px solid transparent;
    }
    .nav-sup li .nav-sup--link.compartir {
        padding: 10px;
    }
    header .nav-inf #primary-menu {
        padding-left: 0;
        margin-left: 0;
    }
    header .nav-inf #primary-menu li {
        display: block;
        padding-right: 35px;
    }
    header .nav-inf #primary-menu li a {
        color: #009EE2;
        padding: 10px;
        display: block;
    }
    header.is-contact-header .nav-sup li .nav-sup--link.descargar,
    header.is-contact-header .nav-sup li .nav-sup--link.preguntas,
    header.is-contact-header .nav-sup li .nav-sup--link.compartir {
        text-align: right;
    }
    #que-es-pau .title {
        padding: 4%;
        font-size: 36px;
    }
    .bajada {
        line-height: 24px;
    }
    #objetivos .title,
    .title.contacto  {
        font-size: 36px;
    }
    .contact-form span, .container.contacto span {
        font-size: 24px;
    }
    .contact-form form input[type="submit"] {
        width: 60%;
    }
    .error404 h1{
      font-size: 2.5em;
    }
}

@media screen and (max-width: 768px){
    header, header.is-contact-header {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    #slider-home {
        padding-bottom: 0;
    }
    .slider-home .boton {
        display: block;
        width: 250px;
    }
    .slider-content .boton:last-child{
        margin-left: 0;
        margin-top: 15px;
    }
    .slider-content .title {
        font-size: 45px;
    }
    .slick-slide img {
        height: 300px;
    }
    .slider-content {
        padding-left: 0;
    }
    .slider-content span {
        font-size: 22px;
    }

    .contact-form .form {
        padding: 0;
    }
    .categorias .box-img--categorias {
        padding-top: 40px;
    }
    .categorias .box-detail--left span {
        font-size: 22px;
    }
    .box-detail--right::after{
        right: 20px;
    }
    .categorias .label {
        font-size: 18px;
    }
    .categorias h2 {
        font-size: 32px;
        padding-bottom: 20px;
    }
    .footer_brands,
    .footer_social{
        float: none;
        display: table;
        margin: 0 auto;
    }
    .footer_brands li{
        display: inline-block;
        margin: 10px;
    }
    .footer_social li.social_text{
        display: inline-block;
    }
    .footer_social li{
        margin: 0 5px;
    }
    .jurado figure img { height: auto;}
    .error404 .page-content{
      padding: 0;
    }
}
@media screen and (max-width: 767px) {
    #que-es-pau {
        padding-top: 25px;
    }
    #que-es-pau > .container, #objetivos > .container {
        padding-left: 0;
        padding-right: 0;
    }
    .boton.categorias {
        margin-right: 5%;
    }
    #que-es-pau .row:last-child img {
        margin-top: 0;
    }
    .bajada {
        padding: 20px;
    }
    #objetivos .title {
        padding: 4%;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .bajada.box-color-detail::after {
        bottom: -8%;
    }
    .slider-home .boton {
        background-size: 14px;
        padding: 10px 30px;
        padding-right: 70px;
        text-align: center;
    }
    .slider-content {
        padding-bottom: 10%;
    }


}
@media screen and (max-width: 480px)  {
    .logo {
        width: 50%;
    }
    .slider-content .title {
        font-size: 30px;
    }
    .slider-content span {
        font-size: 16px;
    }
    .slick-slide img {
        height: 250px;
    }
    .footer_brands,
    .footer_social{
        float: none;
        display: table;
        margin: 0 auto;
    }
    .footer_brands li{
        display: block;
        margin: 10px;
    }
    .footer_social li.social_text{
        display: block;
    }
    .footer_social li{
        margin: 0 5px;
    }
}

@media screen and (max-width: 320px) {
    .logo {
        width: 75%;
    }
}

#tabs .tabs-nav{
  margin-bottom: 80px;
}

#tabs ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#tabs ul li{
  margin-right: 25px;
  display: inline-block;
}
#tabs ul li a{
  color: #000;
  font-size: 30px;
}
#tabs ul li a:hover{
  color: #E5007E;
  text-decoration: none;
}
#tabs ul li.ui-state-active a{
  color: #E5007E;
  text-decoration: underline;
  font-weight: 700;
}
#tabs .box-detail--left .title{
  padding: 0;
  margin: 0;
  /* line-height: 58px; */
  /* font-size: 68px; */
  margin-bottom: 10px;
}
#tabs .box-detail--left span{
  /* font-size: 42px; */
  line-height: 25px;
}
#tabs .box-detail--left::after{
  content: none;
}
#tabs .card{
  border: none;
}
#tabs .card h5{
  font-size: 18px;
}
#tabs .card p{
  font-size: 12px;
}
#tabs .card-body{
  background: #E6E6E6;
}
.ui-tabs-panel{
  opacity: 0;
  transition: all .3s ease-in;
}
.ui-tabs-panel.present{
  opacity: 1;
}
@media screen and (max-width: 768px){
  #tabs .tabs-nav{
    margin-bottom: 50px;
  }
  #tabs .box-detail--left .title{
    line-height: initial;
    font-size: 32px;
    margin: 0;
  }
  #tabs .box-detail--left span{
    font-size: 18px;
    line-height: initial;
  }
  #tabs .tabs-nav {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  #tabs ul li {
    margin: 0 10px !important;
  }
}


.nominados .card{
    border-radius: 0;
    border: none;
}

.nominados .card-header{
    border-radius: 0;
}

.nominados .card-body{
    border-radius: 0;
    background: #E6E6E6;
}
