
.div-preguntas{ 
        margin:auto; 
        margin-top:60px
    }

.wrapper.style1 {
    background-color: #043f5d !important;
}

.wrapper.style2 {
  background-color: #F1F5FA !important;
  color: #043f5d;
}

.borde{
  -webkit-box-shadow: 6px 10px 29px -9px rgba(173,173,173,1);
  -moz-box-shadow: 6px 10px 29px -9px rgba(173,173,173,1);
  box-shadow: 6px 10px 29px -9px rgba(173,173,173,1);
  background-color: white;
}

.wrapper.style1-alt{
  background-color: #043f5d;
}

.wrapper.style2 :is(h1, h2, h3, h4, h5, h6) {
  color: #043f5d;
}

.wrapper > .inner {
  width: 100% !important;
}

#sidebar .logo{
  display: block;
}

#sidebar{
  background: #043f5d;
}

#sidebar nav a{
  color: rgba(255, 255, 255, 0.7);
}

#sidebar nav a:hover{
  color: rgba(255, 255, 255, 1);
}

#sidebar nav a:before {
  background: rgba(255, 255, 255, 0.7);
}

label{
  color: #043f5d;
}

.card-circle {
  width: 200px;
  height: 200px;
}

.inner-bip{
  padding: 2em 2em 2em 2em;
  text-align: end;
}

.logo img{
  width: 120px;
}

.button-dashboard {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease;
    -webkit-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    background-color:  #043f5d !important;
    border: solid 1px !important;
    border-color:  #043f5d; !important;
    border-radius: 3em;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.6em;
    font-weight: bold;
    height: calc(4.75em + 2px);
    letter-spacing: 0.25em;
    line-height: 4.75em;
    outline: 0;
    padding: 0 3.75em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

@media only screen and (max-width: 1300px) {
  
  .logo img{
    width: 50px;
  }

  .modal-content{
    width: 80% !important;
    background-color:#043f5d !important;
    margin-left: 30px;
    margin-right: 30px;
  }
  
  
}

@media only screen and (max-width: 768px) {
      .mobile-titulo-curso {
        font-size: 14px; 
        margin-left: 30px;
        margin-right: 80px;
        margin-top: 20px;
      }
      
      .div-preguntas{
          padding: 0px 50px 0px 50px;
      }

      
    }