.emerald {
  background-color: #92a8d1;
}

.emerald small
{
  color: rgba(255, 255, 255, 0.8);
}

.emerald h1,.emerald h2,.emerald h3,.emerald h4,.emerald h5,.emerald h6
{
  color: #fff;
}

#services .media:hover .icon-md {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

#social-media .icon-facebook {
  background-color: #3c5899;
}
#social-media .icon-facebook:hover {
  background-color: #4e6fba;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

visitanos{
	text-align: center;
   	font-family: social1;
    color: #fff;
	font-size: 33px;
    font-weight: bold;
    align-content: center;
}


web{
	text-align: center;
   	font-family: social2;
    color: #000070;
	font-size: 22px;
    font-weight: bold;
    align-content: center;
}

#services .media:hover .icon-md {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

@font-face {
    font-family:social1;
    src: url(../fonts/ChopinScript.ttf);
    font-weight: bold;
}


@font-face {
    font-family:social2;
    src: url(../fonts/Chunkfive.ttf);
    font-weight: bold;
}



