#stickyMain #header {
  background: white;
  color: #65666a;
}

.bestText {
  color: #65666a;
}

#stickyFooter {
  width: 100%;
}

#stickyFooter #footer {
  width: 100%;
}

#footer_bottom_text {
  background: transparent;
}

#stickyFooter #footer {
  background: #65666a;
  color: white;
  margin-top: 20px;
}

#stickyFooter #footer a {
  color: white;
}

/********************* Nucleo Cristal  *********************/

.nucleocristal #stickyMain #header{
    background:#32728c;
}
.nucleocristal  #ticks .bestText{
    color:white;
}
.nucleocristal .stepContainer button{
    background: #32728c;
    border:#32728c;
}

.nucleocristal  .stepContainer button:hover{
    background-color: #63a4eb;
}
.nucleocristal  .swMain ul.anchor li a.selected{
    background: #32728c;
    border: #32728c;
}
.nucleocristal  .swMain ul.anchor li a.selected:hover{
    background: #63a4eb;
    border: #63a4eb;
}
.nucleocristal #logo_1{
    display:none;
}

/********************* Jardines Garmonal *********************/

.jardines-gamonal #stickyMain #header{
    background:#26afc1;
}
.jardines-gamonal #ticks .bestText{
    color:white;
}
.jardines-gamonal .stepContainer button{
    background:  #26afc1;
    border: #26afc1;
}

.jardines-gamonal  .stepContainer button:hover{
    background-color: #32728c;
}
.jardines-gamonal  .swMain ul.anchor li a.selected{
    background: #26afc1;
    border: #26afc1;
}
.jardines-gamonal  .swMain ul.anchor li a.selected:hover{
    background: #32728c;
    border: #32728c;
}