.go-to-top a {
  background-color: #121F3C;
  box-shadow: 0 12px 35px -10px rgba(13, 71, 161, 0.55), 0 8px 10px -5px rgba(0, 0, 0, 0.09), 0 4px 25px -2px rgba(0, 0, 0, 0.14);
}

.go-to-top a:hover, .go-to-top a:focus {
  background-color: #0d47a1;
  box-shadow: 0 1px 9px 0 rgba(13, 71, 161, 0.5);
}

label#largeFile:after {
  position:absolute;
  width:96%;
  content:"Click para subir tu CV";
  left:0;
  right:0;
  margin:0px auto;
  text-align:center;
  padding:12px 0px 12px 0px;
  border-radius:30px;
  border:2px dashed #ccc;
  color:#717171;
  font-family:Arial,sans-serif;
  font-size:.875rem; 
}

label#largeFile:hover:after {
  background:#ccc;
  color:#fff;
  cursor:pointer;
}


label#largeFile input#file {
    width: 0px;
    height: 0px;
}

/*! WHATSAPP */
.hidden {
  display: none;
}
.sticky-button {
  position: fixed;
  background-color: #04C54B;
  bottom: 30px;
  right: 30px;
  border-radius: 50px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 2000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sticky-button svg {
  margin: auto;
  fill: #fff;
  width: 35px;
  height: 35px;
}
.sticky-button a,
.sticky-button label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sticky-button label svg.close-icon {
  display: none;
}
.sticky-chat {
  position: fixed;
  bottom: 70px;
  right: 30px;
  width: 260px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
}
.sticky-chat a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #505050;
}
.sticky-chat svg {
  width: 35px;
  height: 35px;
}
.sticky-chat .chat-content {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.sticky-chat .chat-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #04C54B;
  overflow: hidden;
}
.sticky-chat .chat-header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 75px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 70px 0 5px 0;
}
.sticky-chat .chat-header svg {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  fill: #fff;
}
.sticky-chat .chat-header .title {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.sticky-chat .chat-header .title span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.58em;
  margin: 0;
  color: #f4f4f4;
}
.sticky-chat .chat-text {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 20px;
  font-size: 14px;
}
.sticky-chat .chat-text span {
  display: inline-block;
  margin-right: auto;
  padding: 10px;
  background-color: #f0f5fb;
  border-radius: 0px 15px 15px;
}
.sticky-chat .chat-text span:after {
  content: "Just now";
  display: inline-block;
  margin-left: 2px;
  font-size: 9px;
  color: #989b9f;
}
.sticky-chat .chat-text span.typing {
  margin: 15px 0 0 auto;
  padding: 10px;
  border-radius: 15px 0px 15px 15px;
}
.sticky-chat .chat-text span.typing:after {
  display: none;
}
.sticky-chat .chat-text span.typing svg {
  height: 13px;
  fill: #505050;
}
.sticky-chat .chat-button {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.sticky-chat .chat-button svg {
  width: 20px;
  height: 20px;
  fill: #505050;
  margin-left: auto;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
}
.chat-menu:checked + .sticky-button label {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.chat-menu:checked + .sticky-button label svg.chat-icon {
  display: none;
}
.chat-menu:checked + .sticky-button label svg.close-icon {
  display: table-cell;
}
.chat-menu:checked + .sticky-button + .sticky-chat {
  bottom: 90px;
  opacity: 1;
  visibility: visible;
}
