/* CSS Document */
@font-face{
  font-family: OpenSans;
  src: url("fonts/OpenSans-Regular.ttf")
}
@font-face{
  font-family: OpenSans;
  src: url("fonts/OpenSans-SemiBold.ttf");
  font-weight: bold;
}
@font-face{
  font-family: Montserrat;
  src: url("fonts/Montserrat-Regular.ttf")
}
@font-face{
  font-family: Montserrat;
  src: url("fonts/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face{
  font-family: Montserrat;
  src: url("fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face{
  font-family: Montserrat;
  src: url("fonts/Montserrat-Bold.ttf");
  font-weight: bold;
}
.tab{
  min-height: 100vh;
  top: 0 !important;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
label.opcion{
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 3px solid #65A9E9;
  border-radius: 12px;
  font-family: OpenSans;
  font-weight: bold;
  color: #2A4F92;
  letter-spacing: 0;
  text-align: center;
  margin: 10px 0;
}
label.opcion>p{
  font-size: 1rem;
  text-align: left;
}
label.opcion>img{
  width: 80px;
}
input.opcion:checked+label.opcion{
  background: #2A4F92;
  color: #FFFFFF;
}
.organo label.opcion>img{
  width: 60px;
}
.organo label.opcion>p{
  margin: 0;
  font-size: .9em;
}
.organo label.opcion{
  flex-direction: column;
}
@media only screen and (min-width: 601px){
  .row .col.m2-5{
    width: 20%;
  }
  .organo label.opcion>p{
    font-size: 1em;
  }
}
.tabs-content.carousel.carousel-slider {
    height: 100vh !important;
}
.carousel.carousel-slider .carousel-item p {
    font-size: inherit;
}
.row .col.header{
  color: #E0E0E0;
  background: #2A4F92;
  min-height: 100px !important;
  margin-bottom: 0px;
  padding: 30px;
}
.header h4 {
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 600;
  margin-top: 10px;
}
.header h6 {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
.atras, .adelante{
  border-radius: 8px;
  font-family: Montserrat;
  font-weight: Bold;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
}
.atras{
  background: #FFFFFF;
  color: #727272;
  border: 1px solid #979797;
}
.adelante{
  background: #66B3F1;
  color: #FFFFFF;
  border: 3px solid #65A9E9;
}

.ui-widget-header{
  background: #2A4F92;
  color: #E0E0E0;
  font-weight: bold;
}
.ui-dialog{
  font-family: OpenSans
}
label.boton {
  background: #FFFFFF;
  border: 2px solid #65A9E9;
  border-radius: 12px;
  font-family: OpenSans;
  font-weight: bold;
  font-size: 12px;
  color: #2A4F92;
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin: 5px;
  padding: 8px;
}

input:checked + label.boton{
  background: #2A4F92;
  color: white;
}
.oculto{
  height: 1px;
  opacity: 0;
}
strong{
  font-weight: bold;
}
.tab>.row:last-child{
  margin-top: 70px;
}
.modal{
  display: none;
  background: #000000EB;
  align-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  font-family: Montserrat;
  font-weight: 500;
  z-index: 1000;
}
.modal>div{
  background: white;
  border: solid 1px #2A4F92;
  border-radius: 12px;
  position: relative;
  width: 90%;
  padding: 30px 25px;
  color: #1D80BB;
  margin: auto;
  max-width: 380px;
  max-height: 90vh;
}
.modal>div>p{
  overflow: scroll;
  max-height: 60vh;
}
.modal ul{
  padding-left: 45px;
}
.modal .cerrar{
  width: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
.modal h6{
  font-weight: bold;
}
.modal li{
  display: flex;
  align-items: center;
}
.modal li>img {
    margin-right: 15px;
}
.modal .fuente{
  font-size: 12px;
  text-align: right;
  font-style: italic;
}
header, div.header-top{
  position: relative;
  z-index: 10;
}
header img,div.header-top img{
  margin: 10px 0;
  padding: 5px;
  height: 60px;
}
:not(.header)>h6 {
  color: #2a4f92;
  margin-bottom: 40px;
  font-weight: 500;
}
h6>a{
  color: #2a4f92 !important;
    font-weight: 700;
    text-decoration: underline;
}
.barra{
  position: absolute;
    z-index: 1;
    height: 100px;
    top: 85.75px;
    width: 100vw;
    background: #2a4f92;
}
a.boton{

  background: #FFFFFF;
  border: 2px solid #65A9E9;
  border-radius: 12px;
  font-family: OpenSans;
  font-weight: bold;
  font-size: 12px;
  color: #2A4F92;
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin: 5px;
  padding: 8px;
}
a.boton.full{
  background: #65A9E9;
  color: white;
  font-size: 16px;
  border-radius: 20px;
}
.footer{
  background: #2A4F92;
  min-height: 100px !important;
  padding: 20px;
}
input[type=number],input[type=email]{

  background: #FFFFFF;
  border: 2px solid #65A9E9;
  border-radius: 12px;
  font-family: OpenSans;
  font-weight: bold;
  font-size: 18px;
  color: #2A4F92;
  padding: 8px;
  width: 200px;
}
#loader{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background: white;
  display: none;
  align-items: center;
  justify-content: center;
}
#laoder>img{
  width: 50%;
}
