/* Error de minimización. Devolviendo el contenido no minimizado.
: run-time error CSS1066: Unexpected end of file encountered
 */
html, body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif!important;
    /*background-color: #f6f6f6!important;*/
    font-weight: 100;
}

.c-pointer {
    cursor: pointer;
}

.cardTitulo {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 126px;
    margin-bottom: -6px;
    color: rgba(0, 0, 0, .87);
    background-color: #09395f!important;
    color: #fff!important;
    background-image: url("Images/line_header.png");
    background-position: bottom;
    background-size: 100% 6px;
    background-repeat: no-repeat;
    z-index: 999!important;
}

.cardTitulo h2 {
    margin-top: 35px;
}

.titulox {
    width: 50%;
    margin-top: 90px!important;
    position: absolute;
    left: 70px;
    font-weight: 300!important;
    font-size: 2.6em!important;
}

#menu-logo {
    margin-left: 20px;
}
img.logob {
    margin-bottom: -90px;
    margin-left: 30px;
    margin-right: 25px;
    width: 200px;
    height: 116px;
    box-shadow: 2px 2px 5px #999;
    border-radius: 3px;
    z-index: 999!important;
}
img.logob2 {
    margin-bottom: -90px;
    margin-left: 30px;
    margin-right: 25px;
    width: 400px;
    height: 116px;
    box-shadow: 2px 2px 5px #999;
    border-radius: 3px;
    z-index: 999!important;
    background-color: white;
}
.bg-info {
    background-color: #053861!important;
    padding:6px;
}
.bg-danger {
    padding:6px;
}
.text-white {
    margin-bottom:6px;
}
.card-header:hover {
    background-image: linear-gradient(#053861, #074475);
}

.border-info {
    border-color: transparent!important;
}
.fotoperfil {
    float: right;
    border: 3px solid #f6f6f6;
    margin: 13px;
    border-radius: 50%;
    width:80px;
    height:80px;
    margin-top: 0px;
}

h2 {
    font-weight:300;
    line-height: 1.5em;
    margin-top: 35px;
    text-align: left!important;
}

.logueado {
    vertical-align: middle; 
    position: absolute; 
    right: 1%; 
    top: 14%; 
    width:500px; 
    text-align:right;
    font-size: 14px;
}

.card-body {
    background-color: #f1f1f1!important;
}

.card-header {
    border-bottom: 1px solid rgba(255,255,255,0.1)!important;
}

#redondo {
    border-radius: 10px!important;
}

input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 6px !important;
    font-size: 14px;
    line-height: 1.42857143;
    border: none !important;
    background-color: #fff;
    background-image: none;
    border-bottom: 3px solid #ccc !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

input:hover {
        border-bottom: 3px solid #09395F !important;
    }

textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 6px !important;
    font-size: 14px;
    line-height: 1.42857143;
    border: none !important;
    background-color: #fff;
    background-image: none;
    border-bottom: 3px solid #ccc !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

textarea:hover {
        border-bottom: 3px solid #09395F !important;
    }
 
input[type='radio'] {
    -webkit-transition: 0.3s!important;
         -o-transition: 0.3s!important;
        transition: 0.3s!important;
        visibility: hidden;
        -moz-appearance:none!important;
}

input[type='radio']:after {
        width: 25px;
        height: 25px;
        border-radius: 15px;
        top: 4px;
        left: -3px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
         -webkit-transition: 0.3s!important;
         -o-transition: 0.3s!important;
        transition: 0.3s!important;
    }
input[type='radio']:hover {
    opacity: 0.6;
     -webkit-transition: 0.3s!important;
         -o-transition: 0.3s!important;
        transition: 0.3s!important;
}

    input[type='radio']:checked:after {
        width: 24px;
        height: 24px;
        border-radius: 15px;
        top: 4px;
        left: -3px;
        position: relative;
        background-color: #09395f;
        border: solid 3px #d1d3d1!important;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
         -webkit-transition: 0.3s!important;
         -o-transition: 0.3s!important;
        transition: 0.3s!important;
    }

.btn-primary {
    margin-top:30px!important;
    font-weight: 500!important;
    font-size:13px!important;
    background-color: #006EB7!important;
    border: hidden!important;
    width: 150px!important;
    border-top-left-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
    border-top-right-radius: 2px!important;
    border-bottom-right-radius: 2px!important;
    padding: 10px!important;
    box-shadow: 0 5px 0 #024e81!important;
    color: #fff!important;
    text-transform: uppercase!important;
    -webkit-transition: all 0.3s!important;
    transition: all 0.3s!important;
    float:right!important;


}

.btn-primary:hover {
    border-bottom: hidden!important;
    box-shadow: 0 1px 0 #024e81!important;
    transform: translateY(2px)!important;
    background-color: #024e81!important;
    outline: none!important; 
}

.btn-info {
    margin:15px 30px 0px 30px!important;
    font-weight: 500!important;
    font-size:13px!important;
    background-color: #11456D!important;
    border: hidden!important;
    width: 150px!important;
    border-top-left-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
    padding: 10px!important;
    box-shadow: 0 5px 0 #0B2F3F!important;
    color: #fff!important;
    text-transform: uppercase!important;
    -webkit-transition: all 0.3s!important;
    transition: all 0.3s!important;
}

.btn-info:hover {
   border-bottom: hidden;
    box-shadow: 0 1px 0 #0B2F3F!important;
    transform: translateY(2px)!important;
    background-color: #0B2F3F!important;
}

.btn-success {

    margin-top:30px!important;
    font-weight: 500!important;
    font-size:13px!important;
    background-color: #11456D!important;
    border: hidden!important;
    width: 150px!important;
    border-top-left-radius: 2px!important;
    border-bottom-left-radius: 2px!important;
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
    padding: 10px!important;
    box-shadow: 0 5px 0 #0B2F3F!important;
    color: #fff!important;
    text-transform: uppercase!important;
    -webkit-transition: all 0.3s!important;
    transition: all 0.3s!important;
    float:right!important;
}

.btn-success:hover {
   border-bottom: hidden;
    box-shadow: 0 1px 0 #0B2F3F!important;
    transform: translateY(2px)!important;
    background-color: #0B2F3F!important;
}

@media only screen and (max-width: 800px) {

    .cardTitulo {
        height: 350px;
    }
    .logueado h2 {
        width:100%;
        float:none;
        margin-bottom: 50px;
    }
    .logueado {
        width:100%;
        float:none;
        top:15px;
    }
    img.logob {
        position: absolute!important;
        bottom:65px;
        text-align: center;
    }
    img.logob2 {
        position: absolute!important;
        bottom:65px;
        text-align: center;
    }
    h2 {
        /*width:300px;*/
        float:none!important;
        position: absolute!important;
        bottom:120px;
        left:18px;
        font-size: 28px!important;
    }
        .text-white {
        margin-bottom:-5px!important;
    }
}

@media only screen and (max-width: 1136px) { 
    .cardTitulo h2 {
        margin-top: 10px!important;
    }
}

@media only screen and (max-width: 520px) {
    img.logob2 {
            width: 300px!important;
            height: 100px!important;
    }
}

@media only screen and (max-width: 370px) {
    img.logob2 {
            width: 250px!important;
            height: 90px!important;
    }
}


.title-pregunta { color: #0e4174; font-size: 18px; font-weight: bold;}

.form-check-inline { display:-webkit-inline-box! important; }


.rating {
 display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  /*height: 150px;*/
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

div.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='rgb(25, 107, 193)' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='rgb(14, 65, 116)' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating-textos { font-size: 11px;}

.con-check {

  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-size: 14px;
}


/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.con-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
       
/* On mouse-over, add a grey background color */
.con-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.con-check input:checked ~ .checkmark {
  background-color: #0e4174;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.con-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.con-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);


