@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;600;800&display=swap');
.verde {color: #a6cb46;}
.azul {color: #282b40;}
.aqua {color: #7ec8b5;}
.gris {color: #65797d;}
.blanco {color: #fff;}

.light {font-weight:300;}
.black {font-weight:600; letter-spacing:1px;}

.titulo {
	font-family: 'Montserrat', sans-serif;
	color: #282b40;
	font-size: 22pt;
	line-height:25pt;
	letter-spacing: 2px;
	text-transform:uppercase;
	font-weight:800;
	
}

.titulo2 {
	font-family: 'Montserrat', sans-serif;
	color: #a6cb46;
	font-size: 16pt;
	letter-spacing: 4pt;
	font-weight:200;
	text-transform:uppercase;
	font-weight:300;
	line-height:22pt;
}

.texto1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16pt;
	line-height: 20pt;
	font-weight: 200;
	color: #65797d;
}
#col4 .texto1 { display: block; margin-top: 8%;}

.texto {
	font-family: 'Montserrat', sans-serif;
	font-size: 13pt;
	line-height: 18pt;
}
