body {
 
 background-color: #00001c;
}

.avatar {

  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.center {

}
  hr {
  width: 40%;
  min-width: 20%;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #666;
  position: relative;
  transition: box-shadow 200ms ease-in-out;
  box-shadow: 0px 0px 0px 0px #f9f9f9;
}
@import url(https://fonts.googleapis.com/css?family=Lato);

.btn-share {
  
  --icon-color: white;
  position: relative;
  display: flex;
  font-size: 100%;
  font-family: Lato, sans-serif;
  color:   #006994;
  letter-spacing: 2px;
  background: var(--btn-inner-color);
  border: none;
  border-radius: 80px;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  transform: rotate(0);
  transition: 0.2s ease-in-out;
}
.btn-share .btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #00001c;
  border-radius: inherit;
  transition: 0.6s linear;
}
.btn-share a {
  padding: 14px;
  color: var(--icon-color);
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.3s;
}
.btn-share a:nth-child(1) {
  transition-delay: 1s;
}
.btn-share a:nth-child(2) {
  transition-delay: 0.8s;
}
.btn-share a:nth-child(3) {
  transition-delay: 0.6s;
}
.btn-share a:nth-child(4) {
  transition-delay: 0.4s;
}
.btn-share:hover {
  transform: scale(1.1);
}
.btn-share:hover .btn-overlay {
  transform: translateX(-100%);
  transition-delay: 0.25s;
}
.btn-share:hover a {
  opacity: 1;
  transform: translateX(0);
}




.textBox
{
  height:30px;
  width:300px;
}

.button {
 font-family: inherit;
 background: #2CA0D9;
 color: white;
 padding: 0.35em 0;
 font-size: 17px;
 border: none;
 border-radius: 0.7em;
 letter-spacing: 0.08em;
 position: relative;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-line-pack: center;
     align-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 overflow: hidden;
 height: 2.1em;
 padding-left: 2.8em;
 padding-right: 0.9em;
}

.button .icon {
 background: #fff;
 height: 2em;
 width: 2em;
 border-radius: 2em;
 position: absolute;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 left: 0.4em;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.icon svg {
 margin-left: 0.4em;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 color: #2CA0D9;
 width: 1.2rem;
 height: 1.2rem;
}

.button:hover .icon svg {
 -webkit-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
         transform: rotate(360deg);
}

.button:hover .icon {
 width: calc(100% - 0.85rem);
 border-radius: 0.5em;
}

/* From cssbuttons.io */
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;

}

button.learn-more {
 width: 12rem;
 height: auto;
}

button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background: #282936;
 border-radius: 1.625rem;
}

button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #282936;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}

.label {
  color: white;
  padding: 8px;
}


.cartel {background-color: #2196F3;} /* Blue */
.h2{
color: #006994;
font-family:"Calibri, sans-serif";
}




.buttonDownload {
	display: inline-block;
	position: relative;
	padding: 10px 25px;
  
color: #4CC713;
	color: white;
  
	font-family: sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	text-indent: 15px;
}

.buttonDownload:hover {

	color: white;
}

.buttonDownload:before, .buttonDownload:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 15px;
	top: 52%;
}

/* Download box shape  */
.buttonDownload:before {
	width: 10px;
	height: 2px;
	border-style: solid;
	border-width: 0 2px 2px;
color: #4CC713;
}

/* Download arrow shape */
.buttonDownload:after {
	width: 0;
	height: 0;
	margin-left: 3px;
	margin-top: -7px;
  
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: transparent;
	border-top-color: inherit;
	
	animation: downloadArrow 2s linear infinite;
	animation-play-state: paused;
}

.buttonDownload:hover:before {
	border-color: #4CC713;
}

.buttonDownload:hover:after {
	border-top-color: #4CC713;
	animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
	/* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
	0% {
		margin-top: -7px;
		opacity: 1;
	}
	
	0.001% {
		margin-top: -15px;
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		margin-top: 0;
		opacity: 0;
	}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper {
  flex:1;
}
