/* Navbar */
.navbar {
  font-size: 15px;
  font-weight: bold;
}

.navbar .fa {
  font-size: 24px;
}

.navbar-light .navbar-nav .nav-link {
  color: #313538;
}

/* Images */
.img-logo {
  width: 170px;
}

.img-fluid-lg {
  min-width: 100%
}

/* end images */
.container {
  position: relative;
  background: #fff;
}

.container h2 {
	padding-bottom:100px;
}

.container > p {
  font-size: 24px;
}

.color-white {
  color:#fff;
}

.color-blue {
  color: #234d8f;
}

.text-bold {
  font-weight: bold;
}

.services {
  margin-top: 100px;
  margin-bottom: 50px;
}

.services > .col-md-3 {
  border-right: 1px solid #000;
}

.services > .col-md-3:last-child {
  border-right: none;
}

.img-services {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 190px;
  padding: 10px;
}

.img-resena {
  display: block;
  margin: 0 auto;
  height: 190px;
  padding: 10px;
}

.service-description > p {
  padding: 40px 0;
  text-align: justify;
}

.modal-service {
  margin-top: 30px;
}

.margin-t-100 {
  margin-top: 100px;
}

.margin-b-300 {
  margin-bottom: 300px;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.service-description > img {
  height: 200px;
  margin: 0 auto;
}

.padding-30 {
  padding: 30px;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-15 {
  padding: 15px;
}

.row.other-services p {
  height: 80px;
}

#contact {
  padding: 30px 0;
  border: 1px solid #000;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.footer p {
  font-size: 12px;
  background-color: #eee;
}

.footer .rrss {
  font-size: 18px;
  margin: 50px 0;
}

.footer .rrss .fa {
  font-size: 30px;
}

/* Icons RRSS */
.fa-facebook-official {
  color: #3b5998;
}

.fa-twitter {
  color: #00aced;
}

.fa-flickr {
  color: #000;
}

.fa-instagram {
  color: #e20a26;
}

/** Effects **/
#particles-js {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.hover-opacity, .col-md-3 > a > img, .col > a > img {
  transition: .5s ease;
}
.hover-opacity:hover, .col-md-3 > a > img:hover, .col > a > img:hover {
  opacity: 0.3;
}
/** End Effects **/

/* Stats */
#stats {
  padding-bottom: 50px;
}
.statsWrap {
  width: 150px;
  margin: 0 auto;
}
.stats {
  display: inline-block;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -webkit-user-select: none;
}
.statDummy {
  margin-top: 100%;
}
.statInfo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #379942;
  border-radius: 50%;
  text-align: center;
}
.statNumber {
  font-size: 60px;
  transition: all 0.5s ease-in-out 0s;
  padding-top: 24px;
  margin-bottom: 0;
  color: #fff;
}
.statNumberMedium {
  font-size: 50px;
  transition: all 0.5s ease-in-out 0s;
  padding-top: 30px;
  margin-bottom: 0;
}
.statNumberSmall {
  font-size: 31px;
  transition: all 0.5s ease-in-out 0s;
  padding-top: 50px;
  margin-bottom: 0;
}
.statText {
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  transform: scale(0);
  padding: 0;
  margin-top: -25px;
  color: #fff;
}
.stats:hover {
  transform: scale(1.5);
  z-index: 10;
}
.stats:hover .statNumber {
  transform: scale(.6);
}
.stats:hover .statText {
  transform: scale(.6);
  opacity: 1;
}

.bg-green {
  background-color: #379942;
}

.bg-yellow {
  background-color: #e7be1b;
}

.bg-red {
  background-color: #c01952;
}

.bg-lightblue {
  background-color: #29a2d3;
}
/* End Stats */
