body {
    font: 1.1em/1.2 Arial, Helvetica, sans-serif;
}

.header {
    background-color: #514c54;
    color: white;
    height: 30px;
    z-index: 1030;
}

footer {
    position: fixed;
    height: 25px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    color: #a4a4a4;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.menu {
  position: absolute;
  top:-3px;
  right: 0;
  padding-right: 10px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menu li{
float:left;
}

.menu li a {
  display: block;
  color: #9d96a1;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.bg-cover {
    /* box-shadow: inset 0 0 0 1000px rgba(0,0,0,.25); */
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    background-attachment: fixed; /* parallax */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 350px 0 290px;
    z-index: 0;
}

.grupo-nome {
    position: absolute;
    top: 225px;
    left: 0px;
    right: 0px;
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.nome {
    color: rgba(237,232,247,.8);
    font-size: 15vw;
}
.subnome {
    color: rgba(237,232,247,.8);
    font-size: 4vw;
}

.logo {
    position: absolute;
    margin: auto;
    top: -125px;
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50% 50% 0 0;
    display: inline-block;
}

main {
    /* border: 3px solid yellow; */
    background-color: white;
    position:absolute;
    top: 770px;
    left: 0px;
    right: 0px;
    width: 100%;
    /* ALINEAR ó MEDIO */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1530;
}

.container {
    display: grid;
    /* grid-template-columns: 2fr 1fr 1fr; /* a medida fr representa unha fracción de espacio*/*/
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fill,minmax(300px, 760px));
}

.grupo {
    margin: 25px;
    padding: 25px;
}

.card {
    background-color: white;
    box-shadow: 12px 12px 12px rgba(225, 225, 225, .7);
    border: 1px solid #e1e1e1;
    /* border-radius: 6px; */
    text-align: justify;
    color: #353b42;
}

.card h3 {
    color: #48505a;
}

.card hr {
    height: 1px;
    background-color: #ccc;
    border: none;
}

.icon {
    box-shadow: inset 0 0 0 1000px rgba(255,255,255,.5);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 3px 9px; 
    margin-right: 10px;
}

.phone {
    background-image: url("../images/icons/phone.svg");
}
.mail {
    background-image: url("../images/icons/envelope.svg");
}
.geo {
    background-image: url("../images/icons/map-marker.svg");
}

.contacto ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.contacto li {
  display: block;
  padding: 8px;
  font-size: 1.2em;
}

.contacto li a {
  color: #353b42;
  text-decoration: none;
}

.foot-spacer {
    padding: 160px;
}

.contido-letras {
    font-family: monospace, monospace;
    max-width: 38rem;
    padding: 2rem;
    margin: auto;
}

.logo-letras {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

#inputBuscador {
    display: block;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 85%;
    height: 34px;
    background: #fff;
    border-radius: 31px;
    font-size: 18px;
    color: #8f8fa1;
    line-height: 1.2;
    padding: 0 35px 0 35px;
}

@counter-style thumbs {
    system: cyclic;
    symbols: "♪" "♫" "♩" "♬";
    /*   
    prefix: "before";
    */
    suffix: " ";
}

#resultadosBusqueda {
    list-style: thumbs;
}

#resultadosBusqueda li {
    line-height: 2.5;
}

#content h1 {
    color: #a4a4bd;
    transform: scale(1, 0.9);
    -webkit-transform: scale(1, 0.9); /* Safari and Chrome */
    -moz-transform: scale(1, 0.9); /* Firefox */
    -ms-transform: scale(1, 0.9); /* IE 9+ */
    -o-transform: scale(1, 0.9); /* Opera */
}

/* mobiles! */
@media only screen and (max-width: 450px) {
    #inputBuscador {
        width: 55vw;
    }
}
