/* Efectos */
.fade {
    position: fixed;
    font-family: 'latomedium', sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 900;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.fade:target {
    opacity: 1;
    pointer-events: auto;
    overflow: auto;
}
.mdl-color-text--white {
    color: #fff !important;
}
.mdl-ripple {
    background: #000;
    border-radius: 50%;
    height: 50px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px;
    overflow: hidden;
}

/* Contacto */
.cntctsLnk {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}
.cntctsLnk--colored {
    color: rgb(0,188,212);
}
.cntctsLnk__ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.cntctsLnk--fab {
    border-radius: 50%;
    font-size: 24px;
    padding: 0;
    overflow: hidden;
    background: rgba(158,158,158,.2);
    box-shadow: 0 1px 1.5px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 24%);
    position: relative;
    height: 50px;
    margin: auto;
    min-width: 50px;
    width: 50px;
    line-height: 42px;
}
.cntctsLnk--fab.cntctsLnk--colored {
    background: rgb(105,240,174);
    color: rgb(66,66,66);
}
.cntctsLnk--fab.cntctsLnk--colored .mdl-ripple {
    background: rgb(66,66,66);
}
.cntctsLnk--fab .cntctsLnk__ripple-container {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000);
}
.cntctsTxt {
    height: 32px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    line-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background-color: #dedede;
    display: inline-block;
    color: rgba(0,0,0,.87);
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
}
.cntctsTxt__text {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
}

#contactos {
    z-index: 901;
}
#contactos + a {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px;
    overflow: visible;
    z-index: 902;
    font-size: 40px;
    background: black;
    line-height: 51px;
}
#contactos + a:hover, a:focus {
    color: #000000 !important;
    background: white !important;
    text-decoration: none;
}
#contactos:target{
    overflow:hidden;
}
#contactos:target div {
    z-index: 10;
}
#contactos:target div + div{
    z-index: 9;
    transform: translateY(-56px);
}
#contactos:target div + div + div{
    z-index: 8;
    transform: translateY(-112px);
}
#contactos:target div + div + div + div{
    z-index: 7;
    transform: translateY(-168px);
}
#contactos:target div + div + div + div + div{
    z-index: 6;
    transform: translateY(-224px);
}
#contactos:target div + div + div + div + div + div{
    z-index: 5;
    transform: translateY(-280px);
}
#contactos:target div + div + div + div + div + div + div{
    z-index: 4;
    transform: translateY(-336px);
}
#contactos:target div + div + div + div + div + div + div + div{
    z-index: 3;
    transform: translateY(-392px);
}
#contactos:target div + div + div + div + div + div + div + div + div{
    z-index: 2;
    transform: translateY(-448px);
}
#contactos:target div + div + div + div + div + div + div + div + div + div{
    z-index: 1;
    transform: translateY(-504px);
}
#contactos:target + a {
    display: none;
}
#contactos .cntctsBtn, #contactos .cntctsTxt, #contactos .cntctsBtn.Big {
    position: absolute;
}
#contactos a {
    position: absolute;
    display: block;
}
#contactos > div {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    overflow: visible;
}
#contactos .cntctsBtn a {
    background: #21afc7;
    width: 40px;
    height: 40px;
    min-width: 40px;
    top: 5px;
    left: 5px;
}
#contactos .cntctsBtn.Big a {
    line-height: 51px;
    font-size: 50px;
    background: #25D366;
    background-image: linear-gradient(to top right, #29b53e, #56ce62);
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
}
#contactos .cntctsTxt {
    right: 10px;
    top: 9px;
    background-color: rgba(222,222,222,0.8);
}
#contactos + a, #contactos .cntctsBtn {
    transition: transform 0.2s ease;
}
