.modal-header{
  background-color: #33498f !important;
}

.btn-text-left{
  text-align: left; 
}

.btn-text-right{
  text-align: right;
}

.div-el {
      background-color: #f79421; /*#EE5402*/
}

.nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}
.nav .nav-item{
  width: 50%;
  /* border: 1px solid #ccc; */
  margin-bottom: 2px;
}
.nav .nav-item.active a{
 background:#5e72e4;
 color: #fff;
 border-radius: 4px;
 text-align: center;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #dad8d8;
  border-radius: 4px;
  text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: #5e72e4;
  border-radius: 4px;
}
.nav-item:not(:last-child) {
  padding-right: 1rem;
}

.modal-dialog.modal-1200 {
    width: 1200px;
    margin: 30px auto;
}

$("#frmPregunta").css("display", "none");

$("#frmAlternativa").css("display", "none");



img.zoom {
    width: 350px;
    height: 200px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(15); 
    -moz-transform: scale(15);
    -o-transform: scale(15);
    transform: scale(15);
}

.loader {
    display: none;
  }

.loader.active {
    display: block;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #33498f !important;
}

.nav-link, .nav-link:hover, .nav-link:active, .nav-link:visited {
    color: #fff;
    background-color: #33498f !important;
}

.float-right, .float-right:hover, .float-right:active, .float-right:visited {
    color: #33498f !important;
}