*{
    font-family: 'Roboto';
    outline:none;
    z-index: 1;
}
a:hover {
    text-decoration: none;
}
a:focus{
    outline:none;
}
html,
body {
	height: 100%;
}
body{
    padding-top: 108px;
    background: #f7f6f6;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.p-relative{
    position: relative;
}
.overhidden{
    position: relative;
    overflow: hidden;
}
.navbar-principal{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background: #fff;
    padding: 15px 0 !important;
    z-index: 5;
}
#mainNav .logo-1,
#mainNav .logo-2{
  height: 55px;
  width: auto;
}
@media (max-width: 991px){
  #mainNav .logo-1,
  #mainNav .logo-2{
    height: 45px;
    width: auto;
  }
  #mainNav .container{
    max-width: 100%;
  }
  body {
    padding-top: 70px;
  }
}
@media (max-width: 650px){
  #mainNav .logo-2{
    height: 35px;
  }
}
@media (max-width: 600px){
  #mainNav .col-auto{
    width: 100%;
    text-align: center;
  }
  #mainNav .logo-1{
    height: 50px;
    margin-bottom: 5px;
  }
}
.container-home{
  padding-top: 100px;
  padding-bottom: 100px;
}
.bloque-advertencia{
    position: relative;
    color:#fff;
    background: #fff;
    margin-bottom: 45px;
}
.bloque-advertencia a {
    color: #fff;
}
.bloque-advertencia a:hover {
    color: #fff;
}
.bloque-advertencia > .part-1 {
    padding: 15px 15px;
    text-align: center;
}
.bloque-advertencia > .part-2 {
    background-color: #7d7d7d;
}
.bloque-advertencia .part-2 .inner{
    padding: 50px 35px;
}
.bloque-advertencia .part-2 .inner .content h4,
.bloque-advertencia .part-2 .inner .content p {
    margin-bottom: 15px;
}
.form-control {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: none !important;
    border: 1px solid #afafaf !important;
}
.form-control:focus{
    border-color: #ced4da;
}
.form-control::placeholder{
    color:#909090;
}
.content-form{
    padding-left: 40px;
}
.item-form{
    margin-bottom: 40px;
}
.item-form .title{
    font-size: 24px;
    color: #e6140c;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    padding-left: 3px;
}
.item-form .title span{
    left: -25px;
    position: absolute;
}
.form-group .text{
    font-size: 12px;
    margin-top: 5px;
    display: table;
}
.contenido{
    text-align: justify;
    font-size: 14px;
}
.row-last .inner{
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.row-last .inner h4,
.row-last .inner h4 a{
    color:#e6140c;
    font-weight: 600;
    font-size: 22px;
}
.row-last .inner h4 a:hover{
    text-decoration: underline;
}
.btn-enviar{
  background: #e6140c;
  width: 100%;
  font-weight: 600;
  color: #fff;
  border: 0;
  padding: 15px 0;
  font-size: 24px;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 4px;
  text-transform: uppercase;
  max-width: 650px;
  display: table;
}
.form-inline{
    display: inline-block;
}
.form-small{
    max-width: 85px;
}
div.parrafo{
    font-size: 14px;
}
.parrafo .part-2,
.parrafo .part-3{
    min-width: 55px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.parrafo input{
    font-size: 14px;
}
.parrafo-adicional{
    padding-left: 120px;
    position: relative;
}
.parrafo-adicional .texto{
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 14px;
    max-width: 115px;
    width: 100%;
    margin: 0;
}
.p-informacion{
    font-size: 14px;
    position: relative;
    top: 7px;
}
.customcheck.error .checkmark {
    border-color: #000;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #000;
    border-radius: 4px;
}
.customcheck input:checked ~ .checkmark {
    background-color: white;
    border-radius: 5px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.customcheck input:checked ~ .checkmark:after {
    display: block;
}
.customcheck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.customcheck{
    position: relative;
    padding-left: 25px;
}
.customcheck input{
    opacity: 0;
    position: absolute;
    left:0;
}
.customcheck .error ~ .checkmark{
    border: 1px solid red;
}
.customcheck .error ~ .text{
    color: red;
}
.titulo-20{
  font-size: 20px;
  font-style: italic;
  font-weight:400;
}
.grupo-premios p{
  font-size:14px;
  margin-bottom: 5px;
}
.grupo-premios .bloque textarea{
  max-width: 85%;
  border: 1px solid #000 !important;
  border-radius: 0;
  height: 150px;
}
.parrafo-procedencia .form-control{
    width:100%;
}
.parrafo-procedencia .form-inline{
    width: 20%;
    padding: 0 6px;
}
.ml-15{
    margin-left: 15px;
}
.p-participativo{
    padding-left: 15px;
    padding-right: 15px;
}
.content-subir{
    margin-top: 15px;
}
@media (max-width: 991px){
    .part-1,
    .part-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    .part-1 {
        padding-bottom: 15px;
    }
}
@media (max-width: 800px){
    .parrafo-procedencia span,
    .parrafo-cargo span{
        display: block;
        width:100%;
        padding-bottom: 12px;
    }
}
@media (max-width: 700px){
    .parrafo-procedencia .form-inline{
        width:100%;
    }
    .parrafo-radio .item{
        display: block;
        width:100%;
        margin-bottom: 10px;
    }
    .grupo-premios .bloque {
        margin-left: -25px;
    }
    .grupo-premios h3 {
        font-size: 18px;
    }
    .parrafo-radio-2 .item{
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }
    .parrafo-radio-2  .item-select{
        display: block;
        margin-top: 15px;
        padding-left: 12px;
        padding-bottom: 15px;
    }
    .parrafo-radio-2  .item-select select{
        width: 150px !important;
    }
    .parrafo-radio-2 .item-input,
    .parrafo-radio-2 .item-input input{
        width: 100% !important;
        padding-left: 15px;
    }
}
@media (max-width: 600px){
    .bloque-advertencia {
        padding-left: 0;
    }
    .bloque-advertencia .part-2 .inner {
        padding-left: 20px;
    }
    .item-form .title {
        font-size: 22px;
    }
    .content-form {
        padding-left: 25px;
        padding-right: 15px;
    }
    .grupo-premios .bloque textarea {
        max-width: 100%;
        height: 200px;
    }
    .parrafo-grado .form-inline,
    .parrafo-cargo .form-inline{
        width:100%;
        padding-top: 5px;
    }
    .parrafo-grado .form-inline .form-control,
    .parrafo-cargo .form-inline .form-control{
        width:100%;
    }
    .p-participativo{
        width:100%;
        display: table;
        padding: 0;
    }
}
@media (max-width: 550px){
    .btn-enviar {
        font-size: 18px;
    }
}
@media (max-width: 500px){
    .inputfile + label strong {
        font-size: 16px;
        width:100%;
    }
    .inputfile + label span,
    #label-attachment span {
        display: block !important;
        width: 100% !important;
    }
}
@media (max-width: 400px){
    .btn-enviar {
        font-size: 15px;
    }
    .row-last .inner h4,
    .row-last .inner h4 a {
        font-size: 18px;
    }
}
@media (max-width: 380px){
    .parrafo-adicional .texto {
        position: relative;
        top: 0;
        margin-bottom: 5px;
    }
    .parrafo-adicional {
        padding-left: 0;
    }
    .parrafo .part-2{
        min-width: auto;
        width: 45%;
    }
}
@media (max-width: 360px){
    .btn-enviar {
        font-size: 14px;
    }
}
.grupo-premios .wpcf7-list-item {
    display: block !important;
}
.codigo-identificacion {
    display: none;
}
.item-form .title a{
    color: #e6140c;
}
.item-form .title a i{
    font-size: 14px;
    position: relative;
    top: -8px;
}
.p-informacion a{
    color:#000;
}
.p-informacion a i{
    font-size: 10px;
    position: relative;
    top: -7px;
    right: 2px;
}
.tooltip-inner {
    background-color: #e6140a;
    font-size: 12px;
    max-width: 300px;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #e6140a;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #e6140a;
}
@media (max-width: 480px){
    .tooltip-inner {
        max-width: 260px;
    }
}
.item-contraparte{
    padding-bottom: 10px;
    padding-right: 50px;
    position: relative;
}
.grupo-contraparte .text{
    margin-top: -5px;
}
.item-contraparte .boton{
    background: red;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 12px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-contraparte .boton:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 1px;
}
.item-contraparte.item-contraparte-5 .boton{
    display: none;
}
.item-contraparte.item-contraparte-2,
.item-contraparte.item-contraparte-3,
.item-contraparte.item-contraparte-4,
.item-contraparte.item-contraparte-5{
    display: none;
}
.item-contraparte.activo{
    display: block;
}
.item-contraparte.item-anterior .boton{
    display: none !important;
}
.instrucciones-generales {
    margin-top: 50px;
}
.instrucciones-generales .item .part-1 {
    position: relative;
}
.instrucciones-generales .item .part-1 span {
    position: absolute;
    background: #e6150e;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.instrucciones-generales .item .part-2 {
    margin-left: 35px;
}
.instrucciones-generales .item .part-2 p {
    text-align: justify;
}
.box-input-especial{
    position: relative;
}
.box-input-especial .wpcf7-form-control-wrap{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    cursor: pointer;
}
.box-input-especial input[type="file"]{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    right: 0;
}
.box-input-especial .inputfile + label,
.box-input-especial #label-attachment{
    width:auto !important;
}
.p-14{
    font-size: 14px;
}
.p-14 a {
    color: #000;
}
.titulo {
    color: #fff;
}
.wpcf7-form-control-wrap.sexo .last span input {
    display: inline-block;
    width: 130px;
}
#instituciones-practica .checkmark,
#instituciones-prensa .checkmark {
    margin-top: 5px;
}
.content-message{
    margin-top: 30px;
}
.content-message p{
    font-size: 14px;
}
.alerta-radio-1,
.alerta-premio-1,
.alerta-premio-2{
    color:red;
    display: none;
}
.alerta-radio-1.mostrar,
.alerta-premio-1.mostrar,
.alerta-premio-2.mostrar{
    display: table;
}
.checkbox-custom .wpcf7-list-item-label{
    font-size: 14px;
}
.checkbox-custom .wpcf7-list-item {
    margin-bottom: 5px;
    position: relative;
}
.radio-custom .wpcf7-list-item-label,
.radio-custom .title{
    font-size: 14px;
}
.radio-custom .title{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.radio-custom{
    padding-top: 10px;
}
.checkbox-custom .wpcf7-list-item input{
    z-index: 5;
    position: relative;
    font-size: 22px;
    padding: 32px;
    width: 18px;
    left: -5px;
    height: 17px;
    top: 1px;
    opacity: 0;
}
.checkbox-custom .wpcf7-list-item:after {
    content: "";
    background: #f7f6f6;
    width: 17px;
    border: 1px solid #3c455a;
    height: 17px;
    display: block;
    position: absolute;
    left: -5px;
    top: 2px;
    border-radius: 3px;
    z-index: 0;
}
.checkbox-custom .wpcf7-list-item-label:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 13px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    left: 2px;
    top: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
    border-color: #212529;
}
.checkbox-custom .wpcf7-list-item input[type="checkbox"]:checked + :before{
    opacity: 1;
}

.radio-custom .wpcf7-list-item{
    position: relative;
}
.radio-custom .wpcf7-list-item input{
    z-index: 5;
    position: relative;
    font-size: 22px;
    padding: 32px;
    width: 18px;
    left: -5px;
    height: 17px;
    top: 1px;
    opacity: 0;
}
.radio-custom .wpcf7-list-item:after {
    content: "";
    background: #f7f6f6;
    width: 17px;
    border: 1px solid #000;
    height: 17px;
    display: block;
    position: absolute;
    left: -5px;
    top: 2px;
    border-radius: 50%;
    z-index: 0;
}
.radio-custom .wpcf7-list-item-label:before {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    left: -2px;
    border-radius: 50%;
    top: 5px;
    opacity: 0;
    z-index: 1;
    background: #000;
}
.radio-custom .wpcf7-list-item input[type="checkbox"]:checked + :before{
    opacity: 1;
}
.normal{
  margin-bottom: 7px;
  font-size: 14px;
  color:#212529;
}
.normal a{
  color:inherit;
  text-decoration: underline;
}
ul.normal,
ol.normal{
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}
.bloque-gris {
  background: #7d7d7d;
  padding: 11px 15px 6px 15px;
}
.bloque-gris p{
  margin-bottom: 5px;
}
.bloque-gris *{
  color:#fff !important;
  font-size: 14px;
}
.bloque-gris ul,
.bloque-gris ol{
  padding-left: 20px;
  margin-bottom: 5px;
}
div.wpcf7 .ajax-loader{
  display: table;
  margin: 5px auto;
}
@media (max-width: 767px){
  .row-files-items .col-auto{
    width: 100%;
  }
}
.nota-0{
  font-size: 13px;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  position: relative;
  top: -10px;
}
.subtitulo-general{
  font-size: 22px;
  color: #e6140c;
  font-weight: 500;
  margin-bottom: 5px;
  text-decoration: underline;
}
.p-14 a,
.content-message a{
  color: #e6140c;
  text-decoration: underline;
}
.instrucciones-generales .item .part-2 p a{
  text-decoration: underline;
}
.content-form input[type='radio'] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.content-form input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top:50%;
  left:50%;
}
.content-form input[type='radio']:checked:before {
  background: #000;
}
.content-form input[type='radio']:checked{
  border-color: #000;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
