@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html { scroll-behavior: smooth; }
body { font-family: acumin-pro, sans-serif; font-size: 16px; color: #EFF5EF;
background-color: #006053;

}
.loader { opacity: 0; transition:opacity 0.8s ease-in-out;}
.loaded { opacity: 1; }
h1 { font-weight: 500; font-size: 1.4em; text-transform: uppercase; padding: 12px 0 2px;}

h2 { font-size: 1.4em; font-weight: 300; }

h3 { font-size: 1.25em; font-weight: 300; }

p, ul, a { font-size: 1em; font-weight: 200; line-height: 1.6em; padding: 12px 0;}
strong, b { font-weight: 500;}
dt { font-size: 1.12em; font-weight: 300; padding: 12px 0 10px 0;}
dd { font-size: 1em; font-weight: 200; padding: 0 0 12px 22px;}
.italica { font-weight: 200; font-style: oblique;}

a:link, a:visited { color: #EFF5EF; }
a:hover {color: #A4CFC2;}
a:active {color: #013e36;}

/* bloque central */

.centro-info {  display: flex; flex-direction: column; align-items: center; height: 100vh; justify-content: center; padding-bottom: 150px; }
img { max-width: 150px; }

.mr-8 { margin-right: 8px;}
.pd-20 { padding-left: 20px;}
.slash-style { color: #A4CFC2; font-weight: bold; font-size: 18px; }