@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Roboto", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
  	font-variation-settings:
    "wdth" normal;
	font-size: 16px;
	color: rgb(100,100,100);
}

.resaltar{
	color: white; font-weight: bold;
}

html {width:100%; height:100%; scroll-behavior: smooth;}
body {
	margin: 0px; width:100%; height:100%; background-color: rgb(255,255,255);
}
h1 {font-size:60px; font-weight: bold; text-decoration:none; margin: 0; color: #13457A;}	
h2 {font-size:20px; font-weight: normal; text-decoration:none; margin: 0; color: rgb(160,160,160);}
h3 {font-size:26px; font-weight: bold; text-decoration:none; margin: 0; color: #13457A;}
h4 {font-size:14px; font-weight: 200; text-decoration:none; }


a:link {
	color: rgb(41,41,41);
	text-decoration: none;
}

a:visited {
	color: rgb(41,41,41);
	text-decoration: none;
}

a:focus {
	color: rgb(41,41,41);
	text-decoration: none;
}

a:hover {
	color: rgb(41,41,41); cursor: pointer;
	text-decoration: underline;
}

a:active {
	color: rgb(41,41,41); 
	text-decoration: none;
}

main{
	position:relative; width:100%; margin: 0px; min-height: 100vh; text-align:center; background-color: rgb(255,255,255);
	display: -webkit-flex; 
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: start;
	-ms-justify-content: start;
	justify-content: start;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	}

.item-forma .material-symbols-outlined {
    font-size: 60px; /* Tamaño */
    color: grey;
    /* Grosor o "peso" del icono: 700 es el más grueso */
    font-variation-settings: 
      'wght' 500, 
      'FILL' 0; /* 1=relleno, 0=contorno */
    /* Alineación si están junto a texto */
    /*margin-top: 30px; margin-bottom: 30px; */
}

@media (max-width: 1000px) {
	h1 {font-size:40px; font-weight: bold; text-decoration:none; margin: 0; color: #13457A;}	
	h2 {font-size:20px; font-weight: normal; text-decoration:none; margin: 0; color: rgb(160,160,160);}
	h3 {font-size:23px; font-weight: bold; text-decoration:none; margin: 0; color: #13457A;}
	h4 {font-size:14px; font-weight: 200; text-decoration:none; }

}
