<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************/
/** Modulo perfiles **/
/*****************************/

#container-card-perfiles a{
    display: block;
    color: var(--sky-blue);
    width: auto;
    max-width: 320px;
  }
#container-card-perfiles a:hover{
  color: white;
  text-decoration: none;
}
#texto_explorar_opciones{
  max-width: 470px;
  animation: escalatxt 2s infinite;
}
@keyframes escalatxt {
  0%   {transform: scale(1);}
  50%  {transform: scale(1.1);}
  100%  {transform: scale(1);}
}
@media (max-width: 1024px){
    #container-card-perfiles p.w-50{
      width: 100% !important;
    }
    
}



.botoncajacalifica2 {
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  width: 50%;
  width: 210px;
  border: 0;
  height: auto;
  padding: 15px;
  background-color: #49a5e6;
  background: linear-gradient(to right, #004481 50%, #004481 50%);
  background-size: 206% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  background-image: linear-gradient(100deg, #004481 50%, #49a5e6 50%);
  font-family: "BentonSansBBVA-Medium";
}

.botoncajacalifica2:hover {
  background-position: left bottom;
  background-image: linear-gradient(100deg, #004481 50%, #49a5e6 50%);
  color: #fff !important;
  text-decoration: none;
}</pre></body></html>