/* Sobrescribe los colores en el tema Fruity */

/* Cambia el color de fondo principal */
body {
    background-color: #ffffff; /* Azul marino */
    color:  #ffffff;
}

/* Cambia el color de texto */
/*
p, span, h1, h2, h3, h4, h5, h6 {
    color: #ffffff; /* Blanco 
}*/

/* Cambia el color de los enlaces */
a {
    color: #184BFF; /* Nuevo azul Altia */
}

/* Cambia el color de fondo de los botones */
button, input[type="button"], input[type="submit"], input[type="reset"] {
    background-color: #184BFF; /* Azul marino más claro */
    color: #ffffff; /* Blanco */
}
#surveys-list-jumbotron {
  background-image: url("../files/FONDO_ALTIA_survey.png");

  /* Full height */
  height: 400px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
}

#surveys-list-jumbotron img {
    display: none !important;
}

.jumbotronhelper {
    display: inline-block;
    height: 100%;

}

input[type="radio"]:checked {
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color:  #184BFF !important;
 }
 
   .fruity .btn-outline-secondary {
     color: #184BFF !important;
     border: 1px solid #184BFF !important;
     border-radius: 0 !important;
 }  
 
 .fruity .btn-primary {
     background-color: #184BFF !important;
     background: #184BFF !important;
    border-color:#184BFF !important;
    color:#FFFFFF !important;
	border-radius: 0px !important;
    &:hover,&:focus{
      background: #FFFFFF !important;
      color:#184BFF !important;
 }
 
 .fruity .form-control {
     border: 1px !important;
     border-radius: 0 !important;
     
 }
   
/* Puedes seguir añadiendo estilos para otros elementos según sea necesario */
