element::selection {
  background-color: #565353 !important;
  color: whitesmoke;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important; }

element:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important; }

.bg-primary {
  background-color: #007bff !important; }

.text-primary {
  color: #007bff !important; }

.bg-secondary {
  background-color: #6c757d !important; }

.text-secondary {
  color: #565353 !important; }

.btn-primary {
  background-color: #007bff !important;
  border-color: #004a99 !important; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0062cc !important; }

.btn-primary:active {
  background-color: #004a99 !important;
  border-color: #003166 !important; }

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important; }

.nav-link:hover {
  background-color: #0c0c0c3b;
  color: #007bff;
  box-shadow: 0 0 10px #0c0c0c3b; }

.rounded-1 {
  border-radius: 0.25rem !important; }

.rounded-2 {
  border-radius: 0.5rem !important; }

.rounded-3 {
  border-radius: 1rem !important; }

.rounded-4 {
  border-radius: 1.5rem !important; }

.rounded-5 {
  border-radius: 3rem !important; }

.border-1 {
  border: 0.1rem solid #007bff !important; }

.border-2 {
  border: 0.25rem solid #007bff !important; }

.border-3 {
  border: 0.5rem solid #007bff !important; }

.border-4 {
  border: 0.75rem solid #007bff !important; }

.border-5 {
  border: 1rem solid #007bff !important; }

.border-secondary-1 {
  border: 0.1rem solid #6c757d !important; }

.border-secondary-2 {
  border: 0.25rem solid #6c757d !important; }

.border-secondary-3 {
  border: 0.5rem solid #6c757d !important; }

.border-secondary-4 {
  border: 0.75rem solid #6c757d !important; }

.border-secondary-5 {
  border: 1rem solid #6c757d !important; }

html {
  font-size: 13px; }

body {
  background-color: #6c757d;
  color: #565353;
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; }

h1 {
  text-align: center; }

.container {
  background-color: #007bff;
  color: #6c757d; }

.col {
  text-align: center; }

.card:hover {
  box-shadow: 0 0 10px #0c0c0c3b; }

input[type=radio] {
  display: none; }

input[type=radio] + label {
  display: inline-block;
  margin: 3px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #fff, #91aab6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #91aab6 #91aab6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #9197b6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

input[type=radio]:checked + label {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #118ec8;
  color: #ffffff; }

#RellenarEncuestaInicio.card-body:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: whitesmoke url("../images/inicio.jpg") center/cover;
  opacity: 0.5;
  z-index: -1; }

#SatisfaccionCAT.card-body:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: whitesmoke url("../images/CAT.jpg") center/cover;
  opacity: 0.5;
  z-index: -1; }

#SatisfaccionPROV.card-body:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: whitesmoke url("../images/PROV.jpg") center/cover;
  opacity: 0.2;
  z-index: -1; }

#SatisfaccionTRANS.card-body:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: whitesmoke url("../images/TRANS.jpg") center/cover;
  opacity: 0.2;
  z-index: -1; }

#SatisfaccionMERC.card-body:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: whitesmoke url("../images/MERC.jpg") center/cover;
  opacity: 0.5;
  z-index: -1; }

#SatisGral.card-body:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: whitesmoke url("../images/SatisGral.jpg") center/cover;
  opacity: 0.2;
  z-index: -1; }

#FinEncuesta.card-body:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: whitesmoke url("../images/FinEncuesta.jpg") center/cover;
  opacity: 0.2;
  z-index: -1; }

#RellenarEncuestaInicio, #SatisfaccionCAT, #SatisfaccionPROV, #SatisfaccionTRANS, #SatisfaccionMERC, #SatisGral, #FinEncuesta {
  position: relative;
  z-index: 1; }

.notificaerror {
  font-size: 1.2em;
  color: Red;
  height: auto;
  width: 100%;
  display: block;
  clear: both; }

/*------------------------
SHOW DE LOS MEDIAS QUERIES
------------------------*/
@media (min-width: 768px) {
  html {
    font-size: 16px; } }
@media only screen and (max-width: 767px) {
  #RellenarEncuestaInicio.card-body:before {
    background-image: url("../images/Inicio-moviles.jpg"); }

  #SatisfaccionCAT.card-body:before {
    background-image: url("../images/CAT-moviles.jpg"); }

  #SatisfaccionPROV.card-body:before {
    background-image: url("../images/PROV-moviles.jpg"); }

  #SatisfaccionTRANS.card-body:before {
    background-image: url("../images/TRANS-moviles.jpg"); }

  #SatisfaccionMERC.card-body:before {
    background-image: url("../images/MERC-moviles.jpg"); }

  #SatisGral.card-body:before {
    background-image: url("../images/SatisGral-moviles.jpg"); }

  #FinEncuesta.card-body:before {
    background-image: url("../images/FinEncuesta-moviles.jpg"); } }

/*# sourceMappingURL=estilos.css.map */
