@font-face {
	src: url('../bower_modules/fonts/Roboto-Medium.ttf?bust=rev5627')format('truetype');
	font-family: 'Roboto Medium';
}
@font-face {
	src: url('../bower_modules/fonts/Roboto-Bold.ttf?bust=rev5627')format('truetype');
	font-family: 'Roboto Bold';
}
@font-face {
	src: url('../bower_modules/fonts/Roboto-Regular.ttf?bust=rev5627')format('truetype');
	font-family: 'Roboto Regular';
}

html, body {
    height: 100%;
    overflow: hidden;
}
body {
    background-image:  url("../img/portada-ojv.jpg?bust=rev5627");
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto Regular';
}

.main{
    padding: 1em;
    margin: auto;
    overflow-y: auto;
    height: 100%;
}

@-moz-document url-prefix() {
    body{
        padding: 0px!important;
    }
}
@media only screen and (min-width: 580px){
    body{
        padding: 3px;
        scrollbar-width: thin;
    }
    .main::-webkit-scrollbar {
        width: 8px;
        height: 8px;
      }
      .main::-webkit-scrollbar-button {
        width: 30px;
        height: 30px;
      }
      .main::-webkit-scrollbar-thumb {
        background: rgba(80, 79, 79, 0.7);
        border-radius: 10px;
      }
      .main::-webkit-scrollbar-thumb:hover {
        background: #3d3d3dcb;
        cursor: pointer;
      }
      .main::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 10px;
      }
}

b, strong {
    font-family: 'Roboto Bold';
    font-weight: normal;
  }

label {
    font-size: 14px;
    line-height: 1.42857143;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #1c4366;
}
.font-weight-bold{
    font-family: 'Roboto Bold'!important;
    font-weight: normal!important;
}

.pg_title {
    color: #fff;
    font-family: sans-serif;
    font-weight: 700;
    position: relative;
}

#unica {
    position: relative;
    height: 530px;
}
#unica iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 530px;
    border-width: 0px;
    overflow: hidden;
    display: none;
}
@media only screen and (max-width: 463px){
    #unica {
        height: 565px;
    }
    #unica iframe {
        height: 565px;
    }
}
.pg_link {
    text-decoration: none;
    color: #0e3f8d !important;
}
.pg_text_info_index{
    color: #193a59;
    font-size: 16px;
    font-family: 'Roboto Bold';
    text-align: justify;
    position: relative;
    background-color: #d0e3ff91;
    border-radius: 8px;
    /* border: 1px solid #0e4e79de!important; */
    backdrop-filter: blur(2px);
}

.classInfo:hover {
    cursor: pointer;
}
.tooltip-inner {
    max-width: 500px;
    padding: .25rem .5rem;
    text-align: center;
    background-color: #02020240;
    border-radius: .25rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #02020240;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #02020240;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #02020240;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #02020240;
}

.card-container{
    background-color: #003f69ad;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-radius: 55px 15px;
    filter: drop-shadow(0 4px 4px rgba(0, 63, 105, 0.3));
}
.card-container hr{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 3px solid rgb(255, 255, 255);
}

.card-container h2, 
.card-container h3, 
.card-container p, 
.card-container a{
    color: #fff;
}
.card{
    background-color: #ffffff82;
    border-radius: 10px;
    filter: drop-shadow(0 4px 4px rgba(0, 63, 105, 0.3));
}

.card .card-header{
    background-color: #0e4e79de;
    color: #fff!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-header h3{
    font-size: 25px;
}

.border-primary{
    border-color: #0e4e79de!important;
}

.alert-danger {
    color: #dc3545;
    background-color: #FEECED;
    border-color: #fb6068!important;
}

.btn-primary, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #30a7de;
    border-color: #30a7de;
    border-radius: 15px;
    font-family: 'Roboto Bold';
}

.btn-primary:hover {
    color: #fff;
    background-color: #31beff;
    border-color: #31beff;
}

.btn-danger {
    color: #fff;
    background-color: #d63b56;
    border-color: #d63b56;
    border-radius: 15px;
    font-family: 'Roboto Bold';
}

.btn-danger:hover, .btn-danger.active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #e43f5b;
    border-color: #e43f5b;
}

.btn-success, .btn-success.active, .btn-success:not(:disabled):not(.disabled).active{
    color: #fff;
    background-color: #278a3e;
    border-color: #278a3e;
    border-radius: 15px;
    font-family: 'Roboto Bold';
}

.btn-success:hover {
    color: #fff;
    background-color: #22943d;
    border-color: #22943d;
}

.btn-sm{
    height: 100%;
    font-size: .9rem;
}

.cuerpo-login {
    margin: auto;
    width: 100%;
    background-color: #0e4e79c2;
    border-radius: 15px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.4));
  }
  
  .cuerpo-secundario {
    margin: auto;
    width: 100%;
    background-color: #0e4e79c2;
    border-radius: 15px;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.4));
  }
  
  .login_font_h2 {
    color: #ffffff;
  }
  

  .title-login{
    color: #ffffff;
    font-family: 'Roboto Bold';
    text-align: center;
    font-size: 26px;
  }
  
  .btn-ingreso-pjud {
    color: #fff;
    background-color: #C74B61;
    border-radius: 15px;
    width: 265px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto Bold';
  }
  
  .btn-ingreso-ci {
    color: #fff;
    background-color: #7CB960;
    border-radius: 15px;
    width: 265px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto Bold';
  }

  .alert-login-pjud{
    padding: 7px;
    font-family: 'Roboto Regular';
    text-align: center;
    color: #fff;
    background-color: #C74B61;
    font-size: 18px;
    width: 100%;
    margin: auto;
  }
  
  .alert-login-ci{
    padding: 7px;
    font-family: 'Roboto Regular';
    text-align: center;
    color: #fff;
    background-color: #7CB960;
    font-size: 18px;
    width: 100%;
    margin: auto;
  }

  .pg_card_mensaje {
    background-color: #003F69;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 35px 15px;
    filter: drop-shadow(0 4px 4px rgba(0, 63, 105, 0.3));
  }
   .pg_card_mensaje p, .pg_card_mensaje ul, .pg_card_mensaje a, .pg_card_mensaje ol, .pg_card_mensaje ul > li {
    color: #fff!important;
  } 
  .pg_card_mensaje ul {
    list-style: none;
    padding: 0;
    height: 20%;
  }
  .pg_card_mensaje ul li::before {
    content: "•";
    color: #E8DD76;
    font-weight: bold;
    display: inline-block;
    width: 1em;
  }
  .pg_card_mensaje ol {
    list-style: none;
    padding: 0;
  }
  .pg_card_mensaje ol > li {
    counter-increment: li;
  }
  .pg_card_mensaje ol li::before {
    content: counter(li) ". ";
    color: #E8DD76;
    font-weight: bold;
    display: inline-block;
    width: 1.3em;
  }
  .font_color_title {
    color: #E8DD76;
  }
  .i-close {
    background-color: #E8DD76;
    color: #003F69;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
}

.btn-close {
    background-color: #E8DD76;
    color: #003F69;
    border: 2px solid;
    border-color: #E8DD76;
    border-radius: 20px;
    font-family: 'Roboto Bold';
}

.pg_img {
    background-repeat: no-repeat;
    background-position: center;
    width: 60%;
    height: 60%;
  }