/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2025 | 02:44:25 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* titulos */
body {  font-size: 16px; }
h1 {  font-size: 2em;  color:#000000;}

.txt_certificaciones { font-size:0.7em; text-align:left;}

/* botones */ 
.btn_cta_blanco {  color:#000000; background-color: #FFFFFF; border: solid black 1px; font-weight; 600; width:auto; padding 4px;
 !important}


/* imagenes*/ 
.img-clientes {   float: left; margin-right: 10px; }



/* mobile*/ 
@media (max-width: 1250px) {
  
	body {  font-size: 14px; }
	h1 {  font-size: 1.5em; color:#333333;}
	
	.txt_certificaciones { font-size:1em; }
}