<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#prestamosocialeswrapper{
	overflow: initial;
}

#prestamosocialeswrapper #fondo {
  background-image: url(../img/fondo_triangulos.jpg);
  
 }

#prestamosocialeswrapper .titulo h2 {
	text-align: center;
	color: #2b89c9;
	font-size: 24px;
	padding-top: 10px;
	margin-bottom: 0;
}


#prestamosocialeswrapper hr.linea {
  border-color: #01ae99;
  background-color: #01ae99;
  height: 1.3px;
  margin-top: 10px;
}

#prestamosocialeswrapper .texto p {
  font-size: 20px;
}

#prestamosocialeswrapper ul {
  padding-left: 2rem;
  list-style-type: none;
}

#prestamosocialeswrapper ul li {
  padding-left: 2.7rem;
  background-image: url(../img/check_icon.png);
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #01ae99;
  background-position: 0 0%;
}

#prestamosocialeswrapper .list{
  text-align: center;
  display:inline-block;
}

#prestamosocialeswrapper .jubilado img {
  width: 206px;
  margin-left: 60px;
}

#prestamosocialeswrapper .personajes { 
  display: none; 
  }

#prestamosocialeswrapper button.btn { 
  background-color: #01ae99;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  
  }


#prestamosocialeswrapper button.btn.secundario {
	background-color: #fff;
	border-color: #01ae99;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 17px;
	border-radius: 5px;
	margin-top: 10px;
}


#prestamosocialeswrapper .btn.secundario {
	color: #01ae99;
}


#prestamosocialeswrapper .btn.secundario:hover {
	background-color: #ddf1ff;
	color: #01ae99;
}



#prestamosocialeswrapper .btn  { 
  color: #fff;
  text-decoration: none;
  }

#prestamosocialeswrapper  .btn:hover { 
    background-color: #2b89c9; 
    color: #fff;
    }

@media (max-width: 767px) {
  
#prestamosocialeswrapper   ul {
    padding-top: 15px;
  }
#prestamosocialeswrapper   .jubilado { 
    display: none; 
    }

#prestamosocialeswrapper  .personajes { 
    display: block;  
    }

#prestamosocialeswrapper  .personajes img {
    width: 50rem;
    }

#prestamosocialeswrapper    button.btn { 
      text-align: center;
      width: 100%;
      padding-left: 2em;
      padding-right: 2em;
      margin-top: 1em;
      }
}

@media (max-width: 529px) {
#prestamosocialeswrapper    .personajes img {
    width: 40em;
    }
 }

 @media (max-width: 400px) {
 #prestamosocialeswrapper   .personajes img {
    width: 30em;
    }

 #prestamosocialeswrapper   button.btn { 
      padding-left: 1em;
      padding-right: 1em;
      }
 }</pre></body></html>